[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:
Pooja Babusingh
2024-01-23 10:38:29 +05:30
committed by KiruthikaJeyashankar
parent d1e85651ca
commit 3ad072ecb8
6 changed files with 48 additions and 12 deletions

View File

@@ -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')} />;
}