From 62622b59797463b176c72fda600cc50ba4670894 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 29 Dec 2025 17:43:32 -0600 Subject: [PATCH] Fix more widget icon mappings --- .../src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt b/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt index 8a35ba7fb..1d43fd418 100644 --- a/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt +++ b/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt @@ -256,6 +256,9 @@ object OutlinedGoogleMaterial2 : ITypeface { gmo_local_grocery_store('\uf3e2'), // mapped to 'gmo_shopping_cart' gmo_favorite_border('\ufa0b'), // mapped to 'gmo_favorite' gmo_card_giftcard('\uf4e9'), // mapped to 'gmo_redeem' + gmo_wb_cloudy('\ufbd8'), // mapped to 'gmo_cloud' + gmo_nightlight_round('\uf667'), // mapped to 'gmo_nightlight' + gmo_tungsten('\uf152'), // mapped to 'gmo_wb_incandescent' ; override val typeface: ITypeface by lazy { OutlinedGoogleMaterial2 }