@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 836 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconMasonry32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 8h5v7H5v-5a2 2 0 0 1 2-2m7 7V8h11a2 2 0 0 1 2 2v5zm-9 2v5a2 2 0 0 0 2 2h11v-7zm15 0v7h5a2 2 0 0 0 2-2v-5zM3 10a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(o);
export {
l as default
};
//# sourceMappingURL=IconMasonry32.es.js.map