/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Island = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M241.37 231.5a12 12 0 0 1-16.87 1.87c-.34-.27-37.86-29.37-96.5-29.37s-96.17 29.1-96.54 29.39a12 12 0 0 1-15-18.76c1.62-1.3 37.57-29.53 95.85-34a123.3 123.3 0 0 1-2.31-34.57c1.67-20.79 9.88-47.91 37-69.78a53 53 0 0 0-6.68-.23c-17.2.56-27.61 10.37-32.74 30.88A12 12 0 0 1 96 116a11.8 11.8 0 0 1-2.92-.36 12 12 0 0 1-8.73-14.55c4.46-17.79 17.56-47.82 55.26-49a79 79 0 0 1 14.8 1c-3.47-4.89-7.81-9.21-13.08-11.39-8.28-3.43-18.73-1.33-31.06 6.23a12 12 0 1 1-12.55-20.5c19.3-11.84 37.11-14.5 52.93-7.89 10.46 4.37 19.63 12.92 26.75 24.88 5.86-7.19 12.72-12.18 20.2-14.61 16.42-5.35 31.7 2.47 41.63 10a12 12 0 1 1-14.47 19.14c-7.79-5.89-14.42-8-19.68-6.32-4.57 1.47-8.45 5.67-11.43 10.19A73.4 73.4 0 0 1 210 69.61c15.48 8.87 34 27.6 34 66.39a12 12 0 0 1-24 0c0-20-6.13-34.43-18.21-43.15a61.84 61.84 0 0 1-7.33 49 12 12 0 1 1-20.28-12.78 40.6 40.6 0 0 0 5.51-15.76c1.18-9.09-1.07-17.81-6.66-26-23.61 14.28-36.72 34.36-39 59.8a99.8 99.8 0 0 0 2.87 33.06c62.23 2.71 100.91 33.07 102.6 34.42a12 12 0 0 1 1.87 16.91M20 144a32 32 0 1 1 32 32 32 32 0 0 1-32-32m24 0a8 8 0 1 0 8-8 8 8 0 0 0-8 8" /></Svg>;
export default Island;