@icongo/li
Version:
LibreICONS Icons
20 lines • 880 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiActionRedo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "green",
children: [/*#__PURE__*/_jsx("path", {
d: "M10.069 9.374V6.096l2.048 1.639z"
}), /*#__PURE__*/_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"
})]
})
}));
export { LIGuiActionRedo };