{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGamecontroller/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGamecontroller: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gamecontroller, joystick, play\"><path d=\"M13.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L8.5 15.75H15.5L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><circle cx=\"17.0008\" cy=\"11.6502\" r=\"1.2\" fill=\"currentColor\"/><circle cx=\"15.0008\" cy=\"8.8499\" r=\"1.2\" fill=\"currentColor\"/><path d=\"M11 10.25H6M8.5 12.75V7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconGamecontroller;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAk3B,EAAl3B,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,6iBAA6iB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAc,EAAE,gBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,MAAK,CAAI,GAG52B",
  "debugId": "9680B6592DB27BFF64756E2164756E21",
  "names": []
}