@icongo/li
Version:
LibreICONS Icons
14 lines • 725 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowsVertical = 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.143 3.143q0 .174-.127.301-.128.127-.302.127h-.857v6.858h.857q.174 0 .302.127.127.127.127.301t-.127.302L7.3 12.873Q7.174 13 7 13t-.301-.127l-1.715-1.714q-.127-.128-.127-.302t.127-.301q.128-.127.302-.127h.857V3.57h-.857q-.174 0-.302-.127-.127-.127-.127-.301t.127-.301L6.7 1.127Q6.826 1 7 1t.301.127l1.715 1.715q.127.127.127.3Z"
})
}));
export { LIGuiArrowsVertical };