{
  "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.205 4C14.3484 4 15.2466 3.99983 15.9765 4.05371C16.7158 4.1083 17.3342 4.22099 17.916 4.47266C18.8796 4.88952 19.7109 5.56232 20.3193 6.41797C20.6866 6.9346 20.9264 7.51581 21.1337 8.22754C21.3385 8.9303 21.5245 9.80925 21.7627 10.9277L22.8349 15.9609C23.1421 17.4034 22.4352 18.8716 21.1162 19.5312C19.4899 20.3444 17.5125 19.6597 16.7382 18.0146L16.3652 17.2217C16.158 16.7814 15.715 16.5 15.2285 16.5H8.77535C8.2888 16.5 7.8458 16.7814 7.63863 17.2217L7.26558 18.0146C6.49132 19.6597 4.51388 20.3443 2.88765 19.5312C1.56862 18.8716 0.86174 17.4034 1.1689 15.9609L2.24117 10.9277C2.47934 9.80924 2.66534 8.93031 2.87007 8.22754C3.07744 7.5158 3.31719 6.9346 3.68453 6.41797C4.29294 5.56232 5.12424 4.88952 6.08785 4.47266C6.66963 4.221 7.28803 4.10829 8.0273 4.05371C8.7572 3.99984 9.65543 4 10.7988 4H13.205ZM17.0019 10.4502C16.3392 10.4502 15.8017 10.9876 15.8017 11.6504C15.8018 12.313 16.3392 12.8506 17.0019 12.8506C17.6645 12.8505 18.202 12.313 18.2021 11.6504C18.2021 10.9877 17.6646 10.4503 17.0019 10.4502ZM8.50191 7.75C8.08777 7.75009 7.75191 8.08584 7.75191 8.5V9.5498H6.7021C6.28796 9.5498 5.95221 9.88568 5.9521 10.2998C5.9521 10.714 6.28789 11.0498 6.7021 11.0498H7.75191V12.0996C7.75191 12.5137 8.0878 12.8495 8.50191 12.8496C8.91612 12.8496 9.25191 12.5138 9.25191 12.0996V11.0498H10.3017C10.7159 11.0498 11.0517 10.714 11.0517 10.2998C11.0516 9.88568 10.7159 9.5498 10.3017 9.5498H9.25191V8.5C9.2519 8.08579 8.91612 7.74999 8.50191 7.75ZM15.0019 7.65039C14.3393 7.65039 13.8019 8.187 13.8017 8.84961C13.8017 9.51235 14.3392 10.0498 15.0019 10.0498C15.6646 10.0497 16.2021 9.51229 16.2021 8.84961C16.2019 8.18707 15.6645 7.6505 15.0019 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,gBAAixD,EAAjxD,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qoDAAqoD,KAAK,eAAc,CAAI,GAG3wD",
  "debugId": "60CAD7747B0FC36164756E2164756E21",
  "names": []
}