UNPKG

@icongo/pp

Version:
32 lines (31 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPLoopPlus = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPLoopPlus = function PPLoopPlus(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: "M4.828 4.828a6 6 0 1 0 8.486 8.486 6 6 0 0 0-8.486-8.486ZM11.9 11.9a4 4 0 1 1-5.656-5.656A4 4 0 0 1 11.9 11.9Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M11.9 14.728a1.5 1.5 0 0 1 2.12-2.121l3.536 3.535a1.5 1.5 0 1 1-2.12 2.121l-3.537-3.535Zm-4.693-4.564a1 1 0 0 1 0-2h4a1 1 0 0 1 0 2h-4Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", d: "M8.207 7.164a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0v-4Z" })] })); }; exports.PPLoopPlus = PPLoopPlus;