{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "twitch-logo",
  "title": "Twitch Logo",
  "description": "Twitch logo component with brand purple",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/twitch-logo/components/logos/twitch.tsx",
      "content": "export function TwitchLogo({ className }: { className?: string }) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      xmlSpace=\"preserve\"\n      viewBox=\"0 0 2400 2800\"\n      className={className || \"w-8 h-8\"}\n    >\n      <title>Twitch Logo</title>\n      <path\n        fill=\"#fff\"\n        d=\"m2200 1300-400 400h-400l-350 350v-350H600V200h1600z\"\n      />\n      <g fill=\"#9146ff\">\n        <path d=\"M500 0 0 500v1800h600v500l500-500h400l900-900V0H500zm1700 1300-400 400h-400l-350 350v-350H600V200h1600v1100z\" />\n        <path d=\"M1700 550h200v600h-200zm-550 0h200v600h-200z\" />\n      </g>\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Twitch logo component with official brand purple and white colors.",
  "categories": [
    "Social",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}