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