UNPKG

@icongo/pp

Version:
35 lines (34 loc) 1.43 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPLoopPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPLoopPrint = function PPLoopPrint(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.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.5 9.5a5.5 5.5 0 0 0 8.22 4.782c.06.099.133.193.22.279l3 3a1.5 1.5 0 0 0 2.12-2.122l-3-3a1.505 1.505 0 0 0-.278-.22A5.5 5.5 0 1 0 5.5 9.5Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M4.828 4.828A5 5 0 1 0 11.9 11.9a5 5 0 0 0-7.07-7.07Zm6.364 6.364a4 4 0 1 1-5.656-5.657 4 4 0 0 1 5.656 5.657Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M11.192 12.627a1 1 0 0 1 1.415-1.414l2.828 2.829a1 1 0 0 1-1.414 1.414l-2.829-2.829Z" })] })); }; exports.PPLoopPrint = PPLoopPrint;