TF-644 Update new icon for attachment

This commit is contained in:
dab246
2022-06-14 11:45:33 +07:00
committed by Dat H. Pham
parent 99a4b1d9d2
commit a1061e1489
13 changed files with 141 additions and 6 deletions
@@ -118,6 +118,13 @@ class ImagePaths {
String get icSelectedSB => _getImagePath('ic_selected_sb.svg');
String get icUserSB => _getImagePath('ic_user_sb.svg');
String get icComposeWeb => _getImagePath('ic_compose_web.svg');
String get icFileDocx => _getImagePath('ic_file_docx.svg');
String get icFileZip => _getImagePath('ic_file_zip.svg');
String get icFileXlsx => _getImagePath('ic_file_xlsx.svg');
String get icFilePng => _getImagePath('ic_file_png.svg');
String get icFilePdf => _getImagePath('ic_file_pdf.svg');
String get icFilePptx => _getImagePath('ic_file_pptx.svg');
String get icFileEPup => _getImagePath('ic_file_epup.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;