ref(design) Update icons (#12489)

Remove unused icons
Remove fill none from icons
Rename some icons
This commit is contained in:
Robert Pintilii
2022-11-08 12:24:32 +02:00
committed by GitHub
parent f4e8f860b1
commit 936a1a6b0e
323 changed files with 631 additions and 1074 deletions

View File

@@ -1,6 +1,6 @@
// @flow
import { IconCameraEmpty, IconCameraEmptyDisabled } from '../../icons';
import { IconVideo, IconVideoOff } from '../../icons';
import AbstractButton from './AbstractButton';
import type { Props } from './AbstractButton';
@@ -11,8 +11,8 @@ import type { Props } from './AbstractButton';
export default class AbstractVideoMuteButton<P : Props, S : *>
extends AbstractButton<P, S> {
icon = IconCameraEmpty;
toggledIcon = IconCameraEmptyDisabled;
icon = IconVideo;
toggledIcon = IconVideoOff;
/**
* Handles clicking / pressing the button, and toggles the video mute state