mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 21:47:48 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { openDialog } from '../../base/dialog';
|
||||
import { IconCloseCircle } from '../../base/icons';
|
||||
import { IconUserDeleted } from '../../base/icons';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../base/toolbox/components';
|
||||
|
||||
import { KickRemoteParticipantDialog } from './';
|
||||
@@ -29,7 +29,7 @@ export type Props = AbstractButtonProps & {
|
||||
*/
|
||||
export default class AbstractKickButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.kick';
|
||||
icon = IconCloseCircle;
|
||||
icon = IconUserDeleted;
|
||||
label = 'videothumbnail.kick';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user