{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconConfluence/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 IconConfluence: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"confluence\"><path d=\"M20.219 15.4279C14.5865 12.7044 12.941 12.2974 10.5678 12.2974C7.78321 12.2974 5.41 13.4557 3.28992 16.7113L2.94183 17.2435C2.65702 17.6818 2.59375 17.8383 2.59375 18.0261C2.59375 18.2139 2.6887 18.3704 3.03674 18.5896L6.61242 20.8122C6.80228 20.9374 6.96051 21 7.11873 21C7.30859 21 7.43513 20.9061 7.62499 20.6244L8.19456 19.7478C9.08059 18.4017 9.87166 17.9635 10.8842 17.9635C11.7702 17.9635 12.8144 18.2139 14.1118 18.84L17.8457 20.5931C18.2255 20.7809 18.6368 20.687 18.8267 20.2487L20.5987 16.367C20.7885 15.9287 20.6619 15.647 20.219 15.4279ZM3.79617 8.57215C9.42867 11.2956 11.0741 11.7026 13.4473 11.7026C16.2319 11.7026 18.6051 10.5443 20.7253 7.28869L21.0733 6.75649C21.3581 6.31827 21.4214 6.16175 21.4214 5.97389C21.4214 5.78607 21.3265 5.62955 20.9784 5.41044L17.4027 3.18782C17.2128 3.06259 17.0546 3 16.8964 3C16.7066 3 16.58 3.09388 16.3901 3.37563L15.8206 4.25216C14.9345 5.59826 14.1435 6.03653 13.1309 6.03653C12.2449 6.03653 11.2007 5.78607 9.9033 5.15999L6.16943 3.40692C5.78972 3.21911 5.37836 3.31304 5.18851 3.75131L3.41646 7.63303C3.2266 8.07129 3.35319 8.35304 3.79617 8.57215Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconConfluence;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAsqC,EAAtqC,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,EAAE,olCAAolC,KAAK,eAAc,CAAI,GAGhqC",
  "debugId": "7A26950E9D433BF864756E2164756E21",
  "names": []
}