@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as c, jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
import { IconSize as m } from "../IconSize.es.js";
import I from "./IconImageStack12.es.js";
import n from "./IconImageStack16.es.js";
import S from "./IconImageStack20.es.js";
import f from "./IconImageStack24.es.js";
import l from "./IconImageStack32.es.js";
const a = (e) => {
const i = e.size || m.Size16;
return /* @__PURE__ */ c("span", { children: [
i === m.Size12 && !e.filled && /* @__PURE__ */ t(I, { ...e }),
i === m.Size16 && !e.filled && /* @__PURE__ */ t(n, { ...e }),
i === m.Size20 && !e.filled && /* @__PURE__ */ t(S, { ...e }),
i === m.Size24 && !e.filled && /* @__PURE__ */ t(f, { ...e }),
i === m.Size32 && !e.filled && /* @__PURE__ */ t(l, { ...e })
] });
};
a.displayName = "FondueIconImageStack";
const h = o(a);
export {
h as default
};
//# sourceMappingURL=IconImageStack.es.js.map