UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 920 B
import { jsxs as d, jsx as n } from "react/jsx-runtime"; import { memo as S } from "react"; import { IconSize as o } from "../IconSize.es.js"; import f from "./IconSoundWave12.es.js"; import t from "./IconSoundWave16.es.js"; import a from "./IconSoundWave20.es.js"; import c from "./IconSoundWave24.es.js"; import l from "./IconSoundWave32.es.js"; const m = (e) => { const i = e.size || o.Size16; return /* @__PURE__ */ d("span", { children: [ i === o.Size12 && !e.filled && /* @__PURE__ */ n(f, { ...e }), i === o.Size16 && !e.filled && /* @__PURE__ */ n(t, { ...e }), i === o.Size20 && !e.filled && /* @__PURE__ */ n(a, { ...e }), i === o.Size24 && !e.filled && /* @__PURE__ */ n(c, { ...e }), i === o.Size32 && !e.filled && /* @__PURE__ */ n(l, { ...e }) ] }); }; m.displayName = "FondueIconSoundWave"; const h = S(m); export { h as default }; //# sourceMappingURL=IconSoundWave.es.js.map