mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add award icon
This commit is contained in:
parent
793ab79aac
commit
3398553304
@ -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`
|
||||
|
@ -35,6 +35,7 @@
|
||||
"bell",
|
||||
"bell-off",
|
||||
"star",
|
||||
"award",
|
||||
"cloud",
|
||||
"cloud-off",
|
||||
"anchor",
|
||||
|
4
icons/award.svg
Normal file
4
icons/award.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user