@anoki/fse-ui
Version:
FSE UI components library
42 lines (41 loc) • 1.22 kB
JavaScript
import { j as e } from "./index.es244.js";
import { createColorClasses as H } from "./index.es274.js";
import { clsx as V } from "./index.es246.js";
const c = ({
width: o = 32,
height: r = 32,
color: s,
className: a,
onClick: n,
decorative: l = !1,
ariaLabel: i = "Calendar outline"
}) => {
const t = H({ color: s });
return /* @__PURE__ */ e.jsx(
"svg",
{
width: o,
height: r,
viewBox: "0 0 20 17",
fill: "none",
"aria-hidden": l,
"aria-label": l ? void 0 : i,
xmlns: "http://www.w3.org/2000/svg",
className: V(a, t),
onClick: n,
children: /* @__PURE__ */ e.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M18.5 1H15V0H14V1H6V0H5V1H1.5C0.671573 1 0 1.67157 0 2.5V15.5C0 16.3284 0.671573 17 1.5 17H18.5C19.3284 17 20 16.3284 20 15.5V2.5C20 1.67157 19.3284 1 18.5 1ZM19 15.5C19 15.7761 18.7761 16 18.5 16H1.5C1.22386 16 1 15.7761 1 15.5V2.5C1 2.22386 1.22386 2 1.5 2H5V3H6V2H14V3H15V2H18.5C18.7761 2 19 2.22386 19 2.5V15.5ZM18 5H2V6H18V5Z",
fill: "currentColor"
}
)
}
);
};
export {
c as CalendarOutline
};
//# sourceMappingURL=index.es215.js.map