1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-09-01 18:04:10 +02:00

stairs icons

This commit is contained in:
codecalm
2020-09-01 22:08:22 +02:00
parent ea5a820831
commit d8ac28da9d
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M4 20h4v-4h4v-4h4v-4h4"></path>
<path d="M11 4l-7 7v-4m4 4h-4"></path>
</svg>

6
src/_icons/stairs-up.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<path d="M4 20h4v-4h4v-4h4v-4h4"></path>
<path d="M4 11l7 -7v4m-4 -4h4"></path>
</svg>

5
src/_icons/stairs.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M4 18h4v-4h4v-4h4v-4h4"></path>
</svg>