@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as r, jsx as e } from "react/jsx-runtime";
import { memo as f } from "react";
import { IconSize as o } from "../IconSize.es.js";
import t from "./IconMarginTop12.es.js";
import a from "./IconMarginTop16.es.js";
import c from "./IconMarginTop20.es.js";
import l from "./IconMarginTop24.es.js";
import d from "./IconMarginTop32.es.js";
const m = (i) => {
const n = i.size || o.Size16;
return /* @__PURE__ */ r("span", { children: [
n === o.Size12 && !i.filled && /* @__PURE__ */ e(t, { ...i }),
n === o.Size16 && !i.filled && /* @__PURE__ */ e(a, { ...i }),
n === o.Size20 && !i.filled && /* @__PURE__ */ e(c, { ...i }),
n === o.Size24 && !i.filled && /* @__PURE__ */ e(l, { ...i }),
n === o.Size32 && !i.filled && /* @__PURE__ */ e(d, { ...i })
] });
};
m.displayName = "FondueIconMarginTop";
const j = f(m);
export {
j as default
};
//# sourceMappingURL=IconMarginTop.es.js.map