/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Palette = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M200.77 53.89A103.27 103.27 0 0 0 128 24h-1.07A104 104 0 0 0 24 128c0 43 26.58 79.06 69.36 94.17A32 32 0 0 0 136 192a16 16 0 0 1 16-16h46.21a31.81 31.81 0 0 0 31.2-24.88 104.4 104.4 0 0 0 2.59-24 103.28 103.28 0 0 0-31.23-73.23M84 168a12 12 0 1 1 12-12 12 12 0 0 1-12 12m0-56a12 12 0 1 1 12-12 12 12 0 0 1-12 12m44-24a12 12 0 1 1 12-12 12 12 0 0 1-12 12m44 24a12 12 0 1 1 12-12 12 12 0 0 1-12 12" /></Svg>;
export default Palette;