@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 917 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCalendar16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.5 1a.5.5 0 0 1 .5.5V2h4v-.5a.5.5 0 0 1 1 0V2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h1v-.5a.5.5 0 0 1 .5-.5M10 3v.5a.5.5 0 0 0 1 0V3h1a1 1 0 0 1 1 1v2H3V4a1 1 0 0 1 1-1h1v.5a.5.5 0 0 0 1 0V3zM3 7v5a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V7z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(n);
export {
s as default
};
//# sourceMappingURL=IconCalendar16.es.js.map