fix: theme

This commit is contained in:
2026-08-21 10:18:18 +03:30
parent b4d8e32fdd
commit faf95327f1
4 changed files with 94 additions and 31 deletions
+7
View File
@@ -203,3 +203,10 @@ export const UserIcon = (p: IconProps) => (
<path d="M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
</svg>
);
export const MonitorIcon = (p: IconProps) => (
<svg {...base(p)}>
<rect x="2" y="3" width="20" height="14" rx="2" />
<path d="M8 21h8M12 17v4" />
</svg>
);