{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cohere-logo",
  "title": "Cohere Logo",
  "description": "Cohere logo component with brand colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/cohere-logo/components/logos/cohere.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface CohereLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function CohereLogo({ className, ...props }: CohereLogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      xmlSpace=\"preserve\"\n      style={{ flex: \"none\", lineHeight: 1 }}\n      viewBox=\"0 0 75 75\"\n      width=\"1em\"\n      height=\"1em\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Cohere</title>\n      <path\n        d=\"M24.3 44.7c2 0 6-.1 11.6-2.4 6.5-2.7 19.3-7.5 28.6-12.5 6.5-3.5 9.3-8.1 9.3-14.3C73.8 7 66.9 0 58.3 0h-36C10 0 0 10 0 22.3s9.4 22.4 24.3 22.4z\"\n        style={{\n          fillRule: \"evenodd\",\n          clipRule: \"evenodd\",\n          fill: \"#39594d\",\n        }}\n      />\n      <path\n        d=\"M30.4 60c0-6 3.6-11.5 9.2-13.8l11.3-4.7C62.4 36.8 75 45.2 75 57.6 75 67.2 67.2 75 57.6 75H45.3c-8.2 0-14.9-6.7-14.9-15z\"\n        style={{\n          fillRule: \"evenodd\",\n          clipRule: \"evenodd\",\n          fill: \"#d18ee2\",\n        }}\n      />\n      <path\n        d=\"M12.9 47.6C5.8 47.6 0 53.4 0 60.5v1.7C0 69.2 5.8 75 12.9 75c7.1 0 12.9-5.8 12.9-12.9v-1.7c-.1-7-5.8-12.8-12.9-12.8z\"\n        style={{ fill: \"#ff7759\" }}\n      />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Cohere logo component with official brand colors.",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}