@icongo/li
Version:
LibreICONS Icons
14 lines • 527 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowRightUpCurved = 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: "M8.469 1 4.774 5.421h2.431v3.79c0 .694-.568 1.263-1.263 1.263H1.837V13h4.105a3.8 3.8 0 0 0 3.79-3.79V5.422h2.431L8.469 1z"
})
}));
export { LIGuiArrowRightUpCurved };