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