Skip to content

Commit

Permalink
Add icons for MultiView and DranAndDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
mvegaca committed Nov 15, 2017
1 parent 463bea5 commit 488aa25
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
Binary file added design/Assets/DragAndDrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions design/Assets/DragAndDrop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions design/Assets/DranAndDrop.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="Capa_1" Width="150" Height="150">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: metadata-->
<!--Unknown tag: sodipodi:namedview-->
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path3842" Fill="#000000">
<Path.Data>
<PathGeometry Figures="M89.08985 60.238H67.06939V51.65176H60.91015V60.238H25.76223v63.32761H89.08985V89.762h9.93357V83.60278H89.08985Zm-6.15923 57.16838H31.92146V66.39722H82.93061Z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="118.079 83.603 111.919 83.603 111.919 89.762 124.238 89.762 124.238 77.444 118.079 77.444 118.079 83.603" Name="polygon3844" FillRule="NonZero" Fill="#000000"/>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="73.229 83.603 67.069 83.603 67.069 77.444 60.91 77.444 60.91 89.762 73.229 89.762 73.229 83.603" Name="polygon3846" FillRule="NonZero" Fill="#000000"/>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="67.069 32.594 73.229 32.594 73.229 26.434 60.91 26.434 60.91 38.753 67.069 38.753 67.069 32.594" Name="polygon3848" FillRule="NonZero" Fill="#000000"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="86.12451" Canvas.Top="26.43439" Width="12.89589" Height="6.15923" Name="rect3850" Fill="#000000"/>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="111.919 26.434 111.919 32.594 118.079 32.594 118.079 38.753 124.238 38.753 124.238 26.434 111.919 26.434" Name="polygon3852" FillRule="NonZero" Fill="#000000"/>
<Rectangle xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Canvas.Left="118.07854" Canvas.Top="51.64875" Width="6.15923" Height="12.89589" Name="rect3854" Fill="#000000"/>
</Canvas>
</Viewbox>
Binary file added design/Assets/MultiView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions design/Assets/MultiView.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions design/Assets/MultiView.xaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--This file is NOT compatible with Silverlight-->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Stretch="Uniform">
<Canvas Name="Capa_1" Width="150" Height="150">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>
</Canvas.RenderTransform>
<Canvas.Resources/>
<!--Unknown tag: metadata-->
<!--Unknown tag: sodipodi:namedview-->
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path3925" Fill="#000000">
<Path.Data>
<PathGeometry Figures="M24.15325 30.67939v77.4325h32.348v-6.15923H30.31248V54.9043h77.65805v4.57431h6.15923V30.67939Zm6.15923 18.06568V36.83862h77.65805V48.74507Z" FillRule="NonZero"/>
</Path.Data>
</Path>
<Polygon xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Points="107.971 76.417 107.971 71.37 68.39 71.37 68.39 101.953 73.95 101.953 73.95 76.417 107.971 76.417" Name="polygon3927" FillRule="NonZero" Fill="#000000"/>
<Path xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Name="path3929" Fill="#000000">
<Path.Data>
<PathGeometry Figures="M114.12977 76.4165V65.21079H62.23042v42.9011h11.72v11.20872h51.89634V76.4165ZM68.38965 101.95266V71.37h39.58089V76.4165H73.9504v25.53615Zm51.29786 11.20872H80.10964V82.57574h39.57788Z" FillRule="NonZero"/>
</Path.Data>
</Path>
</Canvas>
</Viewbox>

0 comments on commit 488aa25

Please sign in to comment.