From e7e9816e897551cf832ab2191ff70e88bac5bc27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Basti=C3=A1n=20D=C3=ADaz?= Date: Thu, 7 Nov 2013 03:33:18 -0300 Subject: [PATCH] Support for images 24x24 and 32x32 canvas for some flat icons Added support for new images in arger sizes to be included in a future in the toolbar (data editor, syntax editor and output windows). --- Smake | 24 + .../actions/24x24/data-select-cases.svg | 207 ++++++ .../gui/artwork/actions/24x24/edit-copy.svg | 140 ++++ src/ui/gui/artwork/actions/24x24/edit-cut.svg | 154 +++++ .../gui/artwork/actions/24x24/edit-paste.svg | 149 +++++ .../gui/artwork/actions/24x24/edit-redo.svg | 145 ++++ .../artwork/actions/24x24/edit-select-all.svg | 124 ++++ .../gui/artwork/actions/24x24/edit-undo.svg | 144 ++++ .../actions/24x24/file-export-data.svg | 131 ++++ .../gui/artwork/actions/24x24/file-print.svg | 146 ++++ src/ui/gui/artwork/actions/24x24/run-all.svg | 125 ++++ .../actions/24x24/transform-compute.svg | 124 ++++ .../actions/24x24/utilities-variables.svg | 124 ++++ .../actions/32x32/data-select-cases.svg | 134 ++++ .../gui/artwork/actions/32x32/edit-copy.svg | 140 ++++ src/ui/gui/artwork/actions/32x32/edit-cut.svg | 154 +++++ .../gui/artwork/actions/32x32/edit-paste.svg | 149 +++++ .../gui/artwork/actions/32x32/edit-redo.svg | 145 ++++ .../artwork/actions/32x32/edit-select-all.svg | 124 ++++ .../gui/artwork/actions/32x32/edit-undo.svg | 144 ++++ .../actions/32x32/file-export-data.svg | 131 ++++ .../gui/artwork/actions/32x32/file-print.svg | 146 ++++ src/ui/gui/artwork/actions/32x32/run-all.svg | 125 ++++ .../actions/32x32/transform-compute.svg | 124 ++++ .../actions/32x32/utilities-variables.svg | 124 ++++ .../256x256/application-x-spss-sav.svg | 632 ++++++++++-------- 26 files changed, 3732 insertions(+), 277 deletions(-) create mode 100644 src/ui/gui/artwork/actions/24x24/data-select-cases.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-copy.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-cut.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-paste.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-redo.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-select-all.svg create mode 100644 src/ui/gui/artwork/actions/24x24/edit-undo.svg create mode 100644 src/ui/gui/artwork/actions/24x24/file-export-data.svg create mode 100644 src/ui/gui/artwork/actions/24x24/file-print.svg create mode 100644 src/ui/gui/artwork/actions/24x24/run-all.svg create mode 100644 src/ui/gui/artwork/actions/24x24/transform-compute.svg create mode 100644 src/ui/gui/artwork/actions/24x24/utilities-variables.svg create mode 100644 src/ui/gui/artwork/actions/32x32/data-select-cases.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-copy.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-cut.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-paste.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-redo.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-select-all.svg create mode 100644 src/ui/gui/artwork/actions/32x32/edit-undo.svg create mode 100644 src/ui/gui/artwork/actions/32x32/file-export-data.svg create mode 100644 src/ui/gui/artwork/actions/32x32/file-print.svg create mode 100644 src/ui/gui/artwork/actions/32x32/run-all.svg create mode 100644 src/ui/gui/artwork/actions/32x32/transform-compute.svg create mode 100644 src/ui/gui/artwork/actions/32x32/utilities-variables.svg diff --git a/Smake b/Smake index d4f0ef6817..a148027f2a 100644 --- 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 index 0000000000..7b563b56c8 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/data-select-cases.svg @@ -0,0 +1,207 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..05b0d45471 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-copy.svg @@ -0,0 +1,140 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..90d9b075ae --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-cut.svg @@ -0,0 +1,154 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..4c4f8d6628 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-paste.svg @@ -0,0 +1,149 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..e353001075 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-redo.svg @@ -0,0 +1,145 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..0536d1db9b --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-select-all.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..b9407e795a --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/edit-undo.svg @@ -0,0 +1,144 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..6d6ebf931d --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/file-export-data.svg @@ -0,0 +1,131 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + 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 index 0000000000..4621c32911 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/file-print.svg @@ -0,0 +1,146 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..45c697feb5 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/run-all.svg @@ -0,0 +1,125 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..2de1b9fbda --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/transform-compute.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..997f2cc268 --- /dev/null +++ b/src/ui/gui/artwork/actions/24x24/utilities-variables.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..b96171bfba --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/data-select-cases.svg @@ -0,0 +1,134 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..b09c864308 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-copy.svg @@ -0,0 +1,140 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..bfea4302e5 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-cut.svg @@ -0,0 +1,154 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..21d4ba043f --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-paste.svg @@ -0,0 +1,149 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..0eb4da8ac9 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-redo.svg @@ -0,0 +1,145 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..8bea517ac1 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-select-all.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..6252c7ef90 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/edit-undo.svg @@ -0,0 +1,144 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..3103a606c4 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/file-export-data.svg @@ -0,0 +1,131 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + 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 index 0000000000..5042cfc9d5 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/file-print.svg @@ -0,0 +1,146 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + + + + + + + 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 index 0000000000..00ca4a26b1 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/run-all.svg @@ -0,0 +1,125 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..def5672351 --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/transform-compute.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + 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 index 0000000000..9c05c379ca --- /dev/null +++ b/src/ui/gui/artwork/actions/32x32/utilities-variables.svg @@ -0,0 +1,124 @@ + + + + + GNU PSPP flat icon set + + + + + + + + + + + + image/svg+xml + + GNU PSPP flat icon set + + + + Bastián Díaz + + + https://github.com/bedf/PSPPire-artwork + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg index 3e08467718..9b41a65478 100644 --- a/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg +++ b/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg @@ -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" @@ -106,316 +106,394 @@ - - - - - + id="g3217"> + id="g4705"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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" /> - - - - - + 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" /> + + + - - - - - - - - - - - - - + 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)"> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> + 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" /> - - - - - - - - - - - - - - + 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" /> + 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" /> -- 2.30.2