@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 876 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"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: "IconCardLayoutLarge32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11 8H7a2 2 0 0 0-2 2v8h6zm2 6v4h6v-4zm0-2h6V8h-6zm8 2v4h6v-4zm6-2v-2a2 2 0 0 0-2-2h-4v4zM5 23v-3h22v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2M7 6a4 4 0 0 0-4 4v13a4 4 0 0 0 4 4h18a4 4 0 0 0 4-4V10a4 4 0 0 0-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const l = t(r);
export {
l as default
};
//# sourceMappingURL=IconCardLayoutLarge32.es.js.map