@icongo/li
Version:
LibreICONS Icons
14 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISportBaseballBall = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m9.917 9.61.696-.336a5.269 5.269 0 0 0 1.067 1.474A5.98 5.98 0 0 0 13 7a5.982 5.982 0 0 0-1.312-3.74c-.43.418-.788.897-1.054 1.44l-.695-.342a5.966 5.966 0 0 1 1.23-1.67A5.975 5.975 0 0 0 7 1a5.972 5.972 0 0 0-4.164 1.686 5.992 5.992 0 0 1 1.227 1.665l-.694.34a5.217 5.217 0 0 0-1.053-1.436A5.97 5.97 0 0 0 1.001 7a5.96 5.96 0 0 0 1.316 3.743c.44-.428.804-.92 1.072-1.476l.697.336a5.97 5.97 0 0 1-1.246 1.71A5.961 5.961 0 0 0 7 13a5.97 5.97 0 0 0 4.16-1.681A5.997 5.997 0 0 1 9.916 9.61Zm-5.524-.774L3.655 8.6a5.252 5.252 0 0 0-.014-3.242l.735-.242a6.037 6.037 0 0 1 .017 3.721zm5.233-3.711.736.242a5.27 5.27 0 0 0-.015 3.242l-.738.237a6.036 6.036 0 0 1 .017-3.721Z"
})
}));
export { LISportBaseballBall };