mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@grafana/ui: Add bell-slash to available icons (#29579)
Used in Alerting UI for alert silencing.
This commit is contained in:
parent
fa64d7ece4
commit
a7bdc059c1
@ -80,6 +80,7 @@ export type IconName =
|
||||
| 'compass'
|
||||
| 'sliders-v-alt'
|
||||
| 'bell'
|
||||
| 'bell-slash'
|
||||
| 'database'
|
||||
| 'user'
|
||||
| 'camera'
|
||||
@ -198,6 +199,7 @@ export const getAvailableIcons = (): IconName[] => [
|
||||
'compass',
|
||||
'sliders-v-alt',
|
||||
'bell',
|
||||
'bell-slash',
|
||||
'database',
|
||||
'user',
|
||||
'camera',
|
||||
|
Loading…
Reference in New Issue
Block a user