@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.8 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPRewindPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPRewindPrint = function PPRewindPrint(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.jsxs)("g", {
fill: "currentColor",
opacity: 0.8,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.593 9.972a1 1 0 0 0 0 1.364l6.176 6.618c.62.663 1.731.225 1.731-.683V4.037c0-.908-1.112-1.346-1.731-.682l-6.176 6.617Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.437 9.972a1 1 0 0 0 0 1.364l6.176 6.618c.62.663 1.73.225 1.73-.683V4.037c0-.908-1.11-1.346-1.73-.682L4.437 9.972Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M16.6 16.616 10.424 10 16.6 3.382v13.234Zm-6.907-5.934a1 1 0 0 1 0-1.365L15.869 2.7c.62-.664 1.73-.226 1.73.682v13.234c0 .908-1.11 1.346-1.73.683l-6.176-6.617Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M9.444 16.616 3.268 10l6.176-6.617v13.234Zm-6.907-5.934a1 1 0 0 1 0-1.365L8.713 2.7c.62-.664 1.73-.226 1.73.682v13.234c0 .908-1.11 1.346-1.73.683l-6.176-6.617Z",
clipRule: "evenodd"
})]
}));
};
exports.PPRewindPrint = PPRewindPrint;