Files
lucide/icons/panel-top-dashed.json
Irvine Acosta b6dfcef41b feat(icons): added 'panel-dashed' variants + update tags on existing icons (#3500)
* feat(icons): add panel-{top-bottom,left-right,all-sides}-dashed; update tags on existing panel icons

* removed the all-sides variant

* added bleed to keyword list
2025-08-22 10:27:22 +02:00

31 lines
470 B
JSON

{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"ericfennis",
"irvineacosta"
],
"tags": [
"menu bar",
"drawer",
"show",
"reveal",
"padding",
"margin",
"guide",
"layout",
"bleed"
],
"categories": [
"layout"
],
"aliases": [
{
"name": "panel-top-inactive",
"deprecationReason": "alias.name",
"deprecated": true,
"toBeRemovedInVersion": "v1.0"
}
]
}