UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as m, jsx as t } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconCountry12.es.js"; import c from "./IconCountry16.es.js"; import l from "./IconCountry20.es.js"; import u from "./IconCountry24.es.js"; import d from "./IconCountry32.es.js"; const e = (o) => { const n = o.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ n === i.Size12 && !o.filled && /* @__PURE__ */ t(f, { ...o }), n === i.Size16 && !o.filled && /* @__PURE__ */ t(c, { ...o }), n === i.Size20 && !o.filled && /* @__PURE__ */ t(l, { ...o }), n === i.Size24 && !o.filled && /* @__PURE__ */ t(u, { ...o }), n === i.Size32 && !o.filled && /* @__PURE__ */ t(d, { ...o }) ] }); }; e.displayName = "FondueIconCountry"; const h = r(e); export { h as default }; //# sourceMappingURL=IconCountry.es.js.map