@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.56 kB
JavaScript
import { jsxs as l, jsx as S } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as i } from "../IconSize.es.js";
import t from "./IconSidebarLeftShow12Filled.es.js";
import m from "./IconSidebarLeftShow12.es.js";
import r from "./IconSidebarLeftShow16Filled.es.js";
import n from "./IconSidebarLeftShow16.es.js";
import a from "./IconSidebarLeftShow20Filled.es.js";
import c from "./IconSidebarLeftShow20.es.js";
import h from "./IconSidebarLeftShow24Filled.es.js";
import z from "./IconSidebarLeftShow24.es.js";
import I from "./IconSidebarLeftShow32Filled.es.js";
import b from "./IconSidebarLeftShow32.es.js";
const f = (e) => {
const o = e.size || i.Size16;
return /* @__PURE__ */ l("span", { children: [
o === i.Size12 && e.filled && /* @__PURE__ */ S(t, { ...e }),
o === i.Size12 && !e.filled && /* @__PURE__ */ S(m, { ...e }),
o === i.Size16 && e.filled && /* @__PURE__ */ S(r, { ...e }),
o === i.Size16 && !e.filled && /* @__PURE__ */ S(n, { ...e }),
o === i.Size20 && e.filled && /* @__PURE__ */ S(a, { ...e }),
o === i.Size20 && !e.filled && /* @__PURE__ */ S(c, { ...e }),
o === i.Size24 && e.filled && /* @__PURE__ */ S(h, { ...e }),
o === i.Size24 && !e.filled && /* @__PURE__ */ S(z, { ...e }),
o === i.Size32 && e.filled && /* @__PURE__ */ S(I, { ...e }),
o === i.Size32 && !e.filled && /* @__PURE__ */ S(b, { ...e })
] });
};
f.displayName = "FondueIconSidebarLeftShow";
const A = d(f);
export {
A as default
};
//# sourceMappingURL=IconSidebarLeftShow.es.js.map