@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 915 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function n(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCalendar32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12 3.5a1 1 0 0 1 1 1V5h6v-.5a1 1 0 1 1 2 0V5h2a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4V9a4 4 0 0 1 4-4h2v-.5a1 1 0 0 1 1-1M19 7v.5a1 1 0 1 0 2 0V7h2a2 2 0 0 1 2 2v2H7V9a2 2 0 0 1 2-2h2v.5a1 1 0 1 0 2 0V7zM7 13v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V13z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(n);
export {
s as default
};
//# sourceMappingURL=IconCalendar32.es.js.map