{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "aws-api-gateway",
  "title": "Amazon API Gateway Logo",
  "description": "Amazon API Gateway service logo component with official brand colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/aws-api-gateway/components/logos/aws-api-gateway.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface AWSAPIGatewayLogoProps extends React.SVGProps<SVGSVGElement> {}\n\nexport function AWSAPIGatewayLogo({\n  className,\n  ...props\n}: AWSAPIGatewayLogoProps) {\n  return (\n    <svg\n      xmlns=\"http://www.w3.org/2000/svg\"\n      viewBox=\"0 0 80 80\"\n      className={cn(\"\", className)}\n      {...props}\n    >\n      <title>Amazon API Gateway</title>\n      <g>\n        <g>\n          <rect width=\"80\" height=\"80\" fill=\"#8C4FFF\" />\n        </g>\n        <g>\n          <path\n            fillRule=\"evenodd\"\n            clipRule=\"evenodd\"\n            d=\"M34.065 55.6324H37V53.6153H34.065V55.6324ZM39 55.6324H42V53.6153H39V55.6324ZM27 14.6295L14 21.0821V61.1934L27 65.5896V14.6295ZM29 27.3934V53.6153H32V55.6324H29V66.9915C29 67.3162 28.845 67.6208 28.584 67.8104C28.412 67.9355 28.207 68 28 68C27.894 68 27.786 67.9829 27.682 67.9476L12.682 62.8756C12.274 62.7375 12 62.3522 12 61.9196V20.4537C12 20.0705 12.217 19.7185 12.559 19.5491L27.559 12.1041C27.868 11.9498 28.235 11.9679 28.528 12.1525C28.821 12.3361 29 12.6598 29 13.0087V25.3764H32V27.3934H29ZM44 55.6324H47V53.6153H44V55.6324ZM44.065 27.3934H47V25.3764H44.065V27.3934ZM39.065 27.3934H42V25.3764H39.065V27.3934ZM34.065 27.3934H37V25.3764H34.065V27.3934ZM66 21.0821L53 14.6295V65.5896L66 61.1934V21.0821ZM68 61.9196C68 62.3522 67.726 62.7375 67.318 62.8756L52.318 67.9476C52.214 67.9829 52.106 68 52 68C51.793 68 51.588 67.9355 51.416 67.8104C51.155 67.6208 51 67.3162 51 66.9915V55.6324H49.065V53.6153H51V27.3934H49.065V25.3764H51V13.0087C51 12.6598 51.179 12.3361 51.472 12.1525C51.765 11.9679 52.131 11.9498 52.441 12.1041L67.441 19.5491C67.783 19.7185 68 20.0705 68 20.4537V61.9196ZM42.934 33.8067L41.066 33.0826L36.066 46.1935L37.934 46.9176L42.934 33.8067ZM49.707 40.2089C50.098 39.8145 50.098 39.1761 49.707 38.7828L45.707 34.7487L44.293 36.1747L47.586 39.4958L44.293 42.8169L45.707 44.243L49.707 40.2089ZM34.293 44.243L30.293 40.2089C29.902 39.8145 29.902 39.1761 30.293 38.7828L34.293 34.7487L35.707 36.1747L32.414 39.4958L35.707 42.8169L34.293 44.243Z\"\n            fill=\"white\"\n          />\n        </g>\n      </g>\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "Amazon API Gateway logo component with official AWS brand colors.",
  "categories": [
    "Cloud",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}