@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 900 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function n(t) {
return /* @__PURE__ */ e(
"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: "IconMasonry20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 4.5h4v4.75h-5V5.5a1 1 0 0 1 1-1M9 9.25V4.5h7.5a1 1 0 0 1 1 1v3.75zm-6.5 1.5v3.75a1 1 0 0 0 1 1H11v-4.75zm10 0v4.75h4a1 1 0 0 0 1-1v-3.75zM1 5.5A2.5 2.5 0 0 1 3.5 3h13A2.5 2.5 0 0 1 19 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 1 14.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = o(n);
export {
l as default
};
//# sourceMappingURL=IconMasonry20.es.js.map