Add star icon

This commit is contained in:
Cole Bemis 2017-03-03 15:22:08 -08:00
parent 57f64bf148
commit c25430db2c
3 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `mail`
- `lock`
- `search`
- `star`
- `unlock`
- `zoom-in`
- `zoom-out`

View File

@ -30,6 +30,7 @@
"phone-forwarded",
"bell",
"bell-off",
"star",
"square",
"circle",
"circle-plus",

3
icons/star.svg Normal file
View File

@ -0,0 +1,3 @@
<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">
<polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/>
</svg>

After

Width:  |  Height:  |  Size: 297 B