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