feat: Add pin and pin-vertical

This commit is contained in:
Paige 2019-06-20 23:03:04 -06:00
parent 3c64e93543
commit 277fda547e
2 changed files with 30 additions and 0 deletions

15
icons/pin-vertical.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
class="feather feather-pin-vertical"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
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" />
</svg>

After

Width:  |  Height:  |  Size: 383 B

15
icons/pin.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
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" />
</svg>

After

Width:  |  Height:  |  Size: 412 B