@icongo/li
Version:
LibreICONS Icons
14 lines • 599 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiArrowsAlt = 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: "M11.345 3.507 13 5.161V1H8.838l1.655 1.654L7 6.15 3.507 2.655 5.16 1H1v4.16l1.655-1.653 3.493 3.495-3.409 3.41L1 8.675V13h4.327L3.59 11.264 7 7.854l3.41 3.41L8.673 13H13V8.675l-1.739 1.737-3.41-3.41 3.494-3.495z"
})
}));
export { LIGuiArrowsAlt };