@icongo/fc
Version:
Flat Color Icons
35 lines (34 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCSpeaker = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCSpeaker = function FCSpeaker(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: "#81D4FA",
d: "M28 7.1v2c7.3 1 13 7.3 13 14.9s-5.7 13.9-13 14.9v2c8.4-1 15-8.2 15-16.9S36.4 8.1 28 7.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M14 32H7c-1.1 0-2-.9-2-2V18c0-1.1.9-2 2-2h7v16z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909C",
d: "M26 42 14 32V16L26 6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#03A9F4",
d: "M28 17.3v2.1c1.8.8 3 2.5 3 4.6s-1.2 3.8-3 4.6v2.1c2.9-.9 5-3.5 5-6.7s-2.1-5.8-5-6.7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4FC3F7",
d: "M28 12.2v2c4.6.9 8 5 8 9.8s-3.4 8.9-8 9.8v2c5.7-1 10-5.9 10-11.8s-4.3-10.9-10-11.8z"
})]
}));
};
exports.FCSpeaker = FCSpeaker;