Skip to content

Commit

Permalink
Remove FontAwesome5Pro (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlabanJr authored and sankhadeeproy007 committed Jul 22, 2019
1 parent f63778b commit 6ba788b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/basic/IconNB.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import EvilIcons from 'react-native-vector-icons/EvilIcons';
import Feather from 'react-native-vector-icons/Feather';
import FontAwesome from 'react-native-vector-icons/FontAwesome';
import FontAwesome5 from 'react-native-vector-icons/FontAwesome5';
import FontAwesome5Pro from 'react-native-vector-icons/FontAwesome5Pro';
import Foundation from 'react-native-vector-icons/Foundation';
import Ionicons from 'react-native-vector-icons/Ionicons';
import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons';
Expand Down Expand Up @@ -58,9 +57,6 @@ class IconNB extends Component {
case 'FontAwesome5':
this.Icon = FontAwesome5;
break;
case 'FontAwesome5Pro':
this.Icon = FontAwesome5Pro;
break;
case 'Foundation':
this.Icon = Foundation;
break;
Expand Down Expand Up @@ -100,7 +96,6 @@ IconNB.propTypes = {
'Feather',
'FontAwesome',
'FontAwesome5',
'FontAwesome5Pro',
'Foundation',
'Ionicons',
'MaterialCommunityIcons',
Expand Down

1 comment on commit 6ba788b

@andreiDobai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this removed?

Please sign in to comment.