{
  "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.8986 3 6.27295 3.80507 4.40901 5.36647C2.5291 6.94126 1.50001 9.22327 1.50001 12C1.50001 12.7949 1.76423 13.7934 2.01377 14.5754C2.27093 15.3813 2.54586 16.0568 2.62187 16.2398L2.63379 16.2682L2.64195 16.2874C2.64624 16.2977 2.64764 16.3014 2.64764 16.3014C2.66561 16.3505 3.09394 17.5191 1.65131 19.431C1.5156 19.6109 1.46794 19.8423 1.52152 20.0611C1.57509 20.28 1.72423 20.4632 1.92768 20.56C3.26058 21.1944 4.60162 20.9739 5.54319 20.6457C6.02 20.4795 6.41782 20.2781 6.69679 20.1185C6.72083 20.1047 6.74404 20.0912 6.7664 20.0781C8.42959 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,gBAA42B,EAA52B,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uuBAAuuB,KAAK,eAAc,CAAI,GAGt2B",
  "debugId": "5FD730491633652264756E2164756E21",
  "names": []
}