@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiArrowsVertical = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiArrowsVertical = function LIGuiArrowsVertical(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.LIGuiArrowsVertical = LIGuiArrowsVertical;