@icongo/li
Version:
LibreICONS Icons
14 lines • 681 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIArrowLeft = 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: "M12.669 6.507v.986q0 .408-.25.697t-.651.289H6.345l2.257 2.264q.293.278.293.693 0 .416-.293.694l-.578.585Q7.74 13 7.331 13q-.4 0-.7-.285L1.615 7.693Q1.331 7.408 1.331 7q0-.4.285-.7L6.63 1.292Q6.923 1 7.331 1q.4 0 .693.293l.578.57q.293.292.293.7 0 .409-.293.701L6.345 5.521h5.423q.4 0 .65.289t.25.697z"
})
}));
export { LIArrowLeft };