@icongo/li
Version:
LibreICONS Icons
14 lines • 479 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiRestore = 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", {
d: "M1 6.667 5.667 2v2.667c4.666.666 6.666 4 7.333 7.333-1.667-2.333-4-3.4-7.333-3.4v2.733L1 6.667z"
})
}));
export { LIGuiRestore };