refactor: format icons + remove background from right half-star

This commit is contained in:
John Letey 2019-06-29 20:41:51 +03:00
parent feb99527b6
commit fda23aca84
2 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,13 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.82 21.02L17 17.77V2L13.91 8.26L7 9.27L12 14.14L10.82 21.02Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10.82 21.02L17 17.77V2l-3.09 6.26L7 9.27l5 4.87-1.18 6.88z" />
</svg>

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 283 B

View File

@ -1,4 +1,13 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" fill="#F5F5F5"/>
<path d="M10.09 8.26L7 2V17.77L13.18 21.02L12 14.14L17 9.27L10.09 8.26Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10.09 8.26L7 2v15.77l6.18 3.25L12 14.14l5-4.87-6.91-1.01z" />
</svg>

Before

Width:  |  Height:  |  Size: 303 B

After

Width:  |  Height:  |  Size: 282 B