mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:07:48 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -5,7 +5,7 @@ import { type Dispatch } from 'redux';
|
||||
import { isDialogOpen, openDialog } from '../../../base/dialog';
|
||||
import { RAISE_HAND_ENABLED, getFeatureFlag } from '../../../base/flags';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconRaisedHand } from '../../../base/icons';
|
||||
import { IconRaiseHand } from '../../../base/icons';
|
||||
import {
|
||||
getLocalParticipant, hasRaisedHand
|
||||
} from '../../../base/participants';
|
||||
@@ -40,7 +40,7 @@ type Props = AbstractButtonProps & {
|
||||
*/
|
||||
class ReactionsMenuButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.reactionsMenu';
|
||||
icon = IconRaisedHand;
|
||||
icon = IconRaiseHand;
|
||||
label = 'toolbar.openReactionsMenu';
|
||||
toggledLabel = 'toolbar.closeReactionsMenu';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user