{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCoinStack/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 IconCoinStack: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"coin-stack, tokens, data, money\"><ellipse cx=\"8.5\" cy=\"14\" rx=\"5.75\" ry=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M14.25 18C14.25 19.2426 11.6756 20.25 8.5 20.25C5.32436 20.25 2.75 19.2426 2.75 18\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M14.25 14V18\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M2.75 14V18\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><ellipse cx=\"15.5\" cy=\"6\" rx=\"5.75\" ry=\"2.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M21.25 10C21.25 11.2426 18.6756 12.25 15.5 12.25C12.3244 12.25 9.75 11.2426 9.75 10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M21.25 6V14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.75 6V12\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M21.25 14C21.25 15.2426 18.6756 16.25 15.5 16.25C14.9811 16.25 14.4782 16.2231 14 16.1727\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconCoinStack;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA84B,EAA94B,IAAqB,EAAO,UAAU,mCAAkC,gBAAC,UAAD,CAAS,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,qFAAqF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,UAAD,CAAS,GAAG,OAAO,GAAG,IAAI,GAAG,OAAO,GAAG,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,sFAAsF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,4FAA4F,OAAO,eAAe,YAAY,MAAK,CAAI,GAGx4B",
  "debugId": "A24EAF8BB741FD8164756E2164756E21",
  "names": []
}