mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-02 02:15:03 +00:00
Added upper level imports
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import AntDesign from './build/AntDesign';
|
||||
export default AntDesign;
|
||||
@@ -0,0 +1,2 @@
|
||||
import EvilIcons from './build/EvilIcons';
|
||||
export default EvilIcons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import Feather from './build/Feather';
|
||||
export default Feather;
|
||||
@@ -0,0 +1,2 @@
|
||||
import FontAwesome from './build/FontAwesome';
|
||||
export default FontAwesome;
|
||||
@@ -0,0 +1,2 @@
|
||||
import FontAwesome5 from './build/FontAwesome5';
|
||||
export default FontAwesome5;
|
||||
@@ -0,0 +1,2 @@
|
||||
import Foundation from './build/Foundation';
|
||||
export default Foundation;
|
||||
@@ -0,0 +1,2 @@
|
||||
import Ionicons from './build/Ionicons';
|
||||
export default Ionicons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import MaterialCommunityIcons from './build/MaterialCommunityIcons';
|
||||
export default MaterialCommunityIcons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import MaterialIcons from './build/MaterialIcons';
|
||||
export default MaterialIcons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import Octicons from './build/Octicons';
|
||||
export default Octicons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import SimpleLineIcons from './build/SimpleLineIcons';
|
||||
export default SimpleLineIcons;
|
||||
@@ -0,0 +1,2 @@
|
||||
import createIconSet from './build/createIconSet';
|
||||
export default createIconSet;
|
||||
@@ -0,0 +1,2 @@
|
||||
import createIconSetFromFontello from './build/createIconSetFromFontello';
|
||||
export default createIconSetFromFontello;
|
||||
@@ -0,0 +1,2 @@
|
||||
import createIconSetFromIcoMoon from './build/createIconSetFromIcoMoon';
|
||||
export default createIconSetFromIcoMoon;
|
||||
Reference in New Issue
Block a user