import React from 'react' import Svg, {Path} from 'react-native-svg' export function TenPercent({fill}: {fill?: string}) { return ( ) }