mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +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>
31 lines
413 B
JSON
31 lines
413 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [],
|
|
"tags": [
|
|
"code",
|
|
"token",
|
|
"parenthesis",
|
|
"parens",
|
|
"brackets",
|
|
"parameters",
|
|
"arguments",
|
|
"args",
|
|
"input",
|
|
"call",
|
|
"math",
|
|
"formula",
|
|
"function",
|
|
"(",
|
|
")"
|
|
],
|
|
"categories": [
|
|
"development",
|
|
"files",
|
|
"math"
|
|
]
|
|
}
|