Merge pull request #34 from lscheibel/coins-icon

feat: Add `coins` icon
This commit is contained in:
Eric Fennis
2020-07-04 09:36:42 +02:00
committed by GitHub

16
icons/coins.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="8" cy="8" r="7" />
<path d="M19.5 9.94a7 7 0 11-9.56 9.56" />
<path d="M7 6h1v4" />
<path d="M17.3 14.3l.7.7-2.8 2.8" />
</svg>

After

Width:  |  Height:  |  Size: 349 B