{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCryptoWallet/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 IconCryptoWallet: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"crypto-wallet\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.5 3C4.567 3 3 4.567 3 6.5V12.6032L4.86629 11.5145C5.56686 11.1058 6.43314 11.1058 7.13371 11.5145L10.3837 13.4103C11.0749 13.8136 11.5 14.5536 11.5 15.3538V21H19.25C20.2165 21 21 20.2165 21 19.25V9.75C21 8.7835 20.2165 8 19.25 8H17V4.53125C17 3.68556 16.3144 3 15.4688 3H6.5ZM15.5 8V4.53125C15.5 4.51399 15.486 4.5 15.4688 4.5H6.5C5.39543 4.5 4.5 5.39543 4.5 6.5C4.5 7.32843 5.17157 8 6 8H15.5ZM15.5 15.5C16.0523 15.5 16.5 15.0523 16.5 14.5C16.5 13.9477 16.0523 13.5 15.5 13.5C14.9477 13.5 14.5 13.9477 14.5 14.5C14.5 15.0523 14.9477 15.5 15.5 15.5Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.6221 12.8105C5.85562 12.6743 6.14438 12.6743 6.3779 12.8105L9.6279 14.7063C9.85832 14.8407 10 15.0874 10 15.3541V19.1458C10 19.4126 9.85832 19.6592 9.6279 19.7936L6.3779 21.6895C6.14438 21.8257 5.85562 21.8257 5.6221 21.6895L2.3721 19.7936C2.14168 19.6592 2 19.4126 2 19.1458V15.3541C2 15.0874 2.14168 14.8407 2.3721 14.7063L5.6221 12.8105ZM3.5 15.7849V18.715L6 20.1734L8.5 18.715V15.7849L6 14.3266L3.5 15.7849Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCryptoWallet;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA0oC,EAA1oC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2iBAA2iB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iaAAia,KAAK,eAAc,CAAI,GAGpoC",
  "debugId": "969CAF1F0E36815964756E2164756E21",
  "names": []
}