Skip to content

Commit

Permalink
Optimise/add remaining panel-*/consolidate layout icons (lucide-i…
Browse files Browse the repository at this point in the history
…cons#1156)

* Optimise `layout` icon

* Optimise `panel-*` icons

…from lucide-icons#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>
  • Loading branch information
danielbayley and ericfennis authored Dec 25, 2023
1 parent 5366782 commit 5ecfd61
Show file tree
Hide file tree
Showing 38 changed files with 155 additions and 55 deletions.
2 changes: 1 addition & 1 deletion categories/files.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../category.schema.json",
"title": "File icons",
"icon": "layout"
"icon": "panels-top-left"
}
2 changes: 1 addition & 1 deletion categories/layout.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../category.schema.json",
"title": "Layout",
"icon": "layout"
"icon": "panels-top-left"
}
4 changes: 3 additions & 1 deletion icons/panel-bottom-close.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"tags": [
"drawer",
"dock",
"hide"
"hide",
"chevron",
"down"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-bottom-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"drawer",
"dock",
"show",
"reveal",
"dashed"
"reveal"
],
"categories": [
"layout"
],
"aliases": [
"panel-bottom-inactive"
]
}
File renamed without changes
4 changes: 3 additions & 1 deletion icons/panel-bottom-open.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"drawer",
"dock",
"show",
"reveal"
"reveal",
"chevron",
"up"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-bottom-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/panel-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions icons/panel-left-close.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
"danielbayley",
"ericfennis"
],
"aliases": ["sidebar-close"],
"tags": [
"primary",
"drawer",
"hide"
"hide",
"chevron",
"<"
],
"categories": [
"layout",
"arrows"
],
"aliases": [
"sidebar-close"
]
}
}
2 changes: 1 addition & 1 deletion icons/panel-left-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"primary",
"drawer",
"show",
"reveal",
"dashed"
"reveal"
],
"categories": [
"layout"
],
"aliases": [
"panel-left-inactive"
]
}
File renamed without changes
11 changes: 8 additions & 3 deletions icons/panel-left-open.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
"danielbayley",
"ericfennis"
],
"aliases": ["sidebar-open"],
"tags": [
"primary",
"drawer",
"show",
"reveal"
"reveal",
"chevron",
"right",
">"
],
"categories": [
"layout",
"arrows"
],
"aliases": [
"sidebar-open"
]
}
}
2 changes: 1 addition & 1 deletion icons/panel-left-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions icons/panel-left.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"danielbayley",
"ericfennis"
],
"aliases": ["sidebar"],
"tags": [
"primary",
"drawer"
],
"categories": [
"layout"
],
"aliases": [
"sidebar"
]
}
}
4 changes: 2 additions & 2 deletions icons/panel-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion icons/panel-right-close.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"sidebar",
"secondary",
"drawer",
"hide"
"hide",
"chevron",
">"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-right-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"secondary",
"drawer",
"show",
"reveal",
"dashed"
"reveal"
],
"categories": [
"layout"
],
"aliases": [
"panel-right-inactive"
]
}
File renamed without changes
5 changes: 4 additions & 1 deletion icons/panel-right-open.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"secondary",
"drawer",
"show",
"reveal"
"reveal",
"chevron",
"left",
"<"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-right-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions icons/panel-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion icons/panel-top-close.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"tags": [
"menu bar",
"drawer",
"hide"
"hide",
"chevron",
"up"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-top-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions icons/panel-top-inactive.json → icons/panel-top-dashed.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"menu bar",
"drawer",
"show",
"reveal",
"dashed"
"reveal"
],
"categories": [
"layout"
],
"aliases": [
"panel-top-inactive"
]
}
File renamed without changes
4 changes: 3 additions & 1 deletion icons/panel-top-open.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"menu bar",
"drawer",
"show",
"reveal"
"reveal",
"chevron",
"down"
],
"categories": [
"layout",
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-top-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion icons/panel-top.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
],
"tags": [
"drawer",
"menu bar",
"browser",
"webpage"
],
Expand Down
4 changes: 2 additions & 2 deletions icons/panel-top.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions icons/layout.json → icons/panels-left-bottom.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis"
"danielbayley"
],
"tags": [
"window",
"webpage"
"drawers",
"sidebar",
"primary"
],
"categories": [
"design",
"layout"
]
}
6 changes: 3 additions & 3 deletions icons/layout.svg → icons/panels-left-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/panels-right-bottom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"drawers",
"sidebar",
"secondary"
],
"categories": [
"layout"
]
}
15 changes: 15 additions & 0 deletions icons/panels-right-bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5ecfd61

Please sign in to comment.