{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconThinkingBubble1/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 IconThinkingBubble1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"thinking-bubble-1, thoughts\"><path d=\"M14.4501 2C12.7655 2 11.2484 2.71781 10.1827 3.86215C9.77849 3.76545 9.35727 3.71437 8.92496 3.71437C5.92293 3.71437 3.5 6.16674 3.5 9.17865C3.5 10.9553 4.34254 12.5353 5.64719 13.5331C5.89653 16.3131 8.21502 18.5 11.0499 18.5C12.4757 18.5 13.7726 17.9454 14.7394 17.0417C15.1918 17.1546 15.6644 17.2144 16.15 17.2144C19.3868 17.2144 22 14.5701 22 11.3216C22 9.67646 21.3299 8.18705 20.2499 7.11801C19.8734 4.234 17.4252 2 14.4501 2Z\" fill=\"currentColor\"/><path d=\"M4.25 17C2.73122 17 1.5 18.2312 1.5 19.75C1.5 21.2688 2.73122 22.5 4.25 22.5C5.76878 22.5 7 21.2688 7 19.75C7 18.2312 5.76878 17 4.25 17Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconThinkingBubble1;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAAgsB,EAAhsB,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,obAAob,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,CAAI,GAG1rB",
  "debugId": "45A04ADC9D6A388264756E2164756E21",
  "names": []
}