fix: theme
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user