mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 19:26:51 +01:00
* feat(icons): added clock/calendar-arrow-up/down icons * feat(icons): add some extra tags to sort icons
27 lines
359 B
JSON
27 lines
359 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"ericfennis",
|
|
"csandman",
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"filter",
|
|
"sort",
|
|
"ascending",
|
|
"descending",
|
|
"increasing",
|
|
"decreasing",
|
|
"rising",
|
|
"falling"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"layout",
|
|
"arrows"
|
|
],
|
|
"aliases": [
|
|
"sort-desc"
|
|
]
|
|
}
|