@icongo/fc
Version:
Flat Color Icons
26 lines (25 loc) • 974 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCPodiumWithoutSpeaker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCPodiumWithoutSpeaker = function FCPodiumWithoutSpeaker(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)("path", {
fill: "#B0BEC5",
d: "M43 16H5l-1 4 5 3-2-3h34l-2 3 5-3z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909C",
d: "M7 20h34l-4 16H11z"
})]
}));
};
exports.FCPodiumWithoutSpeaker = FCPodiumWithoutSpeaker;