feat: Add percent icon

CLoses #105
This commit is contained in:
Cole Bemis 2017-06-09 18:30:24 -07:00 committed by Cole Bemis
parent e1107aaee2
commit dd9f0ff1a3

5
icons/core/percent.svg Normal file
View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<line x1="19" y1="5" x2="5" y2="19" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<circle cx="6.5" cy="6.5" r="2.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<circle cx="17.5" cy="17.5" r="2.5" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 485 B