mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add download and upload icons
This commit is contained in:
parent
93aac29017
commit
dfb4d42da4
@ -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",
|
||||
|
5
icons/download.svg
Normal file
5
icons/download.svg
Normal 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
5
icons/upload.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user