@icongo/li
Version:
LibreICONS Icons
20 lines • 713 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 LIGuiUndo = 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: "m1 5.283 4.667-3.9v7.8z"
}), /*#__PURE__*/_jsx("path", {
d: "M8.667 3.95h-4v2.667h4c.933 0 1.666.733 1.666 1.666S9.6 9.95 8.667 9.95h-1v2.667h1c2.4 0 4.333-1.934 4.333-4.334 0-2.4-1.933-4.333-4.333-4.333z"
})]
})
}));
export { LIGuiUndo };