UNPKG

@icongo/pp

Version:
38 lines (37 loc) 1.78 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPScissorsPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPScissorsPrint = function PPScissorsPrint(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: "M6.5 19.5a3 3 0 0 0 2.435-4.753.749.749 0 0 0 .595-.217l1.72-1.72 5.72 5.72a.75.75 0 1 0 1.06-1.06l-5.72-5.72 5.72-5.72a.75.75 0 0 0-1.06-1.06l-5.72 5.72-1.72-1.72a.747.747 0 0 0-.316-.19 3 3 0 1 0-.869 1.085.75.75 0 0 0 .125.165l1.72 1.72-1.72 1.72a.748.748 0 0 0-.217.595A3 3 0 1 0 6.5 19.5Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M5.5 8.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M16.978 15.782a.5.5 0 0 1-.697.717L7.405 7.873a.5.5 0 1 1 .697-.717l8.876 8.626Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M7.146 13.146a.5.5 0 0 0 .708.708l9-9a.5.5 0 0 0-.708-.708l-9 9Z" })] })); }; exports.PPScissorsPrint = PPScissorsPrint;