Update Zulip icon in the icon font

This commit is contained in:
Pēteris Caune 2021-05-24 08:59:28 +03:00
parent 82dc6844ae
commit 5ca7262164
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
5 changed files with 35 additions and 36 deletions

View File

@ -1,9 +1,9 @@
@font-face { @font-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: src:
url('../fonts/icomoon.ttf?ed2ba') format('truetype'), url('../fonts/icomoon.ttf?nsf0dg') format('truetype'),
url('../fonts/icomoon.woff?ed2ba') format('woff'), url('../fonts/icomoon.woff?nsf0dg') format('woff'),
url('../fonts/icomoon.svg?ed2ba#icomoon') format('svg'); url('../fonts/icomoon.svg?nsf0dg#icomoon') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -23,6 +23,13 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.ic-victorops:before {
content: "\e900";
}
.ic-zulip:before {
content: "\e90f";
color: #6492fe;
}
.ic-signal:before { .ic-signal:before {
content: "\e91c"; content: "\e91c";
color: #2592e9; color: #2592e9;
@ -39,10 +46,6 @@
content: "\e919"; content: "\e919";
color: #007bff; color: #007bff;
} }
.ic-zulip:before {
content: "\e918";
color: #1e9459;
}
.ic-pd:before { .ic-pd:before {
content: "\e90b"; content: "\e90b";
color: #04ac38; color: #04ac38;
@ -71,7 +74,7 @@
color: #236b6b; color: #236b6b;
} }
.ic-matrix:before { .ic-matrix:before {
content: "\e900"; content: "\e901";
} }
.ic-started:before { .ic-started:before {
content: "\e038"; content: "\e038";
@ -84,10 +87,6 @@
content: "\e90e"; content: "\e90e";
color: #249df1; color: #249df1;
} }
.ic-victorops:before {
content: "\e90f";
color: #2d2d2d;
}
.ic-email:before { .ic-email:before {
content: "\e90a"; content: "\e90a";
color: #4f5d73; color: #4f5d73;
@ -109,7 +108,7 @@
color: #7289da; color: #7289da;
} }
.ic-hipchat:before { .ic-hipchat:before {
content: "\e901"; content: "\e902";
color: #0052cc; color: #0052cc;
} }
.ic-slack:before { .ic-slack:before {
@ -125,11 +124,11 @@
color: #0079bf; color: #0079bf;
} }
.ic-whatsapp:before { .ic-whatsapp:before {
content: "\e902"; content: "\e903";
color: #25d366; color: #25d366;
} }
.ic-clippy:before { .ic-clippy:before {
content: "\e903"; content: "\e912";
} }
.ic-cancel:before { .ic-cancel:before {
content: "\e5c9"; content: "\e5c9";
@ -159,10 +158,10 @@
content: "\e7f6"; content: "\e7f6";
} }
.ic-settings:before { .ic-settings:before {
content: "\e912"; content: "\e913";
} }
.ic-delete:before { .ic-delete:before {
content: "\e913"; content: "\e918";
} }
.ic-timer:before { .ic-timer:before {
content: "\e425"; content: "\e425";

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Binary file not shown.