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