@icongo/li
Version:
LibreICONS Icons
14 lines • 536 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowDownLeftCurved = 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: "M10.474 1.837v4.105c0 .695-.569 1.263-1.263 1.263H5.42v-2.43L1 8.468l4.421 3.694v-2.43h3.79A3.8 3.8 0 0 0 13 5.942V1.837h-2.526z"
})
}));
export { LIGuiArrowDownLeftCurved };