mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +01:00
* Add `arrow-right-to-line` (tab) icon <kbd>tab</kbd> * Add `arrow-left-to-line` icon * Add `arrow-up-to-line` icon * Add `arrow-down-to-line` (download) icon * Add `arrow-up-from-line` icon * Add `arrow-down-from-line` icon * Add `arrow-left-from-line` icon * Add `arrow-right-from-line` icon * Extend `arrow-*-line`s * Add `expand`/`collapse` metadata Closes #980. --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
16 lines
312 B
XML
16 lines
312 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"
|
|
>
|
|
<line x1="3" x2="17" y1="12" y2="12" />
|
|
<polyline points="9 6 3 12 9 18" />
|
|
<path d="M21 19V5" />
|
|
</svg>
|