mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -211,7 +211,7 @@ const Button = React.forwardRef<any, any>(({
|
||||
title = { accessibilityLabel }
|
||||
type = { isSubmit ? 'submit' : 'button' }>
|
||||
{icon && <Icon
|
||||
size = { 20 }
|
||||
size = { 24 }
|
||||
src = { icon } />}
|
||||
{(labelKey || label) && <span className = { icon ? styles.textWithIcon : '' }>
|
||||
{labelKey ? t(labelKey) : label}
|
||||
|
||||
Reference in New Issue
Block a user