@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 913 B
JavaScript
import { jsxs as m, jsx as n } from "react/jsx-runtime";
import { memo as f } from "react";
import { IconSize as o } from "../IconSize.es.js";
import t from "./IconEnvelope12.es.js";
import c from "./IconEnvelope16.es.js";
import r from "./IconEnvelope20.es.js";
import d from "./IconEnvelope24.es.js";
import z from "./IconEnvelope32.es.js";
const l = (e) => {
const i = e.size || o.Size16;
return /* @__PURE__ */ m("span", { children: [
i === o.Size12 && !e.filled && /* @__PURE__ */ n(t, { ...e }),
i === o.Size16 && !e.filled && /* @__PURE__ */ n(c, { ...e }),
i === o.Size20 && !e.filled && /* @__PURE__ */ n(r, { ...e }),
i === o.Size24 && !e.filled && /* @__PURE__ */ n(d, { ...e }),
i === o.Size32 && !e.filled && /* @__PURE__ */ n(z, { ...e })
] });
};
l.displayName = "FondueIconEnvelope";
const h = f(l);
export {
h as default
};
//# sourceMappingURL=IconEnvelope.es.js.map