diff options
author | codecalm <codecalm@gmail.com> | 2020-09-22 15:17:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-22 15:17:54 +0200 |
commit | 99e3f1218eaa979e68020d274382c4e82395fe96 (patch) | |
tree | 208c5c4500a8d6d91b85b473af211663d64f9786 /src/_icons/notification.svg | |
parent | `devices-2` icon (diff) | |
download | tabler-icons-99e3f1218eaa979e68020d274382c4e82395fe96.tar.xz |
icons categories
Diffstat (limited to 'src/_icons/notification.svg')
-rw-r--r-- | src/_icons/notification.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index cbe34cf7..80e16650 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -2,6 +2,6 @@ tags: [bell, alarm, reminder, important] --- <svg> - <path d="M9 7h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> - <circle cx="16" cy="8" r="3" /> + <path d="M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" /> + <circle cx="17" cy="7" r="3" /> </svg> |