@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 879 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutLarge16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 3H3a1 1 0 0 0-1 1v6h3zm1 4v3h3.5V7zm0-1h3.5V3H6zm4.5 1v3H14V7zM14 6V4a1 1 0 0 0-1-1h-2.5v3zM2 12v-1h12v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1M3 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const m = t(r);
export {
m as default
};
//# sourceMappingURL=IconCardLayoutLarge16.es.js.map