mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:36:27 +01:00
* Implement deprecate comment lucide-react * Add export template with comment * Add block comment to Lucide Svelte * Add blockcomment to lucide-angular * Add block comment to lucide-static * revert runtime change build:tags * Fix failed tests * Remove optional property in icon schema
22 lines
304 B
JSON
22 lines
304 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"deprecated": true,
|
|
"contributors": [
|
|
"colebemis",
|
|
"ashygee",
|
|
"wojtekmaj",
|
|
"mittalyashu",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"logo"
|
|
],
|
|
"categories": [
|
|
"account",
|
|
"social",
|
|
"communication",
|
|
"brands",
|
|
"development"
|
|
]
|
|
}
|