diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e6566dc..45cdb9429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +- Broken heart icon for unsubscribe ([#2272](https://github.com/lbryio/lbry-desktop/pull/2272) + ### Changed ### Fixed diff --git a/src/renderer/component/common/icon-custom.jsx b/src/renderer/component/common/icon-custom.jsx index 55ed86854..d21c4941d 100644 --- a/src/renderer/component/common/icon-custom.jsx +++ b/src/renderer/component/common/icon-custom.jsx @@ -110,6 +110,7 @@ export const customIcons = { /> ), + // Extended from the feather-icons Heart [ICONS.UNSUBSCRIBE]: buildIcon( ),