UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 913 B
import { jsxs as m, jsx as a } from "react/jsx-runtime"; import { memo as g } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconLanguage12.es.js"; import t from "./IconLanguage16.es.js"; import c from "./IconLanguage20.es.js"; import l from "./IconLanguage24.es.js"; import u from "./IconLanguage32.es.js"; const o = (e) => { const n = e.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ n === i.Size12 && !e.filled && /* @__PURE__ */ a(f, { ...e }), n === i.Size16 && !e.filled && /* @__PURE__ */ a(t, { ...e }), n === i.Size20 && !e.filled && /* @__PURE__ */ a(c, { ...e }), n === i.Size24 && !e.filled && /* @__PURE__ */ a(l, { ...e }), n === i.Size32 && !e.filled && /* @__PURE__ */ a(u, { ...e }) ] }); }; o.displayName = "FondueIconLanguage"; const h = g(o); export { h as default }; //# sourceMappingURL=IconLanguage.es.js.map