{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCloudySun/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 IconCloudySun: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"cloudy-sun, clouds\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.4903 8.28083C9.98427 8.16249 9.45738 8.1 8.91667 8.1C5.09289 8.1 2 11.2154 2 15.05C2 18.8846 5.09289 22 8.91667 22H16.625C19.5973 22 22 19.5785 22 16.6C22 14.6634 20.985 12.9643 19.4597 12.0113C19.7703 11.3676 19.9444 10.6453 19.9444 9.88333C19.9444 7.19016 17.7719 5 15.0833 5C12.9547 5 11.1501 6.37275 10.4903 8.28083ZM11.9046 8.78036C13.0049 9.31064 13.9427 10.124 14.6257 11.1254C14.7558 11.3161 15.0414 11.4306 15.3141 11.3619C15.7345 11.256 16.1737 11.2 16.625 11.2C17.1313 11.2 17.622 11.2705 18.0876 11.4025C18.3159 10.9462 18.4444 10.4306 18.4444 9.88333C18.4444 8.01095 16.9358 6.5 15.0833 6.5C13.6134 6.5 12.3594 7.45154 11.9046 8.78036Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.25 1C15.6642 1 16 1.33579 16 1.75V2.75C16 3.16421 15.6642 3.5 15.25 3.5C14.8358 3.5 14.5 3.16421 14.5 2.75V1.75C14.5 1.33579 14.8358 1 15.25 1ZM21.4372 3.56282C21.7301 3.85571 21.7301 4.33058 21.4372 4.62348L20.7301 5.33058C20.4372 5.62348 19.9623 5.62348 19.6694 5.33058C19.3765 5.03769 19.3765 4.56282 19.6694 4.26992L20.3765 3.56282C20.6694 3.26992 21.1443 3.26992 21.4372 3.56282ZM9.06342 3.56282C9.35631 3.26993 9.83119 3.26993 10.1241 3.56282L10.8312 4.26993C11.1241 4.56282 11.1241 5.0377 10.8312 5.33059C10.5383 5.62348 10.0634 5.62348 9.77053 5.33059L9.06342 4.62348C8.77053 4.33059 8.77053 3.85572 9.06342 3.56282ZM21.5 9.75C21.5 9.33579 21.8358 9 22.25 9H23.25C23.6642 9 24 9.33579 24 9.75C24 10.1642 23.6642 10.5 23.25 10.5H22.25C21.8358 10.5 21.5 10.1642 21.5 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCloudySun;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAmmD,EAAnmD,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+oBAA+oB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,ixBAAixB,KAAK,eAAc,CAAI,GAG7lD",
  "debugId": "560CB8F0FA5A591964756E2164756E21",
  "names": []
}