{
  "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=\"M12.4348 10.446C12.0456 10.3044 11.8449 9.87398 11.9866 9.48474L14.5517 2.43705C14.6934 2.04782 15.1238 1.84712 15.513 1.98879L22.5607 4.55395C22.9499 4.69561 23.1506 5.126 23.0089 5.51523L20.4438 12.5629C20.3021 12.9522 19.8717 13.1528 19.4825 13.0112L12.4348 10.446ZM17.1576 8.43977C17.6766 8.62866 18.2504 8.36107 18.4393 7.8421C18.6282 7.32312 18.3606 6.74928 17.8416 6.56038C17.3226 6.37149 16.7488 6.63908 16.5599 7.15806C16.371 7.67703 16.6386 8.25088 17.1576 8.43977Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.870715 11.5229C0.49531 11.6979 0.332894 12.1441 0.507948 12.5196L4.52282 21.1295C4.69788 21.5049 5.14411 21.6673 5.51952 21.4922L14.1294 17.4774C14.5048 17.3023 14.6673 16.8561 14.4922 16.4807L10.4773 7.87075C10.3023 7.49535 9.85604 7.33293 9.48064 7.50798L0.870715 11.5229ZM6.41059 13.3519C6.644 13.8525 6.42744 14.4475 5.9269 14.6809C5.42636 14.9143 4.83138 14.6977 4.59798 14.1972C4.36457 13.6966 4.58113 13.1017 5.08167 12.8683C5.58221 12.6348 6.17719 12.8514 6.41059 13.3519ZM9.91518 16.132C10.4157 15.8986 10.6323 15.3037 10.3989 14.8031C10.1655 14.3026 9.57049 14.086 9.06995 14.3194C8.56941 14.5528 8.35285 15.1478 8.58626 15.6484C8.81966 16.1489 9.41465 16.3654 9.91518 16.132Z\" 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,gBAAs1C,EAAt1C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8dAA8d,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,orBAAorB,KAAK,eAAc,CAAI,GAGh1C",
  "debugId": "D7993E20C7B255A064756E2164756E21",
  "names": []
}