{
  "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=\"M1.63551 5.2785C1.22759 5.35043 0.955217 5.73942 1.02714 6.14734L1.62044 9.51211L9.93159 8.04663C11.474 6.47496 13.6224 5.50003 15.9985 5.50003C16.0473 5.50003 16.096 5.50044 16.1446 5.50126L15.7993 3.54262C15.7273 3.1347 15.3383 2.86232 14.9304 2.93425L1.63551 5.2785Z\" fill=\"currentColor\"/><path d=\"M8.60483 9.80371C7.90066 11.0417 7.49847 12.4739 7.49847 14C7.49847 15.552 7.91443 17.0069 8.64095 18.2592L4.06659 19.0658C3.65867 19.1377 3.26967 18.8654 3.19775 18.4574L1.88092 10.9893L8.60483 9.80371Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.99847 14C8.99847 10.1341 12.1325 7.00004 15.9985 7.00004C19.8645 7.00004 22.9985 10.1341 22.9985 14C22.9985 17.866 19.8645 21 15.9985 21C12.1325 21 8.99847 17.866 8.99847 14ZM15.9985 11C16.4127 11 16.7485 11.3358 16.7485 11.75V13.6894L18.5288 15.4697C18.8217 15.7626 18.8217 16.2375 18.5288 16.5304C18.2359 16.8233 17.761 16.8233 17.4681 16.5304L15.4681 14.5304C15.3275 14.3897 15.2485 14.199 15.2485 14V11.75C15.2485 11.3358 15.5843 11 15.9985 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,gRAAgR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8MAA8M,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,scAAsc,KAAK,eAAc,CAAI,GAG/lC",
  "debugId": "F047E69D6256AD4A64756E2164756E21",
  "names": []
}