@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 862 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconContentBlock32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19 14h-1V3h8a4 4 0 0 1 4 4v7zm1-9v7h8V7a2 2 0 0 0-2-2zM6 11a2 2 0 0 1 2-2h6v7H6zm0 7v5a2 2 0 0 0 2 2h6v-7zm10 0v7h6a2 2 0 0 0 2-2v-5zm0-2V7H8a4 4 0 0 0-4 4v12a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4v-7z",
clipRule: "evenodd"
}
)
}
);
}
const m = o(n);
export {
m as default
};
//# sourceMappingURL=IconContentBlock32.es.js.map