import Svg, { Path, G, Defs, ClipPath,Rect } from 'react-native-svg' export const CheckIcon = ({ className }: { className?: string }) => ( );