import Svg, { Path } from 'react-native-svg' export const CheckMarkIcon = ({ className }: { className?: string }) => ( );