{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleQuestion/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 IconBubbleQuestion: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-question, comment, feedback\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 4.75C3 3.7835 3.7835 3 4.75 3H19.25C20.2165 3 21 3.7835 21 4.75V17.25C21 18.2165 20.2165 19 19.25 19H15.3759C15.3177 19 15.2613 19.0203 15.2164 19.0575L13.1181 20.7959C12.4676 21.3348 11.5249 21.3321 10.8775 20.7894L8.81242 19.0584C8.76741 19.0207 8.71055 19 8.65182 19H4.75C3.7835 19 3 18.2165 3 17.25V4.75ZM9.87366 9.42768C9.87366 8.18351 10.874 7.16333 12.1237 7.16333C13.3734 7.16333 14.3737 8.18351 14.3737 9.42768C14.3737 10.4252 13.7232 10.9483 13.3032 11.2338C13.1522 11.3364 13.0361 11.4375 12.9495 11.5539C12.8674 11.6643 12.796 11.8096 12.7637 12.0247C12.7022 12.4343 12.3203 12.7165 11.9106 12.655C11.501 12.5935 11.2188 12.2116 11.2804 11.8019C11.4245 10.8421 11.984 10.3168 12.4599 9.99332C12.6241 9.8817 12.7249 9.79414 12.7876 9.70897C12.8379 9.6406 12.8737 9.56123 12.8737 9.42768C12.8737 8.99844 12.5315 8.66333 12.1237 8.66333C11.7158 8.66333 11.3737 8.99844 11.3737 9.42768C11.3737 9.8419 11.0379 10.1777 10.6237 10.1777C10.2094 10.1777 9.87366 9.8419 9.87366 9.42768ZM12 15.25C11.4477 15.25 11 14.8023 11 14.25C11 13.6977 11.4477 13.25 12 13.25C12.5523 13.25 13 13.6977 13 14.25C13 14.8023 12.5523 15.25 12 15.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleQuestion;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAowC,EAApwC,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,onCAAonC,KAAK,eAAc,CAAI,GAG9vC",
  "debugId": "49947247BDEBE03264756E2164756E21",
  "names": []
}