@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.57 kB
JavaScript
import { jsxs as m, jsx as l } from "react/jsx-runtime";
import { memo as o } from "react";
import { IconSize as e } from "../IconSize.es.js";
import S from "./IconSidebarRightHide12Filled.es.js";
import f from "./IconSidebarRightHide12.es.js";
import r from "./IconSidebarRightHide16Filled.es.js";
import n from "./IconSidebarRightHide16.es.js";
import a from "./IconSidebarRightHide20Filled.es.js";
import c from "./IconSidebarRightHide20.es.js";
import h from "./IconSidebarRightHide24Filled.es.js";
import z from "./IconSidebarRightHide24.es.js";
import I from "./IconSidebarRightHide32Filled.es.js";
import b from "./IconSidebarRightHide32.es.js";
const t = (i) => {
const d = i.size || e.Size16;
return /* @__PURE__ */ m("span", { children: [
d === e.Size12 && i.filled && /* @__PURE__ */ l(S, { ...i }),
d === e.Size12 && !i.filled && /* @__PURE__ */ l(f, { ...i }),
d === e.Size16 && i.filled && /* @__PURE__ */ l(r, { ...i }),
d === e.Size16 && !i.filled && /* @__PURE__ */ l(n, { ...i }),
d === e.Size20 && i.filled && /* @__PURE__ */ l(a, { ...i }),
d === e.Size20 && !i.filled && /* @__PURE__ */ l(c, { ...i }),
d === e.Size24 && i.filled && /* @__PURE__ */ l(h, { ...i }),
d === e.Size24 && !i.filled && /* @__PURE__ */ l(z, { ...i }),
d === e.Size32 && i.filled && /* @__PURE__ */ l(I, { ...i }),
d === e.Size32 && !i.filled && /* @__PURE__ */ l(b, { ...i })
] });
};
t.displayName = "FondueIconSidebarRightHide";
const w = o(t);
export {
w as default
};
//# sourceMappingURL=IconSidebarRightHide.es.js.map