@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
11 lines • 466 B
JavaScript
import createSvgIcon from './utils/createSvgIcon';
import { jsx as _jsx } from "react/jsx-runtime";
export default createSvgIcon([/*#__PURE__*/_jsx("path", {
d: "M20 1H8v17.99h12V1zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"
}, "0"), /*#__PURE__*/_jsx("circle", {
cx: "14",
cy: "12.5",
r: "2.5"
}, "1"), /*#__PURE__*/_jsx("path", {
d: "M6 5H4v18h12v-2H6z"
}, "2")], 'SpeakerGroupSharp');