@icongo/fc
Version:
Flat Color Icons
24 lines • 824 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCElectricalThreshold = 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("path", {
fill: "#80DEEA",
d: "M3 12h42v24H3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#03A9F4",
d: "M3 23h42v2H3z"
}), /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#3F51B5",
strokeMiterlimit: 10,
strokeWidth: 4,
d: "m4 18 4.5-1.5c.9-.3 1.9.1 2.3.9l8.7 14.3c.7 1.2 2.4 1.3 3.2.2l2.3-2.8c.5-.6 1.4-.9 2.2-.6l3 1c1 .3 2.1-.2 2.5-1.1L37 18.3c.5-1.1 1.9-1.6 2.9-.9l4 2.7"
})]
}));
export { FCElectricalThreshold };