mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
[INJI-691]: add backup icon and new label for the fetaure in settings screen
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
This commit is contained in:
committed by
KiruthikaJeyashankar
parent
d1e85651ca
commit
3ad072ecb8
@@ -23,6 +23,7 @@ import MagnifierZoom from '../../assets/Magnifier_Zoom.svg';
|
||||
import GoogleDriveIcon from '../../assets/google-drive-28.svg';
|
||||
import {displayType} from '../../machines/issuersMachine';
|
||||
import {IssuerProps} from '../openId4VCI/Issuer';
|
||||
import Backup from '../../assets/Backup.svg';
|
||||
import {
|
||||
EsignetMosipVCItemContentProps,
|
||||
ExistingMosipVCItemContentProps,
|
||||
@@ -187,6 +188,17 @@ export class SvgImage {
|
||||
);
|
||||
}
|
||||
|
||||
static DataBackupIcon() {
|
||||
return (
|
||||
<Backup
|
||||
color1={Theme.Colors.linearGradientStart}
|
||||
color2={Theme.Colors.linearGradientEnd}
|
||||
width={25}
|
||||
height={25}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
static SuccessLogo() {
|
||||
return <SuccessLogo {...testIDProps('SuccessLogo')} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user