Add more icons

This commit is contained in:
Cole Bemis 2017-05-13 22:35:13 -07:00
parent 3849fd9c5b
commit 41f42fa3dc
3 changed files with 11 additions and 0 deletions

View File

@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `male`
- `map-pin`
- `mic-off`
- `more-vertical`
- `music`
- `octagon`
- `phone`

View File

@ -0,0 +1,5 @@
<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="2"/>
<circle cx="20" cy="12" r="2"/>
<circle cx="4" cy="12" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B

5
icons/more-vertical.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" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="2"/>
<circle cx="12" cy="4" r="2"/>
<circle cx="12" cy="20" r="2"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B