From f6e4dd9b0c8f965d8c1f68ba41f5b4dabe4a8f50 Mon Sep 17 00:00:00 2001 From: John-George Sample Date: Fri, 31 Oct 2025 09:30:06 -0400 Subject: [PATCH] Icon: Add `thumbs-down` to `availableIconIndex` (#113108) add `thumbs-down` to icon types --- packages/grafana-data/src/types/icon.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-data/src/types/icon.ts b/packages/grafana-data/src/types/icon.ts index 4f8cd0c2e3f..6a6f91be45c 100644 --- a/packages/grafana-data/src/types/icon.ts +++ b/packages/grafana-data/src/types/icon.ts @@ -255,6 +255,7 @@ export const availableIconsIndex = { 'tag-alt': true, 'telegram-alt': true, 'text-fields': true, + 'thumbs-down': true, 'thumbs-up': true, times: true, 'times-circle': true,