Use stop icon from Compound.

This commit is contained in:
Benoit Marty 2026-03-02 12:42:45 +01:00
parent 22fb9b7cc1
commit ab7325a2e7
3 changed files with 1 additions and 11 deletions

View file

@ -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,