diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 22:08:22 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 22:08:22 +0200 |
commit | d8ac28da9df550887e83e1c8e5ca2732ee34439b (patch) | |
tree | 98584f5ef5551d42bd40202fdeed0969b5a6d233 | |
parent | `2fa` icon (diff) | |
download | tabler-icons-d8ac28da9df550887e83e1c8e5ca2732ee34439b.tar.xz |
`stairs` icons
-rw-r--r-- | src/_icons/stairs-down.svg | 6 | ||||
-rw-r--r-- | src/_icons/stairs-up.svg | 6 | ||||
-rw-r--r-- | src/_icons/stairs.svg | 5 |
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 00000000..e9e9be78 --- /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 00000000..5964a0aa --- /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 00000000..7e76be1c --- /dev/null +++ b/src/_icons/stairs.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M4 18h4v-4h4v-4h4v-4h4"></path> +</svg> |