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 =
| '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',
......
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