mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 20:28:49 +02:00
* Require use-cases in meta json Co-authored-by: Copilot <copilot@github.com> * adjust schema * Adjust icon meta json files * Add usecases to tags.json --------- Co-authored-by: Copilot <copilot@github.com>
32 lines
545 B
JSON
32 lines
545 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"Themistoklis",
|
|
"ericfennis",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [],
|
|
"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"
|
|
}
|
|
]
|
|
}
|