diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 18:18:17 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 18:18:17 +0200 |
commit | 1ac4639414f857c53d969d60e16610781ed53712 (patch) | |
tree | 2f03e595b0a60581f4513b67b47ae0355d4599c1 /src/_icons/user.svg | |
parent | 1 new icons: `social` (diff) | |
download | tabler-icons-1ac4639414f857c53d969d60e16610781ed53712.tar.xz |
2 new icons: `building-bank`, `users`
Fixed icons: `user-check`, `user-minus`, `user-plus`, `user-x`, `user`
Diffstat (limited to 'src/_icons/user.svg')
-rw-r--r-- | src/_icons/user.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/user.svg b/src/_icons/user.svg index 38b7f801..50e09040 100644 --- a/src/_icons/user.svg +++ b/src/_icons/user.svg @@ -3,5 +3,5 @@ tags: [person, account] --- <svg> <circle cx="12" cy="7" r="4" /> - <path d="M5.5 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> </svg> |