caret icons
This commit is contained in:
parent
ff0cf41343
commit
f2cf30fddd
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" />
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" transform="rotate(270 12 12)" />
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" />
|
||||
</svg>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 15l-6-6l-6 6h12" />
|
||||
</svg>
|
||||
Loading…
Reference in New Issue