aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-06-04 20:00:57 +0200
committercodecalm <codecalm@gmail.com>2020-06-04 20:00:57 +0200
commit1523b14f4b96466d959f19e69e859e96de89085b (patch)
tree2eec9fcd5b812f15ca6ad9bb710e2e4eae553757 /src
parenticon `google` (diff)
downloadtabler-icons-1523b14f4b96466d959f19e69e859e96de89085b.tar.xz
layout icons
Diffstat (limited to 'src')
-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>