mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add star icon
This commit is contained in:
parent
57f64bf148
commit
c25430db2c
@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `mail`
|
||||
- `lock`
|
||||
- `search`
|
||||
- `star`
|
||||
- `unlock`
|
||||
- `zoom-in`
|
||||
- `zoom-out`
|
||||
|
@ -30,6 +30,7 @@
|
||||
"phone-forwarded",
|
||||
"bell",
|
||||
"bell-off",
|
||||
"star",
|
||||
"square",
|
||||
"circle",
|
||||
"circle-plus",
|
||||
|
3
icons/star.svg
Normal file
3
icons/star.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user