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