{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSun/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 IconSun: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"sun, light-mode, day, today\"><path d=\"M12.7482 1.76758C12.7482 1.35336 12.4124 1.01758 11.9982 1.01758C11.584 1.01758 11.2482 1.35336 11.2482 1.76758V3.29083C11.2482 3.70505 11.584 4.04083 11.9982 4.04083C12.4124 4.04083 12.7482 3.70505 12.7482 3.29083V1.76758Z\" fill=\"currentColor\"/><path d=\"M4.23242 18.7054C3.93952 18.9983 3.93952 19.4732 4.23242 19.7661C4.52531 20.059 5.00018 20.059 5.29308 19.7661L6.37018 18.689C6.66307 18.3961 6.66307 17.9212 6.37018 17.6283C6.07729 17.3354 5.60241 17.3354 5.30952 17.6283L4.23242 18.7054Z\" fill=\"currentColor\"/><path d=\"M11.9982 19.9594C12.4124 19.9594 12.7482 20.2952 12.7482 20.7094V22.2327C12.7482 22.6469 12.4124 22.9827 11.9982 22.9827C11.584 22.9827 11.2482 22.6469 11.2482 22.2327V20.7094C11.2482 20.2952 11.584 19.9594 11.9982 19.9594Z\" fill=\"currentColor\"/><path d=\"M17.6259 5.31146C17.333 5.60435 17.333 6.07922 17.6259 6.37212C17.9188 6.66501 18.3937 6.66501 18.6866 6.37212L19.7637 5.29501C20.0566 5.00212 20.0566 4.52724 19.7637 4.23435C19.4708 3.94146 18.9959 3.94146 18.703 4.23435L17.6259 5.31146Z\" fill=\"currentColor\"/><path d=\"M19.957 12.0001C19.957 11.5859 20.2928 11.2501 20.707 11.2501H22.2303C22.6445 11.2501 22.9803 11.5859 22.9803 12.0001C22.9803 12.4144 22.6445 12.7501 22.2303 12.7501H20.707C20.2928 12.7501 19.957 12.4144 19.957 12.0001Z\" fill=\"currentColor\"/><path d=\"M18.6866 17.6282C18.3937 17.3353 17.9188 17.3353 17.6259 17.6282C17.333 17.9211 17.333 18.396 17.6259 18.6889L18.703 19.766C18.9959 20.0589 19.4708 20.0589 19.7637 19.766C20.0566 19.4731 20.0566 18.9982 19.7637 18.7053L18.6866 17.6282Z\" fill=\"currentColor\"/><path d=\"M1.01562 12.0001C1.01562 11.5859 1.35141 11.2501 1.76562 11.2501H3.28888C3.70309 11.2501 4.03888 11.5859 4.03888 12.0001C4.03888 12.4143 3.70309 12.7501 3.28888 12.7501H1.76562C1.35141 12.7501 1.01562 12.4143 1.01562 12.0001Z\" fill=\"currentColor\"/><path d=\"M5.293 4.23429C5.0001 3.9414 4.52523 3.9414 4.23234 4.23429C3.93944 4.52718 3.93944 5.00206 4.23234 5.29495L5.30944 6.37206C5.60234 6.66495 6.07721 6.66495 6.3701 6.37206C6.663 6.07916 6.663 5.60429 6.3701 5.3114L5.293 4.23429Z\" fill=\"currentColor\"/><path d=\"M7.7554 7.75736C10.0985 5.41421 13.8975 5.41421 16.2407 7.75736C18.5838 10.1005 18.5838 13.8995 16.2407 16.2426C13.8975 18.5858 10.0985 18.5858 7.7554 16.2426C5.41226 13.8995 5.41226 10.1005 7.7554 7.75736Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSun;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAw1E,EAAx1E,IAAqB,EAAO,UAAU,+BAA8B,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kOAAkO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8NAA8N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8OAA8O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oOAAoO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sOAAsO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iNAAiN,KAAK,eAAc,CAAI,GAGl1E",
  "debugId": "DB89CB5E41DB461864756E2164756E21",
  "names": []
}