@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.72 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBaseball = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBaseball = function GYSiGlyphBaseball(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",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.518 14.562c.916-.816 2.194-1.372 3.345-1.599 1.734-.341 3.031-1.979 3.019-3.812A3.159 3.159 0 0 0 8.916 6.9a3.104 3.104 0 0 0-2.14-.839l-.153.003c-1.808.081-2.85 1.008-3.376 3.007-.318 1.22-1.033 2.495-1.836 3.4a7.997 7.997 0 0 0 2.107 2.091Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 .046C3.591.046.016 3.603.016 7.989a7.86 7.86 0 0 0 .764 3.373c.545-.703 1.057-1.64 1.307-2.596.663-2.52 2.13-3.795 4.484-3.899l.201-.005c1.119 0 2.176.417 2.977 1.175a4.36 4.36 0 0 1 1.332 3.105c.018 2.4-1.695 4.548-3.985 4.996-.876.174-1.776.544-2.464 1.045a7.975 7.975 0 0 0 3.369.749c4.409 0 7.984-3.557 7.984-7.943C15.985 3.603 12.409.046 8 .046Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBaseball = GYSiGlyphBaseball;