Skip to content

Commit

Permalink
Sort rows/columns icons (#1500)
Browse files Browse the repository at this point in the history
* Optimise `rows` icon

* Optimise `columns` icon

* Improve metadata

* Improve metadata

* Add `rows-3` variant

* Rename `rows` to `rows-2`

* Rename `columns` to `columns-2`

* Add `columns-3` variant

* Add `panels-*` to `aliases`

Moved from #1156.

* Add `rows-4` variant

* Add `columns-4` variant

---------

Co-authored-by: Eric Fennis <[email protected]>
  • Loading branch information
danielbayley and ericfennis authored Dec 28, 2023
1 parent 14a196d commit f0422f4
Show file tree
Hide file tree
Showing 13 changed files with 271 additions and 27 deletions.
41 changes: 41 additions & 0 deletions icons/columns-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"zenoamaro",
"ericfennis",
"csandman",
"mittalyashu"
],
"tags": [
"lines",
"list",
"queue",
"preview",
"panel",
"parallel",
"series",
"split",
"vertical",
"horizontal",
"half",
"center",
"middle",
"even",
"sidebar",
"drawer",
"gutter",
"fold",
"reflow",
"typography",
"pagination",
"pages"
],
"categories": [
"layout",
"design",
"text"
],
"aliases": [
"columns"
]
}
4 changes: 2 additions & 2 deletions icons/columns.svg → icons/columns-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions icons/columns-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"lines",
"list",
"queue",
"preview",
"parallel",
"series",
"split",
"vertical",
"horizontal",
"thirds",
"triple",
"center",
"middle",
"alignment",
"even",
"sidebars",
"drawers",
"gutters",
"fold",
"reflow",
"typography",
"pagination",
"pages"
],
"categories": [
"layout",
"design",
"text"
],
"aliases": [
"panels-left-right"
]
}
5 changes: 3 additions & 2 deletions icons/rows.svg → icons/columns-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions icons/columns-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"lines",
"list",
"queue",
"preview",
"parallel",
"series",
"split",
"vertical",
"horizontal",
"thirds",
"triple",
"center",
"middle",
"alignment",
"even",
"sidebars",
"drawers",
"gutters",
"fold",
"reflow",
"typography",
"pagination",
"pages",
"prison",
"jail",
"bars",
"sentence",
"police",
"cops",
"cell",
"crime",
"criminal",
"justice",
"law",
"enforcement",
"grill"
],
"categories": [
"layout",
"design",
"text",
"security"
]
}
16 changes: 16 additions & 0 deletions icons/columns-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions icons/columns.json

This file was deleted.

32 changes: 32 additions & 0 deletions icons/rows-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"lines",
"list",
"queue",
"preview",
"panel",
"paragraphs",
"parallel",
"series",
"split",
"vertical",
"horizontal",
"half",
"center",
"middle",
"even",
"drawer"
],
"categories": [
"layout",
"design",
"text"
],
"aliases": [
"rows"
]
}
14 changes: 14 additions & 0 deletions icons/rows-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions icons/rows-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"lines",
"list",
"queue",
"preview",
"paragraphs",
"parallel",
"series",
"split",
"vertical",
"horizontal",
"half",
"center",
"middle",
"even",
"drawers"
],
"categories": [
"layout",
"design",
"text"
],
"aliases": [
"panels-top-bottom"
]
}
15 changes: 15 additions & 0 deletions icons/rows-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 12 additions & 3 deletions icons/rows.json → icons/rows-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@
"danielbayley"
],
"tags": [
"split",
"lines",
"list",
"queue",
"preview",
"paragraphs",
"parallel",
"series",
"list",
"split",
"vertical",
"horizontal"
"horizontal",
"half",
"center",
"middle",
"even",
"drawers",
"grill"
],
"categories": [
"layout",
Expand Down
16 changes: 16 additions & 0 deletions icons/rows-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0422f4

Please sign in to comment.