{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleAnnotation5/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 IconBubbleAnnotation5: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-annotation-5, message, chat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 3C15.1014 3 17.7271 3.80507 19.591 5.36647C21.4709 6.94126 22.5 9.22327 22.5 12C22.5 14.7767 21.4709 17.0587 19.591 18.6335C17.7271 20.1949 15.1014 21 12 21C10.3067 21 8.42959 20.8376 6.7664 20.0781C6.74404 20.0912 6.72083 20.1047 6.69679 20.1185C6.41782 20.2781 6.02 20.4795 5.54319 20.6457C4.60162 20.9739 3.26058 21.1944 1.92768 20.56C1.72423 20.4632 1.57509 20.28 1.52152 20.0611C1.46794 19.8423 1.5156 19.6109 1.65131 19.431C3.09394 17.5191 2.66561 16.3505 2.64764 16.3014C2.64764 16.3014 2.64624 16.2977 2.64195 16.2874L2.63379 16.2682L2.62187 16.2398C2.54586 16.0568 2.27093 15.3813 2.01377 14.5754C1.76423 13.7934 1.50001 12.7949 1.50001 12C1.50001 9.22327 2.5291 6.94126 4.40901 5.36647C6.27295 3.80507 8.8986 3 12 3ZM6.5 12C6.5 12.5523 6.94772 13 7.5 13C8.05229 13 8.5 12.5523 8.5 12C8.5 11.4477 8.05229 11 7.5 11C6.94772 11 6.5 11.4477 6.5 12ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12ZM16.5 13C15.9477 13 15.5 12.5523 15.5 12C15.5 11.4477 15.9477 11 16.5 11C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleAnnotation5;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAA6uC,EAA7uC,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6lCAA6lC,KAAK,eAAc,CAAI,GAGvuC",
  "debugId": "2788FC493A4F841564756E2164756E21",
  "names": []
}