mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 03:32:31 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import { IconMicrophoneEmpty, IconMicrophoneEmptySlash } from '../../icons';
|
||||
import { IconMic, IconMicSlash } from '../../icons';
|
||||
|
||||
import AbstractButton from './AbstractButton';
|
||||
import type { Props } from './AbstractButton';
|
||||
@@ -11,8 +11,8 @@ import type { Props } from './AbstractButton';
|
||||
export default class AbstractAudioMuteButton<P: Props, S: *>
|
||||
extends AbstractButton<P, S> {
|
||||
|
||||
icon = IconMicrophoneEmpty;
|
||||
toggledIcon = IconMicrophoneEmptySlash;
|
||||
icon = IconMic;
|
||||
toggledIcon = IconMicSlash;
|
||||
|
||||
/**
|
||||
* Handles clicking / pressing the button, and toggles the audio mute state
|
||||
|
||||
Reference in New Issue
Block a user