Add cloud icon

This commit is contained in:
Cole Bemis 2017-03-03 15:37:06 -08:00
parent c25430db2c
commit 1a0ce64abf
3 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `bell` - `bell`
- `bookmark` - `bookmark`
- `camera` - `camera`
- `cloud`
- `folder` - `folder`
- `mail` - `mail`
- `lock` - `lock`

View File

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

3
icons/cloud.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">
<path d="M18,10H16.74A8,8,0,1,0,9,20h9a5,5,0,0,0,0-10Z"/>
</svg>

After

Width:  |  Height:  |  Size: 240 B