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