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:
Théo Poizat
2026-01-27 17:04:24 +01:00
committed by Dat H. Pham
parent 34e1dffa0a
commit b6959a5ab6
5 changed files with 123 additions and 13 deletions
@@ -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');