{
  "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=\"M15.8838 9.03906C16.1186 8.96042 16.3777 9.00291 16.5752 9.15234C17.6455 9.96238 18.3895 10.856 18.7949 11.9014C18.9506 12.3028 19.0517 12.7155 19.1055 13.1406C19.2578 12.9378 19.3847 12.7671 19.4561 12.666C19.582 12.4877 19.7798 12.3735 19.9971 12.3525C20.2143 12.3316 20.4302 12.4058 20.5879 12.5566C21.4652 13.3961 21.8176 14.4609 21.9453 15.4785L21.9766 15.7832C22.2357 18.901 20.3049 21.0563 17.9854 21.7529C15.6048 22.4677 12.7344 21.66 11.4502 18.8154C10.6766 17.0966 10.9334 15.3836 11.96 13.8838L12.0928 13.6973C12.4097 13.2695 12.7749 12.8884 13.126 12.5498L13.8877 11.8242C14.5923 11.1412 15.1198 10.5334 15.4004 9.54492L15.4316 9.45801C15.5148 9.26132 15.6786 9.10787 15.8838 9.03906Z\" fill=\"currentColor\"/><path d=\"M10.75 2C14.5268 2 17.7426 4.39258 18.9688 7.74219C19.1111 8.13116 18.9114 8.56172 18.5225 8.7041C18.1335 8.84643 17.7029 8.64675 17.5605 8.25781C16.5439 5.48034 13.8772 3.5 10.75 3.5C6.74594 3.5 3.5 6.74594 3.5 10.75C3.5 14.2083 5.92205 17.1028 9.16309 17.8262C9.56736 17.9164 9.82263 18.3174 9.73242 18.7217C9.64213 19.1257 9.24103 19.3801 8.83691 19.29C4.92487 18.4171 2 14.926 2 10.75C2 5.91751 5.91751 2 10.75 2Z\" fill=\"currentColor\"/><path d=\"M10.375 6.35059C10.607 6.21664 10.893 6.21669 11.125 6.35059L13.3525 7.63672C13.7112 7.84378 13.8349 8.30245 13.6279 8.66113C13.4208 9.01985 12.9613 9.14265 12.6025 8.93555L10.75 7.86523L8.03613 9.43262V12.5664L9.5498 13.4404C9.90824 13.6475 10.031 14.1062 9.82422 14.4648C9.61713 14.8235 9.15851 14.9463 8.7998 14.7393L6.91113 13.6494C6.67911 13.5154 6.53613 13.2679 6.53613 13V9C6.53613 8.73207 6.67911 8.48457 6.91113 8.35059L10.375 6.35059Z\" fill=\"currentColor\"/></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,gBAAkrD,EAAlrD,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,2rBAA2rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oaAAoa,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+bAA+b,KAAK,eAAc,CAAI,GAG5qD",
  "debugId": "3F4DA683BF0531C564756E2164756E21",
  "names": []
}