diff options
Diffstat (limited to 'src/_icons/notification.svg')
-rw-r--r-- | src/_icons/notification.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_icons/notification.svg b/src/_icons/notification.svg index 91714fb7..c12bd08d 100644 --- a/src/_icons/notification.svg +++ b/src/_icons/notification.svg @@ -2,6 +2,6 @@ tags: [bell, alarm] --- <svg> - <path d="M9 7 h-3a2 2 0 00-2 2v9a2 2 0 00 2 2h9a2 2 0 00 2 -2v-3" /> + <path d="M9 7 h-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" /> </svg> |