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