{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCalenderNextWeek/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 IconCalenderNextWeek: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"calender-next-week\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 4.75C3 3.7835 3.7835 3 4.75 3H19.25C20.2165 3 21 3.7835 21 4.75V19.25C21 20.2165 20.2165 21 19.25 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75ZM19.5 8H4.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V8ZM7.96967 11.2197C8.26256 10.9268 8.73744 10.9268 9.03033 11.2197L11.0303 13.2197C11.3232 13.5126 11.3232 13.9874 11.0303 14.2803L9.03033 16.2803C8.73744 16.5732 8.26256 16.5732 7.96967 16.2803C7.67678 15.9874 7.67678 15.5126 7.96967 15.2197L9.43934 13.75L7.96967 12.2803C7.67678 11.9874 7.67678 11.5126 7.96967 11.2197ZM12.9697 11.2197C13.2626 10.9268 13.7374 10.9268 14.0303 11.2197L16.0303 13.2197C16.3232 13.5126 16.3232 13.9874 16.0303 14.2803L14.0303 16.2803C13.7374 16.5732 13.2626 16.5732 12.9697 16.2803C12.6768 15.9874 12.6768 15.5126 12.9697 15.2197L14.4393 13.75L12.9697 12.2803C12.6768 11.9874 12.6768 11.5126 12.9697 11.2197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCalenderNextWeek;\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,EAAuD,CAAC,IAAU,CAC7E,OAAO,gBAAi/B,EAAj/B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i3BAAi3B,KAAK,eAAc,CAAI,GAG3+B",
  "debugId": "F15C1E9056526BC464756E2164756E21",
  "names": []
}