Icons: fix link icon (#2185)

This commit is contained in:
Alexander Zinchuk 2022-12-06 13:29:48 +01:00
parent 73efaaeb1c
commit 5ef2249413
4 changed files with 232 additions and 172 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,9 @@
.icon-volume-3:before { .icon-volume-3:before {
content: "\e991"; content: "\e991";
} }
.icon-open-in-new-tab:before {
content: "\e9af";
}
.icon-pip:before { .icon-pip:before {
content: "\e9ae"; content: "\e9ae";
} }
@ -234,6 +237,9 @@
.icon-link:before { .icon-link:before {
content: "\e969"; content: "\e969";
} }
.icon-link-broken:before {
content: "\e9b0";
}
.icon-mention:before { .icon-mention:before {
content: "\e96a"; content: "\e96a";
} }