{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPayment/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 IconPayment: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"payment, flow, connection\"><path d=\"M12.0001 1.75C10.2639 1.75 8.82295 3.01421 8.54757 4.67232C6.13868 5.67106 4.25799 7.68417 3.43753 10.1804C3.30819 10.5739 3.52234 10.9977 3.91584 11.1271C4.30934 11.2564 4.73319 11.0423 4.86253 10.6488C5.49156 8.73499 6.87077 7.15984 8.65179 6.27231C9.08914 7.70658 10.4228 8.75 12.0001 8.75C13.9331 8.75 15.5001 7.183 15.5001 5.25C15.5001 3.317 13.9331 1.75 12.0001 1.75Z\" fill=\"currentColor\"/><path d=\"M18.7863 7.08064C18.5142 6.76835 18.0404 6.7358 17.7281 7.00792C17.4159 7.28004 17.3833 7.7538 17.6554 8.06608C18.8048 9.38505 19.5 11.1076 19.5 12.9944C19.5 13.2637 19.4859 13.5293 19.4583 13.7909C18.0725 13.5763 16.6346 14.2128 15.8913 15.5002C14.9249 17.174 15.4984 19.3143 17.1722 20.2807C18.846 21.2471 20.9863 20.6736 21.9527 18.9998C22.8744 17.4034 22.3953 15.3827 20.8969 14.3608C20.9649 13.9149 21 13.4585 21 12.9944C21 10.7317 20.1646 8.66229 18.7863 7.08064Z\" fill=\"currentColor\"/><path d=\"M8.10113 15.5002C7.13476 13.8264 4.99447 13.2529 3.32067 14.2193C1.64686 15.1857 1.07337 17.326 2.03975 18.9998C2.99327 20.6513 5.08972 21.2316 6.75322 20.3184C8.22961 21.3767 10.0401 22 11.9945 22C12.5707 22 13.1349 21.9458 13.6821 21.842C14.0891 21.7648 14.3564 21.3723 14.2792 20.9654C14.202 20.5584 13.8095 20.2911 13.4026 20.3683C12.947 20.4547 12.4764 20.5 11.9945 20.5C10.4883 20.5 9.08708 20.057 7.91217 19.2939C8.68996 18.2111 8.81103 16.7298 8.10113 15.5002Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPayment;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAk8C,EAAl8C,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,wXAAwX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wdAAwd,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,udAAud,KAAK,eAAc,CAAI,GAG57C",
  "debugId": "D1E351C39A0C9B6D64756E2164756E21",
  "names": []
}