aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-01 22:08:22 +0200
committercodecalm <codecalm@gmail.com>2020-09-01 22:08:22 +0200
commitd8ac28da9df550887e83e1c8e5ca2732ee34439b (patch)
tree98584f5ef5551d42bd40202fdeed0969b5a6d233
parent`2fa` icon (diff)
downloadtabler-icons-d8ac28da9df550887e83e1c8e5ca2732ee34439b.tar.xz
`stairs` icons
-rw-r--r--src/_icons/stairs-down.svg6
-rw-r--r--src/_icons/stairs-up.svg6
-rw-r--r--src/_icons/stairs.svg5
3 files changed, 17 insertions, 0 deletions
diff --git a/src/_icons/stairs-down.svg b/src/_icons/stairs-down.svg
new file mode 100644
index 0000000..e9e9be7
--- /dev/null
+++ b/src/_icons/stairs-down.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M4 20h4v-4h4v-4h4v-4h4"></path>
+ <path d="M11 4l-7 7v-4m4 4h-4"></path>
+</svg>
diff --git a/src/_icons/stairs-up.svg b/src/_icons/stairs-up.svg
new file mode 100644
index 0000000..5964a0a
--- /dev/null
+++ b/src/_icons/stairs-up.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M4 20h4v-4h4v-4h4v-4h4"></path>
+ <path d="M4 11l7 -7v4m-4 -4h4"></path>
+</svg>
diff --git a/src/_icons/stairs.svg b/src/_icons/stairs.svg
new file mode 100644
index 0000000..7e76be1
--- /dev/null
+++ b/src/_icons/stairs.svg
@@ -0,0 +1,5 @@
+---
+---
+<svg>
+ <path d="M4 18h4v-4h4v-4h4v-4h4"></path>
+</svg>