@icongo/fc
Version:
Flat Color Icons
43 lines • 1.02 kB
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 FCPodiumWithAudience = 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: "M41 12H7l-1 4 5 3-2-3h30l-2 3 5-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M9 16h30l-4 12H13z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 28,
r: 4,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("circle", {
cx: 36,
cy: 28,
r: 4,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("circle", {
cx: 12,
cy: 28,
r: 4,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("circle", {
cx: 18,
cy: 37,
r: 5,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("circle", {
cx: 30,
cy: 37,
r: 5,
fill: "#FFB74D"
})]
}));
export { FCPodiumWithAudience };