mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 22:36:27 +01:00
* Optimise `layout` icon * Optimise `panel-*` icons …from #1156. * Fix JSON * Rename `layout` to `panels-top-left` * Add `panel-bottom-narrow` (status bar) icon * Add `panels-left-bottom` icon * Add `panels-right-bottom` icon * Add `panels-left-right-bottom` icon * Add `panels-left-right` icon * Add `panels-bottom-left-right` icon * Add `panels-top-split` icon * Improve metadata * Rename `panel-top-inactive` to `panel-top-dashed` * Rename `panel-bottom-inactive` to `panel-bottom-dashed` * Rename `panel-left-inactive` to `panel-left-dashed` * Rename `panel-right-inactive` to `panel-right-dashed` * Add `panel-top-narrow` (menu bar) icon * Refine/rename `panels-top-split` to `panels-top-narrow-split` * Remove `panel-bottom-narrow` icon * Remove `panel-top-narrow` icon * Remove `panels-bottom-left-right` icon * Remove `panels-left-right-bottom` icon * Remove `panels-top-narrow-split` icon * Remove `panels-left-right` icon --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
20 lines
271 B
JSON
20 lines
271 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"sidebar",
|
|
"secondary",
|
|
"drawer",
|
|
"show",
|
|
"reveal"
|
|
],
|
|
"categories": [
|
|
"layout"
|
|
],
|
|
"aliases": [
|
|
"panel-right-inactive"
|
|
]
|
|
} |