/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const SoccerBall = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94 15.75-5.06 18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21 62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79-9.54-27.77L128 102.56l25.69 17.67-9.54 27.77Zm80.66-73.73-6.78 22.85-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57-15.81-5.14-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79-8.62-24.37 9.65-13.29h37.22l9.65 13.29-8.62 24.37a83.6 83.6 0 0 1-39.28 0" /></Svg>;
export default SoccerBall;