{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPiggyBank/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 IconPiggyBank: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"piggy-bank, save-money\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.90492 3.13995C5.79221 2.88925 5 3.83084 5 4.75011V6.98543C5 7.04643 4.97304 7.13156 4.89392 7.21604C4.45772 7.68179 4.0843 8.20746 3.78735 8.77965C3.70395 8.94035 3.57392 9.00011 3.48534 9.00011H2.75C1.7835 9.00011 1 9.78361 1 10.7501V13.2501C1 14.2166 1.7835 15.0001 2.75 15.0001H3.48534C3.57392 15.0001 3.70395 15.0599 3.78735 15.2206C4.0843 15.7928 4.45772 16.3184 4.89392 16.7842C4.97303 16.8687 5 16.9538 5 17.0148V19.2501C5 20.2166 5.7835 21.0001 6.75 21.0001H9.25C10.2165 21.0001 11 20.2166 11 19.2501C11 19.112 11.1119 19.0001 11.25 19.0001H12.75C12.8881 19.0001 13 19.112 13 19.2501C13 20.2166 13.7835 21.0001 14.75 21.0001H17.25C18.2165 21.0001 19 20.2166 19 19.2501V17.0232C19 16.9621 19.0271 16.8768 19.1065 16.7922C19.4265 16.4517 19.7128 16.0789 19.9602 15.6793C20.3448 15.8839 20.7839 16.0001 21.25 16.0001C22.7688 16.0001 24 14.7689 24 13.2501C24 12.6005 23.7738 12.0017 23.3965 11.531C23.1374 11.2078 22.6654 11.1558 22.3422 11.4149C22.0191 11.674 21.9671 12.146 22.2262 12.4692C22.3978 12.6834 22.5 12.9538 22.5 13.2501C22.5 13.9405 21.9404 14.5001 21.25 14.5001C21.0156 14.5001 20.7965 14.4359 20.6089 14.3236C20.8649 13.5958 21.004 12.8136 21.004 12.0001C21.004 8.13412 17.87 5.00011 14.004 5.00011H10.1402C9.06657 3.84779 7.82595 3.34746 6.90492 3.13995ZM8.25 12C8.94036 12 9.5 11.4404 9.5 10.75C9.5 10.0596 8.94036 9.5 8.25 9.5C7.55964 9.5 7 10.0596 7 10.75C7 11.4404 7.55964 12 8.25 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPiggyBank;\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,gBAA2gD,EAA3gD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,u4CAAu4C,KAAK,eAAc,CAAI,GAGrgD",
  "debugId": "2EDBD76B6FE47D4B64756E2164756E21",
  "names": []
}