{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "ghostty-logo",
  "title": "Ghostty Logo",
  "description": "Ghostty - A fast, feature-rich terminal emulator",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/ghostty-logo/components/logos/ghostty.tsx",
      "content": "export function GhosttyLogo({ 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>Ghostty Logo</title>\n      <path\n        fill=\"currentColor\"\n        d=\"M12 0C6.7 0 2.4 4.3 2.4 9.6v11.146c0 1.772 1.45 3.267 3.222 3.254a3.18 3.18 0 0 0 1.955-.686 1.96 1.96 0 0 1 2.444 0 3.18 3.18 0 0 0 1.976.686c.75 0 1.436-.257 1.98-.686.715-.563 1.71-.587 2.419-.018.59.476 1.355.743 2.182.699 1.705-.094 3.022-1.537 3.022-3.244V9.601C21.6 4.3 17.302 0 12 0M6.069 6.562a1 1 0 0 1 .46.131l3.578 2.065v.002a.974.974 0 0 1 0 1.687L6.53 12.512a.975.975 0 0 1-.976-1.687L7.67 9.602 5.553 8.38a.975.975 0 0 1 .515-1.818m7.438 2.063h4.7a.975.975 0 1 1 0 1.95h-4.7a.975.975 0 0 1 0-1.95\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Ghostty logo component. Uses currentColor for theme adaptation.",
  "categories": [
    "DevTools",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}