@icongo/li
Version:
LibreICONS Icons
14 lines • 532 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowDownRightCurved = 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 1.837v4.105a3.8 3.8 0 0 0 3.79 3.79h3.789v2.431L13 8.469 8.579 4.774v2.431h-3.79a1.267 1.267 0 0 1-1.263-1.263V1.837H1z"
})
}));
export { LIGuiArrowDownRightCurved };