diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 01:29:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 01:29:47 +0200 |
commit | f62508c6ceb2766f44c4a055145cff59137aa825 (patch) | |
tree | 4399f498253eb4149fbb21c60c98fbb26c985aa7 /src/_icons/user-exclamation.svg | |
parent | 2 new icons: `mood-kid`, `mood-suprised` (diff) | |
download | tabler-icons-f62508c6ceb2766f44c4a055145cff59137aa825.tar.xz |
2 new icons: `space`, `user-exclamation`
Fixed icons: `mood-kid`
Diffstat (limited to 'src/_icons/user-exclamation.svg')
-rw-r--r-- | src/_icons/user-exclamation.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/user-exclamation.svg b/src/_icons/user-exclamation.svg new file mode 100644 index 00000000..6511f4c4 --- /dev/null +++ b/src/_icons/user-exclamation.svg @@ -0,0 +1,8 @@ +--- +--- +<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="19" y1="7" x2="19" y2="10" /> + <line x1="19" y1="14" x2="19" y2="14.01" /> +</svg> |