UNPKG

1.33 kBTypeScriptView Raw
1// Type definitions for @expo/vector-icons 6.2
2// Project: https://github.com/expo/vector-icons
3// Definitions by: Hyeonsu Lee <https://github.com/incleaf>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.6
6
7import * as React from 'react';
8import { TextProps } from 'react-native';
9
10export { createIconSet, createIconSetFromFontello, createIconSetFromIcoMoon } from 'react-native-vector-icons';
11export { default as Entypo } from 'react-native-vector-icons/Entypo';
12export { default as EvilIcons } from 'react-native-vector-icons/EvilIcons';
13export { default as Feather } from 'react-native-vector-icons/Feather';
14export { default as FontAwesome } from 'react-native-vector-icons/FontAwesome';
15export { default as Foundation } from 'react-native-vector-icons/Foundation';
16export { default as Ionicons } from 'react-native-vector-icons/Ionicons';
17export { default as MaterialCommunityIcons } from 'react-native-vector-icons/MaterialCommunityIcons';
18export { default as MaterialIcons } from 'react-native-vector-icons/MaterialIcons';
19export { default as Octicons } from 'react-native-vector-icons/Octicons';
20export { default as SimpleLineIcons } from 'react-native-vector-icons/SimpleLineIcons';
21export { default as Zocial } from 'react-native-vector-icons/Zocial';