{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCalendarClock4/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 IconCalendarClock4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"calendar-clock-4\"><path d=\"M3.75 4.75V4H3V4.75H3.75ZM20.25 4.75H21V4H20.25V4.75ZM3.75 20.25H3V21H3.75V20.25ZM8.5 2.75V2H7V2.75H7.75H8.5ZM17 2.75V2H15.5V2.75H16.25H17ZM19.5 8.75V9.5H21V8.75H20.25H19.5ZM8.75 21H9.5V19.5H8.75V20.25V21ZM3.75 4.75V5.5H7.75V4.75V4H3.75V4.75ZM7.75 4.75V5.5H16.25V4.75V4H7.75V4.75ZM16.25 4.75V5.5H20.25V4.75V4H16.25V4.75ZM3.75 20.25H4.5V4.75H3.75H3V20.25H3.75ZM7.75 4.75H8.5V2.75H7.75H7V4.75H7.75ZM16.25 4.75H17V2.75H16.25H15.5V4.75H16.25ZM20.25 4.75H19.5V8.75H20.25H21V4.75H20.25ZM8.75 20.25V19.5H3.75V20.25V21H8.75V20.25Z\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"17\" r=\"5.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M17 14.75V16.9996L18.75 18.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconCalendarClock4;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAuxB,EAAvxB,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,6gBAA6gB,KAAK,eAAc,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,gCAAgC,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAGjxB",
  "debugId": "70CDA785E8524C3864756E2164756E21",
  "names": []
}