{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCalendarClock/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 IconCalendarClock: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"calendar-clock, date-time\"><path d=\"M4.59163 4.75754C2.55203 5.11718 1.19015 7.06215 1.54979 9.10175L1.62214 9.51209L9.93329 8.04661C11.4753 6.47536 13.623 5.50052 15.9983 5.50002C15.283 4.03585 13.6626 3.15808 11.9777 3.45518L4.59163 4.75754Z\" fill=\"currentColor\"/><path d=\"M8.60652 9.8037C7.90236 11.0417 7.50017 12.4739 7.50017 14C7.50017 15.552 7.91613 17.0069 8.64264 18.2592L7.02271 18.5449C4.9831 18.9045 3.03814 17.5426 2.6785 15.503L1.88261 10.9893L8.60652 9.8037Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.00017 14C9.00017 10.134 12.1342 7.00003 16.0002 7.00003C19.8662 7.00003 23.0002 10.134 23.0002 14C23.0002 17.866 19.8662 21 16.0002 21C12.1342 21 9.00017 17.866 9.00017 14ZM16.0002 11C16.4144 11 16.7502 11.3358 16.7502 11.75V13.6894L18.5305 15.4697C18.8234 15.7626 18.8234 16.2375 18.5305 16.5304C18.2376 16.8233 17.7627 16.8233 17.4698 16.5304L15.4698 14.5304C15.3292 14.3897 15.2502 14.1989 15.2502 14V11.75C15.2502 11.3358 15.586 11 16.0002 11Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCalendarClock;\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,gBAAiiC,EAAjiC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yMAAyM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qcAAqc,KAAK,eAAc,CAAI,GAG3hC",
  "debugId": "C221908634A5F33564756E2164756E21",
  "names": []
}