Use stop icon from Compound.
This commit is contained in:
parent
22fb9b7cc1
commit
ab7325a2e7
3 changed files with 1 additions and 11 deletions
|
|
@ -65,7 +65,7 @@ private fun StopButton(
|
|||
) {
|
||||
Icon(
|
||||
modifier = Modifier.size(24.dp),
|
||||
resourceId = CommonDrawables.ic_stop,
|
||||
imageVector = CompoundIcons.StopSolid(),
|
||||
// Note: accessibility is managed in TextComposer.
|
||||
contentDescription = null,
|
||||
tint = ElementTheme.colors.iconOnSolidPrimary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue