UNPKG

@icongo/pp

Version:
49 lines (48 loc) 2.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPLabelPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPLabelPrint = function PPLabelPrint(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", { clipPath: "url(#prefix__a)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M4.485 2.487v-.003h.003a36.006 36.006 0 0 1 1.816-.115c1.459-.058 3.193-.05 4.48.142a.386.386 0 0 1 .21.117l7.753 7.754a.5.5 0 0 1 0 .707l-5.657 5.657a.5.5 0 0 1-.707 0L4.63 8.992a.386.386 0 0 1-.118-.21c-.191-1.286-.2-3.02-.142-4.48a36.65 36.65 0 0 1 .115-1.815Z", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#000", strokeLinecap: "round", d: "m9.356 2.63 7.753 7.753a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 0 1-1.414 0L2.285 9.701a.883.883 0 0 1-.259-.49c-.198-1.335-.205-3.106-.147-4.574.03-.73.074-1.375.117-1.841.015-.162.03-.3.043-.412.112-.014.25-.028.412-.043a36.495 36.495 0 0 1 1.841-.117c1.468-.058 3.24-.052 4.574.147a.883.883 0 0 1 .49.259Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 6.95, cy: 7.38, r: 1, stroke: "#000", transform: "rotate(-45 6.95 7.38)" })] }), /*#__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.PPLabelPrint = PPLabelPrint;