aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_icons/stack-2.svg5
-rw-r--r--src/_icons/stack.svg5
2 files changed, 5 insertions, 5 deletions
diff --git a/src/_icons/stack-2.svg b/src/_icons/stack-2.svg
index 28dc6879..3906badb 100644
--- a/src/_icons/stack-2.svg
+++ b/src/_icons/stack-2.svg
@@ -4,6 +4,7 @@ tags: [pile, elements, layout, wrap]
version: "1.39"
---
<svg>
- <path d="M12 6l-8 4l8 4l8 -4l-8 -4" />
- <path d="M4 14l8 4l8 -4" />
+ <polyline points="12 4 4 8 12 12 20 8 12 4" />
+ <polyline points="4 12 12 16 20 12" />
+ <polyline points="4 16 12 20 20 16" />
</svg>
diff --git a/src/_icons/stack.svg b/src/_icons/stack.svg
index c34b6926..cc766b9c 100644
--- a/src/_icons/stack.svg
+++ b/src/_icons/stack.svg
@@ -4,7 +4,6 @@ tags: [pile, elements, layout, wrap]
version: "1.1"
---
<svg>
- <polyline points="12 4 4 8 12 12 20 8 12 4" />
- <polyline points="4 12 12 16 20 12" />
- <polyline points="4 16 12 20 20 16" />
+ <path d="M12 6l-8 4l8 4l8 -4l-8 -4" />
+ <path d="M4 14l8 4l8 -4" />
</svg>