Fix language svg currentColor

This commit is contained in:
Simon Prévost 2019-05-13 16:42:54 -04:00
parent c7ce021273
commit d8f927e8f4

View File

@ -1,8 +1,9 @@
<svg viewBox="0 0 20 18" xmlns="http://www.w3.org/2000/svg">
<g
stroke-width="2"
<svg
viewBox="0 0 20 18"
xmlns="http://www.w3.org/2000/svg"
fill="none"
fill-rule="evenodd"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
@ -12,5 +13,4 @@
<path
d="M8 10.229L5.576 7.773C4.894 7.21 4.47 6.78 4.3 6.483 4.13 6.185 4.03 5.69 4 5"
/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 401 B