21 lines
1.7 KiB
XML
21 lines
1.7 KiB
XML
<UserControl
|
|
x:Class="Wallet.Avalonia.EditItemActionView"
|
|
xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:vm="using:Wallet"
|
|
x:DataType="vm:EditItemActionViewModel">
|
|
<Button
|
|
Width="{StaticResource ButtonWidth}"
|
|
Height="{StaticResource ButtonHeight}"
|
|
VerticalAlignment="Center"
|
|
Command="{Binding InvokeCommand}"
|
|
ToolTip.Tip="Edit">
|
|
<Viewbox Width="14" Height="14">
|
|
<PathIcon
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
Data="F1 M 17.199999 4.719999 C 16.613333 4.106667 15.9 3.799999 15.059999 3.799999 C 14.219999 3.799999 13.506666 4.093334 12.92 4.68 L 3.56 14.039999 C 3.213333 14.386666 2.986666 14.786666 2.88 15.24 L 2 19.199999 C 1.973333 19.359999 2.026666 19.506666 2.16 19.639999 C 2.293333 19.773333 2.44 19.826666 2.6 19.799999 L 6.52 18.92 C 7 18.813334 7.413333 18.586666 7.76 18.24 L 17.119999 8.879999 C 17.706665 8.32 18 7.633333 18 6.82 C 18 6.006668 17.733332 5.306667 17.199999 4.719999 Z M 13.639999 5.359999 C 13.879999 5.119999 14.173333 4.953333 14.52 4.859999 C 14.866666 4.766666 15.206666 4.766666 15.54 4.859999 C 15.873332 4.953333 16.166664 5.126667 16.42 5.379999 C 16.673332 5.633335 16.846666 5.926667 16.940001 6.259999 C 17.033333 6.593333 17.033333 6.933333 16.940001 7.28 C 16.846666 7.626666 16.68 7.92 16.440001 8.16 L 15.759999 8.839999 L 12.96 6.04 Z M 12.24 6.759999 L 15.04 9.559999 L 7.08 17.52 C 6.866666 17.733334 6.613333 17.879999 6.32 17.959999 L 3.16 18.639999 L 3.88 15.44 C 3.933333 15.173333 4.053333 14.946667 4.24 14.759999 Z " />
|
|
</Viewbox>
|
|
</Button>
|
|
</UserControl>
|