UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 969 B
import { jsxs as l, jsx as t } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as o } from "../IconSize.es.js"; import b from "./IconSpeechBubbleDots12.es.js"; import n from "./IconSpeechBubbleDots16.es.js"; import S from "./IconSpeechBubbleDots20.es.js"; import f from "./IconSpeechBubbleDots24.es.js"; import u from "./IconSpeechBubbleDots32.es.js"; const c = (e) => { const i = e.size || o.Size16; return /* @__PURE__ */ l("span", { children: [ i === o.Size12 && !e.filled && /* @__PURE__ */ t(b, { ...e }), i === o.Size16 && !e.filled && /* @__PURE__ */ t(n, { ...e }), i === o.Size20 && !e.filled && /* @__PURE__ */ t(S, { ...e }), i === o.Size24 && !e.filled && /* @__PURE__ */ t(f, { ...e }), i === o.Size32 && !e.filled && /* @__PURE__ */ t(u, { ...e }) ] }); }; c.displayName = "FondueIconSpeechBubbleDots"; const a = m(c); export { a as default }; //# sourceMappingURL=IconSpeechBubbleDots.es.js.map