mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 09:37:47 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -4,7 +4,7 @@ import React from 'react';
|
||||
import { Text, TouchableOpacity, View } from 'react-native';
|
||||
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { Icon, IconClose } from '../../../base/icons';
|
||||
import { Icon, IconCloseLarge } from '../../../base/icons';
|
||||
import { replaceNonUnicodeEmojis } from '../../../chat/functions';
|
||||
import AbstractNotification, {
|
||||
type Props
|
||||
@@ -47,7 +47,7 @@ class Notification extends AbstractNotification<Props> {
|
||||
</View>
|
||||
<TouchableOpacity onPress = { this._onDismissed }>
|
||||
<Icon
|
||||
src = { IconClose }
|
||||
src = { IconCloseLarge }
|
||||
style = { styles.dismissIcon } />
|
||||
</TouchableOpacity>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user