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