UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.3 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphSignOut = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphSignOut = function GYSiGlyphSignOut(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-sign-out", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.995 4.917h1.992V0H1l8.026 2.666v12.251L1.321 13l-.215.829 8.89 2.153v-3.085l1.99.018V9.042h-1.99V4.917Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m15.904 7-2.87-2.932v1.987H11v1.916h2.034v2.062L15.904 7ZM7 8h.958v.916H7z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphSignOut = GYSiGlyphSignOut;