7 lines
482 B
XML
7 lines
482 B
XML
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Canvas Height="50" Width="50">
|
|
<Path Fill="#3898C6" Data="M9.375 3.125h37.5V50h-37.5z" />
|
|
<Path Fill="#7B7B7B" Data="M3.125 6.25H12.5v3.125H3.125zm0 9.375H12.5v3.125H3.125zm0 9.375H12.5v3.125H3.125zm0 9.375H12.5V37.5H3.125zm0 9.375H12.5v3.125H3.125z" />
|
|
<Path Data="M18.75 15.625H37.5V25H18.75z" Fill="#ffffff" />
|
|
</Canvas>
|
|
</Viewbox> |