diff --git a/app/assets/javascripts/admin/addon/templates/user-index.hbs b/app/assets/javascripts/admin/addon/templates/user-index.hbs
index 8bf8131f57..9e1e11b79b 100644
--- a/app/assets/javascripts/admin/addon/templates/user-index.hbs
+++ b/app/assets/javascripts/admin/addon/templates/user-index.hbs
@@ -38,7 +38,7 @@
{{#if this.model.email}}
{{this.model.email}}
{{else}}
-
+
{{/if}}
@@ -65,7 +65,7 @@
{{i18n "user.email.no_secondary"}}
{{/if}}
{{else}}
-
+
{{/if}}
@@ -99,7 +99,7 @@
{{#if this.associatedAccountsLoaded}}
{{this.associatedAccounts}}
{{else}}
-
+
{{/if}}
@@ -561,7 +561,7 @@
{{#if this.ssoExternalEmail}}
{{this.ssoExternalEmail}}
{{else}}
-
+
{{/if}}
{{/if}}
diff --git a/app/assets/javascripts/discourse-common/addon/lib/icon-library.js b/app/assets/javascripts/discourse-common/addon/lib/icon-library.js
index b9a83de3d8..df1149d8a5 100644
--- a/app/assets/javascripts/discourse-common/addon/lib/icon-library.js
+++ b/app/assets/javascripts/discourse-common/addon/lib/icon-library.js
@@ -34,8 +34,8 @@ const REPLACEMENTS = {
"notification.liked_2": "heart",
"notification.liked_many": "heart",
"notification.liked_consolidated": "heart",
- "notification.private_message": "far-envelope",
- "notification.invited_to_private_message": "far-envelope",
+ "notification.private_message": "envelope",
+ "notification.invited_to_private_message": "envelope",
"notification.invited_to_topic": "hand-point-right",
"notification.invitee_accepted": "user",
"notification.moved_post": "sign-out-alt",
diff --git a/app/assets/javascripts/discourse/app/components/user-nav.hbs b/app/assets/javascripts/discourse/app/components/user-nav.hbs
index 4caa7d2e7a..f4a2757cae 100644
--- a/app/assets/javascripts/discourse/app/components/user-nav.hbs
+++ b/app/assets/javascripts/discourse/app/components/user-nav.hbs
@@ -28,7 +28,7 @@
{{#if @showPrivateMessages}}
- {{d-icon "far-envelope"}}
+ {{d-icon "envelope"}}
{{i18n "user.private_messages"}}
diff --git a/app/assets/javascripts/discourse/app/templates/about.hbs b/app/assets/javascripts/discourse/app/templates/about.hbs
index 568edf2169..444b373c40 100644
--- a/app/assets/javascripts/discourse/app/templates/about.hbs
+++ b/app/assets/javascripts/discourse/app/templates/about.hbs
@@ -120,7 +120,7 @@
{{#if this.contactInfo}}
{{/if}}
diff --git a/app/assets/javascripts/discourse/app/templates/components/edit-category-settings.hbs b/app/assets/javascripts/discourse/app/templates/components/edit-category-settings.hbs
index 2f9f51a47f..5df8c8dba4 100644
--- a/app/assets/javascripts/discourse/app/templates/components/edit-category-settings.hbs
+++ b/app/assets/javascripts/discourse/app/templates/components/edit-category-settings.hbs
@@ -229,7 +229,7 @@
{{#if this.emailInEnabled}}
diff --git a/app/assets/javascripts/discourse/app/templates/components/reviewable-queued-post.hbs b/app/assets/javascripts/discourse/app/templates/components/reviewable-queued-post.hbs
index 39b8e7dd3a..ff7e70e3af 100644
--- a/app/assets/javascripts/discourse/app/templates/components/reviewable-queued-post.hbs
+++ b/app/assets/javascripts/discourse/app/templates/components/reviewable-queued-post.hbs
@@ -7,7 +7,7 @@
{{#if this.reviewable.payload.via_email}}
- {{d-icon "far-envelope" title="post.via_email"}}
+ {{d-icon "envelope" title="post.via_email"}}
{{/if}}
diff --git a/app/assets/javascripts/discourse/app/templates/components/tag-list.hbs b/app/assets/javascripts/discourse/app/templates/components/tag-list.hbs
index eb3e459841..1adf14a961 100644
--- a/app/assets/javascripts/discourse/app/templates/components/tag-list.hbs
+++ b/app/assets/javascripts/discourse/app/templates/components/tag-list.hbs
@@ -9,7 +9,7 @@
{{/if}}
{{#each this.sortedTags as |tag|}}
- {{discourse-tag tag.id description=tag.description isPrivateMessage=this.isPrivateMessage pmOnly=tag.pmOnly tagsForUser=this.tagsForUser}} {{#if tag.pmOnly}}{{d-icon "far-envelope"}}{{/if}}{{#if tag.totalCount}} x {{tag.totalCount}}{{/if}}
+ {{discourse-tag tag.id description=tag.description isPrivateMessage=this.isPrivateMessage pmOnly=tag.pmOnly tagsForUser=this.tagsForUser}} {{#if tag.pmOnly}}{{d-icon "envelope"}}{{/if}}{{#if tag.totalCount}} x {{tag.totalCount}}{{/if}}
{{/each}}
diff --git a/app/assets/javascripts/discourse/app/templates/components/user-card-contents.hbs b/app/assets/javascripts/discourse/app/templates/components/user-card-contents.hbs
index eb422a5e39..a2097db3ef 100644
--- a/app/assets/javascripts/discourse/app/templates/components/user-card-contents.hbs
+++ b/app/assets/javascripts/discourse/app/templates/components/user-card-contents.hbs
@@ -196,11 +196,11 @@
{{/if}}
{{#if this.showCheckEmail}}
- {{d-icon "far-envelope" title="user.email.title"}}
+ {{d-icon "envelope" title="user.email.title"}}
{{#if this.user.email}}
{{this.user.email}}
{{else}}
-
+
{{/if}}
{{/if}}
diff --git a/app/assets/javascripts/discourse/app/templates/preferences/account.hbs b/app/assets/javascripts/discourse/app/templates/preferences/account.hbs
index 6d7069c5f9..c8a33c91fd 100644
--- a/app/assets/javascripts/discourse/app/templates/preferences/account.hbs
+++ b/app/assets/javascripts/discourse/app/templates/preferences/account.hbs
@@ -83,7 +83,7 @@
{{else}}
-
+
{{/if}}
@@ -123,7 +123,7 @@
{{else}}
-
+
{{/if}}
diff --git a/app/assets/javascripts/discourse/app/templates/user.hbs b/app/assets/javascripts/discourse/app/templates/user.hbs
index 553196e307..80b308b013 100644
--- a/app/assets/javascripts/discourse/app/templates/user.hbs
+++ b/app/assets/javascripts/discourse/app/templates/user.hbs
@@ -199,7 +199,7 @@
{{#if this.model.email}}
{{this.model.email}}
{{else}}
-
+
{{/if}}
@@ -263,7 +263,7 @@
{{/if}}
{{#if this.showPrivateMessages}}
- {{d-icon "far-envelope"}}{{i18n 'user.private_messages'}}
+ {{d-icon "envelope"}}{{i18n 'user.private_messages'}}
{{/if}}
{{#if this.canInviteToForum}}
diff --git a/app/assets/stylesheets/common/base/menu-panel.scss b/app/assets/stylesheets/common/base/menu-panel.scss
index 201614eb63..4289530592 100644
--- a/app/assets/stylesheets/common/base/menu-panel.scss
+++ b/app/assets/stylesheets/common/base/menu-panel.scss
@@ -504,7 +504,7 @@
}
}
.is-warning {
- .d-icon-far-envelope {
+ .d-icon-envelope {
color: var(--danger);
}
}
diff --git a/plugins/styleguide/assets/javascripts/discourse/templates/styleguide/organisms/user-about.hbs b/plugins/styleguide/assets/javascripts/discourse/templates/styleguide/organisms/user-about.hbs
index 2967778664..35949d0b42 100644
--- a/plugins/styleguide/assets/javascripts/discourse/templates/styleguide/organisms/user-about.hbs
+++ b/plugins/styleguide/assets/javascripts/discourse/templates/styleguide/organisms/user-about.hbs
@@ -142,7 +142,7 @@
{{i18n "user.trust_level"}}{{this.dummy.user.trustLevel.name}}
{{i18n "user.email.title"}}
-
+
{{i18n "groups.title" count=this.dummy.user.displayGroups.length}}
@@ -237,7 +237,7 @@
{{i18n "user.trust_level"}}{{this.dummy.user.trustLevel.name}}
{{i18n "user.email.title"}}
-
+
{{i18n "groups.title" count=this.dummy.user.displayGroups.length}}