@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPQuestion = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPQuestion = function PPQuestion(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",
d: "M11.739 16.213a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M9.71 4.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", {
fill: "currentColor",
fillRule: "evenodd",
d: "M9.71 8.63c.8 0 1.45.648 1.45 1.45v1.502a1.45 1.45 0 0 1-2.9 0V10.08c0-.8.649-1.45 1.45-1.45Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13.239 7.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"
})]
}));
};
exports.PPQuestion = PPQuestion;