{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "windsurf-logo",
  "title": "Windsurf Logo",
  "description": "Windsurf (Codeium) agentic IDE logo with brand turquoise",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/windsurf-logo/components/logos/windsurf.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface WindsurfLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function WindsurfLogo({ className, ...props }: WindsurfLogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      width=\"24\"\n      height=\"24\"\n      viewBox=\"0 0 24 24\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Windsurf</title>\n      <path\n        fill=\"#34E8BB\"\n        d=\"M23.55 5.067c-1.2038-.002-2.1806.973-2.1806 2.1765v4.8676c0 .972-.8035 1.7594-1.7597 1.7594-.568 0-1.1352-.286-1.4718-.7659l-4.9713-7.1003c-.4125-.5896-1.0837-.941-1.8103-.941-1.1334 0-2.1533.9635-2.1533 2.153v4.8957c0 .972-.7969 1.7594-1.7596 1.7594-.57 0-1.1363-.286-1.4728-.7658L.4076 5.1598C.2822 4.9798 0 5.0688 0 5.2882v4.2452c0 .2147.0656.4228.1884.599l5.4748 7.8183c.3234.462.8006.8052 1.3509.9298 1.3771.313 2.6446-.747 2.6446-2.0977v-4.893c0-.972.7875-1.7593 1.7596-1.7593h.003a1.798 1.798 0 0 1 1.4718.7658l4.9723 7.0994c.4135.5905 1.05.941 1.8093.941 1.1587 0 2.1515-.9645 2.1515-2.153v-4.8948c0-.972.7875-1.7594 1.7596-1.7594h.194a.22.22 0 0 0 .2204-.2202v-4.622a.22.22 0 0 0-.2203-.2203Z\"\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Windsurf logo component with official brand turquoise (#34E8BB).",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}