mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add radio icon
This commit is contained in:
parent
4d2c294185
commit
c19957b3ec
@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- `phone-missed`
|
||||
- `phone-off`
|
||||
- `phone-outgoing`
|
||||
- `radio`
|
||||
- `scissors`
|
||||
- `square`
|
||||
- `sunrise`
|
||||
|
@ -52,6 +52,7 @@
|
||||
"bell",
|
||||
"bell-off",
|
||||
"music",
|
||||
"radio",
|
||||
"headphones",
|
||||
"star",
|
||||
"award",
|
||||
|
7
icons/radio.svg
Normal file
7
icons/radio.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<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="2"/>
|
||||
<path d="M16.24,7.76a6,6,0,0,1,0,8.49"/>
|
||||
<path d="M7.76,16.24a6,6,0,0,1,0-8.49"/>
|
||||
<path d="M19.07,4.93a10,10,0,0,1,0,14.14"/>
|
||||
<path d="M4.93,19.07a10,10,0,0,1,0-14.14"/>
|
||||
</svg>
|
After Width: | Height: | Size: 392 B |
Loading…
x
Reference in New Issue
Block a user