@icongo/fc
Version:
Flat Color Icons
18 lines • 571 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCPodiumWithoutSpeaker = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#B0BEC5",
d: "M43 16H5l-1 4 5 3-2-3h34l-2 3 5-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M7 20h34l-4 16H11z"
})]
}));
export { FCPodiumWithoutSpeaker };