UNPKG

@frontify/fondue

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