{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloudySparkle/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 IconCloudySparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloudy-sparkle, clouds\"><path d=\"M13.2405 16.1852L12.5436 14.3733C12.4571 14.1484 12.241 14 12 14C11.759 14 11.5429 14.1484 11.4564 14.3733L10.7595 16.1852C10.658 16.4493 10.4493 16.658 10.1852 16.7595L8.37334 17.4564C8.14842 17.5429 8 17.759 8 18C8 18.241 8.14842 18.4571 8.37334 18.5436L10.1852 19.2405C10.4493 19.342 10.658 19.5507 10.7595 19.8148L11.4564 21.6267C11.5429 21.8516 11.759 22 12 22C12.241 22 12.4571 21.8516 12.5436 21.6267L13.2405 19.8148C13.342 19.5507 13.5507 19.342 13.8148 19.2405L15.6267 18.5436C15.8516 18.4571 16 18.241 16 18C16 17.759 15.8516 17.5429 15.6267 17.4564L13.8148 16.7595C13.5507 16.658 13.342 16.4493 13.2405 16.1852Z\" fill=\"currentColor\"/><path d=\"M8.9248 4C11.9692 4 14.6073 5.73196 15.9346 8.26465C16.3194 8.18469 16.7177 8.14258 17.125 8.14258C20.377 8.14258 22.9999 10.8045 23 14.0713C23 17.3382 20.377 20 17.125 20H16.0176L16.165 19.9434C16.9692 19.634 17.5 18.8616 17.5 18C17.5 17.1384 16.9692 16.366 16.165 16.0566L14.5605 15.4385L13.9434 13.835C13.634 13.0308 12.8616 12.5 12 12.5C11.1922 12.5 10.463 12.9666 10.1201 13.6875L10.0566 13.835L9.43848 15.4385L7.83496 16.0566C7.03075 16.366 6.5 17.1384 6.5 18C6.5 18.8363 7.00083 19.5868 7.76562 19.9131C3.93325 19.3463 1 16.0145 1 12C1 7.58916 4.5407 4.00011 8.9248 4Z\" fill=\"currentColor\"/><path d=\"M8.37334 17.4564C8.34528 17.4672 8.31851 17.4805 8.29297 17.4951L8.29199 17.4941C8.31762 17.4794 8.34516 17.4673 8.37334 17.4564L8.86426 17.2666L10.1852 16.7595L8.37334 17.4564Z\" fill=\"currentColor\"/><path d=\"M15.1348 17.2666L15.6267 17.4564L13.8148 16.7595L15.1348 17.2666Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloudySparkle;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAgmD,EAAhmD,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,inBAAinB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kkBAAkkB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oEAAoE,KAAK,eAAc,CAAI,GAG1lD",
  "debugId": "3657D05801DF6B7364756E2164756E21",
  "names": []
}