{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBitcoinLogo/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 IconBitcoinLogo: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bitcoin-logo\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.2645 9.84441C20.6103 7.53274 18.8502 6.29003 16.4435 5.46102L17.2242 2.32957L15.3181 1.85453L14.558 4.90346C14.0569 4.7786 13.5422 4.66079 13.0308 4.54406L13.7963 1.47504L11.8913 1L11.11 4.13037C10.6953 4.03591 10.2881 3.94253 9.89286 3.84426L9.89503 3.83449L7.2663 3.17812L6.75923 5.214C6.75923 5.214 8.17349 5.53811 8.14363 5.5582C8.91564 5.75093 9.05517 6.2618 9.03182 6.66681L8.14255 10.2342C8.19575 10.2478 8.2647 10.2673 8.34071 10.2977L8.27617 10.2816C8.23195 10.2705 8.1861 10.259 8.13929 10.2478L6.89279 15.2452C6.79832 15.4797 6.55891 15.8315 6.01926 15.698C6.03826 15.7257 4.63378 15.3521 4.63378 15.3521L3.6875 17.5341L6.16802 18.1524C6.44502 18.2218 6.71869 18.2932 6.9895 18.3638C7.16985 18.4109 7.34894 18.4576 7.5269 18.5031L6.73806 21.6704L8.64202 22.1455L9.42325 19.0118C9.94335 19.153 10.4482 19.2833 10.9423 19.406L10.1638 22.525L12.0699 23L12.8587 19.8387C16.1091 20.4538 18.5532 20.2057 19.582 17.2659C20.411 14.8988 19.5408 13.5334 17.8306 12.6431C19.076 12.3559 20.0142 11.5366 20.2645 9.84441ZM10.4143 16.8146C11.9696 17.2254 15.3689 18.1232 15.9093 15.9515C16.4631 13.7311 13.1664 12.9913 11.5577 12.6304C11.378 12.59 11.2193 12.5544 11.0894 12.522L10.0427 16.7181C10.1494 16.7446 10.2744 16.7776 10.4143 16.8146ZM11.8809 10.6831C13.1777 11.0291 16.0062 11.784 16.4989 9.81021C17.002 7.79132 14.2529 7.18274 12.9103 6.88552C12.7593 6.85209 12.6261 6.82259 12.5172 6.79547L11.5683 10.6012C11.6579 10.6236 11.7631 10.6516 11.8809 10.6831Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBitcoinLogo;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAujD,EAAvjD,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,67CAA67C,KAAK,eAAc,CAAI,GAGjjD",
  "debugId": "9355C8A97DDE258A64756E2164756E21",
  "names": []
}