@icongo/pp
Version:
Pepicons Icons
26 lines (25 loc) • 1.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPElectricity = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPElectricity = function PPElectricity(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M15 8h-3.055l1.974-4.606A1 1 0 0 0 13 2H8a1 1 0 0 0-.92.606l-3 7A1 1 0 0 0 5 11h1.734l-2.662 6.627c-.4.995.835 1.836 1.614 1.1l5.024-4.742 4.94-4.225C16.356 9.156 15.93 8 15 8Zm-5.49.606A1 1 0 0 0 10.428 10h1.864l-2.92 2.498-1.748 1.65 1.517-3.775A1 1 0 0 0 8.214 9H6.517l2.142-5h2.824L9.51 8.606Z",
clipRule: "evenodd"
})
}));
};
exports.PPElectricity = PPElectricity;