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