[gcr] Add gnupg, and cleanup icon rendering



commit 874df503452d9578efcd0fca6b1c8958a433d10b
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Oct 17 18:05:12 2011 +0200

    Add gnupg, and cleanup icon rendering
    
     * key and key-pair icons get rendered like the rest
     * Add simple gnupg icon based on gnupg logo.

 gcr/gcr-icons.h                                    |    1 +
 gcr/icons/16x16/Makefile.am                        |   13 +-
 gcr/icons/16x16/gcr-gnupg.png                      |  Bin 0 -> 637 bytes
 gcr/icons/16x16/gcr-key-pair.png                   |  Bin 878 -> 879 bytes
 gcr/icons/16x16/gcr-key.png                        |  Bin 675 -> 650 bytes
 gcr/icons/22x22/Makefile.am                        |   11 +-
 gcr/icons/22x22/gcr-gnupg.png                      |  Bin 0 -> 843 bytes
 gcr/icons/22x22/gcr-key-pair.png                   |  Bin 0 -> 1275 bytes
 gcr/icons/22x22/gcr-key.png                        |  Bin 0 -> 868 bytes
 gcr/icons/24x24/Makefile.am                        |   13 +-
 gcr/icons/24x24/gcr-gnupg.png                      |  Bin 0 -> 858 bytes
 gcr/icons/24x24/gcr-key-pair.png                   |  Bin 1221 -> 1278 bytes
 gcr/icons/24x24/gcr-key.png                        |  Bin 875 -> 882 bytes
 gcr/icons/256x256/Makefile.am                      |   11 +-
 gcr/icons/256x256/gcr-gnupg.png                    |  Bin 0 -> 8863 bytes
 gcr/icons/32x32/Makefile.am                        |   13 +-
 gcr/icons/32x32/gcr-gnupg.png                      |  Bin 0 -> 1129 bytes
 gcr/icons/32x32/gcr-key-pair.png                   |  Bin 1882 -> 1903 bytes
 gcr/icons/32x32/gcr-key.png                        |  Bin 1201 -> 1176 bytes
 gcr/icons/48x48/Makefile.am                        |   13 +-
 gcr/icons/48x48/gcr-gnupg.png                      |  Bin 0 -> 1679 bytes
 gcr/icons/48x48/gcr-key-pair.png                   |  Bin 3480 -> 3502 bytes
 gcr/icons/48x48/gcr-key.png                        |  Bin 2087 -> 2036 bytes
 gcr/icons/Makefile.am                              |    8 +-
 gcr/icons/Makefile.decl                            |   15 +
 gcr/icons/src/gcr-gnupg.svg                        |  293 ++++
 .../gcr-key-and-keypair.svg}                       | 1619 +++++++++++---------
 27 files changed, 1252 insertions(+), 758 deletions(-)
---
diff --git a/gcr/gcr-icons.h b/gcr/gcr-icons.h
index f8425da..db3fe83 100644
--- a/gcr/gcr-icons.h
+++ b/gcr/gcr-icons.h
@@ -35,6 +35,7 @@ G_BEGIN_DECLS
 
 #define GCR_ICON_CERTIFICATE    "application-certificate"
 #define GCR_ICON_PASSWORD       "gcr-password"
+#define GCR_ICON_GNUPG          "gcr-gnupg"
 #define GCR_ICON_KEY            "gcr-key"
 #define GCR_ICON_KEY_PAIR       "gcr-key-pair"
 #define GCR_ICON_SMART_CARD     "gcr-smart-card"
diff --git a/gcr/icons/16x16/Makefile.am b/gcr/icons/16x16/Makefile.am
index 17543b6..7216880 100644
--- a/gcr/icons/16x16/Makefile.am
+++ b/gcr/icons/16x16/Makefile.am
@@ -1,12 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/16x16/apps
-icon_DATA = \
-	gcr-key.png \
-	gcr-key-pair.png \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_SMALL:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/16x16/gcr-gnupg.png b/gcr/icons/16x16/gcr-gnupg.png
new file mode 100644
index 0000000..6595ca1
Binary files /dev/null and b/gcr/icons/16x16/gcr-gnupg.png differ
diff --git a/gcr/icons/16x16/gcr-key-pair.png b/gcr/icons/16x16/gcr-key-pair.png
index 01df768..5cabf18 100644
Binary files a/gcr/icons/16x16/gcr-key-pair.png and b/gcr/icons/16x16/gcr-key-pair.png differ
diff --git a/gcr/icons/16x16/gcr-key.png b/gcr/icons/16x16/gcr-key.png
index fd056b7..e4c2ccc 100644
Binary files a/gcr/icons/16x16/gcr-key.png and b/gcr/icons/16x16/gcr-key.png differ
diff --git a/gcr/icons/22x22/Makefile.am b/gcr/icons/22x22/Makefile.am
index cb1849b..3001086 100644
--- a/gcr/icons/22x22/Makefile.am
+++ b/gcr/icons/22x22/Makefile.am
@@ -1,10 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/22x22/apps
-icon_DATA = \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_SMALL:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/22x22/gcr-gnupg.png b/gcr/icons/22x22/gcr-gnupg.png
new file mode 100644
index 0000000..4210e97
Binary files /dev/null and b/gcr/icons/22x22/gcr-gnupg.png differ
diff --git a/gcr/icons/22x22/gcr-key-pair.png b/gcr/icons/22x22/gcr-key-pair.png
new file mode 100644
index 0000000..8787443
Binary files /dev/null and b/gcr/icons/22x22/gcr-key-pair.png differ
diff --git a/gcr/icons/22x22/gcr-key.png b/gcr/icons/22x22/gcr-key.png
new file mode 100644
index 0000000..7c0a2a3
Binary files /dev/null and b/gcr/icons/22x22/gcr-key.png differ
diff --git a/gcr/icons/24x24/Makefile.am b/gcr/icons/24x24/Makefile.am
index cbc80ed..717a578 100644
--- a/gcr/icons/24x24/Makefile.am
+++ b/gcr/icons/24x24/Makefile.am
@@ -1,12 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/24x24/apps
-icon_DATA = \
-	gcr-key.png \
-	gcr-key-pair.png \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_SMALL:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/24x24/gcr-gnupg.png b/gcr/icons/24x24/gcr-gnupg.png
new file mode 100644
index 0000000..27b5adf
Binary files /dev/null and b/gcr/icons/24x24/gcr-gnupg.png differ
diff --git a/gcr/icons/24x24/gcr-key-pair.png b/gcr/icons/24x24/gcr-key-pair.png
index 8ebe2f7..ec78b77 100644
Binary files a/gcr/icons/24x24/gcr-key-pair.png and b/gcr/icons/24x24/gcr-key-pair.png differ
diff --git a/gcr/icons/24x24/gcr-key.png b/gcr/icons/24x24/gcr-key.png
index 441737c..a44b24b 100644
Binary files a/gcr/icons/24x24/gcr-key.png and b/gcr/icons/24x24/gcr-key.png differ
diff --git a/gcr/icons/256x256/Makefile.am b/gcr/icons/256x256/Makefile.am
index 143b382..b292590 100644
--- a/gcr/icons/256x256/Makefile.am
+++ b/gcr/icons/256x256/Makefile.am
@@ -1,10 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/256x256/apps
-icon_DATA = \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_HIRES:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/256x256/gcr-gnupg.png b/gcr/icons/256x256/gcr-gnupg.png
new file mode 100644
index 0000000..200a42a
Binary files /dev/null and b/gcr/icons/256x256/gcr-gnupg.png differ
diff --git a/gcr/icons/32x32/Makefile.am b/gcr/icons/32x32/Makefile.am
index fa6f435..7f1ba6a 100644
--- a/gcr/icons/32x32/Makefile.am
+++ b/gcr/icons/32x32/Makefile.am
@@ -1,12 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/32x32/apps
-icon_DATA = \
-	gcr-key.png \
-	gcr-key-pair.png \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_SMALL:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/32x32/gcr-gnupg.png b/gcr/icons/32x32/gcr-gnupg.png
new file mode 100644
index 0000000..f151fdf
Binary files /dev/null and b/gcr/icons/32x32/gcr-gnupg.png differ
diff --git a/gcr/icons/32x32/gcr-key-pair.png b/gcr/icons/32x32/gcr-key-pair.png
index e8c5dc2..2ba1f15 100644
Binary files a/gcr/icons/32x32/gcr-key-pair.png and b/gcr/icons/32x32/gcr-key-pair.png differ
diff --git a/gcr/icons/32x32/gcr-key.png b/gcr/icons/32x32/gcr-key.png
index 29806e8..af1abf7 100644
Binary files a/gcr/icons/32x32/gcr-key.png and b/gcr/icons/32x32/gcr-key.png differ
diff --git a/gcr/icons/48x48/Makefile.am b/gcr/icons/48x48/Makefile.am
index cdac9ad..7acd2b5 100644
--- a/gcr/icons/48x48/Makefile.am
+++ b/gcr/icons/48x48/Makefile.am
@@ -1,12 +1,5 @@
-NULL =
+include $(srcdir)/../Makefile.decl
 
 icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = \
-	gcr-key.png \
-	gcr-key-pair.png \
-	gcr-password.png \
-	gcr-smart-card.png \
-	$(NULL)
-
-EXTRA_DIST = \
-	$(icon_DATA)
+icon_DATA = $(ICONS_SMALL:=.png)
+EXTRA_DIST = $(icon_DATA)
diff --git a/gcr/icons/48x48/gcr-gnupg.png b/gcr/icons/48x48/gcr-gnupg.png
new file mode 100644
index 0000000..56ddfef
Binary files /dev/null and b/gcr/icons/48x48/gcr-gnupg.png differ
diff --git a/gcr/icons/48x48/gcr-key-pair.png b/gcr/icons/48x48/gcr-key-pair.png
index 7b623d2..6a373e6 100644
Binary files a/gcr/icons/48x48/gcr-key-pair.png and b/gcr/icons/48x48/gcr-key-pair.png differ
diff --git a/gcr/icons/48x48/gcr-key.png b/gcr/icons/48x48/gcr-key.png
index c4ca355..939fbb7 100644
Binary files a/gcr/icons/48x48/gcr-key.png and b/gcr/icons/48x48/gcr-key.png differ
diff --git a/gcr/icons/Makefile.am b/gcr/icons/Makefile.am
index cdc16c5..8b662b2 100644
--- a/gcr/icons/Makefile.am
+++ b/gcr/icons/Makefile.am
@@ -1,5 +1,11 @@
 
-SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256
+SUBDIRS = \
+	16x16 \
+	22x22 \
+	24x24 \
+	32x32 \
+	48x48 \
+	256x256
 
 EXTRA_DIST = \
 	src \
diff --git a/gcr/icons/Makefile.decl b/gcr/icons/Makefile.decl
new file mode 100644
index 0000000..341dd5d
--- /dev/null
+++ b/gcr/icons/Makefile.decl
@@ -0,0 +1,15 @@
+NULL =
+
+ICONS_SMALL = \
+	gcr-gnupg \
+	gcr-key \
+	gcr-key-pair \
+	gcr-password \
+	gcr-smart-card \
+	$(NULL)
+
+ICONS_HIRES = \
+	gcr-gnupg \
+	gcr-password \
+	gcr-smart-card \
+	$(NULL)
diff --git a/gcr/icons/src/gcr-gnupg.svg b/gcr/icons/src/gcr-gnupg.svg
new file mode 100644
index 0000000..ce68a4b
--- /dev/null
+++ b/gcr/icons/src/gcr-gnupg.svg
@@ -0,0 +1,293 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/";
+   xmlns:cc="http://creativecommons.org/ns#";
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+   xmlns:svg="http://www.w3.org/2000/svg";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/lapo/firewall.png"
+   width="400"
+   height="300"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.1 r9760"
+   sodipodi:docname="gcr-gnupg.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   style="display:inline;enable-background:new">
+  <title
+     id="title4872">Firewall</title>
+  <sodipodi:namedview
+     stroke="#ef2929"
+     fill="#f57900"
+     id="base"
+     pagecolor="#474747"
+     bordercolor="#666666"
+     borderopacity="0.25490196"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.2824768"
+     inkscape:cx="287.30394"
+     inkscape:cy="217.42514"
+     inkscape:current-layer="layer2"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1360"
+     inkscape:window-height="973"
+     inkscape:window-x="151"
+     inkscape:window-y="46"
+     width="400px"
+     height="300px"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="true"
+     gridtolerance="10000"
+     inkscape:object-nodes="true"
+     inkscape:snap-grids="true"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       spacingy="1px"
+       spacingx="1px"
+       id="grid5883"
+       type="xygrid"
+       enabled="true"
+       visible="true"
+       empspacing="4"
+       snapvisiblegridlinesonly="true" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid11592"
+       empspacing="2"
+       visible="true"
+       enabled="false"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#ff0000"
+       opacity="0.1254902"
+       empcolor="#ff0000"
+       empopacity="0.25098039"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       orientation="-0.70710678,0.70710678"
+       position="309.8125,173.625"
+       id="guide9630" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="" />
+        <dc:title>Firewall</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="artwork"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none"
+       sodipodi:insensitive="true">
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296.0625"
+         y="51.99633"
+         inkscape:label="48x48" />
+      <rect
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179.05884"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="302.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="302.87057"
+           y="18.860306"
+           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold">gcr-gnupg</tspan></text>
+      <rect
+         inkscape:label="256x256"
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect6282"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline"
+       sodipodi:insensitive="true">
+      <g
+         id="g6154"
+         style="fill:#ffffff"
+         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
+      <path
+         class="fil0"
+         d="m 302.00812,74.988138 2.45996,0 0,-7.113676 C 304.46808,59.661042 311.20016,53 319.50109,53 c 8.30123,0 15.03287,6.661042 15.03287,14.874462 l 0,7.254299 c -0.0354,0.0246 -0.0709,0.04869 -0.10574,0.07236 l 1.9e-4,0 -0.023,0.01527 -0.002,0.0017 -0.002,0.0015 -0.002,0.0017 -0.0115,0.0077 -0.0132,0.009 -0.002,0.0017 -0.0153,0.0099 -7.8e-4,5.75e-4 -0.007,0.0039 -0.004,0.0021 -0.007,0.0048 -0.002,0.0011 -0.009,0.0058 -8e-5,0 -0.009,0.006 -0.0115,0.0081 -0.007,0.0039 -0.004,0.0034 -0.004,0.0027 -0.0132,0.0092 -0.0133,0.0085 -5.8e-4,5.73e-4 -0.0177,0.01113 -0.004,0.0025 -0.0198,0.01352 -0.002,0.0011 -0.009,0.0055 -1.8e-4,1.7e-4 -0.004,0.0019 -0.0272,0.01767 -0.004,0.0029 -0.007,0.0039 -0.002,0.0017 -0.002,0.0011 -0.0132,0.009 -0.002,7.65e-4 -1.8e-4,1.92e-4 -9.7e-4,5.76e-4 -0.0154,0.01022 -0.004,0.0021 -0.004,0.0034 -0.004,0.0031 -0.004,0.0025 -0.009,0.0055 -0.009,0.005 -6e-4,1.92e-4 -0.009,0.0055 -9.6e-4,5.77e-4 -0.009,0.0046 -0.002,0.0015 -0.007,0.0039 -0.004,0.0025 -0
 .004,0.0029 -0.004,0.0034 -0.004,0.0019 -0.0457,0.02838 -0.009,0.0058 -0.002,0.0015 -0.0245,0.01504 -0.002,0.0011 -0.0277,0.0168 -7.8e-4,5.74e-4 -0.002,0.0011 -0.009,0.0044 -5.6e-4,1.89e-4 -0.009,0.0048 -9.7e-4,5.74e-4 -0.007,0.0041 -0.007,0.0041 -9.7e-4,5.77e-4 -0.004,0.0021 -0.0116,0.0073 -0.007,0.0039 -0.009,0.0055 -0.0269,0.01571 -0.0269,0.01571 -0.0272,0.01569 -0.0272,0.01571 -0.0547,0.03156 -0.0276,0.01569 -0.0276,0.01593 -0.0116,0.0065 -0.072,0.04116 -0.0279,0.01593 -0.0282,0.01592 -0.0282,0.01614 -0.0372,0.02093 -0.0486,0.02717 -0.0286,0.01614 -0.11179,0.06217 -0.004,0.0027 -0.0295,0.01614 -0.0295,0.01635 -0.007,0.0037 -0.0391,0.02138 -0.0881,0.04793 -0.0414,0.02247 c -0.0423,0.02272 -0.0851,0.04561 -0.12827,0.0685 l -0.0116,0.0058 -0.0198,0.01067 -0.0627,0.03302 -0.0315,0.01658 -0.004,0.0029 -0.0579,0.03027 -1.8e-4,1.72e-4 -0.0322,0.01658 -0.009,0.0048 -0.0553,0.02863 -0.0323,0.01657 -0.0297,0.01527 c -0.0406,0.02072 -0.0813,0.0415 -0.12254,0.06226 l -0.0337,0.01701
  c -0.0486,0.02428 -0.0974,0.04869 -0.1468,0.07306 l -5.9e-4,1.72e-4 c -0.0472,0.02322 -0.0947,0.04656 -0.14305,0.06987 l -0.0477,0.02316 c -0.0523,0.02513 -0.10517,0.05051 -0.1587,0.0758 l -1.7e-4,0 c -2.9852,1.411022 -7.77286,2.912384 -16.8617,3.557946 -6.51102,0.462842 -10.4582,3.298366 -13.03271,6.720376 l 0,-11.888972 z m 9.38443,0 16.21702,0 0,-7.113676 c 0,-4.430434 -3.63095,-8.02307 -8.10848,-8.02307 -4.47743,0 -8.10854,3.592636 -8.10854,8.02307 z m 21.00719,1.368551 c -0.0484,0.02428 -0.0974,0.04862 -0.14678,0.07306 m -5.94178,-19.831356 c -1.92778,-1.139783 -4.18149,-1.795548 -6.58978,-1.795548 -6.60143,0 -12.04284,4.921229 -12.78307,11.256701 1.93522,-5.990699 7.60812,-10.330244 14.304,-10.330244 1.77863,0 3.48519,0.306959 5.06885,0.869091 z m 10.68301,21.407146 0,20.994461 -29.93203,0 c 3.29958,-1.815182 5.75868,-1.63032 9.8315,-1.502907 5.54635,0.173546 11.67487,-2.1254 14.68893,-5.169454 3.01439,-3.044392 -0.27283,-0.720326 -3.68505,0.136167 -3.41275,0.855975 -
 10.01632,0.947119 -14.43043,-0.200893 13.90252,0.187525 19.31317,-4.262204 22.38579,-8.247287 3.07245,-3.984999 -1.3289,-0.691861 -4.18019,0.681913 -2.85113,1.375063 -7.82381,2.357424 -13.29183,1.641038 8.27687,-0.01702 14.57453,-4.109493 18.61331,-8.333038 z"
+         id="path3010"
+         inkscape:connector-curvature="0"
+         style="fill:#0093dd;fill-rule:evenodd;display:inline;enable-background:new"
+         sodipodi:nodetypes="ccsssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsssccccscsccccsscccccc" />
+      <path
+         sodipodi:nodetypes="ccsssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsssccccscsccccsscccccc"
+         style="fill:#0093dd;fill-rule:evenodd;display:inline;enable-background:new"
+         inkscape:connector-curvature="0"
+         id="path3013"
+         d="m 308.01337,143.34003 1.61625,0 0,-4.63936 c 0,-5.35658 4.42313,-9.70074 9.87701,-9.70074 5.45409,0 9.87692,4.34416 9.87692,9.70074 l 0,4.73107 c -0.0233,0.016 -0.0465,0.0318 -0.0695,0.0472 l 1.2e-4,0 -0.0151,0.01 -10e-4,10e-4 -10e-4,6.5e-4 -0.001,0.001 -0.007,0.005 -0.009,0.006 -0.001,0.001 -0.0101,0.007 -5.2e-4,3.7e-4 -0.005,0.003 -0.003,0.001 -0.005,0.003 -10e-4,6.5e-4 -0.006,0.004 -6e-5,0 -0.006,0.004 -0.007,0.005 -0.005,0.003 -0.003,0.002 -0.003,0.002 -0.009,0.006 -0.009,0.005 -3.8e-4,3.7e-4 -0.0116,0.007 -0.003,10e-4 -0.013,0.009 -10e-4,6.5e-4 -0.006,0.004 -1.2e-4,1.1e-4 -0.003,0.001 -0.0178,0.0115 -0.003,0.002 -0.005,0.003 -0.001,0.001 -10e-4,6.5e-4 -0.009,0.006 -10e-4,4.9e-4 -1.2e-4,1.3e-4 -6.3e-4,3.8e-4 -0.0101,0.007 -0.003,10e-4 -0.003,0.002 -0.003,0.002 -0.003,0.001 -0.006,0.003 -0.006,0.003 -3.9e-4,1.3e-4 -0.006,0.003 -6.3e-4,3.7e-4 -0.006,0.003 -0.001,6.5e-4 -0.005,0.003 -0.003,0.001 -0.003,0.002 -0.003,0.002 -0.003,0.001 -0.03,0.0185 -0.006,0.004 -1
 0e-4,6.5e-4 -0.0161,0.01 -0.001,6.5e-4 -0.0182,0.011 -5.2e-4,3.7e-4 -0.001,6.5e-4 -0.006,0.003 -3.6e-4,1.2e-4 -0.006,0.003 -6.3e-4,3.8e-4 -0.005,0.003 -0.005,0.003 -6.4e-4,3.7e-4 -0.003,0.001 -0.008,0.005 -0.005,0.003 -0.006,0.003 -0.0176,0.0102 -0.0176,0.0102 -0.0178,0.0102 -0.0178,0.0102 -0.036,0.0206 -0.0181,0.0102 -0.0181,0.0104 -0.008,0.005 -0.0473,0.0269 -0.0183,0.0104 -0.0185,0.0104 -0.0185,0.0105 -0.0245,0.0136 -0.0319,0.0177 -0.0188,0.0105 -0.0734,0.0406 -0.003,0.002 -0.0193,0.0105 -0.0193,0.0107 -0.005,0.003 -0.0257,0.014 -0.0579,0.0312 -0.0272,0.0147 c -0.0278,0.0148 -0.0559,0.0297 -0.0842,0.0447 l -0.008,0.004 -0.013,0.007 -0.0412,0.0215 -0.0208,0.0108 -0.003,0.002 -0.0381,0.0198 -1.1e-4,1.2e-4 -0.0212,0.0108 -0.006,0.003 -0.0364,0.0187 -0.0213,0.0108 -0.0195,0.01 c -0.0267,0.0135 -0.0534,0.0271 -0.0805,0.0406 l -0.0222,0.0111 c -0.0319,0.0159 -0.064,0.0318 -0.0964,0.0477 l -3.9e-4,1.1e-4 c -0.031,0.0151 -0.0623,0.0304 -0.094,0.0456 l -0.0313,0.0151 c -0.0344,0.0
 164 -0.0691,0.0329 -0.10427,0.0494 l -1.1e-4,0 c -1.96134,0.92023 -5.10694,1.89938 -11.0785,2.3204 -4.27788,0.30185 -6.87126,2.15111 -8.56277,4.38285 l 0,-7.75368 z m 6.16578,0 10.65493,0 0,-4.63936 c 0,-2.88941 -2.38561,-5.23244 -5.32745,-5.23244 -2.94177,0 -5.32748,2.34303 -5.32748,5.23244 z m 13.80217,0.89253 c -0.0318,0.0159 -0.064,0.0317 -0.0964,0.0477 m -3.90388,-12.9335 c -1.2666,-0.74333 -2.74733,-1.171 -4.32963,-1.171 -4.33728,0 -7.9124,3.20949 -8.39875,7.34133 1.27148,-3.90698 4.9987,-6.73712 9.39803,-6.73712 1.16861,0 2.28985,0.20019 3.33035,0.56679 z M 331,145.30795 331,159 l -19.66599,0 c 2.16789,-1.18381 3.78357,-1.06325 6.4595,-0.98016 3.64408,0.11319 7.67065,-1.38613 9.65095,-3.37138 1.98052,-1.98547 -0.17925,-0.46978 -2.42116,0.0888 -2.24225,0.55824 -6.58094,0.61768 -9.4811,-0.13103 9.13426,0.12231 12.68916,-2.77969 14.70795,-5.37866 2.01866,-2.59891 -0.87312,-0.45122 -2.74649,0.44472 -1.87325,0.89678 -5.1404,1.53745 -8.73301,1.07025 5.43809,-0.0111 9.57578,
 -2.68011 12.22935,-5.4346 z"
+         class="fil0" />
+      <path
+         class="fil0"
+         d="m 305.00554,189.51605 1.19493,0 0,-3.40219 c 0,-3.92815 3.2701,-7.11386 7.30226,-7.11386 4.03231,0 7.30219,3.18571 7.30219,7.11386 l 0,3.46944 c -0.0172,0.0117 -0.0344,0.0233 -0.0514,0.0346 l 8e-5,0 -0.0112,0.007 -7.4e-4,7.3e-4 -7.5e-4,4.8e-4 -7.3e-4,7.3e-4 -0.005,0.004 -0.007,0.004 -7.5e-4,7.3e-4 -0.007,0.005 -3.9e-4,2.7e-4 -0.004,0.002 -0.002,7.3e-4 -0.004,0.002 -7.3e-4,4.8e-4 -0.004,0.003 -5e-5,0 -0.004,0.003 -0.005,0.004 -0.004,0.002 -0.002,0.001 -0.002,0.001 -0.007,0.004 -0.007,0.004 -2.8e-4,2.7e-4 -0.009,0.005 -0.002,7.3e-4 -0.0101,0.007 -7.5e-4,4.8e-4 -0.004,0.003 -8e-5,8e-5 -0.002,7.3e-4 -0.0132,0.008 -0.002,0.001 -0.004,0.002 -7.4e-4,7.4e-4 -7.4e-4,4.7e-4 -0.007,0.004 -7.4e-4,3.6e-4 -9e-5,1e-4 -4.7e-4,2.8e-4 -0.007,0.005 -0.002,7.3e-4 -0.002,0.001 -0.002,10e-4 -0.002,7.3e-4 -0.004,0.002 -0.004,0.002 -3e-4,9e-5 -0.004,0.002 -4.6e-4,2.8e-4 -0.004,0.002 -7.4e-4,4.7e-4 -0.004,0.002 -0.002,7.4e-4 -0.002,0.001 -0.002,0.001 -0.002,7.3e-4 -0.0222,0.0136 -0.004,0
 .003 -7.4e-4,4.8e-4 -0.0119,0.007 -7.4e-4,4.8e-4 -0.0135,0.008 -3.8e-4,2.7e-4 -7.4e-4,4.7e-4 -0.004,0.002 -2.7e-4,9e-5 -0.004,0.002 -4.7e-4,2.8e-4 -0.004,0.002 -0.004,0.002 -4.8e-4,2.7e-4 -0.002,7.3e-4 -0.006,0.004 -0.004,0.002 -0.004,0.002 -0.013,0.007 -0.013,0.007 -0.0132,0.007 -0.0132,0.007 -0.0266,0.0151 -0.0134,0.007 -0.0134,0.008 -0.006,0.004 -0.035,0.0197 -0.0135,0.008 -0.0137,0.008 -0.0137,0.008 -0.0181,0.01 -0.0236,0.013 -0.0139,0.008 -0.0542,0.0298 -0.002,0.001 -0.0143,0.008 -0.0142,0.008 -0.004,0.002 -0.0189,0.0103 -0.0428,0.0229 -0.0201,0.0108 c -0.0206,0.0109 -0.0413,0.0218 -0.0622,0.0328 l -0.006,0.003 -0.0101,0.005 -0.0304,0.0158 -0.0154,0.008 -0.002,0.001 -0.0281,0.0145 -8e-5,9e-5 -0.0157,0.008 -0.004,0.002 -0.0269,0.0137 -0.0157,0.008 -0.0144,0.007 c -0.0198,0.01 -0.0395,0.0199 -0.0595,0.0298 l -0.0164,0.008 c -0.0236,0.0117 -0.0473,0.0233 -0.0713,0.035 l -2.8e-4,8e-5 c -0.0229,0.0111 -0.0461,0.0223 -0.0695,0.0334 l -0.0231,0.0111 c -0.0254,0.012 -0.0511,0.0
 241 -0.0771,0.0362 l -9e-5,0 c -1.45006,0.67483 -3.77566,1.39287 -8.19054,1.70162 -3.16272,0.22135 -5.08005,1.57748 -6.33062,3.21408 l 0,-5.68602 z m 4.55848,0 7.87739,0 0,-3.40219 c 0,-2.1189 -1.76372,-3.83711 -3.93868,-3.83711 -2.17491,0 -3.93871,1.71821 -3.93871,3.83711 z m 10.20421,0.65452 c -0.0235,0.0117 -0.0473,0.0232 -0.0713,0.035 m -2.8862,-9.48457 c -0.93643,-0.5451 -2.03115,-0.85873 -3.20098,-0.85873 -3.20663,0 -5.84979,2.35362 -6.20935,5.38363 0.94002,-2.86511 3.69563,-4.94054 6.94814,-4.94054 0.86397,0 1.69293,0.14681 2.46219,0.41564 z M 322,190.95919 322,201 l -14.53944,0 c 1.60277,-0.86813 2.79727,-0.77971 4.77563,-0.71878 2.69414,0.083 5.67106,-1.0165 7.13513,-2.47234 1.46423,-1.45601 -0.13252,-0.34451 -1.79001,0.0651 -1.65774,0.40937 -4.86541,0.45296 -7.00956,-0.0961 6.75313,0.0897 9.38133,-2.03844 10.87387,-3.94434 1.49243,-1.90586 -0.64552,-0.3309 -2.03053,0.32613 -1.38493,0.65763 -3.8004,1.12746 -6.45648,0.78484 4.02048,-0.008 7.07955,-1.96541 9.04139,-3.
 98536 z"
+         id="path3015"
+         inkscape:connector-curvature="0"
+         style="fill:#0093dd;fill-rule:evenodd;display:inline;enable-background:new"
+         sodipodi:nodetypes="ccsssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsssccccscsccccsscccccc" />
+      <path
+         sodipodi:nodetypes="ccsssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccsssccccscsccccsscccccc"
+         style="fill:#0093dd;fill-rule:evenodd;display:inline;enable-background:new"
+         inkscape:connector-curvature="0"
+         id="path3017"
+         d="m 305,228.648 0.84376,0 0,-2.47432 c 0,-2.85684 2.30906,-5.17372 5.15623,-5.17372 2.84728,0 5.15619,2.31688 5.15619,5.17372 l 0,2.52323 c -0.0121,0.009 -0.0243,0.0169 -0.0363,0.0252 l 6e-5,0 -0.008,0.005 -5.2e-4,5.3e-4 -5.4e-4,3.5e-4 -5.1e-4,5.3e-4 -0.004,0.003 -0.005,0.003 -5.3e-4,5.3e-4 -0.005,0.004 -2.7e-4,1.9e-4 -0.003,0.001 -9.7e-4,5.3e-4 -0.003,0.001 -5.1e-4,3.5e-4 -0.003,0.002 -3e-5,0 -0.003,0.002 -0.004,0.003 -0.003,0.001 -9.7e-4,7.3e-4 -9.7e-4,7.2e-4 -0.005,0.003 -0.005,0.003 -2e-4,2e-4 -0.007,0.004 -9.7e-4,5.4e-4 -0.007,0.005 -5.2e-4,3.5e-4 -0.003,0.002 -5e-5,6e-5 -9.8e-4,5.3e-4 -0.01,0.006 -9.8e-4,7.3e-4 -0.003,0.001 -5.2e-4,5.3e-4 -5.3e-4,3.5e-4 -0.005,0.003 -5.2e-4,2.6e-4 -6e-5,7e-5 -3.3e-4,2e-4 -0.005,0.004 -9.7e-4,5.3e-4 -9.7e-4,7.3e-4 -9.7e-4,7.3e-4 -9.7e-4,5.3e-4 -0.003,0.001 -0.003,0.001 -2.1e-4,6e-5 -0.003,0.001 -3.2e-4,2e-4 -0.003,0.001 -5.2e-4,3.5e-4 -0.003,0.001 -9.8e-4,5.4e-4 -9.7e-4,7.3e-4 -9.7e-4,7.2e-4 -9.7e-4,5.3e-4 -0.0156,0.01 -0.003,
 0.002 -5.3e-4,3.5e-4 -0.009,0.005 -5.3e-4,3.5e-4 -0.01,0.006 -2.7e-4,2e-4 -5.1e-4,3.4e-4 -0.003,0.001 -1.9e-4,6e-5 -0.003,0.001 -3.3e-4,2e-4 -0.003,0.001 -0.003,10e-4 -3.4e-4,2e-4 -9.7e-4,5.3e-4 -0.004,0.003 -0.003,0.001 -0.003,10e-4 -0.009,0.005 -0.009,0.005 -0.01,0.005 -0.01,0.005 -0.0188,0.011 -0.01,0.005 -0.01,0.006 -0.004,0.003 -0.0248,0.0143 -0.01,0.006 -0.01,0.006 -0.01,0.006 -0.0128,0.007 -0.0167,0.009 -0.01,0.006 -0.0383,0.0217 -9.7e-4,7.3e-4 -0.0101,0.006 -0.01,0.006 -0.003,0.001 -0.0133,0.007 -0.0302,0.0166 -0.0142,0.008 c -0.0146,0.008 -0.0291,0.0159 -0.0439,0.0238 l -0.004,0.002 -0.007,0.004 -0.0215,0.0115 -0.0109,0.006 -9.7e-4,7.3e-4 -0.0198,0.0105 -6e-5,7e-5 -0.0111,0.006 -0.003,0.001 -0.019,0.01 -0.0111,0.006 -0.0102,0.005 c -0.014,0.007 -0.0279,0.0145 -0.042,0.0217 l -0.0116,0.006 c -0.0167,0.009 -0.0334,0.017 -0.0504,0.0255 l -1.9e-4,6e-5 c -0.0162,0.008 -0.0325,0.0162 -0.049,0.0243 l -0.0163,0.008 c -0.018,0.009 -0.0361,0.0175 -0.0545,0.0263 l -7e-5,0 c -1
 .02391,0.49078 -2.66604,1.01299 -5.78346,1.23754 -2.23324,0.16098 -3.58709,1.14726 -4.47015,2.33751 l 0,-4.13529 z m 3.21881,0 5.56235,0 0,-2.47432 c 0,-1.54102 -1.2454,-2.79063 -2.78117,-2.79063 -1.53573,0 -2.78118,1.24961 -2.78118,2.79063 z m 7.20535,0.47601 c -0.0166,0.009 -0.0334,0.0169 -0.0504,0.0255 m -2.038,-6.89787 c -0.66122,-0.39644 -1.43422,-0.62453 -2.26025,-0.62453 -2.26426,0 -4.13064,1.71172 -4.38453,3.91536 0.66377,-2.08371 2.60955,-3.59312 4.9062,-3.59312 0.61006,0 1.1954,0.10677 1.73858,0.30229 z M 317,229.69759 317,237 l -10.26652,0 c 1.13174,-0.63137 1.9752,-0.56706 3.37214,-0.52275 1.90238,0.0604 4.00442,-0.73927 5.03823,-1.79806 1.03391,-1.05892 -0.0936,-0.25056 -1.26396,0.0473 -1.17056,0.29772 -3.43554,0.32943 -4.94956,-0.0699 4.76849,0.0652 6.62431,-1.4825 7.67821,-2.86861 1.05382,-1.38608 -0.45581,-0.24066 -1.43379,0.23718 -0.97792,0.47828 -2.68352,0.81998 -4.55902,0.5708 2.83892,-0.006 4.99898,-1.42939 6.38427,-2.89845 z"
+         class="fil0" />
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer5"
+       inkscape:label="hires"
+       style="display:inline"
+       sodipodi:insensitive="true">
+      <g
+         id="g8198"
+         transform="matrix(5.0928038,0,0,2.2388776,20.301687,129.4805)"
+         style="opacity:0.4" />
+      <g
+         id="g8230"
+         inkscape:label="base"
+         style="display:inline"
+         transform="matrix(4.8890868,0,0,4.8890868,322.06038,251.81989)" />
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="-1.0153296"
+         inkscape:original="M 711.96875 227 C 709.68001 227.00001 707.67461 227.86289 706.5 229.1875 L 706.5 231.625 C 706.5 232.11623 706.8838 232.5 707.375 232.5 L 716.625 232.5 C 717.11622 232.50001 717.5 232.11622 717.5 231.625 L 717.5 229.25 C 716.33242 227.89578 714.28785 227 711.96875 227 z "
+         style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path5171-2"
+         d="m 711.96875,228 c -1.90789,1e-5 -3.49694,0.75848 -4.46875,1.71875 l 0,1.78125 9,0 0,-1.75 c -0.96562,-0.98703 -2.59089,-1.75 -4.53125,-1.75 z"
+         transform="translate(-7.8685593e-7,2.029528e-6)" />
+      <path
+         style="fill:#0093dd;fill-rule:evenodd"
+         inkscape:connector-curvature="0"
+         id="path37"
+         d="m 60.021111,155.83198 12.666359,0 0,-38.22607 C 72.68747,74.753266 107.35117,40 150.09294,40 c 42.74311,0 77.40459,34.753266 77.40459,77.60591 l 0,37.84852 c -0.18295,0.12838 -0.36498,0.25409 -0.54437,0.37755 l 0.001,0 -0.11774,0.0797 -0.0134,0.009 -0.0134,0.008 -0.0134,0.009 -0.0584,0.0403 -0.0691,0.047 -0.0134,0.009 -0.0758,0.0515 -0.004,0.003 -0.0312,0.0201 -0.0179,0.0113 -0.0357,0.0255 -0.009,0.006 -0.046,0.0309 -4.4e-4,0 -0.046,0.0313 -0.0621,0.0416 -0.0312,0.0202 -0.0268,0.0166 -0.0223,0.0138 -0.0696,0.0475 -0.0674,0.0443 -0.003,0.003 -0.0875,0.0582 -0.0179,0.0127 -0.10666,0.0702 -0.009,0.006 -0.0446,0.029 -0.001,8.8e-4 -0.0179,0.0101 -0.13966,0.0917 -0.0222,0.0143 -0.0312,0.0201 -0.0134,0.009 -0.009,0.006 -0.0718,0.047 -0.009,0.004 -9.9e-4,10e-4 -0.005,0.003 -0.0821,0.0533 -0.0179,0.0113 -0.0268,0.017 -0.0268,0.0157 -0.0178,0.0126 -0.0446,0.0282 -0.0402,0.0259 -0.003,9.9e-4 -0.0446,0.0282 -0.005,0.003 -0.0402,0.0241 -0.0134,0.008 -0.0312,0.0202 -0.0223,0.0
 127 -0.0223,0.0142 -0.0268,0.0174 -0.0178,0.01 -0.23515,0.14808 -0.0499,0.0304 -0.0134,0.008 -0.12579,0.0783 -0.009,0.006 -0.14323,0.0872 -0.004,0.003 -0.009,0.006 -0.0402,0.0232 -0.003,0.001 -0.0402,0.025 -0.005,0.003 -0.0356,0.022 -0.0358,0.0215 -0.005,0.003 -0.0178,0.0113 -0.0621,0.037 -0.0312,0.0202 -0.0474,0.0287 -0.13832,0.0814 -0.13833,0.0814 -0.1392,0.0817 -0.13922,0.0822 -0.28111,0.16464 -0.14145,0.0822 -0.14189,0.0831 -0.0589,0.034 -0.3708,0.21474 -0.14412,0.0831 -0.14546,0.0831 -0.14548,0.084 -0.19141,0.10959 -0.24987,0.14181 -0.14814,0.084 -0.5756,0.32434 -0.0268,0.0134 -0.15172,0.0845 -0.15171,0.0854 -0.0356,0.0188 -0.20214,0.11186 -0.45379,0.25007 -0.21328,0.11717 c -0.21774,0.11855 -0.43773,0.23798 -0.65995,0.35744 l -0.0566,0.0309 -0.10351,0.0554 -0.32306,0.17223 -0.16241,0.0868 -0.0268,0.0143 -0.29851,0.15791 -0.001,9.1e-4 -0.16509,0.0863 -0.0473,0.0246 -0.2847,0.14941 -0.16687,0.0868 -0.15305,0.0792 c -0.20837,0.10833 -0.41898,0.21652 -0.63138,0.32478 l -0.
 17356,0.0887 c -0.24944,0.12658 -0.50154,0.25409 -0.75632,0.38113 l -0.003,9e-4 c -0.24318,0.1212 -0.48859,0.24292 -0.73668,0.3646 l -0.24631,0.12082 c -0.2695,0.13107 -0.54124,0.26348 -0.81654,0.39547 l -10e-4,0 c -15.37078,7.36186 -40.0226,15.19505 -86.82124,18.5632 C 93.580335,184.1032 73.256238,198.89724 60,216.75121 l 0,-60.9182 z m 48.320649,0 83.50194,0 0,-38.22607 c 0,-23.115318 -18.6959,-41.859516 -41.75076,-41.859516 -23.05441,0 -41.75118,18.744198 -41.75118,41.859516 l 0,38.22607 z m 108.16668,6.02903 c -0.24986,0.12659 -0.50108,0.25363 -0.75632,0.38113 M 185.15779,58.774171 c -9.92622,-5.946698 -21.53062,-9.368073 -33.93105,-9.368073 -33.99083,0 -62.008791,25.675974 -65.820264,58.730632 9.964608,-31.255842 39.174374,-53.896954 73.651574,-53.896954 9.15831,0 17.94538,1.601531 26.09974,4.534395 z m 55.00699,111.689489 0,109.53634 -154.120679,0 c 16.989619,-9.47052 29.651519,-8.50602 50.622599,-7.84125 28.55832,0.90545 60.11423,-11.08905 75.63361,-26.97107 15.52116,
 -15.8838 -1.40464,-3.75823 -18.97432,0.7104 -17.57237,4.46595 -51.57436,4.9415 -74.30259,-1.04815 71.58431,0.97838 99.44388,-22.23759 115.2649,-43.02935 15.82011,-20.79129 -6.84252,-3.6097 -21.52394,3.55782 -14.68051,7.17424 -40.28497,12.2996 -68.43993,8.56194 42.61773,-0.0887 75.04463,-21.44085 95.84035,-43.47668 z"
+         class="fil0" />
+    </g>
+  </g>
+</svg>
diff --git a/gcr/icons/key-and-keypair.svg b/gcr/icons/src/gcr-key-and-keypair.svg
similarity index 93%
rename from gcr/icons/key-and-keypair.svg
rename to gcr/icons/src/gcr-key-and-keypair.svg
index 9fc45b1..0ccbbb7 100644
--- a/gcr/icons/key-and-keypair.svg
+++ b/gcr/icons/src/gcr-key-and-keypair.svg
@@ -13,12 +13,12 @@
    inkscape:export-ydpi="90.000000"
    inkscape:export-xdpi="90.000000"
    inkscape:export-filename="/home/lapo/firewall.png"
-   width="400"
+   width="800"
    height="300"
    id="svg11300"
    sodipodi:version="0.32"
    inkscape:version="0.48.1 r9760"
-   sodipodi:docname="seahorse.svg"
+   sodipodi:docname="gcr-key-and-keypair.svg"
    inkscape:output_extension="org.inkscape.output.svg.inkscape"
    version="1.0"
    style="display:inline;enable-background:new">
@@ -33,17 +33,17 @@
      borderopacity="0.25490196"
      inkscape:pageopacity="0"
      inkscape:pageshadow="2"
-     inkscape:zoom="4"
-     inkscape:cx="344.14948"
-     inkscape:cy="153.42666"
-     inkscape:current-layer="layer4"
+     inkscape:zoom="1.4142136"
+     inkscape:cx="309.24884"
+     inkscape:cy="138.10077"
+     inkscape:current-layer="layer8"
      showgrid="true"
      inkscape:grid-bbox="true"
      inkscape:document-units="px"
      inkscape:showpageshadow="false"
      inkscape:window-width="1343"
      inkscape:window-height="967"
-     inkscape:window-x="1615"
+     inkscape:window-x="170"
      inkscape:window-y="52"
      width="400px"
      height="300px"
@@ -52,7 +52,7 @@
      gridtolerance="10000"
      inkscape:object-nodes="true"
      inkscape:snap-grids="true"
-     showguides="true"
+     showguides="false"
      inkscape:guide-bbox="true"
      inkscape:window-maximized="0"
      inkscape:snap-global="true">
@@ -1108,15 +1108,6 @@
          d="m 100.57289,62.541565 c 9.48984,-5.464319 21.33605,-6.200507 31.7778,-0.907186 16.70676,8.469299 23.42235,29.155172 15.00603,46.222191 -8.41633,17.06699 -28.75204,24.0104 -45.45881,15.54111 C 85.191127,114.92838 78.475532,94.242508 86.891873,77.175489 90.047996,70.775377 94.878999,65.820155 100.57289,62.541565 z m 6.9728,5.220359 c -5.96406,3.340783 -10.900661,9.170026 -13.378439,16.619864 -4.955579,14.899702 1.771155,30.814332 15.017289,35.518322 13.24609,4.70395 27.99598,-3.61355 32.95155,-18.51325 4.95556,-14.899692 -1.77117,-30.814331 -15.01728,-35.518315 -6.62305,-2.351969 -13.60904,-1.447398 -19.57312,1.893379 z"
          style="color:#000000;fill:none;stroke:#000000;stroke-width:0.99999982px;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
     </clipPath>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter11544-7-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.58922844"
-         id="feGaussianBlur11546-0-0" />
-    </filter>
     <linearGradient
        id="linearGradient3894-9-9">
       <stop
@@ -1182,15 +1173,6 @@
          style="fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
          inkscape:connector-curvature="0" />
     </clipPath>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3825-6-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.50626347"
-         id="feGaussianBlur3827-5-5" />
-    </filter>
     <linearGradient
        id="linearGradient3263-6-1-8-3">
       <stop
@@ -1277,15 +1259,6 @@
          d="m -52.298199,90.961216 c -14.221332,0 -25.747088,11.549034 -25.747088,25.770364 0,14.22134 11.525756,25.74709 25.747088,25.74709 3.878336,0 7.549624,-0.88545 10.848231,-2.42106 l 37.8989687,37.92225 4.51621619,0 -0.51214823,-1.2571 2.25810814,0 0.7449428,1.2571 5.8431458,-1.58301 -0.6518251,-0.65182 -1.1872527,-7.2632 -5.4939537,-5.51723 -5.2611591,0.25608 0,-6.00611 -3.7479939,-3.74799 -4.2601419,0.74494 -0.232795,-5.75003 -16.08611,-15.15493 1.583003,-1.583 0.488869,-2.00204 -2.909933,-3.30568 c 1.215993,-2.99138 1.908916,-6.25621 1.908916,-9.68426 0,-14.22133 -11.525756,-25.770364 -25.747088,-25.770364 z"
          style="fill:none;stroke:#000000;stroke-width:1.48988581;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
     </clipPath>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter12480-2-4-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.56367413"
-         id="feGaussianBlur12482-5-6-5" />
-    </filter>
     <linearGradient
        y2="188.40904"
        x2="23.103989"
@@ -1322,15 +1295,6 @@
        y1="213.94829"
        x2="-1.2096813"
        y2="198.59221" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter14931-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.5341601"
-         id="feGaussianBlur14933-8" />
-    </filter>
     <linearGradient
        inkscape:collect="always"
        xlink:href="#linearGradient14960-7"
@@ -1567,14 +1531,6 @@
        y1="213.94829"
        x2="-1.2096813"
        y2="198.59221" />
-    <filter
-       inkscape:collect="always"
-       id="filter17409">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.60698113"
-         id="feGaussianBlur17411" />
-    </filter>
     <linearGradient
        id="linearGradient3894-9-9-0">
       <stop
@@ -1676,16 +1632,6 @@
          sodipodi:nodetypes="cccccccccccc" />
     </clipPath>
     <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4542-7"
-       id="linearGradient17750"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.727273,0,0,0.999999,12.27273,-34.84375)"
-       x1="33.120464"
-       y1="20.5"
-       x2="22.328388"
-       y2="20.5" />
-    <linearGradient
        id="linearGradient17498-7">
       <stop
          id="stop17500-8"
@@ -1796,16 +1742,6 @@
        xlink:href="#linearGradient17780-6"
        inkscape:collect="always" />
     <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17498-5"
-       id="linearGradient17518-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-10,-7.0000003)"
-       x1="28.897871"
-       y1="25.183172"
-       x2="19.272995"
-       y2="51.558521" />
-    <linearGradient
        id="linearGradient17498-5">
       <stop
          id="stop17500-6"
@@ -1830,15 +1766,6 @@
     </linearGradient>
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient17780-7"
-       id="linearGradient17786-1"
-       x1="12.744178"
-       y1="35.318134"
-       x2="21.54595"
-       y2="21.948019"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
        id="linearGradient17780-7">
       <stop
          style="stop-color:#888a85;stop-opacity:1;"
@@ -2152,15 +2079,6 @@
        inkscape:collect="always" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient8002-5"
-       id="linearGradient8008-1"
-       x1="14.679631"
-       y1="16.403772"
-       x2="-6.3245316"
-       y2="46.160282"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
        id="linearGradient8002-5">
       <stop
          style="stop-color:#ffffff;stop-opacity:1;"
@@ -2191,101 +2109,6 @@
        y2="198.59221" />
     <linearGradient
        inkscape:collect="always"
-       xlink:href="#linearGradient6107-8"
-       id="linearGradient3907"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
-       x1="1382.548"
-       y1="921.10638"
-       x2="3503.502"
-       y2="1684.3187" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6156"
-       id="linearGradient3909"
-       gradientUnits="userSpaceOnUse"
-       x1="12.892972"
-       y1="33.490982"
-       x2="5.5136962"
-       y2="21.641434" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6958"
-       id="linearGradient3911"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0,0.625,-0.676136,0,37.10227,15.875)"
-       x1="17"
-       y1="45.248375"
-       x2="17"
-       y2="30.759407" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2816"
-       id="linearGradient3913"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0,0.673693,-0.676136,0,37.10227,14.81577)"
-       x1="15.406166"
-       y1="37.34367"
-       x2="16.864777"
-       y2="24.249567" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6249-2"
-       id="linearGradient3915"
-       gradientUnits="userSpaceOnUse"
-       x1="44.46957"
-       y1="-15.295949"
-       x2="31.692965"
-       y2="-15.121348" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7994"
-       id="linearGradient3917"
-       gradientUnits="userSpaceOnUse"
-       x1="6.7611751"
-       y1="30.90625"
-       x2="19.926325"
-       y2="30.90625" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17498"
-       id="linearGradient3987"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-10,-7.0000003)"
-       x1="28.897871"
-       y1="25.183172"
-       x2="19.272995"
-       y2="51.558521" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17780"
-       id="linearGradient3989"
-       gradientUnits="userSpaceOnUse"
-       x1="17.291615"
-       y1="31.321718"
-       x2="23.125856"
-       y2="14.906891" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4542"
-       id="linearGradient3991"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.727273,0,0,0.999999,12.27273,-34.84375)"
-       x1="33.120464"
-       y1="20.5"
-       x2="22.328388"
-       y2="20.5" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient8002"
-       id="linearGradient3993"
-       gradientUnits="userSpaceOnUse"
-       x1="14.679631"
-       y1="16.403772"
-       x2="-6.3245316"
-       y2="46.160282" />
-    <linearGradient
-       inkscape:collect="always"
        xlink:href="#linearGradient6107-8-7"
        id="linearGradient4085"
        gradientUnits="userSpaceOnUse"
@@ -2396,65 +2219,6 @@
        y1="9.4198446"
        x2="17.65192"
        y2="17.15192" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7582"
-       id="radialGradient4113"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.6206897,0,0.7823276)"
-       cx="11.15625"
-       cy="2.0625"
-       fx="11.15625"
-       fy="2.0625"
-       r="0.90625" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6107-8-2"
-       id="linearGradient4907"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
-       x1="1382.548"
-       y1="921.10638"
-       x2="3503.502"
-       y2="1684.3187" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6156-0"
-       id="linearGradient4909"
-       gradientUnits="userSpaceOnUse"
-       x1="16.843721"
-       y1="46.923531"
-       x2="5.5136962"
-       y2="21.641434" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6958"
-       id="linearGradient4911"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0,0.625,-0.676136,0,37.10227,15.875)"
-       x1="17"
-       y1="45.248375"
-       x2="17"
-       y2="30.759407" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2816"
-       id="linearGradient4913"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0,0.673693,-0.676136,0,37.10227,14.81577)"
-       x1="15.406166"
-       y1="37.34367"
-       x2="16.864777"
-       y2="24.249567" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6249-2"
-       id="linearGradient4915"
-       gradientUnits="userSpaceOnUse"
-       x1="14.4375"
-       y1="13.8125"
-       x2="8"
-       y2="7.5" />
     <linearGradient
        id="linearGradient6107-8-7-3">
       <stop
@@ -2658,7 +2422,7 @@
        xlink:href="#linearGradient7994"
        id="linearGradient5230"
        gradientUnits="userSpaceOnUse"
-       x1="6.7611751"
+       x1="6.7611752"
        y1="30.90625"
        x2="19.926325"
        y2="30.90625" />
@@ -3152,158 +2916,616 @@
        y1="13.8125"
        x2="8"
        y2="7.5" />
-  </defs>
-  <metadata
-     id="metadata4">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Lapo Calamandrei</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <dc:source />
-        <cc:license
-           rdf:resource="" />
-        <dc:title>Firewall</dc:title>
-        <dc:subject>
-          <rdf:Bag />
-        </dc:subject>
-        <dc:date />
-        <dc:rights>
-          <cc:Agent>
-            <dc:title />
-          </cc:Agent>
-        </dc:rights>
-        <dc:publisher>
-          <cc:Agent>
-            <dc:title />
-          </cc:Agent>
-        </dc:publisher>
-        <dc:identifier />
-        <dc:relation />
-        <dc:language />
-        <dc:coverage />
-        <dc:description />
-        <dc:contributor>
-          <cc:Agent>
-            <dc:title />
-          </cc:Agent>
-        </dc:contributor>
-      </cc:Work>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     style="display:inline"
-     inkscape:groupmode="layer"
-     inkscape:label="artwork"
-     id="layer1">
-    <g
-       inkscape:groupmode="layer"
-       id="layer2"
-       inkscape:label="baseplate"
-       style="display:none"
-       sodipodi:insensitive="true">
-      <rect
-         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect6284"
-         width="48"
-         height="48"
-         x="296.0625"
-         y="51.99633"
-         inkscape:label="48x48" />
-      <rect
-         inkscape:label="32x32"
-         y="127.99634"
-         x="303"
-         height="32"
-         width="32"
-         id="rect6592"
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17498"
+       id="linearGradient3737"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-10,-7.0000003)"
+       x1="28.897871"
+       y1="25.183172"
+       x2="19.272995"
+       y2="51.558521" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17780"
+       id="linearGradient3739"
+       gradientUnits="userSpaceOnUse"
+       x1="17.291615"
+       y1="31.321718"
+       x2="23.125856"
+       y2="14.906891" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4542"
+       id="linearGradient3741"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.727273,0,0,0.999999,12.27273,-34.84375)"
+       x1="33.120464"
+       y1="20.5"
+       x2="22.328388"
+       y2="20.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8002"
+       id="linearGradient3743"
+       gradientUnits="userSpaceOnUse"
+       x1="14.679631"
+       y1="16.403772"
+       x2="-6.3245316"
+       y2="46.160282" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6107-8"
+       id="linearGradient3745"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
+       x1="1382.548"
+       y1="921.10638"
+       x2="3503.502"
+       y2="1684.3187" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6156"
+       id="linearGradient3747"
+       gradientUnits="userSpaceOnUse"
+       x1="12.892972"
+       y1="33.490982"
+       x2="5.5136962"
+       y2="21.641434" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6958"
+       id="linearGradient3749"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.625,-0.676136,0,37.10227,15.875)"
+       x1="17"
+       y1="45.248375"
+       x2="17"
+       y2="30.759407" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2816"
+       id="linearGradient3751"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.673693,-0.676136,0,37.10227,14.81577)"
+       x1="15.406166"
+       y1="37.34367"
+       x2="16.864777"
+       y2="24.249567" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6249-2"
+       id="linearGradient3753"
+       gradientUnits="userSpaceOnUse"
+       x1="44.46957"
+       y1="-15.295949"
+       x2="31.692965"
+       y2="-15.121348" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7994"
+       id="linearGradient3755"
+       gradientUnits="userSpaceOnUse"
+       x1="6.7611752"
+       y1="30.90625"
+       x2="19.926325"
+       y2="30.90625" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7582"
+       id="radialGradient3829"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.6206897,0,0.7823276)"
+       cx="11.15625"
+       cy="2.0625"
+       fx="11.15625"
+       fy="2.0625"
+       r="0.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17498-5"
+       id="linearGradient3832"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-10,-7.0000003)"
+       x1="28.897871"
+       y1="25.183172"
+       x2="19.272995"
+       y2="51.558521" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17780-7"
+       id="linearGradient3834"
+       gradientUnits="userSpaceOnUse"
+       x1="12.744178"
+       y1="35.318134"
+       x2="21.54595"
+       y2="21.948019" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4542-7"
+       id="linearGradient3836"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.727273,0,0,0.999999,12.27273,-34.84375)"
+       x1="33.120464"
+       y1="20.5"
+       x2="22.328388"
+       y2="20.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8002-5"
+       id="linearGradient3838"
+       gradientUnits="userSpaceOnUse"
+       x1="14.679631"
+       y1="16.403772"
+       x2="-6.3245316"
+       y2="46.160282" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6107-8-2"
+       id="linearGradient3840"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
+       x1="1382.548"
+       y1="921.10638"
+       x2="3503.502"
+       y2="1684.3187" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6156-0"
+       id="linearGradient3842"
+       gradientUnits="userSpaceOnUse"
+       x1="16.843721"
+       y1="46.923531"
+       x2="5.5136962"
+       y2="21.641434" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6958"
+       id="linearGradient3844"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.625,-0.676136,0,37.10227,15.875)"
+       x1="17"
+       y1="45.248375"
+       x2="17"
+       y2="30.759407" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2816"
+       id="linearGradient3846"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.673693,-0.676136,0,37.10227,14.81577)"
+       x1="15.406166"
+       y1="37.34367"
+       x2="16.864777"
+       y2="24.249567" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6249-2"
+       id="linearGradient3848"
+       gradientUnits="userSpaceOnUse"
+       x1="14.4375"
+       y1="13.8125"
+       x2="8"
+       y2="7.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17498-6"
+       id="linearGradient3906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-10,-7.0000003)"
+       x1="6.6240072"
+       y1="10.33393"
+       x2="10.96449"
+       y2="28.577551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17780-5"
+       id="linearGradient3908"
+       gradientUnits="userSpaceOnUse"
+       x1="0.36980912"
+       y1="9.6855135"
+       x2="-3.3759925"
+       y2="3.3339295" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6762"
+       id="linearGradient3910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,-3.506058,-0.3596506)"
+       x1="6.4375"
+       y1="6.7797499"
+       x2="8.4537582"
+       y2="8.7975082" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6837"
+       id="linearGradient3912"
+       gradientUnits="userSpaceOnUse"
+       x1="-7.96875"
+       y1="11.5"
+       x2="0.96875"
+       y2="11.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6833"
+       id="linearGradient3914"
+       gradientUnits="userSpaceOnUse"
+       x1="8.7232523"
+       y1="6.2651649"
+       x2="6.1381931"
+       y2="6.2651649" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6753"
+       id="linearGradient3917"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,-3.506058,-0.3596506)"
+       x1="9.2127371"
+       y1="9.4198446"
+       x2="17.65192"
+       y2="17.15192" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6107-8-7"
+       id="linearGradient3919"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
+       x1="1382.548"
+       y1="921.10638"
+       x2="3503.502"
+       y2="1684.3187" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6156-4"
+       id="linearGradient3921"
+       gradientUnits="userSpaceOnUse"
+       x1="13.593721"
+       y1="14.923531"
+       x2="-1.2363037"
+       y2="11.641434" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6762-2"
+       id="linearGradient3923"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5"
+       y1="9"
+       x2="7.5"
+       y2="5.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6833-5"
+       id="linearGradient3925"
+       gradientUnits="userSpaceOnUse"
+       x1="8.7232523"
+       y1="6.2651649"
+       x2="5.9061942"
+       y2="5.2978506" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6742-8"
+       id="linearGradient3927"
+       gradientUnits="userSpaceOnUse"
+       x1="9.9340439"
+       y1="4.53125"
+       x2="10.562407"
+       y2="22.717516" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6249"
+       id="linearGradient3929"
+       gradientUnits="userSpaceOnUse"
+       x1="14.4375"
+       y1="13.8125"
+       x2="8"
+       y2="7.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17498-6"
+       id="linearGradient3987"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-10,-7.0000003)"
+       x1="6.6240072"
+       y1="10.33393"
+       x2="10.96449"
+       y2="28.577551" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17780-5"
+       id="linearGradient3989"
+       gradientUnits="userSpaceOnUse"
+       x1="0.36980912"
+       y1="9.6855135"
+       x2="-3.3759925"
+       y2="3.3339295" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6762"
+       id="linearGradient3991"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,-3.506058,-0.3596506)"
+       x1="6.4375"
+       y1="6.7797499"
+       x2="8.4537582"
+       y2="8.7975082" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6837"
+       id="linearGradient3993"
+       gradientUnits="userSpaceOnUse"
+       x1="-7.96875"
+       y1="11.5"
+       x2="0.96875"
+       y2="11.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6833"
+       id="linearGradient3995"
+       gradientUnits="userSpaceOnUse"
+       x1="8.7232523"
+       y1="6.2651649"
+       x2="6.1381931"
+       y2="6.2651649" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6753"
+       id="linearGradient3997"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,-3.506058,-0.3596506)"
+       x1="9.2127371"
+       y1="9.4198446"
+       x2="17.65192"
+       y2="17.15192" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6107-8-7"
+       id="linearGradient3999"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
+       x1="1382.548"
+       y1="921.10638"
+       x2="3503.502"
+       y2="1684.3187" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6156-4"
+       id="linearGradient4001"
+       gradientUnits="userSpaceOnUse"
+       x1="13.593721"
+       y1="14.923531"
+       x2="-1.2363037"
+       y2="11.641434" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6762-2"
+       id="linearGradient4003"
+       gradientUnits="userSpaceOnUse"
+       x1="6.5"
+       y1="9"
+       x2="7.5"
+       y2="5.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6833-5"
+       id="linearGradient4005"
+       gradientUnits="userSpaceOnUse"
+       x1="8.7232523"
+       y1="6.2651649"
+       x2="5.9061942"
+       y2="5.2978506" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6742-8"
+       id="linearGradient4007"
+       gradientUnits="userSpaceOnUse"
+       x1="9.9340439"
+       y1="4.53125"
+       x2="10.562407"
+       y2="22.717516" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6249"
+       id="linearGradient4009"
+       gradientUnits="userSpaceOnUse"
+       x1="14.4375"
+       y1="13.8125"
+       x2="8"
+       y2="7.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6107-8"
+       id="linearGradient4025"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03776661,0.0377666,-0.03776661,0.0377666,160.03819,9.5782761)"
+       x1="1382.548"
+       y1="921.10638"
+       x2="3503.502"
+       y2="1684.3187" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6156"
+       id="linearGradient4027"
+       gradientUnits="userSpaceOnUse"
+       x1="12.892972"
+       y1="33.490982"
+       x2="5.5136962"
+       y2="21.641434" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6958"
+       id="linearGradient4029"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.625,-0.676136,0,37.10227,15.875)"
+       x1="17"
+       y1="45.248375"
+       x2="17"
+       y2="30.759407" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2816"
+       id="linearGradient4031"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,0.673693,-0.676136,0,37.10227,14.81577)"
+       x1="15.406166"
+       y1="37.34367"
+       x2="16.864777"
+       y2="24.249567" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6249-2"
+       id="linearGradient4033"
+       gradientUnits="userSpaceOnUse"
+       x1="44.46957"
+       y1="-15.295949"
+       x2="31.692965"
+       y2="-15.121348" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7994"
+       id="linearGradient4035"
+       gradientUnits="userSpaceOnUse"
+       x1="6.7611752"
+       y1="30.90625"
+       x2="19.926325"
+       y2="30.90625" />
+  </defs>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source />
+        <cc:license
+           rdf:resource="" />
+        <dc:title>Firewall</dc:title>
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:date />
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="key-pair"
+     style="display:inline">
+    <g
+       inkscape:groupmode="layer"
+       id="layer8"
+       inkscape:label="baseplate"
+       style="display:none">
+      <rect
+         inkscape:label="48x48"
+         y="51.99633"
+         x="686.0625"
+         height="48"
+         width="48"
+         id="rect3629"
          style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <rect
-         inkscape:label="24x24"
-         y="178"
-         x="302"
-         height="24"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3631"
+         width="32"
+         height="32"
+         x="693"
+         y="127.99634"
+         inkscape:label="32x32" />
+      <rect
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3633"
          width="24"
-         id="rect5028"
-         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+         height="24"
+         x="692"
+         y="178"
+         inkscape:label="24x24" />
       <rect
-         inkscape:label="16x16"
-         y="221"
-         x="303"
-         height="16"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect3635"
          width="16"
-         id="rect6833"
-         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+         height="16"
+         x="693"
+         y="221"
+         inkscape:label="16x16" />
       <rect
-         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect6749"
-         width="22"
-         height="22"
-         x="303"
+         inkscape:label="22x22"
          y="179.05884"
-         inkscape:label="22x22" />
+         x="693"
+         height="22"
+         width="22"
+         id="rect3637"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <text
-         id="context"
-         inkscape:label="context"
-         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
-         x="31.87059"
+         y="18.860306"
          xml:space="preserve"
-         y="18.860306"><tspan
-           id="tspan2716"
-           sodipodi:role="line"
-           x="31.87059"
+         x="421.87061"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         inkscape:label="context"
+         id="text3639"><tspan
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
            y="18.860306"
-           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+           x="421.87061"
+           sodipodi:role="line"
+           id="tspan3641">apps</tspan></text>
       <text
-         id="icon-name"
-         inkscape:label="icon-name"
-         sodipodi:linespacing="125%"
-         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
-         x="199.87057"
+         y="18.860306"
          xml:space="preserve"
-         y="18.860306"><tspan
-           id="tspan3023"
-           sodipodi:role="line"
-           x="199.87057"
+         x="589.87061"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         sodipodi:linespacing="125%"
+         inkscape:label="icon-name"
+         id="text3643"><tspan
+           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
            y="18.860306"
-           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold">seahorse</tspan></text>
-      <rect
-         inkscape:label="256x256"
-         y="32"
-         x="20"
-         height="256"
-         width="256"
-         id="rect6282"
-         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
+           x="589.87061"
+           sodipodi:role="line"
+           id="tspan3689">gcr-key-pair</tspan></text>
     </g>
     <g
        inkscape:groupmode="layer"
-       id="layer4"
-       inkscape:label="smallsizes"
-       style="display:inline">
-      <g
-         id="g6154"
-         style="fill:#ffffff"
-         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
+       id="layer7"
+       inkscape:label="smallsizes">
       <g
-         transform="matrix(0.01764125,1.4827579,1.4547795,2.9762967e-4,279.22187,67.025361)"
+         style="display:inline;enable-background:new"
+         transform="matrix(0.01764125,1.4827579,1.4547795,2.9762967e-4,665.15937,50.962862)"
          id="g7413">
         <path
-           style="color:#000000;fill:url(#linearGradient3987);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3989);stroke-width:0.68087411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           style="color:#000000;fill:url(#linearGradient3737);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3739);stroke-width:0.68087411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
            sodipodi:nodetypes="sccccccccccccccccccccccscsssc"
            id="path7415"
            d="M 13.4375,16.5 C 9.5186406,16.51383 9.104267,20.317626 9.104267,20.317626 L 4.5779358,22.440454 5.5274999,28.161436 10.537742,29.545854 10.34375,31.5 l 1.5,1.5 -1.5,1.5 0,1 2,1 0,1 -2,1 0,1 1.5,1.5 -1.5,1.5 0,1 2.5,2 2.5,0 1,-1.5 0,-14 4.843587,-3.351692 0.285612,-4.53777 -3.879353,-1.635941 C 17.697518,18.950089 16.72173,16.488411 13.4375,16.5 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
@@ -3313,77 +3535,63 @@
            x="29"
            width="16.311773"
            transform="matrix(0,1,-1,0,0,0)"
-           style="opacity:0.61538463;fill:url(#linearGradient3991);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           style="opacity:0.61538463;fill:url(#linearGradient3741);fill-opacity:1;fill-rule:evenodd;stroke:none"
            id="rect7423"
            height="0.98128641" />
         <path
            d="m 13.4375,17.28125 c -1.703381,0.006 -2.476193,0.776336 -2.96875,1.5625 -0.4925567,0.786164 -0.59375,1.5625 -0.59375,1.5625 a 0.79285854,0.79285854 0 0 1 -0.4375,0.625 l -4,1.875 0.78125,4.625 4.53125,1.25 a 0.79285854,0.79285854 0 0 1 0.5625,0.8125 l -0.15625,1.59375 1.25,1.25 a 0.79285854,0.79285854 0 0 1 0,1.125 l -1.28125,1.28125 0,0.15625 1.5625,0.78125 A 0.79285854,0.79285854 0 0 1 13.125,36.5 l 0,1 a 0.79285854,0.79285854 0 0 1 -0.4375,0.71875 L 11.125,39 l 0,0.15625 1.28125,1.28125 a 0.79285854,0.79285854 0 0 1 0,1.125 l -1.28125,1.28125 0,0.25 2.03125,1.625 1.75,0 0.65625,-0.96875 0,-13.75 a 0.79285854,0.79285854 0 0 1 0.34375,-0.65625 l 4.53125,-3.125 0.21875,-3.59375 -3.375,-1.4375 A 0.79285854,0.79285854 0 0 1 16.8125,20.40625 c 0.03854,-0.565438 -0.159384,-1.378013 -0.65625,-2 -0.496866,-0.621987 -1.274512,-1.130096 -2.71875,-1.125 z m -0.09375,0.4375 c 1.532943,0 2.78125,1.248307 2.78125,2.78125 0,1.532943 -1.248307,2.78125 -2.78125,2.78125 -1.532
 943,0 -2.78125,-1.248307 -2.78125,-2.78125 0,-1.532943 1.248307,-2.78125 2.78125,-2.78125 z"
            inkscape:href="#path7415"
            id="path17516"
-           style="color:#000000;fill:none;stroke:url(#linearGradient3993);stroke-width:0.68087411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           style="color:#000000;fill:none;stroke:url(#linearGradient3743);stroke-width:0.68087411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
            xlink:href="#path7415"
            inkscape:original="M 13.4375 16.5 C 9.5186406 16.51383 9.09375 20.3125 9.09375 20.3125 L 4.5625 22.4375 L 5.53125 28.15625 L 10.53125 29.53125 L 10.34375 31.5 L 11.84375 33 L 10.34375 34.5 L 10.34375 35.5 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.84375 41 L 10.34375 42.5 L 10.34375 43.5 L 12.84375 45.5 L 15.34375 45.5 L 16.34375 44 L 16.34375 30 L 21.1875 26.65625 L 21.46875 22.125 L 17.59375 20.46875 C 17.697672 18.944242 16.72173 16.488411 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
            inkscape:radius="-0.79277927"
            sodipodi:type="inkscape:offset" />
       </g>
-      <path
-         transform="matrix(0.5532396,-0.54421924,0.87679765,0.89133046,297.34092,149.00568)"
-         style="fill:url(#radialGradient4113);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         sodipodi:type="arc"
-         sodipodi:ry="0.5625"
-         sodipodi:rx="0.90625"
-         sodipodi:cy="2.0625"
-         sodipodi:cx="11.15625"
-         id="path177"
-         d="m 12.0625,2.0625 a 0.90625,0.5625 0 1 1 -1.8125,0 0.90625,0.5625 0 1 1 1.8125,0 z"
-         inkscape:export-filename="/data/projects/seahorse/32x32.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
       <g
-         transform="matrix(0.00416675,0.99999132,0.99999132,-0.00416675,301.00511,199.0963)"
-         id="g6769"
-         inkscape:export-filename="/data/projects/seahorse/24x24.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90">
+         style="display:inline;enable-background:new"
+         transform="matrix(-0.03314179,-1.4601652,1.4591995,-1.244622e-4,665.76968,102.02076)"
+         id="g6765">
         <path
-           style="color:#000000;fill:url(#linearGradient4097);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4099);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           sodipodi:nodetypes="csccccccccccccccccssssc"
-           id="path6081"
-           d="M -0.5017742,6.4584078 C -0.37175202,4.4522829 -0.8448083,2.5 -3.5060582,2.5 -6.2660581,2.5 -6.6064795,4.8828745 -6.625,6.3689418 l -1.8916614,1.1881832 -0.01828,2.1039435 3.0401445,2.3848735 -0.0052,2.529476 L -4.5,16 l -1,1.5 0,1 2,2 0.9999989,0 L -1.5,19.5 -1.51732,12.045942 1.4161394,9.5495158 1.4878836,7.4939418 z M -2.7989514,5.3726214 c 0.1810001,0.1810001 0.3093592,0.4311066 0.3093592,0.7071068 2e-7,0.5520005 -0.4644656,1.016466 -1.016466,1.016466 -0.552,10e-8 -1.016466,-0.4644656 -1.016466,-1.016466 0,-0.5520004 0.4644656,-1.016466 1.016466,-1.016466 0.2760002,0 0.5261067,0.1283591 0.7071068,0.3093592 z"
+           style="color:#000000;fill:url(#linearGradient3745);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3747);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:nodetypes="csccccccccccccccccsccsssc"
+           id="path6767"
+           d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.39524,1.39524 -1.5,1.5 0,1 2.10476,1.10476 0,1 -2,1 0,1 1.3254,1.3254 -1.1508,1.1508 0.374619,1.468424 1.846021,1.880776 2.22064,0 1.38412,-1.3254 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
            inkscape:connector-curvature="0" />
         <path
-           style="opacity:0.06334845;fill:url(#linearGradient4101);fill-opacity:1;fill-rule:evenodd;stroke:none"
-           id="path6083"
-           d="m 0.71269221,8.9174565 -8.43750041,0 c 0.6214183,1.7412405 2.2649102,3.0000005 4.2187502,3.0000005 1.9538399,0 3.5973328,-1.258759 4.21875021,-3.0000005 z"
+           style="opacity:0.3;fill:url(#linearGradient3749);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="path6769"
+           d="M 18.846598,24 8.028422,24 c 0,2.76 2.423271,5 5.409088,5 2.985817,0 5.409088,-2.24 5.409088,-5 z"
            inkscape:connector-curvature="0" />
         <path
-           style="opacity:0.52036252;fill:none;stroke:url(#linearGradient4103);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           style="opacity:0.6;fill:url(#linearGradient3751);fill-opacity:1;fill-rule:evenodd;stroke:none"
            sodipodi:type="inkscape:offset"
-           inkscape:radius="-1.0199475"
-           inkscape:original="M -3.5 2.5 C -6.2599999 2.5 -8.5 4.7399998 -8.5 7.5 C -8.4999997 9.5446378 -7.2593482 11.256644 -5.5 12.03125 L -5.5 14.5625 L -4.5 16 L -5.5 17.5 L -5.5 18.5 C -5.5 18.5 -3.5 20.5 -3.5 20.5 L -2.5 20.5 L -1.5 19.5 L -1.53125 12.03125 C 0.22809828 11.256644 1.4999997 9.5446378 1.5 7.5 C 1.5000001 6.12 0.93625013 4.8737501 0.03125 3.96875 C -0.87375013 3.0637498 -2.1200001 2.5 -3.5 2.5 z "
-           id="path6765"
-           d="m -3.5,3.53125 c -2.2081443,0 -3.96875,1.7606055 -3.96875,3.96875 2e-7,1.6320467 0.9610544,2.971218 2.375,3.59375 a 1.0200495,1.0200495 0 0 1 0.625,0.9375 l 0,2.21875 0.8125,1.15625 a 1.0200495,1.0200495 0 0 1 0,1.15625 l -0.8125,1.21875 0,0.3125 1.375,1.375 0.1875,0 0.375,-0.375 -0.03125,-7.0625 a 1.0200495,1.0200495 0 0 1 0.625,-0.9375 C -0.51947782,10.469423 0.46874976,9.1216542 0.46875,7.5 0.46875008,6.3977756 0.03620106,5.411201 -0.6875,4.6875 -1.411201,3.9637989 -2.3977756,3.53125 -3.5,3.53125 z" />
-        <path
-           transform="matrix(0,1.3333333,-1.3333333,0,4.493942,-3.3285949)"
-           style="fill:none;stroke:url(#linearGradient4105);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
-           sodipodi:type="arc"
-           sodipodi:ry="1.5"
-           sodipodi:rx="1.5"
-           sodipodi:cy="6"
-           sodipodi:cx="7"
-           id="path6085"
-           d="M 8.5,6 C 8.5,6.8284271 7.8284271,7.5 7,7.5 6.1715729,7.5 5.5,6.8284271 5.5,6 5.5,5.1715729 6.1715729,4.5 7,4.5 7.8284271,4.5 8.5,5.1715729 8.5,6 z" />
+           inkscape:radius="-0.10364762"
+           inkscape:original="M 13.40625 17.53125 C 13.179953 17.535742 12.940048 17.565361 12.71875 17.59375 C 11.746507 17.718472 10.844502 18.056009 10.0625 18.5625 C 10.273788 19.382459 10.603512 20.028723 11 20.59375 C 10.998818 20.562191 11 20.531846 11 20.5 C 11 19.119998 12.119999 18 13.5 18 C 14.880001 18 16 19.119998 16 20.5 C 16 21.880003 14.880001 23 13.5 23 C 13.338115 23 13.184591 22.966937 13.03125 22.9375 C 14.159156 24.243071 15.219875 25.922289 15.46875 29.3125 C 17.839227 28.416828 19.53125 26.324417 19.53125 23.5625 C 19.444481 20.923505 17.958879 18.870351 15.46875 17.84375 C 14.777284 17.614671 14.085142 17.517773 13.40625 17.53125 z M 15.46875 31.96875 C 15.356466 34.978468 14.778907 38.970391 13.4375 44.46875 L 14.78125 44.46875 L 15.46875 43.125 L 15.46875 31.96875 z "
+           id="path6832"
+           d="m 13.40625,17.625 c -0.218712,0.0043 -0.466555,0.03416 -0.6875,0.0625 -0.93254,0.119629 -1.775868,0.460272 -2.53125,0.9375 0.173643,0.634817 0.42464,1.158079 0.71875,1.625 0.125954,-1.319354 1.241853,-2.34375 2.59375,-2.34375 1.436081,0 2.59375,1.157668 2.59375,2.59375 0,1.436083 -1.157669,2.59375 -2.59375,2.59375 -0.07717,0 -0.14697,-0.02119 -0.21875,-0.03125 1.059311,1.270254 2.021943,2.944267 2.28125,6.09375 2.266237,-0.909044 3.875,-2.925566 3.875,-5.59375 -0.08555,-2.601924 -1.541462,-4.611423 -4,-5.625 -0.680148,-0.225329 -1.363612,-0.325754 -2.03125,-0.3125 z M 15.375,34.6875 c -0.279435,2.585586 -0.854558,5.742004 -1.8125,9.6875 l 1.15625,0 0.65625,-1.3125 0,-8.375 z" />
+        <rect
+           y="-14.84375"
+           x="29"
+           width="16.311773"
+           transform="matrix(0,1,-1,0,0,0)"
+           style="color:#000000;fill:url(#linearGradient3753);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79014987px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect6776"
+           height="0.98128641" />
         <path
-           style="fill:none;stroke:url(#linearGradient4107);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="cc"
-           id="path6091"
-           d="m -3.1525046,18.37868 0,-5.656855"
-           inkscape:connector-curvature="0" />
+           d="m 13.4375,17.3125 c -3.4801559,-1e-6 -6.28125,2.787977 -6.28125,6.25 2e-7,2.508186 1.4242699,4.687474 3.53125,5.6875 A 0.81679083,0.81679083 0 0 1 11.15625,30 l 0,1.1875 1.15625,1.15625 a 0.81679083,0.81679083 0 0 1 0,1.125 l -1.25,1.25 0,0.1875 1.65625,0.875 A 0.81679083,0.81679083 0 0 1 13.15625,36.5 l 0,1 a 0.81679083,0.81679083 0 0 1 -0.4375,0.71875 L 11.15625,39 l 0,0.1875 1.0625,1.0625 A 0.81679083,0.81679083 0 0 1 12.25,41.375 L 11.4375,42.21875 11.625,43 l 1.46875,1.5 1.53125,0 0.90625,-0.84375 0,-13.65625 A 0.81679083,0.81679083 0 0 1 16,29.25 c 2.076228,-1.002425 3.53125,-3.264837 3.53125,-5.75 0,-3.488167 -2.60491,-6.1875 -6.09375,-6.1875 z m -0.09375,0.375 c 1.545891,0 2.8125,1.266609 2.8125,2.8125 0,1.545891 -1.266609,2.8125 -2.8125,2.8125 -1.545891,0 -2.8125,-1.266609 -2.8125,-2.8125 0,-1.545891 1.266609,-2.8125 2.8125,-2.8125 z"
+           inkscape:href="#path6767"
+           id="path6313"
+           style="color:#000000;fill:none;stroke:url(#linearGradient3755);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           xlink:href="#path6767"
+           inkscape:original="M 13.4375 16.5 C 9.5186162 16.499999 6.34375 19.657775 6.34375 23.5625 C 6.3437502 26.380698 7.9483759 28.863095 10.34375 30 L 10.34375 31.5 L 11.75 32.90625 L 10.25 34.40625 L 10.25 35.40625 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.65625 40.8125 L 10.53125 41.96875 L 10.90625 43.4375 L 12.75 45.3125 L 14.96875 45.3125 L 16.34375 44 L 16.34375 30 C 18.716179 28.854566 20.34375 26.301484 20.34375 23.5 C 20.34375 19.595276 17.356384 16.5 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
+           inkscape:radius="-0.81670916"
+           sodipodi:type="inkscape:offset" />
       </g>
       <g
          style="display:inline;enable-background:new"
          id="g7413-2"
-         transform="matrix(0.04996045,0.90113171,0.90113171,-0.04996045,286.95195,137.30619)"
+         transform="matrix(0.04996045,0.90113171,0.90113171,-0.04996045,679.8994,130.24369)"
          inkscape:export-filename="/data/projects/seahorse/32x32.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90">
@@ -3392,11 +3600,11 @@
            d="M 13.4375,16.5 C 9.5186406,16.51383 9.104267,20.317626 9.104267,20.317626 L 6.1982808,21.790068 6.2456938,25.750941 10.34375,30 l 0,1.5 1.5,1.5 -1.5,1.5 0,1 2,1 0,1 -2,1 0,1 1.5,1.5 -1.5,1.5 0,1 2.440937,1.274442 3.754218,0.995104 L 17.061728,43.68543 16.34375,30 l 4.843587,-3.351692 0.285612,-4.53777 -3.879353,-1.635941 C 17.697518,18.950089 16.72173,16.488411 13.4375,16.5 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
            id="path7415-5"
            sodipodi:nodetypes="sccccccccccccccccccccccscsssc"
-           style="color:#000000;fill:url(#linearGradient17518-1);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient17786-1);stroke-width:1.10801411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+           style="color:#000000;fill:url(#linearGradient3832);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3834);stroke-width:1.10801411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
         <rect
            height="0.98128641"
            id="rect7423-4"
-           style="opacity:0.61538463;fill:url(#linearGradient17750);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           style="opacity:0.61538463;fill:url(#linearGradient3836);fill-opacity:1;fill-rule:evenodd;stroke:none"
            transform="matrix(0,1,-1,0,0,0)"
            width="16.311773"
            x="29"
@@ -3406,64 +3614,26 @@
            inkscape:radius="-0.96211886"
            inkscape:original="M 13.4375 16.5 C 9.5186406 16.51383 9.09375 20.3125 9.09375 20.3125 L 6.1875 21.78125 L 6.25 25.75 L 10.34375 30 L 10.34375 31.5 L 11.84375 33 L 10.34375 34.5 L 10.34375 35.5 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.84375 41 L 10.34375 42.5 L 10.34375 43.5 L 12.78125 44.78125 L 16.53125 45.78125 L 17.0625 43.6875 L 16.34375 30 L 21.1875 26.65625 L 21.46875 22.125 L 17.59375 20.46875 C 17.697672 18.944242 16.72173 16.488411 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
            xlink:href="#path7415-5"
-           style="color:#000000;fill:none;stroke:url(#linearGradient8008-1);stroke-width:1.10801411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           style="color:#000000;fill:none;stroke:url(#linearGradient3838);stroke-width:1.10801411px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
            id="path17516-2"
            inkscape:href="#path7415-5"
            d="m 13.4375,17.46875 c -1.648688,0.0058 -2.342056,0.71788 -2.8125,1.46875 -0.470444,0.75087 -0.5625,1.46875 -0.5625,1.46875 a 0.96221508,0.96221508 0 0 1 -0.53125,0.75 l -2.375,1.1875 0.0625,3.03125 3.8125,3.96875 A 0.96221508,0.96221508 0 0 1 11.3125,30 l 0,1.09375 1.21875,1.21875 a 0.96221508,0.96221508 0 0 1 0,1.375 l -1.21875,1.1875 0,0.03125 1.46875,0.71875 A 0.96221508,0.96221508 0 0 1 13.3125,36.5 l 0,1 a 0.96221508,0.96221508 0 0 1 -0.53125,0.875 l -1.46875,0.71875 0,0.03125 1.21875,1.1875 a 0.96221508,0.96221508 0 0 1 0,1.375 l -1.21875,1.21875 0,0.03125 1.71875,0.90625 0.03125,0 2.78125,0.75 0.25,-1 L 15.375,30.0625 a 0.96221508,0.96221508 0 0 1 0.4375,-0.84375 l 4.4375,-3.0625 0.21875,-3.4375 -3.25,-1.375 A 0.96221508,0.96221508 0 0 1 16.625,20.40625 C 16.660679,19.882852 16.497217,19.083307 16.03125,18.5 15.565283,17.916693 14.83947,17.463803 13.4375,17.46875 z m -0.09375,0.0625 c 1.624567,0 2.96875,1.344183 2.96875,2.96875 0,1.624567 -1.344183,2.9687
 5 -2.96875,2.96875 -1.624567,0 -2.96875,-1.344183 -2.96875,-2.96875 0,-1.624567 1.344183,-2.96875 2.96875,-2.96875 z" />
       </g>
       <g
-         transform="matrix(-0.03314179,-1.4601652,1.4591995,-1.244622e-4,279.83218,118.08326)"
-         id="g6765">
-        <path
-           style="color:#000000;fill:url(#linearGradient3907);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3909);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:nodetypes="csccccccccccccccccsccsssc"
-           id="path6767"
-           d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.39524,1.39524 -1.5,1.5 0,1 2.10476,1.10476 0,1 -2,1 0,1 1.3254,1.3254 -1.1508,1.1508 0.374619,1.468424 1.846021,1.880776 2.22064,0 1.38412,-1.3254 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.3;fill:url(#linearGradient3911);fill-opacity:1;fill-rule:evenodd;stroke:none"
-           id="path6769"
-           d="M 18.846598,24 8.028422,24 c 0,2.76 2.423271,5 5.409088,5 2.985817,0 5.409088,-2.24 5.409088,-5 z"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.6;fill:url(#linearGradient3913);fill-opacity:1;fill-rule:evenodd;stroke:none"
-           sodipodi:type="inkscape:offset"
-           inkscape:radius="-0.10364762"
-           inkscape:original="M 13.40625 17.53125 C 13.179953 17.535742 12.940048 17.565361 12.71875 17.59375 C 11.746507 17.718472 10.844502 18.056009 10.0625 18.5625 C 10.273788 19.382459 10.603512 20.028723 11 20.59375 C 10.998818 20.562191 11 20.531846 11 20.5 C 11 19.119998 12.119999 18 13.5 18 C 14.880001 18 16 19.119998 16 20.5 C 16 21.880003 14.880001 23 13.5 23 C 13.338115 23 13.184591 22.966937 13.03125 22.9375 C 14.159156 24.243071 15.219875 25.922289 15.46875 29.3125 C 17.839227 28.416828 19.53125 26.324417 19.53125 23.5625 C 19.444481 20.923505 17.958879 18.870351 15.46875 17.84375 C 14.777284 17.614671 14.085142 17.517773 13.40625 17.53125 z M 15.46875 31.96875 C 15.356466 34.978468 14.778907 38.970391 13.4375 44.46875 L 14.78125 44.46875 L 15.46875 43.125 L 15.46875 31.96875 z "
-           id="path6832"
-           d="m 13.40625,17.625 c -0.218712,0.0043 -0.466555,0.03416 -0.6875,0.0625 -0.93254,0.119629 -1.775868,0.460272 -2.53125,0.9375 0.173643,0.634817 0.42464,1.158079 0.71875,1.625 0.125954,-1.319354 1.241853,-2.34375 2.59375,-2.34375 1.436081,0 2.59375,1.157668 2.59375,2.59375 0,1.436083 -1.157669,2.59375 -2.59375,2.59375 -0.07717,0 -0.14697,-0.02119 -0.21875,-0.03125 1.059311,1.270254 2.021943,2.944267 2.28125,6.09375 2.266237,-0.909044 3.875,-2.925566 3.875,-5.59375 -0.08555,-2.601924 -1.541462,-4.611423 -4,-5.625 -0.680148,-0.225329 -1.363612,-0.325754 -2.03125,-0.3125 z M 15.375,34.6875 c -0.279435,2.585586 -0.854558,5.742004 -1.8125,9.6875 l 1.15625,0 0.65625,-1.3125 0,-8.375 z" />
-        <rect
-           y="-14.84375"
-           x="29"
-           width="16.311773"
-           transform="matrix(0,1,-1,0,0,0)"
-           style="color:#000000;fill:url(#linearGradient3915);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79014987px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect6776"
-           height="0.98128641" />
-        <path
-           d="m 13.4375,17.3125 c -3.4801559,-1e-6 -6.28125,2.787977 -6.28125,6.25 2e-7,2.508186 1.4242699,4.687474 3.53125,5.6875 A 0.81679083,0.81679083 0 0 1 11.15625,30 l 0,1.1875 1.15625,1.15625 a 0.81679083,0.81679083 0 0 1 0,1.125 l -1.25,1.25 0,0.1875 1.65625,0.875 A 0.81679083,0.81679083 0 0 1 13.15625,36.5 l 0,1 a 0.81679083,0.81679083 0 0 1 -0.4375,0.71875 L 11.15625,39 l 0,0.1875 1.0625,1.0625 A 0.81679083,0.81679083 0 0 1 12.25,41.375 L 11.4375,42.21875 11.625,43 l 1.46875,1.5 1.53125,0 0.90625,-0.84375 0,-13.65625 A 0.81679083,0.81679083 0 0 1 16,29.25 c 2.076228,-1.002425 3.53125,-3.264837 3.53125,-5.75 0,-3.488167 -2.60491,-6.1875 -6.09375,-6.1875 z m -0.09375,0.375 c 1.545891,0 2.8125,1.266609 2.8125,2.8125 0,1.545891 -1.266609,2.8125 -2.8125,2.8125 -1.545891,0 -2.8125,-1.266609 -2.8125,-2.8125 0,-1.545891 1.266609,-2.8125 2.8125,-2.8125 z"
-           inkscape:href="#path6767"
-           id="path6313"
-           style="color:#000000;fill:none;stroke:url(#linearGradient3917);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           xlink:href="#path6767"
-           inkscape:original="M 13.4375 16.5 C 9.5186162 16.499999 6.34375 19.657775 6.34375 23.5625 C 6.3437502 26.380698 7.9483759 28.863095 10.34375 30 L 10.34375 31.5 L 11.75 32.90625 L 10.25 34.40625 L 10.25 35.40625 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.65625 40.8125 L 10.53125 41.96875 L 10.90625 43.4375 L 12.75 45.3125 L 14.96875 45.3125 L 16.34375 44 L 16.34375 30 C 18.716179 28.854566 20.34375 26.301484 20.34375 23.5 C 20.34375 19.595276 17.356384 16.5 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
-           inkscape:radius="-0.81670916"
-           sodipodi:type="inkscape:offset" />
-      </g>
-      <g
-         transform="matrix(9.4955145e-4,-0.89007416,0.89007416,9.4955145e-4,288.00153,167.01742)"
+         style="display:inline;enable-background:new"
+         transform="matrix(9.4955145e-4,-0.89007416,0.89007416,9.4955145e-4,680.94898,159.95492)"
          id="g193"
          inkscape:export-filename="/data/projects/seahorse/32x32.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90">
         <path
-           style="color:#000000;fill:url(#linearGradient4907);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4909);stroke-width:1.1235013;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           style="color:#000000;fill:url(#linearGradient3840);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3842);stroke-width:1.1235013;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            sodipodi:nodetypes="csccccccccccccccccsccsssc"
            id="path195"
            d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.5,1.5 -1.5,1.5 0,1 2,1 0,1 -2,1 0,1 1.5,1.5 -1.5,1.5 0,1 2.5,2 2.5,0 1,-1.5 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
            inkscape:connector-curvature="0" />
         <path
-           style="opacity:0.3;fill:url(#linearGradient4911);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           style="opacity:0.3;fill:url(#linearGradient3844);fill-opacity:1;fill-rule:evenodd;stroke:none"
            id="path197"
            d="M 18.846598,24 8.028422,24 c 0,2.76 2.423271,5 5.409088,5 2.985817,0 5.409088,-2.24 5.409088,-5 z"
            inkscape:connector-curvature="0" />
@@ -3477,7 +3647,7 @@
            id="path199"
            d="m 14.3125,17.78125 c 1.186974,0.442749 2.15625,1.386496 2.15625,2.71875 0,1.70953 -1.41547,3.125 -3.125,3.125 -1.70953,0 -3.125,-1.41547 -3.125,-3.125 0,-1.246778 0.868438,-2.127736 1.9375,-2.625 -2.6767585,0.591658 -4.6875,2.839731 -4.6875,5.6875 2e-7,2.393384 1.3435667,4.488163 3.34375,5.4375 a 1.1192611,1.1192611 0 0 1 0.65625,1 l 0,1.0625 1.15625,1.15625 a 1.1192611,1.1192611 0 0 1 0,1.5625 l -1.0625,1.0625 1.28125,0.65625 a 1.1192611,1.1192611 0 0 1 0.625,1 l 0,1 a 1.1192611,1.1192611 0 0 1 -0.625,1 l -1.28125,0.65625 1.0625,1.0625 a 1.1192611,1.1192611 0 0 1 0,1.5625 l -1.15625,1.15625 0,0.03125 1.75,1.40625 1.53125,0 0.46875,-0.71875 0,-13.65625 a 1.1192611,1.1192611 0 0 1 0.625,-1 c 1.966541,-0.949467 3.375,-3.131976 3.375,-5.5 0,-3.019151 -2.052931,-5.297441 -4.90625,-5.71875 z" />
         <path
-           style="opacity:0.6;fill:url(#linearGradient4913);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           style="opacity:0.6;fill:url(#linearGradient3846);fill-opacity:1;fill-rule:evenodd;stroke:none"
            sodipodi:type="inkscape:offset"
            inkscape:radius="-0.10364762"
            inkscape:original="M 13.40625 17.53125 C 13.179953 17.535742 12.940048 17.565361 12.71875 17.59375 C 11.746507 17.718472 10.844502 18.056009 10.0625 18.5625 C 10.273788 19.382459 10.603512 20.028723 11 20.59375 C 10.998818 20.562191 11 20.531846 11 20.5 C 11 19.119998 12.119999 18 13.5 18 C 14.880001 18 16 19.119998 16 20.5 C 16 21.880003 14.880001 23 13.5 23 C 13.338115 23 13.184591 22.966937 13.03125 22.9375 C 14.159156 24.243071 15.219875 25.922289 15.46875 29.3125 C 17.839227 28.416828 19.53125 26.324417 19.53125 23.5625 C 19.444481 20.923505 17.958879 18.870351 15.46875 17.84375 C 14.777284 17.614671 14.085142 17.517773 13.40625 17.53125 z M 15.46875 31.96875 C 15.356466 34.978468 14.778907 38.970391 13.4375 44.46875 L 14.78125 44.46875 L 15.46875 43.125 L 15.46875 31.96875 z "
@@ -3488,37 +3658,79 @@
            x="29"
            width="16.311773"
            transform="matrix(0,1,-1,0,0,0)"
-           style="opacity:0.61538463;color:#000000;fill:none;stroke:url(#linearGradient4915);stroke-width:1.1235013px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           style="opacity:0.61538463;color:#000000;fill:none;stroke:url(#linearGradient3848);stroke-width:1.1235013px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            id="rect203"
            height="0.98128641" />
       </g>
       <g
-         transform="matrix(0.7179987,-0.69604444,0.69604444,0.7179987,300.63641,201.31637)"
+         style="display:inline;enable-background:new"
+         transform="matrix(0.00416675,0.99999132,0.99999132,-0.00416675,692.95256,191.0338)"
+         id="g6769"
+         inkscape:export-filename="/data/projects/seahorse/24x24.png"
+         inkscape:export-xdpi="90"
+         inkscape:export-ydpi="90">
+        <path
+           style="color:#000000;fill:url(#linearGradient3906);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3908);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           sodipodi:nodetypes="csccccccccccccccccssssc"
+           id="path6081"
+           d="M -0.5017742,6.4584078 C -0.37175202,4.4522829 -0.8448083,2.5 -3.5060582,2.5 -6.2660581,2.5 -6.6064795,4.8828745 -6.625,6.3689418 l -1.8916614,1.1881832 -0.01828,2.1039435 3.0401445,2.3848735 -0.0052,2.529476 L -4.5,16 l -1,1.5 0,1 2,2 0.9999989,0 L -1.5,19.5 -1.51732,12.045942 1.4161394,9.5495158 1.4878836,7.4939418 z M -2.7989514,5.3726214 c 0.1810001,0.1810001 0.3093592,0.4311066 0.3093592,0.7071068 2e-7,0.5520005 -0.4644656,1.016466 -1.016466,1.016466 -0.552,10e-8 -1.016466,-0.4644656 -1.016466,-1.016466 0,-0.5520004 0.4644656,-1.016466 1.016466,-1.016466 0.2760002,0 0.5261067,0.1283591 0.7071068,0.3093592 z"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.06334845;fill:url(#linearGradient3910);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="path6083"
+           d="m 0.71269221,8.9174565 -8.43750041,0 c 0.6214183,1.7412405 2.2649102,3.0000005 4.2187502,3.0000005 1.9538399,0 3.5973328,-1.258759 4.21875021,-3.0000005 z"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.52036252;fill:none;stroke:url(#linearGradient3912);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="-1.0199475"
+           inkscape:original="M -3.5 2.5 C -6.2599999 2.5 -8.5 4.7399998 -8.5 7.5 C -8.4999997 9.5446378 -7.2593482 11.256644 -5.5 12.03125 L -5.5 14.5625 L -4.5 16 L -5.5 17.5 L -5.5 18.5 C -5.5 18.5 -3.5 20.5 -3.5 20.5 L -2.5 20.5 L -1.5 19.5 L -1.53125 12.03125 C 0.22809828 11.256644 1.4999997 9.5446378 1.5 7.5 C 1.5000001 6.12 0.93625013 4.8737501 0.03125 3.96875 C -0.87375013 3.0637498 -2.1200001 2.5 -3.5 2.5 z "
+           id="path6765"
+           d="m -3.5,3.53125 c -2.2081443,0 -3.96875,1.7606055 -3.96875,3.96875 2e-7,1.6320467 0.9610544,2.971218 2.375,3.59375 a 1.0200495,1.0200495 0 0 1 0.625,0.9375 l 0,2.21875 0.8125,1.15625 a 1.0200495,1.0200495 0 0 1 0,1.15625 l -0.8125,1.21875 0,0.3125 1.375,1.375 0.1875,0 0.375,-0.375 -0.03125,-7.0625 a 1.0200495,1.0200495 0 0 1 0.625,-0.9375 C -0.51947782,10.469423 0.46874976,9.1216542 0.46875,7.5 0.46875008,6.3977756 0.03620106,5.411201 -0.6875,4.6875 -1.411201,3.9637989 -2.3977756,3.53125 -3.5,3.53125 z" />
+        <path
+           transform="matrix(0,1.3333333,-1.3333333,0,4.493942,-3.3285949)"
+           style="fill:none;stroke:url(#linearGradient3914);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           sodipodi:type="arc"
+           sodipodi:ry="1.5"
+           sodipodi:rx="1.5"
+           sodipodi:cy="6"
+           sodipodi:cx="7"
+           id="path6085"
+           d="m 8.5,6 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
+        <path
+           style="fill:none;stroke:url(#linearGradient3917);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc"
+           id="path6091"
+           d="m -3.1525046,18.37868 0,-5.656855"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         transform="matrix(0.7179987,-0.69604444,0.69604444,0.7179987,692.58386,193.25387)"
          id="g6111"
          style="display:inline;enable-background:new"
          inkscape:export-filename="/data/projects/seahorse/24x24.png"
          inkscape:export-xdpi="90"
          inkscape:export-ydpi="90">
         <path
-           style="color:#000000;fill:url(#linearGradient4085);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4087);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           style="color:#000000;fill:url(#linearGradient3919);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3921);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
            id="path7124"
            d="m 5.5,0.5 c -1.2798634,3e-8 -2.5554427,0.49294272 -3.53125,1.46875 -1.95161458,1.9516146 -1.95161484,5.1108852 0,7.0625 1.4457774,1.445777 3.5519739,1.790068 5.34375,1.09375 L 8,11 l 1.5,-0.5 0,2 2,0 0,1.5 0.5,0.5 c 0,0 3,0 3,0 l 0.5,-0.5 0,-1.5 -5.375,-5.1875 C 10.821318,5.5207238 10.477027,3.4145274 9.03125,1.96875 8.0554428,0.9929426 6.7798634,0.49999997 5.5,0.5 z m -1,3 c 0.2559728,0 0.5235884,0.086088 0.71875,0.28125 0.3903234,0.3903232 0.3903232,1.0471768 0,1.4375 -0.3903229,0.390323 -1.0471768,0.3903232 -1.4375,0 -0.3903232,-0.3903233 -0.3903232,-1.0471768 0,-1.4375 C 3.9764116,3.5860884 4.2440272,3.5 4.5,3.5 z"
            inkscape:connector-curvature="0" />
         <path
-           style="opacity:0.13574662;fill:url(#linearGradient4089);fill-opacity:1;fill-rule:evenodd;stroke:none"
+           style="opacity:0.13574662;fill:url(#linearGradient3923);fill-opacity:1;fill-rule:evenodd;stroke:none"
            id="path6142"
            d="M 9.543012,3.5767984 3.5767984,9.543012 C 5.2474506,10.334846 7.2996521,10.062799 8.6812256,8.6812256 10.062799,7.2996522 10.334847,5.2474503 9.543012,3.5767984 z"
            inkscape:connector-curvature="0" />
         <path
            transform="matrix(0.942809,0.942809,-0.942809,0.942809,3.5574935,-7.7562147)"
-           style="fill:none;stroke:url(#linearGradient4091);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           style="fill:none;stroke:url(#linearGradient3925);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
            sodipodi:type="arc"
            sodipodi:ry="1.5"
            sodipodi:rx="1.5"
            sodipodi:cy="6"
            sodipodi:cx="7"
            id="path7134"
-           d="M 8.5,6 C 8.5,6.8284271 7.8284271,7.5 7,7.5 6.1715729,7.5 5.5,6.8284271 5.5,6 5.5,5.1715729 6.1715729,4.5 7,4.5 7.8284271,4.5 8.5,5.1715729 8.5,6 z" />
+           d="m 8.5,6 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z" />
         <path
            style="opacity:0.42986426;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
            sodipodi:type="inkscape:offset"
@@ -3527,123 +3739,206 @@
            id="path6161"
            d="m 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625 1.1495193,1.149519 2.8195738,1.3996406 4.25,0.84375 A 1.0314988,1.0314988 0 0 1 8.125,9.5 L 8.375,9.8125 9.1875,9.53125 A 1.0314988,1.0314988 0 0 1 10.53125,10.5 l 0,0.96875 0.96875,0 A 1.0314988,1.0314988 0 0 1 12.53125,12.5 l 0,0.96875 1.9375,0 0,-0.53125 -5.0625,-4.875 a 1.0314988,1.0314988 0 0 1 -0.25,-1.125 C 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 z" />
         <path
-           style="fill:none;stroke:url(#linearGradient4093);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992"
+           style="fill:none;stroke:url(#linearGradient3927);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992"
            sodipodi:nodetypes="cccsscsc"
            id="path6750"
            d="m 14.46875,13.46875 0,-0.53125 -5.0625,-4.875 C 9.1016694,7.7733588 9.0027957,7.3284268 9.15625,6.9375 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625"
            inkscape:connector-curvature="0" />
         <path
-           style="fill:none;stroke:url(#linearGradient4095);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
-           sodipodi:nodetypes="cc"
-           id="path6773"
+           style="fill:none;stroke:url(#linearGradient3929);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+           sodipodi:nodetypes="cc"
+           id="path6773"
+           d="M 13.5,13 9.5,9"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         style="display:inline;enable-background:new"
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/data/projects/seahorse/16x16.png"
+         id="g5406"
+         transform="matrix(0.00307324,0.73755651,0.73755651,-0.00307324,692.5357,229.55685)">
+        <path
+           inkscape:connector-curvature="0"
+           d="M -0.5017742,6.4584078 C -0.37175202,4.4522829 -0.8448083,2.5 -3.5060582,2.5 -6.2660581,2.5 -6.6064795,4.8828745 -6.625,6.3689418 l -1.8916614,1.1881832 -0.01828,2.1039435 3.0401445,2.3848735 -0.0052,2.529476 L -4.5,16 l -1,1.5 0,1 2,2 0.9999989,0 L -1.5,19.5 -1.51732,12.045942 1.4161394,9.5495158 1.4878836,7.4939418 z M -2.7989514,5.3726214 c 0.1810001,0.1810001 0.3093592,0.4311066 0.3093592,0.7071068 2e-7,0.5520005 -0.4644656,1.016466 -1.016466,1.016466 -0.552,10e-8 -1.016466,-0.4644656 -1.016466,-1.016466 0,-0.5520004 0.4644656,-1.016466 1.016466,-1.016466 0.2760002,0 0.5261067,0.1283591 0.7071068,0.3093592 z"
+           id="path5408"
+           sodipodi:nodetypes="csccccccccccccccccssssc"
+           style="color:#000000;fill:url(#linearGradient3987);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3989);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 0.71269221,8.9174565 -8.43750041,0 c 0.6214183,1.7412405 2.2649102,3.0000005 4.2187502,3.0000005 1.9538399,0 3.5973328,-1.258759 4.21875021,-3.0000005 z"
+           id="path5410"
+           style="opacity:0.06334845;fill:url(#linearGradient3991);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m -3.5,3.53125 c -2.2081443,0 -3.96875,1.7606055 -3.96875,3.96875 2e-7,1.6320467 0.9610544,2.971218 2.375,3.59375 a 1.0200495,1.0200495 0 0 1 0.625,0.9375 l 0,2.21875 0.8125,1.15625 a 1.0200495,1.0200495 0 0 1 0,1.15625 l -0.8125,1.21875 0,0.3125 1.375,1.375 0.1875,0 0.375,-0.375 -0.03125,-7.0625 a 1.0200495,1.0200495 0 0 1 0.625,-0.9375 C -0.51947782,10.469423 0.46874976,9.1216542 0.46875,7.5 0.46875008,6.3977756 0.03620106,5.411201 -0.6875,4.6875 -1.411201,3.9637989 -2.3977756,3.53125 -3.5,3.53125 z"
+           id="path5412"
+           inkscape:original="M -3.5 2.5 C -6.2599999 2.5 -8.5 4.7399998 -8.5 7.5 C -8.4999997 9.5446378 -7.2593482 11.256644 -5.5 12.03125 L -5.5 14.5625 L -4.5 16 L -5.5 17.5 L -5.5 18.5 C -5.5 18.5 -3.5 20.5 -3.5 20.5 L -2.5 20.5 L -1.5 19.5 L -1.53125 12.03125 C 0.22809828 11.256644 1.4999997 9.5446378 1.5 7.5 C 1.5000001 6.12 0.93625013 4.8737501 0.03125 3.96875 C -0.87375013 3.0637498 -2.1200001 2.5 -3.5 2.5 z "
+           inkscape:radius="-1.0199475"
+           sodipodi:type="inkscape:offset"
+           style="opacity:0.52036252;fill:none;stroke:url(#linearGradient3993);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992" />
+        <path
+           d="m 8.5,6 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z"
+           id="path5414"
+           sodipodi:cx="7"
+           sodipodi:cy="6"
+           sodipodi:rx="1.5"
+           sodipodi:ry="1.5"
+           sodipodi:type="arc"
+           style="fill:none;stroke:url(#linearGradient3995);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           transform="matrix(0,1.3333333,-1.3333333,0,4.493942,-3.3285949)" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m -3.1525046,18.37868 0,-5.656855"
+           id="path5416"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:url(#linearGradient3997);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+      </g>
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/data/projects/seahorse/16x16.png"
+         style="display:inline;enable-background:new"
+         id="g5418"
+         transform="matrix(0.52956921,-0.51337657,0.51337657,0.52956921,692.26375,231.19429)">
+        <path
+           inkscape:connector-curvature="0"
+           d="m 5.5,0.5 c -1.2798634,3e-8 -2.5554427,0.49294272 -3.53125,1.46875 -1.95161458,1.9516146 -1.95161484,5.1108852 0,7.0625 1.4457774,1.445777 3.5519739,1.790068 5.34375,1.09375 L 8,11 l 1.5,-0.5 0,2 2,0 0,1.5 0.5,0.5 c 0,0 3,0 3,0 l 0.5,-0.5 0,-1.5 -5.375,-5.1875 C 10.821318,5.5207238 10.477027,3.4145274 9.03125,1.96875 8.0554428,0.9929426 6.7798634,0.49999997 5.5,0.5 z m -1,3 c 0.2559728,0 0.5235884,0.086088 0.71875,0.28125 0.3903234,0.3903232 0.3903232,1.0471768 0,1.4375 -0.3903229,0.390323 -1.0471768,0.3903232 -1.4375,0 -0.3903232,-0.3903233 -0.3903232,-1.0471768 0,-1.4375 C 3.9764116,3.5860884 4.2440272,3.5 4.5,3.5 z"
+           id="path5420"
+           style="color:#000000;fill:url(#linearGradient3999);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4001);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           d="M 9.543012,3.5767984 3.5767984,9.543012 C 5.2474506,10.334846 7.2996521,10.062799 8.6812256,8.6812256 10.062799,7.2996522 10.334847,5.2474503 9.543012,3.5767984 z"
+           id="path5422"
+           style="opacity:0.13574662;fill:url(#linearGradient4003);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m 8.5,6 a 1.5,1.5 0 1 1 -3,0 1.5,1.5 0 1 1 3,0 z"
+           id="path5424"
+           sodipodi:cx="7"
+           sodipodi:cy="6"
+           sodipodi:rx="1.5"
+           sodipodi:ry="1.5"
+           sodipodi:type="arc"
+           style="fill:none;stroke:url(#linearGradient4005);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
+           transform="matrix(0.942809,0.942809,-0.942809,0.942809,3.5574935,-7.7562147)" />
+        <path
+           d="m 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625 1.1495193,1.149519 2.8195738,1.3996406 4.25,0.84375 A 1.0314988,1.0314988 0 0 1 8.125,9.5 L 8.375,9.8125 9.1875,9.53125 A 1.0314988,1.0314988 0 0 1 10.53125,10.5 l 0,0.96875 0.96875,0 A 1.0314988,1.0314988 0 0 1 12.53125,12.5 l 0,0.96875 1.9375,0 0,-0.53125 -5.0625,-4.875 a 1.0314988,1.0314988 0 0 1 -0.25,-1.125 C 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 z"
+           id="path5426"
+           inkscape:original="M 5.5 0.5 C 4.2201366 0.50000003 2.9445573 0.99294272 1.96875 1.96875 C 0.017135421 3.9203646 0.017135161 7.0796352 1.96875 9.03125 C 3.4145274 10.477027 5.5207239 10.821318 7.3125 10.125 L 8 11 L 9.5 10.5 L 9.5 12.5 L 11.5 12.5 L 11.5 14 L 12 14.5 C 12 14.5 15 14.5 15 14.5 L 15.5 14 L 15.5 12.5 L 10.125 7.3125 C 10.821318 5.5207238 10.477027 3.4145274 9.03125 1.96875 C 8.0554428 0.9929426 6.7798634 0.49999997 5.5 0.5 z "
+           inkscape:radius="-1.0313957"
+           sodipodi:type="inkscape:offset"
+           style="opacity:0.42986426;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 14.46875,13.46875 0,-0.53125 -5.0625,-4.875 C 9.1016694,7.7733588 9.0027957,7.3284268 9.15625,6.9375 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625"
+           id="path5428"
+           sodipodi:nodetypes="cccsscsc"
+           style="fill:none;stroke:url(#linearGradient4007);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992" />
+        <path
+           inkscape:connector-curvature="0"
            d="M 13.5,13 9.5,9"
-           inkscape:connector-curvature="0" />
+           id="path5430"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:url(#linearGradient4009);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
       </g>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer6"
+       inkscape:label="hires"
+       sodipodi:insensitive="true" />
+  </g>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="key"
+     id="layer1">
+    <g
+       inkscape:groupmode="layer"
+       id="layer2"
+       inkscape:label="baseplate"
+       style="display:none">
       <rect
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect4939"
-         width="31.875473"
-         height="31.876154"
-         x="300.05255"
-         y="135.0625"
-         ry="0"
-         inkscape:export-filename="/data/projects/seahorse/32x32.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6284"
+         width="48"
+         height="48"
+         x="296.0625"
+         y="51.99633"
+         inkscape:label="48x48" />
       <rect
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect4941"
-         width="23.874947"
-         height="23.874947"
-         x="300.05255"
-         y="186.0625"
-         inkscape:export-filename="/data/projects/seahorse/24x24.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
+         inkscape:label="32x32"
+         y="127.99634"
+         x="303"
+         height="32"
+         width="32"
+         id="rect6592"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <rect
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect4943"
-         width="15.876632"
-         height="15.876632"
-         x="300.0625"
-         y="219.0625"
-         inkscape:export-filename="/data/projects/seahorse/16x16.png"
-         inkscape:export-xdpi="90"
-         inkscape:export-ydpi="90" />
+         inkscape:label="24x24"
+         y="178"
+         x="302"
+         height="24"
+         width="24"
+         id="rect5028"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <rect
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         id="rect4939-4"
-         width="47.81321"
-         height="47.814232"
-         x="300.0625"
-         y="68.0625"
-         ry="0" />
-      <g
-         id="g5198"
-         transform="matrix(-0.03314179,-1.4601652,1.4591995,-1.244622e-4,231.83218,113.33326)">
-        <path
-           inkscape:connector-curvature="0"
-           d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.39524,1.39524 -1.5,1.5 0,1 2.10476,1.10476 0,1 -2,1 0,1 1.3254,1.3254 -1.1508,1.1508 0.374619,1.468424 1.846021,1.880776 2.22064,0 1.38412,-1.3254 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
-           id="path5200"
-           sodipodi:nodetypes="csccccccccccccccccsccsssc"
-           style="color:#000000;fill:url(#linearGradient5220);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5222);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="M 18.846598,24 8.028422,24 c 0,2.76 2.423271,5 5.409088,5 2.985817,0 5.409088,-2.24 5.409088,-5 z"
-           id="path5202"
-           style="opacity:0.3;fill:url(#linearGradient5224);fill-opacity:1;fill-rule:evenodd;stroke:none" />
-        <path
-           d="m 13.40625,17.625 c -0.218712,0.0043 -0.466555,0.03416 -0.6875,0.0625 -0.93254,0.119629 -1.775868,0.460272 -2.53125,0.9375 0.173643,0.634817 0.42464,1.158079 0.71875,1.625 0.125954,-1.319354 1.241853,-2.34375 2.59375,-2.34375 1.436081,0 2.59375,1.157668 2.59375,2.59375 0,1.436083 -1.157669,2.59375 -2.59375,2.59375 -0.07717,0 -0.14697,-0.02119 -0.21875,-0.03125 1.059311,1.270254 2.021943,2.944267 2.28125,6.09375 2.266237,-0.909044 3.875,-2.925566 3.875,-5.59375 -0.08555,-2.601924 -1.541462,-4.611423 -4,-5.625 -0.680148,-0.225329 -1.363612,-0.325754 -2.03125,-0.3125 z M 15.375,34.6875 c -0.279435,2.585586 -0.854558,5.742004 -1.8125,9.6875 l 1.15625,0 0.65625,-1.3125 0,-8.375 z"
-           id="path5204"
-           inkscape:original="M 13.40625 17.53125 C 13.179953 17.535742 12.940048 17.565361 12.71875 17.59375 C 11.746507 17.718472 10.844502 18.056009 10.0625 18.5625 C 10.273788 19.382459 10.603512 20.028723 11 20.59375 C 10.998818 20.562191 11 20.531846 11 20.5 C 11 19.119998 12.119999 18 13.5 18 C 14.880001 18 16 19.119998 16 20.5 C 16 21.880003 14.880001 23 13.5 23 C 13.338115 23 13.184591 22.966937 13.03125 22.9375 C 14.159156 24.243071 15.219875 25.922289 15.46875 29.3125 C 17.839227 28.416828 19.53125 26.324417 19.53125 23.5625 C 19.444481 20.923505 17.958879 18.870351 15.46875 17.84375 C 14.777284 17.614671 14.085142 17.517773 13.40625 17.53125 z M 15.46875 31.96875 C 15.356466 34.978468 14.778907 38.970391 13.4375 44.46875 L 14.78125 44.46875 L 15.46875 43.125 L 15.46875 31.96875 z "
-           inkscape:radius="-0.10364762"
-           sodipodi:type="inkscape:offset"
-           style="opacity:0.6;fill:url(#linearGradient5226);fill-opacity:1;fill-rule:evenodd;stroke:none" />
-        <rect
-           height="0.98128641"
-           id="rect5206"
-           style="color:#000000;fill:url(#linearGradient5228);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79014987px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           transform="matrix(0,1,-1,0,0,0)"
-           width="16.311773"
-           x="29"
-           y="-14.84375" />
-        <path
-           sodipodi:type="inkscape:offset"
-           inkscape:radius="-0.81670916"
-           inkscape:original="M 13.4375 16.5 C 9.5186162 16.499999 6.34375 19.657775 6.34375 23.5625 C 6.3437502 26.380698 7.9483759 28.863095 10.34375 30 L 10.34375 31.5 L 11.75 32.90625 L 10.25 34.40625 L 10.25 35.40625 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.65625 40.8125 L 10.53125 41.96875 L 10.90625 43.4375 L 12.75 45.3125 L 14.96875 45.3125 L 16.34375 44 L 16.34375 30 C 18.716179 28.854566 20.34375 26.301484 20.34375 23.5 C 20.34375 19.595276 17.356384 16.5 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
-           xlink:href="#path6767"
-           style="color:#000000;fill:none;stroke:url(#linearGradient5230);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path5208"
-           inkscape:href="#path6767"
-           d="m 13.4375,17.3125 c -3.4801559,-1e-6 -6.28125,2.787977 -6.28125,6.25 2e-7,2.508186 1.4242699,4.687474 3.53125,5.6875 A 0.81679083,0.81679083 0 0 1 11.15625,30 l 0,1.1875 1.15625,1.15625 a 0.81679083,0.81679083 0 0 1 0,1.125 l -1.25,1.25 0,0.1875 1.65625,0.875 A 0.81679083,0.81679083 0 0 1 13.15625,36.5 l 0,1 a 0.81679083,0.81679083 0 0 1 -0.4375,0.71875 L 11.15625,39 l 0,0.1875 1.0625,1.0625 A 0.81679083,0.81679083 0 0 1 12.25,41.375 L 11.4375,42.21875 11.625,43 l 1.46875,1.5 1.53125,0 0.90625,-0.84375 0,-13.65625 A 0.81679083,0.81679083 0 0 1 16,29.25 c 2.076228,-1.002425 3.53125,-3.264837 3.53125,-5.75 0,-3.488167 -2.60491,-6.1875 -6.09375,-6.1875 z m -0.09375,0.375 c 1.545891,0 2.8125,1.266609 2.8125,2.8125 0,1.545891 -1.266609,2.8125 -2.8125,2.8125 -1.545891,0 -2.8125,-1.266609 -2.8125,-2.8125 0,-1.545891 1.266609,-2.8125 2.8125,-2.8125 z" />
-      </g>
+         inkscape:label="16x16"
+         y="221"
+         x="303"
+         height="16"
+         width="16"
+         id="rect6833"
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <rect
-         ry="0"
-         y="68.0625"
-         x="252.0625"
-         height="47.814232"
-         width="47.81321"
-         id="rect5210"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <path
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/32x32.png"
-         d="m 12.0625,2.0625 a 0.90625,0.5625 0 1 1 -1.8125,0 0.90625,0.5625 0 1 1 1.8125,0 z"
-         id="path5232"
-         sodipodi:cx="11.15625"
-         sodipodi:cy="2.0625"
-         sodipodi:rx="0.90625"
-         sodipodi:ry="0.5625"
-         sodipodi:type="arc"
-         style="fill:url(#radialGradient5256);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         transform="matrix(0.5532396,-0.54421924,0.87679765,0.89133046,265.34092,149.00568)" />
+         style="fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6749"
+         width="22"
+         height="22"
+         x="303"
+         y="179.05884"
+         inkscape:label="22x22" />
+      <text
+         id="context"
+         inkscape:label="context"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans"
+         x="31.87059"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan2716"
+           sodipodi:role="line"
+           x="31.87059"
+           y="18.860306"
+           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans">apps</tspan></text>
+      <text
+         id="icon-name"
+         inkscape:label="icon-name"
+         sodipodi:linespacing="125%"
+         style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;enable-background:new;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold"
+         x="199.87057"
+         xml:space="preserve"
+         y="18.860306"><tspan
+           id="tspan3023"
+           sodipodi:role="line"
+           x="199.87057"
+           y="18.860306"
+           style="font-size:18px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:DejaVu Sans;-inkscape-font-specification:DejaVu Sans Bold">gcr-key</tspan></text>
+    </g>
+    <g
+       inkscape:groupmode="layer"
+       id="layer4"
+       inkscape:label="smallsizes"
+       style="display:inline"
+       sodipodi:insensitive="true">
+      <g
+         id="g6154"
+         style="fill:#ffffff"
+         transform="matrix(1.25,0,0,1.25,-78,-47.25)" />
       <g
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
          inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/32x32.png"
          id="g5242"
-         transform="matrix(9.4955145e-4,-0.89007416,0.89007416,9.4955145e-4,256.00153,164.01742)">
+         transform="matrix(9.4955145e-4,-0.89007416,0.89007416,9.4955145e-4,291.97684,156.54152)">
         <path
            inkscape:connector-curvature="0"
            d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.5,1.5 -1.5,1.5 0,1 2,1 0,1 -2,1 0,1 1.5,1.5 -1.5,1.5 0,1 2.5,2 2.5,0 1,-1.5 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
@@ -3680,24 +3975,13 @@
            x="29"
            y="-14.84375" />
       </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/32x32.png"
-         ry="0"
-         y="135.0625"
-         x="268.05255"
-         height="31.876154"
-         width="31.875473"
-         id="rect5254"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <g
          inkscape:export-ydpi="90"
          inkscape:export-xdpi="90"
          inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/24x24.png"
          style="display:inline;enable-background:new"
          id="g5288"
-         transform="matrix(0.7179987,-0.69604444,0.69604444,0.7179987,276.63641,199.31637)">
+         transform="matrix(0.7179987,-0.69604444,0.69604444,0.7179987,302.71672,190.37321)">
         <path
            inkscape:connector-curvature="0"
            d="m 5.5,0.5 c -1.2798634,3e-8 -2.5554427,0.49294272 -3.53125,1.46875 -1.95161458,1.9516146 -1.95161484,5.1108852 0,7.0625 1.4457774,1.445777 3.5519739,1.790068 5.34375,1.09375 L 8,11 l 1.5,-0.5 0,2 2,0 0,1.5 0.5,0.5 c 0,0 3,0 3,0 l 0.5,-0.5 0,-1.5 -5.375,-5.1875 C 10.821318,5.5207238 10.477027,3.4145274 9.03125,1.96875 8.0554428,0.9929426 6.7798634,0.49999997 5.5,0.5 z m -1,3 c 0.2559728,0 0.5235884,0.086088 0.71875,0.28125 0.3903234,0.3903232 0.3903232,1.0471768 0,1.4375 -0.3903229,0.390323 -1.0471768,0.3903232 -1.4375,0 -0.3903232,-0.3903233 -0.3903232,-1.0471768 0,-1.4375 C 3.9764116,3.5860884 4.2440272,3.5 4.5,3.5 z"
@@ -3738,116 +4022,8 @@
            sodipodi:nodetypes="cc"
            style="fill:none;stroke:url(#linearGradient5326);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
       </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/24x24.png"
-         y="186.0625"
-         x="276.05255"
-         height="23.874947"
-         width="23.874947"
-         id="rect5302"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/seahorse/16x16.png"
-         id="g5406"
-         transform="matrix(0.00307324,0.73755651,0.73755651,-0.00307324,299.50757,227.71465)">
-        <path
-           inkscape:connector-curvature="0"
-           d="M -0.5017742,6.4584078 C -0.37175202,4.4522829 -0.8448083,2.5 -3.5060582,2.5 -6.2660581,2.5 -6.6064795,4.8828745 -6.625,6.3689418 l -1.8916614,1.1881832 -0.01828,2.1039435 3.0401445,2.3848735 -0.0052,2.529476 L -4.5,16 l -1,1.5 0,1 2,2 0.9999989,0 L -1.5,19.5 -1.51732,12.045942 1.4161394,9.5495158 1.4878836,7.4939418 z M -2.7989514,5.3726214 c 0.1810001,0.1810001 0.3093592,0.4311066 0.3093592,0.7071068 2e-7,0.5520005 -0.4644656,1.016466 -1.016466,1.016466 -0.552,10e-8 -1.016466,-0.4644656 -1.016466,-1.016466 0,-0.5520004 0.4644656,-1.016466 1.016466,-1.016466 0.2760002,0 0.5261067,0.1283591 0.7071068,0.3093592 z"
-           id="path5408"
-           sodipodi:nodetypes="csccccccccccccccccssssc"
-           style="color:#000000;fill:url(#linearGradient5432);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5434);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 0.71269221,8.9174565 -8.43750041,0 c 0.6214183,1.7412405 2.2649102,3.0000005 4.2187502,3.0000005 1.9538399,0 3.5973328,-1.258759 4.21875021,-3.0000005 z"
-           id="path5410"
-           style="opacity:0.06334845;fill:url(#linearGradient5436);fill-opacity:1;fill-rule:evenodd;stroke:none" />
-        <path
-           d="m -3.5,3.53125 c -2.2081443,0 -3.96875,1.7606055 -3.96875,3.96875 2e-7,1.6320467 0.9610544,2.971218 2.375,3.59375 a 1.0200495,1.0200495 0 0 1 0.625,0.9375 l 0,2.21875 0.8125,1.15625 a 1.0200495,1.0200495 0 0 1 0,1.15625 l -0.8125,1.21875 0,0.3125 1.375,1.375 0.1875,0 0.375,-0.375 -0.03125,-7.0625 a 1.0200495,1.0200495 0 0 1 0.625,-0.9375 C -0.51947782,10.469423 0.46874976,9.1216542 0.46875,7.5 0.46875008,6.3977756 0.03620106,5.411201 -0.6875,4.6875 -1.411201,3.9637989 -2.3977756,3.53125 -3.5,3.53125 z"
-           id="path5412"
-           inkscape:original="M -3.5 2.5 C -6.2599999 2.5 -8.5 4.7399998 -8.5 7.5 C -8.4999997 9.5446378 -7.2593482 11.256644 -5.5 12.03125 L -5.5 14.5625 L -4.5 16 L -5.5 17.5 L -5.5 18.5 C -5.5 18.5 -3.5 20.5 -3.5 20.5 L -2.5 20.5 L -1.5 19.5 L -1.53125 12.03125 C 0.22809828 11.256644 1.4999997 9.5446378 1.5 7.5 C 1.5000001 6.12 0.93625013 4.8737501 0.03125 3.96875 C -0.87375013 3.0637498 -2.1200001 2.5 -3.5 2.5 z "
-           inkscape:radius="-1.0199475"
-           sodipodi:type="inkscape:offset"
-           style="opacity:0.52036252;fill:none;stroke:url(#linearGradient5438);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992" />
-        <path
-           d="M 8.5,6 C 8.5,6.8284271 7.8284271,7.5 7,7.5 6.1715729,7.5 5.5,6.8284271 5.5,6 5.5,5.1715729 6.1715729,4.5 7,4.5 7.8284271,4.5 8.5,5.1715729 8.5,6 z"
-           id="path5414"
-           sodipodi:cx="7"
-           sodipodi:cy="6"
-           sodipodi:rx="1.5"
-           sodipodi:ry="1.5"
-           sodipodi:type="arc"
-           style="fill:none;stroke:url(#linearGradient5440);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
-           transform="matrix(0,1.3333333,-1.3333333,0,4.493942,-3.3285949)" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m -3.1525046,18.37868 0,-5.656855"
-           id="path5416"
-           sodipodi:nodetypes="cc"
-           style="fill:none;stroke:url(#linearGradient5442);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
-      </g>
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/seahorse/16x16.png"
-         style="display:inline;enable-background:new"
-         id="g5418"
-         transform="matrix(0.52956921,-0.51337657,0.51337657,0.52956921,299.23562,229.35209)">
-        <path
-           inkscape:connector-curvature="0"
-           d="m 5.5,0.5 c -1.2798634,3e-8 -2.5554427,0.49294272 -3.53125,1.46875 -1.95161458,1.9516146 -1.95161484,5.1108852 0,7.0625 1.4457774,1.445777 3.5519739,1.790068 5.34375,1.09375 L 8,11 l 1.5,-0.5 0,2 2,0 0,1.5 0.5,0.5 c 0,0 3,0 3,0 l 0.5,-0.5 0,-1.5 -5.375,-5.1875 C 10.821318,5.5207238 10.477027,3.4145274 9.03125,1.96875 8.0554428,0.9929426 6.7798634,0.49999997 5.5,0.5 z m -1,3 c 0.2559728,0 0.5235884,0.086088 0.71875,0.28125 0.3903234,0.3903232 0.3903232,1.0471768 0,1.4375 -0.3903229,0.390323 -1.0471768,0.3903232 -1.4375,0 -0.3903232,-0.3903233 -0.3903232,-1.0471768 0,-1.4375 C 3.9764116,3.5860884 4.2440272,3.5 4.5,3.5 z"
-           id="path5420"
-           style="color:#000000;fill:url(#linearGradient5444);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5446);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           d="M 9.543012,3.5767984 3.5767984,9.543012 C 5.2474506,10.334846 7.2996521,10.062799 8.6812256,8.6812256 10.062799,7.2996522 10.334847,5.2474503 9.543012,3.5767984 z"
-           id="path5422"
-           style="opacity:0.13574662;fill:url(#linearGradient5448);fill-opacity:1;fill-rule:evenodd;stroke:none" />
-        <path
-           d="M 8.5,6 C 8.5,6.8284271 7.8284271,7.5 7,7.5 6.1715729,7.5 5.5,6.8284271 5.5,6 5.5,5.1715729 6.1715729,4.5 7,4.5 7.8284271,4.5 8.5,5.1715729 8.5,6 z"
-           id="path5424"
-           sodipodi:cx="7"
-           sodipodi:cy="6"
-           sodipodi:rx="1.5"
-           sodipodi:ry="1.5"
-           sodipodi:type="arc"
-           style="fill:none;stroke:url(#linearGradient5450);stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992"
-           transform="matrix(0.942809,0.942809,-0.942809,0.942809,3.5574935,-7.7562147)" />
-        <path
-           d="m 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625 1.1495193,1.149519 2.8195738,1.3996406 4.25,0.84375 A 1.0314988,1.0314988 0 0 1 8.125,9.5 L 8.375,9.8125 9.1875,9.53125 A 1.0314988,1.0314988 0 0 1 10.53125,10.5 l 0,0.96875 0.96875,0 A 1.0314988,1.0314988 0 0 1 12.53125,12.5 l 0,0.96875 1.9375,0 0,-0.53125 -5.0625,-4.875 a 1.0314988,1.0314988 0 0 1 -0.25,-1.125 C 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 z"
-           id="path5426"
-           inkscape:original="M 5.5 0.5 C 4.2201366 0.50000003 2.9445573 0.99294272 1.96875 1.96875 C 0.017135421 3.9203646 0.017135161 7.0796352 1.96875 9.03125 C 3.4145274 10.477027 5.5207239 10.821318 7.3125 10.125 L 8 11 L 9.5 10.5 L 9.5 12.5 L 11.5 12.5 L 11.5 14 L 12 14.5 C 12 14.5 15 14.5 15 14.5 L 15.5 14 L 15.5 12.5 L 10.125 7.3125 C 10.821318 5.5207238 10.477027 3.4145274 9.03125 1.96875 C 8.0554428 0.9929426 6.7798634 0.49999997 5.5 0.5 z "
-           inkscape:radius="-1.0313957"
-           sodipodi:type="inkscape:offset"
-           style="opacity:0.42986426;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 14.46875,13.46875 0,-0.53125 -5.0625,-4.875 C 9.1016694,7.7733588 9.0027957,7.3284268 9.15625,6.9375 9.7121406,5.5070736 9.462019,3.8370193 8.3125,2.6875 7.5316707,1.9066705 6.5150336,1.53125 5.5,1.53125 c -1.0150336,0 -2.0316705,0.3754205 -2.8125,1.15625 -1.558081,1.558081 -1.5580812,4.0669188 0,5.625"
-           id="path5428"
-           sodipodi:nodetypes="cccsscsc"
-           style="fill:none;stroke:url(#linearGradient5452);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992" />
-        <path
-           inkscape:connector-curvature="0"
-           d="M 13.5,13 9.5,9"
-           id="path5430"
-           sodipodi:nodetypes="cc"
-           style="fill:none;stroke:url(#linearGradient5454);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
-      </g>
-      <rect
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/16.png"
-         y="219.0625"
-         x="284.0625"
-         height="15.876632"
-         width="15.876632"
-         id="rect5456"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
       <g
-         transform="matrix(0.52956921,-0.51337657,0.51337657,0.52956921,283.23562,227.35209)"
+         transform="matrix(0.52956921,-0.51337657,0.51337657,0.52956921,302.23562,228.85881)"
          id="g5470"
          style="display:inline;enable-background:new"
          inkscape:export-filename="/data/projects/gnome-keyring/gcr/icons/16.png"
@@ -3893,12 +4069,53 @@
            d="M 13.5,13 9.5,9"
            inkscape:connector-curvature="0" />
       </g>
+      <g
+         style="display:inline;enable-background:new"
+         id="g5198"
+         transform="matrix(-0.03314179,-1.4601652,1.4591995,-1.244622e-4,275.87134,96.208161)">
+        <path
+           inkscape:connector-curvature="0"
+           d="m 13.4375,16.5 c -3.9188838,-1e-6 -7.09375,3.157775 -7.09375,7.0625 2e-7,2.818198 1.6046259,5.300595 4,6.4375 l 0,1.5 1.39524,1.39524 -1.5,1.5 0,1 2.10476,1.10476 0,1 -2,1 0,1 1.3254,1.3254 -1.1508,1.1508 0.374619,1.468424 1.846021,1.880776 2.22064,0 1.38412,-1.3254 0,-14 c 2.372429,-1.145434 4,-3.698516 4,-6.5 0,-3.904724 -2.987366,-7 -6.90625,-7 z m -0.09375,2 c 1.104,0 2,0.896 2,2 0,1.104 -0.896,2 -2,2 -1.104,0 -2,-0.896 -2,-2 0,-1.104 0.896,-2 2,-2 z"
+           id="path5200"
+           sodipodi:nodetypes="csccccccccccccccccsccsssc"
+           style="color:#000000;fill:url(#linearGradient4025);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4027);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           d="M 18.846598,24 8.028422,24 c 0,2.76 2.423271,5 5.409088,5 2.985817,0 5.409088,-2.24 5.409088,-5 z"
+           id="path5202"
+           style="opacity:0.3;fill:url(#linearGradient4029);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           d="m 13.40625,17.625 c -0.218712,0.0043 -0.466555,0.03416 -0.6875,0.0625 -0.93254,0.119629 -1.775868,0.460272 -2.53125,0.9375 0.173643,0.634817 0.42464,1.158079 0.71875,1.625 0.125954,-1.319354 1.241853,-2.34375 2.59375,-2.34375 1.436081,0 2.59375,1.157668 2.59375,2.59375 0,1.436083 -1.157669,2.59375 -2.59375,2.59375 -0.07717,0 -0.14697,-0.02119 -0.21875,-0.03125 1.059311,1.270254 2.021943,2.944267 2.28125,6.09375 2.266237,-0.909044 3.875,-2.925566 3.875,-5.59375 -0.08555,-2.601924 -1.541462,-4.611423 -4,-5.625 -0.680148,-0.225329 -1.363612,-0.325754 -2.03125,-0.3125 z M 15.375,34.6875 c -0.279435,2.585586 -0.854558,5.742004 -1.8125,9.6875 l 1.15625,0 0.65625,-1.3125 0,-8.375 z"
+           id="path5204"
+           inkscape:original="M 13.40625 17.53125 C 13.179953 17.535742 12.940048 17.565361 12.71875 17.59375 C 11.746507 17.718472 10.844502 18.056009 10.0625 18.5625 C 10.273788 19.382459 10.603512 20.028723 11 20.59375 C 10.998818 20.562191 11 20.531846 11 20.5 C 11 19.119998 12.119999 18 13.5 18 C 14.880001 18 16 19.119998 16 20.5 C 16 21.880003 14.880001 23 13.5 23 C 13.338115 23 13.184591 22.966937 13.03125 22.9375 C 14.159156 24.243071 15.219875 25.922289 15.46875 29.3125 C 17.839227 28.416828 19.53125 26.324417 19.53125 23.5625 C 19.444481 20.923505 17.958879 18.870351 15.46875 17.84375 C 14.777284 17.614671 14.085142 17.517773 13.40625 17.53125 z M 15.46875 31.96875 C 15.356466 34.978468 14.778907 38.970391 13.4375 44.46875 L 14.78125 44.46875 L 15.46875 43.125 L 15.46875 31.96875 z "
+           inkscape:radius="-0.10364762"
+           sodipodi:type="inkscape:offset"
+           style="opacity:0.6;fill:url(#linearGradient4031);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <rect
+           height="0.98128641"
+           id="rect5206"
+           style="color:#000000;fill:url(#linearGradient4033);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.79014987px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           transform="matrix(0,1,-1,0,0,0)"
+           width="16.311773"
+           x="29"
+           y="-14.84375" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="-0.81670916"
+           inkscape:original="M 13.4375 16.5 C 9.5186162 16.499999 6.34375 19.657775 6.34375 23.5625 C 6.3437502 26.380698 7.9483759 28.863095 10.34375 30 L 10.34375 31.5 L 11.75 32.90625 L 10.25 34.40625 L 10.25 35.40625 L 12.34375 36.5 L 12.34375 37.5 L 10.34375 38.5 L 10.34375 39.5 L 11.65625 40.8125 L 10.53125 41.96875 L 10.90625 43.4375 L 12.75 45.3125 L 14.96875 45.3125 L 16.34375 44 L 16.34375 30 C 18.716179 28.854566 20.34375 26.301484 20.34375 23.5 C 20.34375 19.595276 17.356384 16.5 13.4375 16.5 z M 13.34375 18.5 C 14.44775 18.5 15.34375 19.396 15.34375 20.5 C 15.34375 21.604 14.44775 22.5 13.34375 22.5 C 12.23975 22.5 11.34375 21.604 11.34375 20.5 C 11.34375 19.396 12.23975 18.5 13.34375 18.5 z "
+           xlink:href="#path6767"
+           style="color:#000000;fill:none;stroke:url(#linearGradient4035);stroke-width:0.68507993;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path5208"
+           inkscape:href="#path6767"
+           d="m 13.4375,17.3125 c -3.4801559,-1e-6 -6.28125,2.787977 -6.28125,6.25 2e-7,2.508186 1.4242699,4.687474 3.53125,5.6875 A 0.81679083,0.81679083 0 0 1 11.15625,30 l 0,1.1875 1.15625,1.15625 a 0.81679083,0.81679083 0 0 1 0,1.125 l -1.25,1.25 0,0.1875 1.65625,0.875 A 0.81679083,0.81679083 0 0 1 13.15625,36.5 l 0,1 a 0.81679083,0.81679083 0 0 1 -0.4375,0.71875 L 11.15625,39 l 0,0.1875 1.0625,1.0625 A 0.81679083,0.81679083 0 0 1 12.25,41.375 L 11.4375,42.21875 11.625,43 l 1.46875,1.5 1.53125,0 0.90625,-0.84375 0,-13.65625 A 0.81679083,0.81679083 0 0 1 16,29.25 c 2.076228,-1.002425 3.53125,-3.264837 3.53125,-5.75 0,-3.488167 -2.60491,-6.1875 -6.09375,-6.1875 z m -0.09375,0.375 c 1.545891,0 2.8125,1.266609 2.8125,2.8125 0,1.545891 -1.266609,2.8125 -2.8125,2.8125 -1.545891,0 -2.8125,-1.266609 -2.8125,-2.8125 0,-1.545891 1.266609,-2.8125 2.8125,-2.8125 z" />
+      </g>
     </g>
     <g
        inkscape:groupmode="layer"
        id="layer5"
        inkscape:label="hires"
-       style="display:inline">
+       style="display:inline"
+       sodipodi:insensitive="true">
       <g
          id="g8198"
          transform="matrix(5.0928038,0,0,2.2388776,20.301687,129.4805)"



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