{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleAnnotation2/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 IconBubbleAnnotation2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-annotation-2, message, chat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22.002 3.75C22.002 3.33579 21.6662 3 21.252 3H2.75195C2.33774 3 2.00195 3.33579 2.00195 3.75V18.25C2.00195 18.6642 2.33774 19 2.75195 19H6.25195V21C6.25195 21.2652 6.39198 21.5106 6.62023 21.6456C6.84849 21.7806 7.13105 21.785 7.36339 21.6572L12.1946 19H21.252C21.6662 19 22.002 18.6642 22.002 18.25V3.75ZM6.49976 11C6.49976 11.5523 6.94747 12 7.49976 12C8.05204 12 8.49976 11.5523 8.49976 11C8.49976 10.4477 8.05204 10 7.49976 10C6.94747 10 6.49976 10.4477 6.49976 11ZM10.9998 11C10.9998 11.5523 11.4475 12 11.9998 12C12.552 12 12.9998 11.5523 12.9998 11C12.9998 10.4477 12.552 10 11.9998 10C11.4475 10 10.9998 10.4477 10.9998 11ZM16.4998 12C15.9475 12 15.4998 11.5523 15.4998 11C15.4998 10.4477 15.9475 10 16.4998 10C17.052 10 17.4998 10.4477 17.4998 11C17.4998 11.5523 17.052 12 16.4998 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleAnnotation2;\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,gBAA66B,EAA76B,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6xBAA6xB,KAAK,eAAc,CAAI,GAGv6B",
  "debugId": "A46E6114B1AEEA6C64756E2164756E21",
  "names": []
}