@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 969 B
JavaScript
import { jsxs as t, jsx as m } from "react/jsx-runtime";
import { memo as a } from "react";
import { IconSize as e } from "../IconSize.es.js";
import u from "./IconCardLayoutMedium12.es.js";
import r from "./IconCardLayoutMedium16.es.js";
import n from "./IconCardLayoutMedium20.es.js";
import f from "./IconCardLayoutMedium24.es.js";
import c from "./IconCardLayoutMedium32.es.js";
const d = (i) => {
const o = i.size || e.Size16;
return /* @__PURE__ */ t("span", { children: [
o === e.Size12 && !i.filled && /* @__PURE__ */ m(u, { ...i }),
o === e.Size16 && !i.filled && /* @__PURE__ */ m(r, { ...i }),
o === e.Size20 && !i.filled && /* @__PURE__ */ m(n, { ...i }),
o === e.Size24 && !i.filled && /* @__PURE__ */ m(f, { ...i }),
o === e.Size32 && !i.filled && /* @__PURE__ */ m(c, { ...i })
] });
};
d.displayName = "FondueIconCardLayoutMedium";
const x = a(d);
export {
x as default
};
//# sourceMappingURL=IconCardLayoutMedium.es.js.map