@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 874 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBaseballStick = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphBaseballStick };