@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 900 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCardLayoutMedium20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 5.5H6v4H2.5v-3a1 1 0 0 1 1-1m4 4v-4H12v4zm6 0h4v-3a1 1 0 0 0-1-1h-3zM2.5 11v2.5a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V11zM19 11v2.5a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 1 13.5v-7A2.5 2.5 0 0 1 3.5 4h13A2.5 2.5 0 0 1 19 6.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(o);
export {
i as default
};
//# sourceMappingURL=IconCardLayoutMedium20.es.js.map