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