{
  "name": "brand-logo",
  "type": "registry:component",
  "description": "Brand logo row/grid primitive",
  "files": [
    {
      "path": "ui/BrandLogo.astro",
      "type": "registry:component",
      "content": "---\nimport uploadedLog from '@/assets/ui/pablo-logo-min.svg';\n\ninterface Props {\n  className?: string;\n}\n\nconst { className = '' } = Astro.props;\n---\n\n<img\n  src={uploadedLog.src}\n  alt=\"Pablo Logo\"\n  class={`max-h-[48px] max-w-[96px] object-contain ${className}`}\n  width={uploadedLog.width}\n  height={uploadedLog.height}\n/>\n"
    },
    {
      "path": "ui/assets/pablo-logo-min.svg",
      "type": "registry:file",
      "target": "src/assets/ui/pablo-logo-min.svg",
      "content": "<svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 80 80\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 80V0H20.0025V19.9984L39.9961 0H59.9964L80 19.9984V39.9978L59.9964 59.9972H39.9961L20.0025 39.9978V80H0ZM59.9964 39.9978V19.9984H39.9961V39.9978H59.9964Z\" fill=\"#222222\"/></svg>\n\n"
    }
  ],
  "category": "ui"
}