UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as m, jsx as a } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as o } from "../IconSize.es.js"; import t from "./IconJohanna12.es.js"; import c from "./IconJohanna16.es.js"; import l from "./IconJohanna20.es.js"; import r from "./IconJohanna24.es.js"; import d from "./IconJohanna32.es.js"; const e = (n) => { const i = n.size || o.Size16; return /* @__PURE__ */ m("span", { children: [ i === o.Size12 && !n.filled && /* @__PURE__ */ a(t, { ...n }), i === o.Size16 && !n.filled && /* @__PURE__ */ a(c, { ...n }), i === o.Size20 && !n.filled && /* @__PURE__ */ a(l, { ...n }), i === o.Size24 && !n.filled && /* @__PURE__ */ a(r, { ...n }), i === o.Size32 && !n.filled && /* @__PURE__ */ a(d, { ...n }) ] }); }; e.displayName = "FondueIconJohanna"; const s = f(e); export { s as default }; //# sourceMappingURL=IconJohanna.es.js.map