@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 865 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconMasonry16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 3h3.004v4.49H2V4a1 1 0 0 1 1-1m4.004 4.49V3H13a1 1 0 0 1 1 1v3.49zM2 8.49V12a1 1 0 0 0 1 1h6.002V8.49zm8.002 0V13H13a1 1 0 0 0 1-1V8.49zM1 4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(o);
export {
l as default
};
//# sourceMappingURL=IconMasonry16.es.js.map