mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-15 21:47:43 +01:00
35 lines
571 B
JSON
35 lines
571 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"zenoamaro",
|
|
"ericfennis",
|
|
"csandman",
|
|
"mittalyashu"
|
|
],
|
|
"tags": [
|
|
"table",
|
|
"rows",
|
|
"columns"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"layout",
|
|
"design"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "grid",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true,
|
|
"toBeRemovedInVersion": "v1.0"
|
|
},
|
|
{
|
|
"name": "grid-3-x-3",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true,
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|