Update reminder icon to remove the new notification dot

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2019-09-15 11:38:16 +02:00
parent ecd7c240fc
commit fb8902cc0d
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
@include icon-black-white('invitees-no-response', 'calendar', 5);
@include icon-black-white('leftarrow', 'calendar', 2);
@include icon-black-white('random', 'calendar', 1);
@include icon-black-white('reminder', 'calendar', 3);
@include icon-black-white('reminder', 'calendar', 4);
@include icon-black-white('reminder-audio', 'calendar', 1);
@include icon-black-white('reminder-mail', 'calendar', 1);
@include icon-black-white('repeat', 'calendar', 1);

View File

@ -1 +1 @@
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 2a1 1 0 0 0-1 1c0 .047.0213.0868.0273.1328A3.992 3.992 0 0 0 4 7v2l-1 1v1h10v-1l-1-1V8a4 4 0 0 1-.166-.0039 4 4 0 0 1-.3984-.0352 4 4 0 0 1-.3926-.0761 4 4 0 0 1-.3828-.1153 4 4 0 0 1-.3691-.1523 4 4 0 0 1-.3536-.1894 4 4 0 0 1-.332-.2227 4 4 0 0 1-.3066-.2559 4 4 0 0 1-.2813-.2832 4 4 0 0 1-.252-.3125 4 4 0 0 1-.2187-.334 4 4 0 0 1-.1836-.3554 4 4 0 0 1-.1484-.3711 4 4 0 0 1-.1094-.3848 4 4 0 0 1-.0723-.3926 4 4 0 0 1-.0215-.2617 3 3 0 0 1-.0059-.08 4 4 0 0 1-.0039-.0567 4 4 0 0 1 0-.041A3 3 0 0 1 8 4c0-.005.004-.0086.004-.0137a4 4 0 0 1 .0059-.2695 4 4 0 0 1 .0488-.3965 4 4 0 0 1 .0879-.3906 4 4 0 0 1 .125-.3789 4 4 0 0 1 .164-.3652 4 4 0 0 1 .0313-.0547A.978.978 0 0 0 8 2zM6 12a2 2 0 0 0 4 0z"/><path d="M12 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16"><path d="M8 2a1 1 0 0 0-1 1c0 .047.021.087.027.133A3.992 3.992 0 0 0 4 7v2l-1 1v1h10v-1l-1-1V7a3.992 3.992 0 0 0-3.027-3.867C8.979 3.087 9 3.047 9 3a1 1 0 0 0-1-1zM6 12a2 2 0 1 0 4 0z"/></svg>

Before

Width:  |  Height:  |  Size: 835 B

After

Width:  |  Height:  |  Size: 256 B