@icongo/fc
Version:
Flat Color Icons
26 lines • 769 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 FCPodiumWithSpeaker = 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("circle", {
cx: 24,
cy: 11,
r: 6,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("path", {
fill: "#607D8B",
d: "M36 26.1S32.7 19 24 19s-12 7.1-12 7.1V30h24v-3.9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B0BEC5",
d: "M41 25H7l-1 4 5 3-2-3h30l-2 3 5-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M9 29h30l-4 12H13z"
})]
}));
export { FCPodiumWithSpeaker };