UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as l, jsx as n } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as e } from "../IconSize.es.js"; import r from "./IconWorkflowLanes12.es.js"; import t from "./IconWorkflowLanes16.es.js"; import a from "./IconWorkflowLanes20.es.js"; import c from "./IconWorkflowLanes24.es.js"; import d from "./IconWorkflowLanes32.es.js"; const f = (o) => { const i = o.size || e.Size16; return /* @__PURE__ */ l("span", { children: [ i === e.Size12 && !o.filled && /* @__PURE__ */ n(r, { ...o }), i === e.Size16 && !o.filled && /* @__PURE__ */ n(t, { ...o }), i === e.Size20 && !o.filled && /* @__PURE__ */ n(a, { ...o }), i === e.Size24 && !o.filled && /* @__PURE__ */ n(c, { ...o }), i === e.Size32 && !o.filled && /* @__PURE__ */ n(d, { ...o }) ] }); }; f.displayName = "FondueIconWorkflowLanes"; const u = m(f); export { u as default }; //# sourceMappingURL=IconWorkflowLanes.es.js.map