@icongo/pp
Version:
Pepicons Icons
36 lines (35 loc) • 1.37 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPReloadPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPReloadPrint = function PPReloadPrint(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)("circle", {
cx: 12,
cy: 11.5,
r: 6.5,
fill: "currentColor",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M13.374 5.038a.5.5 0 0 1-.563.827A5 5 0 1 0 15 10a.5.5 0 0 1 1 0 6 6 0 1 1-2.626-4.962Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M12.769 11.585a.5.5 0 1 1-.539-.842l3.482-2.227a.5.5 0 1 1 .539.842l-3.482 2.227Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M17.947 12.114a.5.5 0 0 1-.913.407l-1.509-3.38a.5.5 0 1 1 .914-.408l1.508 3.381Z"
})]
}));
};
exports.PPReloadPrint = PPReloadPrint;