@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 963 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconContentBlock20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M12.25 9h-.75V2.5h5A2.5 2.5 0 0 1 19 5v4zm4.25-5H13v3.5h4.5V5a1 1 0 0 0-1-1m-8.25 6.75V6.5H3.498a1 1 0 0 0-1 1v3.25zm0 1.5H2.498v3.25a1 1 0 0 0 1 1H8.25zm1.5 0v4.25h4.748a1 1 0 0 0 1-1v-3.25zm7.248 0v3.25a2.5 2.5 0 0 1-2.5 2.5h-11a2.5 2.5 0 0 1-2.5-2.5v-8a2.5 2.5 0 0 1 2.5-2.5H9.75v5.75H17v1.5z",
clipRule: "evenodd"
}
)
}
);
}
const c = o(n);
export {
c as default
};
//# sourceMappingURL=IconContentBlock20.es.js.map