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.
2
Answers
The google clock app uses
Icons.Default.RestartAlt
to reset a timer.why not use icons from font awesome, import the sdk and just find the icon you want to use https://fontawesome.com/icons