UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as n, jsx as m } from "react/jsx-runtime"; import { memo as S } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconSpeaker12.es.js"; import t from "./IconSpeaker16.es.js"; import a from "./IconSpeaker20.es.js"; import c from "./IconSpeaker24.es.js"; import l from "./IconSpeaker32.es.js"; const r = (e) => { const o = e.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ o === i.Size12 && !e.filled && /* @__PURE__ */ m(f, { ...e }), o === i.Size16 && !e.filled && /* @__PURE__ */ m(t, { ...e }), o === i.Size20 && !e.filled && /* @__PURE__ */ m(a, { ...e }), o === i.Size24 && !e.filled && /* @__PURE__ */ m(c, { ...e }), o === i.Size32 && !e.filled && /* @__PURE__ */ m(l, { ...e }) ] }); }; r.displayName = "FondueIconSpeaker"; const s = S(r); export { s as default }; //# sourceMappingURL=IconSpeaker.es.js.map