Add award icon

This commit is contained in:
Cole Bemis 2017-03-05 13:42:02 -08:00
parent 793ab79aac
commit 3398553304
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add # new icons:
- `at-sign`
- `award`
- `bell-off`
- `bluetooth`
- `camera-off`

View File

@ -35,6 +35,7 @@
"bell",
"bell-off",
"star",
"award",
"cloud",
"cloud-off",
"anchor",

4
icons/award.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="8" r="7"/>
<polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"/>
</svg>

After

Width:  |  Height:  |  Size: 276 B