UNPKG

@frontify/fondue

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