mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 19:24:22 +08:00
@grafana/ui: Replace various icons using Icon component (#23442)
* Replace icons in dashboard and settings * Replace icons in alerting * Update batch of icons * Implement icons accross various files * Style updates * Search: Fix recent and starred icons * Update styling and details * Replace new icon created by unicons * Fix e2e test, styling * Minor styling updates Co-authored-by: Clarity-89 <homes89@ukr.net>
This commit is contained in:
@ -34,11 +34,11 @@ export class HelpModal extends React.PureComponent {
|
||||
'Time Range': [
|
||||
{ keys: ['t', 'z'], description: 'Zoom out time range' },
|
||||
{
|
||||
keys: ['t', <i className="fa fa-long-arrow-left" />],
|
||||
keys: ['t', <Icon name="arrow-left" />],
|
||||
description: 'Move time range back',
|
||||
},
|
||||
{
|
||||
keys: ['t', <i className="fa fa-long-arrow-right" />],
|
||||
keys: ['t', <Icon name="arrow-right" />],
|
||||
description: 'Move time range forward',
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user