mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 06:29:29 +02:00
34 lines
596 B
JSON
34 lines
596 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Themistoklis",
|
|
"ericfennis",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"Decreasing the indentation of a list item"
|
|
],
|
|
"tags": [
|
|
"text",
|
|
"tab"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"development"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "outdent",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true,
|
|
"toBeRemovedInVersion": "v1.0"
|
|
},
|
|
{
|
|
"name": "indent-decrease",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name",
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|