mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-09-02 04:29:03 +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>
29 lines
430 B
JSON
29 lines
430 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"colebemis",
|
|
"ericfennis",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [],
|
|
"tags": [
|
|
"person",
|
|
"personal information",
|
|
"people",
|
|
"listing",
|
|
"networking",
|
|
"document",
|
|
"contact",
|
|
"cover letter",
|
|
"resume",
|
|
"cv",
|
|
"curriculum vitae",
|
|
"application form"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"files"
|
|
]
|
|
}
|