{
  "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=\"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z\" fill=\"currentColor\"/><path d=\"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z\" fill=\"currentColor\"/><path d=\"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z\" 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,gBAA01B,EAA11B,IAAqB,EAAO,UAAU,kBAAiB,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+OAA+O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,CAAI,GAGp1B",
  "debugId": "768AECF96DD8554564756E2164756E21",
  "names": []
}