@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.57 kB
JavaScript
import { jsxs as d, jsx as S } from "react/jsx-runtime";
import { memo as t } from "react";
import { IconSize as e } from "../IconSize.es.js";
import m from "./IconSidebarRightShow12Filled.es.js";
import h from "./IconSidebarRightShow12.es.js";
import f from "./IconSidebarRightShow16Filled.es.js";
import r from "./IconSidebarRightShow16.es.js";
import n from "./IconSidebarRightShow20Filled.es.js";
import a from "./IconSidebarRightShow20.es.js";
import c from "./IconSidebarRightShow24Filled.es.js";
import z from "./IconSidebarRightShow24.es.js";
import I from "./IconSidebarRightShow32Filled.es.js";
import b from "./IconSidebarRightShow32.es.js";
const l = (i) => {
const o = i.size || e.Size16;
return /* @__PURE__ */ d("span", { children: [
o === e.Size12 && i.filled && /* @__PURE__ */ S(m, { ...i }),
o === e.Size12 && !i.filled && /* @__PURE__ */ S(h, { ...i }),
o === e.Size16 && i.filled && /* @__PURE__ */ S(f, { ...i }),
o === e.Size16 && !i.filled && /* @__PURE__ */ S(r, { ...i }),
o === e.Size20 && i.filled && /* @__PURE__ */ S(n, { ...i }),
o === e.Size20 && !i.filled && /* @__PURE__ */ S(a, { ...i }),
o === e.Size24 && i.filled && /* @__PURE__ */ S(c, { ...i }),
o === e.Size24 && !i.filled && /* @__PURE__ */ S(z, { ...i }),
o === e.Size32 && i.filled && /* @__PURE__ */ S(I, { ...i }),
o === e.Size32 && !i.filled && /* @__PURE__ */ S(b, { ...i })
] });
};
l.displayName = "FondueIconSidebarRightShow";
const A = t(l);
export {
A as default
};
//# sourceMappingURL=IconSidebarRightShow.es.js.map