mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 23:06:46 +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
33 lines
440 B
JSON
33 lines
440 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley"
|
|
],
|
|
"tags": [
|
|
"table",
|
|
"rows",
|
|
"columns",
|
|
"blocks",
|
|
"plot",
|
|
"land",
|
|
"geometry",
|
|
"measure",
|
|
"size",
|
|
"width",
|
|
"height",
|
|
"distance",
|
|
"surface area",
|
|
"square meter",
|
|
"acre"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"layout",
|
|
"design",
|
|
"shapes",
|
|
"maths"
|
|
],
|
|
"aliases": [
|
|
"grid-2-x-2"
|
|
]
|
|
} |