{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGamepadControlsRoundRight/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 IconGamepadControlsRoundRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gamepad-controls-round-right\"><path d=\"M8.25 5.75C8.25 3.67893 9.92893 2 12 2C14.0711 2 15.75 3.67893 15.75 5.75C15.75 7.82107 14.0711 9.5 12 9.5C9.92893 9.5 8.25 7.82107 8.25 5.75Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 12C22 9.92893 20.3211 8.25 18.25 8.25C16.1789 8.25 14.5 9.92893 14.5 12C14.5 14.0711 16.1789 15.75 18.25 15.75C20.3211 15.75 22 14.0711 22 12ZM18.25 9.75C19.4926 9.75 20.5 10.7574 20.5 12C20.5 13.2426 19.4926 14.25 18.25 14.25C17.0074 14.25 16 13.2426 16 12C16 10.7574 17.0074 9.75 18.25 9.75Z\" fill=\"currentColor\"/><path d=\"M12 14.5C9.92893 14.5 8.25 16.1789 8.25 18.25C8.25 20.3211 9.92893 22 12 22C14.0711 22 15.75 20.3211 15.75 18.25C15.75 16.1789 14.0711 14.5 12 14.5Z\" fill=\"currentColor\"/><path d=\"M9.5 12C9.5 9.92893 7.82107 8.25 5.75 8.25C3.67893 8.25 2 9.92893 2 12C2 14.0711 3.67893 15.75 5.75 15.75C7.82107 15.75 9.5 14.0711 9.5 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGamepadControlsRoundRight;\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,EAAgE,CAAC,IAAU,CACtF,OAAO,gBAAm8B,EAAn8B,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4SAA4S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uJAAuJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,CAAI,GAG77B",
  "debugId": "E4A55495F005DA6E64756E2164756E21",
  "names": []
}