{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.2011 4C14.3445 4 15.2427 3.99983 15.9726 4.05371C16.7119 4.1083 17.3303 4.22099 17.9121 4.47266C18.8757 4.88952 19.707 5.56232 20.3154 6.41797C20.6827 6.9346 20.9225 7.51581 21.1298 8.22754C21.3346 8.9303 21.5206 9.80925 21.7587 10.9277L22.831 15.9609C23.1382 17.4034 22.4313 18.8716 21.1123 19.5312C19.486 20.3444 17.5086 19.6597 16.7343 18.0146L16.0214 16.5H7.97456L7.26167 18.0146C6.48741 19.6597 4.50998 20.3443 2.88374 19.5312C1.56471 18.8716 0.857833 17.4034 1.16499 15.9609L2.23726 10.9277C2.47543 9.80924 2.66143 8.93031 2.86617 8.22754C3.07353 7.5158 3.31328 6.9346 3.68062 6.41797C4.28903 5.56232 5.12034 4.88952 6.08394 4.47266C6.66572 4.221 7.28412 4.10829 8.02339 4.05371C8.7533 3.99984 9.65152 4 10.7949 4H13.2011ZM16.998 10.4502C16.3353 10.4502 15.7978 10.9876 15.7978 11.6504C15.7979 12.313 16.3353 12.8506 16.998 12.8506C17.6606 12.8505 18.1981 12.313 18.1982 11.6504C18.1982 10.9877 17.6607 10.4503 16.998 10.4502ZM8.498 7.75C8.08387 7.75009 7.748 8.08584 7.748 8.5V9.5498H6.6982C6.28405 9.5498 5.9483 9.88568 5.9482 10.2998C5.9482 10.714 6.28398 11.0498 6.6982 11.0498H7.748V12.0996C7.74801 12.5137 8.08389 12.8495 8.498 12.8496C8.91222 12.8496 9.24801 12.5138 9.248 12.0996V11.0498H10.2978C10.712 11.0498 11.0478 10.714 11.0478 10.2998C11.0477 9.88568 10.712 9.5498 10.2978 9.5498H9.248V8.5C9.248 8.08579 8.91222 7.74999 8.498 7.75ZM14.998 7.65039C14.3354 7.65039 13.798 8.187 13.7978 8.84961C13.7978 9.51235 14.3353 10.0498 14.998 10.0498C15.6607 10.0497 16.1982 9.51229 16.1982 8.84961C16.198 8.18707 15.6606 7.6505 14.998 7.65039Z\" fill=\"currentColor\"/></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,gBAAoqD,EAApqD,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,whDAAwhD,KAAK,eAAc,CAAI,GAG9pD",
  "debugId": "5E189DD520F955D764756E2164756E21",
  "names": []
}