mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* Added icons/list-sort.svg * Added icons/list-sort.json * Update list-sort.json * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update naming * Also add the ascending version * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
33 lines
539 B
JSON
33 lines
539 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"ericfennis"
|
|
],
|
|
"use-cases": [
|
|
"sorting items in a table by column (name, date, price, status)",
|
|
"reordering a list in ascending order"
|
|
],
|
|
"tags": [
|
|
"list",
|
|
"order",
|
|
"arrangement",
|
|
"organization",
|
|
"sequence",
|
|
"ranking",
|
|
"categories",
|
|
"presentation",
|
|
"filter",
|
|
"sort",
|
|
"ascending",
|
|
"descending",
|
|
"increasing",
|
|
"decreasing",
|
|
"rising",
|
|
"falling"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"layout"
|
|
]
|
|
}
|