DeviceDeviceIcon.xaml
Home
/
WPF /
Common /
WPF /
Icons /
DeviceDeviceIcon.xaml
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<DrawingBrush x:Key="DeviceDeviceIcon" Stretch="Uniform">
<DrawingBrush.Drawing>
<DrawingGroup>
<DrawingGroup.Children>
<GeometryDrawing Brush="{DynamicResource UiElementForeground}" Geometry="F1 M 2,2L 2,17L 5,17L 5,5L 8,5L 8,17L 11,17L 11,2L 2,2 Z M 14,2L 14,17L 17,17L 17,5L 20,5L 20,17L 23,17L 23,2L 14,2 Z"/>
</DrawingGroup.Children>
</DrawingGroup>
</DrawingBrush.Drawing>
</DrawingBrush>
</ResourceDictionary>