From d7abd3e3a635b6031f7e29760c0400b745bf2108 Mon Sep 17 00:00:00 2001 From: Kamil Rykowski Date: Sun, 11 Mar 2018 10:56:50 +0100 Subject: [PATCH] Add support for different icon type in Avatar component #942 (#980) * Add support for different icon type in Avatar component #942 * Revert previous git hook #942 --- src/avatar/Avatar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/avatar/Avatar.js b/src/avatar/Avatar.js index 4ac2813536..6d2d8b2e75 100644 --- a/src/avatar/Avatar.js +++ b/src/avatar/Avatar.js @@ -12,10 +12,9 @@ import { TouchableWithoutFeedback, } from 'react-native'; +import Icon from '../icons/Icon'; import ViewPropTypes from '../config/ViewPropTypes'; -import Icon from 'react-native-vector-icons/FontAwesome'; - const DEFAULT_COLORS = ['#000', '#333', '#555', '#888', '#aaa', '#ddd']; const Avatar = props => {