/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Unite = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M240 164a76 76 0 0 1-151.9 3.9 76 76 0 1 1 79.8-79.8A76.1 76.1 0 0 1 240 164" /></Svg>;
export default Unite;