mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
feat: Add 'send-money' and 'receive-money' icons
This commit is contained in:
parent
5047ddb568
commit
c3e54d92e4
20
icons/receive-money.svg
Normal file
20
icons/receive-money.svg
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<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,9h3c1,0,2,1,2,2v8.2c0,0.9-1,1.8-2,1.8H5c-1,0-2-0.9-2-1.8V11c0-1,1-2,2-2h3"/>
|
||||||
|
<line x1="12" y1="3" x2="12" y2="9"/>
|
||||||
|
<polyline points="15,6 12,9 9,6 "/>
|
||||||
|
<circle cx="12" cy="15" r="3"/>
|
||||||
|
<circle fill="currentColor" cx="4.5" cy="10.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="4.5" cy="19.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="19.5" cy="19.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="19.5" cy="10.5" r="0.5"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 634 B |
20
icons/send-money.svg
Normal file
20
icons/send-money.svg
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<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,9h3c1,0,2,1,2,2v8.2c0,0.9-1,1.8-2,1.8H5c-1,0-2-0.9-2-1.8V11c0-1,1-2,2-2h3"/>
|
||||||
|
<line x1="12" y1="9" x2="12" y2="3"/>
|
||||||
|
<polyline points="9,6 12,3 15,6 "/>
|
||||||
|
<circle cx="12" cy="15" r="3"/>
|
||||||
|
<circle fill="currentColor" cx="4.5" cy="10.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="4.5" cy="19.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="19.5" cy="19.5" r="0.5"/>
|
||||||
|
<circle fill="currentColor" cx="19.5" cy="10.5" r="0.5"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 634 B |
Loading…
Reference in New Issue
Block a user