mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
add sensor type icons, and help description icon
This commit is contained in:
@ -135,6 +135,11 @@ class Assets {
|
||||
static const String doorUnlock = 'assets/icons/door_un_look_ic.svg';
|
||||
|
||||
//assets/icons/lockIcon.svg
|
||||
|
||||
static const String lockIcon = 'assets/icons/lockIcon.svg';
|
||||
|
||||
static const String bathroom = 'assets/icons/bathroom.svg';
|
||||
static const String bedroom = 'assets/icons/bedroom.svg';
|
||||
static const String dyi = 'assets/icons/dyi.svg';
|
||||
static const String office = 'assets/icons/office.svg';
|
||||
static const String parlour = 'assets/icons/parlour.svg';
|
||||
}
|
||||
|
Reference in New Issue
Block a user