react/features/facial-recognition/constants.js (9 lines of code) (raw):

// @flow export const FACIAL_EXPRESSION_EMOJIS = { happy: '😊', neutral: '😐', sad: '🙁', surprised: '😮', angry: '😠', fearful: '😨', disgusted: '🤢' };