mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add phone-missed icon
This commit is contained in:
parent
b6724fc648
commit
8a5c9e87fa
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `phone`
|
||||
- `phone-call`
|
||||
- `phone-incoming`
|
||||
- `phone-missed`
|
||||
- `phone-off`
|
||||
- `phone-outgoing`
|
||||
- `scissors`
|
||||
|
@ -22,6 +22,7 @@
|
||||
"phone-call",
|
||||
"phone-outgoing",
|
||||
"phone-incoming",
|
||||
"phone-missed",
|
||||
"square",
|
||||
"circle"
|
||||
]
|
5
icons/phone-missed.svg
Normal file
5
icons/phone-missed.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<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">
|
||||
<line x1="23" y1="1" x2="17" y2="7"/>
|
||||
<line x1="17" y1="1" x2="23" y2="7"/>
|
||||
<path d="M22,16.92v3a2,2,0,0,1-2.18,2,19.79,19.79,0,0,1-8.63-3.07,19.5,19.5,0,0,1-6-6A19.79,19.79,0,0,1,2.12,4.18,2,2,0,0,1,4.11,2h3a2,2,0,0,1,2,1.72,12.84,12.84,0,0,0,.7,2.81,2,2,0,0,1-.45,2.11L8.09,9.91a16,16,0,0,0,6,6l1.27-1.27a2,2,0,0,1,2.11-.45,12.84,12.84,0,0,0,2.81.7A2,2,0,0,1,22,16.92Z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 560 B |
Loading…
Reference in New Issue
Block a user