mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +01:00
* Improve metadata for keys * Modify `arrow-big-up` (`shift` key) * Modify `arrow-big-right` to match `arrow-big-up` (`shift` key) icon * Modify `arrow-big-down` to match `arrow-big-up` (`shift` key) icon * Modify `arrow-big-left` to match `arrow-big-up` (`shift` key) icon * Add `arrow-big-up-dash` (`caps lock` key) icon * Fix `arrow-big-up` metadata * Refine `arrow-big-up-dash` icon * Add `arrow-big-down-dash` icon * Fix `arrow-big-left` metadata * Add `arrow-big-left-dash` icon * Add `arrow-big-right-dash` icon * Optimize `arrow-big-*` icons --------- Co-authored-by: Karsa <karsa@karsa.org>
15 lines
275 B
XML
15 lines
275 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="M19 15V9" />
|
|
<path d="M15 15h-3v4l-7-7 7-7v4h3v6z" />
|
|
</svg>
|