UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 913 B
import { jsxs as m, jsx as c } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as e } from "../IconSize.es.js"; import S from "./IconSuitcase12.es.js"; import f from "./IconSuitcase16.es.js"; import a from "./IconSuitcase20.es.js"; import l from "./IconSuitcase24.es.js"; import u from "./IconSuitcase32.es.js"; const o = (i) => { const t = i.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ t === e.Size12 && !i.filled && /* @__PURE__ */ c(S, { ...i }), t === e.Size16 && !i.filled && /* @__PURE__ */ c(f, { ...i }), t === e.Size20 && !i.filled && /* @__PURE__ */ c(a, { ...i }), t === e.Size24 && !i.filled && /* @__PURE__ */ c(l, { ...i }), t === e.Size32 && !i.filled && /* @__PURE__ */ c(u, { ...i }) ] }); }; o.displayName = "FondueIconSuitcase"; const y = n(o); export { y as default }; //# sourceMappingURL=IconSuitcase.es.js.map