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