import React from 'react'; import Svg, {G, Path, Defs, ClipPath, Rect} from 'react-native-svg'; export const CrossIcon = (props: any) => ( ); export const EyeIcon = (props: any) => ( ); export const SuccessIcon = (props: any) => ( ); export const FailIcon = (props: any) => ( ); export const AppleIcon = (props:any) => ( ); export const GoogleIcon = (props:any) => ( ); export default {CrossIcon, EyeIcon};