{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "placeholder-logo-editly",
  "title": "Placeholder Logo Editly",
  "description": "Placeholder logo component for logo section 1",
  "files": [
    {
      "path": "components/pro-blocks/placeholder-logo-editly.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\ninterface PlaceholderLogoEditlyProps {\n  width?: number;\n  height?: number;\n  className?: string;\n}\n\nexport function PlaceholderLogoEditly({\n  width = 90,\n  height = 36,\n  className,\n}: PlaceholderLogoEditlyProps) {\n  return (\n    <svg\n      width={width}\n      height={height}\n      viewBox=\"0 0 90 36\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      className={cn(className)}\n    >\n      <path\n        opacity=\"0.9\"\n        d=\"M16.0622 27.5294H0.793945V1.58824H15.9881V6.25765H5.98218V12.0812H15.8081V16.5918H5.98218V22.86H16.0622V27.5294ZM27.7728 28.0059C26.0222 28.0059 24.4234 27.5576 22.9763 26.6612C21.5292 25.7576 20.3787 24.5471 19.5245 23.0294C18.6704 21.5047 18.2434 19.8176 18.2434 17.9682C18.2434 16.5847 18.4904 15.2824 18.9845 14.0612C19.4857 12.8329 20.1669 11.7565 21.0281 10.8318C21.8963 9.90706 22.9022 9.18 24.0457 8.65059C25.1963 8.11412 26.4387 7.84588 27.7728 7.84588C29.4316 7.84588 30.7304 8.15647 31.6692 8.77765C32.601 9.39176 33.3281 10.2071 33.8504 11.2235V0.476471H38.8587V27.5294H33.9987V24.3741C33.4834 25.4682 32.7492 26.3471 31.7963 27.0106C30.8434 27.6741 29.5022 28.0059 27.7728 28.0059ZM28.5881 23.4847C29.7034 23.4847 30.6598 23.2341 31.4575 22.7329C32.2622 22.2247 32.8869 21.5506 33.3316 20.7106C33.7763 19.8706 33.9987 18.9565 33.9987 17.9682C33.9987 16.9518 33.7763 16.0235 33.3316 15.1835C32.8869 14.3506 32.2622 13.6729 31.4575 13.1506C30.6598 12.6282 29.7034 12.3671 28.5881 12.3671C27.5292 12.3671 26.5975 12.6212 25.7928 13.1294C24.9881 13.6376 24.3634 14.3118 23.9187 15.1518C23.4739 15.9918 23.2516 16.9165 23.2516 17.9259C23.2516 18.8929 23.4739 19.8035 23.9187 20.6576C24.3634 21.5047 24.9881 22.1894 25.7928 22.7118C26.5975 23.2271 27.5292 23.4847 28.5881 23.4847ZM44.301 6.66C43.461 6.66 42.7516 6.37059 42.1728 5.79177C41.5869 5.21294 41.2939 4.51412 41.2939 3.69529C41.2939 2.90471 41.5869 2.22 42.1728 1.64118C42.7516 1.06235 43.461 0.772942 44.301 0.772942C45.1622 0.772942 45.8787 1.06235 46.4504 1.64118C47.0151 2.22 47.2975 2.90471 47.2975 3.69529C47.2975 4.53529 47.0151 5.24118 46.4504 5.81294C45.8787 6.37765 45.1622 6.66 44.301 6.66ZM46.821 27.5294H41.8128V8.25882H46.821V27.5294ZM59.8234 27.5294H57.081C55.1822 27.5294 53.7245 27.06 52.7081 26.1212C51.6987 25.1824 51.1939 23.6612 51.1939 21.5576V12.5153H48.4834V8.25882H51.1939V4.36235L56.1916 3.84353V8.25882H60.2681V12.5153H56.1916V21.3035C56.1916 22.4894 56.7139 23.0824 57.7587 23.0824H59.8234V27.5294ZM66.9387 27.5294H61.941V0.476471H66.9387V27.5294ZM71.8728 35.2694C71.3787 35.2694 70.8245 35.2482 70.2104 35.2059C69.5892 35.1494 69.0316 35.0506 68.5375 34.9094L69.2787 30.1235C69.9704 30.3 70.7222 30.3882 71.5339 30.3882C72.501 30.3882 73.2951 30.1094 73.9163 29.5518C74.5304 28.9941 74.9716 28.2953 75.2398 27.4553L75.5045 26.64L67.8704 8.25882H73.9163L77.6539 19.2706C77.9998 20.2518 78.2716 21.2753 78.4692 22.3412C78.6669 21.2753 78.9387 20.2518 79.2845 19.2706L83.0328 8.25882H88.9622L80.4387 28.7576C79.6198 30.7059 78.5539 32.28 77.241 33.48C75.9351 34.6729 74.1457 35.2694 71.8728 35.2694Z\"\n        fill=\"currentColor\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/pro-blocks/placeholder-logo-editly.tsx"
    }
  ],
  "type": "registry:component"
}