/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Balloon = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M128 16a88.1 88.1 0 0 0-88 88c0 23.43 9.4 49.42 25.13 69.5 12.08 15.41 26.5 26 41.91 31.09l-10.39 24.26A8 8 0 0 0 104 240h48a8 8 0 0 0 7.35-11.15L149 204.59c15.4-5.07 29.83-15.68 41.91-31.09C206.6 153.42 216 127.43 216 104a88.1 88.1 0 0 0-88-88m11.87 208h-23.74l6.94-16.19c1.64.12 3.28.19 4.93.19s3.29-.07 4.93-.19Zm38.4-60.37C163.94 181.93 146.09 192 128 192s-35.94-10.07-50.27-28.37C64.12 146.27 56 124 56 104a72 72 0 0 1 144 0c0 20-8.12 42.27-21.73 59.63m-1-59.74a8.5 8.5 0 0 1-1.27.11 8 8 0 0 1-7.88-6.68 41.29 41.29 0 0 0-33.43-33.43 8 8 0 1 1 2.64-15.78 57.5 57.5 0 0 1 46.57 46.57 8 8 0 0 1-6.58 9.21Z" /></Svg>;
export default Balloon;