aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/_icons/layout-cards.svg6
-rw-r--r--src/_icons/layout-list.svg6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/layout-cards.svg b/src/_icons/layout-cards.svg
new file mode 100644
index 0000000..b33685d
--- /dev/null
+++ b/src/_icons/layout-cards.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="6" height="16" rx="2" />
+ <rect x="14" y="4" width="6" height="10" rx="2" />
+</svg>
diff --git a/src/_icons/layout-list.svg b/src/_icons/layout-list.svg
new file mode 100644
index 0000000..5e5c565
--- /dev/null
+++ b/src/_icons/layout-list.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <rect x="4" y="4" width="16" height="6" rx="2" />
+ <rect x="4" y="14" width="16" height="6" rx="2" />
+</svg>