1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 01:00:14 +02:00
This commit is contained in:
codecalm
2020-02-28 14:21:44 +01:00
parent 7735c9cc38
commit 5647e0a114
4 changed files with 24 additions and 0 deletions

6
_icons/chevrons-down.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 7 12 12 17 7" />
<polyline points="7 13 12 18 17 13" />
</svg>

6
_icons/chevrons-left.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="11 7 6 12 11 17" />
<polyline points="17 7 12 12 17 17" />
</svg>

View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 7 12 12 7 17" />
<polyline points="13 7 18 12 13 17" />
</svg>

6
_icons/chevrons-up.svg Normal file
View File

@@ -0,0 +1,6 @@
---
---
<svg>
<polyline points="7 11 12 6 17 11" />
<polyline points="7 17 12 12 17 17" />
</svg>