@frontify/fondue-icons
Version:
Frontify's icon SVGs
7 lines (6 loc) • 666 B
JavaScript
import { createFondueIcon as a } from "./fondue-icons2.js";
const l = a("CalendarChecked", [["path", { fill: "currentColor", "fill-rule": "evenodd", d: "M8.5 2.75a.75.75 0 00-1.5 0V3H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3h-1v-.25a.75.75 0 00-1.5 0V3h-7zm7 2.5V4.5h-7v.75a.75.75 0 01-1.5 0V4.5H6A1.5 1.5 0 004.5 6v2.5h15V6A1.5 1.5 0 0018 4.5h-1v.75a.75.75 0 01-1.5 0M4.5 18v-8h15v8a1.5 1.5 0 01-1.5 1.5H6A1.5 1.5 0 014.5 18m4.922-3.793a.75.75 0 10-1.061 1.06l1.958 1.959.53.53.53-.53 4.244-4.243a.75.75 0 00-1.061-1.06l-3.712 3.712z", "clip-rule": "evenodd" }]]);
export {
l as IconCalendarChecked
};
//# sourceMappingURL=fondue-icons63.js.map