mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-01 17:08:37 +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>
40 lines
549 B
JSON
40 lines
549 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"use-cases": [],
|
|
"tags": [
|
|
"lunar",
|
|
"solar",
|
|
"crescent moon",
|
|
"sun",
|
|
"earth",
|
|
"day",
|
|
"night",
|
|
"planet",
|
|
"space",
|
|
"mode",
|
|
"dark",
|
|
"light",
|
|
"toggle",
|
|
"switch",
|
|
"color",
|
|
"css",
|
|
"styles",
|
|
"display",
|
|
"accessibility",
|
|
"contrast",
|
|
"brightness",
|
|
"blend",
|
|
"shade"
|
|
],
|
|
"categories": [
|
|
"science",
|
|
"design",
|
|
"development",
|
|
"accessibility",
|
|
"photography"
|
|
]
|
|
}
|