This commit is contained in:
mohammad
2024-11-14 09:34:33 +03:00
parent 93f6489d22
commit 44965d8928
3 changed files with 26 additions and 0 deletions

View File

@ -1106,6 +1106,7 @@ class Assets {
static const String updateIcon = "assets/icons/update_icon.svg";
static const String emptyUpdateIcon = "assets/icons/empty_update_icon.svg";
static const String checkUpdateIcon = "assets/icons/check_update_icon.svg";
static const String sosDevice = "assets/icons/sos_device.svg";
}