{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDices/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 IconDices: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"dices, random, roll\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.7863 11.3011C13.0996 10.6872 12.2299 8.8222 12.8438 7.13552L13.6989 4.78629C14.3128 3.09961 16.1778 2.22996 17.8644 2.84386L20.2137 3.69891C21.9004 4.31281 22.77 6.17779 22.1561 7.86447L21.3011 10.2137C20.6872 11.9004 18.8222 12.77 17.1355 12.1561L14.7863 11.3011ZM17.1598 8.43978C17.6788 8.62867 18.2526 8.36109 18.4415 7.84211C18.6304 7.32313 18.3628 6.74929 17.8438 6.56039C17.3249 6.3715 16.751 6.63909 16.5621 7.15807C16.3732 7.67705 16.6408 8.25089 17.1598 8.43978Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.59186 10.255C1.71483 11.1303 0.902751 13.3615 1.77802 15.2385L3.25719 18.4106C4.13246 20.2876 6.36363 21.0997 8.24066 20.2244L11.4127 18.7452C13.2898 17.87 14.1018 15.6388 13.2266 13.7618L11.7474 10.5897C10.8721 8.71266 8.64096 7.90058 6.76394 8.77585L3.59186 10.255ZM6.41281 13.352C6.64622 13.8525 6.42966 14.4475 5.92912 14.6809C5.42858 14.9143 4.8336 14.6977 4.6002 14.1972C4.36679 13.6967 4.58335 13.1017 5.08389 12.8683C5.58443 12.6349 6.17941 12.8514 6.41281 13.352ZM9.9174 16.1321C10.4179 15.8986 10.6345 15.3037 10.4011 14.8031C10.1677 14.3026 9.57271 14.086 9.07217 14.3194C8.57163 14.5528 8.35507 15.1478 8.58848 15.6484C8.82188 16.1489 9.41686 16.3655 9.9174 16.1321Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDices;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAA80C,EAA90C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8dAA8d,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4qBAA4qB,KAAK,eAAc,CAAI,GAGx0C",
  "debugId": "994D35D906951C8664756E2164756E21",
  "names": []
}