{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "aws-step-functions",
  "title": "AWS Step Functions Logo",
  "description": "AWS Step Functions service logo component with official brand colors",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/blocks/logos/aws-step-functions/components/logos/aws-step-functions.tsx",
      "content": "import { cn } from \"@/lib/utils\";\n\nexport interface AWSStepFunctionsLogoProps\n  extends React.SVGProps<SVGSVGElement> {}\n\nexport function AWSStepFunctionsLogo({\n  className,\n  ...props\n}: AWSStepFunctionsLogoProps) {\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>AWS Step Functions</title>\n      <g stroke=\"none\" strokeWidth=\"1\" fill=\"none\" fillRule=\"evenodd\">\n        <g fill=\"#E7157B\">\n          <rect x=\"0\" y=\"0\" width=\"80\" height=\"80\"></rect>\n        </g>\n        <path\n          d=\"M45,44 L66,44 L66,37 L45,37 L45,44 Z M67,35 L44,35 C43.447,35 43,35.448 43,36 L43,45 C43,45.552 43.447,46 44,46 L67,46 C67.553,46 68,45.552 68,45 L68,36 C68,35.448 67.553,35 67,35 L67,35 Z M43.5,62.5 C43.5,64.43 41.93,66 40,66 C38.07,66 36.5,64.43 36.5,62.5 C36.5,60.57 38.07,59 40,59 C41.93,59 43.5,60.57 43.5,62.5 L43.5,62.5 Z M14,47 L32,47 L32,43 L14,43 L14,47 Z M14,37 L32,37 L32,33 L14,33 L14,37 Z M36.5,17.5 C36.5,15.57 38.07,14 40,14 C41.93,14 43.5,15.57 43.5,17.5 C43.5,19.43 41.93,21 40,21 C38.07,21 36.5,19.43 36.5,17.5 L36.5,17.5 Z M56,53 L24,53 L24,49 L33,49 C33.553,49 34,48.552 34,48 L34,42 C34,41.448 33.553,41 33,41 L24,41 L24,39 L33,39 C33.553,39 34,38.552 34,38 L34,32 C34,31.448 33.553,31 33,31 L24,31 L24,28 L56,28 L56,32 L58,32 L58,27 C58,26.448 57.553,26 57,26 L41,26 L41,22.904 C43.556,22.432 45.5,20.191 45.5,17.5 C45.5,14.467 43.032,12 40,12 C36.968,12 34.5,14.467 34.5,17.5 C34.5,20.191 36.444,22.432 39,22.904 L39,26 L23,26 C22.447,26 22,26.448 22,27 L22,31 L13,31 C12.447,31 12,31.448 12,32 L12,38 C12,38.552 12.447,39 13,39 L22,39 L22,41 L13,41 C12.447,41 12,41.448 12,42 L12,48 C12,48.552 12.447,49 13,49 L22,49 L22,54 C22,54.552 22.447,55 23,55 L39,55 L39,57.096 C36.444,57.568 34.5,59.809 34.5,62.5 C34.5,65.533 36.968,68 40,68 C43.032,68 45.5,65.533 45.5,62.5 C45.5,59.809 43.556,57.568 41,57.096 L41,55 L57,55 C57.553,55 58,54.552 58,54 L58,49.027 L56,49.027 L56,53 Z\"\n          fill=\"#FFFFFF\"\n        ></path>\n      </g>\n    </svg>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "docs": "AWS Step Functions logo component with official AWS brand colors.",
  "categories": [
    "Cloud",
    "logo",
    "brand"
  ],
  "type": "registry:ui"
}