/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const FishSimple = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M168 76a12 12 0 1 1-12-12 12 12 0 0 1 12 12m42 79.08c-15.08 20.84-37.53 34.88-66.7 41.74-20.08 4.72-43.54 6-70.12 3.93q2.4 17.82 6.72 37.54a8 8 0 0 1-6.1 9.52 7.8 7.8 0 0 1-1.72.19 8 8 0 0 1-7.81-6.29q-4.89-22.36-7.41-42.62-20.22-2.51-42.58-7.41a8 8 0 0 1 3.43-15.63q19.7 4.32 37.5 6.73c-2.09-26.56-.78-50 3.93-70.06C66 83.55 80.05 61.1 100.88 46c14.12-10.24 39.26-22.36 78.39-22 21.19.21 40.83 4.33 43.81 6.08a8 8 0 0 1 2.83 2.83c1.75 3 5.87 22.59 6.08 43.78.22 21.62-3.42 52.75-21.99 78.39m2.43-111.52a175.8 175.8 0 0 0-39.22-3.51c-24.34.64-44.71 6.49-60.76 17.39a96 96 0 0 0 86.09 86.1c10.91-16 16.76-36.42 17.4-60.76a175.8 175.8 0 0 0-3.5-39.22Z" /></Svg>;
export default FishSimple;