Changed fetch icon

This commit is contained in:
Abdelilah El Aissaoui 2022-10-27 20:32:17 +02:00
parent 7449bdf446
commit 7a2692202d
2 changed files with 11 additions and 1 deletions

View File

@ -54,7 +54,7 @@ fun Menu(
MenuButton( MenuButton(
modifier = Modifier.padding(end = 4.dp), modifier = Modifier.padding(end = 4.dp),
title = "Fetch", title = "Fetch",
icon = painterResource("download.svg"), icon = painterResource("fetch.svg"),
onClick = { menuViewModel.fetchAll() }, onClick = { menuViewModel.fetchAll() },
) )

View File

@ -0,0 +1,10 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_140_416)">
<path d="M19 9H15V3H9V9H5L12 16L19 9ZM11 11V5H13V11H14.17L12 13.17L9.83 11H11Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_140_416">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 340 B