1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-31 09:32:04 +02:00

caret icons

This commit is contained in:
codecalm
2020-03-25 00:30:31 +01:00
parent ff0cf41343
commit f2cf30fddd
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" />
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M18 15l-6-6l-6 6h12" transform="rotate(270 12 12)" />
</svg>

View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" />
</svg>

5
src/_icons/caret-up.svg Normal file
View File

@@ -0,0 +1,5 @@
---
---
<svg>
<path d="M18 15l-6-6l-6 6h12" />
</svg>