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?
Other icons that are close are: refresh, replay and restore.
The google clock app uses Icons.Default.RestartAlt
to reset a timer.