Add material-icons-extended dependency

To support extended icons in SysUI compose features.
One use case is the Icons.Outlined.Widgets, which is not part of the material core library.

Bug: b/313462210
Flag: NA
Test: mp sysuititan
Change-Id: I7bb31af00b1373cc9c7e04e331e72e081d343491
diff --git a/packages/SystemUI/compose/features/Android.bp b/packages/SystemUI/compose/features/Android.bp
index 796abf4b..5ab2235 100644
--- a/packages/SystemUI/compose/features/Android.bp
+++ b/packages/SystemUI/compose/features/Android.bp
@@ -38,6 +38,7 @@
         "androidx.compose.runtime_runtime",
         "androidx.compose.animation_animation-graphics",
         "androidx.compose.material3_material3",
+        "androidx.compose.material_material-icons-extended",
         "androidx.activity_activity-compose",
     ],