Added upper level imports

This commit is contained in:
Evan Bacon
2019-03-12 21:32:50 -07:00
parent f3f7614f1f
commit b8903e4e40
16 changed files with 32 additions and 0 deletions

2
AntDesign.js Normal file
View File

@@ -0,0 +1,2 @@
import AntDesign from './build/AntDesign';
export default AntDesign;

2
Entypo.js Normal file
View File

@@ -0,0 +1,2 @@
import Entypo from './build/Entypo';
export default Entypo;

2
EvilIcons.js Normal file
View File

@@ -0,0 +1,2 @@
import EvilIcons from './build/EvilIcons';
export default EvilIcons;

2
Feather.js Normal file
View File

@@ -0,0 +1,2 @@
import Feather from './build/Feather';
export default Feather;

2
FontAwesome.js Normal file
View File

@@ -0,0 +1,2 @@
import FontAwesome from './build/FontAwesome';
export default FontAwesome;

2
FontAwesome5.js Normal file
View File

@@ -0,0 +1,2 @@
import FontAwesome5 from './build/FontAwesome5';
export default FontAwesome5;

2
Foundation.js Normal file
View File

@@ -0,0 +1,2 @@
import Foundation from './build/Foundation';
export default Foundation;

2
Ionicons.js Normal file
View File

@@ -0,0 +1,2 @@
import Ionicons from './build/Ionicons';
export default Ionicons;

View File

@@ -0,0 +1,2 @@
import MaterialCommunityIcons from './build/MaterialCommunityIcons';
export default MaterialCommunityIcons;

2
MaterialIcons.js Normal file
View File

@@ -0,0 +1,2 @@
import MaterialIcons from './build/MaterialIcons';
export default MaterialIcons;

2
Octicons.js Normal file
View File

@@ -0,0 +1,2 @@
import Octicons from './build/Octicons';
export default Octicons;

2
SimpleLineIcons.js Normal file
View File

@@ -0,0 +1,2 @@
import SimpleLineIcons from './build/SimpleLineIcons';
export default SimpleLineIcons;

2
Zocial.js Normal file
View File

@@ -0,0 +1,2 @@
import Zocial from './build/Zocial';
export default Zocial;

2
createIconSet.js Normal file
View File

@@ -0,0 +1,2 @@
import createIconSet from './build/createIconSet';
export default createIconSet;

View File

@@ -0,0 +1,2 @@
import createIconSetFromFontello from './build/createIconSetFromFontello';
export default createIconSetFromFontello;

View File

@@ -0,0 +1,2 @@
import createIconSetFromIcoMoon from './build/createIconSetFromIcoMoon';
export default createIconSetFromIcoMoon;