{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBurnTokens/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 IconBurnTokens: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"burn-tokens, limit\"><path d=\"M20.069 13.0989C20.7793 13.7785 21.0859 14.6562 21.2008 15.5723C21.9302 21.3337 14.3432 23.3999 12.1341 18.5067C11.4797 17.0528 11.6831 15.6166 12.5792 14.3075C12.8828 13.8642 13.2601 13.4623 13.6462 13.09C14.6749 12.1 15.68 11.3073 16.1222 9.75C18.1059 11.2512 18.6806 12.9068 18.2857 15.1556H18.4656C18.8688 14.7105 19.8136 13.4605 20.069 13.0989Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.5 18.6529C5.67546 18.0528 2.75 14.743 2.75 10.75C2.75 6.33172 6.33172 2.75 10.75 2.75C14.3871 2.75 17.4573 5.1771 18.4292 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M13.3483 8.5L10.7502 7L7.28613 9V13L9.5 14.2782\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconBurnTokens;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAquB,EAAruB,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,gWAAgW,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,mIAAmI,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,YAAY,MAAK,CAAI,GAG/tB",
  "debugId": "190F9D64D93D843D64756E2164756E21",
  "names": []
}