diff options
Diffstat (limited to 'frontend/public/design-system/icons/user.svg')
| -rw-r--r-- | frontend/public/design-system/icons/user.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/public/design-system/icons/user.svg b/frontend/public/design-system/icons/user.svg new file mode 100644 index 0000000..45b7766 --- /dev/null +++ b/frontend/public/design-system/icons/user.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="8" r="4"></circle> + <path d="M4 21c0-4 4-7 8-7s8 3 8 7"></path> +</svg>
\ No newline at end of file |
