mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-06 12:07:46 +00:00
feat: SVG icons
This commit is contained in:
committed by
Zoltan Bettenbuk
parent
738a199b4c
commit
8a3ddd8596
@@ -1,6 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconSwitchCamera } from '../../../base/icons';
|
||||
import { MEDIA_TYPE, toggleCameraFacingMode } from '../../../base/media';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton } from '../../../base/toolbox';
|
||||
@@ -33,7 +34,7 @@ type Props = AbstractButtonProps & {
|
||||
*/
|
||||
class ToggleCameraButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.toggleCamera';
|
||||
iconName = 'icon-switch-camera';
|
||||
icon = IconSwitchCamera;
|
||||
label = 'toolbar.toggleCamera';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user