{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "zed-logo",
  "title": "Zed Logo",
  "description": "Zed - The editor for what's next",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/zed-logo/components/logos/zed.tsx",
      "content": "export function ZedLogo({ className }: { className?: string }) {\n  return (\n    <svg\n      viewBox=\"0 0 24 24\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      className={className || \"w-8 h-8\"}\n    >\n      <title>Zed Logo</title>\n      <path\n        fill=\"currentColor\"\n        d=\"M2.25 1.5a.75.75 0 0 0-.75.75v16.5H0V2.25A2.25 2.25 0 0 1 2.25 0h20.095c1.002 0 1.504 1.212.795 1.92L10.764 14.298h3.486V12.75h1.5v1.922a1.125 1.125 0 0 1-1.125 1.125H9.264l-2.578 2.578h11.689V9h1.5v9.375a1.5 1.5 0 0 1-1.5 1.5H5.185L2.562 22.5H21.75a.75.75 0 0 0 .75-.75V5.25H24v16.5A2.25 2.25 0 0 1 21.75 24H1.655C.653 24 .151 22.788.86 22.08L13.19 9.75H9.75v1.5h-1.5V9.375A1.125 1.125 0 0 1 9.375 8.25h5.314l2.625-2.625H5.625V15h-1.5V5.625a1.5 1.5 0 0 1 1.5-1.5h13.19L21.438 1.5z\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Zed logo component. Uses currentColor for theme adaptation.",
  "categories": [
    "DevTools",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}