UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 927 B
import { jsxs as r, jsx as o } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as f } from "../IconSize.es.js"; import S from "./IconSpeakerOff12.es.js"; import t from "./IconSpeakerOff16.es.js"; import a from "./IconSpeakerOff20.es.js"; import c from "./IconSpeakerOff24.es.js"; import l from "./IconSpeakerOff32.es.js"; const m = (e) => { const i = e.size || f.Size16; return /* @__PURE__ */ r("span", { children: [ i === f.Size12 && !e.filled && /* @__PURE__ */ o(S, { ...e }), i === f.Size16 && !e.filled && /* @__PURE__ */ o(t, { ...e }), i === f.Size20 && !e.filled && /* @__PURE__ */ o(a, { ...e }), i === f.Size24 && !e.filled && /* @__PURE__ */ o(c, { ...e }), i === f.Size32 && !e.filled && /* @__PURE__ */ o(l, { ...e }) ] }); }; m.displayName = "FondueIconSpeakerOff"; const h = n(m); export { h as default }; //# sourceMappingURL=IconSpeakerOff.es.js.map