{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconTimeslot/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 IconTimeslot: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"timeslot, time, clock\"><path d=\"M12 2C12.4142 2 12.75 2.33579 12.75 2.75C12.75 3.16421 12.4142 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 11.5858 20.8358 11.25 21.25 11.25C21.6642 11.25 22 11.5858 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 7.5C11.5858 7.5 11.25 7.83579 11.25 8.25V12C11.25 12.4142 11.5858 12.75 12 12.75H14.75C15.1642 12.75 15.5 12.4142 15.5 12C15.5 11.5858 15.1642 11.25 14.75 11.25H12.75V8.25C12.75 7.83579 12.4142 7.5 12 7.5Z\" fill=\"currentColor\"/><path d=\"M20.1709 7.6748C20.6045 7.49556 21.1017 7.70222 21.2812 8.13574C21.4605 8.56929 21.2547 9.06645 20.8213 9.24609C20.3876 9.42573 19.8896 9.21979 19.71 8.78613C19.5303 8.35243 19.7372 7.85445 20.1709 7.6748Z\" fill=\"currentColor\"/><path d=\"M17.8896 4.85742C18.2215 4.52561 18.7598 4.52587 19.0918 4.85742C19.4237 5.18937 19.4237 5.72762 19.0918 6.05957C18.7599 6.39152 18.2216 6.39152 17.8896 6.05957C17.5581 5.72759 17.5578 5.18924 17.8896 4.85742Z\" fill=\"currentColor\"/><path d=\"M14.7041 3.12891C14.8837 2.6952 15.3817 2.4893 15.8154 2.66895C16.2489 2.84864 16.4548 3.34573 16.2754 3.7793C16.0958 4.21291 15.5987 4.41869 15.165 4.23926C14.7314 4.05963 14.5246 3.56258 14.7041 3.12891Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTimeslot;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA++C,EAA/+C,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,oUAAoU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gUAAgU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gNAAgN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gNAAgN,KAAK,eAAc,CAAI,GAGz+C",
  "debugId": "DBFC64D940B87A8664756E2164756E21",
  "names": []
}