mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add double-arrow icon (feathericons#559)
This commit is contained in:
parent
3c64e93543
commit
8635aa6a94
15
icons/double-arrow.svg
Normal file
15
icons/double-arrow.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<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="M9 19l-7-7 7-7" />
|
||||
<path d="M15 5l7 7-7 7" />
|
||||
<path d="M20 12H4" />
|
||||
</svg>
|
After Width: | Height: | Size: 291 B |
Loading…
Reference in New Issue
Block a user