Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/SpeakerGroupSharp.js

11 lines
476 B
JavaScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("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"
}), React.createElement("circle", {
cx: "14",
cy: "12.5",
r: "2.5"
}), React.createElement("path", {
d: "M6 5H4v18h12v-2H6z"
})), 'SpeakerGroupSharp');