Support for images 24x24 and 32x32 canvas for some flat icons 20131107030509/pspp
authorBastián Díaz <diaz.bastian@ymail.com>
Thu, 7 Nov 2013 06:33:18 +0000 (03:33 -0300)
committerBastián Díaz <diaz.bastian@ymail.com>
Thu, 7 Nov 2013 06:33:18 +0000 (03:33 -0300)
Added support for new images in arger sizes to be included in a future
in the toolbar (data editor, syntax editor and output windows).

26 files changed:
Smake
src/ui/gui/artwork/actions/24x24/data-select-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-copy.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-cut.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-paste.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-redo.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-select-all.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/edit-undo.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/file-export-data.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/file-print.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/run-all.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/transform-compute.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/24x24/utilities-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/data-select-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-copy.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-cut.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-paste.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-redo.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-select-all.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/edit-undo.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/file-export-data.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/file-print.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/run-all.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/transform-compute.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/32x32/utilities-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg

diff --git a/Smake b/Smake
index d4f0ef6817aaff56ee645ccc7bd0ed4acc57f9db..a148027f2a7669ce9cfd6125e8e3351e25abd8af 100644 (file)
--- a/Smake
+++ b/Smake
@@ -184,25 +184,49 @@ MISC_ICONS = src/ui/gui/icons/splash.png
 
 ACTION_ICONS = \
 src/ui/gui/icons/actions/32x32/data-split-file.png \
+src/ui/gui/icons/actions/32x32/data-select-cases.png \
 src/ui/gui/icons/actions/32x32/data-weight-cases.png \
+src/ui/gui/icons/actions/32x32/transform-compute.png \
 src/ui/gui/icons/actions/32x32/edit-find.png \
 src/ui/gui/icons/actions/32x32/edit-go-to-case.png \
 src/ui/gui/icons/actions/32x32/edit-go-to-variable.png \
 src/ui/gui/icons/actions/32x32/edit-insert-case.png \
 src/ui/gui/icons/actions/32x32/edit-insert-variable.png \
+src/ui/gui/icons/actions/32x32/edit-cut.png \
+src/ui/gui/icons/actions/32x32/edit-copy.png \
+src/ui/gui/icons/actions/32x32/edit-paste.png \
+src/ui/gui/icons/actions/32x32/edit-undo.png \
+src/ui/gui/icons/actions/32x32/edit-redo.png \
+src/ui/gui/icons/actions/32x32/edit-select-all.png \
 src/ui/gui/icons/actions/32x32/file-open-data.png \
 src/ui/gui/icons/actions/32x32/file-save-data.png \
+src/ui/gui/icons/actions/32x32/file-export-data.png \
+src/ui/gui/icons/actions/32x32/file-print.png \
 src/ui/gui/icons/actions/32x32/view-value-labels.png \
+src/ui/gui/icons/actions/32x32/utilities-variables.png \
+src/ui/gui/icons/actions/32x32/run-all.png \
 src/ui/gui/icons/actions/24x24/data-split-file.png \
+src/ui/gui/icons/actions/24x24/data-select-cases.png \
 src/ui/gui/icons/actions/24x24/data-weight-cases.png \
+src/ui/gui/icons/actions/24x24/transform-compute.png \
 src/ui/gui/icons/actions/24x24/edit-find.png \
 src/ui/gui/icons/actions/24x24/edit-go-to-case.png \
 src/ui/gui/icons/actions/24x24/edit-go-to-variable.png \
 src/ui/gui/icons/actions/24x24/edit-insert-case.png \
 src/ui/gui/icons/actions/24x24/edit-insert-variable.png \
+src/ui/gui/icons/actions/24x24/edit-cut.png \
+src/ui/gui/icons/actions/24x24/edit-copy.png \
+src/ui/gui/icons/actions/24x24/edit-paste.png \
+src/ui/gui/icons/actions/24x24/edit-undo.png \
+src/ui/gui/icons/actions/24x24/edit-redo.png \
+src/ui/gui/icons/actions/24x24/edit-select-all.png \
 src/ui/gui/icons/actions/24x24/file-open-data.png \
 src/ui/gui/icons/actions/24x24/file-save-data.png \
+src/ui/gui/icons/actions/24x24/file-export-data.png \
+src/ui/gui/icons/actions/24x24/file-print.png \
 src/ui/gui/icons/actions/24x24/view-value-labels.png \
+src/ui/gui/icons/actions/24x24/utilities-variables.png \
+src/ui/gui/icons/actions/24x24/run-all.png \
 src/ui/gui/icons/actions/16x16/file-new-data.png \
 src/ui/gui/icons/actions/16x16/file-syntax-data.png \
 src/ui/gui/icons/actions/16x16/file-system-data.png \
diff --git a/src/ui/gui/artwork/actions/24x24/data-select-cases.svg b/src/ui/gui/artwork/actions/24x24/data-select-cases.svg
new file mode 100644 (file)
index 0000000..7b563b5
--- /dev/null
@@ -0,0 +1,207 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-select-cases.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="translate(470,540.00002)"
+       style="display:inline"
+       id="g5421">
+      <g
+         id="g5481-0"
+         style="opacity:0.3;fill:#555753;display:inline"
+         transform="translate(-375,1)">
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-93-9-3-9"
+           width="19"
+           height="1"
+           x="-93"
+           y="497.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-73-5-1-78-7"
+           width="20"
+           height="2"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-9-9-9-7-2"
+           width="20"
+           height="4"
+           x="-93"
+           y="490.36218"
+           ry="2" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-1-7-6-25"
+           width="2"
+           height="6"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-8-3-1-1-6"
+           width="2"
+           height="6"
+           x="-75"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-0-3-0-7-94"
+           width="2"
+           height="7"
+           x="-81"
+           y="491.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-86-7-9-4-6"
+           width="2"
+           height="7"
+           x="-87"
+           y="491.36218" />
+      </g>
+      <rect
+         y="497.36218"
+         x="-468"
+         height="3"
+         width="20"
+         id="rect5299"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="503.36218"
+         x="-468"
+         height="3"
+         width="20"
+         id="rect5299-4"
+         style="fill:#555753;stroke:none;display:inline" />
+      <rect
+         y="497.36218"
+         x="-468"
+         height="9"
+         width="3"
+         id="rect5299-4-5"
+         style="fill:#555753;stroke:none;display:inline" />
+      <rect
+         y="497.36218"
+         x="-451"
+         height="9"
+         width="3"
+         id="rect5299-4-5-7"
+         style="fill:#555753;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5355"
+         d="m -468,506.375 0,2 0,3 2,0 18,0 0,-3 0,-2 -2,0 0,2 -4,0 0,-2 -2,0 0,2 -4,0 0,-2 -2,0 0,2 -4,0 0,-2 -2,0 z"
+         style="opacity:0.3;fill:#555753;stroke:none" />
+      <rect
+         y="488.36218"
+         x="-470"
+         height="24"
+         width="24"
+         id="rect5419"
+         style="opacity:0.3;fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-copy.svg b/src/ui/gui/artwork/actions/24x24/edit-copy.svg
new file mode 100644 (file)
index 0000000..05b0d45
--- /dev/null
@@ -0,0 +1,140 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-print.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.4999995,570,801.31902)"
+       style="display:inline"
+       id="g4807-3">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-copy.png"
+         id="g5514-5"
+         style="display:inline"
+         transform="translate(-420,-172.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="876.36218"
+           x="40"
+           height="16.000017"
+           width="16"
+           id="rect4930-6"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           id="path41071-7-7"
+           d="m 47,330.99796 0,6.99715 5,0 2,-1.99919 0,-4.99796 z"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           d="m 42.00001,326.00189 -1e-5,7.99485 4,0 0,-3.99838 3,0 0,-3.99837 -7,0.002 0,-0.002 z"
+           id="path41077-3-9"
+           sodipodi:nodetypes="ccccccccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-cut.svg b/src/ui/gui/artwork/actions/24x24/edit-cut.svg
new file mode 100644 (file)
index 0000000..90d9b07
--- /dev/null
@@ -0,0 +1,154 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-select-all.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.4979093,0,0,1.4990328,299.60242,846.43631)"
+       style="display:inline"
+       id="g4773-9">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-cut.png"
+         id="g5500-7"
+         style="display:inline"
+         transform="translate(-480,-157.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="831.3725"
+           x="280.00861"
+           height="16.000017"
+           width="16"
+           id="rect4926-2"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           transform="matrix(0.41237112,0,0,0.42088117,282.03093,197.35312)"
+           d="m 9.625,223.6875 c 0,3.27919 -2.7142737,5.9375 -6.0625,5.9375 -3.3482263,0 -6.0625,-2.65831 -6.0625,-5.9375 0,-3.27919 2.7142737,-5.9375 6.0625,-5.9375 3.3482263,0 6.0625,2.65831 6.0625,5.9375 z"
+           sodipodi:ry="5.9375"
+           sodipodi:rx="6.0625"
+           sodipodi:cy="223.6875"
+           sodipodi:cx="3.5625"
+           id="path3940-8-2"
+           style="fill:none;stroke:#555753;stroke-width:4.80071735;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#545753;stroke-width:4.80071735;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path3942-4-9"
+           sodipodi:cx="3.5625"
+           sodipodi:cy="223.6875"
+           sodipodi:rx="6.0625"
+           sodipodi:ry="5.9375"
+           d="m 9.625,223.6875 c 0,3.27919 -2.7142737,5.9375 -6.0625,5.9375 -3.3482263,0 -6.0625,-2.65831 -6.0625,-5.9375 0,-3.27919 2.7142737,-5.9375 6.0625,-5.9375 3.3482263,0 6.0625,2.65831 6.0625,5.9375 z"
+           transform="matrix(0.4123712,0,0,0.42088118,291.03093,197.35311)" />
+        <path
+           sodipodi:nodetypes="ccccccccccccc"
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           d="m 283.09611,278.99999 c -1.06041,0.55377 -1.40652,1.75848 -0.79429,2.71764 l 4.42041,7.27829 -1.74629,2.36699 1.41408,2.08432 1.60998,-2.48337 1.57873,2.48337 1.40114,-1.99597 -1.7021,-2.45534 4.42041,-7.27829 c 0.61223,-0.95916 0.26612,-2.16387 -0.79429,-2.71764 L 288,286.99673 l -4.90389,-7.99674 z"
+           id="rect4875-4-5" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-paste.svg b/src/ui/gui/artwork/actions/24x24/edit-paste.svg
new file mode 100644 (file)
index 0000000..4c4f8d6
--- /dev/null
@@ -0,0 +1,149 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-cut.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.4999982,502.5,801.31921)"
+       style="display:inline"
+       id="g4800-6">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-paste.png"
+         id="g5547-9"
+         style="display:inline"
+         transform="translate(-435,-172.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="876.36218"
+           x="100"
+           height="16.000017"
+           width="16"
+           id="rect4946-8"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+           d="m 104.00917,329.02921 0,6.9659 5,0 1.99084,-1.98624 -0.0221,-4.97965 -6.96875,0 1e-5,-1e-5 z"
+           id="rect4897-1"
+           sodipodi:nodetypes="ccccccc" />
+        <rect
+           ry="0.53011417"
+           rx="0.53033006"
+           y="324.00012"
+           x="104.97791"
+           height="3.9983714"
+           width="5.0625052"
+           id="rect4899-7"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccc"
+           id="path41043-5"
+           d="m 110.94667,325.99917 1.65625,0 c 0.21875,0 0.375,0.12495 0.375,0.37485 l 0,12.08883 c 0,0.34361 -0.25,0.53103 -0.53125,0.53103 l -9.96875,0 c -0.3125,0.0313 -0.53125,-0.18742 -0.53125,-0.53103 l 0,-12.02636 c 0,-0.31237 0.1875,-0.43732 0.53125,-0.43732 l 1.4375,0"
+           style="color:#000000;fill:none;stroke:#555753;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-redo.svg b/src/ui/gui/artwork/actions/24x24/edit-redo.svg
new file mode 100644 (file)
index 0000000..e353001
--- /dev/null
@@ -0,0 +1,145 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-undo.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.5,300,801.31893)"
+       style="display:inline"
+       id="g4780-3">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-redo.png"
+         id="g6374-0"
+         style="display:inline"
+         transform="translate(-240,-212.63781)">
+        <g
+           transform="matrix(-1,0,0,1,216,40.002012)"
+           style="display:inline"
+           id="g4896-4-7">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9-6-6"
+             d="m 170,335.99798 0.5,0 c 1.38071,0 2.5,-1.11884 2.5,-2.49898 0,-1.38015 -1.11929,-2.49899 -2.5,-2.49899 l -6.5,0"
+             style="color:#000000;fill:none;stroke:#545753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             sodipodi:nodetypes="ccccccccccccc"
+             id="rect3217-6-2-2-4-85-2-3-6"
+             d="m 166.9998,327.02373 0,0.9996 c 0,0.25678 -0.12983,0.52824 -0.3125,0.71845 l -2.18735,2.25817 2.18735,2.30248 c 0.18267,0.19021 0.3125,0.46167 0.3125,0.71845 l 0,0.9996 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28114 l -3.24985,-3.73925 3.24985,-3.69522 c 0.19768,-0.19087 0.44055,-0.28114 0.75,-0.28114 z"
+             style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#555753;fill:#545753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="rect6372-8"
+           width="16"
+           height="16"
+           x="20"
+           y="384"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-select-all.svg b/src/ui/gui/artwork/actions/24x24/edit-select-all.svg
new file mode 100644 (file)
index 0000000..0536d1d
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-copy.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.4999999,570,756.31894)"
+       style="display:inline"
+       id="g4815-2">
+      <path
+         style="color:#bebebe;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path4387-5-0-1"
+         d="m -377.06724,182.36293 c -0.50766,0.0395 -0.94152,0.51729 -0.93263,1.02692 l 0,12.94533 c -0.008,0.5398 0.48663,1.03477 1.02589,1.02691 l 9.948,0 c 0.53926,0.008 1.03373,-0.48711 1.02589,-1.02691 l 0,-9.95795 c -0.004,-0.26704 -0.1184,-0.53079 -0.31088,-0.71573 l -2.9844,-2.98738 c -0.18475,-0.19267 -0.44824,-0.30734 -0.71501,-0.31119 l -6.9636,0 c -0.0311,-9.9e-4 -0.0622,-9.9e-4 -0.0933,0 z m 1.08806,2.05393 5.9688,0 0,1.99159 -5.9688,0 z m 0,3.98318 7.9584,0 0,1.99159 -7.9584,0 z m 0,3.98317 7.9584,0 0,1.99159 -7.9584,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="181.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect4813-9"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-undo.svg b/src/ui/gui/artwork/actions/24x24/edit-undo.svg
new file mode 100644 (file)
index 0000000..b9407e7
--- /dev/null
@@ -0,0 +1,144 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-paste.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.5,367.5,801.31893)"
+       style="display:inline"
+       id="g4787-7">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-undo.png"
+         id="g6359-3"
+         style="display:inline"
+         transform="translate(-525,-172.63781)">
+        <g
+           id="g4896-0"
+           transform="translate(120,-0.023738)">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9-4"
+             d="m 170,335.99798 0.5,0 c 1.38071,0 2.5,-1.11884 2.5,-2.49898 0,-1.38015 -1.11929,-2.49899 -2.5,-2.49899 l -6.5,0"
+             style="color:#000000;fill:none;stroke:#545753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             sodipodi:nodetypes="ccccccccccccc"
+             id="rect3217-6-2-2-4-85-2-5"
+             d="m 166.9998,327.02373 0,0.9996 c 0,0.25678 -0.12983,0.52824 -0.3125,0.71845 l -2.18735,2.25817 2.18735,2.30248 c 0.18267,0.19021 0.3125,0.46167 0.3125,0.71845 l 0,0.9996 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28114 l -3.24985,-3.73925 3.24985,-3.69522 c 0.19768,-0.19087 0.44055,-0.28114 0.75,-0.28114 z"
+             style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#555753;fill:#545753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="rect5589-3"
+           width="16"
+           height="16"
+           x="260"
+           y="344"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/file-export-data.svg b/src/ui/gui/artwork/actions/24x24/file-export-data.svg
new file mode 100644 (file)
index 0000000..6d6ebf9
--- /dev/null
@@ -0,0 +1,131 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-compute.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.499963,0,0,1.4999984,727.48264,846.31912)"
+       style="display:inline"
+       id="g5409-33">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4857-3"
+         width="16"
+         height="16.000017"
+         x="-485"
+         y="121.36218" />
+      <path
+         sodipodi:nodetypes="ccccccccccccccccccccccccc"
+         inkscape:connector-curvature="0"
+         id="path29073-6"
+         d="m -484.18775,122.36281 c -0.4584,0.0875 -0.82072,0.53338 -0.8125,0.99996 l 0,0.99996 0,10.99955 0,0.99996 c 5e-5,0.52356 0.47642,0.99991 1,0.99996 l 10,0 c 0.52358,-5e-5 0.99995,-0.4764 1,-0.99996 l 0,-2.99988 -2,0 0,1.99992 -8,0 0,-10.99955 5,0 0,2.99988 3,0 0,1.99992 2,0 0,-2.4374 c 0.006,-0.26405 -0.0975,-0.52895 -0.28125,-0.71872 l -3.5625,-3.56236 c -0.18978,-0.18369 -0.45469,-0.28736 -0.71875,-0.28124 l -6.4375,0 c -0.0312,-10e-4 -0.0625,-10e-4 -0.0937,0 -0.0312,-10e-4 -0.0625,-10e-4 -0.0937,0 z"
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m -478.00025,130.36248 6,0 0,-1.99991 3,2.99987 -3,2.99988 0,-1.99992 -6,0 z"
+         id="path29075-2"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/file-print.svg b/src/ui/gui/artwork/actions/24x24/file-print.svg
new file mode 100644 (file)
index 0000000..4621c32
--- /dev/null
@@ -0,0 +1,146 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-export-data.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.4999994,862.5,801.31902)"
+       style="display:inline"
+       id="g3931-5">
+      <g
+         id="g5498-1">
+        <rect
+           y="151.36218"
+           x="-575"
+           height="16.000017"
+           width="16"
+           id="rect4869-6"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <g
+           transform="translate(-575,151.36218)"
+           inkscape:label="Layer 1"
+           id="layer1-6-1"
+           style="fill:#555753">
+          <path
+             inkscape:connector-curvature="0"
+             d="M 2,4 C 1.5,4 1,4.5 1,5 l 0,4 c 0,0.5 0.5,1 1,1 l 1,0 0,-2 10,0 0,2 1,0 c 0.5,0 1,-0.5 1,-1 L 15,5 C 15,4.5 14.5,4 14,4 L 2,4 z"
+             id="path3520-2"
+             sodipodi:nodetypes="ccccccccccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+          <path
+             inkscape:connector-curvature="0"
+             d="M 4,1 4,3 12,3 12,1 4,1 z"
+             id="path4804-4"
+             sodipodi:nodetypes="ccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+          <path
+             inkscape:connector-curvature="0"
+             d="M 4,9.0000001 4,14 l 8,0 0,-5 -8,10e-8 z M 5,10 l 6,0 0,1 -6,0 0,-1 z m 0,2 5,0 0,1 -5,0 0,-1 z"
+             id="path4806-1"
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/run-all.svg b/src/ui/gui/artwork/actions/24x24/run-all.svg
new file mode 100644 (file)
index 0000000..45c697f
--- /dev/null
@@ -0,0 +1,125 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="utilities-variables.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="matrix(1.5,0,0,1.5,-510,846.31893)"
+       style="display:inline"
+       id="g5697-9">
+      <path
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+         sodipodi:nodetypes="ccccccsccccc"
+         id="path3807-1-1-9-38-4-9"
+         d="m 344,124.36221 0,10 0.90625,0 0.0937,0 c 0.17491,0.001 0.34778,-0.0388 0.5,-0.125 l 7,-4 c 0.3107,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.15805,-0.70311 -0.46875,-0.875 l -7,-4 c -0.15222,-0.0862 -0.32509,-0.12631 -0.5,-0.125 l -0.0937,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="121.36218"
+         x="340"
+         height="16"
+         width="16"
+         id="rect4927-9"
+         style="opacity:0.3;fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/transform-compute.svg b/src/ui/gui/artwork/actions/24x24/transform-compute.svg
new file mode 100644 (file)
index 0000000..2de1b9f
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="run-all.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       style="display:inline"
+       id="g5173"
+       transform="translate(545,540.00002)">
+      <path
+         id="rect5024"
+         d="m -540,490.375 c -0.554,0 -1,0.446 -1,1 l 0,1 0,4 0,2 0,3 0,1 0,3 0,1 0,3 0,3 3,0 3,0 1,0 3,0 1,0 3,0 3,0 0,-3 0,-17 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -15,0 z m 2,3 11,0 0,3 -11,0 0,-3 z m 0,5 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z m -8,4 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z m -8,4 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z m 4,0 3,0 0,3 -3,0 0,-3 z"
+         style="fill:#555753;stroke:none"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="488.36218"
+         x="-545"
+         height="24"
+         width="24"
+         id="rect5171"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/utilities-variables.svg b/src/ui/gui/artwork/actions/24x24/utilities-variables.svg
new file mode 100644 (file)
index 0000000..997f2cc
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="24"
+   height="24"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-select-cases.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-5.4178166"
+     inkscape:cy="9.5322807"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide2993" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <g
+       transform="translate(620,540.00002)"
+       style="display:inline"
+       id="g4985">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4179"
+         d="m -613,489.375 c -3.324,0 -6,2.676 -6,6 l 0,10 c 0,3.324 2.676,6 6,6 l 10,0 c 3.324,0 6,-2.676 6,-6 l 0,-10 c 0,-3.324 -2.676,-6 -6,-6 l -10,0 z m 0.0625,3.9375 4.9375,4.9375 4.9375,-4.9375 2.125,2.125 -4.9375,4.9375 4.9375,4.9375 -2.125,2.125 L -608,502.5 l -4.9375,4.9375 -2.125,-2.125 4.9375,-4.9375 -4.9375,-4.9375 2.125,-2.125 z"
+         style="fill:#555753;fill-rule:evenodd;stroke:none" />
+      <rect
+         y="488.36218"
+         x="-620"
+         height="24"
+         width="24"
+         id="rect4983"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/data-select-cases.svg b/src/ui/gui/artwork/actions/32x32/data-select-cases.svg
new file mode 100644 (file)
index 0000000..b96171b
--- /dev/null
@@ -0,0 +1,134 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-select-cases.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="8.9154072"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,2,-200,717.63783)"
+       style="display:inline"
+       id="g5226-1">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4736-4"
+         d="m 115,163.36218 -1,0 0,1 -3,0 0,-1 -1,0 0,1 -3,0 0,-1 -1,0 0,1 -3,0 0,-1 -1,0 0,1 0,2 1,0 3,0 1,0 3,0 1,0 4,0 0,-1 0,-1 0,-1 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4661-5-3-3"
+         d="m 103,153.36218 c -0.554,0 -1,0.446 -1,1 l 0,2 0,1 1,0 0,-1 3,0 0,1 1,0 0,-1 3,0 0,1 1,0 0,-1 3,0 0,1 1,0 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l -4,0 -7,0 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5113-1"
+         d="m 102,157.375 0,2 0,2 0,2 2,0 11,0 0,-2 0,-3 0,-1 -11,0 -2,0 z m 2,2 9,0 0,2 -9,0 0,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="151.36218"
+         x="100"
+         height="16"
+         width="16"
+         id="rect4456-3"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-copy.svg b/src/ui/gui/artwork/actions/32x32/edit-copy.svg
new file mode 100644 (file)
index 0000000..b09c864
--- /dev/null
@@ -0,0 +1,140 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-print.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9999989,760,717.63802)"
+       style="display:inline"
+       id="g4807-1">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-copy.png"
+         id="g5514-0"
+         style="display:inline"
+         transform="translate(-420,-172.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="876.36218"
+           x="40"
+           height="16.000017"
+           width="16"
+           id="rect4930-2"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           id="path41071-7-73"
+           d="m 47,330.99796 0,6.99715 5,0 2,-1.99919 0,-4.99796 z"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           d="m 42.00001,326.00189 -1e-5,7.99485 4,0 0,-3.99838 3,0 0,-3.99837 -7,0.002 0,-0.002 z"
+           id="path41077-3-7"
+           sodipodi:nodetypes="ccccccccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-cut.svg b/src/ui/gui/artwork/actions/32x32/edit-cut.svg
new file mode 100644 (file)
index 0000000..bfea430
--- /dev/null
@@ -0,0 +1,154 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-select-all.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(1.998925,0,0,1.9987104,399.78489,777.79435)"
+       style="display:inline"
+       id="g4773-0">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-cut.png"
+         id="g5500-2"
+         style="display:inline"
+         transform="translate(-480,-157.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="831.3725"
+           x="280.00861"
+           height="16.000017"
+           width="16"
+           id="rect4926-8"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           transform="matrix(0.41237112,0,0,0.42088117,282.03093,197.35312)"
+           d="m 9.625,223.6875 c 0,3.27919 -2.7142737,5.9375 -6.0625,5.9375 -3.3482263,0 -6.0625,-2.65831 -6.0625,-5.9375 0,-3.27919 2.7142737,-5.9375 6.0625,-5.9375 3.3482263,0 6.0625,2.65831 6.0625,5.9375 z"
+           sodipodi:ry="5.9375"
+           sodipodi:rx="6.0625"
+           sodipodi:cy="223.6875"
+           sodipodi:cx="3.5625"
+           id="path3940-8-4"
+           style="fill:none;stroke:#555753;stroke-width:4.80071735;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#545753;stroke-width:4.80071735;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path3942-4-4"
+           sodipodi:cx="3.5625"
+           sodipodi:cy="223.6875"
+           sodipodi:rx="6.0625"
+           sodipodi:ry="5.9375"
+           d="m 9.625,223.6875 c 0,3.27919 -2.7142737,5.9375 -6.0625,5.9375 -3.3482263,0 -6.0625,-2.65831 -6.0625,-5.9375 0,-3.27919 2.7142737,-5.9375 6.0625,-5.9375 3.3482263,0 6.0625,2.65831 6.0625,5.9375 z"
+           transform="matrix(0.4123712,0,0,0.42088118,291.03093,197.35311)" />
+        <path
+           sodipodi:nodetypes="ccccccccccccc"
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none"
+           d="m 283.09611,278.99999 c -1.06041,0.55377 -1.40652,1.75848 -0.79429,2.71764 l 4.42041,7.27829 -1.74629,2.36699 1.41408,2.08432 1.60998,-2.48337 1.57873,2.48337 1.40114,-1.99597 -1.7021,-2.45534 4.42041,-7.27829 c 0.61223,-0.95916 0.26612,-2.16387 -0.79429,-2.71764 L 288,286.99673 l -4.90389,-7.99674 z"
+           id="rect4875-4-3" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-paste.svg b/src/ui/gui/artwork/actions/32x32/edit-paste.svg
new file mode 100644 (file)
index 0000000..21d4ba0
--- /dev/null
@@ -0,0 +1,149 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-cut.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9999977,670,717.63821)"
+       style="display:inline"
+       id="g4800-2">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-paste.png"
+         id="g5547-1"
+         style="display:inline"
+         transform="translate(-435,-172.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="876.36218"
+           x="100"
+           height="16.000017"
+           width="16"
+           id="rect4946-7"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+           d="m 104.00917,329.02921 0,6.9659 5,0 1.99084,-1.98624 -0.0221,-4.97965 -6.96875,0 1e-5,-1e-5 z"
+           id="rect4897-5"
+           sodipodi:nodetypes="ccccccc" />
+        <rect
+           ry="0.53011417"
+           rx="0.53033006"
+           y="324.00012"
+           x="104.97791"
+           height="3.9983714"
+           width="5.0625052"
+           id="rect4899-8"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccc"
+           id="path41043-1"
+           d="m 110.94667,325.99917 1.65625,0 c 0.21875,0 0.375,0.12495 0.375,0.37485 l 0,12.08883 c 0,0.34361 -0.25,0.53103 -0.53125,0.53103 l -9.96875,0 c -0.3125,0.0313 -0.53125,-0.18742 -0.53125,-0.53103 l 0,-12.02636 c 0,-0.31237 0.1875,-0.43732 0.53125,-0.43732 l 1.4375,0"
+           style="color:#000000;fill:none;stroke:#555753;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-redo.svg b/src/ui/gui/artwork/actions/32x32/edit-redo.svg
new file mode 100644 (file)
index 0000000..0eb4da8
--- /dev/null
@@ -0,0 +1,145 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-undo.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,2,400,717.63784)"
+       style="display:inline"
+       id="g4780-3-9">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-redo.png"
+         id="g6374-0-8"
+         style="display:inline"
+         transform="translate(-240,-212.63781)">
+        <g
+           transform="matrix(-1,0,0,1,216,40.002012)"
+           style="display:inline"
+           id="g4896-4-7-7">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9-6-6-2"
+             d="m 170,335.99798 0.5,0 c 1.38071,0 2.5,-1.11884 2.5,-2.49898 0,-1.38015 -1.11929,-2.49899 -2.5,-2.49899 l -6.5,0"
+             style="color:#000000;fill:none;stroke:#545753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             sodipodi:nodetypes="ccccccccccccc"
+             id="rect3217-6-2-2-4-85-2-3-6-3"
+             d="m 166.9998,327.02373 0,0.9996 c 0,0.25678 -0.12983,0.52824 -0.3125,0.71845 l -2.18735,2.25817 2.18735,2.30248 c 0.18267,0.19021 0.3125,0.46167 0.3125,0.71845 l 0,0.9996 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28114 l -3.24985,-3.73925 3.24985,-3.69522 c 0.19768,-0.19087 0.44055,-0.28114 0.75,-0.28114 z"
+             style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#555753;fill:#545753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="rect6372-8-9"
+           width="16"
+           height="16"
+           x="20"
+           y="384"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-select-all.svg b/src/ui/gui/artwork/actions/32x32/edit-select-all.svg
new file mode 100644 (file)
index 0000000..8bea517
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-copy.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9999998,760,657.63787)"
+       style="display:inline"
+       id="g4815-7">
+      <path
+         style="color:#bebebe;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="path4387-5-0-5"
+         d="m -377.06724,182.36293 c -0.50766,0.0395 -0.94152,0.51729 -0.93263,1.02692 l 0,12.94533 c -0.008,0.5398 0.48663,1.03477 1.02589,1.02691 l 9.948,0 c 0.53926,0.008 1.03373,-0.48711 1.02589,-1.02691 l 0,-9.95795 c -0.004,-0.26704 -0.1184,-0.53079 -0.31088,-0.71573 l -2.9844,-2.98738 c -0.18475,-0.19267 -0.44824,-0.30734 -0.71501,-0.31119 l -6.9636,0 c -0.0311,-9.9e-4 -0.0622,-9.9e-4 -0.0933,0 z m 1.08806,2.05393 5.9688,0 0,1.99159 -5.9688,0 z m 0,3.98318 7.9584,0 0,1.99159 -7.9584,0 z m 0,3.98317 7.9584,0 0,1.99159 -7.9584,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="181.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect4813-7"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-undo.svg b/src/ui/gui/artwork/actions/32x32/edit-undo.svg
new file mode 100644 (file)
index 0000000..6252c7e
--- /dev/null
@@ -0,0 +1,144 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-paste.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,2,490,717.63784)"
+       style="display:inline"
+       id="g4787-7-6">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-undo.png"
+         id="g6359-3-9"
+         style="display:inline"
+         transform="translate(-525,-172.63781)">
+        <g
+           id="g4896-0-6"
+           transform="translate(120,-0.023738)">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9-4-2"
+             d="m 170,335.99798 0.5,0 c 1.38071,0 2.5,-1.11884 2.5,-2.49898 0,-1.38015 -1.11929,-2.49899 -2.5,-2.49899 l -6.5,0"
+             style="color:#000000;fill:none;stroke:#545753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+          <path
+             sodipodi:nodetypes="ccccccccccccc"
+             id="rect3217-6-2-2-4-85-2-5-1"
+             d="m 166.9998,327.02373 0,0.9996 c 0,0.25678 -0.12983,0.52824 -0.3125,0.71845 l -2.18735,2.25817 2.18735,2.30248 c 0.18267,0.19021 0.3125,0.46167 0.3125,0.71845 l 0,0.9996 -1,0 c -0.30945,0 -0.55232,-0.0903 -0.75,-0.28114 l -3.24985,-3.73925 3.24985,-3.69522 c 0.19768,-0.19087 0.44055,-0.28114 0.75,-0.28114 z"
+             style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#555753;fill:#545753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="rect5589-3-7"
+           width="16"
+           height="16"
+           x="260"
+           y="344"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/file-export-data.svg b/src/ui/gui/artwork/actions/32x32/file-export-data.svg
new file mode 100644 (file)
index 0000000..3103a60
--- /dev/null
@@ -0,0 +1,131 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="help-reference-manual.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(1.9999514,0,0,1.9999989,969.9772,777.63797)"
+       style="display:inline"
+       id="g5409-3">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4857-1"
+         width="16"
+         height="16.000017"
+         x="-485"
+         y="121.36218" />
+      <path
+         sodipodi:nodetypes="ccccccccccccccccccccccccc"
+         inkscape:connector-curvature="0"
+         id="path29073-3"
+         d="m -484.18775,122.36281 c -0.4584,0.0875 -0.82072,0.53338 -0.8125,0.99996 l 0,0.99996 0,10.99955 0,0.99996 c 5e-5,0.52356 0.47642,0.99991 1,0.99996 l 10,0 c 0.52358,-5e-5 0.99995,-0.4764 1,-0.99996 l 0,-2.99988 -2,0 0,1.99992 -8,0 0,-10.99955 5,0 0,2.99988 3,0 0,1.99992 2,0 0,-2.4374 c 0.006,-0.26405 -0.0975,-0.52895 -0.28125,-0.71872 l -3.5625,-3.56236 c -0.18978,-0.18369 -0.45469,-0.28736 -0.71875,-0.28124 l -6.4375,0 c -0.0312,-10e-4 -0.0625,-10e-4 -0.0937,0 -0.0312,-10e-4 -0.0625,-10e-4 -0.0937,0 z"
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         sodipodi:nodetypes="cccccccc"
+         style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m -478.00025,130.36248 6,0 0,-1.99991 3,2.99987 -3,2.99988 0,-1.99992 -6,0 z"
+         id="path29075-5"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/file-print.svg b/src/ui/gui/artwork/actions/32x32/file-print.svg
new file mode 100644 (file)
index 0000000..5042cfc
--- /dev/null
@@ -0,0 +1,146 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-export-data.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9999989,1150,717.638)"
+       style="display:inline"
+       id="g3931-2">
+      <g
+         id="g5498-17">
+        <rect
+           y="151.36218"
+           x="-575"
+           height="16.000017"
+           width="16"
+           id="rect4869-1"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <g
+           transform="translate(-575,151.36218)"
+           inkscape:label="Layer 1"
+           id="layer1-6-12"
+           style="fill:#555753">
+          <path
+             inkscape:connector-curvature="0"
+             d="M 2,4 C 1.5,4 1,4.5 1,5 l 0,4 c 0,0.5 0.5,1 1,1 l 1,0 0,-2 10,0 0,2 1,0 c 0.5,0 1,-0.5 1,-1 L 15,5 C 15,4.5 14.5,4 14,4 L 2,4 z"
+             id="path3520-0"
+             sodipodi:nodetypes="ccccccccccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+          <path
+             inkscape:connector-curvature="0"
+             d="M 4,1 4,3 12,3 12,1 4,1 z"
+             id="path4804-41"
+             sodipodi:nodetypes="ccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+          <path
+             inkscape:connector-curvature="0"
+             d="M 4,9.0000001 4,14 l 8,0 0,-5 -8,10e-8 z M 5,10 l 6,0 0,1 -6,0 0,-1 z m 0,2 5,0 0,1 -5,0 0,-1 z"
+             id="path4806-4"
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/run-all.svg b/src/ui/gui/artwork/actions/32x32/run-all.svg
new file mode 100644 (file)
index 0000000..00ca4a2
--- /dev/null
@@ -0,0 +1,125 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-redo.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="16.058264"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,2,-680,777.63783)"
+       style="display:inline"
+       id="g5697-8">
+      <path
+         style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+         sodipodi:nodetypes="ccccccsccccc"
+         id="path3807-1-1-9-38-4-4"
+         d="m 344,124.36221 0,10 0.90625,0 0.0937,0 c 0.17491,0.001 0.34778,-0.0388 0.5,-0.125 l 7,-4 c 0.3107,-0.17189 0.46875,-0.52345 0.46875,-0.875 0,-0.35155 -0.15805,-0.70311 -0.46875,-0.875 l -7,-4 c -0.15222,-0.0862 -0.32509,-0.12631 -0.5,-0.125 l -0.0937,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="121.36218"
+         x="340"
+         height="16"
+         width="16"
+         id="rect4927-0"
+         style="opacity:0.3;fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/transform-compute.svg b/src/ui/gui/artwork/actions/32x32/transform-compute.svg
new file mode 100644 (file)
index 0000000..def5672
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="utilities-variables.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="8.9154072"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9983989,1240,558.00827)"
+       style="display:inline"
+       id="g5474-7">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect3725-0-9-5-1-7"
+         d="m -617,232.375 c -0.554,0 -1,0.446 -1,1 l 0,3 0,9 0,1 0,1 12,0 0,-1 0,-1 0,-9 0,-3 c 0,-0.554 -0.446,-1 -1,-1 l -10,0 z m 1,2 8,0 0,2 -8,0 0,-2 z m 0,3 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z m -6,3 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z m -6,3 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z m 3,0 2,0 0,2 -2,0 0,-2 z"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="231.36218"
+         x="-620"
+         height="16"
+         width="16"
+         id="rect3939-7"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/utilities-variables.svg b/src/ui/gui/artwork/actions/32x32/utilities-variables.svg
new file mode 100644 (file)
index 0000000..9c05c37
--- /dev/null
@@ -0,0 +1,124 @@
+<?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"
+   width="32"
+   height="32"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-select-cases.svg">
+  <title
+     id="title4018">GNU PSPP flat icon set</title>
+  <defs
+     id="defs3993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="4.8857484"
+     inkscape:cy="8.9154072"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     showborder="false"
+     inkscape:snap-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2983"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide2993" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide2995" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide2997" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide2999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3996">
+    <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>GNU PSPP flat icon set</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>https://github.com/bedf/PSPPire-artwork</dc:source>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1020.3622)">
+    <g
+       transform="matrix(2,0,0,1.9999999,280,557.63786)"
+       style="display:inline"
+       id="g6139-0">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect6091-7"
+         d="m -135,232.375 c -2.216,0 -4,1.784 -4,4 l 0,6 c 0,2.216 1.784,4 4,4 l 6,0 c 2.216,0 4,-1.784 4,-4 l 0,-6 c 0,-2.216 -1.784,-4 -4,-4 l -6,0 z m -0.28125,2.28125 3.28125,3.28125 3.28125,-3.28125 1.4375,1.40625 -3.28125,3.3125 3.28125,3.28125 -1.4375,1.40625 -3.28125,-3.28125 -3.28125,3.28125 -1.4375,-1.40625 3.28125,-3.28125 -3.28125,-3.3125 1.4375,-1.40625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="231.36218"
+         x="-140"
+         height="16"
+         width="16"
+         id="rect6137-9"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
index 3e08467718a8ea47282eaa5de592e29d6079f894..9b41a6547848a5dcba2d0b755bdb9675d6d9e78c 100644 (file)
@@ -27,9 +27,9 @@
      borderopacity="1.0"
      inkscape:pageopacity="0.0"
      inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="39.925422"
-     inkscape:cy="248.6236"
+     inkscape:zoom="0.9899495"
+     inkscape:cx="66.503711"
+     inkscape:cy="156.55042"
      inkscape:document-units="px"
      inkscape:current-layer="layer1"
      showgrid="true"
     <g
        transform="translate(352.88998,625.78022)"
        style="display:inline;enable-background:new"
-       id="g4705">
-      <image
-         y="32"
-         x="20"
-         id="image5125-2"
-         xlink:href="data:image/png;base64,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 2Sggl/iJ8P8P1a2X0PZjVs0AAAAASUVORK5CYII= "
-         height="256"
-         width="256" />
-      <rect
-         y="112"
-         x="72"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="112"
-         height="144"
-         width="1"
-         id="rect4385-7-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none" />
-      <rect
-         ry="0.5"
-         y="248"
-         x="64"
-         height="1"
-         width="160"
-         id="rect3985-6"
-         style="fill:#555753;stroke:none" />
-      <rect
-         ry="0.5"
-         y="72"
-         x="68"
-         height="1"
-         width="136"
-         id="rect3985-9-76"
-         style="fill:#555753;stroke:none" />
+       id="g3217">
       <g
-         transform="translate(3.999999,-0.151998)"
-         id="text4202"
-         style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell">
+         id="g4705">
+        <image
+           width="256"
+           height="256"
+           xlink:href="data:image/png;base64,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 2Sggl/iJ8P8P1a2X0PZjVs0AAAAASUVORK5CYII= "
+           id="image5125-2"
+           x="20"
+           y="32" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8"
+           width="1.0000038"
+           height="120"
+           x="72"
+           y="112" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none"
+           id="rect4385-7-5"
+           width="1"
+           height="144"
+           x="112"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#555753;stroke:none"
+           id="rect3985-6"
+           width="160"
+           height="1"
+           x="64"
+           y="248"
+           ry="0.5" />
+        <rect
+           style="fill:#555753;stroke:none"
+           id="rect3985-9-76"
+           width="136"
+           height="1"
+           x="68"
+           y="72"
+           ry="0.5" />
+        <g
+           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+           id="text4202"
+           transform="translate(3.999999,-0.151998)">
+          <path
+             d="m 68.296001,63.271998 0.264,-0.496 c -0.535999,-0.296 -1.088,-0.472 -1.824,-0.472 -0.519999,0 -0.984,0.12 -1.4,0.368 -0.759999,0.448 -1.336,1.352001 -1.336,2.52 0,0.512 0.120001,0.984001 0.352,1.416 0.44,0.815999 1.296001,1.384 2.32,1.384 1.111999,0 1.768001,-0.432 2.12,-0.784 l 0,-2.216 -2.2,0 0,0.544 1.576,0 0,1.464 c -0.311999,0.256 -0.824,0.408 -1.248,0.408 -0.463999,0 -0.792,-0.096 -1.136,-0.296 -0.607999,-0.351999 -1.056,-1.056001 -1.056,-1.976 0,-0.847999 0.304001,-1.496 0.96,-1.928 0.328,-0.216 0.704001,-0.328 1.112,-0.328 0.472,0 1.104001,0.184 1.496,0.392"
+             style="font-size:8px;fill:#555753"
+             id="path4209"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 69.911876,62.367998 0,5.552 0.664,0 0,-4.656 3.024,4.656 0.84,0 0,-5.552 -0.664,0 0,4.648 -3.024,-4.648 -0.84,0"
+             style="font-size:8px;fill:#555753"
+             id="path4211"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 77.850501,67.999998 c 1.511999,0 2.112,-0.736001 2.112,-2.2 l 0,-3.432 -0.664,0 0,3.6 c 0,0.336 -0.064,0.616 -0.184,0.84 -0.215999,0.408 -0.624,0.608 -1.264,0.608 -0.639999,0 -1.048,-0.2 -1.264,-0.608 -0.12,-0.224 -0.184,-0.504 -0.184,-0.84 l 0,-3.6 -0.664,0 0,3.432 c 0,1.463999 0.600002,2.2 2.112,2.2"
+             style="font-size:8px;fill:#555753"
+             id="path4213"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 81.215626,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672,-0.184001 2.672,-1.768 0,-1.527998 -1.56,-1.64 -2.28,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584"
+             style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
+             id="path4215"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 88.350501,63.255998 c 0.504,0 0.952001,0.128 1.4,0.304 l 0.312,-0.896 -0.096,-0.04 c -0.223999,-0.072 -0.768001,-0.296 -1.648,-0.296 -1.271998,0 -2.072,0.656001 -2.072,1.56 0,1.951998 3.008,1.440001 2.984,2.496 0,0.4 -0.488,0.688 -1.208,0.688 -0.303999,0 -0.792,-0.088 -1.512,-0.352 l -0.152,-0.064 -0.336,0.904 0.144,0.048 c 0.536,0.208 1.072001,0.392 1.776,0.392 1.711999,0 2.304,-0.848001 2.304,-1.616 0,-1.911998 -2.984,-1.504001 -2.984,-2.456 0,-0.399999 0.416001,-0.672 1.088,-0.672"
+             style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
+             id="path4217"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 91.293751,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672,-0.184001 2.672,-1.768 0,-1.527998 -1.56,-1.64 -2.28,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584"
+             style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
+             id="path4219"
+             inkscape:connector-curvature="0" />
+          <path
+             d="m 96.340626,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672004,-0.184001 2.672004,-1.768 0,-1.527998 -1.560004,-1.64 -2.280004,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584"
+             style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
+             id="path4221"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+           id="text4223">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 79.758998,86.225 0.231,-0.434 c -0.469,-0.259 -0.952001,-0.413 -1.596,-0.413 -0.455,0 -0.861001,0.105 -1.225,0.322 -0.664999,0.391999 -1.169,1.183001 -1.169,2.205 0,0.447999 0.105,0.861 0.308,1.239 0.384999,0.713999 1.134001,1.211 2.03,1.211 0.972999,0 1.547,-0.378 1.855,-0.686 l 0,-1.939 -1.925,0 0,0.476 1.379,0 0,1.281 c -0.273,0.224 -0.721001,0.357 -1.092,0.357 -0.406,0 -0.693,-0.084 -0.994,-0.259 -0.532,-0.308 -0.924,-0.924001 -0.924,-1.729 0,-0.741999 0.266,-1.309001 0.84,-1.687 0.287,-0.189 0.616,-0.287 0.973,-0.287 0.412999,0 0.966,0.161 1.309,0.343"
+             style="font-size:7px;fill:#555753"
+             id="path4443" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 82.537888,86.862 c -0.328999,0 -0.637,0.112 -0.938,0.343 l -0.112,-0.28 -0.42,0 0,3.367 0.581,0 0,-2.681 c 0.245,-0.161 0.497001,-0.245 0.721,-0.245 0.217,0 0.385001,0.042 0.56,0.112 l 0.07,0 0,-0.553 c -0.146999,-0.042 -0.301,-0.063 -0.462,-0.063"
+             style="font-size:7px;fill:#555753"
+             id="path4445" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 85.359545,85 -1.246,1.106 0.28,0.343 1.288,-1.078 -0.322,-0.371 m -0.553,2.352 c 0.419999,0 0.672,0.133 0.77,0.399 0.042,0.112 0.063,0.28 0.063,0.525 l 0,0.028 c -0.518,0.014 -0.938001,0.063 -1.274,0.147 -0.441,0.119 -0.826,0.441 -0.826,1.001 0,0.545999 0.497,0.924 1.085,0.924 0.377999,0 0.721,-0.14 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119001,-0.805 -0.476,-1.043 -0.189,-0.126 -0.483001,-0.189 -0.875,-0.189 -0.392,0 -0.770001,0.07 -1.134,0.21 l 0,0.455 c 0.286999,-0.098 0.784,-0.182 1.071,-0.182 m -0.098,2.569 c -0.084,0 -0.168,-0.014 -0.231,-0.042 -0.196,-0.091 -0.371,-0.259 -0.371,-0.497 0,-0.084 0.028,-0.161 0.077,-0.245 0.112,-0.182 0.301,-0.294 0.56,-0.35 0.14,-0.028 0.434,-0.049 0.896,-0.063 l 0,0.805 c -0.245,0.238 -0.525001,0.392 -0.931,0.392"
+             style="font-size:7px;fill:#555753"
+             id="path4447" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 88.628545,85.868 c 0.147,0 0.322,0.014 0.427,0.028 l 0.028,0.238 0.539,0.007 0.063,-0.532 c -0.238,-0.07 -0.539001,-0.203 -1.239,-0.203 -0.476,0 -0.812,0.182 -1.015,0.532 -0.07,0.126 -0.105,0.343 -0.105,0.637 l 0,0.343 -0.49,0 0,0.441 0.49,0 0.007,2.933 0.567,0 -0.007,-2.933 1.162,0 0,2.933 0.574,0 0,-3.381 -1.736,0.007 0,-0.322 c 0,-0.091 0.007,-0.168 0.014,-0.217 0.042,-0.28 0.322,-0.511 0.721,-0.511"
+             style="font-size:7px;fill:#555753"
+             id="path4449" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 92.046842,90.362 0.035,0 c 0.321999,0 0.623,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.217,0.077 -0.455001,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.749,-0.091 -1.099,-0.504001 -1.099,-1.33 0,-0.790999 0.392,-1.232 1.197,-1.232 0.202999,0 0.448,0.042 0.707,0.133 l 0.14,-0.406 c -0.308,-0.133 -0.602001,-0.203 -0.875,-0.203 -0.588,0 -1.022001,0.161 -1.309,0.504 -0.273,0.328999 -0.441,0.763 -0.441,1.302 0,1.070999 0.588001,1.701 1.631,1.701"
+             style="font-size:7px;fill:#555753"
+             id="path4451" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 95.239388,87.31 c 0.686,0 1.043,0.581001 1.043,1.302 0,0.720999 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581001 -1.043,-1.295 0,-0.713999 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707001 1.652,-1.757 0,-1.056999 -0.588001,-1.743 -1.631,-1.743 -1.035998,0 -1.645,0.693001 -1.645,1.75 0,1.049999 0.588002,1.75 1.624,1.75"
+             style="font-size:7px;fill:#555753"
+             id="path4453" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 101.86062,88.143 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.405997,0 0,3.374 0.580997,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
+             style="font-size:7px;fill:#555753"
+             id="path4455" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 104.33239,86.071 c 0,0.245 -0.189,0.455 -0.441,0.455 -0.252,0 -0.434,-0.203 -0.434,-0.455 0,-0.252 0.189,-0.455 0.441,-0.455 0.238,0 0.434,0.217 0.434,0.455 m -1.183,0 c 0,0.419999 0.336,0.77 0.749,0.77 0.413,0 0.749,-0.357001 0.749,-0.77 0,-0.413 -0.343,-0.763 -0.749,-0.763 -0.413,0 -0.749,0.343 -0.749,0.763"
+             style="font-size:7px;fill:#555753"
+             id="path4457" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 107.51115,85.434 -0.665,0 -1.043,0.455 0.21,0.476 0.945,-0.385 0,3.801 -1.211,0 0,0.511 2.891,0 0,-0.511 -1.127,0 0,-4.347"
+             style="font-size:7px;fill:#555753"
+             id="path4459" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 76.790998,94.695 2.226,0 0,-0.511 -2.807,0 0,4.858 0.581,0 0,-2.247 2.023,0 0,-0.511 -2.023,0 0,-1.589"
+             style="font-size:7px;fill:#555753"
+             id="path4461" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 80.404748,97.831 0,-2.149 -0.581,0 0,2.289 c 0,0.713999 0.385001,1.155 1.113,1.155 0.357,0 0.763,-0.112 1.19,-0.336 l 0.112,0.252 0.406,0 0,-3.36 -0.581,0 0,2.716 c -0.343,0.161 -0.658,0.245 -0.924,0.245 -0.546,0 -0.735,-0.252001 -0.735,-0.812"
+             style="font-size:7px;fill:#555753"
+             id="path4463" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 85.864529,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378001,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
+             style="font-size:7px;fill:#555753"
+             id="path4465" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 88.861295,99.112 0.035,0 c 0.321999,0 0.623,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.217,0.077 -0.455,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.749,-0.091 -1.099,-0.504001 -1.099,-1.33 0,-0.790999 0.392001,-1.232 1.197,-1.232 0.203,0 0.448,0.042 0.707,0.133 l 0.14,-0.406 c -0.308,-0.133 -0.602001,-0.203 -0.875,-0.203 -0.588,0 -1.022001,0.161 -1.309,0.504 -0.273,0.328999 -0.441,0.763 -0.441,1.302 0,1.070999 0.588001,1.701 1.631,1.701"
+             style="font-size:7px;fill:#555753"
+             id="path4467" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 90.569842,95.668 0,3.374 0.581,0 0,-3.374 -0.581,0 m 0,-1.316 0,0.581 0.581,0 0,-0.581 -0.581,0"
+             style="font-size:7px;fill:#555753"
+             id="path4469" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 94.158435,93.75 -1.246,1.106 0.28,0.343 1.288,-1.078 -0.322,-0.371 m -0.546,2.31 c 0.686,0 1.043,0.581001 1.043,1.302 0,0.720999 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581001 -1.043,-1.295 0,-0.713999 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707001 1.652,-1.757 0,-1.056999 -0.588001,-1.743 -1.631,-1.743 -1.035999,0 -1.645,0.693001 -1.645,1.75 0,1.049999 0.588001,1.75 1.624,1.75"
+             style="font-size:7px;fill:#555753"
+             id="path4471" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 98.319607,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.356999,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665001,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
+             style="font-size:7px;fill:#555753"
+             id="path4473" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 103.28644,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
+             style="font-size:7px;fill:#555753"
+             id="path4475" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 106.9739,95.612 c -0.49,0 -0.868,0.175 -1.141,0.525 -0.259,0.349999 -0.378,0.77 -0.378,1.274 0,1.091999 0.58801,1.694 1.687,1.694 0.378,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637,0.168 -0.931,0.168 -0.427,0 -0.763,-0.105 -0.959,-0.315 -0.196,-0.21 -0.322,-0.483001 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.972999 -0.497,-1.54 -1.386,-1.54 m 0.812,1.463 -1.764,0 c 0.063,-0.539 0.35,-1.015 1.001,-1.015 0.525,0 0.763,0.462 0.763,1.015"
+             style="font-size:7px;fill:#555753"
+             id="path4477" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 112.638,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
+             style="font-size:7px;fill:#555753"
+             id="path4479" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 116.32547,95.612 c -0.49,0 -0.868,0.175 -1.141,0.525 -0.259,0.349999 -0.378,0.77 -0.378,1.274 0,1.091999 0.588,1.694 1.687,1.694 0.378,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637,0.168 -0.931,0.168 -0.427,0 -0.763,-0.105 -0.959,-0.315 -0.196,-0.21 -0.322,-0.483001 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.972999 -0.497,-1.54 -1.386,-1.54 m 0.812,1.463 -1.764,0 c 0.063,-0.539 0.35,-1.015 1.001,-1.015 0.525,0 0.763,0.462 0.763,1.015"
+             style="font-size:7px;fill:#555753"
+             id="path4481" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 120.7825,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
+             style="font-size:7px;fill:#555753"
+             id="path4483" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 123.37326,98.636 c -0.413,0 -0.812,-0.084 -1.19,-0.231 l 0,0.511 c 0.308,0.133 0.721,0.196 1.239,0.196 0.518,0 0.889,-0.154 1.12,-0.448 0.119,-0.147 0.175,-0.336 0.175,-0.518 0,-0.217 -0.049,-0.378 -0.196,-0.539 -0.126,-0.14 -0.238,-0.252 -0.7,-0.42 l -0.518,-0.189 c -0.154,-0.056 -0.259,-0.112 -0.308,-0.147 -0.119,-0.077 -0.203,-0.133 -0.203,-0.336 0,-0.07 0.035,-0.147 0.112,-0.217 0.182,-0.168 0.42,-0.217 0.728,-0.217 0.434,0 0.742,0.196 0.896,0.266 l 0,-0.469 c -0.308,-0.147 -0.518,-0.238 -0.945,-0.245 l -0.028,0 c -0.252,0 -0.49,0.042 -0.707,0.126 -0.336,0.133 -0.637,0.371 -0.637,0.833 0,0.531999 0.455,0.7 0.728,0.826 l 0.525,0.203 c 0.168,0.063 0.343,0.147 0.455,0.224 0.133,0.091 0.196,0.189 0.196,0.322 0,0.335999 -0.371,0.469 -0.742,0.469"
+             style="font-size:7px;fill:#555753"
+             id="path4485" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 125.55617,95.668 0,3.374 0.581,0 0,-3.374 -0.581,0 m 0,-1.316 0,0.581 0.581,0 0,-0.581 -0.581,0"
+             style="font-size:7px;fill:#555753"
+             id="path4487" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 128.64776,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
+             style="font-size:7px;fill:#555753"
+             id="path4489" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 132.11123,96.102 c 0.42,0 0.672,0.133 0.77,0.399 0.042,0.112 0.063,0.28 0.063,0.525 l 0,0.028 c -0.518,0.014 -0.938,0.063 -1.274,0.147 -0.441,0.119 -0.826,0.441 -0.826,1.001 0,0.545999 0.497,0.924 1.085,0.924 0.378,0 0.721,-0.14 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119,-0.805 -0.476,-1.043 -0.189,-0.126 -0.483,-0.189 -0.875,-0.189 -0.392,0 -0.77,0.07 -1.134,0.21 l 0,0.455 c 0.287,-0.098 0.784,-0.182 1.071,-0.182 m -0.098,2.569 c -0.084,0 -0.168,-0.014 -0.231,-0.042 -0.196,-0.091 -0.371,-0.259 -0.371,-0.497 0,-0.084 0.028,-0.161 0.077,-0.245 0.112,-0.182 0.301,-0.294 0.56,-0.35 0.14,-0.028 0.434,-0.049 0.896,-0.063 l 0,0.805 c -0.245,0.238 -0.525,0.392 -0.931,0.392"
+             style="font-size:7px;fill:#555753"
+             id="path4491" />
+          <path
+             inkscape:connector-curvature="0"
+             d="m 136.00323,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
+             style="font-size:7px;fill:#555753"
+             id="path4493" />
+        </g>
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7"
+           width="1.0000038"
+           height="120"
+           x="215"
+           y="112" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5"
+           width="1"
+           height="144"
+           x="231"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4"
+           width="1.0000038"
+           height="120"
+           x="107.5"
+           y="112" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-5"
+           width="1.0000038"
+           height="120"
+           x="143.5"
+           y="112" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2"
+           width="1.0000038"
+           height="120"
+           x="179.5"
+           y="112" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3"
+           width="1"
+           height="144"
+           x="211.5"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33"
+           width="1"
+           height="144"
+           x="191.5"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-7"
+           width="1"
+           height="144"
+           x="171.5"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8"
+           width="1"
+           height="144"
+           x="151.5"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-5"
+           width="1"
+           height="144"
+           x="131.5"
+           y="-216"
+           transform="matrix(0,1,-1,0,0,0)" />
         <path
            inkscape:connector-curvature="0"
-           id="path4209"
-           style="font-size:8px;fill:#555753"
-           d="m 68.296001,63.271998 0.264,-0.496 c -0.535999,-0.296 -1.088,-0.472 -1.824,-0.472 -0.519999,0 -0.984,0.12 -1.4,0.368 -0.759999,0.448 -1.336,1.352001 -1.336,2.52 0,0.512 0.120001,0.984001 0.352,1.416 0.44,0.815999 1.296001,1.384 2.32,1.384 1.111999,0 1.768001,-0.432 2.12,-0.784 l 0,-2.216 -2.2,0 0,0.544 1.576,0 0,1.464 c -0.311999,0.256 -0.824,0.408 -1.248,0.408 -0.463999,0 -0.792,-0.096 -1.136,-0.296 -0.607999,-0.351999 -1.056,-1.056001 -1.056,-1.976 0,-0.847999 0.304001,-1.496 0.96,-1.928 0.328,-0.216 0.704001,-0.328 1.112,-0.328 0.472,0 1.104001,0.184 1.496,0.392" />
+           id="path2844-1"
+           style="fill:none;stroke:#4e9a06;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 206.07627,222.07627 c -0.31323,0 -50.72094,-0.0545 -51.01963,-0.0575 -11.08752,-0.11081 -12.28732,-2.25013 -13.80221,-4.26936 -6.04851,-8.06228 -7.83064,-21.92702 -11.27645,-42.84538 -3.78579,-22.98208 -6.39904,-52.98026 -11.0289,-52.98026 -3.75002,0 -6.65812,29.09042 -10.44389,52.0725 -3.44584,20.91836 -5.49769,35.85154 -11.546222,43.91384 -1.555688,2.07362 -3.094386,4.11315 -15.03524,4.11315"
+           sodipodi:nodetypes="cssssssc" />
         <path
            inkscape:connector-curvature="0"
-           id="path4211"
-           style="font-size:8px;fill:#555753"
-           d="m 69.911876,62.367998 0,5.552 0.664,0 0,-4.656 3.024,4.656 0.84,0 0,-5.552 -0.664,0 0,4.648 -3.024,-4.648 -0.84,0" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4213"
-           style="font-size:8px;fill:#555753"
-           d="m 77.850501,67.999998 c 1.511999,0 2.112,-0.736001 2.112,-2.2 l 0,-3.432 -0.664,0 0,3.6 c 0,0.336 -0.064,0.616 -0.184,0.84 -0.215999,0.408 -0.624,0.608 -1.264,0.608 -0.639999,0 -1.048,-0.2 -1.264,-0.608 -0.12,-0.224 -0.184,-0.504 -0.184,-0.84 l 0,-3.6 -0.664,0 0,3.432 c 0,1.463999 0.600002,2.2 2.112,2.2" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4215"
-           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
-           d="m 81.215626,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672,-0.184001 2.672,-1.768 0,-1.527998 -1.56,-1.64 -2.28,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4217"
-           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
-           d="m 88.350501,63.255998 c 0.504,0 0.952001,0.128 1.4,0.304 l 0.312,-0.896 -0.096,-0.04 c -0.223999,-0.072 -0.768001,-0.296 -1.648,-0.296 -1.271998,0 -2.072,0.656001 -2.072,1.56 0,1.951998 3.008,1.440001 2.984,2.496 0,0.4 -0.488,0.688 -1.208,0.688 -0.303999,0 -0.792,-0.088 -1.512,-0.352 l -0.152,-0.064 -0.336,0.904 0.144,0.048 c 0.536,0.208 1.072001,0.392 1.776,0.392 1.711999,0 2.304,-0.848001 2.304,-1.616 0,-1.911998 -2.984,-1.504001 -2.984,-2.456 0,-0.399999 0.416001,-0.672 1.088,-0.672" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4219"
-           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
-           d="m 91.293751,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672,-0.184001 2.672,-1.768 0,-1.527998 -1.56,-1.64 -2.28,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4221"
-           style="font-weight:bold;fill:#555753;-inkscape-font-specification:Cantarell Bold"
-           d="m 96.340626,62.367998 0,5.552 0.984,0 0,-2.16 c 0.144,0.008 0.280001,0.016 0.432,0.016 1.199999,0 2.672004,-0.184001 2.672004,-1.768 0,-1.527998 -1.560004,-1.64 -2.280004,-1.64 l -1.808,0 m 0.984,0.904 0.728,0 c 0.712,0 1.368,0.088 1.368,0.768 0,0.767999 -0.768,0.84 -1.608,0.84 -0.167999,0 -0.32,-0.016 -0.488,-0.024 l 0,-1.584" />
+           id="path2842-23"
+           style="fill:none;stroke:#ef2929;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 206.05629,222.05628 c -24.32084,0 -22.71122,-0.51498 -25.66002,-1.0309 -11.43437,-2.00045 -16.62388,-19.0053 -21.16646,-34.93558 -5.75979,-20.19896 -10.04895,-40.14609 -15.22982,-40.14609 -5.18084,0 -9.47,19.94716 -15.2298,40.14612 -4.54257,15.93026 -9.73208,32.93512 -21.16645,34.93556 -2.9488,0.51591 -1.33917,1.0309 -25.660034,1.0309"
+           sodipodi:nodetypes="csssssc" />
+        <g
+           transform="translate(81.57451,18.6895)"
+           style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+           id="text5263">
+          <path
+             d="m 138.42549,237.3105 -3.339,0 0,0.511 2.611,0 -1.988,4.347 0.658,0 2.058,-4.494 0,-0.364"
+             style="font-size:7px;fill:#555753"
+             id="path5268"
+             inkscape:connector-curvature="0" />
+        </g>
       </g>
       <g
-         id="text4223"
-         style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell">
-        <path
-           id="path4443"
-           style="font-size:7px;fill:#555753"
-           d="m 79.758998,86.225 0.231,-0.434 c -0.469,-0.259 -0.952001,-0.413 -1.596,-0.413 -0.455,0 -0.861001,0.105 -1.225,0.322 -0.664999,0.391999 -1.169,1.183001 -1.169,2.205 0,0.447999 0.105,0.861 0.308,1.239 0.384999,0.713999 1.134001,1.211 2.03,1.211 0.972999,0 1.547,-0.378 1.855,-0.686 l 0,-1.939 -1.925,0 0,0.476 1.379,0 0,1.281 c -0.273,0.224 -0.721001,0.357 -1.092,0.357 -0.406,0 -0.693,-0.084 -0.994,-0.259 -0.532,-0.308 -0.924,-0.924001 -0.924,-1.729 0,-0.741999 0.266,-1.309001 0.84,-1.687 0.287,-0.189 0.616,-0.287 0.973,-0.287 0.412999,0 0.966,0.161 1.309,0.343"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4445"
-           style="font-size:7px;fill:#555753"
-           d="m 82.537888,86.862 c -0.328999,0 -0.637,0.112 -0.938,0.343 l -0.112,-0.28 -0.42,0 0,3.367 0.581,0 0,-2.681 c 0.245,-0.161 0.497001,-0.245 0.721,-0.245 0.217,0 0.385001,0.042 0.56,0.112 l 0.07,0 0,-0.553 c -0.146999,-0.042 -0.301,-0.063 -0.462,-0.063"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4447"
-           style="font-size:7px;fill:#555753"
-           d="m 85.359545,85 -1.246,1.106 0.28,0.343 1.288,-1.078 -0.322,-0.371 m -0.553,2.352 c 0.419999,0 0.672,0.133 0.77,0.399 0.042,0.112 0.063,0.28 0.063,0.525 l 0,0.028 c -0.518,0.014 -0.938001,0.063 -1.274,0.147 -0.441,0.119 -0.826,0.441 -0.826,1.001 0,0.545999 0.497,0.924 1.085,0.924 0.377999,0 0.721,-0.14 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119001,-0.805 -0.476,-1.043 -0.189,-0.126 -0.483001,-0.189 -0.875,-0.189 -0.392,0 -0.770001,0.07 -1.134,0.21 l 0,0.455 c 0.286999,-0.098 0.784,-0.182 1.071,-0.182 m -0.098,2.569 c -0.084,0 -0.168,-0.014 -0.231,-0.042 -0.196,-0.091 -0.371,-0.259 -0.371,-0.497 0,-0.084 0.028,-0.161 0.077,-0.245 0.112,-0.182 0.301,-0.294 0.56,-0.35 0.14,-0.028 0.434,-0.049 0.896,-0.063 l 0,0.805 c -0.245,0.238 -0.525001,0.392 -0.931,0.392"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4449"
-           style="font-size:7px;fill:#555753"
-           d="m 88.628545,85.868 c 0.147,0 0.322,0.014 0.427,0.028 l 0.028,0.238 0.539,0.007 0.063,-0.532 c -0.238,-0.07 -0.539001,-0.203 -1.239,-0.203 -0.476,0 -0.812,0.182 -1.015,0.532 -0.07,0.126 -0.105,0.343 -0.105,0.637 l 0,0.343 -0.49,0 0,0.441 0.49,0 0.007,2.933 0.567,0 -0.007,-2.933 1.162,0 0,2.933 0.574,0 0,-3.381 -1.736,0.007 0,-0.322 c 0,-0.091 0.007,-0.168 0.014,-0.217 0.042,-0.28 0.322,-0.511 0.721,-0.511"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4451"
-           style="font-size:7px;fill:#555753"
-           d="m 92.046842,90.362 0.035,0 c 0.321999,0 0.623,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.217,0.077 -0.455001,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.749,-0.091 -1.099,-0.504001 -1.099,-1.33 0,-0.790999 0.392,-1.232 1.197,-1.232 0.202999,0 0.448,0.042 0.707,0.133 l 0.14,-0.406 c -0.308,-0.133 -0.602001,-0.203 -0.875,-0.203 -0.588,0 -1.022001,0.161 -1.309,0.504 -0.273,0.328999 -0.441,0.763 -0.441,1.302 0,1.070999 0.588001,1.701 1.631,1.701"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4453"
-           style="font-size:7px;fill:#555753"
-           d="m 95.239388,87.31 c 0.686,0 1.043,0.581001 1.043,1.302 0,0.720999 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581001 -1.043,-1.295 0,-0.713999 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707001 1.652,-1.757 0,-1.056999 -0.588001,-1.743 -1.631,-1.743 -1.035998,0 -1.645,0.693001 -1.645,1.75 0,1.049999 0.588002,1.75 1.624,1.75"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4455"
-           style="font-size:7px;fill:#555753"
-           d="m 101.86062,88.143 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.405997,0 0,3.374 0.580997,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4457"
-           style="font-size:7px;fill:#555753"
-           d="m 104.33239,86.071 c 0,0.245 -0.189,0.455 -0.441,0.455 -0.252,0 -0.434,-0.203 -0.434,-0.455 0,-0.252 0.189,-0.455 0.441,-0.455 0.238,0 0.434,0.217 0.434,0.455 m -1.183,0 c 0,0.419999 0.336,0.77 0.749,0.77 0.413,0 0.749,-0.357001 0.749,-0.77 0,-0.413 -0.343,-0.763 -0.749,-0.763 -0.413,0 -0.749,0.343 -0.749,0.763"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4459"
-           style="font-size:7px;fill:#555753"
-           d="m 107.51115,85.434 -0.665,0 -1.043,0.455 0.21,0.476 0.945,-0.385 0,3.801 -1.211,0 0,0.511 2.891,0 0,-0.511 -1.127,0 0,-4.347"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4461"
-           style="font-size:7px;fill:#555753"
-           d="m 76.790998,94.695 2.226,0 0,-0.511 -2.807,0 0,4.858 0.581,0 0,-2.247 2.023,0 0,-0.511 -2.023,0 0,-1.589"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4463"
-           style="font-size:7px;fill:#555753"
-           d="m 80.404748,97.831 0,-2.149 -0.581,0 0,2.289 c 0,0.713999 0.385001,1.155 1.113,1.155 0.357,0 0.763,-0.112 1.19,-0.336 l 0.112,0.252 0.406,0 0,-3.36 -0.581,0 0,2.716 c -0.343,0.161 -0.658,0.245 -0.924,0.245 -0.546,0 -0.735,-0.252001 -0.735,-0.812"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4465"
-           style="font-size:7px;fill:#555753"
-           d="m 85.864529,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378001,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
-           inkscape:connector-curvature="0" />
-        <path
-           id="path4467"
-           style="font-size:7px;fill:#555753"
-           d="m 88.861295,99.112 0.035,0 c 0.321999,0 0.623,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.217,0.077 -0.455,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.749,-0.091 -1.099,-0.504001 -1.099,-1.33 0,-0.790999 0.392001,-1.232 1.197,-1.232 0.203,0 0.448,0.042 0.707,0.133 l 0.14,-0.406 c -0.308,-0.133 -0.602001,-0.203 -0.875,-0.203 -0.588,0 -1.022001,0.161 -1.309,0.504 -0.273,0.328999 -0.441,0.763 -0.441,1.302 0,1.070999 0.588001,1.701 1.631,1.701"
-           inkscape:connector-curvature="0" />
+         id="text3197"
+         style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
+         transform="translate(-93.80557,18.47545)">
         <path
-           id="path4469"
+           inkscape:connector-curvature="0"
+           id="path3202"
            style="font-size:7px;fill:#555753"
-           d="m 90.569842,95.668 0,3.374 0.581,0 0,-3.374 -0.581,0 m 0,-1.316 0,0.581 0.581,0 0,-0.581 -0.581,0"
-           inkscape:connector-curvature="0" />
+           d="m 165.83057,242.38255 -1.659,-4.858 -0.714,0 -1.652,4.858 0.602,0 0.462,-1.414 1.848,0 0.462,1.414 0.651,0 m -2.037,-4.242 0.756,2.317 -1.512,0 0.756,-2.317" />
         <path
-           id="path4471"
+           inkscape:connector-curvature="0"
+           id="path3204"
            style="font-size:7px;fill:#555753"
-           d="m 94.158435,93.75 -1.246,1.106 0.28,0.343 1.288,-1.078 -0.322,-0.371 m -0.546,2.31 c 0.686,0 1.043,0.581001 1.043,1.302 0,0.720999 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581001 -1.043,-1.295 0,-0.713999 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707001 1.652,-1.757 0,-1.056999 -0.588001,-1.743 -1.631,-1.743 -1.035999,0 -1.645,0.693001 -1.645,1.75 0,1.049999 0.588001,1.75 1.624,1.75"
-           inkscape:connector-curvature="0" />
+           d="m 167.91219,238.95255 c -0.329,0 -0.637,0.112 -0.938,0.343 l -0.112,-0.28 -0.42,0 0,3.367 0.581,0 0,-2.681 c 0.245,-0.161 0.497,-0.245 0.721,-0.245 0.217,0 0.385,0.042 0.56,0.112 l 0.07,0 0,-0.553 c -0.147,-0.042 -0.301,-0.063 -0.462,-0.063" />
         <path
-           id="path4473"
+           inkscape:connector-curvature="0"
+           id="path3206"
            style="font-size:7px;fill:#555753"
-           d="m 98.319607,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.356999,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665001,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
-           inkscape:connector-curvature="0" />
+           d="m 170.51685,242.45255 0.035,0 c 0.322,0 0.623,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.217,0.077 -0.455,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.749,-0.091 -1.099,-0.504 -1.099,-1.33 0,-0.791 0.392,-1.232 1.197,-1.232 0.203,0 0.448,0.042 0.707,0.133 l 0.14,-0.406 c -0.308,-0.133 -0.602,-0.203 -0.875,-0.203 -0.588,0 -1.022,0.161 -1.309,0.504 -0.273,0.329 -0.441,0.763 -0.441,1.302 0,1.071 0.588,1.701 1.631,1.701" />
         <path
-           id="path4475"
+           inkscape:connector-curvature="0"
+           id="path3208"
            style="font-size:7px;fill:#555753"
-           d="m 103.28644,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
-           inkscape:connector-curvature="0" />
+           d="m 174.4934,240.21255 0,2.17 0.581,0 0,-2.303 c 0,-0.714 -0.399,-1.169 -1.106,-1.169 -0.35,0 -0.721,0.105 -1.127,0.308 l 0,-1.526 -0.581,0 0,4.69 0.581,0 0,-2.737 c 0.343,-0.168 0.644,-0.252 0.91,-0.252 0.553,0 0.742,0.259 0.742,0.819" />
         <path
-           id="path4477"
+           inkscape:connector-curvature="0"
+           id="path3210"
            style="font-size:7px;fill:#555753"
-           d="m 106.9739,95.612 c -0.49,0 -0.868,0.175 -1.141,0.525 -0.259,0.349999 -0.378,0.77 -0.378,1.274 0,1.091999 0.58801,1.694 1.687,1.694 0.378,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637,0.168 -0.931,0.168 -0.427,0 -0.763,-0.105 -0.959,-0.315 -0.196,-0.21 -0.322,-0.483001 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.972999 -0.497,-1.54 -1.386,-1.54 m 0.812,1.463 -1.764,0 c 0.063,-0.539 0.35,-1.015 1.001,-1.015 0.525,0 0.763,0.462 0.763,1.015"
-           inkscape:connector-curvature="0" />
+           d="m 176.02618,239.00855 0,3.374 0.581,0 0,-3.374 -0.581,0 m 0,-1.316 0,0.581 0.581,0 0,-0.581 -0.581,0" />
         <path
-           id="path4479"
+           inkscape:connector-curvature="0"
+           id="path3212"
            style="font-size:7px;fill:#555753"
-           d="m 112.638,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
-           inkscape:connector-curvature="0" />
+           d="m 180.43377,239.00855 -0.595,0 -0.938,2.639 -0.028,0.182 -0.035,-0.182 -0.931,-2.639 -0.623,0 1.26,3.374 0.63,0 1.26,-3.374" />
         <path
-           id="path4481"
+           inkscape:connector-curvature="0"
+           id="path3214"
            style="font-size:7px;fill:#555753"
-           d="m 116.32547,95.612 c -0.49,0 -0.868,0.175 -1.141,0.525 -0.259,0.349999 -0.378,0.77 -0.378,1.274 0,1.091999 0.588,1.694 1.687,1.694 0.378,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637,0.168 -0.931,0.168 -0.427,0 -0.763,-0.105 -0.959,-0.315 -0.196,-0.21 -0.322,-0.483001 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.972999 -0.497,-1.54 -1.386,-1.54 m 0.812,1.463 -1.764,0 c 0.063,-0.539 0.35,-1.015 1.001,-1.015 0.525,0 0.763,0.462 0.763,1.015"
-           inkscape:connector-curvature="0" />
+           d="m 182.59612,239.40055 c 0.686,0 1.043,0.581 1.043,1.302 0,0.721 -0.35,1.295 -1.043,1.295 -0.686,0 -1.043,-0.581 -1.043,-1.295 0,-0.714 0.364,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.707 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.036,0 -1.645,0.693 -1.645,1.75 0,1.05 0.588,1.75 1.624,1.75" />
         <path
-           id="path4483"
+           inkscape:connector-curvature="0"
+           id="path3216"
            style="font-size:7px;fill:#555753"
-           d="m 120.7825,96.893 0,2.149 0.581,0 0,-2.289 c 0,-0.713999 -0.378,-1.155 -1.106,-1.155 -0.357,0 -0.77,0.112 -1.197,0.336 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.716 c 0.343,-0.161 0.665,-0.245 0.931,-0.245 0.546,0 0.728,0.252 0.728,0.812"
-           inkscape:connector-curvature="0" />
+           d="m 188.51035,241.96955 c -0.742,0 -1.092,-0.532 -1.092,-1.288 0,-0.749 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.322 -0.483,0.777 -0.483,1.358 0,1.008 0.525,1.715 1.561,1.715" />
         <path
-           id="path4485"
+           inkscape:connector-curvature="0"
+           id="path3218"
            style="font-size:7px;fill:#555753"
-           d="m 123.37326,98.636 c -0.413,0 -0.812,-0.084 -1.19,-0.231 l 0,0.511 c 0.308,0.133 0.721,0.196 1.239,0.196 0.518,0 0.889,-0.154 1.12,-0.448 0.119,-0.147 0.175,-0.336 0.175,-0.518 0,-0.217 -0.049,-0.378 -0.196,-0.539 -0.126,-0.14 -0.238,-0.252 -0.7,-0.42 l -0.518,-0.189 c -0.154,-0.056 -0.259,-0.112 -0.308,-0.147 -0.119,-0.077 -0.203,-0.133 -0.203,-0.336 0,-0.07 0.035,-0.147 0.112,-0.217 0.182,-0.168 0.42,-0.217 0.728,-0.217 0.434,0 0.742,0.196 0.896,0.266 l 0,-0.469 c -0.308,-0.147 -0.518,-0.238 -0.945,-0.245 l -0.028,0 c -0.252,0 -0.49,0.042 -0.707,0.126 -0.336,0.133 -0.637,0.371 -0.637,0.833 0,0.531999 0.455,0.7 0.728,0.826 l 0.525,0.203 c 0.168,0.063 0.343,0.147 0.455,0.224 0.133,0.091 0.196,0.189 0.196,0.322 0,0.335999 -0.371,0.469 -0.742,0.469"
-           inkscape:connector-curvature="0" />
+           d="m 192.19782,238.95255 c -0.49,0 -0.868,0.175 -1.141,0.525 -0.259,0.35 -0.378,0.77 -0.378,1.274 0,1.092 0.588,1.694 1.687,1.694 0.378,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637,0.168 -0.931,0.168 -0.427,0 -0.763,-0.105 -0.959,-0.315 -0.196,-0.21 -0.322,-0.483 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.973 -0.497,-1.54 -1.386,-1.54 m 0.812,1.463 -1.764,0 c 0.063,-0.539 0.35,-1.015 1.001,-1.015 0.525,0 0.763,0.462 0.763,1.015" />
         <path
-           id="path4487"
+           inkscape:connector-curvature="0"
+           id="path3220"
            style="font-size:7px;fill:#555753"
-           d="m 125.55617,95.668 0,3.374 0.581,0 0,-3.374 -0.581,0 m 0,-1.316 0,0.581 0.581,0 0,-0.581 -0.581,0"
-           inkscape:connector-curvature="0" />
+           d="m 197.01491,241.87155 0,-3.829 1.085,0 c 0.84,0 1.232,0.392 1.477,0.91 0.14,0.294 0.21,0.63 0.21,1.008 0,0.378 -0.049,0.728 -0.189,1.022 -0.245,0.518 -0.665,0.889 -1.498,0.889 l -1.085,0 m 1.127,0.511 c 0.994,0 1.652,-0.434 2.002,-1.12 0.189,-0.371 0.28,-0.812 0.28,-1.302 0,-0.49 -0.091,-0.931 -0.28,-1.302 -0.35,-0.686 -1.008,-1.127 -2.002,-1.127 l -1.708,0 0,4.851 1.708,0" />
         <path
-           id="path4489"
+           inkscape:connector-curvature="0"
+           id="path3222"
            style="font-size:7px;fill:#555753"
-           d="m 128.64776,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
-           inkscape:connector-curvature="0" />
+           d="m 202.44648,239.44255 c 0.42,0 0.672,0.133 0.77,0.399 0.042,0.112 0.063,0.28 0.063,0.525 l 0,0.028 c -0.518,0.014 -0.938,0.063 -1.274,0.147 -0.441,0.119 -0.826,0.441 -0.826,1.001 0,0.546 0.497,0.924 1.085,0.924 0.378,0 0.721,-0.14 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119,-0.805 -0.476,-1.043 -0.189,-0.126 -0.483,-0.189 -0.875,-0.189 -0.392,0 -0.77,0.07 -1.134,0.21 l 0,0.455 c 0.287,-0.098 0.784,-0.182 1.071,-0.182 m -0.098,2.569 c -0.084,0 -0.168,-0.014 -0.231,-0.042 -0.196,-0.091 -0.371,-0.259 -0.371,-0.497 0,-0.084 0.028,-0.161 0.077,-0.245 0.112,-0.182 0.301,-0.294 0.56,-0.35 0.14,-0.028 0.434,-0.049 0.896,-0.063 l 0,0.805 c -0.245,0.238 -0.525,0.392 -0.931,0.392" />
         <path
-           id="path4491"
+           inkscape:connector-curvature="0"
+           id="path3224"
            style="font-size:7px;fill:#555753"
-           d="m 132.11123,96.102 c 0.42,0 0.672,0.133 0.77,0.399 0.042,0.112 0.063,0.28 0.063,0.525 l 0,0.028 c -0.518,0.014 -0.938,0.063 -1.274,0.147 -0.441,0.119 -0.826,0.441 -0.826,1.001 0,0.545999 0.497,0.924 1.085,0.924 0.378,0 0.721,-0.14 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119,-0.805 -0.476,-1.043 -0.189,-0.126 -0.483,-0.189 -0.875,-0.189 -0.392,0 -0.77,0.07 -1.134,0.21 l 0,0.455 c 0.287,-0.098 0.784,-0.182 1.071,-0.182 m -0.098,2.569 c -0.084,0 -0.168,-0.014 -0.231,-0.042 -0.196,-0.091 -0.371,-0.259 -0.371,-0.497 0,-0.084 0.028,-0.161 0.077,-0.245 0.112,-0.182 0.301,-0.294 0.56,-0.35 0.14,-0.028 0.434,-0.049 0.896,-0.063 l 0,0.805 c -0.245,0.238 -0.525,0.392 -0.931,0.392"
-           inkscape:connector-curvature="0" />
+           d="m 205.96748,242.44555 c 0.238,0 0.483,-0.042 0.742,-0.126 l 0,-0.427 c -0.182,0.049 -0.371,0.077 -0.574,0.077 -0.434,0 -0.532,-0.231 -0.532,-0.679 l 0,-1.813 1.106,0 0,-0.476 -1.106,0 0,-0.868 -0.581,0.028 0,0.84 -0.567,0 0,0.476 0.567,0 0,1.855 c 0,0.714 0.245,1.113 0.945,1.113" />
         <path
-           id="path4493"
+           inkscape:connector-curvature="0"
+           id="path3226"
            style="font-size:7px;fill:#555753"
-           d="m 136.00323,98.629 c -0.742,0 -1.092,-0.532001 -1.092,-1.288 0,-0.748999 0.35,-1.295 1.099,-1.295 0.266,0 0.511,0.042 0.756,0.147 l 0,2.226 c -0.238,0.133 -0.42,0.21 -0.763,0.21 m -0.126,0.476 c 0.336,0 0.658,-0.105 0.959,-0.301 l 0.098,0.238 0.413,0 0,-4.69 -0.581,0 0,1.393 c -0.266,-0.112 -0.539,-0.161 -0.812,-0.161 -0.462,0 -0.847,0.147 -1.155,0.448 -0.322,0.321999 -0.483,0.777 -0.483,1.358 0,1.007999 0.525,1.715 1.561,1.715"
-           inkscape:connector-curvature="0" />
-      </g>
-      <rect
-         y="112"
-         x="215"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8-7"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="231"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="112"
-         x="107.5"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8-4"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="112"
-         x="143.5"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8-4-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="112"
-         x="179.5"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8-4-2"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="211.5"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5-3"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="191.5"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5-33"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="171.5"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5-7"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="151.5"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5-8"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-216"
-         x="131.5"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5-8-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 206.07627,222.07627 c -0.31323,0 -50.72094,-0.0545 -51.01963,-0.0575 -11.08752,-0.11081 -12.28732,-2.25013 -13.80221,-4.26936 -6.04851,-8.06228 -7.83064,-21.92702 -11.27645,-42.84538 -3.78579,-22.98208 -6.39904,-52.98026 -11.0289,-52.98026 -3.75002,0 -6.65812,29.09042 -10.44389,52.0725 -3.44584,20.91836 -5.49769,35.85154 -11.546222,43.91384 -1.555688,2.07362 -3.094386,4.11315 -15.03524,4.11315"
-         style="fill:none;stroke:#4e9a06;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 206.05629,222.05628 c -24.32084,0 -22.71122,-0.51498 -25.66002,-1.0309 -11.43437,-2.00045 -16.62388,-19.0053 -21.16646,-34.93558 -5.75979,-20.19896 -10.04895,-40.14609 -15.22982,-40.14609 -5.18084,0 -9.47,19.94716 -15.2298,40.14612 -4.54257,15.93026 -9.73208,32.93512 -21.16645,34.93556 -2.9488,0.51591 -1.33917,1.0309 -25.660034,1.0309"
-         style="fill:none;stroke:#ef2929;stroke-width:4;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23"
-         inkscape:connector-curvature="0" />
-      <g
-         id="text5263"
-         style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#555753;fill-opacity:1;stroke:none;font-family:Cantarell;-inkscape-font-specification:Cantarell"
-         transform="translate(81.57451,18.6895)">
+           d="m 208.92815,239.40055 c 0.686,0 1.043,0.581 1.043,1.302 0,0.721 -0.35,1.295 -1.043,1.295 -0.686,0 -1.043,-0.581 -1.043,-1.295 0,-0.714 0.364,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.707 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.036,0 -1.645,0.693 -1.645,1.75 0,1.05 0.588,1.75 1.624,1.75" />
         <path
            inkscape:connector-curvature="0"
-           id="path5268"
+           id="path3228"
            style="font-size:7px;fill:#555753"
-           d="m 138.42549,237.3105 -3.339,0 0,0.511 2.611,0 -1.988,4.347 0.658,0 2.058,-4.494 0,-0.364" />
+           d="m 212.46632,241.97655 c -0.413,0 -0.812,-0.084 -1.19,-0.231 l 0,0.511 c 0.308,0.133 0.721,0.196 1.239,0.196 0.518,0 0.889,-0.154 1.12,-0.448 0.119,-0.147 0.175,-0.336 0.175,-0.518 0,-0.217 -0.049,-0.378 -0.196,-0.539 -0.126,-0.14 -0.238,-0.252 -0.7,-0.42 l -0.518,-0.189 c -0.154,-0.056 -0.259,-0.112 -0.308,-0.147 -0.119,-0.077 -0.203,-0.133 -0.203,-0.336 0,-0.07 0.035,-0.147 0.112,-0.217 0.182,-0.168 0.42,-0.217 0.728,-0.217 0.434,0 0.742,0.196 0.896,0.266 l 0,-0.469 c -0.308,-0.147 -0.518,-0.238 -0.945,-0.245 l -0.028,0 c -0.252,0 -0.49,0.042 -0.707,0.126 -0.336,0.133 -0.637,0.371 -0.637,0.833 0,0.532 0.455,0.7 0.728,0.826 l 0.525,0.203 c 0.168,0.063 0.343,0.147 0.455,0.224 0.133,0.091 0.196,0.189 0.196,0.322 0,0.336 -0.371,0.469 -0.742,0.469" />
       </g>
     </g>
   </g>