Update comments page UI (#305)

This commit is contained in:
Sasikanth Miriyampalli 2022-02-28 21:14:49 +05:30 committed by GitHub
parent 352769161b
commit 21ced135b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 138 additions and 32 deletions

View file

@ -9,3 +9,5 @@ actual val heartIcon
@Composable get() = painterResource("favorite_black_24dp.svg")
actual val heartBorderIcon
@Composable get() = painterResource("favorite_border_black_24dp.svg")
actual val webIcon
@Composable get() = painterResource("web_black_24dp.svg")

View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
<path d="M0 0h24v24H0V0z" fill="none" />
<path
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-.61.08-1.21.21-1.78L8.99 15v1c0 1.1.9 2 2 2v1.93C7.06 19.43 4 16.07 4 12zm13.89 5.4c-.26-.81-1-1.4-1.9-1.4h-1v-3c0-.55-.45-1-1-1h-6v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41C17.92 5.77 20 8.65 20 12c0 2.08-.81 3.98-2.11 5.4z" />
</svg>

After

Width:  |  Height:  |  Size: 474 B