@up-group-ui/react-controls
Version:
Up shared react controls
25 lines • 667 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MentorNames = void 0;
exports.MentorNames = [
'glasses-orange',
'glasses-brown',
'mouth-straight-orange',
'wink-grey',
'happy-orange',
'confused-orange',
'sparkles',
'cry',
'mentor-surprised',
'mentor-happy',
'sorry-orange',
'confused-grey',
'confused-with-sweat',
];
var dictionary = {};
for (var i = 0; i < exports.MentorNames.length; i++) {
var iconName = exports.MentorNames[i];
dictionary[iconName] = require('./icons/mentors/' + iconName + '.svg');
}
exports.default = dictionary;
//# sourceMappingURL=mentors.js.map