@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 956 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function r(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutLarge24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.75 5.5H5A1.5 1.5 0 0 0 3.5 7v5.5h5.25zm1.5 4.25v2.75h4.25V9.75zm0-1.5h4.25V5.5h-4.25zM16 9.75v2.75h4.5V9.75zm4.5-1.5H16V5.5h3A1.5 1.5 0 0 1 20.5 7zM3.5 17v-3h17v3a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 17M22 17V7a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3",
clipRule: "evenodd"
}
)
}
);
}
const m = a(r);
export {
m as default
};
//# sourceMappingURL=IconCardLayoutLarge24.es.js.map