@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiArrowsHorizontal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiArrowsHorizontal = function LIGuiArrowsHorizontal(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: "M14 7q0 .203-.148.352l-2 2q-.149.148-.352.148-.203 0-.352-.148Q11 9.203 11 9V8H3v1q0 .203-.148.352-.149.148-.352.148-.203 0-.352-.148l-2-2Q0 7.203 0 7q0-.203.148-.352l2-2Q2.297 4.5 2.5 4.5q.203 0 .352.148Q3 4.797 3 5v1h8V5q0-.203.148-.352.149-.148.352-.148.203 0 .352.148l2 2Q14 6.797 14 7Z"
})
}));
};
exports.LIGuiArrowsHorizontal = LIGuiArrowsHorizontal;