@icongo/fc
Version:
Flat Color Icons
37 lines (36 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCElectricalSensor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCElectricalSensor = function FCElectricalSensor(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: 32,
cy: 24,
r: 9,
fill: "#B2EBF2"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4DD0E1",
d: "M32 12c-6.6 0-12 5.4-12 12s5.4 12 12 12 12-5.4 12-12-5.4-12-12-12zm0 20c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#3F51B5",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M25.4 22 19.8 5.1l-6.2 22.6-2.2-5.7H4v4h4.6l5.8 14.3 5.8-21.4 2.4 7.1H30v-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 24,
r: 4
})]
})]
}));
};
exports.FCElectricalSensor = FCElectricalSensor;