@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 934 B
JavaScript
import { jsxs as m, jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as n } from "../IconSize.es.js";
import g from "./IconMarginRight12.es.js";
import f from "./IconMarginRight16.es.js";
import a from "./IconMarginRight20.es.js";
import c from "./IconMarginRight24.es.js";
import l from "./IconMarginRight32.es.js";
const o = (i) => {
const t = i.size || n.Size16;
return /* @__PURE__ */ m("span", { children: [
t === n.Size12 && !i.filled && /* @__PURE__ */ e(g, { ...i }),
t === n.Size16 && !i.filled && /* @__PURE__ */ e(f, { ...i }),
t === n.Size20 && !i.filled && /* @__PURE__ */ e(a, { ...i }),
t === n.Size24 && !i.filled && /* @__PURE__ */ e(c, { ...i }),
t === n.Size32 && !i.filled && /* @__PURE__ */ e(l, { ...i })
] });
};
o.displayName = "FondueIconMarginRight";
const x = r(o);
export {
x as default
};
//# sourceMappingURL=IconMarginRight.es.js.map