diff --git a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt index 45fa5113e5..6bf916873e 100644 --- a/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt +++ b/features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt @@ -153,7 +153,7 @@ private fun RoomListScaffold( ) { Icon( // Note cannot use Icons.Outlined.EditSquare, it does not exist :/ - imageVector = CompoundIcons.Compose(), + imageVector = CompoundIcons.Plus(), contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message), tint = ElementTheme.colors.iconOnSolidPrimary, )