@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 922 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconContentBlock12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.5 5H7V1h2.75a1.5 1.5 0 0 1 1.5 1.5V5zm2.25-3H8v2h2.25V2.5a.5.5 0 0 0-.5-.5M5 6V3H2.5a.5.5 0 0 0-.5.5V6zm0 1H2v2.5a.5.5 0 0 0 .5.5h2.501zm1 0v3h2.5a.5.5 0 0 0 .5-.5V7zm3.5-1h.5v3.5A1.5 1.5 0 0 1 8.5 11h-6A1.5 1.5 0 0 1 1 9.5v-6A1.5 1.5 0 0 1 2.5 2H6v4z",
clipRule: "evenodd"
}
)
}
);
}
const r = o(n);
export {
r as default
};
//# sourceMappingURL=IconContentBlock12.es.js.map