{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "anthropic-logo",
  "title": "Anthropic Logo",
  "description": "Anthropic logo component with theme-adaptive colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/anthropic-logo/components/logos/anthropic.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface AnthropicLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function AnthropicLogo({ className, ...props }: AnthropicLogoProps) {\n  return (\n    <svg\n      fill=\"currentColor\"\n      fillRule=\"evenodd\"\n      style={{ flex: \"none\", lineHeight: 1 }}\n      viewBox=\"0 0 24 24\"\n      width=\"1em\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Anthropic</title>\n      <path d=\"M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z\" />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Anthropic logo component that adapts to your theme. Uses currentColor to match your design system.",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}