mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
944 B
7 lines
944 B
<DrawingGroup xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> |
|
<DrawingGroup.Children> |
|
<GeometryDrawing Brush="#00F6F6F6" Geometry="M 0 0 H 16 V 16 H 0 Z" /> |
|
<GeometryDrawing Brush="#FFF0EFF1" Geometry="M 3.5 7 0 3.5 3.5 0 7 3.5 Z M 5.9999999 3.4999999 3.5 1 1 3.4999999 l 2.5 2.5 z" /> |
|
<GeometryDrawing Brush="#FF424242" Geometry="M 5.9999999 3.5 3.5 5.9999999 0.99999995 3.5 3.5 1 Z" /> |
|
</DrawingGroup.Children> |
|
</DrawingGroup>
|
|
|