@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.69 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLink1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLink1 = function GYSiGlyphLink1(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-1",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5 7h6.979v.959H5z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.604 5h-4.219c-.743 0-1.35.591-1.35 1.318v2.344c0 .726.606 1.317 1.35 1.317h4.219c.744 0 1.348-.592 1.348-1.317V6.318C15.951 5.591 15.348 5 14.604 5Zm.42 3.679c0 .192-.171.348-.381.348h-4.318c-.21 0-.38-.155-.38-.348V6.302c0-.192.17-.349.38-.349h4.318c.21 0 .381.156.381.349v2.377ZM6.621 5H2.377c-.749 0-1.357.591-1.357 1.318v2.344c0 .726.608 1.317 1.357 1.317h4.244c.748 0 1.356-.592 1.356-1.317V6.318C7.978 5.591 7.369 5 6.621 5Zm.428 3.662c0 .189-.172.343-.381.343H2.35c-.209 0-.381-.153-.381-.343V6.318c0-.189.172-.344.381-.344h4.318c.209 0 .381.154.381.344v2.344Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphLink1 = GYSiGlyphLink1;