Skip to content

Commit

Permalink
feat: [SIW-470] Add PSP as navigation icon (#58)
Browse files Browse the repository at this point in the history
## Short description
This PR adds the `psp` icon as a `IONavIcons` as shown in the IT Wallet
FIGMA.

## List of changes proposed in this pull request
- Adds a new `navPsp` property in the `IOIcons` and `IONavIcons`
objects.

## How to test
Run the example app and check if the icon gets rendered in the `Icons ->
Navigation` section.
  • Loading branch information
LazyAfternoons authored Sep 7, 2023
1 parent d3cb9d0 commit 933ddc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/icons/Icon.tsx
Original file line number Diff line number Diff line change
@@ -262,6 +262,7 @@ export const IOIcons = {
navServicesFocused: IconNavServicesFocused,
navProfile: IconNavProfile,
navProfileFocused: IconNavProfileFocused,
navPsp: IconPSP,
legRadioOn: LegIconRadioOn,
legRadioOff: LegIconRadioOff,
legCheckOn: LegIconCheckOn,
@@ -414,6 +415,7 @@ const {
navScan,
navServices,
navProfile,
navPsp,
navMessagesFocused,
navWalletFocused,
navServicesFocused,
@@ -426,6 +428,7 @@ export const IONavIcons = {
navScan,
navServices,
navProfile,
navPsp,
navMessagesFocused,
navWalletFocused,
navServicesFocused,

0 comments on commit 933ddc5

Please sign in to comment.