@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 856 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: "IconCardLayoutMedium32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 10h4v5H5v-3a2 2 0 0 1 2-2m6-2H7a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h18a4 4 0 0 0 4-4v-8a4 4 0 0 0-4-4zm6 2h-6v5h6zm2 5h6v-3a2 2 0 0 0-2-2h-4zM5 17v3a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-3z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(o);
export {
i as default
};
//# sourceMappingURL=IconCardLayoutMedium32.es.js.map