import { jsx } from "react/jsx-runtime"; import { e as createSvgIcon } from "../server-entry.mjs"; const CalendarTodayIcon = createSvgIcon( /* @__PURE__ */ jsx("path", { d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z" }), "CalendarTodayOutlined" ); const OpenInNewIcon = createSvgIcon( /* @__PURE__ */ jsx("path", { d: "M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z" }), "OpenInNewOutlined" ); export { CalendarTodayIcon as C, OpenInNewIcon as O }; //# sourceMappingURL=OpenInNew-e9f1759c.mjs.map