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>
25 lines
303 B
JSON
25 lines
303 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis"
|
|
],
|
|
"tags": [
|
|
"menu",
|
|
"options",
|
|
"spread",
|
|
"more",
|
|
"further",
|
|
"extra",
|
|
"overflow",
|
|
"dots",
|
|
"…",
|
|
"..."
|
|
],
|
|
"categories": [
|
|
"layout"
|
|
],
|
|
"aliases": [
|
|
"more-vertical"
|
|
]
|
|
}
|