feat: add users question

This commit is contained in:
2026-08-20 18:48:22 +03:30
parent aba556618b
commit 96c74601c8
6 changed files with 365 additions and 11 deletions
+7
View File
@@ -196,3 +196,10 @@ export const TagIcon = (p: IconProps) => (
<circle cx="7.5" cy="7.5" r="1.2" />
</svg>
);
export const UserIcon = (p: IconProps) => (
<svg {...base(p)}>
<circle cx="12" cy="8" r="4" />
<path d="M6 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2" />
</svg>
);