@icongo/pp
Version:
Pepicons Icons
36 lines (35 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPClock = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPClock = function PPClock(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: "M10 4a6 6 0 1 0 0 12 6 6 0 0 0 0-12Zm-8 6a8 8 0 1 1 16 0 8 8 0 0 1-16 0Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M10 6a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M14 10a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h3a1 1 0 0 1 1 1Z",
clipRule: "evenodd"
})]
}));
};
exports.PPClock = PPClock;