UNPKG

@icongo/pp

Version:
46 lines (45 loc) 2.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPStopwatchPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPStopwatchPrint = function PPStopwatchPrint(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", opacity: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18.5 11.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "M12 16a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm0 2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z", clipRule: "evenodd" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10 16.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0 1a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M3.646 4.646a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Zm10.5 2.208a.5.5 0 0 0 .708 0l1.5-1.5a.5.5 0 0 0-.708-.708l-1.5 1.5a.5.5 0 0 0 0 .708ZM12.89 8.688a.5.5 0 0 1-.078.702l-2.5 2a.5.5 0 0 1-.624-.78l2.5-2a.5.5 0 0 1 .702.078ZM9.5 5V3h1v2h-1Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M8 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 8 3Z", clipRule: "evenodd" })] })); }; exports.PPStopwatchPrint = PPStopwatchPrint;