{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "logo", "title": "Logo", "description": "Brand logo component with customizable size", "files": [ { "path": "components/pro-blocks/logo.tsx", "content": "interface LogoProps {\n width?: number;\n height?: number;\n className?: string;\n}\n\nexport const Logo: React.FC = ({\n width = 32,\n height = 32,\n className = \"\",\n}) => {\n return (\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n );\n};\n", "type": "registry:component", "target": "components/pro-blocks/logo.tsx" } ], "type": "registry:component" }