@icongo/li
Version:
LibreICONS Icons
14 lines • 529 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowLeftDownCurved = 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.058 1a3.8 3.8 0 0 0-3.79 3.79v3.789H1.837L5.531 13l3.695-4.421H6.795v-3.79c0-.694.568-1.263 1.263-1.263h4.105V1H8.058z"
})
}));
export { LIGuiArrowLeftDownCurved };