Add sparkle icon

This commit is contained in:
Théo Poizat
2025-11-20 09:52:46 +01:00
committed by Dat H. Pham
parent 06412f1493
commit fb31488c99
2 changed files with 4 additions and 0 deletions
@@ -261,6 +261,7 @@ class ImagePaths {
String get icRemoveLink => _getImagePath('ic_remove_link.svg');
String get icText => _getImagePath('ic_text.svg');
String get icUser => _getImagePath('ic_user.svg');
String get icSparkle => _getImagePath('ic_sparkle.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;