From 488423abfc7af942378d86e6a12cf56a7b723868 Mon Sep 17 00:00:00 2001 From: Elliot Kirk Date: Fri, 7 Nov 2025 04:53:42 -0500 Subject: [PATCH] Icons: add hand pointer icon (#113255) add hand pointer icon --- packages/grafana-data/src/types/icon.ts | 1 + public/img/icons/unicons/hand-pointer.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/img/icons/unicons/hand-pointer.svg diff --git a/packages/grafana-data/src/types/icon.ts b/packages/grafana-data/src/types/icon.ts index 6a6f91be45c..b49be0d5363 100644 --- a/packages/grafana-data/src/types/icon.ts +++ b/packages/grafana-data/src/types/icon.ts @@ -162,6 +162,7 @@ export const availableIconsIndex = { globe: true, grafana: true, 'graph-bar': true, + 'hand-pointer': true, heart: true, 'heart-rate': true, 'heart-break': true, diff --git a/public/img/icons/unicons/hand-pointer.svg b/public/img/icons/unicons/hand-pointer.svg new file mode 100644 index 00000000000..af9825dc305 --- /dev/null +++ b/public/img/icons/unicons/hand-pointer.svg @@ -0,0 +1 @@ + \ No newline at end of file