{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconThinkingBubble/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 IconThinkingBubble: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"thinking-bubble\"><path d=\"M9.84063 3.66332C10.5326 2.66088 11.6886 2 13 2C14.3114 2 15.4674 2.66088 16.1594 3.66332C16.3457 3.93323 16.6618 4.09154 16.928 4.08087C16.9934 4.07824 17.0591 4.07692 17.125 4.07692C19.8223 4.07692 22 6.27739 22 8.98077C22 10.8084 21.0053 12.4037 19.5308 13.2467C19.437 13.3003 19.3591 13.3788 19.3064 13.4722C18.471 14.9553 16.8852 15.9615 15.0625 15.9615C14.5264 15.9615 14.0092 15.8742 13.5249 15.7124C13.229 15.6135 12.7981 15.7097 12.5181 15.9706C11.8336 16.6084 10.9149 17 9.90625 17C7.77849 17 6.0625 15.2645 6.0625 13.1346C6.0625 13.0351 6.01607 12.9538 5.96146 12.9128C4.77128 12.0192 4 10.5897 4 8.98077C4 6.27739 6.17769 4.07692 8.875 4.07692C8.94094 4.07692 9.00662 4.07824 9.07201 4.08087C9.33815 4.09153 9.65433 3.93323 9.84063 3.66332Z\" fill=\"currentColor\"/><path d=\"M2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconThinkingBubble;\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,gBAAw9B,EAAx9B,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,mvBAAmvB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iHAAiH,KAAK,eAAc,CAAI,GAGl9B",
  "debugId": "FDE0F9CBB0BCDF5564756E2164756E21",
  "names": []
}