{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubble5/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 IconBubble5: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-5, message, chat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.591 5.36647C17.7271 3.80507 15.1014 3 12 3C8.89859 3 6.27295 3.80507 4.40901 5.36647C2.52909 6.94126 1.5 9.22327 1.5 12C1.5 12.7949 1.76422 13.7934 2.01376 14.5754C2.27092 15.3813 2.54585 16.0568 2.62186 16.2398L2.63378 16.2682L2.64194 16.2874C2.64623 16.2977 2.64763 16.3014 2.64763 16.3014C2.6656 16.3505 3.09393 17.5191 1.65131 19.431C1.51559 19.6109 1.46793 19.8423 1.52151 20.0611C1.57509 20.28 1.72422 20.4632 1.92768 20.56C3.26057 21.1944 4.60162 20.9739 5.54319 20.6457C6.02 20.4795 6.41781 20.2781 6.69679 20.1185C6.72083 20.1047 6.74403 20.0912 6.76639 20.0781C8.42958 20.8376 10.3067 21 12 21C15.1014 21 17.7271 20.1949 19.591 18.6335C21.4709 17.0587 22.5 14.7767 22.5 12C22.5 9.22327 21.4709 6.94126 19.591 5.36647Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubble5;\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,gBAAm2B,EAAn2B,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8tBAA8tB,KAAK,eAAc,CAAI,GAG71B",
  "debugId": "07705AB1DE520D6064756E2164756E21",
  "names": []
}