mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 12:25:07 +01:00
Optimise an SVG icon
This commit is contained in:
parent
864ec100d5
commit
f8f2c3492b
@ -1,3 +1,3 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" width="44" height="44" viewBox="0 0 44 44">
|
<svg xmlns="http://www.w3.org/2000/svg" class="greater-icon" viewBox="0 0 44 44">
|
||||||
<polyline fill="none" stroke="#000" stroke-width="2" points="15 8 29.729 22.382 15 35.367"/>
|
<path fill="none" d="M15 8l14.729 14.382L15 35.367"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 145 B |
@ -26,7 +26,7 @@
|
|||||||
width: $width;
|
width: $width;
|
||||||
height: $height;
|
height: $height;
|
||||||
|
|
||||||
polyline {
|
path {
|
||||||
stroke: currentColor;
|
stroke: currentColor;
|
||||||
stroke-width: $stroke-width;
|
stroke-width: $stroke-width;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user