@grafana/ui: Add bell-slash to available icons (#29579)

Used in Alerting UI for alert silencing.
This commit is contained in:
Andreas Opferkuch 2020-12-03 18:14:04 +01:00 committed by GitHub
parent fa64d7ece4
commit a7bdc059c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',