{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCalendarRepeat/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 IconCalendarRepeat: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"calendar-repeat, date-repeat\"><path d=\"M7.75 2C8.16421 2 8.5 2.33579 8.5 2.75V4H15.5V2.75C15.5 2.33579 15.8358 2 16.25 2C16.6642 2 17 2.33579 17 2.75V4H19.25C20.2165 4 21 4.7835 21 5.75V9.25C21 9.66421 20.6642 10 20.25 10H4.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H10.25C10.6642 19.5 11 19.8358 11 20.25C11 20.6642 10.6642 21 10.25 21H4.75C3.7835 21 3 20.2165 3 19.25V5.75C3 4.7835 3.7835 4 4.75 4H7V2.75C7 2.33579 7.33579 2 7.75 2Z\" fill=\"currentColor\"/><path d=\"M15.6397 14.0772C16.1818 13.7413 16.8227 13.5469 17.5 13.5469C19.1079 13.5469 20.461 14.6466 20.8444 16.1361C20.9541 16.5623 21.3885 16.8189 21.8147 16.7092C22.2409 16.5995 22.4975 16.1651 22.3878 15.7389C21.8276 13.5623 19.8527 11.9531 17.5 11.9531C16.3847 11.9531 15.3389 12.3156 14.4919 12.9294L13.6257 12.0632C13.291 11.7285 12.7188 11.9655 12.7188 12.4388V14.875C12.7188 15.4618 13.1944 15.9375 13.7812 15.9375H16.2174C16.6907 15.9375 16.9278 15.3653 16.5931 15.0306L15.6397 14.0772Z\" fill=\"currentColor\"/><path d=\"M14.1556 17.8639C14.0459 17.4377 13.6115 17.1811 13.1853 17.2908C12.759 17.4005 12.5025 17.8349 12.6122 18.2611C13.1724 20.4377 15.1473 22.0469 17.5 22.0469C18.6155 22.0469 19.6614 21.6842 20.5081 21.0706L21.3743 21.9368C21.709 22.2715 22.2812 22.0345 22.2812 21.5612V19.125C22.2812 18.5382 21.8056 18.0625 21.2188 18.0625H18.7826C18.3093 18.0625 18.0722 18.6347 18.4069 18.9694L19.3602 19.9227C18.818 20.2588 18.1771 20.4531 17.5 20.4531C15.8921 20.4531 14.539 19.3534 14.1556 17.8639Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCalendarRepeat;\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,gBAAggD,EAAhgD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,8YAA8Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2eAA2e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yeAAye,KAAK,eAAc,CAAI,GAG1/C",
  "debugId": "619766E7B91A2B1C64756E2164756E21",
  "names": []
}