Update poll icons from Compound (#1849)

* Use compound icons for polls

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Marco Romano 2023-11-22 13:35:04 +01:00 committed by GitHub
parent 0f0bd34665
commit 60f58f9915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 53 additions and 52 deletions

View file

@ -125,7 +125,7 @@ private fun PollTitle(
) {
if (isPollEnded) {
Icon(
resourceId = CommonDrawables.ic_poll_end,
resourceId = CommonDrawables.ic_compound_polls_end,
contentDescription = stringResource(id = CommonStrings.a11y_poll_end),
modifier = Modifier.size(22.dp)
)