@icongo/li
Version:
LibreICONS Icons
14 lines • 692 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowsHorizontal = 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: "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"
})
}));
export { LIGuiArrowsHorizontal };