@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 976 B
JavaScript
import { jsxs as l, jsx as S } from "react/jsx-runtime";
import { memo as o } from "react";
import { IconSize as c } from "../IconSize.es.js";
import m from "./IconSpeechBubbleStack12.es.js";
import b from "./IconSpeechBubbleStack16.es.js";
import n from "./IconSpeechBubbleStack20.es.js";
import f from "./IconSpeechBubbleStack24.es.js";
import a from "./IconSpeechBubbleStack32.es.js";
const t = (e) => {
const i = e.size || c.Size16;
return /* @__PURE__ */ l("span", { children: [
i === c.Size12 && !e.filled && /* @__PURE__ */ S(m, { ...e }),
i === c.Size16 && !e.filled && /* @__PURE__ */ S(b, { ...e }),
i === c.Size20 && !e.filled && /* @__PURE__ */ S(n, { ...e }),
i === c.Size24 && !e.filled && /* @__PURE__ */ S(f, { ...e }),
i === c.Size32 && !e.filled && /* @__PURE__ */ S(a, { ...e })
] });
};
t.displayName = "FondueIconSpeechBubbleStack";
const x = o(t);
export {
x as default
};
//# sourceMappingURL=IconSpeechBubbleStack.es.js.map