@react-md/material-icons
Version:
Material Design Icon components for react-md
24 lines (23 loc) • 850 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default function SpeakerGroupSharpIcon(props) {
const { ref, ...remaining } = props;
return /*#__PURE__*/ _jsxs(SVGIcon, {
...remaining,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M20 1H8v17.99h12zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2m0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "14",
cy: "12.5",
r: "2.5"
}),
/*#__PURE__*/ _jsx("path", {
d: "M6 5H4v18h12v-2H6z"
})
]
});
}