{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "kilo-code-logo",
  "title": "Kilo Code Logo",
  "description": "Kilo Code agentic coding platform logo with brand yellow",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/kilo-code-logo/components/logos/kilo-code.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface KiloCodeLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function KiloCodeLogo({ className, ...props }: KiloCodeLogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      width=\"40\"\n      height=\"40\"\n      viewBox=\"0 0 39.9997627 39.9999944\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Kilo Code</title>\n      <g transform=\"scale(0.8)\" transformOrigin=\"center\">\n        <path\n          fill=\"#F8F674\"\n          d=\"M27.9998324,34.6666921h6.6666279v5.3333023h-8.3809037l-3.6190266-3.6190266v-8.3809037h5.3333023v6.6666279ZM39.9997627,26.2857884l-3.6190266-3.6190266h-8.3809037v5.3333023h6.6666279v6.6666279h5.3333023v-8.3809037ZM17.3332326,22.6667578h-5.3333023v5.3333023h5.3333023v-5.3333023ZM0,36.3809638l3.6190266,3.6190266h13.714206v-5.3333023H5.3333023v-11.9999302H0v13.714206ZM33.9600959,11.9999247V3.619021L30.3410693-.0000056h-7.6745392v5.3333023h5.9602634v6.6666279h-5.9602634v5.3333023h17.3332326v-5.3333023h-6.0396668ZM5.3333023,0H0v17.3332326h5.3333023v-5.9999651h6.6666279v5.9999651h5.3333023v-5.9999651l-5.3333023-5.3333023h-6.6666279V0ZM17.3332326,0h-5.3333023v5.9999651h5.3333023V0Z\"\n        />\n      </g>\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Kilo Code logo component with brand yellow (#F8F674).",
  "categories": [
    "AI",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}