Search code examples
androidandroid-studioandroid-jetpack-composematerial-design

Where is the reset icon?


I want to use a reset icon. The closest one I could find is Icons.Default.LockReset after adding "androidx.compose.material:material-icons-extended:1.5.1", but there is a lock in the middle.

It isn't available in Android Studio either. Does it have another name?

Android studio

Other icons that are close are: refresh, replay and restore.


Solution

  • The google clock app uses Icons.Default.RestartAlt to reset a timer.