UNPKG

@icongo/pp

Version:
45 lines (44 loc) 2.02 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPQuestionCirclePrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPQuestionCirclePrint = function PPQuestionCirclePrint(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: "M5 11a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M10.5 14.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10 3.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM2.5 10a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10 6.5c-.537 0-1.013.16-1.365.408-.34.24-.548.55-.613.87a.5.5 0 0 1-.98-.198c.124-.613.507-1.13 1.016-1.488A3.373 3.373 0 0 1 10 5.5c1.547 0 3 1.02 3 2.5 0 .86-.511 1.581-1.22 2.015a.5.5 0 0 1-.523-.852C11.741 8.866 12 8.436 12 8c0-.73-.786-1.5-2-1.5ZM9.996 13a.5.5 0 0 1-.496-.504l.015-2a.5.5 0 1 1 1 .008l-.015 2a.5.5 0 0 1-.504.496Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M11.949 9.333a.5.5 0 0 1-.172.686l-1.52.91a.5.5 0 1 1-.514-.858l1.52-.91a.5.5 0 0 1 .686.172Z", clipRule: "evenodd" })] })); }; exports.PPQuestionCirclePrint = PPQuestionCirclePrint;