2023-04-23 11:44:33 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "../icon.schema.json",
|
2023-06-01 12:17:23 +02:00
|
|
|
"contributors": [
|
|
|
|
|
"ericfennis",
|
|
|
|
|
"csandman",
|
|
|
|
|
"karsa-mistmere"
|
|
|
|
|
],
|
2023-04-23 11:44:33 +02:00
|
|
|
"tags": [
|
|
|
|
|
"filter",
|
|
|
|
|
"sort",
|
2024-07-09 15:50:42 +02:00
|
|
|
"ascending",
|
|
|
|
|
"descending",
|
|
|
|
|
"increasing",
|
|
|
|
|
"decreasing",
|
|
|
|
|
"rising",
|
|
|
|
|
"falling"
|
2023-04-23 11:44:33 +02:00
|
|
|
],
|
|
|
|
|
"categories": [
|
|
|
|
|
"text",
|
|
|
|
|
"layout",
|
|
|
|
|
"arrows"
|
2023-06-18 21:30:09 +01:00
|
|
|
],
|
|
|
|
|
"aliases": [
|
2025-07-30 16:52:50 +02:00
|
|
|
{
|
|
|
|
|
"name": "sort-desc",
|
|
|
|
|
"deprecationReason": "alias.name",
|
|
|
|
|
"deprecated": true,
|
|
|
|
|
"toBeRemovedInVersion": "v1.0"
|
|
|
|
|
}
|
2023-04-23 11:44:33 +02:00
|
|
|
]
|
2024-02-01 22:38:21 +09:00
|
|
|
}
|