Fortura/apps/www/registry/icons/panel-bottom/registry-item.json
2025-08-20 04:12:49 -06:00

19 lines
507 B
JSON

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