feat: Add double-arrow icon (feathericons#559)

This commit is contained in:
John Letey 2019-06-29 14:49:36 +03:00
parent 3c64e93543
commit 8635aa6a94

15
icons/double-arrow.svg Normal file
View 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