import React from 'react' import { Svg, Circle, G, Ellipse, Path } from 'react-native-svg' import { genColoursIcon } from './gen' const WeChatColours = genColoursIcon(({ size, color, strokeWidth }, props) => { return ( ) }) export default WeChatColours