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