{
  "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 6V12H17\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12.5 2.76328C12.3345 2.75447 12.1677 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 11.8323 21.2455 11.6655 21.2367 11.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M20.8239 9.24563C20.3902 9.42528 19.893 9.21932 19.7134 8.78561C19.5337 8.3519 19.7397 7.85468 20.1734 7.67503C20.6071 7.49538 21.1043 7.70134 21.284 8.13505C21.4636 8.56876 21.2576 9.06598 20.8239 9.24563Z\" fill=\"currentColor\"/><path d=\"M19.0917 6.05993C18.7597 6.39187 18.2215 6.39187 17.8896 6.05993C17.5576 5.72798 17.5576 5.18979 17.8896 4.85785C18.2215 4.5259 18.7597 4.5259 19.0917 4.85785C19.4236 5.18979 19.4236 5.72798 19.0917 6.05993Z\" fill=\"currentColor\"/><path d=\"M16.2761 3.77951C16.0965 4.21322 15.5993 4.41917 15.1656 4.23952C14.7319 4.05988 14.5259 3.56265 14.7055 3.12895C14.8852 2.69524 15.3824 2.48928 15.8161 2.66893C16.2498 2.84858 16.4558 3.3458 16.2761 3.77951Z\" 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,gBAAwkC,EAAxkC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,cAAc,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2MAA2M,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,iNAAiN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mNAAmN,KAAK,eAAc,CAAI,GAGlkC",
  "debugId": "691C799C363CE41D64756E2164756E21",
  "names": []
}