0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added mentions dashboard icons

refs https://github.com/TryGhost/Team/issues/2608
This commit is contained in:
Djordje Vlaisavljevic 2023-02-28 22:23:00 +00:00
parent 2b7c5ca66a
commit d1657b90ea
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5px" height="16" width="16"><defs></defs><title>alert-bell-notification-2</title><circle cx="18.875" cy="5.827" r="3" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></circle><path d="M9.125,21.75a2.087,2.087,0,0,0,4.005,0" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><line x1="11.125" y1="3" x2="11.125" y2="0.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></line><path d="M18.648,11.961c.189,5.756,1.477,6.789,1.477,6.789h-18s1.5-1.916,1.5-8.25a7.507,7.507,0,0,1,9.724-7.165" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg>

After

Width:  |  Height:  |  Size: 763 B

View file

@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" stroke-width="1.5" height="16" width="16"><path d="M10,21.75a2.087,2.087,0,0,0,4.005,0" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 3L12 0.75" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12,3a7.5,7.5,0,0,1,7.5,7.5c0,7.046,1.5,8.25,1.5,8.25H3s1.5-1.916,1.5-8.25A7.5,7.5,0,0,1,12,3Z" fill="none" stroke="#000000" stroke-linecap="round" stroke-linejoin="round"></path></svg>

After

Width:  |  Height:  |  Size: 532 B