{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRoulette2/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 IconRoulette2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"roulette-2,coincidence,gambling\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 1.75C8 1.33579 8.33579 1 8.75 1H15.25C15.6642 1 16 1.33579 16 1.75V2.81861C19.5311 4.36252 22 7.88849 22 11.9929C22 17.5191 17.5234 22 12 22C6.47661 22 2 17.5191 2 11.9929C2 7.88849 4.4689 4.36252 8 2.81861V1.75ZM8.64506 4.17382C7.87704 4.50435 7.16752 4.9449 6.53625 5.4756L8.46446 7.40381C8.75735 7.6967 8.75735 8.17157 8.46446 8.46447C8.17157 8.75736 7.69669 8.75736 7.4038 8.46447L5.47715 6.53782C4.39163 7.83673 3.68629 9.46464 3.53196 11.25H6.25C6.66421 11.25 7 11.5858 7 12C7 12.4142 6.66421 12.75 6.25 12.75H3.5332C3.69036 14.5336 4.39749 16.1591 5.48372 17.4556L7.4038 15.5355C7.69669 15.2426 8.17157 15.2426 8.46446 15.5355C8.75735 15.8284 8.75735 16.3033 8.46446 16.5962L6.54413 18.5165C7.84085 19.604 9.46654 20.3113 11.25 20.4673V17.75C11.25 17.3358 11.5858 17 12 17C12.4142 17 12.75 17.3358 12.75 17.75V20.4673C14.5335 20.3113 16.1591 19.604 17.4559 18.5165L15.5355 16.5962C15.2426 16.3033 15.2426 15.8284 15.5355 15.5355C15.8284 15.2427 16.3033 15.2427 16.5962 15.5355L18.5163 17.4556C19.6025 16.1591 20.3096 14.5336 20.4668 12.75H17.75C17.3358 12.75 17 12.4142 17 12C17 11.5858 17.3358 11.25 17.75 11.25H20.468C20.3137 9.46464 19.6084 7.83673 18.5228 6.53782L16.5962 8.46447C16.3033 8.75736 15.8284 8.75736 15.5355 8.46447C15.2426 8.17157 15.2426 7.6967 15.5355 7.40381L17.4637 5.4756C16.8325 4.94489 16.123 4.50435 15.3549 4.17382L12.5087 6.8011C12.2214 7.0663 11.7786 7.0663 11.4913 6.8011L8.64506 4.17382ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRoulette2;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAmpD,EAAnpD,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sgDAAsgD,KAAK,eAAc,CAAI,GAG7oD",
  "debugId": "01524836B5F6D96764756E2164756E21",
  "names": []
}