mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
* Added icons/layer-arrow-up.svg * Added icons/layer-arrow-up.json * Added icons/layers-arrow-up.svg * Added icons/layers-arrow-up.json * Added icons/layers-arrow-down.svg * Added icons/layers-arrow-down.json * Added icons/layer-arrow-down.svg * Added icons/layer-arrow-down.json * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(icons): add missing use cases to layer reordering icons --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
36 lines
550 B
JSON
36 lines
550 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"danielbayley",
|
|
"jguddas",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"lowering a selected layer by one step",
|
|
"moving an item backward in layer order"
|
|
],
|
|
"tags": [
|
|
"move back",
|
|
"backward",
|
|
"lower",
|
|
"demote",
|
|
"step back",
|
|
"behind",
|
|
"reorder",
|
|
"arrange",
|
|
"layer",
|
|
"layers",
|
|
"stack",
|
|
"stacking",
|
|
"z-index",
|
|
"depth",
|
|
"graphics",
|
|
"design"
|
|
],
|
|
"categories": [
|
|
"design",
|
|
"layout"
|
|
]
|
|
}
|