feat: Add currency icons (feathericons#182)

This commit is contained in:
John Letey 2019-07-08 09:38:53 +03:00
parent 3c64e93543
commit b9cde85364
8 changed files with 133 additions and 0 deletions

16
icons/banknote.svg Normal file
View File

@ -0,0 +1,16 @@
<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="M22 17H2V7h20v10z" />
<path d="M6 12.5H5v-1h1v1z" />
<path d="M19 12.5h-1v-1h1v1z" />
<path d="M12 13.944c2.651.001 2.682-3.943 0-3.944-2.682-.001-2.651 3.943 0 3.944z" />
</svg>

After

Width:  |  Height:  |  Size: 397 B

22
icons/btc.svg Normal file
View File

@ -0,0 +1,22 @@
<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="M7 19V5" />
<path d="M14 19c5.333 0 5.333-8 0-8" />
<path d="M12 11c4 0 4-6 0-6" />
<path d="M7 19h7" />
<path d="M7 11h7" />
<path d="M7 5h5" />
<path d="M9 5V3m0 2V3" />
<path d="M9 21v-2m0 2v-2" />
<path d="M12 21v-2m0 2v-2" />
<path d="M12 5V3m0 2V3" />
</svg>

After

Width:  |  Height:  |  Size: 495 B

15
icons/chf.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="M10 21V3h8" />
<path d="M6 16h9" />
<path d="M10 11h7" />
</svg>

After

Width:  |  Height:  |  Size: 281 B

15
icons/eur.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="M16 10.5H6" />
<path d="M15 13.5H6" />
<path d="M18 16.5c-1 1.441-2.53 2-4.118 2-3.235 0-6.382-3-6.382-6.5s3.147-6.5 6.382-6.5C15.471 5.5 17 6 18 7.5" />
</svg>

After

Width:  |  Height:  |  Size: 377 B

16
icons/gbp.svg Normal file
View File

@ -0,0 +1,16 @@
<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="M18 7c0-5.333-8-5.333-8 0" />
<path d="M10 7v14" />
<path d="M6 21h12" />
<path d="M6 13h10" />
</svg>

After

Width:  |  Height:  |  Size: 321 B

17
icons/inr.svg Normal file
View File

@ -0,0 +1,17 @@
<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="M6 3h12" />
<path d="M6 8h12" />
<path d="M6 13l8.5 8" />
<path d="M6 13h3" />
<path d="M9 13c6.667 0 6.667-10 0-10" />
</svg>

After

Width:  |  Height:  |  Size: 347 B

15
icons/jep.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="M12 9.5V21m0-11.5L6 3m6 6.5L18 3" />
<path d="M6 15h12" />
<path d="M6 11h12" />
</svg>

After

Width:  |  Height:  |  Size: 304 B

17
icons/rub.svg Normal file
View File

@ -0,0 +1,17 @@
<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="M14 13c6.667 0 6.667-10 0-10" />
<path d="M6 13h8" />
<path d="M6 17h8" />
<path d="M9 21V3" />
<path d="M9 3h5" />
</svg>

After

Width:  |  Height:  |  Size: 343 B