Add download-cloud and upload-cloud icons

This commit is contained in:
Cole Bemis 2017-05-03 19:12:27 -07:00
parent 262fc877b8
commit bd385999ba
4 changed files with 15 additions and 0 deletions

View File

@ -88,6 +88,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `cog`
- `comment-square`
- `download`
- `download-cloud`
- `droplet`
- `external-link`
- `file`
@ -115,6 +116,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `star`
- `unlock`
- `upload`
- `upload-cloud`
- `user`
- `video`
- `watch`

View File

@ -93,6 +93,8 @@
"zap",
"download",
"upload",
"download-cloud",
"upload-cloud",
"box",
"target",
"loader",

5
icons/download-cloud.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">
<polyline points="8 17 12 21 16 17"/>
<line x1="12" y1="12" x2="12" y2="21"/>
<path d="M20.88,18.09A5,5,0,0,0,18,9H16.74A8,8,0,1,0,3,16.29"/>
</svg>

After

Width:  |  Height:  |  Size: 328 B

6
icons/upload-cloud.svg Normal file
View File

@ -0,0 +1,6 @@
<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="16 16 12 12 8 16"/>
<line x1="12" y1="12" x2="12" y2="21"/>
<path d="M20.39,18.39A5,5,0,0,0,18,9H16.74A8,8,0,1,0,3,16.3"/>
<polyline points="16 16 12 12 8 16"/>
</svg>

After

Width:  |  Height:  |  Size: 367 B