@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as l, jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
import { IconSize as t } from "../IconSize.es.js";
import m from "./IconStackVertical12.es.js";
import r from "./IconStackVertical16.es.js";
import n from "./IconStackVertical20.es.js";
import S from "./IconStackVertical24.es.js";
import f from "./IconStackVertical32.es.js";
const a = (i) => {
const c = i.size || t.Size16;
return /* @__PURE__ */ l("span", { children: [
c === t.Size12 && !i.filled && /* @__PURE__ */ e(m, { ...i }),
c === t.Size16 && !i.filled && /* @__PURE__ */ e(r, { ...i }),
c === t.Size20 && !i.filled && /* @__PURE__ */ e(n, { ...i }),
c === t.Size24 && !i.filled && /* @__PURE__ */ e(S, { ...i }),
c === t.Size32 && !i.filled && /* @__PURE__ */ e(f, { ...i })
] });
};
a.displayName = "FondueIconStackVertical";
const h = o(a);
export {
h as default
};
//# sourceMappingURL=IconStackVertical.es.js.map