@icongo/li
Version:
LibreICONS Icons
14 lines • 736 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiExchange = 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: "M1 4.938v-.375C1 4.252 1.252 4 1.563 4H10V2.875c0-.5.607-.75.96-.398l1.875 1.875c.22.22.22.576 0 .796L10.96 7.023a.563.563 0 0 1-.96-.398V5.5H1.562A.562.562 0 0 1 1 4.938ZM12.438 8.5H4V7.375c0-.5-.606-.752-.96-.398L1.165 8.852a.563.563 0 0 0 0 .796l1.875 1.875c.352.352.96.104.96-.398V10h8.438c.31 0 .562-.252.562-.562v-.375a.562.562 0 0 0-.563-.563z"
})
}));
export { LIGuiExchange };