Remove fill from icon 'receive-money' and 'send-money'

This commit is contained in:
dbedoyat 2019-08-08 10:17:08 -05:00
parent d129c18350
commit 0e5f42228c
2 changed files with 10 additions and 10 deletions

View File

@ -9,12 +9,12 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="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"/> <path d="M16,9h3c2,0,2,0,2,2v8.2c0,1.8,0,1.8-2,1.8H5c-2,0-2,0-2-1.8V11c0-2,0-2,2-2h3"/>
<line x1="12" y1="3" x2="12" y2="9"/> <line x1="12" y1="3" x2="12" y2="9"/>
<polyline points="15,6 12,9 9,6 "/> <polyline points="15,6 12,9 9,6 "/>
<circle cx="12" cy="15" r="3"/> <circle cx="12" cy="15" r="3"/>
<circle fill="currentColor" cx="4.5" cy="10.5" r="0.5"/> <circle cx="4.5" cy="10.5" r="1.5"/>
<circle fill="currentColor" cx="4.5" cy="19.5" r="0.5"/> <circle cx="4.5" cy="19.5" r="1.5"/>
<circle fill="currentColor" cx="19.5" cy="19.5" r="0.5"/> <circle cx="19.5" cy="19.5" r="1.5"/>
<circle fill="currentColor" cx="19.5" cy="10.5" r="0.5"/> <circle cx="19.5" cy="10.5" r="1.5"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 552 B

View File

@ -9,12 +9,12 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="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"/> <path d="M16,9h3c2,0,2,0,2,2v8.2c0,1.8,0,1.8-2,1.8H5c-2,0-2,0-2-1.8V11c0-2,0-2,2-2h3"/>
<line x1="12" y1="9" x2="12" y2="3"/> <line x1="12" y1="9" x2="12" y2="3"/>
<polyline points="9,6 12,3 15,6 "/> <polyline points="9,6 12,3 15,6 "/>
<circle cx="12" cy="15" r="3"/> <circle cx="12" cy="15" r="3"/>
<circle fill="currentColor" cx="4.5" cy="10.5" r="0.5"/> <circle cx="4.5" cy="10.5" r="1.5"/>
<circle fill="currentColor" cx="4.5" cy="19.5" r="0.5"/> <circle cx="4.5" cy="19.5" r="1.5"/>
<circle fill="currentColor" cx="19.5" cy="19.5" r="0.5"/> <circle cx="19.5" cy="19.5" r="1.5"/>
<circle fill="currentColor" cx="19.5" cy="10.5" r="0.5"/> <circle cx="19.5" cy="10.5" r="1.5"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 552 B