@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 885 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 GYSiGlyphSignIn = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-sign-in",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M11.959 4.917V1H1.096L9 3.666v12.251L1.219 14l-.215.829L9.959 17v-3.085h2v-2.873l-2.865-3 2.865-3.125Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m11.1 8.102 2.87 2.931V8.968h2.046V6.98H13.97V5.068L11.1 8.102ZM7 9h.958v.916H7z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphSignIn };