@icongo/pp
Version:
Pepicons Icons
41 lines (40 loc) • 1.94 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPClipboardCheckCircle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPClipboardCheckCircle = function PPClipboardCheckCircle(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.68 2.5a1 1 0 0 1 1-1h6.643a1 1 0 0 1 1 1v3.875a1 1 0 0 1-1 1H6.68a1 1 0 0 1-1-1V2.5Zm2 1v1.875h4.643V3.5H7.68Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M17.198 9.429V3.607c0-.611-.496-1.107-1.107-1.107h-3.322v2.214h2.215v3.488a5.49 5.49 0 0 1 2.214 1.227ZM5.019 15.786h3.477A5.522 5.522 0 0 0 10.336 18H3.913a1.107 1.107 0 0 1-1.107-1.107V3.607c0-.611.496-1.107 1.107-1.107h3.322v2.214H5.019v11.072Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M13.5 17a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm0 2a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M15.87 11.72a1 1 0 0 1 .156 1.405l-1.65 2.063a1.5 1.5 0 0 1-2.232.124l-1.105-1.105a1 1 0 0 1 1.414-1.414l.71.71 1.302-1.628a1 1 0 0 1 1.405-.156Z",
clipRule: "evenodd"
})]
}));
};
exports.PPClipboardCheckCircle = PPClipboardCheckCircle;