{
  "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=\"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\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 12.6035V6.5C3 4.567 4.567 3 6.5 3H16.25C16.6642 3 17 3.33579 17 3.75V8H20.25C20.6642 8 21 8.33579 21 8.75V20.25C21 20.6642 20.6642 21 20.25 21H11.5V15.3541C11.5 14.5539 11.0749 13.8139 10.3837 13.4106L7.13371 11.5148C6.43314 11.1061 5.56686 11.1061 4.86629 11.5148L3 12.6035ZM15.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.5ZM4.5 6.5C4.5 5.39543 5.39543 4.5 6.5 4.5H15.5V8H6C5.17157 8 4.5 7.32843 4.5 6.5Z\" 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,gBAAmmC,EAAnmC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iaAAia,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ogBAAogB,KAAK,eAAc,CAAI,GAG7lC",
  "debugId": "AEB1325ECA10195164756E2164756E21",
  "names": []
}