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