UNPKG

@icongo/pp

Version:
52 lines (51 loc) 2.75 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPQuestionPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPQuestionPrint = function PPQuestionPrint(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: "M12.739 17.213a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "M10.71 5.765c-.67 0-1.245.2-1.65.486-.39.276-.583.597-.639.874a1.45 1.45 0 0 1-2.842-.574c.227-1.126.925-2.045 1.809-2.67.92-.65 2.086-1.016 3.322-1.016 2.557 0 5.208 1.71 5.208 4.456 0 1.59-.945 2.876-2.169 3.626a1.45 1.45 0 1 1-1.514-2.474c.57-.349.783-.793.783-1.152 0-.574-.715-1.556-2.308-1.556Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "M10.71 9.63c.8 0 1.45.648 1.45 1.45v1.502a1.45 1.45 0 0 1-2.9 0V11.08c0-.8.649-1.45 1.45-1.45Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "M14.239 8.967a1.45 1.45 0 0 1-.5 1.988l-2.284 1.368a1.45 1.45 0 0 1-1.49-2.488l2.285-1.368a1.45 1.45 0 0 1 1.989.5Z", clipRule: "evenodd" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M11 16.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M9.71 4.065c-.807 0-1.524.24-2.053.614-.51.36-.825.826-.922 1.308a.75.75 0 1 1-1.47-.297c.186-.922.762-1.696 1.526-2.236.796-.562 1.82-.89 2.919-.89 2.325 0 4.508 1.535 4.508 3.757 0 1.292-.768 2.376-1.834 3.029a.75.75 0 1 1-.784-1.28c.729-.446 1.118-1.093 1.118-1.749 0-1.099-1.182-2.256-3.008-2.256Zm0 5.265a.75.75 0 0 1 .75.75v1.502a.75.75 0 0 1-1.5 0V10.08a.75.75 0 0 1 .75-.75Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M12.638 8.326a.75.75 0 0 1-.258 1.029l-2.285 1.368a.75.75 0 1 1-.77-1.287l2.285-1.368a.75.75 0 0 1 1.028.258Z", clipRule: "evenodd" })] })); }; exports.PPQuestionPrint = PPQuestionPrint;