raster pushed a commit to branch feature/themes/flat.

http://git.enlightenment.org/core/efl.git/commit/?id=3cf88e5efe8e630e596dda00c29d7e96ae732209

commit 3cf88e5efe8e630e596dda00c29d7e96ae732209
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Jul 26 15:48:01 2020 +0100

    TH - more icon work...
---
 data/elementary/themes/edc/O/icons.edc         |   2 +-
 data/elementary/themes/edc/icons.edc           |   2 +-
 data/elementary/themes/ic.edc                  |   1 +
 data/elementary/themes/img/ic/input-040.png    | Bin 0 -> 1040 bytes
 data/elementary/themes/img/ic/input-080.png    | Bin 0 -> 1916 bytes
 data/elementary/themes/img/ic/input-160.png    | Bin 0 -> 3487 bytes
 data/elementary/themes/img/ic/key-040.png      | Bin 1034 -> 834 bytes
 data/elementary/themes/img/ic/key-080.png      | Bin 2006 -> 1546 bytes
 data/elementary/themes/img/ic/key-160.png      | Bin 3775 -> 2861 bytes
 data/elementary/themes/img/ic/keyboard-040.png | Bin 689 -> 567 bytes
 data/elementary/themes/img/ic/keyboard-080.png | Bin 597 -> 795 bytes
 data/elementary/themes/img/ic/keyboard-160.png | Bin 1241 -> 1395 bytes
 data/elementary/themes/img/input.svg           | 163 ++++++++
 data/elementary/themes/img/key.svg             | 130 +++---
 data/elementary/themes/img/keyboard.svg        | 558 +++++++++++++++++++------
 15 files changed, 665 insertions(+), 191 deletions(-)

diff --git a/data/elementary/themes/edc/O/icons.edc 
b/data/elementary/themes/edc/O/icons.edc
index ea2bd3c128..d34b665511 100644
--- a/data/elementary/themes/edc/O/icons.edc
+++ b/data/elementary/themes/edc/O/icons.edc
@@ -131,7 +131,7 @@
    ICON("preferences-menus","icon_menus.png",64)                 // *** // 
"enlightenment/menus"
    ICON("preferences-menu-settings","icon_menu_settings.png",64) // *** // 
"enlightenment/menu_settings"
    ICON("preferences-advanced","icon_advanced.png",64)           // *** // 
"enlightenment/advanced"
-   ICON("preferences-behavior","icon_behavior.png",64)           // *** // 
"enlightenment/behavior"
+//   ICON("preferences-behavior","icon_behavior.png",64)           // *** // 
"enlightenment/behavior"
 //   ICON("preferences-look","icon_look.png",64)                   // *** // 
"enlightenment/look"
    ICON("preferences-utils","icon_gadget.png",64)                // *** // 
"enlightenment/utils"
    ICON("preferences-extensions","icon_extensions.png",64)       // *** // 
"enlightenment/extensions"
diff --git a/data/elementary/themes/edc/icons.edc 
b/data/elementary/themes/edc/icons.edc
index 2f24d06bd8..22e055b95d 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -63,7 +63,7 @@
    ICON("preferences-desktop-mouse", "i-mouse")
    ICON("preferences-desktop-keyboard", "i-keyboard")
 //   ICON("preferences-desktop-signal-bindings", "i-")
-//   ICON("preferences-behavior", "i-")
+   ICON("preferences-behavior", "i-input")
    ICON("preferences-interaction", "i-fingerprint") // pretty bad for touch 
icon - FIXME
 #undef ICON
 
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc
index e21d7c1cd7..c718ec2925 100644
--- a/data/elementary/themes/ic.edc
+++ b/data/elementary/themes/ic.edc
@@ -197,6 +197,7 @@ I160("i-gesture", "gesture")
 I160("i-fingerprint", "fingerprint")
 I160("i-mouse", "mouse")
 I160("i-keyboard", "keyboard")
+I160("i-input", "input")
 
 ///////////////////////////////////////////////////////////////////////////////
 // larger mono icons (mostly efm or settings)
diff --git a/data/elementary/themes/img/ic/input-040.png 
b/data/elementary/themes/img/ic/input-040.png
new file mode 100644
index 0000000000..7a5c0cd8ec
Binary files /dev/null and b/data/elementary/themes/img/ic/input-040.png differ
diff --git a/data/elementary/themes/img/ic/input-080.png 
b/data/elementary/themes/img/ic/input-080.png
new file mode 100644
index 0000000000..3a5fbfc370
Binary files /dev/null and b/data/elementary/themes/img/ic/input-080.png differ
diff --git a/data/elementary/themes/img/ic/input-160.png 
b/data/elementary/themes/img/ic/input-160.png
new file mode 100644
index 0000000000..162b973113
Binary files /dev/null and b/data/elementary/themes/img/ic/input-160.png differ
diff --git a/data/elementary/themes/img/ic/key-040.png 
b/data/elementary/themes/img/ic/key-040.png
index 0b9f93f92f..47df5696ba 100644
Binary files a/data/elementary/themes/img/ic/key-040.png and 
b/data/elementary/themes/img/ic/key-040.png differ
diff --git a/data/elementary/themes/img/ic/key-080.png 
b/data/elementary/themes/img/ic/key-080.png
index e864392bcf..349a8f8205 100644
Binary files a/data/elementary/themes/img/ic/key-080.png and 
b/data/elementary/themes/img/ic/key-080.png differ
diff --git a/data/elementary/themes/img/ic/key-160.png 
b/data/elementary/themes/img/ic/key-160.png
index 8903fcddd1..1396343740 100644
Binary files a/data/elementary/themes/img/ic/key-160.png and 
b/data/elementary/themes/img/ic/key-160.png differ
diff --git a/data/elementary/themes/img/ic/keyboard-040.png 
b/data/elementary/themes/img/ic/keyboard-040.png
index 02b6891b65..17dad3a604 100644
Binary files a/data/elementary/themes/img/ic/keyboard-040.png and 
b/data/elementary/themes/img/ic/keyboard-040.png differ
diff --git a/data/elementary/themes/img/ic/keyboard-080.png 
b/data/elementary/themes/img/ic/keyboard-080.png
index c5ccc62e7d..72401333f1 100644
Binary files a/data/elementary/themes/img/ic/keyboard-080.png and 
b/data/elementary/themes/img/ic/keyboard-080.png differ
diff --git a/data/elementary/themes/img/ic/keyboard-160.png 
b/data/elementary/themes/img/ic/keyboard-160.png
index 4bcf4e8917..c6bfda05bb 100644
Binary files a/data/elementary/themes/img/ic/keyboard-160.png and 
b/data/elementary/themes/img/ic/keyboard-160.png differ
diff --git a/data/elementary/themes/img/input.svg 
b/data/elementary/themes/img/input.svg
new file mode 100644
index 0000000000..db82f18e75
--- /dev/null
+++ b/data/elementary/themes/img/input.svg
@@ -0,0 +1,163 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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:xlink="http://www.w3.org/1999/xlink";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
+   inkscape:export-ydpi="48"
+   inkscape:export-xdpi="48"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/input-040.png"
+   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+   sodipodi:docname="input.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6">
+    <mask
+       id="mask947"
+       maskUnits="userSpaceOnUse">
+      <rect
+         y="5"
+         x="10"
+         height="40"
+         width="60"
+         id="rect949"
+         
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
 />
+    </mask>
+    <mask
+       id="mask3567"
+       maskUnits="userSpaceOnUse">
+      <path
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 
60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
+         id="path3569"
+         sodipodi:nodetypes="zzzzz" />
+    </mask>
+    <linearGradient
+       gradientTransform="matrix(0.75,0,0,0.75,25.00189,17.5)"
+       gradientUnits="userSpaceOnUse"
+       y2="28"
+       x2="40"
+       y1="17"
+       x1="40"
+       id="linearGradient3577"
+       xlink:href="#linearGradient3575"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3575"
+       inkscape:collect="always">
+      <stop
+         id="stop3571"
+         offset="0"
+         style="stop-color:#a0a0a0;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0.27272728"
+         id="stop3579" />
+      <stop
+         id="stop3573"
+         offset="1"
+         style="stop-color:#a0a0a0;stop-opacity:1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="false"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="0"
+     inkscape:window-y="0"
+     inkscape:window-x="1206"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="8.1375"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1372"
+     inkscape:window-width="1354"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 10,55 V 22 l 4.5,-12 14.25,30 z"
+       id="path4986"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 51.25,10 55,21.25 V 55 L 36.25,40 Z"
+       id="path4988"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 10,55 3.75,-11.25 h 37.5 L 55,55 Z"
+       id="path4982"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.86625;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 14.5,10 13.75,43.75 C 25,46 40,46 51.25,43.75 V 10 C 40,11.5 
25.75,11.5 14.5,10 Z"
+       id="path4990"
+       sodipodi:nodetypes="ccccc" />
+    <g
+       id="g7717">
+      <path
+         
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.75px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 55.00189,25 c -15.75,0 -15,5.874296 -15,15 0,9.125704 -0.75,30 
15,30 15.75,0 15,-20.874296 15,-30 0,-9.125704 0.75,-15 -15,-15 z"
+         id="path3546"
+         sodipodi:nodetypes="zzzzz" />
+      <path
+         id="path3562"
+         
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoratio
 [...]
+         d="m 54.25189,25 v 18 h -14.25 v 1.5 h 30 V 43 h -14.25 V 25 Z" />
+      <rect
+         
style="fill:url(#linearGradient3577);fill-opacity:1;stroke:#545454;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect3552"
+         width="4.5"
+         height="8.25"
+         x="52.751892"
+         y="30.25" />
+      <path
+         
style="fill:#000000;fill-opacity:0.125;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 45,9 C 49,11 54.578805,8.5025863 55,30 55.421195,51.497414 51,60 
40,60 29,60 25,58 20,50 V 75 H 65 V 9 Z"
+         id="path3554"
+         sodipodi:nodetypes="czzccccc"
+         mask="url(#mask3567)"
+         transform="matrix(0.75,0,0,0.75,25.00189,17.5)" />
+    </g>
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/key.svg 
b/data/elementary/themes/img/key.svg
index 7168ff5e7c..a01ee858f9 100644
--- a/data/elementary/themes/img/key.svg
+++ b/data/elementary/themes/img/key.svg
@@ -7,16 +7,16 @@
    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";
-   version="1.1"
-   id="svg2"
-   width="80"
-   height="80"
-   viewBox="0 0 80 80"
-   sodipodi:docname="key.svg"
-   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
-   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/key-040.png"
+   inkscape:export-ydpi="48"
    inkscape:export-xdpi="48"
-   inkscape:export-ydpi="48">
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/key-040.png"
+   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+   sodipodi:docname="key.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
   <metadata
      id="metadata8">
     <rdf:RDF>
@@ -32,81 +32,81 @@
   <defs
      id="defs6">
     <mask
-       maskUnits="userSpaceOnUse"
-       id="mask947">
+       id="mask947"
+       maskUnits="userSpaceOnUse">
       <rect
-         
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
-         id="rect949"
-         width="60"
-         height="40"
+         y="5"
          x="10"
-         y="5" />
+         height="40"
+         width="60"
+         id="rect949"
+         
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
 />
     </mask>
   </defs>
   <sodipodi:namedview
-     inkscape:document-rotation="0"
-     pagecolor="#404040"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1354"
-     inkscape:window-height="1372"
-     id="namedview4"
-     showgrid="true"
-     inkscape:zoom="8.1375"
-     inkscape:cx="40"
-     inkscape:cy="44.915515"
-     inkscape:window-x="1206"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="g10"
-     showguides="false"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true"
+     inkscape:snap-nodes="true"
      inkscape:snap-others="false"
-     inkscape:snap-nodes="true">
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="false"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="0"
+     inkscape:window-y="0"
+     inkscape:window-x="1206"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="8.1375"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1372"
+     inkscape:window-width="1354"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
     <inkscape:grid
-       type="xygrid"
-       id="grid837" />
+       id="grid837"
+       type="xygrid" />
   </sodipodi:namedview>
   <g
-     inkscape:groupmode="layer"
+     id="g10"
      inkscape:label="Image"
-     id="g10">
+     inkscape:groupmode="layer">
     <path
-       sodipodi:nodetypes="ccccc"
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 10,70 V 26 l 6,-16 19,40 z"
        id="path4986"
-       d="M 10,70 15,25 22,10 35,50 Z"
-       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+       sodipodi:nodetypes="ccccc" />
     <path
-       sodipodi:nodetypes="ccccc"
+       
style="fill:#808080;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 65,10 5,15 V 70 L 45,50 Z"
        id="path4988"
-       d="M 58,10 65,25 70,70 45,50 Z"
-       
style="fill:#808080;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+       sodipodi:nodetypes="ccccc" />
     <path
-       sodipodi:nodetypes="ccccc"
+       
style="fill:#606060;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 10,70 5,-15 h 50 l 5,15 z"
        id="path4982"
-       d="M 10,70 20,50 h 40 l 10,20 z"
-       
style="fill:#606060;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+       sodipodi:nodetypes="ccccc" />
     <path
-       sodipodi:nodetypes="ccccc"
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 16,10 -1,45 c 15,3 35,3 50,0 V 10 c -15,2 -34,2 -49,0 z"
        id="path4990"
-       d="m 22,10 -2,40 c 15,3 25,3 40,0 L 58,10 c -15,2 -21,2 -36,0 z"
-       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:1.155;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+       sodipodi:nodetypes="ccccc" />
     <text
-       id="text4994"
-       y="45.925335"
-       x="32.208"
-       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;line-height:21.875px;font-family:Asap;-inkscape-font-specification:Asap;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;"
-       xml:space="preserve"><tspan
-         
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;font-family:Asap;-inkscape-font-specification:Asap;fill:#202020;fill-opacity:1;"
-         y="45.925335"
-         x="32.208"
+       xml:space="preserve"
+       
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;line-height:21.875px;font-family:Asap;-inkscape-font-specification:Asap;letter-spacing:0px;word-spacing:0px;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="32.133347"
+       y="48.357311"
+       id="text4994"><tspan
+         sodipodi:role="line"
          id="tspan4992"
-         sodipodi:role="line">?</tspan></text>
+         x="32.133347"
+         y="48.357311"
+         
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.3333px;font-family:Asap;-inkscape-font-specification:Asap;fill:#202020;fill-opacity:1">?</tspan></text>
   </g>
 </svg>
diff --git a/data/elementary/themes/img/keyboard.svg 
b/data/elementary/themes/img/keyboard.svg
index b453878e21..0694c99f36 100644
--- a/data/elementary/themes/img/keyboard.svg
+++ b/data/elementary/themes/img/keyboard.svg
@@ -8,16 +8,16 @@
    xmlns:xlink="http://www.w3.org/1999/xlink";
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   version="1.1"
-   id="svg2"
-   width="80"
-   height="80"
-   viewBox="0 0 80 80"
-   sodipodi:docname="keyboard.svg"
-   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
-   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/keyboard-040.png"
+   inkscape:export-ydpi="48"
    inkscape:export-xdpi="48"
-   inkscape:export-ydpi="48">
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/keyboard-040.png"
+   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+   sodipodi:docname="keyboard.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
   <metadata
      id="metadata8">
     <rdf:RDF>
@@ -33,186 +33,496 @@
   <defs
      id="defs6">
     <linearGradient
-       id="linearGradient3678"
+       id="linearGradient7654"
        inkscape:collect="always">
       <stop
-         id="stop3674"
+         id="stop7650"
+         offset="0"
+         style="stop-color:#808080;stop-opacity:1" />
+      <stop
+         id="stop7652"
+         offset="1"
+         style="stop-color:#808080;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3678">
+      <stop
+         style="stop-color:#c8c8c8;stop-opacity:1;"
          offset="0"
-         style="stop-color:#c8c8c8;stop-opacity:1;" />
+         id="stop3674" />
       <stop
-         id="stop3676"
+         style="stop-color:#c8c8c8;stop-opacity:0;"
          offset="1"
-         style="stop-color:#c8c8c8;stop-opacity:0;" />
+         id="stop3676" />
     </linearGradient>
     <mask
-       maskUnits="userSpaceOnUse"
-       id="mask947">
+       id="mask947"
+       maskUnits="userSpaceOnUse">
       <rect
-         
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
-         id="rect949"
-         width="60"
-         height="40"
+         y="5"
          x="10"
-         y="5" />
+         height="40"
+         width="60"
+         id="rect949"
+         
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
 />
     </mask>
     <mask
-       id="mask3567"
-       maskUnits="userSpaceOnUse">
+       maskUnits="userSpaceOnUse"
+       id="mask3567">
       <path
-         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-         d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 
60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
+         sodipodi:nodetypes="zzzzz"
          id="path3569"
-         sodipodi:nodetypes="zzzzz" />
+         d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 
60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
 />
     </mask>
     <linearGradient
-       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.93333333,0,0.66666667)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient3678"
+       id="linearGradient3680"
+       x1="50"
+       y1="40"
+       x2="70"
+       y2="40"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       gradientTransform="matrix(1,0,0,0.06666667,0,65.333333)"
        y2="40"
        x2="70"
        y1="40"
        x1="50"
-       id="linearGradient3680"
-       xlink:href="#linearGradient3678"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7648"
+       xlink:href="#linearGradient7654"
        inkscape:collect="always" />
   </defs>
   <sodipodi:namedview
-     inkscape:document-rotation="0"
-     pagecolor="#404040"
-     bordercolor="#666666"
-     borderopacity="1"
-     objecttolerance="10"
-     gridtolerance="10"
-     guidetolerance="10"
-     inkscape:pageopacity="0"
-     inkscape:pageshadow="2"
-     inkscape:window-width="1920"
-     inkscape:window-height="1017"
-     id="namedview4"
-     showgrid="true"
-     inkscape:zoom="10.4625"
-     inkscape:cx="40"
-     inkscape:cy="40"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:current-layer="g10"
-     showguides="false"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true"
-     inkscape:snap-others="false"
+     inkscape:bbox-paths="true"
      inkscape:snap-nodes="true"
-     inkscape:bbox-paths="true">
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="false"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="0"
+     inkscape:window-y="0"
+     inkscape:window-x="1206"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="8.1375"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1372"
+     inkscape:window-width="1354"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
     <inkscape:grid
-       type="xygrid"
-       id="grid837" />
+       id="grid837"
+       type="xygrid" />
   </sodipodi:namedview>
   <g
-     inkscape:groupmode="layer"
+     id="g10"
      inkscape:label="Image"
-     id="g10">
+     inkscape:groupmode="layer">
     <rect
-       y="10"
-       x="10"
-       height="60"
-       width="60"
+       
style="fill:url(#linearGradient3680);fill-opacity:1;stroke:none;stroke-width:1.93218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3618"
-       
style="fill:url(#linearGradient3680);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+       width="60"
+       height="56"
+       x="10"
+       y="10" />
     <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       y="12"
+       x="12"
+       height="10"
+       width="10"
        id="rect3620"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <rect
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3622"
        width="10"
        height="10"
-       x="14"
-       y="14" />
+       x="26"
+       y="12" />
     <rect
-       y="14"
-       x="28"
+       y="12"
+       x="40"
        height="10"
        width="10"
-       id="rect3622"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
-    <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3624"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <rect
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3626"
        width="10"
        height="10"
-       x="42"
-       y="14" />
+       x="54"
+       y="12" />
     <rect
-       y="14"
-       x="56"
+       y="26"
+       x="12"
        height="10"
        width="10"
-       id="rect3626"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
-    <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3628"
-       width="10"
-       height="10"
-       x="14"
-       y="28" />
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <rect
-       y="42"
-       x="14"
-       height="10"
-       width="17"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3630"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
-    <rect
-       y="28"
-       x="28"
+       width="17"
        height="10"
-       width="10"
-       id="rect3658"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+       x="12"
+       y="40" />
     <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3660"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3658"
        width="10"
        height="10"
-       x="42"
-       y="28" />
+       x="26"
+       y="26" />
     <rect
-       y="28"
-       x="56"
+       y="26"
+       x="40"
        height="10"
        width="10"
-       id="rect3662"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+       id="rect3660"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
     <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3664"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3662"
        width="10"
        height="10"
-       x="35"
-       y="42" />
+       x="54"
+       y="26" />
     <rect
-       y="42"
-       x="49"
+       y="40"
+       x="33"
        height="10"
        width="10"
+       id="rect3664"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <rect
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3666"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+       width="10"
+       height="10"
+       x="47"
+       y="40" />
     <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       id="rect3668"
+       y="54"
+       x="12"
+       height="10"
        width="24"
+       id="rect3668"
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <rect
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3670"
+       width="10"
        height="10"
-       x="14"
-       y="56" />
+       x="40"
+       y="54" />
     <rect
-       y="56"
-       x="42"
+       y="54"
+       x="54"
        height="10"
        width="10"
-       id="rect3670"
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
-    <rect
-       
style="fill:#dcdcdc;fill-opacity:1;stroke:#545454;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
        id="rect3672"
-       width="10"
-       height="10"
-       x="56"
-       y="56" />
+       
style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path4986"
+       d="m 13,21 v -8 l 1,-1 2.381944,6.361111 z"
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path4988"
+       d="m 20,12 1,1 v 8 l -3.298611,-2.638889 z"
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path4982"
+       d="m 13,21 1,-2 h 6 l 1,2 z"
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path4990"
+       d="m 14,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
 />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 27,21 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-3"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 34,12 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 27,21 1,-2 h 6 l 1,2 z"
+       id="path4982-3"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 28,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-3"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,21 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-7"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 48,12 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-9"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,21 1,-2 h 6 l 1,2 z"
+       id="path4982-4"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 42,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-9"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,21 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-9"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 62,12 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,21 1,-2 h 6 l 1,2 z"
+       id="path4982-9"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 56,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-4"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,35 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-2"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 20,26 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-06"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,35 1,-2 h 6 l 1,2 z"
+       id="path4982-5"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 14,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-95"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 27,35 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-6"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 34,26 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-11"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 27,35 1,-2 h 6 l 1,2 z"
+       id="path4982-43"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 28,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-7"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,35 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-27"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 48,26 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-3"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,35 1,-2 h 6 l 1,2 z"
+       id="path4982-39"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 42,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-2"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,35 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-4"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 62,26 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-4"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,35 1,-2 h 6 l 1,2 z"
+       id="path4982-49"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 56,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-93"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,49 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-8"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 27,40 1,1 v 8 l -3,-3 z"
+       id="path4988-32"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,49 1,-2 h 13 l 1,2 z"
+       id="path4982-95"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 14,40 v 7 c 1.979166,0.395833 11.020833,0.395833 13,0 v -7 c 
-1.979167,0.263889 -11.020833,0.263889 -13,0 z"
+       id="path4990-43"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 34,49 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-94"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,40 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-95"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 34,49 1,-2 h 6 l 1,2 z"
+       id="path4982-57"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 35,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-39"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 48,49 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,40 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-7"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 48,49 1,-2 h 6 l 1,2 z"
+       id="path4982-2"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 49,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-72"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,63 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-90"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 48,54 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-5"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 41,63 1,-2 h 6 l 1,2 z"
+       id="path4982-0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 42,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-41"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,63 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-79"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 62,54 1,1 v 8 l -3.298611,-2.638889 z"
+       id="path4988-36"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 55,63 1,-2 h 6 l 1,2 z"
+       id="path4982-21"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 56,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c 
-1.979167,0.263889 -4.020833,0.263889 -6,0 z"
+       id="path4990-25"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,63 v -8 l 1,-1 2.381944,6.361111 z"
+       id="path4986-39"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 34,54 1,1 v 8 l -3,-3 z"
+       id="path4988-18"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 13,63 1,-2 h 20 l 1,2 z"
+       id="path4982-8"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 14,54 v 7 c 1.979166,0.395833 18.020833,0.395833 20,0 v -7 c 
-1.979167,0.263889 -18.020833,0.263889 -20,0 z"
+       id="path4990-70"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       y="66"
+       x="10"
+       height="4"
+       width="60"
+       id="rect7646"
+       
style="fill:url(#linearGradient7648);fill-opacity:1;stroke:none;stroke-width:0.516398;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
   </g>
 </svg>

-- 


Reply via email to