@icongo/cg
Version:
css.gg Icons
17 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGTennis = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M19.071 19.071c3.905-3.905 3.905-10.237 0-14.142-3.905-3.905-10.237-3.905-14.142 0-3.905 3.905-3.905 10.237 0 14.142 3.905 3.905 10.237 3.905 14.142 0Zm.872-8.03a7.966 7.966 0 0 0-2.286-4.698 7.966 7.966 0 0 0-4.717-2.288l-.01.056a11.011 11.011 0 0 1-8.819 8.819l-.056.01a7.966 7.966 0 0 0 2.288 4.717 7.966 7.966 0 0 0 4.698 2.286l.012-.07a11.011 11.011 0 0 1 8.819-8.82l.07-.012Zm-.071 2.388v-.334a9.013 9.013 0 0 0-6.777 6.777h.334a7.964 7.964 0 0 0 4.228-2.215 7.963 7.963 0 0 0 2.215-4.228Zm-15.76-2.54v-.223a7.963 7.963 0 0 1 2.231-4.323 7.964 7.964 0 0 1 4.323-2.232h.222a9.013 9.013 0 0 1-6.777 6.777Z",
clipRule: "evenodd"
})
}));
export { CGTennis };