{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRoulette1/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 IconRoulette1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"roulette-1,coincidence,gambling\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.53263 11.25H4.25C4.66421 11.25 5 11.5858 5 12C5 12.4142 4.66421 12.75 4.25 12.75H3.53263C3.62053 13.7554 3.88344 14.7105 4.29073 15.5849L4.94939 15.2046C5.30811 14.9975 5.7668 15.1204 5.97391 15.4792C6.18101 15.8379 6.05811 16.2966 5.69939 16.5037L5.04187 16.8833C5.6083 17.6889 6.3111 18.3917 7.11671 18.9581L7.49632 18.3006C7.70343 17.9419 8.16212 17.819 8.52084 18.0261C8.87956 18.2332 9.00247 18.6919 8.79536 19.0506L8.41509 19.7093C9.28946 20.1166 10.2446 20.3795 11.25 20.4674V19.75C11.25 19.3358 11.5858 19 12 19C12.4142 19 12.75 19.3358 12.75 19.75V20.4674C13.7554 20.3795 14.7105 20.1166 15.5849 19.7093L15.2046 19.0506C14.9975 18.6919 15.1204 18.2332 15.4792 18.0261C15.8379 17.819 16.2966 17.9419 16.5037 18.3006L16.8833 18.9581C17.6889 18.3917 18.3917 17.6889 18.9581 16.8833L18.3006 16.5037C17.9419 16.2966 17.819 15.8379 18.0261 15.4792C18.2332 15.1205 18.6919 14.9976 19.0506 15.2047L19.7093 15.5849C20.1166 14.7106 20.3795 13.7554 20.4674 12.75H19.75C19.3358 12.75 19 12.4142 19 12C19 11.5858 19.3358 11.25 19.75 11.25H20.4674C20.3795 10.2446 20.1166 9.28945 19.7093 8.41508L19.0506 8.79535C18.6919 9.00246 18.2332 8.87955 18.0261 8.52083C17.819 8.16211 17.9419 7.70342 18.3006 7.49631L18.9581 7.1167C18.3917 6.31109 17.6889 5.60831 16.8833 5.04188L16.5037 5.6994C16.2966 6.05812 15.8379 6.18102 15.4792 5.97392C15.1205 5.76681 14.9976 5.30812 15.2047 4.9494L15.5849 4.29073C14.7106 3.88344 13.7554 3.62053 12.75 3.53263V4.25C12.75 4.66421 12.4142 5 12 5C11.5858 5 11.25 4.66421 11.25 4.25V3.53263C10.2446 3.62053 9.28944 3.88344 8.41507 4.29073L8.79534 4.94939C9.00245 5.30811 8.87954 5.76681 8.52082 5.97391C8.16211 6.18102 7.70341 6.05811 7.49631 5.69939L7.11669 5.04188C6.31108 5.60831 5.60829 6.3111 5.04186 7.11671L5.69939 7.49633C6.05811 7.70344 6.18102 8.16213 5.97391 8.52085C5.76681 8.87957 5.30811 9.00248 4.94939 8.79537L4.29072 8.41509C3.88344 9.28946 3.62053 10.2446 3.53263 11.25ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM7.65278 8.91667C7.65278 8.21864 8.21864 7.65278 8.91667 7.65278C9.61469 7.65278 10.1806 8.21864 10.1806 8.91667C10.1806 8.98734 10.1748 9.05666 10.1636 9.12418C10.2049 9.15151 10.244 9.18334 10.2803 9.21968L10.9987 9.93808C11.3012 9.7909 11.641 9.70833 12 9.70833C12.359 9.70833 12.6987 9.79089 13.0013 9.93805L13.7197 9.21966C13.756 9.18332 13.7952 9.1515 13.8364 9.12418C13.8252 9.05666 13.8194 8.98734 13.8194 8.91667C13.8194 8.21864 14.3853 7.65278 15.0833 7.65278C15.7814 7.65278 16.3472 8.21864 16.3472 8.91667C16.3472 9.61469 15.7814 10.1806 15.0833 10.1806C15.0127 10.1806 14.9433 10.1748 14.8758 10.1636C14.8485 10.2049 14.8167 10.244 14.7803 10.2803L14.0619 10.9987C14.2091 11.3012 14.2917 11.641 14.2917 12C14.2917 12.359 14.2091 12.6988 14.0619 13.0013L14.7803 13.7197C14.8167 13.756 14.8485 13.7951 14.8758 13.8364C14.9433 13.8252 15.0127 13.8194 15.0833 13.8194C15.7814 13.8194 16.3472 14.3853 16.3472 15.0833C16.3472 15.7814 15.7814 16.3472 15.0833 16.3472C14.3853 16.3472 13.8194 15.7814 13.8194 15.0833C13.8194 15.0127 13.8252 14.9433 13.8364 14.8758C13.7952 14.8485 13.756 14.8167 13.7197 14.7803L13.0013 14.0619C12.6987 14.2091 12.359 14.2917 12 14.2917C11.639 14.2917 11.2975 14.2082 10.9938 14.0595L10.1532 14.8096L10.1512 14.8113C10.1704 14.8989 10.1806 14.99 10.1806 15.0833C10.1806 15.7814 9.61469 16.3472 8.91667 16.3472C8.21864 16.3472 7.65278 15.7814 7.65278 15.0833C7.65278 14.3853 8.21864 13.8194 8.91667 13.8194C8.9568 13.8194 8.99649 13.8213 9.03567 13.825C9.06902 13.7765 9.10865 13.7313 9.15448 13.6904L9.93466 12.9942C9.78962 12.6935 9.70833 12.3562 9.70833 12C9.70833 11.641 9.79089 11.3013 9.93805 10.9987L9.21966 10.2803C9.18332 10.244 9.1515 10.2048 9.12418 10.1636C9.05666 10.1748 8.98734 10.1806 8.91667 10.1806C8.21864 10.1806 7.65278 9.61469 7.65278 8.91667Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRoulette1;\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,gBAAm4H,EAAn4H,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,svHAAsvH,KAAK,eAAc,CAAI,GAG73H",
  "debugId": "EBE96D1A846B79EA64756E2164756E21",
  "names": []
}