/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const NumberEight = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M162.44 118.91a52 52 0 1 0-68.88 0 60 60 0 1 0 68.88 0M100 80a28 28 0 1 1 28 28 28 28 0 0 1-28-28m28 124a36 36 0 1 1 36-36 36 36 0 0 1-36 36" /></Svg>;
export default NumberEight;