@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 894 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutMedium24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 6.5h3v5H3.5V8A1.5 1.5 0 0 1 5 6.5m4.5 5v-5h5v5zm6.5 0h4.5V8A1.5 1.5 0 0 0 19 6.5h-3zM3.5 13v3A1.5 1.5 0 0 0 5 17.5h14a1.5 1.5 0 0 0 1.5-1.5v-3zM22 13v3a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(o);
export {
i as default
};
//# sourceMappingURL=IconCardLayoutMedium24.es.js.map