{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGold/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 IconGold: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"gold, goldbars\"><path d=\"M9.06651 12.5088C9.33401 12.5507 9.56159 12.7356 9.65537 12.9961L11.4562 17.9961C11.5388 18.2258 11.5038 18.4819 11.3634 18.6816C11.2229 18.8812 10.9941 19 10.7501 19H1.7501C1.50608 19 1.27726 18.8812 1.13682 18.6816C0.996473 18.4819 0.961456 18.2258 1.04405 17.9961L2.84483 12.9961L2.89268 12.8896C3.0227 12.6523 3.27319 12.5001 3.54991 12.5H8.9503L9.06651 12.5088Z\" fill=\"currentColor\"/><path d=\"M20.5665 12.5088C20.834 12.5507 21.0616 12.7356 21.1554 12.9961L22.9562 17.9961C23.0388 18.2258 23.0038 18.4819 22.8634 18.6816C22.7229 18.8812 22.4941 19 22.2501 19H13.2501C13.0061 19 12.7773 18.8812 12.6368 18.6816C12.4965 18.4819 12.4615 18.2258 12.544 17.9961L14.3448 12.9961L14.3927 12.8896C14.5227 12.6523 14.7732 12.5001 15.0499 12.5H20.4503L20.5665 12.5088Z\" fill=\"currentColor\"/><path d=\"M14.8165 4.50879C15.084 4.55072 15.3116 4.73563 15.4054 4.99609L17.2062 9.99609C17.2888 10.2258 17.2538 10.4819 17.1134 10.6816C16.9729 10.8812 16.7441 11 16.5001 11H7.5001C7.25608 11 7.02726 10.8812 6.88682 10.6816C6.74647 10.4819 6.71146 10.2258 6.79405 9.99609L8.59483 4.99609L8.64268 4.88965C8.7727 4.65226 9.02319 4.50012 9.2999 4.5H14.7003L14.8165 4.50879Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGold;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA8tC,EAA9tC,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gXAAgX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6WAA6W,KAAK,eAAc,CAAI,GAGxtC",
  "debugId": "FC74B07B8076C30164756E2164756E21",
  "names": []
}