Changed fetch icon
This commit is contained in:
parent
7449bdf446
commit
7a2692202d
@ -54,7 +54,7 @@ fun Menu(
|
||||
MenuButton(
|
||||
modifier = Modifier.padding(end = 4.dp),
|
||||
title = "Fetch",
|
||||
icon = painterResource("download.svg"),
|
||||
icon = painterResource("fetch.svg"),
|
||||
onClick = { menuViewModel.fetchAll() },
|
||||
)
|
||||
|
||||
|
10
src/main/resources/fetch.svg
Normal file
10
src/main/resources/fetch.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user