@icongo/fc
Version:
Flat Color Icons
34 lines (33 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCPodiumWithSpeaker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCPodiumWithSpeaker = function FCPodiumWithSpeaker(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 11,
r: 6,
fill: "#FFB74D"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M36 26.1S32.7 19 24 19s-12 7.1-12 7.1V30h24v-3.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#B0BEC5",
d: "M41 25H7l-1 4 5 3-2-3h30l-2 3 5-3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909C",
d: "M9 29h30l-4 12H13z"
})]
}));
};
exports.FCPodiumWithSpeaker = FCPodiumWithSpeaker;