{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCalendarRemove4/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 IconCalendarRemove4: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"calendar-remove-4\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" 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.75V4H17.25C19.3211 4 21 5.67893 21 7.75V17.25C21 19.3211 19.3211 21 17.25 21H6.75C4.67893 21 3 19.3211 3 17.25V7.75C3 5.67893 4.67893 4 6.75 4H7V2.75C7 2.33579 7.33579 2 7.75 2ZM10.0284 9.46967C9.73548 9.17678 9.26061 9.17678 8.96772 9.46967C8.67482 9.76256 8.67482 10.2374 8.96772 10.5303L10.9392 12.5018L8.96967 14.4713C8.67678 14.7642 8.67678 15.2391 8.96967 15.532C9.26256 15.8249 9.73744 15.8249 10.0303 15.532L11.9999 13.5625L13.9694 15.532C14.2623 15.8249 14.7372 15.8249 15.03 15.532C15.3229 15.2391 15.3229 14.7642 15.03 14.4713L13.0605 12.5018L15.032 10.5303C15.3249 10.2374 15.3249 9.76256 15.032 9.46967C14.7391 9.17678 14.2642 9.17678 13.9713 9.46967L11.9999 11.4411L10.0284 9.46967Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCalendarRemove4;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAAs6B,EAAt6B,IAAqB,EAAO,UAAU,qBAAoB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uyBAAuyB,KAAK,eAAc,CAAI,GAGh6B",
  "debugId": "334D2BD133D5C9B464756E2164756E21",
  "names": []
}