mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 23:56:34 +01:00
* Add `list-collapse` icon * Update icons/list-collapse.json Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
25 lines
308 B
JSON
25 lines
308 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"ocavue"
|
|
],
|
|
"tags": [
|
|
"items",
|
|
"collapse",
|
|
"expand",
|
|
"details",
|
|
"disclosure",
|
|
"show",
|
|
"hide",
|
|
"toggle",
|
|
"accordion",
|
|
"more",
|
|
"less",
|
|
"fold",
|
|
"unfold"
|
|
],
|
|
"categories": [
|
|
"text"
|
|
]
|
|
}
|