Add bluetooth icon

This commit is contained in:
Cole Bemis 2017-03-03 15:51:16 -08:00
parent ccd3179a69
commit 19254cbfcf
3 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add # new icons: - Add # new icons:
- `at-sign` - `at-sign`
- `bell-off` - `bell-off`
- `bluetooth`
- `camera-off` - `camera-off`
- `circle` - `circle`
- `cloud-off` - `cloud-off`

View File

@ -28,6 +28,7 @@
"phone-incoming", "phone-incoming",
"phone-missed", "phone-missed",
"phone-forwarded", "phone-forwarded",
"bluetooth",
"bell", "bell",
"bell-off", "bell-off",
"star", "star",

3
icons/bluetooth.svg Normal file
View File

@ -0,0 +1,3 @@
<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">
<polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"/>
</svg>

After

Width:  |  Height:  |  Size: 250 B