@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiExchange = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiExchange = function LIGuiExchange(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: "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"
})
}));
};
exports.LIGuiExchange = LIGuiExchange;