mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:26:23 +01:00
* Optimise `chevron-*` icons * Improve `chevron-*` icons metadata * Add `chevron-left-circle` icon * Add `chevron-right-circle` icon * Add `chevron-up-circle` icon * Add `chevron-down-circle` icon * Improve metadata
14 lines
238 B
XML
14 lines
238 B
XML
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="m15 18-6-6 6-6" />
|
|
</svg>
|