@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 897 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLink3 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-link-3",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.969 2c0-1.104-.894-2-1.996-2-1.102 0-1.959.896-1.959 2 0 .723.408 1.332.986 1.683v3.338h-3.312C10.345 6.42 9.722 6 8.982 6c-.741 0-1.364.42-1.708 1.021H3a1 1 0 0 0-1 1v4.269c-.588.353-1.006.981-1.006 1.711a2 2 0 0 0 1.996 2 2 2 0 0 0 1.998-2c0-.719-.412-1.326-.988-1.678V8.938h3.252C7.59 9.562 8.225 10 8.982 10s1.391-.438 1.729-1.062H15a1 1 0 0 0 1-1V3.684c.574-.351.969-.961.969-1.684Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLink3 };