@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLink3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLink3 = function GYSiGlyphLink3(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-link-3",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphLink3 = GYSiGlyphLink3;