{
  "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=\"M13.3739 10.7879C12.4657 10.4573 11.9975 9.45307 12.328 8.54486L14.2091 3.37655C14.5397 2.46834 15.5439 2.00006 16.4521 2.33062L21.6204 4.21173C22.5286 4.5423 22.9969 5.54652 22.6664 6.45473L20.7853 11.623C20.4547 12.5313 19.4505 12.9995 18.5423 12.669L13.3739 10.7879ZM17.157 8.43958C17.676 8.62847 18.2498 8.36088 18.4387 7.84191C18.6276 7.32293 18.36 6.74908 17.8411 6.56019C17.3221 6.3713 16.7482 6.63889 16.5593 7.15787C16.3704 7.67684 16.638 8.25069 17.157 8.43958Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.77646 11.1C0.900516 11.5085 0.521544 12.5497 0.930004 13.4257L4.09964 20.223C4.5081 21.0989 5.54932 21.4779 6.42526 21.0694L13.2226 17.8998C14.0985 17.4913 14.4775 16.4501 14.069 15.5742L10.8994 8.77687C10.4909 7.90092 9.44971 7.52195 8.57377 7.93041L1.77646 11.1ZM6.41003 13.3518C6.64344 13.8523 6.42688 14.4473 5.92634 14.6807C5.4258 14.9141 4.83082 14.6975 4.59742 14.197C4.36401 13.6965 4.58056 13.1015 5.0811 12.8681C5.58164 12.6347 6.17663 12.8512 6.41003 13.3518ZM9.91462 16.1319C10.4152 15.8984 10.6317 15.3035 10.3983 14.8029C10.1649 14.3024 9.56993 14.0858 9.06939 14.3192C8.56885 14.5526 8.35229 15.1476 8.5857 15.6482C8.8191 16.1487 9.41408 16.3653 9.91462 16.1319Z\" 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,gBAAy0C,EAAz0C,IAAqB,EAAO,UAAU,uBAAsB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0dAA0d,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2qBAA2qB,KAAK,eAAc,CAAI,GAGn0C",
  "debugId": "C9DDDEF4A4820A3364756E2164756E21",
  "names": []
}