mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:47:15 +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
21 lines
276 B
JSON
21 lines
276 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"lscheibel",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"arrows",
|
|
"axis",
|
|
"gizmo",
|
|
"coordinates",
|
|
"transform",
|
|
"translate"
|
|
],
|
|
"categories": [
|
|
"design"
|
|
],
|
|
"aliases": [
|
|
"move-3-d"
|
|
]
|
|
} |