@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 888 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function n(e) {
return /* @__PURE__ */ t(
"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: "IconContentBlock16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9.5 6.997H9V1.995h4a2 2 0 0 1 2 2v3.002zm.5-4.002v3.002h4V3.995a1 1 0 0 0-1-1zM7 8V4H3a1 1 0 0 0-1 1v3zm0 1H2v3a1 1 0 0 0 1 1h4.001zm1 0v4h4a1 1 0 0 0 1-1V9zm5.5-1h.5v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5v5z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(n);
export {
m as default
};
//# sourceMappingURL=IconContentBlock16.es.js.map