{
  "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=\"M2.62219 5.10477C1.67037 5.2726 1.03483 6.18025 1.20266 7.13206L1.62231 9.51202L9.93346 8.04654C11.4759 6.47488 13.6243 5.49994 16.0003 5.49994C16.0492 5.49994 16.0979 5.50036 16.1465 5.50117L15.9748 4.52734C15.8069 3.57553 14.8993 2.93998 13.9475 3.10781L2.62219 5.10477Z\" fill=\"currentColor\"/><path d=\"M8.6067 9.80363C7.90253 11.0417 7.50034 12.4738 7.50034 13.9999C7.50034 15.552 7.9163 17.0068 8.64281 18.2591L5.05326 18.8921C4.10145 19.0599 3.1938 18.4244 3.02597 17.4725L1.88278 10.9892L8.6067 9.80363Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.00034 14C9.00034 10.134 12.1343 6.99996 16.0003 6.99996C19.8663 6.99996 23.0003 10.134 23.0003 14C23.0003 17.866 19.8663 21 16.0003 21C12.1343 21 9.00034 17.866 9.00034 14ZM16.0003 11C16.4146 11 16.7503 11.3357 16.7503 11.75V13.6893L18.5307 15.4696C18.8236 15.7625 18.8236 16.2374 18.5307 16.5303C18.2378 16.8232 17.7629 16.8232 17.47 16.5303L15.47 14.5303C15.3294 14.3896 15.2503 14.1989 15.2503 14V11.75C15.2503 11.3357 15.5861 11 16.0003 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,gBAAqmC,EAArmC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mRAAmR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+MAA+M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kcAAkc,KAAK,eAAc,CAAI,GAG/lC",
  "debugId": "9CF718AB9AF3824564756E2164756E21",
  "names": []
}