@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 886 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphSignOut = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_jsx("path", {
d: "m15.904 7-2.87-2.932v1.987H11v1.916h2.034v2.062L15.904 7ZM7 8h.958v.916H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSignOut };