{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWallet1/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 IconWallet1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"wallet-1\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 7.75C2 5.67893 3.67893 4 5.75 4H18.25C20.3211 4 22 5.67893 22 7.75V16.25C22 18.3211 20.3211 20 18.25 20H5.75C3.67893 20 2 18.3211 2 16.25V7.75ZM3.62803 7H20.372C20.0631 6.12611 19.2297 5.5 18.25 5.5H5.75C4.77034 5.5 3.93691 6.12611 3.62803 7ZM20.5 8.5H3.5V10H8.75C9.16421 10 9.5 10.3358 9.5 10.75C9.5 11.7165 10.2835 12.5 11.25 12.5H12.75C13.7165 12.5 14.5 11.7165 14.5 10.75C14.5 10.3358 14.8358 10 15.25 10H20.5V8.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWallet1;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA8hB,EAA9hB,IAAqB,EAAO,UAAU,YAAW,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,waAAwa,KAAK,eAAc,CAAI,GAGxhB",
  "debugId": "1C474DCFEA0778E864756E2164756E21",
  "names": []
}