diff --git a/api/web/src/components/CloudTAK/Menu/Iconset.vue b/api/web/src/components/CloudTAK/Menu/Iconset.vue
index 6661647ba..771094a56 100644
--- a/api/web/src/components/CloudTAK/Menu/Iconset.vue
+++ b/api/web/src/components/CloudTAK/Menu/Iconset.vue
@@ -5,18 +5,33 @@
v-if='iconset.username || profile.system_admin'
title='Create Icon'
@click='editIconModal = {}'
- >
+ >
+
+
+ >
+
+
+ >
+
+
+ >
+
+
+ >
+
+
+ >
+
+
@@ -118,7 +133,12 @@
+ >
+
+
@@ -167,7 +187,6 @@ import {
IconRefresh,
IconDownload,
IconFileUpload,
- IconSearch,
IconAlbum,
IconPhoto,
IconPlus
@@ -191,7 +210,6 @@ export default {
TablerLoading,
TablerIconButton,
IconRefresh,
- IconSearch,
},
data: function() {
return {
diff --git a/api/web/src/components/CloudTAK/util/Icons.vue b/api/web/src/components/CloudTAK/util/Icons.vue
index ce15c7cda..365526a3b 100644
--- a/api/web/src/components/CloudTAK/util/Icons.vue
+++ b/api/web/src/components/CloudTAK/util/Icons.vue
@@ -1,7 +1,9 @@