@icongo/li
Version:
LibreICONS Icons
14 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISportBasketballBall = 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: "M6.136 1.056A5.964 5.964 0 0 0 3.18 2.357L5.052 4.23c.673-.866 1.048-1.965 1.084-3.174ZM7 6.177l3.82-3.82A5.98 5.98 0 0 0 7.3 1c-.029 1.546-.52 2.959-1.42 4.057L7 6.177ZM2.357 3.18a5.964 5.964 0 0 0-1.301 2.956c1.21-.036 2.31-.411 3.174-1.084L2.357 3.18Zm6.586 4.94C10.039 7.223 11.452 6.731 13 6.7a5.98 5.98 0 0 0-1.357-3.52L7.823 7l1.12 1.12ZM7 7.823l-3.82 3.82A5.996 5.996 0 0 0 6.7 13c.031-1.548.523-2.961 1.42-4.057L7 7.823Zm4.643 2.997a5.964 5.964 0 0 0 1.301-2.956c-1.212.038-2.31.413-3.174 1.084l1.873 1.872zM5.057 5.88C3.96 6.78 2.546 7.273 1 7.3a5.98 5.98 0 0 0 1.357 3.52L6.177 7l-1.12-1.12Zm2.807 7.064a5.964 5.964 0 0 0 2.956-1.301L8.948 9.77c-.67.864-1.046 1.965-1.084 3.174z"
})
}));
export { LISportBasketballBall };