@icongo/li
Version:
LibreICONS Icons
14 lines • 553 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCaretUp = 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: "M13 9.625q0 .305-.223.527-.222.223-.527.223H1.75q-.305 0-.527-.223Q1 9.93 1 9.625q0-.305.223-.527l5.25-5.25q.222-.223.527-.223.305 0 .527.223l5.25 5.25q.223.222.223.527z"
})
}));
export { LIGuiCaretUp };