aboutsummaryrefslogtreecommitdiff
path: root/static/icons/tabler/archive.svg
diff options
context:
space:
mode:
Diffstat (limited to 'static/icons/tabler/archive.svg')
-rw-r--r--static/icons/tabler/archive.svg41
1 files changed, 25 insertions, 16 deletions
diff --git a/static/icons/tabler/archive.svg b/static/icons/tabler/archive.svg
index 8772d7f..688c314 100644
--- a/static/icons/tabler/archive.svg
+++ b/static/icons/tabler/archive.svg
@@ -1,19 +1,28 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-archive"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round"
->
- <path stroke="none" d="M0 0h24v24H0z" fill="none" />
+ xmlns="http://www.w3.org/2000/svg"
+ class="icon icon-tabler icon-tabler-archive"
+ width="24"
+ height="24"
+ viewBox="0 0 24 24"
+ stroke-width="2"
+ stroke="currentColor"
+ fill="none"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ >
+ <path
+ stroke="none"
+ d="M0 0h24v24H0z"
+ fill="none"
+ />
+ <path
+ d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
+ />
+ <path
+ d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10"
+ />
<path
- d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z"
+ d="M10 12l4 0"
/>
- <path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />
- <path d="M10 12l4 0" />
-</svg>
+</svg
+>