{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleWideSparkle/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 IconBubbleWideSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-wide-sparkle, message, chat\"><path d=\"M20.2405 4.18518L19.5436 2.37334C19.4571 2.14842 19.241 2 19 2C18.759 2 18.5429 2.14842 18.4564 2.37334L17.7595 4.18518C17.658 4.44927 17.4493 4.65797 17.1852 4.75955L15.3733 5.45641C15.1484 5.54292 15 5.75901 15 6C15 6.24099 15.1484 6.45708 15.3733 6.54359L17.1852 7.24045C17.4493 7.34203 17.658 7.55073 17.7595 7.81482L18.4564 9.62666C18.5429 9.85158 18.759 10 19 10C19.241 10 19.4571 9.85158 19.5436 9.62666L20.2405 7.81482C20.342 7.55073 20.5507 7.34203 20.8148 7.24045L22.6267 6.54359C22.8516 6.45708 23 6.24099 23 6C23 5.75901 22.8516 5.54292 22.6267 5.45641L20.8148 4.75955C20.5507 4.65797 20.342 4.44927 20.2405 4.18518Z\" fill=\"currentColor\"/><path d=\"M16.6074 3L16.4385 3.43848L14.835 4.05664C14.0308 4.36595 13.5 5.13836 13.5 6C13.5 6.86164 14.0308 7.63405 14.835 7.94336L16.4385 8.56055L17.0566 10.165C17.366 10.9692 18.1384 11.5 19 11.5C19.8616 11.5 20.634 10.9692 20.9434 10.165L21.5605 8.56055L22 8.39062V18.25C22 18.6642 21.6642 19 21.25 19H15.2861L12.4766 21.3271C12.1979 21.558 11.7941 21.5574 11.5166 21.3252L8.74316 19H2.75C2.33579 19 2 18.6642 2 18.25V3.75C2 3.33579 2.33579 3 2.75 3H16.6074Z\" fill=\"currentColor\"/><path d=\"M15.3733 5.45641C15.3453 5.46721 15.3185 5.48049 15.293 5.49512L15.292 5.49414C15.3176 5.47943 15.3452 5.46725 15.3733 5.45641L15.8643 5.2666L17.1852 4.75955L15.3733 5.45641Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleWideSparkle;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAm5C,EAAn5C,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,EAAE,unBAAunB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ucAAuc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iLAAiL,KAAK,eAAc,CAAI,GAG74C",
  "debugId": "BCEAE46DC7F850C864756E2164756E21",
  "names": []
}