@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 LIGuiArrowRightDownCurved = 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.837 1v2.526h4.105c.695 0 1.263.569 1.263 1.263v3.79h-2.43L8.468 13l3.694-4.421h-2.43v-3.79A3.8 3.8 0 0 0 5.942 1H1.837z"
})
}));
export { LIGuiArrowRightDownCurved };