Add cloud-off icon

This commit is contained in:
Cole Bemis 2017-03-03 15:43:11 -08:00
parent 1a0ce64abf
commit ccd3179a69
3 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `bell-off` - `bell-off`
- `camera-off` - `camera-off`
- `circle` - `circle`
- `cloud-off`
- `eye-off` - `eye-off`
- `feather` - `feather`
- `hash` - `hash`

View File

@ -32,6 +32,7 @@
"bell-off", "bell-off",
"star", "star",
"cloud", "cloud",
"cloud-off",
"square", "square",
"circle", "circle",
"circle-plus", "circle-plus",

5
icons/cloud-off.svg Normal file
View 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">
<path d="M22.61,16.95A5,5,0,0,0,18,10H16.74A8,8,0,0,0,9.69,4"/>
<path d="M5,5A8,8,0,0,0,9,20h9a5,5,0,0,0,1.7-.3"/>
<line x1="1" y1="1" x2="23" y2="23"/>
</svg>

After

Width:  |  Height:  |  Size: 339 B