feat: Add pause-circle icons

Closes #43
This commit is contained in:
Cole Bemis 2017-06-06 21:05:13 -07:00 committed by Cole Bemis
parent e0facf6fbf
commit 0b5f9d44a5

View File

@ -0,0 +1,5 @@
<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"/>
<line x1="10" y1="15" x2="10" y2="9" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
<line x1="14" y1="15" x2="14" y2="9" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 484 B