diff --git a/frappe-ui b/frappe-ui
index 95e51c41..51e68dea 160000
--- a/frappe-ui
+++ b/frappe-ui
@@ -1 +1 @@
-Subproject commit 95e51c41c498e00633e84b8031b17429738107a1
+Subproject commit 51e68dea9c230533618d8ec4248df2c46cfb138b
diff --git a/frontend/src/components/Icons/BillingIcon.vue b/frontend/src/components/Icons/BillingIcon.vue
new file mode 100644
index 00000000..82c74c7c
--- /dev/null
+++ b/frontend/src/components/Icons/BillingIcon.vue
@@ -0,0 +1,16 @@
+
+
+
diff --git a/frontend/src/components/Icons/PlansIcon.vue b/frontend/src/components/Icons/PlansIcon.vue
new file mode 100644
index 00000000..a0ac6dbb
--- /dev/null
+++ b/frontend/src/components/Icons/PlansIcon.vue
@@ -0,0 +1,16 @@
+
+
+
diff --git a/frontend/src/components/Settings/Settings.vue b/frontend/src/components/Settings/Settings.vue
index da8e9a3e..68b12c42 100644
--- a/frontend/src/components/Settings/Settings.vue
+++ b/frontend/src/components/Settings/Settings.vue
@@ -45,8 +45,8 @@ import ContactsIcon from '@/components/Icons/ContactsIcon.vue'
import WhatsAppIcon from '@/components/Icons/WhatsAppIcon.vue'
import ERPNextIcon from '@/components/Icons/ERPNextIcon.vue'
import PhoneIcon from '@/components/Icons/PhoneIcon.vue'
-import UpgradeIcon from '@/components/Icons/UpgradeIcon.vue'
-import WalletsIcon from '@/components/Icons/WalletsIcon.vue'
+import PlansIcon from '@/components/Icons/PlansIcon.vue'
+import BillingIcon from '@/components/Icons/BillingIcon.vue'
import InviteMemberPage from '@/components/Settings/InviteMemberPage.vue'
import ProfileSettings from '@/components/Settings/ProfileSettings.vue'
import WhatsAppSettings from '@/components/Settings/WhatsAppSettings.vue'
@@ -89,12 +89,12 @@ const tabs = computed(() => {
items: [
{
label: 'Plans',
- icon: UpgradeIcon,
+ icon: PlansIcon,
component: markRaw(h(Plans, { baseAPIPath: 'crm.api.saas_billing' })),
},
{
label: 'Billing',
- icon: WalletsIcon,
+ icon: BillingIcon,
component: markRaw(
h(Billing, {
baseAPIPath: 'crm.api.saas_billing',