{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBubbleSparkle1/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 IconBubbleSparkle1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bubble-sparkle, comment, feedback\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3.75C3 3.33579 3.33579 3 3.75 3H20.25C20.6642 3 21 3.33579 21 3.75V18.25C21 18.6642 20.6642 19 20.25 19H15.2858L12.4764 21.3275C12.1976 21.5585 11.7936 21.5574 11.5161 21.3248L8.74274 19H3.75C3.33579 19 3 18.6642 3 18.25V3.75ZM12 7C12.3156 7 12.5714 7.25584 12.5714 7.57143C12.5714 8.69215 12.8197 9.36869 13.2255 9.77451C13.6313 10.1803 14.3078 10.4286 15.4286 10.4286C15.7442 10.4286 16 10.6844 16 11C16 11.3156 15.7442 11.5714 15.4286 11.5714C14.3078 11.5714 13.6313 11.8197 13.2255 12.2255C12.8197 12.6313 12.5714 13.3078 12.5714 14.4286C12.5714 14.7442 12.3156 15 12 15C11.6844 15 11.4286 14.7442 11.4286 14.4286C11.4286 13.3078 11.1803 12.6313 10.7745 12.2255C10.3687 11.8197 9.69215 11.5714 8.57143 11.5714C8.25584 11.5714 8 11.3156 8 11C8 10.6844 8.25584 10.4286 8.57143 10.4286C9.69215 10.4286 10.3687 10.1803 10.7745 9.77451C11.1803 9.36869 11.4286 8.69215 11.4286 7.57143C11.4286 7.25584 11.6844 7 12 7Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBubbleSparkle1;\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,gBAAuiC,EAAviC,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,w5BAAw5B,KAAK,eAAc,CAAI,GAGjiC",
  "debugId": "FABAB9957B6A28E864756E2164756E21",
  "names": []
}