/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconSvgProps } from '../types'
const WechatLogo = (props: IconSvgProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M152 144a16 16 0 1 1-16-16 16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16 16 16 0 0 0-16-16m59.18 82.35a20 20 0 0 1-24.83 24.83l-23.26-6.84a84 84 0 0 1-111.37-41.23 83.2 83.2 0 0 1-22.82-6.77l-23.25 6.84A20.2 20.2 0 0 1 32 188a20 20 0 0 1-19.19-25.64l6.84-23.26a84 84 0 0 1 152.68-70.19 84 84 0 0 1 64 118.18Zm-166.72-49.6A83.94 83.94 0 0 1 145 69.37 60 60 0 0 0 43.08 132.3a12 12 0 0 1 .93 9.06l-6.09 20.72L58.64 156a12 12 0 0 1 9.06.93 60 60 0 0 0 8.76 3.82M220 152a60 60 0 1 0-31.7 52.92 12 12 0 0 1 9.06-.93l20.72 6.09-6.08-20.72a12 12 0 0 1 .93-9.06A60.1 60.1 0 0 0 220 152" /></Svg>;
export default WechatLogo;