{
  "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=\"M9.12501 9.6185L11.375 8.3195C11.7618 8.09622 12.2382 8.09622 12.625 8.3195L14.875 9.6185C15.2617 9.84179 15.5 10.2545 15.5 10.701V13.299C15.5 13.7455 15.2617 14.1582 14.875 14.3815L12.625 15.6805C12.2382 15.9038 11.7618 15.9038 11.375 15.6805L9.12501 14.3815C8.73825 14.1582 8.5 13.7455 8.5 13.299V10.701C8.5 10.2545 8.73825 9.84179 9.12501 9.6185Z\" 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 12ZM15.625 8.31946L13.375 7.02045C12.5241 6.52923 11.4759 6.52923 10.625 7.02045L8.37503 8.31946C7.52416 8.81069 7 9.71855 7 10.701V13.299C7 14.2815 7.52416 15.1893 8.37503 15.6805L10.625 16.9795C11.4759 17.4708 12.5241 17.4708 13.375 16.9795L15.625 15.6805C16.4758 15.1893 17 14.2814 17 13.299V10.701C17 9.71855 16.4758 8.81069 15.625 8.31946Z\" 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,gBAAy7B,EAAz7B,IAAqB,EAAO,UAAU,UAAS,gBAAC,OAAD,CAAM,EAAE,gWAAgW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wcAAwc,KAAK,eAAc,CAAI,GAGn7B",
  "debugId": "0709904B900ABC7964756E2164756E21",
  "names": []
}