@react-md/material-icons
Version:
Material Design Icon components for react-md
20 lines (19 loc) • 1.67 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function SportsBasketballTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M8.93 11H11V4.07c-1.73.22-3.29.99-4.5 2.13A8 8 0 0 1 8.93 11m11 0a8.1 8.1 0 0 0-1.16-3.25c-.87.87-1.47 1.99-1.68 3.25zM5.23 7.75A8.1 8.1 0 0 0 4.07 11h2.84a5.97 5.97 0 0 0-1.68-3.25M4.07 13a8.1 8.1 0 0 0 1.16 3.25c.87-.87 1.47-1.99 1.68-3.25zm2.44 4.79A8 8 0 0 0 11 19.93V13H8.93a7.95 7.95 0 0 1-2.42 4.79M17.5 6.2A7.97 7.97 0 0 0 13 4.07V11h2.07a8 8 0 0 1 2.43-4.8m1.27 10.05A7.8 7.8 0 0 0 19.93 13h-2.84c.21 1.26.81 2.38 1.68 3.25M13 13v6.93c1.73-.22 3.29-1 4.49-2.14A7.95 7.95 0 0 1 15.07 13z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M5.23 7.75C6.1 8.62 6.7 9.74 6.91 11H4.07a8.1 8.1 0 0 1 1.16-3.25M4.07 13h2.84a5.97 5.97 0 0 1-1.68 3.25A8.1 8.1 0 0 1 4.07 13M11 19.93c-1.73-.22-3.29-1-4.49-2.14A7.95 7.95 0 0 0 8.93 13H11zM11 11H8.93A8 8 0 0 0 6.5 6.2 8.04 8.04 0 0 1 11 4.07zm8.93 0h-2.84c.21-1.26.81-2.38 1.68-3.25.6.97 1.01 2.07 1.16 3.25M13 4.07c1.73.22 3.29.99 4.5 2.13a8 8 0 0 0-2.43 4.8H13zm0 15.86V13h2.07a8 8 0 0 0 2.42 4.79A8 8 0 0 1 13 19.93m5.77-3.68A6 6 0 0 1 17.09 13h2.84a8.1 8.1 0 0 1-1.16 3.25"
})
]
});
});