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

@@ -9,7 +9,7 @@ import { makeStyles } from 'tss-react/mui';
import { Avatar } from '../../../../base/avatar';
import { translate } from '../../../../base/i18n/functions';
import Icon from '../../../../base/icons/components/Icon';
import { IconClose } from '../../../../base/icons/svg';
import { IconCloseLarge } from '../../../../base/icons/svg';
// @ts-ignore
import Label from '../Label';
@@ -78,7 +78,7 @@ function CallingDialog(props: IProps) {
onClick = { onClose }
role = 'button'
size = { 24 }
src = { IconClose } />
src = { IconCloseLarge } />
</div>
<Label className = 'prejoin-dialog-calling-label'>
{t(status)}