33 lines
1.7 KiB
XML
33 lines
1.7 KiB
XML
<?xml version="1.0" ?>
|
|
<ResourceDictionary xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
|
<DrawingGroup x:Key="exit_xaml">
|
|
<DrawingGroup.ClipGeometry>
|
|
<RectangleGeometry Rect="0.0,0.0,64.0,64.0"/>
|
|
</DrawingGroup.ClipGeometry>
|
|
<GeometryDrawing>
|
|
<GeometryDrawing.Pen>
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
|
</GeometryDrawing.Pen>
|
|
<GeometryDrawing.Geometry>
|
|
<PathGeometry Figures="M 46.02 21.95 L 55.93 31.86 L 46.02 41.77"/>
|
|
</GeometryDrawing.Geometry>
|
|
</GeometryDrawing>
|
|
<GeometryDrawing>
|
|
<GeometryDrawing.Pen>
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
|
</GeometryDrawing.Pen>
|
|
<GeometryDrawing.Geometry>
|
|
<LineGeometry StartPoint="55.93,31.86" EndPoint="19.59,31.86"/>
|
|
</GeometryDrawing.Geometry>
|
|
</GeometryDrawing>
|
|
<GeometryDrawing>
|
|
<GeometryDrawing.Pen>
|
|
<Pen Brush="#ff000000" Thickness="3.0" DashCap="Flat"/>
|
|
</GeometryDrawing.Pen>
|
|
<GeometryDrawing.Geometry>
|
|
<PathGeometry Figures="M 40 38.18 V 52 a 2.8 2.8 0 0 1 -2.81 2.8 H 12 A 2.8 2.8 0 0 1 9.16 52 V 11.77 A 2.8 2.8 0 0 1 12 9 H 37.19 A 2.8 2.8 0 0 1 40 11.77 V 25" FillRule="Nonzero"/>
|
|
</GeometryDrawing.Geometry>
|
|
</GeometryDrawing>
|
|
</DrawingGroup>
|
|
<DrawingImage Drawing="{StaticResource exit_xaml}" x:Key="di_exit_xaml"/>
|
|
</ResourceDictionary>
|