{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleWideNotification/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 IconBubbleWideNotification: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-wide-notification, badge, message, chat\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 1.9375C16.7563 1.9375 14.9375 3.75634 14.9375 6C14.9375 8.24366 16.7563 10.0625 19 10.0625C21.2437 10.0625 23.0625 8.24366 23.0625 6C23.0625 3.75634 21.2437 1.9375 19 1.9375ZM16.5625 6C16.5625 4.65381 17.6538 3.5625 19 3.5625C20.3462 3.5625 21.4375 4.65381 21.4375 6C21.4375 7.34619 20.3462 8.4375 19 8.4375C17.6538 8.4375 16.5625 7.34619 16.5625 6Z\" fill=\"currentColor\"/><path d=\"M13.4375 6C13.4375 4.89517 13.7596 3.86558 14.315 3H5.75C3.67893 3 2 4.67893 2 6.75V15.25C2 17.3211 3.67893 19 5.75 19H8.65182C8.71055 19 8.76741 19.0207 8.81242 19.0584L10.8775 20.7894C11.5249 21.3321 12.4676 21.3348 13.1181 20.7959L15.2164 19.0575C15.2613 19.0203 15.3177 19 15.3759 19H18.25C20.3211 19 22 17.3211 22 15.25V10.685C21.1344 11.2404 20.1048 11.5625 19 11.5625C15.9279 11.5625 13.4375 9.07208 13.4375 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleWideNotification;\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,EAA6D,CAAC,IAAU,CACnF,OAAO,gBAAi8B,EAAj8B,IAAqB,EAAO,UAAU,kDAAiD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oWAAoW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oaAAoa,KAAK,eAAc,CAAI,GAG37B",
  "debugId": "82DFD4CAEA59F17464756E2164756E21",
  "names": []
}