mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add bell icon
This commit is contained in:
parent
25efe646cd
commit
dd99b3cd1f
@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Use SVG `stroke` instead of `fill`. Read more about the benifits of SVG `stroke`:
|
||||
- [SVG Stroke FTW!](http://danklammer.com/articles/svg-stroke-ftw/)
|
||||
- Change # icons:
|
||||
- `bell`
|
||||
- `bookmark`
|
||||
- `camera`
|
||||
- `folder`
|
||||
|
@ -28,6 +28,7 @@
|
||||
"phone-incoming",
|
||||
"phone-missed",
|
||||
"phone-forwarded",
|
||||
"bell",
|
||||
"square",
|
||||
"circle"
|
||||
]
|
4
icons/bell.svg
Normal file
4
icons/bell.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">
|
||||
<path d="M22,17H2a3,3,0,0,0,3-3V9A7,7,0,0,1,19,9v5A3,3,0,0,0,22,17Z"/>
|
||||
<path d="M13.73,21a2,2,0,0,1-3.46,0"/>
|
||||
</svg>
|
After Width: | Height: | Size: 294 B |
Loading…
Reference in New Issue
Block a user