UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as e, jsx as m } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconMarginBottom12.es.js"; import a from "./IconMarginBottom16.es.js"; import c from "./IconMarginBottom20.es.js"; import l from "./IconMarginBottom24.es.js"; import d from "./IconMarginBottom32.es.js"; const n = (o) => { const t = o.size || i.Size16; return /* @__PURE__ */ e("span", { children: [ t === i.Size12 && !o.filled && /* @__PURE__ */ m(f, { ...o }), t === i.Size16 && !o.filled && /* @__PURE__ */ m(a, { ...o }), t === i.Size20 && !o.filled && /* @__PURE__ */ m(c, { ...o }), t === i.Size24 && !o.filled && /* @__PURE__ */ m(l, { ...o }), t === i.Size32 && !o.filled && /* @__PURE__ */ m(d, { ...o }) ] }); }; n.displayName = "FondueIconMarginBottom"; const j = r(n); export { j as default }; //# sourceMappingURL=IconMarginBottom.es.js.map