mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 17:26:31 +01:00
* chore(icons): add tag to ellipsis * chore(icons): add tag to rectangle-ellipsis * chore(icons): add tag to circle-ellipsis * chore(icons): add tag to ellipsis-vertical * chore(): add some further tags. no pun indended. * chore(): ran prettier --------- Co-authored-by: Karsa <contact@karsa.org>
36 lines
479 B
JSON
36 lines
479 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"karsa-mistmere",
|
|
"ericfennis"
|
|
],
|
|
"tags": [
|
|
"ellipsis",
|
|
"et cetera",
|
|
"etc",
|
|
"loader",
|
|
"loading",
|
|
"progress",
|
|
"pending",
|
|
"throbber",
|
|
"menu",
|
|
"options",
|
|
"operator",
|
|
"code",
|
|
"spread",
|
|
"rest",
|
|
"more",
|
|
"further",
|
|
"extra",
|
|
"overflow",
|
|
"dots",
|
|
"…",
|
|
"..."
|
|
],
|
|
"categories": [
|
|
"layout",
|
|
"development",
|
|
"shapes"
|
|
]
|
|
}
|