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 }