@@ -149,9 +149,13 @@ import Vol1S250 from '../../sass/icons/active-symbols/volatility/1s250 index/ic-
149
149
import Vol1S300 from '../../sass/icons/active-symbols/volatility/1s300 index/ic-300-1s-index.svg' ;
150
150
import Crash300 from '../../sass/icons/active-symbols/volatility/crash300 index/crash300 index.svg' ;
151
151
import Crash500 from '../../sass/icons/active-symbols/volatility/crash500 index/crash500 index.svg' ;
152
+ import Crash600 from '../../sass/icons/active-symbols/volatility/crash600 index/crash600 index.svg' ;
153
+ import Crash900 from '../../sass/icons/active-symbols/volatility/crash900 index/crash900 index.svg' ;
152
154
import Crash1000 from '../../sass/icons/active-symbols/volatility/crash1000 index/crash1000 index.svg' ;
153
155
import Boom300 from '../../sass/icons/active-symbols/volatility/boom300 index/boom300 index.svg' ;
154
156
import Boom500 from '../../sass/icons/active-symbols/volatility/boom500 index/boom500 index.svg' ;
157
+ import Boom600 from '../../sass/icons/active-symbols/volatility/boom600 index/boom600 index.svg' ;
158
+ import Boom900 from '../../sass/icons/active-symbols/volatility/boom900 index/boom900 index.svg' ;
155
159
import Boom1000 from '../../sass/icons/active-symbols/volatility/boom1000 index/boom1000 index.svg' ;
156
160
import MarketBear from '../../sass/icons/active-symbols/volatility/bear market/ic-marketbear.svg' ;
157
161
import MarketBull from '../../sass/icons/active-symbols/volatility/bull market/ic-marketbull.svg' ;
@@ -561,9 +565,13 @@ export const ItemIconMap = {
561
565
'1HZ300V' : Wrapper ( Vol1S300 ) ,
562
566
BOOM300N : Wrapper ( Boom300 ) ,
563
567
BOOM500 : Wrapper ( Boom500 ) ,
568
+ BOOM600 : Wrapper ( Boom600 ) ,
569
+ BOOM900 : Wrapper ( Boom900 ) ,
564
570
BOOM1000 : Wrapper ( Boom1000 ) ,
565
571
CRASH300N : Wrapper ( Crash300 ) ,
566
572
CRASH500 : Wrapper ( Crash500 ) ,
573
+ CRASH600 : Wrapper ( Crash600 ) ,
574
+ CRASH900 : Wrapper ( Crash900 ) ,
567
575
CRASH1000 : Wrapper ( Crash1000 ) ,
568
576
RDBEAR : Wrapper ( MarketBear ) ,
569
577
RDBULL : Wrapper ( MarketBull ) ,
0 commit comments