/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const CircleIcon = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M232 128A104 104 0 1 1 128 24a104.13 104.13 0 0 1 104 104" /></Svg>;
export default CircleIcon;