File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export const MenuIconComplain = styled(ICONS.DANGER_CIRCLE)`
106
106
: p . theme . palette . primary . main } ;
107
107
` ;
108
108
109
- export const MenuIconSubscribe = styled ( ICONS . BOOKMARK ) `
109
+ export const MenuIconSubscribe = styled ( ICONS . SUBSCRIBE ) `
110
110
min-width: 20px;
111
111
min-height: 20px;
112
112
fill: ${ ( p ) =>
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { ReactComponent as ArrowUp2 } from './svg-icons/ArrowUp2.svg';
26
26
import { ReactComponent as ArrowUpC } from './svg-icons/ArrowUpC.svg' ;
27
27
import { ReactComponent as ArrowUpS } from './svg-icons/ArrowUpS.svg' ;
28
28
import { ReactComponent as BanNotific } from './svg-icons/BanNotific.svg' ;
29
- import { ReactComponent as Bookmark } from './svg-icons/Bookmark.svg' ;
30
29
import { ReactComponent as Category } from './svg-icons/Category.svg' ;
31
30
import { ReactComponent as Chat } from './svg-icons/Chat.svg' ;
32
31
import { ReactComponent as DangerCircle } from './svg-icons/DangerCircle.svg' ;
@@ -67,6 +66,7 @@ import { ReactComponent as ShieldFail } from './svg-icons/ShieldFail.svg';
67
66
import { ReactComponent as Show } from './svg-icons/Show.svg' ;
68
67
import { ReactComponent as Smile } from './svg-icons/Smile.svg' ;
69
68
import { ReactComponent as Star } from './svg-icons/Star.svg' ;
69
+ import { ReactComponent as Subscribe } from './svg-icons/Subscribe.svg' ;
70
70
import { ReactComponent as Swap } from './svg-icons/Swap.svg' ;
71
71
import { ReactComponent as TickSquare } from './svg-icons/TickSquare.svg' ;
72
72
import { ReactComponent as TimeCircle } from './svg-icons/TimeCircle.svg' ;
@@ -103,7 +103,6 @@ export const ICONS = {
103
103
ARROW_UP_C : ArrowUpC ,
104
104
ARROW_UP_S : ArrowUpS ,
105
105
BAN_NOTIFICATION : BanNotific ,
106
- BOOKMARK : Bookmark ,
107
106
CATEGORY : Category ,
108
107
CONFIRM : Confirm ,
109
108
CHAT : Chat ,
@@ -148,6 +147,7 @@ export const ICONS = {
148
147
SHOW : Show ,
149
148
SMILE : Smile ,
150
149
STAR : Star ,
150
+ SUBSCRIBE : Subscribe ,
151
151
SWAP : Swap ,
152
152
TICK_SQUARE : TickSquare ,
153
153
TIME_CIRCLE : TimeCircle ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments