- add xaml icons

master
Simon G 5 years ago
parent 2588c730ff
commit a6d845c451
  1. 11
      Mystify/Resources/Icons/Icons.axaml

@ -0,0 +1,11 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ControlTemplate x:Key="Add" TargetType="{x:Type ContentControl}">
<Viewbox Stretch="Uniform">
<Canvas Width="24" Height="24">
<Path Fill="{TemplateBinding Foreground}"
Data="M17,13H13V17H11V13H7V11H11V7H13V11H17M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z" />
</Canvas>
</Viewbox>
</ControlTemplate>
</ResourceDictionary>
Loading…
Cancel
Save