diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 01:06:41 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 01:06:41 +0200 |
commit | 872462ead7f6225be6f68a56744a341d47da6e26 (patch) | |
tree | 561635cbc22558070a66369e59e874d7e2872f55 /src/_icons/user-plus.svg | |
parent | Fixed icons: `phone-call`, `phone-incoming`, `phone-outgoing`, `phone-pause`,... (diff) | |
download | tabler-icons-872462ead7f6225be6f68a56744a341d47da6e26.tar.xz |
3 new icons: `phone-check`, `phone-plus`, `phone-x`
Fixed icons: `phone-incoming`, `phone-outgoing`, `user-plus`
Diffstat (limited to 'src/_icons/user-plus.svg')
-rw-r--r-- | src/_icons/user-plus.svg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg index d56adb82..856989f8 100644 --- a/src/_icons/user-plus.svg +++ b/src/_icons/user-plus.svg @@ -4,6 +4,5 @@ tags: [add, create, new, person, people, follow, subscribe] <svg> <circle cx="9" cy="7" r="4" /> <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> - <line x1="16" y1="11" x2="22" y2="11" /> - <line x1="19" y1="8" x2="19" y2="14" /> + <path d="M16 11h6m-3 -3v6" /> </svg> |