{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPiggyBankCoin/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 IconPiggyBankCoin: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"piggy-bank-coin, money, cashback, savings\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.8297 4.60059C17.1319 4.36819 17.9392 5.47489 18.0552 6.36914C18.2912 8.18859 19.2774 9.41857 20.9263 9.94043C21.5243 10.1297 22.0005 10.6881 22.0005 11.3906V14.1094C22.0005 14.8101 21.5258 15.373 20.9205 15.5605C19.294 16.0643 18.1585 17.1774 17.7134 18.584C17.3494 19.7347 16.3217 20.9999 14.7574 21H14.2916C13.3893 20.9998 12.5878 20.4223 12.3023 19.5664C12.2891 19.5269 12.2512 19.5 12.2095 19.5H9.79157C9.74998 19.5002 9.71304 19.527 9.69977 19.5664C9.41406 20.4224 8.612 21 7.70953 21H6.89899C6.05864 20.9999 5.1929 20.6474 4.63434 19.9092C2.77761 17.4543 1.76664 14.2491 2.09137 11.5654C2.2556 10.2086 2.77082 8.92424 3.76422 7.97656C4.76839 7.01876 6.16111 6.50015 7.88532 6.5H11.7994C12.0209 6.49994 12.2475 6.42301 12.442 6.27344C13.4226 5.51878 14.4513 4.8467 15.8297 4.60059ZM15.2506 10C14.5604 10.0002 14.0006 10.5598 14.0006 11.25C14.0006 11.9402 14.5604 12.4998 15.2506 12.5C15.9409 12.5 16.5005 11.9403 16.5006 11.25C16.5005 10.5597 15.9409 10 15.2506 10Z\" fill=\"currentColor\"/><path d=\"M11.0006 2C12.4602 2 13.7366 2.7824 14.4351 3.9502C13.4114 4.3308 12.5717 4.90694 11.8052 5.5H7.88532C7.59291 5.50002 7.30685 5.51415 7.02789 5.54102C7.25563 3.54817 8.94676 2.00009 11.0006 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPiggyBankCoin;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAw0C,EAAx0C,IAAqB,EAAO,UAAU,6CAA4C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i9BAAi9B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mMAAmM,KAAK,eAAc,CAAI,GAGl0C",
  "debugId": "C2362BEEC75F413364756E2164756E21",
  "names": []
}