UNPKG

1.03 kBPlain TextView Raw
1export { default as AntDesign } from './AntDesign';
2export { default as Entypo } from './Entypo';
3export { default as EvilIcons } from './EvilIcons';
4export { default as Feather } from './Feather';
5export { default as FontAwesome } from './FontAwesome';
6export { default as FontAwesome5 } from './FontAwesome5';
7export { default as Foundation } from './Foundation';
8export { default as Ionicons } from './Ionicons';
9export { default as MaterialCommunityIcons } from './MaterialCommunityIcons';
10export { default as MaterialIcons } from './MaterialIcons';
11export { default as Octicons } from './Octicons';
12export { default as SimpleLineIcons } from './SimpleLineIcons';
13export { default as Zocial } from './Zocial';
14export { default as createMultiStyleIconSet } from './createMultiStyleIconSet';
15export {
16 default as createIconSetFromFontello,
17} from './createIconSetFromFontello';
18export {
19 default as createIconSetFromIcoMoon,
20} from './createIconSetFromIcoMoon';
21export { default as createMu } from './createIconSetFromIcoMoon';