Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								b1885387b6
							
						
					
				
			
			
				commit
				
					
						134de736dc
					
				
			
		
					 123 changed files with 927 additions and 725 deletions
				
			
		|  | @ -8,6 +8,7 @@ import ImmutablePropTypes from 'react-immutable-proptypes'; | |||
| import ImmutablePureComponent from 'react-immutable-pure-component'; | ||||
| import { connect } from 'react-redux'; | ||||
| 
 | ||||
| import { ReactComponent as RefreshIcon } from '@material-symbols/svg-600/outlined/refresh.svg'; | ||||
| import { debounce } from 'lodash'; | ||||
| 
 | ||||
| import { Icon }  from 'mastodon/components/icon'; | ||||
|  | @ -74,7 +75,7 @@ class Reblogs extends ImmutablePureComponent { | |||
|           showBackButton | ||||
|           multiColumn={multiColumn} | ||||
|           extraButton={( | ||||
|             <button type='button' className='column-header__button' title={intl.formatMessage(messages.refresh)} aria-label={intl.formatMessage(messages.refresh)} onClick={this.handleRefresh}><Icon id='refresh' /></button> | ||||
|             <button type='button' className='column-header__button' title={intl.formatMessage(messages.refresh)} aria-label={intl.formatMessage(messages.refresh)} onClick={this.handleRefresh}><Icon id='refresh' icon={RefreshIcon} /></button> | ||||
|           )} | ||||
|         /> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue