feat: Add 'send-money' and 'receive-money' icons

This commit is contained in:
dbedoyat 2019-08-08 09:01:13 -05:00
parent 5047ddb568
commit c3e54d92e4
2 changed files with 40 additions and 0 deletions

20
icons/receive-money.svg Normal file
View 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
View 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