UNPKG

@icongo/fc

Version:
29 lines 924 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCElectricalSensor = 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("circle", { cx: 32, cy: 24, r: 9, fill: "#B2EBF2" }), /*#__PURE__*/_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__*/_jsxs("g", { fill: "#3F51B5", children: [/*#__PURE__*/_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__*/_jsx("circle", { cx: 32, cy: 24, r: 4 })] })] })); export { FCElectricalSensor };