@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 906 B
JavaScript
import { jsxs as r, jsx as o } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as e } from "../IconSize.es.js";
import f from "./IconArchive12.es.js";
import t from "./IconArchive16.es.js";
import l from "./IconArchive20.es.js";
import d from "./IconArchive24.es.js";
import h from "./IconArchive32.es.js";
const m = (i) => {
const c = i.size || e.Size16;
return /* @__PURE__ */ r("span", { children: [
c === e.Size12 && !i.filled && /* @__PURE__ */ o(f, { ...i }),
c === e.Size16 && !i.filled && /* @__PURE__ */ o(t, { ...i }),
c === e.Size20 && !i.filled && /* @__PURE__ */ o(l, { ...i }),
c === e.Size24 && !i.filled && /* @__PURE__ */ o(d, { ...i }),
c === e.Size32 && !i.filled && /* @__PURE__ */ o(h, { ...i })
] });
};
m.displayName = "FondueIconArchive";
const j = n(m);
export {
j as default
};
//# sourceMappingURL=IconArchive.es.js.map