@icongo/li
Version:
LibreICONS Icons
28 lines (27 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiActionRedo = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiActionRedo = function LIGuiActionRedo(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "green",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.069 9.374V6.096l2.048 1.639z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.069 7.15a1 1 0 0 1 .292.029v1.17c-.087-.029-.205-.029-.292-.029-.966 0-1.756.79-1.756 1.756s.79 1.756 1.756 1.756 1.756-.79 1.756-1.756c0-.087-.005.56-.006-.076l1.17-.005c.011.005.006-.3.006.081a2.935 2.935 0 0 1-2.926 2.927 2.935 2.935 0 0 1-2.927-2.927 2.935 2.935 0 0 1 2.927-2.926z"
})]
})
}));
};
exports.LIGuiActionRedo = LIGuiActionRedo;