diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 11:50:17 +0100 |
commit | 569eed93a68c0cc6707f8640f5dd569f6176964a (patch) | |
tree | 69e7de61a6a672d46ee5db0eee3ef8f47169f7b6 /apps/website/src/components/icons/impl/user.svg | |
parent | 1beed29a838774cc3b177f38bb765d9e307e9f28 (diff) | |
download | Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.gz Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.tar.bz2 Nexus-569eed93a68c0cc6707f8640f5dd569f6176964a.zip |
Padding fixes and slight tweaks to icons etc
Diffstat (limited to 'apps/website/src/components/icons/impl/user.svg')
-rw-r--r-- | apps/website/src/components/icons/impl/user.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/website/src/components/icons/impl/user.svg b/apps/website/src/components/icons/impl/user.svg new file mode 100644 index 0000000..9135b9f --- /dev/null +++ b/apps/website/src/components/icons/impl/user.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> + <path d="M20 21C20 19.6044 20 18.9067 19.8278 18.3389C19.44 17.0605 18.4395 16.06 17.1611 15.6722C16.5933 15.5 15.8956 15.5 14.5 15.5H9.5C8.10444 15.5 7.40665 15.5 6.83886 15.6722C5.56045 16.06 4.56004 17.0605 4.17224 18.3389C4 18.9067 4 19.6044 4 21M16.5 7.5C16.5 9.98528 14.4853 12 12 12C9.51472 12 7.5 9.98528 7.5 7.5C7.5 5.01472 9.51472 3 12 3C14.4853 3 16.5 5.01472 16.5 7.5Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> +</svg> |