Commit dfb4d42d authored by Cole Bemis's avatar Cole Bemis

Add download and upload icons

parent 93aac290
......@@ -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`
......
......@@ -88,6 +88,8 @@
"anchor",
"globe",
"zap",
"download",
"upload",
"box",
"target",
"loader",
......
<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>
\ No newline at end of file
<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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment