|
@@ -1,6 +1,7 @@
|
1
|
1
|
import React, { Component } from 'react';
|
2
|
2
|
import { View } from 'react-native';
|
3
|
|
-import Icon from 'react-native-vector-icons/FontAwesome';
|
|
3
|
+
|
|
4
|
+import { Icon } from '../../../base/font-icons';
|
4
|
5
|
|
5
|
6
|
import styles from './styles';
|
6
|
7
|
|
|
@@ -18,7 +19,7 @@ export default class DominantSpeakerIndicator extends Component {
|
18
|
19
|
return (
|
19
|
20
|
<View style = { styles.dominantSpeakerIndicatorBackground }>
|
20
|
21
|
<Icon
|
21
|
|
- name = 'bullhorn'
|
|
22
|
+ name = 'dominant-speaker'
|
22
|
23
|
style = { styles.dominantSpeakerIndicator } />
|
23
|
24
|
</View>
|
24
|
25
|
);
|