1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 12:48:26 +01:00

download, upload

This commit is contained in:
codecalm 2020-03-01 18:55:30 +01:00
parent fcbb08c8e4
commit 7b0f74e014
2 changed files with 14 additions and 0 deletions

7
_icons/download.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2"></path>
<polyline points="7 11 12 16 17 11"></polyline>
<polyline points="12 4 12 16"></polyline>
</svg>

7
_icons/upload.svg Normal file
View File

@ -0,0 +1,7 @@
---
---
<svg>
<path d="M4 17v2a2 2 0 002 2h12a2 2 0 002 -2v-2"></path>
<polyline points="7 9 12 4 17 9"></polyline>
<polyline points="12 4 12 16"></polyline>
</svg>