TF-2682 Add new icon and color

This commit is contained in:
DatDang
2024-03-08 10:02:39 +07:00
committed by Dat H. Pham
parent ee49b7e377
commit 24c6141f76
3 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_13333_2266" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="5" width="16" height="10">
<path d="M13.3622 5.92349C13.6197 6.18098 13.6395 6.58614 13.4216 6.86635L13.3622 6.93364L6.21933 14.0765C5.96184 14.334 5.55667 14.3538 5.27647 14.1359L5.20917 14.0765L2.35203 11.2194C2.07309 10.9404 2.07309 10.4881 2.35203 10.2092C2.60952 9.95171 3.01469 9.93191 3.29489 10.1498L3.36218 10.2092L5.71425 12.5607L12.352 5.92349C12.631 5.64454 13.0832 5.64454 13.3622 5.92349ZM17.6479 5.92349C17.9054 6.18098 17.9252 6.58614 17.7073 6.86635L17.6479 6.93364L10.505 14.0765C10.2261 14.3554 9.77383 14.3554 9.49489 14.0765C9.2374 13.819 9.21759 13.4138 9.43547 13.1336L9.49489 13.0663L16.6377 5.92349C16.9167 5.64454 17.369 5.64454 17.6479 5.92349Z" fill="#007AFF"/>
</mask>
<g mask="url(#mask0_13333_2266)">
<rect width="20" height="20" fill="#007AFF"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 974 B

@@ -104,6 +104,7 @@ extension AppColor on Color {
static const colorShadowComposerFullScreen = Color(0x33000000);
static const colorCancelButton = Color(0xFFF2F2F2);
static const colorTextButtonHeaderThread = Color(0xFF686E76);
static const colorTextSettingDescriptions = colorTextButtonHeaderThread;
static const colorButtonHeaderThread = Color(0x99EBEDF0);
static const colorBorderBodyThread = Color(0x5CB8C1CC);
static const colorBgDesktop = Color(0xFFF6F6F6);
@@ -211,6 +211,7 @@ class ImagePaths {
String get icRecoverDeletedMessages => _getImagePath('ic_recover_deleted_messages.svg');
String get icPrinter => _getImagePath('ic_printer.svg');
String get icLogoApp => _getIconPath('logo_app.png');
String get icAlwaysReadReceipt => _getImagePath('ic_always_read_receipt.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;