From fcb40e601dc6c73213fc982b9adc283ed6a49e31 Mon Sep 17 00:00:00 2001 From: Reem Tariq Date: Wed, 1 May 2024 18:27:27 +0200 Subject: [PATCH] GrafanaUI: Add two icons add-user and clip-attach (#87112) * add two icons add-user and clip-attach * rename clip-attach to attach --- packages/grafana-data/src/types/icon.ts | 2 ++ public/img/icons/unicons/add-user.svg | 6 ++++++ public/img/icons/unicons/attach.svg | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 public/img/icons/unicons/add-user.svg create mode 100644 public/img/icons/unicons/attach.svg diff --git a/packages/grafana-data/src/types/icon.ts b/packages/grafana-data/src/types/icon.ts index ab02b8790f1..77e939a4524 100644 --- a/packages/grafana-data/src/types/icon.ts +++ b/packages/grafana-data/src/types/icon.ts @@ -245,6 +245,8 @@ export const availableIconsIndex = { 'wrap-text': true, rss: true, x: true, + 'add-user': true, + attach: true, }; export type IconName = keyof typeof availableIconsIndex; diff --git a/public/img/icons/unicons/add-user.svg b/public/img/icons/unicons/add-user.svg new file mode 100644 index 00000000000..2257533ba6c --- /dev/null +++ b/public/img/icons/unicons/add-user.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/public/img/icons/unicons/attach.svg b/public/img/icons/unicons/attach.svg new file mode 100644 index 00000000000..8334c667762 --- /dev/null +++ b/public/img/icons/unicons/attach.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file