Add download and upload icons

This commit is contained in:
Cole Bemis 2017-05-01 00:10:37 -07:00
parent 93aac29017
commit dfb4d42da4
4 changed files with 14 additions and 0 deletions

View File

@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `cloud`
- `cog`
- `comment-square`
- `download`
- `droplet`
- `file`
- `flag`
@ -104,6 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `search`
- `star`
- `unlock`
- `upload`
- `user`
- `video`
- `watch`

View File

@ -88,6 +88,8 @@
"anchor",
"globe",
"zap",
"download",
"upload",
"box",
"target",
"loader",

5
icons/download.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="M3,17v3a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V17"/>
<polyline points="8 12 12 16 16 12"/>
<line x1="12" y1="2" x2="12" y2="16"/>
</svg>

After

Width:  |  Height:  |  Size: 317 B

5
icons/upload.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="M3,17v3a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V17"/>
<polyline points="16 6 12 2 8 6"/>
<line x1="12" y1="2" x2="12" y2="16"/>
</svg>

After

Width:  |  Height:  |  Size: 314 B