Fix broken video icon
parent
30b9d7f5c7
commit
18a4e82c36
Binary file not shown.
|
@ -48,4 +48,5 @@
|
|||
<glyph unicode="M" d="M1 454l0-396c0-32 25-57 57-57l396 0c32 0 57 25 57 57l0 396c0 32-25 57-57 57l-396 0c-32 0-57-25-57-57z m340-113c0-47-38-85-85-85-47 0-85 38-85 85 0 47 38 85 85 85 47 0 85-38 85-85z m-255-227c0 57 113 88 170 88 57 0 170-31 170-88l0-28-340 0z"/>
|
||||
<glyph unicode="N" d="M125 68l40-41 91 91 91-91 40 41-131 131z m262 376l-40 41-91-91-91 91-40-41 131-131z"/>
|
||||
<glyph unicode="O" d="M256 435l87-88 39 39-126 126-126-126 39-39z m0-358l-87 88-39-39 126-126 126 126-39 39z"/>
|
||||
<glyph unicode="P" d="M427 491l-363 0c-35 0-64-29-64-64l0-256c0-36 43-43 64-43l0-128 192 128 171 0c35 0 64 29 64 64l0 235c0 35-29 64-64 64z m21-299c0-12-10-21-21-21l-192 0-128-107 0 107-43 0c-12 0-21 9-21 21l0 235c0 11 9 21 21 21l363 0c11 0 21-10 21-21z"/>
|
||||
</font></defs></svg>
|
||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Binary file not shown.
|
@ -249,4 +249,6 @@ a:visited {
|
|||
.icon-vunfold:before {
|
||||
content: 'O';
|
||||
}
|
||||
|
||||
.icon-video:before {
|
||||
content: 'P';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue