/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const SpinnerBall = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m87.82 98.46c-28.34 20-49.57 14.68-71.87 4.39 20.06-14.19 38.86-32.21 39.53-67.11a87.92 87.92 0 0 1 32.34 62.72m-48.71-73.27C170.24 83.71 155 99.44 135 113.61c-2.25-24.48-8.44-49.8-38.37-67.82a87.9 87.9 0 0 1 70.5 3.4Zm-87.79 5.54c31.45 14.55 37.47 35.58 39.71 60-22.33-10.29-47.35-17.59-77.93-.68a88.18 88.18 0 0 1 38.22-59.32m-39.14 78.81c28.34-20 49.57-14.68 71.87-4.39-20.05 14.19-38.86 32.21-39.53 67.11a87.92 87.92 0 0 1-32.34-62.72m48.71 73.27C85.76 172.29 101 156.56 121 142.39c2.25 24.48 8.44 49.8 38.37 67.82a87.9 87.9 0 0 1-70.5-3.4Zm87.79-5.54c-31.45-14.55-37.47-35.58-39.71-60 12.72 5.86 26.31 10.75 41.3 10.75 11.33 0 23.46-2.8 36.63-10.08a88.2 88.2 0 0 1-38.22 59.33" /></Svg>;
export default SpinnerBall;