Add an animated AI icon for Scribe in desktop web
I moved the previous static icon in its own component and created a component that manage the loading of the appropriate icon: static or dynamic.
This commit is contained in:
@@ -247,6 +247,7 @@ class ImagePaths {
|
||||
String get icFileDownload => _getImagePath('ic_file_download.svg');
|
||||
String get icTwakeWorkplace => _getIconPath('icon_twp.png');
|
||||
String get animLottieTmail => _getAnimationPath('lottie-tmail.json');
|
||||
String get animLottieScribe => _getAnimationPath('lottie-scribe.json');
|
||||
String get icExpandArrows => _getImagePath('ic_expand_arrows.svg');
|
||||
String get icPremium => _getImagePath('ic_premium.svg');
|
||||
String get icCloud => _getImagePath('ic_cloud.svg');
|
||||
|
||||
Reference in New Issue
Block a user