UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as d, jsx as n } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as m } from "../IconSize.es.js"; import t from "./IconCommandLineBox12.es.js"; import a from "./IconCommandLineBox16.es.js"; import c from "./IconCommandLineBox20.es.js"; import l from "./IconCommandLineBox24.es.js"; import x from "./IconCommandLineBox32.es.js"; const e = (o) => { const i = o.size || m.Size16; return /* @__PURE__ */ d("span", { children: [ i === m.Size12 && !o.filled && /* @__PURE__ */ n(t, { ...o }), i === m.Size16 && !o.filled && /* @__PURE__ */ n(a, { ...o }), i === m.Size20 && !o.filled && /* @__PURE__ */ n(c, { ...o }), i === m.Size24 && !o.filled && /* @__PURE__ */ n(l, { ...o }), i === m.Size32 && !o.filled && /* @__PURE__ */ n(x, { ...o }) ] }); }; e.displayName = "FondueIconCommandLineBox"; const j = f(e); export { j as default }; //# sourceMappingURL=IconCommandLineBox.es.js.map