feat: Add play-circle icon

Closes #43
This commit is contained in:
Cole Bemis 2017-06-06 21:19:14 -07:00 committed by Cole Bemis
parent 0b5f9d44a5
commit a4a1feda04

View File

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

After

Width:  |  Height:  |  Size: 354 B