@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.45 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphPingPongRacket = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphPingPongRacket = function GYSiGlyphPingPongRacket(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-ping-pong-racket",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.297 10.802c-.451-.452-.447-.899-.372-1.144.2-.67.474-1.415.632-2.234L8.53 12.451c.793-.162 1.517-.428 2.168-.621.25-.074.723-.053 1.197.421.473.475 2.906 3.642 2.906 3.642l2.164-2.163c0-.001-3.216-2.476-3.668-2.928Zm.021-4.636c-.01-1.285-.493-2.733-2.094-4.336a5.938 5.938 0 0 0-8.396 8.396c1.484 1.483 2.832 1.993 4.047 2.062l6.443-6.122Zm-6.847 2.9a1.537 1.537 0 0 1-1.526-1.549c0-.854.684-1.547 1.526-1.547.844 0 1.528.693 1.528 1.547 0 .857-.685 1.549-1.528 1.549Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphPingPongRacket = GYSiGlyphPingPongRacket;