@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 958 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function n(a) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCalendar12",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 0a.5.5 0 0 1 .5.5V1h4V.5a.5.5 0 0 1 1 0V1h.5A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7A1.5 1.5 0 0 1 2.5 1H3V.5a.5.5 0 0 1 .5-.5M8 2v.5a.5.5 0 0 0 1 0V2h.5a.5.5 0 0 1 .5.5V4H2V2.5a.5.5 0 0 1 .5-.5H3v.5a.5.5 0 0 0 1 0V2zM2 5v4.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V5z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(n);
export {
s as default
};
//# sourceMappingURL=IconCalendar12.es.js.map