@icongo/pp
Version:
Pepicons Icons
23 lines • 817 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 PPPower = props => /*#__PURE__*/_jsxs("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",
d: "M4.338 5.179a1 1 0 1 1 1.424 1.404A6.127 6.127 0 0 0 4 10.901C4 14.272 6.69 17 10 17s6-2.728 6-6.1c0-1.643-.641-3.18-1.762-4.317a1 1 0 1 1 1.424-1.404A8.127 8.127 0 0 1 18 10.9c0 4.47-3.579 8.1-8 8.1-4.421 0-8-3.63-8-8.1 0-2.173.85-4.213 2.338-5.721Z"
}), /*#__PURE__*/_jsx("rect", {
width: 2,
height: 10.5,
x: 9,
y: 1,
fill: "currentColor",
rx: 1
})]
}));
export { PPPower };