{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "xai-logo",
  "title": "xAI Logo",
  "description": "xAI logo component with theme-adaptive colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/xai-logo/components/logos/xai.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface XAILogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function XAILogo({ className, ...props }: XAILogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      xmlSpace=\"preserve\"\n      fill=\"currentColor\"\n      viewBox=\"0 0 841.89 595.28\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>xAI</title>\n      <path d=\"m557.09 211.99 8.31 326.37h66.56l8.32-445.18zM640.28 56.91H538.72L379.35 284.53l50.78 72.52zM201.61 538.36h101.56l50.79-72.52-50.79-72.53zM201.61 211.99l228.52 326.37h101.56L303.17 211.99z\" />\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "xAI logo component that adapts to your theme. Uses currentColor to match your design system.",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}