@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.13 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMagnet = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMagnet = function GYSiGlyphMagnet(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-magnet",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 0h3v2.953H1zm13 0h3v2.953h-3zM9.016 15.917c-4.334 0-7.982-3.344-7.982-7.454V4.031H3.97v3.886c0 2.908 2.23 5.13 5.047 5.13 2.826 0 5.016-2.315 5.016-5.13V4.031h2.936v4.432c-.002 4.04-3.576 7.454-7.953 7.454Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphMagnet = GYSiGlyphMagnet;