@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 976 B
JavaScript
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 u from "./IconSpeechBubbleQuote12.es.js";
import b from "./IconSpeechBubbleQuote16.es.js";
import n from "./IconSpeechBubbleQuote20.es.js";
import S from "./IconSpeechBubbleQuote24.es.js";
import f from "./IconSpeechBubbleQuote32.es.js";
const c = (e) => {
const i = e.size || o.Size16;
return /* @__PURE__ */ l("span", { children: [
i === o.Size12 && !e.filled && /* @__PURE__ */ t(u, { ...e }),
i === o.Size16 && !e.filled && /* @__PURE__ */ t(b, { ...e }),
i === o.Size20 && !e.filled && /* @__PURE__ */ t(n, { ...e }),
i === o.Size24 && !e.filled && /* @__PURE__ */ t(S, { ...e }),
i === o.Size32 && !e.filled && /* @__PURE__ */ t(f, { ...e })
] });
};
c.displayName = "FondueIconSpeechBubbleQuote";
const x = m(c);
export {
x as default
};
//# sourceMappingURL=IconSpeechBubbleQuote.es.js.map