{
  "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.8743 2 11.4436 2.62857 10.3932 3.64724C10.2643 3.77222 10.0696 3.83285 9.87999 3.7989C9.56944 3.74329 9.25024 3.71437 8.92496 3.71437C5.92293 3.71437 3.5 6.16674 3.5 9.17865C3.5 10.8749 4.26837 12.3925 5.4733 13.3944C5.58189 13.4847 5.65332 13.6145 5.67144 13.7535C6.02023 16.4275 8.29026 18.5 11.0499 18.5C12.3735 18.5 13.5875 18.0216 14.5283 17.2291C14.6632 17.1155 14.8444 17.0695 15.0105 17.1025C15.3797 17.176 15.7608 17.2144 16.15 17.2144C19.3868 17.2144 22 14.5701 22 11.3216C22 9.73485 21.3764 8.29238 20.3627 7.23281C20.2908 7.15764 20.2431 7.06138 20.2268 6.95861C19.7827 4.15248 17.3703 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,gBAA+3B,EAA/3B,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,mnBAAmnB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4IAA4I,KAAK,eAAc,CAAI,GAGz3B",
  "debugId": "8D5A32CB9E52FA5C64756E2164756E21",
  "names": []
}