@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPMonitorLoop = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPMonitorLoop = function PPMonitorLoop(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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.jsxs)("g", {
fill: "currentColor",
fillRule: "evenodd",
clipPath: "url(#prefix__a)",
clipRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1.5 4.5A2.5 2.5 0 0 1 4 2h11.748a2.5 2.5 0 0 1 2.5 2.5v7.651a2.5 2.5 0 0 1-2.5 2.5h-4.874v2.278a1 1 0 1 1-2 0V14.43a1 1 0 0 1 .626-1.78h6.248a.5.5 0 0 0 .5-.5V4.5a.5.5 0 0 0-.5-.5H4a.5.5 0 0 0-.5.5V6a1 1 0 0 1-2 0V4.5Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.187 17.59a1 1 0 0 1 1-1h7.374a1 1 0 1 1 0 2H6.187a1 1 0 0 1-1-1Zm.25-8.208a2.193 2.193 0 1 0-2.058 3.872 2.193 2.193 0 0 0 2.058-3.872ZM.705 9.35a4.193 4.193 0 1 1 2.674 6.034l-1.677 3.155A1 1 0 1 1-.064 17.6l1.677-3.155A4.194 4.194 0 0 1 .705 9.35Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPMonitorLoop = PPMonitorLoop;