diff --git a/app/assets/javascripts/discourse-common/lib/icon-library.js.es6 b/app/assets/javascripts/discourse-common/lib/icon-library.js.es6 index 70e1ab152cd..a4ebfd938f2 100644 --- a/app/assets/javascripts/discourse-common/lib/icon-library.js.es6 +++ b/app/assets/javascripts/discourse-common/lib/icon-library.js.es6 @@ -6,11 +6,11 @@ const SVG_NAMESPACE = "http://www.w3.org/2000/svg"; let _renderers = []; const REPLACEMENTS = { - "d-tracking": "circle", - "d-muted": "times-circle", - "d-regular": "far-circle", - "d-watching": "exclamation-circle", - "d-watching-first": "far-dot-circle", + "d-tracking": "bell", + "d-muted": "discourse-bell-slash", + "d-regular": "far-bell", + "d-watching": "discourse-bell-exclamation", + "d-watching-first": "discourse-bell-one", "d-drop-expanded": "caret-down", "d-drop-collapsed": "caret-right", "d-unliked": "far-heart", @@ -33,7 +33,7 @@ const REPLACEMENTS = { "notification.linked": "link", "notification.granted_badge": "certificate", "notification.topic_reminder": "far-clock", - "notification.watching_first_post": "far-dot-circle", + "notification.watching_first_post": "discourse-bell-one", "notification.group_message_summary": "users", "notification.post_approved": "check", "notification.membership_request_accepted": "user-plus", diff --git a/app/assets/stylesheets/common/base/d-icon.scss b/app/assets/stylesheets/common/base/d-icon.scss index bc7c9526260..e7531717892 100644 --- a/app/assets/stylesheets/common/base/d-icon.scss +++ b/app/assets/stylesheets/common/base/d-icon.scss @@ -2,7 +2,7 @@ .d-icon.d-icon-d-muted, .d-icon.d-icon-d-watching-first, .d-icon.d-icon-d-watching-first-post { - color: dark-light-choose($primary-medium, $secondary-medium); + color: $primary-high; } .d-icon.d-icon-d-tracking, diff --git a/lib/svg_sprite/svg_sprite.rb b/lib/svg_sprite/svg_sprite.rb index de5cd4be2a6..35ef39aed05 100644 --- a/lib/svg_sprite/svg_sprite.rb +++ b/lib/svg_sprite/svg_sprite.rb @@ -57,6 +57,9 @@ module SvgSprite "crosshairs", "cube", "desktop", + "discourse-bell-exclamation", + "discourse-bell-one", + "discourse-bell-slash", "discourse-compress", "discourse-expand", "download", diff --git a/vendor/assets/svg-icons/discourse-additional.svg b/vendor/assets/svg-icons/discourse-additional.svg index 693075948ca..343b5b6abce 100644 --- a/vendor/assets/svg-icons/discourse-additional.svg +++ b/vendor/assets/svg-icons/discourse-additional.svg @@ -11,7 +11,20 @@ Additional SVG icons + - + + + + + + + + + + + + +