@icongo/li
Version:
LibreICONS Icons
15 lines • 575 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiRedo = 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__*/_jsx("path", {
fill: "green",
d: "M7 11.5c-1.861 0-3.375-1.514-3.375-3.375S5.139 4.75 7 4.75V7l3.75-3L7 1v2.25c-2.688 0-4.875 2.187-4.875 4.875S4.312 13 7 13s4.875-2.187 4.875-4.875h-1.5A3.379 3.379 0 0 1 7 11.5z"
})
}));
export { LIGuiRedo };