@icongo/li
Version:
LibreICONS Icons
14 lines • 528 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowUpLeftCurved = 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: "M5.421 1.837 1 5.531l4.421 3.695V6.795h3.79c.694 0 1.263.568 1.263 1.263v4.105H13V8.058a3.8 3.8 0 0 0-3.79-3.79H5.422V1.837z"
})
}));
export { LIGuiArrowUpLeftCurved };