aboutsummaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 0000000..a7ddc43
--- /dev/null
+++ b/index.js
@@ -0,0 +1,7 @@
+var icons_map_js = require('./lib/icons-map.js');
+
+'use strict';
+
+module.exports = {
+ iconsMap: icons_map_js.default
+};