UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 934 B
import { jsxs as m, jsx as t } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as i } from "../IconSize.es.js"; import d from "./IconSidebarLeft12.es.js"; import n from "./IconSidebarLeft16.es.js"; import S from "./IconSidebarLeft20.es.js"; import a from "./IconSidebarLeft24.es.js"; import c from "./IconSidebarLeft32.es.js"; const o = (e) => { const f = e.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ f === i.Size12 && !e.filled && /* @__PURE__ */ t(d, { ...e }), f === i.Size16 && !e.filled && /* @__PURE__ */ t(n, { ...e }), f === i.Size20 && !e.filled && /* @__PURE__ */ t(S, { ...e }), f === i.Size24 && !e.filled && /* @__PURE__ */ t(a, { ...e }), f === i.Size32 && !e.filled && /* @__PURE__ */ t(c, { ...e }) ] }); }; o.displayName = "FondueIconSidebarLeft"; const h = r(o); export { h as default }; //# sourceMappingURL=IconSidebarLeft.es.js.map