mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
added devices
This commit is contained in:
@ -192,4 +192,22 @@ class Assets {
|
||||
|
||||
//assets/icons/sos_normal.svg
|
||||
static const String sosNormal = 'assets/icons/sos_normal.svg';
|
||||
|
||||
//assets/icons/routine/tab_to_run.svg
|
||||
static const String tabToRun = 'assets/icons/routine/tab_to_run.svg';
|
||||
|
||||
//assets/icons/routine/schedule.svg
|
||||
static const String schedule = 'assets/icons/routine/schedule.svg';
|
||||
|
||||
//assets/icons/routine/map.svg
|
||||
static const String map = 'assets/icons/routine/map.svg';
|
||||
|
||||
//assets/icons/routine/weather.svg
|
||||
static const String weather = 'assets/icons/routine/weather.svg';
|
||||
|
||||
//assets/icons/routine/notification.svg
|
||||
static const String notification = 'assets/icons/routine/notification.svg';
|
||||
|
||||
//assets/icons/routine/delay.svg
|
||||
static const String delay = 'assets/icons/routine/delay.svg';
|
||||
}
|
||||
|
Reference in New Issue
Block a user