Skip to content

Commit

Permalink
Merge pull request #1632 from maryia-deriv/maryia/OPT-909/add-step-in…
Browse files Browse the repository at this point in the history
…dices-300-400

[DTRA] Maryia/OPT-909/feat: add icons for new Step indices 300 & 400
  • Loading branch information
balakrishna-deriv authored Aug 26, 2024
2 parents 54628dc + b48ef6d commit 0d6553c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ import MarketBear from '../../sass/icons/active-symbols/volatility/bear market/i
import MarketBull from '../../sass/icons/active-symbols/volatility/bull market/ic-marketbull.svg';
import Step100 from '../../sass/icons/active-symbols/volatility/step index/step-100-index.svg';
import Step200 from '../../sass/icons/active-symbols/volatility/step index/step-200-index.svg';
import Step300 from '../../sass/icons/active-symbols/volatility/step index/step-300-index.svg';
import Step400 from '../../sass/icons/active-symbols/volatility/step index/step-400-index.svg';
import Step500 from '../../sass/icons/active-symbols/volatility/step index/step-500-index.svg';
import JD10 from '../../sass/icons/active-symbols/volatility/jd10 index/ic-10-index.svg';
import JD25 from '../../sass/icons/active-symbols/volatility/jd25 index/ic-25-index.svg';
Expand Down Expand Up @@ -565,6 +567,8 @@ export const ItemIconMap = {
RDBULL: Wrapper(MarketBull),
stpRNG: Wrapper(Step100),
stpRNG2: Wrapper(Step200),
stpRNG3: Wrapper(Step300),
stpRNG4: Wrapper(Step400),
stpRNG5: Wrapper(Step500),
JD10: Wrapper(JD10),
JD25: Wrapper(JD25),
Expand Down

0 comments on commit 0d6553c

Please sign in to comment.