[longomatch/newui: 103/104] Add new icons for the drawing tool



commit d9aab1bacab73fde21caf31c8e8a106ecab0199f
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Aug 26 19:20:56 2014 +0200

    Add new icons for the drawing tool

 LongoMatch.GUI/LongoMatch.GUI.mdp                  |   11 --------
 .../gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs   |   26 ++++++++++----------
 LongoMatch.GUI/gtk-gui/gui.stetic                  |   26 ++++++++++----------
 .../hicolor/scalable/actions/longomatch-angle.svg  |   12 +++++++++
 .../hicolor/scalable/actions/longomatch-arrow.svg  |   10 +++++++
 .../scalable/actions/longomatch-circle-fill.svg    |   14 ++++++++++
 .../hicolor/scalable/actions/longomatch-circle.svg |    9 +++++++
 .../scalable/actions/longomatch-counter.svg        |   13 ++++++++++
 .../hicolor/scalable/actions/longomatch-eraser.svg |   11 ++++++++
 .../hicolor/scalable/actions/longomatch-mark.svg   |   12 +++++++++
 .../hicolor/scalable/actions/longomatch-pencil.svg |   16 ++++++++++++
 .../hicolor/scalable/actions/longomatch-person.svg |   12 +++++++++
 .../hicolor/scalable/actions/longomatch-select.svg |    7 +++++
 .../scalable/actions/longomatch-square-fill.svg    |   12 +++++++++
 .../hicolor/scalable/actions/longomatch-square.svg |    7 +++++
 .../hicolor/scalable/actions/longomatch-text.svg   |   11 ++++++++
 16 files changed, 172 insertions(+), 37 deletions(-)
---
diff --git a/LongoMatch.GUI/LongoMatch.GUI.mdp b/LongoMatch.GUI/LongoMatch.GUI.mdp
index 82a43a2..18b23fe 100644
--- a/LongoMatch.GUI/LongoMatch.GUI.mdp
+++ b/LongoMatch.GUI/LongoMatch.GUI.mdp
@@ -159,17 +159,6 @@
     <File subtype="Directory" buildaction="Compile" name="Gui/Menu" />
     <File subtype="Code" buildaction="Compile" name="Gui/Menu/PlaysMenu.cs" />
     <File subtype="Code" buildaction="Compile" name="Gui/GtkGlue.cs" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-arrow.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-circle-unfilled.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-cross.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-ellipse.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-eraser.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-freehand.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-number.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-pointer.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-rectangle.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-rectangle-unfilled.png" />
-    <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/draw-text.png" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/dash-line.svg" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/line.svg" />
     <File subtype="Code" buildaction="EmbedAsResource" name="../images/tools/line-double-dot.svg" />
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
index cd6491f..4b67c43 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.Dialog.DrawingTool.cs
@@ -110,7 +110,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child anglebutton.Gtk.Container+ContainerChild
                        this.image90 = new global::Gtk.Image ();
                        this.image90.Name = "image90";
-                       this.image90.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-go-down", 
global::Gtk.IconSize.Menu);
+                       this.image90.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-angle", 
global::Gtk.IconSize.Menu);
                        this.anglebutton.Add (this.image90);
                        this.toolstable.Add (this.anglebutton);
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.anglebutton]));
@@ -129,7 +129,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child crossbutton.Gtk.Container+ContainerChild
                        this.image83 = new global::Gtk.Image ();
                        this.image83.Name = "image83";
-                       this.image83.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-cross.png");
+                       this.image83.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-mark", 
global::Gtk.IconSize.Menu);
                        this.crossbutton.Add (this.image83);
                        this.toolstable.Add (this.crossbutton);
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.crossbutton]));
@@ -150,7 +150,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child ellipsebutton.Gtk.Container+ContainerChild
                        this.image79 = new global::Gtk.Image ();
                        this.image79.Name = "image79";
-                       this.image79.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("draw-circle-unfilled.png");
+                       this.image79.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-circle", 
global::Gtk.IconSize.Menu);
                        this.ellipsebutton.Add (this.image79);
                        this.toolstable.Add (this.ellipsebutton);
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.ellipsebutton]));
@@ -171,7 +171,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child ellipsefilledbutton.Gtk.Container+ContainerChild
                        this.image86 = new global::Gtk.Image ();
                        this.image86.Name = "image86";
-                       this.image86.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-ellipse.png");
+                       this.image86.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, 
"longomatch-circle-fill", global::Gtk.IconSize.Menu);
                        this.ellipsefilledbutton.Add (this.image86);
                        this.toolstable.Add (this.ellipsefilledbutton);
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.ellipsefilledbutton]));
@@ -192,7 +192,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child eraserbutton.Gtk.Container+ContainerChild
                        this.image81 = new global::Gtk.Image ();
                        this.image81.Name = "image81";
-                       this.image81.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-eraser.png");
+                       this.image81.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-eraser", 
global::Gtk.IconSize.Menu);
                        this.eraserbutton.Add (this.image81);
                        this.toolstable.Add (this.eraserbutton);
                        global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.eraserbutton]));
@@ -211,7 +211,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child linebutton.Gtk.Container+ContainerChild
                        this.image82 = new global::Gtk.Image ();
                        this.image82.Name = "image82";
-                       this.image82.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-arrow.png");
+                       this.image82.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-arrow", 
global::Gtk.IconSize.Menu);
                        this.linebutton.Add (this.image82);
                        this.toolstable.Add (this.linebutton);
                        global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.linebutton]));
@@ -230,7 +230,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child numberbutton.Gtk.Container+ContainerChild
                        this.image88 = new global::Gtk.Image ();
                        this.image88.Name = "image88";
-                       this.image88.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-number.png");
+                       this.image88.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-counter", 
global::Gtk.IconSize.Menu);
                        this.numberbutton.Add (this.image88);
                        this.toolstable.Add (this.numberbutton);
                        global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.numberbutton]));
@@ -251,7 +251,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child penbutton.Gtk.Container+ContainerChild
                        this.image91 = new global::Gtk.Image ();
                        this.image91.Name = "image91";
-                       this.image91.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-freehand.png");
+                       this.image91.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-pencil", 
global::Gtk.IconSize.Menu);
                        this.penbutton.Add (this.image91);
                        this.toolstable.Add (this.penbutton);
                        global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.penbutton]));
@@ -270,7 +270,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child playerbutton.Gtk.Container+ContainerChild
                        this.image89 = new global::Gtk.Image ();
                        this.image89.Name = "image89";
-                       this.image89.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_person", 
global::Gtk.IconSize.Menu);
+                       this.image89.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-person", 
global::Gtk.IconSize.Menu);
                        this.playerbutton.Add (this.image89);
                        this.toolstable.Add (this.playerbutton);
                        global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.playerbutton]));
@@ -289,7 +289,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child rectanglebutton.Gtk.Container+ContainerChild
                        this.image84 = new global::Gtk.Image ();
                        this.image84.Name = "image84";
-                       this.image84.Pixbuf = global::Gdk.Pixbuf.LoadFromResource 
("draw-rectangle-unfilled.png");
+                       this.image84.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-square", 
global::Gtk.IconSize.Menu);
                        this.rectanglebutton.Add (this.image84);
                        this.toolstable.Add (this.rectanglebutton);
                        global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.rectanglebutton]));
@@ -308,7 +308,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child rectanglefilledbutton.Gtk.Container+ContainerChild
                        this.image85 = new global::Gtk.Image ();
                        this.image85.Name = "image85";
-                       this.image85.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-rectangle.png");
+                       this.image85.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, 
"longomatch-square-fill", global::Gtk.IconSize.Menu);
                        this.rectanglefilledbutton.Add (this.image85);
                        this.toolstable.Add (this.rectanglefilledbutton);
                        global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.rectanglefilledbutton]));
@@ -327,7 +327,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child selectbutton.Gtk.Container+ContainerChild
                        this.image80 = new global::Gtk.Image ();
                        this.image80.Name = "image80";
-                       this.image80.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-pointer.png");
+                       this.image80.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-select", 
global::Gtk.IconSize.Menu);
                        this.selectbutton.Add (this.image80);
                        this.toolstable.Add (this.selectbutton);
                        global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.selectbutton]));
@@ -344,7 +344,7 @@ namespace LongoMatch.Gui.Dialog
                        // Container child textbutton.Gtk.Container+ContainerChild
                        this.image87 = new global::Gtk.Image ();
                        this.image87.Name = "image87";
-                       this.image87.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("draw-text.png");
+                       this.image87.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "longomatch-text", 
global::Gtk.IconSize.Menu);
                        this.textbutton.Add (this.image87);
                        this.toolstable.Add (this.textbutton);
                        global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.toolstable 
[this.textbutton]));
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index f80636f..b85ffaf 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -3008,7 +3008,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image90">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">stock:gtk-go-down Menu</property>
+                                <property name="Pixbuf">stock:longomatch-angle Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3039,7 +3039,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image83">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-cross.png</property>
+                                <property name="Pixbuf">stock:longomatch-mark Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3072,7 +3072,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image79">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-circle-unfilled.png</property>
+                                <property name="Pixbuf">stock:longomatch-circle Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3105,7 +3105,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image86">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-ellipse.png</property>
+                                <property name="Pixbuf">stock:longomatch-circle-fill Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3137,7 +3137,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                             <child>
                               <widget class="Gtk.Image" id="image81">
                                 <property name="MemberName" />
-                                <property name="Pixbuf">resource:draw-eraser.png</property>
+                                <property name="Pixbuf">stock:longomatch-eraser Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3168,7 +3168,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image82">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-arrow.png</property>
+                                <property name="Pixbuf">stock:longomatch-arrow Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3199,7 +3199,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image88">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-number.png</property>
+                                <property name="Pixbuf">stock:longomatch-counter Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3232,7 +3232,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image91">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-freehand.png</property>
+                                <property name="Pixbuf">stock:longomatch-pencil Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3263,7 +3263,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image89">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">stock:stock_person Menu</property>
+                                <property name="Pixbuf">stock:longomatch-person Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3294,7 +3294,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image84">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-rectangle-unfilled.png</property>
+                                <property name="Pixbuf">stock:longomatch-square Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3325,7 +3325,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image85">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-rectangle.png</property>
+                                <property name="Pixbuf">stock:longomatch-square-fill Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3356,7 +3356,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image80">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-pointer.png</property>
+                                <property name="Pixbuf">stock:longomatch-select Menu</property>
                               </widget>
                             </child>
                           </widget>
@@ -3385,7 +3385,7 @@ Hotkeys with a single key are also allowed with Ctrl+key.</property>
                               <widget class="Gtk.Image" id="image87">
                                 <property name="MemberName" />
                                 <property name="Tooltip" translatable="yes" />
-                                <property name="Pixbuf">resource:draw-text.png</property>
+                                <property name="Pixbuf">stock:longomatch-text Menu</property>
                               </widget>
                             </child>
                           </widget>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-angle.svg 
b/data/icons/hicolor/scalable/actions/longomatch-angle.svg
new file mode 100644
index 0000000..590574a
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-angle.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<polygon fill="#6A6A6A" points="20,17.155 0.248,17.155 14.575,2.989 15.278,3.7 2.682,16.155 20,16.155 "/>
+<path fill="#6A6A6A" 
d="M11.059,18.902l-0.974-0.227c0.154-0.659,0.232-1.339,0.232-2.021c0-3.138-1.686-6.069-4.399-7.652
+       l0.504-0.864c3.02,1.761,4.896,5.024,4.896,8.516C11.316,17.413,11.229,18.169,11.059,18.902z"/>
+<g>
+       <path fill="#6A6A6A" d="M10.639,16.655c0-2.532-0.951-4.752-2.513-6.504l-6.661,6.504H10.639z"/>
+</g>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-arrow.svg 
b/data/icons/hicolor/scalable/actions/longomatch-arrow.svg
new file mode 100644
index 0000000..144ec59
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-arrow.svg
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path id="arrow-right" fill="#6A6A6A" d="M19.715,9.563l-4.33-4.33c-0.118-0.119-0.276-0.182-0.437-0.182
+       
c-0.08,0-0.161,0.015-0.236,0.047c-0.232,0.096-0.383,0.322-0.383,0.572v3.093H0.72c-0.342,0-0.617,0.276-0.617,0.618v1.238
+       
c0,0.342,0.275,0.619,0.617,0.619h13.609v3.092c0,0.25,0.15,0.475,0.383,0.57c0.075,0.035,0.156,0.049,0.236,0.049
+       c0.16,0,0.318-0.064,0.437-0.182l4.33-4.331C19.958,10.196,19.958,9.804,19.715,9.563z"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-circle-fill.svg 
b/data/icons/hicolor/scalable/actions/longomatch-circle-fill.svg
new file mode 100644
index 0000000..af7afd5
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-circle-fill.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" 
d="M10,17.301c-4.756,0-8.625-3.275-8.625-7.301c0-4.026,3.869-7.301,8.625-7.301S18.625,5.974,18.625,10
+       C18.625,14.025,14.756,17.301,10,17.301z 
M10,3.545c-4.205,0-7.625,2.896-7.625,6.455c0,3.559,3.42,6.454,7.625,6.454
+       c4.204,0,7.625-2.896,7.625-6.454C17.625,6.441,14.204,3.545,10,3.545z"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.0005" y1="15.4746" x2="10.0005" 
y2="4.5254">
+       <stop  offset="0" style="stop-color:#4A4A4A"/>
+       <stop  offset="1" style="stop-color:#6A6A6A"/>
+</linearGradient>
+<ellipse fill="url(#SVGID_1_)" cx="10" cy="10" rx="6.478" ry="5.475"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-circle.svg 
b/data/icons/hicolor/scalable/actions/longomatch-circle.svg
new file mode 100644
index 0000000..e92320c
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-circle.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" 
d="M10,17.301c-4.756,0-8.625-3.275-8.625-7.301c0-4.026,3.869-7.301,8.625-7.301S18.625,5.974,18.625,10
+       C18.625,14.025,14.756,17.301,10,17.301z 
M10,3.545c-4.205,0-7.625,2.896-7.625,6.455c0,3.559,3.42,6.454,7.625,6.454
+       c4.204,0,7.625-2.896,7.625-6.454C17.625,6.441,14.204,3.545,10,3.545z"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-counter.svg 
b/data/icons/hicolor/scalable/actions/longomatch-counter.svg
new file mode 100644
index 0000000..86106d1
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-counter.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<g>
+       <path fill="#6A6A6A" 
d="M7.847,5.956v3.821h3.664v1.649H7.847v3.855H6.13v-3.855H2.466V9.777H6.13V5.956H7.847z"/>
+       <path fill="#6A6A6A" 
d="M13.791,6.254h-0.036l-2.171,1.034l-0.44-2l3.017-1.402h2.208v11.395h-2.577V6.254z"/>
+</g>
+<path fill="#6A6A6A" 
d="M10,19.445c-5.445,0-9.875-4.237-9.875-9.445c0-5.208,4.43-9.446,9.875-9.446S19.875,4.792,19.875,10
+       C19.875,15.208,15.445,19.445,10,19.445z 
M10,1.648c-4.814,0-8.73,3.747-8.73,8.352c0,4.604,3.916,8.349,8.73,8.349
+       c4.813,0,8.73-3.744,8.73-8.349C18.73,5.395,14.813,1.648,10,1.648z"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-eraser.svg 
b/data/icons/hicolor/scalable/actions/longomatch-eraser.svg
new file mode 100644
index 0000000..5142500
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-eraser.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<g>
+       <polygon fill="#6A6A6A" points="12.787,2.547 18.689,2.575 10.955,10.514 1.495,10.504    "/>
+       <rect x="0.497" y="11.894" fill="#6A6A6A" width="10.007" height="5.56"/>
+       <polygon fill="#6A6A6A" points="12.067,16.745 12.067,11.627 19.503,3.601 19.503,6.893   "/>
+</g>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-mark.svg 
b/data/icons/hicolor/scalable/actions/longomatch-mark.svg
new file mode 100644
index 0000000..0a479a8
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-mark.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path id="cross" fill="#6A6A6A" d="M12.132,10l5.764-4.868c0.196-0.166,0.196-0.434,0-0.601l-1.421-1.201
+       
c-0.099-0.083-0.228-0.125-0.356-0.125c-0.128,0-0.257,0.042-0.355,0.125L10,8.199L4.236,3.331c-0.196-0.166-0.515-0.166-0.711,0
+       L2.104,4.532c-0.098,0.083-0.147,0.192-0.147,0.3c0,0.108,0.049,0.217,0.147,0.3L7.867,10l-5.763,4.868
+       
c-0.196,0.165-0.196,0.434,0,0.601l1.421,1.199c0.099,0.084,0.227,0.125,0.356,0.125c0.128,0,0.257-0.041,0.355-0.125L10,11.801
+       
l5.763,4.867c0.197,0.166,0.515,0.166,0.712,0l1.421-1.199c0.099-0.084,0.147-0.192,0.147-0.301s-0.049-0.217-0.147-0.3L12.132,10z"
+       />
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-pencil.svg 
b/data/icons/hicolor/scalable/actions/longomatch-pencil.svg
new file mode 100644
index 0000000..8b5f0c4
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-pencil.svg
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<g id="pen">
+       <path fill-rule="evenodd" clip-rule="evenodd" fill="#6A6A6A" 
d="M18.258,4.756c0.771-0.771,1.292-1.292,1.418-1.419
+               
c0.768-0.768,0-1.535,0-1.535s-0.767-0.769-1.536-1.535c-0.768-0.769-1.536,0-1.536,0l-1.418,1.418L18.258,4.756z"/>
+       <g>
+               <polygon fill-rule="evenodd" clip-rule="evenodd" fill="#6A6A6A" points="0.836,16.036 
0.821,16.049 0.054,19.888 3.893,19.121 
+                       3.906,19.105            "/>
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#6A6A6A" 
d="M14.301,2.57L1.718,15.154l3.071,3.07
+                       c2.385-2.386,8.971-8.969,12.583-12.583L14.301,2.57z"/>
+       </g>
+</g>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-person.svg 
b/data/icons/hicolor/scalable/actions/longomatch-person.svg
new file mode 100644
index 0000000..d4dd2a2
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-person.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<g id="usericon">
+       <path fill="#6A6A6A" d="M17.476,15.34l-5.873-2.137H8.398L2.525,15.34c0,0-1.068,0.166-1.068,1.067v1.068
+               
c0,0.59,0.479,1.067,1.068,1.067h14.95c0.589,0,1.067-0.478,1.067-1.067v-1.068C18.543,15.522,17.476,15.34,17.476,15.34z"/>
+       <path fill="#6A6A6A" 
d="M10,12.137c2.669,0,4.271-2.503,4.271-4.272v-2.67c0-1.768-1.912-3.737-4.271-3.737
+               c-2.358,0-4.272,1.97-4.272,3.737v2.67C5.728,9.466,7.33,12.137,10,12.137z"/>
+</g>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-select.svg 
b/data/icons/hicolor/scalable/actions/longomatch-select.svg
new file mode 100644
index 0000000..861a7ba
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-select.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" 
d="M4.375,0.624l11.25,10.501l-5.438,0.468l3.094,6.845l-2.063,0.938l-2.999-6.939l-3.843,3.656V0.624"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-square-fill.svg 
b/data/icons/hicolor/scalable/actions/longomatch-square-fill.svg
new file mode 100644
index 0000000..d5138d8
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-square-fill.svg
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" d="M19.5,17.5h-19v-15h19V17.5z M1.5,16.5h17v-13h-17V16.5z"/>
+<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="10.1245" y1="15.4746" x2="10.1245" 
y2="4.5254">
+       <stop  offset="0" style="stop-color:#4A4A4A"/>
+       <stop  offset="1" style="stop-color:#6A6A6A"/>
+</linearGradient>
+<rect x="2.589" y="4.525" fill="url(#SVGID_1_)" width="15.07" height="10.95"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-square.svg 
b/data/icons/hicolor/scalable/actions/longomatch-square.svg
new file mode 100644
index 0000000..9ac0746
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-square.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" d="M19.5,17.5h-19v-15h19V17.5z M1.5,16.5h17v-13h-17V16.5z"/>
+</svg>
diff --git a/data/icons/hicolor/scalable/actions/longomatch-text.svg 
b/data/icons/hicolor/scalable/actions/longomatch-text.svg
new file mode 100644
index 0000000..bd0932c
--- /dev/null
+++ b/data/icons/hicolor/scalable/actions/longomatch-text.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"
+        width="20px" height="20px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" 
xml:space="preserve">
+<path fill="#6A6A6A" 
d="M18.975,0v5.384h-0.512c-0.309-1.23-0.668-2.103-1.027-2.667c-0.357-0.513-0.924-0.974-1.59-1.282
+       
c-0.357-0.205-1.025-0.256-1.947-0.256H12.41v15.385c0,1.025,0.051,1.691,0.152,1.949c0.104,0.256,0.309,0.461,0.67,0.666
+       c0.305,0.205,0.768,0.309,1.332,0.309h0.615V20H4.77v-0.512h0.667c0.565,0,1.025-0.104,1.385-0.309
+       
c0.257-0.153,0.462-0.41,0.615-0.719c0.103-0.255,0.155-0.871,0.155-1.896V1.179H6.154C4.821,1.179,3.846,1.436,3.23,2
+       C2.359,2.82,1.847,3.948,1.641,5.384H1.026V0H18.975z"/>
+</svg>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]