UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 1.01 kB
import { jsxs as n, jsx as l } from "react/jsx-runtime"; import { memo as a } from "react"; import { IconSize as t } from "../IconSize.es.js"; import c from "./IconStackHorizontalAltFour12.es.js"; import e from "./IconStackHorizontalAltFour16.es.js"; import m from "./IconStackHorizontalAltFour20.es.js"; import z from "./IconStackHorizontalAltFour24.es.js"; import S from "./IconStackHorizontalAltFour32.es.js"; const r = (o) => { const i = o.size || t.Size16; return /* @__PURE__ */ n("span", { children: [ i === t.Size12 && !o.filled && /* @__PURE__ */ l(c, { ...o }), i === t.Size16 && !o.filled && /* @__PURE__ */ l(e, { ...o }), i === t.Size20 && !o.filled && /* @__PURE__ */ l(m, { ...o }), i === t.Size24 && !o.filled && /* @__PURE__ */ l(z, { ...o }), i === t.Size32 && !o.filled && /* @__PURE__ */ l(S, { ...o }) ] }); }; r.displayName = "FondueIconStackHorizontalAltFour"; const x = a(r); export { x as default }; //# sourceMappingURL=IconStackHorizontalAltFour.es.js.map