/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Flower = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M215.64 128a44 44 0 0 0-43.82-75.9 44 44 0 0 0-87.64 0A44 44 0 0 0 40.36 128a44 44 0 0 0 43.82 75.89 44 44 0 0 0 87.64 0A44 44 0 0 0 215.64 128M108 128a20 20 0 1 1 20 20 20 20 0 0 1-20-20m72.35-53.32a20 20 0 1 1 20 34.64c-2.65 1.53-10.52 4.88-30.1 6.42a44.1 44.1 0 0 0-10.52-18.18c11.13-16.2 17.97-21.35 20.62-22.88M128 36a20 20 0 0 1 20 20c0 3.06-1 11.55-9.49 29.28a43.8 43.8 0 0 0-21 0C109 67.55 108 59.06 108 56a20 20 0 0 1 20-20M48.33 82a20 20 0 0 1 27.32-7.32c2.65 1.53 9.49 6.68 20.62 22.88a44.1 44.1 0 0 0-10.52 18.18c-19.58-1.54-27.45-4.89-30.1-6.42A20 20 0 0 1 48.33 82m27.32 99.32a20 20 0 1 1-20-34.64c2.65-1.53 10.52-4.88 30.1-6.42a44.1 44.1 0 0 0 10.52 18.18c-11.13 16.2-17.97 21.35-20.62 22.88M128 220a20 20 0 0 1-20-20c0-3.06 1-11.55 9.49-29.28a43.8 43.8 0 0 0 21 0C147 188.45 148 196.94 148 200a20 20 0 0 1-20 20m79.67-46a20 20 0 0 1-27.32 7.32c-2.65-1.53-9.49-6.68-20.62-22.88a44.1 44.1 0 0 0 10.52-18.18c19.58 1.54 27.45 4.89 30.1 6.42a20 20 0 0 1 7.32 27.32" /></Svg>;
export default Flower;