Files
macOS_IntuneManagement/Xaml/Icons/Logon.xaml
2021-04-13 17:57:12 +10:00

12 lines
747 B
XML

<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Canvas Height="64" Width="64">
<Ellipse Canvas.Left="1.75" Canvas.Top="1.75" Width="60.5" Height="60.5" StrokeThickness="1.5" Stroke="#707070" />
<Canvas Height="64" Width="64">
<Canvas.RenderTransform>
<MatrixTransform Matrix="1.1 0 0 1.1 8.8 5.61" />
</Canvas.RenderTransform>
<Ellipse Canvas.Top="10.5" Canvas.Left="13" Width="14" Height="14" StrokeThickness="2.5" Stroke="#707070" />
<Path Data="M30 35h10m-5-5v10M30.833 32.09A11 11 0 009 34" StrokeThickness="2.5" Stroke="#707070" />
</Canvas>
</Canvas>
</Viewbox>