mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add bell-off icon
This commit is contained in:
parent
dd99b3cd1f
commit
7c8fee2f69
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Add # new icons:
|
- Add # new icons:
|
||||||
- `at-sign`
|
- `at-sign`
|
||||||
|
- `bell-off`
|
||||||
- `camera-off`
|
- `camera-off`
|
||||||
- `circle`
|
- `circle`
|
||||||
- `eye-off`
|
- `eye-off`
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
"phone-missed",
|
"phone-missed",
|
||||||
"phone-forwarded",
|
"phone-forwarded",
|
||||||
"bell",
|
"bell",
|
||||||
|
"bell-off",
|
||||||
"square",
|
"square",
|
||||||
"circle"
|
"circle"
|
||||||
]
|
]
|
6
icons/bell-off.svg
Normal file
6
icons/bell-off.svg
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<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="M8.56,2.9A7,7,0,0,1,19,9v4"/>
|
||||||
|
<path d="M17,17H2a3,3,0,0,0,3-3V9a7,7,0,0,1,.78-3.22"/>
|
||||||
|
<path d="M13.73,21a2,2,0,0,1-3.46,0"/>
|
||||||
|
<line x1="1" y1="1" x2="23" y2="23"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 360 B |
Loading…
Reference in New Issue
Block a user