{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBanknote2/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 IconBanknote2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"banknote-2,money, bill\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.5 6.25C1.5 5.2835 2.2835 4.5 3.25 4.5H20.75C21.7165 4.5 22.5 5.2835 22.5 6.25V17.75C22.5 18.7165 21.7165 19.5 20.75 19.5H3.25C2.2835 19.5 1.5 18.7165 1.5 17.75V6.25ZM3.25 18H5.5C5.5 16.6193 4.38071 15.5 3 15.5V17.75C3 17.8881 3.11193 18 3.25 18ZM21 17.75V15.5C19.6193 15.5 18.5 16.6193 18.5 18H20.75C20.8881 18 21 17.8881 21 17.75ZM21 8.5C19.6193 8.5 18.5 7.38071 18.5 6H20.75C20.8881 6 21 6.11193 21 6.25V8.5ZM3.25 6H5.5C5.5 7.38071 4.38071 8.5 3 8.5V6.25C3 6.11193 3.11193 6 3.25 6ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBanknote2;\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,gBAAwvB,EAAxvB,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,onBAAonB,KAAK,eAAc,CAAI,GAGlvB",
  "debugId": "4D285D68564BCD8364756E2164756E21",
  "names": []
}