@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.GYSiGlyphBaseballStick = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBaseballStick = function GYSiGlyphBaseballStick(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-baseball-stick",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m3.291 15.114-.275-.277c3.4-4.055 6.998-5.629 9.898-8.164 2.951-2.579 3.102-2.885 3.45-3.234.822-.822.87-2.105.109-2.867-.763-.763-2.047-.715-2.869.107-.349.348-.655.5-3.233 3.45-2.535 2.901-4.457 6.485-8.185 9.881l-.276-.277c-.136-.136-.431-.06-.66.169-.229.229-.305.523-.168.66l1.382 1.381c.136.137.431.061.66-.168.228-.229.305-.524.167-.661Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBaseballStick = GYSiGlyphBaseballStick;