UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.44 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiSignOut = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiSignOut = function LIGuiSignOut(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: "M5.898 11.163q0 .03.008.153t.004.203q-.004.08-.023.18-.02.1-.077.15-.057.049-.156.049h-2.45q-.91 0-1.557-.647Q1 10.605 1 9.694V4.306q0-.91.647-1.557.646-.647 1.557-.647h2.45q.099 0 .171.073.073.072.073.172 0 .03.008.153.008.122.004.203-.004.08-.023.18-.02.1-.077.149-.057.05-.156.05h-2.45q-.505 0-.864.36-.36.359-.36.864v5.388q0 .505.36.865t.865.36h2.387l.088.007.088.023.062.042.053.07.015.103zM13 7q0 .199-.145.344L8.69 11.508q-.145.145-.344.145-.199 0-.344-.145-.146-.146-.146-.345V8.96H4.43q-.2 0-.345-.145-.145-.146-.145-.345V5.531q0-.2.145-.345.146-.145.345-.145h3.428V2.837q0-.2.146-.345.145-.145.344-.145.199 0 .344.145l4.164 4.164Q13 6.8 13 7z" }) })); }; exports.LIGuiSignOut = LIGuiSignOut;