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