Skip to content

Commit eff5e5e

Browse files
authored
Merge pull request #1642 from henry-deriv/henry/dtra-2203/add-new-indices-multiplier
feat: add icons
2 parents 381493c + 6c4c964 commit eff5e5e

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/components/Icons.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,13 @@ import Vol1S250 from '../../sass/icons/active-symbols/volatility/1s250 index/ic-
149149
import Vol1S300 from '../../sass/icons/active-symbols/volatility/1s300 index/ic-300-1s-index.svg';
150150
import Crash300 from '../../sass/icons/active-symbols/volatility/crash300 index/crash300 index.svg';
151151
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';
152154
import Crash1000 from '../../sass/icons/active-symbols/volatility/crash1000 index/crash1000 index.svg';
153155
import Boom300 from '../../sass/icons/active-symbols/volatility/boom300 index/boom300 index.svg';
154156
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';
155159
import Boom1000 from '../../sass/icons/active-symbols/volatility/boom1000 index/boom1000 index.svg';
156160
import MarketBear from '../../sass/icons/active-symbols/volatility/bear market/ic-marketbear.svg';
157161
import MarketBull from '../../sass/icons/active-symbols/volatility/bull market/ic-marketbull.svg';
@@ -561,9 +565,13 @@ export const ItemIconMap = {
561565
'1HZ300V': Wrapper(Vol1S300),
562566
BOOM300N: Wrapper(Boom300),
563567
BOOM500: Wrapper(Boom500),
568+
BOOM600: Wrapper(Boom600),
569+
BOOM900: Wrapper(Boom900),
564570
BOOM1000: Wrapper(Boom1000),
565571
CRASH300N: Wrapper(Crash300),
566572
CRASH500: Wrapper(Crash500),
573+
CRASH600: Wrapper(Crash600),
574+
CRASH900: Wrapper(Crash900),
567575
CRASH1000: Wrapper(Crash1000),
568576
RDBEAR: Wrapper(MarketBear),
569577
RDBULL: Wrapper(MarketBull),

0 commit comments

Comments
 (0)