@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 941 B
JavaScript
import { jsxs as r, jsx as o } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as e } from "../IconSize.es.js";
import n from "./IconSidebarRight12.es.js";
import S from "./IconSidebarRight16.es.js";
import f from "./IconSidebarRight20.es.js";
import a from "./IconSidebarRight24.es.js";
import c from "./IconSidebarRight32.es.js";
const m = (i) => {
const t = i.size || e.Size16;
return /* @__PURE__ */ r("span", { children: [
t === e.Size12 && !i.filled && /* @__PURE__ */ o(n, { ...i }),
t === e.Size16 && !i.filled && /* @__PURE__ */ o(S, { ...i }),
t === e.Size20 && !i.filled && /* @__PURE__ */ o(f, { ...i }),
t === e.Size24 && !i.filled && /* @__PURE__ */ o(a, { ...i }),
t === e.Size32 && !i.filled && /* @__PURE__ */ o(c, { ...i })
] });
};
m.displayName = "FondueIconSidebarRight";
const x = d(m);
export {
x as default
};
//# sourceMappingURL=IconSidebarRight.es.js.map