Add clock icon

This commit is contained in:
Cole Bemis 2017-03-10 13:44:25 -08:00
parent 3032462051
commit 73a5795240
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,7 @@
"globe",
"zap",
"loader",
"clock",
"square",
"square-plus",
"square-minus",

4
icons/clock.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 6 12 12 15 15"/>
</svg>

After

Width:  |  Height:  |  Size: 255 B