💅 Make .svg file's code prettier

This commit is contained in:
ful1e5 2021-02-09 12:15:13 +05:30
parent 1be59b4732
commit c93ad1a9fa
44 changed files with 1238 additions and 399 deletions

View file

@ -1,7 +1,20 @@
<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M48 80.3434L118.536 80.3333V40L179.014 100.49L118.536 161V120.667H48V80.3434Z" fill="white" />
<path fill-rule="evenodd" clip-rule="evenodd"
d="M57.0996 110.536H127.73V136.714L163.913 100.414L127.73 64.1136V90.2909L57.0996 90.3011V110.536Z"
fill="black" />
</svg>
<svg
width="200"
height="200"
viewBox="0 0 200 200"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M48 80.3434L118.536 80.3333V40L179.014 100.49L118.536 161V120.667H48V80.3434Z"
fill="white"
/>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M57.0996 110.536H127.73V136.714L163.913 100.414L127.73 64.1136V90.2909L57.0996 90.3011V110.536Z"
fill="black"
/>
</svg>

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 468 B

Before After
Before After