https://oblador.github.io/react-native-vector-icons/
使用方法
import Icon from 'react-native-vector-icons/AntDesign';
<View style={{justifyContent:'center',alignItems:'center'}}>
<Icon name="down" size={15} color="#000" />
</View>