{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCrypto/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 IconCrypto: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"crypto\"><path d=\"M8.625 9.90718L11.875 8.03084C11.9524 7.98618 12.0476 7.98618 12.125 8.03084L15.375 9.90718C15.4523 9.95183 15.5 10.0344 15.5 10.1237V13.8763C15.5 13.9656 15.4523 14.0482 15.375 14.0928L12.125 15.9692C12.0476 16.0138 11.9524 16.0138 11.875 15.9692L8.625 14.0928C8.54765 14.0482 8.5 13.9656 8.5 13.8763V10.1237C8.5 10.0344 8.54765 9.95183 8.625 9.90718Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM16.125 8.60813L12.875 6.73179C12.3335 6.4192 11.6665 6.4192 11.125 6.73179L7.87502 8.60813C7.33356 8.92073 7 9.49846 7 10.1237V13.8763C7 14.5015 7.33356 15.0793 7.87502 15.3919L11.125 17.2682C11.6665 17.5808 12.3335 17.5808 12.875 17.2682L16.125 15.3919C16.6664 15.0793 17 14.5015 17 13.8763V10.1237C17 9.49846 16.6664 8.92073 16.125 8.60813Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCrypto;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA87B,EAA97B,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,mWAAmW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0cAA0c,KAAK,eAAc,CAAI,GAGx7B",
  "debugId": "BA3A79920DF8FFD964756E2164756E21",
  "names": []
}