19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
|
|
"name": "panel-right-icon",
|
|
"type": "registry:ui",
|
|
"title": "Panel Right Icon",
|
|
"description": "Panel right icon component.",
|
|
"dependencies": ["motion"],
|
|
"files": [
|
|
{
|
|
"path": "registry/icons/panel-right/index.tsx",
|
|
"type": "registry:ui",
|
|
"target": "components/animate-ui/icons/panel-right.tsx"
|
|
}
|
|
],
|
|
"meta": {
|
|
"keywords": ["sidebar", "panel", "right", "menu", "drawer", "navigation"]
|
|
}
|
|
}
|