@icongo/pp
Version:
Pepicons Icons
17 lines • 750 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var PPElectricity = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { PPElectricity };