UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 1 kB
import { jsxs as a, jsx as l } from "react/jsx-runtime"; import { memo as c } from "react"; import { IconSize as t } from "../IconSize.es.js"; import e from "./IconStackHorizontalAltTwo12.es.js"; import m from "./IconStackHorizontalAltTwo16.es.js"; import r from "./IconStackHorizontalAltTwo20.es.js"; import z from "./IconStackHorizontalAltTwo24.es.js"; import S from "./IconStackHorizontalAltTwo32.es.js"; const n = (o) => { const i = o.size || t.Size16; return /* @__PURE__ */ a("span", { children: [ i === t.Size12 && !o.filled && /* @__PURE__ */ l(e, { ...o }), i === t.Size16 && !o.filled && /* @__PURE__ */ l(m, { ...o }), i === t.Size20 && !o.filled && /* @__PURE__ */ l(r, { ...o }), i === t.Size24 && !o.filled && /* @__PURE__ */ l(z, { ...o }), i === t.Size32 && !o.filled && /* @__PURE__ */ l(S, { ...o }) ] }); }; n.displayName = "FondueIconStackHorizontalAltTwo"; const u = c(n); export { u as default }; //# sourceMappingURL=IconStackHorizontalAltTwo.es.js.map