11 lines
513 B
XML
11 lines
513 B
XML
<Viewbox
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:fa="http://schemas.fontawesome.io/icons/"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid>
|
|
<fa:ImageAwesome Icon="Television" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
|
|
<Canvas HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
<Ellipse Fill="Gray" Canvas.Left="-15" Canvas.Top="-23" Width="30" Height="30" />
|
|
</Canvas>
|
|
</Grid>
|
|
</Viewbox>
|