mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 16:57:44 +01:00
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 commit973db1e140. * Revert "Add `more-horizontal-rectangle` icon" This reverts commit3960c6ee0c. * 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 commitacb80b75f8. * Add EOFs --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,11 +4,14 @@
|
||||
"colebemis"
|
||||
],
|
||||
"tags": [
|
||||
"ellipsis",
|
||||
"menu",
|
||||
"options"
|
||||
"options",
|
||||
"..."
|
||||
],
|
||||
"categories": [
|
||||
"layout"
|
||||
],
|
||||
"aliases": [
|
||||
"more-vertical"
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
@@ -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"
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"mittalyashu",
|
||||
"ericfennis"
|
||||
],
|
||||
"tags": [
|
||||
"2fa",
|
||||
"authenticate",
|
||||
"login",
|
||||
"field",
|
||||
"text"
|
||||
],
|
||||
"categories": [
|
||||
"text"
|
||||
]
|
||||
}
|
||||
39
icons/rectangle-ellipsis.json
Normal file
39
icons/rectangle-ellipsis.json
Normal 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"
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 338 B |
Reference in New Issue
Block a user