mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:16:21 +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
20 lines
263 B
JSON
20 lines
263 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"filter",
|
|
"sort",
|
|
"descending",
|
|
"numerical"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"layout",
|
|
"arrows"
|
|
],
|
|
"aliases": [
|
|
"arrow-down-10"
|
|
]
|
|
} |