@icongo/li
Version:
LibreICONS Icons
14 lines • 558 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCaretLeft = 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: "M9.625 13q-.305 0-.527-.223l-5.25-5.25Q3.625 7.305 3.625 7q0-.305.223-.527l5.25-5.25Q9.32 1 9.625 1q.305 0 .527.223.223.222.223.527v10.5q0 .305-.223.527Q9.93 13 9.625 13Z"
})
}));
export { LIGuiCaretLeft };