From 3bb672398f7ead041a9e24bbec5244e8837fa30d Mon Sep 17 00:00:00 2001 From: Ardy Febriansyah Date: Wed, 24 Jul 2019 21:15:20 +0700 Subject: [PATCH] Add AntDesign icon set --- StarButton.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StarButton.js b/StarButton.js index b6db613..85e2f2a 100644 --- a/StarButton.js +++ b/StarButton.js @@ -17,6 +17,7 @@ import MaterialCommunityIconsIcons from 'react-native-vector-icons/MaterialCommu import OcticonsIcons from 'react-native-vector-icons/Octicons'; import ZocialIcons from 'react-native-vector-icons/Zocial'; import SimpleLineIconsIcons from 'react-native-vector-icons/SimpleLineIcons'; +import AntDesign from 'react-native-vector-icons/AntDesign'; const iconSets = { Entypo: EntypoIcons, @@ -30,6 +31,7 @@ const iconSets = { Octicons: OcticonsIcons, Zocial: ZocialIcons, SimpleLineIcons: SimpleLineIconsIcons, + AntDesign: AntDesign, }; const propTypes = {