/// export interface IconPropsType { className?: string; size?: 'xs' | 'sm' | 'md' | 'lg'; color?: string; onPress?: (e: React.SyntheticEvent) => void; }