From f0c57a0287ca7ea85f267305f1797f2ebc7ab1f1 Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Mon, 29 Dec 2025 09:40:54 -0600 Subject: [PATCH] Fix widget icon mappings --- .../src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt b/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt index 58af7ddd1..8a35ba7fb 100644 --- a/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt +++ b/icons/src/main/kotlin/org/tasks/icons/OutlinedGoogleMaterial2.kt @@ -254,6 +254,8 @@ object OutlinedGoogleMaterial2 : ITypeface { gmo_zoom_out('\uf104'), gmo_zoom_out_map('\uf103'), 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' ; override val typeface: ITypeface by lazy { OutlinedGoogleMaterial2 }