@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 962 B
JavaScript
import { jsxs as t, jsx as m } from "react/jsx-runtime";
import { memo as e } from "react";
import { IconSize as l } from "../IconSize.es.js";
import r from "./IconCardLayoutSmall12.es.js";
import d from "./IconCardLayoutSmall16.es.js";
import n from "./IconCardLayoutSmall20.es.js";
import S from "./IconCardLayoutSmall24.es.js";
import f from "./IconCardLayoutSmall32.es.js";
const i = (a) => {
const o = a.size || l.Size16;
return /* @__PURE__ */ t("span", { children: [
o === l.Size12 && !a.filled && /* @__PURE__ */ m(r, { ...a }),
o === l.Size16 && !a.filled && /* @__PURE__ */ m(d, { ...a }),
o === l.Size20 && !a.filled && /* @__PURE__ */ m(n, { ...a }),
o === l.Size24 && !a.filled && /* @__PURE__ */ m(S, { ...a }),
o === l.Size32 && !a.filled && /* @__PURE__ */ m(f, { ...a })
] });
};
i.displayName = "FondueIconCardLayoutSmall";
const j = e(i);
export {
j as default
};
//# sourceMappingURL=IconCardLayoutSmall.es.js.map