diff --git a/assets/icons/empty_barred_chart.svg b/assets/icons/empty_barred_chart.svg new file mode 100644 index 00000000..723d5e14 --- /dev/null +++ b/assets/icons/empty_barred_chart.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/empty_energy_management_chart.svg b/assets/icons/empty_energy_management_chart.svg new file mode 100644 index 00000000..042b9990 --- /dev/null +++ b/assets/icons/empty_energy_management_chart.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/assets/icons/empty_energy_management_per_device.svg b/assets/icons/empty_energy_management_per_device.svg new file mode 100644 index 00000000..0408cd3a --- /dev/null +++ b/assets/icons/empty_energy_management_per_device.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/empty_heatmap.svg b/assets/icons/empty_heatmap.svg new file mode 100644 index 00000000..bbb2cfed --- /dev/null +++ b/assets/icons/empty_heatmap.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/icons/empty_range_of_aqi.svg b/assets/icons/empty_range_of_aqi.svg new file mode 100644 index 00000000..aa51a41c --- /dev/null +++ b/assets/icons/empty_range_of_aqi.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/lib/utils/constants/assets.dart b/lib/utils/constants/assets.dart index 6a0ef799..226766b3 100644 --- a/lib/utils/constants/assets.dart +++ b/lib/utils/constants/assets.dart @@ -502,4 +502,11 @@ class Assets { static const String temperatureAqiSidebar = 'assets/icons/thermometer.svg'; static const String humidityAqiSidebar = 'assets/icons/humidity.svg'; static const String autocadOccupancyImage = 'assets/images/autocad_occupancy_image.png'; + static const String emptyBarredChart = 'assets/icons/empty_barred_chart.svg'; + static const String emptyEnergyManagementChart = + 'assets/icons/empty_energy_management_chart.svg'; + static const String emptyEnergyManagementPerDevice = + 'assets/icons/empty_energy_management_per_device.svg'; + static const String emptyHeatmap = 'assets/icons/empty_heatmap.svg'; + static const String emptyRangeOfAqi = 'assets/icons/empty_range_of_aqi.svg'; }