@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as m, jsx as n } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as i } from "../IconSize.es.js";
import f from "./IconMicrophone12.es.js";
import t from "./IconMicrophone16.es.js";
import l from "./IconMicrophone20.es.js";
import d from "./IconMicrophone24.es.js";
import h from "./IconMicrophone32.es.js";
const c = (o) => {
const e = o.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
e === i.Size12 && !o.filled && /* @__PURE__ */ n(f, { ...o }),
e === i.Size16 && !o.filled && /* @__PURE__ */ n(t, { ...o }),
e === i.Size20 && !o.filled && /* @__PURE__ */ n(l, { ...o }),
e === i.Size24 && !o.filled && /* @__PURE__ */ n(d, { ...o }),
e === i.Size32 && !o.filled && /* @__PURE__ */ n(h, { ...o })
] });
};
c.displayName = "FondueIconMicrophone";
const s = r(c);
export {
s as default
};
//# sourceMappingURL=IconMicrophone.es.js.map