Added file history icon

This commit is contained in:
Abdelilah El Aissaoui 2022-09-29 17:50:26 +02:00
parent 876a3265fe
commit acb5d07479
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ fun commitedChangesEntriesContextMenuItems(
add( add(
ContextMenuElement.ContextTextEntry( ContextMenuElement.ContextTextEntry(
label = "File history", label = "File history",
icon = { painterResource("history.svg") },
onClick = onHistory, onClick = onHistory,
) )
) )

View File

@ -34,6 +34,7 @@ fun statusEntriesContextMenuItems(
add( add(
ContextMenuElement.ContextTextEntry( ContextMenuElement.ContextTextEntry(
label = "File history", label = "File history",
icon = { painterResource("history.svg") },
onClick = onHistory, onClick = onHistory,
) )
) )

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z"/></svg>

After

Width:  |  Height:  |  Size: 381 B