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