UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as d, jsx as o } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as l } from "../IconSize.es.js"; import f from "./IconEdgeAll12.es.js"; import t from "./IconEdgeAll16.es.js"; import c from "./IconEdgeAll20.es.js"; import r from "./IconEdgeAll24.es.js"; import z from "./IconEdgeAll32.es.js"; const m = (e) => { const i = e.size || l.Size16; return /* @__PURE__ */ d("span", { children: [ i === l.Size12 && !e.filled && /* @__PURE__ */ o(f, { ...e }), i === l.Size16 && !e.filled && /* @__PURE__ */ o(t, { ...e }), i === l.Size20 && !e.filled && /* @__PURE__ */ o(c, { ...e }), i === l.Size24 && !e.filled && /* @__PURE__ */ o(r, { ...e }), i === l.Size32 && !e.filled && /* @__PURE__ */ o(z, { ...e }) ] }); }; m.displayName = "FondueIconEdgeAll"; const j = n(m); export { j as default }; //# sourceMappingURL=IconEdgeAll.es.js.map