mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +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
355 B
XML
16 lines
355 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="8,22 2,22 2,16 " />
|
|
<line x1="2" y1="22" x2="12" y2="12" />
|
|
<path d="M2,12C2,6.5,6.5,2,12,2s10,4.5,10,10s-4.5,10-10,10" />
|
|
</svg>
|