/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const CirclesThreePlus = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M120 80a40 40 0 1 1-40-40 40 40 0 0 1 40 40m56 40a40 40 0 1 0-40-40 40 40 0 0 0 40 40m-96 16a40 40 0 1 0 40 40 40 40 0 0 0-40-40m128 32h-24v-24a8 8 0 0 0-16 0v24h-24a8 8 0 0 0 0 16h24v24a8 8 0 0 0 16 0v-24h24a8 8 0 0 0 0-16" /></Svg>;
export default CirclesThreePlus;