1 | define(["require", "exports", "./utilities/icons", "./utilities/getIconClassName"], function (require, exports, icons_1, getIconClassName_1) {
|
2 | "use strict";
|
3 | Object.defineProperty(exports, "__esModule", { value: true });
|
4 | exports.getIcon = icons_1.getIcon;
|
5 | exports.registerIcons = icons_1.registerIcons;
|
6 | exports.registerIconAlias = icons_1.registerIconAlias;
|
7 | exports.unregisterIcons = icons_1.unregisterIcons;
|
8 | exports.setIconOptions = icons_1.setIconOptions;
|
9 | exports.getIconClassName = getIconClassName_1.getIconClassName;
|
10 | });
|
11 |
|
\ | No newline at end of file |