UNPKG

@icongo/pp

Version:
42 lines (41 loc) 2.23 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPHandOpenPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPHandOpenPrint = function PPHandOpenPrint(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", clipPath: "url(#prefix__a)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "M9.969 2.022a1.876 1.876 0 0 1 3.375-.377 1.875 1.875 0 0 1 3.026 1.48v1.341a1.875 1.875 0 0 1 2.75 1.659v6.125c0 1.853-.386 3.828-1.324 5.358-.953 1.553-2.48 2.642-4.676 2.642-2.568 0-4.089-.515-5.217-1.573-.55-.515-.984-1.14-1.4-1.834a46.355 46.355 0 0 1-.73-1.291 69.616 69.616 0 0 0-.587-1.054l-.007-.012-1.854-3.708A1.842 1.842 0 0 1 6.619 9.13l.5 1.001V3.625a1.875 1.875 0 0 1 2.85-1.603Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", d: "m3.87 13.25.001.002v-.002h0Zm2-2h0l-.004-.009-.943-1.885.947-.224v2.107h0v.01h0v.001h0Zm0 0h0Zm8.25-6.954.734-.388a1.375 1.375 0 0 0-.734 1.217v-.829ZM11.168.906l.292.477.441-.344a1.375 1.375 0 0 0-.531 1.084v-.498a1.375 1.375 0 0 0-.202-.718Zm-3.209.543.533.325.2-.591a1.376 1.376 0 0 1-.072.442v1a1.375 1.375 0 0 0-.66-1.175ZM4.478 14.34l.002.005.078.14-.096-.174v-.001a79.21 79.21 0 0 0 .016.03Zm-.606-1.085.005.008-.005-.008Z" })] }), /*#__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.PPHandOpenPrint = PPHandOpenPrint;