{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleAnnotation4/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 IconBubbleAnnotation4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-annotation-4, message, chat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.002 4.75C21.002 3.7835 20.2185 3 19.252 3H4.75195C3.78546 3 3.00195 3.7835 3.00195 4.75V21.75C3.00195 22.0226 3.14991 22.2738 3.38838 22.406C3.62684 22.5382 3.91825 22.5305 4.14945 22.386L7.90625 20.038C7.94598 20.0132 7.99189 20 8.03875 20H19.252C20.2185 20 21.002 19.2165 21.002 18.25V4.75ZM6.49976 11.5C6.49976 12.0523 6.94747 12.5 7.49976 12.5C8.05204 12.5 8.49976 12.0523 8.49976 11.5C8.49976 10.9477 8.05204 10.5 7.49976 10.5C6.94747 10.5 6.49976 10.9477 6.49976 11.5ZM10.9998 11.5C10.9998 12.0523 11.4475 12.5 11.9998 12.5C12.552 12.5 12.9998 12.0523 12.9998 11.5C12.9998 10.9477 12.552 10.5 11.9998 10.5C11.4475 10.5 10.9998 10.9477 10.9998 11.5ZM16.4998 12.5C15.9475 12.5 15.4998 12.0523 15.4998 11.5C15.4998 10.9477 15.9475 10.5 16.4998 10.5C17.052 10.5 17.4998 10.9477 17.4998 11.5C17.4998 12.0523 17.052 12.5 16.4998 12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleAnnotation4;\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,gBAAy9B,EAAz9B,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,y0BAAy0B,KAAK,eAAc,CAAI,GAGn9B",
  "debugId": "48C8A883057CF5A964756E2164756E21",
  "names": []
}