@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 849 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutMedium16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 5h2v3H2V6a1 1 0 0 1 1-1m3-1H3a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm4 1H6v3h4zm1 3h3V6a1 1 0 0 0-1-1h-2zM2 9v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(o);
export {
i as default
};
//# sourceMappingURL=IconCardLayoutMedium16.es.js.map