Add pie-chart icon

This commit is contained in:
Cole Bemis 2017-03-24 01:38:37 -07:00
parent 096ce92877
commit 9e5c5590bb
2 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,7 @@
"loader",
"clock",
"printer",
"pie-chart",
"edit",
"octagon",
"triangle",

4
icons/pie-chart.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10"/>
<polyline points="12 2 12 12 22 12"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B