mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 17:36:19 +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>
16 lines
209 B
JSON
16 lines
209 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"tags": [
|
|
"keyboard",
|
|
"key",
|
|
"forward",
|
|
"caps lock",
|
|
"capitals",
|
|
"mac",
|
|
"button"
|
|
],
|
|
"categories": [
|
|
"arrows",
|
|
"development"
|
|
]
|
|
} |