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:
5
src/_icons/caret-down.svg
Normal file
5
src/_icons/caret-down.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" />
|
||||
</svg>
|
5
src/_icons/caret-left.svg
Normal file
5
src/_icons/caret-left.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" transform="rotate(270 12 12)" />
|
||||
</svg>
|
5
src/_icons/caret-right.svg
Normal file
5
src/_icons/caret-right.svg
Normal 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
5
src/_icons/caret-up.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" />
|
||||
</svg>
|
Reference in New Issue
Block a user