Commit a7bdc059 by Andreas Opferkuch Committed by GitHub

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

Used in Alerting UI for alert silencing.
parent fa64d7ec
...@@ -80,6 +80,7 @@ export type IconName = ...@@ -80,6 +80,7 @@ export type IconName =
| 'compass' | 'compass'
| 'sliders-v-alt' | 'sliders-v-alt'
| 'bell' | 'bell'
| 'bell-slash'
| 'database' | 'database'
| 'user' | 'user'
| 'camera' | 'camera'
...@@ -198,6 +199,7 @@ export const getAvailableIcons = (): IconName[] => [ ...@@ -198,6 +199,7 @@ export const getAvailableIcons = (): IconName[] => [
'compass', 'compass',
'sliders-v-alt', 'sliders-v-alt',
'bell', 'bell',
'bell-slash',
'database', 'database',
'user', 'user',
'camera', 'camera',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment