mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add watch icon
This commit is contained in:
parent
09560f9c14
commit
93aac29017
@ -106,6 +106,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- `unlock`
|
- `unlock`
|
||||||
- `user`
|
- `user`
|
||||||
- `video`
|
- `video`
|
||||||
|
- `watch`
|
||||||
- `x`
|
- `x`
|
||||||
- `zoom-in`
|
- `zoom-in`
|
||||||
- `zoom-out`
|
- `zoom-out`
|
||||||
|
@ -92,6 +92,7 @@
|
|||||||
"target",
|
"target",
|
||||||
"loader",
|
"loader",
|
||||||
"clock",
|
"clock",
|
||||||
|
"watch",
|
||||||
"printer",
|
"printer",
|
||||||
"pie-chart",
|
"pie-chart",
|
||||||
"edit",
|
"edit",
|
||||||
|
6
icons/watch.svg
Normal file
6
icons/watch.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">
|
||||||
|
<circle cx="12" cy="12" r="7"/>
|
||||||
|
<polyline points="12 9 12 12 13.5 13.5"/>
|
||||||
|
<path d="M16.51,17.35l-.35,3.83a2,2,0,0,1-2,1.82H9.83a2,2,0,0,1-2-1.82l-.35-3.83"/>
|
||||||
|
<path d="M7.49,6.65l.35-3.83A2,2,0,0,1,9.83,1h4.35a2,2,0,0,1,2,1.82l.35,3.83"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 426 B |
Loading…
x
Reference in New Issue
Block a user