{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWeb3/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 IconWeb3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"web3, crypto-space, nft\"><path d=\"M3.26263 16.7799C5.41552 20.7415 10.0553 22.8733 14.5879 21.6588C19.1204 20.4443 22.0727 16.2782 21.9563 11.7709C21.5784 11.9821 21.175 12.1872 20.7572 12.3851C18.7311 13.3452 15.9385 14.3375 12.848 15.1656C9.75757 15.9937 6.84295 16.5306 4.60818 16.7122C4.14744 16.7497 3.69553 16.7738 3.26263 16.7799Z\" fill=\"currentColor\"/><path d=\"M9.41147 2.34025C13.7551 1.17639 18.1964 3.08582 20.4538 6.7322C21.0455 6.73379 21.5713 6.77646 21.9974 6.87346C22.2618 6.93364 22.5289 7.02365 22.7573 7.16734C22.9901 7.3138 23.2304 7.54856 23.3248 7.90093C23.4389 8.32682 23.2845 8.70535 23.1141 8.96544C22.9416 9.22865 22.6922 9.46846 22.4189 9.68477C21.8675 10.1213 21.0704 10.5768 20.1149 11.0296C18.1927 11.9404 15.4904 12.9047 12.4598 13.7167C9.42914 14.5288 6.60679 15.0449 4.4867 15.2172C3.43287 15.3028 2.51471 15.3068 1.81894 15.2045C1.47412 15.1538 1.13826 15.0708 0.857269 14.9291C0.579621 14.7891 0.256663 14.5385 0.142547 14.1126C0.0481304 13.7602 0.13885 13.4368 0.26722 13.1935C0.393155 12.9549 0.579487 12.7434 0.778346 12.5591C1.09883 12.2621 1.53288 11.9622 2.04448 11.665C2.17632 7.37837 5.06786 3.50412 9.41147 2.34025Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWeb3;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAusC,EAAvsC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yxBAAyxB,KAAK,eAAc,CAAI,GAGjsC",
  "debugId": "01106A8564A615A464756E2164756E21",
  "names": []
}