chore(icons): sort out more/ellipsis… icons/metadata (#1459)

* Add `more-horizontal-rectangle` icon

* Refine `circle-ellipsis` icon

* Rename `circle-ellipsis` to `more-circle`

* Improve `more` icons metadata

* Revert "Refine `circle-ellipsis` icon"

This reverts commit 973db1e140.

* Revert "Add `more-horizontal-rectangle` icon"

This reverts commit 3960c6ee0c.

* Rename `more-circle` to `more-horizontal-circle`

* Rename `form-input` to `more-horizontal-rectangle`

* Improve metadata

* Rename `more-horizontal-circle` to `ellipsis-circle`

* Rename `more-horizontal-rectangle` to `ellipsis-rectangle`

* Rename `more-horizontal` to `ellipsis`

* Rename `more-vertical` to `ellipsis-vertical`

* Fix lint issues

* Rename vertical ellipsis

* formatting

* Rename circle-ellipsis

* Rename rectangle ellipsis

* Revert "Rename vertical ellipsis"

This reverts commit acb80b75f8.

* Add EOFs

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Daniel Bayley
2024-03-08 14:32:35 +00:00
committed by GitHub
parent 07aefe3b88
commit bc1843f767
8 changed files with 71 additions and 26 deletions

View File

@@ -5,13 +5,29 @@
"ericfennis"
],
"tags": [
"pending",
"ellipsis",
"et cetera",
"etc",
"loader",
"loading",
"progress",
"pending",
"throbber",
"menu",
"options",
"operator",
"code",
"spread",
"rest",
"…",
"..."
],
"categories": [
"layout",
"development",
"shapes"
],
"aliases": [
"circle-ellipsis"
]
}

View File

@@ -4,11 +4,14 @@
"colebemis"
],
"tags": [
"ellipsis",
"menu",
"options"
"options",
"..."
],
"categories": [
"layout"
],
"aliases": [
"more-vertical"
]
}

View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

View File

@@ -4,14 +4,15 @@
"colebemis"
],
"tags": [
"ellipsis",
"et cetera",
"etc",
"loader",
"loading",
"progress",
"pending",
"throbber",
"menu",
"options",
"loading",
"loader",
"throber",
"etc",
"et cetera",
"operator",
"code",
"coding",
@@ -23,5 +24,8 @@
"categories": [
"layout",
"development"
],
"aliases": [
"more-horizontal"
]
}

View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

View File

@@ -1,17 +0,0 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis"
],
"tags": [
"2fa",
"authenticate",
"login",
"field",
"text"
],
"categories": [
"text"
]
}

View File

@@ -0,0 +1,39 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis"
],
"tags": [
"login",
"password",
"authenticate",
"2fa",
"field",
"fill",
"ellipsis",
"et cetera",
"etc",
"loader",
"loading",
"progress",
"pending",
"throbber",
"menu",
"options",
"operator",
"code",
"spread",
"rest",
"…",
"..."
],
"categories": [
"text",
"development",
"shapes"
],
"aliases": [
"form-input"
]
}

View File

Before

Width:  |  Height:  |  Size: 338 B

After

Width:  |  Height:  |  Size: 338 B