mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Add `arrow-up-left-from-circle` (<kbd>esc</kbd>ape key) icon * Add `arrow-up-right-from-circle` icon * Add `arrow-down-left-from-circle` icon * Add `arrow-down-right-from-circle` icon
16 lines
359 B
XML
16 lines
359 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"
|
|
>
|
|
<polyline points="22,16 22,22 16,22 " />
|
|
<line x1="22" y1="22" x2="12" y2="12" />
|
|
<path d="M12,22C6.5,22,2,17.5,2,12S6.5,2,12,2s10,4.5,10,10" />
|
|
</svg>
|