mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:46:36 +01:00
* 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
32 lines
488 B
JSON
32 lines
488 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"ericfennis",
|
|
"irvineacosta"
|
|
],
|
|
"tags": [
|
|
"sidebar",
|
|
"secondary",
|
|
"drawer",
|
|
"show",
|
|
"reveal",
|
|
"padding",
|
|
"margin",
|
|
"guide",
|
|
"layout",
|
|
"bleed"
|
|
],
|
|
"categories": [
|
|
"layout"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "panel-right-inactive",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true,
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|