first commit
Some checks failed
Build / run (push) Has been cancelled

This commit is contained in:
maher
2025-10-29 11:42:25 +01:00
commit 703f50a09d
4595 changed files with 385164 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { jsx } from "react/jsx-runtime";
import { c 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"
);
export {
CalendarTodayIcon as C
};
//# sourceMappingURL=CalendarToday-257ff5df.mjs.map