Skip to content

Commit 4b181ee

Browse files
Merge pull request #82 from Chat-Your-Way/CHAT-218--change-the-icon-for-Subscribe
Change the icon for “Subscribe”
2 parents 61dfd1e + de8dc7d commit 4b181ee

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

src/components/Chat/TopicSettingsMenu/TopicSettings.styled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const MenuIconComplain = styled(ICONS.DANGER_CIRCLE)`
106106
: p.theme.palette.primary.main};
107107
`;
108108

109-
export const MenuIconSubscribe = styled(ICONS.BOOKMARK)`
109+
export const MenuIconSubscribe = styled(ICONS.SUBSCRIBE)`
110110
min-width: 20px;
111111
min-height: 20px;
112112
fill: ${(p) =>

src/ui-kit/icons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { ReactComponent as ArrowUp2 } from './svg-icons/ArrowUp2.svg';
2626
import { ReactComponent as ArrowUpC } from './svg-icons/ArrowUpC.svg';
2727
import { ReactComponent as ArrowUpS } from './svg-icons/ArrowUpS.svg';
2828
import { ReactComponent as BanNotific } from './svg-icons/BanNotific.svg';
29-
import { ReactComponent as Bookmark } from './svg-icons/Bookmark.svg';
3029
import { ReactComponent as Category } from './svg-icons/Category.svg';
3130
import { ReactComponent as Chat } from './svg-icons/Chat.svg';
3231
import { ReactComponent as DangerCircle } from './svg-icons/DangerCircle.svg';
@@ -67,6 +66,7 @@ import { ReactComponent as ShieldFail } from './svg-icons/ShieldFail.svg';
6766
import { ReactComponent as Show } from './svg-icons/Show.svg';
6867
import { ReactComponent as Smile } from './svg-icons/Smile.svg';
6968
import { ReactComponent as Star } from './svg-icons/Star.svg';
69+
import { ReactComponent as Subscribe } from './svg-icons/Subscribe.svg';
7070
import { ReactComponent as Swap } from './svg-icons/Swap.svg';
7171
import { ReactComponent as TickSquare } from './svg-icons/TickSquare.svg';
7272
import { ReactComponent as TimeCircle } from './svg-icons/TimeCircle.svg';
@@ -103,7 +103,6 @@ export const ICONS = {
103103
ARROW_UP_C: ArrowUpC,
104104
ARROW_UP_S: ArrowUpS,
105105
BAN_NOTIFICATION: BanNotific,
106-
BOOKMARK: Bookmark,
107106
CATEGORY: Category,
108107
CONFIRM: Confirm,
109108
CHAT: Chat,
@@ -148,6 +147,7 @@ export const ICONS = {
148147
SHOW: Show,
149148
SMILE: Smile,
150149
STAR: Star,
150+
SUBSCRIBE: Subscribe,
151151
SWAP: Swap,
152152
TICK_SQUARE: TickSquare,
153153
TIME_CIRCLE: TimeCircle,

src/ui-kit/icons/svg-icons/Bookmark.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)