mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 10:47:46 +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 { translate } from '../../../base/i18n';
|
||||
import { IconShareDesktop } from '../../../base/icons';
|
||||
import { IconScreenshare, IconStopScreenshare } from '../../../base/icons';
|
||||
import JitsiMeetJS from '../../../base/lib-jitsi-meet/_';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
|
||||
@@ -32,7 +32,8 @@ type Props = AbstractButtonProps & {
|
||||
class ShareDesktopButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.shareYourScreen';
|
||||
label = 'toolbar.startScreenSharing';
|
||||
icon = IconShareDesktop;
|
||||
icon = IconScreenshare;
|
||||
toggledIcon = IconStopScreenshare;
|
||||
toggledLabel = 'toolbar.stopScreenSharing';
|
||||
tooltip = 'toolbar.accessibilityLabel.shareYourScreen';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user