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