Add radio icon

This commit is contained in:
Cole Bemis 2017-03-25 21:08:06 -07:00
parent 4d2c294185
commit c19957b3ec
3 changed files with 9 additions and 0 deletions

View File

@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `phone-missed`
- `phone-off`
- `phone-outgoing`
- `radio`
- `scissors`
- `square`
- `sunrise`

View File

@ -52,6 +52,7 @@
"bell",
"bell-off",
"music",
"radio",
"headphones",
"star",
"award",

7
icons/radio.svg Normal file
View 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