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:
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 |
Reference in New Issue
Block a user