mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add pin and pin-vertical
This commit is contained in:
parent
3c64e93543
commit
277fda547e
15
icons/pin-vertical.svg
Normal file
15
icons/pin-vertical.svg
Normal 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
15
icons/pin.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user