mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:57:35 +01:00
* add script * Create script to generate the aliases Nextjs * Apply aliases to the icon meta files * Make sure duplicated imports are not added * add command to lint-staged
19 lines
242 B
JSON
19 lines
242 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"lscheibel",
|
|
"ericfennis",
|
|
"jguddas"
|
|
],
|
|
"tags": [
|
|
"gizmo",
|
|
"transform",
|
|
"size"
|
|
],
|
|
"categories": [
|
|
"design"
|
|
],
|
|
"aliases": [
|
|
"scale-3-d"
|
|
]
|
|
} |