fix: Stroke alginment fixed, unintended class attribute removed

This commit is contained in:
Paige 2019-06-20 23:12:33 -06:00
parent 277fda547e
commit d57e7f5f4e
2 changed files with 3 additions and 5 deletions

View File

@ -3,7 +3,6 @@
width="24"
height="24"
viewBox="0 0 24 24"
class="feather feather-pin-vertical"
fill="none"
stroke="currentColor"
stroke-width="2"
@ -11,5 +10,5 @@
stroke-linejoin="round"
>
<line x1="12" y1="14" x2="12" y2="22" />
<path d="M16 6.5A6 6 0 0 0 18 2H6a6 6 0 0 0 2 4.5v3A6 6 0 0 0 6 14h12a6 6 0 0 0-2-4.5z" />
<path d="M16 6.5c1.3-1.1 2-2.8 2-4.5H6c0 1.7.7 3.4 2 4.5v3c-1.3 1.1-2 2.8-2 4.5h12c0-1.7-.7-3.4-2-4.5v-3z" />
</svg>

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 363 B

View File

@ -3,13 +3,12 @@
width="24"
height="24"
viewBox="0 0 24 24"
class="feather feather-pin"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<line x1="15.8" y1="15.8" x2="22" y2="22" />
<path d="M13.1 7a6.5 6.5 0 0 0-1.9-5L2 11.2a6.5 6.5 0 0 0 5 1.9l2.4 2.4a6.5 6.5 0 0 0 1.9 5l9.2-9.2a6.5 6.5 0 0 0-5-1.9z" />
<line x1="15.9" y1="15.9" x2="22" y2="22" />
<path d="M13.1 7c.1-1.9-.6-3.7-1.9-5L2 11.2c1.3 1.3 3.1 2 5 1.9l2.4 2.4c-.1 1.9.6 3.7 1.9 5l9.2-9.2c-1.3-1.3-3.1-2-5-1.9L13.1 7z" />
</svg>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 390 B