Remove deprecated objects GtkAction and GtkUIManager
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Aug 2016 08:01:17 +0000 (10:01 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Aug 2016 08:01:17 +0000 (10:01 +0200)
Instead use GAction and GMenuModel.  A lot of other code needed to be adjusted too.

425 files changed:
.gitignore
INSTALL
NEWS
Smake
build-aux/.gitignore [deleted file]
build-aux/snippet/.gitignore [deleted file]
config/.gitignore [deleted file]
configure.ac
doc/.gitignore [deleted file]
examples/.gitignore [deleted file]
lib/.gitignore [deleted file]
lib/linreg/.gitignore [deleted file]
po/.gitignore [deleted file]
po/automake.mk
src/.gitignore [deleted file]
src/language/expressions/.gitignore [deleted file]
src/language/lexer/.gitignore [deleted file]
src/language/stats/.gitignore [deleted file]
src/language/tests/.gitignore [deleted file]
src/language/utilities/.gitignore [deleted file]
src/libpspp/.gitignore [deleted file]
src/ui/gui/.gitignore [deleted file]
src/ui/gui/artwork/.gitignore [deleted file]
src/ui/gui/artwork/16x16/actions/analyze-bivariate-correlation.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-compare-means.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-descriptive-statistics.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-factor-analysis.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-kmeans-cluster.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-non-parametric-statistics.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-regression.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-reliability.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-roc-curve.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/analyze-univariate-analysis.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-aggregate.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-select-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-sort-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-split-file.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-transpose.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/data-weight-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/display-information-external-file.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/display-information-working-file.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-clear.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-copy.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-cut.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-delete.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-find.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-go-to-case.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-go-to-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-insert-case.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-insert-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-paste.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-redo.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-select-all.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/edit-undo.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-display-information.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-export-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-import-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-new-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-open-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-print.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-quit.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-recently-used.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-rename-data-set.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-save-as.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-save-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-syntax-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/file-system-data.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/help-about.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/help-reference-manual.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/run-all.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/run-current-line.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/run-selection.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/run-to-end.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-automatic-recode.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-compute.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-count.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-in-to-different-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-in-to-same-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-rank-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/transform-run-pending.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/utilities-data-file-comments.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/utilities-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/view-font.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/view-value-labels.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/windows-minimize-all.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/actions/windows-split.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/align-center.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/align-left.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/align-right.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-currency-nominal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-currency-ordinal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-currency-scale.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-date-nominal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-date-ordinal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-date-scale.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-nominal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-ordinal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-scale.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-string-nominal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-string-ordinal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-time-nominal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-time-ordinal.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/measure-time-scale.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-both.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-input.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-none.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-partition.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-split.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/categories/role-target.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/22x22/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/data-select-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/data-split-file.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/data-weight-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-copy.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-cut.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-find.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-go-to-case.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-go-to-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-insert-case.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-insert-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-paste.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-redo.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-select-all.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/edit-undo.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/file-export-data.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/file-open-data.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/file-print.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/file-save-data.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/run-all.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/transform-compute.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/utilities-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/actions/view-value-labels.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/256x256/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/data-select-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/data-split-file.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/data-weight-cases.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-copy.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-cut.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-find.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-go-to-case.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-go-to-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-insert-case.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-insert-variable.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-paste.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-redo.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-select-all.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/edit-undo.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/file-export-data.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/file-open-data.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/file-print.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/file-save-data.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/run-all.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/transform-compute.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/utilities-variables.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/actions/view-value-labels.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/48x48/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg [new file with mode: 0644]
src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg [new file with mode: 0644]
src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg [new file with mode: 0644]
src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg [new file with mode: 0644]
src/ui/gui/artwork/actions/.empty [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-bivariate-correlation.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-compare-means.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-descriptive-statistics.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-factor-analysis.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-kmeans-cluster.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-non-parametric-statistics.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-realiability.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-regression.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-roc-curve.svg [deleted file]
src/ui/gui/artwork/actions/16x16/analyze-univariate-analysis.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-aggregate.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-select-cases.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-sort-cases.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-split-file.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-transpose.svg [deleted file]
src/ui/gui/artwork/actions/16x16/data-weight-cases.svg [deleted file]
src/ui/gui/artwork/actions/16x16/display-information-external-file.svg [deleted file]
src/ui/gui/artwork/actions/16x16/display-information-working-file.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-clear.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-copy.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-cut.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-delete.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-find.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-go-to-case.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-go-to-variable.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-insert-case.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-insert-variable.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-paste.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-redo.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-select-all.svg [deleted file]
src/ui/gui/artwork/actions/16x16/edit-undo.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-display-information.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-export-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-import-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-new-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-open-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-print.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-quit.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-recently-used.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-rename-data-set.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-save-as.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-save-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-syntax-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/file-system-data.svg [deleted file]
src/ui/gui/artwork/actions/16x16/help-about.svg [deleted file]
src/ui/gui/artwork/actions/16x16/help-reference-manual.svg [deleted file]
src/ui/gui/artwork/actions/16x16/run-all.svg [deleted file]
src/ui/gui/artwork/actions/16x16/run-current-line.svg [deleted file]
src/ui/gui/artwork/actions/16x16/run-selection.svg [deleted file]
src/ui/gui/artwork/actions/16x16/run-to-end.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-automatic-recode.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-compute.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-count.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-in-to-different-variables.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-in-to-same-variables.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-rank-cases.svg [deleted file]
src/ui/gui/artwork/actions/16x16/transform-run-pending.svg [deleted file]
src/ui/gui/artwork/actions/16x16/utilities-data-file-comments.svg [deleted file]
src/ui/gui/artwork/actions/16x16/utilities-variables.svg [deleted file]
src/ui/gui/artwork/actions/16x16/view-font.svg [deleted file]
src/ui/gui/artwork/actions/16x16/view-value-labels.svg [deleted file]
src/ui/gui/artwork/actions/16x16/windows-minimize-all.svg [deleted file]
src/ui/gui/artwork/actions/16x16/windows-split.svg [deleted file]
src/ui/gui/artwork/actions/24x24/data-select-cases.svg [deleted file]
src/ui/gui/artwork/actions/24x24/data-split-file.svg [deleted file]
src/ui/gui/artwork/actions/24x24/data-weight-cases.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-copy.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-cut.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-find.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-go-to-case.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-go-to-variable.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-insert-case.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-insert-variable.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-paste.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-redo.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-select-all.svg [deleted file]
src/ui/gui/artwork/actions/24x24/edit-undo.svg [deleted file]
src/ui/gui/artwork/actions/24x24/file-export-data.svg [deleted file]
src/ui/gui/artwork/actions/24x24/file-open-data.svg [deleted file]
src/ui/gui/artwork/actions/24x24/file-print.svg [deleted file]
src/ui/gui/artwork/actions/24x24/file-save-data.svg [deleted file]
src/ui/gui/artwork/actions/24x24/run-all.svg [deleted file]
src/ui/gui/artwork/actions/24x24/transform-compute.svg [deleted file]
src/ui/gui/artwork/actions/24x24/utilities-variables.svg [deleted file]
src/ui/gui/artwork/actions/24x24/view-value-labels.svg [deleted file]
src/ui/gui/artwork/actions/32x32/data-select-cases.svg [deleted file]
src/ui/gui/artwork/actions/32x32/data-split-file.svg [deleted file]
src/ui/gui/artwork/actions/32x32/data-weight-cases.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-copy.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-cut.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-find.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-go-to-case.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-go-to-variable.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-insert-case.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-insert-variable.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-paste.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-redo.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-select-all.svg [deleted file]
src/ui/gui/artwork/actions/32x32/edit-undo.svg [deleted file]
src/ui/gui/artwork/actions/32x32/file-export-data.svg [deleted file]
src/ui/gui/artwork/actions/32x32/file-open-data.svg [deleted file]
src/ui/gui/artwork/actions/32x32/file-print.svg [deleted file]
src/ui/gui/artwork/actions/32x32/file-save-data.svg [deleted file]
src/ui/gui/artwork/actions/32x32/run-all.svg [deleted file]
src/ui/gui/artwork/actions/32x32/transform-compute.svg [deleted file]
src/ui/gui/artwork/actions/32x32/utilities-variables.svg [deleted file]
src/ui/gui/artwork/actions/32x32/view-value-labels.svg [deleted file]
src/ui/gui/artwork/apps/16x16/pspp.svg [deleted file]
src/ui/gui/artwork/apps/22x22/pspp.svg [deleted file]
src/ui/gui/artwork/apps/24x24/pspp.svg [deleted file]
src/ui/gui/artwork/apps/256x256/pspp.svg [deleted file]
src/ui/gui/artwork/apps/32x32/pspp.svg [deleted file]
src/ui/gui/artwork/apps/48x48/pspp.svg [deleted file]
src/ui/gui/artwork/apps/scalable/.empty [deleted file]
src/ui/gui/artwork/apps/scalable/pspp.svg [deleted file]
src/ui/gui/artwork/categories/16x16/align-center.svg [deleted file]
src/ui/gui/artwork/categories/16x16/align-left.svg [deleted file]
src/ui/gui/artwork/categories/16x16/align-right.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-currency-nominal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-currency-ordinal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-currency-scale.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-date-nominal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-date-ordinal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-date-scale.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-nominal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-ordinal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-scale.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-string-nominal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-string-ordinal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-time-nominal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-time-ordinal.svg [deleted file]
src/ui/gui/artwork/categories/16x16/measure-time-scale.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-both.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-input.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-none.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-partition.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-split.svg [deleted file]
src/ui/gui/artwork/categories/16x16/role-target.svg [deleted file]
src/ui/gui/artwork/mimetypes/16x16/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/16x16/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/mimetypes/22x22/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/22x22/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/mimetypes/24x24/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/24x24/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/mimetypes/256x256/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/256x256/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/mimetypes/32x32/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/32x32/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/mimetypes/48x48/application-x-spss-por.svg [deleted file]
src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sav.svg [deleted file]
src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sps.svg [deleted file]
src/ui/gui/artwork/mimetypes/48x48/application-x-spss-zsav.svg [deleted file]
src/ui/gui/artwork/scalable/apps/pspp.svg [new file with mode: 0644]
src/ui/gui/automake.mk
src/ui/gui/builder-wrapper.c
src/ui/gui/builder-wrapper.h
src/ui/gui/data-editor.ui
src/ui/gui/data-sheet.ui [deleted file]
src/ui/gui/icons/.gitignore [deleted file]
src/ui/gui/icons/automake.mk
src/ui/gui/icons/icon-names.h [deleted file]
src/ui/gui/main.c
src/ui/gui/memorandum.txt
src/ui/gui/output-window.ui
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-editor.h
src/ui/gui/psppire-data-sheet.c
src/ui/gui/psppire-data-sheet.h
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-data-window.h
src/ui/gui/psppire-dialog-action-1sks.c
src/ui/gui/psppire-dialog-action-aggregate.c
src/ui/gui/psppire-dialog-action-autorecode.c
src/ui/gui/psppire-dialog-action-barchart.c
src/ui/gui/psppire-dialog-action-binomial.c
src/ui/gui/psppire-dialog-action-chisquare.c
src/ui/gui/psppire-dialog-action-comments.c
src/ui/gui/psppire-dialog-action-compute.c
src/ui/gui/psppire-dialog-action-correlation.c
src/ui/gui/psppire-dialog-action-count.c
src/ui/gui/psppire-dialog-action-crosstabs.c
src/ui/gui/psppire-dialog-action-descriptives.c
src/ui/gui/psppire-dialog-action-examine.c
src/ui/gui/psppire-dialog-action-factor.c
src/ui/gui/psppire-dialog-action-flip.c
src/ui/gui/psppire-dialog-action-frequencies.c
src/ui/gui/psppire-dialog-action-histogram.c
src/ui/gui/psppire-dialog-action-indep-samps.c
src/ui/gui/psppire-dialog-action-k-related.c
src/ui/gui/psppire-dialog-action-kmeans.c
src/ui/gui/psppire-dialog-action-logistic.c
src/ui/gui/psppire-dialog-action-means.c
src/ui/gui/psppire-dialog-action-oneway.c
src/ui/gui/psppire-dialog-action-paired.c
src/ui/gui/psppire-dialog-action-rank.c
src/ui/gui/psppire-dialog-action-recode-different.c
src/ui/gui/psppire-dialog-action-recode-same.c
src/ui/gui/psppire-dialog-action-recode.c
src/ui/gui/psppire-dialog-action-regression.c
src/ui/gui/psppire-dialog-action-reliability.c
src/ui/gui/psppire-dialog-action-roc.c
src/ui/gui/psppire-dialog-action-runs.c
src/ui/gui/psppire-dialog-action-scatterplot.c
src/ui/gui/psppire-dialog-action-select.c
src/ui/gui/psppire-dialog-action-sort.c
src/ui/gui/psppire-dialog-action-split.c
src/ui/gui/psppire-dialog-action-tt1s.c
src/ui/gui/psppire-dialog-action-two-sample.c
src/ui/gui/psppire-dialog-action-univariate.c
src/ui/gui/psppire-dialog-action-var-info.c
src/ui/gui/psppire-dialog-action-weight.c
src/ui/gui/psppire-dialog-action.c
src/ui/gui/psppire-dialog-action.h
src/ui/gui/psppire-dictview.c
src/ui/gui/psppire-output-view.c
src/ui/gui/psppire-output-view.h
src/ui/gui/psppire-output-window.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-syntax-window.h
src/ui/gui/psppire-var-sheet.c
src/ui/gui/psppire-var-sheet.h
src/ui/gui/psppire-window-base.c
src/ui/gui/psppire-window-base.h
src/ui/gui/psppire.c
src/ui/gui/psppire.h
src/ui/gui/syntax-editor.ui
src/ui/gui/var-sheet.ui [deleted file]
src/ui/terminal/.gitignore [deleted file]
tests/.gitignore [deleted file]
tests/formats/.gitignore [deleted file]
tests/libpspp/.gitignore [deleted file]

index 038b21563314de65adc8735934b765c35239d747..1f487851c22a1bb0485e9a6f7a6940f36a2dcb07 100644 (file)
@@ -1,68 +1,52 @@
 ChangeLog
-/Makefile
-/Makefile.in
-/gl/Makefile
-/gl/Makefile.in
+Makefile.in
 aclocal.m4
-autom4te.cache
-compile
-config.guess
-config.h
+autom4te.cache/
+build-aux/ar-lib
+build-aux/compile
+build-aux/config.guess
+build-aux/config.libpath
+build-aux/config.rpath
+build-aux/config.sub
+build-aux/depcomp
+build-aux/gitlog-to-changelog
+build-aux/install-reloc
+build-aux/install-sh
+build-aux/ltmain.sh
+build-aux/mdate-sh
+build-aux/missing
+build-aux/reloc-ldflags
+build-aux/snippet/
 config.h.in
-config.libpath
-config.log
-config.rpath
-config.status
-config.sub
+config.h.in~
 configure
-depcomp
-gl
-install-reloc
-install-sh
-intl
-link-warning.h
-ltmain.sh
-m4
-mdate-sh
-missing
-mkinstalldirs
-patches
-potfiles.tmp
-pref.h
-reloc-ldflags
-stamp-h1
-gitlog-to-changelog
-*~
-*.o
-*.lo
-*.a
-*.dirstamp
-*.deps
-*.la
-*.libs
-/arg-nonnull.h
-/c++defs.h
-/package.m4
-/unused-parameter.h
-/warn-on-use.h
-*-test
-po/*.gmo
-utilities/pspp-convert
-utilities/pspp-dump-sav
-perl-module/Makefile
-perl-module/PSPP-Perl-*.tar.gz
-perl-module/PSPP.bs
-perl-module/PSPP.c
-perl-module/blib/
-perl-module/const-c.inc
-perl-module/const-xs.inc
-perl-module/lib/PSPP.pm
-perl-module/pm_to_blib
-perl-module/pspp-module-config
-tests/testsuite.dir/
-tests/testsuite.log
-tests/atconfig
-tests/atlocal
-tests/data/inexactify
-tests/data/sack
-src/ui/gui/include/gtk/gtk.h
+doc/help-pages-list
+doc/ni.texi
+doc/pspp-dev.info
+doc/pspp.info
+doc/pspp.info-1
+doc/pspp.info-2
+doc/pspp.xml
+doc/stamp-1
+doc/stamp-vti
+doc/tut.texi
+doc/version-dev.texi
+doc/version.texi
+gl/
+m4/
+package.m4
+src/ui/gui/artwork/splash-r.svg
+src/ui/gui/artwork/splash-t.svg
+src/ui/gui/icons/16x16/
+src/ui/gui/icons/22x22/
+src/ui/gui/icons/24x24/
+src/ui/gui/icons/256x256/
+src/ui/gui/icons/32x32/
+src/ui/gui/icons/48x48/
+src/ui/gui/icons/manifest
+src/ui/gui/icons/scalable/
+src/ui/gui/icons/splash-r.png
+src/ui/gui/icons/splash-t.png
+src/ui/gui/resources.xml
+tests/testsuite
+tests/testsuite.at
diff --git a/INSTALL b/INSTALL
index 5e486ebc87962dd9d6aa71a7955ab3191939a95f..c0a15fdff2588b0a9eda000febbe9842d9f52a03 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -87,7 +87,7 @@ use the GUI, you must run `configure' with --without-gui.
       0.18 and 0.19 have a bug that will prevent library detection,
       but other versions should be fine.
 
-    * GTK+ (http://www.gtk.org/), version 3.4.0 or later.
+    * GTK+ (http://www.gtk.org/), version 3.14.5 or later.
 
     * GtkSourceView (http://projects.gnome.org/gtksourceview/) 
       version 3.4.0 or later.
diff --git a/NEWS b/NEWS
index 388d92aece5f25b6a32f5a5685428cd24f1453f9..0b87edb31adaa07305e23c546e3cad692182d690 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,9 @@ See the end for copying conditions.
 
 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
 
-Changes from 0.10.2 to 0.10.3:
+Changes from 0.10.2 to 0.10.4:
 
- * No changes yet.
+ * Updated to Gtk+3.14.5
 
 Changes from 0.10.1 to 0.10.2:
 
diff --git a/Smake b/Smake
index 5a11401aa9f954580853d8b283bc7486beb64980..99cde1e742e14dcecba1caba5df27213088acfac 100644 (file)
--- a/Smake
+++ b/Smake
@@ -124,64 +124,64 @@ GNULIB_MODULES = \
        xvasprintf
 
 APP_ICONS = \
-src/ui/gui/icons/apps/32x32/pspp.png \
-src/ui/gui/icons/apps/22x22/pspp.png \
-src/ui/gui/icons/apps/24x24/pspp.png \
-src/ui/gui/icons/apps/256x256/pspp.png \
-src/ui/gui/icons/apps/16x16/pspp.png \
-src/ui/gui/icons/apps/48x48/pspp.png \
-src/ui/gui/icons/apps/scalable/pspp.svg
+src/ui/gui/icons/32x32/apps/pspp.png \
+src/ui/gui/icons/22x22/apps/pspp.png \
+src/ui/gui/icons/24x24/apps/pspp.png \
+src/ui/gui/icons/16x16/apps/pspp.png \
+src/ui/gui/icons/48x48/apps/pspp.png \
+src/ui/gui/icons/256x256/apps/pspp.png \
+src/ui/gui/icons/scalable/apps/pspp.svg
 
 CATEGORY_ICONS = \
-src/ui/gui/icons/categories/16x16/align-left.png \
-src/ui/gui/icons/categories/16x16/align-center.png \
-src/ui/gui/icons/categories/16x16/align-right.png \
-src/ui/gui/icons/categories/16x16/measure-scale.png \
-src/ui/gui/icons/categories/16x16/measure-ordinal.png \
-src/ui/gui/icons/categories/16x16/measure-nominal.png \
-src/ui/gui/icons/categories/16x16/measure-date-scale.png \
-src/ui/gui/icons/categories/16x16/measure-date-nominal.png \
-src/ui/gui/icons/categories/16x16/measure-date-ordinal.png \
-src/ui/gui/icons/categories/16x16/measure-time-scale.png \
-src/ui/gui/icons/categories/16x16/measure-time-nominal.png \
-src/ui/gui/icons/categories/16x16/measure-time-ordinal.png \
-src/ui/gui/icons/categories/16x16/measure-string-nominal.png \
-src/ui/gui/icons/categories/16x16/measure-string-ordinal.png \
-src/ui/gui/icons/categories/16x16/measure-currency-scale.png \
-src/ui/gui/icons/categories/16x16/measure-currency-nominal.png \
-src/ui/gui/icons/categories/16x16/measure-currency-ordinal.png \
-src/ui/gui/icons/categories/16x16/role-input.png \
-src/ui/gui/icons/categories/16x16/role-target.png \
-src/ui/gui/icons/categories/16x16/role-both.png \
-src/ui/gui/icons/categories/16x16/role-none.png \
-src/ui/gui/icons/categories/16x16/role-partition.png \
-src/ui/gui/icons/categories/16x16/role-split.png
+src/ui/gui/icons/16x16/categories/align-left.png \
+src/ui/gui/icons/16x16/categories/align-center.png \
+src/ui/gui/icons/16x16/categories/align-right.png \
+src/ui/gui/icons/16x16/categories/measure-scale.png \
+src/ui/gui/icons/16x16/categories/measure-ordinal.png \
+src/ui/gui/icons/16x16/categories/measure-nominal.png \
+src/ui/gui/icons/16x16/categories/measure-date-scale.png \
+src/ui/gui/icons/16x16/categories/measure-date-nominal.png \
+src/ui/gui/icons/16x16/categories/measure-date-ordinal.png \
+src/ui/gui/icons/16x16/categories/measure-time-scale.png \
+src/ui/gui/icons/16x16/categories/measure-time-nominal.png \
+src/ui/gui/icons/16x16/categories/measure-time-ordinal.png \
+src/ui/gui/icons/16x16/categories/measure-string-nominal.png \
+src/ui/gui/icons/16x16/categories/measure-string-ordinal.png \
+src/ui/gui/icons/16x16/categories/measure-currency-scale.png \
+src/ui/gui/icons/16x16/categories/measure-currency-nominal.png \
+src/ui/gui/icons/16x16/categories/measure-currency-ordinal.png \
+src/ui/gui/icons/16x16/categories/role-input.png \
+src/ui/gui/icons/16x16/categories/role-target.png \
+src/ui/gui/icons/16x16/categories/role-both.png \
+src/ui/gui/icons/16x16/categories/role-none.png \
+src/ui/gui/icons/16x16/categories/role-partition.png \
+src/ui/gui/icons/16x16/categories/role-split.png
 
 MIMETYPE_ICONS = \
-src/ui/gui/icons/mimetypes/32x32/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/32x32/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/32x32/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/32x32/application-x-spss-zsav.png \
-src/ui/gui/icons/mimetypes/22x22/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/22x22/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/22x22/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/22x22/application-x-spss-zsav.png \
-src/ui/gui/icons/mimetypes/24x24/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/24x24/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/24x24/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/24x24/application-x-spss-zsav.png \
-src/ui/gui/icons/mimetypes/256x256/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/256x256/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/256x256/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/256x256/application-x-spss-zsav.png \
-src/ui/gui/icons/mimetypes/16x16/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/16x16/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/16x16/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/16x16/application-x-spss-zsav.png \
-src/ui/gui/icons/mimetypes/48x48/application-x-spss-por.png \
-src/ui/gui/icons/mimetypes/48x48/application-x-spss-sav.png \
-src/ui/gui/icons/mimetypes/48x48/application-x-spss-sps.png \
-src/ui/gui/icons/mimetypes/48x48/application-x-spss-zsav.png \
+src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png \
+src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png \
+src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png \
+src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png \
+src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png \
+src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png \
+src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png \
+src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png \
+src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png
 
 
 src/ui/gui/artwork/splash-t.svg: src/ui/gui/artwork/splash.svg
@@ -196,114 +196,114 @@ MISC_ICONS = src/ui/gui/icons/splash-t.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 \
-src/ui/gui/icons/actions/16x16/file-open-data.png \
-src/ui/gui/icons/actions/16x16/file-import-data.png \
-src/ui/gui/icons/actions/16x16/file-export-data.png \
-src/ui/gui/icons/actions/16x16/file-save-data.png \
-src/ui/gui/icons/actions/16x16/file-save-as.png \
-src/ui/gui/icons/actions/16x16/file-print.png \
-src/ui/gui/icons/actions/16x16/file-rename-data-set.png \
-src/ui/gui/icons/actions/16x16/file-display-information.png \
-src/ui/gui/icons/actions/16x16/display-information-working-file.png \
-src/ui/gui/icons/actions/16x16/display-information-external-file.png \
-src/ui/gui/icons/actions/16x16/file-recently-used.png \
-src/ui/gui/icons/actions/16x16/file-quit.png \
-src/ui/gui/icons/actions/16x16/file-display-information.png \
-src/ui/gui/icons/actions/16x16/edit-insert-variable.png \
-src/ui/gui/icons/actions/16x16/edit-insert-case.png \
-src/ui/gui/icons/actions/16x16/edit-go-to-variable.png \
-src/ui/gui/icons/actions/16x16/edit-go-to-case.png \
-src/ui/gui/icons/actions/16x16/edit-cut.png \
-src/ui/gui/icons/actions/16x16/edit-copy.png \
-src/ui/gui/icons/actions/16x16/edit-paste.png \
-src/ui/gui/icons/actions/16x16/edit-delete.png \
-src/ui/gui/icons/actions/16x16/edit-undo.png \
-src/ui/gui/icons/actions/16x16/edit-redo.png \
-src/ui/gui/icons/actions/16x16/edit-select-all.png \
-src/ui/gui/icons/actions/16x16/edit-clear.png \
-src/ui/gui/icons/actions/16x16/edit-find.png \
-src/ui/gui/icons/actions/16x16/view-font.png \
-src/ui/gui/icons/actions/16x16/view-value-labels.png \
-src/ui/gui/icons/actions/16x16/data-sort-cases.png \
-src/ui/gui/icons/actions/16x16/data-transpose.png \
-src/ui/gui/icons/actions/16x16/data-aggregate.png \
-src/ui/gui/icons/actions/16x16/data-split-file.png \
-src/ui/gui/icons/actions/16x16/data-select-cases.png \
-src/ui/gui/icons/actions/16x16/data-weight-cases.png \
-src/ui/gui/icons/actions/16x16/run-all.png \
-src/ui/gui/icons/actions/16x16/run-selection.png \
-src/ui/gui/icons/actions/16x16/run-current-line.png \
-src/ui/gui/icons/actions/16x16/run-to-end.png \
-src/ui/gui/icons/actions/16x16/transform-compute.png \
-src/ui/gui/icons/actions/16x16/transform-count.png \
-src/ui/gui/icons/actions/16x16/transform-rank-cases.png \
-src/ui/gui/icons/actions/16x16/transform-automatic-recode.png \
-src/ui/gui/icons/actions/16x16/transform-in-to-same-variables.png \
-src/ui/gui/icons/actions/16x16/transform-in-to-different-variables.png \
-src/ui/gui/icons/actions/16x16/transform-run-pending.png \
-src/ui/gui/icons/actions/16x16/analyze-descriptive-statistics.png \
-src/ui/gui/icons/actions/16x16/analyze-compare-means.png \
-src/ui/gui/icons/actions/16x16/analyze-univariate-analysis.png \
-src/ui/gui/icons/actions/16x16/analyze-bivariate-correlation.png \
-src/ui/gui/icons/actions/16x16/analyze-kmeans-cluster.png \
-src/ui/gui/icons/actions/16x16/analyze-factor-analysis.png \
-src/ui/gui/icons/actions/16x16/analyze-realiability.png \
-src/ui/gui/icons/actions/16x16/analyze-regression.png \
-src/ui/gui/icons/actions/16x16/analyze-non-parametric-statistics.png \
-src/ui/gui/icons/actions/16x16/analyze-roc-curve.png \
-src/ui/gui/icons/actions/16x16/utilities-variables.png \
-src/ui/gui/icons/actions/16x16/utilities-data-file-comments.png \
-src/ui/gui/icons/actions/16x16/windows-minimize-all.png \
-src/ui/gui/icons/actions/16x16/windows-split.png \
-src/ui/gui/icons/actions/16x16/help-reference-manual.png \
-src/ui/gui/icons/actions/16x16/help-about.png
+src/ui/gui/icons/32x32/actions/data-split-file.png \
+src/ui/gui/icons/32x32/actions/data-select-cases.png \
+src/ui/gui/icons/32x32/actions/data-weight-cases.png \
+src/ui/gui/icons/32x32/actions/transform-compute.png \
+src/ui/gui/icons/32x32/actions/edit-find.png \
+src/ui/gui/icons/32x32/actions/edit-go-to-case.png \
+src/ui/gui/icons/32x32/actions/edit-go-to-variable.png \
+src/ui/gui/icons/32x32/actions/edit-insert-case.png \
+src/ui/gui/icons/32x32/actions/edit-insert-variable.png \
+src/ui/gui/icons/32x32/actions/edit-cut.png \
+src/ui/gui/icons/32x32/actions/edit-copy.png \
+src/ui/gui/icons/32x32/actions/edit-paste.png \
+src/ui/gui/icons/32x32/actions/edit-undo.png \
+src/ui/gui/icons/32x32/actions/edit-redo.png \
+src/ui/gui/icons/32x32/actions/edit-select-all.png \
+src/ui/gui/icons/32x32/actions/file-open-data.png \
+src/ui/gui/icons/32x32/actions/file-save-data.png \
+src/ui/gui/icons/32x32/actions/file-export-data.png \
+src/ui/gui/icons/32x32/actions/file-print.png \
+src/ui/gui/icons/32x32/actions/view-value-labels.png \
+src/ui/gui/icons/32x32/actions/utilities-variables.png \
+src/ui/gui/icons/32x32/actions/run-all.png \
+src/ui/gui/icons/24x24/actions/data-split-file.png \
+src/ui/gui/icons/24x24/actions/data-select-cases.png \
+src/ui/gui/icons/24x24/actions/data-weight-cases.png \
+src/ui/gui/icons/24x24/actions/transform-compute.png \
+src/ui/gui/icons/24x24/actions/edit-find.png \
+src/ui/gui/icons/24x24/actions/edit-go-to-case.png \
+src/ui/gui/icons/24x24/actions/edit-go-to-variable.png \
+src/ui/gui/icons/24x24/actions/edit-insert-case.png \
+src/ui/gui/icons/24x24/actions/edit-insert-variable.png \
+src/ui/gui/icons/24x24/actions/edit-cut.png \
+src/ui/gui/icons/24x24/actions/edit-copy.png \
+src/ui/gui/icons/24x24/actions/edit-paste.png \
+src/ui/gui/icons/24x24/actions/edit-undo.png \
+src/ui/gui/icons/24x24/actions/edit-redo.png \
+src/ui/gui/icons/24x24/actions/edit-select-all.png \
+src/ui/gui/icons/24x24/actions/file-open-data.png \
+src/ui/gui/icons/24x24/actions/file-save-data.png \
+src/ui/gui/icons/24x24/actions/file-export-data.png \
+src/ui/gui/icons/24x24/actions/file-print.png \
+src/ui/gui/icons/24x24/actions/view-value-labels.png \
+src/ui/gui/icons/24x24/actions/utilities-variables.png \
+src/ui/gui/icons/24x24/actions/run-all.png \
+src/ui/gui/icons/16x16/actions/file-new-data.png \
+src/ui/gui/icons/16x16/actions/file-syntax-data.png \
+src/ui/gui/icons/16x16/actions/file-system-data.png \
+src/ui/gui/icons/16x16/actions/file-open-data.png \
+src/ui/gui/icons/16x16/actions/file-import-data.png \
+src/ui/gui/icons/16x16/actions/file-export-data.png \
+src/ui/gui/icons/16x16/actions/file-save-data.png \
+src/ui/gui/icons/16x16/actions/file-save-as.png \
+src/ui/gui/icons/16x16/actions/file-print.png \
+src/ui/gui/icons/16x16/actions/file-rename-data-set.png \
+src/ui/gui/icons/16x16/actions/file-display-information.png \
+src/ui/gui/icons/16x16/actions/display-information-working-file.png \
+src/ui/gui/icons/16x16/actions/display-information-external-file.png \
+src/ui/gui/icons/16x16/actions/file-recently-used.png \
+src/ui/gui/icons/16x16/actions/file-quit.png \
+src/ui/gui/icons/16x16/actions/file-display-information.png \
+src/ui/gui/icons/16x16/actions/edit-insert-variable.png \
+src/ui/gui/icons/16x16/actions/edit-insert-case.png \
+src/ui/gui/icons/16x16/actions/edit-go-to-variable.png \
+src/ui/gui/icons/16x16/actions/edit-go-to-case.png \
+src/ui/gui/icons/16x16/actions/edit-cut.png \
+src/ui/gui/icons/16x16/actions/edit-copy.png \
+src/ui/gui/icons/16x16/actions/edit-paste.png \
+src/ui/gui/icons/16x16/actions/edit-delete.png \
+src/ui/gui/icons/16x16/actions/edit-undo.png \
+src/ui/gui/icons/16x16/actions/edit-redo.png \
+src/ui/gui/icons/16x16/actions/edit-select-all.png \
+src/ui/gui/icons/16x16/actions/edit-clear.png \
+src/ui/gui/icons/16x16/actions/edit-find.png \
+src/ui/gui/icons/16x16/actions/view-font.png \
+src/ui/gui/icons/16x16/actions/view-value-labels.png \
+src/ui/gui/icons/16x16/actions/data-sort-cases.png \
+src/ui/gui/icons/16x16/actions/data-transpose.png \
+src/ui/gui/icons/16x16/actions/data-aggregate.png \
+src/ui/gui/icons/16x16/actions/data-split-file.png \
+src/ui/gui/icons/16x16/actions/data-select-cases.png \
+src/ui/gui/icons/16x16/actions/data-weight-cases.png \
+src/ui/gui/icons/16x16/actions/run-all.png \
+src/ui/gui/icons/16x16/actions/run-selection.png \
+src/ui/gui/icons/16x16/actions/run-current-line.png \
+src/ui/gui/icons/16x16/actions/run-to-end.png \
+src/ui/gui/icons/16x16/actions/transform-compute.png \
+src/ui/gui/icons/16x16/actions/transform-count.png \
+src/ui/gui/icons/16x16/actions/transform-rank-cases.png \
+src/ui/gui/icons/16x16/actions/transform-automatic-recode.png \
+src/ui/gui/icons/16x16/actions/transform-in-to-same-variables.png \
+src/ui/gui/icons/16x16/actions/transform-in-to-different-variables.png \
+src/ui/gui/icons/16x16/actions/transform-run-pending.png \
+src/ui/gui/icons/16x16/actions/analyze-descriptive-statistics.png \
+src/ui/gui/icons/16x16/actions/analyze-compare-means.png \
+src/ui/gui/icons/16x16/actions/analyze-univariate-analysis.png \
+src/ui/gui/icons/16x16/actions/analyze-bivariate-correlation.png \
+src/ui/gui/icons/16x16/actions/analyze-kmeans-cluster.png \
+src/ui/gui/icons/16x16/actions/analyze-factor-analysis.png \
+src/ui/gui/icons/16x16/actions/analyze-reliability.png \
+src/ui/gui/icons/16x16/actions/analyze-regression.png \
+src/ui/gui/icons/16x16/actions/analyze-non-parametric-statistics.png \
+src/ui/gui/icons/16x16/actions/analyze-roc-curve.png \
+src/ui/gui/icons/16x16/actions/utilities-variables.png \
+src/ui/gui/icons/16x16/actions/utilities-data-file-comments.png \
+src/ui/gui/icons/16x16/actions/windows-minimize-all.png \
+src/ui/gui/icons/16x16/actions/windows-split.png \
+src/ui/gui/icons/16x16/actions/help-reference-manual.png \
+src/ui/gui/icons/16x16/actions/help-about.png
 
 
 ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_ICONS)
@@ -311,32 +311,38 @@ ICONS=$(CATEGORY_ICONS) $(ACTION_ICONS) $(MIMETYPE_ICONS) $(APP_ICONS) $(MISC_IC
 everything: prep_ph  icons
        $(MAKE) -f Smake Makefile.in configure
 
-icons: $(ICONS) src/ui/gui/icons/icon-names.c
-
-src/ui/gui/icons/icon-names.c: $(MAKEFILE_LIST)
-       $(RM) -f $@
-       printf '/* This is a generated file. Do not edit. */\n' >> $@
-       printf '#include "icon-names.h"\n\n' >> $@
-       build-aux/icon-list action actions $(ACTION_ICONS) >> $@
-       build-aux/icon-list category categories $(CATEGORY_ICONS) >> $@
+icons: $(ICONS)
 
 src/ui/gui/icons/manifest: $(MAKEFILE_LIST)
        $(RM) $@
        printf '# This is a generated file. Do not edit.\n' >> $@
        printf 'icons =' >> $@
        for i in  $(ICONS); do \
-         printf ' \\\n\t '$$i >> $@; \
+               printf ' \\\n\t '$$i >> $@; \
        done
        echo >> $@
        echo >> $@
        printf 'icon_srcs = ' >> $@
        for i in  $(ICONS); do \
-         printf ' \\\n\t ' >> $@ ;\
-         printf $$i | awk '{ gsub(".png",".svg")gsub("icons","artwork");printf $$0}' >> $@ ; \
+               printf ' \\\n\t ' >> $@ ;\
+               printf $$i | awk '{ gsub(".png",".svg")gsub("icons","artwork");printf $$0}' >> $@ ; \
        done
        echo ' ' >> $@
        echo >> $@
 
+
+src/ui/gui/resources.xml: $(ICONS)
+       printf '<?xml version="1.0" encoding="UTF-8"?>\n' > $@
+       printf '<gresources>\n' >> $@
+       printf ' <gresource prefix="gnu/pspp">\n' >> $@
+       for x in $^; do \
+         z=`echo "$$x" | sed -e 's%src/ui/gui/%%'` ; \
+         printf "  <file>$$z</file>\n" >> $@ ; \
+       done
+       printf ' </gresource>\n' >> $@
+       printf '</gresources>\n' >> $@
+
+
 .PHONY: prep_ph
 prep_ph: 
        test -e ChangeLog || touch ChangeLog
@@ -365,7 +371,7 @@ configure: configure.ac aclocal.m4
 config.h.in: configure.ac
        autoheader
 
-Makefile.in: Makefile.am config.h.in aclocal.m4 src/ui/gui/icons/manifest
+Makefile.in: Makefile.am config.h.in aclocal.m4 src/ui/gui/resources.xml src/ui/gui/icons/manifest
        automake --add-missing --copy --no-force --include-deps
 
 
diff --git a/build-aux/.gitignore b/build-aux/.gitignore
deleted file mode 100644 (file)
index 5a30033..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/arg-nonnull.h
-/c++defs.h
-/config.libpath
-/config.rpath
-/gitlog-to-changelog
-/install-reloc
-/reloc-ldflags
-/unused-parameter.h
-/warn-on-use.h
diff --git a/build-aux/snippet/.gitignore b/build-aux/snippet/.gitignore
deleted file mode 100644 (file)
index 88b6db4..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-_Noreturn.h
-arg-nonnull.h
-c++defs.h
-unused-parameter.h
-warn-on-use.h
diff --git a/config/.gitignore b/config/.gitignore
deleted file mode 100644 (file)
index 282522d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
index 6c2c26f8bbca7da907057a4395efec519cb25236..b2009b5a0c0ff9bdf2951c517723d2ab2c856ea6 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Initialize.
 AC_PREREQ(2.63)
-AC_INIT([GNU PSPP], [0.10.3], [bug-gnu-pspp@gnu.org], [pspp])
+AC_INIT([GNU PSPP], [0.10.4], [bug-gnu-pspp@gnu.org], [pspp])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_TESTDIR([tests])
@@ -84,8 +84,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then
   PKG_CHECK_MODULES([GTHREAD], [gthread-2.0], [],
     [PSPP_REQUIRED_PREREQ([gthread 2.0 (or use --without-gui)])])
 
-  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.2], [],
-    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.4.2 or later (or use --without-gui)])])
+  PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.14.5], [],
+    [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.14.5 or later (or use --without-gui)])])
 
   PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [],
     [PSPP_REQUIRED_PREREQ([gtksourceview 3.0 version 3.4.2 or later (or use --without-gui)])])
@@ -99,6 +99,11 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then
     PSPP_REQUIRED_PREREQ([glib-genmarshal (or use --without-gui)])
   fi
 
+  AC_CHECK_PROGS([GLIB_COMPILE_RESOURCES], [glib-compile-resources])
+  if test "x$GLIB_COMPILE_RESOURCES" = x; then
+    PSPP_REQUIRED_PREREQ([glib-compile-resources (or use --without-gui)])
+  fi
+
 fi
 
 gl_NEXT_HEADERS([gtk/gtk.h])
diff --git a/doc/.gitignore b/doc/.gitignore
deleted file mode 100644 (file)
index 9ee870e..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Makefile
-Makefile.in
-ni.texi
-pspp-dev.info
-pspp.aux
-pspp.cp
-pspp.cps
-pspp.fn
-pspp.fns
-pspp.info*
-pspp.ky
-pspp.log
-pspp.pg
-pspp.toc
-pspp.tp
-pspp.vr
-pspp.vrs
-pspp.xml
-stamp-1
-stamp-vti
-tut.texi
-version-dev.texi
-version.texi
diff --git a/examples/.gitignore b/examples/.gitignore
deleted file mode 100644 (file)
index 282522d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/lib/.gitignore b/lib/.gitignore
deleted file mode 100644 (file)
index 282522d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/lib/linreg/.gitignore b/lib/linreg/.gitignore
deleted file mode 100644 (file)
index 282522d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/po/.gitignore b/po/.gitignore
deleted file mode 100644 (file)
index e9b69f8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Makefile
-Makevars.template
-POTFILES
-POTFILES.in
-Rules-quot
-boldquot.sed
-de.gmo
-en@boldquot.header
-en@quot.header
-en_GB.gmo
-insert-header.sin
-quot.sed
-remove-potcdate.sin
-stamp-po
index 20540d06b5a85025777db38345c16df2c3fa5386..6c400624dd9fee083791f484278afa9693ae1004 100644 (file)
@@ -49,7 +49,9 @@ $(POFILES): $(POTFILE)
                 touch $@,tmp ; \
                 msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
        fi ;
-       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@
+       $(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2
+       $(RM) $@,tmp
+       mv $@,tmp2 $@
 
 SUFFIXES += .po .gmo
 .po.gmo:
diff --git a/src/.gitignore b/src/.gitignore
deleted file mode 100644 (file)
index 282522d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/src/language/expressions/.gitignore b/src/language/expressions/.gitignore
deleted file mode 100644 (file)
index d84d124..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-Makefile
-Makefile.in
-evaluate.h
-evaluate.inc
-operations.h
-optimize.inc
-parse.inc
diff --git a/src/language/lexer/.gitignore b/src/language/lexer/.gitignore
deleted file mode 100644 (file)
index 8101ae3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-q2c
diff --git a/src/language/stats/.gitignore b/src/language/stats/.gitignore
deleted file mode 100644 (file)
index 48d8eaa..0000000
+++ /dev/null
@@ -1 +0,0 @@
-crosstabs.c
diff --git a/src/language/tests/.gitignore b/src/language/tests/.gitignore
deleted file mode 100644 (file)
index 61e8b4e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-check-model.c
diff --git a/src/language/utilities/.gitignore b/src/language/utilities/.gitignore
deleted file mode 100644 (file)
index 0ce9268..0000000
+++ /dev/null
@@ -1 +0,0 @@
-set.c
diff --git a/src/libpspp/.gitignore b/src/libpspp/.gitignore
deleted file mode 100644 (file)
index 17435c8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-version.c
diff --git a/src/ui/gui/.gitignore b/src/ui/gui/.gitignore
deleted file mode 100644 (file)
index 5ecf669..0000000
+++ /dev/null
@@ -1 +0,0 @@
-psppire
diff --git a/src/ui/gui/artwork/.gitignore b/src/ui/gui/artwork/.gitignore
deleted file mode 100644 (file)
index ada1dfa..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-splash-r.svg
-splash-t.svg
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-bivariate-correlation.svg b/src/ui/gui/artwork/16x16/actions/analyze-bivariate-correlation.svg
new file mode 100644 (file)
index 0000000..ff9fdea
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-compare-means.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,805.00002)"
+       style="display:inline"
+       id="g5124">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4962"
+         d="m -285,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 3.28125,2.75 c 0.13606,1e-5 0.27376,0.0205 0.40625,0.0313 0.69824,0.0537 1.29329,0.3379 1.8125,0.875 0.47623,0.50131 0.71874,1.26791 0.71875,2.28125 -10e-6,0.92741 -0.24252,1.69043 -0.71875,2.28125 -0.47624,0.58724 -1.07129,0.875 -1.8125,0.875 -0.41895,0 -0.80274,-0.0853 -1.125,-0.25 -0.32227,-0.16829 -0.61003,-0.43034 -0.875,-0.78125 l 0,3.15625 -1.90625,0 0,-5.1875 c 0,-1.00618 0.24772,-1.7692 0.78125,-2.28125 0.4834,-0.45833 0.96582,-0.74348 1.40625,-0.84375 0.45117,-0.10742 0.87923,-0.15624 1.3125,-0.15625 z m -0.3125,1.40625 c -0.41179,0 -0.7155,0.16439 -0.9375,0.46875 -0.21843,0.30079 -0.34375,0.74317 -0.34375,1.3125 0,0.56934 0.12532,1.00814 0.34375,1.3125 0.222,0.30078 0.52571,0.4375 0.9375,0.4375 0.41178,0 0.72265,-0.13672 0.9375,-0.4375 0.21842,-0.30078 0.34374,-0.73958 0.34375,-1.3125 -10e-6,-0.57291 -0.12533,-1.01171 -0.34375,-1.3125 -0.21485,-0.30078 -0.52572,-0.46875 -0.9375,-0.46875 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="231.36218"
+         x="-290"
+         height="16"
+         width="16"
+         id="rect5122"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-compare-means.svg b/src/ui/gui/artwork/16x16/actions/analyze-compare-means.svg
new file mode 100644 (file)
index 0000000..74e19a9
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-compare-means.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,805.00002)"
+       style="display:inline"
+       id="g5180">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect6117"
+         d="m -330,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,2 6,0 0,2 -6,0 0,-2 z m 0.625,3.21875 2.375,1.96875 2.375,-1.96875 1.25,1.53125 -2.09375,1.75 2.09375,1.71875 -1.25,1.53125 -2.375,-1.96875 -2.375,1.96875 -1.25,-1.53125 2.09375,-1.71875 -2.09375,-1.75 1.25,-1.53125 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="231.36218"
+         x="-335"
+         height="16"
+         width="16"
+         id="rect6158"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-descriptive-statistics.svg b/src/ui/gui/artwork/16x16/actions/analyze-descriptive-statistics.svg
new file mode 100644 (file)
index 0000000..d3e7c7f
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-run-pending.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,805.00002)"
+       style="display:inline"
+       id="g5429">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1234-9"
+         d="m -378,231.375 c -0.55228,0 -1,0.44794 -1,1 l 0,12.96875 c 0,0.55205 0.44772,1 1,1 l 5,0 0,-2 -4,0 0,-10.96875 5,0 0,3 3,0 0,2 2,0 0,-2.4375 c 0.006,-0.26392 -0.0975,-0.52906 -0.28125,-0.71875 l -3.5625,-3.5625 c -0.18976,-0.18361 -0.45471,-0.28737 -0.71875,-0.28125 -2.34395,6.3e-4 -4.43032,0.001 -6.4375,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
+         inkscape:connector-curvature="0"
+         id="rect4997"
+         d="m -372,239.375 0,8 2,0 0,-2.34375 c 0.45676,0.21474 0.96525,0.34375 1.5,0.34375 0.83225,0 1.61081,-0.29511 2.21875,-0.78125 0.64872,0.47306 1.42206,0.78125 2.28125,0.78125 l 0,-2 c -0.37152,0 -0.7131,-0.0992 -1,-0.25 l 0,-3.75 -2,0 0,2.75 c -0.14677,0.69632 -0.74693,1.25 -1.5,1.25 -0.71826,0 -1.31802,-0.50554 -1.5,-1.15625 l 0,-2.84375 -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="231.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect5427"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-factor-analysis.svg b/src/ui/gui/artwork/16x16/actions/analyze-factor-analysis.svg
new file mode 100644 (file)
index 0000000..a89bebd
--- /dev/null
@@ -0,0 +1,188 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-kmeans-cluster.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(200,805.00002)"
+       style="display:inline"
+       id="g5111">
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         ry="1"
+         y="-188"
+         x="-246.36218"
+         height="4"
+         width="4"
+         id="rect5590"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         ry="1"
+         y="-194"
+         x="-246.36218"
+         height="4"
+         width="4"
+         id="rect5590-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         ry="1"
+         y="-200"
+         x="-246.36218"
+         height="4"
+         width="4"
+         id="rect5590-8"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         ry="1"
+         y="-194"
+         x="-236.36218"
+         height="4"
+         width="4"
+         id="rect5590-7-2"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         y="-198"
+         x="-239.36218"
+         height="12"
+         width="1"
+         id="rect5653"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         y="-186.5"
+         x="-241.36218"
+         height="1"
+         width="3"
+         id="rect5655"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         y="-192.5"
+         x="-241.36218"
+         height="1"
+         width="4"
+         id="rect5655-9"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         y="-198.5"
+         x="-241.36218"
+         height="1"
+         width="3"
+         id="rect5655-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="184"
+         x="231.36218"
+         height="16"
+         width="16"
+         id="rect5071"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-kmeans-cluster.svg b/src/ui/gui/artwork/16x16/actions/analyze-kmeans-cluster.svg
new file mode 100644 (file)
index 0000000..fe36365
--- /dev/null
@@ -0,0 +1,169 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-bivariate-correlation.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,805.00002)"
+       style="display:inline"
+       id="g5136">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect5014"
+         width="16"
+         height="16.000017"
+         x="-245"
+         y="231.36218" />
+      <path
+         transform="matrix(1.2,0,0,1.5000001,36.2,-122.68111)"
+         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2.5"
+         sodipodi:cy="241.36218"
+         sodipodi:cx="-223.5"
+         id="path5516-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1,0,0,1.2499989,-15,-56.840285)"
+         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2.5"
+         sodipodi:cy="241.36218"
+         sodipodi:cx="-223.5"
+         id="path5516-4-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.2,0,0,1.5000001,31.2,-127.68112)"
+         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2.5"
+         sodipodi:cy="241.36218"
+         sodipodi:cx="-223.5"
+         id="path5516-4-3"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5130"
+         d="m -237.5,243.86218 6,-5"
+         style="fill:none;stroke:#545753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         transform="matrix(1.3333333,0,0,1,81.666667,0)"
+         d="m -242,240.36218 c 0,1.10457 -0.67157,2 -1.5,2 -0.82843,0 -1.5,-0.89543 -1.5,-2 0,-1.10457 0.67157,-2 1.5,-2 0.82843,0 1.5,0.89543 1.5,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="1.5"
+         sodipodi:cy="240.36218"
+         sodipodi:cx="-243.5"
+         id="path5132"
+         style="fill:#555753;stroke:none"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5134"
+         d="m -243,240.36218 4,4"
+         style="fill:none;stroke:#545753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-non-parametric-statistics.svg b/src/ui/gui/artwork/16x16/actions/analyze-non-parametric-statistics.svg
new file mode 100644 (file)
index 0000000..50998d5
--- /dev/null
@@ -0,0 +1,152 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-non-parametric-statistics.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,774.9872)"
+       style="display:inline"
+       id="g5163">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect3682-7"
+         d="m -288,261.375 -2,2 1,0 0,1 0,10 0,2 2,0 10,0 1,0 0,1 2,-2 -2,-2 0,1 -1,0 -10,0 0,-10 0,-1 1,0 -2,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="270.36218"
+         x="-286"
+         height="5"
+         width="1"
+         id="rect4992"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="269.36218"
+         x="-284"
+         height="6"
+         width="1"
+         id="rect4992-2"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="266.36218"
+         x="-282"
+         height="9"
+         width="1"
+         id="rect4992-1"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="264.36218"
+         x="-280"
+         height="11"
+         width="1"
+         id="rect4992-8"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="270.36218"
+         x="-278"
+         height="5"
+         width="1"
+         id="rect4992-9"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-regression.svg b/src/ui/gui/artwork/16x16/actions/analyze-regression.svg
new file mode 100644 (file)
index 0000000..f1d41a9
--- /dev/null
@@ -0,0 +1,221 @@
+<?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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,775.00002)"
+       style="display:inline"
+       id="g6892">
+      <path
+         id="rect3682-6"
+         d="m -333,261.36218 -2,2 1,0 0,1 0,12 2,0 0,-12 0,-1 1,0 -2,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="321"
+         x="274.36218"
+         height="12.999995"
+         width="2"
+         id="rect3682-5-3"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3702-8-0"
+         d="m -321,273.36218 2,2 -2,2 0,-1 -1,0 0,-2 1,0 z"
+         style="fill:#555753;stroke:none;display:inline" />
+      <rect
+         y="269.36218"
+         x="-331"
+         height="1"
+         width="1"
+         id="rect4773"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="271.36218"
+         x="-331"
+         height="1"
+         width="1"
+         id="rect4773-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="270.36218"
+         x="-329"
+         height="1"
+         width="1"
+         id="rect4773-1"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="268.36218"
+         x="-329"
+         height="1"
+         width="1"
+         id="rect4773-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="267.36218"
+         x="-327"
+         height="1"
+         width="1"
+         id="rect4773-49"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="268.36218"
+         x="-325"
+         height="1"
+         width="1"
+         id="rect4773-2"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="266.36218"
+         x="-325"
+         height="1"
+         width="1"
+         id="rect4773-79"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="267.36218"
+         x="-323"
+         height="1"
+         width="1"
+         id="rect4773-0"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="264.36218"
+         x="-321"
+         height="1"
+         width="1"
+         id="rect4773-30"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="266.36218"
+         x="-321"
+         height="1"
+         width="1"
+         id="rect4773-42"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="269.36218"
+         x="-327"
+         height="1"
+         width="1"
+         id="rect4773-796"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="265.36218"
+         x="-323"
+         height="1"
+         width="1"
+         id="rect4773-8"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="261.36218"
+         x="-335"
+         height="16"
+         width="16"
+         id="rect5150"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-reliability.svg b/src/ui/gui/artwork/16x16/actions/analyze-reliability.svg
new file mode 100644 (file)
index 0000000..4c9030a
--- /dev/null
@@ -0,0 +1,177 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-factor-analysis.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,775.00002)"
+       style="display:inline"
+       id="g5172">
+      <rect
+         y="261.36218"
+         x="-373"
+         height="2"
+         width="2"
+         id="rect6168"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="268.36218"
+         x="-366"
+         height="2"
+         width="2"
+         id="rect6168-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="268.36218"
+         x="-380"
+         height="2"
+         width="2"
+         id="rect6168-49"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="275.36218"
+         x="-373"
+         height="2"
+         width="2"
+         id="rect6168-5"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         transform="matrix(1.7818162,0,0,1.781818,288.16289,-211.4831)"
+         d="m -367,269.86218 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.93299 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.56701 3.5,3.5 z"
+         sodipodi:ry="3.5"
+         sodipodi:rx="3.5"
+         sodipodi:cy="269.86218"
+         sodipodi:cx="-370.5"
+         id="path4626"
+         style="fill:none;stroke:#555753;stroke-width:0.85714298;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0729506,0,0,1.2875406,27.137613,-78.096336)"
+         d="m -369,269.86218 c 0,1.38071 -1.34315,2.5 -3,2.5 -1.65685,0 -3,-1.11929 -3,-2.5 0,-1.38071 1.34315,-2.5 3,-2.5 1.65685,0 3,1.11929 3,2.5 z"
+         sodipodi:ry="2.5"
+         sodipodi:rx="3"
+         sodipodi:cy="269.86218"
+         sodipodi:cx="-372"
+         id="path4628"
+         style="fill:none;stroke:#555753;stroke-width:1.32920861;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(2,0,0,1,371,0)"
+         d="m -371,269.36218 c 0,0.55229 -0.22386,1 -0.5,1 -0.27614,0 -0.5,-0.44771 -0.5,-1 0,-0.55228 0.22386,-1 0.5,-1 0.27614,0 0.5,0.44772 0.5,1 z"
+         sodipodi:ry="1"
+         sodipodi:rx="0.5"
+         sodipodi:cy="269.36218"
+         sodipodi:cx="-371.5"
+         id="path4631"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <rect
+         y="261.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect5170"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-roc-curve.svg b/src/ui/gui/artwork/16x16/actions/analyze-roc-curve.svg
new file mode 100644 (file)
index 0000000..336b2b2
--- /dev/null
@@ -0,0 +1,148 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-non-parametric-statistics.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,775.00002)"
+       style="display:inline"
+       id="g5190">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect3682"
+         d="m -243,261.36218 -2,2 1,0 0,1 0,12 2,0 0,-12 0,-1 1,0 -2,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="231"
+         x="274.36218"
+         height="12.999995"
+         width="2"
+         id="rect3682-5"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3702-8"
+         d="m -231,273.36218 2,2 -2,2 0,-1 -1,0 0,-2 1,0 z"
+         style="fill:#555753;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4589"
+         d="m -231.51314,263.36235 a 0.50005,0.50005 0 0 0 -0.34375,0.15625 l -10,10 a 0.50005,0.50005 0 1 0 0.6875,0.71875 l 10,-10 a 0.50005,0.50005 0 0 0 -0.34375,-0.875 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;opacity:0.35;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4622"
+         d="m -241.51314,273.88078 c -0.15158,-8.68004 4.09557,-10.61136 10,-10"
+         style="fill:none;stroke:#555753;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+      <rect
+         y="272.36218"
+         x="-243"
+         height="2"
+         width="2"
+         id="rect4624"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/analyze-univariate-analysis.svg b/src/ui/gui/artwork/16x16/actions/analyze-univariate-analysis.svg
new file mode 100644 (file)
index 0000000..a61e09c
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-univariate-analysis.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="673"
+     inkscape:window-x="0"
+     inkscape:window-y="28"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       style="display:inline"
+       id="g5017"
+       transform="translate(245,775.00002)">
+      <path
+         id="rect5340-0"
+         d="m -242,261.375 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 2.625,0 0.78125,-0.78125 0.6875,-0.6875 -2.09375,-2.125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 0.53125,0.53125 0.46875,0.46875 C -235.70783,270.58106 -235,269.57321 -235,268.375 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path8913-6-7-1-5-4"
+         d="m -231.10112,268.36218 -4.88203,4.83674 -1.91573,-1.89796 -2.10112,2.08163 2.96629,2.93878 1.05056,1.04081 1.05057,-1.04081 5.93258,-5.87756 -2.10112,-2.08163 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="261.36218"
+         x="-245"
+         height="16"
+         width="16"
+         id="rect5015"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-aggregate.svg b/src/ui/gui/artwork/16x16/actions/data-aggregate.svg
new file mode 100644 (file)
index 0000000..2363262
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-aggregate.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-235,915.00002)"
+       style="display:inline"
+       id="g4892">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4661-5"
+         d="m 238,123.375 c -0.554,0 -1,0.446 -1,1 l 0,2 0,2 0,1 0,2 0,1 0,2 0,2 1,0 3,0 1,0 3,0 1,0 4,0 0,-1 0,-1 0,-5 -1,0 -1,0 0,1 0,1 -1,0 -2,0 -1,0 0,-1 0,-1 -1,0 -1,0 0,-1 0,-2 0,-1 1,0 1,0 0,-1 0,-1 -6,0 z m 10,0 0,1 0,1 1,0 1,0 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 z m -10,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,2 -3,0 0,-2 z m 4,0 3,0 0,2 -3,0 0,-2 z m 4,0 3,0 0,2 -3,0 0,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4947"
+         d="m 245,124.36218 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="121.36218"
+         x="235"
+         height="16"
+         width="16"
+         id="rect4890"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-select-cases.svg b/src/ui/gui/artwork/16x16/actions/data-select-cases.svg
new file mode 100644 (file)
index 0000000..a8cce6d
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-100,885.00002)"
+       style="display:inline"
+       id="g5226">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4736"
+         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"
+         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"
+         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"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-sort-cases.svg b/src/ui/gui/artwork/16x16/actions/data-sort-cases.svg
new file mode 100644 (file)
index 0000000..f281e74
--- /dev/null
@@ -0,0 +1,135 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-sort-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-190,885.00002)"
+       style="display:inline"
+       id="g4197">
+      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50793636;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         id="rect4513"
+         d="m 192,151.36218 c -1.0907,0 -2,0.9093 -2,2 l 0,9 c 0,1.0907 0.9093,2 2,2 l 7,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 l -7,0 z m 0,2 7,0 0,9 -7,0 0,-9 z"
+         inkscape:connector-curvature="0" />
+      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50793636;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         sodipodi:nodetypes="cccccccsssssc"
+         id="rect4513-9"
+         d="m 202,154.36218 0,2 1,0 0,9 -3,0 -4,0 -2,0 c 0,1.0907 0.9093,2 2,2 l 7,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="151.36218"
+         x="190"
+         height="16"
+         width="16"
+         id="rect4985"
+         style="fill:none;stroke:none" />
+      <path
+         id="path5386-2-7-0"
+         d="m 195.5,154.36218 c -0.92047,0 -1.66667,0.7835 -1.66667,1.75001 0,0.96649 0.7462,1.74999 1.66667,1.74999 0.92047,0 1.66667,-0.7835 1.66667,-1.74999 0,-0.96651 -0.7462,-1.75001 -1.66667,-1.75001 z m -0.83334,3.5 c -0.92047,0 -1.66666,0.78351 -1.66666,1.75001 0,0.96649 1.11929,1.74999 2.5,1.74999 1.38071,0 2.5,-0.7835 2.5,-1.74999 0,-0.9665 -0.74619,-1.75001 -1.66666,-1.75001 l 0,0.875 -1.66668,0 0,-0.875 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-split-file.svg b/src/ui/gui/artwork/16x16/actions/data-split-file.svg
new file mode 100644 (file)
index 0000000..98b2729
--- /dev/null
@@ -0,0 +1,240 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-split-file.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-280,915.00002)"
+       style="display:inline"
+       id="g5290">
+      <rect
+         y="135.36218"
+         x="281"
+         height="1"
+         width="13"
+         id="rect5694-0"
+         style="fill:#555753" />
+      <rect
+         y="131.36218"
+         x="281"
+         height="1"
+         width="13"
+         id="rect5694-7-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="131.36218"
+         x="281"
+         height="2"
+         width="13"
+         id="rect5694-73-2"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1"
+         y="130.36218"
+         x="281"
+         height="2"
+         width="13"
+         id="rect5694-9-6"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="131.36218"
+         x="281"
+         height="5"
+         width="1"
+         id="rect5694-733-5"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="131.36218"
+         x="293"
+         height="5"
+         width="1"
+         id="rect5694-733-8-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="131.36218"
+         x="289"
+         height="5"
+         width="1"
+         id="rect5694-733-0-2"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="131.36218"
+         x="285"
+         height="5"
+         width="1"
+         id="rect5694-733-86-9"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="127.36218"
+         x="281"
+         height="1"
+         width="13"
+         id="rect5694-93-9"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="281"
+         height="1"
+         width="13"
+         id="rect5694-7-0-7"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="281"
+         height="2"
+         width="13"
+         id="rect5694-73-5-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1"
+         y="122.36218"
+         x="281"
+         height="2"
+         width="13"
+         id="rect5694-9-9-9"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="281"
+         height="5"
+         width="1"
+         id="rect5694-733-1-7"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="293"
+         height="5"
+         width="1"
+         id="rect5694-733-8-3-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="289"
+         height="5"
+         width="1"
+         id="rect5694-733-0-3-0"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="123.36218"
+         x="285"
+         height="5"
+         width="1"
+         id="rect5694-733-86-7-9"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="121.36218"
+         x="280"
+         height="16"
+         width="16"
+         id="rect5806-9"
+         style="fill:none" />
+      <rect
+         y="121.36218"
+         x="280"
+         height="16"
+         width="16"
+         id="rect5476-0"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-transpose.svg b/src/ui/gui/artwork/16x16/actions/data-transpose.svg
new file mode 100644 (file)
index 0000000..5ec7b28
--- /dev/null
@@ -0,0 +1,171 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-transpose.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-190,915.00002)"
+       style="display:inline"
+       id="g4879">
+      <path
+         id="rect3025-5"
+         d="m 200.01668,123.36217 0,7.98959 -0.0271,0 -2.97917,0 -1.00208,0 -3.00625,0 -1.00209,0 0,1.00208 0,4.00834 1.00209,0 6.9875,0 1.00208,0 4.00834,0 0,-2.00417 0,-8.99167 0,-1.00208 c 4e-5,-0.55401 -0.44805,-1.00209 -1.00205,-1.00209 l -3.98125,0 z m 0.975,3.00625 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z m 0,3.00625 3.00625,0 0,1.97709 -3.00625,0 0,-1.97709 z m -7.98959,2.97917 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z m 4.00833,0 2.97917,0 0,2.00417 -2.97917,0 0,-2.00417 z m 3.98126,0 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3987"
+         d="m 197,127.36218 0,-6 2,3 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3987-7"
+         d="m 190,128.36218 6,0 -3,2 z"
+         style="fill:#555753;stroke:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0"
+         id="path745-7"
+         d="m 196,123.36218 c -2.1979,0 -4,1.8021 -4,4 l 2,0 c 0,-1.17242 0.82758,-2 2,-2 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.8974936;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <rect
+         y="123.36218"
+         x="196"
+         height="2"
+         width="2"
+         id="rect3752"
+         style="fill:#555753" />
+      <rect
+         ry="0"
+         y="127.36218"
+         x="192"
+         height="2"
+         width="2"
+         id="rect3752-7"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="121.36218"
+         x="190"
+         height="16"
+         width="16"
+         id="rect4891"
+         style="fill:none;stroke:none" />
+      <rect
+         ry="1"
+         y="126.36218"
+         x="192"
+         height="2"
+         width="2"
+         id="rect3752-7-5"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1"
+         y="123.36218"
+         x="195"
+         height="2"
+         width="2"
+         id="rect3752-7-5-7"
+         style="fill:#555753;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/data-weight-cases.svg b/src/ui/gui/artwork/16x16/actions/data-weight-cases.svg
new file mode 100644 (file)
index 0000000..0b6bffd
--- /dev/null
@@ -0,0 +1,179 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="data-weight-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-145,885.00002)"
+       style="display:inline"
+       id="g5025">
+      <path
+         transform="matrix(2.5,0,0,1.5,-204.5,-74.681091)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="143"
+         id="path4186-5-1"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <rect
+         y="152.36218"
+         x="152"
+         height="14"
+         width="2"
+         id="rect4188-5-0"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="153.36218"
+         x="147"
+         height="1"
+         width="12"
+         id="rect4190-8-6"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(-1,0,0,-1.4999976,294,401.40509)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-8-7"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-1,0,0,-1.4999976,304,401.40508)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-1-4-1"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4986-5-9"
+         d="m 148,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         id="path4986-0-9-8"
+         d="m 158,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
+         style="fill:#555753;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="151.36218"
+         x="145"
+         height="16"
+         width="16"
+         id="rect5025-4-2"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/display-information-external-file.svg b/src/ui/gui/artwork/16x16/actions/display-information-external-file.svg
new file mode 100644 (file)
index 0000000..45b23eb
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="display-information-external-file.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       style="display:inline"
+       id="g6341"
+       transform="translate(485,885.00002)">
+      <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;baseline-shift:baseline;color:#bebebe;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"
+         id="rect5028"
+         d="m -481.81841,151.36558 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,11.625 c 0,1.19992 0.9859,2.1875 2.1875,2.1875 l 9.625,0 c 1.2016,0 2.1875,-0.98758 2.1875,-2.1875 l 0,-11.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 l -9.625,0 z m 0,2 9.625,0 c 0.1238,0 0.1875,0.0566 0.1875,0.1875 l 0,11.625 c 0,0.1309 -0.0637,0.1875 -0.1875,0.1875 l -9.625,0 c -0.1238,0 -0.1875,-0.0566 -0.1875,-0.1875 l 0,-11.625 c 0,-0.1309 0.0637,-0.1875 0.1875,-0.1875 z"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         sodipodi:nodetypes="ccssccssssccssc"
+         id="path5030"
+         d="m -477.16216,154.36558 c -0.26556,0.0109 -0.54445,0.0586 -0.8125,0.125 -2.14441,0.53085 -3.4371,2.69934 -2.90625,4.84375 0.4498,1.81699 2.07532,3.0225 3.86571,3.02533 0.16806,2.7e-4 0.33757,-0.0101 0.5077,-0.0315 l -0.3888,-2.97965 c -0.0347,0.01 -0.0704,0.017 -0.10961,0.017 -0.55254,0 -1,-0.44746 -1,-1 0,-0.55254 0.44746,-1 1,-1 0.55254,0 1,0.44746 1,1 0,0.11765 -0.0285,0.22486 -0.0726,0.32494 l 2.70058,1.38685 c 0.38616,-0.83016 0.46978,-1.78065 0.24701,-2.68054 -0.46449,-1.87636 -2.1723,-3.10719 -4.03125,-3.03125 z"
+         inkscape:connector-curvature="0" />
+      <path
+         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         sodipodi:nodetypes="cccc"
+         id="path5032"
+         d="m -476.34496,159.36558 1.33905,4 c 0.73426,2.05595 3,0.38433 1.4966,-1 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="151.36218"
+         x="-485"
+         height="16"
+         width="16"
+         id="rect6339"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/display-information-working-file.svg b/src/ui/gui/artwork/16x16/actions/display-information-working-file.svg
new file mode 100644 (file)
index 0000000..d02fcfd
--- /dev/null
@@ -0,0 +1,139 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="display-information-external-file.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       style="display:inline"
+       id="g4856"
+       transform="translate(485,885.00002)">
+      <g
+         style="fill:#555753"
+         id="g3600"
+         transform="translate(-533.02362,-246.63782)">
+        <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
+           id="rect11749-5-91"
+           d="M 51.1875,398 C 49.985903,398 49,398.98758 49,400.1875 l 0,5.625 C 49,407.01242 49.985903,408 51.1875,408 l 9.625,0 C 62.014097,408 63,407.01242 63,405.8125 l 0,-5.625 C 63,398.98758 62.014097,398 60.8125,398 l -9.625,0 z m 0,2 9.625,0 C 60.936295,400 61,400.0566 61,400.1875 l 0,5.625 C 61,405.9434 60.936295,406 60.8125,406 l -9.625,0 C 51.063705,406 51,405.9434 51,405.8125 l 0,-5.625 C 51,400.0566 51.063705,400 51.1875,400 z"
+           inkscape:connector-curvature="0" />
+        <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
+           id="path11751-2-7"
+           d="m 53.90625,409.03125 a 0.50219246,0.50219246 0 1 0 0.09375,1 l 4,0 a 0.50005,0.50005 0 1 0 0,-1 l -4,0 a 0.50005,0.50005 0 0 0 -0.09375,0 z"
+           inkscape:connector-curvature="0" />
+        <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:#bebebe;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:Andale Mono;-inkscape-font-specification:Andale Mono"
+           id="rect4340"
+           d="m 50.90625,411 a 1.0001,1.0001 0 0 0 -0.625,0.28125 l -1,1 A 1.0001,1.0001 0 0 0 50,414 l 12,0 a 1.0001,1.0001 0 0 0 0.71875,-1.71875 l -1,-1 A 1.0001,1.0001 0 0 0 61,411 l -10,0 a 1.0001,1.0001 0 0 0 -0.09375,0 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <rect
+         y="151.36218"
+         x="-485"
+         height="16"
+         width="16"
+         id="rect4854"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-clear.svg b/src/ui/gui/artwork/16x16/actions/edit-clear.svg
new file mode 100644 (file)
index 0000000..539ec73
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,855.00002)"
+       style="display:inline"
+       id="g4819">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-clear-all.png"
+         id="g6382"
+         style="display:inline"
+         transform="translate(-435,-182.63781)">
+        <g
+           id="g6611"
+           transform="matrix(0.97005977,0,0,1,3.3535857,0)">
+          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+             id="path36048"
+             d="m 110.79041,364.02218 a 1.0001,1.0001 0 0 0 -0.6875,0.5 l -3.3125,5.625 a 1.0077822,1.0077822 0 1 0 1.75,1 l 3.3125,-5.625 a 1.0001,1.0001 0 0 0 -1.0625,-1.5 z"
+             inkscape:connector-curvature="0" />
+          <path
+             style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55063653;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+             sodipodi:nodetypes="ccccccc"
+             id="path36050"
+             d="m 105.44686,368.67843 4.94742,3.05384 c 0.60355,0.31472 0.68739,0.89216 0.20883,1.50866 l -0.625,0.8125 -6.59375,-3.875 0.55118,-1.06136 c 0.28883,-0.58524 0.75466,-0.81586 1.51132,-0.43864 z"
+             inkscape:connector-curvature="0" />
+          <path
+             style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55063653;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+             sodipodi:nodetypes="cscccc"
+             id="path36052"
+             d="m 103.47053,371.53735 c 0,0 -2.85468,3.03618 -1.33265,4.69914 1.6875,1.84375 4.75797,1.76738 5.86282,1.72319 l 4.00866,0 c -1.875,-0.375 -3.83708,-1.81564 -2.90273,-3.24464 z"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
+           id="rect6380"
+           width="16"
+           height="16"
+           x="80"
+           y="384"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-copy.svg b/src/ui/gui/artwork/16x16/actions/edit-copy.svg
new file mode 100644 (file)
index 0000000..a40069b
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,885.00002)"
+       style="display:inline"
+       id="g4807">
+      <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"
+         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"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           sodipodi:nodetypes="cccccc"
+           id="path41071-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"
+           sodipodi:nodetypes="ccccccccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-cut.svg b/src/ui/gui/artwork/16x16/actions/edit-cut.svg
new file mode 100644 (file)
index 0000000..7bacaa3
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(200,915.00002)"
+       style="display:inline"
+       id="g4773">
+      <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"
+         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"
+           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"
+           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"
+           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" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-delete.svg b/src/ui/gui/artwork/16x16/actions/edit-delete.svg
new file mode 100644 (file)
index 0000000..5246cc9
--- /dev/null
@@ -0,0 +1,132 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-delete.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,885.00002)"
+       style="display:inline"
+       id="g4794">
+      <g
+         id="g5228">
+        <g
+           transform="matrix(1.0044843,0,0,1.0044845,-330.21525,-368.99666)"
+           id="layer12"
+           style="fill:#555753">
+          <path
+             inkscape:connector-curvature="0"
+             d="m 48,519.03125 c -3.85327,0 -6.96875,3.11547 -6.96875,6.96875 0,3.85327 3.11548,6.96875 6.96875,6.96875 3.85327,0 6.96875,-3.11548 6.96875,-6.96875 0,-3.85328 -3.11548,-6.96875 -6.96875,-6.96875 z M 45,523 l 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 48,524.59375 49.3125,523.3125 C 49.578125,523.082 49.759172,523.007 50,523 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -1.28125,1.28125 1.25,1.25 C 50.906938,527.46942 50.999992,527.7347 51,528 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 48,527.4375 46.71875,528.71875 C 46.530586,528.90694 46.26529,529 46,529 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 1.28125,-1.25 L 45.28125,524.75 C 45.070508,524.55537 44.97809,524.28075 45,524 l 0,-1 z"
+             id="path10839"
+             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:#bebebe;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" />
+        </g>
+        <rect
+           style="opacity:0.5;fill:none"
+           id="rect4458"
+           width="16"
+           height="16"
+           x="-290"
+           y="151.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-find.svg b/src/ui/gui/artwork/16x16/actions/edit-find.svg
new file mode 100644 (file)
index 0000000..7bbfd67
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-find.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,855.00002)"
+       style="display:inline"
+       id="g4827">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-find-case.png"
+         id="g5584"
+         style="display:inline"
+         transform="translate(-450,-142.63781)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="876.36218"
+           x="160"
+           height="16.000017"
+           width="16"
+           id="rect5166"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:none;stroke:#555753;stroke-width:1.55467153;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           id="path27918"
+           sodipodi:cx="307.5"
+           sodipodi:cy="386.5"
+           sodipodi:rx="3.5"
+           sodipodi:ry="3.5"
+           d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
+           transform="matrix(1.2871768,0,0,1.2857143,-229.30175,-166.42858)" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:none;stroke:#555753;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           d="m 170.00911,334 4.00455,4"
+           id="path27941"
+           sodipodi:nodetypes="cc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-go-to-case.svg b/src/ui/gui/artwork/16x16/actions/edit-go-to-case.svg
new file mode 100644 (file)
index 0000000..79a6488
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-go-to-variable.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,915.00003)"
+       style="display:inline"
+       id="g6834">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4902"
+         width="16"
+         height="16.000017"
+         x="-245"
+         y="121.36217" />
+      <rect
+         y="121.36218"
+         x="-245"
+         height="16"
+         width="16"
+         id="rect5357-0"
+         style="fill:none;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5338-0"
+         d="m -236.5,127.36978 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z m -1,4 0,1 2,0 0,-1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -1.34315,2 -3,2 -1.65685,0 -3,-0.89543 -3,-2 0,-1.10457 0.89543,-2 2,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         id="rect5382-3-4-2"
+         d="m -241,121.36218 c -2.20914,0 -4,1.79086 -4,4 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-1.10457 0.89542,-2 2,-2 l 1,0 c 0.81348,0 1.50003,0.49031 1.8125,1.1875 l -1.8125,1.8125 5,0 0,-5 -1.71875,1.71875 c -0.72188,-1.04326 -1.91656,-1.71875 -3.28125,-1.71875 l -1,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-go-to-variable.svg b/src/ui/gui/artwork/16x16/actions/edit-go-to-variable.svg
new file mode 100644 (file)
index 0000000..042d7c5
--- /dev/null
@@ -0,0 +1,162 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-insert-case.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(289.99463,915.00004)"
+       style="display:inline"
+       id="g5728">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4898"
+         width="16"
+         height="16.000017"
+         x="-289.99463"
+         y="121.36216" />
+      <rect
+         ry="1"
+         y="121.36218"
+         x="-287"
+         height="2"
+         width="3"
+         id="rect5382-3"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1"
+         y="124.36218"
+         x="-290"
+         height="2"
+         width="2"
+         id="rect5382-7-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3792"
+         d="m -285,126.36218 5,-5 0,5 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="121.36218"
+         x="-290"
+         height="16"
+         width="16"
+         id="rect5357"
+         style="fill:none;stroke:none" />
+      <path
+         id="rect5340-3"
+         d="m -283,127.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m -0.28125,1.28125 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 -2.28125,-2.28125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path6429-5-2-9-5"
+         d="m -286,121.36218 c -2.20914,0 -4,1.79086 -4,4 l 2,0 c 0,-1.10457 0.89542,-2 2,-2 l 0,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path6429-5-2-9-5-4"
+         d="m -285,121.36218 c 2.20914,0 4,1.79086 4,4 l -2,0 c 0,-1.10457 -0.89542,-2 -2,-2 l 0,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-insert-case.svg b/src/ui/gui/artwork/16x16/actions/edit-insert-case.svg
new file mode 100644 (file)
index 0000000..660e380
--- /dev/null
@@ -0,0 +1,130 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-insert-variable.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,915.00004)"
+       style="display:inline"
+       id="g5719">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4893"
+         width="16"
+         height="16.000017"
+         x="-335"
+         y="121.36216" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-3"
+         d="m -324.00002,133.36225 -0.99999,0 c -0.2569,1e-5 -0.52845,0.11786 -0.71875,0.28369 l -1.28123,1.16309 -1.28123,-1.1631 c -0.19004,-0.16606 -0.46185,-0.28368 -0.71877,-0.28364 l -1,0 -10e-6,0.90779 c 0,0.28091 0.0902,0.50137 0.2813,0.68082 l 2.71874,2.41128 2.71871,-2.41128 c 0.19093,-0.17949 0.28125,-0.39993 0.28125,-0.68084 l 0,-0.90778 z"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5338"
+         d="m -327.5,122.36977 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z m -1,4 0,1 2,0 0,-1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -1.34315,2 -3,2 -1.65685,0 -3,-0.89543 -3,-2 0,-1.10457 0.89543,-2 2,-2 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-insert-variable.svg b/src/ui/gui/artwork/16x16/actions/edit-insert-variable.svg
new file mode 100644 (file)
index 0000000..49b7f25
--- /dev/null
@@ -0,0 +1,130 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="analyze-compare-means.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,915.00003)"
+       style="display:inline"
+       id="g5714">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5340"
+         d="m -374,122.375 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m -0.28125,1.28125 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 -2.28125,-2.28125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4889"
+         width="16"
+         height="16.000017"
+         x="-380"
+         y="121.36217" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7"
+         d="m -369.00002,133.36219 -0.99999,0 c -0.2569,1e-5 -0.52845,0.11786 -0.71875,0.28369 l -1.28123,1.16309 -1.28123,-1.1631 c -0.19004,-0.16606 -0.46185,-0.28368 -0.71877,-0.28364 l -1,0 -10e-6,0.90779 c 0,0.28091 0.0902,0.50137 0.2813,0.68082 l 2.71874,2.41128 2.71871,-2.41128 C -369.09032,134.77135 -369,134.55091 -369,134.27 l 0,-0.90778 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-paste.svg b/src/ui/gui/artwork/16x16/actions/edit-paste.svg
new file mode 100644 (file)
index 0000000..aa5d32b
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,885.00002)"
+       style="display:inline"
+       id="g4800">
+      <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"
+         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"
+           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"
+           sodipodi:nodetypes="ccccccc" />
+        <rect
+           ry="0.53011417"
+           rx="0.53033006"
+           y="324.00012"
+           x="104.97791"
+           height="3.9983714"
+           width="5.0625052"
+           id="rect4899"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccccccccc"
+           id="path41043"
+           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/16x16/actions/edit-redo.svg b/src/ui/gui/artwork/16x16/actions/edit-redo.svg
new file mode 100644 (file)
index 0000000..1ca1682
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="matrix(-1,0,0,1,-229,885.00002)"
+       style="display:inline"
+       id="g4787">
+      <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"
+         style="display:inline"
+         transform="translate(-525,-172.63781)">
+        <g
+           id="g4896"
+           transform="translate(120,-0.023738)">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9"
+             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"
+             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"
+           width="16"
+           height="16"
+           x="260"
+           y="344"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-select-all.svg b/src/ui/gui/artwork/16x16/actions/edit-select-all.svg
new file mode 100644 (file)
index 0000000..791f334
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,855.00002)"
+       style="display:inline"
+       id="g4815">
+      <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"
+         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"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/edit-undo.svg b/src/ui/gui/artwork/16x16/actions/edit-undo.svg
new file mode 100644 (file)
index 0000000..1df3722
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,885.00002)"
+       style="display:inline"
+       id="g4787">
+      <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"
+         style="display:inline"
+         transform="translate(-525,-172.63781)">
+        <g
+           id="g4896"
+           transform="translate(120,-0.023738)">
+          <path
+             sodipodi:nodetypes="csssc"
+             inkscape:connector-curvature="0"
+             id="path35770-4-9"
+             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"
+             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"
+           width="16"
+           height="16"
+           x="260"
+           y="344"
+           transform="translate(20,-20.000008)" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-display-information.svg b/src/ui/gui/artwork/16x16/actions/file-display-information.svg
new file mode 100644 (file)
index 0000000..9d6eeef
--- /dev/null
@@ -0,0 +1,151 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-display-information.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(485,885.00002)"
+       style="display:inline"
+       id="g3916">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-displayinformation.png"
+         id="g5311"
+         style="display:inline"
+         transform="translate(-704.99997,32.3622)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="671.36218"
+           x="219.99997"
+           height="16.000017"
+           width="16"
+           id="rect4877"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m 227.9998,119 c -2.74958,0 -5,2.25042 -5,5 0,1.58622 0.84459,2.90336 2,3.8125 l 0,2.1875 2e-4,0 1,0 4,0 1,0 -2e-4,0 0,-2.1875 c 1.15541,-0.90914 2,-2.22628 2,-3.8125 0,-2.74958 -2.25043,-5 -5,-5 z m 0,2 c 1.66868,0 3,1.33132 3,3 0,1.11585 -0.59507,2.03788 -1.5,2.5625 l -0.5,0.3125 0,0.5625 2e-4,0.5625 -2,0 -2e-4,-0.5625 0,-0.5625 -0.5,-0.3125 c -0.90493,-0.52462 -1.5,-1.44665 -1.5,-2.5625 0,-1.66868 1.33131,-3 3,-3 z"
+           id="path4561"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ssccccccccssssccccccccss" />
+        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m 226,134 0,1 4,0 0,-1 -4,0 z"
+           id="path4488-4"
+           inkscape:connector-curvature="0" />
+        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m 225,131 0,2 6,0 0,-2 -6,0 z"
+           id="path4488-4-7"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="opacity:0.3;fill:#555753;fill-opacity:1;stroke:none"
+           id="rect29445"
+           width="2"
+           height="1"
+           x="227"
+           y="124" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-export-data.svg b/src/ui/gui/artwork/16x16/actions/file-export-data.svg
new file mode 100644 (file)
index 0000000..117ab2f
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-import-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(485,915.00002)"
+       style="display:inline"
+       id="g3899">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4857"
+         width="16"
+         height="16.000017"
+         x="-485"
+         y="121.36218" />
+      <path
+         sodipodi:nodetypes="ccccccccccccccccccccccccc"
+         inkscape:connector-curvature="0"
+         id="path29073"
+         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"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-import-data.svg b/src/ui/gui/artwork/16x16/actions/file-import-data.svg
new file mode 100644 (file)
index 0000000..b00f0dd
--- /dev/null
@@ -0,0 +1,139 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-open-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(530,915.00002)"
+       style="display:inline"
+       id="g3893">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-import.png"
+         id="g5106"
+         style="display:inline"
+         transform="translate(-690,47.3622)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="626.36218"
+           x="160"
+           height="16.000017"
+           width="16"
+           id="rect4853"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <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;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"
+           d="m 163.81264,75.000703 c -0.4584,0.0875 -0.82072,0.533375 -0.8125,0.999953 l 0,0.999953 0,10.999485 0,0.999953 c 5e-5,0.523555 0.47642,0.999903 1,0.999953 l 10,0 c 0.52358,-5e-5 0.99995,-0.476398 1,-0.999953 l 0,-9.437058 c 0.006,-0.264047 -0.0975,-0.528945 -0.28125,-0.718716 l -3.5625,-3.562333 c -0.18978,-0.183691 -0.45469,-0.287357 -0.71875,-0.281237 l -6.4375,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z m 1.1875,1.999906 5,0 0,2.99986 3,0 0,7.999625 -8,0 0,-10.999485 z"
+           id="path29020"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccccccc"
+           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+           d="m 160,81.999898 6,0 0,-1.999906 3,2.999859 -3,2.99986 0,-1.999907 -6,0 z"
+           id="path4685"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-new-data.svg b/src/ui/gui/artwork/16x16/actions/file-new-data.svg
new file mode 100644 (file)
index 0000000..b170630
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-new-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="22.4"
+     inkscape:cx="14.335285"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,915.00002)"
+       style="display:inline"
+       id="g3883">
+      <rect
+         style="opacity:0;fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         id="rect4845"
+         width="16"
+         height="16.000017"
+         x="-620"
+         y="121.36218" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path1234"
+         d="m -617.00026,122.36831 c -0.55228,0 -1,0.44753 -1,0.99959 l 0,12.99471 c 0,0.55205 0.44772,0.99959 1,0.99959 l 10,0 c 0.55229,0 1,-0.44754 1,-0.99959 l 0,-9.43366 c 0.006,-0.26392 -0.0975,-0.52877 -0.28125,-0.71846 l -3.5625,-3.56105 c -0.18976,-0.18361 -0.45471,-0.28725 -0.71875,-0.28113 -2.34395,6.3e-4 -4.43032,0.001 -6.4375,0 z m 1,1.99918 5,0 0,2.99878 3,0 0,7.99674 -8,0 0,-10.99552 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" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-open-data.svg b/src/ui/gui/artwork/16x16/actions/file-open-data.svg
new file mode 100644 (file)
index 0000000..247a8ac
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-new-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(574.99986,915.00002)"
+       style="display:inline"
+       id="g3887">
+      <g
+         id="g4674">
+        <path
+           inkscape:connector-curvature="0"
+           d="m -574.46861,126.36218 c -0.28913,0 -0.53125,0.2421 -0.53125,0.5313 l 0,9.9375 c 0,0.2985 0.23264,0.5312 0.53125,0.5312 l 13.8125,0 c 0.2986,0 0.53125,-0.2326 0.53125,-0.5312 l 1.125,-4.9159 c 0,-0.2891 -0.24212,-0.5312 -0.53125,-0.5312 l -11.59375,0 -0.875,3.4783 c 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-4.9966 c 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.46615,0 0,-3.0034 z"
+           id="rect3845-5-8"
+           sodipodi:nodetypes="ccccccccccscccccc"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m -570.18736,122.36218 c -0.4584,0.0875 -0.82072,0.5334 -0.8125,1 l 0,7 2,0 0,-6 4,0 0,3 3,0 0,3 2,0 0,-3.4375 c 0.006,-0.2641 -0.0976,-0.529 -0.28125,-0.7188 l -3.5625,-3.56245 c -0.18978,-0.1837 -0.45469,-0.28737 -0.71875,-0.28125 l -5.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"
+           id="path1234-3-9"
+           sodipodi:nodetypes="cccccccccccccccccc"
+           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" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect4672"
+           width="16"
+           height="16"
+           x="-575"
+           y="121.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-print.svg b/src/ui/gui/artwork/16x16/actions/file-print.svg
new file mode 100644 (file)
index 0000000..0775fd0
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(575,885.00002)"
+       style="display:inline"
+       id="g3931">
+      <g
+         id="g5498">
+        <rect
+           y="151.36218"
+           x="-575"
+           height="16.000017"
+           width="16"
+           id="rect4869"
+           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"
+           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"
+             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"
+             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"
+             sodipodi:nodetypes="ccccccccccccccc"
+             style="fill:#555753;fill-opacity:1;stroke:none" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-quit.svg b/src/ui/gui/artwork/16x16/actions/file-quit.svg
new file mode 100644 (file)
index 0000000..51a0e38
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-quit.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,855.03852)"
+       style="display:inline"
+       id="g4619">
+      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.333606;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3869-2"
+         d="m -615.15969,183.16044 a 0.99998337,1.0002168 0 0 0 -0.34813,0.13393 c -1.05343,0.60965 -1.93145,1.46598 -2.54405,2.51786 -1.93955,3.33036 -0.81232,7.64928 2.51727,9.58928 3.32959,1.94001 7.64749,0.8125 9.58705,-2.51786 1.93955,-3.33035 0.81232,-7.64927 -2.51727,-9.58928 a 1.0081498,1.0083851 0 1 0 -1.01762,1.74107 c 2.39572,1.39588 3.18978,4.43408 1.79422,6.83036 -1.39555,2.39628 -4.43303,3.19052 -6.82876,1.79464 -2.38544,-1.38989 -3.19179,-4.41207 -1.821,-6.80357 l 0.0268,-0.0268 c 0.43759,-0.75138 1.06851,-1.38594 1.821,-1.82142 a 0.99998337,1.0002168 0 0 0 -0.66949,-1.84822 z"
+         inkscape:connector-curvature="0" />
+      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path4710"
+         d="m -612.21846,181.34794 a 1.0001,1.0001 0 0 0 -0.78125,1 l 0,5 a 1.0001,1.0001 0 1 0 2,0 l 0,-5 a 1.0001,1.0001 0 0 0 -1.21875,-1 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="181.36218"
+         x="-620"
+         height="16"
+         width="16"
+         id="rect4617"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-recently-used.svg b/src/ui/gui/artwork/16x16/actions/file-recently-used.svg
new file mode 100644 (file)
index 0000000..fbfcf38
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-recently-used.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(440,885.00002)"
+       style="display:inline"
+       id="g3909">
+      <g
+         id="g3831">
+        <g
+           id="g5309"
+           transform="translate(-720,32.36219)">
+          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+             id="path3869"
+             d="m 287.48661,118.99999 c -4.13029,0 -7.48661,3.35631 -7.48661,7.48661 0,4.13029 3.35632,7.4866 7.48661,7.4866 4.13029,0 7.48661,-3.35631 7.48661,-7.4866 0,-4.1303 -3.35632,-7.48661 -7.48661,-7.48661 z m 0,1.97321 c 3.04941,0 5.51339,2.46399 5.51339,5.5134 0,3.04941 -2.46398,5.51339 -5.51339,5.51339 -3.04941,0 -5.51339,-2.46398 -5.51339,-5.51339 0,-3.04941 2.46398,-5.5134 5.51339,-5.5134 z"
+             inkscape:connector-curvature="0" />
+          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+             id="path4639"
+             d="m 290.39286,122.98659 a 0.50005,0.50005 0 0 0 -0.25,0.15625 l -2.65625,2.65625 -1.65625,-1.65625 a 0.50005,0.50005 0 1 0 -0.6875,0.6875 l 2,2 a 0.50005,0.50005 0 0 0 0.6875,0 l 3,-3 a 0.50005,0.50005 0 0 0 -0.4375,-0.84375 z"
+             inkscape:connector-curvature="0" />
+        </g>
+        <rect
+           style="opacity:0;fill:#555753;fill-opacity:1;stroke:none"
+           id="rect5337"
+           width="16"
+           height="16"
+           x="-440"
+           y="151.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-rename-data-set.svg b/src/ui/gui/artwork/16x16/actions/file-rename-data-set.svg
new file mode 100644 (file)
index 0000000..2b70ac5
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-rename-data-set.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(530,885.00002)"
+       style="display:inline"
+       id="g3924">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-renamedataset.png"
+         id="g5274"
+         style="display:inline"
+         transform="translate(-690,32.3622)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="671.36218"
+           x="159.99997"
+           height="16.000017"
+           width="16"
+           id="rect4873"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           d="M 165.00181,129 172,122 c 1,0 2,1 2,2 l -7,7 -2,0 z"
+           id="path2273-6-2"
+           sodipodi:nodetypes="cccccc"
+           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 173,121 c 1,0 2,1 2,2 l 1,-1 c 0,-1 -0.75185,-2 -2,-2 z"
+           id="path4113-1-6-3"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 161.09375,119 c -0.56869,5e-5 -1.0937,0.50285 -1.09375,1.0625 l 0,12.84375 0,0.25 0,0.78125 c 5e-5,0.55965 0.52506,1.06245 1.09375,1.0625 l 4.34375,0 1.125,0 5.34375,0 c 0.55754,-5e-5 1.07398,-0.48468 1.09375,-1.03125 3.9e-4,-0.0109 0,-0.0204 0,-0.0312 L 173,127 l -2,2 0,4 -9,0 0,-12 5,0 2,2 1.53125,-1.53125 -2.1875,-2.125 c -0.20046,-0.20837 -0.48969,-0.3416 -0.78125,-0.34375 z"
+           id="path6682-6"
+           sodipodi:nodetypes="ccccccccccsccccccccccc"
+           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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-save-as.svg b/src/ui/gui/artwork/16x16/actions/file-save-as.svg
new file mode 100644 (file)
index 0000000..8720a55
--- /dev/null
@@ -0,0 +1,139 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-save-as.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,885.00002)"
+       style="display:inline"
+       id="g3864">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4865"
+         width="16"
+         height="16.000017"
+         x="-620"
+         y="151.36218" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3613-6-2"
+         d="m -616,157.36219 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,1e-5 -0.53059,0.0931 -0.71875,0.28125 l -2.28125,2.28125 -2.28125,-2.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,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;color:#000000;fill:#555753;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" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4388-5-7"
+         d="m -613,155.36219 0,5 2,0 0,-5 -2,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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4390-1"
+         d="m -617.0002,152.36219 c -0.54535,0 -1,0.45465 -1,1 l 0,2 c 0,0.54535 0.45465,1 1,1 l 10,0 c 0.54535,0 1,-0.45465 1,-1 l 0,-2 c 0,-0.54535 -0.45465,-1 -1,-1 l -10,0 z m 0,1 10,0 0,2 -10,0 0,-2 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         id="rect4390-9-9"
+         d="m -615.625,161.36208 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-0.001 0.0417,-0.001 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-save-data.svg b/src/ui/gui/artwork/16x16/actions/file-save-data.svg
new file mode 100644 (file)
index 0000000..634e86c
--- /dev/null
@@ -0,0 +1,130 @@
+<?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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="7.9640184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(440,915.00002)"
+       style="display:inline"
+       id="g3904">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4861"
+         width="16"
+         height="16.000017"
+         x="-440"
+         y="121.36218" />
+      <path
+         id="rect4390-9"
+         d="m -435.625,130.375 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-0.001 0.0417,-0.001 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m -433,122.36218 0,5.5625 -1.28125,-1.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,0 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,1e-5 -0.53059,0.0931 -0.71875,0.28125 l -1.28125,1.28125 0,-5.5625 z"
+         id="path3613"
+         sodipodi:nodetypes="ccccccccccccccccccc"
+         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;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" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-syntax-data.svg b/src/ui/gui/artwork/16x16/actions/file-syntax-data.svg
new file mode 100644 (file)
index 0000000..5dd78a5
--- /dev/null
@@ -0,0 +1,172 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-syntax-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       style="display:inline"
+       id="g5057"
+       transform="translate(620,915.00002)">
+      <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
+         id="path11751-2-3"
+         d="m -615.58436,126.39153 a 0.55101873,0.57222136 0 0 0 -0.22957,0.98341 l 1.4348,1.49001 -1.4348,1.49001 a 0.5681541,0.59001607 0 1 0 0.80349,0.83441 l 1.83655,-1.90722 a 0.55101873,0.57222136 0 0 0 0,-0.8344 l -1.83655,-1.90722 a 0.55101873,0.57222136 0 0 0 -0.57392,-0.149 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         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"
+         width="3"
+         height="1"
+         id="rect4987"
+         y="130.36218"
+         x="-612" />
+      <rect
+         y="121.36218"
+         x="-620"
+         height="16"
+         width="16"
+         id="rect4022"
+         style="fill:none;stroke:none" />
+      <rect
+         ry="1"
+         y="122.36218"
+         x="-619"
+         height="2"
+         width="14"
+         id="rect5000"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         ry="1"
+         y="133.36218"
+         x="-619"
+         height="2"
+         width="14"
+         id="rect5000-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1"
+         transform="matrix(0,1,-1,0,0,0)"
+         y="617"
+         x="122.36218"
+         height="2"
+         width="12.999997"
+         id="rect5000-49"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1"
+         transform="matrix(0,1,-1,0,0,0)"
+         y="605"
+         x="122.36218"
+         height="2"
+         width="12.999997"
+         id="rect5000-49-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="121.36218"
+         x="-620"
+         height="16"
+         width="16"
+         id="rect5045"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/file-system-data.svg b/src/ui/gui/artwork/16x16/actions/file-system-data.svg
new file mode 100644 (file)
index 0000000..220d662
--- /dev/null
@@ -0,0 +1,190 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="file-system-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(601,919.00002)"
+       style="display:inline"
+       id="g5777">
+      <rect
+         y="117.36218"
+         x="-601"
+         height="16"
+         width="16"
+         id="rect4886"
+         style="fill:none;stroke:none" />
+      <rect
+         y="124.36218"
+         x="-599"
+         height="1"
+         width="13"
+         id="rect5694-0-3"
+         style="fill:#555753" />
+      <rect
+         y="120.36218"
+         x="-599"
+         height="1"
+         width="13"
+         id="rect5694-7-1-89"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="120.36218"
+         x="-599"
+         height="2"
+         width="13"
+         id="rect5694-73-2-82"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1"
+         y="119.36218"
+         x="-599"
+         height="2"
+         width="13"
+         id="rect5694-9-6-03"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="120.36218"
+         x="-599"
+         height="11"
+         width="1"
+         id="rect5694-733-5-6"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="120.36218"
+         x="-587"
+         height="11"
+         width="1"
+         id="rect5694-733-8-8-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="120.36218"
+         x="-591"
+         height="11"
+         width="1"
+         id="rect5694-733-0-2-2"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="120.36218"
+         x="-595"
+         height="11"
+         width="1"
+         id="rect5694-733-86-9-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="127.36218"
+         x="-599"
+         height="1"
+         width="13"
+         id="rect5694-0-3-4"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="130.36218"
+         x="-599"
+         height="1"
+         width="13"
+         id="rect5694-0-3-6"
+         style="fill:#555753;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/help-about.svg b/src/ui/gui/artwork/16x16/actions/help-about.svg
new file mode 100644 (file)
index 0000000..fe32a8b
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="help-about.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="5.6"
+     inkscape:cx="-20.197756"
+     inkscape:cy="-0.86263787"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       id="g3008">
+      <rect
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="16"
+         id="rect7355"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3999"
+         d="m 8.5,1037.3622 c -3.58985,0 -6.5,2.8836 -6.5,6.4688 0,3.5851 2.91015,6.5312 6.5,6.5312 3.58985,0 6.5,-2.9461 6.5,-6.5312 0,-3.5852 -2.91015,-6.4688 -6.5,-6.4688 z m -1.5,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,5 -3,0 0,-5 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="16"
+         id="rect4006"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/help-reference-manual.svg b/src/ui/gui/artwork/16x16/actions/help-reference-manual.svg
new file mode 100644 (file)
index 0000000..ed7539d
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="windows-split.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-340,805.00002)"
+       style="display:inline"
+       id="g5028">
+      <g
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/help-reference-manual.png"
+         id="g7214"
+         style="display:inline"
+         transform="translate(-20,-97.6378)">
+        <rect
+           transform="translate(0,-552.3622)"
+           y="881.36218"
+           x="360.00003"
+           height="16.000017"
+           width="16"
+           id="rect5058"
+           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 361.96875,328.99999 c -1.0912,0 -1.96875,0.87755 -1.96875,1.96875 l 0,12.0625 c 0,1.0912 0.87755,1.96875 1.96875,1.96875 l 12.03125,0 c 0.554,0 1,-0.446 1,-1 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 l 12,0 c 0,-0.55856 -0.44144,-1 -1,-1 z M 368,333.06249 c 2.72669,0 4.9375,2.20786 4.9375,4.9375 0,2.72964 -2.21081,4.9375 -4.9375,4.9375 -2.72669,0 -4.9375,-2.20786 -4.9375,-4.9375 0,-2.72964 2.21081,-4.9375 4.9375,-4.9375 z m 0,1 c -0.63685,0 -1.21995,0.17421 -1.75,0.4375 l 0.71875,1.5 c 0.31325,-0.1625 0.65582,-0.28125 1.03125,-0.28125 0.37543,0 0.718,0.11875 1.03125,0.28125 l 0.71875,-1.5 c -0.53005,-0.26329 -1.11315,-0.4375 -1.75,-0.4375 z m -3.5,2.1875 c -0.26373,0.53017 -0.4375,1.11182 -0.4375,1.75 0,0.64816 0.16599,1.24503 0.4375,1.78125 l 1.5,-0.75 c -0.16256,-0.31326 -0.28125,-0.65563 -0.28125,-1.03125 0,-0.36123 0.0989,-0.69568 0.25,-1 z m 7.03125,0 -1.5,0.75 c 0.1511,0.30432 0.25,0.63877 0.25,1 0,0.37562 -0.11869,0.71799 -0.28125,1.03125 l 1.5,0.75 c 0.27151,-0.53622 0.4375,-1.13309 0.4375,-1.78125 0,-0.6332 -0.14638,-1.22289 -0.40625,-1.75 z M 368,336.71874 c -0.71682,0 -1.28125,0.56221 -1.28125,1.28125 0,0.71904 0.56443,1.28125 1.28125,1.28125 0.71682,0 1.28125,-0.56221 1.28125,-1.28125 0,-0.71904 -0.56443,-1.28125 -1.28125,-1.28125 z m 1.03125,3.28125 c -0.31325,0.1625 -0.65582,0.28125 -1.03125,0.28125 -0.36105,0 -0.6957,-0.099 -1,-0.25 l -0.75,1.5 c 0.52698,0.25944 1.11813,0.40625 1.75,0.40625 0.63685,0 1.21995,-0.17421 1.75,-0.4375 z"
+           style="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"
+           id="rect4665-8"
+           sodipodi:nodetypes="cccccssccsccccssssssccsccscsccsccccsccscssssscsccscc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/run-all.svg b/src/ui/gui/artwork/16x16/actions/run-all.svg
new file mode 100644 (file)
index 0000000..054810f
--- /dev/null
@@ -0,0 +1,130 @@
+<?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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-340,915.00002)"
+       style="display:inline"
+       id="g5352">
+      <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"
+         d="m 345.03135,125.36216 0,7.00001 0.6031,0 0.0624,0 c 0.1164,7e-4 0.23144,-0.0271 0.33275,-0.0875 l 4.65849,-2.80001 c 0.20676,-0.12032 0.31195,-0.36642 0.31195,-0.6125 0,-0.24609 -0.10519,-0.49218 -0.31195,-0.6125 l -4.65849,-2.8 c -0.10131,-0.0604 -0.21635,-0.0884 -0.33275,-0.0875 l -0.0624,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="121.36218"
+         x="340"
+         height="16"
+         width="16"
+         id="rect4993"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5000-1"
+         d="m 342,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/run-current-line.svg b/src/ui/gui/artwork/16x16/actions/run-current-line.svg
new file mode 100644 (file)
index 0000000..c83ddac
--- /dev/null
@@ -0,0 +1,152 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="run-current-line.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-430,915.00002)"
+       style="display:inline"
+       id="g5461">
+      <rect
+         y="121.36218"
+         x="430"
+         height="16"
+         width="16"
+         id="rect5006"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5000-1-2-0"
+         d="m 432,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="126.36218"
+         x="431"
+         height="2"
+         width="14"
+         id="rect5405"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="130.36218"
+         x="431"
+         height="2"
+         width="14"
+         id="rect5405-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="126.36218"
+         x="431"
+         height="6"
+         width="2"
+         id="rect5405-0"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="126.36218"
+         x="443"
+         height="6"
+         width="2"
+         id="rect5405-0-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/run-selection.svg b/src/ui/gui/artwork/16x16/actions/run-selection.svg
new file mode 100644 (file)
index 0000000..1c20083
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="run-selection.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-385,915.00002)"
+       style="display:inline"
+       id="g5399">
+      <path
+         id="path8864-9-6"
+         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:#bebebe;fill:#555753;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"
+         d="m 389,126.36218 0,0.83334 c 0,0.21407 0.0884,0.44038 0.21277,0.59895 l 0.87234,1.06771 -0.87234,1.06771 C 389.08839,130.08846 389,130.31477 389,130.52885 l 0,0.83333 0.68085,0 c 0.21069,0 0.37605,-0.0752 0.51064,-0.23437 L 392,128.86218 l -1.80851,-2.26562 c -0.13459,-0.15913 -0.29995,-0.23438 -0.51064,-0.23438 l -0.68085,0 z"
+         sodipodi:nodetypes="ccccccccccccc" />
+      <path
+         id="path8866-7-0"
+         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:#bebebe;fill:#555753;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"
+         d="m 397,126.36218 0,0.83334 c 0,0.21407 -0.0884,0.44038 -0.21277,0.59895 l -0.87234,1.06771 0.87234,1.06771 c 0.12438,0.15857 0.21277,0.38488 0.21277,0.59896 l 0,0.83333 -0.68085,0 c -0.21068,0 -0.37605,-0.0752 -0.51064,-0.23437 L 394,128.86218 l 1.80851,-2.26562 c 0.13459,-0.15913 0.29996,-0.23438 0.51064,-0.23438 l 0.68085,0 z"
+         sodipodi:nodetypes="ccccccccccccc" />
+      <rect
+         y="121.36218"
+         x="385"
+         height="16"
+         width="16"
+         id="rect4999"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5000-1-2-6"
+         d="m 387,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/run-to-end.svg b/src/ui/gui/artwork/16x16/actions/run-to-end.svg
new file mode 100644 (file)
index 0000000..78d9738
--- /dev/null
@@ -0,0 +1,137 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="run-to-end.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-475,915.00002)"
+       style="display:inline"
+       id="g5389">
+      <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-1"
+         d="m 480.03134,126.36215 0,5.00002 0.40101,0 0.0415,0 c 0.0774,5e-4 0.15389,-0.0194 0.22125,-0.0625 l 3.09748,-2.00001 c 0.13748,-0.0859 0.20742,-0.26173 0.20742,-0.4375 0,-0.17578 -0.0699,-0.35156 -0.20742,-0.4375 l -3.09748,-2.00001 c -0.0674,-0.0431 -0.14386,-0.0631 -0.22125,-0.0625 l -0.0415,0 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="121.36218"
+         x="475"
+         height="16"
+         width="16"
+         id="rect4993-9"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5000-1-8"
+         d="m 477,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
+         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="126.36218"
+         x="484"
+         height="5"
+         width="2"
+         id="rect5387"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-automatic-recode.svg b/src/ui/gui/artwork/16x16/actions/transform-automatic-recode.svg
new file mode 100644 (file)
index 0000000..5ad19c5
--- /dev/null
@@ -0,0 +1,132 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-automatic-recode.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(485,805.00002)"
+       style="display:inline"
+       id="g6156">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429"
+         d="m -485,241.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         id="path42972-6"
+         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0"
+         d="m -473.91774,239.3649 c -0.25505,0.0518 -0.49195,0.14383 -0.72728,0.24026 -0.0185,0.68573 0.0963,1.58356 -0.17316,1.81914 -0.26483,0.23149 -1.15073,0.0377 -1.83549,-0.0344 -0.14561,0.25975 -0.26073,0.53295 -0.34633,0.82376 0.52984,0.43479 1.26394,0.92153 1.28139,1.26996 0.0177,0.35278 -0.69421,0.88405 -1.17749,1.37294 0.11457,0.28319 0.27721,0.54208 0.45022,0.78944 0.67415,-0.13885 1.51427,-0.41028 1.80086,-0.20594 0.29181,0.20804 0.29391,1.10421 0.38096,1.78481 0.27655,0.0824 0.56797,0.11478 0.8658,0.13729 0.3118,-0.60917 0.62882,-1.4496 0.96969,-1.54455 0.34993,-0.0974 1.06783,0.50319 1.66234,0.85808 0.24238,-0.1665 0.45763,-0.3702 0.65801,-0.5835 -0.28131,-0.6286 -0.79913,-1.41897 -0.65801,-1.75049 0.14125,-0.33181 1.08097,-0.51581 1.7316,-0.75511 0.004,-0.0807 0.0346,-0.15831 0.0346,-0.24026 0,-0.21019 -0.0382,-0.41626 -0.0693,-0.61782 -0.6717,-0.17663 -1.626,-0.26503 -1.80087,-0.58349 -0.17371,-0.31634 0.26795,-1.1658 0.48485,-1.81914 -0.22294,-0.19615 -0.46481,-0.37032 -0.72728,-0.51485 -0.5551,0.41202 -1.20168,1.09215 -1.55844,1.02969 -0.35118,-0.0615 -0.73463,-0.90015 -1.10822,-1.4759 -0.0445,0.008 -0.0944,-0.009 -0.13853,0 z m 0.69263,2.0594 c 1.03285,0 1.87014,0.82982 1.87014,1.85346 0,1.02363 -0.83729,1.85346 -1.87014,1.85346 -1.03283,0 -1.87012,-0.82983 -1.87012,-1.85346 0,-1.02364 0.83729,-1.85346 1.87012,-1.85346 z" />
+      <path
+         id="path6429-3"
+         d="m -469,237.36218 c 0,-2.20914 -1.79086,-4 -4,-4 l 0,-2 -3,3 3,3 0,-2 c 1.10457,0 2,0.89542 2,2 l 2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect6016-6"
+         d="m -483,231.375 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-compute.svg b/src/ui/gui/artwork/16x16/actions/transform-compute.svg
new file mode 100644 (file)
index 0000000..6728049
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,805.00002)"
+       style="display:inline"
+       id="g5474">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect3725-0-9-5-1"
+         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"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-count.svg b/src/ui/gui/artwork/16x16/actions/transform-count.svg
new file mode 100644 (file)
index 0000000..4e08b82
--- /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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(575,805.00002)"
+       style="display:inline"
+       id="g4713">
+      <rect
+         ry="1.0736192"
+         y="231.36218"
+         x="-575"
+         height="16"
+         width="16"
+         id="rect6694"
+         style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect4748"
+         d="m -570,232.36218 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 4.8125,2 c 1.64243,-0.092 3.0955,1.17008 3.1875,2.8125 -10e-5,1.40136 -0.37771,1.92177 -1.59375,2.84375 -0.19093,0.14364 -0.3256,0.2506 -0.375,0.3125 -0.0494,0.0621 -0.0313,0.0333 -0.0313,0.0313 0.007,0.52831 -0.47163,1 -1,1 -0.52837,0 -1.007,-0.47169 -1,-1 0,-0.50239 0.22424,-0.94342 0.46875,-1.25 0.24451,-0.30663 0.4913,-0.51638 0.71875,-0.6875 0.20405,-0.16056 0.46083,-0.38454 0.6875,-0.65625 0.0935,-0.1121 0.129,-0.30766 0.125,-0.4375 l 0,-0.0313 c -0.0316,-0.56324 -0.49926,-0.9691 -1.0625,-0.9375 -0.56324,0.0316 -0.9691,0.43676 -0.9375,1 l -2,0 c -0.092,-1.64243 1.17007,-2.9079 2.8125,-3 z m -6.8125,4.75 1,0 0,0.46875 c 0.66071,-0.27641 0.90505,-0.39625 1.4375,-0.34375 1.02012,0.10078 1.5625,0.9845 1.5625,1.78125 l 0,2.34375 -1,0 0,-2 c 0.0111,-0.27621 -0.10268,-1.09375 -0.90625,-1.09375 -0.38393,0 -0.86161,0.004 -1.09375,0.0937 l 0,3 -1,0 0,-3.9375 0,-0.3125 z m 7,3.25 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z"
+         style="fill:#555753;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-in-to-different-variables.svg b/src/ui/gui/artwork/16x16/actions/transform-in-to-different-variables.svg
new file mode 100644 (file)
index 0000000..796dcba
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-in-to-different-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,775.00002)"
+       style="display:inline"
+       id="g6183">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429-8"
+         d="m -620,271.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="261.36218"
+         x="-620"
+         height="16"
+         width="16"
+         id="rect6590"
+         style="fill:none;stroke:none" />
+      <path
+         id="rect6016-0"
+         d="m -618,261.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect6009-6"
+         d="m -610,269.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.78125,1.78125 0,2.6875 -1.5,0 0,-2.6875 -1.78125,-1.78125 1.0625,-1.0625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-in-to-same-variables.svg b/src/ui/gui/artwork/16x16/actions/transform-in-to-same-variables.svg
new file mode 100644 (file)
index 0000000..2064245
--- /dev/null
@@ -0,0 +1,132 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-in-to-same-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(440,805.00002)"
+       style="display:inline"
+       id="g6150">
+      <path
+         id="path6429-50"
+         d="m -440,241.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path6429-50-8"
+         d="m -424,237.36218 c 0,-2.20914 -1.79086,-4 -4,-4 l 0,-2 -3,3 3,3 0,-2 c 1.10457,0 2,0.89542 2,2 l 2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect6016-1"
+         d="m -438,231.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect6016-5"
+         d="m -430,239.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-rank-cases.svg b/src/ui/gui/artwork/16x16/actions/transform-rank-cases.svg
new file mode 100644 (file)
index 0000000..3da1a43
--- /dev/null
@@ -0,0 +1,197 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-rank-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="14.726323"
+     inkscape:cy="3.9620793"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(506,805.00002)"
+       style="display:inline"
+       id="g6074">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4625"
+         d="m -526.25,241.58093 -2.75,2.78125 3,0 0,3 4,-4 c -1.64891,0 -3.13422,-0.70463 -4.21875,-1.78125 l -0.0313,0 z m 4.25,1.78125 4,4 0,-3 3,0 -2.75,-2.78125 c -0.005,0.005 -0.026,-0.005 -0.0313,0 -1.08453,1.07662 -2.56984,1.78125 -4.21875,1.78125 z"
+         style="fill:#555753;stroke:none" />
+      <g
+         id="g4719">
+        <rect
+           style="fill:none;stroke:none"
+           id="rect4717"
+           width="16"
+           height="16"
+           x="-530"
+           y="231.36218" />
+      </g>
+      <rect
+         y="231.36218"
+         x="-530"
+         height="16"
+         width="16"
+         id="rect5344"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5901-4"
+         d="m -522.5,232.375 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 2.20914,0 4,1.79086 4,4 0,2.20914 -1.79086,4 -4,4 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 z"
+         style="fill:#555753;stroke:none;display:inline" />
+      <path
+         transform="matrix(1.5,0,0,1.2,280.5,-46.872444)"
+         d="m -533,236.86218 c 0,1.38071 -0.89543,2.5 -2,2.5 -1.10457,0 -2,-1.11929 -2,-2.5 0,-1.38071 0.89543,-2.5 2,-2.5 1.10457,0 2,1.11929 2,2.5 z"
+         sodipodi:ry="2.5"
+         sodipodi:rx="2"
+         sodipodi:cy="236.86218"
+         sodipodi:cx="-535"
+         id="path5901-4-6"
+         style="fill:#555753;stroke:none;display:inline"
+         sodipodi:type="arc" />
+    </g>
+    <g
+       transform="translate(530,805.00002)"
+       style="display:inline"
+       id="g6962">
+      <g
+         transform="translate(0,3.0000001e-6)"
+         id="g4719-1">
+        <rect
+           style="fill:none;stroke:none"
+           id="rect4717-1"
+           width="16"
+           height="16"
+           x="-530"
+           y="231.36218" />
+      </g>
+      <rect
+         y="231.36218"
+         x="-530"
+         height="16"
+         width="16"
+         id="rect5344-6"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5901-4-9"
+         d="m -522.5,232.375 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 2.20914,0 4,1.79086 4,4 0,2.20914 -1.79086,4 -4,4 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 z"
+         style="fill:#555753;stroke:none;display:inline" />
+      <path
+         transform="matrix(1.5,0,0,1.2,280.5,-46.872441)"
+         d="m -533,236.86218 c 0,1.38071 -0.89543,2.5 -2,2.5 -1.10457,0 -2,-1.11929 -2,-2.5 0,-1.38071 0.89543,-2.5 2,-2.5 1.10457,0 2,1.11929 2,2.5 z"
+         sodipodi:ry="2.5"
+         sodipodi:rx="2"
+         sodipodi:cy="236.86218"
+         sodipodi:cx="-535"
+         id="path5901-4-6-5"
+         style="fill:#555753;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6936"
+         d="m -522,242.36218 4,5 0,-3 3,0 -4,-4 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6936-7"
+         d="m -522,242.36218 -4,5 0,-3 -3,0 4,-4 z"
+         style="fill:#555753;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/transform-run-pending.svg b/src/ui/gui/artwork/16x16/actions/transform-run-pending.svg
new file mode 100644 (file)
index 0000000..f52b954
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="transform-in-to-different-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(575,775.00002)"
+       style="display:inline"
+       id="g7207">
+      <rect
+         ry="1.6073395"
+         rx="0.7692309"
+         y="261.36218"
+         x="-575"
+         height="16"
+         width="16"
+         id="rect3001"
+         style="opacity:0.35;fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429-8-0"
+         d="m -575,271.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         id="path42972-6-5"
+         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0"
+         d="m -563.91771,269.36497 c -0.25505,0.0518 -0.49195,0.14383 -0.72728,0.24026 -0.0185,0.68573 0.0963,1.58356 -0.17316,1.81914 -0.26483,0.23149 -1.15073,0.0377 -1.83549,-0.0344 -0.14561,0.25975 -0.26073,0.53295 -0.34633,0.82376 0.52984,0.43479 1.26394,0.92153 1.28139,1.26996 0.0177,0.35278 -0.69421,0.88405 -1.17749,1.37294 0.11457,0.28319 0.27721,0.54208 0.45022,0.78944 0.67415,-0.13885 1.51427,-0.41028 1.80086,-0.20594 0.29181,0.20804 0.29391,1.10421 0.38096,1.78481 0.27655,0.0824 0.56797,0.11478 0.8658,0.13729 0.3118,-0.60917 0.62882,-1.4496 0.96969,-1.54455 0.34993,-0.0974 1.06783,0.50319 1.66234,0.85808 0.24238,-0.1665 0.45763,-0.3702 0.65801,-0.5835 -0.28131,-0.6286 -0.79913,-1.41897 -0.65801,-1.75049 0.14125,-0.33181 1.08097,-0.51581 1.7316,-0.75511 0.004,-0.0807 0.0346,-0.15831 0.0346,-0.24026 0,-0.21019 -0.0382,-0.41626 -0.0693,-0.61782 -0.6717,-0.17663 -1.626,-0.26503 -1.80087,-0.58349 -0.17371,-0.31634 0.26795,-1.1658 0.48485,-1.81914 -0.22294,-0.19615 -0.46481,-0.37032 -0.72728,-0.51485 -0.5551,0.41202 -1.20168,1.09215 -1.55844,1.02969 -0.35118,-0.0615 -0.73463,-0.90015 -1.10822,-1.4759 -0.0445,0.008 -0.0944,-0.009 -0.13853,0 z m 0.69263,2.0594 c 1.03285,0 1.87014,0.82982 1.87014,1.85346 0,1.02363 -0.83729,1.85346 -1.87014,1.85346 -1.03283,0 -1.87012,-0.82983 -1.87012,-1.85346 0,-1.02364 0.83729,-1.85346 1.87012,-1.85346 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect6194-0-7"
+         d="m -573,261.36218 c -1.108,0 -2,0.89377 -2,2 l 0,4 c 0,1.10622 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.89378 2,-2 l 0,-4 c 0,-1.10623 -0.892,-2 -2,-2 l -4,0 z m 0.0313,1 0.5,0 0.0625,0 c 0.0969,-8e-4 0.19695,0.0107 0.28125,0.0625 l 3.875,2.40625 c 0.17209,0.10313 0.25,0.32032 0.25,0.53125 0,0.21092 -0.0779,0.39687 -0.25,0.5 l -3.875,2.40625 c -0.0843,0.0517 -0.18435,0.0943 -0.28125,0.0937 l -0.0625,0 -0.5,0 0,-6 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/utilities-data-file-comments.svg b/src/ui/gui/artwork/16x16/actions/utilities-data-file-comments.svg
new file mode 100644 (file)
index 0000000..d553d44
--- /dev/null
@@ -0,0 +1,165 @@
+<?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="16"
+   height="16"
+   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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(95,805.01122)"
+       style="display:inline"
+       id="g5050">
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2"
+         d="m -89.546867,237.35985 a 0.49808792,0.50218822 0 1 0 0.09293,0.99999 l 5.950961,0 a 0.49596298,0.50004578 0 1 0 0,-0.99999 l -5.950961,0 a 0.49596298,0.50004578 0 0 0 -0.09293,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3"
+         d="m -89.547484,239.35985 a 0.49740988,0.5021928 0 1 0 0.09281,1 l 4.952382,0 a 0.49528782,0.50005034 0 1 0 0,-1 l -4.952382,0 a 0.49528782,0.50005034 0 0 0 -0.09281,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-2"
+         d="m -89.600821,241.36437 a 0.50219244,0.49992672 0 1 0 0.0937,0.99549 l 6,0 a 0.50004998,0.49779393 0 1 0 0,-0.99549 l -6,0 a 0.50004998,0.49779393 0 0 0 -0.0937,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-3"
+         d="m -89.600821,243.36437 a 0.50219243,0.49992672 0 1 0 0.0937,0.99549 l 3,0 a 0.50004997,0.49779393 0 1 0 0,-0.99549 l -3,0 a 0.50004997,0.49779393 0 0 0 -0.0937,0 z" />
+      <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;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0"
+         id="rect10788"
+         sodipodi:nodetypes="csssssscccc"
+         d="m -91.006871,232.35985 c -1.0907,0 -2,0.9093 -2,2 l 0,11 c 0,1.0907 0.9093,2 2,2 l 9,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-11 c 0,-1.0907 -0.9093,-2 -2,-2 0,4.33333 0,8.66667 0,13 l -9,0 c 0,-4.33333 0,-8.66667 0,-13 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-3-9"
+         d="m -89.600821,231.35984 a 0.50005,0.49945326 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945326 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945326 0 0 0 -0.59375,-0.4994 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-3-9-3"
+         d="m -87.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-3-9-3-3"
+         d="m -85.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
+      <path
+         inkscape:connector-curvature="0"
+         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         id="path3601-2-3-3-9-3-3-7"
+         d="m -83.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
+      <rect
+         y="231.36218"
+         x="-95"
+         height="16"
+         width="16"
+         id="rect5048"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/utilities-variables.svg b/src/ui/gui/artwork/16x16/actions/utilities-variables.svg
new file mode 100644 (file)
index 0000000..6f40207
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="windows-minimize-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(140,805.00002)"
+       style="display:inline"
+       id="g6139">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect6091"
+         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"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/view-font.svg b/src/ui/gui/artwork/16x16/actions/view-font.svg
new file mode 100644 (file)
index 0000000..c0c4373
--- /dev/null
@@ -0,0 +1,136 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="edit-go-to-case.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(140,914.99847)"
+       style="display:inline"
+       id="g7342">
+      <g
+         transform="translate(-28,-178.99847)"
+         inkscape:label="sc_designerdialog"
+         id="g8828"
+         style="display:inline">
+        <rect
+           style="fill:none;stroke:none"
+           id="rect8830"
+           width="16"
+           height="16"
+           x="-112"
+           y="-736"
+           transform="translate(0,1036.3622)" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         id="path7755-4"
+         d="m -135.5,122.375 c -2.48527,0 -4.5,1.91432 -4.5,4.28125 l 0,5.71875 3,0 0,-2.875 3,0 0,2.875 1.125,0 0.96875,0 c -0.0587,-0.31716 -0.0937,-0.65709 -0.0937,-1 0,-1.00857 0.25785,-1.94927 0.75,-2.6875 0.0715,-0.10731 0.1659,-0.21338 0.25,-0.3125 l 0,-0.78125 0,-0.21875 0,-0.71875 c 0,-2.36693 -2.01472,-4.28125 -4.5,-4.28125 z m 0,2.84375 c 0.82842,0 1.5,0.64852 1.5,1.4375 l 0,0.71875 0,0.6875 -3,0 0,-1.40625 c 0,-0.78898 0.67158,-1.4375 1.5,-1.4375 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect6645-5-7"
+         d="m -129,128.36218 c -1.10457,0 -2,1.34315 -2,3 0,1.65685 0.89543,3 2,3 l 0,3 3,0 0,-3 c 1.10457,0 2,-1.34315 2,-3 0,-1.65685 -0.89543,-3 -2,-3 l 0,3 c 0,0.554 -0.446,1 -1,1 l -1,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-3 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/view-value-labels.svg b/src/ui/gui/artwork/16x16/actions/view-value-labels.svg
new file mode 100644 (file)
index 0000000..7973cf5
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="view-value-labels.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="g6351"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(95,915.00002)"
+       style="display:inline"
+       id="g6351">
+      <g
+         style="display:inline"
+         id="g4959"
+         transform="translate(0,-2.6171874e-6)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path4057"
+           d="m -92,122.375 -2,2 0,4 8,8 6,-6 -8,-8 -4,0 z m 1.5,2 c 0.828427,0 1.5,0.67157 1.5,1.5 0,0.82843 -0.671573,1.5 -1.5,1.5 -0.828427,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.671573,-1.5 1.5,-1.5 z"
+           style="fill:#555753;stroke:none" />
+        <rect
+           y="121.36218"
+           x="-95"
+           height="16"
+           width="16"
+           id="rect4141"
+           style="fill:none;stroke:none" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/windows-minimize-all.svg b/src/ui/gui/artwork/16x16/actions/windows-minimize-all.svg
new file mode 100644 (file)
index 0000000..4f6d2f7
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="help-about.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-100,805.00002)"
+       style="display:inline"
+       id="g6866">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect5050"
+         width="16"
+         height="16.000017"
+         x="100"
+         y="231.36218" />
+      <rect
+         y="242.3622"
+         x="101"
+         width="8"
+         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         ry="0"
+         rx="0"
+         id="rect8269"
+         height="1.9887378" />
+      <rect
+         y="231.36218"
+         x="100"
+         height="16"
+         width="16"
+         id="rect5039"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5382-3-4"
+         d="m 111,235.36218 c 2.20914,0 4,1.79086 4,4 0,0.554 -0.446,1 -1,1 -0.554,0 -1,-0.446 -1,-1 0,-1.10457 -0.89542,-2 -2,-2 l -1,0 c -0.81348,0 -1.50003,0.49031 -1.8125,1.1875 l 1.8125,1.8125 -5,0 0,-5 1.71875,1.71875 c 0.72188,-1.04326 1.91656,-1.71875 3.28125,-1.71875 l 1,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/actions/windows-split.svg b/src/ui/gui/artwork/16x16/actions/windows-split.svg
new file mode 100644 (file)
index 0000000..fc466e2
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="windows-minimize-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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(-145,805.00002)"
+       style="display:inline"
+       id="g5035">
+      <path
+         id="path4736-2-2"
+         d="m 148,233.36218 c -0.554,0 -1,0.446 -1,1 l 0,2 0,1 0,6 0,1 0,2 1,0 3,0 1,0 1,0 1,0 1,0 1,0 4,0 0,-1 0,-1 0,-1 0,-7 0,-2 c 0,-0.554 -0.446,-1 -1,-1 l -4,0 -7,0 z m 0,3 3,0 1,0 1,0 0,3.5 -5,0 0,-3.5 z m 6,0 1,0 1,0 3,0 0,1 0,2.5 -5,0 0,-3.5 z m -6,4.5 5,0 0,3.5 -1,0 -1,0 -3,0 0,-1 0,-2.5 z m 6,0 5,0 0,2.5 0,1 -3,0 -1,0 -1,0 0,-3.5 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="231.36218"
+         x="145"
+         height="16"
+         width="16"
+         id="rect5033"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/apps/pspp.svg b/src/ui/gui/artwork/16x16/apps/pspp.svg
new file mode 100644 (file)
index 0000000..8132d6d
--- /dev/null
@@ -0,0 +1,1109 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16.000004"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4">
+      <stop
+         id="stop17661-0-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0" />
+      <stop
+         id="stop17669-0-2"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9">
+      <stop
+         id="stop17341-6-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0">
+      <stop
+         id="stop17771-8-6"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4-7">
+      <stop
+         id="stop17661-0-5-4"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2-0" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0-9" />
+      <stop
+         id="stop17669-0-2-6"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4-2">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9-0">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5-1" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6-2">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0-9" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6-3">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0-3" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6-7" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9-0">
+      <stop
+         id="stop17341-6-2-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0-8">
+      <stop
+         id="stop17771-8-6-5"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1">
+      <stop
+         id="stop17661-8-4-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9" />
+      <stop
+         id="stop17669-1-7-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-5-8-9">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-3-1-8">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-9-7-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-8-0-5">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-8-8-9">
+      <stop
+         id="stop17771-2-4-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       id="radialGradient6108"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1-5"
+       id="linearGradient6157-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1-5">
+      <stop
+         id="stop17661-8-4-5-9"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9-5" />
+      <stop
+         id="stop17669-1-7-1-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9-7"
+       id="linearGradient6154-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9-7">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-3-1-8-9"
+       id="radialGradient6144-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-3-1-8-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8-4" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-9-7-0-0"
+       id="radialGradient6141-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-9-7-0-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-8-0-5-2"
+       id="radialGradient6138-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-8-0-5-2">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5-9" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-8-8-9-7"
+       id="radialGradient6121-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-8-8-9-7">
+      <stop
+         id="stop17771-2-4-1-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3-1"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6241"
+       xlink:href="#linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1-8"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4-9"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4343"
+       xlink:href="#linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1-5-4"
+       id="linearGradient6672"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36707324,0,0,0.35347208,263.0148,229.38933)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1-5-4">
+      <stop
+         id="stop17661-8-4-5-9-1"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2-2-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9-5-7" />
+      <stop
+         id="stop17669-1-7-1-0-7"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7-6-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9-7-8"
+       id="linearGradient6669"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36680555,0,0,0.35347208,263.03968,229.38933)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9-7-8">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1-7-1" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2-7-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-9-7-7-7-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-5-3-2-7-9" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-7-7-2-3-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-6-3-5-9-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-4-0-9-2-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-0-7-0-0-7" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-5-2-0-6-4"
+       id="linearGradient7009"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36603119,0,0,0.33932422,263.11807,230.33435)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-5-2-0-6-4">
+      <stop
+         id="stop17661-0-8-7-6-3-3"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5-9-4-8-3" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-4-7-6-9-3" />
+      <stop
+         id="stop17669-0-1-0-0-0-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-7-5-8-9-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-0-1-4-1-9"
+       id="linearGradient7006"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36576426,0,0,0.33932422,263.14288,230.33435)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-0-1-4-1-9">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-2-8-3-3-4" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-8-2-3-8-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1-3-8"
+       id="radialGradient6968"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-5-8-1-3-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-2-8-5-0-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-7-9-7-1-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-2-8-1-9-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-8-1-1-4-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-8-7-2-9-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-8-0-3-0-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-0-6-8-2-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4-2-1-7-9" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-5-7-7-1-9"
+       id="radialGradient6998"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16282379,0,0,0.08263675,283.19108,249.77846)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-5-7-7-1-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-8-1-2-7-7" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-8-0-2-4-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-8-9-2-4-7"
+       id="radialGradient6995"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.09812334,0,0,0.08805032,290.41371,251.23085)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-8-9-2-4-7">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-06-3-8-9-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-97-2-4-1-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-1-8-0-1-1"
+       id="radialGradient6992"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10857367,0,0,0.14452835,288.70376,238.1105)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-1-8-0-1-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-6-2-2-0-4" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-5-1-5-4-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1-3-8"
+       id="radialGradient6989"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.07095537,0,0,0.0214499,295.24943,258.36842)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-7-9-2-5-0"
+       id="radialGradient6986"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.08002031,0.05826945,-0.02858465,0.04010557,296.46343,247.63082)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-7-9-2-5-0">
+      <stop
+         id="stop17771-8-5-4-7-7-7"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-49-6-1-8-1"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="12.141073"
+     inkscape:cy="5.3229147"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="-5.9999616,-8.9999956"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="-5.9999616,247"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-5.9999616px"
+       originy="-8.9999956px" />
+    <sodipodi:guide
+       position="-5.9999616,-8.9999956"
+       orientation="0,48"
+       id="guide6507" />
+    <sodipodi:guide
+       position="-5.9999616,39.000005"
+       orientation="48,0"
+       id="guide6513" />
+    <sodipodi:guide
+       position="-5.9999616,-8.9999956"
+       orientation="0,32"
+       id="guide6823" />
+    <sodipodi:guide
+       position="26.000038,-8.9999956"
+       orientation="-32,0"
+       id="guide6825" />
+    <sodipodi:guide
+       position="26.000038,23.000005"
+       orientation="0,-32"
+       id="guide6827" />
+    <sodipodi:guide
+       position="-5.9999616,23.000005"
+       orientation="32,0"
+       id="guide6829" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1939.7427,-890.77905)">
+    <g
+       transform="translate(1643.7427,638.77905)"
+       style="display:inline;enable-background:new"
+       id="g7056">
+      <path
+         sodipodi:type="arc"
+         style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9-2-1);enable-background:accumulate"
+         id="path17141-8-8-4-7-6-1"
+         sodipodi:cx="124.09724"
+         sodipodi:cy="202.61343"
+         sodipodi:rx="101.46983"
+         sodipodi:ry="58.336311"
+         d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+         transform="matrix(0.06919413,0,0,0.0702391,295.4132,248.3542)" />
+      <path
+         id="path12964-1-9-2-1-4-9"
+         d="m 310.61209,259.69065 c -0.78587,-1.70375 -3.45058,-2.95823 -6.61968,-2.95823 -3.1691,0 -4.78068,0.95638 -5.56655,2.66013 l -1.28957,0.2981 0,2.81637 c 0,2.20865 3.0699,3.99893 6.85612,3.99893 3.7866,0 6.85577,-1.79028 6.85577,-3.99893 l 0,-2.81637 -0.23609,0 0,0 z"
+         style="fill:url(#linearGradient7009);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         sodipodi:nodetypes="cscccscccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path12971-9-4-6-0-8-0"
+         d="m 310.83818,259.69065 c 0,2.209 -3.06693,3.99927 -6.85076,3.99927 -3.78383,0 -6.85113,-1.79027 -6.85113,-3.99927 0,-2.209 3.06766,-3.99928 6.85113,-3.99928 3.78383,0 6.85076,1.79028 6.85076,3.99928 l 0,0 z"
+         style="fill:url(#linearGradient7006);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:transform-center-y="-27.143788"
+         inkscape:transform-center-x="-46.727316"
+         id="path12985-5-0-4-1-0-8"
+         d="m 310.78141,259.18555 c -0.36864,-2.53282 -4.5469,-3.33925 -5.32455,-3.31622 l -1.73229,3.89304 6.77266,-0.57679 0.28418,-3e-5 z"
+         style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:transform-center-x="5.807534"
+         inkscape:transform-center-y="-28.186395"
+         id="path12999-5-4-4-4-6-4"
+         d="m 303.83301,259.73681 -2.95507,-3.61601 c 1.2871,-0.46777 3.37047,-0.49774 4.59971,-0.37096 l -1.64464,3.98697 z"
+         style="fill:#73d216;fill-rule:nonzero;stroke:none"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
+         id="path17034-1-9-7-7-1-3"
+         d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+         style="fill:url(#radialGradient6968);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1-9-4)"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
+         inkscape:transform-center-y="-27.143788"
+         inkscape:transform-center-x="-46.727316"
+         id="path17349-0-2-6-7-4-8"
+         d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+         style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2-9-5)"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
+         inkscape:transform-center-x="5.807534"
+         inkscape:transform-center-y="-28.186395"
+         id="path17872-0-8-6-0-5-6"
+         d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+         style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8-2-8)"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccc"
+         style="fill:url(#radialGradient6998);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         d="m 303.83301,258.26611 -2.95507,-3.61601 c 1.2871,-0.46777 3.37047,-0.49774 4.59971,-0.37096 l -1.64464,3.98697 z"
+         id="path17763-73-6-0-0-1-1"
+         inkscape:transform-center-y="-28.186395"
+         inkscape:transform-center-x="5.807534"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccc"
+         style="fill:url(#radialGradient6995);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         d="m 310.71045,256.24503 c -0.36864,-2.53283 -4.47594,-3.26754 -5.25359,-3.24451 l -1.66133,3.87511 6.91492,-0.6306 z"
+         id="path17303-0-4-7-6-6-0"
+         inkscape:transform-center-x="-46.727316"
+         inkscape:transform-center-y="-27.143788"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path17305-1-8-0-4-3-3"
+         d="m 303.83556,256.83076 -0.0177,2.88673 6.95362,-0.50204 -0.071,-3.01224 -6.86493,0.62755 z"
+         style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6992);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.68235294;fill:url(#radialGradient6989);fill-opacity:1;fill-rule:nonzero;stroke:none"
+         d="m 297.14084,259.54716 c -0.003,0.0476 -0.005,0.0954 -0.005,0.14344 0,2.209 3.0678,3.9984 6.85164,3.9984 3.78382,0 6.8494,-1.7894 6.8494,-3.9984 0,-0.0481 -0.001,-0.0958 -0.005,-0.14344 -0.12934,2.14255 -3.14339,3.85495 -6.84497,3.85495 -3.70159,0 -6.71785,-1.7124 -6.8472,-3.85495 z"
+         id="path17493-0-2-3-6-7-4"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path17765-5-6-5-0-0-9"
+         d="m 303.82902,259.75613 -2.93512,-3.60068 0,-1.54677 2.98099,3.69468 -0.0459,1.45277 z"
+         style="color:#000000;fill:url(#radialGradient6986);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="252"
+         x="296"
+         height="16.000004"
+         width="16"
+         id="rect4769-9-9-7-7-8"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/align-center.svg b/src/ui/gui/artwork/16x16/categories/align-center.svg
new file mode 100644 (file)
index 0000000..6fd0c11
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="align-left.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(575,670.00002)"
+       style="display:inline"
+       id="g5205">
+      <g
+         id="g5416">
+        <rect
+           x="-571"
+           y="369.36197"
+           id="rect3825-9-8-7-9"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="7.9996052" />
+        <rect
+           x="-572"
+           y="373.36197"
+           id="rect3825-9-8-7-8-4"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="9.9996014" />
+        <rect
+           x="-569"
+           y="377.36197"
+           id="rect3825-9-8-7-8-9-9"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="3.9996014" />
+        <rect
+           style="opacity:0.35;fill:none"
+           id="rect5414"
+           width="16"
+           height="16"
+           x="-575"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/align-left.svg b/src/ui/gui/artwork/16x16/categories/align-left.svg
new file mode 100644 (file)
index 0000000..29d7d12
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="help-about.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(620,670.00002)"
+       style="display:inline"
+       id="g5198">
+      <g
+         id="g5375">
+        <rect
+           x="-616.99982"
+           y="369.36197"
+           id="rect3825-9-8-7-9-1"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="7.9996052" />
+        <rect
+           x="-616.99982"
+           y="373.36197"
+           id="rect3825-9-8-7-8-4-7"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="9.9996014" />
+        <rect
+           x="-616.99982"
+           y="377.36197"
+           id="rect3825-9-8-7-8-9-9-8"
+           height="2.0002136"
+           inkscape:label="a"
+           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+           width="3.9996033" />
+        <rect
+           style="opacity:0.35;fill:none"
+           id="rect5373"
+           width="16"
+           height="16"
+           x="-620"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/align-right.svg b/src/ui/gui/artwork/16x16/categories/align-right.svg
new file mode 100644 (file)
index 0000000..9a57ced
--- /dev/null
@@ -0,0 +1,151 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="align-center.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(530,670.00002)"
+       style="display:inline"
+       id="g5212">
+      <g
+         id="g5396">
+        <g
+           style="fill:#2e3436;display:inline"
+           transform="translate(-631,9.3623962)"
+           id="g4910">
+          <rect
+             x="106.0004"
+             y="359.99979"
+             id="rect3825-9-8-7-9-1-5"
+             height="2.0002136"
+             inkscape:label="a"
+             width="7.9996052"
+             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+          <rect
+             x="104.0004"
+             y="363.99979"
+             id="rect3825-9-8-7-8-4-7-6"
+             height="2.0002136"
+             inkscape:label="a"
+             width="9.9996014"
+             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+          <rect
+             x="110"
+             y="367.99979"
+             id="rect3825-9-8-7-8-9-9-8-3"
+             height="2.0002136"
+             inkscape:label="a"
+             width="4.0000019"
+             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+        </g>
+        <rect
+           style="opacity:0.35;fill:none"
+           id="rect5394"
+           width="16"
+           height="16"
+           x="-530"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-currency-nominal.svg b/src/ui/gui/artwork/16x16/categories/measure-currency-nominal.svg
new file mode 100644 (file)
index 0000000..c8dcafd
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-currency-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,610.00002)"
+       style="display:inline"
+       id="g4088">
+      <path
+         sodipodi:type="arc"
+         transform="matrix(0.49987831,0,0,0.4999999,-280.99853,277.36222)"
+         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:ry="7"
+         sodipodi:rx="7"
+         id="path8593-0-6"
+         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+         sodipodi:cy="321"
+         sodipodi:cx="-9" />
+      <path
+         sodipodi:type="arc"
+         transform="matrix(0.49987831,0,0,0.4999999,-277.00024,270.36222)"
+         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:ry="7"
+         sodipodi:rx="7"
+         id="path8593-0-7-1"
+         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+         sodipodi:cy="321"
+         sodipodi:cx="-9" />
+      <rect
+         y="426.36218"
+         x="-290"
+         height="16"
+         width="16"
+         id="rect5426"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5488-8"
+         d="m -278,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
+         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-currency-ordinal.svg b/src/ui/gui/artwork/16x16/categories/measure-currency-ordinal.svg
new file mode 100644 (file)
index 0000000..8e8e159
--- /dev/null
@@ -0,0 +1,142 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-currency-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,610.00002)"
+       style="display:inline"
+       id="g6517">
+      <g
+         id="g5756">
+        <path
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -234,429.21875 0,3 0,2.15625 1,0 2,0 0,-2.15625 0,-3 -3,0 z"
+           id="path11930-00-7" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11930-00-4"
+           d="m -239,432.36218 0,2.21451 0,4.5213 0,2.21451 3,0 0,-2.21451 0,-4.5213 0,-2.21451 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11930-00"
+           d="m -244,435.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5435"
+           width="16"
+           height="16"
+           x="-245"
+           y="426.36218" />
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           d="m -233,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
+           id="rect5488-8-5"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-currency-scale.svg b/src/ui/gui/artwork/16x16/categories/measure-currency-scale.svg
new file mode 100644 (file)
index 0000000..007c773
--- /dev/null
@@ -0,0 +1,129 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-string-ordinal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,610.00002)"
+       style="display:inline"
+       id="g5680">
+      <rect
+         y="426.36218"
+         x="-335"
+         height="16"
+         width="16"
+         id="rect5411"
+         style="fill:none;stroke:none" />
+      <path
+         id="rect5888-59"
+         d="m -332,427.375 0,12 0,1 0,1 6,0 0,-1 0,-1 -4,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,2 1,0 1,0 0,-3 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
+         style="fill:#2e3436;fill-opacity:1;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5488"
+         d="m -323,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
+         style="fill:#2e3436;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-date-nominal.svg b/src/ui/gui/artwork/16x16/categories/measure-date-nominal.svg
new file mode 100644 (file)
index 0000000..36e000d
--- /dev/null
@@ -0,0 +1,147 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-date-scale.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(200,670.00002)"
+       style="display:inline"
+       id="g6493">
+      <g
+         id="g5253">
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0-9"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-191.00024,217.36221)"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0-7-64"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-187.00195,210.36221)"
+           sodipodi:type="arc" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5343"
+           width="16"
+           height="16"
+           x="-200"
+           y="366.36218" />
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           d="m -187.5,375.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
+           id="rect3996-0"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-date-ordinal.svg b/src/ui/gui/artwork/16x16/categories/measure-date-ordinal.svg
new file mode 100644 (file)
index 0000000..a672248
--- /dev/null
@@ -0,0 +1,142 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-date-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,640.00002)"
+       style="display:inline"
+       id="g6549">
+      <g
+         id="g4327">
+        <path
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -374,402.375 0,2.21875 0,4.53125 0,2.25 2,0 0,-4 c 0,-0.47065 0.38789,-0.90838 1,-1.25 l 0,-1.53125 0,-2.21875 -3,0 z"
+           id="path11930-4-0" />
+        <path
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -369,399.375 0,2.96875 0,3.15625 c 0.47191,-0.0747 0.97042,-0.125 1.5,-0.125 0.52958,0 1.02809,0.0503 1.5,0.125 l 0,-3.15625 0,-2.96875 -3,0 z"
+           id="path11930-4-0-4" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11930-4"
+           d="m -379,405.36218 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5391"
+           width="16"
+           height="16"
+           x="-380"
+           y="396.36218" />
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           d="m -367.5,406.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
+           id="rect3996-2"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-date-scale.svg b/src/ui/gui/artwork/16x16/categories/measure-date-scale.svg
new file mode 100644 (file)
index 0000000..683cda0
--- /dev/null
@@ -0,0 +1,132 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,670.00002)"
+       style="display:inline"
+       id="g6487">
+      <g
+         id="g4174">
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5334"
+           width="16"
+           height="16"
+           x="-245"
+           y="366.36218" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:#2e3436;fill-opacity:1;display:inline"
+           d="m -242,367.375 0,12 0,1 0,1 5,0 0,-2 -3,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,3.125 c 0.47191,-0.0747 0.97042,-0.125 1.5,-0.125 0.17156,0 0.33343,0.0229 0.5,0.0313 l 0,-4.03125 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
+           id="rect5888-6" />
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           d="m -232.5,376.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
+           id="rect3996-9"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-nominal.svg b/src/ui/gui/artwork/16x16/categories/measure-nominal.svg
new file mode 100644 (file)
index 0000000..99941cc
--- /dev/null
@@ -0,0 +1,152 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-ordinal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,670.00002)"
+       style="display:inline"
+       id="g6480">
+      <g
+         id="g5328">
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-273.00024,217.36221)"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-281.00195,217.36221)"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0-7"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-277.00195,210.36221)"
+           sodipodi:type="arc" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5326"
+           width="16"
+           height="16"
+           x="-290"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-ordinal.svg b/src/ui/gui/artwork/16x16/categories/measure-ordinal.svg
new file mode 100644 (file)
index 0000000..8f1caca
--- /dev/null
@@ -0,0 +1,137 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-scale.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,670.00002)"
+       style="display:inline"
+       id="g6473">
+      <g
+         id="g5320">
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11926"
+           d="m -324,369.26843 0,1.50389 0,9.08597 0,1.50389 3,0 0,-1.50389 0,-9.08597 0,-1.50389 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11928"
+           d="m -329,372.26843 0,1.5 0,6.09375 0,1.5 3,0 0,-1.5 0,-6.09375 0,-1.5 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11930"
+           d="m -334,375.36218 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5318"
+           width="16"
+           height="16"
+           x="-335"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-scale.svg b/src/ui/gui/artwork/16x16/categories/measure-scale.svg
new file mode 100644 (file)
index 0000000..c48d68a
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-scale.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,670.00002)"
+       style="display:inline"
+       id="g6469">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5888"
+         d="m -377,367.375 0,12 0,1 0,1 10,0 0,-1 0,-1 0,-8 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z m 2,2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,7 -6,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 z"
+         style="fill:#2e3436;fill-opacity:1" />
+      <rect
+         y="366.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect5312"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-string-nominal.svg b/src/ui/gui/artwork/16x16/categories/measure-string-nominal.svg
new file mode 100644 (file)
index 0000000..610dae9
--- /dev/null
@@ -0,0 +1,147 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-string-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(200,640.00002)"
+       style="display:inline"
+       id="g6500">
+      <g
+         id="g6398">
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0-2"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-190.99853,247.36222)"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:cx="-9"
+           sodipodi:cy="321"
+           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+           id="path8593-0-7-5"
+           sodipodi:rx="7"
+           sodipodi:ry="7"
+           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           transform="matrix(0.49987831,0,0,0.4999999,-187.00024,240.36222)"
+           sodipodi:type="arc" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5353"
+           width="16"
+           height="16"
+           x="-200"
+           y="396.36218" />
+        <path
+           style="fill:#2e3436;fill-opacity:1;stroke:none"
+           d="m -187,404.36218 c -1.65685,0 -3,1.34315 -3,3 l 0,4 2,0 0,-2 2,0 0,2 2,0 0,-4 c 0,-1.65685 -1.34315,-3 -3,-3 z m 0,2 c 0.55228,0 1,0.44772 1,1 l 0,1 -2,0 0,-1 c 0,-0.55228 0.44772,-1 1,-1 z"
+           id="path7755"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-string-ordinal.svg b/src/ui/gui/artwork/16x16/categories/measure-string-ordinal.svg
new file mode 100644 (file)
index 0000000..dd55809
--- /dev/null
@@ -0,0 +1,139 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-string-ordinal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(380,610.00002)"
+       style="display:inline"
+       id="g6625">
+      <path
+         inkscape:connector-curvature="0"
+         id="path11930-0-3"
+         d="m -374,432.375 0,2.21875 0,4.53125 0,2.25 2.75,0 0,-3 c 0,-0.47121 0.10586,-0.91879 0.25,-1.34375 l 0,-2.4375 0,-2.21875 -3,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;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         id="path11930-0-4"
+         d="m -369,429.375 0,2.96875 0,2.3125 c 0.59905,-0.3245 1.27611,-0.53125 2,-0.53125 0.34907,0 0.67455,0.0754 1,0.15625 l 0,-1.9375 0,-2.96875 -3,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;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m -379,435.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
+         id="path11930-0"
+         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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <rect
+         y="426.36218"
+         x="-380"
+         height="16"
+         width="16"
+         id="rect5402"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path7755-2-3-2-2"
+         d="m -367,435.36218 c -1.65685,0 -3,1.34315 -3,3 l 0,4 2,0 0,-2 2,0 0,2 2,0 0,-4 c 0,-1.65685 -1.34315,-3 -3,-3 z m 0,2 c 0.55228,0 1,0.44772 1,1 l 0,1 -2,0 0,-1 c 0,-0.55228 0.44772,-1 1,-1 z"
+         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-time-nominal.svg b/src/ui/gui/artwork/16x16/categories/measure-time-nominal.svg
new file mode 100644 (file)
index 0000000..5ac284c
--- /dev/null
@@ -0,0 +1,205 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-time-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(290,640.00002)"
+       style="display:inline"
+       id="g6264">
+      <path
+         sodipodi:type="arc"
+         transform="matrix(0.49987831,0,0,0.4999999,-281.00024,247.36221)"
+         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:ry="7"
+         sodipodi:rx="7"
+         id="path8593-0-71"
+         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+         sodipodi:cy="321"
+         sodipodi:cx="-9" />
+      <path
+         sodipodi:type="arc"
+         transform="matrix(0.49987831,0,0,0.4999999,-277.00195,240.36221)"
+         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         sodipodi:ry="7"
+         sodipodi:rx="7"
+         id="path8593-0-7-6"
+         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
+         sodipodi:cy="321"
+         sodipodi:cx="-9" />
+      <rect
+         y="396.36218"
+         x="-290"
+         height="16"
+         width="16"
+         id="rect5372"
+         style="fill:none;stroke:none" />
+      <g
+         transform="translate(-3,3.9999966)"
+         id="g6255">
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5780-7"
+           width="6"
+           height="1"
+           x="-277"
+           y="401.36218" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5780-9-7"
+           width="6"
+           height="1"
+           x="-277"
+           y="407.36218" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#2d3335;stroke-width:0.467879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path5800-2"
+           sodipodi:cx="-267"
+           sodipodi:cy="404.36218"
+           sodipodi:rx="1"
+           sodipodi:ry="1"
+           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
+           sodipodi:start="3.1415927"
+           sodipodi:end="6.2831853"
+           transform="matrix(-1.8029863,0,0,-2.3240972,-755.39735,1341.6181)" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#2d3335;stroke-width:0.46787143;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path5800-6-4"
+           sodipodi:cx="-267"
+           sodipodi:cy="404.36218"
+           sodipodi:rx="1"
+           sodipodi:ry="1"
+           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
+           sodipodi:start="3.1415927"
+           sodipodi:end="6.2831853"
+           transform="matrix(1.8029849,0,0,2.3241078,207.39698,-531.89799)" />
+        <path
+           sodipodi:type="arc"
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="path5820-1"
+           sodipodi:cx="-266.5"
+           sodipodi:cy="408.86218"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="m -266,408.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z"
+           transform="matrix(2,0,0,1,259,-3.9999974)" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5889-1"
+           width="3.198874"
+           height="0.49719238"
+           x="-275.62976"
+           y="407.36218" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5889-4-2"
+           width="1.7073205"
+           height="0.38128155"
+           x="-274.7879"
+           y="403.64651" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-time-ordinal.svg b/src/ui/gui/artwork/16x16/categories/measure-time-ordinal.svg
new file mode 100644 (file)
index 0000000..d88ebd4
--- /dev/null
@@ -0,0 +1,152 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-time-nominal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(245,640.00002)"
+       style="display:inline"
+       id="g6507">
+      <g
+         id="g5301">
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -234,399.21875 0,1.5 0,2.9375 c 0.47255,-0.16854 0.96957,-0.28125 1.5,-0.28125 0.53043,0 1.02745,0.11271 1.5,0.28125 l 0,-2.9375 0,-1.5 -3,0 z"
+           id="path11926-6"
+           inkscape:connector-curvature="0" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -239,402.21875 0,1.5 0,6.09375 0,1.5 3,0 0,-0.65625 c -0.61639,-0.77002 -1,-1.71819 -1,-2.78125 0,-1.06306 0.38361,-2.04248 1,-2.8125 l 0,-1.34375 0,-1.5 -3,0 z"
+           id="path11928-9"
+           inkscape:connector-curvature="0" />
+        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           id="path11930-7"
+           d="m -244,405.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5361"
+           width="16"
+           height="16"
+           x="-245"
+           y="396.36218" />
+        <g
+           style="display:inline"
+           id="g5140-3-2"
+           transform="translate(81,2.6171874e-6)">
+          <path
+             inkscape:connector-curvature="0"
+             id="path4334-7-5"
+             d="m -313.5,404.36218 c -1.933,0 -3.5,1.567 -3.5,3.5 0,1.933 1.567,3.5 3.5,3.5 1.933,0 3.5,-1.567 3.5,-3.5 0,-1.933 -1.567,-3.5 -3.5,-3.5 z m 0,1 c 1.38071,0 2.5,1.11929 2.5,2.5 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 z"
+             style="fill:#2e3436;fill-opacity:1;stroke:none" />
+          <path
+             inkscape:connector-curvature="0"
+             id="path4341-5-6"
+             d="m -312.28125,406.34375 a 0.250025,0.250025 0 0 0 -0.125,0.0937 L -313.5,407.5 l -0.4375,-0.4375 a 0.250025,0.250025 0 0 0 -0.0313,-0.0313 0.250025,0.250025 0 0 0 -0.0937,-0.0313 0.250025,0.250025 0 0 0 -0.125,0 0.250025,0.250025 0 0 0 -0.0625,0.0313 0.250025,0.250025 0 0 0 -0.125,0.15625 0.250025,0.250025 0 0 0 0.0937,0.21875 l 0.625,0.625 0.1875,0.1875 0.15625,-0.1875 1.25,-1.25 a 0.250025,0.250025 0 0 0 0.0313,-0.0313 0.250025,0.250025 0 0 0 0.0313,-0.0625 0.250025,0.250025 0 0 0 0,-0.125 0.250025,0.250025 0 0 0 -0.0313,-0.0937 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0313 0.250025,0.250025 0 0 0 -0.125,-0.0313 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:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/measure-time-scale.svg b/src/ui/gui/artwork/16x16/categories/measure-time-scale.svg
new file mode 100644 (file)
index 0000000..a48b617
--- /dev/null
@@ -0,0 +1,190 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-time-scale.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(335,640.00002)"
+       style="display:inline"
+       id="g6494">
+      <rect
+         y="396.36218"
+         x="-335"
+         height="16"
+         width="16"
+         id="rect5382"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5888-4"
+         d="m -332,397.375 0,12 0,1 0,1 6,0 0,-2 -4,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,2 2,0 0,-3 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
+         style="fill:#2e3436;fill-opacity:1;display:inline" />
+      <g
+         transform="translate(-17,-3.4210825e-6)"
+         id="g6335">
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5780-8"
+           width="6"
+           height="1"
+           x="-308"
+           y="405.36218" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5780-9-8"
+           width="6"
+           height="1"
+           x="-308"
+           y="411.36218" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#2d3335;stroke-width:0.467879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path5800-9"
+           sodipodi:cx="-267"
+           sodipodi:cy="404.36218"
+           sodipodi:rx="1"
+           sodipodi:ry="1"
+           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
+           sodipodi:start="3.1415927"
+           sodipodi:end="6.2831853"
+           transform="matrix(-1.8029863,0,0,-2.3240972,-786.39735,1345.6181)" />
+        <path
+           sodipodi:type="arc"
+           style="fill:none;stroke:#2d3335;stroke-width:0.46787143;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           id="path5800-6-1"
+           sodipodi:cx="-267"
+           sodipodi:cy="404.36218"
+           sodipodi:rx="1"
+           sodipodi:ry="1"
+           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
+           sodipodi:start="3.1415927"
+           sodipodi:end="6.2831853"
+           transform="matrix(1.8029849,0,0,2.3241078,176.39698,-527.89799)" />
+        <path
+           sodipodi:type="arc"
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="path5820-6"
+           sodipodi:cx="-266.5"
+           sodipodi:cy="408.86218"
+           sodipodi:rx="0.5"
+           sodipodi:ry="0.5"
+           d="m -266,408.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z"
+           transform="matrix(2,0,0,1,228,2.6171874e-6)" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5889-9"
+           width="3.198874"
+           height="0.49719238"
+           x="-306.62976"
+           y="411.36218" />
+        <rect
+           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+           id="rect5889-4-7"
+           width="1.7073205"
+           height="0.38128155"
+           x="-305.7879"
+           y="407.64651" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-both.svg b/src/ui/gui/artwork/16x16/categories/role-both.svg
new file mode 100644 (file)
index 0000000..e1a18f6
--- /dev/null
@@ -0,0 +1,142 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="role-target.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(50,670.00002)"
+       style="display:inline"
+       id="g6124">
+      <g
+         id="g6014">
+        <path
+           d="m -42.999765,373.3622 10e-6,-1 c 3e-5,-0.26531 0.0931,-0.53058 0.28124,-0.71876 l 3.00001,-2.99999 0.28125,-0.28126 0.87499,0 0.28126,0.28126 2.99999,3 c 0.18821,0.18818 0.28121,0.45347 0.28121,0.71876 l 1e-5,1 -1,0 c -0.26531,4e-5 -0.53059,-0.0931 -0.71877,-0.28121 l -2.28124,-2.28126 -2.28125,2.28125 c -0.18817,0.18815 -0.45345,0.28125 -0.71875,0.28125 l -1,0 z"
+           id="path3613-6-6-9"
+           inkscape:connector-curvature="0"
+           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:#2e3436;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" />
+        <path
+           d="m -37.999605,370.36219 0,7 -2,0 0,-7 2,0 z"
+           id="path35770-1"
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+        <path
+           d="m -48.999965,375.36217 1e-5,1 c 3e-5,0.26531 0.0931,0.53058 0.28124,0.71876 l 3.00001,2.99999 0.28125,0.28126 0.87499,0 0.28126,-0.28126 2.99999,-3 c 0.18821,-0.18818 0.28121,-0.45347 0.28121,-0.71876 l 1e-5,-1 -1,0 c -0.26531,-4e-5 -0.53059,0.0931 -0.71877,0.28121 l -2.28124,2.28126 -2.28125,-2.28125 c -0.18817,-0.18815 -0.45345,-0.28125 -0.71875,-0.28125 l -1,0 z"
+           id="path3613-6-6-9-5"
+           inkscape:connector-curvature="0"
+           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:#2e3436;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" />
+        <path
+           d="m -43.999805,371.36218 0,7 -2,0 0,-7 2,0 z"
+           id="path35770-1-5"
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5458"
+           width="16"
+           height="16"
+           x="-50"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-input.svg b/src/ui/gui/artwork/16x16/categories/role-input.svg
new file mode 100644 (file)
index 0000000..3c7d957
--- /dev/null
@@ -0,0 +1,141 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="measure-currency-ordinal.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(140,670.00002)"
+       style="display:inline"
+       id="g6188">
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429-5-54"
+         d="m -134,367.375 c -2.20914,0 -4,1.79086 -4,4 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-1.10457 0.89542,-2 2,-2 l 1,0 c 1.10457,0 2,0.89542 2,2 l -2,0 3,3 3,-3 -2,0 c 0,-2.20914 -1.79086,-4 -4,-4 l -1,0 z"
+         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="366.36218"
+         x="-140"
+         height="16"
+         width="16"
+         id="rect5445"
+         style="fill:none;stroke:none" />
+      <path
+         id="path7270-2-9"
+         sodipodi:nodetypes="ccccsccccc"
+         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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0"
+         d="m -138.99806,378.35803 c 0.004,-0.22003 0.11329,-0.52093 0.30607,-0.69137 l 2.17793,-2.0776 c 0.23439,-0.23907 0.79255,-0.28719 1.01863,-0.15387 0.0811,0.002 1.14398,0.61967 1.2978,0.84953 0.62127,0.92843 -0.34665,1.79379 -1.18273,1.51846 l -0.3522,-0.20781 -1.61434,1.5429 c -0.64196,0.51669 -1.70417,0.0905 -1.6512,-0.7802 z" />
+      <path
+         id="path6196"
+         sodipodi:nodetypes="ccccsccccc"
+         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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0"
+         d="m -125.00193,378.35802 c -0.004,-0.22003 -0.11244,-0.52093 -0.30379,-0.69137 l -2.16171,-2.07759 c -0.23264,-0.23907 -0.78664,-0.28719 -1.01103,-0.15387 -0.0805,0.002 -1.13547,0.61967 -1.28813,0.84952 -0.61666,0.92843 0.34405,1.79378 1.17391,1.51846 l 0.34957,-0.20781 1.60232,1.54289 c 0.63718,0.51669 1.69148,0.0906 1.6389,-0.7802 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5970"
+         d="m -136,375.375 0,1 0,4 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 0,-1 -1,0 -6,0 -1,0 z"
+         style="fill:#2e3436;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-none.svg b/src/ui/gui/artwork/16x16/categories/role-none.svg
new file mode 100644 (file)
index 0000000..fe30f2f
--- /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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="role-both.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(5,670.00002)"
+       style="display:inline"
+       id="g5470">
+      <g
+         id="g5856">
+        <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;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.97519779;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m 3,367.36218 c -3.86004,0 -7,3.18697 -7,7.03125 0,3.84428 3.13996,6.96875 7,6.96875 3.86004,0 7,-3.12447 7,-6.96875 0,-3.84428 -3.13996,-7.03125 -7,-7.03125 z m 0,2.03125 c 1.0811857,0 2.0897026,0.33134 2.90625,0.90625 l -6.96875,6.96875 C -1.6479554,376.45767 -2,375.47853 -2,374.39343 c 0,-2.7656 2.22305,-5 5,-5 z m 4.25,2.375 c 0.4693273,0.76012 0.78125,1.66291 0.78125,2.625 0,2.7656 -2.25431,4.9375 -5.03125,4.9375 -0.9532865,0 -1.837029,-0.26757 -2.59375,-0.71875 L 7.25,371.76843 z"
+           id="path4222"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="opacity:0.35;fill:none"
+           id="rect5439"
+           width="16"
+           height="16"
+           x="-5"
+           y="366.36218" />
+      </g>
+      <rect
+         y="366.36218"
+         x="-5"
+         height="16"
+         width="16"
+         id="rect5468"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-partition.svg b/src/ui/gui/artwork/16x16/categories/role-partition.svg
new file mode 100644 (file)
index 0000000..871fdfc
--- /dev/null
@@ -0,0 +1,150 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="role-both.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(140,640.00002)"
+       style="display:inline"
+       id="g5502">
+      <path
+         sodipodi:end="6.2831853"
+         sodipodi:start="1.5707963"
+         transform="matrix(0,-1.2,1.3333333,0,-671.14956,244.56218)"
+         d="m -134,407.36218 c -2.76142,0 -5,-2.01472 -5,-4.5 0,-2.48528 2.23858,-4.5 5,-4.5 2.76142,0 5,2.01472 5,4.5 0,0 0,0 0,0 l -5,0 z"
+         sodipodi:ry="4.5"
+         sodipodi:rx="5"
+         sodipodi:cy="402.86218"
+         sodipodi:cx="-134"
+         id="path5829"
+         style="fill:#2e3436;fill-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:end="1.5707963"
+         sodipodi:start="0"
+         transform="matrix(0,-1.2,1.3333333,0,-669.14956,242.56218)"
+         d="m -129,402.86218 c 0,2.48528 -2.23858,4.5 -5,4.5 l 0,-4.5 z"
+         sodipodi:ry="4.5"
+         sodipodi:rx="5"
+         sodipodi:cy="402.86218"
+         sodipodi:cx="-134"
+         id="path5829-8"
+         style="fill:#2e3436;fill-opacity:1;display:inline"
+         sodipodi:type="arc" />
+      <rect
+         y="396.36218"
+         x="-140"
+         height="16"
+         width="16"
+         id="rect5849"
+         style="fill:none" />
+      <rect
+         y="396.36218"
+         x="-140"
+         height="16"
+         width="16"
+         id="rect5498"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-split.svg b/src/ui/gui/artwork/16x16/categories/role-split.svg
new file mode 100644 (file)
index 0000000..8e9a4e3
--- /dev/null
@@ -0,0 +1,240 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="role-partition.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(95,640.00002)"
+       style="display:inline"
+       id="g5478">
+      <rect
+         y="410.36218"
+         x="-93"
+         height="1"
+         width="13"
+         id="rect5694"
+         style="fill:#2e3436" />
+      <rect
+         y="406.36218"
+         x="-93"
+         height="1"
+         width="13"
+         id="rect5694-7"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="406.36218"
+         x="-93"
+         height="2"
+         width="13"
+         id="rect5694-73"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         ry="1"
+         y="405.36218"
+         x="-93"
+         height="2"
+         width="13"
+         id="rect5694-9"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="406.36218"
+         x="-93"
+         height="5"
+         width="1"
+         id="rect5694-733"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="406.36218"
+         x="-81"
+         height="5"
+         width="1"
+         id="rect5694-733-8"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="406.36218"
+         x="-85"
+         height="5"
+         width="1"
+         id="rect5694-733-0"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="406.36218"
+         x="-89"
+         height="5"
+         width="1"
+         id="rect5694-733-86"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="402.36218"
+         x="-93"
+         height="1"
+         width="13"
+         id="rect5694-93"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-93"
+         height="1"
+         width="13"
+         id="rect5694-7-0"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-93"
+         height="2"
+         width="13"
+         id="rect5694-73-5"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         ry="1"
+         y="397.36218"
+         x="-93"
+         height="2"
+         width="13"
+         id="rect5694-9-9"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-93"
+         height="5"
+         width="1"
+         id="rect5694-733-1"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-81"
+         height="5"
+         width="1"
+         id="rect5694-733-8-3"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-85"
+         height="5"
+         width="1"
+         id="rect5694-733-0-3"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="398.36218"
+         x="-89"
+         height="5"
+         width="1"
+         id="rect5694-733-86-7"
+         style="fill:#2e3436;display:inline" />
+      <rect
+         y="396.36218"
+         x="-95"
+         height="16"
+         width="16"
+         id="rect5806"
+         style="fill:none" />
+      <rect
+         y="396.36218"
+         x="-95"
+         height="16"
+         width="16"
+         id="rect5476"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/categories/role-target.svg b/src/ui/gui/artwork/16x16/categories/role-target.svg
new file mode 100644 (file)
index 0000000..c9599c4
--- /dev/null
@@ -0,0 +1,127 @@
+<?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="16"
+   height="16"
+   id="svg3991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="role-input.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="22.4"
+     inkscape:cx="8"
+     inkscape:cy="6.1783041"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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,16"
+       id="guide2985" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide2987" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide2989" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide2991" />
+  </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,-1036.3622)">
+    <g
+       transform="translate(95.008814,670.00002)"
+       style="display:inline"
+       id="g6132">
+      <g
+         id="g5838">
+        <path
+           inkscape:connector-curvature="0"
+           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15649271;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+           d="m -88,366.375 0,1.0625 c -3.146507,0.25987 -5.677219,2.79473 -5.9375,5.9375 l -0.71875,0 -0.34375,0 0,0.40625 a 0.50137124,0.50219969 0 0 0 0,0.1875 l 0,0.40625 0.4375,0 0.625,0 c 0.231801,3.17166 2.770328,5.70728 5.9375,5.96875 l 0,1.03125 0.4375,0 0.15625,0 0.40625,0 0,-0.34375 0,-0.0313 a 0.5,0.50082618 0 0 0 0,-0.0625 0.5,0.50082618 0 0 0 0.03125,-0.0625 l 0,-0.53125 c 3.181771,-0.24744 5.736423,-2.78664 5.96875,-5.96875 l 1,0 0,-0.34375 a 0.4992251,0.50005 0 0 0 0,-0.0625 l 0,-0.0313 a 0.4992251,0.50005 0 0 0 0,-0.21875 0.4992251,0.50005 0 0 0 0,-0.0313 l 0,-0.3125 -0.3125,0 a 0.4992251,0.50005 0 0 0 -0.15625,-0.0313 l -0.53125,0 c -0.275214,-3.13852 -2.818369,-5.66124 -5.96875,-5.90625 l 0,-0.5625 A 0.4992251,0.50005 0 0 0 -87,366.8125 a 0.4992251,0.50005 0 0 0 0,-0.0937 l 0,-0.34375 -0.34375,0 -0.34375,0 -0.3125,0 z m 0,3.09375 0,1.90625 0.34375,0 0.03125,0 a 0.5,0.50082618 0 0 0 0.25,0 l 0.0625,0 0.3125,0 0,-0.3125 0,-0.0313 a 0.5,0.50082618 0 0 0 0,-0.0625 0.5,0.50082618 0 0 0 0.03125,-0.0625 l 0,-1.4375 c 2.06215,0.22936 3.680386,1.82403 3.9375,3.875 l -1.375,0 a 0.4992251,0.50005 0 0 0 -0.125,0 0.50307267,0.50390393 0 0 0 -0.125,0.0313 l -0.03125,0 -0.3125,0 0,0.4375 0,0.0625 0,0.5 2,0 c -0.218038,2.0958 -1.87481,3.7046 -3.96875,3.9375 l 0,-1.375 A 0.49922507,0.50004997 0 0 0 -87,376.84375 0.49922507,0.50004997 0 0 0 -87,376.75 l 0,-0.375 -1,0 0,1.9375 c -2.078504,-0.24484 -3.688252,-1.85255 -3.90625,-3.9375 l 1.53125,0 0.375,0 0,-0.3125 0,-0.0625 a 0.4992251,0.50005 0 0 0 0,-0.0313 0.4992251,0.50005 0 0 0 0,-0.21875 0.4992251,0.50005 0 0 0 0,-0.0313 l 0,-0.34375 -0.34375,0 -1.5625,0 c 0.243435,-2.05573 1.848111,-3.66367 3.90625,-3.90625 z m 0.53125,2.90625 c -0.82706,0 -1.5,0.67157 -1.5,1.5 0,0.82843 0.67294,1.5 1.5,1.5 0.82706,0 1.5,-0.67157 1.5,-1.5 0,-0.82843 -0.67294,-1.5 -1.5,-1.5 z"
+           id="path4640" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect5452"
+           width="16"
+           height="16"
+           x="-95"
+           y="366.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..8ee7c56
--- /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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="7.5096455"
+     inkscape:cy="8.37378"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3004" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,16"
+       id="guide3006" />
+    <sodipodi:guide
+       position="16,0"
+       orientation="-16,0"
+       id="guide3008" />
+    <sodipodi:guide
+       position="16,16"
+       orientation="0,-16"
+       id="guide3010" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide3012" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1933.7427,-899.77905)">
+    <g
+       transform="translate(1637.7427,647.77905)"
+       style="display:inline;enable-background:new"
+       id="g7009">
+      <image
+         y="252"
+         x="296"
+         id="image10-9"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
+         height="16"
+         width="16.000002"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="257.99768"
+         x="299.00235"
+         height="7.0000048"
+         width="1.0000126"
+         id="rect3033-8-2-8-5-8-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="257.99768"
+         x="307.00235"
+         height="7"
+         width="1"
+         id="rect3033-8-7-7-3-9-3-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308.00223"
+         x="263.99768"
+         height="8.9998837"
+         width="1.0000092"
+         id="rect4385-7-5-5-84-8-6-0-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="257.99768"
+         x="301.00235"
+         height="7"
+         width="1"
+         id="rect3033-8-4-7-8-2-2-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="257.99768"
+         x="303.00235"
+         height="7"
+         width="1"
+         id="rect3033-8-4-5-7-0-8-0-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="257.99768"
+         x="305.00235"
+         height="7.0000095"
+         width="1"
+         id="rect3033-8-4-2-3-2-9-8-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308.00235"
+         x="261.99768"
+         height="9"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4-9-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308.00235"
+         x="259.99768"
+         height="9"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1-0-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308.00235"
+         x="257.99768"
+         height="9.0000105"
+         width="1.000012"
+         id="rect4385-7-5-5-8-6-7-5-5-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
+         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+         id="path2844-1-1-0-0-0-6"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
+         style="fill:none;stroke:#3364a4;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+         id="path2842-23-5-7-9-1-8"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-303"
+         x="255"
+         height="3.9999967"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4-5-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..6081924
--- /dev/null
@@ -0,0 +1,205 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16.000002"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="7.746281"
+     inkscape:cy="7.8768524"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3004" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,16.000002"
+       id="guide3006" />
+    <sodipodi:guide
+       position="16.000002,0"
+       orientation="-16,0"
+       id="guide3008" />
+    <sodipodi:guide
+       position="16.000002,16"
+       orientation="0,-16.000002"
+       id="guide3010" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide3012" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-411.02875,-708.20763)">
+    <g
+       id="g3076">
+      <image
+         y="708.20764"
+         x="411.02875"
+         id="image10-9"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
+         height="16"
+         width="16.000002"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="714.20532"
+         x="414.0311"
+         height="7.0000048"
+         width="1.0000126"
+         id="rect3033-8-2-8-5-8-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="714.20532"
+         x="422.0311"
+         height="7"
+         width="1"
+         id="rect3033-8-7-7-3-9-3-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-423.03098"
+         x="720.20532"
+         height="8.9998837"
+         width="1.0000092"
+         id="rect4385-7-5-5-84-8-6-0-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="714.20532"
+         x="416.0311"
+         height="7"
+         width="1"
+         id="rect3033-8-4-7-8-2-2-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="714.20532"
+         x="418.0311"
+         height="7"
+         width="1"
+         id="rect3033-8-4-5-7-0-8-0-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="714.20532"
+         x="420.0311"
+         height="7.0000095"
+         width="1"
+         id="rect3033-8-4-2-3-2-9-8-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-423.0311"
+         x="718.20532"
+         height="9"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4-9-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-423.0311"
+         x="716.20532"
+         height="9"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1-0-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-423.0311"
+         x="714.20532"
+         height="9.0000105"
+         width="1.000012"
+         id="rect4385-7-5-5-8-6-7-5-5-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 421.55756,720.75722 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
+         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+         id="path2844-1-1-0-0-0-6"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 422.52729,720.70151 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
+         style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+         id="path2842-23-5-7-9-1-8"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-418.02875"
+         x="711.20764"
+         height="3.9999967"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4-5-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..bf7a91b
--- /dev/null
@@ -0,0 +1,333 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.999999"
+   height="15.999994"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3025-7-0"
+       id="radialGradient4799"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4028781,0,0,0.40287877,290.3777,249.60069)"
+       cx="42.5"
+       cy="34.5"
+       fx="42.5"
+       fy="34.5"
+       r="8.6875" />
+    <linearGradient
+       id="linearGradient3025-7-0"
+       inkscape:collect="always">
+      <stop
+         id="stop3027-6-9"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop3029-8-8"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895-5-0-7"
+       id="linearGradient4802"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.44478064,0,0,0.44478411,298.82681,248.15496)"
+       x1="14.495688"
+       y1="29.88039"
+       x2="26.737476"
+       y2="42.564117" />
+    <linearGradient
+       id="linearGradient2895-5-0-7"
+       inkscape:collect="always">
+      <stop
+         id="stop2897-15-7-7"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop2899-1-4-7"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903-0-8-7"
+       id="linearGradient4796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.47368293,0,0,0.47368429,298.26319,247.15789)"
+       x1="16.793787"
+       y1="30.675884"
+       x2="22.052893"
+       y2="37.128235" />
+    <linearGradient
+       id="linearGradient2903-0-8-7"
+       inkscape:collect="always">
+      <stop
+         id="stop2905-8-1-7"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1" />
+      <stop
+         id="stop2907-0-6-5"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3065-3-7"
+       id="linearGradient4804"
+       gradientUnits="userSpaceOnUse"
+       x1="17.659994"
+       y1="36.680489"
+       x2="23.031794"
+       y2="31.111195" />
+    <linearGradient
+       id="linearGradient3065-3-7"
+       inkscape:collect="always">
+      <stop
+         id="stop3067-6-0"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3069-4-5"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="31.111195"
+       x2="23.031794"
+       y1="36.680489"
+       x1="17.659994"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4871"
+       xlink:href="#linearGradient3065-3-7"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="8.4902724"
+     inkscape:cy="3.1038363"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2995" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,15.999999"
+       id="guide2997" />
+    <sodipodi:guide
+       position="15.999999,0"
+       orientation="-15.999994,0"
+       id="guide2999" />
+    <sodipodi:guide
+       position="15.999999,15.999994"
+       orientation="0,-15.999999"
+       id="guide3001" />
+    <sodipodi:guide
+       position="0,15.999994"
+       orientation="15.999994,0"
+       id="guide3003" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-543.74712,-801.2088)">
+    <g
+       transform="translate(247.74712,549.20879)"
+       style="display:inline;enable-background:new"
+       id="g4806">
+      <g
+         id="g5470">
+        <image
+           style="display:inline;enable-background:new"
+           width="16.000002"
+           height="16"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
+           id="image10-9"
+           x="296"
+           y="252" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-2-8-5-8-9"
+           width="1.0000126"
+           height="7.0000048"
+           x="299.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9-3-8"
+           width="1"
+           height="7"
+           x="307.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6-0-7"
+           width="1.0000092"
+           height="8.9998837"
+           x="263.99768"
+           y="-308.00223"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2-2-7"
+           width="1"
+           height="7"
+           x="301.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-5-7-0-8-0-7"
+           width="1"
+           height="7"
+           x="303.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9-8-3"
+           width="1"
+           height="7.0000095"
+           x="305.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4-9-1"
+           width="1"
+           height="9"
+           x="261.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1-0-8"
+           width="1"
+           height="9"
+           x="259.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5-5-9"
+           width="1.000012"
+           height="9.0000105"
+           x="257.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0-0-6"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+           d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9-1-8"
+           style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+           d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4-5-1"
+           width="1"
+           height="3.9999967"
+           x="255"
+           y="-303"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         d="m 307.21044,260 -1.20863,0.35379 0.3777,1.80687 c 0.0109,0.0612 -0.006,0.12021 -0.0504,0.16425 -0.0439,0.044 -0.10258,0.0615 -0.16367,0.0506 l -1.81296,-0.37906 -0.35251,1.21301 1.78777,0.59386 c 0.06,0.0208 0.0973,0.0773 0.11331,0.13899 0.016,0.0617 0.005,0.11676 -0.0378,0.16425 l -1.22121,1.3899 0.85611,0.87184 1.39747,-1.23826 c 0.0472,-0.0426 0.10218,-0.054 0.16366,-0.038 0.0615,0.016 0.1178,0.0534 0.13849,0.11372 l 0.59173,1.79423 1.20863,-0.35379 -0.3777,-1.80687 c -0.0109,-0.0612 0.006,-0.12022 0.0504,-0.16426 0.0439,-0.044 0.10258,-0.0615 0.16368,-0.0506 l 1.81295,0.37906 0.35251,-1.213 -1.78777,-0.59386 c -0.06,-0.0208 -0.0973,-0.0773 -0.11331,-0.13899 -0.016,-0.0617 -0.005,-0.11676 0.0378,-0.16426 l 1.22122,-1.38989 -0.85612,-0.87185 -1.39747,1.23827 c -0.0472,0.0426 -0.10218,0.054 -0.16366,0.038 -0.0615,-0.016 -0.1178,-0.0534 -0.13849,-0.11372 l -0.59173,-1.79422 z m 0.28957,2.287 c 0.66717,0 1.20864,0.54343 1.20864,1.213 0,0.66958 -0.54147,1.21301 -1.20864,1.21301 -0.66716,0 -1.20863,-0.54343 -1.20863,-1.21301 0,-0.66957 0.54147,-1.213 1.20863,-1.213 z"
+         id="path2999-3-0"
+         style="opacity:0.9372549;fill:url(#radialGradient4799);fill-opacity:1;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 307.34714,259.49695 c -0.21722,0.009 -0.43232,0.0418 -0.63938,0.0834 l -0.014,0 c -0.15545,0.0319 -0.31036,0.0759 -0.45869,0.1251 -0.21452,0.0713 -0.41485,0.15917 -0.61155,0.26408 l 0.29187,1.38996 c -0.21183,0.15688 -0.41101,0.34034 -0.56988,0.556 l -1.37603,-0.27802 c -0.11405,0.21547 -0.2183,0.43073 -0.2919,0.66719 -0.10224,0.32848 -0.16691,0.68384 -0.18069,1.04246 l 1.36215,0.45868 c 0.031,0.26353 0.0898,0.52515 0.19459,0.76447 l -0.94516,1.05638 c 0.1235,0.19628 0.26229,0.38457 0.41698,0.55597 l 0.27799,0.26409 c 0.17268,0.15807 0.35757,0.30472 0.55599,0.43089 l 1.05634,-0.94516 c 0.12698,0.0565 0.25066,0.10186 0.38918,0.13898 0.13108,0.0352 0.27218,0.0687 0.40308,0.0833 l 0.4448,1.34826 c 0.21722,-0.009 0.43232,-0.0418 0.63936,-0.0833 l 0.014,0 c 0.15542,-0.0319 0.31035,-0.0759 0.45868,-0.12509 0.21452,-0.0713 0.41485,-0.15917 0.61156,-0.2641 l -0.29187,-1.38995 c 0.21181,-0.15687 0.411,-0.34034 0.56986,-0.55598 l 1.37604,0.278 c 0.11405,-0.21546 0.21829,-0.43072 0.29189,-0.66718 0.10225,-0.32849 0.1669,-0.68383 0.1807,-1.04247 l -1.36215,-0.45868 c -0.031,-0.26353 -0.0899,-0.52515 -0.19458,-0.76448 l 0.94514,-1.05636 c -0.1235,-0.19628 -0.26228,-0.38459 -0.41697,-0.55598 l -0.27799,-0.26409 c -0.17267,-0.15807 -0.35756,-0.30471 -0.55598,-0.43088 l -1.05636,0.94516 c -0.12698,-0.0565 -0.25066,-0.10187 -0.38917,-0.13899 -0.13109,-0.0352 -0.27217,-0.0686 -0.40309,-0.0833 l -0.44478,-1.34825 z m 0.0556,3.11349 c 0.0504,-0.006 0.10127,-0.003 0.15289,0 0.059,0.004 0.1214,0.012 0.18067,0.0278 0.47432,0.12709 0.75258,0.62376 0.62549,1.09806 -0.12709,0.47431 -0.62375,0.75257 -1.09806,0.62549 -0.4743,-0.12709 -0.75256,-0.62376 -0.62546,-1.09807 0.0973,-0.36314 0.41104,-0.61383 0.76447,-0.65327 z"
+         id="path2978-8-5"
+         style="fill:url(#linearGradient4802);fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 307.50001,260.89473 c -1.4381,0 -2.60526,1.16716 -2.60526,2.60527 0,1.4381 1.16716,2.60526 2.60526,2.60526 1.4381,0 2.60526,-1.16716 2.60526,-2.60526 0,-1.43811 -1.16716,-2.60527 -2.60526,-2.60527 z m 0,1.42106 c 0.65368,0 1.18421,0.53052 1.18421,1.18421 0,0.65368 -0.53053,1.18421 -1.18421,1.18421 -0.65368,0 -1.18421,-0.53053 -1.18421,-1.18421 0,-0.65369 0.53053,-1.18421 1.18421,-1.18421 z"
+         id="path3002-0-2"
+         style="fill:url(#linearGradient4796);fill-opacity:1;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z"
+         id="path3037-4-5"
+         sodipodi:cx="19.555922"
+         sodipodi:cy="34.587067"
+         sodipodi:rx="3.1598835"
+         sodipodi:ry="3.1598835"
+         sodipodi:type="arc"
+         style="fill:none;stroke:url(#linearGradient4871);stroke-width:1.57235801;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         transform="matrix(0.63598804,0,0,-0.63598686,295.06267,285.49692)" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..5e012d0
--- /dev/null
@@ -0,0 +1,447 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16.000002"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file compressed (*.zsav)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4193-6"
+       id="linearGradient5886"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.57439254,0,0,0.53336509,86.625541,162.69399)"
+       x1="380.64441"
+       y1="185.36032"
+       x2="380.64441"
+       y2="182.21574" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4193-6">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4195-3" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1"
+         id="stop4197-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967-45"
+       id="linearGradient5883"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.03499452,0,0,0.03831417,302.95017,257.95785)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967-45">
+      <stop
+         id="stop5969-0"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971-4"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3737-5"
+       id="radialGradient5880"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.31148255,0,0,0.06451577,208.20384,258.45163)"
+       cx="321.86331"
+       cy="70.499977"
+       fx="321.86331"
+       fy="70.499977"
+       r="15.500023" />
+    <linearGradient
+       id="linearGradient3737-5">
+      <stop
+         id="stop3739-3"
+         offset="0"
+         style="stop-color:#faefde;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="0.68321055"
+         id="stop3741-2" />
+      <stop
+         id="stop3743-0"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4123"
+       id="radialGradient5874"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.64285714,0,0,0.54910716,-149.57114,138.80579)"
+       cx="710.99957"
+       cy="226.5"
+       fx="710.99957"
+       fy="226.5"
+       r="6" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4123">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4125" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4127" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4256-2"
+       id="linearGradient5871"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.50408096,0,0,0.46207368,113.65987,176.16807)"
+       x1="384.42245"
+       y1="187.9436"
+       x2="385"
+       y2="182.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4256-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4258-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4260-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707-97"
+       id="linearGradient5898"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.01007758,0,0,0.05905851,306.18906,257.77303)"
+       x1="52"
+       y1="92.321815"
+       x2="52"
+       y2="102.04764" />
+    <linearGradient
+       id="linearGradient3707-97">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709-5" />
+      <stop
+         id="stop3715-25"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4000-2"
+       id="linearGradient5900"
+       gradientUnits="userSpaceOnUse"
+       x1="718.84924"
+       y1="57.971344"
+       x2="725.87988"
+       y2="77.336296"
+       gradientTransform="matrix(0.33589709,0,0,0.33446001,65.821577,239.92228)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4000-2">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4002-1" />
+      <stop
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="1"
+         id="stop4004-26" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3984-64"
+       id="linearGradient5895"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36715981,0,0,0.35449628,43.328222,238.52797)"
+       x1="712.32172"
+       y1="57.108822"
+       x2="721.75269"
+       y2="70.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3984-64">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3986-29" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3988-0" />
+    </linearGradient>
+    <linearGradient
+       y2="70.5"
+       x2="721.75269"
+       y1="57.108822"
+       x1="712.32172"
+       gradientTransform="matrix(0.36715981,0,0,0.35449628,43.328222,238.52797)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6571"
+       xlink:href="#linearGradient3984-64"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="0.26860243"
+     inkscape:cy="7.8768524"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3004" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,16.000002"
+       id="guide3006" />
+    <sodipodi:guide
+       position="16.000002,0"
+       orientation="-16,0"
+       id="guide3008" />
+    <sodipodi:guide
+       position="16.000002,16"
+       orientation="0,-16.000002"
+       id="guide3010" />
+    <sodipodi:guide
+       position="0,16"
+       orientation="16,0"
+       id="guide3012" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file compressed (*.zsav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-411.02875,-708.20763)">
+    <g
+       transform="translate(115.02875,456.20763)"
+       style="display:inline;enable-background:new"
+       id="g5902">
+      <g
+         id="g5470">
+        <image
+           style="display:inline;enable-background:new"
+           width="16.000002"
+           height="16"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
+           id="image10-9"
+           x="296"
+           y="252" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-2-8-5-8-9"
+           width="1.0000126"
+           height="7.0000048"
+           x="299.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9-3-8"
+           width="1"
+           height="7"
+           x="307.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6-0-7"
+           width="1.0000092"
+           height="8.9998837"
+           x="263.99768"
+           y="-308.00223"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2-2-7"
+           width="1"
+           height="7"
+           x="301.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-5-7-0-8-0-7"
+           width="1"
+           height="7"
+           x="303.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9-8-3"
+           width="1"
+           height="7.0000095"
+           x="305.00235"
+           y="257.99768" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4-9-1"
+           width="1"
+           height="9"
+           x="261.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1-0-8"
+           width="1"
+           height="9"
+           x="259.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5-5-9"
+           width="1.000012"
+           height="9.0000105"
+           x="257.99768"
+           y="-308.00235"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0-0-6"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+           d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9-1-8"
+           style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+           d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4-5-1"
+           width="1"
+           height="3.9999967"
+           x="255"
+           y="-303"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc"
+         id="rect3615"
+         d="m 304.08361,259.49976 6.83276,0 c 0.32346,0 0.58387,0.24181 0.58387,0.54214 l 0,6.91619 c 0,0.30033 -0.26041,0.54215 -0.58387,0.54215 l -6.83276,0 c -0.32345,0 -0.58385,-0.24182 -0.58385,-0.54215 l 0,-6.91619 c 0,-0.30033 0.2604,-0.54214 0.58385,-0.54214 z"
+         style="fill:url(#linearGradient5886);fill-opacity:1;stroke:#8f5902;stroke-width:0.99952996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccccc"
+         id="path3619"
+         d="M 304.20997,262 C 304.09364,262 304,262.10249 304,262.22988 l 0,4.38699 0,0.15325 c 0,0.12736 0.0936,0.22988 0.20997,0.22988 l 6.58006,0 C 310.90636,267 311,266.89748 311,266.77012 l 0,-4.54024 C 311,262.10253 310.9064,262 310.79003,262 l -6.58006,0 z"
+         style="fill:url(#linearGradient5883);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccc"
+         id="path3621"
+         d="m 304.0305,262 -0.0282,1.97916 L 311,264 l -0.0281,-1.99999 -6.94145,0 z"
+         style="opacity:0.5;fill:url(#radialGradient5880);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="262.85712"
+         x="303.64288"
+         height="0.64285713"
+         width="7.7142859"
+         id="rect3625"
+         style="opacity:0.7477478;fill:url(#radialGradient5874);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccc"
+         id="rect3637"
+         d="m 304.49651,260.4965 6.00699,0 0,6.00699 -6.00699,0 0,-6.00699 z"
+         style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5871);stroke-width:0.99301434;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="ccccccc"
+         id="path4101"
+         d="m 306.50506,260.49157 -0.0135,4.46295 c 0,0.17634 0.0276,0.55396 0.0611,0.55396 l 1.89376,0 c 0.0335,0 0.0611,-0.37762 0.0611,-0.55396 0.007,-1.48425 -0.0218,-2.96829 -0.0398,-4.4525 l -1.96236,-0.0104 z"
+         style="fill:url(#linearGradient5898);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5900);stroke-width:0.98304826;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccsccscccsccc"
+         id="path4103"
+         d="m 306.75392,260.49566 0,0.0222 c 3.7e-4,0.007 3.7e-4,0.0148 0,0.0222 -0.008,0.0696 -0.0199,0.12526 -0.023,0.17725 l -0.16063,2.6698 c -0.002,0.0238 0,0.0563 0,0.11078 -3e-5,0.002 2.4e-4,0.009 0,0.0222 l 1.85875,0 0,-0.12186 c -0.007,-0.0177 -0.0109,-0.0364 -0.0115,-0.0554 -3.7e-4,-0.0219 -1.6e-4,-0.0248 0,-0.0222 l -0.16063,-2.81381 -1.50305,-0.0111 z"
+         style="fill:url(#linearGradient6571);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/22x22/apps/pspp.svg b/src/ui/gui/artwork/22x22/apps/pspp.svg
new file mode 100644 (file)
index 0000000..de2ccd7
--- /dev/null
@@ -0,0 +1,1175 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="21.99999"
+   height="22"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4">
+      <stop
+         id="stop17661-0-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0" />
+      <stop
+         id="stop17669-0-2"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9">
+      <stop
+         id="stop17341-6-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0">
+      <stop
+         id="stop17771-8-6"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4-7">
+      <stop
+         id="stop17661-0-5-4"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2-0" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0-9" />
+      <stop
+         id="stop17669-0-2-6"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4-2">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9-0">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5-1" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4-3" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6-2">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0-9" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9-5" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6-3">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0-3" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6-7" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9-0">
+      <stop
+         id="stop17341-6-2-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0-8">
+      <stop
+         id="stop17771-8-6-5"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1"
+       id="linearGradient6157"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1">
+      <stop
+         id="stop17661-8-4-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9" />
+      <stop
+         id="stop17669-1-7-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9"
+       id="linearGradient6154"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-3-1-8"
+       id="radialGradient6144"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-3-1-8">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-9-7-0"
+       id="radialGradient6141"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-9-7-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-8-0-5"
+       id="radialGradient6138"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-8-0-5">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-8-8-9"
+       id="radialGradient6121"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-8-8-9">
+      <stop
+         id="stop17771-2-4-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       id="radialGradient6108"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4277"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       inkscape:collect="always" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-3-3-5-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-8-3-6-3" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1-5"
+       id="linearGradient6157-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1-5">
+      <stop
+         id="stop17661-8-4-5-9"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9-5" />
+      <stop
+         id="stop17669-1-7-1-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9-7"
+       id="linearGradient6154-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9-7">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-9-7-7-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-5-3-2-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-7-7-2-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-6-3-5-9" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-3-1-8-9"
+       id="radialGradient6144-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-3-1-8-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8-4" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-9-7-0-0"
+       id="radialGradient6141-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-9-7-0-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-8-0-5-2"
+       id="radialGradient6138-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-8-0-5-2">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5-9" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-6-3-7-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-5-8-5-4" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-8-8-9-7"
+       id="radialGradient6121-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-8-8-9-7">
+      <stop
+         id="stop17771-2-4-1-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3-1"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6241"
+       xlink:href="#linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1-8"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4-9"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4343"
+       xlink:href="#linearGradient17039-3-7-98-4-3"
+       inkscape:collect="always" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-4-0-9-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-0-7-0-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-5-2-0-6"
+       id="linearGradient6491-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.54904678,0,0,0.50898621,246.67711,135.50154)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-5-2-0-6">
+      <stop
+         id="stop17661-0-8-7-6-3"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5-9-4-8" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-4-7-6-9" />
+      <stop
+         id="stop17669-0-1-0-0-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-7-5-8-9"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-0-1-4-1"
+       id="linearGradient6488-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.54864639,0,0,0.50898621,246.71432,135.50154)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-0-1-4-1">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-2-8-3-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-8-2-3-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1-3"
+       id="radialGradient6419-1"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-5-8-1-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-2-8-5-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-7-9-7-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-2-8-1-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-8-1-1-4" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-8-7-2-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-8-0-3-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-0-6-8-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4-2-1-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-5-7-7-1"
+       id="radialGradient6479-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24423569,0,0,0.12395509,276.78662,164.6677)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-5-7-7-1">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-8-1-2-7" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-8-0-2-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-8-9-2-4"
+       id="radialGradient6476-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14718501,0,0,0.13207545,287.62056,166.84628)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-8-9-2-4">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-06-3-8-9" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-97-2-4-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-1-8-0-1"
+       id="radialGradient6473-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1628605,0,0,0.21679247,285.05564,147.16576)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-1-8-0-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-6-2-2-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-5-1-5-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1-3"
+       id="radialGradient6463-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10643305,0,0,0.03217484,294.87415,177.55263)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-7-9-2-5"
+       id="radialGradient6454-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12003047,0.08740416,-0.04287698,0.06015834,296.69515,161.44623)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-7-9-2-5">
+      <stop
+         id="stop17771-8-5-4-7-7"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-49-6-1-8"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-22-7-6-0"
+       id="radialGradient6451-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10643305,0,0,0.11332188,294.4226,165.68837)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-22-7-6-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-4-6-5-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-5-3-5-6" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.141066"
+     inkscape:cy="13.322915"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="-3.9999686,-0.99999492"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="-3.9999686,255"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-3.9999686px"
+       originy="-0.99999492px" />
+    <sodipodi:guide
+       position="-3.9999686,-0.99999492"
+       orientation="0,48"
+       id="guide6507" />
+    <sodipodi:guide
+       position="-3.9999686,47.000005"
+       orientation="48,0"
+       id="guide6513" />
+    <sodipodi:guide
+       position="-3.9999686,-0.99999492"
+       orientation="0,32"
+       id="guide6823" />
+    <sodipodi:guide
+       position="28.000031,-0.99999492"
+       orientation="-32,0"
+       id="guide6825" />
+    <sodipodi:guide
+       position="28.000031,31.000005"
+       orientation="0,-32"
+       id="guide6827" />
+    <sodipodi:guide
+       position="-3.9999686,31.000005"
+       orientation="32,0"
+       id="guide6829" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1937.7427,-892.77905)">
+    <g
+       transform="matrix(0.91666624,0,0,0.91666669,1666.4095,738.77905)"
+       style="display:inline;enable-background:new"
+       id="g6510-1">
+      <g
+         id="g6494-7">
+        <path
+           transform="matrix(0.1037912,0,0,0.10535863,295.1198,162.5313)"
+           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8-8-4-7-6"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9-2);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient6491-9);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 317.91814,179.53597 c -1.17881,-2.55562 -5.17587,-4.43734 -9.92952,-4.43734 -4.75365,0 -7.17102,1.43457 -8.34983,3.99019 l -1.93436,0.44715 0,4.22456 c 0,3.31298 4.60485,5.9984 10.28419,5.9984 5.67989,0 10.28365,-2.68542 10.28365,-5.9984 l 0,-4.22456 -0.35413,0 0,0 z"
+           id="path12964-1-9-2-1-4" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient6488-9);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 318.25727,179.53597 c 0,3.3135 -4.6004,5.99891 -10.27614,5.99891 -5.67575,0 -10.2767,-2.68541 -10.2767,-5.99891 0,-3.3135 4.60149,-5.99891 10.2767,-5.99891 5.67574,0 10.27614,2.68541 10.27614,5.99891 l 0,0 z"
+           id="path12971-9-4-6-0-8" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="m 318.17212,178.77833 c -0.55297,-3.79924 -6.82035,-5.00888 -7.98683,-4.97434 l -2.59843,5.83956 10.15899,-0.86518 0.42627,-4e-5 z"
+           id="path12985-5-0-4-1-0"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="m 307.74952,179.60521 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
+           id="path12999-5-4-4-4-6"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient6419-1);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1-9)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1-9-7-7-1"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2-9)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0-2-6-7-4"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8-2)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0-8-6-0-5"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73-6-0-0-1"
+           d="m 307.74952,177.39916 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
+           style="fill:url(#radialGradient6479-8);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0-4-7-6-6"
+           d="m 318.06568,174.36754 c -0.55296,-3.79924 -6.71391,-4.9013 -7.88039,-4.86676 l -2.492,5.81267 10.37239,-0.94591 z"
+           style="fill:url(#radialGradient6476-2);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6473-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.75334,175.24614 -0.0266,4.3301 10.43044,-0.75306 -0.10643,-4.51837 -10.2974,0.94133 z"
+           id="path17305-1-8-0-4-3"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0-2-3-6-7"
+           d="m 297.71126,179.32074 c -0.004,0.0714 -0.007,0.14313 -0.007,0.21516 0,3.3135 4.6017,5.9976 10.27745,5.9976 5.67574,0 10.27411,-2.6841 10.27411,-5.9976 0,-0.0721 -0.002,-0.14376 -0.007,-0.21516 -0.194,3.21382 -4.71508,5.78243 -10.26745,5.78243 -5.55239,0 -10.07677,-2.56861 -10.2708,-5.78243 z"
+           style="opacity:0.68235294;fill:url(#radialGradient6463-4);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient6454-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.74353,179.6342 -4.40268,-5.40102 0,-2.32016 4.47149,5.54202 -0.0688,2.17916 z"
+           id="path17765-5-6-5-0-0"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient6451-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.72673,177.42463 -4.07106,-5.37901 c 1.56648,-0.42231 3.48989,-0.55601 5.40147,-0.69927 -1.88032,-0.0569 -4.00011,0.0672 -5.72078,0.5648 l 0,2.31297 0.0798,-1.99024 4.31054,5.19075 z"
+           id="path17788-5-9-9-6-9"
+           sodipodi:nodetypes="ccccccc" />
+      </g>
+      <rect
+         y="168"
+         x="296"
+         height="24"
+         width="24"
+         id="rect4769-9-9-7-7"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..4be0b7b
--- /dev/null
@@ -0,0 +1,208 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="21.999998"
+   height="22.000011"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="17.220525"
+     inkscape:cy="11.140017"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,21.999998"
+       id="guide3034" />
+    <sodipodi:guide
+       position="21.999998,0"
+       orientation="-22.000011,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="21.999998,22.000011"
+       orientation="0,-21.999998"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,22.000011"
+       orientation="22.000011,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1858.8856,-705.77904)">
+    <g
+       transform="translate(1562.8856,493.77905)"
+       style="display:inline;enable-background:new"
+       id="g6981">
+      <image
+         y="211"
+         x="295"
+         id="image10-6-7"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+         height="24"
+         width="24"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="221"
+         x="300"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-2-8-5-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="221"
+         x="313"
+         height="10.000002"
+         width="1"
+         id="rect3033-8-7-7-3-9-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314"
+         x="230"
+         height="14"
+         width="0.99999619"
+         id="rect4385-7-5-5-84-8-6-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="221"
+         x="304"
+         height="9.9999962"
+         width="1.0311279"
+         id="rect3033-8-4-7-8-2-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="221.25"
+         x="309"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-4-2-3-2-9-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314"
+         x="227"
+         height="14"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-313.75"
+         x="224"
+         height="13.5"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-313"
+         x="221"
+         height="13"
+         width="1"
+         id="rect4385-7-5-5-8-6-7-5-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 313.45908,229.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0-0-4"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 313.45869,229.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7-9-6"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-307"
+         x="215"
+         height="7"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-305"
+         x="218"
+         height="5.0000072"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3-7-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..1d2de7d
--- /dev/null
@@ -0,0 +1,208 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="21.999998"
+   height="22.000011"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="15.067039"
+     inkscape:cy="14.148223"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,21.999998"
+       id="guide3034" />
+    <sodipodi:guide
+       position="21.999998,0"
+       orientation="-22.000011,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="21.999998,22.000011"
+       orientation="0,-21.999998"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,22.000011"
+       orientation="22.000011,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-429.88998,-606.20879)">
+    <g
+       transform="translate(132.88998,437.2088)"
+       style="display:inline;enable-background:new"
+       id="g5256">
+      <image
+         y="168"
+         x="296"
+         id="image10-6"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+         height="24"
+         width="24"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="301"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-2-8-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="178"
+         x="314"
+         height="10.000002"
+         width="1"
+         id="rect3033-8-7-7-3-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="187"
+         height="14"
+         width="0.99999619"
+         id="rect4385-7-5-5-84-8-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="305"
+         height="9.9999962"
+         width="1.0311279"
+         id="rect3033-8-4-7-8-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178.25"
+         x="310"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-4-2-3-2-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="184"
+         height="14"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314.75"
+         x="181"
+         height="13.5"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314"
+         x="178"
+         height="13"
+         width="1"
+         id="rect4385-7-5-5-8-6-7-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0-0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7-9"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308"
+         x="172"
+         height="7"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-306"
+         x="175"
+         height="5.0000072"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..e64106e
--- /dev/null
@@ -0,0 +1,363 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="22.000004"
+   height="22"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895-5-6"
+       id="linearGradient4639-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.66677109,0,0,0.66676737,300.49814,162.49652)"
+       x1="14.495688"
+       y1="29.88039"
+       x2="26.737476"
+       y2="42.564117" />
+    <linearGradient
+       id="linearGradient2895-5-6"
+       inkscape:collect="always">
+      <stop
+         id="stop2897-15-73"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop2899-1-2"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3025-0"
+       id="radialGradient4636-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63309441,0,0,0.63309335,286.59347,163.65829)"
+       cx="42.5"
+       cy="34.5"
+       fx="42.5"
+       fy="34.5"
+       r="8.6875" />
+    <linearGradient
+       id="linearGradient3025-0"
+       inkscape:collect="always">
+      <stop
+         id="stop3027-7"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop3029-4"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903-0-1"
+       id="linearGradient4633-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.68420872,0,0,0.68421052,300.15795,161.89474)"
+       x1="16.793787"
+       y1="30.675884"
+       x2="22.052893"
+       y2="37.128235" />
+    <linearGradient
+       id="linearGradient2903-0-1"
+       inkscape:collect="always">
+      <stop
+         id="stop2905-8-8"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1" />
+      <stop
+         id="stop2907-0-7"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3071-4"
+       id="linearGradient4643-8"
+       gradientUnits="userSpaceOnUse"
+       x1="20.806717"
+       y1="36.825302"
+       x2="17.449335"
+       y2="30.900536" />
+    <linearGradient
+       id="linearGradient3071-4"
+       inkscape:collect="always">
+      <stop
+         id="stop3073-8"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3075-0"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="31.111195"
+       x2="23.031794"
+       y1="36.680489"
+       x1="17.659994"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4688"
+       xlink:href="#linearGradient3065-9"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient3065-9"
+       inkscape:collect="always">
+      <stop
+         id="stop3067-4"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3069-9"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="0.95361071"
+     inkscape:cy="11.864336"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,22.000004"
+       id="guide3034" />
+    <sodipodi:guide
+       position="22.000004,0"
+       orientation="-22,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="22.000004,22"
+       orientation="0,-22.000004"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,22"
+       orientation="22,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-376.89406,-624.92426)">
+    <g
+       transform="translate(80.89406,412.92426)"
+       style="display:inline;enable-background:new"
+       id="g4771">
+      <g
+         id="g5256-6"
+         style="display:inline;enable-background:new"
+         transform="translate(-1,43)">
+        <image
+           style="display:inline;enable-background:new"
+           width="24"
+           height="24"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+           id="image10-6-7"
+           x="296"
+           y="168" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8-5-1"
+           width="1"
+           height="9.7500019"
+           x="301"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9-1"
+           width="1"
+           height="10.000002"
+           x="314"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6-7"
+           width="0.99999619"
+           height="14"
+           x="187"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2-3"
+           width="1.0311279"
+           height="9.9999962"
+           x="305"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9-5"
+           width="1"
+           height="9.7500019"
+           x="310"
+           y="178.25" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4-7"
+           width="1"
+           height="14"
+           x="184"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1-1"
+           width="1"
+           height="13.5"
+           x="181"
+           y="-314.75"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5-3"
+           width="1"
+           height="13"
+           x="178"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0-4"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9-6"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4-7"
+           width="1"
+           height="7"
+           x="172"
+           y="-308"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3-7-6"
+           width="1"
+           height="5.0000072"
+           x="175"
+           y="-306"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <g
+         id="g4645-6"
+         style="display:inline;enable-background:new"
+         transform="translate(-1.9999919,41.999998)">
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4639-2);fill-opacity:1;stroke:#2e3436;stroke-width:0.99818385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           id="path2978-7"
+           d="m 313.27096,179.49909 c -0.32563,0.0127 -0.64809,0.0625 -0.95848,0.12502 l -0.021,0 c -0.23301,0.0478 -0.46526,0.11363 -0.6876,0.18753 -0.3216,0.1069 -0.62191,0.2386 -0.91681,0.39589 l 0.43757,2.08366 c -0.31755,0.23516 -0.61615,0.51018 -0.85431,0.83345 l -2.06282,-0.41673 c -0.17095,0.32296 -0.32724,0.64567 -0.43756,1.00014 -0.15328,0.49244 -0.25021,1.02512 -0.27088,1.56274 l 2.042,0.68761 c 0.0464,0.39503 0.13466,0.78724 0.29171,1.14601 l -1.4169,1.58357 c 0.18515,0.29426 0.39321,0.57651 0.62511,0.83346 l 0.41671,0.3959 c 0.25886,0.23695 0.53604,0.4568 0.83348,0.64592 l 1.58359,-1.41687 c 0.19034,0.0849 0.37574,0.15272 0.58341,0.20835 0.19651,0.0529 0.40803,0.10282 0.60426,0.12502 l 0.66677,2.02115 c 0.32564,-0.0126 0.64811,-0.0624 0.95848,-0.12502 l 0.0208,0 c 0.233,-0.0478 0.46525,-0.11364 0.68759,-0.18754 0.32161,-0.1069 0.62191,-0.2386 0.91682,-0.39589 l -0.43758,-2.08366 c 0.31755,-0.23515 0.61616,-0.51018 0.85432,-0.83345 l 2.06282,0.41672 c 0.17095,-0.32296 0.32723,-0.64566 0.43756,-1.00014 0.15327,-0.49242 0.25021,-1.02511 0.27088,-1.56273 l -2.042,-0.6876 c -0.0464,-0.39505 -0.13467,-0.78724 -0.29171,-1.14602 l 1.41689,-1.58357 c -0.18515,-0.29425 -0.3932,-0.57651 -0.62509,-0.83345 l -0.41674,-0.3959 c -0.25885,-0.23696 -0.53602,-0.4568 -0.83347,-0.64593 l -1.58357,1.41688 c -0.19036,-0.0849 -0.37576,-0.15271 -0.58341,-0.20835 -0.19652,-0.0528 -0.40804,-0.10283 -0.60428,-0.12503 l -0.66677,-2.02114 z m 0.0833,4.66738 c 0.0757,-0.009 0.15182,-0.005 0.22921,0 0.0883,0.005 0.18199,0.0179 0.27087,0.0418 0.71103,0.19053 1.12816,0.93507 0.93764,1.64609 -0.19053,0.71103 -0.93506,1.12816 -1.64608,0.93764 -0.71104,-0.19052 -1.12818,-0.93506 -0.93765,-1.6461 0.14587,-0.54437 0.61622,-0.92017 1.14601,-0.97929 z" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.9372549;fill:url(#radialGradient4636-6);fill-opacity:1;stroke:none"
+           id="path2999-5"
+           d="m 313.04495,180.00001 -1.89929,0.55597 0.59353,2.83933 c 0.0172,0.0964 -0.0102,0.18891 -0.0791,0.25813 -0.0689,0.0691 -0.16121,0.0967 -0.2572,0.0794 l -2.84892,-0.59567 -0.55396,1.90615 2.80935,0.93321 c 0.0944,0.0327 0.15295,0.12144 0.17806,0.21841 0.0252,0.097 0.008,0.18349 -0.0593,0.25812 l -1.91908,2.18412 1.34533,1.37003 2.19601,-1.94585 c 0.0744,-0.0668 0.16057,-0.0847 0.2572,-0.0595 0.0966,0.0252 0.18512,0.084 0.21762,0.17871 l 0.92985,2.81949 1.8993,-0.55596 -0.59353,-2.83934 c -0.0172,-0.0963 0.0102,-0.18892 0.0791,-0.25813 0.0689,-0.0691 0.1612,-0.0967 0.2572,-0.0794 l 2.84892,0.59566 0.55396,-1.90615 -2.80935,-0.9332 c -0.0944,-0.0327 -0.15295,-0.12145 -0.17806,-0.21841 -0.0252,-0.097 -0.008,-0.18349 0.0593,-0.25812 l 1.91908,-2.18412 -1.34533,-1.37003 -2.19601,1.94584 c -0.0744,0.0668 -0.16057,0.0847 -0.2572,0.0595 -0.0966,-0.0252 -0.18512,-0.084 -0.21762,-0.1787 L 313.04495,180 z m 0.45504,3.59386 c 1.0484,0 1.89928,0.85396 1.89928,1.90613 0,1.05219 -0.85088,1.90615 -1.89928,1.90615 -1.04841,0 -1.89929,-0.85396 -1.89929,-1.90615 0,-1.05217 0.85088,-1.90613 1.89929,-1.90613 z" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4633-7);fill-opacity:1;stroke:none"
+           id="path3002-4"
+           d="m 313.50002,181.73684 c -2.07726,0 -3.76315,1.6859 -3.76315,3.76316 0,2.07726 1.68589,3.76316 3.76315,3.76316 2.07726,0 3.76315,-1.6859 3.76315,-3.76316 0,-2.07726 -1.68589,-3.76316 -3.76315,-3.76316 z m 0,2.05263 c 0.94421,0 1.71052,0.76632 1.71052,1.71053 0,0.94421 -0.76631,1.71053 -1.71052,1.71053 -0.94421,0 -1.71052,-0.76632 -1.71052,-1.71053 0,-0.94421 0.76631,-1.71053 1.71052,-1.71053 z" />
+        <path
+           transform="matrix(0.67814489,0,0,0.67814413,300.23825,162.04498)"
+           style="fill:none;stroke:url(#linearGradient4643-8);stroke-width:1.05329549;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           sodipodi:type="arc"
+           sodipodi:ry="3.1598835"
+           sodipodi:rx="3.1598835"
+           sodipodi:cy="34.587067"
+           sodipodi:cx="19.555922"
+           id="path3033-1"
+           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
+        <path
+           transform="matrix(0.95414095,0,0,-0.9502332,294.82855,218.36578)"
+           style="fill:none;stroke:url(#linearGradient4688);stroke-width:1.36528087;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           sodipodi:type="arc"
+           sodipodi:ry="3.1598835"
+           sodipodi:rx="3.1598835"
+           sodipodi:cy="34.587067"
+           sodipodi:cx="19.555922"
+           id="path3037-6"
+           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..b2740f8
--- /dev/null
@@ -0,0 +1,510 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="21.999998"
+   height="22.000011"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file compressed (*.zsav)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4193-52"
+       id="linearGradient5610-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.80007278,0,0,0.80007382,6.2720142,34.286043)"
+       x1="380.64441"
+       y1="185.36032"
+       x2="380.64441"
+       y2="182.21574" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4193-52">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4195-30" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1"
+         id="stop4197-7" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967-8-0"
+       id="linearGradient5607-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.05499139,0,0,0.05363985,306.35026,178.34099)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967-8-0">
+      <stop
+         id="stop5969-62-1"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971-2-6"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3737-3-8"
+       id="radialGradient5604-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.48963787,0,0,0.09677378,157.40864,177.67744)"
+       cx="321.86331"
+       cy="70.499977"
+       fx="321.86331"
+       fy="70.499977"
+       r="15.500023" />
+    <linearGradient
+       id="linearGradient3737-3-8">
+      <stop
+         id="stop3739-5-8"
+         offset="0"
+         style="stop-color:#faefde;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="0.68321055"
+         id="stop3741-00-5" />
+      <stop
+         id="stop3743-88-0"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3712-4-25"
+       id="radialGradient5601-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.637258,0,0,0.23381282,-209.60395,168.35581)"
+       cx="321.7785"
+       cy="91.857727"
+       fx="321.7785"
+       fy="91.857727"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3712-4-25">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3714-1-09" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3716-8-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3757-2-3"
+       id="radialGradient5598-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.30185624,0,0,0.3516126,216.99146,159.71128)"
+       cx="318.01038"
+       cy="70.500061"
+       fx="318.01038"
+       fy="70.500061"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3757-2-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3759-5-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3761-72-20" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4256-6"
+       id="linearGradient5595-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.76941519,0,0,0.76941431,18.043451,40.07959)"
+       x1="382.25"
+       y1="191.625"
+       x2="385"
+       y2="182.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4256-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4258-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4260-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4091-8-1"
+       id="radialGradient5592-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78571469,0,0,0.4642857,-247.49996,97.446428)"
+       cx="713.99957"
+       cy="187.5"
+       fx="713.99957"
+       fy="187.5"
+       r="6.9999995" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4091-8-1">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4093-31" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4095-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707-4-9"
+       id="linearGradient5587-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.01002276,0,0,0.08246941,312.19657,175.70101)"
+       x1="52"
+       y1="92.321815"
+       x2="52"
+       y2="102.04764" />
+    <linearGradient
+       id="linearGradient3707-4-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709-8-3" />
+      <stop
+         id="stop3715-4-7"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711-63-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4000-0-2"
+       id="linearGradient5589-9"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33407002,0,0,0.46704054,73.136525,150.77418)"
+       x1="718.84924"
+       y1="57.971344"
+       x2="725.87988"
+       y2="77.336296" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4000-0-2">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4002-5-2" />
+      <stop
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="1"
+         id="stop4004-3-9" />
+    </linearGradient>
+    <linearGradient
+       y2="70.5"
+       x2="721.75269"
+       y1="57.108822"
+       x1="712.32172"
+       gradientTransform="matrix(0.40278348,0,0,0.48577334,23.697889,149.54413)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5699"
+       xlink:href="#linearGradient3984-6-2"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3984-6-2">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3986-15-7" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3988-7-4" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="0.11168186"
+     inkscape:cy="14.148223"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,21.999998"
+       id="guide3034" />
+    <sodipodi:guide
+       position="21.999998,0"
+       orientation="-22.000011,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="21.999998,22.000011"
+       orientation="0,-21.999998"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,22.000011"
+       orientation="22.000011,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file compressed (*.zsav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-429.88998,-606.20879)">
+    <g
+       transform="translate(133.88998,394.2088)"
+       style="display:inline;enable-background:new"
+       id="g5812">
+      <g
+         id="g5256-6"
+         style="display:inline;enable-background:new"
+         transform="translate(-1,43)">
+        <image
+           style="display:inline;enable-background:new"
+           width="24"
+           height="24"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+           id="image10-6-7"
+           x="296"
+           y="168" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8-5-1"
+           width="1"
+           height="9.7500019"
+           x="301"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9-1"
+           width="1"
+           height="10.000002"
+           x="314"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6-7"
+           width="0.99999619"
+           height="14"
+           x="187"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2-3"
+           width="1.0311279"
+           height="9.9999962"
+           x="305"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9-5"
+           width="1"
+           height="9.7500019"
+           x="310"
+           y="178.25" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4-7"
+           width="1"
+           height="14"
+           x="184"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1-1"
+           width="1"
+           height="13.5"
+           x="181"
+           y="-314.75"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5-3"
+           width="1"
+           height="13"
+           x="178"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0-4"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9-6"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4-7"
+           width="1"
+           height="7"
+           x="172"
+           y="-308"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3-7-6"
+           width="1"
+           height="5.0000072"
+           x="175"
+           y="-306"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <g
+         id="g5626-9"
+         style="display:inline;enable-background:new"
+         transform="translate(-1.9999952,42.000002)">
+        <rect
+           style="fill:url(#linearGradient5610-7);fill-opacity:1;stroke:#8f5902;stroke-width:0.99890697;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001"
+           id="rect3378-9"
+           width="12.001091"
+           height="12.001094"
+           x="307.49945"
+           y="179.49945"
+           rx="0.81324685"
+           ry="0.81324792" />
+        <path
+           style="fill:url(#linearGradient5607-7);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.32996,184 C 308.14716,184 308,184.14355 308,184.32183 l 0,6.14178 0,0.21455 c 0,0.17829 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35633 C 319,184.14355 318.85284,184 318.67005,184 l -10.34009,0 z"
+           id="path2771-3"
+           sodipodi:nodetypes="cccccccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.5;fill:url(#radialGradient5604-5);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.04426,183 308,185.96874 319,186 l -0.0443,-2.99999 -10.91166,0 z"
+           id="path2775-8"
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.81531528;fill:url(#radialGradient5601-7);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.32996,184 C 308.14716,184 308,184.14354 308,184.32184 l 0,6.14176 0,0.21456 c 0,0.1783 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35632 C 319,184.14354 318.85284,184 318.67005,184 l -10.34009,0 z"
+           id="path2773-9"
+           sodipodi:nodetypes="cccccccccc"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="opacity:0.7477478;fill:url(#radialGradient5598-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect2777-7"
+           width="11.375002"
+           height="1"
+           x="307.625"
+           y="184" />
+        <rect
+           style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5595-6);stroke-width:0.99979961;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new"
+           id="rect4254-8"
+           width="10.002398"
+           height="10.002398"
+           x="308.49771"
+           y="180.4977"
+           rx="0"
+           ry="0" />
+        <rect
+           style="opacity:0.1;fill:url(#radialGradient5592-7);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4087-1"
+           width="11.000006"
+           height="1"
+           x="308"
+           y="184" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5587-5);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5589-9);stroke-width:0.99439591;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+           d="m 312.51084,179.49719 -0.0136,6.23208 c 0,0.24624 0.0274,0.77353 0.0606,0.77353 l 1.88348,0 c 0.0333,0 0.0606,-0.52729 0.0606,-0.77353 0.006,-2.07262 -0.0217,-4.14493 -0.0395,-6.21747 l -1.95169,-0.0146 z"
+           id="path4076-9"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5699);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="m 312.68246,179.6469 0,0.0304 c 4.1e-4,0.0101 4.1e-4,0.0203 0,0.0304 -0.008,0.0953 -0.0218,0.17164 -0.0252,0.24289 l -0.17621,3.65848 c -0.002,0.0326 0,0.0771 0,0.1518 -4e-5,0.002 2.5e-4,0.0123 0,0.0304 l 2.03909,0 0,-0.16698 c -0.008,-0.0243 -0.012,-0.0499 -0.0126,-0.0759 -4.1e-4,-0.03 -1.7e-4,-0.034 0,-0.0304 l -0.17621,-3.85582 -1.64889,-0.0152 z"
+           id="path4079-6"
+           sodipodi:nodetypes="ccsccscccsccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/data-select-cases.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/data-split-file.svg b/src/ui/gui/artwork/24x24/actions/data-split-file.svg
new file mode 100644 (file)
index 0000000..93e57e5
--- /dev/null
@@ -0,0 +1,234 @@
+<?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-split-file.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(95,540.00002)"
+       style="display:inline"
+       id="g5529">
+      <g
+         id="g5481">
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-93-9-3"
+           width="19"
+           height="1"
+           x="-93"
+           y="497.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-73-5-1-78"
+           width="20"
+           height="2"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-9-9-9-7"
+           width="20"
+           height="4"
+           x="-93"
+           y="490.36218"
+           ry="2" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-1-7-6"
+           width="2"
+           height="6"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-8-3-1-1"
+           width="2"
+           height="6"
+           x="-75"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-0-3-0-7"
+           width="2"
+           height="7"
+           x="-81"
+           y="491.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-86-7-9-4"
+           width="2"
+           height="7"
+           x="-87"
+           y="491.36218" />
+      </g>
+      <rect
+         y="488.36218"
+         x="-95"
+         height="24"
+         width="24"
+         id="rect5806-9-5"
+         style="fill:none" />
+      <rect
+         y="488.36218"
+         x="-95"
+         height="24"
+         width="24"
+         id="rect5476-0-7"
+         style="fill:none;stroke:none" />
+      <g
+         id="g5481-1"
+         style="display:inline"
+         transform="translate(0,12)">
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-93-9-3-8"
+           width="19"
+           height="1"
+           x="-93"
+           y="497.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-73-5-1-78-4"
+           width="20"
+           height="2"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-9-9-9-7-3"
+           width="20"
+           height="4"
+           x="-93"
+           y="490.36218"
+           ry="2" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-1-7-6-2"
+           width="2"
+           height="6"
+           x="-93"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-8-3-1-1-4"
+           width="2"
+           height="6"
+           x="-75"
+           y="492.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-0-3-0-7-9"
+           width="2"
+           height="7"
+           x="-81"
+           y="491.36218" />
+        <rect
+           style="fill:#555753;display:inline"
+           id="rect5694-733-86-7-9-4-2"
+           width="2"
+           height="7"
+           x="-87"
+           y="491.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/data-weight-cases.svg b/src/ui/gui/artwork/24x24/actions/data-weight-cases.svg
new file mode 100644 (file)
index 0000000..40dcc8d
--- /dev/null
@@ -0,0 +1,179 @@
+<?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-weight-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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(20,540.00002)"
+       style="display:inline"
+       id="g4702">
+      <path
+         transform="matrix(3.75,0,0,2.0000049,-544.25,189.63703)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="143"
+         id="path4186-5-1-2-8"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <rect
+         y="489.36218"
+         x="-10"
+         height="21.499998"
+         width="4"
+         id="rect4188-5-0-3-8"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="490.36218"
+         x="-17"
+         height="2"
+         width="18"
+         id="rect4190-8-6-8-9"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(-1.5,0,0,-2.2499961,203.5,863.4265)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-8-7-9-3"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-1.5,0,0,-2.2499961,218.5,863.42649)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-1-4-1-7-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4986-5-9-5-7"
+         d="m -15.5,491.38142 -4.5,9 1.125,0 3.375,-6.75 3.375,6.75 1.125,0 -4.5,-9 z m 3.375,9 -6.75,0 -0.375,0.75 7.5,0 -0.375,-0.75 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         id="path4986-0-9-8-8-9"
+         d="m -0.5,491.38142 -4.5,9 1.125,0 3.375,-6.75 3.375,6.75 1.125,0 -4.5,-9 z m 3.375,9 -6.75,0 -0.375,0.75 7.5,0 -0.375,-0.75 z"
+         style="fill:#555753;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="488.36218"
+         x="-20"
+         height="23.999996"
+         width="24"
+         id="rect5025-4-2-4-3"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-copy.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/edit-cut.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/edit-find.svg b/src/ui/gui/artwork/24x24/actions/edit-find.svg
new file mode 100644 (file)
index 0000000..25cfba8
--- /dev/null
@@ -0,0 +1,138 @@
+<?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-go-to-case.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(320,540.00003)"
+       style="display:inline"
+       id="g6757">
+      <g
+         id="g6717">
+        <path
+           transform="matrix(1.8300361,0,0,1.8284099,-872.73041,-208.31825)"
+           d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
+           sodipodi:ry="3.5"
+           sodipodi:rx="3.5"
+           sodipodi:cy="386.5"
+           sodipodi:cx="307.5"
+           id="path30094"
+           style="color:#000000;fill:none;stroke:#555753;stroke-width:1.74999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path30096"
+           d="m -304.78974,503.56106 5.09088,5.10226"
+           style="color:#000000;fill:#555753;fill-opacity:1;stroke:#555753;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="color:#000000;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="rect30098"
+           width="23.999989"
+           height="23.999987"
+           x="-320"
+           y="488.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-go-to-case.svg b/src/ui/gui/artwork/24x24/actions/edit-go-to-case.svg
new file mode 100644 (file)
index 0000000..189d5b2
--- /dev/null
@@ -0,0 +1,136 @@
+<?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-go-to-case.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(395,540.00002)"
+       style="display:inline"
+       id="g5745">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4902-1-1-5"
+         width="24"
+         height="23.988609"
+         x="-395"
+         y="488.36218" />
+      <rect
+         y="488.36221"
+         x="-395"
+         height="23.988585"
+         width="24"
+         id="rect5357-0-8-1-4"
+         style="fill:none;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5531"
+         d="m -381.5,497.36218 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,4.14214 3.35786,7.5 7.5,7.5 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 z m 0,2.5 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.18349,2.5 -2.65625,2.5 -1.47276,0 -2.65625,-1.11929 -2.65625,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z m -1.34375,5 0,1.25 2.6875,0 0,-1.25 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.79087,2.5 -4,2.5 -2.20913,0 -4,-1.11929 -4,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429-5-2-9-5-8-8-9"
+         d="m -389,488.36218 c -3.3137,0 -6,2.6863 -6,6 0,0.55228 0.67157,1 1.5,1 0.82843,0 1.5,-0.44772 1.5,-1 0,-1.65685 1.34314,-3 3,-3 l 2,0 c 1.08731,0 2.03634,0.57155 2.5625,1.4375 l -2.5625,2.5625 7,0 0,-7 -2.28125,2.28125 c -1.09827,-1.40272 -2.79913,-2.28125 -4.71875,-2.28125 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-go-to-variable.svg b/src/ui/gui/artwork/24x24/actions/edit-go-to-variable.svg
new file mode 100644 (file)
index 0000000..eecd8b5
--- /dev/null
@@ -0,0 +1,136 @@
+<?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-go-to-variable.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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="g5888">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4898-0"
+         width="23.991945"
+         height="23.999992"
+         x="-469.99194"
+         y="488.36218" />
+      <rect
+         y="488.36221"
+         x="-470"
+         height="23.999966"
+         width="23.991945"
+         id="rect5357-05"
+         style="fill:none;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5340-3-4"
+         d="m -459.5,497.375 c -2.49216,0 -4.5,2.007 -4.5,4.5 l 0,6 c 0,2.49299 2.00784,4.5 4.5,4.5 l 6,0 c 2.49216,0 4.5,-2.00701 4.5,-4.5 l 0,-6 c 0,-2.493 -2.00784,-4.5 -4.5,-4.5 l -6,0 z m -0.5,2 3.625,3.625 3.625,-3.625 1.75,1.78125 -3.625,3.625 3.625,3.59375 -1.75,1.78125 -3.625,-3.625 -3.625,3.625 -1.75,-1.78125 3.625,-3.59375 -3.625,-3.625 1.75,-1.78125 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6429-5-2-9-5-8-8"
+         d="m -464,488.36218 c -3.3137,0 -6,2.6863 -6,6 0,0.55228 0.67157,1 1.5,1 0.82843,0 1.5,-0.44772 1.5,-1 0,-1.65685 1.34314,-3 3,-3 l 2,0 c 1.08731,0 2.03634,0.57155 2.5625,1.4375 l -2.5625,2.5625 7,0 0,-7 -2.28125,2.28125 c -1.09827,-1.40272 -2.79913,-2.28125 -4.71875,-2.28125 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-insert-case.svg b/src/ui/gui/artwork/24x24/actions/edit-insert-case.svg
new file mode 100644 (file)
index 0000000..a86a339
--- /dev/null
@@ -0,0 +1,130 @@
+<?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-insert-case.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(170,540.00002)"
+       style="display:inline"
+       id="g5792">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4893-90-1"
+         width="24"
+         height="23.999992"
+         x="-170"
+         y="488.36218" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-3-4-8"
+         d="m -153.00003,506.36229 -1.49999,0 c -0.38534,2e-5 -0.79267,0.17679 -1.07812,0.42554 l -1.92185,1.74463 -1.92184,-1.74465 c -0.28506,-0.24909 -0.69278,-0.42552 -1.07816,-0.42546 l -1.5,0 -1e-5,1.36169 c 0,0.42136 0.1353,0.75205 0.42195,1.02123 l 4.07811,3.61691 4.07807,-3.61691 c 0.28639,-0.26924 0.42187,-0.5999 0.42187,-1.02126 l 0,-1.36167 z"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5531-9"
+         d="m -157.5,490.36218 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,4.14214 3.35786,7.5 7.5,7.5 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 z m 0,2.5 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.18349,2.5 -2.65625,2.5 -1.47276,0 -2.65625,-1.11929 -2.65625,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z m -1.34375,5 0,1.25 2.6875,0 0,-1.25 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.79087,2.5 -4,2.5 -2.20913,0 -4,-1.11929 -4,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-insert-variable.svg b/src/ui/gui/artwork/24x24/actions/edit-insert-variable.svg
new file mode 100644 (file)
index 0000000..73a55ff
--- /dev/null
@@ -0,0 +1,130 @@
+<?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-insert-variable.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(245,540.00002)"
+       style="display:inline"
+       id="g5883">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4889-8"
+         width="24"
+         height="24.000027"
+         x="-245"
+         y="488.36218" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-0"
+         d="m -228.00003,506.36218 -1.49999,0 c -0.38534,10e-6 -0.79267,0.17679 -1.07812,0.42553 l -1.92185,1.74464 -1.92184,-1.74465 c -0.28506,-0.24909 -0.69278,-0.42552 -1.07816,-0.42546 l -1.5,0 -1e-5,1.36168 c 0,0.42137 0.1353,0.75206 0.42195,1.02123 l 4.07811,3.61692 4.07807,-3.61692 c 0.28639,-0.26923 0.42187,-0.59989 0.42187,-1.02126 l 0,-1.36167 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect5340-3-4-8"
+         d="m -235.5,490.36218 c -2.49216,0 -4.5,2.007 -4.5,4.5 l 0,6 c 0,2.49299 2.00784,4.5 4.5,4.5 l 6,0 c 2.49216,0 4.5,-2.00701 4.5,-4.5 l 0,-6 c 0,-2.493 -2.00784,-4.5 -4.5,-4.5 l -6,0 z m -0.5,2 3.625,3.625 3.625,-3.625 1.75,1.78125 -3.625,3.625 3.625,3.59375 -1.75,1.78125 -3.625,-3.625 -3.625,3.625 -1.75,-1.78125 3.625,-3.59375 -3.625,-3.625 1.75,-1.78125 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/edit-paste.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/edit-redo.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/edit-select-all.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/edit-undo.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/file-export-data.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/file-open-data.svg b/src/ui/gui/artwork/24x24/actions/file-open-data.svg
new file mode 100644 (file)
index 0000000..ada5da8
--- /dev/null
@@ -0,0 +1,261 @@
+<?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-open-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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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="g7000">
+      <rect
+         ry="1"
+         y="490.36218"
+         x="-614"
+         height="11"
+         width="3"
+         id="rect6763"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         transform="matrix(0.64938101,0.76046322,-0.76046322,0.64938101,0,0)"
+         ry="1"
+         y="777.05542"
+         x="-19.260319"
+         height="3"
+         width="9"
+         id="rect6823"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         ry="1"
+         transform="matrix(0,1,-1,0,0,0)"
+         y="603"
+         x="490.36218"
+         height="11"
+         width="3"
+         id="rect6763-1"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="498.36218"
+         x="-614"
+         height="3"
+         width="3"
+         id="rect6783"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="498.36218"
+         x="-601"
+         height="3"
+         width="3"
+         id="rect6783-9"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1"
+         y="496.36218"
+         x="-601"
+         height="5"
+         width="3"
+         id="rect6783-9-5"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="493.36218"
+         x="-605"
+         height="4"
+         width="4"
+         id="rect6821"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         ry="0"
+         y="490.36218"
+         x="-605"
+         height="1"
+         width="1.4453125"
+         id="rect6825"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="496.58484"
+         x="-599"
+         height="1.7773553"
+         width="1"
+         id="rect6827"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         ry="1"
+         y="500.36218"
+         x="-620"
+         height="11"
+         width="3"
+         id="rect6763-0"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         ry="0.95652175"
+         y="598"
+         x="509.36218"
+         height="22"
+         width="3"
+         id="rect6763-0-1"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1"
+         y="503.36218"
+         x="-614"
+         height="2"
+         width="18"
+         id="rect6865"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         ry="1"
+         y="496.36218"
+         x="-620"
+         height="4"
+         width="4"
+         id="rect6867"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="498.36218"
+         x="-620"
+         height="4"
+         width="3"
+         id="rect6867-3"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6894"
+         d="m -617,501.36218 c 0,-0.27614 0.10029,-0.53779 0.28125,-0.71875 0.18096,-0.18096 0.44261,-0.28125 0.71875,-0.28125 l -1,0 0,1 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="496.36218"
+         x="-617"
+         height="4"
+         width="1"
+         id="rect6902"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6894-7"
+         d="m -616,509.36218 c -0.27614,0 -0.53779,-0.10029 -0.71875,-0.28125 C -616.89971,508.89997 -617,508.63832 -617,508.36218 l 0,1 1,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6894-0"
+         d="m -615,508.36218 c 0,0.27614 -0.10029,0.53779 -0.28125,0.71875 -0.18096,0.18096 -0.44261,0.28125 -0.71875,0.28125 l 1,0 0,-1 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6958"
+         d="m -615,508.36218 1,-5 1,0 0,6 -2,0 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6996"
+         d="m -598,511.36218 2,-7 -18,0 0,6 13,0 0,1 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="488.36218"
+         x="-620"
+         height="24"
+         width="24"
+         id="rect6998"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/file-print.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/file-save-data.svg b/src/ui/gui/artwork/24x24/actions/file-save-data.svg
new file mode 100644 (file)
index 0000000..7d95191
--- /dev/null
@@ -0,0 +1,147 @@
+<?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-go-to-variable.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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(545,539.98724)"
+       style="display:inline"
+       id="g6229">
+      <rect
+         style="opacity:0;fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
+         id="rect4861-5-4"
+         width="24"
+         height="24"
+         x="-545"
+         y="488.36218" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6179"
+         d="m -540.9994,505.36218 a 0.74788884,0.77928928 0 0 0 0,0.0313 0.74788884,0.77928928 0 0 0 0,0.0313 l 0,0.37568 a 0.74788884,0.77928928 0 0 0 0,0.0626 l 0,0.50091 0,5.00916 0,1.00183 6.99974,0 0.99996,0 0.99996,0 6.99974,0 0,-1.00183 0,-5.00916 0,-0.50091 0,-0.50092 -1.74993,0 -12.46828,0 -1.78119,0 z m 4.99982,2.03497 c 0.55225,0 0.99996,0.42094 0.99996,0.97053 l 0.99996,0 1.99992,0 0.99997,0 c 0,-0.54959 0.4477,-0.97053 0.99996,-0.97053 0.55226,0 0.99996,0.42094 0.99996,0.97053 0,1.09916 -0.8954,2.00366 -1.99992,2.00366 l -0.99997,0 -1.99992,0 -0.99996,0 c -1.10453,0 -1.99993,-0.9045 -1.99993,-2.00366 0,-0.54959 0.44771,-0.97053 0.99997,-0.97053 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-3-4-83"
+         d="m -527.00004,496.36233 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82255 5.43742,-4.82255 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="489.36218"
+         x="-535"
+         height="12"
+         width="4"
+         id="rect6166"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6199"
+         d="m -539.02666,502.36368 a 0.99574696,0.99257028 0 0 0 -0.87119,0.55826 l -0.99565,1.98494 a 1.0088085,1.0055901 0 0 0 1.80461,0.89943 l 0.99565,-1.98495 a 0.99574696,0.99257028 0 0 0 -0.93342,-1.45768 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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path6199-6"
+         d="m -526.97323,502.36389 a 0.99574696,0.99257028 0 0 1 0.87119,0.55826 l 0.99565,1.98494 a 1.0088085,1.0055901 0 0 1 -1.80461,0.89943 l -0.99565,-1.98495 a 0.99574696,0.99257028 0 0 1 0.93342,-1.45768 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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/actions/run-all.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/transform-compute.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/utilities-variables.svg b/src/ui/gui/artwork/24x24/actions/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/24x24/actions/view-value-labels.svg b/src/ui/gui/artwork/24x24/actions/view-value-labels.svg
new file mode 100644 (file)
index 0000000..5092308
--- /dev/null
@@ -0,0 +1,122 @@
+<?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="view-value-labels.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="12.875286"
+     inkscape:cy="9.6348948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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="guide5959" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide5961" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide5963" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide5965" />
+  </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
+       id="g3005">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4057-0"
+         d="M 4.1428572,1029.3622 1,1032.5051 l 0,6.2857 12.571428,12.5714 9.428572,-9.4286 -12.571428,-12.5714 -6.2857148,0 z M 6.5,1032.5051 c 1.3018139,0 2.3571428,1.0554 2.3571428,2.3571 0,1.3019 -1.0553289,2.3571 -2.3571428,2.3571 -1.3018139,0 -2.3571428,-1.0552 -2.3571428,-2.3571 0,-1.3017 1.0553289,-2.3571 2.3571428,-2.3571 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="1028.3622"
+         x="0"
+         height="24"
+         width="24"
+         id="rect4141-20"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/apps/pspp.svg b/src/ui/gui/artwork/24x24/apps/pspp.svg
new file mode 100644 (file)
index 0000000..437d979
--- /dev/null
@@ -0,0 +1,1326 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4">
+      <stop
+         id="stop17661-0-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0" />
+      <stop
+         id="stop17669-0-2"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9">
+      <stop
+         id="stop17341-6-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0">
+      <stop
+         id="stop17771-8-6"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-4-7"
+       id="linearGradient16454-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4-7">
+      <stop
+         id="stop17661-0-5-4"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2-0" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0-9" />
+      <stop
+         id="stop17669-0-2-6"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-4-2"
+       id="linearGradient16451-7-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-4-2">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17529-6-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-8-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-0-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-3-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17089-2-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-3-5"
+       id="linearGradient17761-3-7"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-3-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-3-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-7-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-1-6"
+       id="linearGradient17283-5-4"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-1-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-8-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-5-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-9-0"
+       id="radialGradient17870-0-1"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9-9-0">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5-1" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-6-2"
+       id="radialGradient17323-8-3"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98-6-2">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0-9" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-6-3"
+       id="radialGradient17331-6-7"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1-6-3">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0-3" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6-6"
+       id="radialGradient17315-8-0"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-6-6">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-4-3" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-9-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-9-0"
+       id="linearGradient17337-2-4"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7-9-0">
+      <stop
+         id="stop17341-6-2-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6-6"
+       id="radialGradient17347-7-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-6-2"
+       id="radialGradient17657-1-6"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-6-2">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-4-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-4-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17495-2-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-9-3"
+       id="linearGradient17539-1-8"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-9-3">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-0-5" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-1-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-8-6"
+       id="radialGradient17737-3-1"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-8-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-0-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-0-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-0-8"
+       id="radialGradient17773-6-2"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1-0-8">
+      <stop
+         id="stop17771-8-6-5"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-2-0"
+       id="radialGradient17796-8-6"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-2-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-3-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-0-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3-0-5"
+       id="radialGradient17854-7-3"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3-0-5">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7-9-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3-5-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-5-6"
+       id="linearGradient17936-7-4"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-5-6">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-1-8" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-9-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-3-3-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-8-3-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1"
+       id="linearGradient6157"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1">
+      <stop
+         id="stop17661-8-4-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9" />
+      <stop
+         id="stop17669-1-7-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9"
+       id="linearGradient6154"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-9-7-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-5-3-2" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-7-7-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-6-3-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-3-1-8"
+       id="radialGradient6144"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-3-1-8">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-9-7-0"
+       id="radialGradient6141"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-9-7-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-8-0-5"
+       id="radialGradient6138"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-8-0-5">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-6-3-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-5-8-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-8-8-9"
+       id="radialGradient6121"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-8-8-9">
+      <stop
+         id="stop17771-2-4-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       id="radialGradient6108"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4277"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       inkscape:collect="always" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-4-0-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-0-7-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-5-2-0"
+       id="linearGradient6491"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.54904678,0,0,0.50898621,246.67711,135.50154)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-5-2-0">
+      <stop
+         id="stop17661-0-8-7-6"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5-9-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-4-7-6" />
+      <stop
+         id="stop17669-0-1-0-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-7-5-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-0-1-4"
+       id="linearGradient6488"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.54864639,0,0,0.50898621,246.71432,135.50154)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-0-1-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-2-8-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-8-2-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1"
+       id="radialGradient6419"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-5-8-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-2-8-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-7-9-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-2-8-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-8-1-1" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-8-7-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-8-0-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-0-6-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4-2-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-5-7-7"
+       id="radialGradient6479"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24423569,0,0,0.12395509,276.78662,164.6677)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-5-7-7">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-8-1-2" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-8-0-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-8-9-2"
+       id="radialGradient6476"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14718501,0,0,0.13207545,287.62056,166.84628)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-8-9-2">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-06-3-8" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-97-2-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-1-8-0"
+       id="radialGradient6473"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1628605,0,0,0.21679247,285.05564,147.16576)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-1-8-0">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-6-2-2" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-5-1-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8-1"
+       id="radialGradient6463"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10643305,0,0,0.03217484,294.87415,177.55263)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-7-9-2"
+       id="radialGradient6454"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12003047,0.08740416,-0.04287698,0.06015834,296.69515,161.44623)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-7-9-2">
+      <stop
+         id="stop17771-8-5-4-7"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-49-6-1"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-22-7-6"
+       id="radialGradient6451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10643305,0,0,0.11332188,294.4226,165.68837)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-22-7-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-4-6-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-5-3-5" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="13.141035"
+     inkscape:cy="12.82291"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="-5,-4"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="-5,252"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-5px"
+       originy="-4px" />
+    <sodipodi:guide
+       position="-5,-4"
+       orientation="0,48"
+       id="guide6507" />
+    <sodipodi:guide
+       position="-5,44"
+       orientation="48,0"
+       id="guide6513" />
+    <sodipodi:guide
+       position="-5,-4"
+       orientation="0,32"
+       id="guide6823" />
+    <sodipodi:guide
+       position="27,-4"
+       orientation="-32,0"
+       id="guide6825" />
+    <sodipodi:guide
+       position="27,28"
+       orientation="0,-32"
+       id="guide6827" />
+    <sodipodi:guide
+       position="-5,28"
+       orientation="32,0"
+       id="guide6829" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1938.7427,-887.77905)">
+    <g
+       transform="translate(1642.7427,719.77905)"
+       style="display:inline;enable-background:new"
+       id="g6510">
+      <g
+         id="g6494">
+        <path
+           transform="matrix(0.1037912,0,0,0.10535863,295.1198,162.5313)"
+           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8-8-4-7"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient6491);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 317.91814,179.53597 c -1.17881,-2.55562 -5.17587,-4.43734 -9.92952,-4.43734 -4.75365,0 -7.17102,1.43457 -8.34983,3.99019 l -1.93436,0.44715 0,4.22456 c 0,3.31298 4.60485,5.9984 10.28419,5.9984 5.67989,0 10.28365,-2.68542 10.28365,-5.9984 l 0,-4.22456 -0.35413,0 0,0 z"
+           id="path12964-1-9-2-1" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient6488);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 318.25727,179.53597 c 0,3.3135 -4.6004,5.99891 -10.27614,5.99891 -5.67575,0 -10.2767,-2.68541 -10.2767,-5.99891 0,-3.3135 4.60149,-5.99891 10.2767,-5.99891 5.67574,0 10.27614,2.68541 10.27614,5.99891 l 0,0 z"
+           id="path12971-9-4-6-0" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="m 318.17212,178.77833 c -0.55297,-3.79924 -6.82035,-5.00888 -7.98683,-4.97434 l -2.59843,5.83956 10.15899,-0.86518 0.42627,-4e-5 z"
+           id="path12985-5-0-4-1"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="m 307.74952,179.60521 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
+           id="path12999-5-4-4-4"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient6419);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1-9-7-7"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0-2-6-7"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0-8-6-0"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73-6-0-0"
+           d="m 307.74952,177.39916 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
+           style="fill:url(#radialGradient6479);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0-4-7-6"
+           d="m 318.06568,174.36754 c -0.55296,-3.79924 -6.71391,-4.9013 -7.88039,-4.86676 l -2.492,5.81267 10.37239,-0.94591 z"
+           style="fill:url(#radialGradient6476);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6473);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.75334,175.24614 -0.0266,4.3301 10.43044,-0.75306 -0.10643,-4.51837 -10.2974,0.94133 z"
+           id="path17305-1-8-0-4"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0-2-3-6"
+           d="m 297.71126,179.32074 c -0.004,0.0714 -0.007,0.14313 -0.007,0.21516 0,3.3135 4.6017,5.9976 10.27745,5.9976 5.67574,0 10.27411,-2.6841 10.27411,-5.9976 0,-0.0721 -0.002,-0.14376 -0.007,-0.21516 -0.194,3.21382 -4.71508,5.78243 -10.26745,5.78243 -5.55239,0 -10.07677,-2.56861 -10.2708,-5.78243 z"
+           style="opacity:0.68235294;fill:url(#radialGradient6463);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient6454);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.74353,179.6342 -4.40268,-5.40102 0,-2.32016 4.47149,5.54202 -0.0688,2.17916 z"
+           id="path17765-5-6-5-0"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient6451);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 307.72673,177.42463 -4.07106,-5.37901 c 1.56648,-0.42231 3.48989,-0.55601 5.40147,-0.69927 -1.88032,-0.0569 -4.00011,0.0672 -5.72078,0.5648 l 0,2.31297 0.0798,-1.99024 4.31054,5.19075 z"
+           id="path17788-5-9-9-6"
+           sodipodi:nodetypes="ccccccc" />
+      </g>
+      <rect
+         y="168"
+         x="296"
+         height="24"
+         width="24"
+         id="rect4769-9-9-7"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..f28a9c6
--- /dev/null
@@ -0,0 +1,208 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="3.420006"
+     inkscape:cy="14.84933"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide3034" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1921.3142,-669.92191)">
+    <g
+       transform="translate(1625.3142,501.92191)"
+       style="display:inline;enable-background:new"
+       id="g6953">
+      <image
+         y="168"
+         x="296"
+         id="image10-6"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+         height="24"
+         width="24"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="301"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-2-8-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="178"
+         x="314"
+         height="10.000002"
+         width="1"
+         id="rect3033-8-7-7-3-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="187"
+         height="14"
+         width="0.99999619"
+         id="rect4385-7-5-5-84-8-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="305"
+         height="9.9999962"
+         width="1.0311279"
+         id="rect3033-8-4-7-8-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178.25"
+         x="310"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-4-2-3-2-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="184"
+         height="14"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314.75"
+         x="181"
+         height="13.5"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314"
+         x="178"
+         height="13"
+         width="1"
+         id="rect4385-7-5-5-8-6-7-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0-0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7-9"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308"
+         x="172"
+         height="7"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-306"
+         x="175"
+         height="5.0000072"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..e09a21d
--- /dev/null
@@ -0,0 +1,208 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="12.406029"
+     inkscape:cy="4.1345077"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide3034" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-452.31855,-573.2088)">
+    <g
+       transform="translate(156.31855,405.2088)"
+       style="display:inline;enable-background:new"
+       id="g5256">
+      <image
+         y="168"
+         x="296"
+         id="image10-6"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+         height="24"
+         width="24"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="301"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-2-8-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="178"
+         x="314"
+         height="10.000002"
+         width="1"
+         id="rect3033-8-7-7-3-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="187"
+         height="14"
+         width="0.99999619"
+         id="rect4385-7-5-5-84-8-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178"
+         x="305"
+         height="9.9999962"
+         width="1.0311279"
+         id="rect3033-8-4-7-8-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="178.25"
+         x="310"
+         height="9.7500019"
+         width="1"
+         id="rect3033-8-4-2-3-2-9"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-315"
+         x="184"
+         height="14"
+         width="1"
+         id="rect4385-7-5-5-3-3-7-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314.75"
+         x="181"
+         height="13.5"
+         width="1"
+         id="rect4385-7-5-5-33-6-6-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-314"
+         x="178"
+         height="13"
+         width="1"
+         id="rect4385-7-5-5-8-6-7-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0-0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7-9"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-308"
+         x="172"
+         height="7"
+         width="1"
+         id="rect4385-7-5-5-84-5-10-4"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-306"
+         x="175"
+         height="5.0000072"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..265a4a8
--- /dev/null
@@ -0,0 +1,359 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895-5"
+       id="linearGradient4639"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.66677109,0,0,0.66676737,300.49814,162.49652)"
+       x1="14.495688"
+       y1="29.88039"
+       x2="26.737476"
+       y2="42.564117" />
+    <linearGradient
+       id="linearGradient2895-5"
+       inkscape:collect="always">
+      <stop
+         id="stop2897-15"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop2899-1"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3025"
+       id="radialGradient4636"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63309441,0,0,0.63309335,286.59347,163.65829)"
+       cx="42.5"
+       cy="34.5"
+       fx="42.5"
+       fy="34.5"
+       r="8.6875" />
+    <linearGradient
+       id="linearGradient3025"
+       inkscape:collect="always">
+      <stop
+         id="stop3027"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop3029"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903-0"
+       id="linearGradient4633"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.68420872,0,0,0.68421052,300.15795,161.89474)"
+       x1="16.793787"
+       y1="30.675884"
+       x2="22.052893"
+       y2="37.128235" />
+    <linearGradient
+       id="linearGradient2903-0"
+       inkscape:collect="always">
+      <stop
+         id="stop2905-8"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1" />
+      <stop
+         id="stop2907-0"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3071"
+       id="linearGradient4643"
+       gradientUnits="userSpaceOnUse"
+       x1="20.806717"
+       y1="36.825302"
+       x2="17.449335"
+       y2="30.900536" />
+    <linearGradient
+       id="linearGradient3071"
+       inkscape:collect="always">
+      <stop
+         id="stop3073"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3075"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3065"
+       id="linearGradient4641"
+       gradientUnits="userSpaceOnUse"
+       x1="17.659994"
+       y1="36.680489"
+       x2="23.031794"
+       y2="31.111195" />
+    <linearGradient
+       id="linearGradient3065"
+       inkscape:collect="always">
+      <stop
+         id="stop3067"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1;" />
+      <stop
+         id="stop3069"
+         offset="1"
+         style="stop-color:#eeeeec;stop-opacity:0;" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="24.348117"
+     inkscape:cy="3.3531426"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide3034" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-224.57516,-595.21933)">
+    <g
+       transform="translate(-71.42484,427.21933)"
+       style="display:inline;enable-background:new"
+       id="g4690">
+      <g
+         id="g5256">
+        <image
+           style="display:inline;enable-background:new"
+           width="24"
+           height="24"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+           id="image10-6"
+           x="296"
+           y="168" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8-5"
+           width="1"
+           height="9.7500019"
+           x="301"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9"
+           width="1"
+           height="10.000002"
+           x="314"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6"
+           width="0.99999619"
+           height="14"
+           x="187"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2"
+           width="1.0311279"
+           height="9.9999962"
+           x="305"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9"
+           width="1"
+           height="9.7500019"
+           x="310"
+           y="178.25" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4"
+           width="1"
+           height="14"
+           x="184"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1"
+           width="1"
+           height="13.5"
+           x="181"
+           y="-314.75"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5"
+           width="1"
+           height="13"
+           x="178"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4"
+           width="1"
+           height="7"
+           x="172"
+           y="-308"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3-7"
+           width="1"
+           height="5.0000072"
+           x="175"
+           y="-306"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <g
+         id="g4645">
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4639);fill-opacity:1;stroke:#2e3436;stroke-width:0.99818385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           id="path2978"
+           d="m 313.27096,179.49909 c -0.32563,0.0127 -0.64809,0.0625 -0.95848,0.12502 l -0.021,0 c -0.23301,0.0478 -0.46526,0.11363 -0.6876,0.18753 -0.3216,0.1069 -0.62191,0.2386 -0.91681,0.39589 l 0.43757,2.08366 c -0.31755,0.23516 -0.61615,0.51018 -0.85431,0.83345 l -2.06282,-0.41673 c -0.17095,0.32296 -0.32724,0.64567 -0.43756,1.00014 -0.15328,0.49244 -0.25021,1.02512 -0.27088,1.56274 l 2.042,0.68761 c 0.0464,0.39503 0.13466,0.78724 0.29171,1.14601 l -1.4169,1.58357 c 0.18515,0.29426 0.39321,0.57651 0.62511,0.83346 l 0.41671,0.3959 c 0.25886,0.23695 0.53604,0.4568 0.83348,0.64592 l 1.58359,-1.41687 c 0.19034,0.0849 0.37574,0.15272 0.58341,0.20835 0.19651,0.0529 0.40803,0.10282 0.60426,0.12502 l 0.66677,2.02115 c 0.32564,-0.0126 0.64811,-0.0624 0.95848,-0.12502 l 0.0208,0 c 0.233,-0.0478 0.46525,-0.11364 0.68759,-0.18754 0.32161,-0.1069 0.62191,-0.2386 0.91682,-0.39589 l -0.43758,-2.08366 c 0.31755,-0.23515 0.61616,-0.51018 0.85432,-0.83345 l 2.06282,0.41672 c 0.17095,-0.32296 0.32723,-0.64566 0.43756,-1.00014 0.15327,-0.49242 0.25021,-1.02511 0.27088,-1.56273 l -2.042,-0.6876 c -0.0464,-0.39505 -0.13467,-0.78724 -0.29171,-1.14602 l 1.41689,-1.58357 c -0.18515,-0.29425 -0.3932,-0.57651 -0.62509,-0.83345 l -0.41674,-0.3959 c -0.25885,-0.23696 -0.53602,-0.4568 -0.83347,-0.64593 l -1.58357,1.41688 c -0.19036,-0.0849 -0.37576,-0.15271 -0.58341,-0.20835 -0.19652,-0.0528 -0.40804,-0.10283 -0.60428,-0.12503 l -0.66677,-2.02114 z m 0.0833,4.66738 c 0.0757,-0.009 0.15182,-0.005 0.22921,0 0.0883,0.005 0.18199,0.0179 0.27087,0.0418 0.71103,0.19053 1.12816,0.93507 0.93764,1.64609 -0.19053,0.71103 -0.93506,1.12816 -1.64608,0.93764 -0.71104,-0.19052 -1.12818,-0.93506 -0.93765,-1.6461 0.14587,-0.54437 0.61622,-0.92017 1.14601,-0.97929 z" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.9372549;fill:url(#radialGradient4636);fill-opacity:1;stroke:none"
+           id="path2999"
+           d="m 313.04495,180.00001 -1.89929,0.55597 0.59353,2.83933 c 0.0172,0.0964 -0.0102,0.18891 -0.0791,0.25813 -0.0689,0.0691 -0.16121,0.0967 -0.2572,0.0794 l -2.84892,-0.59567 -0.55396,1.90615 2.80935,0.93321 c 0.0944,0.0327 0.15295,0.12144 0.17806,0.21841 0.0252,0.097 0.008,0.18349 -0.0593,0.25812 l -1.91908,2.18412 1.34533,1.37003 2.19601,-1.94585 c 0.0744,-0.0668 0.16057,-0.0847 0.2572,-0.0595 0.0966,0.0252 0.18512,0.084 0.21762,0.17871 l 0.92985,2.81949 1.8993,-0.55596 -0.59353,-2.83934 c -0.0172,-0.0963 0.0102,-0.18892 0.0791,-0.25813 0.0689,-0.0691 0.1612,-0.0967 0.2572,-0.0794 l 2.84892,0.59566 0.55396,-1.90615 -2.80935,-0.9332 c -0.0944,-0.0327 -0.15295,-0.12145 -0.17806,-0.21841 -0.0252,-0.097 -0.008,-0.18349 0.0593,-0.25812 l 1.91908,-2.18412 -1.34533,-1.37003 -2.19601,1.94584 c -0.0744,0.0668 -0.16057,0.0847 -0.2572,0.0595 -0.0966,-0.0252 -0.18512,-0.084 -0.21762,-0.1787 L 313.04495,180 z m 0.45504,3.59386 c 1.0484,0 1.89928,0.85396 1.89928,1.90613 0,1.05219 -0.85088,1.90615 -1.89928,1.90615 -1.04841,0 -1.89929,-0.85396 -1.89929,-1.90615 0,-1.05217 0.85088,-1.90613 1.89929,-1.90613 z" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4633);fill-opacity:1;stroke:none"
+           id="path3002"
+           d="m 313.50002,181.73684 c -2.07726,0 -3.76315,1.6859 -3.76315,3.76316 0,2.07726 1.68589,3.76316 3.76315,3.76316 2.07726,0 3.76315,-1.6859 3.76315,-3.76316 0,-2.07726 -1.68589,-3.76316 -3.76315,-3.76316 z m 0,2.05263 c 0.94421,0 1.71052,0.76632 1.71052,1.71053 0,0.94421 -0.76631,1.71053 -1.71052,1.71053 -0.94421,0 -1.71052,-0.76632 -1.71052,-1.71053 0,-0.94421 0.76631,-1.71053 1.71052,-1.71053 z" />
+        <path
+           transform="matrix(0.67814489,0,0,0.67814413,300.23825,162.04498)"
+           style="fill:none;stroke:url(#linearGradient4643);stroke-width:1.05329549;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           sodipodi:type="arc"
+           sodipodi:ry="3.1598835"
+           sodipodi:rx="3.1598835"
+           sodipodi:cy="34.587067"
+           sodipodi:cx="19.555922"
+           id="path3033"
+           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
+        <path
+           transform="matrix(0.95414095,0,0,-0.9502332,294.82855,218.36578)"
+           style="fill:none;stroke:url(#linearGradient4641);stroke-width:1.36528087;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+           sodipodi:type="arc"
+           sodipodi:ry="3.1598835"
+           sodipodi:rx="3.1598835"
+           sodipodi:cy="34.587067"
+           sodipodi:cx="19.555922"
+           id="path3037"
+           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..8404dbc
--- /dev/null
@@ -0,0 +1,506 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file compressed (*.zsav)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4193"
+       id="linearGradient5610"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.80007278,0,0,0.80007382,6.2720142,34.286043)"
+       x1="380.64441"
+       y1="185.36032"
+       x2="380.64441"
+       y2="182.21574" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4193">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4195" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1"
+         id="stop4197" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967-8"
+       id="linearGradient5607"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.05499139,0,0,0.05363985,306.35026,178.34099)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967-8">
+      <stop
+         id="stop5969-62"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971-2"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3737-3"
+       id="radialGradient5604"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.48963787,0,0,0.09677378,157.40864,177.67744)"
+       cx="321.86331"
+       cy="70.499977"
+       fx="321.86331"
+       fy="70.499977"
+       r="15.500023" />
+    <linearGradient
+       id="linearGradient3737-3">
+      <stop
+         id="stop3739-5"
+         offset="0"
+         style="stop-color:#faefde;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="0.68321055"
+         id="stop3741-00" />
+      <stop
+         id="stop3743-88"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3712-4"
+       id="radialGradient5601"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.637258,0,0,0.23381282,-209.60395,168.35581)"
+       cx="321.7785"
+       cy="91.857727"
+       fx="321.7785"
+       fy="91.857727"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3712-4">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3714-1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3716-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3757-2"
+       id="radialGradient5598"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.30185624,0,0,0.3516126,216.99146,159.71128)"
+       cx="318.01038"
+       cy="70.500061"
+       fx="318.01038"
+       fy="70.500061"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3757-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3759-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3761-72" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4256"
+       id="linearGradient5595"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.76941519,0,0,0.76941431,18.043451,40.07959)"
+       x1="382.25"
+       y1="191.625"
+       x2="385"
+       y2="182.90625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4256">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop4258" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4260" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4091-8"
+       id="radialGradient5592"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.78571469,0,0,0.4642857,-247.49996,97.446428)"
+       cx="713.99957"
+       cy="187.5"
+       fx="713.99957"
+       fy="187.5"
+       r="6.9999995" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4091-8">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4093" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4095" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707-4"
+       id="linearGradient5587"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.01002276,0,0,0.08246941,312.19657,175.70101)"
+       x1="52"
+       y1="92.321815"
+       x2="52"
+       y2="102.04764" />
+    <linearGradient
+       id="linearGradient3707-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709-8" />
+      <stop
+         id="stop3715-4"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711-63" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4000-0"
+       id="linearGradient5589"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33407002,0,0,0.46704054,73.136525,150.77418)"
+       x1="718.84924"
+       y1="57.971344"
+       x2="725.87988"
+       y2="77.336296" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4000-0">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4002-5" />
+      <stop
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="1"
+         id="stop4004-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3984-6"
+       id="linearGradient5584"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.40278348,0,0,0.48577334,23.697889,149.54413)"
+       x1="712.32172"
+       y1="57.108822"
+       x2="721.75269"
+       y2="70.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3984-6">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3986-15" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3988-7" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-2.5493281"
+     inkscape:cy="4.1345077"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3032" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,24"
+       id="guide3034" />
+    <sodipodi:guide
+       position="24,0"
+       orientation="-24,0"
+       id="guide3036" />
+    <sodipodi:guide
+       position="24,24"
+       orientation="0,-24"
+       id="guide3038" />
+    <sodipodi:guide
+       position="0,24"
+       orientation="24,0"
+       id="guide3040" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file compressed (*.zsav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-452.31855,-573.2088)">
+    <g
+       transform="translate(156.31855,405.2088)"
+       style="display:inline;enable-background:new"
+       id="g5838">
+      <g
+         id="g5256">
+        <image
+           style="display:inline;enable-background:new"
+           width="24"
+           height="24"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
+           id="image10-6"
+           x="296"
+           y="168" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8-5"
+           width="1"
+           height="9.7500019"
+           x="301"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3-9"
+           width="1"
+           height="10.000002"
+           x="314"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8-6"
+           width="0.99999619"
+           height="14"
+           x="187"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8-2"
+           width="1.0311279"
+           height="9.9999962"
+           x="305"
+           y="178" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2-9"
+           width="1"
+           height="9.7500019"
+           x="310"
+           y="178.25" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7-4"
+           width="1"
+           height="14"
+           x="184"
+           y="-315"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6-1"
+           width="1"
+           height="13.5"
+           x="181"
+           y="-314.75"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7-5"
+           width="1"
+           height="13"
+           x="178"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0-0"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7-9"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10-4"
+           width="1"
+           height="7"
+           x="172"
+           y="-308"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3-7"
+           width="1"
+           height="5.0000072"
+           x="175"
+           y="-306"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <g
+         id="g5626">
+        <rect
+           style="fill:url(#linearGradient5610);fill-opacity:1;stroke:#8f5902;stroke-width:0.99890697;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001"
+           id="rect3378"
+           width="12.001091"
+           height="12.001094"
+           x="307.49945"
+           y="179.49945"
+           rx="0.81324685"
+           ry="0.81324792" />
+        <path
+           style="fill:url(#linearGradient5607);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.32996,184 C 308.14716,184 308,184.14355 308,184.32183 l 0,6.14178 0,0.21455 c 0,0.17829 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35633 C 319,184.14355 318.85284,184 318.67005,184 l -10.34009,0 z"
+           id="path2771"
+           sodipodi:nodetypes="cccccccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.5;fill:url(#radialGradient5604);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.04426,183 308,185.96874 319,186 l -0.0443,-2.99999 -10.91166,0 z"
+           id="path2775"
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.81531528;fill:url(#radialGradient5601);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="M 308.32996,184 C 308.14716,184 308,184.14354 308,184.32184 l 0,6.14176 0,0.21456 c 0,0.1783 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35632 C 319,184.14354 318.85284,184 318.67005,184 l -10.34009,0 z"
+           id="path2773"
+           sodipodi:nodetypes="cccccccccc"
+           inkscape:connector-curvature="0" />
+        <rect
+           style="opacity:0.7477478;fill:url(#radialGradient5598);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect2777"
+           width="11.375002"
+           height="1"
+           x="307.625"
+           y="184" />
+        <rect
+           style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5595);stroke-width:0.99979961;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new"
+           id="rect4254"
+           width="10.002398"
+           height="10.002398"
+           x="308.49771"
+           y="180.4977"
+           rx="0"
+           ry="0" />
+        <rect
+           style="opacity:0.1;fill:url(#radialGradient5592);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4087"
+           width="11.000006"
+           height="1"
+           x="308"
+           y="184" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5587);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5589);stroke-width:0.99439591;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+           d="m 312.51084,179.49719 -0.0136,6.23208 c 0,0.24624 0.0274,0.77353 0.0606,0.77353 l 1.88348,0 c 0.0333,0 0.0606,-0.52729 0.0606,-0.77353 0.006,-2.07262 -0.0217,-4.14493 -0.0395,-6.21747 l -1.95169,-0.0146 z"
+           id="path4076"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5584);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="m 312.68246,179.6469 0,0.0304 c 4.1e-4,0.0101 4.1e-4,0.0203 0,0.0304 -0.008,0.0953 -0.0218,0.17164 -0.0252,0.24289 l -0.17621,3.65848 c -0.002,0.0326 0,0.0771 0,0.1518 -4e-5,0.002 2.5e-4,0.0123 0,0.0304 l 2.03909,0 0,-0.16698 c -0.008,-0.0243 -0.012,-0.0499 -0.0126,-0.0759 -4.1e-4,-0.03 -1.7e-4,-0.034 0,-0.0304 l -0.17621,-3.85582 -1.64889,-0.0152 z"
+           id="path4079"
+           sodipodi:nodetypes="ccsccscccsccc" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/256x256/apps/pspp.svg b/src/ui/gui/artwork/256x256/apps/pspp.svg
new file mode 100644 (file)
index 0000000..c85ff78
--- /dev/null
@@ -0,0 +1,1338 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.10190613"
+       width="1.2038122"
+       y="-0.17725492"
+       height="1.3545098"
+       id="filter17137-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="10.340398"
+         id="feGaussianBlur17139-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4"
+       id="linearGradient16454"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3"
+       id="linearGradient16451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17529"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17089"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.038208161"
+       width="1.0764163"
+       y="-0.12775338"
+       height="1.2555068"
+       id="filter17111-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.6888787"
+         id="feGaussianBlur17113-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5"
+       id="linearGradient17761"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7"
+       id="linearGradient17283"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9"
+       id="radialGradient17870"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98"
+       id="radialGradient17323"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1"
+       id="radialGradient17331"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17315"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7"
+       id="linearGradient17337"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17347"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0"
+       id="radialGradient17657"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17495"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1"
+       id="linearGradient17539"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17567-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.25808824"
+         id="feGaussianBlur17569-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-8" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7"
+       id="radialGradient17737"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1"
+       id="radialGradient17773"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26"
+       id="radialGradient17796"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17842-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.7853754"
+         id="feGaussianBlur17844-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3"
+       id="radialGradient17854"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3"
+       id="linearGradient17936"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-7"
+       id="linearGradient4735"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.9646448,0,0,5.470476,-518.68958,-324.11179)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-7">
+      <stop
+         id="stop17661-0-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-9" />
+      <stop
+         id="stop17669-0-5"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-1"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-4"
+       id="linearGradient4732"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.960295,0,0,5.470476,-518.28534,-324.11179)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-6" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-4"
+       id="radialGradient4640"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-0" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-6" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-9"
+       id="linearGradient4644"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8-4" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-8"
+       id="linearGradient4723"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-1"
+       id="radialGradient4718"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6532878,0,0,1.332243,-191.59087,-10.640106)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-1">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-0" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-0"
+       id="radialGradient4715"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5989645,0,0,1.419519,-73.894862,12.774886)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-9"
+       id="radialGradient4712"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7692573,0,0,2.3300396,-101.75921,-198.74718)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-9">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-9" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient4709"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0140117,0,0,0.52520598,23.220415,65.93765)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-6">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-6" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-2"
+       id="linearGradient4706"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <linearGradient
+       id="linearGradient17339-7-2">
+      <stop
+         id="stop17341-6-3"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient4702"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.87292447,0,0,0.45213006,18.394602,110.19738)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-6"
+       id="radialGradient4660"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-6">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6-0" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-4"
+       id="radialGradient4698"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,0.34580836,4.9055533,127.84441)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-5"
+       id="linearGradient4695"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-5">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-9"
+       id="radialGradient4666"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-8"
+       id="radialGradient4687"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3039674,0.93940144,-0.46579994,0.6465691,24.688275,-45.263748)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-8">
+      <stop
+         id="stop17771-8-9"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-9"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-0"
+       id="radialGradient4684"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.2179596,0,0.32995025)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-2"
+       id="linearGradient4677"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-2">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-4" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.979899"
+     inkscape:cx="106.66335"
+     inkscape:cy="129.44285"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide6189" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide6191" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="0px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1933.7427,-659.77905)">
+    <g
+       transform="translate(1913.7427,627.77905)"
+       style="display:inline;enable-background:new"
+       id="g4771">
+      <g
+         id="g4741">
+        <path
+           transform="matrix(1.1275499,0,0,1.1323722,7.5741744,-33.601688)"
+           d="m 225.56707,202.61343 a 101.46983,58.336311 0 1 1 -202.939667,0 101.46983,58.336311 0 1 1 202.939667,0 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-8);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient4735);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 255.24703,149.16097 c -12.80613,-27.46726 -56.22878,-47.69161 -107.87062,-47.69161 -51.641904,0 -77.903468,15.4185 -90.709556,42.88576 l -21.014229,4.80585 0,45.40463 c 0,35.60732 50.025481,64.46955 111.723785,64.46955 61.70422,0 111.71779,-28.86223 111.71779,-64.46955 l 0,-45.40463 -3.84717,0 0,0 z"
+           id="path12964-1" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4732);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 258.93125,149.16097 c 0,35.6128 -49.9771,64.47503 -111.63632,64.47503 -61.659272,0 -111.642305,-28.86223 -111.642305,-64.47503 0,-35.6128 49.989006,-64.475031 111.642305,-64.475031 61.65922,0 111.63632,28.862231 111.63632,64.475031 l 0,0 z"
+           id="path12971-9" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="M 258.00618,141.01799 C 251.99896,100.18453 183.91237,87.183636 171.24016,87.554908 l -28.2284,62.762312 110.36364,-9.29873 4.63078,-5e-4 z"
+           id="path12985-5"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="M 144.77885,149.90514 96.624659,91.609055 C 117.59845,84.06785 151.54802,83.584556 171.57904,85.628536 l -26.80019,64.276604 z"
+           id="path12999-5"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient4640);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-4)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <rect
+           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-7);enable-background:accumulate"
+           id="rect17183-11"
+           width="3.6568708"
+           height="30.791634"
+           x="218.21046"
+           y="138.22687"
+           rx="1.8284354"
+           ry="4.5961943"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <rect
+           ry="4.5961943"
+           rx="1.8284354"
+           y="155.22687"
+           x="51.210464"
+           height="38.791634"
+           width="13.656871"
+           id="rect17253-11"
+           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient4644);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-5);enable-background:accumulate"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 47.984375,178.93359 0,42.0586 c 9.921212,12.50644 18.154502,14.88535 26.59375,18.5 l 0,-41.625 c -9.153646,-3.80496 -20.330729,-12.46977 -26.59375,-18.9336 z"
+           id="path17275-1"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-0)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-2)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73"
+           d="M 144.77885,126.19496 96.624659,67.898881 c 20.973791,-7.541206 54.923361,-8.0245 74.954381,-5.980519 l -26.80019,64.276598 z"
+           style="fill:url(#radialGradient4718);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0"
+           d="M 256.84993,93.611744 C 250.84271,52.778284 183.91237,40.933636 171.24016,41.304908 L 144.16801,103.77815 256.84993,93.611744 z"
+           style="fill:url(#radialGradient4715);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient4712);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="M 144.82031,103.05469 144.53125,149.59375 257.84375,141.5 256.6875,92.9375 144.82031,103.05469 z"
+           id="path17305-1"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4709);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,150.75 0.57812,-47.98437 111,-10.98438 1.15625,49.14062 L 254.08594,95.25 146.55469,104.21094 144.53125,150.75 z"
+           id="path17307-8"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17333-6"
+           d="M 228.35937,189.48437 C 250.55371,174.75466 256.66399,162.17547 259,144.39062 l -113.3125,8.09375 1.15625,42.78125 81.51562,-5.78125 z"
+           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient4706);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient4702);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,153.0625 0,39.89062 4.625,-1.15625 -4.625,-38.73437 z"
+           id="path17345-8" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           id="path17439-1"
+           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+           style="color:#000000;fill:url(#radialGradient4660);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-9);enable-background:accumulate"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0"
+           d="m 35.726843,146.84766 c -0.04684,0.76745 -0.07227,1.53844 -0.07227,2.3125 0,35.6128 49.99112,64.46093 111.650397,64.46093 61.65921,0 111.61424,-28.84813 111.61425,-64.46093 0,-0.77406 -0.0254,-1.54505 -0.0723,-2.3125 -2.10763,34.54145 -51.22296,62.14843 -111.54199,62.14843 -60.319094,0 -109.470269,-27.60698 -111.578131,-62.14843 z"
+           style="opacity:0.68235294;fill:url(#radialGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient4695);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 172.28125,42.640625 0,47.984375 2.89062,-49.140625 -2.89062,1.15625 z"
+           id="path17531-1" />
+        <g
+           id="g17743-79"
+           style="opacity:0.82352941"
+           transform="matrix(0.809375,0,0,0.809375,21.159375,61.25625)">
+          <path
+             transform="translate(6,4)"
+             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z"
+             sodipodi:ry="15"
+             sodipodi:rx="15"
+             sodipodi:cy="158"
+             sodipodi:cx="55"
+             id="path17729-6"
+             style="color:#000000;fill:url(#radialGradient4666);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:type="arc" />
+          <path
+             transform="matrix(0.4,0,0,0.4,39,98.8)"
+             sodipodi:type="arc"
+             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path17739-7"
+             sodipodi:cx="55"
+             sodipodi:cy="158"
+             sodipodi:rx="15"
+             sodipodi:ry="15"
+             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.71382,150.21674 -47.829142,-58.049052 0,-24.936562 48.576592,59.564494 -0.74745,23.42112 z"
+           id="path17765-5"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4684);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,126.46875 -44.22656,-57.8125 c 17.01779,-4.538896 37.913,-5.975847 58.67968,-7.515625 -20.42708,-0.612101 -43.45572,0.722108 -62.148433,6.070312 l 0,24.859375 0.867188,-21.390625 46.828125,55.789063 z"
+           id="path17788-5"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           id="path17926-3"
+           d="m 144.71382,176.81049 -47.829142,-58.04905 0,-24.936564 48.576592,59.564494 -0.74745,23.42112 z"
+           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient4677);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect4769"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..557be89
--- /dev/null
@@ -0,0 +1,451 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-259.05905"
+     inkscape:cy="53.75726"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide3061" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1216.1715,-665.92191)">
+    <g
+       id="g3109">
+      <image
+         y="665.92194"
+         x="1216.1715"
+         id="image5125-2"
+         xlink:href="data:image/png;base64,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 2Sggl/iJ8P8P1a2X0PZjVs0AAAAASUVORK5CYII= "
+         height="256"
+         width="256" />
+      <rect
+         y="745.92194"
+         x="1268.1715"
+         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="-1412.1715"
+         x="745.92194"
+         height="144"
+         width="1"
+         id="rect4385-7-5"
+         style="fill:#888a85;fill-opacity:1;stroke:none" />
+      <rect
+         ry="0.5"
+         y="881.92194"
+         x="1260.1715"
+         height="1"
+         width="160"
+         id="rect3985-6"
+         style="fill:#555753;stroke:none" />
+      <rect
+         ry="0.5"
+         y="705.92194"
+         x="1264.1715"
+         height="1"
+         width="136"
+         id="rect3985-9-76"
+         style="fill:#555753;stroke:none" />
+      <g
+         transform="translate(1200.1715,633.76991)"
+         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">
+        <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" />
+        <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" />
+      </g>
+      <g
+         transform="translate(1196.1715,633.92191)"
+         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" />
+        <path
+           id="path4469"
+           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" />
+        <path
+           id="path4471"
+           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" />
+        <path
+           id="path4473"
+           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" />
+        <path
+           id="path4475"
+           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" />
+        <path
+           id="path4477"
+           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" />
+        <path
+           id="path4479"
+           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" />
+        <path
+           id="path4481"
+           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" />
+        <path
+           id="path4483"
+           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" />
+        <path
+           id="path4485"
+           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" />
+        <path
+           id="path4487"
+           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" />
+        <path
+           id="path4489"
+           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" />
+        <path
+           id="path4491"
+           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" />
+        <path
+           id="path4493"
+           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="745.92194"
+         x="1411.1715"
+         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="-1412.1715"
+         x="864.92194"
+         height="144"
+         width="1"
+         id="rect4385-7-5-5"
+         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="745.92194"
+         x="1303.6715"
+         height="120"
+         width="1.0000038"
+         id="rect3033-8-4"
+         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="745.92194"
+         x="1339.6715"
+         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="745.92194"
+         x="1375.6715"
+         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="-1412.1715"
+         x="845.42194"
+         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="-1412.1715"
+         x="825.42194"
+         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="-1412.1715"
+         x="805.42194"
+         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="-1412.1715"
+         x="785.42194"
+         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="-1412.1715"
+         x="765.42194"
+         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 1402.2478,855.99818 c -0.3133,0 -50.721,-0.0545 -51.0197,-0.0575 -11.0875,-0.11081 -12.2873,-2.25013 -13.8022,-4.26936 -6.0485,-8.06228 -7.8306,-21.92702 -11.2764,-42.84538 -3.7858,-22.98208 -6.3991,-52.98026 -11.0289,-52.98026 -3.75,0 -6.6581,29.09042 -10.4439,52.0725 -3.4458,20.91836 -5.4977,35.85154 -11.5462,43.91384 -1.5557,2.07362 -3.0944,4.11315 -15.0353,4.11315"
+         style="fill:none;stroke:#744f7b;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 1402.2278,855.97819 c -24.3209,0 -22.7112,-0.51498 -25.66,-1.0309 -11.4344,-2.00045 -16.6239,-19.0053 -21.1665,-34.93558 -5.7598,-20.19896 -10.0489,-40.14609 -15.2298,-40.14609 -5.1808,0 -9.47,19.94716 -15.2298,40.14612 -4.5426,15.93026 -9.7321,32.93512 -21.1665,34.93556 -2.9488,0.51591 -1.3391,1.0309 -25.66,1.0309"
+         style="fill:none;stroke:#3364a4;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(1277.746,652.61141)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path5268"
+           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" />
+      </g>
+      <g
+         transform="translate(1066.1948,633.9219)"
+         id="text5958"
+         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
+           inkscape:connector-curvature="0"
+           id="path5963"
+           style="font-size:7px;fill:#555753"
+           d="m 202.00167,260.94901 -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
+           inkscape:connector-curvature="0"
+           id="path5965"
+           style="font-size:7px;fill:#555753"
+           d="m 204.03429,260.44501 c -0.336,0 -0.791,-0.11201 -1.358,-0.322 l -0.203,0.567 c 0.49,0.19599 0.847,0.322 1.477,0.322 0.742,0 1.295,-0.23801 1.61,-0.651 0.175,-0.238 0.266,-0.49701 0.266,-0.77 0,-0.371 -0.133,-0.65801 -0.406,-0.861 -0.322,-0.224 -0.595,-0.31501 -1.043,-0.49 -0.294,-0.112 -0.518,-0.203 -0.763,-0.329 -0.273,-0.14 -0.413,-0.35701 -0.42,-0.602 -0.014,-0.49 0.413,-0.812 1.12,-0.805 0.315,0.007 0.714,0.168 1.071,0.329 l 0.175,-0.504 c -0.413,-0.168 -0.896,-0.329 -1.225,-0.329 -0.637,0 -0.966,0.091 -1.309,0.357 -0.273,0.21699 -0.434,0.553 -0.434,0.994 0,0.42699 0.273,0.826 0.553,0.987 0.448,0.26599 1.036,0.441 1.533,0.665 0.343,0.15399 0.518,0.378 0.518,0.672 0,0.53199 -0.595,0.77 -1.162,0.77" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path5967"
+           style="font-size:7px;fill:#555753"
+           d="m 210.43284,256.28701 c -0.462,-0.175 -0.826,-0.259 -1.463,-0.259 -0.707,0 -1.4,0.322 -1.771,0.7 -0.385,0.39899 -0.63,1.029 -0.63,1.785 0,0.74199 0.224,1.344 0.665,1.806 0.392,0.40599 1.022,0.7 1.799,0.7 0.546,0 1.029,-0.098 1.463,-0.294 l -0.147,-0.469 c -0.385,0.15399 -0.756,0.231 -1.141,0.231 -0.385,0 -0.777,-0.077 -1.071,-0.245 -0.546,-0.315 -0.931,-0.91001 -0.931,-1.736 0,-0.826 0.308,-1.41401 0.854,-1.729 0.294,-0.168 0.686,-0.224 1.071,-0.224 0.483,0 0.756,0.07 1.141,0.21 l 0.161,-0.476" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path5969"
+           style="font-size:7px;fill:#555753"
+           d="m 211.43657,256.09101 0,4.858 0.581,0 0,-4.858 -0.581,0" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path5971"
+           style="font-size:7px;fill:#555753"
+           d="m 213.41899,256.09101 0,4.858 0.581,0 0,-4.858 -0.581,0" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..9b41a65
--- /dev/null
@@ -0,0 +1,500 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.9899495"
+     inkscape:cx="66.503711"
+     inkscape:cy="156.55042"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide3061" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-372.88998,-657.78022)">
+    <g
+       transform="translate(352.88998,625.78022)"
+       style="display:inline;enable-background:new"
+       id="g3217">
+      <g
+         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="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="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="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
+           inkscape:connector-curvature="0"
+           id="path3202"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3204"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3206"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3208"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3210"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3212"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3214"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3216"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3218"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3220"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3222"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3224"
+           style="font-size:7px;fill:#555753"
+           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
+           inkscape:connector-curvature="0"
+           id="path3226"
+           style="font-size:7px;fill:#555753"
+           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="path3228"
+           style="font-size:7px;fill:#555753"
+           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>
+</svg>
diff --git a/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..c8e0010
--- /dev/null
@@ -0,0 +1,1022 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17214"
+       x="-0.58610153"
+       width="2.1722031"
+       y="-2.0220501"
+       height="5.0441003">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="16.850418"
+         id="feGaussianBlur17216" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17196"
+       x="-0.14571585"
+       width="1.2914317"
+       y="-0.50271964"
+       height="2.0054393">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="4.1893305"
+         id="feGaussianBlur17198" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter16830">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="5.213716"
+         id="feGaussianBlur16832" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter16808">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.1586036"
+         id="feGaussianBlur16810" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895-0-1"
+       id="linearGradient16794"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.909106,-0.243594,0.243594,0.909106,15.676761,-3.582927)"
+       x1="130.19928"
+       y1="165.32372"
+       x2="135.49655"
+       y2="315.83865" />
+    <linearGradient
+       id="linearGradient2895-0-1"
+       inkscape:collect="always">
+      <stop
+         id="stop2897-0-1"
+         offset="0"
+         style="stop-color:#e9ebe7;stop-opacity:1" />
+      <stop
+         id="stop2899-6-8"
+         offset="1"
+         style="stop-color:#868885;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16761"
+       id="linearGradient16767"
+       x1="171.125"
+       y1="233.5188"
+       x2="171.125"
+       y2="86.391434"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient16761">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop16763" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop16765" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath16749">
+      <path
+         d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
+         inkscape:href="#path15945"
+         id="path16751"
+         style="color:#000000;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         xlink:href="#path15945"
+         inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
+         inkscape:radius="0"
+         sodipodi:type="inkscape:offset" />
+    </clipPath>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter16757">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.3845312"
+         id="feGaussianBlur16759" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16784"
+       id="radialGradient17078"
+       gradientUnits="userSpaceOnUse"
+       cx="186.5"
+       cy="214.5"
+       fx="186.5"
+       fy="214.5"
+       r="53.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient16784">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop16786" />
+      <stop
+         style="stop-color:#959595;stop-opacity:1"
+         offset="1"
+         id="stop16788" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16771"
+       id="radialGradient16777"
+       cx="194.94118"
+       cy="141.88235"
+       fx="194.94118"
+       fy="141.88235"
+       r="55.058823"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0585009,0,0,2.0585009,-206.34542,-150.18261)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient16771">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop16773" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop16775" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16771"
+       id="radialGradient16836"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0585009,0,0,2.0585009,-206.34542,-150.18261)"
+       cx="198.69214"
+       cy="195.64613"
+       fx="198.69214"
+       fy="195.64613"
+       r="55.058823" />
+    <radialGradient
+       r="53.5"
+       fy="144.5"
+       fx="184.5"
+       cy="144.5"
+       cx="184.5"
+       gradientTransform="matrix(2.047497,0,0,2.047497,-193.26319,-151.36331)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient3451"
+       xlink:href="#linearGradient16784"
+       inkscape:collect="always" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17162">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.21"
+         id="feGaussianBlur17164" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17274"
+       id="radialGradient17280"
+       cx="206.3125"
+       cy="244.3125"
+       fx="206.3125"
+       fy="244.3125"
+       r="3.0625"
+       gradientTransform="matrix(1,0,0,0.59183673,0,99.719388)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17274">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17276" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17278" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17266"
+       id="radialGradient17272"
+       cx="179.8125"
+       cy="246.75"
+       fx="179.8125"
+       fy="246.75"
+       r="3.8125"
+       gradientTransform="matrix(1,0,0,0.26229508,0,182.02869)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17266">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17268" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17270" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17282"
+       id="radialGradient17288"
+       cx="154.25"
+       cy="238.625"
+       fx="154.25"
+       fy="238.625"
+       r="2.875"
+       gradientTransform="matrix(1,0,0,0.7826087,0,51.875)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17282">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17284" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17286" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient16784"
+       id="radialGradient17040"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.047497,0,0,2.047497,-193.26319,-151.36331)"
+       cx="184.5"
+       cy="144.5"
+       fx="184.5"
+       fy="144.5"
+       r="53.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17220"
+       id="radialGradient17252"
+       gradientUnits="userSpaceOnUse"
+       cx="191.5"
+       cy="224.5"
+       fx="191.5"
+       fy="224.5"
+       r="44.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17220">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17222" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17224" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="47.542667"
+     inkscape:cy="89.519054"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3060" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide3062" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide3064" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide3066" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide3068" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-149.14286,-261.50504)">
+    <g
+       transform="translate(129.14286,229.50504)"
+       style="display:inline;enable-background:new"
+       id="g3545">
+      <g
+         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="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="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="g16883"
+         style="display:inline;enable-background:new"
+         transform="translate(11.558999,32.558996)">
+        <path
+           sodipodi:type="arc"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17214);enable-background:accumulate"
+           id="path17200"
+           sodipodi:cx="187.5"
+           sodipodi:cy="243"
+           sodipodi:rx="34.5"
+           sodipodi:ry="10"
+           d="m 222,243 a 34.5,10 0 1 1 -69,0 34.5,10 0 1 1 69,0 z"
+           transform="matrix(1.2268451,0,0,0.72244803,-41.533458,59.445129)" />
+        <path
+           transform="translate(1,-8)"
+           d="m 222,243 a 34.5,10 0 1 1 -69,0 34.5,10 0 1 1 69,0 z"
+           sodipodi:ry="10"
+           sodipodi:rx="34.5"
+           sodipodi:cy="243"
+           sodipodi:cx="187.5"
+           id="path17168"
+           style="opacity:0.37021275;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17196);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(0.99652775,0,0,0.99652775,0.40050457,1.8729436)"
+           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
+           inkscape:href="#path15945"
+           id="path16812"
+           style="opacity:0.44255317;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16830);enable-background:accumulate"
+           xlink:href="#path15945"
+           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
+           inkscape:radius="0"
+           sodipodi:type="inkscape:offset" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
+           xlink:href="#path15945"
+           style="opacity:0.60425571;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16808);enable-background:accumulate"
+           id="path16792"
+           inkscape:href="#path15945"
+           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
+           transform="matrix(0.99652775,0,0,0.99652775,0.40050457,1.8729436)" />
+        <path
+           style="color:#000000;fill:url(#linearGradient16794);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
+           id="path15945"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="0"
+           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
+           xlink:href="#path15945"
+           style="color:#000000;fill:none;stroke:url(#linearGradient16767);stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16757);enable-background:accumulate"
+           id="path15975"
+           inkscape:href="#path15945"
+           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
+           clip-path="url(#clipPath16749)" />
+        <path
+           style="opacity:0.72340429;color:#000000;fill:url(#radialGradient17078);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,34 c 10.76955,0 19.5,8.73045 19.5,19.5 0,10.76955 -8.73045,19.5 -19.5,19.5 -10.76955,0 -19.5,-8.73045 -19.5,-19.5 0,-10.76955 8.73045,-19.5 19.5,-19.5 z"
+           id="path16779"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;fill:none;stroke:url(#radialGradient16777);stroke-width:2.07769156;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           id="path16769"
+           sodipodi:cx="196"
+           sodipodi:cy="180"
+           sodipodi:rx="54"
+           sodipodi:ry="54"
+           d="m 250,180 a 54,54 0 1 1 -108,0 54,54 0 1 1 108,0 z"
+           transform="matrix(0.96260683,0,0,0.96260683,-1.6709402,5.7307692)" />
+        <path
+           transform="matrix(0.3884977,0,0,0.3884977,111.85445,109.07041)"
+           d="m 250,180 a 54,54 0 1 1 -108,0 54,54 0 1 1 108,0 z"
+           sodipodi:ry="54"
+           sodipodi:rx="54"
+           sodipodi:cy="180"
+           sodipodi:cx="196"
+           id="path16834"
+           style="color:#000000;fill:none;stroke:url(#radialGradient16836);stroke-width:5.148036;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:nodetypes="cccccccccccc"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 168.5,130 -4,-8.5 0,-7.75 6.75,-2.25 3.375,5.875 2.31608,9.29835 -3.2366,-9.21136 L 171,114.25 l -5,1.75 0,5 4,8.5 z"
+           id="path16879"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="cccccccccc"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 188.25,126.5 c 0,-1 0,-9.25 0,-9.25 l 3.5,-7.25 7.25,0.5 0.5,8.375 -1.5,-6.125 -5.5,-0.75 -2.75,6 0.25,8.75 z"
+           id="path16881"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="ssssssssss"
+           inkscape:connector-curvature="0"
+           id="path16896"
+           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,10.5 c 23.74824,0 43,19.25176 43,43 0,23.74824 -19.25176,43 -43,43 -23.74824,0 -43,-19.25176 -43,-43 0,-23.74824 19.25176,-43 43,-43 z"
+           style="opacity:0.72340429;color:#000000;fill:url(#radialGradient3451);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17162);enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17080"
+           d="m 209.375,131 c 0.375,-0.5 3.625,-8.25 3.625,-8.25 l 4.625,-4.375 5.375,2.75 -0.25,3.875 -1.125,-3 -3.75,-2 -3.75,3.5 -3.375,8.375 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17082"
+           d="m 226.375,143.25 6.375,-6.375 6.125,-2.625 4,5.5 -4.125,-3.75 -5,2.125 -6.25,6.25 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17084"
+           d="m 237.375,160.125 8.125,-2.625 6.375,-0.25 0.875,3 -1.75,-1.5 -5.5,-0.125 -8,3 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17086"
+           d="m 241,181.25 8.25,0.25 6.25,2.625 -6.375,-1.25 -9,-0.125 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17088"
+           d="m 236.5,201.75 7,3 5.25,5.375 -5.875,-4.375 -7.375,-2.875 z"
+           style="opacity:0.77872344;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17090"
+           d="m 224.25,219 5.375,5.25 2.5,5.625 -3.25,-5.125 -5.75,-5.375 z"
+           style="opacity:0.47234042;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17092"
+           d="m 203.25,246.125 6,-2 0.125,-1.625 z"
+           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17280);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17094"
+           d="m 176.125,246.75 6.375,1 1.125,-1.125 L 176,245.75 z"
+           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17096"
+           d="m 151.5,236.375 -0.125,1 5.75,3.5 z"
+           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17098"
+           d="m 131.875,219.5 3.875,4.875 -3.125,-5.625 3.375,-4.125 7.5,-4.75 -0.75,-1 -7.375,5.375 z"
+           style="opacity:0.47234042;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17100"
+           d="m 135,190 -8.125,1.625 -6,3.625 1.5,5.875 -0.625,-5.375 6.375,-3.25 7.125,-1.25 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17102"
+           d="m 118.875,174.875 1.25,-6.625 6.25,-0.875 8.5,1.75 -0.625,1.75 -8,-2.625 -5.625,0.75 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17104"
+           d="m 125.875,149.25 3.5,-5.75 6.75,1.375 6.625,5.25 -0.875,1 -6.625,-5.375 -5.5,-1.5 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17106"
+           d="m 142.5,128 5.25,-4.125 5.125,3.625 4.875,7.375 -1.375,0.75 -4.75,-7.625 -4.125,-3.125 z"
+           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           style="opacity:0.37021275;color:#000000;fill:url(#radialGradient17040);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,10.5 c 23.74824,0 43,19.25176 43,43 0,23.74824 -19.25176,43 -43,43 -23.74824,0 -43,-19.25176 -43,-43 0,-23.74824 19.25176,-43 43,-43 z"
+           id="path17166"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ssssssssss" />
+        <path
+           transform="translate(-2,-5)"
+           d="m 233,184.5 a 43.5,43.5 0 1 1 -87,0 43.5,43.5 0 1 1 87,0 z"
+           sodipodi:ry="43.5"
+           sodipodi:rx="43.5"
+           sodipodi:cy="184.5"
+           sodipodi:cx="189.5"
+           id="path17218"
+           style="opacity:0.55319148;color:#000000;fill:none;stroke:url(#radialGradient17252);stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17254"
+           d="m 224.75,219.25 -8,5.25 1.75,2 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17256"
+           d="m 197,232.25 c 1,-0.25 9.5,-2.75 9.5,-2.75 l 0.5,1.75 -9.75,2.75 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17258"
+           d="m 176.5,232 10,1.25 -0.75,2.25 -9.75,-1.75 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17260"
+           d="m 157,224 9,4.75 -1.25,1.5 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17262"
+           d="M 148.25,216.25 142,209 l 5.75,9 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17264"
+           d="m 236.5,201.75 -5.25,8.25 1.5,0.75 z"
+           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <g
+         id="text3398"
+         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(-6.346104,11.55706)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path3403"
+           style="font-size:7px;fill:#555753"
+           d="m 78.371104,249.39194 -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
+           inkscape:connector-curvature="0"
+           id="path3405"
+           style="font-size:7px;fill:#555753"
+           d="m 80.452729,245.96194 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.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
+           inkscape:connector-curvature="0"
+           id="path3407"
+           style="font-size:7px;fill:#555753"
+           d="m 83.057385,249.46194 0.035,0 c 0.322,0 0.623001,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.216999,0.077 -0.455,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.748999,-0.091 -1.099,-0.504 -1.099,-1.33 0,-0.791 0.392001,-1.232 1.197,-1.232 0.203,0 0.448001,0.042 0.707,0.133 l 0.14,-0.406 c -0.307999,-0.133 -0.602,-0.203 -0.875,-0.203 -0.587999,0 -1.022,0.161 -1.309,0.504 -0.272999,0.329 -0.441,0.763 -0.441,1.302 0,1.071 0.588001,1.701 1.631,1.701" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3409"
+           style="font-size:7px;fill:#555753"
+           d="m 87.033932,247.22194 0,2.17 0.581,0 0,-2.303 c 0,-0.714 -0.399,-1.169 -1.106,-1.169 -0.349999,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.644001,-0.252 0.91,-0.252 0.553,0 0.742,0.259 0.742,0.819" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3411"
+           style="font-size:7px;fill:#555753"
+           d="m 88.566714,246.01794 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
+           inkscape:connector-curvature="0"
+           id="path3413"
+           style="font-size:7px;fill:#555753"
+           d="m 92.974307,246.01794 -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
+           inkscape:connector-curvature="0"
+           id="path3415"
+           style="font-size:7px;fill:#555753"
+           d="m 95.136651,246.40994 c 0.685999,0 1.043,0.581 1.043,1.302 0,0.721 -0.350001,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581 -1.043,-1.295 0,-0.714 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707 1.652,-1.757 0,-1.057 -0.588001,-1.743 -1.631,-1.743 -1.035999,0 -1.645,0.693 -1.645,1.75 0,1.05 0.588001,1.75 1.624,1.75" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3417"
+           style="font-size:7px;fill:#555753"
+           d="m 101.05089,248.97894 c -0.742,0 -1.092005,-0.532 -1.092005,-1.288 0,-0.749 0.350005,-1.295 1.099005,-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.155005,0.448 -0.321999,0.322 -0.483,0.777 -0.483,1.358 0,1.008 0.525001,1.715 1.561005,1.715" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3419"
+           style="font-size:7px;fill:#555753"
+           d="m 104.73835,245.96194 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.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.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
+           inkscape:connector-curvature="0"
+           id="path3421"
+           style="font-size:7px;fill:#555753"
+           d="m 110.29045,248.88794 c -0.336,0 -0.791,-0.112 -1.358,-0.322 l -0.203,0.567 c 0.49,0.196 0.847,0.322 1.477,0.322 0.742,0 1.295,-0.238 1.61,-0.651 0.175,-0.238 0.266,-0.497 0.266,-0.77 0,-0.371 -0.133,-0.658 -0.406,-0.861 -0.322,-0.224 -0.595,-0.315 -1.043,-0.49 -0.294,-0.112 -0.518,-0.203 -0.763,-0.329 -0.273,-0.14 -0.413,-0.357 -0.42,-0.602 -0.014,-0.49 0.413,-0.812 1.12,-0.805 0.315,0.007 0.714,0.168 1.071,0.329 l 0.175,-0.504 c -0.413,-0.168 -0.896,-0.329 -1.225,-0.329 -0.637,0 -0.966,0.091 -1.309,0.357 -0.273,0.217 -0.434,0.553 -0.434,0.994 0,0.427 0.273,0.826 0.553,0.987 0.448,0.266 1.036,0.441 1.533,0.665 0.343,0.154 0.518,0.378 0.518,0.672 0,0.532 -0.595,0.77 -1.162,0.77" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3423"
+           style="font-size:7px;fill:#555753"
+           d="m 112.92999,246.01794 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
+           inkscape:connector-curvature="0"
+           id="path3425"
+           style="font-size:7px;fill:#555753"
+           d="m 116.72859,247.24294 0,2.149 0.581,0 0,-2.289 c 0,-0.714 -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" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3427"
+           style="font-size:7px;fill:#555753"
+           d="m 119.41035,249.45494 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
+           inkscape:connector-curvature="0"
+           id="path3429"
+           style="font-size:7px;fill:#555753"
+           d="m 122.02803,246.45194 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
+           inkscape:connector-curvature="0"
+           id="path3431"
+           style="font-size:7px;fill:#555753"
+           d="m 124.79303,246.01794 -0.672,0 1.218,1.701 -1.183,1.673 0.637,0 0.868,-1.239 0.875,1.239 0.693,0 -1.204,-1.687 1.225,-1.687 -0.651,0 -0.903,1.26 -0.903,-1.26" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3433"
+           style="font-size:7px;fill:#555753"
+           d="m 127.96906,246.01794 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
+           inkscape:connector-curvature="0"
+           id="path3435"
+           style="font-size:7px;fill:#555753"
+           d="m 130.59865,248.98594 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>
+</svg>
diff --git a/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..bbe08ea
--- /dev/null
@@ -0,0 +1,1449 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3519"
+       x="-0.088411674"
+       width="1.1768233"
+       y="-0.31566298"
+       height="1.631326">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="7.5339885"
+         id="feGaussianBlur3521" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3515">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.2808222"
+         id="feGaussianBlur3517" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath2889">
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccssccccccccccc"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         d="m 59.875,74.34375 -16.6875,49.53125 1.09375,-0.21875 c -0.05438,0.1788 -0.11847,0.3457 -0.15625,0.53125 -0.0016,0.01 0.0016,0.0216 0,0.0313 -0.07572,0.38194 -0.125,0.78267 -0.125,1.1875 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-0.6925 -0.1298,-1.35084 -0.34375,-1.96875 l 0.875,0.4375 -16.6875,-49.53125 -168,0 z"
+         id="path2891" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6977"
+       id="linearGradient3008"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="52"
+       y1="40.482288"
+       x2="52"
+       y2="76.67421" />
+    <linearGradient
+       id="linearGradient6977">
+      <stop
+         style="stop-color:#ebd3ad;stop-opacity:1;"
+         offset="0"
+         id="stop7039" />
+      <stop
+         id="stop6981"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967"
+       id="linearGradient3010"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967">
+      <stop
+         id="stop5969"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4146"
+       id="radialGradient3012"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7673405,0,0,0.02407044,-63.863474,93.68923)"
+       cx="136.13138"
+       cy="96"
+       fx="136.13138"
+       fy="96"
+       r="105.22703" />
+    <linearGradient
+       id="linearGradient4146">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="0"
+         id="stop4148" />
+      <stop
+         id="stop4150"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <mask
+       id="mask6971"
+       maskUnits="userSpaceOnUse">
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccsssccccccc"
+         id="path6973"
+         d="m 33.40625,86 -2.9375,8.65625 c -0.08353,0.184824 -0.134071,0.370268 -0.1875,0.5625 -0.05826,0.188106 -0.116418,0.366855 -0.15625,0.5625 -0.0017,0.0097 0.0016,0.02155 0,0.03125 C 30.049278,96.194445 30,96.595168 30,97 l 0,9 200.03125,0 0,-9 c 0,-0.831 -0.16594,-1.625438 -0.46875,-2.34375 L 226.65625,86 l -193.25,0 z"
+         style="fill:url(#linearGradient6975);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+    </mask>
+    <linearGradient
+       y2="86"
+       x2="90.25"
+       y1="106"
+       x1="90.25"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6975"
+       xlink:href="#linearGradient5986"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5986">
+      <stop
+         id="stop5988"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.63481778"
+         id="stop5998" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.73670214"
+         id="stop5994" />
+      <stop
+         id="stop5990"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7516"
+       id="linearGradient3014"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="29.980797"
+       y1="192"
+       x2="35.522602"
+       y2="192" />
+    <linearGradient
+       id="linearGradient7516"
+       inkscape:collect="always">
+      <stop
+         id="stop7518"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop7520"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7216"
+       id="linearGradient3016"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="97"
+       y1="236.06433"
+       x2="97"
+       y2="222.18047" />
+    <linearGradient
+       id="linearGradient7216"
+       inkscape:collect="always">
+      <stop
+         id="stop7218"
+         offset="0"
+         style="stop-color:#e9b96e;stop-opacity:1;" />
+      <stop
+         id="stop7220"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7422"
+       id="linearGradient3018"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="125.75"
+       y1="235.5"
+       x2="125.75"
+       y2="233.37933" />
+    <linearGradient
+       id="linearGradient7422"
+       inkscape:collect="always">
+      <stop
+         id="stop7424"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop7426"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7526"
+       id="linearGradient3020"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(14,28.40625)"
+       x1="230.5"
+       y1="172.5"
+       x2="223"
+       y2="172.5" />
+    <linearGradient
+       id="linearGradient7526"
+       inkscape:collect="always">
+      <stop
+         id="stop7528"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         id="stop7530"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7328"
+       id="linearGradient3022"
+       gradientUnits="userSpaceOnUse"
+       x1="139"
+       y1="300"
+       x2="140"
+       y2="100.99606" />
+    <linearGradient
+       id="linearGradient7328"
+       inkscape:collect="always">
+      <stop
+         id="stop7330"
+         offset="0"
+         style="stop-color:#8f5902;stop-opacity:1;" />
+      <stop
+         id="stop7332"
+         offset="1"
+         style="stop-color:#8f5902;stop-opacity:0;" />
+    </linearGradient>
+    <mask
+       id="mask7322"
+       maskUnits="userSpaceOnUse">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#pattern7326);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+         d="m 36,91 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 L 36,91 z"
+         id="path7324"
+         sodipodi:nodetypes="cccccccccc" />
+    </mask>
+    <pattern
+       patternTransform="translate(-110,111)"
+       id="pattern7326"
+       xlink:href="#pattern7312"
+       inkscape:collect="always" />
+    <pattern
+       id="pattern7312"
+       patternTransform="translate(-110,111)"
+       height="15"
+       width="15"
+       patternUnits="userSpaceOnUse">
+      <rect
+         style="fill:url(#pattern7315);stroke:none"
+         width="15"
+         height="15"
+         x="0"
+         y="0"
+         id="rect7290" />
+    </pattern>
+    <pattern
+       patternTransform="scale(0.5,0.5)"
+       id="pattern7315"
+       xlink:href="#pattern7310"
+       inkscape:collect="always" />
+    <pattern
+       patternTransform="matrix(0.5,0,0,0.5,-110,111)"
+       id="pattern7310"
+       xlink:href="#pattern7285"
+       inkscape:collect="always" />
+    <pattern
+       id="pattern7285"
+       patternTransform="translate(-110,96)"
+       height="30"
+       width="30"
+       patternUnits="userSpaceOnUse">
+      <rect
+         style="opacity:1;fill:url(#linearGradient7288);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
+         id="rect7243"
+         width="30"
+         height="30"
+         x="0"
+         y="0" />
+    </pattern>
+    <linearGradient
+       y2="106"
+       x2="-70"
+       y1="106"
+       x1="-110"
+       gradientTransform="matrix(0.75,0,0,0.75,82.5,-64.5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient7288"
+       xlink:href="#linearGradient7253"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient7253">
+      <stop
+         id="stop7255"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="0.125"
+         id="stop7267" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.25"
+         id="stop7265" />
+      <stop
+         id="stop7269"
+         offset="0.375"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.5"
+         id="stop7261" />
+      <stop
+         id="stop7275"
+         offset="0.625"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+      <stop
+         id="stop7263"
+         offset="0.75"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="0.875"
+         id="stop7279" />
+      <stop
+         id="stop7257"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4154"
+       id="radialGradient3024"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5664145,0,0,0.02407044,84.965404,93.68923)"
+       cx="123.92844"
+       cy="96.000328"
+       fx="123.92844"
+       fy="96.000328"
+       r="105.22703" />
+    <linearGradient
+       id="linearGradient4154">
+      <stop
+         id="stop4156"
+         offset="0"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1"
+         id="stop4158" />
+    </linearGradient>
+    <mask
+       id="mask6005"
+       maskUnits="userSpaceOnUse">
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccsssccccccc"
+         id="path6007"
+         d="m 33.40625,86 -2.9375,8.65625 c -0.08353,0.184824 -0.134071,0.370268 -0.1875,0.5625 -0.05826,0.188106 -0.116418,0.366855 -0.15625,0.5625 -0.0017,0.0097 0.0016,0.02155 0,0.03125 C 30.049278,96.194445 30,96.595168 30,97 l 0,9 200.03125,0 0,-9 c 0,-0.831 -0.16594,-1.625438 -0.46875,-2.34375 L 226.65625,86 l -193.25,0 z"
+         style="fill:url(#linearGradient6975);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+    </mask>
+    <linearGradient
+       y2="86"
+       x2="90.25"
+       y1="106"
+       x1="90.25"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6009"
+       xlink:href="#linearGradient5986"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient6011">
+      <stop
+         id="stop6013"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.63481778"
+         id="stop6015" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0.73670214"
+         id="stop6017" />
+      <stop
+         id="stop6019"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3514"
+       id="linearGradient3026"
+       gradientUnits="userSpaceOnUse"
+       x1="44"
+       y1="192.14198"
+       x2="46"
+       y2="192.14198" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3514">
+      <stop
+         style="stop-color:#8f5902;stop-opacity:1"
+         offset="0"
+         id="stop3516" />
+      <stop
+         style="stop-color:#8f5902;stop-opacity:0"
+         offset="1"
+         id="stop3519" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3514"
+       id="linearGradient3028"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-287.9375,0)"
+       x1="44"
+       y1="192.14198"
+       x2="46"
+       y2="192.14198" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3415"
+       id="linearGradient3030"
+       gradientUnits="userSpaceOnUse"
+       x1="189"
+       y1="221.5"
+       x2="117"
+       y2="21.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3415">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3417" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3419" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3403">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.1614063"
+         id="feGaussianBlur3405" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3741"
+       id="linearGradient3032"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(221,0)"
+       x1="-84"
+       y1="132.89647"
+       x2="-84"
+       y2="123" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3741">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3745" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.4"
+         offset="1"
+         id="stop3747" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3736"
+       x="-0.121875"
+       width="1.24375"
+       y="-0.039795917"
+       height="1.0795918">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.625"
+         id="feGaussianBlur3738" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3890"
+       id="radialGradient3034"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6075557,0,0,0.5616866,334.96329,15.302049)"
+       cx="129.71432"
+       cy="199.66972"
+       fx="129.71432"
+       fy="199.66972"
+       r="100.01562" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3890">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1;"
+         offset="0"
+         id="stop3892" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:0;"
+         offset="1"
+         id="stop3894" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3911"
+       id="radialGradient3036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0651784,0,0,0.00912498,-40.109866,128.1278)"
+       cx="554.01562"
+       cy="30.515274"
+       fx="554.01562"
+       fy="30.515274"
+       r="95.890625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3911">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3913" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3915" />
+    </linearGradient>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3680">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
+         id="path3682" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707"
+       id="linearGradient3038"
+       gradientUnits="userSpaceOnUse"
+       x1="-76"
+       y1="120.99266"
+       x2="-76"
+       y2="127.25735" />
+    <linearGradient
+       id="linearGradient3707">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709" />
+      <stop
+         id="stop3715"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3721"
+       id="linearGradient3040"
+       gradientUnits="userSpaceOnUse"
+       x1="-91.90625"
+       y1="13.245911"
+       x2="-31.75"
+       y2="220.00299" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3721">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3723" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1"
+         id="stop3725" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="linearGradient3042"
+       gradientUnits="userSpaceOnUse"
+       x1="-76"
+       y1="121.2411"
+       x2="-76"
+       y2="126.50892" />
+    <linearGradient
+       id="linearGradient3688">
+      <stop
+         style="stop-color:#888a85;stop-opacity:1;"
+         offset="0"
+         id="stop3690" />
+      <stop
+         id="stop3696"
+         offset="0.5"
+         style="stop-color:#eeeeec;stop-opacity:1" />
+      <stop
+         style="stop-color:#2e3436;stop-opacity:1"
+         offset="1"
+         id="stop3692" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter3684">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.335"
+         id="feGaussianBlur3686" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3766"
+       id="linearGradient3044"
+       gradientUnits="userSpaceOnUse"
+       x1="-91.25"
+       y1="117.25"
+       x2="-77.5"
+       y2="123.25" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3766">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3768" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3771" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3890-4"
+       id="radialGradient4396"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0953368,0,0,0.37004182,61.473853,120.0119)"
+       cx="129.71432"
+       cy="199.66972"
+       fx="129.71432"
+       fy="199.66972"
+       r="100.01562" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3890-4">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1;"
+         offset="0"
+         id="stop3892-6" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:0;"
+         offset="1"
+         id="stop3894-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3911-0"
+       id="radialGradient4393"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.72577834,0,0,0.00601158,-194.08894,194.34205)"
+       cx="554.01562"
+       cy="30.515274"
+       fx="554.01562"
+       fy="30.515274"
+       r="95.890625" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3911-0">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop3913-7" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3915-2" />
+    </linearGradient>
+    <radialGradient
+       r="95.890625"
+       fy="30.515274"
+       fx="554.01562"
+       cy="30.515274"
+       cx="554.01562"
+       gradientTransform="matrix(0.72577834,0,0,0.00601158,-194.08894,194.34205)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient6196"
+       xlink:href="#linearGradient3911-0"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-128.35101"
+     inkscape:cy="220.96855"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide3061" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-372.88998,-657.78022)">
+    <g
+       transform="translate(352.88998,625.78022)"
+       style="display:inline;enable-background:new"
+       id="g4416">
+      <g
+         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="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="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="text4015"
+         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(4.738143,10.53272)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path4020"
+           style="font-size:7px;fill:#555753"
+           d="m 67.286857,250.38828 -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
+           inkscape:connector-curvature="0"
+           id="path4022"
+           style="font-size:7px;fill:#555753"
+           d="m 69.368482,246.95828 c -0.329,0 -0.637001,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.244999,-0.161 0.497,-0.245 0.721,-0.245 0.216999,0 0.385,0.042 0.56,0.112 l 0.07,0 0,-0.553 c -0.147,-0.042 -0.301001,-0.063 -0.462,-0.063" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4024"
+           style="font-size:7px;fill:#555753"
+           d="m 71.973138,250.45828 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.748999,-0.091 -1.099,-0.50401 -1.099,-1.33 0,-0.791 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.602,-0.203 -0.875,-0.203 -0.588,0 -1.022,0.161 -1.309,0.504 -0.273,0.32899 -0.441,0.763 -0.441,1.302 0,1.07099 0.588001,1.701 1.631,1.701" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4026"
+           style="font-size:7px;fill:#555753"
+           d="m 75.949685,248.21828 0,2.17 0.581,0 0,-2.303 c 0,-0.714 -0.399001,-1.169 -1.106,-1.169 -0.35,0 -0.721001,0.105 -1.127,0.308 l 0,-1.526 -0.581,0 0,4.69 0.581,0 0,-2.737 c 0.342999,-0.168 0.644,-0.252 0.91,-0.252 0.552999,0 0.742,0.259 0.742,0.819" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4028"
+           style="font-size:7px;fill:#555753"
+           d="m 77.482466,247.01428 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
+           inkscape:connector-curvature="0"
+           id="path4030"
+           style="font-size:7px;fill:#555753"
+           d="m 81.89006,247.01428 -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
+           inkscape:connector-curvature="0"
+           id="path4032"
+           style="font-size:7px;fill:#555753"
+           d="m 84.052403,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588001,-1.743 -1.631,-1.743 -1.035998,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.588002,1.75 1.624,1.75" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4034"
+           style="font-size:7px;fill:#555753"
+           d="m 89.966638,249.97528 c -0.741999,0 -1.092,-0.53201 -1.092,-1.288 0,-0.749 0.350001,-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.10501 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.32199 -0.483,0.777 -0.483,1.358 0,1.00799 0.525001,1.715 1.561,1.715" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4036"
+           style="font-size:7px;fill:#555753"
+           d="m 93.654107,246.95828 c -0.49,0 -0.868001,0.175 -1.141,0.525 -0.259,0.34999 -0.378,0.77 -0.378,1.274 0,1.09199 0.588001,1.694 1.687,1.694 0.377999,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637001,0.168 -0.931,0.168 -0.427,0 -0.763001,-0.10501 -0.959,-0.315 -0.196,-0.21 -0.322,-0.48301 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.973 -0.497001,-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.524999,0 0.763,0.462 0.763,1.015" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4038"
+           style="font-size:7px;fill:#555753"
+           d="m 98.4712,249.87728 0,-3.829 1.085,0 c 0.84,0 1.232,0.392 1.477,0.91 0.14,0.29399 0.21,0.63 0.21,1.008 0,0.37799 -0.049,0.728 -0.189,1.022 -0.245,0.51799 -0.665,0.889 -1.498,0.889 l -1.085,0 m 1.127,0.511 c 0.994,0 1.652,-0.43401 2.002,-1.12 0.189,-0.371 0.28,-0.81201 0.28,-1.302 0,-0.49 -0.091,-0.93101 -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
+           inkscape:connector-curvature="0"
+           id="path4040"
+           style="font-size:7px;fill:#555753"
+           d="m 103.90276,247.44828 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.54599 0.497,0.924 1.085,0.924 0.378,0 0.721,-0.14001 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119,-0.80501 -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.25901 -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.23799 -0.525,0.392 -0.931,0.392" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4042"
+           style="font-size:7px;fill:#555753"
+           d="m 107.42376,250.45128 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.23101 -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.71399 0.245,1.113 0.945,1.113" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4044"
+           style="font-size:7px;fill:#555753"
+           d="m 110.38443,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.68599,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.36401,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.03599,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.58801,1.75 1.624,1.75" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4046"
+           style="font-size:7px;fill:#555753"
+           d="m 113.92261,249.98228 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.15401 1.12,-0.448 0.119,-0.147 0.175,-0.33601 0.175,-0.518 0,-0.217 -0.049,-0.37801 -0.196,-0.539 -0.126,-0.14 -0.238,-0.25201 -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.13301 -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.53199 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.33599 -0.371,0.469 -0.742,0.469" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4048"
+           style="font-size:7px;fill:#555753"
+           d="m 121.77858,245.72628 c -0.462,-0.175 -0.82601,-0.259 -1.463,-0.259 -0.707,0 -1.40001,0.322 -1.771,0.7 -0.385,0.39899 -0.63,1.029 -0.63,1.785 0,0.74199 0.224,1.344 0.665,1.806 0.39199,0.40599 1.022,0.7 1.799,0.7 0.54599,0 1.029,-0.098 1.463,-0.294 l -0.147,-0.469 c -0.385,0.15399 -0.75601,0.231 -1.141,0.231 -0.385,0 -0.777,-0.077 -1.071,-0.245 -0.546,-0.315 -0.931,-0.91001 -0.931,-1.736 0,-0.826 0.308,-1.41401 0.854,-1.729 0.294,-0.168 0.686,-0.224 1.071,-0.224 0.48299,0 0.756,0.07 1.141,0.21 l 0.161,-0.476" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4050"
+           style="font-size:7px;fill:#555753"
+           d="m 124.05631,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.686,0 -1.043,-0.58101 -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.70701 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.04999 0.588,1.75 1.624,1.75" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4052"
+           style="font-size:7px;fill:#555753"
+           d="m 130.57648,248.23928 0,2.149 0.581,0 0,-2.289 c 0,-0.679 -0.357,-1.162 -1.064,-1.162 -0.455,0 -0.805,0.203 -1.148,0.441 -0.175,-0.252 -0.476,-0.441 -0.875,-0.441 -0.147,0 -0.301,0.021 -0.469,0.07 -0.14,0.042 -0.329,0.126 -0.56,0.273 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.723 c 0.301,-0.168 0.567,-0.259 0.784,-0.259 0.476,0 0.665,0.315 0.665,0.833 l 0,2.149 0.574,0 0,-2.289 c 0,-0.161 -0.007,-0.294 -0.035,-0.392 0.329,-0.196 0.581,-0.301 0.819,-0.301 0.469,0 0.665,0.315 0.665,0.833" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4054"
+           style="font-size:7px;fill:#555753"
+           d="m 133.44561,247.42728 c 0.735,0 1.099,0.532 1.099,1.288 0,0.74899 -0.385,1.309 -1.106,1.309 -0.259,0 -0.511,-0.056 -0.756,-0.161 l 0,-2.226 c 0.238,-0.133 0.42,-0.21 0.763,-0.21 m -0.763,4.788 0,-1.904 c 0.266,0.112 0.539,0.168 0.812,0.168 0.462,0 0.847,-0.16101 1.155,-0.462 0.322,-0.315 0.49,-0.77001 0.49,-1.351 0,-0.7 -0.245,-1.19001 -0.714,-1.491 -0.238,-0.147 -0.518,-0.224 -0.854,-0.224 -0.336,0 -0.651,0.105 -0.952,0.301 l -0.105,-0.238 -0.413,0 0,5.201 0.581,0" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4056"
+           style="font-size:7px;fill:#555753"
+           d="m 137.44075,246.95828 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
+           inkscape:connector-curvature="0"
+           id="path4058"
+           style="font-size:7px;fill:#555753"
+           d="m 138.5684,247.01428 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
+           inkscape:connector-curvature="0"
+           id="path4060"
+           style="font-size:7px;fill:#555753"
+           d="m 144.18,248.23928 0,2.149 0.581,0 0,-2.289 c 0,-0.679 -0.357,-1.162 -1.064,-1.162 -0.455,0 -0.805,0.203 -1.148,0.441 -0.175,-0.252 -0.476,-0.441 -0.875,-0.441 -0.147,0 -0.301,0.021 -0.469,0.07 -0.14,0.042 -0.329,0.126 -0.56,0.273 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.723 c 0.301,-0.168 0.567,-0.259 0.784,-0.259 0.476,0 0.665,0.315 0.665,0.833 l 0,2.149 0.574,0 0,-2.289 c 0,-0.161 -0.007,-0.294 -0.035,-0.392 0.329,-0.196 0.581,-0.301 0.819,-0.301 0.469,0 0.665,0.315 0.665,0.833" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4062"
+           style="font-size:7px;fill:#555753"
+           d="m 145.70512,247.01428 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
+           inkscape:connector-curvature="0"
+           id="path4064"
+           style="font-size:7px;fill:#555753"
+           d="m 148.79672,249.97528 c -0.742,0 -1.092,-0.53201 -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.10501 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.32199 -0.483,0.777 -0.483,1.358 0,1.00799 0.525,1.715 1.561,1.715" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4066"
+           style="font-size:7px;fill:#555753"
+           d="m 152.60318,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.68599,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.36401,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.03599,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.58801,1.75 1.624,1.75" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4068"
+           style="font-size:7px;fill:#555753"
+           d="m 156.14136,249.98228 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.15401 1.12,-0.448 0.119,-0.147 0.175,-0.33601 0.175,-0.518 0,-0.217 -0.049,-0.37801 -0.196,-0.539 -0.126,-0.14 -0.238,-0.25201 -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.13301 -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.53199 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.33599 -0.371,0.469 -0.742,0.469" />
+      </g>
+      <g
+         transform="matrix(0.6164757,0,0,0.65618174,-32.73304,105.80743)"
+         id="g3994"
+         style="display:inline;enable-background:new">
+        <path
+           transform="matrix(1.024448,0,0,0.877796,250.82151,52.87651)"
+           d="m 51,183.875 c -0.774202,0 -2.421901,0.151 -3.84375,0.9375 -1.421849,0.7865 -2.031279,1.61326 -2.4375,2.09375 -1.357557,1.60577 -1.936743,2.98332 -2.46875,4.5 A 6.3523488,6.3523488 0 0 0 42,192 l -13.90625,40.75 a 6.3523488,6.3523488 0 0 0 6,8.40625 l 191.8125,0 a 6.3523488,6.3523488 0 0 0 6.03125,-8.375 l -13.90625,-41.5 c -0.61375,-1.82775 -1.26084,-3.29873 -2.90625,-4.9375 -0.78166,-0.7785 -4.36677,-2.46875 -6.09375,-2.46875 L 51,183.875 z"
+           id="path3990"
+           style="opacity:0.55;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3519);enable-background:new"
+           inkscape:original="M 51 190.21875 C 50.331523 190.21875 50.105549 190.35766 49.5625 191 C 49.019451 191.64234 48.447678 192.79364 48.03125 194.03125 C 48.020906 194.04174 48.010489 194.05216 48 194.0625 L 34.09375 234.8125 L 225.90625 234.8125 L 212 193.3125 C 211.61011 192.15141 211.10727 191.29295 210.65625 190.84375 C 210.20523 190.39455 209.92931 190.21875 209.03125 190.21875 L 51 190.21875 z "
+           inkscape:radius="6.3517137"
+           sodipodi:type="inkscape:offset" />
+        <path
+           transform="translate(254,26.40625)"
+           d="m 51,185.28125 c -0.677092,0 -2.002339,0.11171 -3.15625,0.75 -1.153911,0.63829 -1.68601,1.33592 -2.0625,1.78125 -1.110414,1.31344 -1.669365,2.53408 -2.15625,3.875 a 4.9502425,4.9502425 0 0 0 -0.1875,0.46875 c -0.03287,0.0956 -0.06108,0.18416 -0.09375,0.28125 a 4.9502425,4.9502425 0 0 0 -0.03125,0.0313 l -13.90625,40.75 a 4.9502425,4.9502425 0 0 0 4.6875,6.53125 l 191.8125,0 a 4.9502425,4.9502425 0 0 0 4.6875,-6.5 l -13.90625,-41.5 c -0.56434,-1.6806 -1.14947,-3.03005 -2.53125,-4.40625 -0.70868,-0.70582 -3.58098,-2.0625 -5.125,-2.0625 l -158.03125,0 z"
+           id="path3992"
+           style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3515);enable-background:new"
+           inkscape:original="M 51 190.21875 C 50.331523 190.21875 50.105549 190.35766 49.5625 191 C 49.019451 191.64234 48.447678 192.79364 48.03125 194.03125 C 48.020906 194.04174 48.010489 194.05216 48 194.0625 L 34.09375 234.8125 L 225.90625 234.8125 L 212 193.3125 C 211.61011 192.15141 211.10727 191.29295 210.65625 190.84375 C 210.20523 190.39455 209.92931 190.21875 209.03125 190.21875 L 51 190.21875 z "
+           inkscape:radius="4.9497476"
+           sodipodi:type="inkscape:offset" />
+      </g>
+      <g
+         id="g3690"
+         style="display:inline;enable-background:new"
+         transform="matrix(0.63563009,0,0,0.63023125,-145.51709,112.10242)">
+        <g
+           style="display:inline;enable-background:new"
+           id="g2874"
+           clip-path="url(#clipPath2889)"
+           transform="translate(406,2)">
+          <g
+             id="g2848">
+            <path
+               sodipodi:nodetypes="ccccccccc"
+               id="path3817"
+               d="m 65,74.4375 c -3.324,0 -5.028791,3.11359 -6,6 l -14.53125,42.625 c -0.334106,0.7393 -0.38968,1.54824 -0.46875,2.34375 l 200.03125,0 -0.46875,-2.34375 -14.53125,-43.34375 c -0.96949,-2.88714 -2.676,-5.28125 -6,-5.28125 L 65,74.4375 z"
+               style="fill:url(#linearGradient3008);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccccccccc"
+               id="path3819"
+               d="m 50,119.40625 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
+               style="fill:url(#linearGradient3010);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <rect
+               mask="url(#mask6971)"
+               y="76"
+               x="25"
+               height="40"
+               width="210.45406"
+               id="rect3821"
+               style="fill:url(#radialGradient3012);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               transform="translate(14,28.40625)" />
+            <path
+               sodipodi:nodetypes="cccccccccc"
+               id="path3823"
+               d="m 50,119.40625 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 18.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 l -18.03125,0 z"
+               style="opacity:0.33207547;fill:url(#linearGradient3014);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccccccccc"
+               id="path3825"
+               d="m 50,219.40625 c -3.324,0 -6,2.676 -6,6 l 0,29 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-33 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
+               style="opacity:0.28679247;fill:url(#linearGradient3016);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccccccccc"
+               id="path3827"
+               d="m 50,239.40625 c -3.324,0 -6,2.676 -6,6 l 0,9 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-13 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
+               style="opacity:0.20754718;fill:url(#linearGradient3018);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <path
+               sodipodi:nodetypes="cccccccccc"
+               id="path3829"
+               d="m 230,123.40625 c -3.324,0 -6,2.676 -6,6 l 0,125 0,4 c 0,3.324 2.676,5.99999 6,6 l 8.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-129 c 0,-3.324 -2.676,-6 -6,-6 l -8.03125,0 z"
+               style="opacity:0.1;fill:url(#linearGradient3020);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+               inkscape:connector-curvature="0" />
+            <rect
+               mask="url(#mask7322)"
+               y="91"
+               x="25"
+               height="149.5"
+               width="210.5"
+               id="rect3831"
+               style="opacity:0.15;fill:url(#linearGradient3022);fill-opacity:1;fill-rule:evenodd;stroke:none"
+               transform="translate(14,30.40625)"
+               clip-path="none" />
+            <rect
+               transform="translate(14,28.40625)"
+               style="opacity:0.68468472;fill:url(#radialGradient3024);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+               id="rect3833"
+               width="210.45406"
+               height="40"
+               x="25"
+               y="76"
+               mask="url(#mask6971)" />
+            <rect
+               style="opacity:0.74324323;fill:url(#linearGradient3026);fill-opacity:1;stroke:none"
+               id="rect3835"
+               width="4.057539"
+               height="138.1909"
+               x="44"
+               y="123.75365"
+               rx="2.0080075"
+               ry="2.0586147" />
+            <rect
+               style="opacity:0.77477477;fill:url(#linearGradient3028);fill-opacity:1;stroke:none;display:inline;enable-background:new"
+               id="rect3837"
+               width="4.057539"
+               height="138.1909"
+               x="-243.9375"
+               y="123.75365"
+               rx="2.0080075"
+               ry="2.0586147"
+               transform="scale(-1,1)" />
+          </g>
+          <path
+             sodipodi:nodetypes="cccssccccccccccc"
+             transform="translate(-20,0)"
+             clip-path="none"
+             id="path2835-9"
+             d="m 79.875,74.34375 -16.6875,49.53125 1.09375,-0.21875 c -0.05438,0.1788 -0.118472,0.3457 -0.15625,0.53125 -0.0017,0.01 0.0016,0.0216 0,0.0313 -0.07572,0.38194 -0.125,0.78267 -0.125,1.1875 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-0.6925 -0.1298,-1.35084 -0.34375,-1.96875 l 0.875,0.4375 -16.6875,-49.53125 -168,0 z"
+             style="opacity:0.5;fill:none;stroke:url(#linearGradient3030);stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3403);enable-background:new"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path3729"
+             d="m 132.375,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.0499,1.51979 -0.0625,2.3125 l -0.0313,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L 158.59375,79.25 C 158.43879,76.373028 158.18747,74 157.65625,74 L 132.375,74 z"
+             style="opacity:0.3;fill:url(#linearGradient3032);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3736);enable-background:new"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           id="path3880"
+           d="m 471,76.4375 c -3.324,0 -5.02879,3.11359 -6,6 l -14.53125,42.625 c -0.33411,0.7393 -0.38968,1.54824 -0.46875,2.34375 l 200.03125,0 -0.46875,-2.34375 -14.53125,-43.34375 c -0.96949,-2.88714 -2.676,-5.28125 -6,-5.28125 L 471,76.4375 z"
+           style="opacity:0.4;fill:url(#radialGradient3034);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           inkscape:connector-curvature="0" />
+        <path
+           style="opacity:0.7;fill:url(#radialGradient3036);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+           d="m 454.45457,128.40625 c -0.20712,0.64182 -0.26545,1.32713 -0.32957,2 l 191.78125,0 -0.38949,-2 -191.06219,0 z"
+           id="path3898"
+           inkscape:connector-curvature="0" />
+        <g
+           id="g3676"
+           clip-path="url(#clipPath3680)"
+           transform="translate(626,2)"
+           style="stroke:#888a85;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new">
+          <path
+             id="path3667"
+             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
+             style="fill:url(#linearGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path3717"
+             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 31.84375,0 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
+             style="fill:url(#linearGradient3040);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+             sodipodi:nodetypes="ccccccc"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path3672"
+             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
+             style="fill:none;stroke:url(#linearGradient3042);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3684);enable-background:new"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path3755"
+             d="m -87.625,75 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,50.21875 40,0 0,-50.21875 -0.0625,-2.3125 L -53.40625,80.25 C -53.56121,77.373028 -53.81253,75 -54.34375,75 L -87.625,75 z"
+             style="fill:none;stroke:url(#linearGradient3044);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3684);enable-background:new"
+             sodipodi:nodetypes="cccccccccccc"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.4;fill:url(#radialGradient4396);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         d="m 154.1649,160.28823 c -2.26487,0 -3.42646,2.05125 -4.08821,3.95283 l -9.90113,28.08155 c -0.22765,0.48706 -0.26551,1.01999 -0.31939,1.54408 l 136.29487,0 -0.31939,-1.54408 -9.90113,-28.55507 c -0.66058,-1.90206 -1.82334,-3.47931 -4.08821,-3.47931 l -107.67741,0 z"
+         id="path3880-0"
+         sodipodi:nodetypes="ccccccccc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3898-1"
+         d="m 142.89137,194.52549 c -0.14112,0.42284 -0.18087,0.87432 -0.22456,1.31761 l 130.67359,0 -0.26539,-1.31761 -130.18364,0 z"
+         style="opacity:0.7;fill:url(#radialGradient6196);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/data-select-cases.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/data-split-file.svg b/src/ui/gui/artwork/32x32/actions/data-split-file.svg
new file mode 100644 (file)
index 0000000..fe19441
--- /dev/null
@@ -0,0 +1,240 @@
+<?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-split-file.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(65,540.00002)"
+       style="display:inline"
+       id="g5443">
+      <rect
+         y="508.36218"
+         x="-62"
+         height="1.9999996"
+         width="26"
+         id="rect5694-0-5"
+         style="fill:#555753" />
+      <rect
+         y="500.36218"
+         x="-62"
+         height="1.9999996"
+         width="26"
+         id="rect5694-7-1-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="500.36218"
+         x="-62"
+         height="3.9999993"
+         width="26"
+         id="rect5694-73-2-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1.9999996"
+         y="498.36218"
+         x="-62"
+         height="3.9999993"
+         width="26"
+         id="rect5694-9-6-0"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="500.36218"
+         x="-62"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-5-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="500.36218"
+         x="-38"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-8-8-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="500.36218"
+         x="-46"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-0-2-4"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="500.36218"
+         x="-54"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-86-9-7"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="492.36218"
+         x="-62"
+         height="1.9999996"
+         width="26"
+         id="rect5694-93-9-5"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-62"
+         height="1.9999996"
+         width="26"
+         id="rect5694-7-0-7-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-62"
+         height="3.9999993"
+         width="26"
+         id="rect5694-73-5-1-7"
+         style="fill:#555753;display:inline" />
+      <rect
+         ry="1.9999996"
+         y="482.36218"
+         x="-62"
+         height="3.9999993"
+         width="26"
+         id="rect5694-9-9-9-2"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-62"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-1-7-1"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-38"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-8-3-1-8"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-46"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-0-3-0-4"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="484.36218"
+         x="-54"
+         height="9.9999981"
+         width="2"
+         id="rect5694-733-86-7-9-0"
+         style="fill:#555753;display:inline" />
+      <rect
+         y="480.36218"
+         x="-65"
+         height="31.999994"
+         width="32"
+         id="rect5806-9-6"
+         style="fill:none" />
+      <rect
+         y="480.36218"
+         x="-65"
+         height="31.999994"
+         width="32"
+         id="rect5476-0-4"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/data-weight-cases.svg b/src/ui/gui/artwork/32x32/actions/data-weight-cases.svg
new file mode 100644 (file)
index 0000000..fbbf3a1
--- /dev/null
@@ -0,0 +1,179 @@
+<?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-weight-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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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,-290,717.63783)"
+       style="display:inline"
+       id="g4581-6">
+      <path
+         transform="matrix(2.5,0,0,1.5,-204.5,-74.681091)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="143"
+         id="path4186-5-1-2"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <rect
+         y="152.36218"
+         x="152"
+         height="14"
+         width="2"
+         id="rect4188-5-0-3"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         y="153.36218"
+         x="147"
+         height="1"
+         width="12"
+         id="rect4190-8-6-8"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(-1,0,0,-1.4999976,294,401.40509)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-8-7-9"
+         style="fill:#555753;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(-1,0,0,-1.4999976,304,401.40508)"
+         sodipodi:end="6.2831853"
+         sodipodi:start="3.1415927"
+         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="3"
+         sodipodi:cy="161.36218"
+         sodipodi:cx="146"
+         id="path4192-1-4-1-7"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4986-5-9-5"
+         d="m 148,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
+         style="fill:#555753;stroke:none" />
+      <path
+         id="path4986-0-9-8-8"
+         d="m 158,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
+         style="fill:#555753;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="151.36218"
+         x="145"
+         height="16"
+         width="16"
+         id="rect5025-4-2-4"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-copy.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/edit-cut.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/edit-find.svg b/src/ui/gui/artwork/32x32/actions/edit-find.svg
new file mode 100644 (file)
index 0000000..bde408f
--- /dev/null
@@ -0,0 +1,135 @@
+<?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-insert-variable.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(290,540.00002)"
+       style="display:inline"
+       id="g6752">
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;stroke:#555753;stroke-width:1.74999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         id="path30094-3"
+         sodipodi:cx="307.5"
+         sodipodi:cy="386.5"
+         sodipodi:rx="3.5"
+         sodipodi:ry="3.5"
+         d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
+         transform="matrix(2.4000018,0,0,2.4000016,-1014.5005,-433.73845)" />
+      <path
+         inkscape:connector-curvature="0"
+         style="color:#000000;fill:#555753;fill-opacity:1;stroke:#555753;stroke-width:4.00000238;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+         d="m -269.71965,500.62737 6.78784,6.80302"
+         id="path30096-2"
+         sodipodi:nodetypes="cc" />
+      <rect
+         y="480.36218"
+         x="-290"
+         height="32"
+         width="32"
+         id="rect30098-3"
+         style="color:#000000;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-go-to-case.svg b/src/ui/gui/artwork/32x32/actions/edit-go-to-case.svg
new file mode 100644 (file)
index 0000000..37271d3
--- /dev/null
@@ -0,0 +1,136 @@
+<?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-go-to-case.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(365,540.00002)"
+       style="display:inline"
+       id="g5751">
+      <path
+         inkscape:connector-curvature="0"
+         id="path5531-0"
+         d="m -347,492.36218 c -5.52285,0 -10,4.47715 -10,10 0,5.52286 4.47715,10 10,10 5.52285,0 10,-4.47714 10,-10 0,-5.52285 -4.47715,-10 -10,-10 z m 0,3.33333 c 1.96368,0 3.54167,1.49239 3.54167,3.33334 0,1.84094 -1.57799,3.33333 -3.54167,3.33333 -1.96368,0 -3.54167,-1.49239 -3.54167,-3.33333 0,-1.84095 1.57799,-3.33334 3.54167,-3.33334 z m -1.79167,6.66667 0,1.66667 3.58334,0 0,-1.66667 c 1.96368,0 3.54166,1.49239 3.54166,3.33334 0,1.84094 -2.38782,3.33333 -5.33333,3.33333 -2.94551,0 -5.33333,-1.49239 -5.33333,-3.33333 0,-1.84095 1.57798,-3.33334 3.54166,-3.33334 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4902-1-1"
+         width="32"
+         height="31.984814"
+         x="-365"
+         y="480.36218" />
+      <rect
+         y="480.36221"
+         x="-365"
+         height="31.984779"
+         width="32"
+         id="rect5357-0-8-1"
+         style="fill:none;stroke:none;display:inline" />
+      <path
+         id="rect5382-3-4-2-4-5"
+         d="m -357,480.36221 c -4.41828,0 -8,3.58001 -8,7.99619 0,1.10748 0.892,1.99905 2,1.99905 1.108,0 2,-0.89157 2,-1.99905 0,-2.20809 1.79084,-3.99809 4,-3.99809 l 2,0 c 1.62696,0 3.00006,0.98015 3.625,2.37387 l -3.625,3.62327 10,0 0,-9.99524 -3.4375,3.43586 c -1.44376,-2.08552 -3.83312,-3.43586 -6.5625,-3.43586 l -2,0 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-go-to-variable.svg b/src/ui/gui/artwork/32x32/actions/edit-go-to-variable.svg
new file mode 100644 (file)
index 0000000..6a87ba4
--- /dev/null
@@ -0,0 +1,162 @@
+<?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-go-to-case.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(440,540.00002)"
+       style="display:inline"
+       id="g6018">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4898-0-0"
+         width="31.989262"
+         height="31.999989"
+         x="-439.98926"
+         y="480.36218" />
+      <rect
+         ry="1.9999971"
+         y="480.36221"
+         x="-434.00201"
+         height="3.9999943"
+         width="5.9979863"
+         id="rect5382-3-2-3"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         ry="1.9999971"
+         y="486.36221"
+         x="-440"
+         height="3.9999943"
+         width="3.9986577"
+         id="rect5382-7-4-4-4"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3792-2-8"
+         d="m -430.00335,490.3622 9.99665,-9.99998 0,9.99998 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="480.36221"
+         x="-440"
+         height="31.999954"
+         width="31.989262"
+         id="rect5357-05-0"
+         style="fill:none;stroke:none" />
+      <path
+         id="path6429-5-2-9-5-5-8"
+         d="m -432.00268,480.36222 c -4.41679,0 -7.99731,3.58171 -7.99731,7.99999 l 3.99866,0 c 0,-2.20914 1.79023,-4 3.99865,-4 l 0,-3.99999 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path6429-5-2-9-5-4-1-6"
+         d="m -430.00335,480.36222 c 4.4168,0 7.99732,3.58171 7.99732,7.99999 l -3.99866,0 c 0,-2.20914 -1.79024,-4 -3.99866,-4 l 0,-3.99999 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect5971-0"
+         d="m -426,492.36218 c -3.324,0 -6,2.676 -6,6 l 0,8 c 0,3.324 2.676,6 6,6 l 8,0 c 3.324,0 6,-2.676 6,-6 l 0,-8 c 0,-3.324 -2.676,-6 -6,-6 l -8,0 z m -0.59375,2.5625 4.59375,4.59375 4.59375,-4.59375 2.8125,2.84375 -4.59375,4.59375 4.59375,4.5625 -2.8125,2.84375 -4.59375,-4.59375 -4.59375,4.59375 -2.8125,-2.84375 4.59375,-4.5625 -4.59375,-4.59375 2.8125,-2.84375 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-insert-case.svg b/src/ui/gui/artwork/32x32/actions/edit-insert-case.svg
new file mode 100644 (file)
index 0000000..3ebd504
--- /dev/null
@@ -0,0 +1,130 @@
+<?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-insert-case.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(140,540.00002)"
+       style="display:inline"
+       id="g5787">
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4893-90"
+         width="32"
+         height="31.99999"
+         x="-140"
+         y="480.36218" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-3-4"
+         d="m -118.00004,504.36233 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82255 5.43742,-4.82255 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5531-0-5"
+         d="m -124,482.36218 c -5.52285,0 -10,4.47715 -10,10 0,5.52286 4.47715,10 10,10 5.52285,0 10,-4.47714 10,-10 0,-5.52285 -4.47715,-10 -10,-10 z m 0,3.33333 c 1.96368,0 3.54167,1.49239 3.54167,3.33334 0,1.84094 -1.57799,3.33333 -3.54167,3.33333 -1.96368,0 -3.54167,-1.49239 -3.54167,-3.33333 0,-1.84095 1.57799,-3.33334 3.54167,-3.33334 z m -1.79167,6.66667 0,1.66667 3.58334,0 0,-1.66667 c 1.96368,0 3.54166,1.49239 3.54166,3.33334 0,1.84094 -2.38782,3.33333 -5.33333,3.33333 -2.94551,0 -5.33333,-1.49239 -5.33333,-3.33333 0,-1.84095 1.57798,-3.33334 3.54166,-3.33334 z"
+         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-insert-variable.svg b/src/ui/gui/artwork/32x32/actions/edit-insert-variable.svg
new file mode 100644 (file)
index 0000000..f56e703
--- /dev/null
@@ -0,0 +1,130 @@
+<?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-insert-case.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(215,540.00002)"
+       style="display:inline"
+       id="g6005">
+      <path
+         inkscape:connector-curvature="0"
+         id="rect5971"
+         d="m -203,482.375 c -3.324,0 -6,2.676 -6,6 l 0,8 c 0,3.324 2.676,6 6,6 l 8,0 c 3.324,0 6,-2.676 6,-6 l 0,-8 c 0,-3.324 -2.676,-6 -6,-6 l -8,0 z m -0.59375,2.5625 4.59375,4.59375 4.59375,-4.59375 2.8125,2.84375 -4.59375,4.59375 4.59375,4.5625 -2.8125,2.84375 -4.59375,-4.59375 -4.59375,4.59375 -2.8125,-2.84375 4.59375,-4.5625 -4.59375,-4.59375 2.8125,-2.84375 z"
+         style="fill:#555753;fill-opacity:1;stroke:none" />
+      <rect
+         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+         id="rect4889-8-0"
+         width="32"
+         height="32.000004"
+         x="-215"
+         y="480.36218" />
+      <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:#bebebe;fill:#555753;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"
+         sodipodi:nodetypes="ccccccccccccc"
+         id="path15265-7-0-4"
+         d="m -193.00004,504.3622 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82256 5.43742,-4.82256 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/edit-paste.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/edit-redo.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/edit-select-all.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/edit-undo.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/file-export-data.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/file-open-data.svg b/src/ui/gui/artwork/32x32/actions/file-open-data.svg
new file mode 100644 (file)
index 0000000..130486c
--- /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="file-open-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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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="translate(590,540.00002)"
+       style="display:inline"
+       id="g5593">
+      <g
+         id="g4234">
+        <path
+           inkscape:connector-curvature="0"
+           d="m -588.93723,490.36218 c -0.57825,0 -1.06249,0.4842 -1.06249,1.0626 l 0,19.875 c 0,0.597 0.46528,1.0624 1.06249,1.0624 l 27.62476,0 c 0.5972,0 1.06249,-0.4652 1.06249,-1.0624 L -558,501.46798 c 0,-0.5782 -0.48423,-1.0624 -1.06249,-1.0624 l -23.1873,0 -1.74998,6.9566 c 0,0.554 -0.446,1 -0.99999,1 -0.554,0 -0.99999,-0.446 -0.99999,-1 l 0,-9.9932 c 0,-0.554 0.44599,-1 0.99999,-1 l 0.93229,0 0,-6.0068 z"
+           id="rect3845-5-8-0"
+           sodipodi:nodetypes="ccccccccccscccccc"
+           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m -580.3748,482.36218 c -0.91679,0.175 -1.64143,1.0668 -1.62499,2 l 0,14 3.99997,0 0,-12 7.99993,0 0,6 5.99994,0 0,6 3.99997,0 0,-6.875 c 0.012,-0.5282 -0.1952,-1.058 -0.5625,-1.4376 l -7.12493,-7.1249 c -0.37956,-0.3674 -0.90937,-0.57474 -1.43749,-0.5625 l -10.87491,0 c -0.0624,-0.002 -0.12499,-0.002 -0.18739,0 -0.0624,-0.002 -0.125,-0.002 -0.1874,0 z"
+           id="path1234-3-9-3"
+           sodipodi:nodetypes="cccccccccccccccccc"
+           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" />
+        <rect
+           style="fill:none;stroke:none"
+           id="rect4672-4"
+           width="31.99972"
+           height="32"
+           x="-590"
+           y="480.36218" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/file-print.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/file-save-data.svg b/src/ui/gui/artwork/32x32/actions/file-save-data.svg
new file mode 100644 (file)
index 0000000..a74fc7c
--- /dev/null
@@ -0,0 +1,130 @@
+<?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-go-to-variable.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="12.257418"
+     inkscape:cy="13.866184"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="708"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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.9999979,1120,27.638937)"
+       style="fill:#555753;display:inline"
+       id="g5492-4">
+      <rect
+         style="opacity:0;fill:#555753;fill-opacity:1;stroke:none;display:inline"
+         id="rect4861-5-9"
+         width="16"
+         height="16.000017"
+         x="-560"
+         y="496.36215" />
+      <path
+         id="rect4390-9-3-5"
+         d="m -555.625,505.37498 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-10e-4 0.0417,-10e-4 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m -553,497.36216 0,5.5625 -1.28125,-1.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,0 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 l -1.28125,1.28125 0,-5.5625 z"
+         id="path3613-2-2"
+         sodipodi:nodetypes="ccccccccccccccccccc"
+         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;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" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/actions/run-all.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/transform-compute.svg b/src/ui/gui/artwork/32x32/actions/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/32x32/actions/utilities-variables.svg b/src/ui/gui/artwork/32x32/actions/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>
diff --git a/src/ui/gui/artwork/32x32/actions/view-value-labels.svg b/src/ui/gui/artwork/32x32/actions/view-value-labels.svg
new file mode 100644 (file)
index 0000000..a306108
--- /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="view-value-labels.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="12.257418"
+     inkscape:cy="10.294756"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="683"
+     inkscape:window-height="705"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     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="guide6413" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6415" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6417" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6419" />
+  </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.0000001,190,777.63782)"
+       style="display:inline"
+       id="g4959-0-0">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4057-0-0"
+         d="m -92,122.375 -2,2 0,4 8,8 6,-6 -8,-8 -4,0 z m 1.5,2 c 0.828427,0 1.5,0.67157 1.5,1.5 0,0.82843 -0.671573,1.5 -1.5,1.5 -0.828427,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.671573,-1.5 1.5,-1.5 z"
+         style="fill:#555753;stroke:none" />
+      <rect
+         y="121.36218"
+         x="-95"
+         height="16"
+         width="16"
+         id="rect4141-20-4"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/apps/pspp.svg b/src/ui/gui/artwork/32x32/apps/pspp.svg
new file mode 100644 (file)
index 0000000..9fcde7a
--- /dev/null
@@ -0,0 +1,1558 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4">
+      <stop
+         id="stop17661-0-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0" />
+      <stop
+         id="stop17669-0-2"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17864-9-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17317-98-6">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17325-1-6">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17339-7-9">
+      <stop
+         id="stop17341-6-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17767-1-0">
+      <stop
+         id="stop17771-8-6"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-4-7"
+       id="linearGradient16454-8-5"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4-7">
+      <stop
+         id="stop17661-0-5-4"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2-0" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0-9" />
+      <stop
+         id="stop17669-0-2-6"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2-6"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-4-2"
+       id="linearGradient16451-7-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-4-2">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7-3" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17529-6-3"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-8-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-0-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-3-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17089-2-4"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-3-5"
+       id="linearGradient17761-3-7"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-3-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-3-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-7-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-1-6"
+       id="linearGradient17283-5-4"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-1-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-8-1" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-5-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-9-0"
+       id="radialGradient17870-0-1"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9-9-0">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5-1" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-6-2"
+       id="radialGradient17323-8-3"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98-6-2">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0-9" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-6-3"
+       id="radialGradient17331-6-7"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1-6-3">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0-3" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6-6"
+       id="radialGradient17315-8-0"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-6-6">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-4-3" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-9-2" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-9-0"
+       id="linearGradient17337-2-4"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7-9-0">
+      <stop
+         id="stop17341-6-2-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6-6"
+       id="radialGradient17347-7-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-6-2"
+       id="radialGradient17657-1-6"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-6-2">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-4-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-4-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8-2"
+       id="radialGradient17495-2-0"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-9-3"
+       id="linearGradient17539-1-8"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-9-3">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-0-5" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-1-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-8-6"
+       id="radialGradient17737-3-1"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-8-6">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-0-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-0-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-0-8"
+       id="radialGradient17773-6-2"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1-0-8">
+      <stop
+         id="stop17771-8-6-5"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-2-0"
+       id="radialGradient17796-8-6"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-2-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-3-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-0-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3-0-5"
+       id="radialGradient17854-7-3"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3-0-5">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7-9-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3-5-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-5-6"
+       id="linearGradient17936-7-4"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-5-6">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-1-8" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-9-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-3-3-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-8-3-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-7-6-1"
+       id="linearGradient6157"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-7-6-1">
+      <stop
+         id="stop17661-8-4-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-7-0-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-7-6-9" />
+      <stop
+         id="stop17669-1-7-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-6-1-7"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-5-8-9"
+       id="linearGradient6154"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-5-8-9">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-8-8-1" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-4-5-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-9-7-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-5-3-2" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-7-7-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-6-3-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-3-1-8"
+       id="radialGradient6144"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-3-1-8">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-3-1-8" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-4-0-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-9-7-0"
+       id="radialGradient6141"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-9-7-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-6-5-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-4-8-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-8-0-5"
+       id="radialGradient6138"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-8-0-5">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-6-2-5" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-2-4-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-6-3-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-5-8-5" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-8-8-9"
+       id="radialGradient6121"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-8-8-9">
+      <stop
+         id="stop17771-2-4-1"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-3-1-3"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       id="radialGradient6108"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       id="linearGradient17039-3-7-98-4"
+       inkscape:collect="always">
+      <stop
+         id="stop17041-0-1-6-1"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop17043-1-0-3-4"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       r="96.546875"
+       fy="193.2952"
+       fx="55.640617"
+       cy="193.2952"
+       cx="55.640617"
+       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4277"
+       xlink:href="#linearGradient17039-3-7-98-4"
+       inkscape:collect="always" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-4-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-0-7" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-5-2"
+       id="linearGradient5906"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7455806,0,0,0.6838095,228.6638,71.486026)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-5-2">
+      <stop
+         id="stop17661-0-8-7"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5-9" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-4-7" />
+      <stop
+         id="stop17669-0-1-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-7-5"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-0-1"
+       id="linearGradient5908"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.74503688,0,0,0.6838095,228.71433,71.486026)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-0-1">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-2-8" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-8-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8"
+       id="radialGradient5910"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-5-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-2-8" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-7-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-2-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-8-1" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-9-9"
+       id="linearGradient5912"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-9-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-9-8" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-3-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3-4-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8-6-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-8-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-8-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-0-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4-2" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-5-7"
+       id="radialGradient5914"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33166098,0,0,0.16653038,269.55114,110.66999)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-5-7">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-8-1" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-8-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-8-9"
+       id="radialGradient5916"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.19987056,0,0,0.17743987,284.26314,113.59686)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-8-9">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-06-3" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-97-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-1-8"
+       id="radialGradient5918"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.22115716,0,0,0.29125495,280.7801,87.156603)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-1-8">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-6-2" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-5-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-2-0"
+       id="radialGradient5920"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.12675146,0,0,0.06565075,296.40255,120.24221)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-2-0">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-8-2" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-8-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-2-0"
+       id="radialGradient5922"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10911556,0,0,0.05651626,295.79933,125.77467)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-8-6"
+       id="radialGradient5924"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-8-6">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-8-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-1-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3-8-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6-4-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5-8"
+       id="radialGradient5926"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14453125,0,0,0.04322604,294.11319,127.98055)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-2-1"
+       id="linearGradient5928"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14453125,0,0,0.14453125,293.5,112.63281)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-2-1">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-07-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-3-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-5-1"
+       id="radialGradient5930"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-5-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-2-5" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-00-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-7-9"
+       id="radialGradient5932"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16299593,0.11742518,-0.05822499,0.08082114,296.58603,106.34203)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-7-9">
+      <stop
+         id="stop17771-8-5-4"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-49-6"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-22-7"
+       id="radialGradient5934"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14453125,0,0,0.15224495,293.5,112.04124)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-22-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-4-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-5-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-1-2"
+       id="linearGradient5936"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.14453125,0,0,0.14453125,293.5,112.63281)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-1-2">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-10-0" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-6-1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="18.141035"
+     inkscape:cy="14.32291"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="0px" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48"
+       id="guide6507" />
+    <sodipodi:guide
+       position="0,48"
+       orientation="48,0"
+       id="guide6513" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide6823" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide6825" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide6827" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide6829" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1933.7427,-883.77905)">
+    <g
+       transform="translate(1637.7427,767.77905)"
+       style="display:inline;enable-background:new"
+       id="g5938">
+      <g
+         transform="matrix(1.0041841,0,0,1.0278967,-1.2426626,-2.4304851)"
+         id="g5881">
+        <path
+           transform="matrix(0.14094374,0,0,0.14154653,294.44677,107.79979)"
+           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8-8-4"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient5906);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 325.40588,130.64512 c -1.60077,-3.43341 -7.0286,-5.96145 -13.48383,-5.96145 -6.45524,0 -9.73793,1.92731 -11.33869,5.36072 l -2.62678,0.60073 0,5.67558 c 0,4.45091 6.25318,8.05869 13.96547,8.05869 7.71303,0 13.96472,-3.60778 13.96472,-8.05869 l 0,-5.67558 -0.48089,0 0,0 z"
+           id="path12964-1-9-2" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5908);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 325.86641,130.64512 c 0,4.4516 -6.24714,8.05938 -13.95454,8.05938 -7.70741,0 -13.95529,-3.60778 -13.95529,-8.05938 0,-4.4516 6.24862,-8.05938 13.95529,-8.05938 7.7074,0 13.95454,3.60778 13.95454,8.05938 l 0,0 z"
+           id="path12971-9-4-6" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="m 325.75077,129.62725 c -0.7509,-5.10418 -9.26172,-6.7293 -10.84575,-6.68289 l -3.52855,7.84529 13.79545,-1.16234 0.57885,-6e-5 z"
+           id="path12985-5-0-4"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="m 311.59736,130.73814 -6.01928,-7.28701 c 2.62173,-0.94265 6.86542,-1.00306 9.3693,-0.74756 l -3.35002,8.03457 z"
+           id="path12999-5-4-4"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient5910);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1-9-7"
+           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
+        <rect
+           ry="4.5961943"
+           rx="1.8284354"
+           y="155.22687"
+           x="51.210464"
+           height="38.791634"
+           width="13.656871"
+           id="rect17253-11-3-5"
+           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient5912);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-4-6);enable-background:accumulate"
+           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0-2-6"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0-8-6"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73-6-0"
+           d="m 311.59736,127.77437 -6.01928,-7.28701 c 2.62173,-0.94265 6.86542,-1.00306 9.3693,-0.74756 l -3.35002,8.03457 z"
+           style="fill:url(#radialGradient5914);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0-4-7"
+           d="m 325.60624,123.70147 c -0.7509,-5.10418 -9.11719,-6.58477 -10.70122,-6.53836 l -3.38402,7.80916 14.08524,-1.2708 z"
+           style="fill:url(#radialGradient5916);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient5918);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 311.60254,124.88184 -0.0361,5.81738 14.16406,-1.01172 -0.14453,-6.07031 -13.9834,1.26465 z"
+           id="path17305-1-8-0"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5920);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 311.56641,130.84375 0.0723,-5.99805 13.875,-1.37304 0.14453,6.14257 -0.39746,-5.70898 -13.4414,1.12012 -0.25293,5.81738 z"
+           id="path17307-8-1-4"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient5922);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 311.56641,131.13281 0,4.98633 0.57812,-0.14453 -0.57812,-4.8418 z"
+           id="path17345-8-5-3" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           id="path17439-1-7-0"
+           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+           style="color:#000000;fill:url(#radialGradient5924);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-8-9);enable-background:accumulate"
+           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0-2-3"
+           d="m 297.96586,130.35596 c -0.006,0.0959 -0.009,0.1923 -0.009,0.28906 0,4.4516 6.24889,8.05762 13.9563,8.05762 7.7074,0 13.95178,-3.60602 13.95178,-8.05762 0,-0.0968 -0.003,-0.19313 -0.009,-0.28906 -0.26345,4.31768 -6.40287,7.76855 -13.94274,7.76855 -7.53989,0 -13.68379,-3.45087 -13.94727,-7.76855 z"
+           style="opacity:0.68235294;fill:url(#radialGradient5926);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient5928);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 315.03516,117.33008 0,5.99805 0.36132,-6.14258 -0.36132,0.14453 z"
+           id="path17531-1-3-9" />
+        <g
+           id="g17743-79-1-7"
+           style="opacity:0.82352941"
+           transform="matrix(0.10117187,0,0,0.10117187,296.14492,119.65703)">
+          <path
+             transform="translate(6,4)"
+             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
+             sodipodi:ry="15"
+             sodipodi:rx="15"
+             sodipodi:cy="158"
+             sodipodi:cx="55"
+             id="path17729-6-6-4"
+             style="color:#000000;fill:url(#radialGradient5930);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:type="arc" />
+          <path
+             transform="matrix(0.4,0,0,0.4,39,98.8)"
+             sodipodi:type="arc"
+             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path17739-7-9-6"
+             sodipodi:cx="55"
+             sodipodi:cy="158"
+             sodipodi:rx="15"
+             sodipodi:ry="15"
+             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5932);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 311.58923,130.77709 -5.97865,-7.25613 0,-3.11707 6.07208,7.44556 -0.0934,2.92764 z"
+           id="path17765-5-6-5"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 311.56641,127.80859 -5.52832,-7.22656 c 2.12722,-0.56736 4.73912,-0.74698 7.33496,-0.93945 -2.55339,-0.0765 -5.43197,0.0903 -7.76856,0.75879 l 0,3.10742 0.1084,-2.67383 5.85352,6.97363 z"
+           id="path17788-5-9-9"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           id="path17926-3-1-7"
+           d="m 311.58923,134.10131 -5.97865,-7.25613 0,-3.11707 6.07208,7.44556 -0.0934,2.92764 z"
+           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient5936);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         y="116"
+         x="296"
+         height="32"
+         width="32"
+         id="rect4769-9-9"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..b3517b3
--- /dev/null
@@ -0,0 +1,206 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.9195959"
+     inkscape:cx="6.9659766"
+     inkscape:cy="19.87341"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3055" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide3057" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide3059" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide3061" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide3063" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2050.4571,-598.49334)">
+    <g
+       id="g3111">
+      <image
+         y="598.49335"
+         x="2050.457"
+         id="image10-5-3"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
+         height="32"
+         width="32"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="611.49335"
+         x="2058.4985"
+         height="13.000003"
+         width="1.00001"
+         id="rect3033-8-2-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="611.49335"
+         x="2073.4985"
+         height="13.000003"
+         width="1"
+         id="rect3033-8-7-7-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2074.4985"
+         x="623.49335"
+         height="16"
+         width="0.99999493"
+         id="rect4385-7-5-5-84-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="611.49335"
+         x="2063.457"
+         height="13.000003"
+         width="1.0415039"
+         id="rect3033-8-4-7-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="611.49335"
+         x="2068.4985"
+         height="13.000003"
+         width="1"
+         id="rect3033-8-4-2-3-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2074.4985"
+         x="619.49335"
+         height="15.999998"
+         width="1"
+         id="rect4385-7-5-5-3-3-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2074.4985"
+         x="615.49335"
+         height="16"
+         width="1"
+         id="rect4385-7-5-5-33-6-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2074.4985"
+         x="611.49335"
+         height="16"
+         width="1"
+         id="rect4385-7-5-5-8-6-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 2073.9852,622.98003 c -0.038,0 -6.1171,-0.006 -6.1531,-0.006 -1.3372,-0.0112 -1.4819,-0.22406 -1.6646,-0.42516 -0.7295,-0.80287 -0.9444,-2.18356 -1.36,-4.26667 -0.4566,-2.28861 -0.7717,-5.27594 -1.3301,-5.27594 -0.4523,0 -0.803,2.89692 -1.2596,5.18554 -0.4156,2.08312 -0.663,3.57022 -1.3925,4.37307 -0.1876,0.20652 -0.3732,0.40961 -1.8133,0.40961"
+         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 2073.9777,622.97247 c -2.9312,0 -2.7372,-0.0471 -3.0926,-0.0944 -1.378,-0.18287 -2.0035,-1.73743 -2.551,-3.19377 -0.6942,-1.84653 -1.2111,-3.67007 -1.8355,-3.67007 -0.6244,0 -1.1414,1.82354 -1.8355,3.67007 -0.5475,1.45634 -1.1729,3.0109 -2.551,3.19377 -0.3554,0.0472 -0.1614,0.0944 -3.0926,0.0944"
+         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2068.457"
+         x="604.49335"
+         height="10"
+         width="1.0000103"
+         id="rect4385-7-5-5-84-5-10"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-2065.457"
+         x="607.49335"
+         height="7.0000095"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..fca744d
--- /dev/null
@@ -0,0 +1,206 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="-16.649785"
+     inkscape:cy="12.301477"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3055" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide3057" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide3059" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide3061" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide3063" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-595.74712,-587.49451)">
+    <g
+       id="g3015">
+      <image
+         y="587.49451"
+         x="595.74713"
+         id="image10-5-3"
+         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
+         height="32"
+         width="32"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="600.49451"
+         x="603.78864"
+         height="13.000003"
+         width="1.00001"
+         id="rect3033-8-2-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         y="600.49451"
+         x="618.78864"
+         height="13.000003"
+         width="1"
+         id="rect3033-8-7-7-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-619.78864"
+         x="612.49451"
+         height="16"
+         width="0.99999493"
+         id="rect4385-7-5-5-84-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="600.49451"
+         x="608.74713"
+         height="13.000003"
+         width="1.0415039"
+         id="rect3033-8-4-7-8"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="600.49451"
+         x="613.78864"
+         height="13.000003"
+         width="1"
+         id="rect3033-8-4-2-3-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-619.78864"
+         x="608.49451"
+         height="15.999998"
+         width="1"
+         id="rect4385-7-5-5-3-3-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-619.78864"
+         x="604.49451"
+         height="16"
+         width="1"
+         id="rect4385-7-5-5-33-6-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-619.78864"
+         x="600.49451"
+         height="16"
+         width="1"
+         id="rect4385-7-5-5-8-6-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 619.27523,611.9812 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
+         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1-0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 619.26774,611.97364 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
+         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5-7"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-613.74713"
+         x="593.49451"
+         height="10"
+         width="1.0000103"
+         id="rect4385-7-5-5-84-5-10"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-610.74713"
+         x="596.49451"
+         height="7.0000095"
+         width="1"
+         id="rect4385-7-5-5-84-5-1-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..0c74d55
--- /dev/null
@@ -0,0 +1,363 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903-3"
+       id="linearGradient3797"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70114596,0,0,0.70114569,305.47299,127.57644)"
+       x1="22.96538"
+       y1="35.310566"
+       x2="12.641191"
+       y2="11.423575" />
+    <linearGradient
+       id="linearGradient2903-3"
+       inkscape:collect="always">
+      <stop
+         id="stop2905-0"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1" />
+      <stop
+         id="stop2907-6"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2881-7"
+       id="radialGradient3791"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.69027124,8.2103993e-8,-8.4788672e-8,0.69027367,298.10163,131.21676)"
+       cx="31"
+       cy="12"
+       fx="31"
+       fy="12"
+       r="11.125" />
+    <linearGradient
+       id="linearGradient2881-7"
+       inkscape:collect="always">
+      <stop
+         id="stop2883-1"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop2885-5"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2911-1"
+       id="linearGradient3794"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.67223853,0,0,0.67223918,306.05534,128.07192)"
+       x1="17.413136"
+       y1="7.8708334"
+       x2="17.027729"
+       y2="52.50489" />
+    <linearGradient
+       id="linearGradient2911-1"
+       inkscape:collect="always">
+      <stop
+         id="stop2913-8"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2915-3"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895-9"
+       id="linearGradient3788"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.67120824,8.601122e-8,-8.862202e-8,0.6712084,306.07582,128.08945)"
+       x1="21.788134"
+       y1="21.876961"
+       x2="10.211396"
+       y2="3.4232786" />
+    <linearGradient
+       id="linearGradient2895-9"
+       inkscape:collect="always">
+      <stop
+         id="stop2897-1"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop2899-0"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2859-1"
+       id="linearGradient4567"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
+       x1="16.487501"
+       y1="13.970829"
+       x2="32.566654"
+       y2="30.758347" />
+    <linearGradient
+       id="linearGradient2859-1"
+       inkscape:collect="always">
+      <stop
+         id="stop2861-6"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2863-2"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="30.758347"
+       x2="32.566654"
+       y1="13.970829"
+       x1="16.487501"
+       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5025"
+       xlink:href="#linearGradient2859-1"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.9195959"
+     inkscape:cx="24.241491"
+     inkscape:cy="13.055383"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3055" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide3057" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide3059" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide3061" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide3063" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-53.71802,-458.07647)">
+    <g
+       transform="translate(-242.28198,342.07647)"
+       style="display:inline;enable-background:new"
+       id="g4571">
+      <g
+         id="g3182">
+        <image
+           style="display:inline;enable-background:new"
+           width="32"
+           height="32"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
+           id="image10-5-3"
+           x="296"
+           y="116" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8"
+           width="1.00001"
+           height="13.000003"
+           x="304.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3"
+           width="1"
+           height="13.000003"
+           x="319.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8"
+           width="0.99999493"
+           height="16"
+           x="141"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8"
+           width="1.0415039"
+           height="13.000003"
+           x="309"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2"
+           width="1"
+           height="13.000003"
+           x="314.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7"
+           width="1"
+           height="15.999998"
+           x="137"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6"
+           width="1"
+           height="16"
+           x="133"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7"
+           width="1"
+           height="16"
+           x="129"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 319.52811,140.48669 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 319.52062,140.47913 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10"
+           width="1.0000103"
+           height="10"
+           x="122"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3"
+           width="1"
+           height="7.0000095"
+           x="125"
+           y="-311"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#linearGradient3797);fill-opacity:1;stroke:#2e3436;stroke-width:0.99951869;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path2779-7"
+         d="m 321.58281,131.70748 c -0.38058,-0.10198 -0.7642,-0.17065 -1.1444,-0.2159 l -0.70956,2.05555 c -0.68907,-0.0281 -1.35849,0.0596 -1.99745,0.25873 l -1.2187,-1.80101 c -0.89234,0.28264 -1.32171,0.53054 -2.01263,1.16201 l 0.95034,1.95592 c -0.49194,0.45377 -0.9025,0.9897 -1.22276,1.60048 l -2.13496,-0.41327 c -0.1509,0.35187 -0.28324,0.71844 -0.38521,1.09901 -0.10198,0.38058 -0.17066,0.76421 -0.2159,1.14439 l 2.05555,0.70958 c -0.0281,0.68907 0.0596,1.35847 0.25872,1.99744 l -1.801,1.2187 c 0.28264,0.89234 0.53053,1.3217 1.16201,2.01263 l 1.95591,-0.95034 c 0.45378,0.49193 0.98971,0.90251 1.60049,1.22276 l -0.41327,2.13496 c 0.35187,0.1509 0.71844,0.28323 1.09902,0.38521 0.38057,0.10198 0.76419,0.17065 1.14438,0.21591 l 0.70957,-2.05556 c 0.68907,0.0281 1.35849,-0.0596 1.99745,-0.25872 l 1.2187,1.801 c 0.89234,-0.28264 1.32171,-0.53053 2.01264,-1.162 l -0.95035,-1.95593 c 0.49194,-0.45377 0.9025,-0.9897 1.22277,-1.60048 l 2.13495,0.41328 c 0.1509,-0.35187 0.28324,-0.71845 0.38521,-1.09902 0.10198,-0.38058 0.17066,-0.76421 0.21591,-1.14439 l -2.05556,-0.70957 c 0.0281,-0.68908 -0.0596,-1.35848 -0.25871,-1.99745 l 1.80099,-1.21869 c -0.23886,-0.86804 -0.53053,-1.32171 -1.16201,-2.01263 l -1.95592,0.95033 c -0.45377,-0.49193 -0.9897,-0.9025 -1.60047,-1.22276 l 0.41327,-2.13496 c -0.35188,-0.15089 -0.71844,-0.28323 -1.09902,-0.38521 z m -1.63323,6.09529 c 0.93461,0.25043 1.4899,1.2122 1.23946,2.14681 -0.25042,0.93462 -1.21219,1.48989 -2.14681,1.23946 -0.93461,-0.25043 -1.4899,-1.2122 -1.23946,-2.14681 0.25042,-0.93461 1.2122,-1.48989 2.14681,-1.23946 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#radialGradient3791);fill-opacity:1;stroke:none"
+         id="path2875-9"
+         d="m 321.46412,132.16998 c -0.2115,-0.0567 -0.3926,-0.0738 -0.54637,-0.10226 L 320.58279,132 l -0.10887,0.32392 -0.59247,1.71705 c -0.73539,-0.0495 -1.45831,0.0616 -2.13005,0.28993 l -1.22681,-1.76317 -1.54031,0.8893 0.91353,1.94405 c -0.53363,0.46756 -0.99121,1.03813 -1.3161,1.6997 l -1.78325,-0.34541 -0.33496,-0.0678 -0.10886,0.32392 c -0.0523,0.14738 -0.12795,0.3128 -0.18463,0.52431 -0.0566,0.21152 -0.0738,0.39261 -0.10225,0.54638 l -0.0678,0.33495 0.32393,0.10886 1.71704,0.5925 c -0.0495,0.73538 0.0616,1.4583 0.28992,2.13004 l -1.49105,1.03491 -0.27211,0.19191 0.13969,0.30225 c 0.16163,0.33421 0.34909,0.6589 0.5577,0.96597 l 0.19192,0.27211 0.30224,-0.13971 1.64178,-0.77384 c 0.46757,0.53362 1.03815,0.99121 1.69971,1.31611 l -0.3454,1.78326 -0.0678,0.33494 0.32393,0.10888 c 0.14736,0.0523 0.31278,0.12795 0.5243,0.18462 0.2115,0.0567 0.39259,0.0738 0.54637,0.10226 l 0.33496,0.0678 0.10886,-0.32392 0.59248,-1.71705 c 0.73539,0.0495 1.45831,-0.0616 2.13005,-0.28993 l 1.03491,1.49107 0.1919,0.2721 0.30226,-0.1397 c 0.33419,-0.16161 0.65888,-0.34907 0.96595,-0.55769 l 0.2721,-0.19191 -0.13969,-0.30225 -0.77384,-1.6418 c 0.53362,-0.46756 0.99121,-1.03813 1.3161,-1.6997 l 1.78325,0.34541 0.33496,0.0678 0.10886,-0.32392 c 0.0523,-0.14738 0.12795,-0.3128 0.18463,-0.52431 0.0566,-0.21152 0.0738,-0.39261 0.10225,-0.54638 l 0.0678,-0.33495 -0.32393,-0.10886 -1.71704,-0.5925 c 0.0495,-0.73538 -0.0616,-1.4583 -0.28992,-2.13004 l 1.49105,-1.03491 0.27211,-0.19191 -0.1397,-0.30225 c -0.16162,-0.33421 -0.34908,-0.6589 -0.55769,-0.96597 l -0.19192,-0.27211 -0.30224,0.13971 -1.64178,0.77384 c -0.46757,-0.53362 -1.03815,-0.99121 -1.69971,-1.31611 l 0.3454,-1.78325 0.0678,-0.33495 -0.32393,-0.10888 c -0.14736,-0.0523 -0.31278,-0.12795 -0.5243,-0.18462 z m -1.34616,5.02397 c 1.27295,0.34109 2.02925,1.65105 1.68817,2.924 -0.34109,1.27296 -1.65104,2.02926 -2.924,1.68817 -1.27294,-0.34108 -2.02924,-1.65104 -1.68816,-2.924 0.34109,-1.27296 1.65103,-2.02926 2.92399,-1.68817 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:url(#linearGradient3794);stroke-width:1.09215772;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path2819-7"
+         d="m 321.33785,132.64139 c -0.16887,-0.0452 -0.34635,-0.0637 -0.51817,-0.0953 l -0.67487,1.95052 c -0.8856,-0.11571 -1.75958,0.0172 -2.5485,0.33932 l -1.15905,-1.68071 c -0.31267,0.1512 -0.61324,0.32473 -0.90051,0.5199 l 0.87602,1.84413 c -0.67349,0.52212 -1.2255,1.2126 -1.5681,2.0374 l -2.02665,-0.39078 c -0.0586,0.16465 -0.13124,0.32754 -0.17651,0.4964 -0.0452,0.16889 -0.0636,0.34635 -0.0954,0.51817 l 1.95052,0.67489 c -0.11571,0.88557 0.0173,1.75956 0.33932,2.54849 l -1.68072,1.15904 c 0.15119,0.31266 0.32472,0.61324 0.51991,0.90052 l 1.84411,-0.87604 c 0.52215,0.67349 1.21262,1.22552 2.03744,1.56811 l -0.39082,2.02664 c 0.16467,0.0586 0.32755,0.13125 0.49643,0.17653 0.16886,0.0452 0.34634,0.0636 0.51814,0.0953 l 0.67489,-1.95053 c 0.88559,0.11571 1.75958,-0.0171 2.5485,-0.33931 l 1.15904,1.68072 c 0.31267,-0.15121 0.61324,-0.32474 0.90052,-0.51992 l -0.87603,-1.84412 c 0.67349,-0.52212 1.2255,-1.21261 1.56811,-2.03741 l 2.02663,0.39079 c 0.0586,-0.16467 0.13126,-0.32753 0.17651,-0.49641 0.0453,-0.16887 0.0637,-0.34634 0.0953,-0.51817 l -1.95053,-0.67487 c 0.11571,-0.88559 -0.0171,-1.75959 -0.33929,-2.5485 l 1.6807,-1.15904 c -0.1512,-0.31267 -0.32474,-0.61324 -0.5199,-0.90052 l -1.84413,0.87603 c -0.52214,-0.6735 -1.21262,-1.22551 -2.03741,-1.56811 l 0.39081,-2.02665 c -0.16469,-0.0586 -0.32755,-0.13124 -0.49642,-0.17651 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#linearGradient3788);fill-opacity:1;stroke:none"
+         id="path2867-2"
+         d="m 320.97663,133.98913 c -3.042,-0.8151 -6.1724,0.99224 -6.9875,4.03424 -0.8151,3.042 0.99224,6.17241 4.03424,6.98751 3.042,0.8151 6.1724,-0.99224 6.9875,-4.03424 0.8151,-3.042 -0.99224,-6.17241 -4.03424,-6.98751 z m -0.92289,3.4443 c 1.14075,0.30566 1.8185,1.47957 1.51284,2.62031 -0.30566,1.14075 -1.47957,1.8185 -2.62032,1.51284 -1.14075,-0.30566 -1.8185,-1.47957 -1.51284,-2.62031 0.30566,-1.14075 1.47957,-1.8185 2.62032,-1.51284 z" />
+      <path
+         transform="matrix(0.56890677,0.15243742,-0.15243735,0.56890711,309.02009,125.1154)"
+         style="fill:none;stroke:url(#linearGradient5025);stroke-width:2.20722222;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc"
+         sodipodi:ry="8.5"
+         sodipodi:rx="8.5"
+         sodipodi:cy="19"
+         sodipodi:cx="23.5"
+         id="path2849-8"
+         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..b7a78b7
--- /dev/null
@@ -0,0 +1,482 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file compressed (*.zsav)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6977-5"
+       id="linearGradient5380"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.07499582,0,0,0.08545165,310.24867,128.56474)"
+       x1="52"
+       y1="40.482288"
+       x2="52"
+       y2="76.67421" />
+    <linearGradient
+       id="linearGradient6977-5">
+      <stop
+         style="stop-color:#ebd3ad;stop-opacity:1;"
+         offset="0"
+         id="stop7039-6" />
+      <stop
+         id="stop6981-5"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967-9"
+       id="linearGradient5377"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.06903479,0,0,0.0733616,310.92896,129.68666)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967-9">
+      <stop
+         id="stop5969-4"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971-5"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3712-0"
+       id="radialGradient5374"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.0837848,0,0,0.30061659,-345.76927,117.88604)"
+       cx="321.7785"
+       cy="96.847473"
+       fx="321.7785"
+       fy="96.847473"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3712-0">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3714-6" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3716-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3737-18"
+       id="radialGradient5383"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.59908797,0,0,0.06451228,129.01694,132.45221)"
+       cx="321.86331"
+       cy="70.499977"
+       fx="321.86331"
+       fy="70.499977"
+       r="15.500023" />
+    <linearGradient
+       id="linearGradient3737-18">
+      <stop
+         id="stop3739-4"
+         offset="0"
+         style="stop-color:#faefde;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="0.68321055"
+         id="stop3741-0" />
+      <stop
+         id="stop3743-8"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3757-7"
+       id="radialGradient5368"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.48387095,0,0,0.42741941,164.90325,107.36693)"
+       cx="321.375"
+       cy="70.5"
+       fx="321.375"
+       fy="70.5"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3757-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3759-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3761-7" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3516-8"
+       id="radialGradient5365"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1604538,-1.4274493,0.22074619,0.83897901,-1346.6329,530.38811)"
+       cx="318.26694"
+       cy="81.264877"
+       fx="318.26694"
+       fy="81.264877"
+       r="15.375" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3516-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3518-37" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3520-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707-3"
+       id="linearGradient5359"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.0101083,0,0,0.08266597,318.18556,128.68368)"
+       x1="52"
+       y1="92.321815"
+       x2="52"
+       y2="102.04764" />
+    <linearGradient
+       id="linearGradient3707-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709-9" />
+      <stop
+         id="stop3715-2"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4000-7"
+       id="linearGradient5361"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33692179,0,0,0.46815374,77.084812,103.69746)"
+       x1="721.125"
+       y1="69"
+       x2="722.3125"
+       y2="73.25" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4000-7">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4002-04" />
+      <stop
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="1"
+         id="stop4004-6" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3984-0"
+       id="linearGradient5356"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.43124964,0,0,0.46758747,9.1633287,103.5914)"
+       x1="712.32172"
+       y1="57.108822"
+       x2="721.75269"
+       y2="70.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3984-0">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3986-1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3988-3" />
+    </linearGradient>
+    <linearGradient
+       y2="70.5"
+       x2="721.75269"
+       y1="57.108822"
+       x1="712.32172"
+       gradientTransform="matrix(0.43124964,0,0,0.46758747,9.1633287,103.5914)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6349"
+       xlink:href="#linearGradient3984-0"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="-13.083409"
+     inkscape:cy="5.5563999"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3055" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,32"
+       id="guide3057" />
+    <sodipodi:guide
+       position="32,0"
+       orientation="-32,0"
+       id="guide3059" />
+    <sodipodi:guide
+       position="32,32"
+       orientation="0,-32"
+       id="guide3061" />
+    <sodipodi:guide
+       position="0,32"
+       orientation="32,0"
+       id="guide3063" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file compressed (*.zsav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-595.74712,-587.49451)">
+    <g
+       transform="translate(299.74712,471.49451)"
+       style="display:inline;enable-background:new"
+       id="g5385">
+      <g
+         id="g3182">
+        <image
+           style="display:inline;enable-background:new"
+           width="32"
+           height="32"
+           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
+           id="image10-5-3"
+           x="296"
+           y="116" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2-8"
+           width="1.00001"
+           height="13.000003"
+           x="304.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7-3"
+           width="1"
+           height="13.000003"
+           x="319.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-8"
+           width="0.99999493"
+           height="16"
+           x="141"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7-8"
+           width="1.0415039"
+           height="13.000003"
+           x="309"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3-2"
+           width="1"
+           height="13.000003"
+           x="314.0415"
+           y="129" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3-7"
+           width="1"
+           height="15.999998"
+           x="137"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6-6"
+           width="1"
+           height="16"
+           x="133"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6-7"
+           width="1"
+           height="16"
+           x="129"
+           y="-320.0415"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1-0"
+           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 319.52811,140.48669 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5-7"
+           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 319.52062,140.47913 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-10"
+           width="1.0000103"
+           height="10"
+           x="122"
+           y="-314"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1-3"
+           width="1"
+           height="7.0000095"
+           x="125"
+           y="-311"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         sodipodi:nodetypes="cccccscccccccccccc"
+         id="path4074"
+         d="m 313.90491,132.4982 c -0.0659,0.0242 -0.11545,0.0811 -0.13182,0.15122 l -0.0293,0.10585 c -0.0454,0.0818 -0.0905,0.16676 -0.1172,0.2571 l -1.09875,3.64458 c -0.0226,0.0551 -0.0293,0.10257 -0.0293,0.16636 -9.5e-4,0.0103 6.4e-4,0.02 0,0.0303 l 0,9.84494 c 0,0.25516 0.20486,0.80151 0.45415,0.80151 l 14.09321,0 c 0.24929,0 0.45414,-0.54635 0.45414,-0.80151 l 0,-9.84494 -0.0293,-0.1966 -0.0147,-0.0453 c -9.6e-4,-0.0159 0.005,-0.0296 0,-0.0453 l -1.15735,-3.93192 c -0.0122,-0.047 -0.0376,-0.0891 -0.0732,-0.12099 l -12.32058,-0.015 z"
+         style="fill:url(#linearGradient5380);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99989158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccccc"
+         id="path4078"
+         d="m 313.41421,136.36257 c -0.22947,0 -0.41421,0.19632 -0.41421,0.44017 l 0,9.46364 0,0.29345 c 0,0.24385 0.18474,0.44017 0.41421,0.44017 l 12.98069,0 c 0.22948,0 0.41421,-0.19632 0.41421,-0.44017 l 0,-9.75709 c 0,-0.24385 -0.18473,-0.44017 -0.41421,-0.44017 l -12.98069,0 z"
+         style="fill:url(#linearGradient5377);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccccc"
+         id="path4080"
+         d="M 313.41994,137 C 313.18729,137 313,137.18456 313,137.41378 l 0,8.89656 0,0.27586 c 0,0.22924 0.18729,0.4138 0.41994,0.4138 l 13.16012,0 C 326.81272,147 327,146.81544 327,146.5862 l 0,-9.17242 C 327,137.18456 326.81272,137 326.58006,137 l -13.16012,0 z"
+         style="opacity:0.81531528;fill:url(#radialGradient5374);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4082"
+         d="m 313.32457,136.00038 -0.31049,0.89996 c 1.6e-4,0.004 1.6e-4,0.009 0,0.0125 -0.01,0.0204 -0.014,0.0239 -0.014,0.0624 1.4e-4,0.004 1.4e-4,0.009 0,0.0125 9.3e-4,-0.0132 -2.2e-4,0.009 0,0.0125 2.1e-4,0.004 0.003,-0.009 0,0.0125 l 0,0.98744 13.99997,0 0,-0.97495 0,-0.0251 -0.014,-0.1 -0.0142,-0.0375 -0.29638,-0.86245 -13.35078,0 z"
+         style="opacity:0.5;fill:url(#radialGradient5383);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="137"
+         x="312"
+         height="1"
+         width="15"
+         id="rect4084"
+         style="opacity:0.62330568;fill:url(#radialGradient5368);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         style="opacity:0.36936939;fill:none;stroke:url(#radialGradient5365);stroke-width:0.97374749;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         d="m 314.60461,133.57157 c -0.008,0.0145 -0.0179,0.0286 -0.0275,0.0422 -0.0392,0.0699 -0.0523,0.11731 -0.0552,0.12688 l -1.03493,3.39759 c -4.5e-4,9.6e-4 5.9e-4,0.009 0,0.014 2.3e-4,0.01 2.3e-4,0.0188 0,0.0281 0.008,-0.0882 0.01,-0.0793 0,0.0281 l 0,9.12133 c 0,-0.0308 0.0242,0.0981 0.0552,0.18328 l 12.91592,0 c 0.0311,-0.0853 0.055,-0.21393 0.055,-0.18328 l 0,-9.17773 -0.0138,-0.0422 c -0.007,-0.0325 -0.0121,-0.0654 -0.0138,-0.0987 l 0,-0.014 c -7e-5,-0.005 -7e-5,-0.01 0,-0.0141 l -1.04874,-3.49627 -10.83226,0.0847 z"
+         id="path4094"
+         sodipodi:nodetypes="csccsscccccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccc"
+         id="path4037"
+         d="M 319.99999,136.48185 327,137 l -14,0 6.99999,-0.51815 z"
+         style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.69999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="cccccscccccccccccc"
+         id="path4017"
+         d="m 318.67839,132.48889 c -0.009,0.0234 -0.0155,0.0784 -0.0178,0.1463 l -0.004,0.10241 c -0.006,0.0791 -0.0123,0.16132 -0.0157,0.2487 l -0.1481,3.52579 c -0.004,0.0533 -0.004,0.0992 -0.004,0.16092 -1.3e-4,0.0104 1e-4,0.0193 0,0.0292 l 0,2.03355 c 0,0.24684 0.0275,0.77538 0.0613,0.77538 l 1.89955,0 c 0.0336,0 0.0613,-0.52854 0.0613,-0.77538 l 0,-2.03355 -0.004,-0.19018 -0.003,-0.0439 c -2.1e-4,-0.0154 5e-4,-0.0284 0,-0.044 l -0.156,-3.80375 c -0.002,-0.0456 -0.005,-0.0862 -0.01,-0.11703 l -1.66064,-0.0146 z"
+         style="fill:url(#linearGradient5359);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5361);stroke-width:0.97752625;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccsccscccsccc"
+         id="path4019"
+         d="m 318.57147,132.56721 0,0.0293 c 4.3e-4,0.01 4.3e-4,0.0195 0,0.0292 -0.009,0.0917 -0.0234,0.16521 -0.0269,0.2338 l -0.18868,3.52151 c -0.002,0.0314 0,0.0742 0,0.14612 -3e-5,0.003 2.8e-4,0.0118 0,0.0292 l 2.18321,0 0,-0.16073 c -0.008,-0.0234 -0.0128,-0.0481 -0.0135,-0.0731 -4.3e-4,-0.0289 -1.9e-4,-0.0327 0,-0.0293 l -0.18867,-3.71147 -1.76543,-0.0146 z"
+         style="fill:url(#linearGradient6349);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/48x48/apps/pspp.svg b/src/ui/gui/artwork/48x48/apps/pspp.svg
new file mode 100644 (file)
index 0000000..1eda216
--- /dev/null
@@ -0,0 +1,1771 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4"
+       id="linearGradient16454"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3"
+       id="linearGradient16451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17529"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17089"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5"
+       id="linearGradient17761"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7"
+       id="linearGradient17283"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9"
+       id="radialGradient17870"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98"
+       id="radialGradient17323"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1"
+       id="radialGradient17331"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17315"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7"
+       id="linearGradient17337"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17347"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0"
+       id="radialGradient17657"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17495"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1"
+       id="linearGradient17539"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7"
+       id="radialGradient17737"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1"
+       id="radialGradient17773"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26"
+       id="radialGradient17796"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3"
+       id="radialGradient17854"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3"
+       id="linearGradient17936"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.10190613"
+       width="1.2038122"
+       y="-0.17725492"
+       height="1.3545098"
+       id="filter17137-2-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="10.340398"
+         id="feGaussianBlur17139-7-8" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-7" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-4"
+       id="linearGradient16454-8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-4">
+      <stop
+         id="stop17661-0-5"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-2" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-0" />
+      <stop
+         id="stop17669-0-2"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-2"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-4"
+       id="linearGradient16451-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-7" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8"
+       id="radialGradient17529-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8"
+       id="radialGradient17089-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.038208161"
+       width="1.0764163"
+       y="-0.12775338"
+       height="1.2555068"
+       id="filter17111-5-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.6888787"
+         id="feGaussianBlur17113-3-8" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3-4" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-3"
+       id="linearGradient17761-3"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-3">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8-1" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-1"
+       id="linearGradient17283-5"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-1">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-8" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-5" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-8" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-9"
+       id="radialGradient17870-0"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-5" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-6"
+       id="radialGradient17323-8"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98-6">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-0" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-6"
+       id="radialGradient17331-6"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1-6">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-0" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient17315-8"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-6">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-4" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-9"
+       id="linearGradient17337-2"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7-9">
+      <stop
+         id="stop17341-6-2"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-5"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient17347-7"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-6"
+       id="radialGradient17657-1"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-6">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-4" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-4" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6-0" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-8"
+       id="radialGradient17495-2"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-9"
+       id="linearGradient17539-1"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-9">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-0" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17567-6-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.25808824"
+         id="feGaussianBlur17569-0-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-8-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-8-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-8"
+       id="radialGradient17737-3"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-0" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-0"
+       id="radialGradient17773-6"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1-0">
+      <stop
+         id="stop17771-8-6"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-2"
+       id="radialGradient17796-8"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-0" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17842-4-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.7853754"
+         id="feGaussianBlur17844-1-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3-0"
+       id="radialGradient17854-7"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3-0">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7-9" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-5"
+       id="linearGradient17936-7"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-5">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-1" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-5"
+       id="linearGradient5725"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1183709,0,0,1.0257142,194.9957,-18.770961)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-5">
+      <stop
+         id="stop17661-0-8"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-4" />
+      <stop
+         id="stop17669-0-1"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-7"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-0"
+       id="linearGradient5727"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1175553,0,0,1.0257142,195.0715,-18.770961)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-0">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-2" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5"
+       id="radialGradient5729"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-7" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-8" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3-2" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-9"
+       id="linearGradient5731"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-2"
+       id="linearGradient5733"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-2">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-6" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-8" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-5"
+       id="radialGradient5735"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.49749146,0,0,0.24979556,256.32671,40.00498)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-5">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-8" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-8"
+       id="radialGradient5737"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.29980584,0,0,0.26615981,278.39471,44.395291)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-8">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-06" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-97" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-1"
+       id="radialGradient5739"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.33173574,0,0,0.43688243,273.17015,4.7349038)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-6" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-2"
+       id="radialGradient5741"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.19012719,0,0,0.09847612,296.60383,54.363309)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-2">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-8" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-8" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-91"
+       id="linearGradient5743"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <linearGradient
+       id="linearGradient17339-7-91">
+      <stop
+         id="stop17341-6-7"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-56"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-2"
+       id="radialGradient5745"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.16367334,0,0,0.08477439,295.69899,62.662009)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-8"
+       id="radialGradient5747"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-8">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6-4" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-5"
+       id="radialGradient5749"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.06483907,293.16979,65.970827)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-2"
+       id="linearGradient5751"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-2">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-07" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-3" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-5"
+       id="radialGradient5753"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-2" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-00" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-7"
+       id="radialGradient5755"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.24449389,0.17613777,-0.08733749,0.12123171,296.87905,33.513047)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-7">
+      <stop
+         id="stop17771-8-5"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-49"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-22"
+       id="radialGradient5757"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.22836742,292.25,42.061866)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-22">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-5" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-1"
+       id="linearGradient5759"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-1">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-10" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-6" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="50.636577"
+     inkscape:cy="24.498197"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48"
+       id="guide6507" />
+    <sodipodi:guide
+       position="48,0"
+       orientation="-48,0"
+       id="guide6509" />
+    <sodipodi:guide
+       position="48,48"
+       orientation="0,-48"
+       id="guide6511" />
+    <sodipodi:guide
+       position="0,48"
+       orientation="48,0"
+       id="guide6513" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1933.7427,-867.77905)">
+    <g
+       transform="translate(1637.7427,819.77905)"
+       style="display:inline;enable-background:new"
+       id="g5761">
+      <g
+         transform="matrix(0.98186889,0,0,0.99245245,5.8940025,1.6323445)"
+         id="g5697">
+        <path
+           transform="matrix(0.21141561,0,0,0.21231979,293.67016,35.699683)"
+           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8-8"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient5725);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 340.10882,69.967682 c -2.40115,-5.150111 -10.5429,-8.942177 -20.22574,-8.942177 -9.68286,0 -14.6069,2.890969 -17.00804,8.04108 l -3.94017,0.901097 0,8.513368 c 0,6.676372 9.37977,12.088041 20.94821,12.088041 11.56954,0 20.94708,-5.411669 20.94708,-12.088041 l 0,-8.513368 -0.72134,0 0,0 z"
+           id="path12964-1-9" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient5727);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 340.79961,69.967682 c 0,6.6774 -9.37071,12.089068 -20.93181,12.089068 -11.56111,0 -20.93293,-5.411668 -20.93293,-12.089068 0,-6.6774 9.37294,-12.089068 20.93293,-12.089068 11.5611,0 20.93181,5.411668 20.93181,12.089068 l 0,0 z"
+           id="path12971-9-4" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="M 340.62616,68.440873 C 339.4998,60.784599 326.73357,58.346932 324.35753,58.416545 l -5.29283,11.767934 20.69319,-1.743512 0.86827,-9.4e-5 z"
+           id="path12985-5-0"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="m 319.39603,70.107214 -9.02891,-10.930516 c 3.93259,-1.413976 10.29813,-1.504594 14.05395,-1.121347 l -5.02504,12.051863 z"
+           id="path12999-5-4"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient5729);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1-9"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <rect
+           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-3);enable-background:accumulate"
+           id="rect17183-11-1"
+           width="3.6568708"
+           height="30.791634"
+           x="218.21046"
+           y="138.22687"
+           rx="1.8284354"
+           ry="4.5961943"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <rect
+           ry="4.5961943"
+           rx="1.8284354"
+           y="155.22687"
+           x="51.210464"
+           height="38.791634"
+           width="13.656871"
+           id="rect17253-11-3"
+           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient5731);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-4);enable-background:accumulate"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient5733);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 301.24707,75.550048 0,7.885988 c 1.86023,2.344957 3.40397,2.791003 4.98633,3.46875 l 0,-7.804688 c -1.71631,-0.71343 -3.81201,-2.338082 -4.98633,-3.55005 z"
+           id="path17275-1-2"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0-2"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0-8"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73-6"
+           d="M 319.39603,65.661555 310.36712,54.73104 c 3.93259,-1.413976 10.29813,-1.504594 14.05395,-1.121347 l -5.02504,12.051862 z"
+           style="fill:url(#radialGradient5735);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0-4"
+           d="m 340.40936,59.552202 c -1.12635,-7.656274 -13.67579,-9.877145 -16.05183,-9.807532 l -5.07603,11.713733 21.12786,-1.906201 z"
+           style="fill:url(#radialGradient5737);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient5739);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 319.40381,61.322754 -0.0542,8.726074 21.24609,-1.517578 -0.21679,-9.105469 -20.9751,1.896973 z"
+           id="path17305-1-8"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5741);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 319.34961,70.265625 0.1084,-8.997069 20.8125,-2.059572 0.21679,9.213867 -0.59619,-8.563476 -20.16211,1.680176 -0.37939,8.726074 z"
+           id="path17307-8-1"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17333-6-3"
+           d="m 335.06738,77.528319 c 4.16144,-2.76182 5.30712,-5.120418 5.74512,-8.455078 l -21.24609,1.517578 0.21679,8.021485 15.28418,-1.083985 z"
+           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient5745);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 319.34961,70.699219 0,7.479491 0.86719,-0.216797 -0.86719,-7.262694 z"
+           id="path17345-8-5" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           id="path17439-1-7"
+           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+           style="color:#000000;fill:url(#radialGradient5747);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-8);enable-background:accumulate"
+           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0-2"
+           d="m 298.94878,69.533936 c -0.009,0.143897 -0.0136,0.288458 -0.0136,0.433594 0,6.6774 9.37334,12.086424 20.93445,12.086424 11.5611,0 20.92767,-5.409024 20.92767,-12.086424 0,-0.145136 -0.005,-0.289697 -0.0136,-0.433594 -0.39518,6.476522 -9.60431,11.652831 -20.91413,11.652831 -11.30983,0 -20.52567,-5.176309 -20.9209,-11.652831 z"
+           style="opacity:0.68235294;fill:url(#radialGradient5749);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient5751);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 324.55273,49.995117 0,8.99707 0.542,-9.213867 -0.542,0.216797 z"
+           id="path17531-1-3" />
+        <g
+           id="g17743-79-1"
+           style="opacity:0.82352941"
+           transform="matrix(0.15175781,0,0,0.15175781,296.21738,53.485547)">
+          <path
+             transform="translate(6,4)"
+             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
+             sodipodi:ry="15"
+             sodipodi:rx="15"
+             sodipodi:cy="158"
+             sodipodi:cx="55"
+             id="path17729-6-6"
+             style="color:#000000;fill:url(#radialGradient5753);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:type="arc" />
+          <path
+             transform="matrix(0.4,0,0,0.4,39,98.8)"
+             sodipodi:type="arc"
+             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path17739-7-9"
+             sodipodi:cx="55"
+             sodipodi:cy="158"
+             sodipodi:rx="15"
+             sodipodi:ry="15"
+             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5755);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 319.38384,70.165639 -8.96796,-10.884198 0,-4.675605 9.10811,11.168343 -0.14015,4.39146 z"
+           id="path17765-5-6"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient5757);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 319.34961,65.712891 -8.29248,-10.839844 c 3.19084,-0.851043 7.10869,-1.120471 11.00244,-1.40918 -3.83008,-0.114769 -8.14795,0.135395 -11.65283,1.138184 l 0,4.661132 0.1626,-4.010742 8.78027,10.46045 z"
+           id="path17788-5-9"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           id="path17926-3-1"
+           d="m 319.38384,75.151967 -8.96796,-10.884197 0,-4.675606 9.10811,11.168343 -0.14015,4.39146 z"
+           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient5759);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         y="48"
+         x="296"
+         height="48"
+         width="48"
+         id="rect4769-9"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg b/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg
new file mode 100644 (file)
index 0000000..60b8620
--- /dev/null
@@ -0,0 +1,222 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48.000111"
+   height="47.999996"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-por.svg">
+  <title
+     id="title3144">SPSS data portable file (*.por)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="38.263626"
+     inkscape:cy="27.374938"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48.000111"
+       id="guide3061" />
+    <sodipodi:guide
+       position="48.000111,0"
+       orientation="-47.999996,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="48.000111,47.999996"
+       orientation="0,-48.000111"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,47.999996"
+       orientation="47.999996,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data portable file (*.por)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1252.1714,-635.06477)">
+    <g
+       id="g3019">
+      <image
+         y="635.06476"
+         x="1252.1714"
+         id="image10-2"
+         xlink:href="data:image/png;base64,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 "
+         height="48"
+         width="48.000004"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="650.06476"
+         x="1262.1091"
+         height="21"
+         width="1"
+         id="rect3033-8-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="650.06476"
+         height="27"
+         width="1"
+         id="rect4385-7-5-60"
+         style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      <rect
+         y="650.06476"
+         x="1289.1091"
+         height="21"
+         width="1"
+         id="rect3033-8-7-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="670.06476"
+         height="28"
+         width="1"
+         id="rect4385-7-5-5-84"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="650.06476"
+         x="1271.1091"
+         height="21"
+         width="1"
+         id="rect3033-8-4-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="650.06476"
+         x="1280.1091"
+         height="21"
+         width="1"
+         id="rect3033-8-4-2-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="665.06476"
+         height="27"
+         width="1"
+         id="rect4385-7-5-5-3-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="660.06476"
+         height="27.000004"
+         width="1"
+         id="rect4385-7-5-5-33-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="655.06476"
+         height="27.000002"
+         width="1"
+         id="rect4385-7-5-5-8-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 1288.5054,668.46106 c -0.063,0 -10.1287,-0.009 -10.1883,-0.009 -2.2141,-0.0175 -2.4537,-0.35482 -2.7562,-0.67322 -1.2079,-1.27131 -1.5638,-3.45759 -2.2519,-6.75612 -0.756,-3.62396 -1.2778,-8.35425 -2.2024,-8.35425 -0.7488,0 -1.3296,4.58715 -2.0856,8.21111 -0.6881,3.29853 -1.0978,5.65328 -2.3057,6.9246 -0.3106,0.32698 -0.6179,0.64858 -3.0024,0.64858"
+         style="fill:none;stroke:#744f7b;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 1288.5058,668.46146 c -4.8584,0 -4.5369,-0.073 -5.1259,-0.14619 -2.2842,-0.28368 -3.3209,-2.69511 -4.2284,-4.95415 -1.1506,-2.86438 -2.0074,-5.69304 -3.0424,-5.69304 -1.0349,0 -1.8917,2.82867 -3.0423,5.69304 -0.9075,2.25904 -1.9442,4.67047 -4.2283,4.95415 -0.5891,0.0731 -0.2676,0.14619 -5.126,0.14619"
+         style="fill:none;stroke:#3364a4;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1290.1091"
+         x="674.06476"
+         height="28"
+         width="1"
+         id="rect4385-7-5-5-84-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1279.1091"
+         x="643.06476"
+         height="17"
+         width="1"
+         id="rect4385-7-5-5-84-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-1272.1091"
+         x="646.06476"
+         height="10"
+         width="1"
+         id="rect4385-7-5-5-84-5-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg b/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg
new file mode 100644 (file)
index 0000000..f1ac843
--- /dev/null
@@ -0,0 +1,222 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48.000004"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sav.svg">
+  <title
+     id="title3144">SPSS data file (*.sav)</title>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="11.801744"
+     inkscape:cy="28.460702"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48.000004"
+       id="guide3061" />
+    <sodipodi:guide
+       position="48.000004,0"
+       orientation="-48,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="48.000004,48"
+       orientation="0,-48.000004"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,48"
+       orientation="48,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file (*.sav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-566.03283,-589.78022)">
+    <g
+       id="g3019">
+      <image
+         y="589.78021"
+         x="566.03284"
+         id="image10-2"
+         xlink:href="data:image/png;base64,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 "
+         height="48"
+         width="48.000004"
+         style="display:inline;enable-background:new" />
+      <rect
+         y="604.78021"
+         x="575.97058"
+         height="21"
+         width="1"
+         id="rect3033-8-2"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="604.78021"
+         height="27"
+         width="1"
+         id="rect4385-7-5-60"
+         style="fill:#babdb6;fill-opacity:1;stroke:none" />
+      <rect
+         y="604.78021"
+         x="602.97058"
+         height="21"
+         width="1"
+         id="rect3033-8-7-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="624.78021"
+         height="28"
+         width="1"
+         id="rect4385-7-5-5-84"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="604.78021"
+         x="584.97058"
+         height="21"
+         width="1"
+         id="rect3033-8-4-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         y="604.78021"
+         x="593.97058"
+         height="21"
+         width="1"
+         id="rect3033-8-4-2-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="619.78021"
+         height="27"
+         width="1"
+         id="rect4385-7-5-5-3-3"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="614.78021"
+         height="27.000004"
+         width="1"
+         id="rect4385-7-5-5-33-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="609.78021"
+         height="27.000002"
+         width="1"
+         id="rect4385-7-5-5-8-6"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="cssssssc"
+         d="m 602.36686,623.17651 c -0.0626,0 -10.12871,-0.009 -10.18834,-0.009 -2.21413,-0.0175 -2.45371,-0.35482 -2.75621,-0.67322 -1.20788,-1.27131 -1.56377,-3.45759 -2.25187,-6.75612 -0.75597,-3.62396 -1.27786,-8.35425 -2.20239,-8.35425 -0.74887,0 -1.32962,4.58715 -2.08562,8.21111 -0.68808,3.29853 -1.09784,5.65329 -2.30569,6.9246 -0.31066,0.32698 -0.61792,0.64858 -3.00246,0.64858"
+         style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2844-1-1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="csssssc"
+         d="m 602.36726,623.17691 c -4.85846,0 -4.53691,-0.073 -5.12597,-0.14619 -2.28419,-0.28368 -3.32089,-2.69511 -4.22835,-4.95415 -1.15059,-2.86438 -2.00742,-5.69304 -3.04238,-5.69304 -1.03493,0 -1.89178,2.82867 -3.04237,5.69304 -0.90744,2.25904 -1.94414,4.67047 -4.22831,4.95415 -0.58907,0.0732 -0.26752,0.14619 -5.126,0.14619"
+         style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+         id="path2842-23-5"
+         inkscape:connector-curvature="0" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-603.97058"
+         x="628.78021"
+         height="28"
+         width="1"
+         id="rect4385-7-5-5-84-7"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-592.97058"
+         x="597.78021"
+         height="17"
+         width="1"
+         id="rect4385-7-5-5-84-5"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <rect
+         transform="matrix(0,1,-1,0,0,0)"
+         y="-585.97058"
+         x="600.78021"
+         height="10"
+         width="1"
+         id="rect4385-7-5-5-84-5-1"
+         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg b/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg
new file mode 100644 (file)
index 0000000..b5a29c8
--- /dev/null
@@ -0,0 +1,411 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48.000015"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-sps.svg">
+  <title
+     id="title3144">SPSS syntaxis file (*.sps)</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903"
+       id="linearGradient4604"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0068136,0,0,1.0068135,311.86373,66.884175)"
+       x1="22.96538"
+       y1="35.310566"
+       x2="12.641191"
+       y2="11.423575" />
+    <linearGradient
+       id="linearGradient2903"
+       inkscape:collect="always">
+      <stop
+         id="stop2905"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1" />
+      <stop
+         id="stop2907"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2911"
+       id="linearGradient4601"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0068136,0,0,1.0068135,311.86373,66.884175)"
+       x1="17.413136"
+       y1="7.8708334"
+       x2="17.027729"
+       y2="52.50489" />
+    <linearGradient
+       id="linearGradient2911"
+       inkscape:collect="always">
+      <stop
+         id="stop2913"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2915"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2881"
+       id="radialGradient4598"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0188421,1.2791475e-7,-1.2580941e-7,1.0188419,300.4159,71.773901)"
+       cx="31"
+       cy="12"
+       fx="31"
+       fy="12"
+       r="11.125" />
+    <linearGradient
+       id="linearGradient2881"
+       inkscape:collect="always">
+      <stop
+         id="stop2883"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop2885"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895"
+       id="linearGradient4595"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9475884,1.2768646e-7,-1.2572836e-7,0.94758828,313.04822,67.890986)"
+       x1="21.788134"
+       y1="21.876961"
+       x2="10.211396"
+       y2="3.4232786" />
+    <linearGradient
+       id="linearGradient2895"
+       inkscape:collect="always">
+      <stop
+         id="stop2897"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop2899"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3120"
+       inkscape:collect="always"
+       x1="16.487501"
+       x2="32.566654"
+       xlink:href="#linearGradient2859"
+       y1="13.970829"
+       y2="30.758347" />
+    <linearGradient
+       id="linearGradient2859"
+       inkscape:collect="always">
+      <stop
+         id="stop2861"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2863"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="5.1875181"
+       x2="17.732124"
+       y1="22.794661"
+       x1="28.357094"
+       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.116824,6.729647)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3522"
+       xlink:href="#linearGradient2892"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient2892"
+       inkscape:collect="always">
+      <stop
+         id="stop2894"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop2896"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       y2="5.1875181"
+       x2="17.732124"
+       y1="22.794661"
+       x1="28.357094"
+       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.116824,6.729647)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5084"
+       xlink:href="#linearGradient2892"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="43.117366"
+     inkscape:cy="64.374958"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48.000015"
+       id="guide3061" />
+    <sodipodi:guide
+       position="48.000015,0"
+       orientation="-48,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="48.000015,48"
+       orientation="0,-48.000015"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,48"
+       orientation="48,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS syntaxis file (*.sps)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-106.86088,-386.07647)">
+    <g
+       transform="translate(-189.20138,338.07647)"
+       style="display:inline;enable-background:new"
+       id="g4606">
+      <g
+         id="g3152">
+        <image
+           style="display:inline;enable-background:new"
+           width="48.000004"
+           height="48"
+           xlink:href="data:image/png;base64,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 "
+           id="image10-2"
+           x="296.06226"
+           y="47.999996" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2"
+           width="1"
+           height="21"
+           x="306"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect4385-7-5-60"
+           width="1"
+           height="27"
+           x="63"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7"
+           width="1"
+           height="21"
+           x="333"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84"
+           width="1"
+           height="28"
+           x="83"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7"
+           width="1"
+           height="21"
+           x="315"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3"
+           width="1"
+           height="21"
+           x="324"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3"
+           width="1"
+           height="27"
+           x="78"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6"
+           width="1"
+           height="27.000004"
+           x="73"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6"
+           width="1"
+           height="27.000002"
+           x="68"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1"
+           style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 332.39629,81.396288 c -0.0626,0 -10.12871,-0.0085 -10.18834,-0.009 -2.21413,-0.01749 -2.45371,-0.354813 -2.75621,-0.67322 -1.20788,-1.271308 -1.56377,-3.457586 -2.25187,-6.756119 -0.75597,-3.623955 -1.27786,-8.354251 -2.20239,-8.354251 -0.74887,0 -1.32962,4.587154 -2.08562,8.211109 -0.68808,3.298534 -1.09784,5.653288 -2.30569,6.924602 -0.31066,0.326981 -0.61792,0.648586 -3.00246,0.648586"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5"
+           style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 332.39669,81.39669 c -4.85846,0 -4.53691,-0.07303 -5.12597,-0.146191 -2.28419,-0.283681 -3.32089,-2.695105 -4.22835,-4.954151 -1.15059,-2.864375 -2.00742,-5.693039 -3.04238,-5.693039 -1.03493,0 -1.89178,2.828669 -3.04237,5.693044 -0.90744,2.259042 -1.94414,4.670469 -4.22831,4.954147 -0.58907,0.07315 -0.26752,0.146191 -5.126,0.146191"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-7"
+           width="1"
+           height="28"
+           x="87"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5"
+           width="1"
+           height="17"
+           x="56"
+           y="-323"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1"
+           width="1"
+           height="10"
+           x="59"
+           y="-316"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#linearGradient4604);fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path2779"
+         d="m 334.9967,72.816169 c -0.54649,-0.14643 -1.09737,-0.245049 -1.64329,-0.310026 l -1.01891,2.951691 c -0.98948,-0.04025 -1.95072,0.08554 -2.86823,0.371508 l -1.75001,-2.586145 c -1.28137,0.405835 -1.89791,0.761797 -2.89005,1.668573 l 1.36466,2.808622 c -0.70641,0.651602 -1.29597,1.421172 -1.75585,2.29821 l -3.0657,-0.593441 c -0.21668,0.505266 -0.40672,1.031653 -0.55315,1.578142 -0.14643,0.546489 -0.24505,1.097371 -0.31003,1.643287 l 2.9517,1.018913 c -0.0403,0.989477 0.0855,1.950723 0.3715,2.868234 l -2.58614,1.750005 c 0.40583,1.281363 0.7618,1.897909 1.66857,2.890053 l 2.80862,-1.364664 c 0.65161,0.706412 1.42118,1.295972 2.29821,1.755851 l -0.59344,3.065696 c 0.50527,0.216687 1.03166,0.406722 1.57815,0.553153 0.54648,0.146431 1.09737,0.24505 1.64328,0.310026 l 1.01892,-2.951691 c 0.98947,0.04025 1.95072,-0.08554 2.86823,-0.371508 l 1.75001,2.586145 c 1.28136,-0.405835 1.8979,-0.761796 2.89005,-1.668573 l -1.36467,-2.808622 c 0.70642,-0.651602 1.29598,-1.421171 1.75586,-2.298209 l 3.06569,0.59344 c 0.21669,-0.505265 0.40672,-1.031652 0.55315,-1.578141 0.14644,-0.546488 0.24506,-1.097372 0.31003,-1.643288 l -2.95169,-1.018913 c 0.0403,-0.989476 -0.0855,-1.950723 -0.37151,-2.868233 l 2.58615,-1.750006 c -0.34299,-1.246477 -0.7618,-1.897909 -1.66858,-2.890053 l -2.80862,1.364665 c -0.6516,-0.706412 -1.42117,-1.295973 -2.29821,-1.755852 l 0.59344,-3.065696 c -0.50526,-0.216686 -1.03165,-0.406722 -1.57814,-0.553153 z m -2.34524,8.752564 c 1.34206,0.359604 2.13941,1.740661 1.77981,3.082723 -0.3596,1.342063 -1.74066,2.139416 -3.08272,1.779812 -1.34207,-0.359604 -2.13942,-1.740661 -1.77982,-3.082724 0.35961,-1.342061 1.74067,-2.139416 3.08273,-1.779811 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:url(#linearGradient4601);stroke-width:1.14105546;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         id="path2819"
+         d="m 334.75241,73.727899 c -0.25292,-0.06777 -0.51871,-0.09525 -0.77606,-0.142798 l -1.01077,2.921301 c -1.32634,-0.173294 -2.63532,0.02563 -3.8169,0.508189 l -1.7359,-2.517221 c -0.46827,0.226455 -0.91844,0.486359 -1.34869,0.778668 l 1.31203,2.761946 c -1.0087,0.781993 -1.83546,1.816139 -2.34855,3.051435 l -3.03531,-0.585297 c -0.0875,0.24664 -0.19659,0.490561 -0.26436,0.743485 -0.0678,0.252922 -0.0952,0.518712 -0.1428,0.776057 l 2.9213,1.01077 c -0.17329,1.326345 0.0256,2.635322 0.50819,3.816897 l -2.51722,1.735902 c 0.22645,0.468272 0.48636,0.91844 0.77867,1.348691 l 2.76194,-1.312027 c 0.782,1.008695 1.81614,1.835458 3.05144,2.348552 l -0.5853,3.035307 c 0.24664,0.0875 0.49056,0.196591 0.74349,0.264361 0.25292,0.06777 0.51871,0.09525 0.77605,0.142799 l 1.01077,-2.921302 c 1.32635,0.173294 2.63533,-0.02563 3.8169,-0.508188 l 1.7359,2.517221 c 0.46828,-0.226454 0.91844,-0.486359 1.3487,-0.778669 l -1.31203,-2.761944 c 1.00869,-0.781995 1.83546,-1.816141 2.34855,-3.051436 l 3.03531,0.585298 c 0.0875,-0.24664 0.19659,-0.490562 0.26436,-0.743486 0.0678,-0.252921 0.0953,-0.518712 0.1428,-0.776056 l -2.92131,-1.01077 c 0.1733,-1.326346 -0.0256,-2.635323 -0.50818,-3.816898 l 2.51722,-1.735902 c -0.22646,-0.468272 -0.48636,-0.91844 -0.77867,-1.348692 l -2.76195,1.312028 c -0.78199,-1.008695 -1.81614,-1.835458 -3.05143,-2.348553 l 0.5853,-3.035306 c -0.24664,-0.0875 -0.49057,-0.19659 -0.74349,-0.264362 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="opacity:0.8;fill:url(#radialGradient4598);fill-opacity:1;stroke:none"
+         id="path2875"
+         d="m 334.89898,73.180859 c -0.31219,-0.08365 -0.57948,-0.109011 -0.80645,-0.150941 l -0.49439,-0.0999 -0.16069,0.47811 -0.87451,2.534363 c -1.08543,-0.07293 -2.15246,0.09089 -3.14394,0.427925 l -1.81078,-2.602431 -2.27351,1.312611 1.34838,2.869403 c -0.78762,0.690128 -1.46302,1.532293 -1.94256,2.508764 l -2.63209,-0.509827 -0.49439,-0.0999 -0.16068,0.478111 c -0.0772,0.217523 -0.18886,0.461683 -0.27251,0.773875 -0.0836,0.312191 -0.10901,0.579483 -0.15094,0.806449 l -0.0999,0.494396 0.47811,0.160682 2.53436,0.874517 c -0.0729,1.085424 0.0909,2.152454 0.42793,3.143934 l -2.20081,1.527529 -0.40162,0.283258 0.20619,0.446122 c 0.23855,0.493285 0.51523,0.972526 0.82316,1.425759 l 0.28326,0.401627 0.44612,-0.20619 2.42328,-1.142188 c 0.69013,0.787619 1.53229,1.463011 2.50876,1.94256 l -0.50982,2.632081 -0.0999,0.494397 0.47811,0.160682 c 0.21752,0.07717 0.46168,0.188853 0.77387,0.272505 0.3122,0.08365 0.57949,0.109013 0.80645,0.150941 l 0.4944,0.0999 0.16068,-0.478111 0.87452,-2.534362 c 1.08542,0.07293 2.15245,-0.09089 3.14393,-0.427926 l 1.52753,2.200805 0.28326,0.401627 0.44612,-0.20619 c 0.49329,-0.23855 0.97253,-0.51524 1.42576,-0.823163 l 0.40163,-0.283258 -0.20619,-0.446123 -1.14219,-2.42328 c 0.78762,-0.690129 1.46301,-1.532293 1.94256,-2.508764 l 2.63208,0.509827 0.4944,0.0999 0.16068,-0.47811 c 0.0772,-0.217522 0.18885,-0.461684 0.2725,-0.773876 0.0836,-0.312189 0.10902,-0.579481 0.15095,-0.806448 l 0.0999,-0.494397 -0.47811,-0.160682 -2.53437,-0.874517 c 0.0729,-1.085423 -0.0909,-2.152454 -0.42792,-3.143933 l 2.2008,-1.527529 0.40163,-0.283258 -0.20619,-0.446123 c -0.23855,-0.493284 -0.51524,-0.972525 -0.82316,-1.425759 l -0.28326,-0.401627 -0.44612,0.20619 -2.42329,1.142189 c -0.69012,-0.78762 -1.53229,-1.463012 -2.50876,-1.942561 l 0.50983,-2.632081 0.0999,-0.494397 -0.47811,-0.160682 c -0.21753,-0.07717 -0.46169,-0.188852 -0.77388,-0.272505 z m -1.98694,7.415367 c 1.87889,0.503443 2.99518,2.436927 2.49174,4.315812 -0.50345,1.878887 -2.43693,2.99518 -4.31582,2.491737 -1.87888,-0.503444 -2.99518,-2.436928 -2.49173,-4.315813 0.50344,-1.878886 2.43693,-2.99518 4.31581,-2.491736 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:url(#linearGradient4595);fill-opacity:1;stroke:none"
+         id="path2867"
+         d="m 334.08466,76.219944 c -4.29459,-1.150731 -8.71398,1.400806 -9.86471,5.695397 -1.15074,4.294592 1.4008,8.713985 5.69539,9.864715 4.29459,1.150732 8.71399,-1.400805 9.86472,-5.695397 1.15073,-4.294591 -1.40081,-8.713983 -5.6954,-9.864715 z m -1.30291,4.862535 c 1.61047,0.431522 2.5673,2.088802 2.13577,3.699268 -0.43152,1.610467 -2.08879,2.567296 -3.69926,2.135774 -1.61048,-0.431522 -2.5673,-2.088802 -2.13578,-3.699268 0.43152,-1.610466 2.0888,-2.567296 3.69927,-2.135774 z" />
+      <path
+         transform="matrix(0.85809487,0.22992465,-0.22992467,0.85809476,316.20335,62.292969)"
+         style="fill:none;stroke:url(#linearGradient3120);stroke-width:1.12566364;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc"
+         sodipodi:ry="8.5"
+         sodipodi:rx="8.5"
+         sodipodi:cy="19"
+         sodipodi:cx="23.5"
+         id="path2849"
+         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
+      <path
+         transform="matrix(0.40044453,0.10729824,-0.10729825,0.40044448,324.62824,73.870045)"
+         style="fill:none;stroke:url(#linearGradient5084);stroke-width:2.42857122;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc"
+         sodipodi:ry="8.5"
+         sodipodi:rx="8.5"
+         sodipodi:cy="19"
+         sodipodi:cx="23.5"
+         id="path2835"
+         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg b/src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg
new file mode 100644 (file)
index 0000000..c86b669
--- /dev/null
@@ -0,0 +1,518 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48.000004"
+   height="48"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="application-x-spss-zsav.svg">
+  <title
+     id="title3144">SPSS data file compressed (*.zsav)</title>
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter4039"
+       x="-0.031272724"
+       width="1.0625455"
+       y="-0.10320002"
+       height="1.2064">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.42999998"
+         id="feGaussianBlur4041" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6977-6"
+       id="linearGradient5453"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.11006214,0,0,0.11970991,317.1904,67.98152)"
+       x1="52"
+       y1="40.482288"
+       x2="52"
+       y2="95.204109" />
+    <linearGradient
+       id="linearGradient6977-6">
+      <stop
+         style="stop-color:#ebd3ad;stop-opacity:1;"
+         offset="0"
+         id="stop7039-0" />
+      <stop
+         id="stop6981-4"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5967-7"
+       id="linearGradient5450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.10498361,0,0,0.0965517,317.8505,71.213792)"
+       x1="174.01562"
+       y1="236"
+       x2="30"
+       y2="64" />
+    <linearGradient
+       id="linearGradient5967-7">
+      <stop
+         id="stop5969-6"
+         offset="0"
+         style="stop-color:#c17d11;stop-opacity:1;" />
+      <stop
+         id="stop5971-9"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3712"
+       id="radialGradient5447"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.1409244,0,0,0.45703962,-672.07659,49.736869)"
+       cx="321.7785"
+       cy="96.847473"
+       fx="321.7785"
+       fy="96.847473"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3712">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3714" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3716" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3737"
+       id="radialGradient5444"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.82390916,0,0,0.11146182,69.642045,72.398118)"
+       cx="320.7493"
+       cy="70.499977"
+       fx="320.7493"
+       fy="70.499977"
+       r="15.500023" />
+    <linearGradient
+       id="linearGradient3737">
+      <stop
+         id="stop3739"
+         offset="0"
+         style="stop-color:#faefde;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="0.68321055"
+         id="stop3741" />
+      <stop
+         id="stop3743"
+         offset="1"
+         style="stop-color:#e9b96e;stop-opacity:0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3757"
+       id="radialGradient5441"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.68072386,0,0,0.29537426,113.9575,59.432291)"
+       cx="321.375"
+       cy="70.5"
+       fx="321.375"
+       fy="70.5"
+       r="15.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3757">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3759" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3761" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3516"
+       id="radialGradient5438"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(7.8682151,-2.0503347,0.25452296,0.92378438,-2202.9638,667.63701)"
+       cx="318.26694"
+       cy="81.264877"
+       fx="318.26694"
+       fy="81.264877"
+       r="15.375" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3516">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3518" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3520" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3707-8"
+       id="linearGradient5432"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.0202069,0,0,0.11820844,328.87232,68.037932)"
+       x1="52"
+       y1="92.321815"
+       x2="52"
+       y2="102.04764" />
+    <linearGradient
+       id="linearGradient3707-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop3709-4" />
+      <stop
+         id="stop3715-0"
+         offset="0.5"
+         style="stop-color:#ffffff;stop-opacity:1" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1"
+         offset="1"
+         id="stop3711-7" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4000"
+       id="linearGradient5434"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.67351967,0,0,0.66943763,-153.0974,32.308798)"
+       x1="721.125"
+       y1="69"
+       x2="722.3125"
+       y2="73.25" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4000">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop4002" />
+      <stop
+         style="stop-color:#c17d11;stop-opacity:1"
+         offset="1"
+         id="stop4004" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3984"
+       id="linearGradient5429"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.71432065,0,0,0.68714374,-182.45806,31.084199)"
+       x1="712.32172"
+       y1="57.108822"
+       x2="721.75269"
+       y2="70.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3984">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop3986" />
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:0;"
+         offset="1"
+         id="stop3988" />
+    </linearGradient>
+    <linearGradient
+       y2="70.5"
+       x2="721.75269"
+       y1="57.108822"
+       x1="712.32172"
+       gradientTransform="matrix(0.71432065,0,0,0.68714374,-182.45806,31.084199)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient6275"
+       xlink:href="#linearGradient3984"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="8.6907243"
+     inkscape:cy="15.151652"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="706"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3059" />
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,48.000004"
+       id="guide3061" />
+    <sodipodi:guide
+       position="48.000004,0"
+       orientation="-48,0"
+       id="guide3063" />
+    <sodipodi:guide
+       position="48.000004,48"
+       orientation="0,-48.000004"
+       id="guide3065" />
+    <sodipodi:guide
+       position="0,48"
+       orientation="48,0"
+       id="guide3067" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>SPSS data file compressed (*.zsav)</dc:title>
+        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bastián Díaz</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-566.03283,-589.78022)">
+    <g
+       transform="translate(269.97057,541.78022)"
+       style="display:inline;enable-background:new"
+       id="g5472">
+      <g
+         id="g3152">
+        <image
+           style="display:inline;enable-background:new"
+           width="48.000004"
+           height="48"
+           xlink:href="data:image/png;base64,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 "
+           id="image10-2"
+           x="296.06226"
+           y="47.999996" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
+           id="rect3033-8-2"
+           width="1"
+           height="21"
+           x="306"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none"
+           id="rect4385-7-5-60"
+           width="1"
+           height="27"
+           x="63"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-7-7"
+           width="1"
+           height="21"
+           x="333"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84"
+           width="1"
+           height="28"
+           x="83"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-7"
+           width="1"
+           height="21"
+           x="315"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect3033-8-4-2-3"
+           width="1"
+           height="21"
+           x="324"
+           y="63" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-3-3"
+           width="1"
+           height="27"
+           x="78"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-33-6"
+           width="1"
+           height="27.000004"
+           x="73"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-8-6"
+           width="1"
+           height="27.000002"
+           x="68"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2844-1-1"
+           style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 332.39629,81.396288 c -0.0626,0 -10.12871,-0.0085 -10.18834,-0.009 -2.21413,-0.01749 -2.45371,-0.354813 -2.75621,-0.67322 -1.20788,-1.271308 -1.56377,-3.457586 -2.25187,-6.756119 -0.75597,-3.623955 -1.27786,-8.354251 -2.20239,-8.354251 -0.74887,0 -1.32962,4.587154 -2.08562,8.211109 -0.68808,3.298534 -1.09784,5.653288 -2.30569,6.924602 -0.31066,0.326981 -0.61792,0.648586 -3.00246,0.648586"
+           sodipodi:nodetypes="cssssssc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path2842-23-5"
+           style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+           d="m 332.39669,81.39669 c -4.85846,0 -4.53691,-0.07303 -5.12597,-0.146191 -2.28419,-0.283681 -3.32089,-2.695105 -4.22835,-4.954151 -1.15059,-2.864375 -2.00742,-5.693039 -3.04238,-5.693039 -1.03493,0 -1.89178,2.828669 -3.04237,5.693044 -0.90744,2.259042 -1.94414,4.670469 -4.22831,4.954147 -0.58907,0.07315 -0.26752,0.146191 -5.126,0.146191"
+           sodipodi:nodetypes="csssssc" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-7"
+           width="1"
+           height="28"
+           x="87"
+           y="-334"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5"
+           width="1"
+           height="17"
+           x="56"
+           y="-323"
+           transform="matrix(0,1,-1,0,0,0)" />
+        <rect
+           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
+           id="rect4385-7-5-5-84-5-1"
+           width="1"
+           height="10"
+           x="59"
+           y="-316"
+           transform="matrix(0,1,-1,0,0,0)" />
+      </g>
+      <path
+         transform="matrix(0.71298198,0,0,0.69106424,98.622261,30.067634)"
+         style="opacity:0.63063061;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter4039);enable-background:new"
+         d="m 313.98449,84.875002 c -0.53176,0 -0.80448,0.549796 -0.95986,1.059472 L 310.7,93.46114 c -0.0534,0.13055 -0.0623,0.27339 -0.075,0.41386 l 32,0 -0.075,-0.41386 -2.32463,-7.653581 c -0.1551,-0.509808 -0.42809,-0.932557 -0.95986,-0.932557 l -25.28103,0 z"
+         id="path3949"
+         sodipodi:nodetypes="ccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccscccccccccccc"
+         id="path3678"
+         d="m 322.55625,73.491915 c -0.0968,0.03388 -0.16948,0.113558 -0.1935,0.211857 l -0.043,0.148299 c -0.0667,0.114546 -0.13284,0.233607 -0.17201,0.360156 l -1.61248,5.105741 c -0.0333,0.07723 -0.043,0.143681 -0.043,0.233041 -9.8e-4,0.01435 9.6e-4,0.02807 0,0.04238 l 0,13.791859 c 0,0.357444 0.30065,1.122838 0.66649,1.122838 l 20.68288,0 c 0.36585,0 0.6665,-0.765392 0.6665,-1.122838 l 0,-13.791859 -0.043,-0.275413 -0.0215,-0.06355 c -0.002,-0.02239 0.007,-0.04151 0,-0.06356 l -1.6985,-5.508268 c -0.0179,-0.0658 -0.0553,-0.124814 -0.10749,-0.169486 l -18.08136,-0.02119 z"
+         style="fill:url(#linearGradient5453);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccccc"
+         id="path3628"
+         d="M 321.62991,80 C 321.28094,80 321,80.258373 321,80.579311 l 0,12.455172 0,0.386206 C 321,93.741627 321.28094,94 321.62991,94 l 19.74018,0 C 341.71907,94 342,93.741626 342,93.420689 l 0,-12.841378 C 342,80.258373 341.71907,80 341.37009,80 l -19.74018,0 z"
+         style="fill:url(#linearGradient5450);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccccccccc"
+         id="path3702"
+         d="m 321.53053,78.796587 c -0.35067,0 -0.63297,0.280582 -0.63297,0.629107 l 0,13.525795 0,0.419404 c 0,0.348525 0.2823,0.629107 0.63297,0.629107 l 19.8365,0 C 341.71771,94 342,93.719417 342,93.370893 l 0,-13.945199 c 0,-0.348525 -0.28229,-0.629107 -0.63297,-0.629107 l -19.8365,0 z"
+         style="opacity:0.81531528;fill:url(#radialGradient5447);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3723"
+         d="m 320.94846,78.528514 -0.47796,1.554894 c 2.4e-4,0.0072 2.4e-4,0.0144 0,0.0216 -0.0151,0.03524 -0.0217,0.04146 -0.0217,0.107979 2.3e-4,0.0072 2.3e-4,0.0144 0,0.0216 0.002,-0.02287 -3.3e-4,0.01446 0,0.0216 3.4e-4,0.0071 0.004,-0.01599 0,0.0216 l 0,1.706065 21.55125,0 0,-1.684469 0,-0.04319 -0.0217,-0.172766 -0.0217,-0.06479 -0.45611,-1.490107 -20.55189,0 z"
+         style="opacity:0.5;fill:url(#radialGradient5444);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="79.910645"
+         x="320.89755"
+         height="0.69106424"
+         width="21.10244"
+         id="rect3746"
+         style="opacity:0.62330568;fill:url(#radialGradient5441);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
+      <path
+         sodipodi:nodetypes="csssccccccccccccccc"
+         id="path3512"
+         d="m 323.21635,74.573939 c 1e-4,0.0067 1e-4,0.01364 0,0.02045 -0.0122,0.02809 -0.0263,0.05541 -0.0422,0.08177 -0.0601,0.102199 -0.0973,0.159175 -0.10513,0.184022 9e-5,0.0067 9e-5,0.01363 0,0.02045 l -1.57687,4.927712 c 0,-0.02063 0.005,0.01814 0,0.04091 l 0,0.02045 c 0.0105,-0.113552 0.0131,-0.100767 0,0.04091 l 0,13.249617 c 0,-0.02895 0.0382,0.218875 0.10513,0.347597 l 19.80537,0 c 0.0668,-0.128722 0.10514,-0.376547 0.10514,-0.347597 l 0,-13.310957 0,-0.04091 -0.0209,-0.06135 c -0.0117,-0.04692 -0.019,-0.09487 -0.0209,-0.143129 l -1.59789,-5.111732 -16.65164,0.08177 z"
+         style="opacity:0.36936939;fill:none;stroke:url(#radialGradient5438);stroke-width:0.98433709;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="rect4008"
+         d="m 331.50032,79.219578 11.05122,0.691064 -22.10244,0 11.05122,-0.691064 z"
+         style="opacity:0.4;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.69999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccscccccccccccc"
+         id="path3191"
+         d="m 329.85748,73.479215 c -0.0177,0.03345 -0.0312,0.112135 -0.0356,0.209198 l -0.008,0.14644 c -0.0122,0.11311 -0.0244,0.230678 -0.0315,0.355639 l -0.29606,5.041702 c -0.006,0.07627 -0.008,0.141878 -0.008,0.230119 -2.4e-4,0.01418 2.5e-4,0.02771 0,0.04185 l 0,2.907869 c 0,0.352962 0.0553,1.108754 0.12238,1.108755 l 3.79727,0 c 0.0671,0 0.12237,-0.755791 0.12237,-1.108755 l 0,-2.907869 -0.008,-0.27196 -0.004,-0.06276 c -4.1e-4,-0.02211 9.4e-4,-0.04099 0,-0.06276 l -0.31183,-5.439181 c -0.004,-0.06497 -0.0102,-0.123246 -0.0197,-0.167358 l -3.31966,-0.02092 z"
+         style="fill:url(#linearGradient5432);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5434);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccsccscccsccc"
+         id="path3981"
+         d="m 330.04468,73.665638 0,0.04295 c 7.2e-4,0.0143 7.2e-4,0.02865 0,0.04295 -0.0151,0.134825 -0.0386,0.242793 -0.0446,0.343571 l -0.31252,5.175052 c -0.004,0.04618 0,0.109091 0,0.214732 -6e-5,0.0034 4.6e-4,0.01732 0,0.04295 l 3.61625,0 0,-0.236206 c -0.0136,-0.03433 -0.0212,-0.07063 -0.0223,-0.107366 -7.2e-4,-0.04242 -3.2e-4,-0.04811 0,-0.04295 l -0.31252,-5.454203 -2.92425,-0.02147 z"
+         style="fill:url(#linearGradient6275);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
+    </g>
+  </g>
+</svg>
diff --git a/src/ui/gui/artwork/actions/.empty b/src/ui/gui/artwork/actions/.empty
deleted file mode 100644 (file)
index da1585c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-I'm a folder!
\ No newline at end of file
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-bivariate-correlation.svg b/src/ui/gui/artwork/actions/16x16/analyze-bivariate-correlation.svg
deleted file mode 100644 (file)
index ff9fdea..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-compare-means.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,805.00002)"
-       style="display:inline"
-       id="g5124">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect4962"
-         d="m -285,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 3.28125,2.75 c 0.13606,1e-5 0.27376,0.0205 0.40625,0.0313 0.69824,0.0537 1.29329,0.3379 1.8125,0.875 0.47623,0.50131 0.71874,1.26791 0.71875,2.28125 -10e-6,0.92741 -0.24252,1.69043 -0.71875,2.28125 -0.47624,0.58724 -1.07129,0.875 -1.8125,0.875 -0.41895,0 -0.80274,-0.0853 -1.125,-0.25 -0.32227,-0.16829 -0.61003,-0.43034 -0.875,-0.78125 l 0,3.15625 -1.90625,0 0,-5.1875 c 0,-1.00618 0.24772,-1.7692 0.78125,-2.28125 0.4834,-0.45833 0.96582,-0.74348 1.40625,-0.84375 0.45117,-0.10742 0.87923,-0.15624 1.3125,-0.15625 z m -0.3125,1.40625 c -0.41179,0 -0.7155,0.16439 -0.9375,0.46875 -0.21843,0.30079 -0.34375,0.74317 -0.34375,1.3125 0,0.56934 0.12532,1.00814 0.34375,1.3125 0.222,0.30078 0.52571,0.4375 0.9375,0.4375 0.41178,0 0.72265,-0.13672 0.9375,-0.4375 0.21842,-0.30078 0.34374,-0.73958 0.34375,-1.3125 -10e-6,-0.57291 -0.12533,-1.01171 -0.34375,-1.3125 -0.21485,-0.30078 -0.52572,-0.46875 -0.9375,-0.46875 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="231.36218"
-         x="-290"
-         height="16"
-         width="16"
-         id="rect5122"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-compare-means.svg b/src/ui/gui/artwork/actions/16x16/analyze-compare-means.svg
deleted file mode 100644 (file)
index 74e19a9..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-compare-means.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,805.00002)"
-       style="display:inline"
-       id="g5180">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect6117"
-         d="m -330,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,2 6,0 0,2 -6,0 0,-2 z m 0.625,3.21875 2.375,1.96875 2.375,-1.96875 1.25,1.53125 -2.09375,1.75 2.09375,1.71875 -1.25,1.53125 -2.375,-1.96875 -2.375,1.96875 -1.25,-1.53125 2.09375,-1.71875 -2.09375,-1.75 1.25,-1.53125 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="231.36218"
-         x="-335"
-         height="16"
-         width="16"
-         id="rect6158"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-descriptive-statistics.svg b/src/ui/gui/artwork/actions/16x16/analyze-descriptive-statistics.svg
deleted file mode 100644 (file)
index d3e7c7f..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-run-pending.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,805.00002)"
-       style="display:inline"
-       id="g5429">
-      <path
-         inkscape:connector-curvature="0"
-         id="path1234-9"
-         d="m -378,231.375 c -0.55228,0 -1,0.44794 -1,1 l 0,12.96875 c 0,0.55205 0.44772,1 1,1 l 5,0 0,-2 -4,0 0,-10.96875 5,0 0,3 3,0 0,2 2,0 0,-2.4375 c 0.006,-0.26392 -0.0975,-0.52906 -0.28125,-0.71875 l -3.5625,-3.5625 c -0.18976,-0.18361 -0.45471,-0.28737 -0.71875,-0.28125 -2.34395,6.3e-4 -4.43032,0.001 -6.4375,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
-         inkscape:connector-curvature="0"
-         id="rect4997"
-         d="m -372,239.375 0,8 2,0 0,-2.34375 c 0.45676,0.21474 0.96525,0.34375 1.5,0.34375 0.83225,0 1.61081,-0.29511 2.21875,-0.78125 0.64872,0.47306 1.42206,0.78125 2.28125,0.78125 l 0,-2 c -0.37152,0 -0.7131,-0.0992 -1,-0.25 l 0,-3.75 -2,0 0,2.75 c -0.14677,0.69632 -0.74693,1.25 -1.5,1.25 -0.71826,0 -1.31802,-0.50554 -1.5,-1.15625 l 0,-2.84375 -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="231.36218"
-         x="-380"
-         height="16"
-         width="16"
-         id="rect5427"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-factor-analysis.svg b/src/ui/gui/artwork/actions/16x16/analyze-factor-analysis.svg
deleted file mode 100644 (file)
index a89bebd..0000000
+++ /dev/null
@@ -1,188 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-kmeans-cluster.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(200,805.00002)"
-       style="display:inline"
-       id="g5111">
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         ry="1"
-         y="-188"
-         x="-246.36218"
-         height="4"
-         width="4"
-         id="rect5590"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         ry="1"
-         y="-194"
-         x="-246.36218"
-         height="4"
-         width="4"
-         id="rect5590-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         ry="1"
-         y="-200"
-         x="-246.36218"
-         height="4"
-         width="4"
-         id="rect5590-8"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         ry="1"
-         y="-194"
-         x="-236.36218"
-         height="4"
-         width="4"
-         id="rect5590-7-2"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         y="-198"
-         x="-239.36218"
-         height="12"
-         width="1"
-         id="rect5653"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         y="-186.5"
-         x="-241.36218"
-         height="1"
-         width="3"
-         id="rect5655"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         y="-192.5"
-         x="-241.36218"
-         height="1"
-         width="4"
-         id="rect5655-9"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,-1,1,0,0,0)"
-         y="-198.5"
-         x="-241.36218"
-         height="1"
-         width="3"
-         id="rect5655-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="184"
-         x="231.36218"
-         height="16"
-         width="16"
-         id="rect5071"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-kmeans-cluster.svg b/src/ui/gui/artwork/actions/16x16/analyze-kmeans-cluster.svg
deleted file mode 100644 (file)
index fe36365..0000000
+++ /dev/null
@@ -1,169 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-bivariate-correlation.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,805.00002)"
-       style="display:inline"
-       id="g5136">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect5014"
-         width="16"
-         height="16.000017"
-         x="-245"
-         y="231.36218" />
-      <path
-         transform="matrix(1.2,0,0,1.5000001,36.2,-122.68111)"
-         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2.5"
-         sodipodi:cy="241.36218"
-         sodipodi:cx="-223.5"
-         id="path5516-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(1,0,0,1.2499989,-15,-56.840285)"
-         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2.5"
-         sodipodi:cy="241.36218"
-         sodipodi:cx="-223.5"
-         id="path5516-4-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(1.2,0,0,1.5000001,31.2,-127.68112)"
-         d="m -221,241.36218 c 0,1.10457 -1.11929,2 -2.5,2 -1.38071,0 -2.5,-0.89543 -2.5,-2 0,-1.10457 1.11929,-2 2.5,-2 1.38071,0 2.5,0.89543 2.5,2 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2.5"
-         sodipodi:cy="241.36218"
-         sodipodi:cx="-223.5"
-         id="path5516-4-3"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5130"
-         d="m -237.5,243.86218 6,-5"
-         style="fill:none;stroke:#545753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-      <path
-         transform="matrix(1.3333333,0,0,1,81.666667,0)"
-         d="m -242,240.36218 c 0,1.10457 -0.67157,2 -1.5,2 -0.82843,0 -1.5,-0.89543 -1.5,-2 0,-1.10457 0.67157,-2 1.5,-2 0.82843,0 1.5,0.89543 1.5,2 z"
-         sodipodi:ry="2"
-         sodipodi:rx="1.5"
-         sodipodi:cy="240.36218"
-         sodipodi:cx="-243.5"
-         id="path5132"
-         style="fill:#555753;stroke:none"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5134"
-         d="m -243,240.36218 4,4"
-         style="fill:none;stroke:#545753;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-non-parametric-statistics.svg b/src/ui/gui/artwork/actions/16x16/analyze-non-parametric-statistics.svg
deleted file mode 100644 (file)
index 50998d5..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-non-parametric-statistics.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,774.9872)"
-       style="display:inline"
-       id="g5163">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect3682-7"
-         d="m -288,261.375 -2,2 1,0 0,1 0,10 0,2 2,0 10,0 1,0 0,1 2,-2 -2,-2 0,1 -1,0 -10,0 0,-10 0,-1 1,0 -2,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="270.36218"
-         x="-286"
-         height="5"
-         width="1"
-         id="rect4992"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="269.36218"
-         x="-284"
-         height="6"
-         width="1"
-         id="rect4992-2"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="266.36218"
-         x="-282"
-         height="9"
-         width="1"
-         id="rect4992-1"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="264.36218"
-         x="-280"
-         height="11"
-         width="1"
-         id="rect4992-8"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="270.36218"
-         x="-278"
-         height="5"
-         width="1"
-         id="rect4992-9"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-realiability.svg b/src/ui/gui/artwork/actions/16x16/analyze-realiability.svg
deleted file mode 100644 (file)
index 4c9030a..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-factor-analysis.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,775.00002)"
-       style="display:inline"
-       id="g5172">
-      <rect
-         y="261.36218"
-         x="-373"
-         height="2"
-         width="2"
-         id="rect6168"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="268.36218"
-         x="-366"
-         height="2"
-         width="2"
-         id="rect6168-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="268.36218"
-         x="-380"
-         height="2"
-         width="2"
-         id="rect6168-49"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="275.36218"
-         x="-373"
-         height="2"
-         width="2"
-         id="rect6168-5"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         transform="matrix(1.7818162,0,0,1.781818,288.16289,-211.4831)"
-         d="m -367,269.86218 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.93299 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.56701 3.5,3.5 z"
-         sodipodi:ry="3.5"
-         sodipodi:rx="3.5"
-         sodipodi:cy="269.86218"
-         sodipodi:cx="-370.5"
-         id="path4626"
-         style="fill:none;stroke:#555753;stroke-width:0.85714298;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(1.0729506,0,0,1.2875406,27.137613,-78.096336)"
-         d="m -369,269.86218 c 0,1.38071 -1.34315,2.5 -3,2.5 -1.65685,0 -3,-1.11929 -3,-2.5 0,-1.38071 1.34315,-2.5 3,-2.5 1.65685,0 3,1.11929 3,2.5 z"
-         sodipodi:ry="2.5"
-         sodipodi:rx="3"
-         sodipodi:cy="269.86218"
-         sodipodi:cx="-372"
-         id="path4628"
-         style="fill:none;stroke:#555753;stroke-width:1.32920861;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(2,0,0,1,371,0)"
-         d="m -371,269.36218 c 0,0.55229 -0.22386,1 -0.5,1 -0.27614,0 -0.5,-0.44771 -0.5,-1 0,-0.55228 0.22386,-1 0.5,-1 0.27614,0 0.5,0.44772 0.5,1 z"
-         sodipodi:ry="1"
-         sodipodi:rx="0.5"
-         sodipodi:cy="269.36218"
-         sodipodi:cx="-371.5"
-         id="path4631"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <rect
-         y="261.36218"
-         x="-380"
-         height="16"
-         width="16"
-         id="rect5170"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-regression.svg b/src/ui/gui/artwork/actions/16x16/analyze-regression.svg
deleted file mode 100644 (file)
index f1d41a9..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,775.00002)"
-       style="display:inline"
-       id="g6892">
-      <path
-         id="rect3682-6"
-         d="m -333,261.36218 -2,2 1,0 0,1 0,12 2,0 0,-12 0,-1 1,0 -2,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="321"
-         x="274.36218"
-         height="12.999995"
-         width="2"
-         id="rect3682-5-3"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3702-8-0"
-         d="m -321,273.36218 2,2 -2,2 0,-1 -1,0 0,-2 1,0 z"
-         style="fill:#555753;stroke:none;display:inline" />
-      <rect
-         y="269.36218"
-         x="-331"
-         height="1"
-         width="1"
-         id="rect4773"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="271.36218"
-         x="-331"
-         height="1"
-         width="1"
-         id="rect4773-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="270.36218"
-         x="-329"
-         height="1"
-         width="1"
-         id="rect4773-1"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="268.36218"
-         x="-329"
-         height="1"
-         width="1"
-         id="rect4773-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="267.36218"
-         x="-327"
-         height="1"
-         width="1"
-         id="rect4773-49"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="268.36218"
-         x="-325"
-         height="1"
-         width="1"
-         id="rect4773-2"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="266.36218"
-         x="-325"
-         height="1"
-         width="1"
-         id="rect4773-79"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="267.36218"
-         x="-323"
-         height="1"
-         width="1"
-         id="rect4773-0"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="264.36218"
-         x="-321"
-         height="1"
-         width="1"
-         id="rect4773-30"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="266.36218"
-         x="-321"
-         height="1"
-         width="1"
-         id="rect4773-42"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="269.36218"
-         x="-327"
-         height="1"
-         width="1"
-         id="rect4773-796"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="265.36218"
-         x="-323"
-         height="1"
-         width="1"
-         id="rect4773-8"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="261.36218"
-         x="-335"
-         height="16"
-         width="16"
-         id="rect5150"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-roc-curve.svg b/src/ui/gui/artwork/actions/16x16/analyze-roc-curve.svg
deleted file mode 100644 (file)
index 336b2b2..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-non-parametric-statistics.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,775.00002)"
-       style="display:inline"
-       id="g5190">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect3682"
-         d="m -243,261.36218 -2,2 1,0 0,1 0,12 2,0 0,-12 0,-1 1,0 -2,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="231"
-         x="274.36218"
-         height="12.999995"
-         width="2"
-         id="rect3682-5"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3702-8"
-         d="m -231,273.36218 2,2 -2,2 0,-1 -1,0 0,-2 1,0 z"
-         style="fill:#555753;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path4589"
-         d="m -231.51314,263.36235 a 0.50005,0.50005 0 0 0 -0.34375,0.15625 l -10,10 a 0.50005,0.50005 0 1 0 0.6875,0.71875 l 10,-10 a 0.50005,0.50005 0 0 0 -0.34375,-0.875 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;opacity:0.35;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <path
-         sodipodi:nodetypes="cc"
-         inkscape:connector-curvature="0"
-         id="path4622"
-         d="m -241.51314,273.88078 c -0.15158,-8.68004 4.09557,-10.61136 10,-10"
-         style="fill:none;stroke:#555753;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
-      <rect
-         y="272.36218"
-         x="-243"
-         height="2"
-         width="2"
-         id="rect4624"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/analyze-univariate-analysis.svg b/src/ui/gui/artwork/actions/16x16/analyze-univariate-analysis.svg
deleted file mode 100644 (file)
index a61e09c..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-univariate-analysis.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="673"
-     inkscape:window-x="0"
-     inkscape:window-y="28"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       style="display:inline"
-       id="g5017"
-       transform="translate(245,775.00002)">
-      <path
-         id="rect5340-0"
-         d="m -242,261.375 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 2.625,0 0.78125,-0.78125 0.6875,-0.6875 -2.09375,-2.125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 0.53125,0.53125 0.46875,0.46875 C -235.70783,270.58106 -235,269.57321 -235,268.375 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path8913-6-7-1-5-4"
-         d="m -231.10112,268.36218 -4.88203,4.83674 -1.91573,-1.89796 -2.10112,2.08163 2.96629,2.93878 1.05056,1.04081 1.05057,-1.04081 5.93258,-5.87756 -2.10112,-2.08163 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="261.36218"
-         x="-245"
-         height="16"
-         width="16"
-         id="rect5015"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-aggregate.svg b/src/ui/gui/artwork/actions/16x16/data-aggregate.svg
deleted file mode 100644 (file)
index 2363262..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="data-aggregate.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-235,915.00002)"
-       style="display:inline"
-       id="g4892">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect4661-5"
-         d="m 238,123.375 c -0.554,0 -1,0.446 -1,1 l 0,2 0,2 0,1 0,2 0,1 0,2 0,2 1,0 3,0 1,0 3,0 1,0 4,0 0,-1 0,-1 0,-5 -1,0 -1,0 0,1 0,1 -1,0 -2,0 -1,0 0,-1 0,-1 -1,0 -1,0 0,-1 0,-2 0,-1 1,0 1,0 0,-1 0,-1 -6,0 z m 10,0 0,1 0,1 1,0 1,0 0,-1 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 z m -10,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,2 -3,0 0,-2 z m 4,0 3,0 0,2 -3,0 0,-2 z m 4,0 3,0 0,2 -3,0 0,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect4947"
-         d="m 245,124.36218 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="121.36218"
-         x="235"
-         height="16"
-         width="16"
-         id="rect4890"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-select-cases.svg b/src/ui/gui/artwork/actions/16x16/data-select-cases.svg
deleted file mode 100644 (file)
index a8cce6d..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-100,885.00002)"
-       style="display:inline"
-       id="g5226">
-      <path
-         inkscape:connector-curvature="0"
-         id="path4736"
-         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"
-         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"
-         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"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-sort-cases.svg b/src/ui/gui/artwork/actions/16x16/data-sort-cases.svg
deleted file mode 100644 (file)
index f281e74..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="data-sort-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-190,885.00002)"
-       style="display:inline"
-       id="g4197">
-      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50793636;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-         id="rect4513"
-         d="m 192,151.36218 c -1.0907,0 -2,0.9093 -2,2 l 0,9 c 0,1.0907 0.9093,2 2,2 l 7,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 l -7,0 z m 0,2 7,0 0,9 -7,0 0,-9 z"
-         inkscape:connector-curvature="0" />
-      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50793636;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-         sodipodi:nodetypes="cccccccsssssc"
-         id="rect4513-9"
-         d="m 202,154.36218 0,2 1,0 0,9 -3,0 -4,0 -2,0 c 0,1.0907 0.9093,2 2,2 l 7,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-9 c 0,-1.0907 -0.9093,-2 -2,-2 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="151.36218"
-         x="190"
-         height="16"
-         width="16"
-         id="rect4985"
-         style="fill:none;stroke:none" />
-      <path
-         id="path5386-2-7-0"
-         d="m 195.5,154.36218 c -0.92047,0 -1.66667,0.7835 -1.66667,1.75001 0,0.96649 0.7462,1.74999 1.66667,1.74999 0.92047,0 1.66667,-0.7835 1.66667,-1.74999 0,-0.96651 -0.7462,-1.75001 -1.66667,-1.75001 z m -0.83334,3.5 c -0.92047,0 -1.66666,0.78351 -1.66666,1.75001 0,0.96649 1.11929,1.74999 2.5,1.74999 1.38071,0 2.5,-0.7835 2.5,-1.74999 0,-0.9665 -0.74619,-1.75001 -1.66666,-1.75001 l 0,0.875 -1.66668,0 0,-0.875 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-split-file.svg b/src/ui/gui/artwork/actions/16x16/data-split-file.svg
deleted file mode 100644 (file)
index 98b2729..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="data-split-file.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-280,915.00002)"
-       style="display:inline"
-       id="g5290">
-      <rect
-         y="135.36218"
-         x="281"
-         height="1"
-         width="13"
-         id="rect5694-0"
-         style="fill:#555753" />
-      <rect
-         y="131.36218"
-         x="281"
-         height="1"
-         width="13"
-         id="rect5694-7-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="131.36218"
-         x="281"
-         height="2"
-         width="13"
-         id="rect5694-73-2"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1"
-         y="130.36218"
-         x="281"
-         height="2"
-         width="13"
-         id="rect5694-9-6"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="131.36218"
-         x="281"
-         height="5"
-         width="1"
-         id="rect5694-733-5"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="131.36218"
-         x="293"
-         height="5"
-         width="1"
-         id="rect5694-733-8-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="131.36218"
-         x="289"
-         height="5"
-         width="1"
-         id="rect5694-733-0-2"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="131.36218"
-         x="285"
-         height="5"
-         width="1"
-         id="rect5694-733-86-9"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="127.36218"
-         x="281"
-         height="1"
-         width="13"
-         id="rect5694-93-9"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="281"
-         height="1"
-         width="13"
-         id="rect5694-7-0-7"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="281"
-         height="2"
-         width="13"
-         id="rect5694-73-5-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1"
-         y="122.36218"
-         x="281"
-         height="2"
-         width="13"
-         id="rect5694-9-9-9"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="281"
-         height="5"
-         width="1"
-         id="rect5694-733-1-7"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="293"
-         height="5"
-         width="1"
-         id="rect5694-733-8-3-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="289"
-         height="5"
-         width="1"
-         id="rect5694-733-0-3-0"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="123.36218"
-         x="285"
-         height="5"
-         width="1"
-         id="rect5694-733-86-7-9"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="121.36218"
-         x="280"
-         height="16"
-         width="16"
-         id="rect5806-9"
-         style="fill:none" />
-      <rect
-         y="121.36218"
-         x="280"
-         height="16"
-         width="16"
-         id="rect5476-0"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-transpose.svg b/src/ui/gui/artwork/actions/16x16/data-transpose.svg
deleted file mode 100644 (file)
index 5ec7b28..0000000
+++ /dev/null
@@ -1,171 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="data-transpose.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-190,915.00002)"
-       style="display:inline"
-       id="g4879">
-      <path
-         id="rect3025-5"
-         d="m 200.01668,123.36217 0,7.98959 -0.0271,0 -2.97917,0 -1.00208,0 -3.00625,0 -1.00209,0 0,1.00208 0,4.00834 1.00209,0 6.9875,0 1.00208,0 4.00834,0 0,-2.00417 0,-8.99167 0,-1.00208 c 4e-5,-0.55401 -0.44805,-1.00209 -1.00205,-1.00209 l -3.98125,0 z m 0.975,3.00625 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z m 0,3.00625 3.00625,0 0,1.97709 -3.00625,0 0,-1.97709 z m -7.98959,2.97917 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z m 4.00833,0 2.97917,0 0,2.00417 -2.97917,0 0,-2.00417 z m 3.98126,0 3.00625,0 0,2.00417 -3.00625,0 0,-2.00417 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3987"
-         d="m 197,127.36218 0,-6 2,3 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3987-7"
-         d="m 190,128.36218 6,0 -3,2 z"
-         style="fill:#555753;stroke:none;display:inline" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         inkscape:connector-curvature="0"
-         id="path745-7"
-         d="m 196,123.36218 c -2.1979,0 -4,1.8021 -4,4 l 2,0 c 0,-1.17242 0.82758,-2 2,-2 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.8974936;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <rect
-         y="123.36218"
-         x="196"
-         height="2"
-         width="2"
-         id="rect3752"
-         style="fill:#555753" />
-      <rect
-         ry="0"
-         y="127.36218"
-         x="192"
-         height="2"
-         width="2"
-         id="rect3752-7"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="121.36218"
-         x="190"
-         height="16"
-         width="16"
-         id="rect4891"
-         style="fill:none;stroke:none" />
-      <rect
-         ry="1"
-         y="126.36218"
-         x="192"
-         height="2"
-         width="2"
-         id="rect3752-7-5"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1"
-         y="123.36218"
-         x="195"
-         height="2"
-         width="2"
-         id="rect3752-7-5-7"
-         style="fill:#555753;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/data-weight-cases.svg b/src/ui/gui/artwork/actions/16x16/data-weight-cases.svg
deleted file mode 100644 (file)
index 0b6bffd..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="data-weight-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-145,885.00002)"
-       style="display:inline"
-       id="g5025">
-      <path
-         transform="matrix(2.5,0,0,1.5,-204.5,-74.681091)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="143"
-         id="path4186-5-1"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <rect
-         y="152.36218"
-         x="152"
-         height="14"
-         width="2"
-         id="rect4188-5-0"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="153.36218"
-         x="147"
-         height="1"
-         width="12"
-         id="rect4190-8-6"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         transform="matrix(-1,0,0,-1.4999976,294,401.40509)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-8-7"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(-1,0,0,-1.4999976,304,401.40508)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-1-4-1"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path4986-5-9"
-         d="m 148,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         id="path4986-0-9-8"
-         d="m 158,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
-         style="fill:#555753;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="151.36218"
-         x="145"
-         height="16"
-         width="16"
-         id="rect5025-4-2"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/display-information-external-file.svg b/src/ui/gui/artwork/actions/16x16/display-information-external-file.svg
deleted file mode 100644 (file)
index 45b23eb..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="display-information-external-file.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       style="display:inline"
-       id="g6341"
-       transform="translate(485,885.00002)">
-      <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;baseline-shift:baseline;color:#bebebe;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"
-         id="rect5028"
-         d="m -481.81841,151.36558 c -1.2016,0 -2.1875,0.98758 -2.1875,2.1875 l 0,11.625 c 0,1.19992 0.9859,2.1875 2.1875,2.1875 l 9.625,0 c 1.2016,0 2.1875,-0.98758 2.1875,-2.1875 l 0,-11.625 c 0,-1.19992 -0.9859,-2.1875 -2.1875,-2.1875 l -9.625,0 z m 0,2 9.625,0 c 0.1238,0 0.1875,0.0566 0.1875,0.1875 l 0,11.625 c 0,0.1309 -0.0637,0.1875 -0.1875,0.1875 l -9.625,0 c -0.1238,0 -0.1875,-0.0566 -0.1875,-0.1875 l 0,-11.625 c 0,-0.1309 0.0637,-0.1875 0.1875,-0.1875 z"
-         inkscape:connector-curvature="0" />
-      <path
-         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         sodipodi:nodetypes="ccssccssssccssc"
-         id="path5030"
-         d="m -477.16216,154.36558 c -0.26556,0.0109 -0.54445,0.0586 -0.8125,0.125 -2.14441,0.53085 -3.4371,2.69934 -2.90625,4.84375 0.4498,1.81699 2.07532,3.0225 3.86571,3.02533 0.16806,2.7e-4 0.33757,-0.0101 0.5077,-0.0315 l -0.3888,-2.97965 c -0.0347,0.01 -0.0704,0.017 -0.10961,0.017 -0.55254,0 -1,-0.44746 -1,-1 0,-0.55254 0.44746,-1 1,-1 0.55254,0 1,0.44746 1,1 0,0.11765 -0.0285,0.22486 -0.0726,0.32494 l 2.70058,1.38685 c 0.38616,-0.83016 0.46978,-1.78065 0.24701,-2.68054 -0.46449,-1.87636 -2.1723,-3.10719 -4.03125,-3.03125 z"
-         inkscape:connector-curvature="0" />
-      <path
-         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         sodipodi:nodetypes="cccc"
-         id="path5032"
-         d="m -476.34496,159.36558 1.33905,4 c 0.73426,2.05595 3,0.38433 1.4966,-1 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="151.36218"
-         x="-485"
-         height="16"
-         width="16"
-         id="rect6339"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/display-information-working-file.svg b/src/ui/gui/artwork/actions/16x16/display-information-working-file.svg
deleted file mode 100644 (file)
index d02fcfd..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="display-information-external-file.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       style="display:inline"
-       id="g4856"
-       transform="translate(485,885.00002)">
-      <g
-         style="fill:#555753"
-         id="g3600"
-         transform="translate(-533.02362,-246.63782)">
-        <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.99999976;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
-           id="rect11749-5-91"
-           d="M 51.1875,398 C 49.985903,398 49,398.98758 49,400.1875 l 0,5.625 C 49,407.01242 49.985903,408 51.1875,408 l 9.625,0 C 62.014097,408 63,407.01242 63,405.8125 l 0,-5.625 C 63,398.98758 62.014097,398 60.8125,398 l -9.625,0 z m 0,2 9.625,0 C 60.936295,400 61,400.0566 61,400.1875 l 0,5.625 C 61,405.9434 60.936295,406 60.8125,406 l -9.625,0 C 51.063705,406 51,405.9434 51,405.8125 l 0,-5.625 C 51,400.0566 51.063705,400 51.1875,400 z"
-           inkscape:connector-curvature="0" />
-        <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Andale Mono;-inkscape-font-specification:Andale Mono"
-           id="path11751-2-7"
-           d="m 53.90625,409.03125 a 0.50219246,0.50219246 0 1 0 0.09375,1 l 4,0 a 0.50005,0.50005 0 1 0 0,-1 l -4,0 a 0.50005,0.50005 0 0 0 -0.09375,0 z"
-           inkscape:connector-curvature="0" />
-        <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:#bebebe;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:Andale Mono;-inkscape-font-specification:Andale Mono"
-           id="rect4340"
-           d="m 50.90625,411 a 1.0001,1.0001 0 0 0 -0.625,0.28125 l -1,1 A 1.0001,1.0001 0 0 0 50,414 l 12,0 a 1.0001,1.0001 0 0 0 0.71875,-1.71875 l -1,-1 A 1.0001,1.0001 0 0 0 61,411 l -10,0 a 1.0001,1.0001 0 0 0 -0.09375,0 z"
-           inkscape:connector-curvature="0" />
-      </g>
-      <rect
-         y="151.36218"
-         x="-485"
-         height="16"
-         width="16"
-         id="rect4854"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-clear.svg b/src/ui/gui/artwork/actions/16x16/edit-clear.svg
deleted file mode 100644 (file)
index 539ec73..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,855.00002)"
-       style="display:inline"
-       id="g4819">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-clear-all.png"
-         id="g6382"
-         style="display:inline"
-         transform="translate(-435,-182.63781)">
-        <g
-           id="g6611"
-           transform="matrix(0.97005977,0,0,1,3.3535857,0)">
-          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-             id="path36048"
-             d="m 110.79041,364.02218 a 1.0001,1.0001 0 0 0 -0.6875,0.5 l -3.3125,5.625 a 1.0077822,1.0077822 0 1 0 1.75,1 l 3.3125,-5.625 a 1.0001,1.0001 0 0 0 -1.0625,-1.5 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55063653;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-             sodipodi:nodetypes="ccccccc"
-             id="path36050"
-             d="m 105.44686,368.67843 4.94742,3.05384 c 0.60355,0.31472 0.68739,0.89216 0.20883,1.50866 l -0.625,0.8125 -6.59375,-3.875 0.55118,-1.06136 c 0.28883,-0.58524 0.75466,-0.81586 1.51132,-0.43864 z"
-             inkscape:connector-curvature="0" />
-          <path
-             style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55063653;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-             sodipodi:nodetypes="cscccc"
-             id="path36052"
-             d="m 103.47053,371.53735 c 0,0 -2.85468,3.03618 -1.33265,4.69914 1.6875,1.84375 4.75797,1.76738 5.86282,1.72319 l 4.00866,0 c -1.875,-0.375 -3.83708,-1.81564 -2.90273,-3.24464 z"
-             inkscape:connector-curvature="0" />
-        </g>
-        <rect
-           style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none"
-           id="rect6380"
-           width="16"
-           height="16"
-           x="80"
-           y="384"
-           transform="translate(20,-20.000008)" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-copy.svg b/src/ui/gui/artwork/actions/16x16/edit-copy.svg
deleted file mode 100644 (file)
index a40069b..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,885.00002)"
-       style="display:inline"
-       id="g4807">
-      <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"
-         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"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           sodipodi:nodetypes="cccccc"
-           id="path41071-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"
-           sodipodi:nodetypes="ccccccccc" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-cut.svg b/src/ui/gui/artwork/actions/16x16/edit-cut.svg
deleted file mode 100644 (file)
index 7bacaa3..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(200,915.00002)"
-       style="display:inline"
-       id="g4773">
-      <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"
-         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"
-           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"
-           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"
-           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" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-delete.svg b/src/ui/gui/artwork/actions/16x16/edit-delete.svg
deleted file mode 100644 (file)
index 5246cc9..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-delete.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,885.00002)"
-       style="display:inline"
-       id="g4794">
-      <g
-         id="g5228">
-        <g
-           transform="matrix(1.0044843,0,0,1.0044845,-330.21525,-368.99666)"
-           id="layer12"
-           style="fill:#555753">
-          <path
-             inkscape:connector-curvature="0"
-             d="m 48,519.03125 c -3.85327,0 -6.96875,3.11547 -6.96875,6.96875 0,3.85327 3.11548,6.96875 6.96875,6.96875 3.85327,0 6.96875,-3.11548 6.96875,-6.96875 0,-3.85328 -3.11548,-6.96875 -6.96875,-6.96875 z M 45,523 l 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 48,524.59375 49.3125,523.3125 C 49.578125,523.082 49.759172,523.007 50,523 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -1.28125,1.28125 1.25,1.25 C 50.906938,527.46942 50.999992,527.7347 51,528 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 48,527.4375 46.71875,528.71875 C 46.530586,528.90694 46.26529,529 46,529 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 1.28125,-1.25 L 45.28125,524.75 C 45.070508,524.55537 44.97809,524.28075 45,524 l 0,-1 z"
-             id="path10839"
-             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:#bebebe;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Andale Mono;-inkscape-font-specification:Andale Mono" />
-        </g>
-        <rect
-           style="opacity:0.5;fill:none"
-           id="rect4458"
-           width="16"
-           height="16"
-           x="-290"
-           y="151.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-find.svg b/src/ui/gui/artwork/actions/16x16/edit-find.svg
deleted file mode 100644 (file)
index 7bbfd67..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-find.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,855.00002)"
-       style="display:inline"
-       id="g4827">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/edit-find-case.png"
-         id="g5584"
-         style="display:inline"
-         transform="translate(-450,-142.63781)">
-        <rect
-           transform="translate(0,-552.3622)"
-           y="876.36218"
-           x="160"
-           height="16.000017"
-           width="16"
-           id="rect5166"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           sodipodi:type="arc"
-           style="color:#000000;fill:none;stroke:#555753;stroke-width:1.55467153;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           id="path27918"
-           sodipodi:cx="307.5"
-           sodipodi:cy="386.5"
-           sodipodi:rx="3.5"
-           sodipodi:ry="3.5"
-           d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
-           transform="matrix(1.2871768,0,0,1.2857143,-229.30175,-166.42858)" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:none;stroke:#555753;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           d="m 170.00911,334 4.00455,4"
-           id="path27941"
-           sodipodi:nodetypes="cc" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-go-to-case.svg b/src/ui/gui/artwork/actions/16x16/edit-go-to-case.svg
deleted file mode 100644 (file)
index 79a6488..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-go-to-variable.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,915.00003)"
-       style="display:inline"
-       id="g6834">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4902"
-         width="16"
-         height="16.000017"
-         x="-245"
-         y="121.36217" />
-      <rect
-         y="121.36218"
-         x="-245"
-         height="16"
-         width="16"
-         id="rect5357-0"
-         style="fill:none;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5338-0"
-         d="m -236.5,127.36978 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z m -1,4 0,1 2,0 0,-1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -1.34315,2 -3,2 -1.65685,0 -3,-0.89543 -3,-2 0,-1.10457 0.89543,-2 2,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         id="rect5382-3-4-2"
-         d="m -241,121.36218 c -2.20914,0 -4,1.79086 -4,4 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-1.10457 0.89542,-2 2,-2 l 1,0 c 0.81348,0 1.50003,0.49031 1.8125,1.1875 l -1.8125,1.8125 5,0 0,-5 -1.71875,1.71875 c -0.72188,-1.04326 -1.91656,-1.71875 -3.28125,-1.71875 l -1,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-go-to-variable.svg b/src/ui/gui/artwork/actions/16x16/edit-go-to-variable.svg
deleted file mode 100644 (file)
index 042d7c5..0000000
+++ /dev/null
@@ -1,162 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-insert-case.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(289.99463,915.00004)"
-       style="display:inline"
-       id="g5728">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4898"
-         width="16"
-         height="16.000017"
-         x="-289.99463"
-         y="121.36216" />
-      <rect
-         ry="1"
-         y="121.36218"
-         x="-287"
-         height="2"
-         width="3"
-         id="rect5382-3"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1"
-         y="124.36218"
-         x="-290"
-         height="2"
-         width="2"
-         id="rect5382-7-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3792"
-         d="m -285,126.36218 5,-5 0,5 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="121.36218"
-         x="-290"
-         height="16"
-         width="16"
-         id="rect5357"
-         style="fill:none;stroke:none" />
-      <path
-         id="rect5340-3"
-         d="m -283,127.36218 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m -0.28125,1.28125 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 -2.28125,-2.28125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path6429-5-2-9-5"
-         d="m -286,121.36218 c -2.20914,0 -4,1.79086 -4,4 l 2,0 c 0,-1.10457 0.89542,-2 2,-2 l 0,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path6429-5-2-9-5-4"
-         d="m -285,121.36218 c 2.20914,0 4,1.79086 4,4 l -2,0 c 0,-1.10457 -0.89542,-2 -2,-2 l 0,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-insert-case.svg b/src/ui/gui/artwork/actions/16x16/edit-insert-case.svg
deleted file mode 100644 (file)
index 660e380..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-insert-variable.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,915.00004)"
-       style="display:inline"
-       id="g5719">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4893"
-         width="16"
-         height="16.000017"
-         x="-335"
-         y="121.36216" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-3"
-         d="m -324.00002,133.36225 -0.99999,0 c -0.2569,1e-5 -0.52845,0.11786 -0.71875,0.28369 l -1.28123,1.16309 -1.28123,-1.1631 c -0.19004,-0.16606 -0.46185,-0.28368 -0.71877,-0.28364 l -1,0 -10e-6,0.90779 c 0,0.28091 0.0902,0.50137 0.2813,0.68082 l 2.71874,2.41128 2.71871,-2.41128 c 0.19093,-0.17949 0.28125,-0.39993 0.28125,-0.68084 l 0,-0.90778 z"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5338"
-         d="m -327.5,122.36977 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 z m -1,4 0,1 2,0 0,-1 c 1.10457,0 2,0.89543 2,2 0,1.10457 -1.34315,2 -3,2 -1.65685,0 -3,-0.89543 -3,-2 0,-1.10457 0.89543,-2 2,-2 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-insert-variable.svg b/src/ui/gui/artwork/actions/16x16/edit-insert-variable.svg
deleted file mode 100644 (file)
index 49b7f25..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="analyze-compare-means.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,915.00003)"
-       style="display:inline"
-       id="g5714">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5340"
-         d="m -374,122.375 c -1.662,0 -3,1.338 -3,3 l 0,4 c 0,1.662 1.338,3 3,3 l 4,0 c 1.662,0 3,-1.338 3,-3 l 0,-4 c 0,-1.662 -1.338,-3 -3,-3 l -4,0 z m -0.28125,1.28125 2.28125,2.28125 2.28125,-2.28125 1.4375,1.40625 -2.28125,2.3125 2.28125,2.28125 -1.4375,1.40625 -2.28125,-2.28125 -2.28125,2.28125 -1.4375,-1.40625 2.28125,-2.28125 -2.28125,-2.3125 1.4375,-1.40625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4889"
-         width="16"
-         height="16.000017"
-         x="-380"
-         y="121.36217" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7"
-         d="m -369.00002,133.36219 -0.99999,0 c -0.2569,1e-5 -0.52845,0.11786 -0.71875,0.28369 l -1.28123,1.16309 -1.28123,-1.1631 c -0.19004,-0.16606 -0.46185,-0.28368 -0.71877,-0.28364 l -1,0 -10e-6,0.90779 c 0,0.28091 0.0902,0.50137 0.2813,0.68082 l 2.71874,2.41128 2.71871,-2.41128 C -369.09032,134.77135 -369,134.55091 -369,134.27 l 0,-0.90778 z"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-paste.svg b/src/ui/gui/artwork/actions/16x16/edit-paste.svg
deleted file mode 100644 (file)
index aa5d32b..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,885.00002)"
-       style="display:inline"
-       id="g4800">
-      <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"
-         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"
-           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"
-           sodipodi:nodetypes="ccccccc" />
-        <rect
-           ry="0.53011417"
-           rx="0.53033006"
-           y="324.00012"
-           x="104.97791"
-           height="3.9983714"
-           width="5.0625052"
-           id="rect4899"
-           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccccccccc"
-           id="path41043"
-           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/16x16/edit-redo.svg b/src/ui/gui/artwork/actions/16x16/edit-redo.svg
deleted file mode 100644 (file)
index 1ca1682..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="matrix(-1,0,0,1,-229,885.00002)"
-       style="display:inline"
-       id="g4787">
-      <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"
-         style="display:inline"
-         transform="translate(-525,-172.63781)">
-        <g
-           id="g4896"
-           transform="translate(120,-0.023738)">
-          <path
-             sodipodi:nodetypes="csssc"
-             inkscape:connector-curvature="0"
-             id="path35770-4-9"
-             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"
-             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"
-           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/16x16/edit-select-all.svg b/src/ui/gui/artwork/actions/16x16/edit-select-all.svg
deleted file mode 100644 (file)
index 791f334..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,855.00002)"
-       style="display:inline"
-       id="g4815">
-      <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"
-         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"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/edit-undo.svg b/src/ui/gui/artwork/actions/16x16/edit-undo.svg
deleted file mode 100644 (file)
index 1df3722..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,885.00002)"
-       style="display:inline"
-       id="g4787">
-      <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"
-         style="display:inline"
-         transform="translate(-525,-172.63781)">
-        <g
-           id="g4896"
-           transform="translate(120,-0.023738)">
-          <path
-             sodipodi:nodetypes="csssc"
-             inkscape:connector-curvature="0"
-             id="path35770-4-9"
-             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"
-             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"
-           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/16x16/file-display-information.svg b/src/ui/gui/artwork/actions/16x16/file-display-information.svg
deleted file mode 100644 (file)
index 9d6eeef..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-display-information.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(485,885.00002)"
-       style="display:inline"
-       id="g3916">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-displayinformation.png"
-         id="g5311"
-         style="display:inline"
-         transform="translate(-704.99997,32.3622)">
-        <rect
-           transform="translate(0,-552.3622)"
-           y="671.36218"
-           x="219.99997"
-           height="16.000017"
-           width="16"
-           id="rect4877"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m 227.9998,119 c -2.74958,0 -5,2.25042 -5,5 0,1.58622 0.84459,2.90336 2,3.8125 l 0,2.1875 2e-4,0 1,0 4,0 1,0 -2e-4,0 0,-2.1875 c 1.15541,-0.90914 2,-2.22628 2,-3.8125 0,-2.74958 -2.25043,-5 -5,-5 z m 0,2 c 1.66868,0 3,1.33132 3,3 0,1.11585 -0.59507,2.03788 -1.5,2.5625 l -0.5,0.3125 0,0.5625 2e-4,0.5625 -2,0 -2e-4,-0.5625 0,-0.5625 -0.5,-0.3125 c -0.90493,-0.52462 -1.5,-1.44665 -1.5,-2.5625 0,-1.66868 1.33131,-3 3,-3 z"
-           id="path4561"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ssccccccccssssccccccccss" />
-        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m 226,134 0,1 4,0 0,-1 -4,0 z"
-           id="path4488-4"
-           inkscape:connector-curvature="0" />
-        <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m 225,131 0,2 6,0 0,-2 -6,0 z"
-           id="path4488-4-7"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="opacity:0.3;fill:#555753;fill-opacity:1;stroke:none"
-           id="rect29445"
-           width="2"
-           height="1"
-           x="227"
-           y="124" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-export-data.svg b/src/ui/gui/artwork/actions/16x16/file-export-data.svg
deleted file mode 100644 (file)
index 117ab2f..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-import-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(485,915.00002)"
-       style="display:inline"
-       id="g3899">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4857"
-         width="16"
-         height="16.000017"
-         x="-485"
-         y="121.36218" />
-      <path
-         sodipodi:nodetypes="ccccccccccccccccccccccccc"
-         inkscape:connector-curvature="0"
-         id="path29073"
-         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"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-import-data.svg b/src/ui/gui/artwork/actions/16x16/file-import-data.svg
deleted file mode 100644 (file)
index b00f0dd..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-open-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(530,915.00002)"
-       style="display:inline"
-       id="g3893">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-import.png"
-         id="g5106"
-         style="display:inline"
-         transform="translate(-690,47.3622)">
-        <rect
-           transform="translate(0,-552.3622)"
-           y="626.36218"
-           x="160"
-           height="16.000017"
-           width="16"
-           id="rect4853"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <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;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"
-           d="m 163.81264,75.000703 c -0.4584,0.0875 -0.82072,0.533375 -0.8125,0.999953 l 0,0.999953 0,10.999485 0,0.999953 c 5e-5,0.523555 0.47642,0.999903 1,0.999953 l 10,0 c 0.52358,-5e-5 0.99995,-0.476398 1,-0.999953 l 0,-9.437058 c 0.006,-0.264047 -0.0975,-0.528945 -0.28125,-0.718716 l -3.5625,-3.562333 c -0.18978,-0.183691 -0.45469,-0.287357 -0.71875,-0.281237 l -6.4375,0 c -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 -0.0312,-0.001 -0.0625,-0.001 -0.0937,0 z m 1.1875,1.999906 5,0 0,2.99986 3,0 0,7.999625 -8,0 0,-10.999485 z"
-           id="path29020"
-           inkscape:connector-curvature="0" />
-        <path
-           sodipodi:nodetypes="cccccccc"
-           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-           d="m 160,81.999898 6,0 0,-1.999906 3,2.999859 -3,2.99986 0,-1.999907 -6,0 z"
-           id="path4685"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-new-data.svg b/src/ui/gui/artwork/actions/16x16/file-new-data.svg
deleted file mode 100644 (file)
index b170630..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-new-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="22.4"
-     inkscape:cx="14.335285"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,915.00002)"
-       style="display:inline"
-       id="g3883">
-      <rect
-         style="opacity:0;fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         id="rect4845"
-         width="16"
-         height="16.000017"
-         x="-620"
-         y="121.36218" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path1234"
-         d="m -617.00026,122.36831 c -0.55228,0 -1,0.44753 -1,0.99959 l 0,12.99471 c 0,0.55205 0.44772,0.99959 1,0.99959 l 10,0 c 0.55229,0 1,-0.44754 1,-0.99959 l 0,-9.43366 c 0.006,-0.26392 -0.0975,-0.52877 -0.28125,-0.71846 l -3.5625,-3.56105 c -0.18976,-0.18361 -0.45471,-0.28725 -0.71875,-0.28113 -2.34395,6.3e-4 -4.43032,0.001 -6.4375,0 z m 1,1.99918 5,0 0,2.99878 3,0 0,7.99674 -8,0 0,-10.99552 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" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-open-data.svg b/src/ui/gui/artwork/actions/16x16/file-open-data.svg
deleted file mode 100644 (file)
index 247a8ac..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-new-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(574.99986,915.00002)"
-       style="display:inline"
-       id="g3887">
-      <g
-         id="g4674">
-        <path
-           inkscape:connector-curvature="0"
-           d="m -574.46861,126.36218 c -0.28913,0 -0.53125,0.2421 -0.53125,0.5313 l 0,9.9375 c 0,0.2985 0.23264,0.5312 0.53125,0.5312 l 13.8125,0 c 0.2986,0 0.53125,-0.2326 0.53125,-0.5312 l 1.125,-4.9159 c 0,-0.2891 -0.24212,-0.5312 -0.53125,-0.5312 l -11.59375,0 -0.875,3.4783 c 0,0.277 -0.223,0.5 -0.5,0.5 -0.277,0 -0.5,-0.223 -0.5,-0.5 l 0,-4.9966 c 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.46615,0 0,-3.0034 z"
-           id="rect3845-5-8"
-           sodipodi:nodetypes="ccccccccccscccccc"
-           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m -570.18736,122.36218 c -0.4584,0.0875 -0.82072,0.5334 -0.8125,1 l 0,7 2,0 0,-6 4,0 0,3 3,0 0,3 2,0 0,-3.4375 c 0.006,-0.2641 -0.0976,-0.529 -0.28125,-0.7188 l -3.5625,-3.56245 c -0.18978,-0.1837 -0.45469,-0.28737 -0.71875,-0.28125 l -5.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"
-           id="path1234-3-9"
-           sodipodi:nodetypes="cccccccccccccccccc"
-           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" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect4672"
-           width="16"
-           height="16"
-           x="-575"
-           y="121.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-print.svg b/src/ui/gui/artwork/actions/16x16/file-print.svg
deleted file mode 100644 (file)
index 0775fd0..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(575,885.00002)"
-       style="display:inline"
-       id="g3931">
-      <g
-         id="g5498">
-        <rect
-           y="151.36218"
-           x="-575"
-           height="16.000017"
-           width="16"
-           id="rect4869"
-           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"
-           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"
-             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"
-             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"
-             sodipodi:nodetypes="ccccccccccccccc"
-             style="fill:#555753;fill-opacity:1;stroke:none" />
-        </g>
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-quit.svg b/src/ui/gui/artwork/actions/16x16/file-quit.svg
deleted file mode 100644 (file)
index 51a0e38..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-quit.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,855.03852)"
-       style="display:inline"
-       id="g4619">
-      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.333606;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3869-2"
-         d="m -615.15969,183.16044 a 0.99998337,1.0002168 0 0 0 -0.34813,0.13393 c -1.05343,0.60965 -1.93145,1.46598 -2.54405,2.51786 -1.93955,3.33036 -0.81232,7.64928 2.51727,9.58928 3.32959,1.94001 7.64749,0.8125 9.58705,-2.51786 1.93955,-3.33035 0.81232,-7.64927 -2.51727,-9.58928 a 1.0081498,1.0083851 0 1 0 -1.01762,1.74107 c 2.39572,1.39588 3.18978,4.43408 1.79422,6.83036 -1.39555,2.39628 -4.43303,3.19052 -6.82876,1.79464 -2.38544,-1.38989 -3.19179,-4.41207 -1.821,-6.80357 l 0.0268,-0.0268 c 0.43759,-0.75138 1.06851,-1.38594 1.821,-1.82142 a 0.99998337,1.0002168 0 0 0 -0.66949,-1.84822 z"
-         inkscape:connector-curvature="0" />
-      <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path4710"
-         d="m -612.21846,181.34794 a 1.0001,1.0001 0 0 0 -0.78125,1 l 0,5 a 1.0001,1.0001 0 1 0 2,0 l 0,-5 a 1.0001,1.0001 0 0 0 -1.21875,-1 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="181.36218"
-         x="-620"
-         height="16"
-         width="16"
-         id="rect4617"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-recently-used.svg b/src/ui/gui/artwork/actions/16x16/file-recently-used.svg
deleted file mode 100644 (file)
index fbfcf38..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-recently-used.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(440,885.00002)"
-       style="display:inline"
-       id="g3909">
-      <g
-         id="g3831">
-        <g
-           id="g5309"
-           transform="translate(-720,32.36219)">
-          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-             id="path3869"
-             d="m 287.48661,118.99999 c -4.13029,0 -7.48661,3.35631 -7.48661,7.48661 0,4.13029 3.35632,7.4866 7.48661,7.4866 4.13029,0 7.48661,-3.35631 7.48661,-7.4866 0,-4.1303 -3.35632,-7.48661 -7.48661,-7.48661 z m 0,1.97321 c 3.04941,0 5.51339,2.46399 5.51339,5.5134 0,3.04941 -2.46398,5.51339 -5.51339,5.51339 -3.04941,0 -5.51339,-2.46398 -5.51339,-5.51339 0,-3.04941 2.46398,-5.5134 5.51339,-5.5134 z"
-             inkscape:connector-curvature="0" />
-          <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;baseline-shift:baseline;color:#000000;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-             id="path4639"
-             d="m 290.39286,122.98659 a 0.50005,0.50005 0 0 0 -0.25,0.15625 l -2.65625,2.65625 -1.65625,-1.65625 a 0.50005,0.50005 0 1 0 -0.6875,0.6875 l 2,2 a 0.50005,0.50005 0 0 0 0.6875,0 l 3,-3 a 0.50005,0.50005 0 0 0 -0.4375,-0.84375 z"
-             inkscape:connector-curvature="0" />
-        </g>
-        <rect
-           style="opacity:0;fill:#555753;fill-opacity:1;stroke:none"
-           id="rect5337"
-           width="16"
-           height="16"
-           x="-440"
-           y="151.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-rename-data-set.svg b/src/ui/gui/artwork/actions/16x16/file-rename-data-set.svg
deleted file mode 100644 (file)
index 2b70ac5..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-rename-data-set.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(530,885.00002)"
-       style="display:inline"
-       id="g3924">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/document-renamedataset.png"
-         id="g5274"
-         style="display:inline"
-         transform="translate(-690,32.3622)">
-        <rect
-           transform="translate(0,-552.3622)"
-           y="671.36218"
-           x="159.99997"
-           height="16.000017"
-           width="16"
-           id="rect4873"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="M 165.00181,129 172,122 c 1,0 2,1 2,2 l -7,7 -2,0 z"
-           id="path2273-6-2"
-           sodipodi:nodetypes="cccccc"
-           style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 173,121 c 1,0 2,1 2,2 l 1,-1 c 0,-1 -0.75185,-2 -2,-2 z"
-           id="path4113-1-6-3"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 161.09375,119 c -0.56869,5e-5 -1.0937,0.50285 -1.09375,1.0625 l 0,12.84375 0,0.25 0,0.78125 c 5e-5,0.55965 0.52506,1.06245 1.09375,1.0625 l 4.34375,0 1.125,0 5.34375,0 c 0.55754,-5e-5 1.07398,-0.48468 1.09375,-1.03125 3.9e-4,-0.0109 0,-0.0204 0,-0.0312 L 173,127 l -2,2 0,4 -9,0 0,-12 5,0 2,2 1.53125,-1.53125 -2.1875,-2.125 c -0.20046,-0.20837 -0.48969,-0.3416 -0.78125,-0.34375 z"
-           id="path6682-6"
-           sodipodi:nodetypes="ccccccccccsccccccccccc"
-           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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-save-as.svg b/src/ui/gui/artwork/actions/16x16/file-save-as.svg
deleted file mode 100644 (file)
index 8720a55..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-save-as.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,885.00002)"
-       style="display:inline"
-       id="g3864">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4865"
-         width="16"
-         height="16.000017"
-         x="-620"
-         y="151.36218" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3613-6-2"
-         d="m -616,157.36219 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,1e-5 -0.53059,0.0931 -0.71875,0.28125 l -2.28125,2.28125 -2.28125,-2.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,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;color:#000000;fill:#555753;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" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path4388-5-7"
-         d="m -613,155.36219 0,5 2,0 0,-5 -2,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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect4390-1"
-         d="m -617.0002,152.36219 c -0.54535,0 -1,0.45465 -1,1 l 0,2 c 0,0.54535 0.45465,1 1,1 l 10,0 c 0.54535,0 1,-0.45465 1,-1 l 0,-2 c 0,-0.54535 -0.45465,-1 -1,-1 l -10,0 z m 0,1 10,0 0,2 -10,0 0,-2 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <path
-         id="rect4390-9-9"
-         d="m -615.625,161.36208 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-0.001 0.0417,-0.001 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-save-data.svg b/src/ui/gui/artwork/actions/16x16/file-save-data.svg
deleted file mode 100644 (file)
index 634e86c..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="7.9640184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(440,915.00002)"
-       style="display:inline"
-       id="g3904">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4861"
-         width="16"
-         height="16.000017"
-         x="-440"
-         y="121.36218" />
-      <path
-         id="rect4390-9"
-         d="m -435.625,130.375 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-0.001 0.0417,-0.001 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         d="m -433,122.36218 0,5.5625 -1.28125,-1.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,0 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,1e-5 -0.53059,0.0931 -0.71875,0.28125 l -1.28125,1.28125 0,-5.5625 z"
-         id="path3613"
-         sodipodi:nodetypes="ccccccccccccccccccc"
-         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;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" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-syntax-data.svg b/src/ui/gui/artwork/actions/16x16/file-syntax-data.svg
deleted file mode 100644 (file)
index 5dd78a5..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-syntax-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       style="display:inline"
-       id="g5057"
-       transform="translate(620,915.00002)">
-      <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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans"
-         id="path11751-2-3"
-         d="m -615.58436,126.39153 a 0.55101873,0.57222136 0 0 0 -0.22957,0.98341 l 1.4348,1.49001 -1.4348,1.49001 a 0.5681541,0.59001607 0 1 0 0.80349,0.83441 l 1.83655,-1.90722 a 0.55101873,0.57222136 0 0 0 0,-0.8344 l -1.83655,-1.90722 a 0.55101873,0.57222136 0 0 0 -0.57392,-0.149 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         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"
-         width="3"
-         height="1"
-         id="rect4987"
-         y="130.36218"
-         x="-612" />
-      <rect
-         y="121.36218"
-         x="-620"
-         height="16"
-         width="16"
-         id="rect4022"
-         style="fill:none;stroke:none" />
-      <rect
-         ry="1"
-         y="122.36218"
-         x="-619"
-         height="2"
-         width="14"
-         id="rect5000"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         ry="1"
-         y="133.36218"
-         x="-619"
-         height="2"
-         width="14"
-         id="rect5000-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1"
-         transform="matrix(0,1,-1,0,0,0)"
-         y="617"
-         x="122.36218"
-         height="2"
-         width="12.999997"
-         id="rect5000-49"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1"
-         transform="matrix(0,1,-1,0,0,0)"
-         y="605"
-         x="122.36218"
-         height="2"
-         width="12.999997"
-         id="rect5000-49-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="121.36218"
-         x="-620"
-         height="16"
-         width="16"
-         id="rect5045"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/file-system-data.svg b/src/ui/gui/artwork/actions/16x16/file-system-data.svg
deleted file mode 100644 (file)
index 220d662..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="file-system-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(601,919.00002)"
-       style="display:inline"
-       id="g5777">
-      <rect
-         y="117.36218"
-         x="-601"
-         height="16"
-         width="16"
-         id="rect4886"
-         style="fill:none;stroke:none" />
-      <rect
-         y="124.36218"
-         x="-599"
-         height="1"
-         width="13"
-         id="rect5694-0-3"
-         style="fill:#555753" />
-      <rect
-         y="120.36218"
-         x="-599"
-         height="1"
-         width="13"
-         id="rect5694-7-1-89"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="120.36218"
-         x="-599"
-         height="2"
-         width="13"
-         id="rect5694-73-2-82"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1"
-         y="119.36218"
-         x="-599"
-         height="2"
-         width="13"
-         id="rect5694-9-6-03"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="120.36218"
-         x="-599"
-         height="11"
-         width="1"
-         id="rect5694-733-5-6"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="120.36218"
-         x="-587"
-         height="11"
-         width="1"
-         id="rect5694-733-8-8-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="120.36218"
-         x="-591"
-         height="11"
-         width="1"
-         id="rect5694-733-0-2-2"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="120.36218"
-         x="-595"
-         height="11"
-         width="1"
-         id="rect5694-733-86-9-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="127.36218"
-         x="-599"
-         height="1"
-         width="13"
-         id="rect5694-0-3-4"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="130.36218"
-         x="-599"
-         height="1"
-         width="13"
-         id="rect5694-0-3-6"
-         style="fill:#555753;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/help-about.svg b/src/ui/gui/artwork/actions/16x16/help-about.svg
deleted file mode 100644 (file)
index fe32a8b..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="help-about.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="5.6"
-     inkscape:cx="-20.197756"
-     inkscape:cy="-0.86263787"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       id="g3008">
-      <rect
-         y="1036.3622"
-         x="0"
-         height="16"
-         width="16"
-         id="rect7355"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3999"
-         d="m 8.5,1037.3622 c -3.58985,0 -6.5,2.8836 -6.5,6.4688 0,3.5851 2.91015,6.5312 6.5,6.5312 3.58985,0 6.5,-2.9461 6.5,-6.5312 0,-3.5852 -2.91015,-6.4688 -6.5,-6.4688 z m -1.5,3 3,0 0,2 -3,0 0,-2 z m 0,3 3,0 0,5 -3,0 0,-5 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="1036.3622"
-         x="0"
-         height="16"
-         width="16"
-         id="rect4006"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/help-reference-manual.svg b/src/ui/gui/artwork/actions/16x16/help-reference-manual.svg
deleted file mode 100644 (file)
index ed7539d..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="windows-split.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-340,805.00002)"
-       style="display:inline"
-       id="g5028">
-      <g
-         inkscape:export-ydpi="90"
-         inkscape:export-xdpi="90"
-         inkscape:export-filename="/home/raizen/Dropbox/Proyectos/GNU PSPP/PSPPire artwork/icons/actions/16x16/help-reference-manual.png"
-         id="g7214"
-         style="display:inline"
-         transform="translate(-20,-97.6378)">
-        <rect
-           transform="translate(0,-552.3622)"
-           y="881.36218"
-           x="360.00003"
-           height="16.000017"
-           width="16"
-           id="rect5058"
-           style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m 361.96875,328.99999 c -1.0912,0 -1.96875,0.87755 -1.96875,1.96875 l 0,12.0625 c 0,1.0912 0.87755,1.96875 1.96875,1.96875 l 12.03125,0 c 0.554,0 1,-0.446 1,-1 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 c -0.554,0 -1,-0.446 -1,-1 0,-0.554 0.446,-1 1,-1 l 12,0 c 0,-0.55856 -0.44144,-1 -1,-1 z M 368,333.06249 c 2.72669,0 4.9375,2.20786 4.9375,4.9375 0,2.72964 -2.21081,4.9375 -4.9375,4.9375 -2.72669,0 -4.9375,-2.20786 -4.9375,-4.9375 0,-2.72964 2.21081,-4.9375 4.9375,-4.9375 z m 0,1 c -0.63685,0 -1.21995,0.17421 -1.75,0.4375 l 0.71875,1.5 c 0.31325,-0.1625 0.65582,-0.28125 1.03125,-0.28125 0.37543,0 0.718,0.11875 1.03125,0.28125 l 0.71875,-1.5 c -0.53005,-0.26329 -1.11315,-0.4375 -1.75,-0.4375 z m -3.5,2.1875 c -0.26373,0.53017 -0.4375,1.11182 -0.4375,1.75 0,0.64816 0.16599,1.24503 0.4375,1.78125 l 1.5,-0.75 c -0.16256,-0.31326 -0.28125,-0.65563 -0.28125,-1.03125 0,-0.36123 0.0989,-0.69568 0.25,-1 z m 7.03125,0 -1.5,0.75 c 0.1511,0.30432 0.25,0.63877 0.25,1 0,0.37562 -0.11869,0.71799 -0.28125,1.03125 l 1.5,0.75 c 0.27151,-0.53622 0.4375,-1.13309 0.4375,-1.78125 0,-0.6332 -0.14638,-1.22289 -0.40625,-1.75 z M 368,336.71874 c -0.71682,0 -1.28125,0.56221 -1.28125,1.28125 0,0.71904 0.56443,1.28125 1.28125,1.28125 0.71682,0 1.28125,-0.56221 1.28125,-1.28125 0,-0.71904 -0.56443,-1.28125 -1.28125,-1.28125 z m 1.03125,3.28125 c -0.31325,0.1625 -0.65582,0.28125 -1.03125,0.28125 -0.36105,0 -0.6957,-0.099 -1,-0.25 l -0.75,1.5 c 0.52698,0.25944 1.11813,0.40625 1.75,0.40625 0.63685,0 1.21995,-0.17421 1.75,-0.4375 z"
-           style="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"
-           id="rect4665-8"
-           sodipodi:nodetypes="cccccssccsccccssssssccsccscsccsccccsccscssssscsccscc" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/run-all.svg b/src/ui/gui/artwork/actions/16x16/run-all.svg
deleted file mode 100644 (file)
index 054810f..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-340,915.00002)"
-       style="display:inline"
-       id="g5352">
-      <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"
-         d="m 345.03135,125.36216 0,7.00001 0.6031,0 0.0624,0 c 0.1164,7e-4 0.23144,-0.0271 0.33275,-0.0875 l 4.65849,-2.80001 c 0.20676,-0.12032 0.31195,-0.36642 0.31195,-0.6125 0,-0.24609 -0.10519,-0.49218 -0.31195,-0.6125 l -4.65849,-2.8 c -0.10131,-0.0604 -0.21635,-0.0884 -0.33275,-0.0875 l -0.0624,0 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="121.36218"
-         x="340"
-         height="16"
-         width="16"
-         id="rect4993"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5000-1"
-         d="m 342,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
-         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/run-current-line.svg b/src/ui/gui/artwork/actions/16x16/run-current-line.svg
deleted file mode 100644 (file)
index c83ddac..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="run-current-line.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-430,915.00002)"
-       style="display:inline"
-       id="g5461">
-      <rect
-         y="121.36218"
-         x="430"
-         height="16"
-         width="16"
-         id="rect5006"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5000-1-2-0"
-         d="m 432,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
-         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="126.36218"
-         x="431"
-         height="2"
-         width="14"
-         id="rect5405"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="130.36218"
-         x="431"
-         height="2"
-         width="14"
-         id="rect5405-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="126.36218"
-         x="431"
-         height="6"
-         width="2"
-         id="rect5405-0"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="126.36218"
-         x="443"
-         height="6"
-         width="2"
-         id="rect5405-0-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/run-selection.svg b/src/ui/gui/artwork/actions/16x16/run-selection.svg
deleted file mode 100644 (file)
index 1c20083..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="run-selection.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-385,915.00002)"
-       style="display:inline"
-       id="g5399">
-      <path
-         id="path8864-9-6"
-         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:#bebebe;fill:#555753;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"
-         d="m 389,126.36218 0,0.83334 c 0,0.21407 0.0884,0.44038 0.21277,0.59895 l 0.87234,1.06771 -0.87234,1.06771 C 389.08839,130.08846 389,130.31477 389,130.52885 l 0,0.83333 0.68085,0 c 0.21069,0 0.37605,-0.0752 0.51064,-0.23437 L 392,128.86218 l -1.80851,-2.26562 c -0.13459,-0.15913 -0.29995,-0.23438 -0.51064,-0.23438 l -0.68085,0 z"
-         sodipodi:nodetypes="ccccccccccccc" />
-      <path
-         id="path8866-7-0"
-         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:#bebebe;fill:#555753;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"
-         d="m 397,126.36218 0,0.83334 c 0,0.21407 -0.0884,0.44038 -0.21277,0.59895 l -0.87234,1.06771 0.87234,1.06771 c 0.12438,0.15857 0.21277,0.38488 0.21277,0.59896 l 0,0.83333 -0.68085,0 c -0.21068,0 -0.37605,-0.0752 -0.51064,-0.23437 L 394,128.86218 l 1.80851,-2.26562 c 0.13459,-0.15913 0.29996,-0.23438 0.51064,-0.23438 l 0.68085,0 z"
-         sodipodi:nodetypes="ccccccccccccc" />
-      <rect
-         y="121.36218"
-         x="385"
-         height="16"
-         width="16"
-         id="rect4999"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5000-1-2-6"
-         d="m 387,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
-         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/run-to-end.svg b/src/ui/gui/artwork/actions/16x16/run-to-end.svg
deleted file mode 100644 (file)
index 78d9738..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="run-to-end.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-475,915.00002)"
-       style="display:inline"
-       id="g5389">
-      <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-1"
-         d="m 480.03134,126.36215 0,5.00002 0.40101,0 0.0415,0 c 0.0774,5e-4 0.15389,-0.0194 0.22125,-0.0625 l 3.09748,-2.00001 c 0.13748,-0.0859 0.20742,-0.26173 0.20742,-0.4375 0,-0.17578 -0.0699,-0.35156 -0.20742,-0.4375 l -3.09748,-2.00001 c -0.0674,-0.0431 -0.14386,-0.0631 -0.22125,-0.0625 l -0.0415,0 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="121.36218"
-         x="475"
-         height="16"
-         width="16"
-         id="rect4993-9"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5000-1-8"
-         d="m 477,122.36218 c -0.554,0 -1,0.446 -1,1 l 0,11 c 0,0.554 0.446,1 1,1 l 12,0 c 0.1385,0 0.25528,-0.0433 0.375,-0.0937 0.35916,-0.15141 0.625,-0.49075 0.625,-0.90625 l 0,-11 c 0,-0.554 -0.446,-1 -1,-1 l -12,0 z m 1,2 10,0 0,9 -10,0 0,-9 z"
-         style="opacity:0.35;fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="126.36218"
-         x="484"
-         height="5"
-         width="2"
-         id="rect5387"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-automatic-recode.svg b/src/ui/gui/artwork/actions/16x16/transform-automatic-recode.svg
deleted file mode 100644 (file)
index 5ad19c5..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-automatic-recode.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(485,805.00002)"
-       style="display:inline"
-       id="g6156">
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429"
-         d="m -485,241.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         id="path42972-6"
-         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:connector-curvature="0"
-         d="m -473.91774,239.3649 c -0.25505,0.0518 -0.49195,0.14383 -0.72728,0.24026 -0.0185,0.68573 0.0963,1.58356 -0.17316,1.81914 -0.26483,0.23149 -1.15073,0.0377 -1.83549,-0.0344 -0.14561,0.25975 -0.26073,0.53295 -0.34633,0.82376 0.52984,0.43479 1.26394,0.92153 1.28139,1.26996 0.0177,0.35278 -0.69421,0.88405 -1.17749,1.37294 0.11457,0.28319 0.27721,0.54208 0.45022,0.78944 0.67415,-0.13885 1.51427,-0.41028 1.80086,-0.20594 0.29181,0.20804 0.29391,1.10421 0.38096,1.78481 0.27655,0.0824 0.56797,0.11478 0.8658,0.13729 0.3118,-0.60917 0.62882,-1.4496 0.96969,-1.54455 0.34993,-0.0974 1.06783,0.50319 1.66234,0.85808 0.24238,-0.1665 0.45763,-0.3702 0.65801,-0.5835 -0.28131,-0.6286 -0.79913,-1.41897 -0.65801,-1.75049 0.14125,-0.33181 1.08097,-0.51581 1.7316,-0.75511 0.004,-0.0807 0.0346,-0.15831 0.0346,-0.24026 0,-0.21019 -0.0382,-0.41626 -0.0693,-0.61782 -0.6717,-0.17663 -1.626,-0.26503 -1.80087,-0.58349 -0.17371,-0.31634 0.26795,-1.1658 0.48485,-1.81914 -0.22294,-0.19615 -0.46481,-0.37032 -0.72728,-0.51485 -0.5551,0.41202 -1.20168,1.09215 -1.55844,1.02969 -0.35118,-0.0615 -0.73463,-0.90015 -1.10822,-1.4759 -0.0445,0.008 -0.0944,-0.009 -0.13853,0 z m 0.69263,2.0594 c 1.03285,0 1.87014,0.82982 1.87014,1.85346 0,1.02363 -0.83729,1.85346 -1.87014,1.85346 -1.03283,0 -1.87012,-0.82983 -1.87012,-1.85346 0,-1.02364 0.83729,-1.85346 1.87012,-1.85346 z" />
-      <path
-         id="path6429-3"
-         d="m -469,237.36218 c 0,-2.20914 -1.79086,-4 -4,-4 l 0,-2 -3,3 3,3 0,-2 c 1.10457,0 2,0.89542 2,2 l 2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect6016-6"
-         d="m -483,231.375 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-compute.svg b/src/ui/gui/artwork/actions/16x16/transform-compute.svg
deleted file mode 100644 (file)
index 6728049..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,805.00002)"
-       style="display:inline"
-       id="g5474">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect3725-0-9-5-1"
-         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"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-count.svg b/src/ui/gui/artwork/actions/16x16/transform-count.svg
deleted file mode 100644 (file)
index 4e08b82..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(575,805.00002)"
-       style="display:inline"
-       id="g4713">
-      <rect
-         ry="1.0736192"
-         y="231.36218"
-         x="-575"
-         height="16"
-         width="16"
-         id="rect6694"
-         style="opacity:0;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect4748"
-         d="m -570,232.36218 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 4.8125,2 c 1.64243,-0.092 3.0955,1.17008 3.1875,2.8125 -10e-5,1.40136 -0.37771,1.92177 -1.59375,2.84375 -0.19093,0.14364 -0.3256,0.2506 -0.375,0.3125 -0.0494,0.0621 -0.0313,0.0333 -0.0313,0.0313 0.007,0.52831 -0.47163,1 -1,1 -0.52837,0 -1.007,-0.47169 -1,-1 0,-0.50239 0.22424,-0.94342 0.46875,-1.25 0.24451,-0.30663 0.4913,-0.51638 0.71875,-0.6875 0.20405,-0.16056 0.46083,-0.38454 0.6875,-0.65625 0.0935,-0.1121 0.129,-0.30766 0.125,-0.4375 l 0,-0.0313 c -0.0316,-0.56324 -0.49926,-0.9691 -1.0625,-0.9375 -0.56324,0.0316 -0.9691,0.43676 -0.9375,1 l -2,0 c -0.092,-1.64243 1.17007,-2.9079 2.8125,-3 z m -6.8125,4.75 1,0 0,0.46875 c 0.66071,-0.27641 0.90505,-0.39625 1.4375,-0.34375 1.02012,0.10078 1.5625,0.9845 1.5625,1.78125 l 0,2.34375 -1,0 0,-2 c 0.0111,-0.27621 -0.10268,-1.09375 -0.90625,-1.09375 -0.38393,0 -0.86161,0.004 -1.09375,0.0937 l 0,3 -1,0 0,-3.9375 0,-0.3125 z m 7,3.25 c 0.55228,0 1,0.44772 1,1 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 z"
-         style="fill:#555753;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-in-to-different-variables.svg b/src/ui/gui/artwork/actions/16x16/transform-in-to-different-variables.svg
deleted file mode 100644 (file)
index 796dcba..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-in-to-different-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,775.00002)"
-       style="display:inline"
-       id="g6183">
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429-8"
-         d="m -620,271.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="261.36218"
-         x="-620"
-         height="16"
-         width="16"
-         id="rect6590"
-         style="fill:none;stroke:none" />
-      <path
-         id="rect6016-0"
-         d="m -618,261.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect6009-6"
-         d="m -610,269.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.78125,1.78125 0,2.6875 -1.5,0 0,-2.6875 -1.78125,-1.78125 1.0625,-1.0625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-in-to-same-variables.svg b/src/ui/gui/artwork/actions/16x16/transform-in-to-same-variables.svg
deleted file mode 100644 (file)
index 2064245..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-in-to-same-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(440,805.00002)"
-       style="display:inline"
-       id="g6150">
-      <path
-         id="path6429-50"
-         d="m -440,241.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path6429-50-8"
-         d="m -424,237.36218 c 0,-2.20914 -1.79086,-4 -4,-4 l 0,-2 -3,3 3,3 0,-2 c 1.10457,0 2,0.89542 2,2 l 2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect6016-1"
-         d="m -438,231.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect6016-5"
-         d="m -430,239.36218 c -1.108,0 -2,0.892 -2,2 l 0,4 c 0,1.108 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.892 2,-2 l 0,-4 c 0,-1.108 -0.892,-2 -2,-2 l -4,0 z m 0.53125,1.46875 1.46875,1.46875 1.46875,-1.46875 1.0625,1.0625 -1.46875,1.46875 1.46875,1.46875 -1.0625,1.0625 -1.46875,-1.46875 -1.46875,1.46875 -1.0625,-1.0625 1.46875,-1.46875 -1.46875,-1.46875 1.0625,-1.0625 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-rank-cases.svg b/src/ui/gui/artwork/actions/16x16/transform-rank-cases.svg
deleted file mode 100644 (file)
index 3da1a43..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-rank-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="14.726323"
-     inkscape:cy="3.9620793"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(506,805.00002)"
-       style="display:inline"
-       id="g6074">
-      <path
-         inkscape:connector-curvature="0"
-         id="path4625"
-         d="m -526.25,241.58093 -2.75,2.78125 3,0 0,3 4,-4 c -1.64891,0 -3.13422,-0.70463 -4.21875,-1.78125 l -0.0313,0 z m 4.25,1.78125 4,4 0,-3 3,0 -2.75,-2.78125 c -0.005,0.005 -0.026,-0.005 -0.0313,0 -1.08453,1.07662 -2.56984,1.78125 -4.21875,1.78125 z"
-         style="fill:#555753;stroke:none" />
-      <g
-         id="g4719">
-        <rect
-           style="fill:none;stroke:none"
-           id="rect4717"
-           width="16"
-           height="16"
-           x="-530"
-           y="231.36218" />
-      </g>
-      <rect
-         y="231.36218"
-         x="-530"
-         height="16"
-         width="16"
-         id="rect5344"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5901-4"
-         d="m -522.5,232.375 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 2.20914,0 4,1.79086 4,4 0,2.20914 -1.79086,4 -4,4 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 z"
-         style="fill:#555753;stroke:none;display:inline" />
-      <path
-         transform="matrix(1.5,0,0,1.2,280.5,-46.872444)"
-         d="m -533,236.86218 c 0,1.38071 -0.89543,2.5 -2,2.5 -1.10457,0 -2,-1.11929 -2,-2.5 0,-1.38071 0.89543,-2.5 2,-2.5 1.10457,0 2,1.11929 2,2.5 z"
-         sodipodi:ry="2.5"
-         sodipodi:rx="2"
-         sodipodi:cy="236.86218"
-         sodipodi:cx="-535"
-         id="path5901-4-6"
-         style="fill:#555753;stroke:none;display:inline"
-         sodipodi:type="arc" />
-    </g>
-    <g
-       transform="translate(530,805.00002)"
-       style="display:inline"
-       id="g6962">
-      <g
-         transform="translate(0,3.0000001e-6)"
-         id="g4719-1">
-        <rect
-           style="fill:none;stroke:none"
-           id="rect4717-1"
-           width="16"
-           height="16"
-           x="-530"
-           y="231.36218" />
-      </g>
-      <rect
-         y="231.36218"
-         x="-530"
-         height="16"
-         width="16"
-         id="rect5344-6"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5901-4-9"
-         d="m -522.5,232.375 c -2.52128,0.25605 -4.5,2.41117 -4.5,5 0,2.76142 2.23858,5 5,5 2.76142,0 5,-2.23858 5,-5 0,-2.76142 -2.23858,-5 -5,-5 -0.17259,0 -0.33191,-0.0171 -0.5,0 z m 0.5,1 c 2.20914,0 4,1.79086 4,4 0,2.20914 -1.79086,4 -4,4 -2.20914,0 -4,-1.79086 -4,-4 0,-2.20914 1.79086,-4 4,-4 z"
-         style="fill:#555753;stroke:none;display:inline" />
-      <path
-         transform="matrix(1.5,0,0,1.2,280.5,-46.872441)"
-         d="m -533,236.86218 c 0,1.38071 -0.89543,2.5 -2,2.5 -1.10457,0 -2,-1.11929 -2,-2.5 0,-1.38071 0.89543,-2.5 2,-2.5 1.10457,0 2,1.11929 2,2.5 z"
-         sodipodi:ry="2.5"
-         sodipodi:rx="2"
-         sodipodi:cy="236.86218"
-         sodipodi:cx="-535"
-         id="path5901-4-6-5"
-         style="fill:#555753;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6936"
-         d="m -522,242.36218 4,5 0,-3 3,0 -4,-4 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6936-7"
-         d="m -522,242.36218 -4,5 0,-3 -3,0 4,-4 z"
-         style="fill:#555753;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/transform-run-pending.svg b/src/ui/gui/artwork/actions/16x16/transform-run-pending.svg
deleted file mode 100644 (file)
index f52b954..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="transform-in-to-different-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(575,775.00002)"
-       style="display:inline"
-       id="g7207">
-      <rect
-         ry="1.6073395"
-         rx="0.7692309"
-         y="261.36218"
-         x="-575"
-         height="16"
-         width="16"
-         id="rect3001"
-         style="opacity:0.35;fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429-8-0"
-         d="m -575,271.36218 c 0,2.20914 1.79086,4 4,4 l 0,2 3,-3 -3,-3 0,2 c -1.10457,0 -2,-0.89542 -2,-2 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         id="path42972-6-5"
-         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:connector-curvature="0"
-         d="m -563.91771,269.36497 c -0.25505,0.0518 -0.49195,0.14383 -0.72728,0.24026 -0.0185,0.68573 0.0963,1.58356 -0.17316,1.81914 -0.26483,0.23149 -1.15073,0.0377 -1.83549,-0.0344 -0.14561,0.25975 -0.26073,0.53295 -0.34633,0.82376 0.52984,0.43479 1.26394,0.92153 1.28139,1.26996 0.0177,0.35278 -0.69421,0.88405 -1.17749,1.37294 0.11457,0.28319 0.27721,0.54208 0.45022,0.78944 0.67415,-0.13885 1.51427,-0.41028 1.80086,-0.20594 0.29181,0.20804 0.29391,1.10421 0.38096,1.78481 0.27655,0.0824 0.56797,0.11478 0.8658,0.13729 0.3118,-0.60917 0.62882,-1.4496 0.96969,-1.54455 0.34993,-0.0974 1.06783,0.50319 1.66234,0.85808 0.24238,-0.1665 0.45763,-0.3702 0.65801,-0.5835 -0.28131,-0.6286 -0.79913,-1.41897 -0.65801,-1.75049 0.14125,-0.33181 1.08097,-0.51581 1.7316,-0.75511 0.004,-0.0807 0.0346,-0.15831 0.0346,-0.24026 0,-0.21019 -0.0382,-0.41626 -0.0693,-0.61782 -0.6717,-0.17663 -1.626,-0.26503 -1.80087,-0.58349 -0.17371,-0.31634 0.26795,-1.1658 0.48485,-1.81914 -0.22294,-0.19615 -0.46481,-0.37032 -0.72728,-0.51485 -0.5551,0.41202 -1.20168,1.09215 -1.55844,1.02969 -0.35118,-0.0615 -0.73463,-0.90015 -1.10822,-1.4759 -0.0445,0.008 -0.0944,-0.009 -0.13853,0 z m 0.69263,2.0594 c 1.03285,0 1.87014,0.82982 1.87014,1.85346 0,1.02363 -0.83729,1.85346 -1.87014,1.85346 -1.03283,0 -1.87012,-0.82983 -1.87012,-1.85346 0,-1.02364 0.83729,-1.85346 1.87012,-1.85346 z" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect6194-0-7"
-         d="m -573,261.36218 c -1.108,0 -2,0.89377 -2,2 l 0,4 c 0,1.10622 0.892,2 2,2 l 4,0 c 1.108,0 2,-0.89378 2,-2 l 0,-4 c 0,-1.10623 -0.892,-2 -2,-2 l -4,0 z m 0.0313,1 0.5,0 0.0625,0 c 0.0969,-8e-4 0.19695,0.0107 0.28125,0.0625 l 3.875,2.40625 c 0.17209,0.10313 0.25,0.32032 0.25,0.53125 0,0.21092 -0.0779,0.39687 -0.25,0.5 l -3.875,2.40625 c -0.0843,0.0517 -0.18435,0.0943 -0.28125,0.0937 l -0.0625,0 -0.5,0 0,-6 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/utilities-data-file-comments.svg b/src/ui/gui/artwork/actions/16x16/utilities-data-file-comments.svg
deleted file mode 100644 (file)
index d553d44..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-<?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="16"
-   height="16"
-   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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(95,805.01122)"
-       style="display:inline"
-       id="g5050">
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2"
-         d="m -89.546867,237.35985 a 0.49808792,0.50218822 0 1 0 0.09293,0.99999 l 5.950961,0 a 0.49596298,0.50004578 0 1 0 0,-0.99999 l -5.950961,0 a 0.49596298,0.50004578 0 0 0 -0.09293,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3"
-         d="m -89.547484,239.35985 a 0.49740988,0.5021928 0 1 0 0.09281,1 l 4.952382,0 a 0.49528782,0.50005034 0 1 0 0,-1 l -4.952382,0 a 0.49528782,0.50005034 0 0 0 -0.09281,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-2"
-         d="m -89.600821,241.36437 a 0.50219244,0.49992672 0 1 0 0.0937,0.99549 l 6,0 a 0.50004998,0.49779393 0 1 0 0,-0.99549 l -6,0 a 0.50004998,0.49779393 0 0 0 -0.0937,0 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-3"
-         d="m -89.600821,243.36437 a 0.50219243,0.49992672 0 1 0 0.0937,0.99549 l 3,0 a 0.50004997,0.49779393 0 1 0 0,-0.99549 l -3,0 a 0.50004997,0.49779393 0 0 0 -0.0937,0 z" />
-      <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;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0"
-         id="rect10788"
-         sodipodi:nodetypes="csssssscccc"
-         d="m -91.006871,232.35985 c -1.0907,0 -2,0.9093 -2,2 l 0,11 c 0,1.0907 0.9093,2 2,2 l 9,0 c 1.0907,0 2,-0.9093 2,-2 l 0,-11 c 0,-1.0907 -0.9093,-2 -2,-2 0,4.33333 0,8.66667 0,13 l -9,0 c 0,-4.33333 0,-8.66667 0,-13 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-3-9"
-         d="m -89.600821,231.35984 a 0.50005,0.49945326 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945326 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945326 0 0 0 -0.59375,-0.4994 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-3-9-3"
-         d="m -87.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-3-9-3-3"
-         d="m -85.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
-      <path
-         inkscape:connector-curvature="0"
-         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;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         id="path3601-2-3-3-9-3-3-7"
-         d="m -83.600821,231.35984 a 0.50005,0.49945375 0 0 0 -0.40625,0.4994 l 0,2.99643 a 0.50005,0.49945375 0 1 0 1,0 l 0,-2.99643 a 0.50005,0.49945375 0 0 0 -0.59375,-0.4994 z" />
-      <rect
-         y="231.36218"
-         x="-95"
-         height="16"
-         width="16"
-         id="rect5048"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/utilities-variables.svg b/src/ui/gui/artwork/actions/16x16/utilities-variables.svg
deleted file mode 100644 (file)
index 6f40207..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="windows-minimize-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(140,805.00002)"
-       style="display:inline"
-       id="g6139">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect6091"
-         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"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/view-font.svg b/src/ui/gui/artwork/actions/16x16/view-font.svg
deleted file mode 100644 (file)
index c0c4373..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="edit-go-to-case.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(140,914.99847)"
-       style="display:inline"
-       id="g7342">
-      <g
-         transform="translate(-28,-178.99847)"
-         inkscape:label="sc_designerdialog"
-         id="g8828"
-         style="display:inline">
-        <rect
-           style="fill:none;stroke:none"
-           id="rect8830"
-           width="16"
-           height="16"
-           x="-112"
-           y="-736"
-           transform="translate(0,1036.3622)" />
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         id="path7755-4"
-         d="m -135.5,122.375 c -2.48527,0 -4.5,1.91432 -4.5,4.28125 l 0,5.71875 3,0 0,-2.875 3,0 0,2.875 1.125,0 0.96875,0 c -0.0587,-0.31716 -0.0937,-0.65709 -0.0937,-1 0,-1.00857 0.25785,-1.94927 0.75,-2.6875 0.0715,-0.10731 0.1659,-0.21338 0.25,-0.3125 l 0,-0.78125 0,-0.21875 0,-0.71875 c 0,-2.36693 -2.01472,-4.28125 -4.5,-4.28125 z m 0,2.84375 c 0.82842,0 1.5,0.64852 1.5,1.4375 l 0,0.71875 0,0.6875 -3,0 0,-1.40625 c 0,-0.78898 0.67158,-1.4375 1.5,-1.4375 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect6645-5-7"
-         d="m -129,128.36218 c -1.10457,0 -2,1.34315 -2,3 0,1.65685 0.89543,3 2,3 l 0,3 3,0 0,-3 c 1.10457,0 2,-1.34315 2,-3 0,-1.65685 -0.89543,-3 -2,-3 l 0,3 c 0,0.554 -0.446,1 -1,1 l -1,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-3 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/view-value-labels.svg b/src/ui/gui/artwork/actions/16x16/view-value-labels.svg
deleted file mode 100644 (file)
index 7973cf5..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="view-value-labels.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="g6351"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(95,915.00002)"
-       style="display:inline"
-       id="g6351">
-      <g
-         style="display:inline"
-         id="g4959"
-         transform="translate(0,-2.6171874e-6)">
-        <path
-           inkscape:connector-curvature="0"
-           id="path4057"
-           d="m -92,122.375 -2,2 0,4 8,8 6,-6 -8,-8 -4,0 z m 1.5,2 c 0.828427,0 1.5,0.67157 1.5,1.5 0,0.82843 -0.671573,1.5 -1.5,1.5 -0.828427,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.671573,-1.5 1.5,-1.5 z"
-           style="fill:#555753;stroke:none" />
-        <rect
-           y="121.36218"
-           x="-95"
-           height="16"
-           width="16"
-           id="rect4141"
-           style="fill:none;stroke:none" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/windows-minimize-all.svg b/src/ui/gui/artwork/actions/16x16/windows-minimize-all.svg
deleted file mode 100644 (file)
index 4f6d2f7..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="help-about.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-100,805.00002)"
-       style="display:inline"
-       id="g6866">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect5050"
-         width="16"
-         height="16.000017"
-         x="100"
-         y="231.36218" />
-      <rect
-         y="242.3622"
-         x="101"
-         width="8"
-         style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         ry="0"
-         rx="0"
-         id="rect8269"
-         height="1.9887378" />
-      <rect
-         y="231.36218"
-         x="100"
-         height="16"
-         width="16"
-         id="rect5039"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5382-3-4"
-         d="m 111,235.36218 c 2.20914,0 4,1.79086 4,4 0,0.554 -0.446,1 -1,1 -0.554,0 -1,-0.446 -1,-1 0,-1.10457 -0.89542,-2 -2,-2 l -1,0 c -0.81348,0 -1.50003,0.49031 -1.8125,1.1875 l 1.8125,1.8125 -5,0 0,-5 1.71875,1.71875 c 0.72188,-1.04326 1.91656,-1.71875 3.28125,-1.71875 l 1,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/16x16/windows-split.svg b/src/ui/gui/artwork/actions/16x16/windows-split.svg
deleted file mode 100644 (file)
index fc466e2..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="windows-minimize-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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(-145,805.00002)"
-       style="display:inline"
-       id="g5035">
-      <path
-         id="path4736-2-2"
-         d="m 148,233.36218 c -0.554,0 -1,0.446 -1,1 l 0,2 0,1 0,6 0,1 0,2 1,0 3,0 1,0 1,0 1,0 1,0 1,0 4,0 0,-1 0,-1 0,-1 0,-7 0,-2 c 0,-0.554 -0.446,-1 -1,-1 l -4,0 -7,0 z m 0,3 3,0 1,0 1,0 0,3.5 -5,0 0,-3.5 z m 6,0 1,0 1,0 3,0 0,1 0,2.5 -5,0 0,-3.5 z m -6,4.5 5,0 0,3.5 -1,0 -1,0 -3,0 0,-1 0,-2.5 z m 6,0 5,0 0,2.5 0,1 -3,0 -1,0 -1,0 0,-3.5 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="231.36218"
-         x="145"
-         height="16"
-         width="16"
-         id="rect5033"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/data-select-cases.svg b/src/ui/gui/artwork/actions/24x24/data-select-cases.svg
deleted file mode 100644 (file)
index 7b563b5..0000000
+++ /dev/null
@@ -1,207 +0,0 @@
-<?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/data-split-file.svg b/src/ui/gui/artwork/actions/24x24/data-split-file.svg
deleted file mode 100644 (file)
index 93e57e5..0000000
+++ /dev/null
@@ -1,234 +0,0 @@
-<?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-split-file.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(95,540.00002)"
-       style="display:inline"
-       id="g5529">
-      <g
-         id="g5481">
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-93-9-3"
-           width="19"
-           height="1"
-           x="-93"
-           y="497.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-73-5-1-78"
-           width="20"
-           height="2"
-           x="-93"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-9-9-9-7"
-           width="20"
-           height="4"
-           x="-93"
-           y="490.36218"
-           ry="2" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-1-7-6"
-           width="2"
-           height="6"
-           x="-93"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-8-3-1-1"
-           width="2"
-           height="6"
-           x="-75"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-0-3-0-7"
-           width="2"
-           height="7"
-           x="-81"
-           y="491.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-86-7-9-4"
-           width="2"
-           height="7"
-           x="-87"
-           y="491.36218" />
-      </g>
-      <rect
-         y="488.36218"
-         x="-95"
-         height="24"
-         width="24"
-         id="rect5806-9-5"
-         style="fill:none" />
-      <rect
-         y="488.36218"
-         x="-95"
-         height="24"
-         width="24"
-         id="rect5476-0-7"
-         style="fill:none;stroke:none" />
-      <g
-         id="g5481-1"
-         style="display:inline"
-         transform="translate(0,12)">
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-93-9-3-8"
-           width="19"
-           height="1"
-           x="-93"
-           y="497.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-73-5-1-78-4"
-           width="20"
-           height="2"
-           x="-93"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-9-9-9-7-3"
-           width="20"
-           height="4"
-           x="-93"
-           y="490.36218"
-           ry="2" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-1-7-6-2"
-           width="2"
-           height="6"
-           x="-93"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-8-3-1-1-4"
-           width="2"
-           height="6"
-           x="-75"
-           y="492.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-0-3-0-7-9"
-           width="2"
-           height="7"
-           x="-81"
-           y="491.36218" />
-        <rect
-           style="fill:#555753;display:inline"
-           id="rect5694-733-86-7-9-4-2"
-           width="2"
-           height="7"
-           x="-87"
-           y="491.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/data-weight-cases.svg b/src/ui/gui/artwork/actions/24x24/data-weight-cases.svg
deleted file mode 100644 (file)
index 40dcc8d..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-<?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-weight-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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(20,540.00002)"
-       style="display:inline"
-       id="g4702">
-      <path
-         transform="matrix(3.75,0,0,2.0000049,-544.25,189.63703)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="143"
-         id="path4186-5-1-2-8"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <rect
-         y="489.36218"
-         x="-10"
-         height="21.499998"
-         width="4"
-         id="rect4188-5-0-3-8"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="490.36218"
-         x="-17"
-         height="2"
-         width="18"
-         id="rect4190-8-6-8-9"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         transform="matrix(-1.5,0,0,-2.2499961,203.5,863.4265)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-8-7-9-3"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(-1.5,0,0,-2.2499961,218.5,863.42649)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-1-4-1-7-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path4986-5-9-5-7"
-         d="m -15.5,491.38142 -4.5,9 1.125,0 3.375,-6.75 3.375,6.75 1.125,0 -4.5,-9 z m 3.375,9 -6.75,0 -0.375,0.75 7.5,0 -0.375,-0.75 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         id="path4986-0-9-8-8-9"
-         d="m -0.5,491.38142 -4.5,9 1.125,0 3.375,-6.75 3.375,6.75 1.125,0 -4.5,-9 z m 3.375,9 -6.75,0 -0.375,0.75 7.5,0 -0.375,-0.75 z"
-         style="fill:#555753;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="488.36218"
-         x="-20"
-         height="23.999996"
-         width="24"
-         id="rect5025-4-2-4-3"
-         style="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
deleted file mode 100644 (file)
index 05b0d45..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 90d9b07..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-<?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-find.svg b/src/ui/gui/artwork/actions/24x24/edit-find.svg
deleted file mode 100644 (file)
index 25cfba8..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-<?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-go-to-case.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(320,540.00003)"
-       style="display:inline"
-       id="g6757">
-      <g
-         id="g6717">
-        <path
-           transform="matrix(1.8300361,0,0,1.8284099,-872.73041,-208.31825)"
-           d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
-           sodipodi:ry="3.5"
-           sodipodi:rx="3.5"
-           sodipodi:cy="386.5"
-           sodipodi:cx="307.5"
-           id="path30094"
-           style="color:#000000;fill:none;stroke:#555753;stroke-width:1.74999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:nodetypes="cc"
-           id="path30096"
-           d="m -304.78974,503.56106 5.09088,5.10226"
-           style="color:#000000;fill:#555753;fill-opacity:1;stroke:#555753;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="color:#000000;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="rect30098"
-           width="23.999989"
-           height="23.999987"
-           x="-320"
-           y="488.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-go-to-case.svg b/src/ui/gui/artwork/actions/24x24/edit-go-to-case.svg
deleted file mode 100644 (file)
index 189d5b2..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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-go-to-case.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(395,540.00002)"
-       style="display:inline"
-       id="g5745">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4902-1-1-5"
-         width="24"
-         height="23.988609"
-         x="-395"
-         y="488.36218" />
-      <rect
-         y="488.36221"
-         x="-395"
-         height="23.988585"
-         width="24"
-         id="rect5357-0-8-1-4"
-         style="fill:none;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5531"
-         d="m -381.5,497.36218 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,4.14214 3.35786,7.5 7.5,7.5 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 z m 0,2.5 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.18349,2.5 -2.65625,2.5 -1.47276,0 -2.65625,-1.11929 -2.65625,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z m -1.34375,5 0,1.25 2.6875,0 0,-1.25 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.79087,2.5 -4,2.5 -2.20913,0 -4,-1.11929 -4,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429-5-2-9-5-8-8-9"
-         d="m -389,488.36218 c -3.3137,0 -6,2.6863 -6,6 0,0.55228 0.67157,1 1.5,1 0.82843,0 1.5,-0.44772 1.5,-1 0,-1.65685 1.34314,-3 3,-3 l 2,0 c 1.08731,0 2.03634,0.57155 2.5625,1.4375 l -2.5625,2.5625 7,0 0,-7 -2.28125,2.28125 c -1.09827,-1.40272 -2.79913,-2.28125 -4.71875,-2.28125 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-go-to-variable.svg b/src/ui/gui/artwork/actions/24x24/edit-go-to-variable.svg
deleted file mode 100644 (file)
index eecd8b5..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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-go-to-variable.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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="g5888">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4898-0"
-         width="23.991945"
-         height="23.999992"
-         x="-469.99194"
-         y="488.36218" />
-      <rect
-         y="488.36221"
-         x="-470"
-         height="23.999966"
-         width="23.991945"
-         id="rect5357-05"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5340-3-4"
-         d="m -459.5,497.375 c -2.49216,0 -4.5,2.007 -4.5,4.5 l 0,6 c 0,2.49299 2.00784,4.5 4.5,4.5 l 6,0 c 2.49216,0 4.5,-2.00701 4.5,-4.5 l 0,-6 c 0,-2.493 -2.00784,-4.5 -4.5,-4.5 l -6,0 z m -0.5,2 3.625,3.625 3.625,-3.625 1.75,1.78125 -3.625,3.625 3.625,3.59375 -1.75,1.78125 -3.625,-3.625 -3.625,3.625 -1.75,-1.78125 3.625,-3.59375 -3.625,-3.625 1.75,-1.78125 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429-5-2-9-5-8-8"
-         d="m -464,488.36218 c -3.3137,0 -6,2.6863 -6,6 0,0.55228 0.67157,1 1.5,1 0.82843,0 1.5,-0.44772 1.5,-1 0,-1.65685 1.34314,-3 3,-3 l 2,0 c 1.08731,0 2.03634,0.57155 2.5625,1.4375 l -2.5625,2.5625 7,0 0,-7 -2.28125,2.28125 c -1.09827,-1.40272 -2.79913,-2.28125 -4.71875,-2.28125 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-insert-case.svg b/src/ui/gui/artwork/actions/24x24/edit-insert-case.svg
deleted file mode 100644 (file)
index a86a339..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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-insert-case.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(170,540.00002)"
-       style="display:inline"
-       id="g5792">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4893-90-1"
-         width="24"
-         height="23.999992"
-         x="-170"
-         y="488.36218" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-3-4-8"
-         d="m -153.00003,506.36229 -1.49999,0 c -0.38534,2e-5 -0.79267,0.17679 -1.07812,0.42554 l -1.92185,1.74463 -1.92184,-1.74465 c -0.28506,-0.24909 -0.69278,-0.42552 -1.07816,-0.42546 l -1.5,0 -1e-5,1.36169 c 0,0.42136 0.1353,0.75205 0.42195,1.02123 l 4.07811,3.61691 4.07807,-3.61691 c 0.28639,-0.26924 0.42187,-0.5999 0.42187,-1.02126 l 0,-1.36167 z"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5531-9"
-         d="m -157.5,490.36218 c -4.14214,0 -7.5,3.35786 -7.5,7.5 0,4.14214 3.35786,7.5 7.5,7.5 4.14214,0 7.5,-3.35786 7.5,-7.5 0,-4.14214 -3.35786,-7.5 -7.5,-7.5 z m 0,2.5 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.18349,2.5 -2.65625,2.5 -1.47276,0 -2.65625,-1.11929 -2.65625,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z m -1.34375,5 0,1.25 2.6875,0 0,-1.25 c 1.47276,0 2.65625,1.11929 2.65625,2.5 0,1.38071 -1.79087,2.5 -4,2.5 -2.20913,0 -4,-1.11929 -4,-2.5 0,-1.38071 1.18349,-2.5 2.65625,-2.5 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/24x24/edit-insert-variable.svg b/src/ui/gui/artwork/actions/24x24/edit-insert-variable.svg
deleted file mode 100644 (file)
index 73a55ff..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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-insert-variable.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(245,540.00002)"
-       style="display:inline"
-       id="g5883">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4889-8"
-         width="24"
-         height="24.000027"
-         x="-245"
-         y="488.36218" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-0"
-         d="m -228.00003,506.36218 -1.49999,0 c -0.38534,10e-6 -0.79267,0.17679 -1.07812,0.42553 l -1.92185,1.74464 -1.92184,-1.74465 c -0.28506,-0.24909 -0.69278,-0.42552 -1.07816,-0.42546 l -1.5,0 -1e-5,1.36168 c 0,0.42137 0.1353,0.75206 0.42195,1.02123 l 4.07811,3.61692 4.07807,-3.61692 c 0.28639,-0.26923 0.42187,-0.59989 0.42187,-1.02126 l 0,-1.36167 z"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect5340-3-4-8"
-         d="m -235.5,490.36218 c -2.49216,0 -4.5,2.007 -4.5,4.5 l 0,6 c 0,2.49299 2.00784,4.5 4.5,4.5 l 6,0 c 2.49216,0 4.5,-2.00701 4.5,-4.5 l 0,-6 c 0,-2.493 -2.00784,-4.5 -4.5,-4.5 l -6,0 z m -0.5,2 3.625,3.625 3.625,-3.625 1.75,1.78125 -3.625,3.625 3.625,3.59375 -1.75,1.78125 -3.625,-3.625 -3.625,3.625 -1.75,-1.78125 3.625,-3.59375 -3.625,-3.625 1.75,-1.78125 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </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
deleted file mode 100644 (file)
index 4c4f8d6..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-<?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
deleted file mode 100644 (file)
index e353001..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 0536d1d..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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
deleted file mode 100644 (file)
index b9407e7..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 6d6ebf9..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-<?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-open-data.svg b/src/ui/gui/artwork/actions/24x24/file-open-data.svg
deleted file mode 100644 (file)
index ada5da8..0000000
+++ /dev/null
@@ -1,261 +0,0 @@
-<?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-open-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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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="g7000">
-      <rect
-         ry="1"
-         y="490.36218"
-         x="-614"
-         height="11"
-         width="3"
-         id="rect6763"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         transform="matrix(0.64938101,0.76046322,-0.76046322,0.64938101,0,0)"
-         ry="1"
-         y="777.05542"
-         x="-19.260319"
-         height="3"
-         width="9"
-         id="rect6823"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         ry="1"
-         transform="matrix(0,1,-1,0,0,0)"
-         y="603"
-         x="490.36218"
-         height="11"
-         width="3"
-         id="rect6763-1"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="498.36218"
-         x="-614"
-         height="3"
-         width="3"
-         id="rect6783"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="498.36218"
-         x="-601"
-         height="3"
-         width="3"
-         id="rect6783-9"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1"
-         y="496.36218"
-         x="-601"
-         height="5"
-         width="3"
-         id="rect6783-9-5"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="493.36218"
-         x="-605"
-         height="4"
-         width="4"
-         id="rect6821"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         ry="0"
-         y="490.36218"
-         x="-605"
-         height="1"
-         width="1.4453125"
-         id="rect6825"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="496.58484"
-         x="-599"
-         height="1.7773553"
-         width="1"
-         id="rect6827"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         ry="1"
-         y="500.36218"
-         x="-620"
-         height="11"
-         width="3"
-         id="rect6763-0"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         ry="0.95652175"
-         y="598"
-         x="509.36218"
-         height="22"
-         width="3"
-         id="rect6763-0-1"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1"
-         y="503.36218"
-         x="-614"
-         height="2"
-         width="18"
-         id="rect6865"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         ry="1"
-         y="496.36218"
-         x="-620"
-         height="4"
-         width="4"
-         id="rect6867"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="498.36218"
-         x="-620"
-         height="4"
-         width="3"
-         id="rect6867-3"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6894"
-         d="m -617,501.36218 c 0,-0.27614 0.10029,-0.53779 0.28125,-0.71875 0.18096,-0.18096 0.44261,-0.28125 0.71875,-0.28125 l -1,0 0,1 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="496.36218"
-         x="-617"
-         height="4"
-         width="1"
-         id="rect6902"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6894-7"
-         d="m -616,509.36218 c -0.27614,0 -0.53779,-0.10029 -0.71875,-0.28125 C -616.89971,508.89997 -617,508.63832 -617,508.36218 l 0,1 1,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6894-0"
-         d="m -615,508.36218 c 0,0.27614 -0.10029,0.53779 -0.28125,0.71875 -0.18096,0.18096 -0.44261,0.28125 -0.71875,0.28125 l 1,0 0,-1 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6958"
-         d="m -615,508.36218 1,-5 1,0 0,6 -2,0 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6996"
-         d="m -598,511.36218 2,-7 -18,0 0,6 13,0 0,1 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="488.36218"
-         x="-620"
-         height="24"
-         width="24"
-         id="rect6998"
-         style="fill:none;stroke:none" />
-    </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
deleted file mode 100644 (file)
index 4621c32..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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/file-save-data.svg b/src/ui/gui/artwork/actions/24x24/file-save-data.svg
deleted file mode 100644 (file)
index 7d95191..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-<?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-go-to-variable.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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(545,539.98724)"
-       style="display:inline"
-       id="g6229">
-      <rect
-         style="opacity:0;fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-         id="rect4861-5-4"
-         width="24"
-         height="24"
-         x="-545"
-         y="488.36218" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6179"
-         d="m -540.9994,505.36218 a 0.74788884,0.77928928 0 0 0 0,0.0313 0.74788884,0.77928928 0 0 0 0,0.0313 l 0,0.37568 a 0.74788884,0.77928928 0 0 0 0,0.0626 l 0,0.50091 0,5.00916 0,1.00183 6.99974,0 0.99996,0 0.99996,0 6.99974,0 0,-1.00183 0,-5.00916 0,-0.50091 0,-0.50092 -1.74993,0 -12.46828,0 -1.78119,0 z m 4.99982,2.03497 c 0.55225,0 0.99996,0.42094 0.99996,0.97053 l 0.99996,0 1.99992,0 0.99997,0 c 0,-0.54959 0.4477,-0.97053 0.99996,-0.97053 0.55226,0 0.99996,0.42094 0.99996,0.97053 0,1.09916 -0.8954,2.00366 -1.99992,2.00366 l -0.99997,0 -1.99992,0 -0.99996,0 c -1.10453,0 -1.99993,-0.9045 -1.99993,-2.00366 0,-0.54959 0.44771,-0.97053 0.99997,-0.97053 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-3-4-83"
-         d="m -527.00004,496.36233 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82255 5.43742,-4.82255 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="489.36218"
-         x="-535"
-         height="12"
-         width="4"
-         id="rect6166"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6199"
-         d="m -539.02666,502.36368 a 0.99574696,0.99257028 0 0 0 -0.87119,0.55826 l -0.99565,1.98494 a 1.0088085,1.0055901 0 0 0 1.80461,0.89943 l 0.99565,-1.98495 a 0.99574696,0.99257028 0 0 0 -0.93342,-1.45768 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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path6199-6"
-         d="m -526.97323,502.36389 a 0.99574696,0.99257028 0 0 1 0.87119,0.55826 l 0.99565,1.98494 a 1.0088085,1.0055901 0 0 1 -1.80461,0.89943 l -0.99565,-1.98495 a 0.99574696,0.99257028 0 0 1 0.93342,-1.45768 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:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-    </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
deleted file mode 100644 (file)
index 45c697f..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 2de1b9f..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 997f2cc..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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/24x24/view-value-labels.svg b/src/ui/gui/artwork/actions/24x24/view-value-labels.svg
deleted file mode 100644 (file)
index 5092308..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-<?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="view-value-labels.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="12.875286"
-     inkscape:cy="9.6348948"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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="guide5959" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide5961" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide5963" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide5965" />
-  </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
-       id="g3005">
-      <path
-         inkscape:connector-curvature="0"
-         id="path4057-0"
-         d="M 4.1428572,1029.3622 1,1032.5051 l 0,6.2857 12.571428,12.5714 9.428572,-9.4286 -12.571428,-12.5714 -6.2857148,0 z M 6.5,1032.5051 c 1.3018139,0 2.3571428,1.0554 2.3571428,2.3571 0,1.3019 -1.0553289,2.3571 -2.3571428,2.3571 -1.3018139,0 -2.3571428,-1.0552 -2.3571428,-2.3571 0,-1.3017 1.0553289,-2.3571 2.3571428,-2.3571 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="1028.3622"
-         x="0"
-         height="24"
-         width="24"
-         id="rect4141-20"
-         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
deleted file mode 100644 (file)
index b96171b..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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/data-split-file.svg b/src/ui/gui/artwork/actions/32x32/data-split-file.svg
deleted file mode 100644 (file)
index fe19441..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-<?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-split-file.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(65,540.00002)"
-       style="display:inline"
-       id="g5443">
-      <rect
-         y="508.36218"
-         x="-62"
-         height="1.9999996"
-         width="26"
-         id="rect5694-0-5"
-         style="fill:#555753" />
-      <rect
-         y="500.36218"
-         x="-62"
-         height="1.9999996"
-         width="26"
-         id="rect5694-7-1-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="500.36218"
-         x="-62"
-         height="3.9999993"
-         width="26"
-         id="rect5694-73-2-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1.9999996"
-         y="498.36218"
-         x="-62"
-         height="3.9999993"
-         width="26"
-         id="rect5694-9-6-0"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="500.36218"
-         x="-62"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-5-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="500.36218"
-         x="-38"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-8-8-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="500.36218"
-         x="-46"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-0-2-4"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="500.36218"
-         x="-54"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-86-9-7"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="492.36218"
-         x="-62"
-         height="1.9999996"
-         width="26"
-         id="rect5694-93-9-5"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-62"
-         height="1.9999996"
-         width="26"
-         id="rect5694-7-0-7-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-62"
-         height="3.9999993"
-         width="26"
-         id="rect5694-73-5-1-7"
-         style="fill:#555753;display:inline" />
-      <rect
-         ry="1.9999996"
-         y="482.36218"
-         x="-62"
-         height="3.9999993"
-         width="26"
-         id="rect5694-9-9-9-2"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-62"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-1-7-1"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-38"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-8-3-1-8"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-46"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-0-3-0-4"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="484.36218"
-         x="-54"
-         height="9.9999981"
-         width="2"
-         id="rect5694-733-86-7-9-0"
-         style="fill:#555753;display:inline" />
-      <rect
-         y="480.36218"
-         x="-65"
-         height="31.999994"
-         width="32"
-         id="rect5806-9-6"
-         style="fill:none" />
-      <rect
-         y="480.36218"
-         x="-65"
-         height="31.999994"
-         width="32"
-         id="rect5476-0-4"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/data-weight-cases.svg b/src/ui/gui/artwork/actions/32x32/data-weight-cases.svg
deleted file mode 100644 (file)
index fbbf3a1..0000000
+++ /dev/null
@@ -1,179 +0,0 @@
-<?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-weight-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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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,-290,717.63783)"
-       style="display:inline"
-       id="g4581-6">
-      <path
-         transform="matrix(2.5,0,0,1.5,-204.5,-74.681091)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 141,161.36218 c 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 l -2,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="2"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="143"
-         id="path4186-5-1-2"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <rect
-         y="152.36218"
-         x="152"
-         height="14"
-         width="2"
-         id="rect4188-5-0-3"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         y="153.36218"
-         x="147"
-         height="1"
-         width="12"
-         id="rect4190-8-6-8"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <path
-         transform="matrix(-1,0,0,-1.4999976,294,401.40509)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-8-7-9"
-         style="fill:#555753;fill-opacity:1;stroke:none"
-         sodipodi:type="arc" />
-      <path
-         transform="matrix(-1,0,0,-1.4999976,304,401.40508)"
-         sodipodi:end="6.2831853"
-         sodipodi:start="3.1415927"
-         d="m 143,161.36218 c 0,-1.10457 1.34315,-2 3,-2 1.65685,0 3,0.89543 3,2 l -3,0 z"
-         sodipodi:ry="2"
-         sodipodi:rx="3"
-         sodipodi:cy="161.36218"
-         sodipodi:cx="146"
-         id="path4192-1-4-1-7"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         sodipodi:type="arc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path4986-5-9-5"
-         d="m 148,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
-         style="fill:#555753;stroke:none" />
-      <path
-         id="path4986-0-9-8-8"
-         d="m 158,153.375 -3,6 0.75,0 2.25,-4.5 2.25,4.5 0.75,0 -3,-6 z m 2.25,6 -4.5,0 -0.25,0.5 5,0 -0.25,-0.5 z"
-         style="fill:#555753;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="151.36218"
-         x="145"
-         height="16"
-         width="16"
-         id="rect5025-4-2-4"
-         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
deleted file mode 100644 (file)
index b09c864..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-<?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
deleted file mode 100644 (file)
index bfea430..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-<?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-find.svg b/src/ui/gui/artwork/actions/32x32/edit-find.svg
deleted file mode 100644 (file)
index bde408f..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-<?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-insert-variable.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(290,540.00002)"
-       style="display:inline"
-       id="g6752">
-      <path
-         sodipodi:type="arc"
-         style="color:#000000;fill:none;stroke:#555753;stroke-width:1.74999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         id="path30094-3"
-         sodipodi:cx="307.5"
-         sodipodi:cy="386.5"
-         sodipodi:rx="3.5"
-         sodipodi:ry="3.5"
-         d="m 311,386.5 c 0,1.933 -1.567,3.5 -3.5,3.5 -1.933,0 -3.5,-1.567 -3.5,-3.5 0,-1.933 1.567,-3.5 3.5,-3.5 1.933,0 3.5,1.567 3.5,3.5 z"
-         transform="matrix(2.4000018,0,0,2.4000016,-1014.5005,-433.73845)" />
-      <path
-         inkscape:connector-curvature="0"
-         style="color:#000000;fill:#555753;fill-opacity:1;stroke:#555753;stroke-width:4.00000238;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         d="m -269.71965,500.62737 6.78784,6.80302"
-         id="path30096-2"
-         sodipodi:nodetypes="cc" />
-      <rect
-         y="480.36218"
-         x="-290"
-         height="32"
-         width="32"
-         id="rect30098-3"
-         style="color:#000000;fill:none;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-go-to-case.svg b/src/ui/gui/artwork/actions/32x32/edit-go-to-case.svg
deleted file mode 100644 (file)
index 37271d3..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-<?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-go-to-case.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(365,540.00002)"
-       style="display:inline"
-       id="g5751">
-      <path
-         inkscape:connector-curvature="0"
-         id="path5531-0"
-         d="m -347,492.36218 c -5.52285,0 -10,4.47715 -10,10 0,5.52286 4.47715,10 10,10 5.52285,0 10,-4.47714 10,-10 0,-5.52285 -4.47715,-10 -10,-10 z m 0,3.33333 c 1.96368,0 3.54167,1.49239 3.54167,3.33334 0,1.84094 -1.57799,3.33333 -3.54167,3.33333 -1.96368,0 -3.54167,-1.49239 -3.54167,-3.33333 0,-1.84095 1.57799,-3.33334 3.54167,-3.33334 z m -1.79167,6.66667 0,1.66667 3.58334,0 0,-1.66667 c 1.96368,0 3.54166,1.49239 3.54166,3.33334 0,1.84094 -2.38782,3.33333 -5.33333,3.33333 -2.94551,0 -5.33333,-1.49239 -5.33333,-3.33333 0,-1.84095 1.57798,-3.33334 3.54166,-3.33334 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4902-1-1"
-         width="32"
-         height="31.984814"
-         x="-365"
-         y="480.36218" />
-      <rect
-         y="480.36221"
-         x="-365"
-         height="31.984779"
-         width="32"
-         id="rect5357-0-8-1"
-         style="fill:none;stroke:none;display:inline" />
-      <path
-         id="rect5382-3-4-2-4-5"
-         d="m -357,480.36221 c -4.41828,0 -8,3.58001 -8,7.99619 0,1.10748 0.892,1.99905 2,1.99905 1.108,0 2,-0.89157 2,-1.99905 0,-2.20809 1.79084,-3.99809 4,-3.99809 l 2,0 c 1.62696,0 3.00006,0.98015 3.625,2.37387 l -3.625,3.62327 10,0 0,-9.99524 -3.4375,3.43586 c -1.44376,-2.08552 -3.83312,-3.43586 -6.5625,-3.43586 l -2,0 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-go-to-variable.svg b/src/ui/gui/artwork/actions/32x32/edit-go-to-variable.svg
deleted file mode 100644 (file)
index 6a87ba4..0000000
+++ /dev/null
@@ -1,162 +0,0 @@
-<?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-go-to-case.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(440,540.00002)"
-       style="display:inline"
-       id="g6018">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4898-0-0"
-         width="31.989262"
-         height="31.999989"
-         x="-439.98926"
-         y="480.36218" />
-      <rect
-         ry="1.9999971"
-         y="480.36221"
-         x="-434.00201"
-         height="3.9999943"
-         width="5.9979863"
-         id="rect5382-3-2-3"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         ry="1.9999971"
-         y="486.36221"
-         x="-440"
-         height="3.9999943"
-         width="3.9986577"
-         id="rect5382-7-4-4-4"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3792-2-8"
-         d="m -430.00335,490.3622 9.99665,-9.99998 0,9.99998 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="480.36221"
-         x="-440"
-         height="31.999954"
-         width="31.989262"
-         id="rect5357-05-0"
-         style="fill:none;stroke:none" />
-      <path
-         id="path6429-5-2-9-5-5-8"
-         d="m -432.00268,480.36222 c -4.41679,0 -7.99731,3.58171 -7.99731,7.99999 l 3.99866,0 c 0,-2.20914 1.79023,-4 3.99865,-4 l 0,-3.99999 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path6429-5-2-9-5-4-1-6"
-         d="m -430.00335,480.36222 c 4.4168,0 7.99732,3.58171 7.99732,7.99999 l -3.99866,0 c 0,-2.20914 -1.79024,-4 -3.99866,-4 l 0,-3.99999 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         id="rect5971-0"
-         d="m -426,492.36218 c -3.324,0 -6,2.676 -6,6 l 0,8 c 0,3.324 2.676,6 6,6 l 8,0 c 3.324,0 6,-2.676 6,-6 l 0,-8 c 0,-3.324 -2.676,-6 -6,-6 l -8,0 z m -0.59375,2.5625 4.59375,4.59375 4.59375,-4.59375 2.8125,2.84375 -4.59375,4.59375 4.59375,4.5625 -2.8125,2.84375 -4.59375,-4.59375 -4.59375,4.59375 -2.8125,-2.84375 4.59375,-4.5625 -4.59375,-4.59375 2.8125,-2.84375 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-insert-case.svg b/src/ui/gui/artwork/actions/32x32/edit-insert-case.svg
deleted file mode 100644 (file)
index 3ebd504..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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-insert-case.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(140,540.00002)"
-       style="display:inline"
-       id="g5787">
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4893-90"
-         width="32"
-         height="31.99999"
-         x="-140"
-         y="480.36218" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-3-4"
-         d="m -118.00004,504.36233 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82255 5.43742,-4.82255 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path5531-0-5"
-         d="m -124,482.36218 c -5.52285,0 -10,4.47715 -10,10 0,5.52286 4.47715,10 10,10 5.52285,0 10,-4.47714 10,-10 0,-5.52285 -4.47715,-10 -10,-10 z m 0,3.33333 c 1.96368,0 3.54167,1.49239 3.54167,3.33334 0,1.84094 -1.57799,3.33333 -3.54167,3.33333 -1.96368,0 -3.54167,-1.49239 -3.54167,-3.33333 0,-1.84095 1.57799,-3.33334 3.54167,-3.33334 z m -1.79167,6.66667 0,1.66667 3.58334,0 0,-1.66667 c 1.96368,0 3.54166,1.49239 3.54166,3.33334 0,1.84094 -2.38782,3.33333 -5.33333,3.33333 -2.94551,0 -5.33333,-1.49239 -5.33333,-3.33333 0,-1.84095 1.57798,-3.33334 3.54166,-3.33334 z"
-         style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/actions/32x32/edit-insert-variable.svg b/src/ui/gui/artwork/actions/32x32/edit-insert-variable.svg
deleted file mode 100644 (file)
index f56e703..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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-insert-case.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(215,540.00002)"
-       style="display:inline"
-       id="g6005">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5971"
-         d="m -203,482.375 c -3.324,0 -6,2.676 -6,6 l 0,8 c 0,3.324 2.676,6 6,6 l 8,0 c 3.324,0 6,-2.676 6,-6 l 0,-8 c 0,-3.324 -2.676,-6 -6,-6 l -8,0 z m -0.59375,2.5625 4.59375,4.59375 4.59375,-4.59375 2.8125,2.84375 -4.59375,4.59375 4.59375,4.5625 -2.8125,2.84375 -4.59375,-4.59375 -4.59375,4.59375 -2.8125,-2.84375 4.59375,-4.5625 -4.59375,-4.59375 2.8125,-2.84375 z"
-         style="fill:#555753;fill-opacity:1;stroke:none" />
-      <rect
-         style="opacity:0;fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
-         id="rect4889-8-0"
-         width="32"
-         height="32.000004"
-         x="-215"
-         y="480.36218" />
-      <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:#bebebe;fill:#555753;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"
-         sodipodi:nodetypes="ccccccccccccc"
-         id="path15265-7-0-4"
-         d="m -193.00004,504.3622 -1.99998,0 c -0.5138,2e-5 -1.0569,0.23572 -1.4375,0.56738 l -2.56246,2.32618 -2.56246,-2.3262 c -0.38008,-0.33212 -0.9237,-0.56736 -1.43754,-0.56728 l -2,0 -2e-5,1.81558 c 0,0.56182 0.1804,1.00274 0.5626,1.36164 l 5.43748,4.82256 5.43742,-4.82256 c 0.38186,-0.35898 0.5625,-0.79986 0.5625,-1.36168 l 0,-1.81556 z"
-         inkscape:connector-curvature="0" />
-    </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
deleted file mode 100644 (file)
index 21d4ba0..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 0eb4da8..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 8bea517..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 6252c7e..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 3103a60..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-<?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-open-data.svg b/src/ui/gui/artwork/actions/32x32/file-open-data.svg
deleted file mode 100644 (file)
index 130486c..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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-open-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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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="translate(590,540.00002)"
-       style="display:inline"
-       id="g5593">
-      <g
-         id="g4234">
-        <path
-           inkscape:connector-curvature="0"
-           d="m -588.93723,490.36218 c -0.57825,0 -1.06249,0.4842 -1.06249,1.0626 l 0,19.875 c 0,0.597 0.46528,1.0624 1.06249,1.0624 l 27.62476,0 c 0.5972,0 1.06249,-0.4652 1.06249,-1.0624 L -558,501.46798 c 0,-0.5782 -0.48423,-1.0624 -1.06249,-1.0624 l -23.1873,0 -1.74998,6.9566 c 0,0.554 -0.446,1 -0.99999,1 -0.554,0 -0.99999,-0.446 -0.99999,-1 l 0,-9.9932 c 0,-0.554 0.44599,-1 0.99999,-1 l 0.93229,0 0,-6.0068 z"
-           id="rect3845-5-8-0"
-           sodipodi:nodetypes="ccccccccccscccccc"
-           style="fill:#555753;fill-opacity:1;stroke:none;display:inline" />
-        <path
-           inkscape:connector-curvature="0"
-           d="m -580.3748,482.36218 c -0.91679,0.175 -1.64143,1.0668 -1.62499,2 l 0,14 3.99997,0 0,-12 7.99993,0 0,6 5.99994,0 0,6 3.99997,0 0,-6.875 c 0.012,-0.5282 -0.1952,-1.058 -0.5625,-1.4376 l -7.12493,-7.1249 c -0.37956,-0.3674 -0.90937,-0.57474 -1.43749,-0.5625 l -10.87491,0 c -0.0624,-0.002 -0.12499,-0.002 -0.18739,0 -0.0624,-0.002 -0.125,-0.002 -0.1874,0 z"
-           id="path1234-3-9-3"
-           sodipodi:nodetypes="cccccccccccccccccc"
-           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" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect4672-4"
-           width="31.99972"
-           height="32"
-           x="-590"
-           y="480.36218" />
-      </g>
-    </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
deleted file mode 100644 (file)
index 5042cfc..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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/file-save-data.svg b/src/ui/gui/artwork/actions/32x32/file-save-data.svg
deleted file mode 100644 (file)
index a74fc7c..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?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-go-to-variable.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="12.257418"
-     inkscape:cy="13.866184"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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.9999979,1120,27.638937)"
-       style="fill:#555753;display:inline"
-       id="g5492-4">
-      <rect
-         style="opacity:0;fill:#555753;fill-opacity:1;stroke:none;display:inline"
-         id="rect4861-5-9"
-         width="16"
-         height="16.000017"
-         x="-560"
-         y="496.36215" />
-      <path
-         id="rect4390-9-3-5"
-         d="m -555.625,505.37498 a 0.49861137,0.522077 0 0 0 -0.28125,0.21875 l -0.96875,1.5625 a 0.49861137,0.522077 0 0 0 -0.125,0.21875 0.49861137,0.522077 0 0 0 0,0.0313 l 0,0.25 a 0.49861137,0.522077 0 0 0 0,0.0313 l 0,3.6875 10,0 0,-3.6875 0,-0.3125 a 0.49861137,0.522077 0 0 0 -0.0937,-0.21875 l -1,-1.5625 a 0.49861137,0.522077 0 0 0 -0.5,-0.21875 0.49861137,0.522077 0 0 0 -0.0625,0 0.49861137,0.522077 0 0 0 -0.25,0.8125 l 0.75,1.1875 -7.6875,0 0.75,-1.1875 a 0.49861137,0.522077 0 0 0 -0.5,-0.8125 0.49861137,0.522077 0 0 0 -0.0313,0 z m 5.125,3.40625 c 0.26418,0 0.50373,0.26709 0.5,0.53125 l 0,0.0625 c 0,0.54535 -0.45465,1 -1,1 l -2,0 c -0.54535,0 -1,-0.45465 -1,-1 l 0,-0.0625 c -0.0108,-0.21706 0.13723,-0.43234 0.34375,-0.5 0.0208,-10e-4 0.0417,-10e-4 0.0625,0 0.29096,-0.0556 0.59898,0.20383 0.59375,0.5 l 0,0.0625 2,0 0,-0.0625 c -0.004,-0.26416 0.23582,-0.53125 0.5,-0.53125 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:#bebebe;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         d="m -553,497.36216 0,5.5625 -1.28125,-1.28125 c -0.18816,-0.18815 -0.45345,-0.28124 -0.71875,-0.28125 l -1,0 0,1 c 10e-6,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 0.28125,0.28125 0.875,0 0.28125,-0.28125 3,-3 c 0.18819,-0.18817 0.28124,-0.45345 0.28125,-0.71875 l 0,-1 -1,0 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 l -1.28125,1.28125 0,-5.5625 z"
-         id="path3613-2-2"
-         sodipodi:nodetypes="ccccccccccccccccccc"
-         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;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" />
-    </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
deleted file mode 100644 (file)
index 00ca4a2..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-<?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
deleted file mode 100644 (file)
index def5672..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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
deleted file mode 100644 (file)
index 9c05c37..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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>
diff --git a/src/ui/gui/artwork/actions/32x32/view-value-labels.svg b/src/ui/gui/artwork/actions/32x32/view-value-labels.svg
deleted file mode 100644 (file)
index a306108..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="view-value-labels.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="12.257418"
-     inkscape:cy="10.294756"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="705"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="0"
-     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="guide6413" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6415" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6417" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6419" />
-  </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.0000001,190,777.63782)"
-       style="display:inline"
-       id="g4959-0-0">
-      <path
-         inkscape:connector-curvature="0"
-         id="path4057-0-0"
-         d="m -92,122.375 -2,2 0,4 8,8 6,-6 -8,-8 -4,0 z m 1.5,2 c 0.828427,0 1.5,0.67157 1.5,1.5 0,0.82843 -0.671573,1.5 -1.5,1.5 -0.828427,0 -1.5,-0.67157 -1.5,-1.5 0,-0.82843 0.671573,-1.5 1.5,-1.5 z"
-         style="fill:#555753;stroke:none" />
-      <rect
-         y="121.36218"
-         x="-95"
-         height="16"
-         width="16"
-         id="rect4141-20-4"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/16x16/pspp.svg b/src/ui/gui/artwork/apps/16x16/pspp.svg
deleted file mode 100644 (file)
index 8132d6d..0000000
+++ /dev/null
@@ -1,1109 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16.000004"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4">
-      <stop
-         id="stop17661-0-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0" />
-      <stop
-         id="stop17669-0-2"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9">
-      <stop
-         id="stop17341-6-2"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0">
-      <stop
-         id="stop17771-8-6"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4-7">
-      <stop
-         id="stop17661-0-5-4"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2-0" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0-9" />
-      <stop
-         id="stop17669-0-2-6"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4-2">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9-0">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5-1" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4-3" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6-2">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0-9" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9-5" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6-3">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0-3" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6-7" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9-0">
-      <stop
-         id="stop17341-6-2-7"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0-8">
-      <stop
-         id="stop17771-8-6-5"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1">
-      <stop
-         id="stop17661-8-4-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9" />
-      <stop
-         id="stop17669-1-7-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-5-8-9">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-3-1-8">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-9-7-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-8-0-5">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-8-8-9">
-      <stop
-         id="stop17771-2-4-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       id="radialGradient6108"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1-5"
-       id="linearGradient6157-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1-5">
-      <stop
-         id="stop17661-8-4-5-9"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9-5" />
-      <stop
-         id="stop17669-1-7-1-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9-7"
-       id="linearGradient6154-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9-7">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-3-1-8-9"
-       id="radialGradient6144-3"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-3-1-8-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8-4" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-9-7-0-0"
-       id="radialGradient6141-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-9-7-0-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-8-0-5-2"
-       id="radialGradient6138-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-8-0-5-2">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5-9" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-8-8-9-7"
-       id="radialGradient6121-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-8-8-9-7">
-      <stop
-         id="stop17771-2-4-1-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3-1"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6241"
-       xlink:href="#linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1-8"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4-9"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4343"
-       xlink:href="#linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1-5-4"
-       id="linearGradient6672"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.36707324,0,0,0.35347208,263.0148,229.38933)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1-5-4">
-      <stop
-         id="stop17661-8-4-5-9-1"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2-2-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9-5-7" />
-      <stop
-         id="stop17669-1-7-1-0-7"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7-6-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9-7-8"
-       id="linearGradient6669"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.36680555,0,0,0.35347208,263.03968,229.38933)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9-7-8">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1-7-1" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2-7-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-9-7-7-7-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-5-3-2-7-9" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-7-7-2-3-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-6-3-5-9-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-4-0-9-2-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-0-7-0-0-7" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-5-2-0-6-4"
-       id="linearGradient7009"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.36603119,0,0,0.33932422,263.11807,230.33435)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-5-2-0-6-4">
-      <stop
-         id="stop17661-0-8-7-6-3-3"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5-9-4-8-3" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-4-7-6-9-3" />
-      <stop
-         id="stop17669-0-1-0-0-0-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-7-5-8-9-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-0-1-4-1-9"
-       id="linearGradient7006"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.36576426,0,0,0.33932422,263.14288,230.33435)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-0-1-4-1-9">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-2-8-3-3-4" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-8-2-3-8-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1-3-8"
-       id="radialGradient6968"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-5-8-1-3-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-2-8-5-0-6" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-7-9-7-1-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-2-8-1-9-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-8-1-1-4-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-8-7-2-9-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-8-0-3-0-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-0-6-8-2-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4-2-1-7-9" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-5-7-7-1-9"
-       id="radialGradient6998"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16282379,0,0,0.08263675,283.19108,249.77846)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-5-7-7-1-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-8-1-2-7-7" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-8-0-2-4-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-8-9-2-4-7"
-       id="radialGradient6995"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.09812334,0,0,0.08805032,290.41371,251.23085)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-8-9-2-4-7">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-06-3-8-9-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-97-2-4-1-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-1-8-0-1-1"
-       id="radialGradient6992"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10857367,0,0,0.14452835,288.70376,238.1105)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-1-8-0-1-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-6-2-2-0-4" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-5-1-5-4-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1-3-8"
-       id="radialGradient6989"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.07095537,0,0,0.0214499,295.24943,258.36842)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-7-9-2-5-0"
-       id="radialGradient6986"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.08002031,0.05826945,-0.02858465,0.04010557,296.46343,247.63082)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-7-9-2-5-0">
-      <stop
-         id="stop17771-8-5-4-7-7-7"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-49-6-1-8-1"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="12.141073"
-     inkscape:cy="5.3229147"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="-5.9999616,-8.9999956"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="-5.9999616,247"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="-5.9999616px"
-       originy="-8.9999956px" />
-    <sodipodi:guide
-       position="-5.9999616,-8.9999956"
-       orientation="0,48"
-       id="guide6507" />
-    <sodipodi:guide
-       position="-5.9999616,39.000005"
-       orientation="48,0"
-       id="guide6513" />
-    <sodipodi:guide
-       position="-5.9999616,-8.9999956"
-       orientation="0,32"
-       id="guide6823" />
-    <sodipodi:guide
-       position="26.000038,-8.9999956"
-       orientation="-32,0"
-       id="guide6825" />
-    <sodipodi:guide
-       position="26.000038,23.000005"
-       orientation="0,-32"
-       id="guide6827" />
-    <sodipodi:guide
-       position="-5.9999616,23.000005"
-       orientation="32,0"
-       id="guide6829" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1939.7427,-890.77905)">
-    <g
-       transform="translate(1643.7427,638.77905)"
-       style="display:inline;enable-background:new"
-       id="g7056">
-      <path
-         sodipodi:type="arc"
-         style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9-2-1);enable-background:accumulate"
-         id="path17141-8-8-4-7-6-1"
-         sodipodi:cx="124.09724"
-         sodipodi:cy="202.61343"
-         sodipodi:rx="101.46983"
-         sodipodi:ry="58.336311"
-         d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
-         transform="matrix(0.06919413,0,0,0.0702391,295.4132,248.3542)" />
-      <path
-         id="path12964-1-9-2-1-4-9"
-         d="m 310.61209,259.69065 c -0.78587,-1.70375 -3.45058,-2.95823 -6.61968,-2.95823 -3.1691,0 -4.78068,0.95638 -5.56655,2.66013 l -1.28957,0.2981 0,2.81637 c 0,2.20865 3.0699,3.99893 6.85612,3.99893 3.7866,0 6.85577,-1.79028 6.85577,-3.99893 l 0,-2.81637 -0.23609,0 0,0 z"
-         style="fill:url(#linearGradient7009);fill-opacity:1;fill-rule:nonzero;stroke:none"
-         sodipodi:nodetypes="cscccscccc"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path12971-9-4-6-0-8-0"
-         d="m 310.83818,259.69065 c 0,2.209 -3.06693,3.99927 -6.85076,3.99927 -3.78383,0 -6.85113,-1.79027 -6.85113,-3.99927 0,-2.209 3.06766,-3.99928 6.85113,-3.99928 3.78383,0 6.85076,1.79028 6.85076,3.99928 l 0,0 z"
-         style="fill:url(#linearGradient7006);fill-opacity:1;fill-rule:nonzero;stroke:none"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:transform-center-y="-27.143788"
-         inkscape:transform-center-x="-46.727316"
-         id="path12985-5-0-4-1-0-8"
-         d="m 310.78141,259.18555 c -0.36864,-2.53282 -4.5469,-3.33925 -5.32455,-3.31622 l -1.73229,3.89304 6.77266,-0.57679 0.28418,-3e-5 z"
-         style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-         sodipodi:nodetypes="ccccc"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:transform-center-x="5.807534"
-         inkscape:transform-center-y="-28.186395"
-         id="path12999-5-4-4-4-6-4"
-         d="m 303.83301,259.73681 -2.95507,-3.61601 c 1.2871,-0.46777 3.37047,-0.49774 4.59971,-0.37096 l -1.64464,3.98697 z"
-         style="fill:#73d216;fill-rule:nonzero;stroke:none"
-         sodipodi:nodetypes="cccc"
-         inkscape:connector-curvature="0" />
-      <path
-         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
-         id="path17034-1-9-7-7-1-3"
-         d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-         style="fill:url(#radialGradient6968);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1-9-4)"
-         inkscape:connector-curvature="0" />
-      <path
-         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
-         inkscape:transform-center-y="-27.143788"
-         inkscape:transform-center-x="-46.727316"
-         id="path17349-0-2-6-7-4-8"
-         d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-         style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2-9-5)"
-         sodipodi:nodetypes="cccc"
-         inkscape:connector-curvature="0" />
-      <path
-         transform="matrix(0.07095537,0,0,0.0717202,294.9484,251.18279)"
-         inkscape:transform-center-x="5.807534"
-         inkscape:transform-center-y="-28.186395"
-         id="path17872-0-8-6-0-5-6"
-         d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-         style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8-2-8)"
-         sodipodi:nodetypes="cccc"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccc"
-         style="fill:url(#radialGradient6998);fill-opacity:1;fill-rule:nonzero;stroke:none"
-         d="m 303.83301,258.26611 -2.95507,-3.61601 c 1.2871,-0.46777 3.37047,-0.49774 4.59971,-0.37096 l -1.64464,3.98697 z"
-         id="path17763-73-6-0-0-1-1"
-         inkscape:transform-center-y="-28.186395"
-         inkscape:transform-center-x="5.807534"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccc"
-         style="fill:url(#radialGradient6995);fill-opacity:1;fill-rule:nonzero;stroke:none"
-         d="m 310.71045,256.24503 c -0.36864,-2.53283 -4.47594,-3.26754 -5.25359,-3.24451 l -1.66133,3.87511 6.91492,-0.6306 z"
-         id="path17303-0-4-7-6-6-0"
-         inkscape:transform-center-x="-46.727316"
-         inkscape:transform-center-y="-27.143788"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path17305-1-8-0-4-3-3"
-         d="m 303.83556,256.83076 -0.0177,2.88673 6.95362,-0.50204 -0.071,-3.01224 -6.86493,0.62755 z"
-         style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6992);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:connector-curvature="0" />
-      <path
-         style="opacity:0.68235294;fill:url(#radialGradient6989);fill-opacity:1;fill-rule:nonzero;stroke:none"
-         d="m 297.14084,259.54716 c -0.003,0.0476 -0.005,0.0954 -0.005,0.14344 0,2.209 3.0678,3.9984 6.85164,3.9984 3.78382,0 6.8494,-1.7894 6.8494,-3.9984 0,-0.0481 -0.001,-0.0958 -0.005,-0.14344 -0.12934,2.14255 -3.14339,3.85495 -6.84497,3.85495 -3.70159,0 -6.71785,-1.7124 -6.8472,-3.85495 z"
-         id="path17493-0-2-3-6-7-4"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="ccccc"
-         id="path17765-5-6-5-0-0-9"
-         d="m 303.82902,259.75613 -2.93512,-3.60068 0,-1.54677 2.98099,3.69468 -0.0459,1.45277 z"
-         style="color:#000000;fill:url(#radialGradient6986);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="252"
-         x="296"
-         height="16.000004"
-         width="16"
-         id="rect4769-9-9-7-7-8"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/22x22/pspp.svg b/src/ui/gui/artwork/apps/22x22/pspp.svg
deleted file mode 100644 (file)
index de2ccd7..0000000
+++ /dev/null
@@ -1,1175 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="21.99999"
-   height="22"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4">
-      <stop
-         id="stop17661-0-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0" />
-      <stop
-         id="stop17669-0-2"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9">
-      <stop
-         id="stop17341-6-2"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0">
-      <stop
-         id="stop17771-8-6"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4-7">
-      <stop
-         id="stop17661-0-5-4"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2-0" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0-9" />
-      <stop
-         id="stop17669-0-2-6"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4-2">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9-0">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5-1" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4-3" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6-2">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0-9" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9-5" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6-3">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0-3" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6-7" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9-0">
-      <stop
-         id="stop17341-6-2-7"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0-8">
-      <stop
-         id="stop17771-8-6-5"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1"
-       id="linearGradient6157"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1">
-      <stop
-         id="stop17661-8-4-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9" />
-      <stop
-         id="stop17669-1-7-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9"
-       id="linearGradient6154"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-3-1-8"
-       id="radialGradient6144"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-3-1-8">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-9-7-0"
-       id="radialGradient6141"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-9-7-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-8-0-5"
-       id="radialGradient6138"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-8-0-5">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-8-8-9"
-       id="radialGradient6121"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-8-8-9">
-      <stop
-         id="stop17771-2-4-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       id="radialGradient6108"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4277"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       inkscape:collect="always" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-3-3-5-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-8-3-6-3" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1-5"
-       id="linearGradient6157-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1-5">
-      <stop
-         id="stop17661-8-4-5-9"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9-5" />
-      <stop
-         id="stop17669-1-7-1-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9-7"
-       id="linearGradient6154-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9-7">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2-7" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-9-7-7-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-5-3-2-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-7-7-2-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-6-3-5-9" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-3-1-8-9"
-       id="radialGradient6144-3"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-3-1-8-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8-4" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-9-7-0-0"
-       id="radialGradient6141-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-9-7-0-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-8-0-5-2"
-       id="radialGradient6138-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-8-0-5-2">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5-9" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8-7" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-6-3-7-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-5-8-5-4" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-8-8-9-7"
-       id="radialGradient6121-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-8-8-9-7">
-      <stop
-         id="stop17771-2-4-1-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3-1"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6241"
-       xlink:href="#linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1-8"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4-9"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4343"
-       xlink:href="#linearGradient17039-3-7-98-4-3"
-       inkscape:collect="always" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-4-0-9-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-0-7-0-0" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-5-2-0-6"
-       id="linearGradient6491-9"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.54904678,0,0,0.50898621,246.67711,135.50154)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-5-2-0-6">
-      <stop
-         id="stop17661-0-8-7-6-3"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5-9-4-8" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-4-7-6-9" />
-      <stop
-         id="stop17669-0-1-0-0-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-7-5-8-9"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-0-1-4-1"
-       id="linearGradient6488-9"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.54864639,0,0,0.50898621,246.71432,135.50154)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-0-1-4-1">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-2-8-3-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-8-2-3-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1-3"
-       id="radialGradient6419-1"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-5-8-1-3">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-2-8-5-0" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-7-9-7-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-2-8-1-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-8-1-1-4" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-8-7-2-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-8-0-3-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-0-6-8-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4-2-1-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-5-7-7-1"
-       id="radialGradient6479-8"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24423569,0,0,0.12395509,276.78662,164.6677)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-5-7-7-1">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-8-1-2-7" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-8-0-2-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-8-9-2-4"
-       id="radialGradient6476-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14718501,0,0,0.13207545,287.62056,166.84628)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-8-9-2-4">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-06-3-8-9" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-97-2-4-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-1-8-0-1"
-       id="radialGradient6473-8"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.1628605,0,0,0.21679247,285.05564,147.16576)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-1-8-0-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-6-2-2-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-5-1-5-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1-3"
-       id="radialGradient6463-4"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10643305,0,0,0.03217484,294.87415,177.55263)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-7-9-2-5"
-       id="radialGradient6454-9"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12003047,0.08740416,-0.04287698,0.06015834,296.69515,161.44623)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-7-9-2-5">
-      <stop
-         id="stop17771-8-5-4-7-7"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-49-6-1-8"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-22-7-6-0"
-       id="radialGradient6451-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10643305,0,0,0.11332188,294.4226,165.68837)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-22-7-6-0">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-4-6-5-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-5-3-5-6" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="14.141066"
-     inkscape:cy="13.322915"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="-3.9999686,-0.99999492"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="-3.9999686,255"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="-3.9999686px"
-       originy="-0.99999492px" />
-    <sodipodi:guide
-       position="-3.9999686,-0.99999492"
-       orientation="0,48"
-       id="guide6507" />
-    <sodipodi:guide
-       position="-3.9999686,47.000005"
-       orientation="48,0"
-       id="guide6513" />
-    <sodipodi:guide
-       position="-3.9999686,-0.99999492"
-       orientation="0,32"
-       id="guide6823" />
-    <sodipodi:guide
-       position="28.000031,-0.99999492"
-       orientation="-32,0"
-       id="guide6825" />
-    <sodipodi:guide
-       position="28.000031,31.000005"
-       orientation="0,-32"
-       id="guide6827" />
-    <sodipodi:guide
-       position="-3.9999686,31.000005"
-       orientation="32,0"
-       id="guide6829" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1937.7427,-892.77905)">
-    <g
-       transform="matrix(0.91666624,0,0,0.91666669,1666.4095,738.77905)"
-       style="display:inline;enable-background:new"
-       id="g6510-1">
-      <g
-         id="g6494-7">
-        <path
-           transform="matrix(0.1037912,0,0,0.10535863,295.1198,162.5313)"
-           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8-8-4-7-6"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9-2);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient6491-9);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 317.91814,179.53597 c -1.17881,-2.55562 -5.17587,-4.43734 -9.92952,-4.43734 -4.75365,0 -7.17102,1.43457 -8.34983,3.99019 l -1.93436,0.44715 0,4.22456 c 0,3.31298 4.60485,5.9984 10.28419,5.9984 5.67989,0 10.28365,-2.68542 10.28365,-5.9984 l 0,-4.22456 -0.35413,0 0,0 z"
-           id="path12964-1-9-2-1-4" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient6488-9);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 318.25727,179.53597 c 0,3.3135 -4.6004,5.99891 -10.27614,5.99891 -5.67575,0 -10.2767,-2.68541 -10.2767,-5.99891 0,-3.3135 4.60149,-5.99891 10.2767,-5.99891 5.67574,0 10.27614,2.68541 10.27614,5.99891 l 0,0 z"
-           id="path12971-9-4-6-0-8" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="m 318.17212,178.77833 c -0.55297,-3.79924 -6.82035,-5.00888 -7.98683,-4.97434 l -2.59843,5.83956 10.15899,-0.86518 0.42627,-4e-5 z"
-           id="path12985-5-0-4-1-0"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="m 307.74952,179.60521 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
-           id="path12999-5-4-4-4-6"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient6419-1);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1-9)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1-9-7-7-1"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2-9)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0-2-6-7-4"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8-2)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0-8-6-0-5"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73-6-0-0-1"
-           d="m 307.74952,177.39916 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
-           style="fill:url(#radialGradient6479-8);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0-4-7-6-6"
-           d="m 318.06568,174.36754 c -0.55296,-3.79924 -6.71391,-4.9013 -7.88039,-4.86676 l -2.492,5.81267 10.37239,-0.94591 z"
-           style="fill:url(#radialGradient6476-2);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6473-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.75334,175.24614 -0.0266,4.3301 10.43044,-0.75306 -0.10643,-4.51837 -10.2974,0.94133 z"
-           id="path17305-1-8-0-4-3"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0-2-3-6-7"
-           d="m 297.71126,179.32074 c -0.004,0.0714 -0.007,0.14313 -0.007,0.21516 0,3.3135 4.6017,5.9976 10.27745,5.9976 5.67574,0 10.27411,-2.6841 10.27411,-5.9976 0,-0.0721 -0.002,-0.14376 -0.007,-0.21516 -0.194,3.21382 -4.71508,5.78243 -10.26745,5.78243 -5.55239,0 -10.07677,-2.56861 -10.2708,-5.78243 z"
-           style="opacity:0.68235294;fill:url(#radialGradient6463-4);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient6454-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.74353,179.6342 -4.40268,-5.40102 0,-2.32016 4.47149,5.54202 -0.0688,2.17916 z"
-           id="path17765-5-6-5-0-0"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient6451-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.72673,177.42463 -4.07106,-5.37901 c 1.56648,-0.42231 3.48989,-0.55601 5.40147,-0.69927 -1.88032,-0.0569 -4.00011,0.0672 -5.72078,0.5648 l 0,2.31297 0.0798,-1.99024 4.31054,5.19075 z"
-           id="path17788-5-9-9-6-9"
-           sodipodi:nodetypes="ccccccc" />
-      </g>
-      <rect
-         y="168"
-         x="296"
-         height="24"
-         width="24"
-         id="rect4769-9-9-7-7"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/24x24/pspp.svg b/src/ui/gui/artwork/apps/24x24/pspp.svg
deleted file mode 100644 (file)
index 437d979..0000000
+++ /dev/null
@@ -1,1326 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4">
-      <stop
-         id="stop17661-0-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0" />
-      <stop
-         id="stop17669-0-2"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9">
-      <stop
-         id="stop17341-6-2"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0">
-      <stop
-         id="stop17771-8-6"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-4-7"
-       id="linearGradient16454-8-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4-7">
-      <stop
-         id="stop17661-0-5-4"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2-0" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0-9" />
-      <stop
-         id="stop17669-0-2-6"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-4-2"
-       id="linearGradient16451-7-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-4-2">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17529-6-3"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-8-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-0-2" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-3-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17089-2-4"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-3-5"
-       id="linearGradient17761-3-7"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-3-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-3-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-7-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-1-6"
-       id="linearGradient17283-5-4"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-1-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-8-1" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-5-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-9-0"
-       id="radialGradient17870-0-1"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9-9-0">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5-1" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-6-2"
-       id="radialGradient17323-8-3"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98-6-2">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0-9" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-6-3"
-       id="radialGradient17331-6-7"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1-6-3">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0-3" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6-6"
-       id="radialGradient17315-8-0"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-6-6">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-4-3" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-9-2" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-9-0"
-       id="linearGradient17337-2-4"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7-9-0">
-      <stop
-         id="stop17341-6-2-7"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6-6"
-       id="radialGradient17347-7-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-6-2"
-       id="radialGradient17657-1-6"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-6-2">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-4-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-4-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17495-2-0"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-9-3"
-       id="linearGradient17539-1-8"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-9-3">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-0-5" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-1-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-8-6"
-       id="radialGradient17737-3-1"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-8-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-0-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-0-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-0-8"
-       id="radialGradient17773-6-2"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1-0-8">
-      <stop
-         id="stop17771-8-6-5"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-2-0"
-       id="radialGradient17796-8-6"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-2-0">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-3-6" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-0-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3-0-5"
-       id="radialGradient17854-7-3"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3-0-5">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7-9-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3-5-5" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-5-6"
-       id="linearGradient17936-7-4"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-5-6">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-1-8" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-9-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-3-3-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-8-3-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1"
-       id="linearGradient6157"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1">
-      <stop
-         id="stop17661-8-4-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9" />
-      <stop
-         id="stop17669-1-7-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9"
-       id="linearGradient6154"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-9-7-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-5-3-2" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-7-7-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-6-3-5" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-3-1-8"
-       id="radialGradient6144"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-3-1-8">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-9-7-0"
-       id="radialGradient6141"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-9-7-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-8-0-5"
-       id="radialGradient6138"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-8-0-5">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-6-3-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-5-8-5" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-8-8-9"
-       id="radialGradient6121"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-8-8-9">
-      <stop
-         id="stop17771-2-4-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       id="radialGradient6108"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4277"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       inkscape:collect="always" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-4-0-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-0-7-0" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-5-2-0"
-       id="linearGradient6491"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.54904678,0,0,0.50898621,246.67711,135.50154)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-5-2-0">
-      <stop
-         id="stop17661-0-8-7-6"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5-9-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-4-7-6" />
-      <stop
-         id="stop17669-0-1-0-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-7-5-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-0-1-4"
-       id="linearGradient6488"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.54864639,0,0,0.50898621,246.71432,135.50154)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-0-1-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-2-8-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-8-2-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1"
-       id="radialGradient6419"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-5-8-1">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-2-8-5" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-7-9-7" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-2-8-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-8-1-1" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-8-7-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-8-0-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-0-6-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4-2-1" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-5-7-7"
-       id="radialGradient6479"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24423569,0,0,0.12395509,276.78662,164.6677)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-5-7-7">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-8-1-2" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-8-0-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-8-9-2"
-       id="radialGradient6476"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14718501,0,0,0.13207545,287.62056,166.84628)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-8-9-2">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-06-3-8" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-97-2-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-1-8-0"
-       id="radialGradient6473"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.1628605,0,0,0.21679247,285.05564,147.16576)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-1-8-0">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-6-2-2" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-5-1-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8-1"
-       id="radialGradient6463"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10643305,0,0,0.03217484,294.87415,177.55263)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-7-9-2"
-       id="radialGradient6454"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12003047,0.08740416,-0.04287698,0.06015834,296.69515,161.44623)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-7-9-2">
-      <stop
-         id="stop17771-8-5-4-7"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-49-6-1"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-22-7-6"
-       id="radialGradient6451"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10643305,0,0,0.11332188,294.4226,165.68837)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-22-7-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-4-6-5" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-5-3-5" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="13.141035"
-     inkscape:cy="12.82291"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="-5,-4"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="-5,252"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="-5px"
-       originy="-4px" />
-    <sodipodi:guide
-       position="-5,-4"
-       orientation="0,48"
-       id="guide6507" />
-    <sodipodi:guide
-       position="-5,44"
-       orientation="48,0"
-       id="guide6513" />
-    <sodipodi:guide
-       position="-5,-4"
-       orientation="0,32"
-       id="guide6823" />
-    <sodipodi:guide
-       position="27,-4"
-       orientation="-32,0"
-       id="guide6825" />
-    <sodipodi:guide
-       position="27,28"
-       orientation="0,-32"
-       id="guide6827" />
-    <sodipodi:guide
-       position="-5,28"
-       orientation="32,0"
-       id="guide6829" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1938.7427,-887.77905)">
-    <g
-       transform="translate(1642.7427,719.77905)"
-       style="display:inline;enable-background:new"
-       id="g6510">
-      <g
-         id="g6494">
-        <path
-           transform="matrix(0.1037912,0,0,0.10535863,295.1198,162.5313)"
-           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8-8-4-7"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0-9);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient6491);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 317.91814,179.53597 c -1.17881,-2.55562 -5.17587,-4.43734 -9.92952,-4.43734 -4.75365,0 -7.17102,1.43457 -8.34983,3.99019 l -1.93436,0.44715 0,4.22456 c 0,3.31298 4.60485,5.9984 10.28419,5.9984 5.67989,0 10.28365,-2.68542 10.28365,-5.9984 l 0,-4.22456 -0.35413,0 0,0 z"
-           id="path12964-1-9-2-1" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient6488);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 318.25727,179.53597 c 0,3.3135 -4.6004,5.99891 -10.27614,5.99891 -5.67575,0 -10.2767,-2.68541 -10.2767,-5.99891 0,-3.3135 4.60149,-5.99891 10.2767,-5.99891 5.67574,0 10.27614,2.68541 10.27614,5.99891 l 0,0 z"
-           id="path12971-9-4-6-0" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="m 318.17212,178.77833 c -0.55297,-3.79924 -6.82035,-5.00888 -7.98683,-4.97434 l -2.59843,5.83956 10.15899,-0.86518 0.42627,-4e-5 z"
-           id="path12985-5-0-4-1"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="m 307.74952,179.60521 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
-           id="path12999-5-4-4-4"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient6419);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8-1)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1-9-7-7"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7-2)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0-2-6-7"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6-8)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0-8-6-0"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(0.10643305,0,0,0.10758027,294.4226,166.77419)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73-6-0-0"
-           d="m 307.74952,177.39916 -4.43261,-5.42401 c 1.93065,-0.70165 5.05571,-0.74661 6.89957,-0.55644 l -2.46696,5.98045 z"
-           style="fill:url(#radialGradient6479);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0-4-7-6"
-           d="m 318.06568,174.36754 c -0.55296,-3.79924 -6.71391,-4.9013 -7.88039,-4.86676 l -2.492,5.81267 10.37239,-0.94591 z"
-           style="fill:url(#radialGradient6476);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient6473);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.75334,175.24614 -0.0266,4.3301 10.43044,-0.75306 -0.10643,-4.51837 -10.2974,0.94133 z"
-           id="path17305-1-8-0-4"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0-2-3-6"
-           d="m 297.71126,179.32074 c -0.004,0.0714 -0.007,0.14313 -0.007,0.21516 0,3.3135 4.6017,5.9976 10.27745,5.9976 5.67574,0 10.27411,-2.6841 10.27411,-5.9976 0,-0.0721 -0.002,-0.14376 -0.007,-0.21516 -0.194,3.21382 -4.71508,5.78243 -10.26745,5.78243 -5.55239,0 -10.07677,-2.56861 -10.2708,-5.78243 z"
-           style="opacity:0.68235294;fill:url(#radialGradient6463);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient6454);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.74353,179.6342 -4.40268,-5.40102 0,-2.32016 4.47149,5.54202 -0.0688,2.17916 z"
-           id="path17765-5-6-5-0"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient6451);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 307.72673,177.42463 -4.07106,-5.37901 c 1.56648,-0.42231 3.48989,-0.55601 5.40147,-0.69927 -1.88032,-0.0569 -4.00011,0.0672 -5.72078,0.5648 l 0,2.31297 0.0798,-1.99024 4.31054,5.19075 z"
-           id="path17788-5-9-9-6"
-           sodipodi:nodetypes="ccccccc" />
-      </g>
-      <rect
-         y="168"
-         x="296"
-         height="24"
-         width="24"
-         id="rect4769-9-9-7"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/256x256/pspp.svg b/src/ui/gui/artwork/apps/256x256/pspp.svg
deleted file mode 100644 (file)
index c85ff78..0000000
+++ /dev/null
@@ -1,1338 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.10190613"
-       width="1.2038122"
-       y="-0.17725492"
-       height="1.3545098"
-       id="filter17137-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="10.340398"
-         id="feGaussianBlur17139-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4"
-       id="linearGradient16454"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3"
-       id="linearGradient16451"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17529"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17089"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.038208161"
-       width="1.0764163"
-       y="-0.12775338"
-       height="1.2555068"
-       id="filter17111-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.6888787"
-         id="feGaussianBlur17113-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5"
-       id="linearGradient17761"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7"
-       id="linearGradient17283"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9"
-       id="radialGradient17870"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98"
-       id="radialGradient17323"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1"
-       id="radialGradient17331"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17315"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7"
-       id="linearGradient17337"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17347"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0"
-       id="radialGradient17657"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17495"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1"
-       id="linearGradient17539"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17567-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.25808824"
-         id="feGaussianBlur17569-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-8" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7"
-       id="radialGradient17737"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1"
-       id="radialGradient17773"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26"
-       id="radialGradient17796"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17842-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.7853754"
-         id="feGaussianBlur17844-1" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3"
-       id="radialGradient17854"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3"
-       id="linearGradient17936"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-7"
-       id="linearGradient4735"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.9646448,0,0,5.470476,-518.68958,-324.11179)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-7">
-      <stop
-         id="stop17661-0-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-9" />
-      <stop
-         id="stop17669-0-5"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-1"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-4"
-       id="linearGradient4732"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.960295,0,0,5.470476,-518.28534,-324.11179)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-6" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-4"
-       id="radialGradient4640"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-4">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-0" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-6" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3-0" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-9"
-       id="linearGradient4644"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8-4" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-8"
-       id="linearGradient4723"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-1"
-       id="radialGradient4718"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6532878,0,0,1.332243,-191.59087,-10.640106)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-1">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-0" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-0"
-       id="radialGradient4715"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.5989645,0,0,1.419519,-73.894862,12.774886)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-9"
-       id="radialGradient4712"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.7692573,0,0,2.3300396,-101.75921,-198.74718)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-9">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-9" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient4709"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0140117,0,0,0.52520598,23.220415,65.93765)"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-6">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-6" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-9" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-2"
-       id="linearGradient4706"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125" />
-    <linearGradient
-       id="linearGradient17339-7-2">
-      <stop
-         id="stop17341-6-3"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient4702"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.87292447,0,0,0.45213006,18.394602,110.19738)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-6"
-       id="radialGradient4660"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-6">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6-0" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-4"
-       id="radialGradient4698"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,0.34580836,4.9055533,127.84441)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-5"
-       id="linearGradient4695"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-5">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-9"
-       id="radialGradient4666"
-       gradientUnits="userSpaceOnUse"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-9" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-8"
-       id="radialGradient4687"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.3039674,0.93940144,-0.46579994,0.6465691,24.688275,-45.263748)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-8">
-      <stop
-         id="stop17771-8-9"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-9"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-0"
-       id="radialGradient4684"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.2179596,0,0.32995025)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-0">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-2"
-       id="linearGradient4677"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-2">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-4" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-1" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.979899"
-     inkscape:cx="106.66335"
-     inkscape:cy="129.44285"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide6189" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide6191" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="0px"
-       originy="0px" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1933.7427,-659.77905)">
-    <g
-       transform="translate(1913.7427,627.77905)"
-       style="display:inline;enable-background:new"
-       id="g4771">
-      <g
-         id="g4741">
-        <path
-           transform="matrix(1.1275499,0,0,1.1323722,7.5741744,-33.601688)"
-           d="m 225.56707,202.61343 a 101.46983,58.336311 0 1 1 -202.939667,0 101.46983,58.336311 0 1 1 202.939667,0 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-8);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient4735);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 255.24703,149.16097 c -12.80613,-27.46726 -56.22878,-47.69161 -107.87062,-47.69161 -51.641904,0 -77.903468,15.4185 -90.709556,42.88576 l -21.014229,4.80585 0,45.40463 c 0,35.60732 50.025481,64.46955 111.723785,64.46955 61.70422,0 111.71779,-28.86223 111.71779,-64.46955 l 0,-45.40463 -3.84717,0 0,0 z"
-           id="path12964-1" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4732);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 258.93125,149.16097 c 0,35.6128 -49.9771,64.47503 -111.63632,64.47503 -61.659272,0 -111.642305,-28.86223 -111.642305,-64.47503 0,-35.6128 49.989006,-64.475031 111.642305,-64.475031 61.65922,0 111.63632,28.862231 111.63632,64.475031 l 0,0 z"
-           id="path12971-9" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="M 258.00618,141.01799 C 251.99896,100.18453 183.91237,87.183636 171.24016,87.554908 l -28.2284,62.762312 110.36364,-9.29873 4.63078,-5e-4 z"
-           id="path12985-5"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="M 144.77885,149.90514 96.624659,91.609055 C 117.59845,84.06785 151.54802,83.584556 171.57904,85.628536 l -26.80019,64.276604 z"
-           id="path12999-5"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient4640);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-4)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <rect
-           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-7);enable-background:accumulate"
-           id="rect17183-11"
-           width="3.6568708"
-           height="30.791634"
-           x="218.21046"
-           y="138.22687"
-           rx="1.8284354"
-           ry="4.5961943"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <rect
-           ry="4.5961943"
-           rx="1.8284354"
-           y="155.22687"
-           x="51.210464"
-           height="38.791634"
-           width="13.656871"
-           id="rect17253-11"
-           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient4644);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-5);enable-background:accumulate"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 47.984375,178.93359 0,42.0586 c 9.921212,12.50644 18.154502,14.88535 26.59375,18.5 l 0,-41.625 c -9.153646,-3.80496 -20.330729,-12.46977 -26.59375,-18.9336 z"
-           id="path17275-1"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-0)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-2)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73"
-           d="M 144.77885,126.19496 96.624659,67.898881 c 20.973791,-7.541206 54.923361,-8.0245 74.954381,-5.980519 l -26.80019,64.276598 z"
-           style="fill:url(#radialGradient4718);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0"
-           d="M 256.84993,93.611744 C 250.84271,52.778284 183.91237,40.933636 171.24016,41.304908 L 144.16801,103.77815 256.84993,93.611744 z"
-           style="fill:url(#radialGradient4715);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient4712);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="M 144.82031,103.05469 144.53125,149.59375 257.84375,141.5 256.6875,92.9375 144.82031,103.05469 z"
-           id="path17305-1"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4709);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,150.75 0.57812,-47.98437 111,-10.98438 1.15625,49.14062 L 254.08594,95.25 146.55469,104.21094 144.53125,150.75 z"
-           id="path17307-8"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17333-6"
-           d="M 228.35937,189.48437 C 250.55371,174.75466 256.66399,162.17547 259,144.39062 l -113.3125,8.09375 1.15625,42.78125 81.51562,-5.78125 z"
-           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient4706);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient4702);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,153.0625 0,39.89062 4.625,-1.15625 -4.625,-38.73437 z"
-           id="path17345-8" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccccc"
-           id="path17439-1"
-           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
-           style="color:#000000;fill:url(#radialGradient4660);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-9);enable-background:accumulate"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0"
-           d="m 35.726843,146.84766 c -0.04684,0.76745 -0.07227,1.53844 -0.07227,2.3125 0,35.6128 49.99112,64.46093 111.650397,64.46093 61.65921,0 111.61424,-28.84813 111.61425,-64.46093 0,-0.77406 -0.0254,-1.54505 -0.0723,-2.3125 -2.10763,34.54145 -51.22296,62.14843 -111.54199,62.14843 -60.319094,0 -109.470269,-27.60698 -111.578131,-62.14843 z"
-           style="opacity:0.68235294;fill:url(#radialGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient4695);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 172.28125,42.640625 0,47.984375 2.89062,-49.140625 -2.89062,1.15625 z"
-           id="path17531-1" />
-        <g
-           id="g17743-79"
-           style="opacity:0.82352941"
-           transform="matrix(0.809375,0,0,0.809375,21.159375,61.25625)">
-          <path
-             transform="translate(6,4)"
-             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z"
-             sodipodi:ry="15"
-             sodipodi:rx="15"
-             sodipodi:cy="158"
-             sodipodi:cx="55"
-             id="path17729-6"
-             style="color:#000000;fill:url(#radialGradient4666);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.4,0,0,0.4,39,98.8)"
-             sodipodi:type="arc"
-             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path17739-7"
-             sodipodi:cx="55"
-             sodipodi:cy="158"
-             sodipodi:rx="15"
-             sodipodi:ry="15"
-             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.71382,150.21674 -47.829142,-58.049052 0,-24.936562 48.576592,59.564494 -0.74745,23.42112 z"
-           id="path17765-5"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4684);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,126.46875 -44.22656,-57.8125 c 17.01779,-4.538896 37.913,-5.975847 58.67968,-7.515625 -20.42708,-0.612101 -43.45572,0.722108 -62.148433,6.070312 l 0,24.859375 0.867188,-21.390625 46.828125,55.789063 z"
-           id="path17788-5"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           id="path17926-3"
-           d="m 144.71382,176.81049 -47.829142,-58.04905 0,-24.936564 48.576592,59.564494 -0.74745,23.42112 z"
-           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient4677);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <rect
-         y="32"
-         x="20"
-         height="256"
-         width="256"
-         id="rect4769"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/32x32/pspp.svg b/src/ui/gui/artwork/apps/32x32/pspp.svg
deleted file mode 100644 (file)
index 9fcde7a..0000000
+++ /dev/null
@@ -1,1558 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4">
-      <stop
-         id="stop17661-0-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0" />
-      <stop
-         id="stop17669-0-2"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17864-9-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17317-98-6">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17325-1-6">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17339-7-9">
-      <stop
-         id="stop17341-6-2"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       id="linearGradient17767-1-0">
-      <stop
-         id="stop17771-8-6"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-4-7"
-       id="linearGradient16454-8-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4-7">
-      <stop
-         id="stop17661-0-5-4"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2-0" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0-9" />
-      <stop
-         id="stop17669-0-2-6"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2-6"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-4-2"
-       id="linearGradient16451-7-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-4-2">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7-3" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17529-6-3"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-8-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-0-2" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-3-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17089-2-4"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-3-5"
-       id="linearGradient17761-3-7"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-3-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-3-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-7-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-1-6"
-       id="linearGradient17283-5-4"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-1-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-8-1" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-5-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-9-0"
-       id="radialGradient17870-0-1"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9-9-0">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5-1" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-6-2"
-       id="radialGradient17323-8-3"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98-6-2">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0-9" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-6-3"
-       id="radialGradient17331-6-7"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1-6-3">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0-3" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6-6"
-       id="radialGradient17315-8-0"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-6-6">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-4-3" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-9-2" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-9-0"
-       id="linearGradient17337-2-4"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7-9-0">
-      <stop
-         id="stop17341-6-2-7"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6-6"
-       id="radialGradient17347-7-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-6-2"
-       id="radialGradient17657-1-6"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-6-2">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-4-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-4-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8-2"
-       id="radialGradient17495-2-0"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-9-3"
-       id="linearGradient17539-1-8"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-9-3">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-0-5" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-1-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-8-6"
-       id="radialGradient17737-3-1"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-8-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-0-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-0-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-0-8"
-       id="radialGradient17773-6-2"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1-0-8">
-      <stop
-         id="stop17771-8-6-5"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-2-0"
-       id="radialGradient17796-8-6"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-2-0">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-3-6" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-0-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3-0-5"
-       id="radialGradient17854-7-3"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3-0-5">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7-9-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3-5-5" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-5-6"
-       id="linearGradient17936-7-4"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-5-6">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-1-8" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-9-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-3-3-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-8-3-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-7-6-1"
-       id="linearGradient6157"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55060959,0,0,0.53020812,246.52223,134.08399)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-7-6-1">
-      <stop
-         id="stop17661-8-4-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-7-0-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-7-6-9" />
-      <stop
-         id="stop17669-1-7-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-6-1-7"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-5-8-9"
-       id="linearGradient6154"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.55020805,0,0,0.53020812,246.55955,134.08399)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-5-8-9">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-8-8-1" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-4-5-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-9-7-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-5-3-2" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-7-7-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-6-3-5" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-3-1-8"
-       id="radialGradient6144"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24493088,0,0,0.12912333,276.71744,164.46621)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-3-1-8">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-3-1-8" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-4-0-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-9-7-0"
-       id="radialGradient6141"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14760396,0,0,0.13758227,287.58222,166.73563)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-9-7-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-6-5-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-4-8-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-8-0-5"
-       id="radialGradient6138"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16332407,0,0,0.22583153,285.01001,146.23454)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-8-0-5">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-6-2-5" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-2-4-8" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-6-3-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-5-8-5" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-8-8-9"
-       id="radialGradient6121"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12037213,0.09104843,-0.04299902,0.06266661,296.68265,161.11043)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-8-8-9">
-      <stop
-         id="stop17771-2-4-1"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-3-1-3"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       id="radialGradient6108"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       id="linearGradient17039-3-7-98-4"
-       inkscape:collect="always">
-      <stop
-         id="stop17041-0-1-6-1"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop17043-1-0-3-4"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       r="96.546875"
-       fy="193.2952"
-       fx="55.640617"
-       cy="193.2952"
-       cx="55.640617"
-       gradientTransform="matrix(0.38094187,-0.01176371,0.00313628,0.12879596,279.1225,160.18858)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient4277"
-       xlink:href="#linearGradient17039-3-7-98-4"
-       inkscape:collect="always" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-4-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-0-7" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-5-2"
-       id="linearGradient5906"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7455806,0,0,0.6838095,228.6638,71.486026)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-5-2">
-      <stop
-         id="stop17661-0-8-7"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5-9" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-4-7" />
-      <stop
-         id="stop17669-0-1-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-7-5"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-0-1"
-       id="linearGradient5908"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.74503688,0,0,0.6838095,228.71433,71.486026)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-0-1">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-2-8" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-8-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8"
-       id="radialGradient5910"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-5-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-2-8" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-7-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-2-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-8-1" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-9-9"
-       id="linearGradient5912"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-9-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-9-8" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-3-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3-4-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8-6-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-8-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-8-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-0-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4-2" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-5-7"
-       id="radialGradient5914"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.33166098,0,0,0.16653038,269.55114,110.66999)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-5-7">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-8-1" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-8-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-8-9"
-       id="radialGradient5916"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.19987056,0,0,0.17743987,284.26314,113.59686)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-8-9">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-06-3" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-97-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-1-8"
-       id="radialGradient5918"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.22115716,0,0,0.29125495,280.7801,87.156603)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-1-8">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-6-2" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-5-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-2-0"
-       id="radialGradient5920"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.12675146,0,0,0.06565075,296.40255,120.24221)"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-2-0">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-8-2" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-8-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-2-0"
-       id="radialGradient5922"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10911556,0,0,0.05651626,295.79933,125.77467)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-8-6"
-       id="radialGradient5924"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-8-6">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-8-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-1-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3-8-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6-4-6" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5-8"
-       id="radialGradient5926"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14453125,0,0,0.04322604,294.11319,127.98055)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-2-1"
-       id="linearGradient5928"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14453125,0,0,0.14453125,293.5,112.63281)"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-2-1">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-07-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-3-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-5-1"
-       id="radialGradient5930"
-       gradientUnits="userSpaceOnUse"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-5-1">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-2-5" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-00-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-7-9"
-       id="radialGradient5932"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16299593,0.11742518,-0.05822499,0.08082114,296.58603,106.34203)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-7-9">
-      <stop
-         id="stop17771-8-5-4"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-49-6"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-22-7"
-       id="radialGradient5934"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14453125,0,0,0.15224495,293.5,112.04124)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-22-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-4-6" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-5-3" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-1-2"
-       id="linearGradient5936"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.14453125,0,0,0.14453125,293.5,112.63281)"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-1-2">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-10-0" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-6-1" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="16"
-     inkscape:cx="18.141035"
-     inkscape:cy="14.32291"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="0px"
-       originy="0px" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48"
-       id="guide6507" />
-    <sodipodi:guide
-       position="0,48"
-       orientation="48,0"
-       id="guide6513" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,32"
-       id="guide6823" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide6825" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide6827" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide6829" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1933.7427,-883.77905)">
-    <g
-       transform="translate(1637.7427,767.77905)"
-       style="display:inline;enable-background:new"
-       id="g5938">
-      <g
-         transform="matrix(1.0041841,0,0,1.0278967,-1.2426626,-2.4304851)"
-         id="g5881">
-        <path
-           transform="matrix(0.14094374,0,0,0.14154653,294.44677,107.79979)"
-           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8-8-4"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4-0);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient5906);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 325.40588,130.64512 c -1.60077,-3.43341 -7.0286,-5.96145 -13.48383,-5.96145 -6.45524,0 -9.73793,1.92731 -11.33869,5.36072 l -2.62678,0.60073 0,5.67558 c 0,4.45091 6.25318,8.05869 13.96547,8.05869 7.71303,0 13.96472,-3.60778 13.96472,-8.05869 l 0,-5.67558 -0.48089,0 0,0 z"
-           id="path12964-1-9-2" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5908);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 325.86641,130.64512 c 0,4.4516 -6.24714,8.05938 -13.95454,8.05938 -7.70741,0 -13.95529,-3.60778 -13.95529,-8.05938 0,-4.4516 6.24862,-8.05938 13.95529,-8.05938 7.7074,0 13.95454,3.60778 13.95454,8.05938 l 0,0 z"
-           id="path12971-9-4-6" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="m 325.75077,129.62725 c -0.7509,-5.10418 -9.26172,-6.7293 -10.84575,-6.68289 l -3.52855,7.84529 13.79545,-1.16234 0.57885,-6e-5 z"
-           id="path12985-5-0-4"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="m 311.59736,130.73814 -6.01928,-7.28701 c 2.62173,-0.94265 6.86542,-1.00306 9.3693,-0.74756 l -3.35002,8.03457 z"
-           id="path12999-5-4-4"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient5910);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2-8)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1-9-7"
-           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
-        <rect
-           ry="4.5961943"
-           rx="1.8284354"
-           y="155.22687"
-           x="51.210464"
-           height="38.791634"
-           width="13.656871"
-           id="rect17253-11-3-5"
-           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient5912);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-4-6);enable-background:accumulate"
-           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8-7)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0-2-6"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0-6)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0-8-6"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73-6-0"
-           d="m 311.59736,127.77437 -6.01928,-7.28701 c 2.62173,-0.94265 6.86542,-1.00306 9.3693,-0.74756 l -3.35002,8.03457 z"
-           style="fill:url(#radialGradient5914);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0-4-7"
-           d="m 325.60624,123.70147 c -0.7509,-5.10418 -9.11719,-6.58477 -10.70122,-6.53836 l -3.38402,7.80916 14.08524,-1.2708 z"
-           style="fill:url(#radialGradient5916);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient5918);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 311.60254,124.88184 -0.0361,5.81738 14.16406,-1.01172 -0.14453,-6.07031 -13.9834,1.26465 z"
-           id="path17305-1-8-0"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5920);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 311.56641,130.84375 0.0723,-5.99805 13.875,-1.37304 0.14453,6.14257 -0.39746,-5.70898 -13.4414,1.12012 -0.25293,5.81738 z"
-           id="path17307-8-1-4"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient5922);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 311.56641,131.13281 0,4.98633 0.57812,-0.14453 -0.57812,-4.8418 z"
-           id="path17345-8-5-3" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccccc"
-           id="path17439-1-7-0"
-           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
-           style="color:#000000;fill:url(#radialGradient5924);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-8-9);enable-background:accumulate"
-           transform="matrix(0.14453125,0,0,0.14453125,293.5,113.5)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0-2-3"
-           d="m 297.96586,130.35596 c -0.006,0.0959 -0.009,0.1923 -0.009,0.28906 0,4.4516 6.24889,8.05762 13.9563,8.05762 7.7074,0 13.95178,-3.60602 13.95178,-8.05762 0,-0.0968 -0.003,-0.19313 -0.009,-0.28906 -0.26345,4.31768 -6.40287,7.76855 -13.94274,7.76855 -7.53989,0 -13.68379,-3.45087 -13.94727,-7.76855 z"
-           style="opacity:0.68235294;fill:url(#radialGradient5926);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient5928);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 315.03516,117.33008 0,5.99805 0.36132,-6.14258 -0.36132,0.14453 z"
-           id="path17531-1-3-9" />
-        <g
-           id="g17743-79-1-7"
-           style="opacity:0.82352941"
-           transform="matrix(0.10117187,0,0,0.10117187,296.14492,119.65703)">
-          <path
-             transform="translate(6,4)"
-             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
-             sodipodi:ry="15"
-             sodipodi:rx="15"
-             sodipodi:cy="158"
-             sodipodi:cx="55"
-             id="path17729-6-6-4"
-             style="color:#000000;fill:url(#radialGradient5930);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.4,0,0,0.4,39,98.8)"
-             sodipodi:type="arc"
-             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path17739-7-9-6"
-             sodipodi:cx="55"
-             sodipodi:cy="158"
-             sodipodi:rx="15"
-             sodipodi:ry="15"
-             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5932);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 311.58923,130.77709 -5.97865,-7.25613 0,-3.11707 6.07208,7.44556 -0.0934,2.92764 z"
-           id="path17765-5-6-5"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5934);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 311.56641,127.80859 -5.52832,-7.22656 c 2.12722,-0.56736 4.73912,-0.74698 7.33496,-0.93945 -2.55339,-0.0765 -5.43197,0.0903 -7.76856,0.75879 l 0,3.10742 0.1084,-2.67383 5.85352,6.97363 z"
-           id="path17788-5-9-9"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           id="path17926-3-1-7"
-           d="m 311.58923,134.10131 -5.97865,-7.25613 0,-3.11707 6.07208,7.44556 -0.0934,2.92764 z"
-           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient5936);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <rect
-         y="116"
-         x="296"
-         height="32"
-         width="32"
-         id="rect4769-9-9"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/48x48/pspp.svg b/src/ui/gui/artwork/apps/48x48/pspp.svg
deleted file mode 100644 (file)
index 1eda216..0000000
+++ /dev/null
@@ -1,1771 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48"
-   height="48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4"
-       id="linearGradient16454"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3"
-       id="linearGradient16451"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17529"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17089"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5"
-       id="linearGradient17761"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7"
-       id="linearGradient17283"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9"
-       id="radialGradient17870"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98"
-       id="radialGradient17323"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1"
-       id="radialGradient17331"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17315"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7"
-       id="linearGradient17337"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17347"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0"
-       id="radialGradient17657"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17495"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1"
-       id="linearGradient17539"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7"
-       id="radialGradient17737"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1"
-       id="radialGradient17773"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26"
-       id="radialGradient17796"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3"
-       id="radialGradient17854"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3"
-       id="linearGradient17936"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.10190613"
-       width="1.2038122"
-       y="-0.17725492"
-       height="1.3545098"
-       id="filter17137-2-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="10.340398"
-         id="feGaussianBlur17139-7-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-7" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-4"
-       id="linearGradient16454-8"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-4">
-      <stop
-         id="stop17661-0-5"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-2" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-0" />
-      <stop
-         id="stop17669-0-2"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-2"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-4"
-       id="linearGradient16451-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-7" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8"
-       id="radialGradient17529-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-0" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8"
-       id="radialGradient17089-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.038208161"
-       width="1.0764163"
-       y="-0.12775338"
-       height="1.2555068"
-       id="filter17111-5-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.6888787"
-         id="feGaussianBlur17113-3-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3-4" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-3"
-       id="linearGradient17761-3"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-3">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-7" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8-1" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-1"
-       id="linearGradient17283-5"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-1">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-8" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-5" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-8" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-9"
-       id="radialGradient17870-0"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-5" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-6"
-       id="radialGradient17323-8"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98-6">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-0" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-6"
-       id="radialGradient17331-6"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1-6">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-0" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient17315-8"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-6">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-4" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-9" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-9"
-       id="linearGradient17337-2"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7-9">
-      <stop
-         id="stop17341-6-2"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-5"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient17347-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-6"
-       id="radialGradient17657-1"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-6">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-4" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-4" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6-0" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-8"
-       id="radialGradient17495-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-9"
-       id="linearGradient17539-1"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-9">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-0" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17567-6-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.25808824"
-         id="feGaussianBlur17569-0-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-8-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-8-1" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-8"
-       id="radialGradient17737-3"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-0" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-0"
-       id="radialGradient17773-6"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1-0">
-      <stop
-         id="stop17771-8-6"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-2"
-       id="radialGradient17796-8"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-0" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17842-4-1">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.7853754"
-         id="feGaussianBlur17844-1-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3-0"
-       id="radialGradient17854-7"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3-0">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7-9" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3-5" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-5"
-       id="linearGradient17936-7"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-5">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-1" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-0" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-5"
-       id="linearGradient5725"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1183709,0,0,1.0257142,194.9957,-18.770961)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-5">
-      <stop
-         id="stop17661-0-8"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-4" />
-      <stop
-         id="stop17669-0-1"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-7"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-0"
-       id="linearGradient5727"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.1175553,0,0,1.0257142,195.0715,-18.770961)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-0">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-2" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5"
-       id="radialGradient5729"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-2" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-7" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3-2" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-9"
-       id="linearGradient5731"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-9" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-2"
-       id="linearGradient5733"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-6" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-8" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-5"
-       id="radialGradient5735"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.49749146,0,0,0.24979556,256.32671,40.00498)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-5">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-8" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-8"
-       id="radialGradient5737"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.29980584,0,0,0.26615981,278.39471,44.395291)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-8">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-06" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-97" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-1"
-       id="radialGradient5739"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.33173574,0,0,0.43688243,273.17015,4.7349038)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-6" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-2"
-       id="radialGradient5741"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.19012719,0,0,0.09847612,296.60383,54.363309)"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-2">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-8" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-8" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-91"
-       id="linearGradient5743"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125" />
-    <linearGradient
-       id="linearGradient17339-7-91">
-      <stop
-         id="stop17341-6-7"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-56"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-2"
-       id="radialGradient5745"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.16367334,0,0,0.08477439,295.69899,62.662009)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-8"
-       id="radialGradient5747"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-8">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6-4" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-5"
-       id="radialGradient5749"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.06483907,293.16979,65.970827)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-2"
-       id="linearGradient5751"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-2">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-07" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-3" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-5"
-       id="radialGradient5753"
-       gradientUnits="userSpaceOnUse"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-2" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-00" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-7"
-       id="radialGradient5755"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.24449389,0.17613777,-0.08733749,0.12123171,296.87905,33.513047)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-7">
-      <stop
-         id="stop17771-8-5"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-49"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-22"
-       id="radialGradient5757"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.22836742,292.25,42.061866)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-22">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-5" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-1"
-       id="linearGradient5759"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.21679687,0,0,0.21679687,292.25,42.949219)"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-1">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-10" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-6" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="5.6"
-     inkscape:cx="50.636577"
-     inkscape:cy="24.498197"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48"
-       id="guide6507" />
-    <sodipodi:guide
-       position="48,0"
-       orientation="-48,0"
-       id="guide6509" />
-    <sodipodi:guide
-       position="48,48"
-       orientation="0,-48"
-       id="guide6511" />
-    <sodipodi:guide
-       position="0,48"
-       orientation="48,0"
-       id="guide6513" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1933.7427,-867.77905)">
-    <g
-       transform="translate(1637.7427,819.77905)"
-       style="display:inline;enable-background:new"
-       id="g5761">
-      <g
-         transform="matrix(0.98186889,0,0,0.99245245,5.8940025,1.6323445)"
-         id="g5697">
-        <path
-           transform="matrix(0.21141561,0,0,0.21231979,293.67016,35.699683)"
-           d="m 225.56707,202.61343 c 0,32.21826 -45.42959,58.33632 -101.46983,58.33632 -56.040245,0 -101.469837,-26.11806 -101.469837,-58.33632 0,-32.21825 45.429592,-58.33631 101.469837,-58.33631 56.04024,0 101.46983,26.11806 101.46983,58.33631 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8-8"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-4);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient5725);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 340.10882,69.967682 c -2.40115,-5.150111 -10.5429,-8.942177 -20.22574,-8.942177 -9.68286,0 -14.6069,2.890969 -17.00804,8.04108 l -3.94017,0.901097 0,8.513368 c 0,6.676372 9.37977,12.088041 20.94821,12.088041 11.56954,0 20.94708,-5.411669 20.94708,-12.088041 l 0,-8.513368 -0.72134,0 0,0 z"
-           id="path12964-1-9" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5727);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 340.79961,69.967682 c 0,6.6774 -9.37071,12.089068 -20.93181,12.089068 -11.56111,0 -20.93293,-5.411668 -20.93293,-12.089068 0,-6.6774 9.37294,-12.089068 20.93293,-12.089068 11.5611,0 20.93181,5.411668 20.93181,12.089068 l 0,0 z"
-           id="path12971-9-4" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="M 340.62616,68.440873 C 339.4998,60.784599 326.73357,58.346932 324.35753,58.416545 l -5.29283,11.767934 20.69319,-1.743512 0.86827,-9.4e-5 z"
-           id="path12985-5-0"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="m 319.39603,70.107214 -9.02891,-10.930516 c 3.93259,-1.413976 10.29813,-1.504594 14.05395,-1.121347 l -5.02504,12.051863 z"
-           id="path12999-5-4"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient5729);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-2)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1-9"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <rect
-           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-3);enable-background:accumulate"
-           id="rect17183-11-1"
-           width="3.6568708"
-           height="30.791634"
-           x="218.21046"
-           y="138.22687"
-           rx="1.8284354"
-           ry="4.5961943"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <rect
-           ry="4.5961943"
-           rx="1.8284354"
-           y="155.22687"
-           x="51.210464"
-           height="38.791634"
-           width="13.656871"
-           id="rect17253-11-3"
-           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient5731);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-4);enable-background:accumulate"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient5733);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 301.24707,75.550048 0,7.885988 c 1.86023,2.344957 3.40397,2.791003 4.98633,3.46875 l 0,-7.804688 c -1.71631,-0.71343 -3.81201,-2.338082 -4.98633,-3.55005 z"
-           id="path17275-1-2"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-8)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0-2"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-0)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0-8"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73-6"
-           d="M 319.39603,65.661555 310.36712,54.73104 c 3.93259,-1.413976 10.29813,-1.504594 14.05395,-1.121347 l -5.02504,12.051862 z"
-           style="fill:url(#radialGradient5735);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0-4"
-           d="m 340.40936,59.552202 c -1.12635,-7.656274 -13.67579,-9.877145 -16.05183,-9.807532 l -5.07603,11.713733 21.12786,-1.906201 z"
-           style="fill:url(#radialGradient5737);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient5739);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 319.40381,61.322754 -0.0542,8.726074 21.24609,-1.517578 -0.21679,-9.105469 -20.9751,1.896973 z"
-           id="path17305-1-8"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5741);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 319.34961,70.265625 0.1084,-8.997069 20.8125,-2.059572 0.21679,9.213867 -0.59619,-8.563476 -20.16211,1.680176 -0.37939,8.726074 z"
-           id="path17307-8-1"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17333-6-3"
-           d="m 335.06738,77.528319 c 4.16144,-2.76182 5.30712,-5.120418 5.74512,-8.455078 l -21.24609,1.517578 0.21679,8.021485 15.28418,-1.083985 z"
-           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient5743);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient5745);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 319.34961,70.699219 0,7.479491 0.86719,-0.216797 -0.86719,-7.262694 z"
-           id="path17345-8-5" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccccc"
-           id="path17439-1-7"
-           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
-           style="color:#000000;fill:url(#radialGradient5747);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-8);enable-background:accumulate"
-           transform="matrix(0.21679687,0,0,0.21679687,292.25,44.25)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0-2"
-           d="m 298.94878,69.533936 c -0.009,0.143897 -0.0136,0.288458 -0.0136,0.433594 0,6.6774 9.37334,12.086424 20.93445,12.086424 11.5611,0 20.92767,-5.409024 20.92767,-12.086424 0,-0.145136 -0.005,-0.289697 -0.0136,-0.433594 -0.39518,6.476522 -9.60431,11.652831 -20.91413,11.652831 -11.30983,0 -20.52567,-5.176309 -20.9209,-11.652831 z"
-           style="opacity:0.68235294;fill:url(#radialGradient5749);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient5751);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 324.55273,49.995117 0,8.99707 0.542,-9.213867 -0.542,0.216797 z"
-           id="path17531-1-3" />
-        <g
-           id="g17743-79-1"
-           style="opacity:0.82352941"
-           transform="matrix(0.15175781,0,0,0.15175781,296.21738,53.485547)">
-          <path
-             transform="translate(6,4)"
-             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z"
-             sodipodi:ry="15"
-             sodipodi:rx="15"
-             sodipodi:cy="158"
-             sodipodi:cx="55"
-             id="path17729-6-6"
-             style="color:#000000;fill:url(#radialGradient5753);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.4,0,0,0.4,39,98.8)"
-             sodipodi:type="arc"
-             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path17739-7-9"
-             sodipodi:cx="55"
-             sodipodi:cy="158"
-             sodipodi:rx="15"
-             sodipodi:ry="15"
-             d="m 70,158 c 0,8.28427 -6.715729,15 -15,15 -8.284271,0 -15,-6.71573 -15,-15 0,-8.28427 6.715729,-15 15,-15 8.284271,0 15,6.71573 15,15 z" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5755);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 319.38384,70.165639 -8.96796,-10.884198 0,-4.675605 9.10811,11.168343 -0.14015,4.39146 z"
-           id="path17765-5-6"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient5757);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 319.34961,65.712891 -8.29248,-10.839844 c 3.19084,-0.851043 7.10869,-1.120471 11.00244,-1.40918 -3.83008,-0.114769 -8.14795,0.135395 -11.65283,1.138184 l 0,4.661132 0.1626,-4.010742 8.78027,10.46045 z"
-           id="path17788-5-9"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           id="path17926-3-1"
-           d="m 319.38384,75.151967 -8.96796,-10.884197 0,-4.675606 9.10811,11.168343 -0.14015,4.39146 z"
-           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient5759);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <rect
-         y="48"
-         x="296"
-         height="48"
-         width="48"
-         id="rect4769-9"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/apps/scalable/.empty b/src/ui/gui/artwork/apps/scalable/.empty
deleted file mode 100644 (file)
index da1585c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-I'm a folder!
\ No newline at end of file
diff --git a/src/ui/gui/artwork/apps/scalable/pspp.svg b/src/ui/gui/artwork/apps/scalable/pspp.svg
deleted file mode 100644 (file)
index c85ff78..0000000
+++ /dev/null
@@ -1,1338 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="pspp.svg">
-  <title
-     id="title6197">Chart</title>
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.10190613"
-       width="1.2038122"
-       y="-0.17725492"
-       height="1.3545098"
-       id="filter17137-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="10.340398"
-         id="feGaussianBlur17139-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4"
-       id="linearGradient16454"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4">
-      <stop
-         id="stop17661-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75" />
-      <stop
-         id="stop17669-0"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3"
-       id="linearGradient16451"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17529"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17089"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
-       cx="89.140617"
-       cy="226.73134"
-       fx="89.140617"
-       fy="226.73134"
-       r="96.546875" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.038208161"
-       width="1.0764163"
-       y="-0.12775338"
-       height="1.2555068"
-       id="filter17111-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.6888787"
-         id="feGaussianBlur17113-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5"
-       id="linearGradient17761"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7"
-       id="linearGradient17283"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9"
-       id="radialGradient17870"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704"
-       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17864-9">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98"
-       id="radialGradient17323"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314"
-       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17317-98">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1"
-       id="radialGradient17331"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49"
-       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17325-1">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17315"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75"
-       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7"
-       id="linearGradient17337"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       id="linearGradient17339-7">
-      <stop
-         id="stop17341-6"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30"
-       id="radialGradient17347"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0"
-       id="radialGradient17657"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7"
-       id="radialGradient17495"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1"
-       id="linearGradient17539"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17567-6">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.25808824"
-         id="feGaussianBlur17569-0" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17725-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.4755515"
-         id="feGaussianBlur17727-8" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7"
-       id="radialGradient17737"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1"
-       id="radialGradient17773"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648"
-       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       id="linearGradient17767-1">
-      <stop
-         id="stop17771-8"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26"
-       id="radialGradient17796"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875"
-       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17842-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.7853754"
-         id="feGaussianBlur17844-1" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17848-3"
-       id="radialGradient17854"
-       cx="205.91789"
-       cy="94.267769"
-       fx="205.91789"
-       fy="94.267769"
-       r="13.071265"
-       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17848-3">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17850-7" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17852-3" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3"
-       id="linearGradient17936"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17179-8-8">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8800723"
-         id="feGaussianBlur17181-6-6" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17659-4-7"
-       id="linearGradient4735"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.9646448,0,0,5.470476,-518.68958,-324.11179)"
-       x1="92.067398"
-       y1="96.875267"
-       x2="130.39951"
-       y2="96.875267" />
-    <linearGradient
-       y2="98.883202"
-       x2="118.3481"
-       y1="81.1763"
-       x1="106.0254"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient17659-4-7">
-      <stop
-         id="stop17661-0-0"
-         style="stop-color:#da4522;stop-opacity:1;"
-         offset="0" />
-      <stop
-         offset="0.02529254"
-         style="stop-color:#953a24;stop-opacity:1;"
-         id="stop17667-4-5" />
-      <stop
-         offset="0.18952666"
-         style="stop-color:#c15236;stop-opacity:1;"
-         id="stop17665-75-9" />
-      <stop
-         id="stop17669-0-5"
-         style="stop-color:#6f1f09;stop-opacity:1"
-         offset="0.94432735" />
-      <stop
-         id="stop17663-8-1"
-         style="stop-color:#ba310b;stop-opacity:1"
-         offset="1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5257-3-4"
-       id="linearGradient4732"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.960295,0,0,5.470476,-518.28534,-324.11179)"
-       x1="104.87878"
-       y1="69.006981"
-       x2="117.90468"
-       y2="96.292282" />
-    <linearGradient
-       id="linearGradient5257-3-4">
-      <stop
-         style="stop-color:#ef2929;stop-opacity:1;"
-         offset="0"
-         id="stop5259-87-6" />
-      <stop
-         style="stop-color:#f68383;stop-opacity:1;"
-         offset="1"
-         id="stop5261-1-9" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-4"
-       id="radialGradient4640"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
-       cx="59.140617"
-       cy="179.92073"
-       fx="59.140617"
-       fy="179.92073"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17039-7-4">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17041-00-7" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17043-2-0" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17525-5-4">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.8444393"
-         id="feGaussianBlur17527-7-6" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.72573364"
-       width="2.4514673"
-       y="-0.17076135"
-       height="1.3415227"
-       id="filter17249-2-7">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.0526907"
-         id="feGaussianBlur17251-3-0" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17755-5-9"
-       id="linearGradient4644"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(0,-6)"
-       x1="58.038898"
-       y1="166.62268"
-       x2="58.038898"
-       y2="206.62268" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17755-5-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17757-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17759-1-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       x="-0.46311286"
-       width="1.9262257"
-       y="-0.16304217"
-       height="1.3260844"
-       id="filter17271-3-5">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.1623363"
-         id="feGaussianBlur17273-8-4" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17277-7-8"
-       id="linearGradient4723"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="51.5"
-       y1="162.75"
-       x2="51.5"
-       y2="186.29782" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17277-7-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17279-7-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17281-5-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17435-7-0">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.4506191"
-         id="feGaussianBlur17437-3-7" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17922-9-2">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.676031"
-         id="feGaussianBlur17924-7-4" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17864-9-1"
-       id="radialGradient4718"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.6532878,0,0,1.332243,-191.59087,-10.640106)"
-       cx="127.97998"
-       cy="83.404785"
-       fx="127.97998"
-       fy="83.404785"
-       r="32.412704" />
-    <linearGradient
-       id="linearGradient17864-9-1">
-      <stop
-         style="stop-color:#d1f7ab;stop-opacity:1;"
-         offset="0"
-         id="stop17866-9-0" />
-      <stop
-         style="stop-color:#85e923;stop-opacity:1;"
-         offset="1"
-         id="stop17868-41-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17317-98-0"
-       id="radialGradient4715"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.5989645,0,0,1.419519,-73.894862,12.774886)"
-       cx="166.91316"
-       cy="29.169971"
-       fx="166.91316"
-       fy="29.169971"
-       r="49.727314" />
-    <linearGradient
-       id="linearGradient17317-98-0">
-      <stop
-         style="stop-color:#dde8f4;stop-opacity:1;"
-         offset="0"
-         id="stop17319-1-2" />
-      <stop
-         style="stop-color:#bad0e8;stop-opacity:1;"
-         offset="1"
-         id="stop17321-6-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17325-1-9"
-       id="radialGradient4712"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.7692573,0,0,2.3300396,-101.75921,-198.74718)"
-       cx="166"
-       cy="149.5"
-       fx="166"
-       fy="149.5"
-       r="49" />
-    <linearGradient
-       id="linearGradient17325-1-9">
-      <stop
-         style="stop-color:#729fcf;stop-opacity:1;"
-         offset="0"
-         id="stop17327-8-9" />
-      <stop
-         style="stop-color:#3f7ab9;stop-opacity:1;"
-         offset="1"
-         id="stop17329-8-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient4709"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0140117,0,0,0.52520598,23.220415,65.93765)"
-       cx="163.25"
-       cy="64.066833"
-       fx="163.25"
-       fy="64.066833"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17309-30-6">
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:1;"
-         offset="0"
-         id="stop17311-3-6" />
-      <stop
-         style="stop-color:#eff4fa;stop-opacity:0;"
-         offset="1"
-         id="stop17313-0-9" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17339-7-2"
-       id="linearGradient4706"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="167.5"
-       y1="164.52847"
-       x2="167.5"
-       y2="125" />
-    <linearGradient
-       id="linearGradient17339-7-2">
-      <stop
-         id="stop17341-6-3"
-         offset="0"
-         style="stop-color:#729fcf;stop-opacity:0;" />
-      <stop
-         id="stop17343-4-0"
-         offset="1"
-         style="stop-color:#3f7ab9;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17309-30-6"
-       id="radialGradient4702"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.87292447,0,0,0.45213006,18.394602,110.19738)"
-       cx="147.14806"
-       cy="108.23309"
-       fx="147.14806"
-       fy="108.23309"
-       r="48.75" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17651-0-6"
-       id="radialGradient4660"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
-       cx="166.75"
-       cy="65.900002"
-       fx="166.75"
-       fy="65.900002"
-       r="48.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17651-0-6">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17653-1-1" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17655-1-9" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17647-3-9">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.5183824"
-         id="feGaussianBlur17649-6-0" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17039-7-4"
-       id="radialGradient4698"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,0.34580836,4.9055533,127.84441)"
-       cx="55.640617"
-       cy="193.2952"
-       fx="55.640617"
-       fy="193.2952"
-       r="96.546875" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17533-1-5"
-       id="linearGradient4695"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="150.25"
-       y1="31.5"
-       x2="150.25"
-       y2="69.75" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17533-1-5">
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:1;"
-         offset="0"
-         id="stop17535-0-8" />
-      <stop
-         style="stop-color:#fcfcfc;stop-opacity:0;"
-         offset="1"
-         id="stop17537-3-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17731-7-9"
-       id="radialGradient4666"
-       gradientUnits="userSpaceOnUse"
-       cx="55"
-       cy="158"
-       fx="55"
-       fy="158"
-       r="15" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17731-7-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17733-99-9" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17735-4-0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17767-1-8"
-       id="radialGradient4687"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.3039674,0.93940144,-0.46579994,0.6465691,24.688275,-45.263748)"
-       cx="91.570328"
-       cy="82.041237"
-       fx="91.570328"
-       fy="82.041237"
-       r="20.859648" />
-    <linearGradient
-       id="linearGradient17767-1-8">
-      <stop
-         id="stop17771-8-9"
-         offset="0"
-         style="stop-color:#edc200;stop-opacity:1;" />
-      <stop
-         id="stop17769-4-9"
-         offset="1"
-         style="stop-color:#c4a000;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17790-26-0"
-       id="radialGradient4684"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.2179596,0,0.32995025)"
-       cx="110.625"
-       cy="76.690666"
-       fx="110.625"
-       fy="76.690666"
-       r="26.875" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17790-26-0">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17792-7-3" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17794-3-1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17930-3-2"
-       id="linearGradient4677"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
-       x1="101.5"
-       y1="101.5"
-       x2="90"
-       y2="112.65313" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17930-3-2">
-      <stop
-         style="stop-color:#edd400;stop-opacity:1;"
-         offset="0"
-         id="stop17932-5-4" />
-      <stop
-         style="stop-color:#edd400;stop-opacity:0;"
-         offset="1"
-         id="stop17934-8-1" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.979899"
-     inkscape:cx="106.66335"
-     inkscape:cy="129.44285"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="1"
-     inkscape:snap-bbox="true"
-     inkscape:bbox-nodes="true">
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide6187" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide6189" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide6191" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide6193" />
-    <inkscape:grid
-       type="xygrid"
-       id="grid6195"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true"
-       originx="0px"
-       originy="0px" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>Chart</dc:title>
-        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Jakub Steiner</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-        <dc:source>http://jimmac.musichall.cz/</dc:source>
-        <dc:subject>
-          <rdf:Bag>
-            <rdf:li>spreadsheet</rdf:li>
-            <rdf:li>chart</rdf:li>
-            <rdf:li>pie</rdf:li>
-          </rdf:Bag>
-        </dc:subject>
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1933.7427,-659.77905)">
-    <g
-       transform="translate(1913.7427,627.77905)"
-       style="display:inline;enable-background:new"
-       id="g4771">
-      <g
-         id="g4741">
-        <path
-           transform="matrix(1.1275499,0,0,1.1323722,7.5741744,-33.601688)"
-           d="m 225.56707,202.61343 a 101.46983,58.336311 0 1 1 -202.939667,0 101.46983,58.336311 0 1 1 202.939667,0 z"
-           sodipodi:ry="58.336311"
-           sodipodi:rx="101.46983"
-           sodipodi:cy="202.61343"
-           sodipodi:cx="124.09724"
-           id="path17141-8"
-           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-8);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cscccscccc"
-           style="fill:url(#linearGradient4735);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 255.24703,149.16097 c -12.80613,-27.46726 -56.22878,-47.69161 -107.87062,-47.69161 -51.641904,0 -77.903468,15.4185 -90.709556,42.88576 l -21.014229,4.80585 0,45.40463 c 0,35.60732 50.025481,64.46955 111.723785,64.46955 61.70422,0 111.71779,-28.86223 111.71779,-64.46955 l 0,-45.40463 -3.84717,0 0,0 z"
-           id="path12964-1" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4732);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           d="m 258.93125,149.16097 c 0,35.6128 -49.9771,64.47503 -111.63632,64.47503 -61.659272,0 -111.642305,-28.86223 -111.642305,-64.47503 0,-35.6128 49.989006,-64.475031 111.642305,-64.475031 61.65922,0 111.63632,28.862231 111.63632,64.475031 l 0,0 z"
-           id="path12971-9" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
-           d="M 258.00618,141.01799 C 251.99896,100.18453 183.91237,87.183636 171.24016,87.554908 l -28.2284,62.762312 110.36364,-9.29873 4.63078,-5e-4 z"
-           id="path12985-5"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="fill:#73d216;fill-rule:nonzero;stroke:none"
-           d="M 144.77885,149.90514 96.624659,91.609055 C 117.59845,84.06785 151.54802,83.584556 171.57904,85.628536 l -26.80019,64.276604 z"
-           id="path12999-5"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#radialGradient4640);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-4)"
-           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
-           id="path17034-1"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <rect
-           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-7);enable-background:accumulate"
-           id="rect17183-11"
-           width="3.6568708"
-           height="30.791634"
-           x="218.21046"
-           y="138.22687"
-           rx="1.8284354"
-           ry="4.5961943"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <rect
-           ry="4.5961943"
-           rx="1.8284354"
-           y="155.22687"
-           x="51.210464"
-           height="38.791634"
-           width="13.656871"
-           id="rect17253-11"
-           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient4644);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-5);enable-background:accumulate"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 47.984375,178.93359 0,42.0586 c 9.921212,12.50644 18.154502,14.88535 26.59375,18.5 l 0,-41.625 c -9.153646,-3.80496 -20.330729,-12.46977 -26.59375,-18.9336 z"
-           id="path17275-1"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-0)"
-           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
-           id="path17349-0"
-           inkscape:transform-center-x="-46.727316"
-           inkscape:transform-center-y="-27.143788"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="cccc"
-           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-2)"
-           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
-           id="path17872-0"
-           inkscape:transform-center-y="-28.186395"
-           inkscape:transform-center-x="5.807534"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-x="5.807534"
-           inkscape:transform-center-y="-28.186395"
-           id="path17763-73"
-           d="M 144.77885,126.19496 96.624659,67.898881 c 20.973791,-7.541206 54.923361,-8.0245 74.954381,-5.980519 l -26.80019,64.276598 z"
-           style="fill:url(#radialGradient4718);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           inkscape:transform-center-y="-27.143788"
-           inkscape:transform-center-x="-46.727316"
-           id="path17303-0"
-           d="M 256.84993,93.611744 C 250.84271,52.778284 183.91237,40.933636 171.24016,41.304908 L 144.16801,103.77815 256.84993,93.611744 z"
-           style="fill:url(#radialGradient4715);fill-opacity:1;fill-rule:nonzero;stroke:none"
-           sodipodi:nodetypes="cccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient4712);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="M 144.82031,103.05469 144.53125,149.59375 257.84375,141.5 256.6875,92.9375 144.82031,103.05469 z"
-           id="path17305-1"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4709);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,150.75 0.57812,-47.98437 111,-10.98438 1.15625,49.14062 L 254.08594,95.25 146.55469,104.21094 144.53125,150.75 z"
-           id="path17307-8"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17333-6"
-           d="M 228.35937,189.48437 C 250.55371,174.75466 256.66399,162.17547 259,144.39062 l -113.3125,8.09375 1.15625,42.78125 81.51562,-5.78125 z"
-           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient4706);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient4702);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,153.0625 0,39.89062 4.625,-1.15625 -4.625,-38.73437 z"
-           id="path17345-8" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccccc"
-           id="path17439-1"
-           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
-           style="color:#000000;fill:url(#radialGradient4660);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-9);enable-background:accumulate"
-           transform="matrix(1.15625,0,0,1.15625,0,12)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17493-0"
-           d="m 35.726843,146.84766 c -0.04684,0.76745 -0.07227,1.53844 -0.07227,2.3125 0,35.6128 49.99112,64.46093 111.650397,64.46093 61.65921,0 111.61424,-28.84813 111.61425,-64.46093 0,-0.77406 -0.0254,-1.54505 -0.0723,-2.3125 -2.10763,34.54145 -51.22296,62.14843 -111.54199,62.14843 -60.319094,0 -109.470269,-27.60698 -111.578131,-62.14843 z"
-           style="opacity:0.68235294;fill:url(#radialGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient4695);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 172.28125,42.640625 0,47.984375 2.89062,-49.140625 -2.89062,1.15625 z"
-           id="path17531-1" />
-        <g
-           id="g17743-79"
-           style="opacity:0.82352941"
-           transform="matrix(0.809375,0,0,0.809375,21.159375,61.25625)">
-          <path
-             transform="translate(6,4)"
-             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z"
-             sodipodi:ry="15"
-             sodipodi:rx="15"
-             sodipodi:cy="158"
-             sodipodi:cx="55"
-             id="path17729-6"
-             style="color:#000000;fill:url(#radialGradient4666);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             sodipodi:type="arc" />
-          <path
-             transform="matrix(0.4,0,0,0.4,39,98.8)"
-             sodipodi:type="arc"
-             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-             id="path17739-7"
-             sodipodi:cx="55"
-             sodipodi:cy="158"
-             sodipodi:rx="15"
-             sodipodi:ry="15"
-             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z" />
-        </g>
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.71382,150.21674 -47.829142,-58.049052 0,-24.936562 48.576592,59.564494 -0.74745,23.42112 z"
-           id="path17765-5"
-           sodipodi:nodetypes="ccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="color:#000000;fill:url(#radialGradient4684);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 144.53125,126.46875 -44.22656,-57.8125 c 17.01779,-4.538896 37.913,-5.975847 58.67968,-7.515625 -20.42708,-0.612101 -43.45572,0.722108 -62.148433,6.070312 l 0,24.859375 0.867188,-21.390625 46.828125,55.789063 z"
-           id="path17788-5"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ccccc"
-           id="path17926-3"
-           d="m 144.71382,176.81049 -47.829142,-58.04905 0,-24.936564 48.576592,59.564494 -0.74745,23.42112 z"
-           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient4677);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <rect
-         y="32"
-         x="20"
-         height="256"
-         width="256"
-         id="rect4769"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/align-center.svg b/src/ui/gui/artwork/categories/16x16/align-center.svg
deleted file mode 100644 (file)
index 6fd0c11..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="align-left.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(575,670.00002)"
-       style="display:inline"
-       id="g5205">
-      <g
-         id="g5416">
-        <rect
-           x="-571"
-           y="369.36197"
-           id="rect3825-9-8-7-9"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="7.9996052" />
-        <rect
-           x="-572"
-           y="373.36197"
-           id="rect3825-9-8-7-8-4"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="9.9996014" />
-        <rect
-           x="-569"
-           y="377.36197"
-           id="rect3825-9-8-7-8-9-9"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="3.9996014" />
-        <rect
-           style="opacity:0.35;fill:none"
-           id="rect5414"
-           width="16"
-           height="16"
-           x="-575"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/align-left.svg b/src/ui/gui/artwork/categories/16x16/align-left.svg
deleted file mode 100644 (file)
index 29d7d12..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="help-about.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(620,670.00002)"
-       style="display:inline"
-       id="g5198">
-      <g
-         id="g5375">
-        <rect
-           x="-616.99982"
-           y="369.36197"
-           id="rect3825-9-8-7-9-1"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="7.9996052" />
-        <rect
-           x="-616.99982"
-           y="373.36197"
-           id="rect3825-9-8-7-8-4-7"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="9.9996014" />
-        <rect
-           x="-616.99982"
-           y="377.36197"
-           id="rect3825-9-8-7-8-9-9-8"
-           height="2.0002136"
-           inkscape:label="a"
-           style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
-           width="3.9996033" />
-        <rect
-           style="opacity:0.35;fill:none"
-           id="rect5373"
-           width="16"
-           height="16"
-           x="-620"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/align-right.svg b/src/ui/gui/artwork/categories/16x16/align-right.svg
deleted file mode 100644 (file)
index 9a57ced..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="align-center.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(530,670.00002)"
-       style="display:inline"
-       id="g5212">
-      <g
-         id="g5396">
-        <g
-           style="fill:#2e3436;display:inline"
-           transform="translate(-631,9.3623962)"
-           id="g4910">
-          <rect
-             x="106.0004"
-             y="359.99979"
-             id="rect3825-9-8-7-9-1-5"
-             height="2.0002136"
-             inkscape:label="a"
-             width="7.9996052"
-             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
-          <rect
-             x="104.0004"
-             y="363.99979"
-             id="rect3825-9-8-7-8-4-7-6"
-             height="2.0002136"
-             inkscape:label="a"
-             width="9.9996014"
-             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
-          <rect
-             x="110"
-             y="367.99979"
-             id="rect3825-9-8-7-8-9-9-8-3"
-             height="2.0002136"
-             inkscape:label="a"
-             width="4.0000019"
-             style="color:#bebebe;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
-        </g>
-        <rect
-           style="opacity:0.35;fill:none"
-           id="rect5394"
-           width="16"
-           height="16"
-           x="-530"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-currency-nominal.svg b/src/ui/gui/artwork/categories/16x16/measure-currency-nominal.svg
deleted file mode 100644 (file)
index c8dcafd..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-currency-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,610.00002)"
-       style="display:inline"
-       id="g4088">
-      <path
-         sodipodi:type="arc"
-         transform="matrix(0.49987831,0,0,0.4999999,-280.99853,277.36222)"
-         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         sodipodi:ry="7"
-         sodipodi:rx="7"
-         id="path8593-0-6"
-         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-         sodipodi:cy="321"
-         sodipodi:cx="-9" />
-      <path
-         sodipodi:type="arc"
-         transform="matrix(0.49987831,0,0,0.4999999,-277.00024,270.36222)"
-         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         sodipodi:ry="7"
-         sodipodi:rx="7"
-         id="path8593-0-7-1"
-         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-         sodipodi:cy="321"
-         sodipodi:cx="-9" />
-      <rect
-         y="426.36218"
-         x="-290"
-         height="16"
-         width="16"
-         id="rect5426"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5488-8"
-         d="m -278,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
-         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-currency-ordinal.svg b/src/ui/gui/artwork/categories/16x16/measure-currency-ordinal.svg
deleted file mode 100644 (file)
index 8e8e159..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-currency-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,610.00002)"
-       style="display:inline"
-       id="g6517">
-      <g
-         id="g5756">
-        <path
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -234,429.21875 0,3 0,2.15625 1,0 2,0 0,-2.15625 0,-3 -3,0 z"
-           id="path11930-00-7" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11930-00-4"
-           d="m -239,432.36218 0,2.21451 0,4.5213 0,2.21451 3,0 0,-2.21451 0,-4.5213 0,-2.21451 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11930-00"
-           d="m -244,435.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5435"
-           width="16"
-           height="16"
-           x="-245"
-           y="426.36218" />
-        <path
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           d="m -233,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
-           id="rect5488-8-5"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-currency-scale.svg b/src/ui/gui/artwork/categories/16x16/measure-currency-scale.svg
deleted file mode 100644 (file)
index 007c773..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-string-ordinal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,610.00002)"
-       style="display:inline"
-       id="g5680">
-      <rect
-         y="426.36218"
-         x="-335"
-         height="16"
-         width="16"
-         id="rect5411"
-         style="fill:none;stroke:none" />
-      <path
-         id="rect5888-59"
-         d="m -332,427.375 0,12 0,1 0,1 6,0 0,-1 0,-1 -4,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,2 1,0 1,0 0,-3 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
-         style="fill:#2e3436;fill-opacity:1;display:inline"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5488"
-         d="m -323,435.36218 0,1 -0.5,0 c -0.831,0 -1.5,0.669 -1.5,1.5 0,0.831 0.669,1.5 1.5,1.5 l 0.5,0 2,0 0.5,0 c 0.277,0 0.5,0.223 0.5,0.5 0,0.277 -0.223,0.5 -0.5,0.5 l -0.5,0 -4,0 0,1 2,0 0,1 2,0 0,-1 0.5,0 c 0.831,0 1.5,-0.669 1.5,-1.5 0,-0.831 -0.669,-1.5 -1.5,-1.5 l -0.5,0 -2,0 -0.5,0 c -0.277,0 -0.5,-0.223 -0.5,-0.5 0,-0.277 0.223,-0.5 0.5,-0.5 l 0.5,0 4,0 0,-1 -2,0 0,-1 -2,0 z"
-         style="fill:#2e3436;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-date-nominal.svg b/src/ui/gui/artwork/categories/16x16/measure-date-nominal.svg
deleted file mode 100644 (file)
index 36e000d..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-date-scale.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(200,670.00002)"
-       style="display:inline"
-       id="g6493">
-      <g
-         id="g5253">
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0-9"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-191.00024,217.36221)"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0-7-64"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-187.00195,210.36221)"
-           sodipodi:type="arc" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5343"
-           width="16"
-           height="16"
-           x="-200"
-           y="366.36218" />
-        <path
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           d="m -187.5,375.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
-           id="rect3996-0"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-date-ordinal.svg b/src/ui/gui/artwork/categories/16x16/measure-date-ordinal.svg
deleted file mode 100644 (file)
index a672248..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-date-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,640.00002)"
-       style="display:inline"
-       id="g6549">
-      <g
-         id="g4327">
-        <path
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -374,402.375 0,2.21875 0,4.53125 0,2.25 2,0 0,-4 c 0,-0.47065 0.38789,-0.90838 1,-1.25 l 0,-1.53125 0,-2.21875 -3,0 z"
-           id="path11930-4-0" />
-        <path
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -369,399.375 0,2.96875 0,3.15625 c 0.47191,-0.0747 0.97042,-0.125 1.5,-0.125 0.52958,0 1.02809,0.0503 1.5,0.125 l 0,-3.15625 0,-2.96875 -3,0 z"
-           id="path11930-4-0-4" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11930-4"
-           d="m -379,405.36218 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5391"
-           width="16"
-           height="16"
-           x="-380"
-           y="396.36218" />
-        <path
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           d="m -367.5,406.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
-           id="rect3996-2"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-date-scale.svg b/src/ui/gui/artwork/categories/16x16/measure-date-scale.svg
deleted file mode 100644 (file)
index 683cda0..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,670.00002)"
-       style="display:inline"
-       id="g6487">
-      <g
-         id="g4174">
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5334"
-           width="16"
-           height="16"
-           x="-245"
-           y="366.36218" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:#2e3436;fill-opacity:1;display:inline"
-           d="m -242,367.375 0,12 0,1 0,1 5,0 0,-2 -3,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,3.125 c 0.47191,-0.0747 0.97042,-0.125 1.5,-0.125 0.17156,0 0.33343,0.0229 0.5,0.0313 l 0,-4.03125 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
-           id="rect5888-6" />
-        <path
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           d="m -232.5,376.36218 c -1.933,0 -3.5,0.44772 -3.5,1 l 0,1 0,1 0,1 0,1 0,1 1,0 5,0 1,0 0,-5 c 0,-0.55228 -1.567,-1 -3.5,-1 z m -2.5,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m -4,2 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z m 2,0 1,0 0,1 -1,0 0,-1 z"
-           id="rect3996-9"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-nominal.svg b/src/ui/gui/artwork/categories/16x16/measure-nominal.svg
deleted file mode 100644 (file)
index 99941cc..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-ordinal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,670.00002)"
-       style="display:inline"
-       id="g6480">
-      <g
-         id="g5328">
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-273.00024,217.36221)"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-281.00195,217.36221)"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0-7"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-277.00195,210.36221)"
-           sodipodi:type="arc" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5326"
-           width="16"
-           height="16"
-           x="-290"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-ordinal.svg b/src/ui/gui/artwork/categories/16x16/measure-ordinal.svg
deleted file mode 100644 (file)
index 8f1caca..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-scale.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,670.00002)"
-       style="display:inline"
-       id="g6473">
-      <g
-         id="g5320">
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11926"
-           d="m -324,369.26843 0,1.50389 0,9.08597 0,1.50389 3,0 0,-1.50389 0,-9.08597 0,-1.50389 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11928"
-           d="m -329,372.26843 0,1.5 0,6.09375 0,1.5 3,0 0,-1.5 0,-6.09375 0,-1.5 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11930"
-           d="m -334,375.36218 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5318"
-           width="16"
-           height="16"
-           x="-335"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-scale.svg b/src/ui/gui/artwork/categories/16x16/measure-scale.svg
deleted file mode 100644 (file)
index c48d68a..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-scale.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,670.00002)"
-       style="display:inline"
-       id="g6469">
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5888"
-         d="m -377,367.375 0,12 0,1 0,1 10,0 0,-1 0,-1 0,-8 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z m 2,2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,7 -6,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 z"
-         style="fill:#2e3436;fill-opacity:1" />
-      <rect
-         y="366.36218"
-         x="-380"
-         height="16"
-         width="16"
-         id="rect5312"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-string-nominal.svg b/src/ui/gui/artwork/categories/16x16/measure-string-nominal.svg
deleted file mode 100644 (file)
index 610dae9..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-string-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="1366"
-     inkscape:window-height="709"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(200,640.00002)"
-       style="display:inline"
-       id="g6500">
-      <g
-         id="g6398">
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0-2"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-190.99853,247.36222)"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:cx="-9"
-           sodipodi:cy="321"
-           d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-           id="path8593-0-7-5"
-           sodipodi:rx="7"
-           sodipodi:ry="7"
-           style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-           transform="matrix(0.49987831,0,0,0.4999999,-187.00024,240.36222)"
-           sodipodi:type="arc" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5353"
-           width="16"
-           height="16"
-           x="-200"
-           y="396.36218" />
-        <path
-           style="fill:#2e3436;fill-opacity:1;stroke:none"
-           d="m -187,404.36218 c -1.65685,0 -3,1.34315 -3,3 l 0,4 2,0 0,-2 2,0 0,2 2,0 0,-4 c 0,-1.65685 -1.34315,-3 -3,-3 z m 0,2 c 0.55228,0 1,0.44772 1,1 l 0,1 -2,0 0,-1 c 0,-0.55228 0.44772,-1 1,-1 z"
-           id="path7755"
-           inkscape:connector-curvature="0" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-string-ordinal.svg b/src/ui/gui/artwork/categories/16x16/measure-string-ordinal.svg
deleted file mode 100644 (file)
index dd55809..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-string-ordinal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(380,610.00002)"
-       style="display:inline"
-       id="g6625">
-      <path
-         inkscape:connector-curvature="0"
-         id="path11930-0-3"
-         d="m -374,432.375 0,2.21875 0,4.53125 0,2.25 2.75,0 0,-3 c 0,-0.47121 0.10586,-0.91879 0.25,-1.34375 l 0,-2.4375 0,-2.21875 -3,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;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <path
-         id="path11930-0-4"
-         d="m -369,429.375 0,2.96875 0,2.3125 c 0.59905,-0.3245 1.27611,-0.53125 2,-0.53125 0.34907,0 0.67455,0.0754 1,0.15625 l 0,-1.9375 0,-2.96875 -3,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;color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         d="m -379,435.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
-         id="path11930-0"
-         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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-      <rect
-         y="426.36218"
-         x="-380"
-         height="16"
-         width="16"
-         id="rect5402"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path7755-2-3-2-2"
-         d="m -367,435.36218 c -1.65685,0 -3,1.34315 -3,3 l 0,4 2,0 0,-2 2,0 0,2 2,0 0,-4 c 0,-1.65685 -1.34315,-3 -3,-3 z m 0,2 c 0.55228,0 1,0.44772 1,1 l 0,1 -2,0 0,-1 c 0,-0.55228 0.44772,-1 1,-1 z"
-         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-time-nominal.svg b/src/ui/gui/artwork/categories/16x16/measure-time-nominal.svg
deleted file mode 100644 (file)
index 5ac284c..0000000
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-time-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(290,640.00002)"
-       style="display:inline"
-       id="g6264">
-      <path
-         sodipodi:type="arc"
-         transform="matrix(0.49987831,0,0,0.4999999,-281.00024,247.36221)"
-         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         sodipodi:ry="7"
-         sodipodi:rx="7"
-         id="path8593-0-71"
-         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-         sodipodi:cy="321"
-         sodipodi:cx="-9" />
-      <path
-         sodipodi:type="arc"
-         transform="matrix(0.49987831,0,0,0.4999999,-277.00195,240.36221)"
-         style="color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15384626;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
-         sodipodi:ry="7"
-         sodipodi:rx="7"
-         id="path8593-0-7-6"
-         d="m -2,321 c 0,3.86599 -3.1340068,7 -7,7 -3.865993,0 -7,-3.13401 -7,-7 0,-3.86599 3.134007,-7 7,-7 3.8659932,0 7,3.13401 7,7 z"
-         sodipodi:cy="321"
-         sodipodi:cx="-9" />
-      <rect
-         y="396.36218"
-         x="-290"
-         height="16"
-         width="16"
-         id="rect5372"
-         style="fill:none;stroke:none" />
-      <g
-         transform="translate(-3,3.9999966)"
-         id="g6255">
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5780-7"
-           width="6"
-           height="1"
-           x="-277"
-           y="401.36218" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5780-9-7"
-           width="6"
-           height="1"
-           x="-277"
-           y="407.36218" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;stroke:#2d3335;stroke-width:0.467879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="path5800-2"
-           sodipodi:cx="-267"
-           sodipodi:cy="404.36218"
-           sodipodi:rx="1"
-           sodipodi:ry="1"
-           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
-           sodipodi:start="3.1415927"
-           sodipodi:end="6.2831853"
-           transform="matrix(-1.8029863,0,0,-2.3240972,-755.39735,1341.6181)" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;stroke:#2d3335;stroke-width:0.46787143;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="path5800-6-4"
-           sodipodi:cx="-267"
-           sodipodi:cy="404.36218"
-           sodipodi:rx="1"
-           sodipodi:ry="1"
-           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
-           sodipodi:start="3.1415927"
-           sodipodi:end="6.2831853"
-           transform="matrix(1.8029849,0,0,2.3241078,207.39698,-531.89799)" />
-        <path
-           sodipodi:type="arc"
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="path5820-1"
-           sodipodi:cx="-266.5"
-           sodipodi:cy="408.86218"
-           sodipodi:rx="0.5"
-           sodipodi:ry="0.5"
-           d="m -266,408.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z"
-           transform="matrix(2,0,0,1,259,-3.9999974)" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5889-1"
-           width="3.198874"
-           height="0.49719238"
-           x="-275.62976"
-           y="407.36218" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5889-4-2"
-           width="1.7073205"
-           height="0.38128155"
-           x="-274.7879"
-           y="403.64651" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-time-ordinal.svg b/src/ui/gui/artwork/categories/16x16/measure-time-ordinal.svg
deleted file mode 100644 (file)
index d88ebd4..0000000
+++ /dev/null
@@ -1,152 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-time-nominal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(245,640.00002)"
-       style="display:inline"
-       id="g6507">
-      <g
-         id="g5301">
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -234,399.21875 0,1.5 0,2.9375 c 0.47255,-0.16854 0.96957,-0.28125 1.5,-0.28125 0.53043,0 1.02745,0.11271 1.5,0.28125 l 0,-2.9375 0,-1.5 -3,0 z"
-           id="path11926-6"
-           inkscape:connector-curvature="0" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -239,402.21875 0,1.5 0,6.09375 0,1.5 3,0 0,-0.65625 c -0.61639,-0.77002 -1,-1.71819 -1,-2.78125 0,-1.06306 0.38361,-2.04248 1,-2.8125 l 0,-1.34375 0,-1.5 -3,0 z"
-           id="path11928-9"
-           inkscape:connector-curvature="0" />
-        <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:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           id="path11930-7"
-           d="m -244,405.29968 0,1.5 0,3.0625 0,1.5 3,0 0,-1.5 0,-3.0625 0,-1.5 -3,0 z"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5361"
-           width="16"
-           height="16"
-           x="-245"
-           y="396.36218" />
-        <g
-           style="display:inline"
-           id="g5140-3-2"
-           transform="translate(81,2.6171874e-6)">
-          <path
-             inkscape:connector-curvature="0"
-             id="path4334-7-5"
-             d="m -313.5,404.36218 c -1.933,0 -3.5,1.567 -3.5,3.5 0,1.933 1.567,3.5 3.5,3.5 1.933,0 3.5,-1.567 3.5,-3.5 0,-1.933 -1.567,-3.5 -3.5,-3.5 z m 0,1 c 1.38071,0 2.5,1.11929 2.5,2.5 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 z"
-             style="fill:#2e3436;fill-opacity:1;stroke:none" />
-          <path
-             inkscape:connector-curvature="0"
-             id="path4341-5-6"
-             d="m -312.28125,406.34375 a 0.250025,0.250025 0 0 0 -0.125,0.0937 L -313.5,407.5 l -0.4375,-0.4375 a 0.250025,0.250025 0 0 0 -0.0313,-0.0313 0.250025,0.250025 0 0 0 -0.0937,-0.0313 0.250025,0.250025 0 0 0 -0.125,0 0.250025,0.250025 0 0 0 -0.0625,0.0313 0.250025,0.250025 0 0 0 -0.125,0.15625 0.250025,0.250025 0 0 0 0.0937,0.21875 l 0.625,0.625 0.1875,0.1875 0.15625,-0.1875 1.25,-1.25 a 0.250025,0.250025 0 0 0 0.0313,-0.0313 0.250025,0.250025 0 0 0 0.0313,-0.0625 0.250025,0.250025 0 0 0 0,-0.125 0.250025,0.250025 0 0 0 -0.0313,-0.0937 0.250025,0.250025 0 0 0 -0.0625,-0.0625 0.250025,0.250025 0 0 0 -0.0625,-0.0313 0.250025,0.250025 0 0 0 -0.125,-0.0313 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:#2e3436;fill-opacity:1;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-        </g>
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/measure-time-scale.svg b/src/ui/gui/artwork/categories/16x16/measure-time-scale.svg
deleted file mode 100644 (file)
index a48b617..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-time-scale.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(335,640.00002)"
-       style="display:inline"
-       id="g6494">
-      <rect
-         y="396.36218"
-         x="-335"
-         height="16"
-         width="16"
-         id="rect5382"
-         style="fill:none;stroke:none" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5888-4"
-         d="m -332,397.375 0,12 0,1 0,1 6,0 0,-2 -4,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-1 1,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -1,0 0,-1 2,0 0.5,0 0.5,0 0,-0.5 0,-0.5 -0.5,0 -0.5,0 -2,0 0,-2 4,0 c 1.06188,-0.0309 2.16571,-0.0829 2,2 l 0,1 0,2 2,0 0,-3 c 0,-3 -1,-4 -4,-4 l -4,0 -2,0 z"
-         style="fill:#2e3436;fill-opacity:1;display:inline" />
-      <g
-         transform="translate(-17,-3.4210825e-6)"
-         id="g6335">
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5780-8"
-           width="6"
-           height="1"
-           x="-308"
-           y="405.36218" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5780-9-8"
-           width="6"
-           height="1"
-           x="-308"
-           y="411.36218" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;stroke:#2d3335;stroke-width:0.467879;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="path5800-9"
-           sodipodi:cx="-267"
-           sodipodi:cy="404.36218"
-           sodipodi:rx="1"
-           sodipodi:ry="1"
-           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
-           sodipodi:start="3.1415927"
-           sodipodi:end="6.2831853"
-           transform="matrix(-1.8029863,0,0,-2.3240972,-786.39735,1345.6181)" />
-        <path
-           sodipodi:type="arc"
-           style="fill:none;stroke:#2d3335;stroke-width:0.46787143;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           id="path5800-6-1"
-           sodipodi:cx="-267"
-           sodipodi:cy="404.36218"
-           sodipodi:rx="1"
-           sodipodi:ry="1"
-           d="m -268,404.36218 c 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 l -1,0 z"
-           sodipodi:start="3.1415927"
-           sodipodi:end="6.2831853"
-           transform="matrix(1.8029849,0,0,2.3241078,176.39698,-527.89799)" />
-        <path
-           sodipodi:type="arc"
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="path5820-6"
-           sodipodi:cx="-266.5"
-           sodipodi:cy="408.86218"
-           sodipodi:rx="0.5"
-           sodipodi:ry="0.5"
-           d="m -266,408.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z"
-           transform="matrix(2,0,0,1,228,2.6171874e-6)" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5889-9"
-           width="3.198874"
-           height="0.49719238"
-           x="-306.62976"
-           y="411.36218" />
-        <rect
-           style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline"
-           id="rect5889-4-7"
-           width="1.7073205"
-           height="0.38128155"
-           x="-305.7879"
-           y="407.64651" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-both.svg b/src/ui/gui/artwork/categories/16x16/role-both.svg
deleted file mode 100644 (file)
index e1a18f6..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="role-target.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(50,670.00002)"
-       style="display:inline"
-       id="g6124">
-      <g
-         id="g6014">
-        <path
-           d="m -42.999765,373.3622 10e-6,-1 c 3e-5,-0.26531 0.0931,-0.53058 0.28124,-0.71876 l 3.00001,-2.99999 0.28125,-0.28126 0.87499,0 0.28126,0.28126 2.99999,3 c 0.18821,0.18818 0.28121,0.45347 0.28121,0.71876 l 1e-5,1 -1,0 c -0.26531,4e-5 -0.53059,-0.0931 -0.71877,-0.28121 l -2.28124,-2.28126 -2.28125,2.28125 c -0.18817,0.18815 -0.45345,0.28125 -0.71875,0.28125 l -1,0 z"
-           id="path3613-6-6-9"
-           inkscape:connector-curvature="0"
-           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:#2e3436;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" />
-        <path
-           d="m -37.999605,370.36219 0,7 -2,0 0,-7 2,0 z"
-           id="path35770-1"
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-        <path
-           d="m -48.999965,375.36217 1e-5,1 c 3e-5,0.26531 0.0931,0.53058 0.28124,0.71876 l 3.00001,2.99999 0.28125,0.28126 0.87499,0 0.28126,-0.28126 2.99999,-3 c 0.18821,-0.18818 0.28121,-0.45347 0.28121,-0.71876 l 1e-5,-1 -1,0 c -0.26531,-4e-5 -0.53059,0.0931 -0.71877,0.28121 l -2.28124,2.28126 -2.28125,-2.28125 c -0.18817,-0.18815 -0.45345,-0.28125 -0.71875,-0.28125 l -1,0 z"
-           id="path3613-6-6-9-5"
-           inkscape:connector-curvature="0"
-           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:#2e3436;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" />
-        <path
-           d="m -43.999805,371.36218 0,7 -2,0 0,-7 2,0 z"
-           id="path35770-1-5"
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5458"
-           width="16"
-           height="16"
-           x="-50"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-input.svg b/src/ui/gui/artwork/categories/16x16/role-input.svg
deleted file mode 100644 (file)
index 3c7d957..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="measure-currency-ordinal.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(140,670.00002)"
-       style="display:inline"
-       id="g6188">
-      <path
-         inkscape:connector-curvature="0"
-         id="path6429-5-54"
-         d="m -134,367.375 c -2.20914,0 -4,1.79086 -4,4 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 0,-1.10457 0.89542,-2 2,-2 l 1,0 c 1.10457,0 2,0.89542 2,2 l -2,0 3,3 3,-3 -2,0 c 0,-2.20914 -1.79086,-4 -4,-4 l -1,0 z"
-         style="fill:#2e3436;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="366.36218"
-         x="-140"
-         height="16"
-         width="16"
-         id="rect5445"
-         style="fill:none;stroke:none" />
-      <path
-         id="path7270-2-9"
-         sodipodi:nodetypes="ccccsccccc"
-         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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0"
-         d="m -138.99806,378.35803 c 0.004,-0.22003 0.11329,-0.52093 0.30607,-0.69137 l 2.17793,-2.0776 c 0.23439,-0.23907 0.79255,-0.28719 1.01863,-0.15387 0.0811,0.002 1.14398,0.61967 1.2978,0.84953 0.62127,0.92843 -0.34665,1.79379 -1.18273,1.51846 l -0.3522,-0.20781 -1.61434,1.5429 c -0.64196,0.51669 -1.70417,0.0905 -1.6512,-0.7802 z" />
-      <path
-         id="path6196"
-         sodipodi:nodetypes="ccccsccccc"
-         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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-         inkscape:connector-curvature="0"
-         d="m -125.00193,378.35802 c -0.004,-0.22003 -0.11244,-0.52093 -0.30379,-0.69137 l -2.16171,-2.07759 c -0.23264,-0.23907 -0.78664,-0.28719 -1.01103,-0.15387 -0.0805,0.002 -1.13547,0.61967 -1.28813,0.84952 -0.61666,0.92843 0.34405,1.79378 1.17391,1.51846 l 0.34957,-0.20781 1.60232,1.54289 c 0.63718,0.51669 1.69148,0.0906 1.6389,-0.7802 z" />
-      <path
-         inkscape:connector-curvature="0"
-         id="rect5970"
-         d="m -136,375.375 0,1 0,4 c 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 l 0,-4 0,-1 -1,0 -6,0 -1,0 z"
-         style="fill:#2e3436;fill-opacity:1;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-none.svg b/src/ui/gui/artwork/categories/16x16/role-none.svg
deleted file mode 100644 (file)
index fe30f2f..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="role-both.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(5,670.00002)"
-       style="display:inline"
-       id="g5470">
-      <g
-         id="g5856">
-        <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;baseline-shift:baseline;color:#000000;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1.97519779;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m 3,367.36218 c -3.86004,0 -7,3.18697 -7,7.03125 0,3.84428 3.13996,6.96875 7,6.96875 3.86004,0 7,-3.12447 7,-6.96875 0,-3.84428 -3.13996,-7.03125 -7,-7.03125 z m 0,2.03125 c 1.0811857,0 2.0897026,0.33134 2.90625,0.90625 l -6.96875,6.96875 C -1.6479554,376.45767 -2,375.47853 -2,374.39343 c 0,-2.7656 2.22305,-5 5,-5 z m 4.25,2.375 c 0.4693273,0.76012 0.78125,1.66291 0.78125,2.625 0,2.7656 -2.25431,4.9375 -5.03125,4.9375 -0.9532865,0 -1.837029,-0.26757 -2.59375,-0.71875 L 7.25,371.76843 z"
-           id="path4222"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="opacity:0.35;fill:none"
-           id="rect5439"
-           width="16"
-           height="16"
-           x="-5"
-           y="366.36218" />
-      </g>
-      <rect
-         y="366.36218"
-         x="-5"
-         height="16"
-         width="16"
-         id="rect5468"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-partition.svg b/src/ui/gui/artwork/categories/16x16/role-partition.svg
deleted file mode 100644 (file)
index 871fdfc..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="role-both.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(140,640.00002)"
-       style="display:inline"
-       id="g5502">
-      <path
-         sodipodi:end="6.2831853"
-         sodipodi:start="1.5707963"
-         transform="matrix(0,-1.2,1.3333333,0,-671.14956,244.56218)"
-         d="m -134,407.36218 c -2.76142,0 -5,-2.01472 -5,-4.5 0,-2.48528 2.23858,-4.5 5,-4.5 2.76142,0 5,2.01472 5,4.5 0,0 0,0 0,0 l -5,0 z"
-         sodipodi:ry="4.5"
-         sodipodi:rx="5"
-         sodipodi:cy="402.86218"
-         sodipodi:cx="-134"
-         id="path5829"
-         style="fill:#2e3436;fill-opacity:1"
-         sodipodi:type="arc" />
-      <path
-         sodipodi:end="1.5707963"
-         sodipodi:start="0"
-         transform="matrix(0,-1.2,1.3333333,0,-669.14956,242.56218)"
-         d="m -129,402.86218 c 0,2.48528 -2.23858,4.5 -5,4.5 l 0,-4.5 z"
-         sodipodi:ry="4.5"
-         sodipodi:rx="5"
-         sodipodi:cy="402.86218"
-         sodipodi:cx="-134"
-         id="path5829-8"
-         style="fill:#2e3436;fill-opacity:1;display:inline"
-         sodipodi:type="arc" />
-      <rect
-         y="396.36218"
-         x="-140"
-         height="16"
-         width="16"
-         id="rect5849"
-         style="fill:none" />
-      <rect
-         y="396.36218"
-         x="-140"
-         height="16"
-         width="16"
-         id="rect5498"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-split.svg b/src/ui/gui/artwork/categories/16x16/role-split.svg
deleted file mode 100644 (file)
index 8e9a4e3..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="role-partition.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="709"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(95,640.00002)"
-       style="display:inline"
-       id="g5478">
-      <rect
-         y="410.36218"
-         x="-93"
-         height="1"
-         width="13"
-         id="rect5694"
-         style="fill:#2e3436" />
-      <rect
-         y="406.36218"
-         x="-93"
-         height="1"
-         width="13"
-         id="rect5694-7"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="406.36218"
-         x="-93"
-         height="2"
-         width="13"
-         id="rect5694-73"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         ry="1"
-         y="405.36218"
-         x="-93"
-         height="2"
-         width="13"
-         id="rect5694-9"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="406.36218"
-         x="-93"
-         height="5"
-         width="1"
-         id="rect5694-733"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="406.36218"
-         x="-81"
-         height="5"
-         width="1"
-         id="rect5694-733-8"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="406.36218"
-         x="-85"
-         height="5"
-         width="1"
-         id="rect5694-733-0"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="406.36218"
-         x="-89"
-         height="5"
-         width="1"
-         id="rect5694-733-86"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="402.36218"
-         x="-93"
-         height="1"
-         width="13"
-         id="rect5694-93"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-93"
-         height="1"
-         width="13"
-         id="rect5694-7-0"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-93"
-         height="2"
-         width="13"
-         id="rect5694-73-5"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         ry="1"
-         y="397.36218"
-         x="-93"
-         height="2"
-         width="13"
-         id="rect5694-9-9"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-93"
-         height="5"
-         width="1"
-         id="rect5694-733-1"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-81"
-         height="5"
-         width="1"
-         id="rect5694-733-8-3"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-85"
-         height="5"
-         width="1"
-         id="rect5694-733-0-3"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="398.36218"
-         x="-89"
-         height="5"
-         width="1"
-         id="rect5694-733-86-7"
-         style="fill:#2e3436;display:inline" />
-      <rect
-         y="396.36218"
-         x="-95"
-         height="16"
-         width="16"
-         id="rect5806"
-         style="fill:none" />
-      <rect
-         y="396.36218"
-         x="-95"
-         height="16"
-         width="16"
-         id="rect5476"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/categories/16x16/role-target.svg b/src/ui/gui/artwork/categories/16x16/role-target.svg
deleted file mode 100644 (file)
index c9599c4..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-<?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="16"
-   height="16"
-   id="svg3991"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="role-input.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="22.4"
-     inkscape:cx="8"
-     inkscape:cy="6.1783041"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     inkscape:window-width="683"
-     inkscape:window-height="708"
-     inkscape:window-x="0"
-     inkscape:window-y="27"
-     inkscape:window-maximized="0"
-     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,16"
-       id="guide2985" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide2987" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide2989" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide2991" />
-  </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,-1036.3622)">
-    <g
-       transform="translate(95.008814,670.00002)"
-       style="display:inline"
-       id="g6132">
-      <g
-         id="g5838">
-        <path
-           inkscape:connector-curvature="0"
-           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:#2e3436;fill-opacity:1;stroke:none;stroke-width:2.15649271;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
-           d="m -88,366.375 0,1.0625 c -3.146507,0.25987 -5.677219,2.79473 -5.9375,5.9375 l -0.71875,0 -0.34375,0 0,0.40625 a 0.50137124,0.50219969 0 0 0 0,0.1875 l 0,0.40625 0.4375,0 0.625,0 c 0.231801,3.17166 2.770328,5.70728 5.9375,5.96875 l 0,1.03125 0.4375,0 0.15625,0 0.40625,0 0,-0.34375 0,-0.0313 a 0.5,0.50082618 0 0 0 0,-0.0625 0.5,0.50082618 0 0 0 0.03125,-0.0625 l 0,-0.53125 c 3.181771,-0.24744 5.736423,-2.78664 5.96875,-5.96875 l 1,0 0,-0.34375 a 0.4992251,0.50005 0 0 0 0,-0.0625 l 0,-0.0313 a 0.4992251,0.50005 0 0 0 0,-0.21875 0.4992251,0.50005 0 0 0 0,-0.0313 l 0,-0.3125 -0.3125,0 a 0.4992251,0.50005 0 0 0 -0.15625,-0.0313 l -0.53125,0 c -0.275214,-3.13852 -2.818369,-5.66124 -5.96875,-5.90625 l 0,-0.5625 A 0.4992251,0.50005 0 0 0 -87,366.8125 a 0.4992251,0.50005 0 0 0 0,-0.0937 l 0,-0.34375 -0.34375,0 -0.34375,0 -0.3125,0 z m 0,3.09375 0,1.90625 0.34375,0 0.03125,0 a 0.5,0.50082618 0 0 0 0.25,0 l 0.0625,0 0.3125,0 0,-0.3125 0,-0.0313 a 0.5,0.50082618 0 0 0 0,-0.0625 0.5,0.50082618 0 0 0 0.03125,-0.0625 l 0,-1.4375 c 2.06215,0.22936 3.680386,1.82403 3.9375,3.875 l -1.375,0 a 0.4992251,0.50005 0 0 0 -0.125,0 0.50307267,0.50390393 0 0 0 -0.125,0.0313 l -0.03125,0 -0.3125,0 0,0.4375 0,0.0625 0,0.5 2,0 c -0.218038,2.0958 -1.87481,3.7046 -3.96875,3.9375 l 0,-1.375 A 0.49922507,0.50004997 0 0 0 -87,376.84375 0.49922507,0.50004997 0 0 0 -87,376.75 l 0,-0.375 -1,0 0,1.9375 c -2.078504,-0.24484 -3.688252,-1.85255 -3.90625,-3.9375 l 1.53125,0 0.375,0 0,-0.3125 0,-0.0625 a 0.4992251,0.50005 0 0 0 0,-0.0313 0.4992251,0.50005 0 0 0 0,-0.21875 0.4992251,0.50005 0 0 0 0,-0.0313 l 0,-0.34375 -0.34375,0 -1.5625,0 c 0.243435,-2.05573 1.848111,-3.66367 3.90625,-3.90625 z m 0.53125,2.90625 c -0.82706,0 -1.5,0.67157 -1.5,1.5 0,0.82843 0.67294,1.5 1.5,1.5 0.82706,0 1.5,-0.67157 1.5,-1.5 0,-0.82843 -0.67294,-1.5 -1.5,-1.5 z"
-           id="path4640" />
-        <rect
-           style="fill:none;stroke:none"
-           id="rect5452"
-           width="16"
-           height="16"
-           x="-95"
-           y="366.36218" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-por.svg
deleted file mode 100644 (file)
index 8ee7c56..0000000
+++ /dev/null
@@ -1,207 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16"
-   height="16"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.4"
-     inkscape:cx="7.5096455"
-     inkscape:cy="8.37378"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3004" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,16"
-       id="guide3006" />
-    <sodipodi:guide
-       position="16,0"
-       orientation="-16,0"
-       id="guide3008" />
-    <sodipodi:guide
-       position="16,16"
-       orientation="0,-16"
-       id="guide3010" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide3012" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1933.7427,-899.77905)">
-    <g
-       transform="translate(1637.7427,647.77905)"
-       style="display:inline;enable-background:new"
-       id="g7009">
-      <image
-         y="252"
-         x="296"
-         id="image10-9"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
-         height="16"
-         width="16.000002"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="257.99768"
-         x="299.00235"
-         height="7.0000048"
-         width="1.0000126"
-         id="rect3033-8-2-8-5-8-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="257.99768"
-         x="307.00235"
-         height="7"
-         width="1"
-         id="rect3033-8-7-7-3-9-3-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308.00223"
-         x="263.99768"
-         height="8.9998837"
-         width="1.0000092"
-         id="rect4385-7-5-5-84-8-6-0-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="257.99768"
-         x="301.00235"
-         height="7"
-         width="1"
-         id="rect3033-8-4-7-8-2-2-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="257.99768"
-         x="303.00235"
-         height="7"
-         width="1"
-         id="rect3033-8-4-5-7-0-8-0-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="257.99768"
-         x="305.00235"
-         height="7.0000095"
-         width="1"
-         id="rect3033-8-4-2-3-2-9-8-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308.00235"
-         x="261.99768"
-         height="9"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4-9-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308.00235"
-         x="259.99768"
-         height="9"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1-0-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308.00235"
-         x="257.99768"
-         height="9.0000105"
-         width="1.000012"
-         id="rect4385-7-5-5-8-6-7-5-5-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
-         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-         id="path2844-1-1-0-0-0-6"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
-         style="fill:none;stroke:#3364a4;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-         id="path2842-23-5-7-9-1-8"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-303"
-         x="255"
-         height="3.9999967"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4-5-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sav.svg
deleted file mode 100644 (file)
index 6081924..0000000
+++ /dev/null
@@ -1,205 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16.000002"
-   height="16"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.4"
-     inkscape:cx="7.746281"
-     inkscape:cy="7.8768524"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3004" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,16.000002"
-       id="guide3006" />
-    <sodipodi:guide
-       position="16.000002,0"
-       orientation="-16,0"
-       id="guide3008" />
-    <sodipodi:guide
-       position="16.000002,16"
-       orientation="0,-16.000002"
-       id="guide3010" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide3012" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-411.02875,-708.20763)">
-    <g
-       id="g3076">
-      <image
-         y="708.20764"
-         x="411.02875"
-         id="image10-9"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
-         height="16"
-         width="16.000002"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="714.20532"
-         x="414.0311"
-         height="7.0000048"
-         width="1.0000126"
-         id="rect3033-8-2-8-5-8-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="714.20532"
-         x="422.0311"
-         height="7"
-         width="1"
-         id="rect3033-8-7-7-3-9-3-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-423.03098"
-         x="720.20532"
-         height="8.9998837"
-         width="1.0000092"
-         id="rect4385-7-5-5-84-8-6-0-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="714.20532"
-         x="416.0311"
-         height="7"
-         width="1"
-         id="rect3033-8-4-7-8-2-2-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="714.20532"
-         x="418.0311"
-         height="7"
-         width="1"
-         id="rect3033-8-4-5-7-0-8-0-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="714.20532"
-         x="420.0311"
-         height="7.0000095"
-         width="1"
-         id="rect3033-8-4-2-3-2-9-8-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-423.0311"
-         x="718.20532"
-         height="9"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4-9-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-423.0311"
-         x="716.20532"
-         height="9"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1-0-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-423.0311"
-         x="714.20532"
-         height="9.0000105"
-         width="1.000012"
-         id="rect4385-7-5-5-8-6-7-5-5-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 421.55756,720.75722 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
-         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-         id="path2844-1-1-0-0-0-6"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 422.52729,720.70151 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
-         style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-         id="path2842-23-5-7-9-1-8"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-418.02875"
-         x="711.20764"
-         height="3.9999967"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4-5-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-sps.svg
deleted file mode 100644 (file)
index bf7a91b..0000000
+++ /dev/null
@@ -1,333 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="15.999999"
-   height="15.999994"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3025-7-0"
-       id="radialGradient4799"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.4028781,0,0,0.40287877,290.3777,249.60069)"
-       cx="42.5"
-       cy="34.5"
-       fx="42.5"
-       fy="34.5"
-       r="8.6875" />
-    <linearGradient
-       id="linearGradient3025-7-0"
-       inkscape:collect="always">
-      <stop
-         id="stop3027-6-9"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop3029-8-8"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895-5-0-7"
-       id="linearGradient4802"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.44478064,0,0,0.44478411,298.82681,248.15496)"
-       x1="14.495688"
-       y1="29.88039"
-       x2="26.737476"
-       y2="42.564117" />
-    <linearGradient
-       id="linearGradient2895-5-0-7"
-       inkscape:collect="always">
-      <stop
-         id="stop2897-15-7-7"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop2899-1-4-7"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2903-0-8-7"
-       id="linearGradient4796"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.47368293,0,0,0.47368429,298.26319,247.15789)"
-       x1="16.793787"
-       y1="30.675884"
-       x2="22.052893"
-       y2="37.128235" />
-    <linearGradient
-       id="linearGradient2903-0-8-7"
-       inkscape:collect="always">
-      <stop
-         id="stop2905-8-1-7"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1" />
-      <stop
-         id="stop2907-0-6-5"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3065-3-7"
-       id="linearGradient4804"
-       gradientUnits="userSpaceOnUse"
-       x1="17.659994"
-       y1="36.680489"
-       x2="23.031794"
-       y2="31.111195" />
-    <linearGradient
-       id="linearGradient3065-3-7"
-       inkscape:collect="always">
-      <stop
-         id="stop3067-6-0"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3069-4-5"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="31.111195"
-       x2="23.031794"
-       y1="36.680489"
-       x1="17.659994"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4871"
-       xlink:href="#linearGradient3065-3-7"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="15.839192"
-     inkscape:cx="8.4902724"
-     inkscape:cy="3.1038363"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid2995" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,15.999999"
-       id="guide2997" />
-    <sodipodi:guide
-       position="15.999999,0"
-       orientation="-15.999994,0"
-       id="guide2999" />
-    <sodipodi:guide
-       position="15.999999,15.999994"
-       orientation="0,-15.999999"
-       id="guide3001" />
-    <sodipodi:guide
-       position="0,15.999994"
-       orientation="15.999994,0"
-       id="guide3003" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-543.74712,-801.2088)">
-    <g
-       transform="translate(247.74712,549.20879)"
-       style="display:inline;enable-background:new"
-       id="g4806">
-      <g
-         id="g5470">
-        <image
-           style="display:inline;enable-background:new"
-           width="16.000002"
-           height="16"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
-           id="image10-9"
-           x="296"
-           y="252" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-2-8-5-8-9"
-           width="1.0000126"
-           height="7.0000048"
-           x="299.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9-3-8"
-           width="1"
-           height="7"
-           x="307.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6-0-7"
-           width="1.0000092"
-           height="8.9998837"
-           x="263.99768"
-           y="-308.00223"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2-2-7"
-           width="1"
-           height="7"
-           x="301.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-5-7-0-8-0-7"
-           width="1"
-           height="7"
-           x="303.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9-8-3"
-           width="1"
-           height="7.0000095"
-           x="305.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4-9-1"
-           width="1"
-           height="9"
-           x="261.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1-0-8"
-           width="1"
-           height="9"
-           x="259.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5-5-9"
-           width="1.000012"
-           height="9.0000105"
-           x="257.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0-0-6"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-           d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9-1-8"
-           style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-           d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4-5-1"
-           width="1"
-           height="3.9999967"
-           x="255"
-           y="-303"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         d="m 307.21044,260 -1.20863,0.35379 0.3777,1.80687 c 0.0109,0.0612 -0.006,0.12021 -0.0504,0.16425 -0.0439,0.044 -0.10258,0.0615 -0.16367,0.0506 l -1.81296,-0.37906 -0.35251,1.21301 1.78777,0.59386 c 0.06,0.0208 0.0973,0.0773 0.11331,0.13899 0.016,0.0617 0.005,0.11676 -0.0378,0.16425 l -1.22121,1.3899 0.85611,0.87184 1.39747,-1.23826 c 0.0472,-0.0426 0.10218,-0.054 0.16366,-0.038 0.0615,0.016 0.1178,0.0534 0.13849,0.11372 l 0.59173,1.79423 1.20863,-0.35379 -0.3777,-1.80687 c -0.0109,-0.0612 0.006,-0.12022 0.0504,-0.16426 0.0439,-0.044 0.10258,-0.0615 0.16368,-0.0506 l 1.81295,0.37906 0.35251,-1.213 -1.78777,-0.59386 c -0.06,-0.0208 -0.0973,-0.0773 -0.11331,-0.13899 -0.016,-0.0617 -0.005,-0.11676 0.0378,-0.16426 l 1.22122,-1.38989 -0.85612,-0.87185 -1.39747,1.23827 c -0.0472,0.0426 -0.10218,0.054 -0.16366,0.038 -0.0615,-0.016 -0.1178,-0.0534 -0.13849,-0.11372 l -0.59173,-1.79422 z m 0.28957,2.287 c 0.66717,0 1.20864,0.54343 1.20864,1.213 0,0.66958 -0.54147,1.21301 -1.20864,1.21301 -0.66716,0 -1.20863,-0.54343 -1.20863,-1.21301 0,-0.66957 0.54147,-1.213 1.20863,-1.213 z"
-         id="path2999-3-0"
-         style="opacity:0.9372549;fill:url(#radialGradient4799);fill-opacity:1;stroke:none"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 307.34714,259.49695 c -0.21722,0.009 -0.43232,0.0418 -0.63938,0.0834 l -0.014,0 c -0.15545,0.0319 -0.31036,0.0759 -0.45869,0.1251 -0.21452,0.0713 -0.41485,0.15917 -0.61155,0.26408 l 0.29187,1.38996 c -0.21183,0.15688 -0.41101,0.34034 -0.56988,0.556 l -1.37603,-0.27802 c -0.11405,0.21547 -0.2183,0.43073 -0.2919,0.66719 -0.10224,0.32848 -0.16691,0.68384 -0.18069,1.04246 l 1.36215,0.45868 c 0.031,0.26353 0.0898,0.52515 0.19459,0.76447 l -0.94516,1.05638 c 0.1235,0.19628 0.26229,0.38457 0.41698,0.55597 l 0.27799,0.26409 c 0.17268,0.15807 0.35757,0.30472 0.55599,0.43089 l 1.05634,-0.94516 c 0.12698,0.0565 0.25066,0.10186 0.38918,0.13898 0.13108,0.0352 0.27218,0.0687 0.40308,0.0833 l 0.4448,1.34826 c 0.21722,-0.009 0.43232,-0.0418 0.63936,-0.0833 l 0.014,0 c 0.15542,-0.0319 0.31035,-0.0759 0.45868,-0.12509 0.21452,-0.0713 0.41485,-0.15917 0.61156,-0.2641 l -0.29187,-1.38995 c 0.21181,-0.15687 0.411,-0.34034 0.56986,-0.55598 l 1.37604,0.278 c 0.11405,-0.21546 0.21829,-0.43072 0.29189,-0.66718 0.10225,-0.32849 0.1669,-0.68383 0.1807,-1.04247 l -1.36215,-0.45868 c -0.031,-0.26353 -0.0899,-0.52515 -0.19458,-0.76448 l 0.94514,-1.05636 c -0.1235,-0.19628 -0.26228,-0.38459 -0.41697,-0.55598 l -0.27799,-0.26409 c -0.17267,-0.15807 -0.35756,-0.30471 -0.55598,-0.43088 l -1.05636,0.94516 c -0.12698,-0.0565 -0.25066,-0.10187 -0.38917,-0.13899 -0.13109,-0.0352 -0.27217,-0.0686 -0.40309,-0.0833 l -0.44478,-1.34825 z m 0.0556,3.11349 c 0.0504,-0.006 0.10127,-0.003 0.15289,0 0.059,0.004 0.1214,0.012 0.18067,0.0278 0.47432,0.12709 0.75258,0.62376 0.62549,1.09806 -0.12709,0.47431 -0.62375,0.75257 -1.09806,0.62549 -0.4743,-0.12709 -0.75256,-0.62376 -0.62546,-1.09807 0.0973,-0.36314 0.41104,-0.61383 0.76447,-0.65327 z"
-         id="path2978-8-5"
-         style="fill:url(#linearGradient4802);fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 307.50001,260.89473 c -1.4381,0 -2.60526,1.16716 -2.60526,2.60527 0,1.4381 1.16716,2.60526 2.60526,2.60526 1.4381,0 2.60526,-1.16716 2.60526,-2.60526 0,-1.43811 -1.16716,-2.60527 -2.60526,-2.60527 z m 0,1.42106 c 0.65368,0 1.18421,0.53052 1.18421,1.18421 0,0.65368 -0.53053,1.18421 -1.18421,1.18421 -0.65368,0 -1.18421,-0.53053 -1.18421,-1.18421 0,-0.65369 0.53053,-1.18421 1.18421,-1.18421 z"
-         id="path3002-0-2"
-         style="fill:url(#linearGradient4796);fill-opacity:1;stroke:none"
-         inkscape:connector-curvature="0" />
-      <path
-         d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z"
-         id="path3037-4-5"
-         sodipodi:cx="19.555922"
-         sodipodi:cy="34.587067"
-         sodipodi:rx="3.1598835"
-         sodipodi:ry="3.1598835"
-         sodipodi:type="arc"
-         style="fill:none;stroke:url(#linearGradient4871);stroke-width:1.57235801;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         transform="matrix(0.63598804,0,0,-0.63598686,295.06267,285.49692)" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/16x16/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index 5e012d0..0000000
+++ /dev/null
@@ -1,447 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="16.000002"
-   height="16"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file compressed (*.zsav)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4193-6"
-       id="linearGradient5886"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.57439254,0,0,0.53336509,86.625541,162.69399)"
-       x1="380.64441"
-       y1="185.36032"
-       x2="380.64441"
-       y2="182.21574" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4193-6">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4195-3" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1"
-         offset="1"
-         id="stop4197-6" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967-45"
-       id="linearGradient5883"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.03499452,0,0,0.03831417,302.95017,257.95785)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967-45">
-      <stop
-         id="stop5969-0"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971-4"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3737-5"
-       id="radialGradient5880"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.31148255,0,0,0.06451577,208.20384,258.45163)"
-       cx="321.86331"
-       cy="70.499977"
-       fx="321.86331"
-       fy="70.499977"
-       r="15.500023" />
-    <linearGradient
-       id="linearGradient3737-5">
-      <stop
-         id="stop3739-3"
-         offset="0"
-         style="stop-color:#faefde;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="0.68321055"
-         id="stop3741-2" />
-      <stop
-         id="stop3743-0"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4123"
-       id="radialGradient5874"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.64285714,0,0,0.54910716,-149.57114,138.80579)"
-       cx="710.99957"
-       cy="226.5"
-       fx="710.99957"
-       fy="226.5"
-       r="6" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4123">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4125" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4127" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4256-2"
-       id="linearGradient5871"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.50408096,0,0,0.46207368,113.65987,176.16807)"
-       x1="384.42245"
-       y1="187.9436"
-       x2="385"
-       y2="182.90625" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4256-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4258-0" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4260-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707-97"
-       id="linearGradient5898"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.01007758,0,0,0.05905851,306.18906,257.77303)"
-       x1="52"
-       y1="92.321815"
-       x2="52"
-       y2="102.04764" />
-    <linearGradient
-       id="linearGradient3707-97">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709-5" />
-      <stop
-         id="stop3715-25"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711-0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4000-2"
-       id="linearGradient5900"
-       gradientUnits="userSpaceOnUse"
-       x1="718.84924"
-       y1="57.971344"
-       x2="725.87988"
-       y2="77.336296"
-       gradientTransform="matrix(0.33589709,0,0,0.33446001,65.821577,239.92228)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4000-2">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4002-1" />
-      <stop
-         style="stop-color:#c17d11;stop-opacity:1"
-         offset="1"
-         id="stop4004-26" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3984-64"
-       id="linearGradient5895"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.36715981,0,0,0.35449628,43.328222,238.52797)"
-       x1="712.32172"
-       y1="57.108822"
-       x2="721.75269"
-       y2="70.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3984-64">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3986-29" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3988-0" />
-    </linearGradient>
-    <linearGradient
-       y2="70.5"
-       x2="721.75269"
-       y1="57.108822"
-       x1="712.32172"
-       gradientTransform="matrix(0.36715981,0,0,0.35449628,43.328222,238.52797)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6571"
-       xlink:href="#linearGradient3984-64"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="22.4"
-     inkscape:cx="0.26860243"
-     inkscape:cy="7.8768524"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3004" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,16.000002"
-       id="guide3006" />
-    <sodipodi:guide
-       position="16.000002,0"
-       orientation="-16,0"
-       id="guide3008" />
-    <sodipodi:guide
-       position="16.000002,16"
-       orientation="0,-16.000002"
-       id="guide3010" />
-    <sodipodi:guide
-       position="0,16"
-       orientation="16,0"
-       id="guide3012" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file compressed (*.zsav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-411.02875,-708.20763)">
-    <g
-       transform="translate(115.02875,456.20763)"
-       style="display:inline;enable-background:new"
-       id="g5902">
-      <g
-         id="g5470">
-        <image
-           style="display:inline;enable-background:new"
-           width="16.000002"
-           height="16"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAe5JREFU OI2Fk01rU0EUhp8z96YaUNFosbWIG2s3in9ARNz4ASq48Eco4qoLF4I/QRQsVYQuKhY/sNCgm/4b tbFtmpBQNcmZmePi3pvcpoIHDjMM8z7nPTMcMTPqX1dviMhiCPE0GGaGGYAB/AFZjzE8v3vn3jrj YWasrn38vtNqWoxxXw4Gfdto/LC1L6u/Vz68fZzBR+kA+v3+zLGjNXZ/7dLpttlpb7PVbLDx8xub 2w26nQ43r92qTp6YfLL8bmm+bMABqHoAQlB88IQQsowR9cpWcxPnHFcuX60emDj49M3Sq0tjAAXY J44xEGMkxMD7TyvU63UunL9YxWx+D8CrApaLfS7MxNEiU9NTzM3NMnPmFM456fV611+8fJbscWD5 g5oZBgiCk1FWq1WOHD7E7NlzqPpEVSsAafkNihDABBBBxJGmLjsXoSgYLTICeC0+NZMLCI7ECYlL RuAC4BWLVgJoAXA4ZxiCDL2Ul2zjvSeGuBcggHNueLuoJrmjMkDVE0MoAzwgpGkCloul5KIAmCAi eFVCGeDzFpIkHVYXZOQiXy0bEFSVMN4CQOKSTFzOkoNstv4BEJFGu92artWO87/odjuAtNRrP2vL jIePHtxOK+mCDgYnzcAwyEe6vAejUpnYVtX7iwuvPwP8Bca6QeO45pDPAAAAAElFTkSuQmCC "
-           id="image10-9"
-           x="296"
-           y="252" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-2-8-5-8-9"
-           width="1.0000126"
-           height="7.0000048"
-           x="299.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9-3-8"
-           width="1"
-           height="7"
-           x="307.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6-0-7"
-           width="1.0000092"
-           height="8.9998837"
-           x="263.99768"
-           y="-308.00223"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2-2-7"
-           width="1"
-           height="7"
-           x="301.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-5-7-0-8-0-7"
-           width="1"
-           height="7"
-           x="303.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9-8-3"
-           width="1"
-           height="7.0000095"
-           x="305.00235"
-           y="257.99768" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4-9-1"
-           width="1"
-           height="9"
-           x="261.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1-0-8"
-           width="1"
-           height="9"
-           x="259.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5-5-9"
-           width="1.000012"
-           height="9.0000105"
-           x="257.99768"
-           y="-308.00235"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0-0-6"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-           d="m 306.52881,264.54959 c -0.0182,0 -2.89178,-0.005 -2.90879,-0.005 -0.63218,-0.007 -0.70057,-0.1372 -0.78695,-0.2605 -0.34485,-0.49197 -0.44643,-1.33803 -0.6429,-2.61451 -0.21584,-1.40232 -0.3648,-3.23289 -0.62879,-3.23289 -0.2138,0 -0.37956,1.77514 -0.59545,3.17755 -0.1964,1.27644 -0.3134,2.1877 -0.65829,2.67966 -0.0886,0.12652 -0.17638,0.25096 -0.85721,0.25096"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9-1-8"
-           style="fill:none;stroke:#ef2929;stroke-width:1.00291276;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
-           d="m 307.49854,264.49388 c -1.57679,0 -1.47242,-0.0336 -1.6636,-0.0678 -0.74134,-0.13115 -1.07786,-1.24655 -1.37233,-2.29148 -0.37341,-1.32482 -0.6515,-2.63318 -0.98741,-2.63318 -0.3359,0 -0.614,1.30836 -0.98738,2.63318 -0.2945,1.04493 -0.631,2.16026 -1.37234,2.29148 -0.19119,0.0337 -0.0866,0.0678 -1.66359,0.0678"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4-5-1"
-           width="1"
-           height="3.9999967"
-           x="255"
-           y="-303"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccccccccc"
-         id="rect3615"
-         d="m 304.08361,259.49976 6.83276,0 c 0.32346,0 0.58387,0.24181 0.58387,0.54214 l 0,6.91619 c 0,0.30033 -0.26041,0.54215 -0.58387,0.54215 l -6.83276,0 c -0.32345,0 -0.58385,-0.24182 -0.58385,-0.54215 l 0,-6.91619 c 0,-0.30033 0.2604,-0.54214 0.58385,-0.54214 z"
-         style="fill:url(#linearGradient5886);fill-opacity:1;stroke:#8f5902;stroke-width:0.99952996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="cccccccccc"
-         id="path3619"
-         d="M 304.20997,262 C 304.09364,262 304,262.10249 304,262.22988 l 0,4.38699 0,0.15325 c 0,0.12736 0.0936,0.22988 0.20997,0.22988 l 6.58006,0 C 310.90636,267 311,266.89748 311,266.77012 l 0,-4.54024 C 311,262.10253 310.9064,262 310.79003,262 l -6.58006,0 z"
-         style="fill:url(#linearGradient5883);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccccc"
-         id="path3621"
-         d="m 304.0305,262 -0.0282,1.97916 L 311,264 l -0.0281,-1.99999 -6.94145,0 z"
-         style="opacity:0.5;fill:url(#radialGradient5880);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="262.85712"
-         x="303.64288"
-         height="0.64285713"
-         width="7.7142859"
-         id="rect3625"
-         style="opacity:0.7477478;fill:url(#radialGradient5874);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccccc"
-         id="rect3637"
-         d="m 304.49651,260.4965 6.00699,0 0,6.00699 -6.00699,0 0,-6.00699 z"
-         style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5871);stroke-width:0.99301434;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="ccccccc"
-         id="path4101"
-         d="m 306.50506,260.49157 -0.0135,4.46295 c 0,0.17634 0.0276,0.55396 0.0611,0.55396 l 1.89376,0 c 0.0335,0 0.0611,-0.37762 0.0611,-0.55396 0.007,-1.48425 -0.0218,-2.96829 -0.0398,-4.4525 l -1.96236,-0.0104 z"
-         style="fill:url(#linearGradient5898);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5900);stroke-width:0.98304826;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="ccsccscccsccc"
-         id="path4103"
-         d="m 306.75392,260.49566 0,0.0222 c 3.7e-4,0.007 3.7e-4,0.0148 0,0.0222 -0.008,0.0696 -0.0199,0.12526 -0.023,0.17725 l -0.16063,2.6698 c -0.002,0.0238 0,0.0563 0,0.11078 -3e-5,0.002 2.4e-4,0.009 0,0.0222 l 1.85875,0 0,-0.12186 c -0.007,-0.0177 -0.0109,-0.0364 -0.0115,-0.0554 -3.7e-4,-0.0219 -1.6e-4,-0.0248 0,-0.0222 l -0.16063,-2.81381 -1.50305,-0.0111 z"
-         style="fill:url(#linearGradient6571);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-por.svg
deleted file mode 100644 (file)
index 4be0b7b..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="21.999998"
-   height="22.000011"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="15.839192"
-     inkscape:cx="17.220525"
-     inkscape:cy="11.140017"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,21.999998"
-       id="guide3034" />
-    <sodipodi:guide
-       position="21.999998,0"
-       orientation="-22.000011,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="21.999998,22.000011"
-       orientation="0,-21.999998"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,22.000011"
-       orientation="22.000011,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1858.8856,-705.77904)">
-    <g
-       transform="translate(1562.8856,493.77905)"
-       style="display:inline;enable-background:new"
-       id="g6981">
-      <image
-         y="211"
-         x="295"
-         id="image10-6-7"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-         height="24"
-         width="24"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="221"
-         x="300"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-2-8-5-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="221"
-         x="313"
-         height="10.000002"
-         width="1"
-         id="rect3033-8-7-7-3-9-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314"
-         x="230"
-         height="14"
-         width="0.99999619"
-         id="rect4385-7-5-5-84-8-6-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="221"
-         x="304"
-         height="9.9999962"
-         width="1.0311279"
-         id="rect3033-8-4-7-8-2-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="221.25"
-         x="309"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-4-2-3-2-9-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314"
-         x="227"
-         height="14"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-313.75"
-         x="224"
-         height="13.5"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-313"
-         x="221"
-         height="13"
-         width="1"
-         id="rect4385-7-5-5-8-6-7-5-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 313.45908,229.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0-0-4"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 313.45869,229.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7-9-6"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-307"
-         x="215"
-         height="7"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-305"
-         x="218"
-         height="5.0000072"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3-7-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sav.svg
deleted file mode 100644 (file)
index 1d2de7d..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="21.999998"
-   height="22.000011"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="15.067039"
-     inkscape:cy="14.148223"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,21.999998"
-       id="guide3034" />
-    <sodipodi:guide
-       position="21.999998,0"
-       orientation="-22.000011,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="21.999998,22.000011"
-       orientation="0,-21.999998"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,22.000011"
-       orientation="22.000011,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-429.88998,-606.20879)">
-    <g
-       transform="translate(132.88998,437.2088)"
-       style="display:inline;enable-background:new"
-       id="g5256">
-      <image
-         y="168"
-         x="296"
-         id="image10-6"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-         height="24"
-         width="24"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="301"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-2-8-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="178"
-         x="314"
-         height="10.000002"
-         width="1"
-         id="rect3033-8-7-7-3-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="187"
-         height="14"
-         width="0.99999619"
-         id="rect4385-7-5-5-84-8-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="305"
-         height="9.9999962"
-         width="1.0311279"
-         id="rect3033-8-4-7-8-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178.25"
-         x="310"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-4-2-3-2-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="184"
-         height="14"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314.75"
-         x="181"
-         height="13.5"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314"
-         x="178"
-         height="13"
-         width="1"
-         id="rect4385-7-5-5-8-6-7-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0-0"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7-9"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308"
-         x="172"
-         height="7"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-306"
-         x="175"
-         height="5.0000072"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-sps.svg
deleted file mode 100644 (file)
index e64106e..0000000
+++ /dev/null
@@ -1,363 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="22.000004"
-   height="22"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895-5-6"
-       id="linearGradient4639-2"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.66677109,0,0,0.66676737,300.49814,162.49652)"
-       x1="14.495688"
-       y1="29.88039"
-       x2="26.737476"
-       y2="42.564117" />
-    <linearGradient
-       id="linearGradient2895-5-6"
-       inkscape:collect="always">
-      <stop
-         id="stop2897-15-73"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop2899-1-2"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3025-0"
-       id="radialGradient4636-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.63309441,0,0,0.63309335,286.59347,163.65829)"
-       cx="42.5"
-       cy="34.5"
-       fx="42.5"
-       fy="34.5"
-       r="8.6875" />
-    <linearGradient
-       id="linearGradient3025-0"
-       inkscape:collect="always">
-      <stop
-         id="stop3027-7"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop3029-4"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2903-0-1"
-       id="linearGradient4633-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.68420872,0,0,0.68421052,300.15795,161.89474)"
-       x1="16.793787"
-       y1="30.675884"
-       x2="22.052893"
-       y2="37.128235" />
-    <linearGradient
-       id="linearGradient2903-0-1"
-       inkscape:collect="always">
-      <stop
-         id="stop2905-8-8"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1" />
-      <stop
-         id="stop2907-0-7"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3071-4"
-       id="linearGradient4643-8"
-       gradientUnits="userSpaceOnUse"
-       x1="20.806717"
-       y1="36.825302"
-       x2="17.449335"
-       y2="30.900536" />
-    <linearGradient
-       id="linearGradient3071-4"
-       inkscape:collect="always">
-      <stop
-         id="stop3073-8"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3075-0"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="31.111195"
-       x2="23.031794"
-       y1="36.680489"
-       x1="17.659994"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient4688"
-       xlink:href="#linearGradient3065-9"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient3065-9"
-       inkscape:collect="always">
-      <stop
-         id="stop3067-4"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3069-9"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="0.95361071"
-     inkscape:cy="11.864336"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,22.000004"
-       id="guide3034" />
-    <sodipodi:guide
-       position="22.000004,0"
-       orientation="-22,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="22.000004,22"
-       orientation="0,-22.000004"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,22"
-       orientation="22,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-376.89406,-624.92426)">
-    <g
-       transform="translate(80.89406,412.92426)"
-       style="display:inline;enable-background:new"
-       id="g4771">
-      <g
-         id="g5256-6"
-         style="display:inline;enable-background:new"
-         transform="translate(-1,43)">
-        <image
-           style="display:inline;enable-background:new"
-           width="24"
-           height="24"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-           id="image10-6-7"
-           x="296"
-           y="168" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8-5-1"
-           width="1"
-           height="9.7500019"
-           x="301"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9-1"
-           width="1"
-           height="10.000002"
-           x="314"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6-7"
-           width="0.99999619"
-           height="14"
-           x="187"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2-3"
-           width="1.0311279"
-           height="9.9999962"
-           x="305"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9-5"
-           width="1"
-           height="9.7500019"
-           x="310"
-           y="178.25" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4-7"
-           width="1"
-           height="14"
-           x="184"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1-1"
-           width="1"
-           height="13.5"
-           x="181"
-           y="-314.75"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5-3"
-           width="1"
-           height="13"
-           x="178"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0-4"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9-6"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4-7"
-           width="1"
-           height="7"
-           x="172"
-           y="-308"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3-7-6"
-           width="1"
-           height="5.0000072"
-           x="175"
-           y="-306"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <g
-         id="g4645-6"
-         style="display:inline;enable-background:new"
-         transform="translate(-1.9999919,41.999998)">
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4639-2);fill-opacity:1;stroke:#2e3436;stroke-width:0.99818385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path2978-7"
-           d="m 313.27096,179.49909 c -0.32563,0.0127 -0.64809,0.0625 -0.95848,0.12502 l -0.021,0 c -0.23301,0.0478 -0.46526,0.11363 -0.6876,0.18753 -0.3216,0.1069 -0.62191,0.2386 -0.91681,0.39589 l 0.43757,2.08366 c -0.31755,0.23516 -0.61615,0.51018 -0.85431,0.83345 l -2.06282,-0.41673 c -0.17095,0.32296 -0.32724,0.64567 -0.43756,1.00014 -0.15328,0.49244 -0.25021,1.02512 -0.27088,1.56274 l 2.042,0.68761 c 0.0464,0.39503 0.13466,0.78724 0.29171,1.14601 l -1.4169,1.58357 c 0.18515,0.29426 0.39321,0.57651 0.62511,0.83346 l 0.41671,0.3959 c 0.25886,0.23695 0.53604,0.4568 0.83348,0.64592 l 1.58359,-1.41687 c 0.19034,0.0849 0.37574,0.15272 0.58341,0.20835 0.19651,0.0529 0.40803,0.10282 0.60426,0.12502 l 0.66677,2.02115 c 0.32564,-0.0126 0.64811,-0.0624 0.95848,-0.12502 l 0.0208,0 c 0.233,-0.0478 0.46525,-0.11364 0.68759,-0.18754 0.32161,-0.1069 0.62191,-0.2386 0.91682,-0.39589 l -0.43758,-2.08366 c 0.31755,-0.23515 0.61616,-0.51018 0.85432,-0.83345 l 2.06282,0.41672 c 0.17095,-0.32296 0.32723,-0.64566 0.43756,-1.00014 0.15327,-0.49242 0.25021,-1.02511 0.27088,-1.56273 l -2.042,-0.6876 c -0.0464,-0.39505 -0.13467,-0.78724 -0.29171,-1.14602 l 1.41689,-1.58357 c -0.18515,-0.29425 -0.3932,-0.57651 -0.62509,-0.83345 l -0.41674,-0.3959 c -0.25885,-0.23696 -0.53602,-0.4568 -0.83347,-0.64593 l -1.58357,1.41688 c -0.19036,-0.0849 -0.37576,-0.15271 -0.58341,-0.20835 -0.19652,-0.0528 -0.40804,-0.10283 -0.60428,-0.12503 l -0.66677,-2.02114 z m 0.0833,4.66738 c 0.0757,-0.009 0.15182,-0.005 0.22921,0 0.0883,0.005 0.18199,0.0179 0.27087,0.0418 0.71103,0.19053 1.12816,0.93507 0.93764,1.64609 -0.19053,0.71103 -0.93506,1.12816 -1.64608,0.93764 -0.71104,-0.19052 -1.12818,-0.93506 -0.93765,-1.6461 0.14587,-0.54437 0.61622,-0.92017 1.14601,-0.97929 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.9372549;fill:url(#radialGradient4636-6);fill-opacity:1;stroke:none"
-           id="path2999-5"
-           d="m 313.04495,180.00001 -1.89929,0.55597 0.59353,2.83933 c 0.0172,0.0964 -0.0102,0.18891 -0.0791,0.25813 -0.0689,0.0691 -0.16121,0.0967 -0.2572,0.0794 l -2.84892,-0.59567 -0.55396,1.90615 2.80935,0.93321 c 0.0944,0.0327 0.15295,0.12144 0.17806,0.21841 0.0252,0.097 0.008,0.18349 -0.0593,0.25812 l -1.91908,2.18412 1.34533,1.37003 2.19601,-1.94585 c 0.0744,-0.0668 0.16057,-0.0847 0.2572,-0.0595 0.0966,0.0252 0.18512,0.084 0.21762,0.17871 l 0.92985,2.81949 1.8993,-0.55596 -0.59353,-2.83934 c -0.0172,-0.0963 0.0102,-0.18892 0.0791,-0.25813 0.0689,-0.0691 0.1612,-0.0967 0.2572,-0.0794 l 2.84892,0.59566 0.55396,-1.90615 -2.80935,-0.9332 c -0.0944,-0.0327 -0.15295,-0.12145 -0.17806,-0.21841 -0.0252,-0.097 -0.008,-0.18349 0.0593,-0.25812 l 1.91908,-2.18412 -1.34533,-1.37003 -2.19601,1.94584 c -0.0744,0.0668 -0.16057,0.0847 -0.2572,0.0595 -0.0966,-0.0252 -0.18512,-0.084 -0.21762,-0.1787 L 313.04495,180 z m 0.45504,3.59386 c 1.0484,0 1.89928,0.85396 1.89928,1.90613 0,1.05219 -0.85088,1.90615 -1.89928,1.90615 -1.04841,0 -1.89929,-0.85396 -1.89929,-1.90615 0,-1.05217 0.85088,-1.90613 1.89929,-1.90613 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4633-7);fill-opacity:1;stroke:none"
-           id="path3002-4"
-           d="m 313.50002,181.73684 c -2.07726,0 -3.76315,1.6859 -3.76315,3.76316 0,2.07726 1.68589,3.76316 3.76315,3.76316 2.07726,0 3.76315,-1.6859 3.76315,-3.76316 0,-2.07726 -1.68589,-3.76316 -3.76315,-3.76316 z m 0,2.05263 c 0.94421,0 1.71052,0.76632 1.71052,1.71053 0,0.94421 -0.76631,1.71053 -1.71052,1.71053 -0.94421,0 -1.71052,-0.76632 -1.71052,-1.71053 0,-0.94421 0.76631,-1.71053 1.71052,-1.71053 z" />
-        <path
-           transform="matrix(0.67814489,0,0,0.67814413,300.23825,162.04498)"
-           style="fill:none;stroke:url(#linearGradient4643-8);stroke-width:1.05329549;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           sodipodi:type="arc"
-           sodipodi:ry="3.1598835"
-           sodipodi:rx="3.1598835"
-           sodipodi:cy="34.587067"
-           sodipodi:cx="19.555922"
-           id="path3033-1"
-           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
-        <path
-           transform="matrix(0.95414095,0,0,-0.9502332,294.82855,218.36578)"
-           style="fill:none;stroke:url(#linearGradient4688);stroke-width:1.36528087;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           sodipodi:type="arc"
-           sodipodi:ry="3.1598835"
-           sodipodi:rx="3.1598835"
-           sodipodi:cy="34.587067"
-           sodipodi:cx="19.555922"
-           id="path3037-6"
-           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/22x22/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index b2740f8..0000000
+++ /dev/null
@@ -1,510 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="21.999998"
-   height="22.000011"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file compressed (*.zsav)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4193-52"
-       id="linearGradient5610-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.80007278,0,0,0.80007382,6.2720142,34.286043)"
-       x1="380.64441"
-       y1="185.36032"
-       x2="380.64441"
-       y2="182.21574" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4193-52">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4195-30" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1"
-         offset="1"
-         id="stop4197-7" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967-8-0"
-       id="linearGradient5607-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.05499139,0,0,0.05363985,306.35026,178.34099)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967-8-0">
-      <stop
-         id="stop5969-62-1"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971-2-6"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3737-3-8"
-       id="radialGradient5604-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.48963787,0,0,0.09677378,157.40864,177.67744)"
-       cx="321.86331"
-       cy="70.499977"
-       fx="321.86331"
-       fy="70.499977"
-       r="15.500023" />
-    <linearGradient
-       id="linearGradient3737-3-8">
-      <stop
-         id="stop3739-5-8"
-         offset="0"
-         style="stop-color:#faefde;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="0.68321055"
-         id="stop3741-00-5" />
-      <stop
-         id="stop3743-88-0"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3712-4-25"
-       id="radialGradient5601-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.637258,0,0,0.23381282,-209.60395,168.35581)"
-       cx="321.7785"
-       cy="91.857727"
-       fx="321.7785"
-       fy="91.857727"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3712-4-25">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3714-1-09" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3716-8-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3757-2-3"
-       id="radialGradient5598-8"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.30185624,0,0,0.3516126,216.99146,159.71128)"
-       cx="318.01038"
-       cy="70.500061"
-       fx="318.01038"
-       fy="70.500061"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3757-2-3">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3759-5-0" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3761-72-20" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4256-6"
-       id="linearGradient5595-6"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.76941519,0,0,0.76941431,18.043451,40.07959)"
-       x1="382.25"
-       y1="191.625"
-       x2="385"
-       y2="182.90625" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4256-6">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4258-2" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4260-6" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4091-8-1"
-       id="radialGradient5592-7"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.78571469,0,0,0.4642857,-247.49996,97.446428)"
-       cx="713.99957"
-       cy="187.5"
-       fx="713.99957"
-       fy="187.5"
-       r="6.9999995" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4091-8-1">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4093-31" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop4095-6" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707-4-9"
-       id="linearGradient5587-5"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.01002276,0,0,0.08246941,312.19657,175.70101)"
-       x1="52"
-       y1="92.321815"
-       x2="52"
-       y2="102.04764" />
-    <linearGradient
-       id="linearGradient3707-4-9">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709-8-3" />
-      <stop
-         id="stop3715-4-7"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711-63-2" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4000-0-2"
-       id="linearGradient5589-9"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.33407002,0,0,0.46704054,73.136525,150.77418)"
-       x1="718.84924"
-       y1="57.971344"
-       x2="725.87988"
-       y2="77.336296" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4000-0-2">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4002-5-2" />
-      <stop
-         style="stop-color:#c17d11;stop-opacity:1"
-         offset="1"
-         id="stop4004-3-9" />
-    </linearGradient>
-    <linearGradient
-       y2="70.5"
-       x2="721.75269"
-       y1="57.108822"
-       x1="712.32172"
-       gradientTransform="matrix(0.40278348,0,0,0.48577334,23.697889,149.54413)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5699"
-       xlink:href="#linearGradient3984-6-2"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3984-6-2">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3986-15-7" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3988-7-4" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="0.11168186"
-     inkscape:cy="14.148223"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,21.999998"
-       id="guide3034" />
-    <sodipodi:guide
-       position="21.999998,0"
-       orientation="-22.000011,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="21.999998,22.000011"
-       orientation="0,-21.999998"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,22.000011"
-       orientation="22.000011,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file compressed (*.zsav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-429.88998,-606.20879)">
-    <g
-       transform="translate(133.88998,394.2088)"
-       style="display:inline;enable-background:new"
-       id="g5812">
-      <g
-         id="g5256-6"
-         style="display:inline;enable-background:new"
-         transform="translate(-1,43)">
-        <image
-           style="display:inline;enable-background:new"
-           width="24"
-           height="24"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-           id="image10-6-7"
-           x="296"
-           y="168" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8-5-1"
-           width="1"
-           height="9.7500019"
-           x="301"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9-1"
-           width="1"
-           height="10.000002"
-           x="314"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6-7"
-           width="0.99999619"
-           height="14"
-           x="187"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2-3"
-           width="1.0311279"
-           height="9.9999962"
-           x="305"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9-5"
-           width="1"
-           height="9.7500019"
-           x="310"
-           y="178.25" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4-7"
-           width="1"
-           height="14"
-           x="184"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1-1"
-           width="1"
-           height="13.5"
-           x="181"
-           y="-314.75"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5-3"
-           width="1"
-           height="13"
-           x="178"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0-4"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9-6"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4-7"
-           width="1"
-           height="7"
-           x="172"
-           y="-308"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3-7-6"
-           width="1"
-           height="5.0000072"
-           x="175"
-           y="-306"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <g
-         id="g5626-9"
-         style="display:inline;enable-background:new"
-         transform="translate(-1.9999952,42.000002)">
-        <rect
-           style="fill:url(#linearGradient5610-7);fill-opacity:1;stroke:#8f5902;stroke-width:0.99890697;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001"
-           id="rect3378-9"
-           width="12.001091"
-           height="12.001094"
-           x="307.49945"
-           y="179.49945"
-           rx="0.81324685"
-           ry="0.81324792" />
-        <path
-           style="fill:url(#linearGradient5607-7);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.32996,184 C 308.14716,184 308,184.14355 308,184.32183 l 0,6.14178 0,0.21455 c 0,0.17829 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35633 C 319,184.14355 318.85284,184 318.67005,184 l -10.34009,0 z"
-           id="path2771-3"
-           sodipodi:nodetypes="cccccccccc"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.5;fill:url(#radialGradient5604-5);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.04426,183 308,185.96874 319,186 l -0.0443,-2.99999 -10.91166,0 z"
-           id="path2775-8"
-           sodipodi:nodetypes="ccccc"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.81531528;fill:url(#radialGradient5601-7);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.32996,184 C 308.14716,184 308,184.14354 308,184.32184 l 0,6.14176 0,0.21456 c 0,0.1783 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35632 C 319,184.14354 318.85284,184 318.67005,184 l -10.34009,0 z"
-           id="path2773-9"
-           sodipodi:nodetypes="cccccccccc"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="opacity:0.7477478;fill:url(#radialGradient5598-8);fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect2777-7"
-           width="11.375002"
-           height="1"
-           x="307.625"
-           y="184" />
-        <rect
-           style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5595-6);stroke-width:0.99979961;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new"
-           id="rect4254-8"
-           width="10.002398"
-           height="10.002398"
-           x="308.49771"
-           y="180.4977"
-           rx="0"
-           ry="0" />
-        <rect
-           style="opacity:0.1;fill:url(#radialGradient5592-7);fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4087-1"
-           width="11.000006"
-           height="1"
-           x="308"
-           y="184" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5587-5);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5589-9);stroke-width:0.99439591;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-           d="m 312.51084,179.49719 -0.0136,6.23208 c 0,0.24624 0.0274,0.77353 0.0606,0.77353 l 1.88348,0 c 0.0333,0 0.0606,-0.52729 0.0606,-0.77353 0.006,-2.07262 -0.0217,-4.14493 -0.0395,-6.21747 l -1.95169,-0.0146 z"
-           id="path4076-9"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5699);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="m 312.68246,179.6469 0,0.0304 c 4.1e-4,0.0101 4.1e-4,0.0203 0,0.0304 -0.008,0.0953 -0.0218,0.17164 -0.0252,0.24289 l -0.17621,3.65848 c -0.002,0.0326 0,0.0771 0,0.1518 -4e-5,0.002 2.5e-4,0.0123 0,0.0304 l 2.03909,0 0,-0.16698 c -0.008,-0.0243 -0.012,-0.0499 -0.0126,-0.0759 -4.1e-4,-0.03 -1.7e-4,-0.034 0,-0.0304 l -0.17621,-3.85582 -1.64889,-0.0152 z"
-           id="path4079-6"
-           sodipodi:nodetypes="ccsccscccsccc" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-por.svg
deleted file mode 100644 (file)
index f28a9c6..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="3.420006"
-     inkscape:cy="14.84933"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,24"
-       id="guide3034" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1921.3142,-669.92191)">
-    <g
-       transform="translate(1625.3142,501.92191)"
-       style="display:inline;enable-background:new"
-       id="g6953">
-      <image
-         y="168"
-         x="296"
-         id="image10-6"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-         height="24"
-         width="24"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="301"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-2-8-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="178"
-         x="314"
-         height="10.000002"
-         width="1"
-         id="rect3033-8-7-7-3-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="187"
-         height="14"
-         width="0.99999619"
-         id="rect4385-7-5-5-84-8-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="305"
-         height="9.9999962"
-         width="1.0311279"
-         id="rect3033-8-4-7-8-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178.25"
-         x="310"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-4-2-3-2-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="184"
-         height="14"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314.75"
-         x="181"
-         height="13.5"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314"
-         x="178"
-         height="13"
-         width="1"
-         id="rect4385-7-5-5-8-6-7-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0-0"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7-9"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308"
-         x="172"
-         height="7"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-306"
-         x="175"
-         height="5.0000072"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sav.svg
deleted file mode 100644 (file)
index e09a21d..0000000
+++ /dev/null
@@ -1,208 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="12.406029"
-     inkscape:cy="4.1345077"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,24"
-       id="guide3034" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-452.31855,-573.2088)">
-    <g
-       transform="translate(156.31855,405.2088)"
-       style="display:inline;enable-background:new"
-       id="g5256">
-      <image
-         y="168"
-         x="296"
-         id="image10-6"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-         height="24"
-         width="24"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="301"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-2-8-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="178"
-         x="314"
-         height="10.000002"
-         width="1"
-         id="rect3033-8-7-7-3-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="187"
-         height="14"
-         width="0.99999619"
-         id="rect4385-7-5-5-84-8-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178"
-         x="305"
-         height="9.9999962"
-         width="1.0311279"
-         id="rect3033-8-4-7-8-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="178.25"
-         x="310"
-         height="9.7500019"
-         width="1"
-         id="rect3033-8-4-2-3-2-9"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-315"
-         x="184"
-         height="14"
-         width="1"
-         id="rect4385-7-5-5-3-3-7-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314.75"
-         x="181"
-         height="13.5"
-         width="1"
-         id="rect4385-7-5-5-33-6-6-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-314"
-         x="178"
-         height="13"
-         width="1"
-         id="rect4385-7-5-5-8-6-7-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0-0"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7-9"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-308"
-         x="172"
-         height="7"
-         width="1"
-         id="rect4385-7-5-5-84-5-10-4"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-306"
-         x="175"
-         height="5.0000072"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-sps.svg
deleted file mode 100644 (file)
index 265a4a8..0000000
+++ /dev/null
@@ -1,359 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895-5"
-       id="linearGradient4639"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.66677109,0,0,0.66676737,300.49814,162.49652)"
-       x1="14.495688"
-       y1="29.88039"
-       x2="26.737476"
-       y2="42.564117" />
-    <linearGradient
-       id="linearGradient2895-5"
-       inkscape:collect="always">
-      <stop
-         id="stop2897-15"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop2899-1"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3025"
-       id="radialGradient4636"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.63309441,0,0,0.63309335,286.59347,163.65829)"
-       cx="42.5"
-       cy="34.5"
-       fx="42.5"
-       fy="34.5"
-       r="8.6875" />
-    <linearGradient
-       id="linearGradient3025"
-       inkscape:collect="always">
-      <stop
-         id="stop3027"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop3029"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2903-0"
-       id="linearGradient4633"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.68420872,0,0,0.68421052,300.15795,161.89474)"
-       x1="16.793787"
-       y1="30.675884"
-       x2="22.052893"
-       y2="37.128235" />
-    <linearGradient
-       id="linearGradient2903-0"
-       inkscape:collect="always">
-      <stop
-         id="stop2905-8"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1" />
-      <stop
-         id="stop2907-0"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3071"
-       id="linearGradient4643"
-       gradientUnits="userSpaceOnUse"
-       x1="20.806717"
-       y1="36.825302"
-       x2="17.449335"
-       y2="30.900536" />
-    <linearGradient
-       id="linearGradient3071"
-       inkscape:collect="always">
-      <stop
-         id="stop3073"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3075"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3065"
-       id="linearGradient4641"
-       gradientUnits="userSpaceOnUse"
-       x1="17.659994"
-       y1="36.680489"
-       x2="23.031794"
-       y2="31.111195" />
-    <linearGradient
-       id="linearGradient3065"
-       inkscape:collect="always">
-      <stop
-         id="stop3067"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1;" />
-      <stop
-         id="stop3069"
-         offset="1"
-         style="stop-color:#eeeeec;stop-opacity:0;" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="24.348117"
-     inkscape:cy="3.3531426"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,24"
-       id="guide3034" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-224.57516,-595.21933)">
-    <g
-       transform="translate(-71.42484,427.21933)"
-       style="display:inline;enable-background:new"
-       id="g4690">
-      <g
-         id="g5256">
-        <image
-           style="display:inline;enable-background:new"
-           width="24"
-           height="24"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-           id="image10-6"
-           x="296"
-           y="168" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8-5"
-           width="1"
-           height="9.7500019"
-           x="301"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9"
-           width="1"
-           height="10.000002"
-           x="314"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6"
-           width="0.99999619"
-           height="14"
-           x="187"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2"
-           width="1.0311279"
-           height="9.9999962"
-           x="305"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9"
-           width="1"
-           height="9.7500019"
-           x="310"
-           y="178.25" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4"
-           width="1"
-           height="14"
-           x="184"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1"
-           width="1"
-           height="13.5"
-           x="181"
-           y="-314.75"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5"
-           width="1"
-           height="13"
-           x="178"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4"
-           width="1"
-           height="7"
-           x="172"
-           y="-308"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3-7"
-           width="1"
-           height="5.0000072"
-           x="175"
-           y="-306"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <g
-         id="g4645">
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4639);fill-opacity:1;stroke:#2e3436;stroke-width:0.99818385;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           id="path2978"
-           d="m 313.27096,179.49909 c -0.32563,0.0127 -0.64809,0.0625 -0.95848,0.12502 l -0.021,0 c -0.23301,0.0478 -0.46526,0.11363 -0.6876,0.18753 -0.3216,0.1069 -0.62191,0.2386 -0.91681,0.39589 l 0.43757,2.08366 c -0.31755,0.23516 -0.61615,0.51018 -0.85431,0.83345 l -2.06282,-0.41673 c -0.17095,0.32296 -0.32724,0.64567 -0.43756,1.00014 -0.15328,0.49244 -0.25021,1.02512 -0.27088,1.56274 l 2.042,0.68761 c 0.0464,0.39503 0.13466,0.78724 0.29171,1.14601 l -1.4169,1.58357 c 0.18515,0.29426 0.39321,0.57651 0.62511,0.83346 l 0.41671,0.3959 c 0.25886,0.23695 0.53604,0.4568 0.83348,0.64592 l 1.58359,-1.41687 c 0.19034,0.0849 0.37574,0.15272 0.58341,0.20835 0.19651,0.0529 0.40803,0.10282 0.60426,0.12502 l 0.66677,2.02115 c 0.32564,-0.0126 0.64811,-0.0624 0.95848,-0.12502 l 0.0208,0 c 0.233,-0.0478 0.46525,-0.11364 0.68759,-0.18754 0.32161,-0.1069 0.62191,-0.2386 0.91682,-0.39589 l -0.43758,-2.08366 c 0.31755,-0.23515 0.61616,-0.51018 0.85432,-0.83345 l 2.06282,0.41672 c 0.17095,-0.32296 0.32723,-0.64566 0.43756,-1.00014 0.15327,-0.49242 0.25021,-1.02511 0.27088,-1.56273 l -2.042,-0.6876 c -0.0464,-0.39505 -0.13467,-0.78724 -0.29171,-1.14602 l 1.41689,-1.58357 c -0.18515,-0.29425 -0.3932,-0.57651 -0.62509,-0.83345 l -0.41674,-0.3959 c -0.25885,-0.23696 -0.53602,-0.4568 -0.83347,-0.64593 l -1.58357,1.41688 c -0.19036,-0.0849 -0.37576,-0.15271 -0.58341,-0.20835 -0.19652,-0.0528 -0.40804,-0.10283 -0.60428,-0.12503 l -0.66677,-2.02114 z m 0.0833,4.66738 c 0.0757,-0.009 0.15182,-0.005 0.22921,0 0.0883,0.005 0.18199,0.0179 0.27087,0.0418 0.71103,0.19053 1.12816,0.93507 0.93764,1.64609 -0.19053,0.71103 -0.93506,1.12816 -1.64608,0.93764 -0.71104,-0.19052 -1.12818,-0.93506 -0.93765,-1.6461 0.14587,-0.54437 0.61622,-0.92017 1.14601,-0.97929 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="opacity:0.9372549;fill:url(#radialGradient4636);fill-opacity:1;stroke:none"
-           id="path2999"
-           d="m 313.04495,180.00001 -1.89929,0.55597 0.59353,2.83933 c 0.0172,0.0964 -0.0102,0.18891 -0.0791,0.25813 -0.0689,0.0691 -0.16121,0.0967 -0.2572,0.0794 l -2.84892,-0.59567 -0.55396,1.90615 2.80935,0.93321 c 0.0944,0.0327 0.15295,0.12144 0.17806,0.21841 0.0252,0.097 0.008,0.18349 -0.0593,0.25812 l -1.91908,2.18412 1.34533,1.37003 2.19601,-1.94585 c 0.0744,-0.0668 0.16057,-0.0847 0.2572,-0.0595 0.0966,0.0252 0.18512,0.084 0.21762,0.17871 l 0.92985,2.81949 1.8993,-0.55596 -0.59353,-2.83934 c -0.0172,-0.0963 0.0102,-0.18892 0.0791,-0.25813 0.0689,-0.0691 0.1612,-0.0967 0.2572,-0.0794 l 2.84892,0.59566 0.55396,-1.90615 -2.80935,-0.9332 c -0.0944,-0.0327 -0.15295,-0.12145 -0.17806,-0.21841 -0.0252,-0.097 -0.008,-0.18349 0.0593,-0.25812 l 1.91908,-2.18412 -1.34533,-1.37003 -2.19601,1.94584 c -0.0744,0.0668 -0.16057,0.0847 -0.2572,0.0595 -0.0966,-0.0252 -0.18512,-0.084 -0.21762,-0.1787 L 313.04495,180 z m 0.45504,3.59386 c 1.0484,0 1.89928,0.85396 1.89928,1.90613 0,1.05219 -0.85088,1.90615 -1.89928,1.90615 -1.04841,0 -1.89929,-0.85396 -1.89929,-1.90615 0,-1.05217 0.85088,-1.90613 1.89929,-1.90613 z" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient4633);fill-opacity:1;stroke:none"
-           id="path3002"
-           d="m 313.50002,181.73684 c -2.07726,0 -3.76315,1.6859 -3.76315,3.76316 0,2.07726 1.68589,3.76316 3.76315,3.76316 2.07726,0 3.76315,-1.6859 3.76315,-3.76316 0,-2.07726 -1.68589,-3.76316 -3.76315,-3.76316 z m 0,2.05263 c 0.94421,0 1.71052,0.76632 1.71052,1.71053 0,0.94421 -0.76631,1.71053 -1.71052,1.71053 -0.94421,0 -1.71052,-0.76632 -1.71052,-1.71053 0,-0.94421 0.76631,-1.71053 1.71052,-1.71053 z" />
-        <path
-           transform="matrix(0.67814489,0,0,0.67814413,300.23825,162.04498)"
-           style="fill:none;stroke:url(#linearGradient4643);stroke-width:1.05329549;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           sodipodi:type="arc"
-           sodipodi:ry="3.1598835"
-           sodipodi:rx="3.1598835"
-           sodipodi:cy="34.587067"
-           sodipodi:cx="19.555922"
-           id="path3033"
-           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
-        <path
-           transform="matrix(0.95414095,0,0,-0.9502332,294.82855,218.36578)"
-           style="fill:none;stroke:url(#linearGradient4641);stroke-width:1.36528087;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-           sodipodi:type="arc"
-           sodipodi:ry="3.1598835"
-           sodipodi:rx="3.1598835"
-           sodipodi:cy="34.587067"
-           sodipodi:cx="19.555922"
-           id="path3037"
-           d="m 22.715805,34.587067 c 0,1.745155 -1.414728,3.159883 -3.159883,3.159883 -1.745156,0 -3.159884,-1.414728 -3.159884,-3.159883 0,-1.745156 1.414728,-3.159884 3.159884,-3.159884 1.745155,0 3.159883,1.414728 3.159883,3.159884 z" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/24x24/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index 8404dbc..0000000
+++ /dev/null
@@ -1,506 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="24"
-   height="24"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file compressed (*.zsav)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4193"
-       id="linearGradient5610"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.80007278,0,0,0.80007382,6.2720142,34.286043)"
-       x1="380.64441"
-       y1="185.36032"
-       x2="380.64441"
-       y2="182.21574" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4193">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4195" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1"
-         offset="1"
-         id="stop4197" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967-8"
-       id="linearGradient5607"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.05499139,0,0,0.05363985,306.35026,178.34099)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967-8">
-      <stop
-         id="stop5969-62"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971-2"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3737-3"
-       id="radialGradient5604"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.48963787,0,0,0.09677378,157.40864,177.67744)"
-       cx="321.86331"
-       cy="70.499977"
-       fx="321.86331"
-       fy="70.499977"
-       r="15.500023" />
-    <linearGradient
-       id="linearGradient3737-3">
-      <stop
-         id="stop3739-5"
-         offset="0"
-         style="stop-color:#faefde;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="0.68321055"
-         id="stop3741-00" />
-      <stop
-         id="stop3743-88"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3712-4"
-       id="radialGradient5601"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.637258,0,0,0.23381282,-209.60395,168.35581)"
-       cx="321.7785"
-       cy="91.857727"
-       fx="321.7785"
-       fy="91.857727"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3712-4">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3714-1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3716-8" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3757-2"
-       id="radialGradient5598"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.30185624,0,0,0.3516126,216.99146,159.71128)"
-       cx="318.01038"
-       cy="70.500061"
-       fx="318.01038"
-       fy="70.500061"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3757-2">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3759-5" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3761-72" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4256"
-       id="linearGradient5595"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.76941519,0,0,0.76941431,18.043451,40.07959)"
-       x1="382.25"
-       y1="191.625"
-       x2="385"
-       y2="182.90625" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4256">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop4258" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop4260" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4091-8"
-       id="radialGradient5592"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.78571469,0,0,0.4642857,-247.49996,97.446428)"
-       cx="713.99957"
-       cy="187.5"
-       fx="713.99957"
-       fy="187.5"
-       r="6.9999995" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4091-8">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop4093" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop4095" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707-4"
-       id="linearGradient5587"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.01002276,0,0,0.08246941,312.19657,175.70101)"
-       x1="52"
-       y1="92.321815"
-       x2="52"
-       y2="102.04764" />
-    <linearGradient
-       id="linearGradient3707-4">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709-8" />
-      <stop
-         id="stop3715-4"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711-63" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4000-0"
-       id="linearGradient5589"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.33407002,0,0,0.46704054,73.136525,150.77418)"
-       x1="718.84924"
-       y1="57.971344"
-       x2="725.87988"
-       y2="77.336296" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4000-0">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4002-5" />
-      <stop
-         style="stop-color:#c17d11;stop-opacity:1"
-         offset="1"
-         id="stop4004-3" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3984-6"
-       id="linearGradient5584"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.40278348,0,0,0.48577334,23.697889,149.54413)"
-       x1="712.32172"
-       y1="57.108822"
-       x2="721.75269"
-       y2="70.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3984-6">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3986-15" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3988-7" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="-2.5493281"
-     inkscape:cy="4.1345077"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3032" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,24"
-       id="guide3034" />
-    <sodipodi:guide
-       position="24,0"
-       orientation="-24,0"
-       id="guide3036" />
-    <sodipodi:guide
-       position="24,24"
-       orientation="0,-24"
-       id="guide3038" />
-    <sodipodi:guide
-       position="0,24"
-       orientation="24,0"
-       id="guide3040" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file compressed (*.zsav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-452.31855,-573.2088)">
-    <g
-       transform="translate(156.31855,405.2088)"
-       style="display:inline;enable-background:new"
-       id="g5838">
-      <g
-         id="g5256">
-        <image
-           style="display:inline;enable-background:new"
-           width="24"
-           height="24"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAA0JJREFU SIm1VjtvXEUU/r65+7h3d52HtJEgQBIcBCigBCsICWhMi0AUSHSm9F+gdM1fuAUUNEgmkWNLAUQR EKRB0CRWImwjCsiuxCNYOE68e2fOobgzs/faziJFYqRZ3dnH9zpnZpaqiv9zNKqL1a9WTzaUH6rI eyLaAhRBgKqC5A7BTRX9wcJ99+fw708XFxeLaQSsOli7uvLxuedfeP/pM2eNMebAl52zKKzFeDzC YHhndOv2zW1r5YPb6xufLC0tyX8SrKx9tvvOW+929kZ7EHEQkXKqQMQBChhj0G610Wy2oapYv3Vj tPnzxm/j++61hYWF3/cT1GRa61okYW0B5xycOIgKVASqCicOo/EI2zvb2PplAzv3djB34WL75blX Zk1LruV53plK4JwDoFG5ikK1BA9G6Wcny7C59RNI4uzsMzz37IvPpd3G6vLycjKFwEIBDygT8PJd IL4SzWYT46KITXD+/EvJycefev3uP3fnH05gLaAoM1f1RF69whPF8iFtt/H5l1fx9TfXQBKnnjyV GsibD6+B+EYIDiKgRuXkZPb7fRw/dgyDwR1cvnwJR44ehQJvT3HganCVTECG/D2BIbIsw+kzpzH/ xjzmLl5AYhLYopjN87wZfl7baGWRK8C+ogRx2GDCKKDXm0G/3weZYDgcJgCKgwTWhiCgVJCcEMWI quuJQ4UCBMbFqCbiUAcKlDGAgPH6WfHBCoNGeBCMMR9KYD1B4o8Jkh6Y9ah8PbTiIDzUYj7UAQGa pIy/0jGRMMRUwa02hZ1KYB0IwrDejrUZ5Ac36uE1OLDTHEhUShKGBjQB3NRIQv1R2ZClSFuDre8D mbAzNH65imdQ3Ac0pQBfp5CbnVbksgMmF8xkCASmJFBX66hwdk0icmhUZNcIRKQQ0YZ/3pe/b8Rq /oGiosU6p3/9MYg2IhfJ5oO90Rc3129It9PDTO8Iet0ZdDs9dLIusrSDLM2QtjOk7bQyM6RpOTe3 NlCMi+/zPI+4DQ9OACfWVq5cerC7eyLtZK+qSKJhE1U6ZVLY8FkICloUxY/Xv73+EYDHSP6qqhKv TJItAE8AiAfVIw4LYKCqe8C+O5nkwZv+EYaqxj8A/wIsT8kJd7PtKwAAAABJRU5ErkJggg== "
-           id="image10-6"
-           x="296"
-           y="168" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8-5"
-           width="1"
-           height="9.7500019"
-           x="301"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3-9"
-           width="1"
-           height="10.000002"
-           x="314"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8-6"
-           width="0.99999619"
-           height="14"
-           x="187"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8-2"
-           width="1.0311279"
-           height="9.9999962"
-           x="305"
-           y="178" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2-9"
-           width="1"
-           height="9.7500019"
-           x="310"
-           y="178.25" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7-4"
-           width="1"
-           height="14"
-           x="184"
-           y="-315"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6-1"
-           width="1"
-           height="13.5"
-           x="181"
-           y="-314.75"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7-5"
-           width="1"
-           height="13"
-           x="178"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0-0"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45908,186.55511 c -0.0327,0 -5.27756,-0.005 -5.3086,-0.005 -1.15368,-0.009 -1.27855,-0.17935 -1.43614,-0.34033 -0.62936,-0.64268 -0.8148,-1.7479 -1.17333,-3.41542 -0.39392,-1.83197 -0.66582,-4.22329 -1.14756,-4.22329 -0.3902,0 -0.69278,2.31894 -1.0867,4.15096 -0.35853,1.66748 -0.57204,2.85789 -1.20139,3.50056 -0.16186,0.16532 -0.32198,0.32789 -1.56444,0.32789"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7-9"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 314.45869,186.52916 c -2.53126,0 -2.36373,-0.0401 -2.67063,-0.0808 -1.19006,-0.15627 -1.7302,-1.48457 -2.20297,-2.729 -0.59946,-1.57779 -1.0459,-3.13594 -1.58509,-3.13594 -0.53921,0 -0.98564,1.55815 -1.58509,3.13594 -0.47277,1.24443 -1.01289,2.57273 -2.20295,2.729 -0.30691,0.0403 -0.13939,0.0808 -2.67064,0.0808"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10-4"
-           width="1"
-           height="7"
-           x="172"
-           y="-308"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3-7"
-           width="1"
-           height="5.0000072"
-           x="175"
-           y="-306"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <g
-         id="g5626">
-        <rect
-           style="fill:url(#linearGradient5610);fill-opacity:1;stroke:#8f5902;stroke-width:0.99890697;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001"
-           id="rect3378"
-           width="12.001091"
-           height="12.001094"
-           x="307.49945"
-           y="179.49945"
-           rx="0.81324685"
-           ry="0.81324792" />
-        <path
-           style="fill:url(#linearGradient5607);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.32996,184 C 308.14716,184 308,184.14355 308,184.32183 l 0,6.14178 0,0.21455 c 0,0.17829 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35633 C 319,184.14355 318.85284,184 318.67005,184 l -10.34009,0 z"
-           id="path2771"
-           sodipodi:nodetypes="cccccccccc"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.5;fill:url(#radialGradient5604);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.04426,183 308,185.96874 319,186 l -0.0443,-2.99999 -10.91166,0 z"
-           id="path2775"
-           sodipodi:nodetypes="ccccc"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.81531528;fill:url(#radialGradient5601);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="M 308.32996,184 C 308.14716,184 308,184.14354 308,184.32184 l 0,6.14176 0,0.21456 c 0,0.1783 0.14716,0.32184 0.32996,0.32184 l 10.34009,0 C 318.85284,191 319,190.85645 319,190.67816 l 0,-6.35632 C 319,184.14354 318.85284,184 318.67005,184 l -10.34009,0 z"
-           id="path2773"
-           sodipodi:nodetypes="cccccccccc"
-           inkscape:connector-curvature="0" />
-        <rect
-           style="opacity:0.7477478;fill:url(#radialGradient5598);fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect2777"
-           width="11.375002"
-           height="1"
-           x="307.625"
-           y="184" />
-        <rect
-           style="opacity:0.34234236;fill:none;stroke:url(#linearGradient5595);stroke-width:0.99979961;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.50000001;display:inline;enable-background:new"
-           id="rect4254"
-           width="10.002398"
-           height="10.002398"
-           x="308.49771"
-           y="180.4977"
-           rx="0"
-           ry="0" />
-        <rect
-           style="opacity:0.1;fill:url(#radialGradient5592);fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4087"
-           width="11.000006"
-           height="1"
-           x="308"
-           y="184" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5587);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5589);stroke-width:0.99439591;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-           d="m 312.51084,179.49719 -0.0136,6.23208 c 0,0.24624 0.0274,0.77353 0.0606,0.77353 l 1.88348,0 c 0.0333,0 0.0606,-0.52729 0.0606,-0.77353 0.006,-2.07262 -0.0217,-4.14493 -0.0395,-6.21747 l -1.95169,-0.0146 z"
-           id="path4076"
-           sodipodi:nodetypes="ccccccc" />
-        <path
-           inkscape:connector-curvature="0"
-           style="fill:url(#linearGradient5584);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="m 312.68246,179.6469 0,0.0304 c 4.1e-4,0.0101 4.1e-4,0.0203 0,0.0304 -0.008,0.0953 -0.0218,0.17164 -0.0252,0.24289 l -0.17621,3.65848 c -0.002,0.0326 0,0.0771 0,0.1518 -4e-5,0.002 2.5e-4,0.0123 0,0.0304 l 2.03909,0 0,-0.16698 c -0.008,-0.0243 -0.012,-0.0499 -0.0126,-0.0759 -4.1e-4,-0.03 -1.7e-4,-0.034 0,-0.0304 l -0.17621,-3.85582 -1.64889,-0.0152 z"
-           id="path4079"
-           sodipodi:nodetypes="ccsccscccsccc" />
-      </g>
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-por.svg
deleted file mode 100644 (file)
index 557be89..0000000
+++ /dev/null
@@ -1,451 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.7"
-     inkscape:cx="-259.05905"
-     inkscape:cy="53.75726"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide3061" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1216.1715,-665.92191)">
-    <g
-       id="g3109">
-      <image
-         y="665.92194"
-         x="1216.1715"
-         id="image5125-2"
-         xlink:href="data:image/png;base64,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 2Sggl/iJ8P8P1a2X0PZjVs0AAAAASUVORK5CYII= "
-         height="256"
-         width="256" />
-      <rect
-         y="745.92194"
-         x="1268.1715"
-         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="-1412.1715"
-         x="745.92194"
-         height="144"
-         width="1"
-         id="rect4385-7-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none" />
-      <rect
-         ry="0.5"
-         y="881.92194"
-         x="1260.1715"
-         height="1"
-         width="160"
-         id="rect3985-6"
-         style="fill:#555753;stroke:none" />
-      <rect
-         ry="0.5"
-         y="705.92194"
-         x="1264.1715"
-         height="1"
-         width="136"
-         id="rect3985-9-76"
-         style="fill:#555753;stroke:none" />
-      <g
-         transform="translate(1200.1715,633.76991)"
-         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">
-        <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" />
-        <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" />
-      </g>
-      <g
-         transform="translate(1196.1715,633.92191)"
-         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" />
-        <path
-           id="path4469"
-           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" />
-        <path
-           id="path4471"
-           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" />
-        <path
-           id="path4473"
-           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" />
-        <path
-           id="path4475"
-           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" />
-        <path
-           id="path4477"
-           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" />
-        <path
-           id="path4479"
-           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" />
-        <path
-           id="path4481"
-           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" />
-        <path
-           id="path4483"
-           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" />
-        <path
-           id="path4485"
-           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" />
-        <path
-           id="path4487"
-           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" />
-        <path
-           id="path4489"
-           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" />
-        <path
-           id="path4491"
-           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" />
-        <path
-           id="path4493"
-           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="745.92194"
-         x="1411.1715"
-         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="-1412.1715"
-         x="864.92194"
-         height="144"
-         width="1"
-         id="rect4385-7-5-5"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="745.92194"
-         x="1303.6715"
-         height="120"
-         width="1.0000038"
-         id="rect3033-8-4"
-         style="fill:#888a85;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="745.92194"
-         x="1339.6715"
-         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="745.92194"
-         x="1375.6715"
-         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="-1412.1715"
-         x="845.42194"
-         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="-1412.1715"
-         x="825.42194"
-         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="-1412.1715"
-         x="805.42194"
-         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="-1412.1715"
-         x="785.42194"
-         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="-1412.1715"
-         x="765.42194"
-         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 1402.2478,855.99818 c -0.3133,0 -50.721,-0.0545 -51.0197,-0.0575 -11.0875,-0.11081 -12.2873,-2.25013 -13.8022,-4.26936 -6.0485,-8.06228 -7.8306,-21.92702 -11.2764,-42.84538 -3.7858,-22.98208 -6.3991,-52.98026 -11.0289,-52.98026 -3.75,0 -6.6581,29.09042 -10.4439,52.0725 -3.4458,20.91836 -5.4977,35.85154 -11.5462,43.91384 -1.5557,2.07362 -3.0944,4.11315 -15.0353,4.11315"
-         style="fill:none;stroke:#744f7b;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 1402.2278,855.97819 c -24.3209,0 -22.7112,-0.51498 -25.66,-1.0309 -11.4344,-2.00045 -16.6239,-19.0053 -21.1665,-34.93558 -5.7598,-20.19896 -10.0489,-40.14609 -15.2298,-40.14609 -5.1808,0 -9.47,19.94716 -15.2298,40.14612 -4.5426,15.93026 -9.7321,32.93512 -21.1665,34.93556 -2.9488,0.51591 -1.3391,1.0309 -25.66,1.0309"
-         style="fill:none;stroke:#3364a4;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(1277.746,652.61141)">
-        <path
-           inkscape:connector-curvature="0"
-           id="path5268"
-           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" />
-      </g>
-      <g
-         transform="translate(1066.1948,633.9219)"
-         id="text5958"
-         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
-           inkscape:connector-curvature="0"
-           id="path5963"
-           style="font-size:7px;fill:#555753"
-           d="m 202.00167,260.94901 -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
-           inkscape:connector-curvature="0"
-           id="path5965"
-           style="font-size:7px;fill:#555753"
-           d="m 204.03429,260.44501 c -0.336,0 -0.791,-0.11201 -1.358,-0.322 l -0.203,0.567 c 0.49,0.19599 0.847,0.322 1.477,0.322 0.742,0 1.295,-0.23801 1.61,-0.651 0.175,-0.238 0.266,-0.49701 0.266,-0.77 0,-0.371 -0.133,-0.65801 -0.406,-0.861 -0.322,-0.224 -0.595,-0.31501 -1.043,-0.49 -0.294,-0.112 -0.518,-0.203 -0.763,-0.329 -0.273,-0.14 -0.413,-0.35701 -0.42,-0.602 -0.014,-0.49 0.413,-0.812 1.12,-0.805 0.315,0.007 0.714,0.168 1.071,0.329 l 0.175,-0.504 c -0.413,-0.168 -0.896,-0.329 -1.225,-0.329 -0.637,0 -0.966,0.091 -1.309,0.357 -0.273,0.21699 -0.434,0.553 -0.434,0.994 0,0.42699 0.273,0.826 0.553,0.987 0.448,0.26599 1.036,0.441 1.533,0.665 0.343,0.15399 0.518,0.378 0.518,0.672 0,0.53199 -0.595,0.77 -1.162,0.77" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path5967"
-           style="font-size:7px;fill:#555753"
-           d="m 210.43284,256.28701 c -0.462,-0.175 -0.826,-0.259 -1.463,-0.259 -0.707,0 -1.4,0.322 -1.771,0.7 -0.385,0.39899 -0.63,1.029 -0.63,1.785 0,0.74199 0.224,1.344 0.665,1.806 0.392,0.40599 1.022,0.7 1.799,0.7 0.546,0 1.029,-0.098 1.463,-0.294 l -0.147,-0.469 c -0.385,0.15399 -0.756,0.231 -1.141,0.231 -0.385,0 -0.777,-0.077 -1.071,-0.245 -0.546,-0.315 -0.931,-0.91001 -0.931,-1.736 0,-0.826 0.308,-1.41401 0.854,-1.729 0.294,-0.168 0.686,-0.224 1.071,-0.224 0.483,0 0.756,0.07 1.141,0.21 l 0.161,-0.476" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path5969"
-           style="font-size:7px;fill:#555753"
-           d="m 211.43657,256.09101 0,4.858 0.581,0 0,-4.858 -0.581,0" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path5971"
-           style="font-size:7px;fill:#555753"
-           d="m 213.41899,256.09101 0,4.858 0.581,0 0,-4.858 -0.581,0" />
-      </g>
-    </g>
-  </g>
-</svg>
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
deleted file mode 100644 (file)
index 9b41a65..0000000
+++ /dev/null
@@ -1,500 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.9899495"
-     inkscape:cx="66.503711"
-     inkscape:cy="156.55042"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide3061" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-372.88998,-657.78022)">
-    <g
-       transform="translate(352.88998,625.78022)"
-       style="display:inline;enable-background:new"
-       id="g3217">
-      <g
-         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="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="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="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
-           inkscape:connector-curvature="0"
-           id="path3202"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3204"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3206"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3208"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3210"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3212"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3214"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3216"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3218"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3220"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3222"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3224"
-           style="font-size:7px;fill:#555753"
-           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
-           inkscape:connector-curvature="0"
-           id="path3226"
-           style="font-size:7px;fill:#555753"
-           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="path3228"
-           style="font-size:7px;fill:#555753"
-           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>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-sps.svg
deleted file mode 100644 (file)
index c8e0010..0000000
+++ /dev/null
@@ -1,1022 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17214"
-       x="-0.58610153"
-       width="2.1722031"
-       y="-2.0220501"
-       height="5.0441003">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="16.850418"
-         id="feGaussianBlur17216" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17196"
-       x="-0.14571585"
-       width="1.2914317"
-       y="-0.50271964"
-       height="2.0054393">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="4.1893305"
-         id="feGaussianBlur17198" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter16830">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="5.213716"
-         id="feGaussianBlur16832" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter16808">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.1586036"
-         id="feGaussianBlur16810" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895-0-1"
-       id="linearGradient16794"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.909106,-0.243594,0.243594,0.909106,15.676761,-3.582927)"
-       x1="130.19928"
-       y1="165.32372"
-       x2="135.49655"
-       y2="315.83865" />
-    <linearGradient
-       id="linearGradient2895-0-1"
-       inkscape:collect="always">
-      <stop
-         id="stop2897-0-1"
-         offset="0"
-         style="stop-color:#e9ebe7;stop-opacity:1" />
-      <stop
-         id="stop2899-6-8"
-         offset="1"
-         style="stop-color:#868885;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient16761"
-       id="linearGradient16767"
-       x1="171.125"
-       y1="233.5188"
-       x2="171.125"
-       y2="86.391434"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient16761">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop16763" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop16765" />
-    </linearGradient>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath16749">
-      <path
-         d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
-         inkscape:href="#path15945"
-         id="path16751"
-         style="color:#000000;fill:none;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         xlink:href="#path15945"
-         inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
-         inkscape:radius="0"
-         sodipodi:type="inkscape:offset" />
-    </clipPath>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter16757">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.3845312"
-         id="feGaussianBlur16759" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient16784"
-       id="radialGradient17078"
-       gradientUnits="userSpaceOnUse"
-       cx="186.5"
-       cy="214.5"
-       fx="186.5"
-       fy="214.5"
-       r="53.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient16784">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop16786" />
-      <stop
-         style="stop-color:#959595;stop-opacity:1"
-         offset="1"
-         id="stop16788" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient16771"
-       id="radialGradient16777"
-       cx="194.94118"
-       cy="141.88235"
-       fx="194.94118"
-       fy="141.88235"
-       r="55.058823"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.0585009,0,0,2.0585009,-206.34542,-150.18261)" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient16771">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop16773" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop16775" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient16771"
-       id="radialGradient16836"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.0585009,0,0,2.0585009,-206.34542,-150.18261)"
-       cx="198.69214"
-       cy="195.64613"
-       fx="198.69214"
-       fy="195.64613"
-       r="55.058823" />
-    <radialGradient
-       r="53.5"
-       fy="144.5"
-       fx="184.5"
-       cy="144.5"
-       cx="184.5"
-       gradientTransform="matrix(2.047497,0,0,2.047497,-193.26319,-151.36331)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient3451"
-       xlink:href="#linearGradient16784"
-       inkscape:collect="always" />
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter17162">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="3.21"
-         id="feGaussianBlur17164" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17274"
-       id="radialGradient17280"
-       cx="206.3125"
-       cy="244.3125"
-       fx="206.3125"
-       fy="244.3125"
-       r="3.0625"
-       gradientTransform="matrix(1,0,0,0.59183673,0,99.719388)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17274">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17276" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17278" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17266"
-       id="radialGradient17272"
-       cx="179.8125"
-       cy="246.75"
-       fx="179.8125"
-       fy="246.75"
-       r="3.8125"
-       gradientTransform="matrix(1,0,0,0.26229508,0,182.02869)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17266">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17268" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17270" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17282"
-       id="radialGradient17288"
-       cx="154.25"
-       cy="238.625"
-       fx="154.25"
-       fy="238.625"
-       r="2.875"
-       gradientTransform="matrix(1,0,0,0.7826087,0,51.875)"
-       gradientUnits="userSpaceOnUse" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17282">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17284" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17286" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient16784"
-       id="radialGradient17040"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.047497,0,0,2.047497,-193.26319,-151.36331)"
-       cx="184.5"
-       cy="144.5"
-       fx="184.5"
-       fy="144.5"
-       r="53.5" />
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient17220"
-       id="radialGradient17252"
-       gradientUnits="userSpaceOnUse"
-       cx="191.5"
-       cy="224.5"
-       fx="191.5"
-       fy="224.5"
-       r="44.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient17220">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop17222" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop17224" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1.4"
-     inkscape:cx="47.542667"
-     inkscape:cy="89.519054"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3060" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide3062" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide3064" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide3066" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide3068" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-149.14286,-261.50504)">
-    <g
-       transform="translate(129.14286,229.50504)"
-       style="display:inline;enable-background:new"
-       id="g3545">
-      <g
-         id="g4705">
-        <image
-           width="256"
-           height="256"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAIABJREFU eJztfV2sZcl11lf7nHtvd0/PdPeYeCYJiYlNiIUs2QniLUEkGZIQx0HijSAeEPILSezkASSEEE9E EREPcYgcJMQDRHFA5CEEJgI5D7FjYSQSY8kgjF8Yj+Mf7Hh6Zrqn773n7F081P6pXbWqatXPPrtO 37N6ztxz6mdV7Tr1fbXWqtr7CCklTnKSk9xMadbuwElOcpL15EQAJznJDZYTAZzkJDdYTgRwkpPc YDkRwElOcoPlRAAnOckNlhMBnOQkN1hOBHCSk9xgORHASU5yg2W7dgeEEGLtPpzkuEWejrMmi1hr 7AzgmyRwIoXjl1LfoTlBpSfvRAaRcnACIIDfaO9rBn7NfcuV2q9NGn+H99J4P5vMJzIIy5ouwAYT AQyvQ5HAoSd87QDjytLXMeh3rfrSeHXG39lrWGxOROCWg1oA2uq/gQL8BoqEtlpaiAQOCabUtg7V x5x2joUETfB3xqs1/g4vnRiUghMRWHIwAtDArwP/7M6dO7c++MEPvnh5+WR7dXW17Top2q4d3IKp c1o3Zf9BSimGdGm7gyq964ITbxoCW0c31TfMS603Uk1uVx8gASmnfqi6/nHX9EsA6KQUdJ0pWUJC dtLfF61pooykxsscH7tW4NqNPNVHehCssRFCPnzt4f4zn/nMY0ygbrXXnngNeSYZ9G2ciGCQNQhg AP85gFtvPnrj87dv3blvrQ9FuxVWRk1qAPN1i9UnXsfJUtJob0QqxWHS84kq6iBIXz2vSLJyvD7p eSshpWqn7bq269rr/W5/LWV3+eTy8ht//KUvffIjH/nnv/Wxj33sKwCuAez6v9eYE4JpGSjtJyI4 OAEIKAI4B3ALwDP7/f6VzWYDAFimLxJ5aj1Ac6KYkRpW5Chil7V6SGPKTpGBMtJMdfTT0zendSAd 1sRo3Q3F1BshBCAnTUI0aBqBRjSybdvHu93u0X/99Kc/+v4ff/9vAbjSXrv+RRLBTSeBQxPAYP5f ALgD4Lm2bf+PEAK7/S5OIaPfASObVZj0QSC89UMQdTcfuCYLl5wx8HbMXdZb3kGKSaTmL6fm52QJ dFJqaYoYzs/OceviNrbbLdq2bV955ZWPv/TSS//wi1/84hsALqGIYLAQTPdgaOdGEsEaBLBFv/oD uNe2+/8FAPv9HnCdCWL2MYsSorLCoIolgRhQz0qxxsYAbNRXPl+RQ2V9xoCl004i2pUzMhhfnUQn u/GzgMBzz97DxcUFNpsN2raVX/t/X/2ff+67v+dvPX78+DGAJ1BkQFkEN9YaOPRRYD3CP1gD88lM vRhCuezsih4QB1snGmSBf6jbv4QY3grWXuhYVYjx5a4lZq95nZBMdcKDK7R+Ae4LEfOydhfn/dWT tS9FABBS/W3bFq89/CYuLy/Rti02m434tm/99ve8/vrDP/rDP/rDfwzgPoDnoCzPW1BuqL7zdCNP pa51L8DwfTaDFRgCmwy89HJ2ykAm7oo+nVaO/6NXk/fCxrciVGuqPvIki660ehLcBU/2/8KrumHH OLtkj5SVTX9QZNkIiKZnzUaM6W3X4hvf/Aauri7Rdco6aJqN+N73fe/ffPTo0X//+Z//ub8A4B6U 9XkbyhU9w0QEN44EDuICEDsAtwHcBfD8fr//HwCwb4cYQGj89f76fXGOhthcQAHO3rQwbRC+TxFr /g99iCk/1YtoQ2elQMnZO4b5TxZzAH/oczcEDnvy6trBBejQder11pMnuHVxG9/+bd8OIcQsiCil xOc+97mX3/e+9/0DAI8AvIW5W3DjXII17wacY2jmPBKvcanTk8nl16fFv7KHfAFrpfbp9OiYfWRa Cshf7ZNXfKcp71jJTXNeeMrqMpanR3S2OMshZDQvu9ls8PobD/HGG68DwEgMbdui6zq85z3v+fGv fe2r/wXAAyiX4BkoS+BGugRr3w7cD7A24cKo9RbjgTwC7CTHMHQ5dchM0EcAv//n98dtGeMQujHj RayB9Xkn+rq0T0+Xn+c2Yh4XEWJyAUTTQIhmJIftZgMB4Otf//qM+AYS2O12uH//wQtvvvnGpz/8 cx/+PiiX4C6UVXqO6VTqjSCBeiwA8IDNB3ccyDEAzUpO05kK+EnVVI8fEXDoi2peazlYZ15g9oms 6ykP6oNdVsejmDHUFBA9Pz/H48eP8ejRIzRNM8YDhtd+v8dms93+wj/5hY/97u++/NNQAcJnoQKE F5gfTX+qSWDNIOBcZjMungpoffTLrS2dQHIAb4qQgNBO/sZqkZj2zbmgH3vO6jo9YkaWkRAAvoc5 TOCj/2xaBYNsz87w5OoS33ztm6Pbo1sCXddhv9+jbVv8wA/8pb/7+c//738NZQnoJHAjgoNruwDj pPOvHEaeD9zOlZwCZwDsPgIRk75cwE9971epUSe3+gBeDfjMRuNX+znwiSwj0ZESZg4rZcCgcv3l mKbIYNhLHayAM7z+8OH87IDx6roOu90OL7zw4nu//OUv//6LL774dtwwElidAACMQaLZtJ+Bwgdq Lrg9s9tRVIrpNbWi1UmVTMADc9DzuccB+mKrPZ3or0NbB2SXtHMhs7MMQkCKedrt27dxdX2F6+vr vqqbCNq2xcXFxbOf+cxnfu9d73rXjSKBtWMAgpoQ85UVYC39PvFUGVbzKVLdp8/KSq1K5GqvWw6F AB8Her0bAlIKCCnGAzRh8QT6yCieneg98CPmCeQGwqhIBf2GlX6QRgjrdX52jqvLK1xeXpIHnkyX oD88dOsTn/jEx9/73vd+B6ZDQ081CaxvAQyrf6wFzeCEESfGKj6qMMEJlyUR3ycT7HmAny5CxJ91 BKCYVkACQkIKqY0J84KsT+YHdyI5kgxlrtEfXAD9NKPpBmy2G+zbPZ48eWJflRYXGP5qJHDx8ssv /6fv//7v/zO4ASSwNgEIfQKEtgJnJ4RnWXNfnHIl9FU8C+QznYZpmQh2SsTwT4ghKjj2PLaj+tWa /XfVCYLej2Z3EwFl/q71X74hQoiR6Cc3QGl768ljQ4UNfv39fr8HgPPf/Le/+dsf+MBP/Fk85SSw BgGQ23/Te/c/NztQujIATqhYCuh2k3NTP93H10AfHIoyoAeZYhaNqAfMWV+TAfR64G8AvuiJ4Oz8 HJdPLskDUPopQdXMPCYAibOPfvTXfuv97/9xkwS2mB5hd/QksLYFMAo/el2qwfmLDBAtCHTVBe1f km/vAPyU5dHlAb2TMPQPk5cuJwfDpd5RL8RJdOeHOvMzAf1L+3dxfqF8fNlZcQDZuxDDe9Md2O/3 6Lpu+9GPfvTfvfOd73wBNAkc/WGhtQlAzL5+wZ75biEMhBC4lwL4vFsesJcGPEOfCdrBy/AHB80c OdOkeSrBa1D1jGCf1X/6vCAdJBQQPSaFUNN6u92Mh4AAWDEDAJYVMEjbttjv95ASFx//vY//NtRh obtQJDCcGBxJ4FhlbQKAPn6+c0C+bRwfsA8Bbl0ooKeBXdc5hxo5RpHahBy1qVQBY9sz3Bsrdahr Ydbd0VkOtQXgYRTdEhhuV9Y3CJqmQdu1/WYDdYLQPmCkWwP7/R77/R6NaJ79/Oc//++h7h+4C3X/ wIwEjtUKWHsbUAFUZ2HHv5rEBfJcoNON9WDVfWFy+83dW7JTgkh19t0DejN1TPQPhH+IRta3Cpla Fe56UtPGZdgV6Dqphox4BsJsB0FL10lgt9tht9vh7OzsWz/72c/+SyhLYLid+OiDgtUcBa7pzkuL fpYGudayZeZTq7K3bRrwpNHgtCJ4OuwM3krvpQQiDsKln+G7GaaSUE8GUu9ngULbFdBlCBDqpwX3 +z3u3r375z/1qT/4RUzPFLgFRQJHGxRc3QUY+BuwSaC0DRACNgnwRXiJADomn97pCnn0sMBaHPBm xtx+Zw+hBEz/IUwl8yTZ9eCHGM90NI1A2+5VzzzgN9OGAOEwH4e7CPtjw3/51/7Fr/112DcPHWU8 YG0CEHI2OzHt+Mh5RHf0VX3/AvGB5YFtSgDo8yKRKzsFVJGgF3CBznTFwwE+szeOMB6DWchwgN6r 0TTCeBwYvTswzAUhBNp9OwK8aRrSEhjA3zQKDiYZAFM8YLfb4aWXXvr73/d93/unoXYGhtuIj9IV WD0GYH/UAMMB8UEBbcq8A1Tkwruie1d1U8wttznYFUBl5FjMO0NF5M2DVyEdzlxnkfAXaOuw6wyn A/XXptlgt99DSmmBX/8MwPvXdAV217vNv/n1X/9XUAQwPEtgiAds+npHQQJrWwCjSOmfBOuID9zz lTwO5D6hInwaSGcBwUk/2ZR32fWAFbAj+uReXUAHdVkzU4IBej1F36ekdwgBqEeHdf2OUNvuZ6Af Xqb5H3IRgLkrICC+5eXfffnvYf6g0dkhoWOQtU8CDpux+p9efIgaQBmLM0qH7x8D3EV5S1OorWQs YNphVd+ya7bmvgRjVU3SMbsmd8G5noDm2VBJq67+nMBB9JVfJwMzbbPZWPlDWtu24+ud3/XOv/Yz P/PTfxEqHnAbigSGpwkdxdZgBbsAcvaXXF0BqOCONg8lxtVweIX/zVdsFrCLgVsXBqGF9uTNC7Eu Jtwir5A7sBccGidr0c3NhWA4ze+362rjKCXatkPXtSMBDG6AD/gU4Cky0O8g/NCHPvTP7ty58zwU CRzd/QLVmCpqcSG+2dky3Ms0D+aTgAvoRUA9uxrniyY3T5cooM/cJRso8brdhWwKjbhsI8Mk4qAY 1+7vhTCGSEJK9VBQHbSUFeCzDChSGO4XUKcF24tP/sEnfhW0K1A1+IEqCCDhiXfRIC6JfD+z+ADO BiJZgQK6y86ZC+m6M00Al7fhDwfQGV5dVlV+fesqug5Cqr+yB/1AAINFYMYFKBLgWAFd1+GZO3ff /Uu/9E9/FCogOPzoyFGcDVidAPQJa5pyeS9dfNOF16bbNWHSS1KloSpdkQXKfkXkdcjTB311HUqb gT0zSOe9JrPl/t0YJOTX1zsou17beJBHYrvdjmA17wswiUAHve8lhJjFAz7wkz85BASHx4zPDgjV KtsV2zamiIS6odsuGJ4Owio1syscCsIPxGAKA8Q5SshVztcmFRD0NxHuifDmJmQFOqPvCgfrS5sJ +9fjtx7jtYev4fkHz4/7+PrqPdtihiKG7XY7IwJ9Z+Dq6gqPHj3C48eP8eabb456mq658xsf+42/ /VN/46d+FerHRoafKO96vULWdNy1lzV+Gegcyle6B+BtV9dX/012HS6vL7WDHiUbz6hbfGjiFcbV CJGePhjSXSy6OUknJ+mM75d+H3/btri+vsL11TWePHmCL776Kr7whS9AYDjU0x8sawSaBmjEBs2m X/nFBtuzDTbNRADPPnsXDx48jzt3buPu3bu4e/dZ3L6tfol4t9vhtddew1tvvdU/f+Bs/+7vefeP SCm/BuA1qF8fuoIiAnkiAB8BXF0CQn096Q050p2XqGfkEk/aOGaPflCB6WLlthO9lgf05hOR7H8l uGs77PctrnfXuL6+xuXlJS4vr/DW48d4/PgtXF4+wZPLJ3jy1hNcXl3i+vIal9dX2F3vsG93aHct 9m2LrmsBSLStIpWzsy3u37uPe/fv4bnn7uHB/Qe4d+85vPDii3hw/wGEEHj8+DGur6/xpT9+9T// yF/50X8E4BsAXof6+bE91E+SozYSWNMFAIbQ7SCKoBnisul5TdLvkxUurIGrhAd0Fkd6wB6jk9Tg mP+cr926QjnUnc7vN43ApmmwaRpst1tst3vcurgFQD0f4Pz8HLdv3cLV1VV/qGeP/X6Hfdui3Q9u QdeHFFTAsOs67PZ7vPHmG3j94et49dUv4m3P/yl8/U++jvv37uP559+Gt3/L2wEA3/kd7/ghAL8I 4E2oxe4aCvy2n1qBrEEAYv5XaEGukmOk7zcb/iJZKk6KfpNsZYUB6f6QJFywx+vjxTD0gN5ms8HZ dovu7Byyk+igVnXZxwuEEBDNBk1zje12o2IDW6nODrTzo+iACu3rzx3ouj2++pWv4PXXXsf19TWu rq7wwttfwGazOfvIr3zk/R/62Q99DGr1H44Hjz86WpOsbQGMIiUghIQsFgOIA7o1V0uGIqK+9jJz JAroZJQxQr9LvLtfNqiDNgzjOxFCYLPZoO1abOQGZ3KrVnIBDL8huGka9fjwZoNdo54evN1u+8ND uhUw3X8iNfNUxQ8abDZbbJoGD19/iGbTYLtt8ODB2/DSD//w3wHwHzD9AvFuqFxbMHB9AhgW/YWD dcGYWEr70V9j+e+d1jikitkf4oOhxK8tTyT1xyHRwRxguHOvvyuwaTbYbqbDQQP4hQBE06jA33aH zVY9M6Ddt9jvd5CyQ9upSl3XKdu0085X9H+aRoxBw7Ozc+yur/Ho8SNcXNzCM3eeefCBD/zEd/3O 7/zHh1BuwBXUdmB1VsAaQcALqCDgfQDPX11dfrqTHS4vnwDCDAEWWoatkyaEZO0JLjeGy7gaSwJd 0xS3++jWQ+VI87NKGLf2Ool9ux9v4FG38+5wfX2t/P7dDrv9Du2+xa7/ncC2bdG1HSR68HeqoU52 kOjGLik7Vf1rNhsVWzg7x/nFOZ599jncv3cPX/7KVz/1Qz/4Qz8P4OsAHkJtDe4AdDfZAjBRpj5L 4+0o0iiYKDOlceGmpWXZncYw0LlGUFCTb3H26J1r4wd3rYnUWwDjrwELiaYRENj0CvrdBikB0UA0 Kgawb3ZoGvXw0LZr1SPEBhLBEAxUhCJlBwGBrg8OQqjtxE2zxeZ8i2bTYN/usWv3ePD8g+/AdCqw 2qPB67sAI/Cl+kVc+ixQMfGdZ1/N7c9SHt9SPNC1nEIX5r2vILGNQacQykSHbNA1EhtsRl9eyHM0 Yo+NENiIPbabBu12unGo7TqgN/mVCzAEA4GuUwFEddpQtdZoQcft9gxNI7Dft3ju7rMvYDoROJwK FOgN4lqsgAoIoP++JdQRUOm4N6AgOquI/LMbWabVINC9hcwR9PfRu/HnrBrSGYgi9MCUbQuBBtvN VhGAUL8vOOS3bTvdOtx2aIfjxFKiQzc+DETdmjDtDAxHooUAGtH0248bbLZbdLLDZru5+NCHf/a9 H/nlX/kTTHcH3mgLgLp4MX2RWiTQdZTVqYbf4GQMFmkiTg4E7jztgnw712o64BntceIzes74xu7c +Dy/8dTfcDYA6Dq1OzApURH8/aYZwd81Elsp0UERgIQ6XDQAHlD3FgxjIHuLQPQuxbbZoBENzjbK 4vixv/pjP/iRX/6VT2LuAlR1HmAtC8A5tYSgkJh0g8Dg9fF6kXrDVpBNlpWD2gc8lz+vDVBgj9E5 gBKAFGiEAngj1K8KSwGgERCNup9/26nbe+VGou1aoENv9ndj+kAm3XijEVT+0Gq/+dBslKUxENGL L7z43Zg/H4Bxm9RhZW0XYLQDx/U/07/1tUJ8YDS1LlmvYiMwGs0O7Hna5Omm6V1/kOdI6kKMfuYG G7WPL5reBVC3DHdNh41sNL+/GQOAQ91ufHJVvy045EP0rkDvXjQNhAAuLi6exXQQaOYC1HIeoKK7 AaEGVIQKxainbNPVxxxA+V4YN8+FW1pgGFLAHluBU3U8Gty/F6JBJzo0mw060QGdijMNRNB2Ao1U ZwY2w4NHpAL8YPJLKdFIjMAHADk8bkxAO4rcoOmtgAt1Bll/TmBVqz+wvgWgRLP5Um8GYk98TUp/ G0uB2t+Gx9FZiOvcarmuGq9jUynPwSCHKt0SGA4AqffAZtP04AYgJTZCQnbTbtQQ6GukBBpoMQAV DBy3ATeN1eZ067DA+dn5BebgPxEAJcrCUo7UUutz7MgvaSdwz7mxHsHF0uytlFGKoYU58JLTaKQl N/7CDwDRqMCcaPrzAn3wrutaVUYokIs+uNeHAPvVvW9RKsA3soH97YjR4oAAWtnh1vntW5gIoBkL ViRVuQASUI+85vjskRKeLtouRKaENslYprKkNHHE0O1RUc4D5StK88YGnz6hjf506bA7oJKEOtQj 1FmB8VlPvSkvmyHw18xuCOp6K2CIVQ3WwqBzalKgEcB2uzFXfz2qXYUvurYFYC/5nBtIOOItSm11 lTsKzIsnJrRnR0mDUjbMlKiMEeAL7tiEVXsy+1vMhpCznH76q9lMIB8tgHGfXwKdHAlkA0COQaop IGhL7wpMrVa16uuyNgFg2LoZ1l9fYDRtFF1nC6h+RAqXZEKSAGyAD+64cYsLuDmqRhdOXRLHa5PW G7LFwUfXSUAIoSL8fUQfcgI9BDAcCR6sMvVg0cmaGJSPcYf+cJAQzdBFz372ulIBAWgybKgic6Q4 h0uKrIyhXsaZrrOaruBWROsOzdo78mwWtzo3w1EyIyoTJN6wPWGSQKPFn+S4uve7UrInjT59OFCk L1ZdP3fHYywCkPOHm1YHfmDdB4IY7xX7xoxSylyM/xZ8axPDttVLR/SrxGyhm+N0NDqjQGmiJlOB XYwXDNVJYB6FnKxG/duX+hkDTKu/RP+DgMDoRqDfEiQ6UxURVHASUAxeQP+W9qkyG8kQG+QkkAOT tbQjmGXA8BznucSen2IVYgyaUTTtuqXz43RsWO0KjIQAfS5ONosY0zUiMJRK9M8doK+kKqnCBdBN LyE1qMS60cF2DIaPlaKWRXQTcUqcHZLRnY0N1ifW9tdixYbT2hpjAOqD0qQRgbUISKJDUp+zcvYo 8Zqlmm3A0QFIDYixmsn/QvwaaII53H5PeszBJ5yQCucqY8aBvATp/BDVJvXsl3HVl8MvB/VlJXE4 LWSk9gaCRgDVMsHaDwQxzCn6mYDe0ePGWVhfgWnW2TnuEuxGbMVL7FAExWXTp7ZlGsKxwg3yzduj NfgVTDWp6EH/24qDWzAuSlpaQ2iQU5lht0HLOdwaEClruwBWEDDBQtWk3AroBzqr4iS+5Sy7r7H9 s6ksVvJmcyzQS7evK6JpXu3eT67AIKZJr2as8T3KXu9Ur9rVH1g3CEhSeJLbxAxs+4uJjJmlsVax rzsV2PmSrykf5LyqydsEjmzC+jStf41AXd+QqjMeBKpa6rEArF2AiMEjvmD/3gu1tcecTEW+05hr K289JlrYST548rGCUClXRTbY03ozWQGuuMD0E7LLRGTKytoEMJMxEBgp8TUY0y4Q9wm36fOxl3EJ Y41OIiCjvY8P2aVc1fwseATQCdGD88FqOcTq6abs/yfn7kW1JLD2QSAAmJ6vpj7FKxj0eHMTFGpZ vEh4dCGWULtOurC8j+ju0NoKbeo5ivC+O04fgsRCETzDqqCLzNuSnpK1yeoHgZS7pPNneBIkB+gC Cg9B0+S0cDS8DLCXUFXGF08rzqODUBVzF29WiMP+bvdI/xqrswRWdwHk7H8iQAGs0yAsSWsjpSW3 yvBedzkpFrkv3FA5kMdXC6/mtgiCKvoMK1W/Q9jfk/VkbQIQ4/+GBO/4ezKTduuWPDFjGDYLSRnV ywGcX2W57QJ3du7oEQEHGZrDdUkFJwG10/88D2BWe6hGJLsrZMv8GxZWcl5ba23o0b02IjORB6rY VZxBU38CGfgL1EmWYIxSi/8fCQlUYQEA0LYBgyWtZGL3VlMK4r0hrixzRed2KtxihoRMVPenkFZ+ fwtfGTdGCMC+JiLHumx3HSdpeMHu67AzylOlG7A2AfQyhV2co0QG6kZviy4cI96vJ32bKyw8ranu ZHyfF7jK7BhhacKhR5MM3fU/Cuq2LjzNyIitjZVkfRegt5akgPGjIHohV2ri2DLAzpf8yRkL7sW2 4lKlyCbA4YgnLvgntP+D+IqMPYMjMf0HWdsC0FyAfv0nd2wySDRoxpuS+Q2a1YX+x249zvQONbaQ FIkRHnZ743D9IL5ZUWDeHkjWJgAAnKhpxJcmyLfWpxTVrHatfY2YZg68fHibo6+BdsF8tcI5LuEE 9Q5OOIR6OevP9FDRXmabXMt2Kl7WdwGA/thk/tgIoFgk3iUysKLnrunZQjuyc0k8YVR8RLmrt+cg jpdwZiBlNOwSOfw5MvueIRVYAAITaHzbAFpx+y2GQ0RFxfZIgitgcfGjwU461LFBjiRsvBTtY4Q1 qN+iYT4KLLPpqmX1o8Dj7ZXDHw/i0gHPKCl8q3oBYXfWuOBgd1ZalQLNHjzgx5T5PUBGP2bW3fyd WYW3JVi/rG0BWIeB9J0AP2tnDLwIfMmFmnE1PvOlLfO2ggl1pOAee+ADea6ESELWMAJ8WZsAlAwr ndCfv1ZoJZ5tLphHxtLUccUF8lXMQ0bAzy4SN1ApFlTqV2GDvBLYicmpdRqvFcnaBCAmRpUQaAgf IEnr9CYL85xawgH0hcXZNX+Ugoa6Z9Nq4WvyxPfswJ2WYHcrZeelEtJYUdZ6HsDcu5UCkL1PnzLh iGBdrzhBmb8hxy5fukTGBqjivnvfq3oydQjgIYm8FseZHWeJhQOTNX0To6xtAQDQ9wCYA710wK7X HQR74rxIciPMVbq26eQFN51ycAmMmdsacZMvUTiy1XWlCgKYbQNSsniE3gN2515ydCP9X9bxpHqm DXHRfHBT+5MVEAFHArutcQRB7iZXMRBrHwQSvrDpCPpCQ6XvL8wATzaR26gJdOHLPrDYF5x3yCXm Yg514Qvjy0cQVUCbJ4ckAP83PxoAptEbI+6VSED3h0t+Q4EV/WDznQqCua7TDvrVYnDkimsTmVur iPg3sqoa6vVdgAH4RcG5QLAOtsJFwE5evmCs0Pb2YnJ3qpqiDvFajbFqOLWS52XVo7k2ARR6etIS gPeA3RUryDr66o82Jl1a1VMvU1KvjT78x6gSKhmcyVV+G2sTgJIEFtB/s62M9IEcSa/s9uGyFOqi Oiy8uVGqVpWcDh3QaeZ203vmgCpmlvIEtSuSOn4XwD5g7a6mH+zJ+tUcE3g9zxf7ztyKWE0sOndq m5hL9CeTVJgLfm0jGSvV/DagdCy9k2lfLiofNOcT9fJzSrVdTtkxT2S6FEKKAAAdrklEQVR6Ziwc BHSpP6IdAGB9F4DcTCmzCh8O8IcBepySYwZ0rKQF/mI18A+pJeeuIIcmAPe5FyH6V77qcoBP2MdZ oL2iTayieEEpuHj71fIiAccmax8EKma4CjspSx9L3YL7bCsYDYdUliCF9v08qmLUGndccNStPYCk rP1AkIRBEXbFgkB0myhl9GerzKpc5RxkSsFdhgIWf0QIoOpBXzsGwJRSoF8S8JlR/6xKy8+xNWdx voG92N6ft6Wqkd/L2gTgGSMD9FUBviDYD7gneAwTkpLDnTBgov4pCgesTQCGKFepJOiXBHzZRTp9 mq8O7BIdWAg4CWt/gqYgOaz+FbmkEgIQ/T8k7gIwQH9IwC8A9uIzaLmtjDRJatIB2wV2BvwqaxtM vqy+CzD7lIGwPNBnAL7gd79M5L/q+ZcpjmtzXnLwqSWxLR2bxW9JJRYAR0qCfgnA84FWLvq/LriX an05UAnvR6v1jO3CgpuWi8raBNAPiG+kib1+OpvXVGzVTMDnezTLzJnqZqIm64YUBPnW0pq4TejP OrzU4wJ4stKs2sRVPgPweTsANzvSX1rKBf8cWmcNeImh6q+kooNAQnuVA301gC8E9uVnE6OFQ03p IDqXPSHA1+4ghqqhr6SC24HnJn488EuBviDgC4C97Nzh+L4VSs5uConeRU4FcDVUOepVuAAW8EuD PnGVjwf8Gtt7dYI7b1ttqQ4QifaTXpLVH+OOwNpBQAD9wM09AEJKgH5dwBcx/AsDfC2+WKLdJAD6 Vp5IcrCvSbqzKpEqCCAGyauAPgHw2YZ/5pSpZ8aZPTnYJp9T2D1wkUOi1VCjrPU8ACIISBXzFvJk umvUA/h8sJcD+SHpYqm28sz3KE1BYjgeUqjDAhhl7gPEAf+woE82/iPnfx5cMmrXY0LQYmGs3Prv 0sQnBuf6Vt2ork0AQho/DHAw0B8C8IuDPaJGdVMvU2Kuh/gZL2ZhVpOMM0He6NaaUsUuwPCBb83T Y1kS9EsDvnj4sMD0qnKGBoRlbEdhPh7mx7wjsObPgwNQN/8J6vHepVb7RUAfB/hikYTVYwXLaaQl 7yZdtjafkmAgP/+ZxGvK2i7AXEgzIGG1Lw76JQBfDuzpk632aZrav3hQRpODlxiOZf2vxQWwgJ9j 4h8e9NmAL25JxJd+uoRz7fzHejp+rtFTkOfd1iCrWwD212CPVYnVng3SpQFf1J1fYF5VO1UJyVpo +ZBnr/HHNHa9rE0A2jKbAvyaQJ8G+CX2IJZQsfbczgJcNFGE/f3jNvwnWZsALMld7UuBfj3AZ0Dt KXYlVC/4ECu080f2wlXZzK1j5PyyNgEIAMZJAFep3NV+IdBn6UyYIktaK9VLrHMU/lF2r9qkPcYi G5MHk0MSgDD+jh/I0Siy2ocDeaVBXxTwyeRSzfxaWUIjRIM1L8B/XGNfxy4AmZoJ/JKgPwTgo9uo YKIt0YWDOtKukbU78ZTs+lmy9hOB5inCv2PCAlspsCbpyQf8KmAva5jkSa88CVPFgEhNz2xSqICx bVk7BqBJ6tTPWe0PCHo24AvPkzWDkhnibtXj1xcL9lESTwrSVbEiWdsF8Mf9QtVLAXaJ1fjQgK/J olhUuN8sfbzcyQH5TxPpU/xbhbVJPS5AKEPPjZrsjtwDgb444Nn8dQzTb0kJjcoc8aT1UIgUnJ2p QNZ2AWYhvyC3RwM/B/T+HFd2UcAfglBurAjHp/nv/FkccMQBP0rWJgAAAQCWMPNLrvZLgtLb7UqA zvegoqTAQ3wLCTXqU0cSLAXheF+FVEEAZMB0IeAvA/ojBryg3h5+nsYbztJ+txhhUCPjIYUjukN4 7SAgkeQGPwu8C6722QBdC/BiXXAvI8QVWZcmtf+jMEGY7ROEcASDvrYFoDn3whkISAV+baBfHPAj 0KudbwcWYzRmwyILE4ObEGqWtQlAydrAL2niO7tXEJSzmOgJ7Gki/MSQjV/BOJiwvqztAoiagF8t 6Kte2f190nN5mFp75eyn5NhxzY1Yu2sLyPoWgDayDkNgnlop8IuCfjXAe1otc1lppQjgESHAhUQb E40UnhZCWP2hoGaCXdR+60lyplJZSaBdAvQHAzzRSo1GhSne717LNAApqcRCHbIIgf/80qpGfG0X gJcVtv7Z6pJW+9KgXxzwvuDXUyzkPOkTNYCWJwah7mPr9R6TdbDWT4N5smNX/SMB/mKgN8IoNwXs sWJ9l3NiKEcKmnUgxp+9rVbWjwEA2s8D91IJ8OsEvSt6vYYs0YEDL52z71oUthSs8Vn9GzOlgpuB /Kv+wYBfarUvDvpDAt7dwOFmrt2SH4KFCYOyFPKthOqAP8jaFsA0ukHr/xiAX+J7XhrwESNbybSd dcPxo6CBh3sV6YBOCMsFGA8ra+0CTH8N4MP+SKZQyVEALgH8Yqu9GVUuJYErqwTgUcKZCsajejyP 7UjuQ4R1UPUoV2ABzD+wV/BUABcDfm2g91xN1VNwAaEWBuMxwMVIQbcOpE44x2EdLE4AQghq+llY T1n1o8z9AsAX2YgtCXrHVSwK9jWYpKwZP/voJYWEdg0y8Hq0lcjaFgAhy5n76wC/FOiXBjxf0SFm c9yDtfJW79lHzX3IOm1YLeTnUhkBxKz6dQNf2I0nabFUFCSS+Nxs9bY4sMVVMx0ij1DuE3Ou9VvU GdZB1VSwNgEIM2Bj5Do+xpr7hwJ+7mpPXGEBAuGl5hTMkJQ25k/t8hShciNJYWbWDxp0vcxfH6qU CNYmANS06q8N/HzQsyMpEQUqFF+fPc/iziaFDDKoVdYmgOASFbvqJ5n7QjPZoyQH+CVAHwH4BSyJ w0ocSKmqfFJgtOUlg+MhgrpuBhI4LPgPDvxcE39JwKfGOsoJ/9makbUjSMEmhBQyoLYZiWpCCCkZ 9xEuKGvdDKSNsP1NHMLXTzP384BfAvT5gOcVXGPNjwv8cWpHkAJBCFlkIOuwm0KytgtgSZ2r/rrA J6sVAnzBcENZiVzQ6WoRpEDgPIcMErt/cFnbBRBmgvnOWRMWvMINJqBYKMaIlFTgB1Z7lh53ocJG wrKSaPGHIc/w96PIgGXBW3O9FqnGAmCBP9XkP9iqnwL8XNBnAD4z/nBYYW6qBfBsFwms6h4yYFoF aw+cV6p5JJj20V2LW1avFo3iYwA+nZkP+Py5GquBHwFjGv4Mq98N2TgyyLQKqpBqLIAawB9/ei8P +IuDPj0zsWS8xOh2wyqAeo8J4M5ikoHTKjgOElibAARgHqagSkSCP9rkT1v11wK+s3gG4Ku2U3uJ sPqJ0g7UO6wDtmXgIAK6D/UN89pBQD9PzsC/lL8fC36tNwcEfjzoFwQ8WTlHIzELIhZQhtUPJ4jj kuGiCA8RCFQI/EHWtgDcX3QC+JNM/sVW/RTg56727k5Fz0Dh/LCAEPrJJq0H9rE1slb0QHIUERyJ rE8AlFQH/kKrfi7wI0AfyWsptVYQQbzlkUJ4RTdyCHzTJT1EUPtwYn0XwDnzlwN/vMmfveofCPiR fBZTI62dTOF5AR5S4J/5ceew+cFBBJXLms8E1GQ+2FEefGXgTzX3eRhPXO0TAF/D4uXqQxhi+kTK JQOeVUDuHkzH/GsYTlLWfCz43AKwwB8es+XAH2Py5636qcAvDfr0Geqo6VPoRTAb3sxa5sSSQTJI JYLwMeT6pI5fBupH7+kG/yGBzxi/YAmiZKk57dVjZErnB69Kb8mAZRBFBFxroFKpMAjIGLSKwM+z 0gPgzwU+c7WPsgVqmbsuZpXWG2c1b4mBDFKJwMELxPA5kteV9QlASG3154Gfv89/QPAzTP6UVT8M /FzQpwN+idnMDqGZpOchBBrIRokFiMDsaY2y9k+DjVOYe0/VuuAvaPLnrPqBjrJAHzEtDzmDXW0F 54dOCA4yYFkFSUTgDQZULWtvA7o/hiuEyx4p+JcBPh/0cYAvSQ/Jp/0dhQcyiLUKwkQQtAaqXvcn WdsF0OxPP23GBP34h3yWBX+YG8qs+rnA545qyWKjzL52X2X24V6iUNgqiCUCtjXg6FEtsjYB8CQC /PyVjgt+swb1wU48xKqfA/xke6v09GVj3iwYad4HrIIwEcRYA2THqwL+IOu7AAx/iT9ysbcB8Usd D/hTgZ8H+NzZ7QctVdANeR4ZxBKB3xqwtYRnTA1SvwUQZfpzi3JP+K0E/jWBX8RdiBeXXguIJLrD ZOAkAsky5uc5hDXgtyDqlbUJIGgFxKz+0eWeCvCnAJ8P+qCbUVz85+mcXoFFBkwiGDMYxryew3YJ 6pa1twEZpYoXZZRNIJNg1mHBnwP8aDehqHjtfvdabyE8cmUfrYEYl8C/XXgMsvbNQAEYcsHvXwXj NQ6lXR8CZQO5q4OfKBDrcJQoDoB/AISoQIKTQQR+a0A4YwNPIwmsHwRMy12w5dKmf2nwC6eigwI/ 2nqwRfoqhDf5x0J8Isi3BmJIwNHpqmTtGIBT+CO2zOofbNN6RyUsAP5Cq3408NnkwcsF3E+CtIgh SAZcIqCtgaVIoFrUa7J2DEAAHlMsQlF0y57MGNO/SLPc8mzw+9EeLO/IKuImBOsRv7cbJAMmETis Aa9LkG8JVM0DVboAUat/0XJxumJWf7cqLhwjXQQikw18b72l5/Mc7U4ycC/bjk9mgnPtJ1Qyy3J1 ViTN2h3IkQhDgVE2c/WPs57jwc8ywcuCX8w+zj8dRgT0dmc9cHbH7rWV7ciNWZEKrF5VSH0xgBhU 8xUW15Xn/0a2Get/p4DfyR0R15J62VE7AZK5kE8ZMZaAew2PdAWORA5JAML4q0nKgC1MtUv6/lGr f1ZLGeDnujCuj7768+9bCmeWo1Gp0QEOQwJRroBVU/9blVRnAUSNUoz5zyiR/A0l+w0MxZmmf6hm EvhTCcNRVn1SwHKczCXqG8BmYHMJD91tBTiLVyVrxQDGgUj9QqJHMnvo06Z6SFc5nbaS4IqcAX6H Z54hSs+oLaiW6LHb3AqpsMrFWG4MqQ74g6wdBKx2YEpI7Hy0Csau/omSAv5ywKcb8YPakxkY9Kd6 wiXI2gRASGET+oZKzOofozDTWYpqLIYEyrhvZVVI6c2uQuqKAdQyVOnu7HqS2A/W2pgAft8TnCRx Tz3d6KGj6YxgYJSu+qVCC+CY5Ti+9EVFAEL43YOY32XkWQGuSknZ5SozwgprSx0EsOq2aZXfy1Mv TDvi4C0uJNVOsjUJoJJBOZ5DG0chxK20zmKFSvHk9D1TsrYFMCeBo/+OVryA7KbL9V3K3s8ndEpI SMmJARi9iuleoGzWlRbsRw1SVxCwFpHg2ycxZSsUVvf7QuoP84JHjKeiQJJvveWyRXo+peiyxkkY f1eXNSyAwMWfzD4l+dPPq4tU72lT6n+WHtf4VvyWQvi6coSpohrQ63JoAiAG4fhAyu2xey7G2r++ JO5K6dbPrmaRQOnvTukcNQebyCCKZEm+F6BKOdogYAyOpgo5RZYlqiW0xxi0knjnLCh1bErkkcFU f6YlqI4Af2D1t7I9lWMNCavgkaxr1cUAlnCpwzqJEslxgJJXIAFp75nbLWgpRub8o+M6Ac3HNxI9 XQMwv5MP7sd8eVR4Evw1Y8Af2RO2HAnOnbI+AZgjyMYPt+AyUbqs1iWg7hl3wjhBbwYJaMlz6DN6 ZHx/MosB+BViwR9DNku4brXK6ncD0sIbwYz5k1iEO2tKzoAYc9IdD2C5A2T1SPNeRryilRpVnXpi wM81/e0c+hLI1GrjAGufAyAlem4UKUaUKITjIpOK3b0YEnAolVSJJORmyLw9HvBhZRwc/HZGteAH KiGA5T2wuBa4VkAFkyuTBNwaKCKgyaAUIdg6rRaCwPfYLWSC61O4p0+LrP1UYNftYqSPnFmUUZbI DOj2ZzM65ugUXVOCFxQ0Uo0CwwQWnhQrq882J7+wCqULw5pnFYghZm8TDoJ2Fg4X9d8ltYKsHwR0 CBPTESX5GsOlPblpWRHl3SQAq7yWShSIIgI9exCCELKFrTAW+Mw6s4xc62xMrAr0ulRLAHVaAXYl 8veGDBXB3yQimkyp4042rAGASQRGQUqtT1xVk1kjFsCp9SLKe1yzalGvSb0EgNJWgOj/PzeLnae1 x/JUHp3gzrb75+6tCL1laQmKhwjmybTRH9VGljjXXEbxlLplwH8sUgcBuPAbXK7F/L1E/yQaItto zLGg+7tmdWWe4M8OlNVziM65V3a7bJQ4VLhtAGp6l1jr/LDx5jJMfa8O6S5REPxVGgSr/zaghPKV 3NaiGFdtY3EmS3KHOckVYJQrQgKOzrnhrpV1dNl/JYeem+E1MliCLBAJ/DEztt7xr/yDVGEBCCEg xPCX8LPZsQAJQQTIqJKuCDlVzm8F2IlLkoC7Tj/9HNfv9+oLWBJREm7HLMF/jiAlIbSKWUIs8Ok6 s8BRlas/UAUBMFYD07QPaOPxhRxshipIAC6VHpeArDNOUjcR+i0JXTyDWDzA55e5deeBKJFlB1Tl rP9yGK+xvFlaI1ddh6c31EJWo1RAAADH3NbgGtTFLckvuxQJwF9+lhEbBdCIgC4QsArMEkapg9m7 ke6Cl5hoXUL4PArNPZ3pFiPZiLG4HLlaSmdzVcmhCCCfDvlLu1ae1w2l2u86GFEITxtUEWEmBMo7 MhzWwJjty2FaBYPwCMGUlK85DSWsWp7gXliHND0Du67B7mPxIwE/UMFJQKHxZ9AKkMJwBejy0yI7 n/Bu7cKHDb0Hoxaehcezwd3GZ7huXLbuw/ovmDRr2Z0rK1FaA6AP65PeQiwqmX8U2qs6WYwAxOQE CeKF8a9jRTPT5qY3uR4T1QwDP8bPZ5QN98EmtZCjE2XheBSyzHtplGBYMz5JneHZtOEx7/nt+IFP ZxHA9zdi4WCAiZRU9GJ5KUIAIj7iYTu+YmIENrBZCya3LEECgbLzd1Q/7RJe/WIoQSpi9CtzkYmI AXKqLyKMFZ4s7isRKJSw6sdQOQAaQ4cghSQCSAC8pWL4O5K3UBZ7M3wIrUYiMtTH3h7s6SWwwjpJ wBkcxKy8V7WjVLheeN2PEt/0W9qglc4P/GqhUgsAf0gSEJBTpIByATwRhr6AgbMlCIFNAImgN02e BuTUkZO/Pq6CYXt0GRIwQO3syjzRIgG7iKXMKkbWSyECvVS4ZJJUEuSK60bqak/kOIBPJAvjPUUI rMvQMViKDIIEEAl8TtmBBLRBoEzkEiRAgJTn6Gs9EGx7bg7MuHoBzJOJfIhL9jWbEksdyxitvl4w GjRjHUS9XOBbImZk41n8rI75uzNU6HGZSwROAogAfqicywQaB8QETJgEtDTNePB1ZY4l2xJghggY 5Y0cxnLtJLCIRZzlsehvIkjQJ5Zdy5w1pYhCEKDm6eZiThjZUzlXUNCw7c25b+KBaphtHeQSgUUA BYDvQqzL/NFc/gH9VDDOVuvzu0PTmus6TKsn39nQW+eNJs/aUQp5xYJFnYTAaMTRXpSEmmAppgtR Yx6Ch5MOrHo+bPaevyCyaAxQX7yt1NGTWaFEIhgJIBP4vjT9r7Vg6BObYzonA9tamEcDn9nAdMsS WcRhrjNxixDC+Y5YrNFuNF9IXbbM2N1+yxXS+h8z3ApNA4k+Yuzp2hQQ0E1/cwGkVLjULkIEW71S QDjApz6bFzy8+ucRSqvCmCz0NN4yPx3H5FySRgPsldqgGdYy6yECK4EuyQwngJ4zGRLrA0QrSCua roKweDyV6PABvbyP5e1sIu5l9cBHBklEwCGBLQP8scD3kYAB/mm3zadlFhNgAFuVj4NMeNvPBiS8 9WhFVnFnffs7j4e2y5osKOFwVU7lvKZDpaKzDPLg1acWP50IKPCbLSQRAYcEQrsAIfBz3/te4RaB 8UYs9lEdL1fYGTNAC09HiHoxOwVWe8P/+b7CrH6wCumaBGoWCtCFhWpfej5xJA3w7mx+D6T2UtGA DpgvetTc94GfIgLqS0wmAR8BcMx7870rjRqAOOmHI7y6T+myLyaIPG/NiW3CZc3Oeeqx2C7Bgqer CDvTqdMoFLPzW5wszLZjG9AwkwR4RpvS93GiAXNUMcdCp6UPFc33FPBd1kASCbgIgGvi+0iAMn3M dGIoPZNvxBkV6gusZmxQzhoaC/AcD0z1wMFRoHNaNpO6wkJNg5yDna6qRYhh/qQor0or08YJOz7A zHLbKgLaOQCKn10WwFBegCYEXZ+JHy8JuIQigFjwc/6aJND1r9ZuKrC629h0lresX+0UUAygo+AR DiZ42sIMjHwNmb6+a9ok8YLhJ3PaYcqMDNi6RN80p4KBoSDoHYXm0vWF9BXfRwBUAz5rgEUCrt0B kwBKg7+BFvAzXq16zRnaPRpajlWQQwd9McgeY4Fxn/yByc9ndE1vTGqZztoBg4dRLFAzvrZTjU+E 9cZWwF7OGc2JGBKg7WZSpF0yMzawhwK/bv7r7vCgTGjlTCugCAlQknIzkA/s5mf9gjf9ayjXAbga lEop+xFQ4RO9uYHDTZmXmuzu0NVLqUw0rxthOScDnAmfgGhQGJlWa9pXP88hbXTeN+p0FWiddEm7 LIs+Qm5zMuBjTHi6XkzWrIi0UsJqJNTFyrHADhOwt/1rsAZ0wHdQ+DBJgCKFYqITAHf1N8Vc2U2W 22IigFsAzvu04eIU+MfnMk1TUC3UjmcGj8Mg5i6BnNUmOwvI4b+hESfJGBUnInD9DvZYzkgwdOv7 nzJokVCgpMdEzgtF6XSWzJhyPNM7qISdGV7h6VJJq7wjWwLo5s8E2wC4gJr/HRQe9hit4JlLPIB8 IAWX8VLECoi1AHyr/gD8Tf9+WPEH1juHGoQ7mIhgI9Dg7Gzbr8j2Kkka0B7A+I41+Mz4qZof2Fx9 2fV8KmfV83RxZYlb03N1kuTCWd2D7XqsDp9h0ettINE1ArvdHgDOADwDZQlIKCycAbju0/aYrIQN JpdhaGkggmHnIMsKMHcEch4I4jL1BxJooC70DArsZwBuQ4H/Vv958+qrX3zlO7/zHe9QjwTXCE27 TNMlUOIJNkHniAiAOE1os+2CbY5104EcJK8EyVu5PUtjea2ezID7IL257vY0K4IqI6VE17V45ZX/ +wrUXL+GWviACSvbPv26TxssgsGYbVEI9D7RAxEcF0D/q6/6pq8/mP0mAQzgvwPFis9st9u7L774 4v0333xzC+BcSnkhpTwf9EjILeQsfrBRXZCNVNzg6r/reo9PFur1cQ6GXzgoEWwwCXMV1t8rsAq0 AmI054UQ10KIKyFw+fDh648B6K+3ADwBcAkV/7qCWv2voQhgeEnt7+AemH0wL9e8Jjd/aRZACQIA 5qu/HvAbyOBMe13AtgZuaenDa3AddPCbEVTzRgtTnsY5fpLyQi7k2nsT/DowBx9+178fwHyNCeQm 6IeVf6e9Bj0D8FvYwK+KAAA6BqBbBDpw9XjAWZ82xAV0a2Ewjzaarg1s0Ju7DqaEApcnuXniW/lD eebLJIIBtC2mlXzw8a/79B3mK/0eNpHo+vQXUAEB6O8pMjCJwSQE86XvElB55l9dt6+PvjSXnEjh 6ZIYnzlkAZjvTUDqBKCTgglsPV9/r5OKrk9vIwR6FgGYB4F0AgDySUAYL1eaacqbeZTuUsA/Af1m S6wVEAJcZ6RR5ABMgNfTKL/e3AGg/vreU5+njAABIPCZshZCZEDlma4DR7cv39XfmLyT3BwpSQLS kS+NMnoatarHgD4J/EAaAZhpXPDn/A2lcftKyYkEbraEXIMQAZifOUAt9df33pemMogDEBQBgEgr aRWEynDfU59daSllTvL0CScukEoArvcpBBFK436eMhynn1wEAEd6LhGE0rjvXf3j5JWsc5J6JSYI yKmTQwL6+5w012dX2pSZQABw5HEDhfrnJcB+8vVPUlpyYgPm51RS8JXn9mOe6Tn7HCIAvVwoLYUY YvX40mLyT3ISSkrHB8zPOUCPBj7gBz8AiCG/4JOBqbTcz6F0bv5JTsKRFCKg0nM/x6TNCzDvtBJ6 uQV/FKRkWkw+R06k8XRLSiwgVkcOcGMAzrqWmB8HEWbZgr8FGLuKl/TpT6A+SYrEkkVszCAlPZQ3 Lxh5j7VFALPM5cmAm88tEysnorgZUsIKSNGZ6kpw9auCGQ9W8BLAWCj+p8FzXYncsic5ydISAzpu 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="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="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="g16883"
-         style="display:inline;enable-background:new"
-         transform="translate(11.558999,32.558996)">
-        <path
-           sodipodi:type="arc"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17214);enable-background:accumulate"
-           id="path17200"
-           sodipodi:cx="187.5"
-           sodipodi:cy="243"
-           sodipodi:rx="34.5"
-           sodipodi:ry="10"
-           d="m 222,243 a 34.5,10 0 1 1 -69,0 34.5,10 0 1 1 69,0 z"
-           transform="matrix(1.2268451,0,0,0.72244803,-41.533458,59.445129)" />
-        <path
-           transform="translate(1,-8)"
-           d="m 222,243 a 34.5,10 0 1 1 -69,0 34.5,10 0 1 1 69,0 z"
-           sodipodi:ry="10"
-           sodipodi:rx="34.5"
-           sodipodi:cy="243"
-           sodipodi:cx="187.5"
-           id="path17168"
-           style="opacity:0.37021275;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17196);enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           transform="matrix(0.99652775,0,0,0.99652775,0.40050457,1.8729436)"
-           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
-           inkscape:href="#path15945"
-           id="path16812"
-           style="opacity:0.44255317;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16830);enable-background:accumulate"
-           xlink:href="#path15945"
-           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
-           inkscape:radius="0"
-           sodipodi:type="inkscape:offset" />
-        <path
-           sodipodi:type="inkscape:offset"
-           inkscape:radius="0"
-           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
-           xlink:href="#path15945"
-           style="opacity:0.60425571;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16808);enable-background:accumulate"
-           id="path16792"
-           inkscape:href="#path15945"
-           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
-           transform="matrix(0.99652775,0,0,0.99652775,0.40050457,1.8729436)" />
-        <path
-           style="color:#000000;fill:url(#linearGradient16794);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
-           id="path15945"
-           inkscape:connector-curvature="0" />
-        <path
-           sodipodi:type="inkscape:offset"
-           inkscape:radius="0"
-           inkscape:original="M 191.3125 110.1875 C 188.41469 115.01982 188.3125 118.03125 188.3125 118.03125 L 188.1875 125.5 C 184.66628 125.4455 181.15197 125.74302 177.6875 126.375 L 176.34375 119 C 176.34375 119 175.74573 116.07211 172.09375 111.78125 C 169.52769 112.36026 167.01495 113.07081 164.53125 113.9375 C 163.70331 119.51091 164.75 122.34375 164.75 122.34375 L 167.5 129.28125 C 164.22597 130.57842 161.0839 132.18408 158.125 134.09375 L 154.0625 127.8125 C 154.0625 127.8125 152.39103 125.34793 147.375 122.78125 C 145.22585 124.29816 143.18172 125.93632 141.21875 127.6875 C 142.58668 133.1535 144.625 135.34375 144.625 135.34375 L 149.8125 140.6875 C 147.2841 143.13885 145.00287 145.85337 143 148.75 L 136.875 144.5 C 136.875 144.5 134.36643 142.82675 128.75 142.375 C 127.34495 144.59889 126.04965 146.91217 124.90625 149.28125 C 128.26181 153.80769 131 155.03125 131 155.03125 L 137.875 158 C 136.47715 161.23233 135.39817 164.6199 134.65625 168.0625 L 127.34375 166.46875 C 127.34375 166.46875 124.39304 165.89305 119.03125 167.625 C 118.5842 170.2173 118.27476 172.84245 118.125 175.46875 C 122.95732 178.36656 125.96875 178.46875 125.96875 178.46875 L 133.4375 178.59375 C 133.383 182.11497 133.68052 185.62928 134.3125 189.09375 L 126.96875 190.4375 C 126.96875 190.4375 124.00961 191.03552 119.71875 194.6875 C 120.29776 197.25356 121.03956 199.7663 121.90625 202.25 C 127.47966 203.07794 130.28125 202.03125 130.28125 202.03125 L 137.21875 199.28125 C 138.51592 202.55528 140.15283 205.69735 142.0625 208.65625 L 135.78125 212.71875 C 135.78125 212.71875 133.28543 214.39022 130.71875 219.40625 C 132.23566 221.5554 133.87382 223.59953 135.625 225.5625 C 141.091 224.19457 143.28125 222.15625 143.28125 222.15625 L 148.65625 216.96875 C 151.1076 219.49715 153.79087 221.77838 156.6875 223.78125 L 152.4375 229.90625 C 152.4375 229.90625 150.76425 232.41482 150.3125 238.03125 C 152.53639 239.4363 154.84967 240.7316 157.21875 241.875 C 161.74519 238.51944 163 235.78125 163 235.78125 L 165.96875 228.90625 C 169.20108 230.3041 172.5574 231.38308 176 232.125 L 174.4375 239.4375 C 174.4375 239.4375 173.83055 242.38821 175.5625 247.75 C 178.1548 248.19705 180.77995 248.47524 183.40625 248.625 C 186.30406 243.79268 186.40625 240.8125 186.40625 240.8125 L 186.53125 233.34375 C 190.05247 233.39825 193.56678 233.10073 197.03125 232.46875 L 198.375 239.8125 C 198.375 239.8125 198.97302 242.77164 202.625 247.0625 C 205.19106 246.48349 207.73505 245.74169 210.21875 244.875 C 211.04669 239.30159 209.96875 236.5 209.96875 236.5 L 207.21875 229.5625 C 210.49278 228.26533 213.63485 226.62842 216.59375 224.71875 L 220.65625 231 C 220.65625 231 222.32772 233.49582 227.34375 236.0625 C 229.4929 234.54559 231.56828 232.90743 233.53125 231.15625 C 232.16332 225.69025 230.09375 223.5 230.09375 223.5 L 224.90625 218.125 C 227.43465 215.67365 229.71588 212.99038 231.71875 210.09375 L 237.875 214.34375 C 237.875 214.34375 240.35232 215.98575 245.96875 216.4375 C 247.3738 214.21361 248.6691 211.93158 249.8125 209.5625 C 246.45694 205.03606 243.71875 203.78125 243.71875 203.78125 L 236.875 200.8125 C 238.27285 197.58017 239.35183 194.22385 240.09375 190.78125 L 247.375 192.34375 C 247.375 192.34375 250.32571 192.91945 255.6875 191.1875 C 256.13455 188.5952 256.44399 186.0013 256.59375 183.375 C 251.76143 180.47719 248.75 180.375 248.75 180.375 L 241.28125 180.25 C 241.33575 176.72878 241.03823 173.21447 240.40625 169.75 L 247.75 168.40625 C 247.75 168.40625 250.70914 167.80823 255 164.15625 C 254.42099 161.59019 253.67919 159.0462 252.8125 156.5625 C 247.23909 155.73456 244.4375 156.8125 244.4375 156.8125 L 237.5 159.5625 C 236.20283 156.28847 234.59717 153.11515 232.6875 150.15625 L 238.9375 146.125 C 238.9375 146.125 241.43332 144.45353 244 139.4375 C 242.48309 137.28835 240.84493 135.21297 239.09375 133.25 C 233.62775 134.61793 231.4375 136.6875 231.4375 136.6875 L 226.09375 141.875 C 223.6424 139.3466 220.92788 137.06537 218.03125 135.0625 L 222.28125 128.90625 C 222.28125 128.90625 223.9545 126.42893 224.40625 120.8125 C 222.18236 119.40745 219.86908 118.11215 217.5 116.96875 C 212.97356 120.32431 211.71875 123.0625 211.71875 123.0625 L 208.78125 129.90625 C 205.54892 128.5084 202.16135 127.42942 198.71875 126.6875 L 200.28125 119.40625 C 200.28125 119.40625 200.8882 116.45554 199.15625 111.09375 C 196.56395 110.6467 193.9388 110.33726 191.3125 110.1875 z M 187.375 161.40625 C 197.31613 161.40625 205.375 169.46512 205.375 179.40625 C 205.375 189.34738 197.31613 197.40625 187.375 197.40625 C 177.43387 197.40625 169.375 189.34738 169.375 179.40625 C 169.375 169.46512 177.43387 161.40625 187.375 161.40625 z "
-           xlink:href="#path15945"
-           style="color:#000000;fill:none;stroke:url(#linearGradient16767);stroke-width:2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter16757);enable-background:accumulate"
-           id="path15975"
-           inkscape:href="#path15945"
-           d="m 191.3125,110.1875 c -2.89781,4.83232 -3,7.84375 -3,7.84375 l -0.125,7.46875 c -3.52122,-0.0545 -7.03553,0.24302 -10.5,0.875 L 176.34375,119 c 0,0 -0.59802,-2.92789 -4.25,-7.21875 -2.56606,0.57901 -5.0788,1.28956 -7.5625,2.15625 -0.82794,5.57341 0.21875,8.40625 0.21875,8.40625 l 2.75,6.9375 c -3.27403,1.29717 -6.4161,2.90283 -9.375,4.8125 l -4.0625,-6.28125 c 0,0 -1.67147,-2.46457 -6.6875,-5.03125 -2.14915,1.51691 -4.19328,3.15507 -6.15625,4.90625 1.36793,5.466 3.40625,7.65625 3.40625,7.65625 l 5.1875,5.34375 c -2.5284,2.45135 -4.80963,5.16587 -6.8125,8.0625 l -6.125,-4.25 c 0,0 -2.50857,-1.67325 -8.125,-2.125 -1.40505,2.22389 -2.70035,4.53717 -3.84375,6.90625 3.35556,4.52644 6.09375,5.75 6.09375,5.75 L 137.875,158 c -1.39785,3.23233 -2.47683,6.6199 -3.21875,10.0625 l -7.3125,-1.59375 c 0,0 -2.95071,-0.5757 -8.3125,1.15625 -0.44705,2.5923 -0.75649,5.21745 -0.90625,7.84375 4.83232,2.89781 7.84375,3 7.84375,3 l 7.46875,0.125 c -0.0545,3.52122 0.24302,7.03553 0.875,10.5 l -7.34375,1.34375 c 0,0 -2.95914,0.59802 -7.25,4.25 0.57901,2.56606 1.32081,5.0788 2.1875,7.5625 5.57341,0.82794 8.375,-0.21875 8.375,-0.21875 l 6.9375,-2.75 c 1.29717,3.27403 2.93408,6.4161 4.84375,9.375 l -6.28125,4.0625 c 0,0 -2.49582,1.67147 -5.0625,6.6875 1.51691,2.14915 3.15507,4.19328 4.90625,6.15625 5.466,-1.36793 7.65625,-3.40625 7.65625,-3.40625 l 5.375,-5.1875 c 2.45135,2.5284 5.13462,4.80963 8.03125,6.8125 l -4.25,6.125 c 0,0 -1.67325,2.50857 -2.125,8.125 2.22389,1.40505 4.53717,2.70035 6.90625,3.84375 C 161.74519,238.51944 163,235.78125 163,235.78125 l 2.96875,-6.875 c 3.23233,1.39785 6.58865,2.47683 10.03125,3.21875 l -1.5625,7.3125 c 0,0 -0.60695,2.95071 1.125,8.3125 2.5923,0.44705 5.21745,0.72524 7.84375,0.875 2.89781,-4.83232 3,-7.8125 3,-7.8125 l 0.125,-7.46875 c 3.52122,0.0545 7.03553,-0.24302 10.5,-0.875 l 1.34375,7.34375 c 0,0 0.59802,2.95914 4.25,7.25 2.56606,-0.57901 5.11005,-1.32081 7.59375,-2.1875 0.82794,-5.57341 -0.25,-8.375 -0.25,-8.375 l -2.75,-6.9375 c 3.27403,-1.29717 6.4161,-2.93408 9.375,-4.84375 L 220.65625,231 c 0,0 1.67147,2.49582 6.6875,5.0625 2.14915,-1.51691 4.22453,-3.15507 6.1875,-4.90625 -1.36793,-5.466 -3.4375,-7.65625 -3.4375,-7.65625 l -5.1875,-5.375 c 2.5284,-2.45135 4.80963,-5.13462 6.8125,-8.03125 l 6.15625,4.25 c 0,0 2.47732,1.642 8.09375,2.09375 1.40505,-2.22389 2.70035,-4.50592 3.84375,-6.875 -3.35556,-4.52644 -6.09375,-5.78125 -6.09375,-5.78125 L 236.875,200.8125 c 1.39785,-3.23233 2.47683,-6.58865 3.21875,-10.03125 l 7.28125,1.5625 c 0,0 2.95071,0.5757 8.3125,-1.15625 0.44705,-2.5923 0.75649,-5.1862 0.90625,-7.8125 -4.83232,-2.89781 -7.84375,-3 -7.84375,-3 l -7.46875,-0.125 c 0.0545,-3.52122 -0.24302,-7.03553 -0.875,-10.5 l 7.34375,-1.34375 c 0,0 2.95914,-0.59802 7.25,-4.25 -0.57901,-2.56606 -1.32081,-5.11005 -2.1875,-7.59375 -5.57341,-0.82794 -8.375,0.25 -8.375,0.25 l -6.9375,2.75 c -1.29717,-3.27403 -2.90283,-6.44735 -4.8125,-9.40625 l 6.25,-4.03125 c 0,0 2.49582,-1.67147 5.0625,-6.6875 -1.51691,-2.14915 -3.15507,-4.22453 -4.90625,-6.1875 -5.466,1.36793 -7.65625,3.4375 -7.65625,3.4375 l -5.34375,5.1875 c -2.45135,-2.5284 -5.16587,-4.80963 -8.0625,-6.8125 l 4.25,-6.15625 c 0,0 1.67325,-2.47732 2.125,-8.09375 -2.22389,-1.40505 -4.53717,-2.70035 -6.90625,-3.84375 -4.52644,3.35556 -5.78125,6.09375 -5.78125,6.09375 l -2.9375,6.84375 c -3.23233,-1.39785 -6.6199,-2.47683 -10.0625,-3.21875 l 1.5625,-7.28125 c 0,0 0.60695,-2.95071 -1.125,-8.3125 -2.5923,-0.44705 -5.21745,-0.75649 -7.84375,-0.90625 z m -3.9375,51.21875 c 9.94113,0 18,8.05887 18,18 0,9.94113 -8.05887,18 -18,18 -9.94113,0 -18,-8.05887 -18,-18 0,-9.94113 8.05887,-18 18,-18 z"
-           clip-path="url(#clipPath16749)" />
-        <path
-           style="opacity:0.72340429;color:#000000;fill:url(#radialGradient17078);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,34 c 10.76955,0 19.5,8.73045 19.5,19.5 0,10.76955 -8.73045,19.5 -19.5,19.5 -10.76955,0 -19.5,-8.73045 -19.5,-19.5 0,-10.76955 8.73045,-19.5 19.5,-19.5 z"
-           id="path16779"
-           inkscape:connector-curvature="0" />
-        <path
-           sodipodi:type="arc"
-           style="color:#000000;fill:none;stroke:url(#radialGradient16777);stroke-width:2.07769156;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           id="path16769"
-           sodipodi:cx="196"
-           sodipodi:cy="180"
-           sodipodi:rx="54"
-           sodipodi:ry="54"
-           d="m 250,180 a 54,54 0 1 1 -108,0 54,54 0 1 1 108,0 z"
-           transform="matrix(0.96260683,0,0,0.96260683,-1.6709402,5.7307692)" />
-        <path
-           transform="matrix(0.3884977,0,0,0.3884977,111.85445,109.07041)"
-           d="m 250,180 a 54,54 0 1 1 -108,0 54,54 0 1 1 108,0 z"
-           sodipodi:ry="54"
-           sodipodi:rx="54"
-           sodipodi:cy="180"
-           sodipodi:cx="196"
-           id="path16834"
-           style="color:#000000;fill:none;stroke:url(#radialGradient16836);stroke-width:5.148036;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           sodipodi:nodetypes="cccccccccccc"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 168.5,130 -4,-8.5 0,-7.75 6.75,-2.25 3.375,5.875 2.31608,9.29835 -3.2366,-9.21136 L 171,114.25 l -5,1.75 0,5 4,8.5 z"
-           id="path16879"
-           inkscape:connector-curvature="0" />
-        <path
-           sodipodi:nodetypes="cccccccccc"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 188.25,126.5 c 0,-1 0,-9.25 0,-9.25 l 3.5,-7.25 7.25,0.5 0.5,8.375 -1.5,-6.125 -5.5,-0.75 -2.75,6 0.25,8.75 z"
-           id="path16881"
-           inkscape:connector-curvature="0" />
-        <path
-           sodipodi:nodetypes="ssssssssss"
-           inkscape:connector-curvature="0"
-           id="path16896"
-           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,10.5 c 23.74824,0 43,19.25176 43,43 0,23.74824 -19.25176,43 -43,43 -23.74824,0 -43,-19.25176 -43,-43 0,-23.74824 19.25176,-43 43,-43 z"
-           style="opacity:0.72340429;color:#000000;fill:url(#radialGradient3451);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17162);enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17080"
-           d="m 209.375,131 c 0.375,-0.5 3.625,-8.25 3.625,-8.25 l 4.625,-4.375 5.375,2.75 -0.25,3.875 -1.125,-3 -3.75,-2 -3.75,3.5 -3.375,8.375 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17082"
-           d="m 226.375,143.25 6.375,-6.375 6.125,-2.625 4,5.5 -4.125,-3.75 -5,2.125 -6.25,6.25 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17084"
-           d="m 237.375,160.125 8.125,-2.625 6.375,-0.25 0.875,3 -1.75,-1.5 -5.5,-0.125 -8,3 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17086"
-           d="m 241,181.25 8.25,0.25 6.25,2.625 -6.375,-1.25 -9,-0.125 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17088"
-           d="m 236.5,201.75 7,3 5.25,5.375 -5.875,-4.375 -7.375,-2.875 z"
-           style="opacity:0.77872344;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17090"
-           d="m 224.25,219 5.375,5.25 2.5,5.625 -3.25,-5.125 -5.75,-5.375 z"
-           style="opacity:0.47234042;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17092"
-           d="m 203.25,246.125 6,-2 0.125,-1.625 z"
-           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17280);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17094"
-           d="m 176.125,246.75 6.375,1 1.125,-1.125 L 176,245.75 z"
-           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17272);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17096"
-           d="m 151.5,236.375 -0.125,1 5.75,3.5 z"
-           style="opacity:0.47234042;color:#000000;fill:url(#radialGradient17288);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17098"
-           d="m 131.875,219.5 3.875,4.875 -3.125,-5.625 3.375,-4.125 7.5,-4.75 -0.75,-1 -7.375,5.375 z"
-           style="opacity:0.47234042;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17100"
-           d="m 135,190 -8.125,1.625 -6,3.625 1.5,5.875 -0.625,-5.375 6.375,-3.25 7.125,-1.25 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17102"
-           d="m 118.875,174.875 1.25,-6.625 6.25,-0.875 8.5,1.75 -0.625,1.75 -8,-2.625 -5.625,0.75 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17104"
-           d="m 125.875,149.25 3.5,-5.75 6.75,1.375 6.625,5.25 -0.875,1 -6.625,-5.375 -5.5,-1.5 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17106"
-           d="m 142.5,128 5.25,-4.125 5.125,3.625 4.875,7.375 -1.375,0.75 -4.75,-7.625 -4.125,-3.125 z"
-           style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           style="opacity:0.37021275;color:#000000;fill:url(#radialGradient17040);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           d="m 187.5,126 c -29.54723,0 -53.5,23.95277 -53.5,53.5 0,29.54723 23.95277,53.5 53.5,53.5 29.54723,0 53.5,-23.95277 53.5,-53.5 0,-29.54723 -23.95277,-53.5 -53.5,-53.5 z m 0,10.5 c 23.74824,0 43,19.25176 43,43 0,23.74824 -19.25176,43 -43,43 -23.74824,0 -43,-19.25176 -43,-43 0,-23.74824 19.25176,-43 43,-43 z"
-           id="path17166"
-           inkscape:connector-curvature="0"
-           sodipodi:nodetypes="ssssssssss" />
-        <path
-           transform="translate(-2,-5)"
-           d="m 233,184.5 a 43.5,43.5 0 1 1 -87,0 43.5,43.5 0 1 1 87,0 z"
-           sodipodi:ry="43.5"
-           sodipodi:rx="43.5"
-           sodipodi:cy="184.5"
-           sodipodi:cx="189.5"
-           id="path17218"
-           style="opacity:0.55319148;color:#000000;fill:none;stroke:url(#radialGradient17252);stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-           sodipodi:type="arc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17254"
-           d="m 224.75,219.25 -8,5.25 1.75,2 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17256"
-           d="m 197,232.25 c 1,-0.25 9.5,-2.75 9.5,-2.75 l 0.5,1.75 -9.75,2.75 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17258"
-           d="m 176.5,232 10,1.25 -0.75,2.25 -9.75,-1.75 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17260"
-           d="m 157,224 9,4.75 -1.25,1.5 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17262"
-           d="M 148.25,216.25 142,209 l 5.75,9 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path17264"
-           d="m 236.5,201.75 -5.25,8.25 1.5,0.75 z"
-           style="opacity:0.55319148;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      </g>
-      <g
-         id="text3398"
-         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(-6.346104,11.55706)">
-        <path
-           inkscape:connector-curvature="0"
-           id="path3403"
-           style="font-size:7px;fill:#555753"
-           d="m 78.371104,249.39194 -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
-           inkscape:connector-curvature="0"
-           id="path3405"
-           style="font-size:7px;fill:#555753"
-           d="m 80.452729,245.96194 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.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
-           inkscape:connector-curvature="0"
-           id="path3407"
-           style="font-size:7px;fill:#555753"
-           d="m 83.057385,249.46194 0.035,0 c 0.322,0 0.623001,-0.063 0.945,-0.196 l -0.133,-0.385 c -0.216999,0.077 -0.455,0.119 -0.644,0.119 -0.056,0 -0.105,0 -0.154,-0.007 -0.748999,-0.091 -1.099,-0.504 -1.099,-1.33 0,-0.791 0.392001,-1.232 1.197,-1.232 0.203,0 0.448001,0.042 0.707,0.133 l 0.14,-0.406 c -0.307999,-0.133 -0.602,-0.203 -0.875,-0.203 -0.587999,0 -1.022,0.161 -1.309,0.504 -0.272999,0.329 -0.441,0.763 -0.441,1.302 0,1.071 0.588001,1.701 1.631,1.701" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3409"
-           style="font-size:7px;fill:#555753"
-           d="m 87.033932,247.22194 0,2.17 0.581,0 0,-2.303 c 0,-0.714 -0.399,-1.169 -1.106,-1.169 -0.349999,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.644001,-0.252 0.91,-0.252 0.553,0 0.742,0.259 0.742,0.819" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3411"
-           style="font-size:7px;fill:#555753"
-           d="m 88.566714,246.01794 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
-           inkscape:connector-curvature="0"
-           id="path3413"
-           style="font-size:7px;fill:#555753"
-           d="m 92.974307,246.01794 -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
-           inkscape:connector-curvature="0"
-           id="path3415"
-           style="font-size:7px;fill:#555753"
-           d="m 95.136651,246.40994 c 0.685999,0 1.043,0.581 1.043,1.302 0,0.721 -0.350001,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.581 -1.043,-1.295 0,-0.714 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.707 1.652,-1.757 0,-1.057 -0.588001,-1.743 -1.631,-1.743 -1.035999,0 -1.645,0.693 -1.645,1.75 0,1.05 0.588001,1.75 1.624,1.75" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3417"
-           style="font-size:7px;fill:#555753"
-           d="m 101.05089,248.97894 c -0.742,0 -1.092005,-0.532 -1.092005,-1.288 0,-0.749 0.350005,-1.295 1.099005,-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.155005,0.448 -0.321999,0.322 -0.483,0.777 -0.483,1.358 0,1.008 0.525001,1.715 1.561005,1.715" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3419"
-           style="font-size:7px;fill:#555753"
-           d="m 104.73835,245.96194 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.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.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
-           inkscape:connector-curvature="0"
-           id="path3421"
-           style="font-size:7px;fill:#555753"
-           d="m 110.29045,248.88794 c -0.336,0 -0.791,-0.112 -1.358,-0.322 l -0.203,0.567 c 0.49,0.196 0.847,0.322 1.477,0.322 0.742,0 1.295,-0.238 1.61,-0.651 0.175,-0.238 0.266,-0.497 0.266,-0.77 0,-0.371 -0.133,-0.658 -0.406,-0.861 -0.322,-0.224 -0.595,-0.315 -1.043,-0.49 -0.294,-0.112 -0.518,-0.203 -0.763,-0.329 -0.273,-0.14 -0.413,-0.357 -0.42,-0.602 -0.014,-0.49 0.413,-0.812 1.12,-0.805 0.315,0.007 0.714,0.168 1.071,0.329 l 0.175,-0.504 c -0.413,-0.168 -0.896,-0.329 -1.225,-0.329 -0.637,0 -0.966,0.091 -1.309,0.357 -0.273,0.217 -0.434,0.553 -0.434,0.994 0,0.427 0.273,0.826 0.553,0.987 0.448,0.266 1.036,0.441 1.533,0.665 0.343,0.154 0.518,0.378 0.518,0.672 0,0.532 -0.595,0.77 -1.162,0.77" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3423"
-           style="font-size:7px;fill:#555753"
-           d="m 112.92999,246.01794 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
-           inkscape:connector-curvature="0"
-           id="path3425"
-           style="font-size:7px;fill:#555753"
-           d="m 116.72859,247.24294 0,2.149 0.581,0 0,-2.289 c 0,-0.714 -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" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3427"
-           style="font-size:7px;fill:#555753"
-           d="m 119.41035,249.45494 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
-           inkscape:connector-curvature="0"
-           id="path3429"
-           style="font-size:7px;fill:#555753"
-           d="m 122.02803,246.45194 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
-           inkscape:connector-curvature="0"
-           id="path3431"
-           style="font-size:7px;fill:#555753"
-           d="m 124.79303,246.01794 -0.672,0 1.218,1.701 -1.183,1.673 0.637,0 0.868,-1.239 0.875,1.239 0.693,0 -1.204,-1.687 1.225,-1.687 -0.651,0 -0.903,1.26 -0.903,-1.26" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path3433"
-           style="font-size:7px;fill:#555753"
-           d="m 127.96906,246.01794 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
-           inkscape:connector-curvature="0"
-           id="path3435"
-           style="font-size:7px;fill:#555753"
-           d="m 130.59865,248.98594 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>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/256x256/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index bbe08ea..0000000
+++ /dev/null
@@ -1,1449 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="256"
-   height="256"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3519"
-       x="-0.088411674"
-       width="1.1768233"
-       y="-0.31566298"
-       height="1.631326">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="7.5339885"
-         id="feGaussianBlur3521" />
-    </filter>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3515">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.2808222"
-         id="feGaussianBlur3517" />
-    </filter>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath2889">
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="cccssccccccccccc"
-         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         d="m 59.875,74.34375 -16.6875,49.53125 1.09375,-0.21875 c -0.05438,0.1788 -0.11847,0.3457 -0.15625,0.53125 -0.0016,0.01 0.0016,0.0216 0,0.0313 -0.07572,0.38194 -0.125,0.78267 -0.125,1.1875 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-0.6925 -0.1298,-1.35084 -0.34375,-1.96875 l 0.875,0.4375 -16.6875,-49.53125 -168,0 z"
-         id="path2891" />
-    </clipPath>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6977"
-       id="linearGradient3008"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="52"
-       y1="40.482288"
-       x2="52"
-       y2="76.67421" />
-    <linearGradient
-       id="linearGradient6977">
-      <stop
-         style="stop-color:#ebd3ad;stop-opacity:1;"
-         offset="0"
-         id="stop7039" />
-      <stop
-         id="stop6981"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967"
-       id="linearGradient3010"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967">
-      <stop
-         id="stop5969"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4146"
-       id="radialGradient3012"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.7673405,0,0,0.02407044,-63.863474,93.68923)"
-       cx="136.13138"
-       cy="96"
-       fx="136.13138"
-       fy="96"
-       r="105.22703" />
-    <linearGradient
-       id="linearGradient4146">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1"
-         offset="0"
-         id="stop4148" />
-      <stop
-         id="stop4150"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <mask
-       id="mask6971"
-       maskUnits="userSpaceOnUse">
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccsssccccccc"
-         id="path6973"
-         d="m 33.40625,86 -2.9375,8.65625 c -0.08353,0.184824 -0.134071,0.370268 -0.1875,0.5625 -0.05826,0.188106 -0.116418,0.366855 -0.15625,0.5625 -0.0017,0.0097 0.0016,0.02155 0,0.03125 C 30.049278,96.194445 30,96.595168 30,97 l 0,9 200.03125,0 0,-9 c 0,-0.831 -0.16594,-1.625438 -0.46875,-2.34375 L 226.65625,86 l -193.25,0 z"
-         style="fill:url(#linearGradient6975);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-    </mask>
-    <linearGradient
-       y2="86"
-       x2="90.25"
-       y1="106"
-       x1="90.25"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6975"
-       xlink:href="#linearGradient5986"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient5986">
-      <stop
-         id="stop5988"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.63481778"
-         id="stop5998" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.73670214"
-         id="stop5994" />
-      <stop
-         id="stop5990"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7516"
-       id="linearGradient3014"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="29.980797"
-       y1="192"
-       x2="35.522602"
-       y2="192" />
-    <linearGradient
-       id="linearGradient7516"
-       inkscape:collect="always">
-      <stop
-         id="stop7518"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         id="stop7520"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7216"
-       id="linearGradient3016"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="97"
-       y1="236.06433"
-       x2="97"
-       y2="222.18047" />
-    <linearGradient
-       id="linearGradient7216"
-       inkscape:collect="always">
-      <stop
-         id="stop7218"
-         offset="0"
-         style="stop-color:#e9b96e;stop-opacity:1;" />
-      <stop
-         id="stop7220"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7422"
-       id="linearGradient3018"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="125.75"
-       y1="235.5"
-       x2="125.75"
-       y2="233.37933" />
-    <linearGradient
-       id="linearGradient7422"
-       inkscape:collect="always">
-      <stop
-         id="stop7424"
-         offset="0"
-         style="stop-color:#000000;stop-opacity:1;" />
-      <stop
-         id="stop7426"
-         offset="1"
-         style="stop-color:#000000;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7526"
-       id="linearGradient3020"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(14,28.40625)"
-       x1="230.5"
-       y1="172.5"
-       x2="223"
-       y2="172.5" />
-    <linearGradient
-       id="linearGradient7526"
-       inkscape:collect="always">
-      <stop
-         id="stop7528"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         id="stop7530"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient7328"
-       id="linearGradient3022"
-       gradientUnits="userSpaceOnUse"
-       x1="139"
-       y1="300"
-       x2="140"
-       y2="100.99606" />
-    <linearGradient
-       id="linearGradient7328"
-       inkscape:collect="always">
-      <stop
-         id="stop7330"
-         offset="0"
-         style="stop-color:#8f5902;stop-opacity:1;" />
-      <stop
-         id="stop7332"
-         offset="1"
-         style="stop-color:#8f5902;stop-opacity:0;" />
-    </linearGradient>
-    <mask
-       id="mask7322"
-       maskUnits="userSpaceOnUse">
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:url(#pattern7326);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-         d="m 36,91 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 L 36,91 z"
-         id="path7324"
-         sodipodi:nodetypes="cccccccccc" />
-    </mask>
-    <pattern
-       patternTransform="translate(-110,111)"
-       id="pattern7326"
-       xlink:href="#pattern7312"
-       inkscape:collect="always" />
-    <pattern
-       id="pattern7312"
-       patternTransform="translate(-110,111)"
-       height="15"
-       width="15"
-       patternUnits="userSpaceOnUse">
-      <rect
-         style="fill:url(#pattern7315);stroke:none"
-         width="15"
-         height="15"
-         x="0"
-         y="0"
-         id="rect7290" />
-    </pattern>
-    <pattern
-       patternTransform="scale(0.5,0.5)"
-       id="pattern7315"
-       xlink:href="#pattern7310"
-       inkscape:collect="always" />
-    <pattern
-       patternTransform="matrix(0.5,0,0,0.5,-110,111)"
-       id="pattern7310"
-       xlink:href="#pattern7285"
-       inkscape:collect="always" />
-    <pattern
-       id="pattern7285"
-       patternTransform="translate(-110,96)"
-       height="30"
-       width="30"
-       patternUnits="userSpaceOnUse">
-      <rect
-         style="opacity:1;fill:url(#linearGradient7288);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.69999992;stroke-opacity:1"
-         id="rect7243"
-         width="30"
-         height="30"
-         x="0"
-         y="0" />
-    </pattern>
-    <linearGradient
-       y2="106"
-       x2="-70"
-       y1="106"
-       x1="-110"
-       gradientTransform="matrix(0.75,0,0,0.75,82.5,-64.5)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient7288"
-       xlink:href="#linearGradient7253"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient7253">
-      <stop
-         id="stop7255"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="0.125"
-         id="stop7267" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.25"
-         id="stop7265" />
-      <stop
-         id="stop7269"
-         offset="0.375"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.5"
-         id="stop7261" />
-      <stop
-         id="stop7275"
-         offset="0.625"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         id="stop7263"
-         offset="0.75"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="0.875"
-         id="stop7279" />
-      <stop
-         id="stop7257"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:1;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4154"
-       id="radialGradient3024"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.5664145,0,0,0.02407044,84.965404,93.68923)"
-       cx="123.92844"
-       cy="96.000328"
-       fx="123.92844"
-       fy="96.000328"
-       r="105.22703" />
-    <linearGradient
-       id="linearGradient4154">
-      <stop
-         id="stop4156"
-         offset="0"
-         style="stop-color:#eeeeec;stop-opacity:1" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0"
-         offset="1"
-         id="stop4158" />
-    </linearGradient>
-    <mask
-       id="mask6005"
-       maskUnits="userSpaceOnUse">
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccsssccccccc"
-         id="path6007"
-         d="m 33.40625,86 -2.9375,8.65625 c -0.08353,0.184824 -0.134071,0.370268 -0.1875,0.5625 -0.05826,0.188106 -0.116418,0.366855 -0.15625,0.5625 -0.0017,0.0097 0.0016,0.02155 0,0.03125 C 30.049278,96.194445 30,96.595168 30,97 l 0,9 200.03125,0 0,-9 c 0,-0.831 -0.16594,-1.625438 -0.46875,-2.34375 L 226.65625,86 l -193.25,0 z"
-         style="fill:url(#linearGradient6975);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
-    </mask>
-    <linearGradient
-       y2="86"
-       x2="90.25"
-       y1="106"
-       x1="90.25"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6009"
-       xlink:href="#linearGradient5986"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient6011">
-      <stop
-         id="stop6013"
-         offset="0"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.63481778"
-         id="stop6015" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0.73670214"
-         id="stop6017" />
-      <stop
-         id="stop6019"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3514"
-       id="linearGradient3026"
-       gradientUnits="userSpaceOnUse"
-       x1="44"
-       y1="192.14198"
-       x2="46"
-       y2="192.14198" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3514">
-      <stop
-         style="stop-color:#8f5902;stop-opacity:1"
-         offset="0"
-         id="stop3516" />
-      <stop
-         style="stop-color:#8f5902;stop-opacity:0"
-         offset="1"
-         id="stop3519" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3514"
-       id="linearGradient3028"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(-287.9375,0)"
-       x1="44"
-       y1="192.14198"
-       x2="46"
-       y2="192.14198" />
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3415"
-       id="linearGradient3030"
-       gradientUnits="userSpaceOnUse"
-       x1="189"
-       y1="221.5"
-       x2="117"
-       y2="21.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3415">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3417" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3419" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3403">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="2.1614063"
-         id="feGaussianBlur3405" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3741"
-       id="linearGradient3032"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="translate(221,0)"
-       x1="-84"
-       y1="132.89647"
-       x2="-84"
-       y2="123" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3741">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3745" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0.4"
-         offset="1"
-         id="stop3747" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3736"
-       x="-0.121875"
-       width="1.24375"
-       y="-0.039795917"
-       height="1.0795918">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="1.625"
-         id="feGaussianBlur3738" />
-    </filter>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3890"
-       id="radialGradient3034"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.6075557,0,0,0.5616866,334.96329,15.302049)"
-       cx="129.71432"
-       cy="199.66972"
-       fx="129.71432"
-       fy="199.66972"
-       r="100.01562" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3890">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3892" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3894" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3911"
-       id="radialGradient3036"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0651784,0,0,0.00912498,-40.109866,128.1278)"
-       cx="554.01562"
-       cy="30.515274"
-       fx="554.01562"
-       fy="30.515274"
-       r="95.890625" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3911">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3913" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3915" />
-    </linearGradient>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath3680">
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
-         id="path3682" />
-    </clipPath>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707"
-       id="linearGradient3038"
-       gradientUnits="userSpaceOnUse"
-       x1="-76"
-       y1="120.99266"
-       x2="-76"
-       y2="127.25735" />
-    <linearGradient
-       id="linearGradient3707">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709" />
-      <stop
-         id="stop3715"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3721"
-       id="linearGradient3040"
-       gradientUnits="userSpaceOnUse"
-       x1="-91.90625"
-       y1="13.245911"
-       x2="-31.75"
-       y2="220.00299" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3721">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3723" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0"
-         offset="1"
-         id="stop3725" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3688"
-       id="linearGradient3042"
-       gradientUnits="userSpaceOnUse"
-       x1="-76"
-       y1="121.2411"
-       x2="-76"
-       y2="126.50892" />
-    <linearGradient
-       id="linearGradient3688">
-      <stop
-         style="stop-color:#888a85;stop-opacity:1;"
-         offset="0"
-         id="stop3690" />
-      <stop
-         id="stop3696"
-         offset="0.5"
-         style="stop-color:#eeeeec;stop-opacity:1" />
-      <stop
-         style="stop-color:#2e3436;stop-opacity:1"
-         offset="1"
-         id="stop3692" />
-    </linearGradient>
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter3684">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.335"
-         id="feGaussianBlur3686" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3766"
-       id="linearGradient3044"
-       gradientUnits="userSpaceOnUse"
-       x1="-91.25"
-       y1="117.25"
-       x2="-77.5"
-       y2="123.25" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3766">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3768" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3771" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3890-4"
-       id="radialGradient4396"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0953368,0,0,0.37004182,61.473853,120.0119)"
-       cx="129.71432"
-       cy="199.66972"
-       fx="129.71432"
-       fy="199.66972"
-       r="100.01562" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3890-4">
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:1;"
-         offset="0"
-         id="stop3892-6" />
-      <stop
-         style="stop-color:#eeeeec;stop-opacity:0;"
-         offset="1"
-         id="stop3894-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3911-0"
-       id="radialGradient4393"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.72577834,0,0,0.00601158,-194.08894,194.34205)"
-       cx="554.01562"
-       cy="30.515274"
-       fx="554.01562"
-       fy="30.515274"
-       r="95.890625" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3911-0">
-      <stop
-         style="stop-color:#000000;stop-opacity:1;"
-         offset="0"
-         id="stop3913-7" />
-      <stop
-         style="stop-color:#000000;stop-opacity:0;"
-         offset="1"
-         id="stop3915-2" />
-    </linearGradient>
-    <radialGradient
-       r="95.890625"
-       fy="30.515274"
-       fx="554.01562"
-       cy="30.515274"
-       cx="554.01562"
-       gradientTransform="matrix(0.72577834,0,0,0.00601158,-194.08894,194.34205)"
-       gradientUnits="userSpaceOnUse"
-       id="radialGradient6196"
-       xlink:href="#linearGradient3911-0"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.98994949"
-     inkscape:cx="-128.35101"
-     inkscape:cy="220.96855"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,256"
-       id="guide3061" />
-    <sodipodi:guide
-       position="256,0"
-       orientation="-256,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="256,256"
-       orientation="0,-256"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,256"
-       orientation="256,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-372.88998,-657.78022)">
-    <g
-       transform="translate(352.88998,625.78022)"
-       style="display:inline;enable-background:new"
-       id="g4416">
-      <g
-         id="g4705">
-        <image
-           width="256"
-           height="256"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAABHNCSVQICAgIfAhkiAAAIABJREFU eJztfV2sZcl11lf7nHtvd0/PdPeYeCYJiYlNiIUs2QniLUEkGZIQx0HijSAeEPILSezkASSEEE9E EREPcYgcJMQDRHFA5CEEJgI5D7FjYSQSY8kgjF8Yj+Mf7Hh6Zrqn773n7F081P6pXbWqatXPPrtO 37N6ztxz6mdV7Tr1fbXWqtr7CCklTnKSk9xMadbuwElOcpL15EQAJznJDZYTAZzkJDdYTgRwkpPc YDkRwElOcoPlRAAnOckNlhMBnOQkN1hOBHCSk9xgORHASU5yg2W7dgeEEGLtPpzkuEWejrMmi1hr 7AzgmyRwIoXjl1LfoTlBpSfvRAaRcnACIIDfaO9rBn7NfcuV2q9NGn+H99J4P5vMJzIIy5ouwAYT AQyvQ5HAoSd87QDjytLXMeh3rfrSeHXG39lrWGxOROCWg1oA2uq/gQL8BoqEtlpaiAQOCabUtg7V x5x2joUETfB3xqs1/g4vnRiUghMRWHIwAtDArwP/7M6dO7c++MEPvnh5+WR7dXW17Top2q4d3IKp c1o3Zf9BSimGdGm7gyq964ITbxoCW0c31TfMS603Uk1uVx8gASmnfqi6/nHX9EsA6KQUdJ0pWUJC dtLfF61pooykxsscH7tW4NqNPNVHehCssRFCPnzt4f4zn/nMY0ygbrXXnngNeSYZ9G2ciGCQNQhg AP85gFtvPnrj87dv3blvrQ9FuxVWRk1qAPN1i9UnXsfJUtJob0QqxWHS84kq6iBIXz2vSLJyvD7p eSshpWqn7bq269rr/W5/LWV3+eTy8ht//KUvffIjH/nnv/Wxj33sKwCuAez6v9eYE4JpGSjtJyI4 OAEIKAI4B3ALwDP7/f6VzWYDAFimLxJ5aj1Ac6KYkRpW5Chil7V6SGPKTpGBMtJMdfTT0zendSAd 1sRo3Q3F1BshBCAnTUI0aBqBRjSybdvHu93u0X/99Kc/+v4ff/9vAbjSXrv+RRLBTSeBQxPAYP5f ALgD4Lm2bf+PEAK7/S5OIaPfASObVZj0QSC89UMQdTcfuCYLl5wx8HbMXdZb3kGKSaTmL6fm52QJ dFJqaYoYzs/OceviNrbbLdq2bV955ZWPv/TSS//wi1/84hsALqGIYLAQTPdgaOdGEsEaBLBFv/oD uNe2+/8FAPv9HnCdCWL2MYsSorLCoIolgRhQz0qxxsYAbNRXPl+RQ2V9xoCl004i2pUzMhhfnUQn u/GzgMBzz97DxcUFNpsN2raVX/t/X/2ff+67v+dvPX78+DGAJ1BkQFkEN9YaOPRRYD3CP1gD88lM vRhCuezsih4QB1snGmSBf6jbv4QY3grWXuhYVYjx5a4lZq95nZBMdcKDK7R+Ae4LEfOydhfn/dWT tS9FABBS/W3bFq89/CYuLy/Rti02m434tm/99ve8/vrDP/rDP/rDfwzgPoDnoCzPW1BuqL7zdCNP pa51L8DwfTaDFRgCmwy89HJ2ykAm7oo+nVaO/6NXk/fCxrciVGuqPvIki660ehLcBU/2/8KrumHH OLtkj5SVTX9QZNkIiKZnzUaM6W3X4hvf/Aauri7Rdco6aJqN+N73fe/ffPTo0X//+Z//ub8A4B6U 9XkbyhU9w0QEN44EDuICEDsAtwHcBfD8fr//HwCwb4cYQGj89f76fXGOhthcQAHO3rQwbRC+TxFr /g99iCk/1YtoQ2elQMnZO4b5TxZzAH/oczcEDnvy6trBBejQder11pMnuHVxG9/+bd8OIcQsiCil xOc+97mX3/e+9/0DAI8AvIW5W3DjXII17wacY2jmPBKvcanTk8nl16fFv7KHfAFrpfbp9OiYfWRa Cshf7ZNXfKcp71jJTXNeeMrqMpanR3S2OMshZDQvu9ls8PobD/HGG68DwEgMbdui6zq85z3v+fGv fe2r/wXAAyiX4BkoS+BGugRr3w7cD7A24cKo9RbjgTwC7CTHMHQ5dchM0EcAv//n98dtGeMQujHj RayB9Xkn+rq0T0+Xn+c2Yh4XEWJyAUTTQIhmJIftZgMB4Otf//qM+AYS2O12uH//wQtvvvnGpz/8 cx/+PiiX4C6UVXqO6VTqjSCBeiwA8IDNB3ccyDEAzUpO05kK+EnVVI8fEXDoi2peazlYZ15g9oms 6ykP6oNdVsejmDHUFBA9Pz/H48eP8ejRIzRNM8YDhtd+v8dms93+wj/5hY/97u++/NNQAcJnoQKE F5gfTX+qSWDNIOBcZjMungpoffTLrS2dQHIAb4qQgNBO/sZqkZj2zbmgH3vO6jo9YkaWkRAAvoc5 TOCj/2xaBYNsz87w5OoS33ztm6Pbo1sCXddhv9+jbVv8wA/8pb/7+c//738NZQnoJHAjgoNruwDj pPOvHEaeD9zOlZwCZwDsPgIRk75cwE9971epUSe3+gBeDfjMRuNX+znwiSwj0ZESZg4rZcCgcv3l mKbIYNhLHayAM7z+8OH87IDx6roOu90OL7zw4nu//OUv//6LL774dtwwElidAACMQaLZtJ+Bwgdq Lrg9s9tRVIrpNbWi1UmVTMADc9DzuccB+mKrPZ3or0NbB2SXtHMhs7MMQkCKedrt27dxdX2F6+vr vqqbCNq2xcXFxbOf+cxnfu9d73rXjSKBtWMAgpoQ85UVYC39PvFUGVbzKVLdp8/KSq1K5GqvWw6F AB8Her0bAlIKCCnGAzRh8QT6yCieneg98CPmCeQGwqhIBf2GlX6QRgjrdX52jqvLK1xeXpIHnkyX oD88dOsTn/jEx9/73vd+B6ZDQ081CaxvAQyrf6wFzeCEESfGKj6qMMEJlyUR3ycT7HmAny5CxJ91 BKCYVkACQkIKqY0J84KsT+YHdyI5kgxlrtEfXAD9NKPpBmy2G+zbPZ48eWJflRYXGP5qJHDx8ssv /6fv//7v/zO4ASSwNgEIfQKEtgJnJ4RnWXNfnHIl9FU8C+QznYZpmQh2SsTwT4ghKjj2PLaj+tWa /XfVCYLej2Z3EwFl/q71X74hQoiR6Cc3QGl768ljQ4UNfv39fr8HgPPf/Le/+dsf+MBP/Fk85SSw BgGQ23/Te/c/NztQujIATqhYCuh2k3NTP93H10AfHIoyoAeZYhaNqAfMWV+TAfR64G8AvuiJ4Oz8 HJdPLskDUPopQdXMPCYAibOPfvTXfuv97/9xkwS2mB5hd/QksLYFMAo/el2qwfmLDBAtCHTVBe1f km/vAPyU5dHlAb2TMPQPk5cuJwfDpd5RL8RJdOeHOvMzAf1L+3dxfqF8fNlZcQDZuxDDe9Md2O/3 6Lpu+9GPfvTfvfOd73wBNAkc/WGhtQlAzL5+wZ75biEMhBC4lwL4vFsesJcGPEOfCdrBy/AHB80c OdOkeSrBa1D1jGCf1X/6vCAdJBQQPSaFUNN6u92Mh4AAWDEDAJYVMEjbttjv95ASFx//vY//NtRh obtQJDCcGBxJ4FhlbQKAPn6+c0C+bRwfsA8Bbl0ooKeBXdc5hxo5RpHahBy1qVQBY9sz3Bsrdahr Ydbd0VkOtQXgYRTdEhhuV9Y3CJqmQdu1/WYDdYLQPmCkWwP7/R77/R6NaJ79/Oc//++h7h+4C3X/ wIwEjtUKWHsbUAFUZ2HHv5rEBfJcoNON9WDVfWFy+83dW7JTgkh19t0DejN1TPQPhH+IRta3Cpla Fe56UtPGZdgV6Dqphox4BsJsB0FL10lgt9tht9vh7OzsWz/72c/+SyhLYLid+OiDgtUcBa7pzkuL fpYGudayZeZTq7K3bRrwpNHgtCJ4OuwM3krvpQQiDsKln+G7GaaSUE8GUu9ngULbFdBlCBDqpwX3 +z3u3r375z/1qT/4RUzPFLgFRQJHGxRc3QUY+BuwSaC0DRACNgnwRXiJADomn97pCnn0sMBaHPBm xtx+Zw+hBEz/IUwl8yTZ9eCHGM90NI1A2+5VzzzgN9OGAOEwH4e7CPtjw3/51/7Fr/112DcPHWU8 YG0CEHI2OzHt+Mh5RHf0VX3/AvGB5YFtSgDo8yKRKzsFVJGgF3CBznTFwwE+szeOMB6DWchwgN6r 0TTCeBwYvTswzAUhBNp9OwK8aRrSEhjA3zQKDiYZAFM8YLfb4aWXXvr73/d93/unoXYGhtuIj9IV WD0GYH/UAMMB8UEBbcq8A1Tkwruie1d1U8wttznYFUBl5FjMO0NF5M2DVyEdzlxnkfAXaOuw6wyn A/XXptlgt99DSmmBX/8MwPvXdAV217vNv/n1X/9XUAQwPEtgiAds+npHQQJrWwCjSOmfBOuID9zz lTwO5D6hInwaSGcBwUk/2ZR32fWAFbAj+uReXUAHdVkzU4IBej1F36ekdwgBqEeHdf2OUNvuZ6Af Xqb5H3IRgLkrICC+5eXfffnvYf6g0dkhoWOQtU8CDpux+p9efIgaQBmLM0qH7x8D3EV5S1OorWQs YNphVd+ya7bmvgRjVU3SMbsmd8G5noDm2VBJq67+nMBB9JVfJwMzbbPZWPlDWtu24+ud3/XOv/Yz P/PTfxEqHnAbigSGpwkdxdZgBbsAcvaXXF0BqOCONg8lxtVweIX/zVdsFrCLgVsXBqGF9uTNC7Eu Jtwir5A7sBccGidr0c3NhWA4ze+362rjKCXatkPXtSMBDG6AD/gU4Cky0O8g/NCHPvTP7ty58zwU CRzd/QLVmCpqcSG+2dky3Ms0D+aTgAvoRUA9uxrniyY3T5cooM/cJRso8brdhWwKjbhsI8Mk4qAY 1+7vhTCGSEJK9VBQHbSUFeCzDChSGO4XUKcF24tP/sEnfhW0K1A1+IEqCCDhiXfRIC6JfD+z+ADO BiJZgQK6y86ZC+m6M00Al7fhDwfQGV5dVlV+fesqug5Cqr+yB/1AAINFYMYFKBLgWAFd1+GZO3ff /Uu/9E9/FCogOPzoyFGcDVidAPQJa5pyeS9dfNOF16bbNWHSS1KloSpdkQXKfkXkdcjTB311HUqb gT0zSOe9JrPl/t0YJOTX1zsou17beJBHYrvdjmA17wswiUAHve8lhJjFAz7wkz85BASHx4zPDgjV KtsV2zamiIS6odsuGJ4Owio1syscCsIPxGAKA8Q5SshVztcmFRD0NxHuifDmJmQFOqPvCgfrS5sJ +9fjtx7jtYev4fkHz4/7+PrqPdtihiKG7XY7IwJ9Z+Dq6gqPHj3C48eP8eabb456mq658xsf+42/ /VN/46d+FerHRoafKO96vULWdNy1lzV+Gegcyle6B+BtV9dX/012HS6vL7WDHiUbz6hbfGjiFcbV CJGePhjSXSy6OUknJ+mM75d+H3/btri+vsL11TWePHmCL776Kr7whS9AYDjU0x8sawSaBmjEBs2m X/nFBtuzDTbNRADPPnsXDx48jzt3buPu3bu4e/dZ3L6tfol4t9vhtddew1tvvdU/f+Bs/+7vefeP SCm/BuA1qF8fuoIiAnkiAB8BXF0CQn096Q050p2XqGfkEk/aOGaPflCB6WLlthO9lgf05hOR7H8l uGs77PctrnfXuL6+xuXlJS4vr/DW48d4/PgtXF4+wZPLJ3jy1hNcXl3i+vIal9dX2F3vsG93aHct 9m2LrmsBSLStIpWzsy3u37uPe/fv4bnn7uHB/Qe4d+85vPDii3hw/wGEEHj8+DGur6/xpT9+9T// yF/50X8E4BsAXof6+bE91E+SozYSWNMFAIbQ7SCKoBnisul5TdLvkxUurIGrhAd0Fkd6wB6jk9Tg mP+cr926QjnUnc7vN43ApmmwaRpst1tst3vcurgFQD0f4Pz8HLdv3cLV1VV/qGeP/X6Hfdui3Q9u QdeHFFTAsOs67PZ7vPHmG3j94et49dUv4m3P/yl8/U++jvv37uP559+Gt3/L2wEA3/kd7/ghAL8I 4E2oxe4aCvy2n1qBrEEAYv5XaEGukmOk7zcb/iJZKk6KfpNsZYUB6f6QJFywx+vjxTD0gN5ms8HZ dovu7Byyk+igVnXZxwuEEBDNBk1zje12o2IDW6nODrTzo+iACu3rzx3ouj2++pWv4PXXXsf19TWu rq7wwttfwGazOfvIr3zk/R/62Q99DGr1H44Hjz86WpOsbQGMIiUghIQsFgOIA7o1V0uGIqK+9jJz JAroZJQxQr9LvLtfNqiDNgzjOxFCYLPZoO1abOQGZ3KrVnIBDL8huGka9fjwZoNdo54evN1u+8ND uhUw3X8iNfNUxQ8abDZbbJoGD19/iGbTYLtt8ODB2/DSD//w3wHwHzD9AvFuqFxbMHB9AhgW/YWD dcGYWEr70V9j+e+d1jikitkf4oOhxK8tTyT1xyHRwRxguHOvvyuwaTbYbqbDQQP4hQBE06jA33aH zVY9M6Ddt9jvd5CyQ9upSl3XKdu0085X9H+aRoxBw7Ozc+yur/Ho8SNcXNzCM3eeefCBD/zEd/3O 7/zHh1BuwBXUdmB1VsAaQcALqCDgfQDPX11dfrqTHS4vnwDCDAEWWoatkyaEZO0JLjeGy7gaSwJd 0xS3++jWQ+VI87NKGLf2Ool9ux9v4FG38+5wfX2t/P7dDrv9Du2+xa7/ncC2bdG1HSR68HeqoU52 kOjGLik7Vf1rNhsVWzg7x/nFOZ599jncv3cPX/7KVz/1Qz/4Qz8P4OsAHkJtDe4AdDfZAjBRpj5L 4+0o0iiYKDOlceGmpWXZncYw0LlGUFCTb3H26J1r4wd3rYnUWwDjrwELiaYRENj0CvrdBikB0UA0 Kgawb3ZoGvXw0LZr1SPEBhLBEAxUhCJlBwGBrg8OQqjtxE2zxeZ8i2bTYN/usWv3ePD8g+/AdCqw 2qPB67sAI/Cl+kVc+ixQMfGdZ1/N7c9SHt9SPNC1nEIX5r2vILGNQacQykSHbNA1EhtsRl9eyHM0 Yo+NENiIPbabBu12unGo7TqgN/mVCzAEA4GuUwFEddpQtdZoQcft9gxNI7Dft3ju7rMvYDoROJwK FOgN4lqsgAoIoP++JdQRUOm4N6AgOquI/LMbWabVINC9hcwR9PfRu/HnrBrSGYgi9MCUbQuBBtvN VhGAUL8vOOS3bTvdOtx2aIfjxFKiQzc+DETdmjDtDAxHooUAGtH0248bbLZbdLLDZru5+NCHf/a9 H/nlX/kTTHcH3mgLgLp4MX2RWiTQdZTVqYbf4GQMFmkiTg4E7jztgnw712o64BntceIzes74xu7c +Dy/8dTfcDYA6Dq1OzApURH8/aYZwd81Elsp0UERgIQ6XDQAHlD3FgxjIHuLQPQuxbbZoBENzjbK 4vixv/pjP/iRX/6VT2LuAlR1HmAtC8A5tYSgkJh0g8Dg9fF6kXrDVpBNlpWD2gc8lz+vDVBgj9E5 gBKAFGiEAngj1K8KSwGgERCNup9/26nbe+VGou1aoENv9ndj+kAm3XijEVT+0Gq/+dBslKUxENGL L7z43Zg/H4Bxm9RhZW0XYLQDx/U/07/1tUJ8YDS1LlmvYiMwGs0O7Hna5Omm6V1/kOdI6kKMfuYG G7WPL5reBVC3DHdNh41sNL+/GQOAQ91ufHJVvy045EP0rkDvXjQNhAAuLi6exXQQaOYC1HIeoKK7 AaEGVIQKxainbNPVxxxA+V4YN8+FW1pgGFLAHluBU3U8Gty/F6JBJzo0mw060QGdijMNRNB2Ao1U ZwY2w4NHpAL8YPJLKdFIjMAHADk8bkxAO4rcoOmtgAt1Bll/TmBVqz+wvgWgRLP5Um8GYk98TUp/ G0uB2t+Gx9FZiOvcarmuGq9jUynPwSCHKt0SGA4AqffAZtP04AYgJTZCQnbTbtQQ6GukBBpoMQAV DBy3ATeN1eZ067DA+dn5BebgPxEAJcrCUo7UUutz7MgvaSdwz7mxHsHF0uytlFGKoYU58JLTaKQl N/7CDwDRqMCcaPrzAn3wrutaVUYokIs+uNeHAPvVvW9RKsA3soH97YjR4oAAWtnh1vntW5gIoBkL ViRVuQASUI+85vjskRKeLtouRKaENslYprKkNHHE0O1RUc4D5StK88YGnz6hjf506bA7oJKEOtQj 1FmB8VlPvSkvmyHw18xuCOp6K2CIVQ3WwqBzalKgEcB2uzFXfz2qXYUvurYFYC/5nBtIOOItSm11 lTsKzIsnJrRnR0mDUjbMlKiMEeAL7tiEVXsy+1vMhpCznH76q9lMIB8tgHGfXwKdHAlkA0COQaop IGhL7wpMrVa16uuyNgFg2LoZ1l9fYDRtFF1nC6h+RAqXZEKSAGyAD+64cYsLuDmqRhdOXRLHa5PW G7LFwUfXSUAIoSL8fUQfcgI9BDAcCR6sMvVg0cmaGJSPcYf+cJAQzdBFz372ulIBAWgybKgic6Q4 h0uKrIyhXsaZrrOaruBWROsOzdo78mwWtzo3w1EyIyoTJN6wPWGSQKPFn+S4uve7UrInjT59OFCk L1ZdP3fHYywCkPOHm1YHfmDdB4IY7xX7xoxSylyM/xZ8axPDttVLR/SrxGyhm+N0NDqjQGmiJlOB XYwXDNVJYB6FnKxG/duX+hkDTKu/RP+DgMDoRqDfEiQ6UxURVHASUAxeQP+W9qkyG8kQG+QkkAOT tbQjmGXA8BznucSen2IVYgyaUTTtuqXz43RsWO0KjIQAfS5ONosY0zUiMJRK9M8doK+kKqnCBdBN LyE1qMS60cF2DIaPlaKWRXQTcUqcHZLRnY0N1ifW9tdixYbT2hpjAOqD0qQRgbUISKJDUp+zcvYo 8Zqlmm3A0QFIDYixmsn/QvwaaII53H5PeszBJ5yQCucqY8aBvATp/BDVJvXsl3HVl8MvB/VlJXE4 LWSk9gaCRgDVMsHaDwQxzCn6mYDe0ePGWVhfgWnW2TnuEuxGbMVL7FAExWXTp7ZlGsKxwg3yzduj NfgVTDWp6EH/24qDWzAuSlpaQ2iQU5lht0HLOdwaEClruwBWEDDBQtWk3AroBzqr4iS+5Sy7r7H9 s6ksVvJmcyzQS7evK6JpXu3eT67AIKZJr2as8T3KXu9Ur9rVH1g3CEhSeJLbxAxs+4uJjJmlsVax rzsV2PmSrykf5LyqydsEjmzC+jStf41AXd+QqjMeBKpa6rEArF2AiMEjvmD/3gu1tcecTEW+05hr K289JlrYST548rGCUClXRTbY03ozWQGuuMD0E7LLRGTKytoEMJMxEBgp8TUY0y4Q9wm36fOxl3EJ Y41OIiCjvY8P2aVc1fwseATQCdGD88FqOcTq6abs/yfn7kW1JLD2QSAAmJ6vpj7FKxj0eHMTFGpZ vEh4dCGWULtOurC8j+ju0NoKbeo5ivC+O04fgsRCETzDqqCLzNuSnpK1yeoHgZS7pPNneBIkB+gC Cg9B0+S0cDS8DLCXUFXGF08rzqODUBVzF29WiMP+bvdI/xqrswRWdwHk7H8iQAGs0yAsSWsjpSW3 yvBedzkpFrkv3FA5kMdXC6/mtgiCKvoMK1W/Q9jfk/VkbQIQ4/+GBO/4ezKTduuWPDFjGDYLSRnV ywGcX2W57QJ3du7oEQEHGZrDdUkFJwG10/88D2BWe6hGJLsrZMv8GxZWcl5ba23o0b02IjORB6rY VZxBU38CGfgL1EmWYIxSi/8fCQlUYQEA0LYBgyWtZGL3VlMK4r0hrixzRed2KtxihoRMVPenkFZ+ fwtfGTdGCMC+JiLHumx3HSdpeMHu67AzylOlG7A2AfQyhV2co0QG6kZviy4cI96vJ32bKyw8ranu ZHyfF7jK7BhhacKhR5MM3fU/Cuq2LjzNyIitjZVkfRegt5akgPGjIHohV2ri2DLAzpf8yRkL7sW2 4lKlyCbA4YgnLvgntP+D+IqMPYMjMf0HWdsC0FyAfv0nd2wySDRoxpuS+Q2a1YX+x249zvQONbaQ FIkRHnZ743D9IL5ZUWDeHkjWJgAAnKhpxJcmyLfWpxTVrHatfY2YZg68fHibo6+BdsF8tcI5LuEE 9Q5OOIR6OevP9FDRXmabXMt2Kl7WdwGA/thk/tgIoFgk3iUysKLnrunZQjuyc0k8YVR8RLmrt+cg jpdwZiBlNOwSOfw5MvueIRVYAAITaHzbAFpx+y2GQ0RFxfZIgitgcfGjwU461LFBjiRsvBTtY4Q1 qN+iYT4KLLPpqmX1o8Dj7ZXDHw/i0gHPKCl8q3oBYXfWuOBgd1ZalQLNHjzgx5T5PUBGP2bW3fyd WYW3JVi/rG0BWIeB9J0AP2tnDLwIfMmFmnE1PvOlLfO2ggl1pOAee+ADea6ESELWMAJ8WZsAlAwr ndCfv1ZoJZ5tLphHxtLUccUF8lXMQ0bAzy4SN1ApFlTqV2GDvBLYicmpdRqvFcnaBCAmRpUQaAgf IEnr9CYL85xawgH0hcXZNX+Ugoa6Z9Nq4WvyxPfswJ2WYHcrZeelEtJYUdZ6HsDcu5UCkL1PnzLh iGBdrzhBmb8hxy5fukTGBqjivnvfq3oydQjgIYm8FseZHWeJhQOTNX0To6xtAQDQ9wCYA710wK7X HQR74rxIciPMVbq26eQFN51ycAmMmdsacZMvUTiy1XWlCgKYbQNSsniE3gN2515ydCP9X9bxpHqm DXHRfHBT+5MVEAFHArutcQRB7iZXMRBrHwQSvrDpCPpCQ6XvL8wATzaR26gJdOHLPrDYF5x3yCXm Yg514Qvjy0cQVUCbJ4ckAP83PxoAptEbI+6VSED3h0t+Q4EV/WDznQqCua7TDvrVYnDkimsTmVur iPg3sqoa6vVdgAH4RcG5QLAOtsJFwE5evmCs0Pb2YnJ3qpqiDvFajbFqOLWS52XVo7k2ARR6etIS gPeA3RUryDr66o82Jl1a1VMvU1KvjT78x6gSKhmcyVV+G2sTgJIEFtB/s62M9IEcSa/s9uGyFOqi Oiy8uVGqVpWcDh3QaeZ203vmgCpmlvIEtSuSOn4XwD5g7a6mH+zJ+tUcE3g9zxf7ztyKWE0sOndq m5hL9CeTVJgLfm0jGSvV/DagdCy9k2lfLiofNOcT9fJzSrVdTtkxT2S6FEKKAAAdrklEQVR6Ziwc BHSpP6IdAGB9F4DcTCmzCh8O8IcBepySYwZ0rKQF/mI18A+pJeeuIIcmAPe5FyH6V77qcoBP2MdZ oL2iTayieEEpuHj71fIiAccmax8EKma4CjspSx9L3YL7bCsYDYdUliCF9v08qmLUGndccNStPYCk rP1AkIRBEXbFgkB0myhl9GerzKpc5RxkSsFdhgIWf0QIoOpBXzsGwJRSoF8S8JlR/6xKy8+xNWdx voG92N6ft6Wqkd/L2gTgGSMD9FUBviDYD7gneAwTkpLDnTBgov4pCgesTQCGKFepJOiXBHzZRTp9 mq8O7BIdWAg4CWt/gqYgOaz+FbmkEgIQ/T8k7gIwQH9IwC8A9uIzaLmtjDRJatIB2wV2BvwqaxtM vqy+CzD7lIGwPNBnAL7gd79M5L/q+ZcpjmtzXnLwqSWxLR2bxW9JJRYAR0qCfgnA84FWLvq/LriX an05UAnvR6v1jO3CgpuWi8raBNAPiG+kib1+OpvXVGzVTMDnezTLzJnqZqIm64YUBPnW0pq4TejP OrzU4wJ4stKs2sRVPgPweTsANzvSX1rKBf8cWmcNeImh6q+kooNAQnuVA301gC8E9uVnE6OFQ03p IDqXPSHA1+4ghqqhr6SC24HnJn488EuBviDgC4C97Nzh+L4VSs5uConeRU4FcDVUOepVuAAW8EuD PnGVjwf8Gtt7dYI7b1ttqQ4QifaTXpLVH+OOwNpBQAD9wM09AEJKgH5dwBcx/AsDfC2+WKLdJAD6 Vp5IcrCvSbqzKpEqCCAGyauAPgHw2YZ/5pSpZ8aZPTnYJp9T2D1wkUOi1VCjrPU8ACIISBXzFvJk umvUA/h8sJcD+SHpYqm28sz3KE1BYjgeUqjDAhhl7gPEAf+woE82/iPnfx5cMmrXY0LQYmGs3Prv 0sQnBuf6Vt2ork0AQho/DHAw0B8C8IuDPaJGdVMvU2Kuh/gZL2ZhVpOMM0He6NaaUsUuwPCBb83T Y1kS9EsDvnj4sMD0qnKGBoRlbEdhPh7mx7wjsObPgwNQN/8J6vHepVb7RUAfB/hikYTVYwXLaaQl 7yZdtjafkmAgP/+ZxGvK2i7AXEgzIGG1Lw76JQBfDuzpk632aZrav3hQRpODlxiOZf2vxQWwgJ9j 4h8e9NmAL25JxJd+uoRz7fzHejp+rtFTkOfd1iCrWwD212CPVYnVng3SpQFf1J1fYF5VO1UJyVpo +ZBnr/HHNHa9rE0A2jKbAvyaQJ8G+CX2IJZQsfbczgJcNFGE/f3jNvwnWZsALMld7UuBfj3AZ0Dt KXYlVC/4ECu080f2wlXZzK1j5PyyNgEIAMZJAFep3NV+IdBn6UyYIktaK9VLrHMU/lF2r9qkPcYi G5MHk0MSgDD+jh/I0Siy2ocDeaVBXxTwyeRSzfxaWUIjRIM1L8B/XGNfxy4AmZoJ/JKgPwTgo9uo YKIt0YWDOtKukbU78ZTs+lmy9hOB5inCv2PCAlspsCbpyQf8KmAva5jkSa88CVPFgEhNz2xSqICx bVk7BqBJ6tTPWe0PCHo24AvPkzWDkhnibtXj1xcL9lESTwrSVbEiWdsF8Mf9QtVLAXaJ1fjQgK/J olhUuN8sfbzcyQH5TxPpU/xbhbVJPS5AKEPPjZrsjtwDgb444Nn8dQzTb0kJjcoc8aT1UIgUnJ2p QNZ2AWYhvyC3RwM/B/T+HFd2UcAfglBurAjHp/nv/FkccMQBP0rWJgAAAQCWMPNLrvZLgtLb7UqA zvegoqTAQ3wLCTXqU0cSLAXheF+FVEEAZMB0IeAvA/ojBryg3h5+nsYbztJ+txhhUCPjIYUjukN4 7SAgkeQGPwu8C6722QBdC/BiXXAvI8QVWZcmtf+jMEGY7ROEcASDvrYFoDn3whkISAV+baBfHPAj 0KudbwcWYzRmwyILE4ObEGqWtQlAydrAL2niO7tXEJSzmOgJ7Gki/MSQjV/BOJiwvqztAoiagF8t 6Kte2f190nN5mFp75eyn5NhxzY1Yu2sLyPoWgDayDkNgnlop8IuCfjXAe1otc1lppQjgESHAhUQb E40UnhZCWP2hoGaCXdR+60lyplJZSaBdAvQHAzzRSo1GhSne717LNAApqcRCHbIIgf/80qpGfG0X gJcVtv7Z6pJW+9KgXxzwvuDXUyzkPOkTNYCWJwah7mPr9R6TdbDWT4N5smNX/SMB/mKgN8IoNwXs sWJ9l3NiKEcKmnUgxp+9rVbWjwEA2s8D91IJ8OsEvSt6vYYs0YEDL52z71oUthSs8Vn9GzOlgpuB /Kv+wYBfarUvDvpDAt7dwOFmrt2SH4KFCYOyFPKthOqAP8jaFsA0ukHr/xiAX+J7XhrwESNbybSd dcPxo6CBh3sV6YBOCMsFGA8ra+0CTH8N4MP+SKZQyVEALgH8Yqu9GVUuJYErqwTgUcKZCsajejyP 7UjuQ4R1UPUoV2ABzD+wV/BUABcDfm2g91xN1VNwAaEWBuMxwMVIQbcOpE44x2EdLE4AQghq+llY T1n1o8z9AsAX2YgtCXrHVSwK9jWYpKwZP/voJYWEdg0y8Hq0lcjaFgAhy5n76wC/FOiXBjxf0SFm c9yDtfJW79lHzX3IOm1YLeTnUhkBxKz6dQNf2I0nabFUFCSS+Nxs9bY4sMVVMx0ij1DuE3Ou9VvU GdZB1VSwNgEIM2Bj5Do+xpr7hwJ+7mpPXGEBAuGl5hTMkJQ25k/t8hShciNJYWbWDxp0vcxfH6qU CNYmANS06q8N/HzQsyMpEQUqFF+fPc/iziaFDDKoVdYmgOASFbvqJ5n7QjPZoyQH+CVAHwH4BSyJ w0ocSKmqfFJgtOUlg+MhgrpuBhI4LPgPDvxcE39JwKfGOsoJ/9makbUjSMEmhBQyoLYZiWpCCCkZ 9xEuKGvdDKSNsP1NHMLXTzP384BfAvT5gOcVXGPNjwv8cWpHkAJBCFlkIOuwm0KytgtgSZ2r/rrA J6sVAnzBcENZiVzQ6WoRpEDgPIcMErt/cFnbBRBmgvnOWRMWvMINJqBYKMaIlFTgB1Z7lh53ocJG wrKSaPGHIc/w96PIgGXBW3O9FqnGAmCBP9XkP9iqnwL8XNBnAD4z/nBYYW6qBfBsFwms6h4yYFoF aw+cV6p5JJj20V2LW1avFo3iYwA+nZkP+Py5GquBHwFjGv4Mq98N2TgyyLQKqpBqLIAawB9/ei8P +IuDPj0zsWS8xOh2wyqAeo8J4M5ikoHTKjgOElibAARgHqagSkSCP9rkT1v11wK+s3gG4Ku2U3uJ sPqJ0g7UO6wDtmXgIAK6D/UN89pBQD9PzsC/lL8fC36tNwcEfjzoFwQ8WTlHIzELIhZQhtUPJ4jj kuGiCA8RCFQI/EHWtgDcX3QC+JNM/sVW/RTg56727k5Fz0Dh/LCAEPrJJq0H9rE1slb0QHIUERyJ rE8AlFQH/kKrfi7wI0AfyWsptVYQQbzlkUJ4RTdyCHzTJT1EUPtwYn0XwDnzlwN/vMmfveofCPiR fBZTI62dTOF5AR5S4J/5ceew+cFBBJXLms8E1GQ+2FEefGXgTzX3eRhPXO0TAF/D4uXqQxhi+kTK JQOeVUDuHkzH/GsYTlLWfCz43AKwwB8es+XAH2Py5636qcAvDfr0Geqo6VPoRTAb3sxa5sSSQTJI JYLwMeT6pI5fBupH7+kG/yGBzxi/YAmiZKk57dVjZErnB69Kb8mAZRBFBFxroFKpMAjIGLSKwM+z 0gPgzwU+c7WPsgVqmbsuZpXWG2c1b4mBDFKJwMELxPA5kteV9QlASG3154Gfv89/QPAzTP6UVT8M /FzQpwN+idnMDqGZpOchBBrIRokFiMDsaY2y9k+DjVOYe0/VuuAvaPLnrPqBjrJAHzEtDzmDXW0F 54dOCA4yYFkFSUTgDQZULWtvA7o/hiuEyx4p+JcBPh/0cYAvSQ/Jp/0dhQcyiLUKwkQQtAaqXvcn WdsF0OxPP23GBP34h3yWBX+YG8qs+rnA545qyWKjzL52X2X24V6iUNgqiCUCtjXg6FEtsjYB8CQC /PyVjgt+swb1wU48xKqfA/xke6v09GVj3iwYad4HrIIwEcRYA2THqwL+IOu7AAx/iT9ysbcB8Usd D/hTgZ8H+NzZ7QctVdANeR4ZxBKB3xqwtYRnTA1SvwUQZfpzi3JP+K0E/jWBX8RdiBeXXguIJLrD ZOAkAsky5uc5hDXgtyDqlbUJIGgFxKz+0eWeCvCnAJ8P+qCbUVz85+mcXoFFBkwiGDMYxryew3YJ 6pa1twEZpYoXZZRNIJNg1mHBnwP8aDehqHjtfvdabyE8cmUfrYEYl8C/XXgMsvbNQAEYcsHvXwXj NQ6lXR8CZQO5q4OfKBDrcJQoDoB/AISoQIKTQQR+a0A4YwNPIwmsHwRMy12w5dKmf2nwC6eigwI/ 2nqwRfoqhDf5x0J8Isi3BmJIwNHpqmTtGIBT+CO2zOofbNN6RyUsAP5Cq3408NnkwcsF3E+CtIgh SAZcIqCtgaVIoFrUa7J2DEAAHlMsQlF0y57MGNO/SLPc8mzw+9EeLO/IKuImBOsRv7cbJAMmETis Aa9LkG8JVM0DVboAUat/0XJxumJWf7cqLhwjXQQikw18b72l5/Mc7U4ycC/bjk9mgnPtJ1Qyy3J1 ViTN2h3IkQhDgVE2c/WPs57jwc8ywcuCX8w+zj8dRgT0dmc9cHbH7rWV7ciNWZEKrF5VSH0xgBhU 8xUW15Xn/0a2Get/p4DfyR0R15J62VE7AZK5kE8ZMZaAew2PdAWORA5JAML4q0nKgC1MtUv6/lGr f1ZLGeDnujCuj7768+9bCmeWo1Gp0QEOQwJRroBVU/9blVRnAUSNUoz5zyiR/A0l+w0MxZmmf6hm EvhTCcNRVn1SwHKczCXqG8BmYHMJD91tBTiLVyVrxQDGgUj9QqJHMnvo06Z6SFc5nbaS4IqcAX6H Z54hSs+oLaiW6LHb3AqpsMrFWG4MqQ74g6wdBKx2YEpI7Hy0Csau/omSAv5ywKcb8YPakxkY9Kd6 wiXI2gRASGET+oZKzOofozDTWYpqLIYEyrhvZVVI6c2uQuqKAdQyVOnu7HqS2A/W2pgAft8TnCRx Tz3d6KGj6YxgYJSu+qVCC+CY5Ti+9EVFAEL43YOY32XkWQGuSknZ5SozwgprSx0EsOq2aZXfy1Mv TDvi4C0uJNVOsjUJoJJBOZ5DG0chxK20zmKFSvHk9D1TsrYFMCeBo/+OVryA7KbL9V3K3s8ndEpI SMmJARi9iuleoGzWlRbsRw1SVxCwFpHg2ycxZSsUVvf7QuoP84JHjKeiQJJvveWyRXo+peiyxkkY f1eXNSyAwMWfzD4l+dPPq4tU72lT6n+WHtf4VvyWQvi6coSpohrQ63JoAiAG4fhAyu2xey7G2r++ JO5K6dbPrmaRQOnvTukcNQebyCCKZEm+F6BKOdogYAyOpgo5RZYlqiW0xxi0knjnLCh1bErkkcFU f6YlqI4Af2D1t7I9lWMNCavgkaxr1cUAlnCpwzqJEslxgJJXIAFp75nbLWgpRub8o+M6Ac3HNxI9 XQMwv5MP7sd8eVR4Evw1Y8Af2RO2HAnOnbI+AZgjyMYPt+AyUbqs1iWg7hl3wjhBbwYJaMlz6DN6 ZHx/MosB+BViwR9DNku4brXK6ncD0sIbwYz5k1iEO2tKzoAYc9IdD2C5A2T1SPNeRryilRpVnXpi wM81/e0c+hLI1GrjAGufAyAlem4UKUaUKITjIpOK3b0YEnAolVSJJORmyLw9HvBhZRwc/HZGteAH KiGA5T2wuBa4VkAFkyuTBNwaKCKgyaAUIdg6rRaCwPfYLWSC61O4p0+LrP1UYNftYqSPnFmUUZbI DOj2ZzM65ugUXVOCFxQ0Uo0CwwQWnhQrq882J7+wCqULw5pnFYghZm8TDoJ2Fg4X9d8ltYKsHwR0 CBPTESX5GsOlPblpWRHl3SQAq7yWShSIIgI9exCCELKFrTAW+Mw6s4xc62xMrAr0ulRLAHVaAXYl 8veGDBXB3yQimkyp4042rAGASQRGQUqtT1xVk1kjFsCp9SLKe1yzalGvSb0EgNJWgOj/PzeLnae1 x/JUHp3gzrb75+6tCL1laQmKhwjmybTRH9VGljjXXEbxlLplwH8sUgcBuPAbXK7F/L1E/yQaItto zLGg+7tmdWWe4M8OlNVziM65V3a7bJQ4VLhtAGp6l1jr/LDx5jJMfa8O6S5REPxVGgSr/zaghPKV 3NaiGFdtY3EmS3KHOckVYJQrQgKOzrnhrpV1dNl/JYeem+E1MliCLBAJ/DEztt7xr/yDVGEBCCEg xPCX8LPZsQAJQQTIqJKuCDlVzm8F2IlLkoC7Tj/9HNfv9+oLWBJREm7HLMF/jiAlIbSKWUIs8Ok6 s8BRlas/UAUBMFYD07QPaOPxhRxshipIAC6VHpeArDNOUjcR+i0JXTyDWDzA55e5deeBKJFlB1Tl rP9yGK+xvFlaI1ddh6c31EJWo1RAAADH3NbgGtTFLckvuxQJwF9+lhEbBdCIgC4QsArMEkapg9m7 ke6Cl5hoXUL4PArNPZ3pFiPZiLG4HLlaSmdzVcmhCCCfDvlLu1ae1w2l2u86GFEITxtUEWEmBMo7 MhzWwJjty2FaBYPwCMGUlK85DSWsWp7gXliHND0Du67B7mPxIwE/UMFJQKHxZ9AKkMJwBejy0yI7 n/Bu7cKHDb0Hoxaehcezwd3GZ7huXLbuw/ovmDRr2Z0rK1FaA6AP65PeQiwqmX8U2qs6WYwAxOQE CeKF8a9jRTPT5qY3uR4T1QwDP8bPZ5QN98EmtZCjE2XheBSyzHtplGBYMz5JneHZtOEx7/nt+IFP ZxHA9zdi4WCAiZRU9GJ5KUIAIj7iYTu+YmIENrBZCya3LEECgbLzd1Q/7RJe/WIoQSpi9CtzkYmI AXKqLyKMFZ4s7isRKJSw6sdQOQAaQ4cghSQCSAC8pWL4O5K3UBZ7M3wIrUYiMtTH3h7s6SWwwjpJ wBkcxKy8V7WjVLheeN2PEt/0W9qglc4P/GqhUgsAf0gSEJBTpIByATwRhr6AgbMlCIFNAImgN02e BuTUkZO/Pq6CYXt0GRIwQO3syjzRIgG7iKXMKkbWSyECvVS4ZJJUEuSK60bqak/kOIBPJAvjPUUI rMvQMViKDIIEEAl8TtmBBLRBoEzkEiRAgJTn6Gs9EGx7bg7MuHoBzJOJfIhL9jWbEksdyxitvl4w GjRjHUS9XOBbImZk41n8rI75uzNU6HGZSwROAogAfqicywQaB8QETJgEtDTNePB1ZY4l2xJghggY 5Y0cxnLtJLCIRZzlsehvIkjQJ5Zdy5w1pYhCEKDm6eZiThjZUzlXUNCw7c25b+KBaphtHeQSgUUA BYDvQqzL/NFc/gH9VDDOVuvzu0PTmus6TKsn39nQW+eNJs/aUQp5xYJFnYTAaMTRXpSEmmAppgtR Yx6Ch5MOrHo+bPaevyCyaAxQX7yt1NGTWaFEIhgJIBP4vjT9r7Vg6BObYzonA9tamEcDn9nAdMsS WcRhrjNxixDC+Y5YrNFuNF9IXbbM2N1+yxXS+h8z3ApNA4k+Yuzp2hQQ0E1/cwGkVLjULkIEW71S QDjApz6bFzy8+ucRSqvCmCz0NN4yPx3H5FySRgPsldqgGdYy6yECK4EuyQwngJ4zGRLrA0QrSCua roKweDyV6PABvbyP5e1sIu5l9cBHBklEwCGBLQP8scD3kYAB/mm3zadlFhNgAFuVj4NMeNvPBiS8 9WhFVnFnffs7j4e2y5osKOFwVU7lvKZDpaKzDPLg1acWP50IKPCbLSQRAYcEQrsAIfBz3/te4RaB 8UYs9lEdL1fYGTNAC09HiHoxOwVWe8P/+b7CrH6wCumaBGoWCtCFhWpfej5xJA3w7mx+D6T2UtGA DpgvetTc94GfIgLqS0wmAR8BcMx7870rjRqAOOmHI7y6T+myLyaIPG/NiW3CZc3Oeeqx2C7Bgqer CDvTqdMoFLPzW5wszLZjG9AwkwR4RpvS93GiAXNUMcdCp6UPFc33FPBd1kASCbgIgGvi+0iAMn3M dGIoPZNvxBkV6gusZmxQzhoaC/AcD0z1wMFRoHNaNpO6wkJNg5yDna6qRYhh/qQor0or08YJOz7A zHLbKgLaOQCKn10WwFBegCYEXZ+JHy8JuIQigFjwc/6aJND1r9ZuKrC629h0lresX+0UUAygo+AR DiZ42sIMjHwNmb6+a9ok8YLhJ3PaYcqMDNi6RN80p4KBoSDoHYXm0vWF9BXfRwBUAz5rgEUCrt0B kwBKg7+BFvAzXq16zRnaPRpajlWQQwd9McgeY4Fxn/yByc9ndE1vTGqZztoBg4dRLFAzvrZTjU+E 9cZWwF7OGc2JGBKg7WZSpF0yMzawhwK/bv7r7vCgTGjlTCugCAlQknIzkA/s5mf9gjf9ayjXAbga lEop+xFQ4RO9uYHDTZmXmuzu0NVLqUw0rxthOScDnAmfgGhQGJlWa9pXP88hbXTeN+p0FWiddEm7 LIs+Qm5zMuBjTHi6XkzWrIi0UsJqJNTFyrHADhOwt/1rsAZ0wHdQ+DBJgCKFYqITAHf1N8Vc2U2W 22IigFsAzvu04eIU+MfnMk1TUC3UjmcGj8Mg5i6BnNUmOwvI4b+hESfJGBUnInD9DvZYzkgwdOv7 nzJokVCgpMdEzgtF6XSWzJhyPNM7qISdGV7h6VJJq7wjWwLo5s8E2wC4gJr/HRQe9hit4JlLPIB8 IAWX8VLECoi1AHyr/gD8Tf9+WPEH1juHGoQ7mIhgI9Dg7Gzbr8j2Kkka0B7A+I41+Mz4qZof2Fx9 2fV8KmfV83RxZYlb03N1kuTCWd2D7XqsDp9h0ettINE1ArvdHgDOADwDZQlIKCycAbju0/aYrIQN JpdhaGkggmHnIMsKMHcEch4I4jL1BxJooC70DArsZwBuQ4H/Vv958+qrX3zlO7/zHe9QjwTXCE27 TNMlUOIJNkHniAiAOE1os+2CbY5104EcJK8EyVu5PUtjea2ezID7IL257vY0K4IqI6VE17V45ZX/ +wrUXL+GWviACSvbPv26TxssgsGYbVEI9D7RAxEcF0D/q6/6pq8/mP0mAQzgvwPFis9st9u7L774 4v0333xzC+BcSnkhpTwf9EjILeQsfrBRXZCNVNzg6r/reo9PFur1cQ6GXzgoEWwwCXMV1t8rsAq0 AmI054UQ10KIKyFw+fDh648B6K+3ADwBcAkV/7qCWv2voQhgeEnt7+AemH0wL9e8Jjd/aRZACQIA 5qu/HvAbyOBMe13AtgZuaenDa3AddPCbEVTzRgtTnsY5fpLyQi7k2nsT/DowBx9+178fwHyNCeQm 6IeVf6e9Bj0D8FvYwK+KAAA6BqBbBDpw9XjAWZ82xAV0a2Ewjzaarg1s0Ju7DqaEApcnuXniW/lD eebLJIIBtC2mlXzw8a/79B3mK/0eNpHo+vQXUAEB6O8pMjCJwSQE86XvElB55l9dt6+PvjSXnEjh 6ZIYnzlkAZjvTUDqBKCTgglsPV9/r5OKrk9vIwR6FgGYB4F0AgDySUAYL1eaacqbeZTuUsA/Af1m S6wVEAJcZ6RR5ABMgNfTKL/e3AGg/vreU5+njAABIPCZshZCZEDlma4DR7cv39XfmLyT3BwpSQLS kS+NMnoatarHgD4J/EAaAZhpXPDn/A2lcftKyYkEbraEXIMQAZifOUAt9df33pemMogDEBQBgEgr aRWEynDfU59daSllTvL0CScukEoArvcpBBFK436eMhynn1wEAEd6LhGE0rjvXf3j5JWsc5J6JSYI yKmTQwL6+5w012dX2pSZQABw5HEDhfrnJcB+8vVPUlpyYgPm51RS8JXn9mOe6Tn7HCIAvVwoLYUY YvX40mLyT3ISSkrHB8zPOUCPBj7gBz8AiCG/4JOBqbTcz6F0bv5JTsKRFCKg0nM/x6TNCzDvtBJ6 uQV/FKRkWkw+R06k8XRLSiwgVkcOcGMAzrqWmB8HEWbZgr8FGLuKl/TpT6A+SYrEkkVszCAlPZQ3 Lxh5j7VFALPM5cmAm88tEysnorgZUsIKSNGZ6kpw9auCGQ9W8BLAWCj+p8FzXYncsic5ydISAzpu 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="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="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="text4015"
-         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(4.738143,10.53272)">
-        <path
-           inkscape:connector-curvature="0"
-           id="path4020"
-           style="font-size:7px;fill:#555753"
-           d="m 67.286857,250.38828 -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
-           inkscape:connector-curvature="0"
-           id="path4022"
-           style="font-size:7px;fill:#555753"
-           d="m 69.368482,246.95828 c -0.329,0 -0.637001,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.244999,-0.161 0.497,-0.245 0.721,-0.245 0.216999,0 0.385,0.042 0.56,0.112 l 0.07,0 0,-0.553 c -0.147,-0.042 -0.301001,-0.063 -0.462,-0.063" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4024"
-           style="font-size:7px;fill:#555753"
-           d="m 71.973138,250.45828 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.748999,-0.091 -1.099,-0.50401 -1.099,-1.33 0,-0.791 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.602,-0.203 -0.875,-0.203 -0.588,0 -1.022,0.161 -1.309,0.504 -0.273,0.32899 -0.441,0.763 -0.441,1.302 0,1.07099 0.588001,1.701 1.631,1.701" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4026"
-           style="font-size:7px;fill:#555753"
-           d="m 75.949685,248.21828 0,2.17 0.581,0 0,-2.303 c 0,-0.714 -0.399001,-1.169 -1.106,-1.169 -0.35,0 -0.721001,0.105 -1.127,0.308 l 0,-1.526 -0.581,0 0,4.69 0.581,0 0,-2.737 c 0.342999,-0.168 0.644,-0.252 0.91,-0.252 0.552999,0 0.742,0.259 0.742,0.819" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4028"
-           style="font-size:7px;fill:#555753"
-           d="m 77.482466,247.01428 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
-           inkscape:connector-curvature="0"
-           id="path4030"
-           style="font-size:7px;fill:#555753"
-           d="m 81.89006,247.01428 -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
-           inkscape:connector-curvature="0"
-           id="path4032"
-           style="font-size:7px;fill:#555753"
-           d="m 84.052403,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.685999,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.364001,-1.302 1.043,-1.302 m -0.014,3.052 c 1.035999,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588001,-1.743 -1.631,-1.743 -1.035998,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.588002,1.75 1.624,1.75" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4034"
-           style="font-size:7px;fill:#555753"
-           d="m 89.966638,249.97528 c -0.741999,0 -1.092,-0.53201 -1.092,-1.288 0,-0.749 0.350001,-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.10501 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.32199 -0.483,0.777 -0.483,1.358 0,1.00799 0.525001,1.715 1.561,1.715" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4036"
-           style="font-size:7px;fill:#555753"
-           d="m 93.654107,246.95828 c -0.49,0 -0.868001,0.175 -1.141,0.525 -0.259,0.34999 -0.378,0.77 -0.378,1.274 0,1.09199 0.588001,1.694 1.687,1.694 0.377999,0 0.742,-0.063 1.085,-0.182 l 0,-0.455 c -0.329,0.105 -0.637001,0.168 -0.931,0.168 -0.427,0 -0.763001,-0.10501 -0.959,-0.315 -0.196,-0.21 -0.322,-0.48301 -0.329,-0.805 l 2.317,0 0.035,-0.056 0,-0.308 c 0,-0.973 -0.497001,-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.524999,0 0.763,0.462 0.763,1.015" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4038"
-           style="font-size:7px;fill:#555753"
-           d="m 98.4712,249.87728 0,-3.829 1.085,0 c 0.84,0 1.232,0.392 1.477,0.91 0.14,0.29399 0.21,0.63 0.21,1.008 0,0.37799 -0.049,0.728 -0.189,1.022 -0.245,0.51799 -0.665,0.889 -1.498,0.889 l -1.085,0 m 1.127,0.511 c 0.994,0 1.652,-0.43401 2.002,-1.12 0.189,-0.371 0.28,-0.81201 0.28,-1.302 0,-0.49 -0.091,-0.93101 -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
-           inkscape:connector-curvature="0"
-           id="path4040"
-           style="font-size:7px;fill:#555753"
-           d="m 103.90276,247.44828 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.54599 0.497,0.924 1.085,0.924 0.378,0 0.721,-0.14001 1.036,-0.399 l 0.126,0.315 0.434,0 0,-2.191 c 0,-0.553 -0.119,-0.80501 -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.25901 -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.23799 -0.525,0.392 -0.931,0.392" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4042"
-           style="font-size:7px;fill:#555753"
-           d="m 107.42376,250.45128 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.23101 -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.71399 0.245,1.113 0.945,1.113" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4044"
-           style="font-size:7px;fill:#555753"
-           d="m 110.38443,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.68599,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.36401,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.03599,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.58801,1.75 1.624,1.75" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4046"
-           style="font-size:7px;fill:#555753"
-           d="m 113.92261,249.98228 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.15401 1.12,-0.448 0.119,-0.147 0.175,-0.33601 0.175,-0.518 0,-0.217 -0.049,-0.37801 -0.196,-0.539 -0.126,-0.14 -0.238,-0.25201 -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.13301 -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.53199 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.33599 -0.371,0.469 -0.742,0.469" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4048"
-           style="font-size:7px;fill:#555753"
-           d="m 121.77858,245.72628 c -0.462,-0.175 -0.82601,-0.259 -1.463,-0.259 -0.707,0 -1.40001,0.322 -1.771,0.7 -0.385,0.39899 -0.63,1.029 -0.63,1.785 0,0.74199 0.224,1.344 0.665,1.806 0.39199,0.40599 1.022,0.7 1.799,0.7 0.54599,0 1.029,-0.098 1.463,-0.294 l -0.147,-0.469 c -0.385,0.15399 -0.75601,0.231 -1.141,0.231 -0.385,0 -0.777,-0.077 -1.071,-0.245 -0.546,-0.315 -0.931,-0.91001 -0.931,-1.736 0,-0.826 0.308,-1.41401 0.854,-1.729 0.294,-0.168 0.686,-0.224 1.071,-0.224 0.48299,0 0.756,0.07 1.141,0.21 l 0.161,-0.476" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4050"
-           style="font-size:7px;fill:#555753"
-           d="m 124.05631,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.686,0 -1.043,-0.58101 -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.70701 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.04999 0.588,1.75 1.624,1.75" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4052"
-           style="font-size:7px;fill:#555753"
-           d="m 130.57648,248.23928 0,2.149 0.581,0 0,-2.289 c 0,-0.679 -0.357,-1.162 -1.064,-1.162 -0.455,0 -0.805,0.203 -1.148,0.441 -0.175,-0.252 -0.476,-0.441 -0.875,-0.441 -0.147,0 -0.301,0.021 -0.469,0.07 -0.14,0.042 -0.329,0.126 -0.56,0.273 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.723 c 0.301,-0.168 0.567,-0.259 0.784,-0.259 0.476,0 0.665,0.315 0.665,0.833 l 0,2.149 0.574,0 0,-2.289 c 0,-0.161 -0.007,-0.294 -0.035,-0.392 0.329,-0.196 0.581,-0.301 0.819,-0.301 0.469,0 0.665,0.315 0.665,0.833" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4054"
-           style="font-size:7px;fill:#555753"
-           d="m 133.44561,247.42728 c 0.735,0 1.099,0.532 1.099,1.288 0,0.74899 -0.385,1.309 -1.106,1.309 -0.259,0 -0.511,-0.056 -0.756,-0.161 l 0,-2.226 c 0.238,-0.133 0.42,-0.21 0.763,-0.21 m -0.763,4.788 0,-1.904 c 0.266,0.112 0.539,0.168 0.812,0.168 0.462,0 0.847,-0.16101 1.155,-0.462 0.322,-0.315 0.49,-0.77001 0.49,-1.351 0,-0.7 -0.245,-1.19001 -0.714,-1.491 -0.238,-0.147 -0.518,-0.224 -0.854,-0.224 -0.336,0 -0.651,0.105 -0.952,0.301 l -0.105,-0.238 -0.413,0 0,5.201 0.581,0" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4056"
-           style="font-size:7px;fill:#555753"
-           d="m 137.44075,246.95828 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
-           inkscape:connector-curvature="0"
-           id="path4058"
-           style="font-size:7px;fill:#555753"
-           d="m 138.5684,247.01428 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
-           inkscape:connector-curvature="0"
-           id="path4060"
-           style="font-size:7px;fill:#555753"
-           d="m 144.18,248.23928 0,2.149 0.581,0 0,-2.289 c 0,-0.679 -0.357,-1.162 -1.064,-1.162 -0.455,0 -0.805,0.203 -1.148,0.441 -0.175,-0.252 -0.476,-0.441 -0.875,-0.441 -0.147,0 -0.301,0.021 -0.469,0.07 -0.14,0.042 -0.329,0.126 -0.56,0.273 l -0.112,-0.266 -0.406,0 0,3.374 0.581,0 0,-2.723 c 0.301,-0.168 0.567,-0.259 0.784,-0.259 0.476,0 0.665,0.315 0.665,0.833 l 0,2.149 0.574,0 0,-2.289 c 0,-0.161 -0.007,-0.294 -0.035,-0.392 0.329,-0.196 0.581,-0.301 0.819,-0.301 0.469,0 0.665,0.315 0.665,0.833" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4062"
-           style="font-size:7px;fill:#555753"
-           d="m 145.70512,247.01428 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
-           inkscape:connector-curvature="0"
-           id="path4064"
-           style="font-size:7px;fill:#555753"
-           d="m 148.79672,249.97528 c -0.742,0 -1.092,-0.53201 -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.10501 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.32199 -0.483,0.777 -0.483,1.358 0,1.00799 0.525,1.715 1.561,1.715" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4066"
-           style="font-size:7px;fill:#555753"
-           d="m 152.60318,247.40628 c 0.686,0 1.043,0.581 1.043,1.302 0,0.72099 -0.35,1.295 -1.043,1.295 -0.68599,0 -1.043,-0.58101 -1.043,-1.295 0,-0.714 0.36401,-1.302 1.043,-1.302 m -0.014,3.052 c 1.036,0 1.652,-0.70701 1.652,-1.757 0,-1.057 -0.588,-1.743 -1.631,-1.743 -1.03599,0 -1.645,0.693 -1.645,1.75 0,1.04999 0.58801,1.75 1.624,1.75" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path4068"
-           style="font-size:7px;fill:#555753"
-           d="m 156.14136,249.98228 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.15401 1.12,-0.448 0.119,-0.147 0.175,-0.33601 0.175,-0.518 0,-0.217 -0.049,-0.37801 -0.196,-0.539 -0.126,-0.14 -0.238,-0.25201 -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.13301 -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.53199 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.33599 -0.371,0.469 -0.742,0.469" />
-      </g>
-      <g
-         transform="matrix(0.6164757,0,0,0.65618174,-32.73304,105.80743)"
-         id="g3994"
-         style="display:inline;enable-background:new">
-        <path
-           transform="matrix(1.024448,0,0,0.877796,250.82151,52.87651)"
-           d="m 51,183.875 c -0.774202,0 -2.421901,0.151 -3.84375,0.9375 -1.421849,0.7865 -2.031279,1.61326 -2.4375,2.09375 -1.357557,1.60577 -1.936743,2.98332 -2.46875,4.5 A 6.3523488,6.3523488 0 0 0 42,192 l -13.90625,40.75 a 6.3523488,6.3523488 0 0 0 6,8.40625 l 191.8125,0 a 6.3523488,6.3523488 0 0 0 6.03125,-8.375 l -13.90625,-41.5 c -0.61375,-1.82775 -1.26084,-3.29873 -2.90625,-4.9375 -0.78166,-0.7785 -4.36677,-2.46875 -6.09375,-2.46875 L 51,183.875 z"
-           id="path3990"
-           style="opacity:0.55;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3519);enable-background:new"
-           inkscape:original="M 51 190.21875 C 50.331523 190.21875 50.105549 190.35766 49.5625 191 C 49.019451 191.64234 48.447678 192.79364 48.03125 194.03125 C 48.020906 194.04174 48.010489 194.05216 48 194.0625 L 34.09375 234.8125 L 225.90625 234.8125 L 212 193.3125 C 211.61011 192.15141 211.10727 191.29295 210.65625 190.84375 C 210.20523 190.39455 209.92931 190.21875 209.03125 190.21875 L 51 190.21875 z "
-           inkscape:radius="6.3517137"
-           sodipodi:type="inkscape:offset" />
-        <path
-           transform="translate(254,26.40625)"
-           d="m 51,185.28125 c -0.677092,0 -2.002339,0.11171 -3.15625,0.75 -1.153911,0.63829 -1.68601,1.33592 -2.0625,1.78125 -1.110414,1.31344 -1.669365,2.53408 -2.15625,3.875 a 4.9502425,4.9502425 0 0 0 -0.1875,0.46875 c -0.03287,0.0956 -0.06108,0.18416 -0.09375,0.28125 a 4.9502425,4.9502425 0 0 0 -0.03125,0.0313 l -13.90625,40.75 a 4.9502425,4.9502425 0 0 0 4.6875,6.53125 l 191.8125,0 a 4.9502425,4.9502425 0 0 0 4.6875,-6.5 l -13.90625,-41.5 c -0.56434,-1.6806 -1.14947,-3.03005 -2.53125,-4.40625 -0.70868,-0.70582 -3.58098,-2.0625 -5.125,-2.0625 l -158.03125,0 z"
-           id="path3992"
-           style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3515);enable-background:new"
-           inkscape:original="M 51 190.21875 C 50.331523 190.21875 50.105549 190.35766 49.5625 191 C 49.019451 191.64234 48.447678 192.79364 48.03125 194.03125 C 48.020906 194.04174 48.010489 194.05216 48 194.0625 L 34.09375 234.8125 L 225.90625 234.8125 L 212 193.3125 C 211.61011 192.15141 211.10727 191.29295 210.65625 190.84375 C 210.20523 190.39455 209.92931 190.21875 209.03125 190.21875 L 51 190.21875 z "
-           inkscape:radius="4.9497476"
-           sodipodi:type="inkscape:offset" />
-      </g>
-      <g
-         id="g3690"
-         style="display:inline;enable-background:new"
-         transform="matrix(0.63563009,0,0,0.63023125,-145.51709,112.10242)">
-        <g
-           style="display:inline;enable-background:new"
-           id="g2874"
-           clip-path="url(#clipPath2889)"
-           transform="translate(406,2)">
-          <g
-             id="g2848">
-            <path
-               sodipodi:nodetypes="ccccccccc"
-               id="path3817"
-               d="m 65,74.4375 c -3.324,0 -5.028791,3.11359 -6,6 l -14.53125,42.625 c -0.334106,0.7393 -0.38968,1.54824 -0.46875,2.34375 l 200.03125,0 -0.46875,-2.34375 -14.53125,-43.34375 c -0.96949,-2.88714 -2.676,-5.28125 -6,-5.28125 L 65,74.4375 z"
-               style="fill:url(#linearGradient3008);fill-opacity:1;fill-rule:evenodd;stroke:none"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="cccccccccc"
-               id="path3819"
-               d="m 50,119.40625 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
-               style="fill:url(#linearGradient3010);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-               inkscape:connector-curvature="0" />
-            <rect
-               mask="url(#mask6971)"
-               y="76"
-               x="25"
-               height="40"
-               width="210.45406"
-               id="rect3821"
-               style="fill:url(#radialGradient3012);fill-opacity:1;fill-rule:evenodd;stroke:none"
-               transform="translate(14,28.40625)" />
-            <path
-               sodipodi:nodetypes="cccccccccc"
-               id="path3823"
-               d="m 50,119.40625 c -3.324,0 -6,2.676 -6,6 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 18.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-3.324 -2.676,-6 -6,-6 l -18.03125,0 z"
-               style="opacity:0.33207547;fill:url(#linearGradient3014);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="cccccccccc"
-               id="path3825"
-               d="m 50,219.40625 c -3.324,0 -6,2.676 -6,6 l 0,29 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-33 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
-               style="opacity:0.28679247;fill:url(#linearGradient3016);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="cccccccccc"
-               id="path3827"
-               d="m 50,239.40625 c -3.324,0 -6,2.676 -6,6 l 0,9 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-13 c 0,-3.324 -2.676,-6 -6,-6 l -188.03125,0 z"
-               style="opacity:0.20754718;fill:url(#linearGradient3018);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="cccccccccc"
-               id="path3829"
-               d="m 230,123.40625 c -3.324,0 -6,2.676 -6,6 l 0,125 0,4 c 0,3.324 2.676,5.99999 6,6 l 8.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-129 c 0,-3.324 -2.676,-6 -6,-6 l -8.03125,0 z"
-               style="opacity:0.1;fill:url(#linearGradient3020);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
-               inkscape:connector-curvature="0" />
-            <rect
-               mask="url(#mask7322)"
-               y="91"
-               x="25"
-               height="149.5"
-               width="210.5"
-               id="rect3831"
-               style="opacity:0.15;fill:url(#linearGradient3022);fill-opacity:1;fill-rule:evenodd;stroke:none"
-               transform="translate(14,30.40625)"
-               clip-path="none" />
-            <rect
-               transform="translate(14,28.40625)"
-               style="opacity:0.68468472;fill:url(#radialGradient3024);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-               id="rect3833"
-               width="210.45406"
-               height="40"
-               x="25"
-               y="76"
-               mask="url(#mask6971)" />
-            <rect
-               style="opacity:0.74324323;fill:url(#linearGradient3026);fill-opacity:1;stroke:none"
-               id="rect3835"
-               width="4.057539"
-               height="138.1909"
-               x="44"
-               y="123.75365"
-               rx="2.0080075"
-               ry="2.0586147" />
-            <rect
-               style="opacity:0.77477477;fill:url(#linearGradient3028);fill-opacity:1;stroke:none;display:inline;enable-background:new"
-               id="rect3837"
-               width="4.057539"
-               height="138.1909"
-               x="-243.9375"
-               y="123.75365"
-               rx="2.0080075"
-               ry="2.0586147"
-               transform="scale(-1,1)" />
-          </g>
-          <path
-             sodipodi:nodetypes="cccssccccccccccc"
-             transform="translate(-20,0)"
-             clip-path="none"
-             id="path2835-9"
-             d="m 79.875,74.34375 -16.6875,49.53125 1.09375,-0.21875 c -0.05438,0.1788 -0.118472,0.3457 -0.15625,0.53125 -0.0017,0.01 0.0016,0.0216 0,0.0313 -0.07572,0.38194 -0.125,0.78267 -0.125,1.1875 l 0,129 0,4 c 0,3.324 2.676,5.99999 6,6 l 188.03125,0 c 3.324,0 6,-2.67601 6,-6 l 0,-133 c 0,-0.6925 -0.1298,-1.35084 -0.34375,-1.96875 l 0.875,0.4375 -16.6875,-49.53125 -168,0 z"
-             style="opacity:0.5;fill:none;stroke:url(#linearGradient3030);stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3403);enable-background:new"
-             inkscape:connector-curvature="0" />
-          <path
-             id="path3729"
-             d="m 132.375,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.0499,1.51979 -0.0625,2.3125 l -0.0313,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L 158.59375,79.25 C 158.43879,76.373028 158.18747,74 157.65625,74 L 132.375,74 z"
-             style="opacity:0.3;fill:url(#linearGradient3032);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter3736);enable-background:new"
-             inkscape:connector-curvature="0" />
-        </g>
-        <path
-           sodipodi:nodetypes="ccccccccc"
-           id="path3880"
-           d="m 471,76.4375 c -3.324,0 -5.02879,3.11359 -6,6 l -14.53125,42.625 c -0.33411,0.7393 -0.38968,1.54824 -0.46875,2.34375 l 200.03125,0 -0.46875,-2.34375 -14.53125,-43.34375 c -0.96949,-2.88714 -2.676,-5.28125 -6,-5.28125 L 471,76.4375 z"
-           style="opacity:0.4;fill:url(#radialGradient3034);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           inkscape:connector-curvature="0" />
-        <path
-           style="opacity:0.7;fill:url(#radialGradient3036);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-           d="m 454.45457,128.40625 c -0.20712,0.64182 -0.26545,1.32713 -0.32957,2 l 191.78125,0 -0.38949,-2 -191.06219,0 z"
-           id="path3898"
-           inkscape:connector-curvature="0" />
-        <g
-           id="g3676"
-           clip-path="url(#clipPath3680)"
-           transform="translate(626,2)"
-           style="stroke:#888a85;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new">
-          <path
-             id="path3667"
-             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
-             style="fill:url(#linearGradient3038);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-             inkscape:connector-curvature="0" />
-          <path
-             id="path3717"
-             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 31.84375,0 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
-             style="fill:url(#linearGradient3040);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-             sodipodi:nodetypes="ccccccc"
-             inkscape:connector-curvature="0" />
-          <path
-             id="path3672"
-             d="m -88.625,74 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,47.21875 32,0 0,-47.21875 -0.0625,-2.3125 L -62.40625,79.25 C -62.56121,76.373028 -62.81253,74 -63.34375,74 L -88.625,74 z"
-             style="fill:none;stroke:url(#linearGradient3042);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3684);enable-background:new"
-             inkscape:connector-curvature="0" />
-          <path
-             id="path3755"
-             d="m -87.625,75 c -0.53122,0 -0.78227,3.092506 -0.9375,5.96875 l -2.34375,42.5 c -0.0534,0.7367 -0.04986,1.51979 -0.0625,2.3125 l -0.03125,0 0,50.21875 40,0 0,-50.21875 -0.0625,-2.3125 L -53.40625,80.25 C -53.56121,77.373028 -53.81253,75 -54.34375,75 L -87.625,75 z"
-             style="fill:none;stroke:url(#linearGradient3044);stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter3684);enable-background:new"
-             sodipodi:nodetypes="cccccccccccc"
-             inkscape:connector-curvature="0" />
-        </g>
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.4;fill:url(#radialGradient4396);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         d="m 154.1649,160.28823 c -2.26487,0 -3.42646,2.05125 -4.08821,3.95283 l -9.90113,28.08155 c -0.22765,0.48706 -0.26551,1.01999 -0.31939,1.54408 l 136.29487,0 -0.31939,-1.54408 -9.90113,-28.55507 c -0.66058,-1.90206 -1.82334,-3.47931 -4.08821,-3.47931 l -107.67741,0 z"
-         id="path3880-0"
-         sodipodi:nodetypes="ccccccccc" />
-      <path
-         inkscape:connector-curvature="0"
-         id="path3898-1"
-         d="m 142.89137,194.52549 c -0.14112,0.42284 -0.18087,0.87432 -0.22456,1.31761 l 130.67359,0 -0.26539,-1.31761 -130.18364,0 z"
-         style="opacity:0.7;fill:url(#radialGradient6196);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-por.svg
deleted file mode 100644 (file)
index b3517b3..0000000
+++ /dev/null
@@ -1,206 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="7.9195959"
-     inkscape:cx="6.9659766"
-     inkscape:cy="19.87341"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3055" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,32"
-       id="guide3057" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide3059" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide3061" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide3063" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-2050.4571,-598.49334)">
-    <g
-       id="g3111">
-      <image
-         y="598.49335"
-         x="2050.457"
-         id="image10-5-3"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
-         height="32"
-         width="32"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="611.49335"
-         x="2058.4985"
-         height="13.000003"
-         width="1.00001"
-         id="rect3033-8-2-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="611.49335"
-         x="2073.4985"
-         height="13.000003"
-         width="1"
-         id="rect3033-8-7-7-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2074.4985"
-         x="623.49335"
-         height="16"
-         width="0.99999493"
-         id="rect4385-7-5-5-84-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="611.49335"
-         x="2063.457"
-         height="13.000003"
-         width="1.0415039"
-         id="rect3033-8-4-7-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="611.49335"
-         x="2068.4985"
-         height="13.000003"
-         width="1"
-         id="rect3033-8-4-2-3-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2074.4985"
-         x="619.49335"
-         height="15.999998"
-         width="1"
-         id="rect4385-7-5-5-3-3-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2074.4985"
-         x="615.49335"
-         height="16"
-         width="1"
-         id="rect4385-7-5-5-33-6-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2074.4985"
-         x="611.49335"
-         height="16"
-         width="1"
-         id="rect4385-7-5-5-8-6-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 2073.9852,622.98003 c -0.038,0 -6.1171,-0.006 -6.1531,-0.006 -1.3372,-0.0112 -1.4819,-0.22406 -1.6646,-0.42516 -0.7295,-0.80287 -0.9444,-2.18356 -1.36,-4.26667 -0.4566,-2.28861 -0.7717,-5.27594 -1.3301,-5.27594 -0.4523,0 -0.803,2.89692 -1.2596,5.18554 -0.4156,2.08312 -0.663,3.57022 -1.3925,4.37307 -0.1876,0.20652 -0.3732,0.40961 -1.8133,0.40961"
-         style="fill:none;stroke:#744f7b;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 2073.9777,622.97247 c -2.9312,0 -2.7372,-0.0471 -3.0926,-0.0944 -1.378,-0.18287 -2.0035,-1.73743 -2.551,-3.19377 -0.6942,-1.84653 -1.2111,-3.67007 -1.8355,-3.67007 -0.6244,0 -1.1414,1.82354 -1.8355,3.67007 -0.5475,1.45634 -1.1729,3.0109 -2.551,3.19377 -0.3554,0.0472 -0.1614,0.0944 -3.0926,0.0944"
-         style="fill:none;stroke:#3364a4;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2068.457"
-         x="604.49335"
-         height="10"
-         width="1.0000103"
-         id="rect4385-7-5-5-84-5-10"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-2065.457"
-         x="607.49335"
-         height="7.0000095"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sav.svg
deleted file mode 100644 (file)
index fca744d..0000000
+++ /dev/null
@@ -1,206 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="3.959798"
-     inkscape:cx="-16.649785"
-     inkscape:cy="12.301477"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3055" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,32"
-       id="guide3057" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide3059" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide3061" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide3063" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-595.74712,-587.49451)">
-    <g
-       id="g3015">
-      <image
-         y="587.49451"
-         x="595.74713"
-         id="image10-5-3"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
-         height="32"
-         width="32"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="600.49451"
-         x="603.78864"
-         height="13.000003"
-         width="1.00001"
-         id="rect3033-8-2-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         y="600.49451"
-         x="618.78864"
-         height="13.000003"
-         width="1"
-         id="rect3033-8-7-7-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-619.78864"
-         x="612.49451"
-         height="16"
-         width="0.99999493"
-         id="rect4385-7-5-5-84-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="600.49451"
-         x="608.74713"
-         height="13.000003"
-         width="1.0415039"
-         id="rect3033-8-4-7-8"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="600.49451"
-         x="613.78864"
-         height="13.000003"
-         width="1"
-         id="rect3033-8-4-2-3-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-619.78864"
-         x="608.49451"
-         height="15.999998"
-         width="1"
-         id="rect4385-7-5-5-3-3-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-619.78864"
-         x="604.49451"
-         height="16"
-         width="1"
-         id="rect4385-7-5-5-33-6-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-619.78864"
-         x="600.49451"
-         height="16"
-         width="1"
-         id="rect4385-7-5-5-8-6-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 619.27523,611.9812 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
-         style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1-0"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 619.26774,611.97364 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
-         style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5-7"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-613.74713"
-         x="593.49451"
-         height="10"
-         width="1.0000103"
-         id="rect4385-7-5-5-84-5-10"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-610.74713"
-         x="596.49451"
-         height="7.0000095"
-         width="1"
-         id="rect4385-7-5-5-84-5-1-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-sps.svg
deleted file mode 100644 (file)
index 0c74d55..0000000
+++ /dev/null
@@ -1,363 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2903-3"
-       id="linearGradient3797"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.70114596,0,0,0.70114569,305.47299,127.57644)"
-       x1="22.96538"
-       y1="35.310566"
-       x2="12.641191"
-       y2="11.423575" />
-    <linearGradient
-       id="linearGradient2903-3"
-       inkscape:collect="always">
-      <stop
-         id="stop2905-0"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1" />
-      <stop
-         id="stop2907-6"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2881-7"
-       id="radialGradient3791"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.69027124,8.2103993e-8,-8.4788672e-8,0.69027367,298.10163,131.21676)"
-       cx="31"
-       cy="12"
-       fx="31"
-       fy="12"
-       r="11.125" />
-    <linearGradient
-       id="linearGradient2881-7"
-       inkscape:collect="always">
-      <stop
-         id="stop2883-1"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2885-5"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2911-1"
-       id="linearGradient3794"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.67223853,0,0,0.67223918,306.05534,128.07192)"
-       x1="17.413136"
-       y1="7.8708334"
-       x2="17.027729"
-       y2="52.50489" />
-    <linearGradient
-       id="linearGradient2911-1"
-       inkscape:collect="always">
-      <stop
-         id="stop2913-8"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2915-3"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895-9"
-       id="linearGradient3788"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.67120824,8.601122e-8,-8.862202e-8,0.6712084,306.07582,128.08945)"
-       x1="21.788134"
-       y1="21.876961"
-       x2="10.211396"
-       y2="3.4232786" />
-    <linearGradient
-       id="linearGradient2895-9"
-       inkscape:collect="always">
-      <stop
-         id="stop2897-1"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop2899-0"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2859-1"
-       id="linearGradient4567"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
-       x1="16.487501"
-       y1="13.970829"
-       x2="32.566654"
-       y2="30.758347" />
-    <linearGradient
-       id="linearGradient2859-1"
-       inkscape:collect="always">
-      <stop
-         id="stop2861-6"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2863-2"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="30.758347"
-       x2="32.566654"
-       y1="13.970829"
-       x1="16.487501"
-       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5025"
-       xlink:href="#linearGradient2859-1"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="7.9195959"
-     inkscape:cx="24.241491"
-     inkscape:cy="13.055383"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3055" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,32"
-       id="guide3057" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide3059" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide3061" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide3063" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-53.71802,-458.07647)">
-    <g
-       transform="translate(-242.28198,342.07647)"
-       style="display:inline;enable-background:new"
-       id="g4571">
-      <g
-         id="g3182">
-        <image
-           style="display:inline;enable-background:new"
-           width="32"
-           height="32"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
-           id="image10-5-3"
-           x="296"
-           y="116" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8"
-           width="1.00001"
-           height="13.000003"
-           x="304.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3"
-           width="1"
-           height="13.000003"
-           x="319.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8"
-           width="0.99999493"
-           height="16"
-           x="141"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8"
-           width="1.0415039"
-           height="13.000003"
-           x="309"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2"
-           width="1"
-           height="13.000003"
-           x="314.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7"
-           width="1"
-           height="15.999998"
-           x="137"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6"
-           width="1"
-           height="16"
-           x="133"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7"
-           width="1"
-           height="16"
-           x="129"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 319.52811,140.48669 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 319.52062,140.47913 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10"
-           width="1.0000103"
-           height="10"
-           x="122"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3"
-           width="1"
-           height="7.0000095"
-           x="125"
-           y="-311"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:url(#linearGradient3797);fill-opacity:1;stroke:#2e3436;stroke-width:0.99951869;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path2779-7"
-         d="m 321.58281,131.70748 c -0.38058,-0.10198 -0.7642,-0.17065 -1.1444,-0.2159 l -0.70956,2.05555 c -0.68907,-0.0281 -1.35849,0.0596 -1.99745,0.25873 l -1.2187,-1.80101 c -0.89234,0.28264 -1.32171,0.53054 -2.01263,1.16201 l 0.95034,1.95592 c -0.49194,0.45377 -0.9025,0.9897 -1.22276,1.60048 l -2.13496,-0.41327 c -0.1509,0.35187 -0.28324,0.71844 -0.38521,1.09901 -0.10198,0.38058 -0.17066,0.76421 -0.2159,1.14439 l 2.05555,0.70958 c -0.0281,0.68907 0.0596,1.35847 0.25872,1.99744 l -1.801,1.2187 c 0.28264,0.89234 0.53053,1.3217 1.16201,2.01263 l 1.95591,-0.95034 c 0.45378,0.49193 0.98971,0.90251 1.60049,1.22276 l -0.41327,2.13496 c 0.35187,0.1509 0.71844,0.28323 1.09902,0.38521 0.38057,0.10198 0.76419,0.17065 1.14438,0.21591 l 0.70957,-2.05556 c 0.68907,0.0281 1.35849,-0.0596 1.99745,-0.25872 l 1.2187,1.801 c 0.89234,-0.28264 1.32171,-0.53053 2.01264,-1.162 l -0.95035,-1.95593 c 0.49194,-0.45377 0.9025,-0.9897 1.22277,-1.60048 l 2.13495,0.41328 c 0.1509,-0.35187 0.28324,-0.71845 0.38521,-1.09902 0.10198,-0.38058 0.17066,-0.76421 0.21591,-1.14439 l -2.05556,-0.70957 c 0.0281,-0.68908 -0.0596,-1.35848 -0.25871,-1.99745 l 1.80099,-1.21869 c -0.23886,-0.86804 -0.53053,-1.32171 -1.16201,-2.01263 l -1.95592,0.95033 c -0.45377,-0.49193 -0.9897,-0.9025 -1.60047,-1.22276 l 0.41327,-2.13496 c -0.35188,-0.15089 -0.71844,-0.28323 -1.09902,-0.38521 z m -1.63323,6.09529 c 0.93461,0.25043 1.4899,1.2122 1.23946,2.14681 -0.25042,0.93462 -1.21219,1.48989 -2.14681,1.23946 -0.93461,-0.25043 -1.4899,-1.2122 -1.23946,-2.14681 0.25042,-0.93461 1.2122,-1.48989 2.14681,-1.23946 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.8;fill:url(#radialGradient3791);fill-opacity:1;stroke:none"
-         id="path2875-9"
-         d="m 321.46412,132.16998 c -0.2115,-0.0567 -0.3926,-0.0738 -0.54637,-0.10226 L 320.58279,132 l -0.10887,0.32392 -0.59247,1.71705 c -0.73539,-0.0495 -1.45831,0.0616 -2.13005,0.28993 l -1.22681,-1.76317 -1.54031,0.8893 0.91353,1.94405 c -0.53363,0.46756 -0.99121,1.03813 -1.3161,1.6997 l -1.78325,-0.34541 -0.33496,-0.0678 -0.10886,0.32392 c -0.0523,0.14738 -0.12795,0.3128 -0.18463,0.52431 -0.0566,0.21152 -0.0738,0.39261 -0.10225,0.54638 l -0.0678,0.33495 0.32393,0.10886 1.71704,0.5925 c -0.0495,0.73538 0.0616,1.4583 0.28992,2.13004 l -1.49105,1.03491 -0.27211,0.19191 0.13969,0.30225 c 0.16163,0.33421 0.34909,0.6589 0.5577,0.96597 l 0.19192,0.27211 0.30224,-0.13971 1.64178,-0.77384 c 0.46757,0.53362 1.03815,0.99121 1.69971,1.31611 l -0.3454,1.78326 -0.0678,0.33494 0.32393,0.10888 c 0.14736,0.0523 0.31278,0.12795 0.5243,0.18462 0.2115,0.0567 0.39259,0.0738 0.54637,0.10226 l 0.33496,0.0678 0.10886,-0.32392 0.59248,-1.71705 c 0.73539,0.0495 1.45831,-0.0616 2.13005,-0.28993 l 1.03491,1.49107 0.1919,0.2721 0.30226,-0.1397 c 0.33419,-0.16161 0.65888,-0.34907 0.96595,-0.55769 l 0.2721,-0.19191 -0.13969,-0.30225 -0.77384,-1.6418 c 0.53362,-0.46756 0.99121,-1.03813 1.3161,-1.6997 l 1.78325,0.34541 0.33496,0.0678 0.10886,-0.32392 c 0.0523,-0.14738 0.12795,-0.3128 0.18463,-0.52431 0.0566,-0.21152 0.0738,-0.39261 0.10225,-0.54638 l 0.0678,-0.33495 -0.32393,-0.10886 -1.71704,-0.5925 c 0.0495,-0.73538 -0.0616,-1.4583 -0.28992,-2.13004 l 1.49105,-1.03491 0.27211,-0.19191 -0.1397,-0.30225 c -0.16162,-0.33421 -0.34908,-0.6589 -0.55769,-0.96597 l -0.19192,-0.27211 -0.30224,0.13971 -1.64178,0.77384 c -0.46757,-0.53362 -1.03815,-0.99121 -1.69971,-1.31611 l 0.3454,-1.78325 0.0678,-0.33495 -0.32393,-0.10888 c -0.14736,-0.0523 -0.31278,-0.12795 -0.5243,-0.18462 z m -1.34616,5.02397 c 1.27295,0.34109 2.02925,1.65105 1.68817,2.924 -0.34109,1.27296 -1.65104,2.02926 -2.924,1.68817 -1.27294,-0.34108 -2.02924,-1.65104 -1.68816,-2.924 0.34109,-1.27296 1.65103,-2.02926 2.92399,-1.68817 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:none;stroke:url(#linearGradient3794);stroke-width:1.09215772;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path2819-7"
-         d="m 321.33785,132.64139 c -0.16887,-0.0452 -0.34635,-0.0637 -0.51817,-0.0953 l -0.67487,1.95052 c -0.8856,-0.11571 -1.75958,0.0172 -2.5485,0.33932 l -1.15905,-1.68071 c -0.31267,0.1512 -0.61324,0.32473 -0.90051,0.5199 l 0.87602,1.84413 c -0.67349,0.52212 -1.2255,1.2126 -1.5681,2.0374 l -2.02665,-0.39078 c -0.0586,0.16465 -0.13124,0.32754 -0.17651,0.4964 -0.0452,0.16889 -0.0636,0.34635 -0.0954,0.51817 l 1.95052,0.67489 c -0.11571,0.88557 0.0173,1.75956 0.33932,2.54849 l -1.68072,1.15904 c 0.15119,0.31266 0.32472,0.61324 0.51991,0.90052 l 1.84411,-0.87604 c 0.52215,0.67349 1.21262,1.22552 2.03744,1.56811 l -0.39082,2.02664 c 0.16467,0.0586 0.32755,0.13125 0.49643,0.17653 0.16886,0.0452 0.34634,0.0636 0.51814,0.0953 l 0.67489,-1.95053 c 0.88559,0.11571 1.75958,-0.0171 2.5485,-0.33931 l 1.15904,1.68072 c 0.31267,-0.15121 0.61324,-0.32474 0.90052,-0.51992 l -0.87603,-1.84412 c 0.67349,-0.52212 1.2255,-1.21261 1.56811,-2.03741 l 2.02663,0.39079 c 0.0586,-0.16467 0.13126,-0.32753 0.17651,-0.49641 0.0453,-0.16887 0.0637,-0.34634 0.0953,-0.51817 l -1.95053,-0.67487 c 0.11571,-0.88559 -0.0171,-1.75959 -0.33929,-2.5485 l 1.6807,-1.15904 c -0.1512,-0.31267 -0.32474,-0.61324 -0.5199,-0.90052 l -1.84413,0.87603 c -0.52214,-0.6735 -1.21262,-1.22551 -2.03741,-1.56811 l 0.39081,-2.02665 c -0.16469,-0.0586 -0.32755,-0.13124 -0.49642,-0.17651 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:url(#linearGradient3788);fill-opacity:1;stroke:none"
-         id="path2867-2"
-         d="m 320.97663,133.98913 c -3.042,-0.8151 -6.1724,0.99224 -6.9875,4.03424 -0.8151,3.042 0.99224,6.17241 4.03424,6.98751 3.042,0.8151 6.1724,-0.99224 6.9875,-4.03424 0.8151,-3.042 -0.99224,-6.17241 -4.03424,-6.98751 z m -0.92289,3.4443 c 1.14075,0.30566 1.8185,1.47957 1.51284,2.62031 -0.30566,1.14075 -1.47957,1.8185 -2.62032,1.51284 -1.14075,-0.30566 -1.8185,-1.47957 -1.51284,-2.62031 0.30566,-1.14075 1.47957,-1.8185 2.62032,-1.51284 z" />
-      <path
-         transform="matrix(0.56890677,0.15243742,-0.15243735,0.56890711,309.02009,125.1154)"
-         style="fill:none;stroke:url(#linearGradient5025);stroke-width:2.20722222;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc"
-         sodipodi:ry="8.5"
-         sodipodi:rx="8.5"
-         sodipodi:cy="19"
-         sodipodi:cx="23.5"
-         id="path2849-8"
-         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/32x32/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index b7a78b7..0000000
+++ /dev/null
@@ -1,482 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file compressed (*.zsav)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6977-5"
-       id="linearGradient5380"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.07499582,0,0,0.08545165,310.24867,128.56474)"
-       x1="52"
-       y1="40.482288"
-       x2="52"
-       y2="76.67421" />
-    <linearGradient
-       id="linearGradient6977-5">
-      <stop
-         style="stop-color:#ebd3ad;stop-opacity:1;"
-         offset="0"
-         id="stop7039-6" />
-      <stop
-         id="stop6981-5"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967-9"
-       id="linearGradient5377"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.06903479,0,0,0.0733616,310.92896,129.68666)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967-9">
-      <stop
-         id="stop5969-4"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971-5"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3712-0"
-       id="radialGradient5374"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(2.0837848,0,0,0.30061659,-345.76927,117.88604)"
-       cx="321.7785"
-       cy="96.847473"
-       fx="321.7785"
-       fy="96.847473"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3712-0">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3714-6" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3716-5" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3737-18"
-       id="radialGradient5383"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.59908797,0,0,0.06451228,129.01694,132.45221)"
-       cx="321.86331"
-       cy="70.499977"
-       fx="321.86331"
-       fy="70.499977"
-       r="15.500023" />
-    <linearGradient
-       id="linearGradient3737-18">
-      <stop
-         id="stop3739-4"
-         offset="0"
-         style="stop-color:#faefde;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="0.68321055"
-         id="stop3741-0" />
-      <stop
-         id="stop3743-8"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3757-7"
-       id="radialGradient5368"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.48387095,0,0,0.42741941,164.90325,107.36693)"
-       cx="321.375"
-       cy="70.5"
-       fx="321.375"
-       fy="70.5"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3757-7">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3759-4" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3761-7" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3516-8"
-       id="radialGradient5365"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(5.1604538,-1.4274493,0.22074619,0.83897901,-1346.6329,530.38811)"
-       cx="318.26694"
-       cy="81.264877"
-       fx="318.26694"
-       fy="81.264877"
-       r="15.375" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3516-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3518-37" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3520-6" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707-3"
-       id="linearGradient5359"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.0101083,0,0,0.08266597,318.18556,128.68368)"
-       x1="52"
-       y1="92.321815"
-       x2="52"
-       y2="102.04764" />
-    <linearGradient
-       id="linearGradient3707-3">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709-9" />
-      <stop
-         id="stop3715-2"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711-6" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4000-7"
-       id="linearGradient5361"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.33692179,0,0,0.46815374,77.084812,103.69746)"
-       x1="721.125"
-       y1="69"
-       x2="722.3125"
-       y2="73.25" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4000-7">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4002-04" />
-      <stop
-         style="stop-color:#c17d11;stop-opacity:1"
-         offset="1"
-         id="stop4004-6" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3984-0"
-       id="linearGradient5356"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.43124964,0,0,0.46758747,9.1633287,103.5914)"
-       x1="712.32172"
-       y1="57.108822"
-       x2="721.75269"
-       y2="70.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3984-0">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3986-1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3988-3" />
-    </linearGradient>
-    <linearGradient
-       y2="70.5"
-       x2="721.75269"
-       y1="57.108822"
-       x1="712.32172"
-       gradientTransform="matrix(0.43124964,0,0,0.46758747,9.1633287,103.5914)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6349"
-       xlink:href="#linearGradient3984-0"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="5.6"
-     inkscape:cx="-13.083409"
-     inkscape:cy="5.5563999"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3055" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,32"
-       id="guide3057" />
-    <sodipodi:guide
-       position="32,0"
-       orientation="-32,0"
-       id="guide3059" />
-    <sodipodi:guide
-       position="32,32"
-       orientation="0,-32"
-       id="guide3061" />
-    <sodipodi:guide
-       position="0,32"
-       orientation="32,0"
-       id="guide3063" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file compressed (*.zsav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-595.74712,-587.49451)">
-    <g
-       transform="translate(299.74712,471.49451)"
-       style="display:inline;enable-background:new"
-       id="g5385">
-      <g
-         id="g3182">
-        <image
-           style="display:inline;enable-background:new"
-           width="32"
-           height="32"
-           xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAABGJJREFU WIXFl8uLHFUUxn+nuns61dPTY8YoEjMwUfExk/9BdKEgQlSM4N6N7gQXbkUUXA8ouHEIIcIEshAk EPBvyEhAI2SlSWaMMhmdRyqdrnNc3Ee9uufhJgeqL119q77vfOdxT4uZ8SgteaToQLt+4+pPV95S zb9V1ScAgkJusbhWfzNEZCQiv6vZj0PLvzr35rnbhyEg9RBcufrDH6+8/NqpY91jEx4xShyi3c/2 +Ovvu9xZvzPc2LgzwuTDt8++e/4gAg0FRqP8qe5Ul/vZHqqKqmIYpmCmGIqpoaaYKWqGqtJutxkM ZknTY1Nzc8enbtz47ZvVy98vvffO+5826RbWyAFVjauqYmaYmgNGUTVHxFw4TA0MhsMhOzvb9KcH zB0/wdLiYi9N049WL128BMihCeR5iYD30igAYwi8ibh3CwIY6xvrzD02R39mwOJLi/32VOf1i6sX PjuCAjlAycv6FRKyTML5KElClu0Bwmx/lk6nw9LSUh+1T86f/+7sIQl4BTyg+hA41OKKXwMJIBGh 1WojAmnao5dO00unWTpzJiXRCysrK43MbiRhCIGZSzbwoltd/DJ+EeIkEX6+fo2dnV2yLGMwO8v8 /Dy9fl+3trbeAC4foEAIgbnsD9J7xKJsrZJaggtFq9VCJKGVJJgZt2/d4u6fd3nh+RcHLUk+qOM1 CUQFqk2n4r95tAAuQQSh1+tx4sTjPD1/itPPnGZhYYHNzU2eXXiO4cOHry4vL3fLeI0QqGnEwAwL OOZAxHD3vADmGQQFQEiShDbQneoy05/h5MmTpGkPQcjzPAUeTCSQ53kJ0KGZ+Jdb0EOQwCQQlGqp S/woO9fsRxOSsOj/4r0uMKQIgYT6H4M2pvmZr7B9CWjcZIhIJBGhvNYRbpyrZRJW7DsUgRACEeep JB66QiJ0v/DyMQRCAgfBEHJT4J/9CTgFBJEExDx4ARyhY/gneC+OgJV2aK41+HEEfBkmIhiC1MFF irhXcmCcWaVt55rXBRgTAg0hSBAsAkot6SqH0AQOblApO3eIKggKSCJgVeAI6jtPIzkLx90itcnp KFUQPBOpApfBG8kZLCae+SpyBHLLDyZQhKAEWiMTE7ORnIUALgf9eeJ/Derur0CIU+yzNMCjEo38 8ATKg4tIHCByVWDrAAJeJql++NX35BCGEplAIrRws0KFwrlRDX6fJAzPuviV5YBKcVP0nMoNK48v zvJcG2UYj2NxloQkHPuHyQ9GfiaqTExqiqm74izpZ4kiBMa9e/daIkVxtgO4J9MJrTie/mMH6tIp aYaFtk3tkTjU+K+5ys2bN6eBbREZmZmWQ9AGBphtbm//++RgMAjajGNwZMuyjGyY5WtrawNcIHZF xAKBMNN0rq1d//qLLz//2ISZQL2S1dZcK3sm781+/eXG6u7ubtc7mwC5+P914m+mwADoA53Sxjh0 HdFCRufACDcJbfvrQSQAICKJBwvXpEnj/1hpkkU9ITUz+w8oDJRo5ywqGwAAAABJRU5ErkJggg== "
-           id="image10-5-3"
-           x="296"
-           y="116" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2-8"
-           width="1.00001"
-           height="13.000003"
-           x="304.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7-3"
-           width="1"
-           height="13.000003"
-           x="319.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-8"
-           width="0.99999493"
-           height="16"
-           x="141"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7-8"
-           width="1.0415039"
-           height="13.000003"
-           x="309"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3-2"
-           width="1"
-           height="13.000003"
-           x="314.0415"
-           y="129" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3-7"
-           width="1"
-           height="15.999998"
-           x="137"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6-6"
-           width="1"
-           height="16"
-           x="133"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6-7"
-           width="1"
-           height="16"
-           x="129"
-           y="-320.0415"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1-0"
-           style="fill:none;stroke:#4e9a06;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 319.52811,140.48669 c -0.0378,0 -6.11714,-0.006 -6.15313,-0.006 -1.33721,-0.0112 -1.48192,-0.22406 -1.66459,-0.42516 -0.72949,-0.80287 -0.94442,-2.18356 -1.36,-4.26667 -0.45658,-2.28861 -0.77173,-5.27594 -1.33012,-5.27594 -0.45226,0 -0.80299,2.89692 -1.25957,5.18554 -0.41556,2.08312 -0.66304,3.57022 -1.39251,4.37307 -0.18761,0.20652 -0.37319,0.40961 -1.81331,0.40961"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5-7"
-           style="fill:none;stroke:#ef2929;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 319.52062,140.47913 c -2.93119,0 -2.7372,-0.0471 -3.09258,-0.0944 -1.37809,-0.18287 -2.00357,-1.73743 -2.55103,-3.19377 -0.69418,-1.84653 -1.21114,-3.67007 -1.83553,-3.67007 -0.62439,0 -1.14135,1.82354 -1.83551,3.67007 -0.54748,1.45634 -1.17292,3.0109 -2.55102,3.19377 -0.35538,0.0472 -0.16139,0.0944 -3.09259,0.0944"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-10"
-           width="1.0000103"
-           height="10"
-           x="122"
-           y="-314"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1-3"
-           width="1"
-           height="7.0000095"
-           x="125"
-           y="-311"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         sodipodi:nodetypes="cccccscccccccccccc"
-         id="path4074"
-         d="m 313.90491,132.4982 c -0.0659,0.0242 -0.11545,0.0811 -0.13182,0.15122 l -0.0293,0.10585 c -0.0454,0.0818 -0.0905,0.16676 -0.1172,0.2571 l -1.09875,3.64458 c -0.0226,0.0551 -0.0293,0.10257 -0.0293,0.16636 -9.5e-4,0.0103 6.4e-4,0.02 0,0.0303 l 0,9.84494 c 0,0.25516 0.20486,0.80151 0.45415,0.80151 l 14.09321,0 c 0.24929,0 0.45414,-0.54635 0.45414,-0.80151 l 0,-9.84494 -0.0293,-0.1966 -0.0147,-0.0453 c -9.6e-4,-0.0159 0.005,-0.0296 0,-0.0453 l -1.15735,-3.93192 c -0.0122,-0.047 -0.0376,-0.0891 -0.0732,-0.12099 l -12.32058,-0.015 z"
-         style="fill:url(#linearGradient5380);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99989158;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccccccccc"
-         id="path4078"
-         d="m 313.41421,136.36257 c -0.22947,0 -0.41421,0.19632 -0.41421,0.44017 l 0,9.46364 0,0.29345 c 0,0.24385 0.18474,0.44017 0.41421,0.44017 l 12.98069,0 c 0.22948,0 0.41421,-0.19632 0.41421,-0.44017 l 0,-9.75709 c 0,-0.24385 -0.18473,-0.44017 -0.41421,-0.44017 l -12.98069,0 z"
-         style="fill:url(#linearGradient5377);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccccccccc"
-         id="path4080"
-         d="M 313.41994,137 C 313.18729,137 313,137.18456 313,137.41378 l 0,8.89656 0,0.27586 c 0,0.22924 0.18729,0.4138 0.41994,0.4138 l 13.16012,0 C 326.81272,147 327,146.81544 327,146.5862 l 0,-9.17242 C 327,137.18456 326.81272,137 326.58006,137 l -13.16012,0 z"
-         style="opacity:0.81531528;fill:url(#radialGradient5374);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path4082"
-         d="m 313.32457,136.00038 -0.31049,0.89996 c 1.6e-4,0.004 1.6e-4,0.009 0,0.0125 -0.01,0.0204 -0.014,0.0239 -0.014,0.0624 1.4e-4,0.004 1.4e-4,0.009 0,0.0125 9.3e-4,-0.0132 -2.2e-4,0.009 0,0.0125 2.1e-4,0.004 0.003,-0.009 0,0.0125 l 0,0.98744 13.99997,0 0,-0.97495 0,-0.0251 -0.014,-0.1 -0.0142,-0.0375 -0.29638,-0.86245 -13.35078,0 z"
-         style="opacity:0.5;fill:url(#radialGradient5383);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="137"
-         x="312"
-         height="1"
-         width="15"
-         id="rect4084"
-         style="opacity:0.62330568;fill:url(#radialGradient5368);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         style="opacity:0.36936939;fill:none;stroke:url(#radialGradient5365);stroke-width:0.97374749;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         d="m 314.60461,133.57157 c -0.008,0.0145 -0.0179,0.0286 -0.0275,0.0422 -0.0392,0.0699 -0.0523,0.11731 -0.0552,0.12688 l -1.03493,3.39759 c -4.5e-4,9.6e-4 5.9e-4,0.009 0,0.014 2.3e-4,0.01 2.3e-4,0.0188 0,0.0281 0.008,-0.0882 0.01,-0.0793 0,0.0281 l 0,9.12133 c 0,-0.0308 0.0242,0.0981 0.0552,0.18328 l 12.91592,0 c 0.0311,-0.0853 0.055,-0.21393 0.055,-0.18328 l 0,-9.17773 -0.0138,-0.0422 c -0.007,-0.0325 -0.0121,-0.0654 -0.0138,-0.0987 l 0,-0.014 c -7e-5,-0.005 -7e-5,-0.01 0,-0.0141 l -1.04874,-3.49627 -10.83226,0.0847 z"
-         id="path4094"
-         sodipodi:nodetypes="csccsscccccccccccc"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="cccc"
-         id="path4037"
-         d="M 319.99999,136.48185 327,137 l -14,0 6.99999,-0.51815 z"
-         style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.69999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
-      <path
-         sodipodi:nodetypes="cccccscccccccccccc"
-         id="path4017"
-         d="m 318.67839,132.48889 c -0.009,0.0234 -0.0155,0.0784 -0.0178,0.1463 l -0.004,0.10241 c -0.006,0.0791 -0.0123,0.16132 -0.0157,0.2487 l -0.1481,3.52579 c -0.004,0.0533 -0.004,0.0992 -0.004,0.16092 -1.3e-4,0.0104 1e-4,0.0193 0,0.0292 l 0,2.03355 c 0,0.24684 0.0275,0.77538 0.0613,0.77538 l 1.89955,0 c 0.0336,0 0.0613,-0.52854 0.0613,-0.77538 l 0,-2.03355 -0.004,-0.19018 -0.003,-0.0439 c -2.1e-4,-0.0154 5e-4,-0.0284 0,-0.044 l -0.156,-3.80375 c -0.002,-0.0456 -0.005,-0.0862 -0.01,-0.11703 l -1.66064,-0.0146 z"
-         style="fill:url(#linearGradient5359);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5361);stroke-width:0.97752625;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="ccsccscccsccc"
-         id="path4019"
-         d="m 318.57147,132.56721 0,0.0293 c 4.3e-4,0.01 4.3e-4,0.0195 0,0.0292 -0.009,0.0917 -0.0234,0.16521 -0.0269,0.2338 l -0.18868,3.52151 c -0.002,0.0314 0,0.0742 0,0.14612 -3e-5,0.003 2.8e-4,0.0118 0,0.0292 l 2.18321,0 0,-0.16073 c -0.008,-0.0234 -0.0128,-0.0481 -0.0135,-0.0731 -4.3e-4,-0.0289 -1.9e-4,-0.0327 0,-0.0293 l -0.18867,-3.71147 -1.76543,-0.0146 z"
-         style="fill:url(#linearGradient6349);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-por.svg b/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-por.svg
deleted file mode 100644 (file)
index 60b8620..0000000
+++ /dev/null
@@ -1,222 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48.000111"
-   height="47.999996"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-por.svg">
-  <title
-     id="title3144">SPSS data portable file (*.por)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="5.6"
-     inkscape:cx="38.263626"
-     inkscape:cy="27.374938"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48.000111"
-       id="guide3061" />
-    <sodipodi:guide
-       position="48.000111,0"
-       orientation="-47.999996,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="48.000111,47.999996"
-       orientation="0,-48.000111"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,47.999996"
-       orientation="47.999996,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data portable file (*.por)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-1252.1714,-635.06477)">
-    <g
-       id="g3019">
-      <image
-         y="635.06476"
-         x="1252.1714"
-         id="image10-2"
-         xlink:href="data:image/png;base64,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 "
-         height="48"
-         width="48.000004"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="650.06476"
-         x="1262.1091"
-         height="21"
-         width="1"
-         id="rect3033-8-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="650.06476"
-         height="27"
-         width="1"
-         id="rect4385-7-5-60"
-         style="fill:#babdb6;fill-opacity:1;stroke:none" />
-      <rect
-         y="650.06476"
-         x="1289.1091"
-         height="21"
-         width="1"
-         id="rect3033-8-7-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="670.06476"
-         height="28"
-         width="1"
-         id="rect4385-7-5-5-84"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="650.06476"
-         x="1271.1091"
-         height="21"
-         width="1"
-         id="rect3033-8-4-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="650.06476"
-         x="1280.1091"
-         height="21"
-         width="1"
-         id="rect3033-8-4-2-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="665.06476"
-         height="27"
-         width="1"
-         id="rect4385-7-5-5-3-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="660.06476"
-         height="27.000004"
-         width="1"
-         id="rect4385-7-5-5-33-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="655.06476"
-         height="27.000002"
-         width="1"
-         id="rect4385-7-5-5-8-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 1288.5054,668.46106 c -0.063,0 -10.1287,-0.009 -10.1883,-0.009 -2.2141,-0.0175 -2.4537,-0.35482 -2.7562,-0.67322 -1.2079,-1.27131 -1.5638,-3.45759 -2.2519,-6.75612 -0.756,-3.62396 -1.2778,-8.35425 -2.2024,-8.35425 -0.7488,0 -1.3296,4.58715 -2.0856,8.21111 -0.6881,3.29853 -1.0978,5.65328 -2.3057,6.9246 -0.3106,0.32698 -0.6179,0.64858 -3.0024,0.64858"
-         style="fill:none;stroke:#744f7b;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 1288.5058,668.46146 c -4.8584,0 -4.5369,-0.073 -5.1259,-0.14619 -2.2842,-0.28368 -3.3209,-2.69511 -4.2284,-4.95415 -1.1506,-2.86438 -2.0074,-5.69304 -3.0424,-5.69304 -1.0349,0 -1.8917,2.82867 -3.0423,5.69304 -0.9075,2.25904 -1.9442,4.67047 -4.2283,4.95415 -0.5891,0.0731 -0.2676,0.14619 -5.126,0.14619"
-         style="fill:none;stroke:#3364a4;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1290.1091"
-         x="674.06476"
-         height="28"
-         width="1"
-         id="rect4385-7-5-5-84-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1279.1091"
-         x="643.06476"
-         height="17"
-         width="1"
-         id="rect4385-7-5-5-84-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-1272.1091"
-         x="646.06476"
-         height="10"
-         width="1"
-         id="rect4385-7-5-5-84-5-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sav.svg b/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sav.svg
deleted file mode 100644 (file)
index f1ac843..0000000
+++ /dev/null
@@ -1,222 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48.000004"
-   height="48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sav.svg">
-  <title
-     id="title3144">SPSS data file (*.sav)</title>
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="11.2"
-     inkscape:cx="11.801744"
-     inkscape:cy="28.460702"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48.000004"
-       id="guide3061" />
-    <sodipodi:guide
-       position="48.000004,0"
-       orientation="-48,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="48.000004,48"
-       orientation="0,-48.000004"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,48"
-       orientation="48,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file (*.sav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-566.03283,-589.78022)">
-    <g
-       id="g3019">
-      <image
-         y="589.78021"
-         x="566.03284"
-         id="image10-2"
-         xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAB3xJREFU aIHVWluPFEUU/k71TM/shV0QWQ0YFdAQuZkYH/RJYjTRZB948cH4A/wjJib67gMxBoxGjAkkKmoU kPhgfDEYUAPEeIkBFPbizg6XnZmu40PdTlV3z7oXNFa2u6tqqru/75zvnKouIGbG/7mo/xrAWkuj 7oczZz65t0DjFWb9EjO3ASD11rC2qXL6W5Fl6rJm/FAUxWcYZG9OT0/fXAsBqpPQyS8/fWP/3sde ntpyz7p5aVAM0OstobvYweU/r97+48rVvkb/9bHWxlcPHDgwWM0zawl8furTxWeffm68P+iBNVtb srEkAwz2VjbPMO1QN/eY8aGeqQytVhtZlqHb7eDX33+5ffXKlbM3G73nX3jmhYWVEqi1rta6TUTQ Whsw7K5swQegHrynaQsDJK0FoCgGuHFzETdudDE+tgEP79jV3rF95+PtfvP8Rx99sH3dCDBre2Vo CZ45WNV6z+s9upp6qNq6ZbTUu4U//ryKPG9h29b7mrse3rVNK3X2+PEPnlwXAlqbV6fgwUIeiQei qzSGAO5fnDXQ6/cwPz+HVmsEW+6eUnse2TdJDXXy2LH3n1gzAe8BHVteSwn5/iQmzAP81bEgQUuB kGUZZmauoZFlaOUtTExOYPfuPaOUqRNHPzy6dW0EtA/b2ANAEgcWsiMhQafPBMnMCqUUAEK/30cz b6HVbGFiwwR27nxooqnpi8OHD7dXTUCLGCgFb5JZYGVkb4BvceINIS0GQEQgRSiKAs1GE81mDqUy TE3d09i6ddvO8cn2kVUTYOF6RgDvpBLSYwXgGtBggGwsEAFZliFTGX76+Sec/e5bXLhwAXPzcwCA B+5/oDUxPjH9zntHXhxGoHYm1jp4IJpRq9mK37g0iBwNih9ARFBKod/vodvtYrGziG63i5GREezd vw8P7tgxOrcw/xqAo3WvXsYDLlARy4URZBRJJryGS2fXH0RkJKSglIIihSzLQEphdnYWZ06fQTNr YGJ8w+Tb7751sA7nEA/EEGRcUjRlkUAvQZI1RPpk5w9CljUwOjqCrJFhdHQUGzdtxFKvh+7iIq5d v46vv/4Ge/bu3jA3N3sQwPEVEWDWQsPOrPbl5IBQhDDUrFbETOw4OhURjITyPEee58DYWBRLuwH0 +j1wwQDoqTqcy05kQi2Q+gjZJwVf10oXFWmd/NkFerOZY/PmuzEYDO47dOhQc0UE3EQmXy8zjrSs g0u+h6y3KjC6A2T+HGICSAwg28qbORhAnudZFc4hMSCQeREFK6XSJqvriJpLmdEoh58Bdm0uhxIB xIRGo1mTf0ypX+v7icw+lMk3yuBjmC7DRCYvkZHd1upEUET23jBYezWsgACXbqoyA8dB6qBQmVJ1 BxISti1JQEyqFaVeQv6mKH9GKIjC2oY8AA5j2fQbcQmA7KiLsYgThSShtQYqI2BYGtVVbqNyjRAC NtGHNyJ7NoGErbgvPOe5kk9plR4oWIpiSBRJoAAYClJaThIuStMIInJs0nlDJAwNAL+tjAAXOjzA Sof8xFtByo1xZ44zqQErpCbf5Zm6hnwDrS0GolttzlahIUZQfFYi5ccsS8V96LAbYiXnvcG6xv7/ NAbkzJXg8ZNPVTYZArr0IH+2SxXhvjV5gMQCnuQ1BS3lMQx8mBLSNaAfQEmkMHNdCAzzgFMgeek4 UOTSqQDt+yRpCaqai1dhDDmOsWET2RAP6BBXRJ4IlYCXQUd1afK6Yp8XzQPCD86YKyLgdWct7ywc rnUEpLUJwjGoZyIXjGLOsBBW5wGthWTYEil7IViYyiQ95uHhXJmWReJYkwcCGAG60vop8JiAFFUa xVQ6x0WvJgvJNBoWh2WdS/CxhwIRzyONB5Hz/XsBt9IOPCuXNcsQ8KwjWVQEqMdYDb4c9OEdwxYo AIPtXLCqecDoLjVXQkICCx2RhOqC37TEF56zOrsPI/M7ELZ4qsqyO3P/rFQTLdVLXqwJ7qRjmAeW 2RutuZHTquzgSNEsa3YzQO54G6nYZ7CL6/i9K/4iIyLyN/mNiDKs0osh9ovkvqg/LPBkx1tuW5b3 U00QdzqdyiwcxQAF3yqO1nIMsmmB2XzvmisAJjCx/8oKH/d1bq/acpGAnUG8VVCwxszMjCIiBYBZ aMoToPAVrgA0/O40YL8DjKsDeLtOd6mQOEw+Jex+76GelPBiSoALxsWLF9sA+gAKItKORJqFFIAm gBECelpzQ5FNqWxmZEMCCRnbrrCv/xp2A4y54pEsL4GA+cRkaGa+dOnSmCWwBGDgSEgCzvo5gPG/ Fjqnzn9/bnr/vkepvLr898rFSxewuLBwbn5+fiMseACF+z31gJMRffzxicNLt29Nbbpr0+Os2e8J RK51Z9lOtxtr2sv+ZoBwZ6Hz45envzoCY1yHLwAOax5SMJsXOYBRAJMANgEYB9C2ZDN7jRP5+hSH W8NYuG+P2wA6AGYBdAHcsv2amVkScBJyIHN7bYh+N2a9wUsS7igsGQ0jm744NGw2iv6lPslE0mXp cScLi6s8HBl24AGU/6sBpfP88PqdKGm2lYTACeC/AVTAtYY0GBp5AAAAAElFTkSuQmCC "
-         height="48"
-         width="48.000004"
-         style="display:inline;enable-background:new" />
-      <rect
-         y="604.78021"
-         x="575.97058"
-         height="21"
-         width="1"
-         id="rect3033-8-2"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="604.78021"
-         height="27"
-         width="1"
-         id="rect4385-7-5-60"
-         style="fill:#babdb6;fill-opacity:1;stroke:none" />
-      <rect
-         y="604.78021"
-         x="602.97058"
-         height="21"
-         width="1"
-         id="rect3033-8-7-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="624.78021"
-         height="28"
-         width="1"
-         id="rect4385-7-5-5-84"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="604.78021"
-         x="584.97058"
-         height="21"
-         width="1"
-         id="rect3033-8-4-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         y="604.78021"
-         x="593.97058"
-         height="21"
-         width="1"
-         id="rect3033-8-4-2-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="619.78021"
-         height="27"
-         width="1"
-         id="rect4385-7-5-5-3-3"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="614.78021"
-         height="27.000004"
-         width="1"
-         id="rect4385-7-5-5-33-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="609.78021"
-         height="27.000002"
-         width="1"
-         id="rect4385-7-5-5-8-6"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="cssssssc"
-         d="m 602.36686,623.17651 c -0.0626,0 -10.12871,-0.009 -10.18834,-0.009 -2.21413,-0.0175 -2.45371,-0.35482 -2.75621,-0.67322 -1.20788,-1.27131 -1.56377,-3.45759 -2.25187,-6.75612 -0.75597,-3.62396 -1.27786,-8.35425 -2.20239,-8.35425 -0.74887,0 -1.32962,4.58715 -2.08562,8.21111 -0.68808,3.29853 -1.09784,5.65329 -2.30569,6.9246 -0.31066,0.32698 -0.61792,0.64858 -3.00246,0.64858"
-         style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2844-1-1"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="csssssc"
-         d="m 602.36726,623.17691 c -4.85846,0 -4.53691,-0.073 -5.12597,-0.14619 -2.28419,-0.28368 -3.32089,-2.69511 -4.22835,-4.95415 -1.15059,-2.86438 -2.00742,-5.69304 -3.04238,-5.69304 -1.03493,0 -1.89178,2.82867 -3.04237,5.69304 -0.90744,2.25904 -1.94414,4.67047 -4.22831,4.95415 -0.58907,0.0732 -0.26752,0.14619 -5.126,0.14619"
-         style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-         id="path2842-23-5"
-         inkscape:connector-curvature="0" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-603.97058"
-         x="628.78021"
-         height="28"
-         width="1"
-         id="rect4385-7-5-5-84-7"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-592.97058"
-         x="597.78021"
-         height="17"
-         width="1"
-         id="rect4385-7-5-5-84-5"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <rect
-         transform="matrix(0,1,-1,0,0,0)"
-         y="-585.97058"
-         x="600.78021"
-         height="10"
-         width="1"
-         id="rect4385-7-5-5-84-5-1"
-         style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sps.svg b/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-sps.svg
deleted file mode 100644 (file)
index b5a29c8..0000000
+++ /dev/null
@@ -1,411 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48.000015"
-   height="48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-sps.svg">
-  <title
-     id="title3144">SPSS syntaxis file (*.sps)</title>
-  <defs
-     id="defs4">
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2903"
-       id="linearGradient4604"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0068136,0,0,1.0068135,311.86373,66.884175)"
-       x1="22.96538"
-       y1="35.310566"
-       x2="12.641191"
-       y2="11.423575" />
-    <linearGradient
-       id="linearGradient2903"
-       inkscape:collect="always">
-      <stop
-         id="stop2905"
-         offset="0"
-         style="stop-color:#888a85;stop-opacity:1" />
-      <stop
-         id="stop2907"
-         offset="1"
-         style="stop-color:#d3d7cf;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2911"
-       id="linearGradient4601"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0068136,0,0,1.0068135,311.86373,66.884175)"
-       x1="17.413136"
-       y1="7.8708334"
-       x2="17.027729"
-       y2="52.50489" />
-    <linearGradient
-       id="linearGradient2911"
-       inkscape:collect="always">
-      <stop
-         id="stop2913"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2915"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2881"
-       id="radialGradient4598"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(1.0188421,1.2791475e-7,-1.2580941e-7,1.0188419,300.4159,71.773901)"
-       cx="31"
-       cy="12"
-       fx="31"
-       fy="12"
-       r="11.125" />
-    <linearGradient
-       id="linearGradient2881"
-       inkscape:collect="always">
-      <stop
-         id="stop2883"
-         offset="0"
-         style="stop-color:black;stop-opacity:1;" />
-      <stop
-         id="stop2885"
-         offset="1"
-         style="stop-color:black;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient2895"
-       id="linearGradient4595"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.9475884,1.2768646e-7,-1.2572836e-7,0.94758828,313.04822,67.890986)"
-       x1="21.788134"
-       y1="21.876961"
-       x2="10.211396"
-       y2="3.4232786" />
-    <linearGradient
-       id="linearGradient2895"
-       inkscape:collect="always">
-      <stop
-         id="stop2897"
-         offset="0"
-         style="stop-color:#d3d7cf;stop-opacity:1;" />
-      <stop
-         id="stop2899"
-         offset="1"
-         style="stop-color:#888a85;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.11682,6.729656)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3120"
-       inkscape:collect="always"
-       x1="16.487501"
-       x2="32.566654"
-       xlink:href="#linearGradient2859"
-       y1="13.970829"
-       y2="30.758347" />
-    <linearGradient
-       id="linearGradient2859"
-       inkscape:collect="always">
-      <stop
-         id="stop2861"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2863"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="5.1875181"
-       x2="17.732124"
-       y1="22.794661"
-       x1="28.357094"
-       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.116824,6.729647)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient3522"
-       xlink:href="#linearGradient2892"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient2892"
-       inkscape:collect="always">
-      <stop
-         id="stop2894"
-         offset="0"
-         style="stop-color:white;stop-opacity:1;" />
-      <stop
-         id="stop2896"
-         offset="1"
-         style="stop-color:white;stop-opacity:0;" />
-    </linearGradient>
-    <linearGradient
-       y2="5.1875181"
-       x2="17.732124"
-       y1="22.794661"
-       x1="28.357094"
-       gradientTransform="matrix(0.965926,-0.258819,0.258819,0.965926,-4.116824,6.729647)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient5084"
-       xlink:href="#linearGradient2892"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="3.959798"
-     inkscape:cx="43.117366"
-     inkscape:cy="64.374958"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48.000015"
-       id="guide3061" />
-    <sodipodi:guide
-       position="48.000015,0"
-       orientation="-48,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="48.000015,48"
-       orientation="0,-48.000015"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,48"
-       orientation="48,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS syntaxis file (*.sps)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-106.86088,-386.07647)">
-    <g
-       transform="translate(-189.20138,338.07647)"
-       style="display:inline;enable-background:new"
-       id="g4606">
-      <g
-         id="g3152">
-        <image
-           style="display:inline;enable-background:new"
-           width="48.000004"
-           height="48"
-           xlink:href="data:image/png;base64,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 "
-           id="image10-2"
-           x="296.06226"
-           y="47.999996" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2"
-           width="1"
-           height="21"
-           x="306"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none"
-           id="rect4385-7-5-60"
-           width="1"
-           height="27"
-           x="63"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7"
-           width="1"
-           height="21"
-           x="333"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84"
-           width="1"
-           height="28"
-           x="83"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7"
-           width="1"
-           height="21"
-           x="315"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3"
-           width="1"
-           height="21"
-           x="324"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3"
-           width="1"
-           height="27"
-           x="78"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6"
-           width="1"
-           height="27.000004"
-           x="73"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6"
-           width="1"
-           height="27.000002"
-           x="68"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1"
-           style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 332.39629,81.396288 c -0.0626,0 -10.12871,-0.0085 -10.18834,-0.009 -2.21413,-0.01749 -2.45371,-0.354813 -2.75621,-0.67322 -1.20788,-1.271308 -1.56377,-3.457586 -2.25187,-6.756119 -0.75597,-3.623955 -1.27786,-8.354251 -2.20239,-8.354251 -0.74887,0 -1.32962,4.587154 -2.08562,8.211109 -0.68808,3.298534 -1.09784,5.653288 -2.30569,6.924602 -0.31066,0.326981 -0.61792,0.648586 -3.00246,0.648586"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5"
-           style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 332.39669,81.39669 c -4.85846,0 -4.53691,-0.07303 -5.12597,-0.146191 -2.28419,-0.283681 -3.32089,-2.695105 -4.22835,-4.954151 -1.15059,-2.864375 -2.00742,-5.693039 -3.04238,-5.693039 -1.03493,0 -1.89178,2.828669 -3.04237,5.693044 -0.90744,2.259042 -1.94414,4.670469 -4.22831,4.954147 -0.58907,0.07315 -0.26752,0.146191 -5.126,0.146191"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-7"
-           width="1"
-           height="28"
-           x="87"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5"
-           width="1"
-           height="17"
-           x="56"
-           y="-323"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1"
-           width="1"
-           height="10"
-           x="59"
-           y="-316"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:url(#linearGradient4604);fill-opacity:1;stroke:#2e3436;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path2779"
-         d="m 334.9967,72.816169 c -0.54649,-0.14643 -1.09737,-0.245049 -1.64329,-0.310026 l -1.01891,2.951691 c -0.98948,-0.04025 -1.95072,0.08554 -2.86823,0.371508 l -1.75001,-2.586145 c -1.28137,0.405835 -1.89791,0.761797 -2.89005,1.668573 l 1.36466,2.808622 c -0.70641,0.651602 -1.29597,1.421172 -1.75585,2.29821 l -3.0657,-0.593441 c -0.21668,0.505266 -0.40672,1.031653 -0.55315,1.578142 -0.14643,0.546489 -0.24505,1.097371 -0.31003,1.643287 l 2.9517,1.018913 c -0.0403,0.989477 0.0855,1.950723 0.3715,2.868234 l -2.58614,1.750005 c 0.40583,1.281363 0.7618,1.897909 1.66857,2.890053 l 2.80862,-1.364664 c 0.65161,0.706412 1.42118,1.295972 2.29821,1.755851 l -0.59344,3.065696 c 0.50527,0.216687 1.03166,0.406722 1.57815,0.553153 0.54648,0.146431 1.09737,0.24505 1.64328,0.310026 l 1.01892,-2.951691 c 0.98947,0.04025 1.95072,-0.08554 2.86823,-0.371508 l 1.75001,2.586145 c 1.28136,-0.405835 1.8979,-0.761796 2.89005,-1.668573 l -1.36467,-2.808622 c 0.70642,-0.651602 1.29598,-1.421171 1.75586,-2.298209 l 3.06569,0.59344 c 0.21669,-0.505265 0.40672,-1.031652 0.55315,-1.578141 0.14644,-0.546488 0.24506,-1.097372 0.31003,-1.643288 l -2.95169,-1.018913 c 0.0403,-0.989476 -0.0855,-1.950723 -0.37151,-2.868233 l 2.58615,-1.750006 c -0.34299,-1.246477 -0.7618,-1.897909 -1.66858,-2.890053 l -2.80862,1.364665 c -0.6516,-0.706412 -1.42117,-1.295973 -2.29821,-1.755852 l 0.59344,-3.065696 c -0.50526,-0.216686 -1.03165,-0.406722 -1.57814,-0.553153 z m -2.34524,8.752564 c 1.34206,0.359604 2.13941,1.740661 1.77981,3.082723 -0.3596,1.342063 -1.74066,2.139416 -3.08272,1.779812 -1.34207,-0.359604 -2.13942,-1.740661 -1.77982,-3.082724 0.35961,-1.342061 1.74067,-2.139416 3.08273,-1.779811 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:none;stroke:url(#linearGradient4601);stroke-width:1.14105546;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         id="path2819"
-         d="m 334.75241,73.727899 c -0.25292,-0.06777 -0.51871,-0.09525 -0.77606,-0.142798 l -1.01077,2.921301 c -1.32634,-0.173294 -2.63532,0.02563 -3.8169,0.508189 l -1.7359,-2.517221 c -0.46827,0.226455 -0.91844,0.486359 -1.34869,0.778668 l 1.31203,2.761946 c -1.0087,0.781993 -1.83546,1.816139 -2.34855,3.051435 l -3.03531,-0.585297 c -0.0875,0.24664 -0.19659,0.490561 -0.26436,0.743485 -0.0678,0.252922 -0.0952,0.518712 -0.1428,0.776057 l 2.9213,1.01077 c -0.17329,1.326345 0.0256,2.635322 0.50819,3.816897 l -2.51722,1.735902 c 0.22645,0.468272 0.48636,0.91844 0.77867,1.348691 l 2.76194,-1.312027 c 0.782,1.008695 1.81614,1.835458 3.05144,2.348552 l -0.5853,3.035307 c 0.24664,0.0875 0.49056,0.196591 0.74349,0.264361 0.25292,0.06777 0.51871,0.09525 0.77605,0.142799 l 1.01077,-2.921302 c 1.32635,0.173294 2.63533,-0.02563 3.8169,-0.508188 l 1.7359,2.517221 c 0.46828,-0.226454 0.91844,-0.486359 1.3487,-0.778669 l -1.31203,-2.761944 c 1.00869,-0.781995 1.83546,-1.816141 2.34855,-3.051436 l 3.03531,0.585298 c 0.0875,-0.24664 0.19659,-0.490562 0.26436,-0.743486 0.0678,-0.252921 0.0953,-0.518712 0.1428,-0.776056 l -2.92131,-1.01077 c 0.1733,-1.326346 -0.0256,-2.635323 -0.50818,-3.816898 l 2.51722,-1.735902 c -0.22646,-0.468272 -0.48636,-0.91844 -0.77867,-1.348692 l -2.76195,1.312028 c -0.78199,-1.008695 -1.81614,-1.835458 -3.05143,-2.348553 l 0.5853,-3.035306 c -0.24664,-0.0875 -0.49057,-0.19659 -0.74349,-0.264362 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="opacity:0.8;fill:url(#radialGradient4598);fill-opacity:1;stroke:none"
-         id="path2875"
-         d="m 334.89898,73.180859 c -0.31219,-0.08365 -0.57948,-0.109011 -0.80645,-0.150941 l -0.49439,-0.0999 -0.16069,0.47811 -0.87451,2.534363 c -1.08543,-0.07293 -2.15246,0.09089 -3.14394,0.427925 l -1.81078,-2.602431 -2.27351,1.312611 1.34838,2.869403 c -0.78762,0.690128 -1.46302,1.532293 -1.94256,2.508764 l -2.63209,-0.509827 -0.49439,-0.0999 -0.16068,0.478111 c -0.0772,0.217523 -0.18886,0.461683 -0.27251,0.773875 -0.0836,0.312191 -0.10901,0.579483 -0.15094,0.806449 l -0.0999,0.494396 0.47811,0.160682 2.53436,0.874517 c -0.0729,1.085424 0.0909,2.152454 0.42793,3.143934 l -2.20081,1.527529 -0.40162,0.283258 0.20619,0.446122 c 0.23855,0.493285 0.51523,0.972526 0.82316,1.425759 l 0.28326,0.401627 0.44612,-0.20619 2.42328,-1.142188 c 0.69013,0.787619 1.53229,1.463011 2.50876,1.94256 l -0.50982,2.632081 -0.0999,0.494397 0.47811,0.160682 c 0.21752,0.07717 0.46168,0.188853 0.77387,0.272505 0.3122,0.08365 0.57949,0.109013 0.80645,0.150941 l 0.4944,0.0999 0.16068,-0.478111 0.87452,-2.534362 c 1.08542,0.07293 2.15245,-0.09089 3.14393,-0.427926 l 1.52753,2.200805 0.28326,0.401627 0.44612,-0.20619 c 0.49329,-0.23855 0.97253,-0.51524 1.42576,-0.823163 l 0.40163,-0.283258 -0.20619,-0.446123 -1.14219,-2.42328 c 0.78762,-0.690129 1.46301,-1.532293 1.94256,-2.508764 l 2.63208,0.509827 0.4944,0.0999 0.16068,-0.47811 c 0.0772,-0.217522 0.18885,-0.461684 0.2725,-0.773876 0.0836,-0.312189 0.10902,-0.579481 0.15095,-0.806448 l 0.0999,-0.494397 -0.47811,-0.160682 -2.53437,-0.874517 c 0.0729,-1.085423 -0.0909,-2.152454 -0.42792,-3.143933 l 2.2008,-1.527529 0.40163,-0.283258 -0.20619,-0.446123 c -0.23855,-0.493284 -0.51524,-0.972525 -0.82316,-1.425759 l -0.28326,-0.401627 -0.44612,0.20619 -2.42329,1.142189 c -0.69012,-0.78762 -1.53229,-1.463012 -2.50876,-1.942561 l 0.50983,-2.632081 0.0999,-0.494397 -0.47811,-0.160682 c -0.21753,-0.07717 -0.46169,-0.188852 -0.77388,-0.272505 z m -1.98694,7.415367 c 1.87889,0.503443 2.99518,2.436927 2.49174,4.315812 -0.50345,1.878887 -2.43693,2.99518 -4.31582,2.491737 -1.87888,-0.503444 -2.99518,-2.436928 -2.49173,-4.315813 0.50344,-1.878886 2.43693,-2.99518 4.31581,-2.491736 z" />
-      <path
-         inkscape:connector-curvature="0"
-         style="fill:url(#linearGradient4595);fill-opacity:1;stroke:none"
-         id="path2867"
-         d="m 334.08466,76.219944 c -4.29459,-1.150731 -8.71398,1.400806 -9.86471,5.695397 -1.15074,4.294592 1.4008,8.713985 5.69539,9.864715 4.29459,1.150732 8.71399,-1.400805 9.86472,-5.695397 1.15073,-4.294591 -1.40081,-8.713983 -5.6954,-9.864715 z m -1.30291,4.862535 c 1.61047,0.431522 2.5673,2.088802 2.13577,3.699268 -0.43152,1.610467 -2.08879,2.567296 -3.69926,2.135774 -1.61048,-0.431522 -2.5673,-2.088802 -2.13578,-3.699268 0.43152,-1.610466 2.0888,-2.567296 3.69927,-2.135774 z" />
-      <path
-         transform="matrix(0.85809487,0.22992465,-0.22992467,0.85809476,316.20335,62.292969)"
-         style="fill:none;stroke:url(#linearGradient3120);stroke-width:1.12566364;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc"
-         sodipodi:ry="8.5"
-         sodipodi:rx="8.5"
-         sodipodi:cy="19"
-         sodipodi:cx="23.5"
-         id="path2849"
-         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
-      <path
-         transform="matrix(0.40044453,0.10729824,-0.10729825,0.40044448,324.62824,73.870045)"
-         style="fill:none;stroke:url(#linearGradient5084);stroke-width:2.42857122;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
-         sodipodi:type="arc"
-         sodipodi:ry="8.5"
-         sodipodi:rx="8.5"
-         sodipodi:cy="19"
-         sodipodi:cx="23.5"
-         id="path2835"
-         d="m 32,19 c 0,4.69442 -3.80558,8.5 -8.5,8.5 -4.69442,0 -8.5,-3.80558 -8.5,-8.5 0,-4.69442 3.80558,-8.5 8.5,-8.5 4.69442,0 8.5,3.80558 8.5,8.5 z" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-zsav.svg b/src/ui/gui/artwork/mimetypes/48x48/application-x-spss-zsav.svg
deleted file mode 100644 (file)
index c86b669..0000000
+++ /dev/null
@@ -1,518 +0,0 @@
-<?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:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="48.000004"
-   height="48"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.4 r9939"
-   sodipodi:docname="application-x-spss-zsav.svg">
-  <title
-     id="title3144">SPSS data file compressed (*.zsav)</title>
-  <defs
-     id="defs4">
-    <filter
-       color-interpolation-filters="sRGB"
-       inkscape:collect="always"
-       id="filter4039"
-       x="-0.031272724"
-       width="1.0625455"
-       y="-0.10320002"
-       height="1.2064">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.42999998"
-         id="feGaussianBlur4041" />
-    </filter>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient6977-6"
-       id="linearGradient5453"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.11006214,0,0,0.11970991,317.1904,67.98152)"
-       x1="52"
-       y1="40.482288"
-       x2="52"
-       y2="95.204109" />
-    <linearGradient
-       id="linearGradient6977-6">
-      <stop
-         style="stop-color:#ebd3ad;stop-opacity:1;"
-         offset="0"
-         id="stop7039-0" />
-      <stop
-         id="stop6981-4"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient5967-7"
-       id="linearGradient5450"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.10498361,0,0,0.0965517,317.8505,71.213792)"
-       x1="174.01562"
-       y1="236"
-       x2="30"
-       y2="64" />
-    <linearGradient
-       id="linearGradient5967-7">
-      <stop
-         id="stop5969-6"
-         offset="0"
-         style="stop-color:#c17d11;stop-opacity:1;" />
-      <stop
-         id="stop5971-9"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:1" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3712"
-       id="radialGradient5447"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(3.1409244,0,0,0.45703962,-672.07659,49.736869)"
-       cx="321.7785"
-       cy="96.847473"
-       fx="321.7785"
-       fy="96.847473"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3712">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3714" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3716" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3737"
-       id="radialGradient5444"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.82390916,0,0,0.11146182,69.642045,72.398118)"
-       cx="320.7493"
-       cy="70.499977"
-       fx="320.7493"
-       fy="70.499977"
-       r="15.500023" />
-    <linearGradient
-       id="linearGradient3737">
-      <stop
-         id="stop3739"
-         offset="0"
-         style="stop-color:#faefde;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="0.68321055"
-         id="stop3741" />
-      <stop
-         id="stop3743"
-         offset="1"
-         style="stop-color:#e9b96e;stop-opacity:0" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3757"
-       id="radialGradient5441"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.68072386,0,0,0.29537426,113.9575,59.432291)"
-       cx="321.375"
-       cy="70.5"
-       fx="321.375"
-       fy="70.5"
-       r="15.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3757">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3759" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3761" />
-    </linearGradient>
-    <radialGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3516"
-       id="radialGradient5438"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(7.8682151,-2.0503347,0.25452296,0.92378438,-2202.9638,667.63701)"
-       cx="318.26694"
-       cy="81.264877"
-       fx="318.26694"
-       fy="81.264877"
-       r="15.375" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3516">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1;"
-         offset="0"
-         id="stop3518" />
-      <stop
-         style="stop-color:#ffffff;stop-opacity:0;"
-         offset="1"
-         id="stop3520" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3707-8"
-       id="linearGradient5432"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.0202069,0,0,0.11820844,328.87232,68.037932)"
-       x1="52"
-       y1="92.321815"
-       x2="52"
-       y2="102.04764" />
-    <linearGradient
-       id="linearGradient3707-8">
-      <stop
-         style="stop-color:#ffffff;stop-opacity:1"
-         offset="0"
-         id="stop3709-4" />
-      <stop
-         id="stop3715-0"
-         offset="0.5"
-         style="stop-color:#ffffff;stop-opacity:1" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1"
-         offset="1"
-         id="stop3711-7" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient4000"
-       id="linearGradient5434"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.67351967,0,0,0.66943763,-153.0974,32.308798)"
-       x1="721.125"
-       y1="69"
-       x2="722.3125"
-       y2="73.25" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient4000">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop4002" />
-      <stop
-         style="stop-color:#c17d11;stop-opacity:1"
-         offset="1"
-         id="stop4004" />
-    </linearGradient>
-    <linearGradient
-       inkscape:collect="always"
-       xlink:href="#linearGradient3984"
-       id="linearGradient5429"
-       gradientUnits="userSpaceOnUse"
-       gradientTransform="matrix(0.71432065,0,0,0.68714374,-182.45806,31.084199)"
-       x1="712.32172"
-       y1="57.108822"
-       x2="721.75269"
-       y2="70.5" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient3984">
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:1;"
-         offset="0"
-         id="stop3986" />
-      <stop
-         style="stop-color:#e9b96e;stop-opacity:0;"
-         offset="1"
-         id="stop3988" />
-    </linearGradient>
-    <linearGradient
-       y2="70.5"
-       x2="721.75269"
-       y1="57.108822"
-       x1="712.32172"
-       gradientTransform="matrix(0.71432065,0,0,0.68714374,-182.45806,31.084199)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient6275"
-       xlink:href="#linearGradient3984"
-       inkscape:collect="always" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="5.6"
-     inkscape:cx="8.6907243"
-     inkscape:cy="15.151652"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="true"
-     showborder="false"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0"
-     inkscape:window-width="1366"
-     inkscape:window-height="706"
-     inkscape:window-x="0"
-     inkscape:window-y="25"
-     inkscape:window-maximized="1">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3059" />
-    <sodipodi:guide
-       position="0,0"
-       orientation="0,48.000004"
-       id="guide3061" />
-    <sodipodi:guide
-       position="48.000004,0"
-       orientation="-48,0"
-       id="guide3063" />
-    <sodipodi:guide
-       position="48.000004,48"
-       orientation="0,-48.000004"
-       id="guide3065" />
-    <sodipodi:guide
-       position="0,48"
-       orientation="48,0"
-       id="guide3067" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <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>SPSS data file compressed (*.zsav)</dc:title>
-        <dc:description>Derechos de autoría a Lapo Calamandrei por icono base (pieza de papel).</dc:description>
-        <dc:creator>
-          <cc:Agent>
-            <dc:title>Bastián Díaz</dc:title>
-          </cc:Agent>
-        </dc:creator>
-        <cc:license
-           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
-      </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="Capa 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-566.03283,-589.78022)">
-    <g
-       transform="translate(269.97057,541.78022)"
-       style="display:inline;enable-background:new"
-       id="g5472">
-      <g
-         id="g3152">
-        <image
-           style="display:inline;enable-background:new"
-           width="48.000004"
-           height="48"
-           xlink:href="data:image/png;base64,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 "
-           id="image10-2"
-           x="296.06226"
-           y="47.999996" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline"
-           id="rect3033-8-2"
-           width="1"
-           height="21"
-           x="306"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none"
-           id="rect4385-7-5-60"
-           width="1"
-           height="27"
-           x="63"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-7-7"
-           width="1"
-           height="21"
-           x="333"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84"
-           width="1"
-           height="28"
-           x="83"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-7"
-           width="1"
-           height="21"
-           x="315"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect3033-8-4-2-3"
-           width="1"
-           height="21"
-           x="324"
-           y="63" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-3-3"
-           width="1"
-           height="27"
-           x="78"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-33-6"
-           width="1"
-           height="27.000004"
-           x="73"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-8-6"
-           width="1"
-           height="27.000002"
-           x="68"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2844-1-1"
-           style="fill:none;stroke:#4e9a06;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 332.39629,81.396288 c -0.0626,0 -10.12871,-0.0085 -10.18834,-0.009 -2.21413,-0.01749 -2.45371,-0.354813 -2.75621,-0.67322 -1.20788,-1.271308 -1.56377,-3.457586 -2.25187,-6.756119 -0.75597,-3.623955 -1.27786,-8.354251 -2.20239,-8.354251 -0.74887,0 -1.32962,4.587154 -2.08562,8.211109 -0.68808,3.298534 -1.09784,5.653288 -2.30569,6.924602 -0.31066,0.326981 -0.61792,0.648586 -3.00246,0.648586"
-           sodipodi:nodetypes="cssssssc" />
-        <path
-           inkscape:connector-curvature="0"
-           id="path2842-23-5"
-           style="fill:none;stroke:#ef2929;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
-           d="m 332.39669,81.39669 c -4.85846,0 -4.53691,-0.07303 -5.12597,-0.146191 -2.28419,-0.283681 -3.32089,-2.695105 -4.22835,-4.954151 -1.15059,-2.864375 -2.00742,-5.693039 -3.04238,-5.693039 -1.03493,0 -1.89178,2.828669 -3.04237,5.693044 -0.90744,2.259042 -1.94414,4.670469 -4.22831,4.954147 -0.58907,0.07315 -0.26752,0.146191 -5.126,0.146191"
-           sodipodi:nodetypes="csssssc" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-7"
-           width="1"
-           height="28"
-           x="87"
-           y="-334"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5"
-           width="1"
-           height="17"
-           x="56"
-           y="-323"
-           transform="matrix(0,1,-1,0,0,0)" />
-        <rect
-           style="fill:#babdb6;fill-opacity:1;stroke:none;display:inline;enable-background:new"
-           id="rect4385-7-5-5-84-5-1"
-           width="1"
-           height="10"
-           x="59"
-           y="-316"
-           transform="matrix(0,1,-1,0,0,0)" />
-      </g>
-      <path
-         transform="matrix(0.71298198,0,0,0.69106424,98.622261,30.067634)"
-         style="opacity:0.63063061;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0.69999992;display:inline;filter:url(#filter4039);enable-background:new"
-         d="m 313.98449,84.875002 c -0.53176,0 -0.80448,0.549796 -0.95986,1.059472 L 310.7,93.46114 c -0.0534,0.13055 -0.0623,0.27339 -0.075,0.41386 l 32,0 -0.075,-0.41386 -2.32463,-7.653581 c -0.1551,-0.509808 -0.42809,-0.932557 -0.95986,-0.932557 l -25.28103,0 z"
-         id="path3949"
-         sodipodi:nodetypes="ccccccccc"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccccscccccccccccc"
-         id="path3678"
-         d="m 322.55625,73.491915 c -0.0968,0.03388 -0.16948,0.113558 -0.1935,0.211857 l -0.043,0.148299 c -0.0667,0.114546 -0.13284,0.233607 -0.17201,0.360156 l -1.61248,5.105741 c -0.0333,0.07723 -0.043,0.143681 -0.043,0.233041 -9.8e-4,0.01435 9.6e-4,0.02807 0,0.04238 l 0,13.791859 c 0,0.357444 0.30065,1.122838 0.66649,1.122838 l 20.68288,0 c 0.36585,0 0.6665,-0.765392 0.6665,-1.122838 l 0,-13.791859 -0.043,-0.275413 -0.0215,-0.06355 c -0.002,-0.02239 0.007,-0.04151 0,-0.06356 l -1.6985,-5.508268 c -0.0179,-0.0658 -0.0553,-0.124814 -0.10749,-0.169486 l -18.08136,-0.02119 z"
-         style="fill:url(#linearGradient5453);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccccccccc"
-         id="path3628"
-         d="M 321.62991,80 C 321.28094,80 321,80.258373 321,80.579311 l 0,12.455172 0,0.386206 C 321,93.741627 321.28094,94 321.62991,94 l 19.74018,0 C 341.71907,94 342,93.741626 342,93.420689 l 0,-12.841378 C 342,80.258373 341.71907,80 341.37009,80 l -19.74018,0 z"
-         style="fill:url(#linearGradient5450);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccccccccc"
-         id="path3702"
-         d="m 321.53053,78.796587 c -0.35067,0 -0.63297,0.280582 -0.63297,0.629107 l 0,13.525795 0,0.419404 c 0,0.348525 0.2823,0.629107 0.63297,0.629107 l 19.8365,0 C 341.71771,94 342,93.719417 342,93.370893 l 0,-13.945199 c 0,-0.348525 -0.28229,-0.629107 -0.63297,-0.629107 l -19.8365,0 z"
-         style="opacity:0.81531528;fill:url(#radialGradient5447);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         id="path3723"
-         d="m 320.94846,78.528514 -0.47796,1.554894 c 2.4e-4,0.0072 2.4e-4,0.0144 0,0.0216 -0.0151,0.03524 -0.0217,0.04146 -0.0217,0.107979 2.3e-4,0.0072 2.3e-4,0.0144 0,0.0216 0.002,-0.02287 -3.3e-4,0.01446 0,0.0216 3.4e-4,0.0071 0.004,-0.01599 0,0.0216 l 0,1.706065 21.55125,0 0,-1.684469 0,-0.04319 -0.0217,-0.172766 -0.0217,-0.06479 -0.45611,-1.490107 -20.55189,0 z"
-         style="opacity:0.5;fill:url(#radialGradient5444);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <rect
-         y="79.910645"
-         x="320.89755"
-         height="0.69106424"
-         width="21.10244"
-         id="rect3746"
-         style="opacity:0.62330568;fill:url(#radialGradient5441);fill-opacity:1;stroke:none;display:inline;enable-background:new" />
-      <path
-         sodipodi:nodetypes="csssccccccccccccccc"
-         id="path3512"
-         d="m 323.21635,74.573939 c 1e-4,0.0067 1e-4,0.01364 0,0.02045 -0.0122,0.02809 -0.0263,0.05541 -0.0422,0.08177 -0.0601,0.102199 -0.0973,0.159175 -0.10513,0.184022 9e-5,0.0067 9e-5,0.01363 0,0.02045 l -1.57687,4.927712 c 0,-0.02063 0.005,0.01814 0,0.04091 l 0,0.02045 c 0.0105,-0.113552 0.0131,-0.100767 0,0.04091 l 0,13.249617 c 0,-0.02895 0.0382,0.218875 0.10513,0.347597 l 19.80537,0 c 0.0668,-0.128722 0.10514,-0.376547 0.10514,-0.347597 l 0,-13.310957 0,-0.04091 -0.0209,-0.06135 c -0.0117,-0.04692 -0.019,-0.09487 -0.0209,-0.143129 l -1.59789,-5.111732 -16.65164,0.08177 z"
-         style="opacity:0.36936939;fill:none;stroke:url(#radialGradient5438);stroke-width:0.98433709;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new"
-         inkscape:connector-curvature="0" />
-      <path
-         sodipodi:nodetypes="cccc"
-         id="rect4008"
-         d="m 331.50032,79.219578 11.05122,0.691064 -22.10244,0 11.05122,-0.691064 z"
-         style="opacity:0.4;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.69999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-         inkscape:connector-curvature="0" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="cccccscccccccccccc"
-         id="path3191"
-         d="m 329.85748,73.479215 c -0.0177,0.03345 -0.0312,0.112135 -0.0356,0.209198 l -0.008,0.14644 c -0.0122,0.11311 -0.0244,0.230678 -0.0315,0.355639 l -0.29606,5.041702 c -0.006,0.07627 -0.008,0.141878 -0.008,0.230119 -2.4e-4,0.01418 2.5e-4,0.02771 0,0.04185 l 0,2.907869 c 0,0.352962 0.0553,1.108754 0.12238,1.108755 l 3.79727,0 c 0.0671,0 0.12237,-0.755791 0.12237,-1.108755 l 0,-2.907869 -0.008,-0.27196 -0.004,-0.06276 c -4.1e-4,-0.02211 9.4e-4,-0.04099 0,-0.06276 l -0.31183,-5.439181 c -0.004,-0.06497 -0.0102,-0.123246 -0.0197,-0.167358 l -3.31966,-0.02092 z"
-         style="fill:url(#linearGradient5432);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5434);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.69999992;display:inline;enable-background:new" />
-      <path
-         inkscape:connector-curvature="0"
-         sodipodi:nodetypes="ccsccscccsccc"
-         id="path3981"
-         d="m 330.04468,73.665638 0,0.04295 c 7.2e-4,0.0143 7.2e-4,0.02865 0,0.04295 -0.0151,0.134825 -0.0386,0.242793 -0.0446,0.343571 l -0.31252,5.175052 c -0.004,0.04618 0,0.109091 0,0.214732 -6e-5,0.0034 4.6e-4,0.01732 0,0.04295 l 3.61625,0 0,-0.236206 c -0.0136,-0.03433 -0.0212,-0.07063 -0.0223,-0.107366 -7.2e-4,-0.04242 -3.2e-4,-0.04811 0,-0.04295 l -0.31252,-5.454203 -2.92425,-0.02147 z"
-         style="fill:url(#linearGradient6275);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new" />
-    </g>
-  </g>
-</svg>
diff --git a/src/ui/gui/artwork/scalable/apps/pspp.svg b/src/ui/gui/artwork/scalable/apps/pspp.svg
new file mode 100644 (file)
index 0000000..c85ff78
--- /dev/null
@@ -0,0 +1,1338 @@
+<?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:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256"
+   height="256"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="pspp.svg">
+  <title
+     id="title6197">Chart</title>
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.10190613"
+       width="1.2038122"
+       y="-0.17725492"
+       height="1.3545098"
+       id="filter17137-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="10.340398"
+         id="feGaussianBlur17139-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4"
+       id="linearGradient16454"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1586117,0,0,4.7312225,-448.59639,-290.69128)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4">
+      <stop
+         id="stop17661-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75" />
+      <stop
+         id="stop17669-0"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3"
+       id="linearGradient16451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.1548497,0,0,4.7312225,-448.24678,-290.69128)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17529"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17089"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,135.65421)"
+       cx="89.140617"
+       cy="226.73134"
+       fx="89.140617"
+       fy="226.73134"
+       r="96.546875" />
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.038208161"
+       width="1.0764163"
+       y="-0.12775338"
+       height="1.2555068"
+       id="filter17111-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.6888787"
+         id="feGaussianBlur17113-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5"
+       id="linearGradient17761"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7"
+       id="linearGradient17283"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9"
+       id="radialGradient17870"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704"
+       gradientTransform="matrix(2.2947354,0,0,1.1522102,-165.70021,-19.580632)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17864-9">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98"
+       id="radialGradient17323"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314"
+       gradientTransform="matrix(1.3828882,0,0,1.2276921,-63.90907,0.6701719)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17317-98">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1"
+       id="radialGradient17331"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49"
+       gradientTransform="matrix(1.5301685,0,0,2.0151694,-88.007964,-182.26783)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17325-1">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17315"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75"
+       gradientTransform="matrix(0.8769831,0,0,0.4542322,20.082521,46.648778)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7"
+       id="linearGradient17337"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       id="linearGradient17339-7">
+      <stop
+         id="stop17341-6"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30"
+       id="radialGradient17347"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.7549617,0,0,0.3910314,15.908845,84.927464)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0"
+       id="radialGradient17657"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7"
+       id="radialGradient17495"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.2990775,4.2426407,100.18976)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1"
+       id="linearGradient17539"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17567-6">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.25808824"
+         id="feGaussianBlur17569-0" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17725-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4755515"
+         id="feGaussianBlur17727-8" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7"
+       id="radialGradient17737"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1"
+       id="radialGradient17773"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648"
+       gradientTransform="matrix(1.1277556,0.8124553,-0.402854,0.5591949,21.352022,-49.525404)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient17767-1">
+      <stop
+         id="stop17771-8"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26"
+       id="radialGradient17796"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875"
+       gradientTransform="matrix(1,0,0,1.0533705,0,-10.093016)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17842-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.7853754"
+         id="feGaussianBlur17844-1" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17848-3"
+       id="radialGradient17854"
+       cx="205.91789"
+       cy="94.267769"
+       fx="205.91789"
+       fy="94.267769"
+       r="13.071265"
+       gradientTransform="matrix(1.8416399,0,0,1.5538811,-173.30871,-58.213137)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17848-3">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17850-7" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17852-3" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3"
+       id="linearGradient17936"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17179-8-8">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8800723"
+         id="feGaussianBlur17181-6-6" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17659-4-7"
+       id="linearGradient4735"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.9646448,0,0,5.470476,-518.68958,-324.11179)"
+       x1="92.067398"
+       y1="96.875267"
+       x2="130.39951"
+       y2="96.875267" />
+    <linearGradient
+       y2="98.883202"
+       x2="118.3481"
+       y1="81.1763"
+       x1="106.0254"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17659-4-7">
+      <stop
+         id="stop17661-0-0"
+         style="stop-color:#da4522;stop-opacity:1;"
+         offset="0" />
+      <stop
+         offset="0.02529254"
+         style="stop-color:#953a24;stop-opacity:1;"
+         id="stop17667-4-5" />
+      <stop
+         offset="0.18952666"
+         style="stop-color:#c15236;stop-opacity:1;"
+         id="stop17665-75-9" />
+      <stop
+         id="stop17669-0-5"
+         style="stop-color:#6f1f09;stop-opacity:1"
+         offset="0.94432735" />
+      <stop
+         id="stop17663-8-1"
+         style="stop-color:#ba310b;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5257-3-4"
+       id="linearGradient4732"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(5.960295,0,0,5.470476,-518.28534,-324.11179)"
+       x1="104.87878"
+       y1="69.006981"
+       x2="117.90468"
+       y2="96.292282" />
+    <linearGradient
+       id="linearGradient5257-3-4">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5259-87-6" />
+      <stop
+         style="stop-color:#f68383;stop-opacity:1;"
+         offset="1"
+         id="stop5261-1-9" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-4"
+       id="radialGradient4640"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8135621,0.2110374,-0.0750951,0.2894962,28.77986,89.432746)"
+       cx="59.140617"
+       cy="179.92073"
+       fx="59.140617"
+       fy="179.92073"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17039-7-4">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17041-00-7" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17043-2-0" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17525-5-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.8444393"
+         id="feGaussianBlur17527-7-6" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.72573364"
+       width="2.4514673"
+       y="-0.17076135"
+       height="1.3415227"
+       id="filter17249-2-7">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.0526907"
+         id="feGaussianBlur17251-3-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17755-5-9"
+       id="linearGradient4644"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-6)"
+       x1="58.038898"
+       y1="166.62268"
+       x2="58.038898"
+       y2="206.62268" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17755-5-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17757-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17759-1-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       x="-0.46311286"
+       width="1.9262257"
+       y="-0.16304217"
+       height="1.3260844"
+       id="filter17271-3-5">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="3.1623363"
+         id="feGaussianBlur17273-8-4" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17277-7-8"
+       id="linearGradient4723"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="51.5"
+       y1="162.75"
+       x2="51.5"
+       y2="186.29782" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17277-7-8">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17279-7-4" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17281-5-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17435-7-0">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.4506191"
+         id="feGaussianBlur17437-3-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17922-9-2">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.676031"
+         id="feGaussianBlur17924-7-4" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17864-9-1"
+       id="radialGradient4718"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.6532878,0,0,1.332243,-191.59087,-10.640106)"
+       cx="127.97998"
+       cy="83.404785"
+       fx="127.97998"
+       fy="83.404785"
+       r="32.412704" />
+    <linearGradient
+       id="linearGradient17864-9-1">
+      <stop
+         style="stop-color:#d1f7ab;stop-opacity:1;"
+         offset="0"
+         id="stop17866-9-0" />
+      <stop
+         style="stop-color:#85e923;stop-opacity:1;"
+         offset="1"
+         id="stop17868-41-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17317-98-0"
+       id="radialGradient4715"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5989645,0,0,1.419519,-73.894862,12.774886)"
+       cx="166.91316"
+       cy="29.169971"
+       fx="166.91316"
+       fy="29.169971"
+       r="49.727314" />
+    <linearGradient
+       id="linearGradient17317-98-0">
+      <stop
+         style="stop-color:#dde8f4;stop-opacity:1;"
+         offset="0"
+         id="stop17319-1-2" />
+      <stop
+         style="stop-color:#bad0e8;stop-opacity:1;"
+         offset="1"
+         id="stop17321-6-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17325-1-9"
+       id="radialGradient4712"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.7692573,0,0,2.3300396,-101.75921,-198.74718)"
+       cx="166"
+       cy="149.5"
+       fx="166"
+       fy="149.5"
+       r="49" />
+    <linearGradient
+       id="linearGradient17325-1-9">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop17327-8-9" />
+      <stop
+         style="stop-color:#3f7ab9;stop-opacity:1;"
+         offset="1"
+         id="stop17329-8-8" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient4709"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0140117,0,0,0.52520598,23.220415,65.93765)"
+       cx="163.25"
+       cy="64.066833"
+       fx="163.25"
+       fy="64.066833"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17309-30-6">
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:1;"
+         offset="0"
+         id="stop17311-3-6" />
+      <stop
+         style="stop-color:#eff4fa;stop-opacity:0;"
+         offset="1"
+         id="stop17313-0-9" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17339-7-2"
+       id="linearGradient4706"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="167.5"
+       y1="164.52847"
+       x2="167.5"
+       y2="125" />
+    <linearGradient
+       id="linearGradient17339-7-2">
+      <stop
+         id="stop17341-6-3"
+         offset="0"
+         style="stop-color:#729fcf;stop-opacity:0;" />
+      <stop
+         id="stop17343-4-0"
+         offset="1"
+         style="stop-color:#3f7ab9;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17309-30-6"
+       id="radialGradient4702"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.87292447,0,0,0.45213006,18.394602,110.19738)"
+       cx="147.14806"
+       cy="108.23309"
+       fx="147.14806"
+       fy="108.23309"
+       r="48.75" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17651-0-6"
+       id="radialGradient4660"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.5128205,0,43.205128)"
+       cx="166.75"
+       cy="65.900002"
+       fx="166.75"
+       fy="65.900002"
+       r="48.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17651-0-6">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17653-1-1" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17655-1-9" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter17647-3-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.5183824"
+         id="feGaussianBlur17649-6-0" />
+    </filter>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17039-7-4"
+       id="radialGradient4698"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,0.34580836,4.9055533,127.84441)"
+       cx="55.640617"
+       cy="193.2952"
+       fx="55.640617"
+       fy="193.2952"
+       r="96.546875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17533-1-5"
+       id="linearGradient4695"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="150.25"
+       y1="31.5"
+       x2="150.25"
+       y2="69.75" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17533-1-5">
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:1;"
+         offset="0"
+         id="stop17535-0-8" />
+      <stop
+         style="stop-color:#fcfcfc;stop-opacity:0;"
+         offset="1"
+         id="stop17537-3-5" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17731-7-9"
+       id="radialGradient4666"
+       gradientUnits="userSpaceOnUse"
+       cx="55"
+       cy="158"
+       fx="55"
+       fy="158"
+       r="15" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17731-7-9">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17733-99-9" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17735-4-0" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17767-1-8"
+       id="radialGradient4687"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3039674,0.93940144,-0.46579994,0.6465691,24.688275,-45.263748)"
+       cx="91.570328"
+       cy="82.041237"
+       fx="91.570328"
+       fy="82.041237"
+       r="20.859648" />
+    <linearGradient
+       id="linearGradient17767-1-8">
+      <stop
+         id="stop17771-8-9"
+         offset="0"
+         style="stop-color:#edc200;stop-opacity:1;" />
+      <stop
+         id="stop17769-4-9"
+         offset="1"
+         style="stop-color:#c4a000;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17790-26-0"
+       id="radialGradient4684"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.2179596,0,0.32995025)"
+       cx="110.625"
+       cy="76.690666"
+       fx="110.625"
+       fy="76.690666"
+       r="26.875" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17790-26-0">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop17792-7-3" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop17794-3-1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17930-3-2"
+       id="linearGradient4677"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.15625,0,0,1.15625,0,5.0625)"
+       x1="101.5"
+       y1="101.5"
+       x2="90"
+       y2="112.65313" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient17930-3-2">
+      <stop
+         style="stop-color:#edd400;stop-opacity:1;"
+         offset="0"
+         id="stop17932-5-4" />
+      <stop
+         style="stop-color:#edd400;stop-opacity:0;"
+         offset="1"
+         id="stop17934-8-1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.979899"
+     inkscape:cx="106.66335"
+     inkscape:cy="129.44285"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showborder="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1366"
+     inkscape:window-height="709"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true">
+    <sodipodi:guide
+       position="0,0"
+       orientation="0,256"
+       id="guide6187" />
+    <sodipodi:guide
+       position="256,0"
+       orientation="-256,0"
+       id="guide6189" />
+    <sodipodi:guide
+       position="256,256"
+       orientation="0,-256"
+       id="guide6191" />
+    <sodipodi:guide
+       position="0,256"
+       orientation="256,0"
+       id="guide6193" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid6195"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="0px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <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>Chart</dc:title>
+        <dc:description>Icon adapted for use in GNU PSPP (application icon). Bastián Díaz</dc:description>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
+        <dc:source>http://jimmac.musichall.cz/</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>spreadsheet</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>pie</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </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="Capa 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1933.7427,-659.77905)">
+    <g
+       transform="translate(1913.7427,627.77905)"
+       style="display:inline;enable-background:new"
+       id="g4771">
+      <g
+         id="g4741">
+        <path
+           transform="matrix(1.1275499,0,0,1.1323722,7.5741744,-33.601688)"
+           d="m 225.56707,202.61343 a 101.46983,58.336311 0 1 1 -202.939667,0 101.46983,58.336311 0 1 1 202.939667,0 z"
+           sodipodi:ry="58.336311"
+           sodipodi:rx="101.46983"
+           sodipodi:cy="202.61343"
+           sodipodi:cx="124.09724"
+           id="path17141-8"
+           style="opacity:0.46470588;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17179-8-8);enable-background:accumulate"
+           sodipodi:type="arc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cscccscccc"
+           style="fill:url(#linearGradient4735);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 255.24703,149.16097 c -12.80613,-27.46726 -56.22878,-47.69161 -107.87062,-47.69161 -51.641904,0 -77.903468,15.4185 -90.709556,42.88576 l -21.014229,4.80585 0,45.40463 c 0,35.60732 50.025481,64.46955 111.723785,64.46955 61.70422,0 111.71779,-28.86223 111.71779,-64.46955 l 0,-45.40463 -3.84717,0 0,0 z"
+           id="path12964-1" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#linearGradient4732);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           d="m 258.93125,149.16097 c 0,35.6128 -49.9771,64.47503 -111.63632,64.47503 -61.659272,0 -111.642305,-28.86223 -111.642305,-64.47503 0,-35.6128 49.989006,-64.475031 111.642305,-64.475031 61.65922,0 111.63632,28.862231 111.63632,64.475031 l 0,0 z"
+           id="path12971-9" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#729fcf;fill-rule:nonzero;stroke:none"
+           d="M 258.00618,141.01799 C 251.99896,100.18453 183.91237,87.183636 171.24016,87.554908 l -28.2284,62.762312 110.36364,-9.29873 4.63078,-5e-4 z"
+           id="path12985-5"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="fill:#73d216;fill-rule:nonzero;stroke:none"
+           d="M 144.77885,149.90514 96.624659,91.609055 C 117.59845,84.06785 151.54802,83.584556 171.57904,85.628536 l -26.80019,64.276604 z"
+           id="path12999-5"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534" />
+        <path
+           inkscape:connector-curvature="0"
+           style="fill:url(#radialGradient4640);fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17525-5-4)"
+           d="m 30.898891,116.625 c -0.04051,0.66374 -0.0625,1.33055 -0.0625,2 0,30.80026 43.235563,55.75 96.562499,55.75 53.32689,0 96.53124,-24.94974 96.53125,-55.75 0,-0.66945 -0.022,-1.33626 -0.0625,-2 -1.82281,29.87369 -44.30094,53.75 -96.46875,53.75 -52.167859,0 -94.676983,-23.87631 -96.499999,-53.75 z"
+           id="path17034-1"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <rect
+           style="opacity:0.19411765;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17249-2-7);enable-background:accumulate"
+           id="rect17183-11"
+           width="3.6568708"
+           height="30.791634"
+           x="218.21046"
+           y="138.22687"
+           rx="1.8284354"
+           ry="4.5961943"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <rect
+           ry="4.5961943"
+           rx="1.8284354"
+           y="155.22687"
+           x="51.210464"
+           height="38.791634"
+           width="13.656871"
+           id="rect17253-11"
+           style="opacity:0.24705882;color:#000000;fill:url(#linearGradient4644);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17271-3-5);enable-background:accumulate"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.22941176;color:#000000;fill:url(#linearGradient4723);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 47.984375,178.93359 0,42.0586 c 9.921212,12.50644 18.154502,14.88535 26.59375,18.5 l 0,-41.625 c -9.153646,-3.80496 -20.330729,-12.46977 -26.59375,-18.9336 z"
+           id="path17275-1"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.52352941;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17435-7-0)"
+           d="M 222.14048,112.08313 C 216.94505,76.767705 159.05935,66.523685 148.0996,66.844785 l -23.41375,54.030915 97.45463,-8.79257 z"
+           id="path17349-0"
+           inkscape:transform-center-x="-46.727316"
+           inkscape:transform-center-y="-27.143788"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           style="opacity:0.46470588;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;filter:url(#filter17922-9-2)"
+           d="M 125.21414,117.76321 83.567273,67.344978 C 101.70677,60.822854 131.06856,60.40487 148.39268,62.172637 l -23.17854,55.590573 z"
+           id="path17872-0"
+           inkscape:transform-center-y="-28.186395"
+           inkscape:transform-center-x="5.807534"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-x="5.807534"
+           inkscape:transform-center-y="-28.186395"
+           id="path17763-73"
+           d="M 144.77885,126.19496 96.624659,67.898881 c 20.973791,-7.541206 54.923361,-8.0245 74.954381,-5.980519 l -26.80019,64.276598 z"
+           style="fill:url(#radialGradient4718);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           inkscape:transform-center-y="-27.143788"
+           inkscape:transform-center-x="-46.727316"
+           id="path17303-0"
+           d="M 256.84993,93.611744 C 250.84271,52.778284 183.91237,40.933636 171.24016,41.304908 L 144.16801,103.77815 256.84993,93.611744 z"
+           style="fill:url(#radialGradient4715);fill-opacity:1;fill-rule:nonzero;stroke:none"
+           sodipodi:nodetypes="cccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.91176471;color:#000000;fill:url(#radialGradient4712);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="M 144.82031,103.05469 144.53125,149.59375 257.84375,141.5 256.6875,92.9375 144.82031,103.05469 z"
+           id="path17305-1"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4709);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,150.75 0.57812,-47.98437 111,-10.98438 1.15625,49.14062 L 254.08594,95.25 146.55469,104.21094 144.53125,150.75 z"
+           id="path17307-8"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17333-6"
+           d="M 228.35937,189.48437 C 250.55371,174.75466 256.66399,162.17547 259,144.39062 l -113.3125,8.09375 1.15625,42.78125 81.51562,-5.78125 z"
+           style="opacity:0.40588235;color:#000000;fill:url(#linearGradient4706);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.38235294;color:#000000;fill:url(#radialGradient4702);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,153.0625 0,39.89062 4.625,-1.15625 -4.625,-38.73437 z"
+           id="path17345-8" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           id="path17439-1"
+           d="m 125,120 0,-41 97.25,-9 0.25,41.5 -2,-38.5 -94,9 -1.5,38 z"
+           style="color:#000000;fill:url(#radialGradient4660);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter17647-3-9);enable-background:accumulate"
+           transform="matrix(1.15625,0,0,1.15625,0,12)" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path17493-0"
+           d="m 35.726843,146.84766 c -0.04684,0.76745 -0.07227,1.53844 -0.07227,2.3125 0,35.6128 49.99112,64.46093 111.650397,64.46093 61.65921,0 111.61424,-28.84813 111.61425,-64.46093 0,-0.77406 -0.0254,-1.54505 -0.0723,-2.3125 -2.10763,34.54145 -51.22296,62.14843 -111.54199,62.14843 -60.319094,0 -109.470269,-27.60698 -111.578131,-62.14843 z"
+           style="opacity:0.68235294;fill:url(#radialGradient4698);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.53529412;color:#000000;fill:url(#linearGradient4695);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 172.28125,42.640625 0,47.984375 2.89062,-49.140625 -2.89062,1.15625 z"
+           id="path17531-1" />
+        <g
+           id="g17743-79"
+           style="opacity:0.82352941"
+           transform="matrix(0.809375,0,0,0.809375,21.159375,61.25625)">
+          <path
+             transform="translate(6,4)"
+             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z"
+             sodipodi:ry="15"
+             sodipodi:rx="15"
+             sodipodi:cy="158"
+             sodipodi:cx="55"
+             id="path17729-6"
+             style="color:#000000;fill:url(#radialGradient4666);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             sodipodi:type="arc" />
+          <path
+             transform="matrix(0.4,0,0,0.4,39,98.8)"
+             sodipodi:type="arc"
+             style="opacity:0.81176471;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             id="path17739-7"
+             sodipodi:cx="55"
+             sodipodi:cy="158"
+             sodipodi:rx="15"
+             sodipodi:ry="15"
+             d="m 70,158 a 15,15 0 1 1 -30,0 15,15 0 1 1 30,0 z" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4687);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.71382,150.21674 -47.829142,-58.049052 0,-24.936562 48.576592,59.564494 -0.74745,23.42112 z"
+           id="path17765-5"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           style="color:#000000;fill:url(#radialGradient4684);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+           d="m 144.53125,126.46875 -44.22656,-57.8125 c 17.01779,-4.538896 37.913,-5.975847 58.67968,-7.515625 -20.42708,-0.612101 -43.45572,0.722108 -62.148433,6.070312 l 0,24.859375 0.867188,-21.390625 46.828125,55.789063 z"
+           id="path17788-5"
+           sodipodi:nodetypes="ccccccc" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           id="path17926-3"
+           d="m 144.71382,176.81049 -47.829142,-58.04905 0,-24.936564 48.576592,59.564494 -0.74745,23.42112 z"
+           style="opacity:0.11176471;color:#000000;fill:url(#linearGradient4677);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+      <rect
+         y="32"
+         x="20"
+         height="256"
+         width="256"
+         id="rect4769"
+         style="fill:none;stroke:none" />
+    </g>
+  </g>
+</svg>
index 3da8349c027df8f76800c4aaedaf6faaac7f791d..e991eb2e47532e125c5151467f4ade270cc5249e 100644 (file)
@@ -11,7 +11,6 @@ UI_FILES = \
        src/ui/gui/comments.ui \
        src/ui/gui/crosstabs.ui \
        src/ui/gui/chi-square.ui \
-       src/ui/gui/data-sheet.ui \
        src/ui/gui/descriptives.ui \
        src/ui/gui/entry-dialog.ui \
        src/ui/gui/examine.ui \
@@ -48,7 +47,6 @@ UI_FILES = \
        src/ui/gui/data-editor.ui \
        src/ui/gui/output-window.ui \
        src/ui/gui/syntax-editor.ui \
-       src/ui/gui/var-sheet.ui \
        src/ui/gui/var-type-dialog.ui \
        src/ui/gui/weight.ui
 
@@ -63,8 +61,6 @@ EXTRA_DIST += doc/help-pages-list
 
 EXTRA_DIST += \
        src/ui/gui/memorandum.txt \
-       src/ui/gui/artwork/actions/.empty \
-       src/ui/gui/artwork/apps/scalable/.empty \
        src/ui/gui/gen-dot-desktop.sh \
        src/ui/gui/marshaller-list \
        src/ui/gui/pspplogo.svg
@@ -346,7 +342,8 @@ OBSOLETE = \
 
 nodist_src_ui_gui_psppire_SOURCES = \
        src/ui/gui/psppire-marshal.c \
-       src/ui/gui/psppire-marshal.h
+       src/ui/gui/psppire-marshal.h \
+       src/ui/gui/resources.c
 
 yelp-check:
        @if ! yelp --version > /dev/null 2>&1 ; then \
@@ -367,6 +364,13 @@ src/ui/gui/pspp.desktop: src/ui/gui/gen-dot-desktop.sh $(POFILES)
 
 CLEANFILES+=src/ui/gui/pspp.desktop
 
+src/ui/gui/resources.c: src/ui/gui/resources.xml
+       $(AM_V_at)$(GLIB_COMPILE_RESOURCES) --sourcedir=$(top_srcdir)/src/ui/gui --generate-source $< --target=$@,out
+       $(AM_V_GEN)echo '#include <config.h>' > $@,tmp
+       cat $@,out >> $@,tmp
+       $(RM) $@,out
+       mv $@,tmp $@
+
 src/ui/gui/psppire-marshal.c: src/ui/gui/marshaller-list
        $(AM_V_GEN)echo '#include <config.h>' > $@
        $(AM_V_at)$(GLIB_GENMARSHAL) --body --prefix=psppire_marshal $? >> $@
@@ -380,9 +384,10 @@ desktop_DATA = src/ui/gui/pspp.desktop
 appdatadir = $(datadir)/appdata
 dist_appdata_DATA = src/ui/gui/pspp.appdata.xml
 
-BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h
+BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h src/ui/gui/resources.c
+
 CLEANFILES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h \
-       $(nodist_src_ui_gui_psppire_DATA)
+       src/ui/gui/resources.c $(nodist_src_ui_gui_psppire_DATA)
 endif HAVE_GUI
 
 #ensure the installcheck passes even if there is no X server available
@@ -404,7 +409,7 @@ src/ui/gui/include/gtk/gtk.h: src/ui/gui/include/gtk/gtk.in.h
        } > $@-t && \
        mv $@-t $@
 CLEANFILES += src/ui/gui/include/gtk/gtk.h
-EXTRA_DIST += src/ui/gui/include/gtk/gtk.in.h
+EXTRA_DIST += src/ui/gui/include/gtk/gtk.in.h src/ui/gui/resources.xml
 
 include $(top_srcdir)/src/ui/gui/icons/automake.mk
 
index 5db4c824dc808a71bb5ec7f92adacbad9fc263f3..a00d796889c2a5f138e61b0e32386a82a5d808d8 100644 (file)
@@ -74,12 +74,6 @@ get_object_assert (GtkBuilder *builder, const gchar *name, GType type)
 }
 
 
-GtkAction *
-get_action_assert (GtkBuilder *builder, const gchar *name)
-{
-  return GTK_ACTION (get_object_assert (builder, name, GTK_TYPE_ACTION));
-}
-
 GtkWidget *
 get_widget_assert (GtkBuilder *builder, const gchar *name)
 {
index c5a6734eb2754491f623b256aa3dc70ccb740fc8..43c3204e185221bd57dc34c397c615b07910bce4 100644 (file)
@@ -31,7 +31,6 @@ GtkBuilder * builder_new_x (const gchar *obj_name);
 #define builder_new(NAME) (builder_new_real (relocate (PKGDATADIR "/" NAME)))
 
 GObject *get_object_assert (GtkBuilder *builder, const gchar *name, GType type);
-GtkAction * get_action_assert (GtkBuilder *builder, const gchar *name);
 GtkWidget * get_widget_assert (GtkBuilder *builder, const gchar *name);
 
 
index 785a87b22a8764a40f787c1baeab85e7c5b5a2ab..9bd7415754d2c6c28a22d3d6ebf41b94375a3a7e 100644 (file)
@@ -1,672 +1,7 @@
 <?xml version="1.0"?>
 <interface>
-  <object class="GtkUIManager" id="uimanager1">
-    <child>
-      <object class="GtkActionGroup" id="actiongroup1">
-        <child>
-          <object class="GtkAction" id="file">
-            <property name="name">file</property>
-            <property name="label" translatable="yes">_File</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="new1">
-            <property name="stock-id">file-new-data</property>
-            <property name="label" translatable="yes">_New...</property>
-            <property name="name">new1</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_new_syntax">
-            <property name="name">file_new_syntax</property>
-            <property name="stock-id">file-syntax-data</property>
-            <property name="label" translatable="yes">_Syntax</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_new_data">
-            <property name="name">file_new_data</property>
-            <property name="stock-id">file-system-data</property>
-            <property name="label" translatable="yes">_Data</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_open">
-            <property name="stock-id">file-open-data</property>
-            <property name="name">file_open</property>
-            <property name="label" translatable="yes">_Open...</property>
-          </object>
-          <accelerator key="O" modifiers="GDK_CONTROL_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_import">
-            <property name="name">file_import</property>
-            <property name="label" translatable="yes">I_mport Data...</property>
-            <property name="stock-id">file-import-data</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="rename_dataset">
-            <property name="name">rename_dataset</property>
-            <property name="label" translatable="yes">_Rename Dataset...</property>
-            <property name="stock-id">file-rename-data-set</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_save">
-            <property name="stock-id">file-save-data</property>
-            <property name="name">file_save</property>
-            <property name="label" translatable="yes">_Save</property>
-          </object>
-          <accelerator key="S" modifiers="GDK_CONTROL_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_save_as">
-            <property name="stock-id">file-save-as</property>
-            <property name="name">file_save_as</property>
-            <property name="label" translatable="yes">Save _As...</property>
-          </object>
-          <accelerator key="S" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="file-information">
-            <property name="name">file-information</property>
-            <property name="label" translatable="yes">D_isplay Data File Information</property>
-            <property name="stock-id">file-display-information</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_information_working-file">
-            <property name="name">file_information_working-file</property>
-            <property name="label" translatable="yes">Working File</property>
-            <property name="stock-id">display-information-working-file</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_information_external-file">
-            <property name="name">file_information_external-file</property>
-            <property name="label" translatable="yes">External File...</property>
-            <property name="stock-id">display-information-external-file</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_recent-data">
-            <property name="name">file_recent-data</property>
-            <property name="label" translatable="yes">Recently Used Da_ta</property>
-            <property name="stock-id">file-recently-used</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_recent-files">
-            <property name="name">file_recent-files</property>
-            <property name="label" translatable="yes">Recently Used _Files</property>
-            <property name="stock-id">file-recently-used</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_quit">
-            <property name="stock-id">file-quit</property>
-            <property name="name">file_quit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit">
-            <property name="name">edit</property>
-            <property name="label" translatable="yes">_Edit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="view">
-            <property name="name">view</property>
-            <property name="label" translatable="yes">_View</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkToggleAction" id="view_statusbar">
-            <property name="active">True</property>
-            <property name="name">view_statusbar</property>
-            <property name="label" translatable="yes">_Status Bar</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="view_fonts">
-            <property name="name">view_fonts</property>
-            <property name="stock-id">view-font</property>
-            <property name="label" translatable="yes">_Font...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkToggleAction" id="view_gridlines">
-            <property name="active">True</property>
-            <property name="name">view_gridlines</property>
-            <property name="label" translatable="yes">_Grid Lines</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkToggleAction" id="view_value-labels">
-            <property name="name">view_value-labels</property>
-            <property name="label" translatable="yes">Value _Labels</property>
-            <property name="tooltip" translatable="yes">Show/hide value labels</property>
-            <property name="stock-id">view-value-labels</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkRadioAction" id="view_data">
-            <property name="name">view_data</property>
-            <property name="label" translatable="yes">_Data</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkRadioAction" id="view_variables">
-            <property name="name">view_variables</property>
-            <property name="label" translatable="yes">_Variables</property>
-            <property name="group">view_data</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="data">
-            <property name="name">data</property>
-            <property name="label" translatable="yes">_Data</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionSort" id="data_sort-cases">
-            <property name="label" translatable="yes">_Sort Cases...</property>
-            <property name="name">data_sort-cases</property>
-            <property name="manager">uimanager1</property>
-            <property name="stock-id">data-sort-cases</property>
-            <property name="tooltip" translatable="yes">Sort cases in the active dataset</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionFlip" id="data_transpose">
-            <property name="stock-id">data-transpose</property>
-            <property name="name">data_transpose</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Transpose...</property>
-            <property name="tooltip" translatable="yes">Transpose the cases with the variables</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionAggregate" id="data_aggregate">
-            <property name="stock-id">data-aggregate</property>
-            <property name="name">data_aggregate</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Aggregate...</property>
-            <property name="tooltip" translatable="yes">Aggregate the case values into a new variable</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionSplit" id="data_split-file">
-            <property name="name">data_split-file</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">S_plit File...</property>
-            <property name="tooltip" translatable="yes">Split the active dataset</property>
-            <property name="stock-id">data-split-file</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionSelect" id="data_select-cases">
-            <property name="name">data_select-cases</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Select _Cases...</property>
-            <property name="tooltip" translatable="yes">Choose a subset of cases for analysis</property>
-            <property name="stock-id">data-select-cases</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionWeight" id="data_weight-cases">
-            <property name="name">data_weight-cases</property>
-            <property name="label" translatable="yes">_Weight Cases...</property>
-            <property name="manager">uimanager1</property>
-            <property name="tooltip" translatable="yes">Weight cases by variable</property>
-            <property name="stock-id">data-weight-cases</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="transform">
-            <property name="name">transform</property>
-            <property name="label" translatable="yes">_Transform</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionCompute" id="transform_compute">
-            <property name="name">transform_compute</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Compute...</property>
-            <property name="stock-id">transform-compute</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionCount" id="transform_count">
-            <property name="name">transform_count</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Cou_nt...</property>
-            <property name="stock-id">transform-count</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRank" id="transform_rank">
-            <property name="name">transform_rank</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Ran_k Cases...</property>
-            <property name="stock-id">transform-rank-cases</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionAutorecode" id="transform_autorecode">
-            <property name="name">transform_autorecode</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Auto_matic Recode...</property>
-            <property name="stock-id">transform-automatic-recode</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRecodeSame" id="transform_recode-same">
-            <property name="name">transform_recode-same</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Recode into _Same Variables...</property>
-            <property name="stock-id">transform-in-to-same-variables</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRecodeDifferent" id="transform_recode-different">
-            <property name="manager">uimanager1</property>
-            <property name="name">transform_recode-different</property>
-            <property name="label" translatable="yes">Recode into _Different Variables...</property>
-            <property name="stock-id">transform-in-to-different-variables</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="transform_run-pending">
-            <property name="name">transform_run-pending</property>
-            <property name="label" translatable="yes">_Run Pending Transforms</property>
-            <property name="stock-id">transform-run-pending</property>
-          </object>
-          <accelerator key="G" modifiers="GDK_CONTROL_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="analyze">
-            <property name="name">analyze</property>
-            <property name="label" translatable="yes">_Analyze</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="descriptive-statistics">
-            <property name="name">descriptive-statistics</property>
-            <property name="label" translatable="yes">_Descriptive Statistics</property>
-            <property name="stock-id">analyze-descriptive-statistics</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionFrequencies" id="frequencies">
-            <property name="manager">uimanager1</property>
-            <property name="name">frequencies</property>
-            <property name="label" translatable="yes">_Frequencies...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionDescriptives" id="analyze_descriptives">
-            <property name="manager">uimanager1</property>
-            <property name="name">analyze_descriptives</property>
-            <property name="label" translatable="yes">_Descriptives...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionExamine" id="explore">
-            <property name="name">analyze_explore</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Explore...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionCrosstabs" id="crosstabs">
-            <property name="name">crosstabs</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Crosstabs...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="compare-means">
-            <property name="name">compare-means</property>
-            <property name="label" translatable="yes">Compare _Means</property>
-            <property name="stock-id">analyze-compare-means</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionMeans" id="means">
-            <property name="name">means</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Means...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionTt1s" id="one-sample-t-test">
-            <property name="name">one-sample-t-test</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_One Sample T Test...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionIndepSamps" id="indep-t-test">
-            <property name="name">indep-t-test</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Independent Samples T Test...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionPaired" id="paired-t-test">
-            <property name="name">paired-t-test</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Paired Samples T Test...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionOneway" id="oneway-anova">
-            <property name="name">oneway-anova</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">One Way _ANOVA...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionUnivariate" id="univariate">
-            <property name="name">univariate</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Univariate Analysis...</property>
-            <property name="stock-id">analyze-univariate-analysis</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionCorrelation" id="correlation">
-            <property name="name">correlation</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Bivariate _Correlation...</property>
-            <property name="stock-id">analyze-bivariate-correlation</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionKmeans" id="k-means">
-            <property name="name">k-means</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_K-Means Cluster...</property>
-            <property name="stock-id">analyze-kmeans-cluster</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionFactor" id="factor-analysis">
-            <property name="name">factor-analysis</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Factor _Analysis...</property>
-            <property name="stock-id">analyze-factor-analysis</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionReliability" id="reliability">
-            <property name="name">reliability</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">Re_liability...</property>
-            <property name="stock-id">analyze-realiability</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="regression">
-            <property name="name">regression</property>
-            <property name="label" translatable="yes">_Regression</property>
-            <property name="stock-id">analyze-regression</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRegression" id="linear-regression">
-            <property name="name">linear-regression</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Linear...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionLogistic" id="logistic-regression">
-            <property name="name">logistic-regression</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Binary Logistic...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="non-parametrics">
-            <property name="name">non-parametrics</property>
-            <property name="label" translatable="yes">_Non-Parametric Statistics</property>
-            <property name="stock-id">analyze-non-parametric-statistics</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionChisquare" id="chi-square">
-            <property name="name">chi-square</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Chi-Square...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionBinomial" id="binomial">
-            <property name="name">binomial</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">_Binomial...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRuns" id="runs">
-            <property name="name">runs</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">R_uns...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogAction1sks" id="ks-one-sample">
-            <property name="name">ks-one-sample</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">1-Sample _K-S...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionTwoSample" id="two-related-samples">
-            <property name="name">two-related-samples</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">2 _Related Samples...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionKRelated" id="k-related-samples">
-            <property name="name">k-related-samples</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">K Related _Samples...</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionRoc" id="roc-curve">
-            <property name="name">roc-curve</property>
-            <property name="manager">uimanager1</property>
-            <property name="label" translatable="yes">ROC Cur_ve...</property>
-            <property name="stock-id">analyze-roc-curve</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="graphs">
-            <property name="name">graphs</property>
-            <property name="label" translatable="yes">_Graphs</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionScatterplot" id="graphs_scatterplot">
-            <property name="manager">uimanager1</property>
-            <property name="name">graphs_scatterplot</property>
-            <property name="label" translatable="yes">_Scatterplot</property>
-            <property name="stock-id">graphs-scatterplot</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionHistogram" id="graphs_histogram">
-            <property name="manager">uimanager1</property>
-            <property name="name">graphs_histogram</property>
-            <property name="label" translatable="yes">_Histogram</property>
-            <property name="stock-id">graphs-histogram</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionBarchart" id="graphs_barchart">
-            <property name="manager">uimanager1</property>
-            <property name="name">graphs_barchart</property>
-            <property name="label" translatable="yes">_Barchart</property>
-            <property name="stock-id">graphs-barchart</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="utilities">
-            <property name="name">utilities</property>
-            <property name="label" translatable="yes">_Utilities</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionVarInfo" id="utilities_variables">
-            <property name="manager">uimanager1</property>
-            <property name="name">utilities_variables</property>
-            <property name="label" translatable="yes">_Variables...</property>
-            <property name="tooltip" translatable="yes">Jump to variable</property>
-            <property name="stock-id">utilities-variables</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionComments" id="utilities_comments">
-            <property name="manager">uimanager1</property>
-            <property name="name">utilities_comments</property>
-            <property name="label" translatable="yes">Data File _Comments...</property>
-            <property name="stock-id">utilities-data-file-comments</property>
-          </object>
-        </child>
-      </object>
-    </child>
-    <ui>
-      <menubar name="menubar">
-        <menu action="file">
-          <menu action="new1">
-            <menuitem action="file_new_syntax"/>
-            <menuitem action="file_new_data"/>
-          </menu>
-          <menuitem action="file_open"/>
-          <menuitem action="file_import"/>
-          <separator/>
-          <menuitem action="file_save"/>
-          <menuitem action="file_save_as"/>
-          <menuitem action="rename_dataset"/>
-          <separator/>
-          <menu action="file-information">
-            <menuitem action="file_information_working-file"/>
-            <menuitem action="file_information_external-file"/>
-          </menu>
-          <separator/>
-          <menuitem action="file_recent-data"/>
-          <menuitem action="file_recent-files"/>
-          <separator/>
-          <menuitem action="file_quit"/>
-        </menu>
-        <placeholder name="DataSheetEditMenu"/>
-        <placeholder name="VarSheetEditMenu"/>
-        <menu action="view">
-          <menuitem action="view_statusbar"/>
-          <separator/>
-          <menuitem action="view_fonts"/>
-          <menuitem action="view_gridlines"/>
-          <menuitem action="view_value-labels"/>
-          <separator/>
-          <menuitem action="view_data"/>
-          <menuitem action="view_variables"/>
-        </menu>
-        <menu action="data">
-          <menuitem action="data_sort-cases"/>
-          <menuitem action="data_transpose"/>
-          <menuitem action="data_aggregate"/>
-          <separator/>
-          <menuitem action="data_split-file"/>
-          <menuitem action="data_select-cases"/>
-          <menuitem action="data_weight-cases"/>
-        </menu>
-        <menu action="transform">
-          <menuitem action="transform_compute"/>
-          <menuitem action="transform_count"/>
-          <menuitem action="transform_rank"/>
-          <menuitem action="transform_autorecode"/>
-          <separator/>
-          <menuitem action="transform_recode-same"/>
-          <menuitem action="transform_recode-different"/>
-          <separator/>
-          <menuitem action="transform_run-pending"/>
-        </menu>
-        <menu action="analyze">
-          <menu action="descriptive-statistics">
-            <menuitem action="frequencies"/>
-            <menuitem action="analyze_descriptives"/>
-            <menuitem action="explore"/>
-            <menuitem action="crosstabs"/>
-          </menu>
-          <menu action="compare-means">
-            <menuitem action="means"/>
-            <menuitem action="one-sample-t-test"/>
-            <menuitem action="indep-t-test"/>
-            <menuitem action="paired-t-test"/>
-            <menuitem action="oneway-anova"/>
-          </menu>
-          <menuitem action="univariate"/>
-          <menuitem action="correlation"/>
-          <menuitem action="k-means"/>
-          <menuitem action="factor-analysis"/>
-          <menuitem action="reliability"/>
-          <menu action="regression">
-            <menuitem action="linear-regression"/>
-            <menuitem action="logistic-regression"/>
-          </menu>
-          <menu action="non-parametrics">
-            <menuitem action="chi-square"/>
-            <menuitem action="binomial"/>
-            <menuitem action="runs"/>
-            <menuitem action="ks-one-sample"/>
-            <menuitem action="two-related-samples"/>
-            <menuitem action="k-related-samples"/>
-          </menu>
-          <menuitem action="roc-curve"/>
-        </menu>
-        <menu action="graphs">
-          <menuitem action="graphs_scatterplot"/>
-        </menu>
-        <menu action="graphs">
-          <menuitem action="graphs_scatterplot"/>
-          <menuitem action="graphs_histogram"/>
-          <menuitem action="graphs_barchart"/>
-        </menu>
-        <menu action="utilities">
-          <menuitem action="utilities_variables"/>
-          <menuitem action="utilities_comments"/>
-        </menu>
-      </menubar>
-      <toolbar action="toolbar">
-        <toolitem name="toolbar_open" action="file_open"/>
-        <toolitem name="toolbar_save" action="file_save"/>
-        <separator/>
-        <placeholder name="DataSheetToolItems"/>
-        <placeholder name="VarSheetToolItems"/>
-        <separator/>
-        <toolitem name="toolbar_split-file" action="data_split-file"/>
-        <toolitem name="toolbar_weight-cases" action="data_weight-cases"/>
-        <toolitem name="toolbar_select-cases" action="data_select-cases"/>
-        <separator/>
-        <toolitem name="toolbar_select-cases" action="view_value-labels"/>
-      </toolbar>
-    </ui>
-  </object>
   <!-- interface-requires gtk+ 2.6 -->
   <!-- interface-naming-policy toplevel-contextual -->
-  <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
-    <property name="visible">True</property>
-  </object>
-  <object class="GtkToolbar" constructor="uimanager1" id="toolbar">
-    <property name="visible">True</property>
-    <property name="toolbar-style">GTK_TOOLBAR_ICONS</property>
-  </object>
   <object class="GtkBox" id="status-bar">
     <property name="visible">True</property>
     <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
       </packing>
     </child>
   </object>
+
+  <menu id="data-editor-menu">
+    <submenu>
+      <attribute name="label" translatable="yes">_View</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Status Bar</attribute>
+         <attribute name="action">win.statusbar</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Font...</attribute>
+         <attribute name="action">win.fonts</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Grid Lines</attribute>
+         <attribute name="action">win.gridlines</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Value _Labels</attribute>
+         <attribute name="action">win.value_labels</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Data</attribute>
+         <attribute name="target">DATA</attribute>
+         <attribute name="action">win.view_dv</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Variables</attribute>
+         <attribute name="target">VARS</attribute>
+         <attribute name="action">win.view_dv</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Data</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Sort Cases...</attribute>
+         <attribute name="action">win.PsppireDialogActionSort</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Transpose...</attribute>
+         <attribute name="action">win.PsppireDialogActionFlip</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Aggregate...</attribute>
+         <attribute name="action">win.PsppireDialogActionAggregate</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">S_plit File...</attribute>
+         <attribute name="action">win.PsppireDialogActionSplit</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Select _Cases...</attribute>
+         <attribute name="action">win.PsppireDialogActionSelect</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Weight Cases...</attribute>
+         <attribute name="action">win.PsppireDialogActionWeight</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Transform</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Compute...</attribute>
+         <attribute name="action">win.PsppireDialogActionCompute</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Cou_nt...</attribute>
+         <attribute name="action">win.PsppireDialogActionCount</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Ran_k Cases...</attribute>
+         <attribute name="action">win.PsppireDialogActionRank</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Auto_matic Recode...</attribute>
+         <attribute name="action">win.PsppireDialogActionAutorecode</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">Recode into _Same Variables...</attribute>
+         <attribute name="action">win.PsppireDialogActionRecodeSame</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Recode into _Different Variables...</attribute>
+         <attribute name="action">win.PsppireDialogActionRecodeDifferent</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Run Pending Transforms</attribute>
+         <attribute name="action">win.transform-pending</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Analyze</attribute>
+      <section>
+       <submenu>
+         <attribute name="label" translatable="yes">_Descriptive Statistics</attribute>
+         <item>
+           <attribute name="label" translatable="yes">_Frequencies...</attribute>
+           <attribute name="action">win.PsppireDialogActionFrequencies</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_Descriptives...</attribute>
+           <attribute name="action">win.PsppireDialogActionDescriptives</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_Explore...</attribute>
+           <attribute name="action">win.PsppireDialogActionExamine</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_Crosstabs...</attribute>
+           <attribute name="action">win.PsppireDialogActionCrosstabs</attribute>
+         </item>
+       </submenu>
+       <submenu>
+         <attribute name="label" translatable="yes">Compare _Means</attribute>
+         <item>
+           <attribute name="label" translatable="yes">_Means...</attribute>
+           <attribute name="action">win.PsppireDialogActionMeans</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_One Sample T Test...</attribute>
+           <attribute name="action">win.PsppireDialogActionTt1s</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_Independent Samples T Test...</attribute>
+           <attribute name="action">win.PsppireDialogActionIndepSamps</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_Paired Samples T Test...</attribute>
+           <attribute name="action">win.PsppireDialogActionPaired</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">_One Way _ANOVA...</attribute>
+           <attribute name="action">win.PsppireDialogActionOneway</attribute>
+         </item>
+       </submenu>
+       <item>
+         <attribute name="label" translatable="yes">_Univariate Analysis...</attribute>
+         <attribute name="action">win.PsppireDialogActionUnivariate</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Bivariate _Correlation...</attribute>
+         <attribute name="action">win.PsppireDialogActionCorrelation</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_K-Means Cluster...</attribute>
+         <attribute name="action">win.PsppireDialogActionKmeans</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Factor Analysis...</attribute>
+         <attribute name="action">win.PsppireDialogActionFactor</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Re_liability...</attribute>
+         <attribute name="action">win.PsppireDialogActionReliability</attribute>
+       </item>
+       <submenu>
+         <attribute name="label" translatable="yes">_Regression</attribute>
+         <section>
+           <item>
+             <attribute name="label" translatable="yes">_Linear...</attribute>
+             <attribute name="action">win.PsppireDialogActionRegression</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_Binary Logistic...</attribute>
+             <attribute name="action">win.PsppireDialogActionLogistic</attribute>
+           </item>
+         </section>
+       </submenu>
+       <submenu>
+         <attribute name="label" translatable="yes">_Non-Parametric Statistics</attribute>
+         <section>
+           <item>
+             <attribute name="label" translatable="yes">_Chi Square...</attribute>
+             <attribute name="action">win.PsppireDialogActionChisquare</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_Binomial...</attribute>
+             <attribute name="action">win.PsppireDialogActionBinomial</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_Runs...</attribute>
+             <attribute name="action">win.PsppireDialogActionRuns</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_1 Sample K-S...</attribute>
+             <attribute name="action">win.PsppireDialogAction1sks</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_2 Related Samples...</attribute>
+             <attribute name="action">win.PsppireDialogActionTwoSample</attribute>
+           </item>
+           <item>
+             <attribute name="label" translatable="yes">_K Related Samples...</attribute>
+             <attribute name="action">win.PsppireDialogActionKRelated</attribute>
+           </item>
+         </section>
+       </submenu>
+       <item>
+         <attribute name="label" translatable="yes">ROC Cur_ve...</attribute>
+         <attribute name="action">win.PsppireDialogActionRoc</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Graphs</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Scatterplot</attribute>
+         <attribute name="action">win.PsppireDialogActionScatterplot</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Histogram</attribute>
+         <attribute name="action">win.PsppireDialogActionHistogram</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Barchart</attribute>
+         <attribute name="action">win.PsppireDialogActionBarchart</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Utilities</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Variables...</attribute>
+         <attribute name="action">win.PsppireDialogActionVarInfo</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Data File _Comments...</attribute>
+         <attribute name="action">win.PsppireDialogActionComments</attribute>
+       </item>
+      </section>
+    </submenu>
+  </menu>
 </interface>
diff --git a/src/ui/gui/data-sheet.ui b/src/ui/gui/data-sheet.ui
deleted file mode 100644 (file)
index 83df966..0000000
+++ /dev/null
@@ -1,150 +0,0 @@
-<?xml version="1.0"?>
-<interface>
-  <object class="GtkUIManager" id="data_sheet_uim">
-    <ui>
-      <menubar name="menubar">
-        <placeholder name="DataSheetEditMenu">
-          <menu name="edit" action="edit2">
-            <menuitem action="edit_insert-variable"/>
-            <menuitem action="edit_insert-case"/>
-            <menuitem action="edit_goto-variable"/>
-            <menuitem action="edit_goto-case"/>
-            <separator/>
-            <menuitem action="edit_cut"/>
-            <menuitem action="edit_copy"/>
-            <menuitem action="edit_paste"/>
-            <menuitem action="edit_clear-variables"/>
-            <menuitem action="edit_clear-cases"/>
-            <separator/>
-            <menuitem action="edit_find"/>
-          </menu>
-        </placeholder>
-      </menubar>
-      <toolbar name="toolbar">
-        <placeholder name="DataSheetToolItems">
-          <toolitem name="toolbar_goto-variable" action="edit_goto-variable"/>
-          <toolitem name="toolbar_goto-case" action="edit_goto-case"/>
-          <toolitem name="toolbar_find" action="edit_find"/>
-          <toolitem name="toolbar_insert-cases" action="edit_insert-case"/>
-          <toolitem name="toolbar_insert-variable" action="edit_insert-variable"/>
-        </placeholder>
-      </toolbar>
-      <popup name="datasheet-variable-popup">
-        <menuitem action="edit_insert-variable"/>
-        <separator/>
-        <menuitem action="edit_clear-variables"/>
-        <separator/>
-        <menuitem action="sort-up"/>
-        <menuitem action="sort-down"/>
-      </popup>
-      <popup name="datasheet-cases-popup">
-        <menuitem action="edit_insert-case"/>
-        <separator/>
-        <menuitem action="edit_clear-cases"/>
-      </popup>
-    </ui>
-    <child>
-      <object class="GtkActionGroup" id="actiongroup3">
-        <child>
-          <object class="GtkAction" id="edit2">
-            <property name="name">edit</property>
-            <property name="label" translatable="yes">_Edit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_insert-variable">
-            <property name="name">edit_insert-variable</property>
-            <property name="label" translatable="yes">Insert Variable</property>
-            <property name="tooltip" translatable="yes">Create a new variable at the current position</property>
-            <property name="stock-id">edit-insert-variable</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_insert-case">
-            <property name="name">edit_insert-case</property>
-            <property name="label" translatable="yes">Insert Case</property>
-            <property name="tooltip" translatable="yes">Create a new case at the current position</property>
-            <property name="stock-id">edit-insert-case</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionVarInfo" id="edit_goto-variable">
-            <property name="name">edit_goto-variable</property>
-            <property name="label" translatable="yes">Go To Variable...</property>
-            <property name="tooltip" translatable="yes">Jump to variable</property>
-            <property name="stock-id">edit-go-to-variable</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_goto-case">
-            <property name="label" translatable="yes">Go To Case...</property>
-            <property name="name">edit_goto-case</property>
-            <property name="tooltip" translatable="yes">Jump to a case in the data sheet</property>
-            <property name="stock-id">edit-go-to-case</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_cut">
-            <property name="stock-id">edit-cut</property>
-            <property name="name">edit_cut</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_copy">
-            <property name="stock-id">edit-copy</property>
-            <property name="name">edit_copy</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_paste">
-            <property name="stock-id">edit-paste</property>
-            <property name="name">edit_paste</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_clear-variables">
-            <property name="name">edit_clear-variables</property>
-            <property name="label" translatable="yes">Cl_ear Variables</property>
-            <property name="tooltip" translatable="yes">Delete the variables at the selected position(s)</property>
-            <property name="stock-id">edit-clear</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_clear-cases">
-            <property name="name">edit_clear-cases</property>
-            <property name="stock-id">edit-clear</property>
-            <property name="label" translatable="yes">_Clear Cases</property>
-            <property name="tooltip" translatable="yes">Delete the cases at the selected position(s)</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_find">
-            <property name="stock-id">edit-find</property>
-            <property name="name">edit_find</property>
-            <property name="label" translatable="yes">_Find...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="sort-up">
-            <property name="stock-id">data-sort-ascending</property>
-            <property name="name">sort_ascending</property>
-            <property name="label" translatable="yes">Sort _Ascending</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="sort-down">
-            <property name="stock-id">data-sort-descending</property>
-            <property name="name">sort_descending</property>
-            <property name="label" translatable="yes">Sort _Descending</property>
-          </object>
-        </child>
-      </object>
-    </child>
-  </object>
-  <object class="GtkMenu" constructor="data_sheet_uim" id="datasheet-cases-popup">
-    <property name="visible">True</property>
-  </object>
-  <object class="GtkMenu" constructor="data_sheet_uim" id="datasheet-variable-popup">
-    <property name="visible">True</property>
-  </object>
-</interface>
diff --git a/src/ui/gui/icons/.gitignore b/src/ui/gui/icons/.gitignore
deleted file mode 100644 (file)
index 31d0202..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-about-logo.png
-actions/
-apps/
-categories/
-icon-names.c
-manifest
-mimetypes/
-splash.png
-splash-r.png
-splash-t.png
index 2061316651ccb55af03baeae3c05e2aabf766fdc..7aee3f34248325ab54bb5df34ecd3f744dddfa34 100644 (file)
@@ -1,7 +1,7 @@
-include $(top_srcdir)/src/ui/gui/icons/manifest
-
 EXTRA_DIST += $(icons) $(icon_srcs) src/ui/gui/icons/COPYING_CCBYSA3
 
+include $(top_srcdir)/src/ui/gui/icons/manifest
+
 themedir = $(DESTDIR)$(datadir)/icons/hicolor
 
 sizes=16x16 22x22  24x24 32x32 48x48 256x256 scalable
@@ -10,9 +10,9 @@ install-ext-icons:
        for context in apps mimetypes; do \
                for size in $(sizes); do \
                $(MKDIR_P) $(themedir)/$$size/$$context ; \
-                       if (cd $(top_srcdir)/src/ui/gui/icons/$$context/$$size && \
+                       if (cd $(top_srcdir)/src/ui/gui/icons/$$size/$$context && \
                                (test ! "`printf '%s %s %s' . .. *`" = '. .. *' || test -f '*')) 2> /dev/null ; then \
-                               $(INSTALL_DATA) $(top_srcdir)/src/ui/gui/icons/$$context/$$size/* $(themedir)/$$size/$$context ; \
+                               $(INSTALL_DATA) $(top_srcdir)/src/ui/gui/icons/$$size/$$context/* $(themedir)/$$size/$$context ; \
                        fi ; \
                done ; \
        done
@@ -21,7 +21,7 @@ install-ext-icons:
 uninstall-ext-icons:
        for context in apps mimetypes; do \
                for size in $(sizes); do \
-                       if (cd $(top_srcdir)/src/ui/gui/icons/$$context/$$size && \
+                       if (cd $(top_srcdir)/src/ui/gui/icons/$$size/$$context && \
                                (test ! "`printf '%s %s %s' . .. *`" = '. .. *' || test -f '*')) 2> /dev/null ; then \
                                  rm -rf $(themedir)/$$size/$$context/application-x-spss-* ; \
                                  rm -rf $(themedir)/$$size/$$context/pspp* ; \
@@ -62,6 +62,7 @@ if HAVE_GUI
 nodist_src_ui_gui_psppire_DATA = src/ui/gui/icons/splash.png
 
 src/ui/gui/icons/splash.png: $(top_srcdir)/src/ui/gui/icons/splash-t.png $(top_srcdir)/src/ui/gui/icons/splash-r.png Makefile
+       @$(MKDIR_P) src/ui/gui/icons
        @case `echo $(VERSION) | $(SED) -e 's/[0-9][0-9]*\.[0-9]*\([0-9]\)\.[0-9][0-9]*/\1/'` in \
          [13579]) cp $(top_srcdir)/src/ui/gui/icons/splash-t.png $@ ; \
        ;;\
@@ -69,11 +70,7 @@ src/ui/gui/icons/splash.png: $(top_srcdir)/src/ui/gui/icons/splash-t.png $(top_s
        ;;\
 esac
 
-EXTRA_DIST += $(top_srcdir)/src/ui/gui/artwork/splash.svg
-
-src_ui_gui_psppire_SOURCES += \
-       src/ui/gui/icons/icon-names.c \
-       src/ui/gui/icons/icon-names.h
+EXTRA_DIST += $(top_srcdir)/src/ui/gui/artwork/splash.svg $(icons) $(icon_srcs)
 
 endif
 
diff --git a/src/ui/gui/icons/icon-names.h b/src/ui/gui/icons/icon-names.h
deleted file mode 100644 (file)
index 514ca2a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef ICON_NAMES_H
-#define ICON_NAMES_H 1
-
-struct icon_context
-{
-  const char **icon_name;
-  int n_icons;
-  const char *context_name;
-};
-
-
-extern const struct icon_context action_icon_context;
-extern const struct icon_context category_icon_context;
-
-
-
-#endif
index 59ee43a7e7583bab55d12c0c75fc32c3bf167dd9..2d90ce8fd257648527c26850d1809e8a9b1c6a4c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2004, 2005, 2006, 2010, 2011, 2012, 2013, 2014, 2015  Free Software Foundation
+   Copyright (C) 2004, 2005, 2006, 2010, 2011, 2012, 2013, 2014, 2015, 2016  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -31,6 +31,9 @@
 #include "libpspp/string-array.h"
 #include "libpspp/version.h"
 #include "ui/source-init-opts.h"
+#include "ui/gui/psppire-syntax-window.h"
+#include "ui/gui/psppire-data-window.h"
+#include "ui/gui/psppire-output-window.h"
 
 #include "gl/configmake.h"
 #include "gl/progname.h"
 #define N_(msgid) msgid
 
 
-GdkWindow *create_splash_window (GMainContext *context);
-gboolean destroy_splash_window (gpointer ud);
 
-
-
-\f
-/* Arguments to be interpreted before the X server gets initialised */
-
-enum
-  {
-    OPT_HELP,
-    OPT_VERSION,
-    OPT_NO_SPLASH,
-    OPT_MEASURE_STARTUP,
-    N_STARTUP_OPTIONS
-  };
-
-static const struct argv_option startup_options[N_STARTUP_OPTIONS] =
-  {
-    {"help",      'h', no_argument, OPT_HELP},
-    {"version",   'V', no_argument, OPT_VERSION},
-    {"no-splash", 'q', no_argument, OPT_NO_SPLASH},
-    {"measure-startup", 0, no_argument, OPT_MEASURE_STARTUP},
-  };
-
-/* --measure-startup: Prints the elapsed time to start up and load any file
-   specified on the command line. */
-static gboolean measure_startup;
-static GTimer *startup;
-
-static void
-usage (void)
+static gboolean
+show_version_and_exit ()
 {
-  char *inc_path = string_array_join (include_path_default (), " ");
-  GOptionGroup *gtk_options;
-  GOptionContext *ctx;
-  gchar *gtk_help_base, *gtk_help;
-
-  /* Get help text for GTK+ options.  */
-  ctx = g_option_context_new ("psppire");
-  gtk_options = gtk_get_option_group (FALSE);
-  gtk_help_base = g_option_context_get_help (ctx, FALSE, gtk_options);
-  g_option_context_free (ctx);
-
-  /* The GTK+ help text starts with usage instructions that we don't want,
-     followed by a blank line.  Trim off everything up to and including the
-     first blank line. */
-  gtk_help = strstr (gtk_help_base, "\n\n");
-  gtk_help = gtk_help != NULL ? gtk_help + 2 : gtk_help_base;
-
-  printf (_("\
-PSPPIRE, a GUI for PSPP, a program for statistical analysis of sampled data.\n\
-Usage: %s [OPTION]... FILE\n\
-\n\
-Arguments to long options also apply to equivalent short options.\n\
-\n\
-GUI options:\n\
-  -q, --no-splash           don't show splash screen during startup\n\
-\n\
-%s\
-Language options:\n\
-  -I, --include=DIR         append DIR to search path\n\
-  -I-, --no-include         clear search path\n\
-  -a, --algorithm={compatible|enhanced}\n\
-                            set to `compatible' if you want output\n\
-                            calculated from broken algorithms\n\
-  -x, --syntax={compatible|enhanced}\n\
-                            set to `compatible' to disable PSPP extensions\n\
-  -i, --interactive         interpret syntax in interactive mode\n\
-  -s, --safer               don't allow some unsafe operations\n\
-Default search path: %s\n\
-\n\
-Informative output:\n\
-  -h, --help                display this help and exit\n\
-  -V, --version             output version information and exit\n\
-\n\
-A non-option argument is interpreted as a data file in .sav or .zsav or .por\n\
-format or a syntax file to load.\n"),
-          program_name, gtk_help, inc_path);
-
-  free (inc_path);
-  g_free (gtk_help_base);
-
-  emit_bug_reporting_address ();
-  exit (EXIT_SUCCESS);
-}
+  version_etc (stdout, "psppire", PACKAGE_NAME, PACKAGE_VERSION,
+               "Ben Pfaff", "John Darrington", "Jason Stover", NULL_SENTINEL);
 
-static void
-startup_option_callback (int id, void *show_splash_)
-{
-  gboolean *show_splash = show_splash_;
+  exit (0);
 
-  switch (id)
-    {
-    case OPT_HELP:
-      usage ();
-      break;
-
-    case OPT_VERSION:
-      version_etc (stdout, "psppire", PACKAGE_NAME, PACKAGE_VERSION,
-                   "Ben Pfaff", "John Darrington", "Jason Stover",
-                   NULL_SENTINEL);
-      exit (EXIT_SUCCESS);
-
-    case OPT_NO_SPLASH:
-      *show_splash = FALSE;
-      break;
-
-    case OPT_MEASURE_STARTUP:
-      measure_startup = TRUE;
-      break;
-
-    default:
-      NOT_REACHED ();
-    }
+  return TRUE;
 }
+\f
 
-static gboolean UNUSED
-print_startup_time (gpointer data)
-{
-  g_timer_stop (startup);
-  printf ("%.3f seconds elapsed\n", g_timer_elapsed (startup, NULL));
-  g_timer_destroy (startup);
-  startup = NULL;
-
-  return FALSE;
-}
 
-#ifdef __APPLE__
-static const bool apple = true;
-#else
-static const bool apple = false;
-#endif
-
-/* Searches ARGV for the -psn_xxxx option that the desktop application
-   launcher passes in, and removes it if it finds it.  Returns the new value
-   of ARGC. */
-static inline int
-remove_psn (int argc, char **argv)
-{
-  if (apple)
-    {
-      int i;
-
-      for (i = 0; i < argc; i++)
-       {
-         if (!strncmp (argv[i], "-psn", 4))
-           {
-             remove_element (argv, argc + 1, sizeof *argv, i);
-             return argc - 1;
-           }
-       }
-    }
-  return argc;
-}
-
-\f
 gboolean
-init_prepare (GSource *source, gint *timeout_)
+init_prepare (GSource * source, gint * timeout_)
 {
   return TRUE;
 }
 
-
-
 gboolean
-init_check (GSource *source)
+init_check (GSource * source)
 {
   return TRUE;
 }
 
-
 gboolean
-init_dispatch (GSource *ss,
-              GSourceFunc callback,
-              gpointer user_data)
+init_dispatch (GSource * ss, GSourceFunc callback, gpointer user_data)
 {
-  struct init_source *is = (struct init_source *)ss;
+  struct init_source *is = (struct init_source *) ss;
 
   bool finished = initialize (is);
   is->state++;
-  
+
   if (finished)
     {
       g_main_loop_quit (is->loop);
@@ -234,221 +89,208 @@ init_dispatch (GSource *ss,
   return TRUE;
 }
 
-static GSourceFuncs init_funcs = {init_prepare, init_check, init_dispatch, NULL};
-
+static GSourceFuncs init_funcs =
+  { init_prepare, init_check, init_dispatch, NULL };
 \f
 
-int
-main (int argc, char *argv[])
+
+GtkWidget *wsplash;
+gint64 start_time = 0;
+
+
+static GtkWidget *
+create_splash_window (void)
 {
-  gboolean show_splash = TRUE;
-  struct argv_parser *parser;
-  const gchar *vers;
+  GtkWidget *sp = gtk_window_new (GTK_WINDOW_TOPLEVEL);
 
-  set_program_name (argv[0]);
+  const gchar *filename = PKGDATADIR "/splash.png";
+  const char *relocated_filename = relocate (filename);
+  GtkWidget *l = gtk_image_new_from_file (relocated_filename);
+  if (filename != relocated_filename)
+    free (CONST_CAST (char *, relocated_filename));
 
-#if !GLIB_CHECK_VERSION(2,32,0)
-  /* g_thread_init() was required before glib 2.32, but it is deprecated since
-     then and calling it yields a compile-time warning. */
-  g_thread_init (NULL);
-#endif
+  gtk_container_add (GTK_CONTAINER (sp), l);
+  gtk_window_set_type_hint (GTK_WINDOW (sp),
+                            GDK_WINDOW_TYPE_HINT_SPLASHSCREEN);
+  gtk_window_set_position (GTK_WINDOW (sp), GTK_WIN_POS_CENTER);
+  gtk_window_set_skip_pager_hint (GTK_WINDOW (sp), TRUE);
+  gtk_window_set_skip_taskbar_hint (GTK_WINDOW (sp), TRUE);
+  gtk_window_set_focus_on_map (GTK_WINDOW (sp), FALSE);
+  gtk_window_set_accept_focus (GTK_WINDOW (sp), FALSE);
+
+  GdkGeometry hints;
+  hints.max_height = 100;
+  hints.max_width = 200;
+  gtk_window_set_geometry_hints (GTK_WINDOW (sp),
+                                 NULL, &hints, GDK_HINT_MAX_SIZE);
+
+
+  gtk_window_set_gravity (GTK_WINDOW (sp), GDK_GRAVITY_CENTER);
+
+  gtk_window_set_modal (GTK_WINDOW (sp), TRUE);
+  gtk_window_set_decorated (GTK_WINDOW (sp), FALSE);
+  gtk_window_set_keep_above (GTK_WINDOW (sp), TRUE);
+  gtk_widget_show_all (sp);
+  return sp;
+}
 
-  gtk_disable_setlocale ();
 
-  startup = g_timer_new ();
-  g_timer_start (startup);
+static gint
+on_local_options (GApplication * application,
+                  GVariantDict * options, gpointer user_data)
+{
+  GVariant *b;
 
-  if ( (vers = gtk_check_version (GTK_MAJOR_VERSION,
-                                GTK_MINOR_VERSION,
-                                GTK_MICRO_VERSION)) )
+  b =
+    g_variant_dict_lookup_value (options, "no-splash",
+                                 G_VARIANT_TYPE_BOOLEAN);
+  if (b)
     {
-      g_warning ("%s", vers);
+      g_variant_unref (b);
+    }
+  else
+    {
+      start_time = g_get_monotonic_time ();
     }
 
-  argc = remove_psn (argc, argv);
-
-  /* Parse our own options. 
-     This must come BEFORE gdk_init otherwise options such as 
-     --help --version which ought to work without an X server, won't.
-  */
-  parser = argv_parser_create ();
-  argv_parser_add_options (parser, startup_options, N_STARTUP_OPTIONS,
-                           startup_option_callback, &show_splash);
-  source_init_register_argv_parser (parser);
-  if (!argv_parser_run (parser, argc, argv))
-    exit (EXIT_FAILURE);
-  argv_parser_destroy (parser);
+  return -1;
+}
 
-  /* Initialise GDK.  GTK gets initialized later. */
-  gdk_init (&argc, &argv);
 
+static void
+on_startup (GApplication * app, gpointer ud)
+{
   GMainContext *context = g_main_context_new ();
-  
-  GdkWindow *win = show_splash ? create_splash_window (context) : NULL;
+
+  if (start_time != 0)
+    {
+      wsplash = create_splash_window ();
+      gtk_application_add_window (GTK_APPLICATION (app),
+                                  GTK_WINDOW (wsplash));
+    }
 
   GMainLoop *loop = g_main_loop_new (context, FALSE);
 
-  GSource *ss = g_source_new (&init_funcs,
-                             sizeof (struct init_source));
-  
-  ((struct init_source *) ss)->state = 0;
-  
-  g_source_set_priority (ss, G_PRIORITY_DEFAULT);
-    
-  g_source_attach (ss, context);
+  GSource *ss = g_source_new (&init_funcs, sizeof (struct init_source));
 
-  ((struct init_source *) ss)->argc = &argc;
-  ((struct init_source *) ss)->argv = &argv;
   ((struct init_source *) ss)->loop = loop;
-  ((struct init_source *) ss)->filename_arg = optind < argc ? optind : -1;
-  
-  g_source_unref (ss);
+  ((struct init_source *) ss)->state = 0;
 
-  g_main_loop_run (loop);
+  g_source_set_priority (ss, G_PRIORITY_DEFAULT);
 
-  g_main_loop_unref (loop);
-  g_main_context_unref (context);
+  g_source_attach (ss, context);
+  g_main_loop_run (loop);
+}
 
-  if (win)
-    g_timeout_add (500, destroy_splash_window, win);
 
-  gtk_main ();
+static void
+post_initialise (GApplication * app)
+{
+  register_selection_functions ();
+  psppire_output_window_setup ();
 
-  /* Not much point in this except to check for memory leaks */
-  de_initialize ();
-  
-  return 0;
+  GSimpleAction *quit = g_simple_action_new ("quit", NULL);
+  g_signal_connect_swapped (quit, "activate", G_CALLBACK (psppire_quit), app);
+  g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (quit));
 }
 
 
+#define SPLASH_DURATION 1000
 
-\f
-
-struct splash_source
-{
-  GSource parent;
-  cairo_surface_t *sfc;
-};
-
-void
-fill_splash_window (GdkWindow *win, cairo_surface_t *sfce)
+static gboolean
+destroy_splash (gpointer ud)
 {
-  cairo_t *cr = gdk_cairo_create (win);
-  
-  cairo_set_source_surface (cr, sfce, 0, 0);
-  
-  cairo_paint (cr);
-  cairo_destroy (cr);
+  GtkWidget *sp = GTK_WIDGET (ud);
+  gtk_widget_destroy (sp);
+  return G_SOURCE_REMOVE;
 }
 
-gboolean
-splash_prepare  (GSource    *source,
-           gint       *timeout_)
+static void
+on_activate (GApplication * app, gpointer ud)
 {
-  GdkEvent *e = gdk_event_peek ();
-  if (!e)
-    return FALSE;
-
-  gdk_event_free (e);
-  return TRUE;
+  post_initialise (app);
+
+  GtkWindow *x = create_data_window ();
+  gtk_window_set_transient_for (GTK_WINDOW (wsplash), GTK_WINDOW (x));
+  gtk_application_add_window (GTK_APPLICATION (app), x);
+  gtk_application_add_window (GTK_APPLICATION (app), GTK_WINDOW (wsplash));
+  gtk_window_set_keep_above (GTK_WINDOW (wsplash), TRUE);
+  gtk_window_present (GTK_WINDOW (wsplash));
+
+  /* Remove the splash screen after SPLASH_DURATION milliseconds */
+  gint64 elapsed_time = (g_get_monotonic_time () - start_time) / 1000;
+  if (SPLASH_DURATION - elapsed_time <= 0)
+    destroy_splash (wsplash);
+  else
+    g_timeout_add (SPLASH_DURATION - elapsed_time, destroy_splash, wsplash);
 }
 
-gboolean
-splash_check   (GSource    *source)
+
+static void
+on_open (GApplication * app, GFile ** files, gint n_files, gchar * hint,
+         gpointer ud)
 {
-  GdkEvent *e = gdk_event_peek ();
-  if (!e)
-    return FALSE;
+  post_initialise (app);
 
-  gdk_event_free (e);
-  return TRUE;
+  gchar *file = g_file_get_parse_name (files[0]);
+  psppire_preload_file (file);
+  g_free (file);
 }
 
 
-gboolean
-splash_dispatch (GSource *ss,
-           GSourceFunc callback,
-           gpointer    user_data)
+/* These are arguments which must be processed BEFORE the X server has been initialised */
+static void
+process_pre_start_arguments (int *argc, char ***argv)
 {
-  struct splash_source *source = (struct splash_source *) ss;
-  GdkEvent *e = gdk_event_get ();
-  if (!e)
-    return TRUE;
-
-  GdkWindow *w = ((GdkEventAny *)e)->window;
-
-  if (!w)
-    {
-      gdk_event_free (e);
-      return TRUE;
-    }
-
-  fill_splash_window (w, source->sfc);
-  gdk_display_flush (gdk_window_get_display (w));
-
-  gdk_event_free (e);
+  GOptionEntry oe[] = {
+    {"version", 'V', G_OPTION_FLAG_NO_ARG, G_OPTION_ARG_CALLBACK,
+     show_version_and_exit, "Show version information and exit", 0},
+    {NULL}
+  };
 
-  return TRUE;
+  GOptionContext *oc = g_option_context_new ("");
+  g_option_context_set_help_enabled (oc, FALSE);
+  g_option_context_set_ignore_unknown_options (oc, FALSE);
+  g_option_context_add_main_entries (oc, oe, NULL);
+  g_option_context_parse (oc, argc, argv, NULL);
 }
 
 
-gboolean
-destroy_splash_window (gpointer ud)
+int
+main (int argc, char *argv[])
 {
-  GdkWindow *win = GDK_WINDOW (ud);
-  gdk_window_withdraw (win);
-  gdk_display_flush (gdk_window_get_display (win));
-  gdk_window_destroy (win);
-  
-  return FALSE;
-}
+  GtkApplication *app =
+    gtk_application_new ("gnu.pspp", G_APPLICATION_HANDLES_OPEN);
 
-GSourceFuncs splash_funcs = {splash_prepare, splash_check, splash_dispatch, NULL};
+  process_pre_start_arguments (&argc, &argv);
 
+  GOptionEntry oe[] = {
+    {"no-splash", 'q', G_OPTION_FLAG_NONE, G_OPTION_ARG_NONE, NULL,
+     "Do not display the splash screen", 0},
+    {NULL}
+  };
 
-GdkWindow *
-create_splash_window (GMainContext *context)
-{
-  const gchar *filename = PKGDATADIR "/splash.png";
+  g_application_add_main_option_entries (G_APPLICATION (app), oe);
 
-  const char *relocated_filename = relocate (filename);
-  cairo_surface_t *the_surface = 
-    cairo_image_surface_create_from_png  (relocated_filename);
+  g_signal_connect (app, "startup", G_CALLBACK (on_startup), NULL);
+  g_signal_connect (app, "activate", G_CALLBACK (on_activate), NULL);
+  g_signal_connect (app, "handle-local-options",
+                    G_CALLBACK (on_local_options), NULL);
+  g_signal_connect (app, "open", G_CALLBACK (on_open), NULL);
 
-  if (filename != relocated_filename)
-    free (CONST_CAST (char *, relocated_filename));
+  {
+    GSimpleAction *act_new_syntax = g_simple_action_new ("new-syntax", NULL);
+    g_signal_connect_swapped (act_new_syntax, "activate",
+                              G_CALLBACK (create_syntax_window), NULL);
+    g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (act_new_syntax));
+  }
 
-  
-  g_return_val_if_fail (the_surface, NULL);
-    
-  int attr_mask = GDK_WA_TYPE_HINT;
-  GdkWindowAttr attr;
-    
-  attr.width =  cairo_image_surface_get_width (the_surface);
-  attr.height = cairo_image_surface_get_height (the_surface);
-  attr.wclass = GDK_INPUT_OUTPUT; 
-  attr.window_type = GDK_WINDOW_TOPLEVEL;
-    
-  attr.type_hint = GDK_WINDOW_TYPE_HINT_SPLASHSCREEN;
-    
-  GdkWindow *win = gdk_window_new (NULL, &attr, attr_mask);
-    
-  gdk_window_set_events (win, GDK_EXPOSURE_MASK);
-  gdk_window_set_keep_above (win, TRUE);
-  gdk_window_show (win);
-  
-
-  GSource *ss = g_source_new (&splash_funcs,
-                             sizeof (struct splash_source));
-  
-  ((struct splash_source *) ss)->sfc = the_surface;
-  g_source_set_priority (ss, G_PRIORITY_HIGH);
-    
-  g_source_attach (ss, context);
+  {
+    GSimpleAction *act_new_data = g_simple_action_new ("new-data", NULL);
+    g_signal_connect_swapped (act_new_data, "activate",
+                              G_CALLBACK (create_data_window), NULL);
+    g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (act_new_data));
+  }
 
-  g_source_unref (ss);
-    
-  return win;
+  return g_application_run (G_APPLICATION (app), argc, argv);
 }
-
-
index 60db53fc38733a610756d31a51c9bd394002657e..0df450b5c321c6a508e07bd8e77fac0779bc0294 100644 (file)
@@ -169,7 +169,7 @@ Displaying the Dialog box in Psppire
 1. Define a new PsppireDialogAction Class
 
 Create a new object class derived from PsppireDialogAction  (note that
-PsppireDialogAction itself derives from GtkAction).  It's probably
+PsppireDialogAction itself implements GAction).  It's probably
 best if you use an existing example as a template.  The minimum you
 require is:
 
@@ -213,7 +213,7 @@ refresh (PsppireDialogAction *rd_)
 // This function is called when the menuitem is activated.
 // It is what pops up the dialog 
 static void
-psppire_dialog_action_foobar_activate (GtkAction *a)
+psppire_dialog_action_foobar_activate (GAction *a)
 {
   PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a);
   PsppireDialogActionFoobar *act = PSPPIRE_DIALOG_ACTION_FOOBAR (a);
@@ -244,7 +244,7 @@ psppire_dialog_action_foobar_activate (GtkAction *a)
 static void
 psppire_dialog_action_foobar_class_init (PsppireDialogActionFoobarClass *class)
 {
-  GtkActionClass *action_class = GTK_ACTION_CLASS (class);
+  GActionClass *action_class = GTK_ACTION_CLASS (class);
 
   action_class->activate = psppire_dialog_action_foobar_activate;
   PSPPIRE_DIALOG_ACTION_CLASS (class)->generate_syntax = generate_syntax;
index 1a1a02f9405e4b4067f781cfd8ad00a4f5155f63..faa85b27c3aca1f0bca02626b533bf826e58276b 100644 (file)
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.18.3 -->
 <interface>
-  <object class="GtkUIManager" id="uimanager1">
+  <requires lib="gtk+" version="3.0"/>
+  <object class="GtkPaned" id="paned1">
+    <property name="visible">True</property>
+    <property name="can_focus">True</property>
+    <property name="position">112</property>
+    <property name="position_set">True</property>
     <child>
-      <object class="GtkActionGroup" id="actiongroup1">
-        <child>
-          <object class="GtkAction" id="menuitem1">
-            <property name="name">menuitem1</property>
-            <property name="label" translatable="yes">_File</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_print">
-            <property name="name">file_print</property>
-            <property name="stock-id">file-print</property>
-            <property name="label" translatable="yes">_Print...</property>
-          </object>
-          <accelerator key="P" modifiers="GDK_CONTROL_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_export">
-            <property name="name">file_export</property>
-            <property name="stock-id">file-export-data</property>
-            <property name="label" translatable="yes">_Export...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="menuitem2">
-            <property name="name">menuitem2</property>
-            <property name="label" translatable="yes">_Edit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_select-all">
-            <property name="name">edit_select-all</property>
-            <property name="stock-id">edit-select-all</property>
-            <property name="label" translatable="yes">Select _All</property>
-          </object>
-        </child>
+      <object class="GtkScrolledWindow" id="scrolledwindow2">
+        <property name="visible">True</property>
+        <property name="can_focus">True</property>
         <child>
-          <object class="GtkAction" id="edit_copy">
-            <property name="stock-id">edit-copy</property>
-            <property name="name">edit_copy</property>
-            <property name="label" translatable="yes">_Copy</property>
+          <object class="GtkTreeView" id="overview">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="headers_visible">False</property>
+            <child internal-child="selection">
+              <object class="GtkTreeSelection" id="treeview-selection1"/>
+            </child>
           </object>
         </child>
       </object>
-    </child>
-    <ui>
-      <menubar name="menubar">
-        <menu action="menuitem1">
-          <menuitem action="file_export"/>
-          <menuitem action="file_print"/>
-        </menu>
-        <menu action="menuitem2">
-          <menuitem action="edit_copy"/>
-          <menuitem action="edit_select-all"/>
-        </menu>
-      </menubar>
-    </ui>
-  </object>
-  <!-- interface-requires gtk+ 2.16 -->
-  <!-- interface-naming-policy toplevel-contextual -->
-  <object class="GtkBox" id="box1">
-    <property name="visible">True</property>
-    <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
-    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-    <child>
-      <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
-        <property name="visible">True</property>
-        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-      </object>
       <packing>
-        <property name="expand">False</property>
-        <property name="position">0</property>
+        <property name="resize">False</property>
+        <property name="shrink">True</property>
       </packing>
     </child>
     <child>
-      <object class="GtkPaned" id="paned1">
+      <object class="GtkScrolledWindow" id="scrolledwindow1">
         <property name="visible">True</property>
-        <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
         <property name="can_focus">True</property>
-        <property name="position">112</property>
-        <property name="position_set">True</property>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow2">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="hscrollbar_policy">automatic</property>
-            <property name="vscrollbar_policy">automatic</property>
-            <child>
-              <object class="GtkTreeView" id="overview">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="headers_visible">False</property>
-              </object>
-            </child>
-          </object>
-          <packing>
-            <property name="resize">False</property>
-            <property name="shrink">True</property>
-          </packing>
-        </child>
+        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
         <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow1">
+          <object class="GtkLayout" id="output">
             <property name="visible">True</property>
-            <property name="can_focus">True</property>
+            <property name="can_focus">False</property>
             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-            <property name="hscrollbar_policy">automatic</property>
-            <property name="vscrollbar_policy">automatic</property>
-            <child>
-              <object class="GtkLayout" id="output">
-                <property name="visible">True</property>
-                <property name="border-width">5</property>
-                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-              </object>
-            </child>
+            <property name="border_width">5</property>
           </object>
-          <packing>
-            <property name="resize">True</property>
-            <property name="shrink">True</property>
-          </packing>
         </child>
       </object>
       <packing>
-        <property name="position">1</property>
-        <property name="expand">True</property>
+        <property name="resize">True</property>
+        <property name="shrink">True</property>
       </packing>
     </child>
   </object>
+  <menu id="output-window-menu">
+    <submenu>
+      <attribute name="label" translatable="yes">_File</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Print...</attribute>
+         <attribute name="action">win.print</attribute>
+         <attribute name="accel">&lt;Primary&gt;p</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Export...</attribute>
+         <attribute name="action">win.export</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Quit</attribute>
+         <attribute name="accel">&lt;Primary&gt;q</attribute>
+         <attribute name="action">app.quit</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Edit</attribute>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">Select _All</attribute>
+         <attribute name="action">win.select-all</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Copy</attribute>
+         <attribute name="action">win.copy</attribute>
+       </item>
+      </section>
+    </submenu>
+  </menu>
 </interface>
index 18fd5e8e8d81d294f0557ecb8de1b6cb2b852ed0..1c6143aaf4df167310b2d517915f09b4e43bd247 100644 (file)
@@ -48,7 +48,6 @@ static void psppire_data_editor_init                (PsppireDataEditor      *de)
 
 static void disconnect_data_sheets (PsppireDataEditor *);
 static void refresh_entry (PsppireDataEditor *);
-static void psppire_data_editor_update_ui_manager (PsppireDataEditor *);
 
 GType
 psppire_data_editor_get_type (void)
@@ -104,12 +103,6 @@ psppire_data_editor_dispose (GObject *obj)
       de->font = NULL;
     }
 
-  if (de->ui_manager)
-    {
-      g_object_unref (de->ui_manager);
-      de->ui_manager = NULL;
-    }
-
   /* Chain up to the parent class */
   G_OBJECT_CLASS (parent_class)->dispose (obj);
 }
@@ -120,8 +113,7 @@ enum
     PROP_DATA_STORE,
     PROP_DICTIONARY,
     PROP_VALUE_LABELS,
-    PROP_SPLIT_WINDOW,
-    PROP_UI_MANAGER
+    PROP_SPLIT_WINDOW
   };
 
 static void
@@ -182,7 +174,7 @@ psppire_data_editor_set_property (GObject         *object,
         psppire_data_sheet_set_value_labels (data_sheet,
                                           g_value_get_boolean (value));
       break;
-    case PROP_UI_MANAGER:
+
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -213,9 +205,6 @@ psppire_data_editor_get_property (GObject         *object,
                            psppire_data_sheet_get_value_labels (
                              PSPPIRE_DATA_SHEET (de->data_sheets[0])));
       break;
-    case PROP_UI_MANAGER:
-      g_value_set_object (value, psppire_data_editor_get_ui_manager (de));
-      break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -228,7 +217,7 @@ psppire_data_editor_switch_page (GtkNotebook     *notebook,
                                  guint            page_num)
 {
   GTK_NOTEBOOK_CLASS (parent_class)->switch_page (notebook, w, page_num);
-  psppire_data_editor_update_ui_manager (PSPPIRE_DATA_EDITOR (notebook));
+
 }
 
 static void
@@ -236,7 +225,7 @@ psppire_data_editor_set_focus_child (GtkContainer *container,
                                      GtkWidget    *widget)
 {
   GTK_CONTAINER_CLASS (parent_class)->set_focus_child (container, widget);
-  psppire_data_editor_update_ui_manager (PSPPIRE_DATA_EDITOR (container));
+
 }
 
 static void
@@ -246,7 +235,7 @@ psppire_data_editor_class_init (PsppireDataEditorClass *klass)
   GParamSpec *dict_spec ;
   GParamSpec *value_labels_spec;
   GParamSpec *split_window_spec;
-  GParamSpec *ui_manager_spec;
+
   GObjectClass *object_class = G_OBJECT_CLASS (klass);
   GtkContainerClass *container_class = GTK_CONTAINER_CLASS (klass);
   GtkNotebookClass *notebook_class = GTK_NOTEBOOK_CLASS (klass);
@@ -304,15 +293,6 @@ psppire_data_editor_class_init (PsppireDataEditorClass *klass)
                                    PROP_SPLIT_WINDOW,
                                    split_window_spec);
 
-  ui_manager_spec =
-    g_param_spec_object ("ui-manager",
-                         "UI Manager",
-                         "UI manager for the active notebook tab.  The client should merge this UI manager with the active UI manager to obtain menu items and tool bar items specific to the active notebook tab.",
-                         GTK_TYPE_UI_MANAGER,
-                         G_PARAM_READABLE);
-  g_object_class_install_property (object_class,
-                                   PROP_UI_MANAGER,
-                                   ui_manager_spec);
 }
 
 static gboolean
@@ -703,7 +683,6 @@ psppire_data_editor_init (PsppireDataEditor *de)
   gchar *fontname = NULL;
 
   de->font = NULL;
-  de->ui_manager = NULL;
   de->old_vbox_widget = NULL;
 
   g_object_set (de, "tab-pos", GTK_POS_BOTTOM, NULL);
@@ -759,7 +738,6 @@ psppire_data_editor_init (PsppireDataEditor *de)
       set_font_recursively (GTK_WIDGET (de), de->font);
     }
 
-  psppire_data_editor_update_ui_manager (de);
 }
 
 GtkWidget*
@@ -863,7 +841,6 @@ psppire_data_editor_split_window (PsppireDataEditor *de, gboolean split)
 
   de->split = split;
   g_object_notify (G_OBJECT (de), "split");
-  psppire_data_editor_update_ui_manager (de);
 }
 
 /* Makes the variable with dictionary index DICT_INDEX in DE's dictionary
@@ -922,58 +899,3 @@ psppire_data_editor_get_active_data_sheet (PsppireDataEditor *de)
 
   return PSPPIRE_DATA_SHEET (de->data_sheets[0]);
 }
-
-/* Returns the UI manager that should be merged into DE's toplevel widget's UI
-   manager to display menu items and toolbar items specific to DE's current
-   page and data sheet.
-
-   DE's toplevel widget can watch for changes by connecting to DE's
-   notify::ui-manager signal. */
-GtkUIManager *
-psppire_data_editor_get_ui_manager (PsppireDataEditor *de)
-{
-  psppire_data_editor_update_ui_manager (de);
-  return de->ui_manager;
-}
-
-static void
-psppire_data_editor_update_ui_manager (PsppireDataEditor *de)
-{
-  PsppireDataSheet *data_sheet;
-  GtkUIManager *ui_manager;
-
-  ui_manager = NULL;
-
-  switch (gtk_notebook_get_current_page (GTK_NOTEBOOK (de)))
-    {
-    case PSPPIRE_DATA_EDITOR_DATA_VIEW:
-      data_sheet = psppire_data_editor_get_active_data_sheet (de);
-      if (data_sheet != NULL)
-        ui_manager = psppire_data_sheet_get_ui_manager (data_sheet);
-      else
-        {
-          /* This happens transiently in psppire_data_editor_split_window(). */
-        }
-      break;
-
-    case PSPPIRE_DATA_EDITOR_VARIABLE_VIEW:
-      ui_manager = psppire_var_sheet_get_ui_manager (
-        PSPPIRE_VAR_SHEET (de->var_sheet));
-      break;
-
-    default:
-      /* This happens transiently in psppire_data_editor_init(). */
-      break;
-    }
-
-  if (ui_manager != de->ui_manager)
-    {
-      if (de->ui_manager)
-        g_object_unref (de->ui_manager);
-      if (ui_manager)
-        g_object_ref (ui_manager);
-      de->ui_manager = ui_manager;
-
-      g_object_notify (G_OBJECT (de), "ui-manager");
-    }
-}
index 81495d51207ecd66c1dc836cb45fae7bc42629c8..28ae214a68953bee4ea405cc01057dac79e9b85b 100644 (file)
@@ -71,7 +71,6 @@ struct _PsppireDataEditor
   gboolean split;              /* True if data sheets are split. */
 
   /* UI manager for whichever var or data sheet is currently in use. */
-  GtkUIManager *ui_manager;
   GtkWidget *old_vbox_widget;
 };
 
@@ -91,8 +90,6 @@ void           psppire_data_editor_goto_variable   (PsppireDataEditor *, gint di
 
 struct _PsppireDataSheet *psppire_data_editor_get_active_data_sheet (PsppireDataEditor *);
 
-GtkUIManager *psppire_data_editor_get_ui_manager (PsppireDataEditor *);
-
 enum {PSPPIRE_DATA_EDITOR_DATA_VIEW = 0, PSPPIRE_DATA_EDITOR_VARIABLE_VIEW};
 
 G_END_DECLS
index dbc92159777723e87b9a97c0cf67c97fea241b8e..b4e3d5f3d6cd8304b0764de216e10e7e575cc008 100644 (file)
@@ -591,16 +591,71 @@ on_data_column_resized (GObject    *gobject,
   var_set_display_width (var, display_width);
 }
 
+enum sort_order
+  {
+    SORT_ASCEND,
+    SORT_DESCEND
+  };
+
+static void
+do_sort (PsppireDataSheet *data_sheet, enum sort_order order)
+{
+  PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
+  PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
+  PsppireDataWindow *pdw;
+  GList *list, *iter;
+  GString *syntax;
+  int n_vars;
+
+  pdw = psppire_data_window_for_data_store (data_sheet->data_store);
+  g_return_if_fail (pdw != NULL);
+
+  list = pspp_sheet_selection_get_selected_columns (selection);
+
+  syntax = g_string_new ("SORT CASES BY");
+  n_vars = 0;
+  for (iter = list; iter; iter = iter->next)
+    {
+      PsppSheetViewColumn *column = iter->data;
+      struct variable *var;
+
+      var = g_object_get_data (G_OBJECT (column), "variable");
+      if (var != NULL)
+        {
+          g_string_append_printf (syntax, " %s", var_get_name (var));
+          n_vars++;
+        }
+    }
+  if (n_vars > 0)
+    {
+      if (order == SORT_DESCEND)
+        g_string_append (syntax, " (DOWN)");
+      g_string_append_c (syntax, '.');
+      execute_const_syntax_string (pdw, syntax->str);
+    }
+  g_string_free (syntax, TRUE);
+}
+
+static void
+on_sort_up (PsppireDataSheet *data_sheet)
+{
+  do_sort (data_sheet, SORT_ASCEND);
+}
+
+static void
+on_sort_down (PsppireDataSheet *data_sheet)
+{
+  do_sort (data_sheet, SORT_DESCEND);
+}
+
 static void
 do_data_column_popup_menu (PsppSheetViewColumn *column,
                            guint button, guint32 time)
 {
   GtkWidget *sheet_view = pspp_sheet_view_column_get_tree_view (column);
   PsppireDataSheet *data_sheet = PSPPIRE_DATA_SHEET (sheet_view);
-  GtkWidget *menu;
 
-  menu = get_widget_assert (data_sheet->builder, "datasheet-variable-popup");
-  gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, button, time);
+  gtk_menu_popup (GTK_MENU (data_sheet->column_popup_menu), NULL, NULL, NULL, NULL, button, time);
 }
 
 static void
@@ -838,8 +893,7 @@ enum
     PROP_CASE_NUMBERS,
     PROP_CURRENT_CASE,
     PROP_MAY_CREATE_VARS,
-    PROP_MAY_DELETE_VARS,
-    PROP_UI_MANAGER
+    PROP_MAY_DELETE_VARS
   };
 
 static void
@@ -879,7 +933,6 @@ psppire_data_sheet_set_property (GObject      *object,
                                               g_value_get_boolean (value));
       break;
 
-    case PROP_UI_MANAGER:
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -920,10 +973,6 @@ psppire_data_sheet_get_property (GObject      *object,
       g_value_set_boolean (value, obj->may_delete_vars);
       break;
 
-    case PROP_UI_MANAGER:
-      g_value_set_object (value, psppire_data_sheet_get_ui_manager (obj));
-      break;
-
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -1189,20 +1238,6 @@ psppire_data_sheet_get_current_case (const PsppireDataSheet *data_sheet)
   return row;
 }
 
-GtkUIManager *
-psppire_data_sheet_get_ui_manager (PsppireDataSheet *data_sheet)
-{
-  if (data_sheet->uim == NULL)
-    {
-      data_sheet->uim = 
-       GTK_UI_MANAGER (get_object_assert (data_sheet->builder,
-                                          "data_sheet_uim",
-                                          GTK_TYPE_UI_MANAGER));
-      g_object_ref (data_sheet->uim);
-    }
-
-  return data_sheet->uim;
-}
 
 static void
 psppire_data_sheet_dispose (GObject *object)
@@ -1223,11 +1258,6 @@ psppire_data_sheet_dispose (GObject *object)
 
   psppire_data_sheet_unset_data_store (data_sheet);
 
-  g_object_unref (data_sheet->builder);
-
-  if (data_sheet->uim)
-    g_object_unref (data_sheet->uim);
-
   G_OBJECT_CLASS (psppire_data_sheet_parent_class)->dispose (object);
 }
 
@@ -1314,6 +1344,7 @@ psppire_data_sheet_class_init (PsppireDataSheetClass *class)
                           TRUE,
                           G_PARAM_READWRITE));
 
+  
   g_object_class_install_property (
     gobject_class,
     PROP_MAY_DELETE_VARS,
@@ -1322,31 +1353,21 @@ psppire_data_sheet_class_init (PsppireDataSheetClass *class)
                           "Whether the user may delete variables",
                           TRUE,
                           G_PARAM_READWRITE));
-
-  g_object_class_install_property (
-    gobject_class,
-    PROP_UI_MANAGER,
-    g_param_spec_object ("ui-manager",
-                         "UI Manager",
-                         "UI manager for the data sheet.  The client should merge this UI manager with the active UI manager to obtain data sheet specific menu items and tool bar items.",
-                         GTK_TYPE_UI_MANAGER,
-                         G_PARAM_READABLE));
 }
 
 static void
-do_popup_menu (GtkWidget *widget, guint button, guint32 time)
+do_row_popup_menu (GtkWidget *widget, guint button, guint32 time)
 {
   PsppireDataSheet *data_sheet = PSPPIRE_DATA_SHEET (widget);
-  GtkWidget *menu;
 
-  menu = get_widget_assert (data_sheet->builder, "datasheet-cases-popup");
-  gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, button, time);
+  
+  gtk_menu_popup (GTK_MENU (data_sheet->row_popup_menu), NULL, NULL, NULL, NULL, button, time);
 }
 
 static void
 on_popup_menu (GtkWidget *widget, gpointer user_data UNUSED)
 {
-  do_popup_menu (widget, 0, gtk_get_current_event_time ());
+  do_row_popup_menu (widget, 0, gtk_get_current_event_time ());
 }
 
 static gboolean
@@ -1374,7 +1395,7 @@ on_button_pressed (GtkWidget *widget, GdkEventButton *event,
             }
         }
 
-      do_popup_menu (widget, event->button, event->time);
+      do_row_popup_menu (widget, event->button, event->time);
 
       return TRUE;
     }
@@ -1382,8 +1403,8 @@ on_button_pressed (GtkWidget *widget, GdkEventButton *event,
   return FALSE;
 }
 
-static void
-on_edit_clear_cases (GtkAction *action, PsppireDataSheet *data_sheet)
+void
+psppire_data_sheet_edit_clear_cases (PsppireDataSheet *data_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
@@ -1408,17 +1429,20 @@ on_selection_changed (PsppSheetSelection *selection,
 {
   PsppSheetView *sheet_view = pspp_sheet_selection_get_tree_view (selection);
   PsppireDataSheet *data_sheet = PSPPIRE_DATA_SHEET (sheet_view);
-  gint n_selected_rows;
   gboolean any_variables_selected;
   gboolean may_delete_cases, may_delete_vars, may_insert_vars;
   GList *list, *iter;
   GtkTreePath *path;
-  GtkAction *action;
 
-  n_selected_rows = pspp_sheet_selection_count_selected_rows (selection);
+  GtkWidget *top = gtk_widget_get_toplevel (GTK_WIDGET (data_sheet));
+  if (! PSPPIRE_IS_DATA_WINDOW (top))
+    return;
+  
+  PsppireDataWindow *dw = PSPPIRE_DATA_WINDOW (top);
+
+  gint n_selected_rows = pspp_sheet_selection_count_selected_rows (selection);
 
-  action = get_action_assert (data_sheet->builder, "edit_insert-case");
-  gtk_action_set_sensitive (action, n_selected_rows > 0);
+  gtk_widget_set_sensitive (dw->mi_insert_case, n_selected_rows > 0);
 
   switch (n_selected_rows)
     {
@@ -1439,12 +1463,13 @@ on_selection_changed (PsppSheetSelection *selection,
       may_delete_cases = TRUE;
       break;
     }
-  action = get_action_assert (data_sheet->builder, "edit_clear-cases");
-  gtk_action_set_sensitive (action, may_delete_cases);
+
+  gtk_widget_set_sensitive (dw->mi_clear_cases, may_delete_cases);
 
   any_variables_selected = FALSE;
   may_delete_vars = may_insert_vars = FALSE;
   list = pspp_sheet_selection_get_selected_columns (selection);
+
   for (iter = list; iter != NULL; iter = iter->next)
     {
       PsppSheetViewColumn *column = iter->data;
@@ -1464,17 +1489,10 @@ on_selection_changed (PsppSheetSelection *selection,
   may_insert_vars = may_insert_vars && data_sheet->may_create_vars;
   may_delete_vars = may_delete_vars && data_sheet->may_delete_vars;
 
-  action = get_action_assert (data_sheet->builder, "edit_insert-variable");
-  gtk_action_set_sensitive (action, may_insert_vars);
-
-  action = get_action_assert (data_sheet->builder, "edit_clear-variables");
-  gtk_action_set_sensitive (action, may_delete_vars);
-
-  action = get_action_assert (data_sheet->builder, "sort-up");
-  gtk_action_set_sensitive (action, may_delete_vars);
-
-  action = get_action_assert (data_sheet->builder, "sort-down");
-  gtk_action_set_sensitive (action, may_delete_vars);
+  gtk_widget_set_sensitive (dw->mi_insert_var, may_insert_vars);
+  gtk_widget_set_sensitive (dw->mi_clear_variables, may_delete_vars);
+  gtk_widget_set_sensitive (data_sheet->pu_sort_up, may_delete_vars);
+  gtk_widget_set_sensitive (data_sheet->pu_sort_down, may_delete_vars);
 
   psppire_data_sheet_update_clip_actions (data_sheet);
   psppire_data_sheet_update_primary_selection (data_sheet,
@@ -1529,25 +1547,23 @@ psppire_data_sheet_get_selected_range (PsppireDataSheet *data_sheet,
   return TRUE;
 }
 
-static void
-on_edit_insert_case (GtkAction *action, PsppireDataSheet *data_sheet)
+/* Insert a case at the selected row */
+void
+psppire_data_sheet_insert_case (PsppireDataSheet *data_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
   PsppireDataStore *data_store = data_sheet->data_store;
-  struct range_set *selected;
-  unsigned long row;
-
-  selected = pspp_sheet_selection_get_range_set (selection);
-  row = range_set_scan (selected, 0);
+  struct range_set *selected = pspp_sheet_selection_get_range_set (selection);
+  unsigned long row = range_set_scan (selected, 0);
   range_set_destroy (selected);
 
   if (row <= psppire_data_store_get_case_count (data_store))
     psppire_data_store_insert_new_case (data_store, row);
 }
 
-static void
-on_edit_insert_variable (GtkAction *action, PsppireDataSheet *data_sheet)
+void
+psppire_data_sheet_insert_variable (PsppireDataSheet *data_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
@@ -1570,118 +1586,42 @@ on_edit_insert_variable (GtkAction *action, PsppireDataSheet *data_sheet)
     psppire_dict_insert_variable (dict, index, name);
 }
 
-static void
-on_edit_clear_variables (GtkAction *action, PsppireDataSheet *data_sheet)
+void
+psppire_data_sheet_edit_clear_variables (PsppireDataSheet *data_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
   PsppireDict *dict = data_sheet->data_store->dict;
-  GList *list, *iter;
-
-  list = pspp_sheet_selection_get_selected_columns (selection);
+  GList *iter;
+  GList *list = pspp_sheet_selection_get_selected_columns (selection);
+  
   if (list == NULL)
     return;
   list = g_list_reverse (list);
   for (iter = list; iter; iter = iter->next)
     {
       PsppSheetViewColumn *column = iter->data;
-      struct variable *var;
-
-      var = g_object_get_data (G_OBJECT (column), "variable");
+      struct variable *var = g_object_get_data (G_OBJECT (column), "variable");
       if (var != NULL)
         psppire_dict_delete_variables (dict, var_get_dict_index (var), 1);
     }
   g_list_free (list);
 }
 
-enum sort_order
-  {
-    SORT_ASCEND,
-    SORT_DESCEND
-  };
-
-static void
-do_sort (PsppireDataSheet *data_sheet, enum sort_order order)
-{
-  PsppSheetView *sheet_view = PSPP_SHEET_VIEW (data_sheet);
-  PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
-  PsppireDataWindow *pdw;
-  GList *list, *iter;
-  GString *syntax;
-  int n_vars;
-
-  pdw = psppire_data_window_for_data_store (data_sheet->data_store);
-  g_return_if_fail (pdw != NULL);
-
-  list = pspp_sheet_selection_get_selected_columns (selection);
-
-  syntax = g_string_new ("SORT CASES BY");
-  n_vars = 0;
-  for (iter = list; iter; iter = iter->next)
-    {
-      PsppSheetViewColumn *column = iter->data;
-      struct variable *var;
-
-      var = g_object_get_data (G_OBJECT (column), "variable");
-      if (var != NULL)
-        {
-          g_string_append_printf (syntax, " %s", var_get_name (var));
-          n_vars++;
-        }
-    }
-  if (n_vars > 0)
-    {
-      if (order == SORT_DESCEND)
-        g_string_append (syntax, " (DOWN)");
-      g_string_append_c (syntax, '.');
-      execute_const_syntax_string (pdw, syntax->str);
-    }
-  g_string_free (syntax, TRUE);
-}
-
-void
-on_sort_up (GtkAction *action, PsppireDataSheet *data_sheet)
-{
-  do_sort (data_sheet, SORT_ASCEND);
-}
-
-void
-on_sort_down (GtkAction *action, PsppireDataSheet *data_sheet)
-{
-  do_sort (data_sheet, SORT_DESCEND);
-}
-
-void
-on_edit_goto_case (GtkAction *action, PsppireDataSheet *data_sheet)
-{
-  goto_case_dialog (data_sheet);
-}
-
-void
-on_edit_find (GtkAction *action, PsppireDataSheet *data_sheet)
-{
-  PsppireDataWindow *pdw;
-
-  pdw = psppire_data_window_for_data_store (data_sheet->data_store);
-  g_return_if_fail (pdw != NULL);
-
-  find_dialog (pdw);
-}
-
 void
-on_edit_copy (GtkAction *action, PsppireDataSheet *data_sheet)
+psppire_data_sheet_edit_copy (PsppireDataSheet *data_sheet)
 {
   psppire_data_sheet_set_clip (data_sheet, FALSE);
 }
 
 void
-on_edit_cut (GtkAction *action, PsppireDataSheet *data_sheet)
+psppire_data_sheet_edit_cut (PsppireDataSheet *data_sheet)
 {
   psppire_data_sheet_set_clip (data_sheet, TRUE);
 }
 
 void
-on_edit_paste (GtkAction *action, PsppireDataSheet *data_sheet)
+psppire_data_sheet_edit_paste (PsppireDataSheet *data_sheet)
 {
   GdkDisplay *display = gtk_widget_get_display (GTK_WIDGET (data_sheet));
   GtkClipboard *clipboard =
@@ -1697,7 +1637,6 @@ static void
 psppire_data_sheet_init (PsppireDataSheet *obj)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (obj);
-  GtkAction *action;
 
   obj->show_value_labels = FALSE;
   obj->show_case_numbers = TRUE;
@@ -1712,11 +1651,53 @@ psppire_data_sheet_init (PsppireDataSheet *obj)
   obj->new_variable_column = NULL;
   obj->container = NULL;
 
-  obj->uim = NULL;
   obj->dispose_has_run = FALSE;
 
   pspp_sheet_view_set_special_cells (sheet_view, PSPP_SHEET_VIEW_SPECIAL_CELLS_YES);
 
+  {
+    obj->row_popup_menu = gtk_menu_new ();
+    int i = 0;
+
+    GtkWidget *insert_case = gtk_menu_item_new_with_mnemonic (_("_Insert Case"));
+    GtkWidget *clear_cases = gtk_menu_item_new_with_mnemonic (_("Cl_ear Cases"));
+
+    gtk_menu_attach (GTK_MENU (obj->row_popup_menu), insert_case,     0, 1, i, i + 1); ++i;
+    gtk_menu_attach (GTK_MENU (obj->row_popup_menu), clear_cases,     0, 1, i, i + 1); ++i;
+
+    g_signal_connect_swapped (clear_cases, "activate", G_CALLBACK (psppire_data_sheet_edit_clear_cases), obj);
+    g_signal_connect_swapped (insert_case, "activate", G_CALLBACK (psppire_data_sheet_insert_case), obj);
+  
+    gtk_widget_show_all (obj->row_popup_menu);
+  }
+  
+  {
+    obj->column_popup_menu = gtk_menu_new ();
+    int i = 0;
+
+    GtkWidget *insert_variable = gtk_menu_item_new_with_mnemonic (_("_Insert Variable"));
+    GtkWidget *clear_variables = gtk_menu_item_new_with_mnemonic (_("Cl_ear Variables"));
+    obj->pu_sort_up = gtk_menu_item_new_with_mnemonic (_("Sort _Ascending"));
+    obj->pu_sort_down = gtk_menu_item_new_with_mnemonic (_("Sort _Descending"));
+
+    g_signal_connect_swapped (clear_variables, "activate", G_CALLBACK (psppire_data_sheet_edit_clear_variables), obj);
+    g_signal_connect_swapped (insert_variable, "activate", G_CALLBACK (psppire_data_sheet_insert_variable), obj);
+
+    g_signal_connect_swapped (obj->pu_sort_up, "activate", G_CALLBACK (on_sort_up), obj);
+    g_signal_connect_swapped (obj->pu_sort_down, "activate", G_CALLBACK (on_sort_down), obj);
+  
+    gtk_menu_attach (GTK_MENU (obj->column_popup_menu), insert_variable,     0, 1, i, i + 1); ++i;
+    gtk_menu_attach (GTK_MENU (obj->column_popup_menu), clear_variables,     0, 1, i, i + 1); ++i;
+
+    gtk_menu_attach (GTK_MENU (obj->column_popup_menu), gtk_separator_menu_item_new (),     0, 1, i, i + 1); ++i;
+  
+    gtk_menu_attach (GTK_MENU (obj->column_popup_menu), obj->pu_sort_up,             0, 1, i, i + 1); ++i;
+    gtk_menu_attach (GTK_MENU (obj->column_popup_menu), obj->pu_sort_down,           0, 1, i, i + 1); ++i;
+
+    gtk_widget_show_all (obj->column_popup_menu);
+  }
+
+  
   g_signal_connect (obj, "notify::model",
                     G_CALLBACK (psppire_data_sheet_model_changed), NULL);
 
@@ -1729,51 +1710,11 @@ psppire_data_sheet_init (PsppireDataSheet *obj)
                     G_CALLBACK (on_query_tooltip), NULL);
   g_signal_connect (obj, "button-press-event",
                     G_CALLBACK (on_button_pressed), NULL);
+  
   g_signal_connect (obj, "popup-menu", G_CALLBACK (on_popup_menu), NULL);
 
-  obj->builder = builder_new ("data-sheet.ui");
-
-  action = get_action_assert (obj->builder, "edit_clear-cases");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_clear_cases),
-                    obj);
-  gtk_action_set_sensitive (action, FALSE);
   g_signal_connect (pspp_sheet_view_get_selection (sheet_view),
                     "changed", G_CALLBACK (on_selection_changed), NULL);
-
-  action = get_action_assert (obj->builder, "edit_insert-case");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_insert_case),
-                    obj);
-
-  action = get_action_assert (obj->builder, "edit_insert-variable");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_insert_variable),
-                    obj);
-
-  action = get_action_assert (obj->builder, "edit_goto-case");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_goto_case),
-                    obj);
-
-  action = get_action_assert (obj->builder, "edit_copy");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_copy), obj);
-
-  action = get_action_assert (obj->builder, "edit_cut");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_cut), obj);
-
-  action = get_action_assert (obj->builder, "edit_paste");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_paste), obj);
-
-  action = get_action_assert (obj->builder, "edit_clear-variables");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_clear_variables),
-                    obj);
-
-  action = get_action_assert (obj->builder, "edit_find");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_find), obj);
-
-  action = get_action_assert (obj->builder, "sort-up");
-  g_signal_connect (action, "activate", G_CALLBACK (on_sort_up), obj);
-
-  action = get_action_assert (obj->builder, "sort-down");
-  g_signal_connect (action, "activate", G_CALLBACK (on_sort_down), obj);
-
 }
 
 GtkWidget *
@@ -1795,19 +1736,11 @@ refresh_model (PsppireDataSheet *data_sheet)
 
   if (data_sheet->data_store != NULL)
     {
-      PsppireEmptyListStore *model;
-      GtkAction *action;
-      int n_rows;
-
-      n_rows = psppire_data_store_get_case_count (data_sheet->data_store) + 1;
-      model = psppire_empty_list_store_new (n_rows);
+      int n_rows = psppire_data_store_get_case_count (data_sheet->data_store) + 1;
+      PsppireEmptyListStore *model = psppire_empty_list_store_new (n_rows);
       pspp_sheet_view_set_model (PSPP_SHEET_VIEW (data_sheet),
                                  GTK_TREE_MODEL (model));
       g_object_unref (model);
-
-      action = get_action_assert (data_sheet->builder, "edit_copy");
-      g_signal_connect (action, "activate", G_CALLBACK (on_edit_copy),
-                        data_sheet);
     }
 }
 
@@ -2371,21 +2304,22 @@ static void
 psppire_data_sheet_update_clip_actions (PsppireDataSheet *data_sheet)
 {
   struct range_set *rows, *cols;
-  GtkAction *action;
-  gboolean enable;
+  GtkWidget *top = gtk_widget_get_toplevel (GTK_WIDGET (data_sheet));
+  if (! PSPPIRE_IS_DATA_WINDOW (top))
+    return;
+  
+  PsppireDataWindow *dw = PSPPIRE_DATA_WINDOW (top);
+  gboolean enable =
+    psppire_data_sheet_get_selected_range (data_sheet, &rows, &cols);
 
-  enable = psppire_data_sheet_get_selected_range (data_sheet, &rows, &cols);
   if (enable)
     {
       range_set_destroy (rows);
       range_set_destroy (cols);
     }
 
-  action = get_action_assert (data_sheet->builder, "edit_copy");
-  gtk_action_set_sensitive (action, enable);
-
-  action = get_action_assert (data_sheet->builder, "edit_cut");
-  gtk_action_set_sensitive (action, enable);
+  gtk_widget_set_sensitive (dw->mi_copy, enable);
+  gtk_widget_set_sensitive (dw->mi_cut, enable);
 }
 
 static void
@@ -2501,11 +2435,9 @@ psppire_data_sheet_targets_received_cb (GtkClipboard *clipboard,
                                         gint n_atoms,
                                         gpointer data)
 {
-  GtkAction *action = GTK_ACTION (data);
-  gboolean compatible_target;
+  GtkWidget *mi = GTK_WIDGET (data);
+  gboolean compatible_target = FALSE;
   gint i;
-
-  compatible_target = FALSE;
   for (i = 0; i < G_N_ELEMENTS (targets); i++)
     {
       GdkAtom target = gdk_atom_intern (targets[i].target, TRUE);
@@ -2519,17 +2451,21 @@ psppire_data_sheet_targets_received_cb (GtkClipboard *clipboard,
           }
     }
 
-  gtk_action_set_sensitive (action, compatible_target);
-  g_object_unref (action);
+  gtk_widget_set_sensitive (mi, compatible_target);
 }
 
 static void
 on_owner_change (GtkClipboard *clip, GdkEventOwnerChange *event, gpointer data)
 {
   PsppireDataSheet *data_sheet = PSPPIRE_DATA_SHEET (data);
-  GtkAction *action = get_action_assert (data_sheet->builder, "edit_paste");
 
-  g_object_ref (action);
-  gtk_clipboard_request_targets (clip, psppire_data_sheet_targets_received_cb,
-                                 action);
+  GtkWidget *top = gtk_widget_get_toplevel (GTK_WIDGET (data_sheet));
+  if (! PSPPIRE_IS_DATA_WINDOW (top))
+    return;
+  
+  PsppireDataWindow *dw = PSPPIRE_DATA_WINDOW (top);
+
+  gtk_clipboard_request_targets (clip,
+                                psppire_data_sheet_targets_received_cb,
+                                dw->mi_paste);
 }
index 8497e2c1155ff23a5bc5cc1e5b3bdaa76433c5c0..0a7cc18e37cf034b3e8c0c490fae1d80f26bd956 100644 (file)
@@ -58,11 +58,14 @@ struct _PsppireDataSheet
 
   PsppSheetViewColumn *new_variable_column;
 
-  GtkBuilder *builder;
-
   GtkWidget *container;
-  GtkUIManager *uim;
   gboolean dispose_has_run;
+
+  GtkWidget *column_popup_menu;
+  GtkWidget *row_popup_menu;
+  
+  GtkWidget *pu_sort_up;
+  GtkWidget *pu_sort_down;
 };
 
 struct _PsppireDataSheetClass 
@@ -98,7 +101,15 @@ void psppire_data_sheet_goto_case (PsppireDataSheet *, gint case_index);
 gint psppire_data_sheet_get_selected_case (const PsppireDataSheet *);
 gint psppire_data_sheet_get_current_case (const PsppireDataSheet *);
 
-GtkUIManager *psppire_data_sheet_get_ui_manager (PsppireDataSheet *);
+void psppire_data_sheet_insert_case (PsppireDataSheet *data_sheet);
+void psppire_data_sheet_insert_variable (PsppireDataSheet *data_sheet);
+
+void psppire_data_sheet_edit_cut (PsppireDataSheet *data_sheet);
+void psppire_data_sheet_edit_copy (PsppireDataSheet *data_sheet);
+void psppire_data_sheet_edit_paste (PsppireDataSheet *data_sheet);
+
+void psppire_data_sheet_edit_clear_cases (PsppireDataSheet *data_sheet);
+void psppire_data_sheet_edit_clear_variables (PsppireDataSheet *data_sheet);
 
 G_END_DECLS
 
index 5b300295b37b2fbd40afaeecde6a1dc9274bd3c2..b2f61c60a30d45acc1608b6bc33c47c7dda60866 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014  Free Software Foundation
+   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include "ui/gui/psppire-encoding-selector.h"
 #include "ui/gui/psppire-syntax-window.h"
 #include "ui/gui/psppire-window.h"
+#include "ui/gui/psppire-data-sheet.h"
+#include "ui/gui/psppire-var-sheet.h"
 #include "ui/gui/windows-menu.h"
+#include "ui/gui/goto-case-dialog.h"
 #include "ui/gui/psppire.h"
 #include "ui/syntax-gen.h"
 
 #include "gl/c-strcasestr.h"
 #include "gl/xvasprintf.h"
 
+#include "find-dialog.h"
+#include "psppire-dialog-action-1sks.h"
+#include "psppire-dialog-action-aggregate.h"
+#include "psppire-dialog-action-autorecode.h"
+#include "psppire-dialog-action-barchart.h"
+#include "psppire-dialog-action-binomial.h"
+#include "psppire-dialog-action-chisquare.h"
+#include "psppire-dialog-action-comments.h"
+#include "psppire-dialog-action-compute.h"
+#include "psppire-dialog-action-correlation.h"
+#include "psppire-dialog-action-count.h"
+#include "psppire-dialog-action-crosstabs.h"
+#include "psppire-dialog-action-descriptives.h"
+#include "psppire-dialog-action-examine.h"
+#include "psppire-dialog-action-factor.h"
+#include "psppire-dialog-action-flip.h"
+#include "psppire-dialog-action-frequencies.h"
+#include "psppire-dialog-action-histogram.h"
+#include "psppire-dialog-action-indep-samps.h"
+#include "psppire-dialog-action-k-related.h"
+#include "psppire-dialog-action-kmeans.h"
+#include "psppire-dialog-action-logistic.h"
+#include "psppire-dialog-action-means.h"
+#include "psppire-dialog-action-oneway.h"
+#include "psppire-dialog-action-paired.h"
+#include "psppire-dialog-action-rank.h"
+#include "psppire-dialog-action-recode-same.h"
+#include "psppire-dialog-action-recode-different.h"
+#include "psppire-dialog-action-regression.h"
+#include "psppire-dialog-action-reliability.h"
+#include "psppire-dialog-action-roc.h"
+#include "psppire-dialog-action-runs.h"
+#include "psppire-dialog-action-scatterplot.h"
+#include "psppire-dialog-action-select.h"
+#include "psppire-dialog-action-sort.h"
+#include "psppire-dialog-action-split.h"
+#include "psppire-dialog-action-tt1s.h"
+#include "psppire-dialog-action-two-sample.h"
+#include "psppire-dialog-action-univariate.h"
+#include "psppire-dialog-action-var-info.h"
+#include "psppire-dialog-action-weight.h"
+
+
 #include <gettext.h>
 #define _(msgid) gettext (msgid)
 #define N_(msgid) msgid
@@ -68,10 +114,6 @@ static void psppire_data_window_get_property (GObject         *object,
                                               GValue          *value,
                                               GParamSpec      *pspec);
 
-static guint psppire_data_window_add_ui (PsppireDataWindow *, GtkUIManager *);
-static void psppire_data_window_remove_ui (PsppireDataWindow *,
-                                           GtkUIManager *, guint);
-
 GType
 psppire_data_window_get_type (void)
 {
@@ -115,7 +157,7 @@ psppire_data_window_get_type (void)
 static GObjectClass *parent_class ;
 
 enum {
-    PROP_DATASET = 1
+  PROP_DATASET = 1
 };
 
 static void
@@ -131,12 +173,14 @@ psppire_data_window_class_init (PsppireDataWindowClass *class)
   object_class->get_property = psppire_data_window_get_property;
 
   g_object_class_install_property (
-    object_class, PROP_DATASET,
-    g_param_spec_pointer ("dataset", "Dataset",
-                          "'struct datset *' represented by the window",
-                          G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE));
+                                  object_class, PROP_DATASET,
+                                  g_param_spec_pointer ("dataset", "Dataset",
+                                                        "'struct datset *' represented by the window",
+                                                        G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE));
 }
+
 \f
+
 /* Run the EXECUTE command. */
 static void
 execute (PsppireDataWindow *dw)
@@ -153,17 +197,14 @@ transformation_change_callback (bool transformations_pending,
   GtkWidget *status_label  =
     get_widget_assert (de->builder, "case-counter-area");
 
-  { /* Set the sensitivity of the "Transformations Pending" menuitem */
-    GtkUIManager *uim = 
-      GTK_UI_MANAGER (get_object_assert (de->builder, "uimanager1", GTK_TYPE_UI_MANAGER));
+  {
+    GAction *action = g_action_map_lookup_action (G_ACTION_MAP (de),
+                                                 "transform-pending");
 
-    GtkWidget *menuitem =
-      gtk_ui_manager_get_widget (uim,"/ui/menubar/transform/transform_run-pending");
-    
-    gtk_widget_set_sensitive (menuitem, transformations_pending);
+    g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
+                                transformations_pending); 
   }
 
-
   if ( transformations_pending)
     gtk_label_set_text (GTK_LABEL (status_label),
                        _("Transformations Pending"));
@@ -452,7 +493,7 @@ sysfile_info (PsppireDataWindow *de)
                                                   NULL);
 
       const gchar *encoding = psppire_encoding_selector_get_encoding (
-        gtk_file_chooser_get_extra_widget (GTK_FILE_CHOOSER (dialog)));
+                                                                     gtk_file_chooser_get_extra_widget (GTK_FILE_CHOOSER (dialog)));
 
       gchar *syntax;
 
@@ -605,14 +646,14 @@ confirm_delete_dataset (PsppireDataWindow *de,
   int result;
 
   dialog = gtk_message_dialog_new (
-    GTK_WINDOW (de), 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, "%s",
-    _("Delete Existing Dataset?"));
+                                  GTK_WINDOW (de), 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, "%s",
+                                  _("Delete Existing Dataset?"));
 
   gtk_message_dialog_format_secondary_text (
-    GTK_MESSAGE_DIALOG (dialog),
-    _("Renaming \"%s\" to \"%s\" will destroy the existing "
-      "dataset named \"%s\".  Are you sure that you want to do this?"),
-    old_dataset, new_dataset, existing_dataset);
+                                           GTK_MESSAGE_DIALOG (dialog),
+                                           _("Renaming \"%s\" to \"%s\" will destroy the existing "
+                                             "dataset named \"%s\".  Are you sure that you want to do this?"),
+                                           old_dataset, new_dataset, existing_dataset);
 
   gtk_dialog_add_buttons (GTK_DIALOG (dialog),
                           _("Cancel"), GTK_RESPONSE_CANCEL,
@@ -657,40 +698,90 @@ on_rename_dataset (PsppireDataWindow *de)
   free (new_name);
 }
 
+
 static void
-status_bar_activate (PsppireDataWindow  *de, GtkToggleAction *action)
+status_bar_activate (GAction *action, GVariant *param,  PsppireDataWindow  *de)
 {
   GtkWidget *statusbar = get_widget_assert (de->builder, "status-bar");
+  
+  GVariant *state = g_action_get_state (action);
+  const gboolean visible = g_variant_get_boolean (state);
+  g_action_change_state (action, g_variant_new_boolean (!visible));
 
-  if ( gtk_toggle_action_get_active (action))
-    gtk_widget_show (statusbar);
-  else
-    gtk_widget_hide (statusbar);
+  gtk_widget_set_visible (statusbar, !visible);
 }
 
 
 static void
-grid_lines_activate (PsppireDataWindow  *de, GtkToggleAction *action)
+grid_lines_activate (GAction *action, GVariant *param,  PsppireDataWindow  *de)
 {
-  const gboolean grid_visible = gtk_toggle_action_get_active (action);
+  GVariant *state = g_action_get_state (action);
+  const gboolean grid_visible = g_variant_get_boolean (state);
+  g_action_change_state (action, g_variant_new_boolean (!grid_visible));
 
-  psppire_data_editor_show_grid (de->data_editor, grid_visible);
+  psppire_data_editor_show_grid (de->data_editor, !grid_visible);
 }
 
+
 static void
-data_view_activate (PsppireDataWindow  *de)
+on_switch_page (GtkNotebook *notebook, GtkWidget *page, guint pn, gpointer ud)
 {
-  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_DATA_VIEW);
+  PsppireDataWindow *de = PSPPIRE_DATA_WINDOW (ud);
+
+  GAction *action = g_action_map_lookup_action (G_ACTION_MAP (de), "view_dv");
+
+  switch (pn)
+    {
+    case 0:
+      g_action_change_state (action, g_variant_new_string ("DATA"));
+      gtk_widget_show (GTK_WIDGET (de->ti_insert_case));
+      gtk_widget_show (GTK_WIDGET (de->ti_jump_to_case));
+      gtk_widget_show (GTK_WIDGET (de->ti_find));
+
+      gtk_widget_show (GTK_WIDGET (de->mi_go_to_case));
+      gtk_widget_show (GTK_WIDGET (de->mi_insert_case));
+      gtk_widget_show (GTK_WIDGET (de->mi_find));
+      gtk_widget_show (GTK_WIDGET (de->mi_find_separator));
+      gtk_widget_show (GTK_WIDGET (de->mi_clear_cases));
+
+      break;
+      
+    case 1:
+      g_action_change_state (action, g_variant_new_string ("VARS"));
+      gtk_widget_hide (GTK_WIDGET (de->ti_insert_case));
+      gtk_widget_hide (GTK_WIDGET (de->ti_jump_to_case));
+      gtk_widget_hide (GTK_WIDGET (de->ti_find));
+
+      gtk_widget_hide (GTK_WIDGET (de->mi_go_to_case));
+      gtk_widget_hide (GTK_WIDGET (de->mi_insert_case));
+      gtk_widget_hide (GTK_WIDGET (de->mi_find));
+      gtk_widget_hide (GTK_WIDGET (de->mi_find_separator));
+      gtk_widget_hide (GTK_WIDGET (de->mi_clear_cases));
+      
+      break;
+    }      
 }
 
 
 static void
-variable_view_activate (PsppireDataWindow  *de)
+activate_change_view (GAction *action, GVariant *param, PsppireDataWindow  *de)
 {
-  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_VARIABLE_VIEW);
+  g_action_change_state (action, param);
+  GVariant *new_state = g_action_get_state (action);
+
+  const gchar *what = g_variant_get_string (new_state, NULL);
+  if (0 == g_strcmp0 (what, "DATA"))
+    {
+      gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_DATA_VIEW);
+    }
+  else if (0 == g_strcmp0 (what, "VARS"))
+    {
+      gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_VARIABLE_VIEW);
+    }
 }
 
 
+
 static void
 fonts_activate (PsppireDataWindow  *de)
 {
@@ -717,20 +808,34 @@ fonts_activate (PsppireDataWindow  *de)
 
 
 /* Callback for the value labels action */
+
 static void
-toggle_value_labels (PsppireDataWindow  *de, GtkToggleAction *ta)
+value_labels_activate (GAction *action, GVariant *param,  PsppireDataWindow  *de)
 {
-  g_object_set (de->data_editor, "value-labels", gtk_toggle_action_get_active (ta), NULL);
-}
+  GVariant *v = g_action_get_state (action);
+  gboolean labels_active = g_variant_get_boolean (v);
+  g_action_change_state (action, g_variant_new_boolean (!labels_active));
 
+  GVariant *new_state  = g_action_get_state (action);
+  labels_active = g_variant_get_boolean (new_state);
+  g_object_set (de->data_editor, "value-labels", labels_active, NULL);
+  
+  gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (de->ti_value_labels_button),
+                                    labels_active);
+}
 
 static void
-file_quit (PsppireDataWindow *de)
+on_labels_button_toggle (GtkToggleToolButton *ttb, PsppireDataWindow *de)
 {
-  /* FIXME: Need to be more intelligent here.
-     Give the user the opportunity to save any unsaved data.
-  */
-  psppire_quit ();
+  GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de), "value_labels");
+  g_assert (a);
+  gboolean labels_active = gtk_toggle_tool_button_get_active (ttb);
+
+  g_action_change_state (a, g_variant_new_boolean (labels_active));
+
+  GVariant *new_state  = g_action_get_state (a);
+  labels_active = g_variant_get_boolean (new_state);
+  g_object_set (de->data_editor, "value-labels", labels_active, NULL);
 }
 
 static void
@@ -823,60 +928,6 @@ set_unsaved (gpointer w)
   psppire_window_set_unsaved (PSPPIRE_WINDOW (w));
 }
 
-static void
-on_switch_page (PsppireDataEditor *de, gpointer p,
-               gint pagenum, PsppireDataWindow *dw)
-{
-  /* Set the appropriate ui_manager according to the selected page.
-     This is necessary, because the menus for the variable view and
-     the data view are different (slightly). */
-
-  gboolean is_ds = pagenum == PSPPIRE_DATA_EDITOR_DATA_VIEW;
-  const char *path = (is_ds
-          ? "/ui/menubar/view/view_data"
-          : "/ui/menubar/view/view_variables");
-
-  GtkWidget *page_menu_item = gtk_ui_manager_get_widget (dw->ui_manager, path);
-  gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (page_menu_item), TRUE);
-}
-
-static void
-on_ui_manager_changed (PsppireDataEditor *de,
-                       GParamSpec *pspec UNUSED,
-                       PsppireDataWindow *dw)
-{
-  GtkUIManager *uim = psppire_data_editor_get_ui_manager (de);
-  if (uim == dw->uim)
-    return;
-
-  if (dw->uim)
-    {
-      psppire_data_window_remove_ui (dw, dw->uim, dw->merge_id);
-      g_object_unref (dw->uim);
-      dw->uim = NULL;
-    }
-
-  dw->uim = uim;
-  if (dw->uim)
-    {
-      g_object_ref (dw->uim);
-      dw->merge_id = psppire_data_window_add_ui (dw, dw->uim);
-    }
-}
-
-/* Connects the action called ACTION_NAME to HANDLER passing DW as the auxilliary data.
-   Returns a pointer to the action
-*/
-static GtkAction *
-connect_action (PsppireDataWindow *dw, const char *action_name, 
-                                   GCallback handler)
-{
-  GtkAction *action = get_action_assert (dw->builder, action_name);
-
-  g_signal_connect_swapped (action, "activate", handler, dw);
-
-  return action;
-}
 
 /* Only a data file with at least one variable can be saved. */
 static void
@@ -884,10 +935,14 @@ enable_save (PsppireDataWindow *dw)
 {
   gboolean enable = psppire_dict_get_var_cnt (dw->dict) > 0;
 
-  gtk_action_set_sensitive (get_action_assert (dw->builder, "file_save"),
-                            enable);
-  gtk_action_set_sensitive (get_action_assert (dw->builder, "file_save_as"),
-                            enable);
+  GAction *save_as = g_action_map_lookup_action (G_ACTION_MAP (dw), "save-as");
+  GAction *save = g_action_map_lookup_action (G_ACTION_MAP (dw), "save");
+
+  if (save)
+    g_object_set (save, "enabled", enable, NULL);
+
+  if (save_as)
+    g_object_set (save_as, "enabled", enable, NULL);
 }
 
 /* Initializes as much of a PsppireDataWindow as we can and must before the
@@ -901,11 +956,6 @@ static void
 psppire_data_window_init (PsppireDataWindow *de)
 {
   de->builder = builder_new ("data-editor.ui");
-
-  de->ui_manager = GTK_UI_MANAGER (get_object_assert (de->builder, "uimanager1", GTK_TYPE_UI_MANAGER));
-
-  de->uim = NULL;
-  de->merge_id = 0;
 }
 
 static void
@@ -926,14 +976,12 @@ file_import (PsppireDataWindow *dw)
     {
     case GTK_RESPONSE_APPLY:
       {
-       g_debug ("HERE");
        gchar *fn = g_path_get_basename (asst->file_name);
        open_data_window (PSPPIRE_WINDOW (dw), fn, NULL, psppire_import_assistant_generate_syntax (asst));
        g_free (fn);
       }
       break;
     case PSPPIRE_RESPONSE_PASTE:
-      g_debug ("THERE");
       free (paste_syntax_to_window (psppire_import_assistant_generate_syntax (asst)));
       break;
     default:
@@ -944,6 +992,380 @@ file_import (PsppireDataWindow *dw)
   gtk_widget_destroy (GTK_WIDGET (asst));
 }
 
+
+
+static void
+connect_dialog_action (GType type, PsppireDataWindow *de)
+{
+  GAction *act = g_object_new (type,
+                              "top-level", de,
+                              NULL);
+  
+  g_action_map_add_action (G_ACTION_MAP (de), act);
+}
+
+static void
+g_action_activate_null (GAction *a)
+{
+  g_action_activate (a, NULL);
+}
+
+static void
+connect_action_to_menuitem (GActionMap *map, const gchar *action_name, GtkWidget *w, const gchar *accel)
+{
+  GAction *a = g_action_map_lookup_action (map, action_name);
+  
+  if (NULL == a)
+    g_error ("Action \"%s\" not found in map", action_name);
+
+  if (accel)
+    {
+      GtkApplication *app = GTK_APPLICATION (g_application_get_default());
+
+      /* First set the label for the accellerator so that it appears
+        on the menuitem */
+      GtkWidget *child = gtk_bin_get_child (GTK_BIN (w));
+      guint key;
+      GdkModifierType modifier;
+      gtk_accelerator_parse (accel, &key, &modifier);
+      gtk_accel_label_set_accel (GTK_ACCEL_LABEL (child), key, modifier);
+
+      /* Now tell the application that it must do something when that
+        key combination is pressed */
+      const gchar *accels[2];
+      accels[0] = accel;
+      accels[1] = NULL;
+
+      gchar *detailed_action_name = NULL;
+      if (GTK_IS_WINDOW (map))
+       detailed_action_name = g_strdup_printf ("win.%s", action_name);
+      else if (GTK_IS_APPLICATION (map))
+       detailed_action_name = g_strdup_printf ("app.%s", action_name);
+      
+      gtk_application_set_accels_for_action (app,
+                                            detailed_action_name,
+                                            accels);
+      free (detailed_action_name);
+    }
+  
+  g_signal_connect_swapped (w, "activate", G_CALLBACK (g_action_activate_null), a);
+ }
+
+
+static void
+set_data_page (PsppireDataWindow *dw)
+{
+  gtk_notebook_set_current_page (GTK_NOTEBOOK (dw->data_editor), 1);
+  gtk_notebook_set_current_page (GTK_NOTEBOOK (dw->data_editor), 0);
+}
+
+
+static void
+on_cut (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_edit_cut (ds);
+    }
+}
+
+static void
+on_copy (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_edit_copy (ds);
+    }
+}
+
+static void
+on_paste (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_edit_paste (ds);
+    }
+}
+
+
+static void
+on_clear_cases (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_edit_clear_cases (ds);
+    }
+}
+
+static void
+on_clear_variables (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_edit_clear_variables (ds);
+    }
+  else
+    {
+      psppire_var_sheet_clear_variables (PSPPIRE_VAR_SHEET (dw->data_editor->var_sheet));
+    }
+}
+
+
+static void
+insert_variable (PsppireDataWindow *dw)
+{
+  int p = gtk_notebook_get_current_page (GTK_NOTEBOOK (dw->data_editor));
+  if (p == 0)
+    {
+      PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+      psppire_data_sheet_insert_variable (ds);
+    }
+  else
+    {
+      psppire_var_sheet_insert_variable (PSPPIRE_VAR_SHEET (dw->data_editor->var_sheet));
+    }
+}
+
+
+static void
+insert_case_at_row (PsppireDataWindow *dw)
+{
+  PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+
+  psppire_data_sheet_insert_case (ds);
+}
+
+static void
+goto_case (PsppireDataWindow *dw)
+{
+  PsppireDataSheet *ds = psppire_data_editor_get_active_data_sheet (dw->data_editor);
+
+  goto_case_dialog (ds);
+}
+
+
+
+static GtkWidget *
+create_file_menu (PsppireDataWindow *dw)
+{
+  GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic (_("_File"));
+  GtkWidget *menu = gtk_menu_new ();
+
+  {
+    GtkWidget *new = gtk_menu_item_new_with_mnemonic (_("_New"));
+    gtk_menu_attach (GTK_MENU (menu), new,        0, 1, 0, 1);
+
+    GtkWidget *new_menu = gtk_menu_new ();
+
+    g_object_set (new, "submenu", new_menu, NULL);
+       
+    GtkWidget *syntax  = gtk_menu_item_new_with_mnemonic (_("_Syntax"));
+    connect_action_to_menuitem (G_ACTION_MAP (g_application_get_default ()), "new-syntax", syntax, 0);
+    
+    GtkWidget *data = gtk_menu_item_new_with_mnemonic (_("_Data"));
+    connect_action_to_menuitem (G_ACTION_MAP (g_application_get_default ()), "new-data", data, 0);
+
+    gtk_menu_attach (GTK_MENU (new_menu), syntax,    0, 1, 0, 1);
+    gtk_menu_attach (GTK_MENU (new_menu), data,      0, 1, 1, 2);
+  }
+  
+  GtkWidget *open = gtk_menu_item_new_with_mnemonic (_("_Open"));
+  connect_action_to_menuitem (G_ACTION_MAP (dw), "open", open, "<Ctrl>O");
+  
+  GtkWidget *import = gtk_menu_item_new_with_mnemonic (_("_Import Data..."));
+  connect_action_to_menuitem (G_ACTION_MAP (dw), "file-import", import, 0);
+  
+  gtk_menu_attach (GTK_MENU (menu), open,       0, 1, 1, 2);
+  gtk_menu_attach (GTK_MENU (menu), import,     0, 1, 2, 3);
+
+  gtk_menu_attach (GTK_MENU (menu), gtk_separator_menu_item_new (), 0, 1, 3, 4);
+
+  GtkWidget *save = gtk_menu_item_new_with_mnemonic (_("_Save..."));
+  connect_action_to_menuitem (G_ACTION_MAP (dw), "save", save, "<Ctrl>S");
+  
+  GtkWidget *save_as = gtk_menu_item_new_with_mnemonic (_("Save _As..."));
+  connect_action_to_menuitem (G_ACTION_MAP (dw), "save-as", save_as, "<Shift><Ctrl>S");
+  
+  GtkWidget *rename_dataset = gtk_menu_item_new_with_mnemonic (_("_Rename Dataset..."));
+  connect_action_to_menuitem (G_ACTION_MAP (dw), "rename-dataset", rename_dataset, 0);
+
+  
+  gtk_menu_attach (GTK_MENU (menu), save,        0, 1, 4, 5);
+  gtk_menu_attach (GTK_MENU (menu), save_as,     0, 1, 5, 6);
+  gtk_menu_attach (GTK_MENU (menu), rename_dataset,     0, 1, 6, 7);
+
+  gtk_menu_attach (GTK_MENU (menu), gtk_separator_menu_item_new (), 0, 1, 7, 8);
+
+  {
+    GtkWidget *display_data = gtk_menu_item_new_with_mnemonic (_("_Display Data File Information"));
+    gtk_menu_attach (GTK_MENU (menu), display_data,     0, 1, 8, 9);
+
+    GtkWidget *dd_menu = gtk_menu_new ();
+
+    g_object_set (display_data, "submenu", dd_menu, NULL);
+    
+    GtkWidget *working_file  = gtk_menu_item_new_with_mnemonic (_("Working File"));
+    connect_action_to_menuitem (G_ACTION_MAP (dw), "info-working", working_file, 0);
+    GtkWidget *external_file = gtk_menu_item_new_with_mnemonic (_("_External File..."));
+    connect_action_to_menuitem (G_ACTION_MAP (dw), "info-external", external_file, 0);
+
+    gtk_menu_attach (GTK_MENU (dd_menu), working_file,    0, 1, 0, 1);
+    gtk_menu_attach (GTK_MENU (dd_menu), external_file,   0, 1, 1, 2);
+  }
+  
+  gtk_menu_attach (GTK_MENU (menu), gtk_separator_menu_item_new (), 0, 1, 9, 10);
+
+  {
+    GtkWidget *mi_data = gtk_menu_item_new_with_mnemonic (_("_Recently Used Data"));
+    GtkWidget *mi_files = gtk_menu_item_new_with_mnemonic (_("Recently Used _Files"));
+
+    GtkWidget *menu_data = gtk_recent_chooser_menu_new_for_manager (
+      gtk_recent_manager_get_default ());
+
+    GtkWidget *menu_files = gtk_recent_chooser_menu_new_for_manager (
+      gtk_recent_manager_get_default ());
+
+    gtk_menu_attach (GTK_MENU (menu), mi_data,       0, 1, 10, 11);
+    gtk_menu_attach (GTK_MENU (menu), mi_files,      0, 1, 11, 12);
+    
+    g_object_set (menu_data, "show-tips",  TRUE, NULL);
+    g_object_set (menu_files, "show-tips",  TRUE, NULL);
+
+    g_object_set (mi_data, "submenu",  menu_data, NULL);
+    g_object_set (mi_files, "submenu", menu_files, NULL);
+    
+    {
+      GtkRecentFilter *filter = gtk_recent_filter_new ();
+
+      gtk_recent_filter_add_mime_type (filter, "application/x-spss-sav");
+      gtk_recent_filter_add_mime_type (filter, "application/x-spss-por");
+
+      gtk_recent_chooser_set_sort_type (GTK_RECENT_CHOOSER (menu_data), GTK_RECENT_SORT_MRU);
+
+      gtk_recent_chooser_add_filter (GTK_RECENT_CHOOSER (menu_data), filter);
+    }
+
+    g_signal_connect (menu_data, "selection-done", G_CALLBACK (on_recent_data_select), dw);
+
+    {
+      GtkRecentFilter *filter = gtk_recent_filter_new ();
+
+      gtk_recent_filter_add_pattern (filter, "*.sps");
+      gtk_recent_filter_add_pattern (filter, "*.SPS");
+
+      gtk_recent_chooser_set_sort_type (GTK_RECENT_CHOOSER (menu_files), GTK_RECENT_SORT_MRU);
+
+      gtk_recent_chooser_add_filter (GTK_RECENT_CHOOSER (menu_files), filter);
+    }
+
+    g_signal_connect (menu_files, "selection-done", G_CALLBACK (on_recent_files_select), dw);
+  }
+
+  gtk_menu_attach (GTK_MENU (menu), gtk_separator_menu_item_new (), 0, 1, 12, 13);
+
+  {
+    GtkWidget *quit = gtk_menu_item_new_with_mnemonic (_("_Quit"));
+    gtk_menu_attach (GTK_MENU (menu), quit,     0, 1, 13, 14);
+
+    connect_action_to_menuitem (G_ACTION_MAP (g_application_get_default ()),
+                               "quit", quit, "<Ctrl>Q");
+  }
+  
+  g_object_set (menuitem, "submenu", menu, NULL);
+  gtk_widget_show_all (menuitem);
+  
+  return menuitem;
+}
+
+static GtkWidget *
+create_edit_menu (PsppireDataWindow *dw)
+{
+  int i = 0;
+  GtkWidget *menuitem = gtk_menu_item_new_with_mnemonic (_("_Edit"));
+
+  GtkWidget *menu = gtk_menu_new ();
+
+  dw->mi_insert_var = gtk_menu_item_new_with_mnemonic (_("_Insert Variable"));
+  dw->mi_insert_case = gtk_menu_item_new_with_mnemonic (_("_Insert Case"));
+  GtkWidget *go_to_variable = gtk_menu_item_new_with_mnemonic (_("_Go To Variable..."));
+  dw->mi_go_to_case = gtk_menu_item_new_with_mnemonic (_("_Go To Case..."));
+
+  gtk_menu_attach (GTK_MENU (menu), dw->mi_insert_var,        0, 1, i, i + 1); ++i;
+  gtk_menu_attach (GTK_MENU (menu), dw->mi_insert_case,     0, 1, i, i + 1); ++i;
+
+  g_signal_connect_swapped (dw->mi_insert_case, "activate", G_CALLBACK (insert_case_at_row), dw);
+  g_signal_connect_swapped (dw->mi_go_to_case, "activate", G_CALLBACK (goto_case), dw);
+  g_signal_connect_swapped (dw->mi_insert_var, "activate", G_CALLBACK (insert_variable), dw);
+
+  GAction *a = g_action_map_lookup_action (G_ACTION_MAP (dw),  "PsppireDialogActionVarInfo");
+  g_assert (a);
+  g_signal_connect_swapped (go_to_variable, "activate", G_CALLBACK (psppire_dialog_action_activate_null), a);
+  
+  gtk_menu_attach (GTK_MENU (menu), go_to_variable,         0, 1, i, i + 1); ++i;
+  gtk_menu_attach (GTK_MENU (menu), dw->mi_go_to_case,      0, 1, i, i + 1); ++i;
+
+  {
+    GtkAccelGroup *ag = gtk_accel_group_new ();
+    
+    dw->mi_edit_separator = gtk_separator_menu_item_new ();
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_edit_separator, 0, 1, i, i + 1); ++i;
+
+    dw->mi_cut = gtk_menu_item_new_with_mnemonic (_("Cu_t"));
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_cut,     0, 1, i, i + 1); ++i;
+    g_signal_connect_swapped (dw->mi_cut, "activate", G_CALLBACK (on_cut), dw);
+
+    gtk_window_add_accel_group (GTK_WINDOW (dw), ag);
+    gtk_widget_add_accelerator (dw->mi_cut, "activate", ag,
+                               'X', GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
+    
+    dw->mi_copy = gtk_menu_item_new_with_mnemonic (_("_Copy"));
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_copy,     0, 1, i, i + 1); ++i;
+    g_signal_connect_swapped (dw->mi_copy, "activate", G_CALLBACK (on_copy), dw);
+    gtk_widget_add_accelerator (dw->mi_copy, "activate", ag,
+                               'C', GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
+       
+    dw->mi_paste = gtk_menu_item_new_with_mnemonic (_("_Paste"));
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_paste,     0, 1, i, i + 1); ++i;
+    g_signal_connect_swapped (dw->mi_paste, "activate", G_CALLBACK (on_paste), dw);
+    gtk_widget_add_accelerator (dw->mi_paste, "activate", ag,
+                               'V', GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
+
+    dw->mi_clear_variables = gtk_menu_item_new_with_mnemonic (_("Clear _Variables"));
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_clear_variables,     0, 1, i, i + 1); ++i;
+    g_signal_connect_swapped (dw->mi_clear_variables, "activate", G_CALLBACK (on_clear_variables), dw);
+    
+    dw->mi_clear_cases = gtk_menu_item_new_with_mnemonic (_("Cl_ear Cases"));
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_clear_cases,     0, 1, i, i + 1); ++i;
+    g_signal_connect_swapped (dw->mi_clear_cases, "activate", G_CALLBACK (on_clear_cases), dw);
+  }
+  
+  {
+    dw->mi_find_separator = gtk_separator_menu_item_new ();
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_find_separator, 0, 1, i, i + 1); ++i;
+  
+    dw->mi_find = gtk_menu_item_new_with_mnemonic (_("_Find..."));
+    g_signal_connect_swapped (dw->mi_find, "activate", G_CALLBACK (find_dialog), dw);
+    gtk_menu_attach (GTK_MENU (menu), dw->mi_find,      0, 1,  i, i + 1); ++i;
+  }
+  
+  g_object_set (menuitem, "submenu", menu, NULL);
+  
+  gtk_widget_show_all (menuitem);
+  
+  return menuitem;
+}
+
+
 static void
 psppire_data_window_finish_init (PsppireDataWindow *de,
                                  struct dataset *ds)
@@ -965,17 +1387,18 @@ psppire_data_window_finish_init (PsppireDataWindow *de,
   de->data_store = psppire_data_store_new (de->dict);
   psppire_data_store_set_reader (de->data_store, NULL);
 
-  menubar = get_widget_assert (de->builder, "menubar");
-  hb = get_widget_assert (de->builder, "toolbar");
-  sb = get_widget_assert (de->builder, "status-bar");
+  GObject *menu = get_object_assert (de->builder, "data-editor-menu", G_TYPE_MENU);
+  menubar = gtk_menu_bar_new_from_model (G_MENU_MODEL (menu));
+  gtk_widget_show (menubar);
 
-  de->uim = NULL;
-  de->merge_id = 0;
+  hb = gtk_toolbar_new ();
+  sb = get_widget_assert (de->builder, "status-bar");
 
   de->data_editor =
     PSPPIRE_DATA_EDITOR (psppire_data_editor_new (de->dict, de->data_store));
-  g_signal_connect (de->data_editor, "switch-page",
-                    G_CALLBACK (on_switch_page), de);
+  
+  g_signal_connect (de, "realize",
+                    G_CALLBACK (set_data_page), de);
 
   g_signal_connect_swapped (de->data_store, "case-changed",
                            G_CALLBACK (set_unsaved), de);
@@ -1017,97 +1440,301 @@ psppire_data_window_finish_init (PsppireDataWindow *de,
                             G_CALLBACK (enable_save), de);
   enable_save (de);
 
-  connect_action (de, "file_new_data", G_CALLBACK (create_data_window));
-  connect_action (de, "file_import", G_CALLBACK (file_import));
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_SORT,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_SPLIT,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_FLIP,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_AGGREGATE,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_WEIGHT,  de);
+  
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_COMPUTE,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_COUNT,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_AUTORECODE,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_RANK,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_SELECT,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_RECODE_SAME,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_RECODE_DIFFERENT,  de);
+
+    
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_DESCRIPTIVES,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_FREQUENCIES,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_EXAMINE,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_CROSSTABS,  de);
+
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_INDEP_SAMPS,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_PAIRED,  de);
+
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_MEANS,  de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_TT1S,  de);
+
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_ONEWAY, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_UNIVARIATE, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_KMEANS, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_FACTOR, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_CORRELATION, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_RELIABILITY, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_REGRESSION, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_LOGISTIC, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_ROC, de);
+  
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_COMMENTS, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_VAR_INFO, de);
 
-  connect_action (de, "file_save", G_CALLBACK (psppire_window_save));
-  connect_action (de, "file_open", G_CALLBACK (psppire_window_open));
-  connect_action (de, "file_save_as", G_CALLBACK (psppire_window_save_as));
-  connect_action (de, "rename_dataset", G_CALLBACK (on_rename_dataset));
-  connect_action (de, "file_information_working-file", G_CALLBACK (display_dict));
-  connect_action (de, "file_information_external-file", G_CALLBACK (sysfile_info));
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_BARCHART, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_SCATTERPLOT, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_HISTOGRAM, de);
 
-  g_signal_connect_swapped (get_action_assert (de->builder, "view_value-labels"), "toggled", G_CALLBACK (toggle_value_labels), de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_CHISQUARE, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_BINOMIAL, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_RUNS, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_1SKS, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_TWO_SAMPLE, de);
+  connect_dialog_action (PSPPIRE_TYPE_DIALOG_ACTION_K_RELATED, de);
 
   {
-    GtkWidget *recent_data =
-      gtk_ui_manager_get_widget (de->ui_manager, "/ui/menubar/file/file_recent-data");
+    GSimpleAction *file_import_action = g_simple_action_new ("file-import", NULL);
+    g_signal_connect_swapped (file_import_action, "activate", G_CALLBACK (file_import), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (file_import_action));
+  }
+  
+  {
+    GSimpleAction *save = g_simple_action_new ("save", NULL);
+    g_signal_connect_swapped (save, "activate", G_CALLBACK (psppire_window_save), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (save));
+  }
 
-    GtkWidget *recent_files =
-      gtk_ui_manager_get_widget (de->ui_manager, "/ui/menubar/file/file_recent-files");
+  {
+    GSimpleAction *open = g_simple_action_new ("open", NULL);
+    g_signal_connect_swapped (open, "activate", G_CALLBACK (psppire_window_open), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (open));
+  }
 
+  {
+    GSimpleAction *save_as = g_simple_action_new ("save-as", NULL);
+    g_signal_connect_swapped (save_as, "activate", G_CALLBACK (psppire_window_save_as), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (save_as));
+  }
 
-    GtkWidget *menu_data = gtk_recent_chooser_menu_new_for_manager (
-      gtk_recent_manager_get_default ());
+  {
+    GSimpleAction *rename_dataset_act = g_simple_action_new ("rename-dataset", NULL);
+    g_signal_connect_swapped (rename_dataset_act, "activate",
+                             G_CALLBACK (on_rename_dataset), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (rename_dataset_act));
+  }
 
-    GtkWidget *menu_files = gtk_recent_chooser_menu_new_for_manager (
-      gtk_recent_manager_get_default ());
+  {
+    GSimpleAction *info_working = g_simple_action_new ("info-working", NULL);
+    g_signal_connect_swapped (info_working, "activate", G_CALLBACK (display_dict), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (info_working));
+  }
+  {
+    GSimpleAction *info_external = g_simple_action_new ("info-external", NULL);
+    g_signal_connect_swapped (info_external, "activate", G_CALLBACK (sysfile_info), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (info_external));
+  }
 
-    g_object_set (menu_data, "show-tips",  TRUE, NULL);
-    g_object_set (menu_files, "show-tips",  TRUE, NULL);
+  {
+    GSimpleAction *act_statusbar = g_simple_action_new_stateful ("statusbar", NULL, g_variant_new_boolean (TRUE));
+    g_signal_connect (act_statusbar, "activate", G_CALLBACK (status_bar_activate), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_statusbar));
+  }
 
-    {
-      GtkRecentFilter *filter = gtk_recent_filter_new ();
+  {
+    GSimpleAction *act_gridlines = g_simple_action_new_stateful ("gridlines", NULL, g_variant_new_boolean (TRUE));
+    g_signal_connect (act_gridlines, "activate", G_CALLBACK (grid_lines_activate), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_gridlines));
+  }
 
-      gtk_recent_filter_add_mime_type (filter, "application/x-spss-sav");
-      gtk_recent_filter_add_mime_type (filter, "application/x-spss-por");
+  
+  {
+    GSimpleAction *act_view_data = g_simple_action_new_stateful ("view_dv", G_VARIANT_TYPE_STRING,
+                                                                g_variant_new_string ("DATA"));
+    g_signal_connect (act_view_data, "activate", G_CALLBACK (activate_change_view), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_view_data));
+  }
 
-      gtk_recent_chooser_set_sort_type (GTK_RECENT_CHOOSER (menu_data), GTK_RECENT_SORT_MRU);
+  {
+    GSimpleAction *act_fonts = g_simple_action_new ("fonts", NULL);
+    g_signal_connect_swapped (act_fonts, "activate", G_CALLBACK (fonts_activate), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_fonts));
+  }
 
-      gtk_recent_chooser_add_filter (GTK_RECENT_CHOOSER (menu_data), filter);
-    }
+  {
+    GSimpleAction *act_value_labels =
+      g_simple_action_new_stateful ("value_labels", NULL,
+                                   g_variant_new_boolean (FALSE));
+    g_signal_connect (act_value_labels, "activate", G_CALLBACK (value_labels_activate), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_value_labels));
+  }
 
-    gtk_menu_item_set_submenu (GTK_MENU_ITEM (recent_data), menu_data);
+  {
+    GSimpleAction *act_transform_pending = g_simple_action_new ("transform-pending", NULL);
+    g_signal_connect_swapped (act_transform_pending, "activate", G_CALLBACK (execute), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_transform_pending));
+  }
 
+  {
+    GSimpleAction *act_jump_to_variable = g_simple_action_new ("jump-to-variable", NULL);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_jump_to_variable));
+  }
 
-    g_signal_connect (menu_data, "selection-done", G_CALLBACK (on_recent_data_select), de);
+  {
+    GSimpleAction *act_insert_variable = g_simple_action_new ("insert-variable", NULL);
+    g_signal_connect_swapped (act_insert_variable, "activate", G_CALLBACK (insert_variable), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_insert_variable));
+  }
 
-    {
-      GtkRecentFilter *filter = gtk_recent_filter_new ();
+  {
+    GSimpleAction *act_jump_to_case = g_simple_action_new ("jump-to-case", NULL);
+    g_signal_connect_swapped (act_jump_to_case, "activate", G_CALLBACK (goto_case), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_jump_to_case));
+  }
 
-      gtk_recent_filter_add_pattern (filter, "*.sps");
-      gtk_recent_filter_add_pattern (filter, "*.SPS");
+  {
+    GSimpleAction *act_insert_case = g_simple_action_new ("insert-case", NULL);
+    g_signal_connect_swapped (act_insert_case, "activate", G_CALLBACK (insert_case_at_row), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (act_insert_case));
+  }
 
-      gtk_recent_chooser_set_sort_type (GTK_RECENT_CHOOSER (menu_files), GTK_RECENT_SORT_MRU);
+  {
+    GSimpleAction *find = g_simple_action_new ("find", NULL);
+    g_signal_connect_swapped (find, "activate", G_CALLBACK (find_dialog), de);
+    g_action_map_add_action (G_ACTION_MAP (de), G_ACTION (find));
+  }
+  
+  {
+    int idx = 0;
+    {
+      GtkToolItem *ti = gtk_tool_button_new (NULL, "Open");
+      g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_window_open), de);
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "file-open-data");
+    }
 
-      gtk_recent_chooser_add_filter (GTK_RECENT_CHOOSER (menu_files), filter);
+    {
+      GtkToolItem *ti = gtk_tool_button_new (NULL, "Save");
+      g_signal_connect_swapped (ti, "clicked", G_CALLBACK (psppire_window_save), de);
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "file-save-data");
     }
 
-    gtk_menu_item_set_submenu (GTK_MENU_ITEM (recent_files), menu_files);
+    gtk_toolbar_insert (GTK_TOOLBAR (hb), gtk_separator_tool_item_new (), idx++);
 
-    g_signal_connect (menu_files, "selection-done", G_CALLBACK (on_recent_files_select), de);
+    {
+      de->ti_jump_to_variable = gtk_tool_button_new (NULL, "Goto Var");
 
-  }
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),  "PsppireDialogActionVarInfo");
+      g_assert (a);
+      g_signal_connect_swapped (de->ti_jump_to_variable, "clicked",
+                               G_CALLBACK (psppire_dialog_action_activate_null), a);
 
-  connect_action (de, "file_new_syntax", G_CALLBACK (create_syntax_window));
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_jump_to_variable, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_variable), "edit-go-to-variable");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_jump_to_variable), _("Jump to variable"));
+    }
 
+    {
+      de->ti_jump_to_case = gtk_tool_button_new (NULL, "Jump to Case");
+      
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),  "jump-to-case");
+      g_assert (a);
+      g_signal_connect_swapped (de->ti_jump_to_case, "clicked",
+                               G_CALLBACK (g_action_activate_null), a);
+      
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_jump_to_case, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_jump_to_case), "edit-go-to-case");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_jump_to_case), _("Jump to a case in the data sheet"));
+    }
 
-  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_VARIABLE_VIEW);
-  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_DATA_VIEW);
+    {
+      de->ti_find = gtk_tool_button_new (NULL, "Find");
+
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),  "find");
+      g_assert (a);
+      g_signal_connect_swapped (de->ti_find, "clicked",
+                               G_CALLBACK (g_action_activate_null), a);
 
-  connect_action (de, "view_statusbar", G_CALLBACK (status_bar_activate));
+      
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_find, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_find), "edit-find");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_find), _("Search for values in the data"));
+    }
 
-  connect_action (de, "view_gridlines", G_CALLBACK (grid_lines_activate));
+    {
+      de->ti_insert_case = gtk_tool_button_new (NULL, "Create Case");
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),  "insert-case");
+      g_assert (a);
+      g_signal_connect_swapped (de->ti_insert_case, "clicked",
+                               G_CALLBACK (g_action_activate_null), a);
+
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_insert_case, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_case), "edit-insert-case");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_insert_case), _("Create a new case at the current position"));
+    }
 
-  connect_action (de, "view_data", G_CALLBACK (data_view_activate));
+    {
+      de->ti_insert_variable = gtk_tool_button_new (NULL, "Create Variable");
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),  "insert-variable");
+      g_assert (a);
+      g_signal_connect_swapped (de->ti_insert_variable, "clicked",
+                               G_CALLBACK (g_action_activate_null), a);
+
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_insert_variable, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_insert_variable), "edit-insert-variable");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_insert_variable), _("Create a new variable at the current position"));
+    }
+
+    gtk_toolbar_insert (GTK_TOOLBAR (hb), gtk_separator_tool_item_new (), idx++);
+
+    {
+      GtkToolItem *ti = gtk_tool_button_new (NULL, "Split");
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),
+                                              "PsppireDialogActionSplit");
+      g_assert (a);
+      g_signal_connect_swapped (ti, "clicked",
+                               G_CALLBACK (psppire_dialog_action_activate_null), a);
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "data-split-file");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (ti), _("Split the active dataset"));
+    }
 
-  connect_action (de, "view_variables", G_CALLBACK (variable_view_activate));
+    {
+      GtkToolItem *ti = gtk_tool_button_new (NULL, "Weight");
+      GAction *a = g_action_map_lookup_action (G_ACTION_MAP (de),
+                                              "PsppireDialogActionWeight");
+      g_assert (a);
+      g_signal_connect_swapped (ti, "clicked",
+                               G_CALLBACK (psppire_dialog_action_activate_null), a);
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), ti, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (ti), "data-weight-cases");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (ti), _("Weight cases by variable"));
+    }
 
-  connect_action (de, "view_fonts", G_CALLBACK (fonts_activate));
+    {
+      de->ti_value_labels_button = gtk_toggle_tool_button_new ();
+      gtk_tool_button_set_label (GTK_TOOL_BUTTON (de->ti_value_labels_button),
+                                "Value Labels");
+      g_signal_connect (de->ti_value_labels_button, "toggled",
+                       G_CALLBACK (on_labels_button_toggle), de);
+      gtk_toolbar_insert (GTK_TOOLBAR (hb), de->ti_value_labels_button, idx++);
+      gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (de->ti_value_labels_button), "view-value-labels");
+      gtk_widget_set_tooltip_text (GTK_WIDGET (de->ti_value_labels_button), _("Show/hide value labels"));
+    }
+  }
 
-  connect_action (de, "file_quit", G_CALLBACK (file_quit));
 
-  connect_action (de, "transform_run-pending", G_CALLBACK (execute));
+  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_VARIABLE_VIEW);
+  gtk_notebook_set_current_page (GTK_NOTEBOOK (de->data_editor), PSPPIRE_DATA_EDITOR_DATA_VIEW);
 
+  gtk_menu_shell_insert (GTK_MENU_SHELL (menubar),  create_file_menu (de), 0);
+  gtk_menu_shell_insert (GTK_MENU_SHELL (menubar),  create_edit_menu (de), 1);
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),  create_windows_menu (GTK_WINDOW (de)));
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),  create_help_menu (GTK_WINDOW (de)));
-  
-  g_signal_connect (de->data_editor, "notify::ui-manager",
-                    G_CALLBACK (on_ui_manager_changed), de);
-  on_ui_manager_changed (de->data_editor, NULL, de);
+
+  g_signal_connect (de->data_editor, "switch-page",
+                    G_CALLBACK (on_switch_page), de);
 
   gtk_widget_show (GTK_WIDGET (de->data_editor));
-  gtk_widget_show (box);
+  gtk_widget_show_all (box);
 
   ll_push_head (&all_data_windows, &de->ll);
 }
@@ -1117,13 +1744,6 @@ psppire_data_window_dispose (GObject *object)
 {
   PsppireDataWindow *dw = PSPPIRE_DATA_WINDOW (object);
 
-  if (dw->uim)
-    {
-      psppire_data_window_remove_ui (dw, dw->uim, dw->merge_id);
-      g_object_unref (dw->uim);
-      dw->uim = NULL;
-    }
-
   if (dw->builder != NULL)
     {
       g_object_unref (dw->builder);
@@ -1220,64 +1840,6 @@ psppire_data_window_get_property (GObject         *object,
     };
 }
 
-static guint
-psppire_data_window_add_ui (PsppireDataWindow *pdw, GtkUIManager *uim)
-{
-  gchar *ui_string;
-  guint merge_id;
-  GList *list;
-
-  ui_string = gtk_ui_manager_get_ui (uim);
-  merge_id = gtk_ui_manager_add_ui_from_string (pdw->ui_manager, ui_string,
-                                                -1, NULL);
-  g_free (ui_string);
-
-  g_return_val_if_fail (merge_id != 0, 0);
-
-  list = gtk_ui_manager_get_action_groups (uim);
-  for (; list != NULL; list = list->next)
-    {
-      GtkActionGroup *action_group = list->data;
-      GList *actions = gtk_action_group_list_actions (action_group);
-      GList *action;
-
-      for (action = actions; action != NULL; action = action->next)
-        {
-          GtkAction *a = action->data;
-
-          if (PSPPIRE_IS_DIALOG_ACTION (a))
-            g_object_set (a, "manager", pdw->ui_manager, NULL);
-        }
-
-      gtk_ui_manager_insert_action_group (pdw->ui_manager, action_group, 0);
-    }
-
-  gtk_window_add_accel_group (GTK_WINDOW (pdw),
-                              gtk_ui_manager_get_accel_group (uim));
-
-  return merge_id;
-}
-
-static void
-psppire_data_window_remove_ui (PsppireDataWindow *pdw,
-                               GtkUIManager *uim, guint merge_id)
-{
-  GList *list;
-
-  g_return_if_fail (merge_id != 0);
-
-  gtk_ui_manager_remove_ui (pdw->ui_manager, merge_id);
-
-  list = gtk_ui_manager_get_action_groups (uim);
-  for (; list != NULL; list = list->next)
-    {
-      GtkActionGroup *action_group = list->data;
-      gtk_ui_manager_remove_action_group (pdw->ui_manager, action_group);
-    }
-
-  gtk_window_remove_accel_group (GTK_WINDOW (pdw),
-                                 gtk_ui_manager_get_accel_group (uim));
-}
 
 GtkWidget*
 psppire_data_window_new (struct dataset *ds)
@@ -1296,15 +1858,19 @@ psppire_data_window_new (struct dataset *ds)
   assert (dataset_session (ds) == the_session);
 
   dw = GTK_WIDGET (
-    g_object_new (
-      psppire_data_window_get_type (),
-      "description", _("Data Editor"),
-      "dataset", ds,
-      NULL));
+                  g_object_new (
+                                psppire_data_window_get_type (),
+                                "description", _("Data Editor"),
+                                "dataset", ds,
+                                NULL));
 
   if (dataset_name (ds) != NULL)
     g_object_set (dw, "id", dataset_name (ds), (void *) NULL);
 
+
+  GApplication *app = g_application_get_default ();
+  gtk_application_add_window (GTK_APPLICATION (app), GTK_WINDOW (dw));
+  
   return dw;
 }
 
@@ -1321,7 +1887,9 @@ psppire_data_window_iface_init (PsppireWindowIface *iface)
   iface->pick_filename = data_pick_filename;
   iface->load = load_file;
 }
+
 \f
+
 PsppireDataWindow *
 psppire_default_data_window (void)
 {
@@ -1368,10 +1936,14 @@ psppire_data_window_for_data_store (PsppireDataStore *data_store)
   return NULL;
 }
 
-void
+GtkWindow *
 create_data_window (void)
 {
-  gtk_widget_show (psppire_data_window_new (NULL));
+  GtkWidget *w = psppire_data_window_new (NULL);
+
+  gtk_widget_show (w);
+  
+  return GTK_WINDOW (w);
 }
 
 void
@@ -1392,4 +1964,3 @@ open_data_window (PsppireWindow *victim, const char *file_name,
   psppire_window_load (PSPPIRE_WINDOW (window), file_name, encoding, hint);
   gtk_widget_show_all (window);
 }
-
index a578501fc2518a52f9b9d9bbf3c3a425173ac91a..ee4d8e0cab767d54509194e7401d06471371e5a9 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2010, 2011, 2012, 2013, 2014  Free Software Foundation
+   Copyright (C) 2008, 2010, 2011, 2012, 2013, 2014, 2016  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -65,7 +65,6 @@ struct _PsppireDataWindow
   /* <private> */
   PsppireDataEditor *data_editor;
   GtkBuilder *builder;
-  GtkUIManager *ui_manager;
 
   PsppireDict *dict;
   struct dataset *dataset;
@@ -77,8 +76,27 @@ struct _PsppireDataWindow
   unsigned long int lazy_serial;
   unsigned int dataset_seqno;
 
-  GtkUIManager *uim;
-  guint merge_id;
+  GtkToolItem *ti_value_labels_button;
+
+  GtkToolItem *ti_jump_to_variable;
+  GtkToolItem *ti_insert_variable;
+  GtkToolItem *ti_jump_to_case;
+  GtkToolItem *ti_insert_case;
+  GtkToolItem *ti_find;
+
+  GtkWidget *mi_go_to_case;
+  GtkWidget *mi_insert_case;
+  GtkWidget *mi_find;
+  GtkWidget *mi_find_separator;
+
+
+  GtkWidget *mi_edit_separator ;
+  GtkWidget *mi_cut;
+  GtkWidget *mi_copy;
+  GtkWidget *mi_paste;
+  GtkWidget *mi_clear_variables;
+  GtkWidget *mi_clear_cases;
+  GtkWidget *mi_insert_var;
 };
 
 struct _PsppireDataWindowClass
@@ -100,7 +118,7 @@ PsppireDataWindow *psppire_data_window_for_dataset (struct dataset *);
 PsppireDataWindow *psppire_data_window_for_data_store (PsppireDataStore *);
 
 bool psppire_data_window_is_empty (PsppireDataWindow *);
-void create_data_window (void);
+GtkWindow * create_data_window (void);
 void open_data_window (PsppireWindow *victim, const char *file_name,
                        const char *encoding, gpointer hint);
 
index b96a16f0aaaf938dd3c3f760e0b6921c1208c6c0..7f31ebac476adf716f5e44d16751def4a83d4025 100644 (file)
@@ -143,8 +143,6 @@ psppire_dialog_action_1sks_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_1sks_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_1sks_parent_class)->activate (pda);
 }
 
 static void
index 0ed0b1636af93cce5dbd4af2e9bcb148b14247ca..66dda9edcd47bef4df1a3cad0c064f3d11757c4b 100644 (file)
@@ -594,8 +594,6 @@ psppire_dialog_action_aggregate_activate (PsppireDialogAction *a)
       psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
     }
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_aggregate_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_aggregate_parent_class)->activate (pda);
 }
 
 static void
index a3c2eefb8aaf4e3b753b0f2fca309f0032724258..505ff30261c3ee12f19baeae6be6141e96546eef 100644 (file)
@@ -380,8 +380,6 @@ psppire_dialog_action_autorecode_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_refresh (pda, refresh);
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_autorecode_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_autorecode_parent_class)->activate (pda);
 }
 
 static void
index 813e92be0f811a274119e687b465691160b7ad35..ee85831b6472c92097bc8ef98eb861af49e577e2 100644 (file)
@@ -153,8 +153,6 @@ psppire_dialog_action_barchart_activate (PsppireDialogAction *a)
                                                 dialog_state_valid);
     }
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_barchart_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_barchart_parent_class)->activate (pda);
 }
 
 static char *
index a88fe0ffd50518b243b35032b29c9c96581ecf70..cafed134a28267ca30c5f4991aa88822af2df7cb 100644 (file)
@@ -128,8 +128,6 @@ psppire_dialog_action_binomial_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_binomial_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_binomial_parent_class)->activate (pda);
 }
 
 
index 305d74120419ae55db6b007ab530289ec19f22f3..3a45e4a714b6217e14bf022e1eb2b35a61d97530 100644 (file)
@@ -184,8 +184,6 @@ psppire_dialog_action_chisquare_activate (PsppireDialogAction *a)
   psppire_acr_set_model(PSPPIRE_ACR (values_acr), act->expected_list);
 
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_chisquare_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_chisquare_parent_class)->activate (pda);
 }
 
 static void
index 05a2ec5a7283605f4663189722f18746bb54fd90..c500f1fad8bd660fb069936610c4ac57331ab7f1 100644 (file)
@@ -236,8 +236,6 @@ psppire_dialog_action_comments_activate (PsppireDialogAction *pda)
 
 
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_comments_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_comments_parent_class)->activate (pda);
 }
 
 static void
index c6d9692397f86b2bf14be9b3bd1c095626b60e6c..18292cec9397e5a2bb03669156ee3de4e0bc35c9 100644 (file)
@@ -527,8 +527,6 @@ psppire_dialog_action_compute_activate (PsppireDialogAction *a)
       psppire_dialog_action_set_refresh (pda, refresh);
     }
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_compute_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_compute_parent_class)->activate (pda);
 }
 
 static void
index 6f2702f115d149f37d98a0ec1aa3ca0eb0af46c0..676f13e6aaed6a29638d89bf3a5c6516b9144fe7 100644 (file)
@@ -115,8 +115,6 @@ psppire_dialog_action_correlation_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_correlation_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_correlation_parent_class)->activate (pda);
 }
 
 static void
index ae914ccfa8b3f543a34d22ced4ffce36bd91b19c..337e38a01c5e7a75ac7b745963e05d125a247764 100644 (file)
@@ -178,8 +178,6 @@ psppire_dialog_action_count_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_count_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_count_parent_class)->activate (pda);
 }
 
 static void
index 5fa62eeea688bfde97951bc342f78ede8ea2b4df..97bdc46ba4a55511204dbe939f1ef4530f0499d4 100644 (file)
@@ -266,9 +266,6 @@ psppire_dialog_action_crosstabs_activate (PsppireDialogAction *a)
                                G_CALLBACK (on_format_clicked), act);
 
     }
-  
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_crosstabs_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_crosstabs_parent_class)->activate (pda);
 }
 
 
index f95ba90771f4fd7c16693f703f7d183f7b2b7bef..325596307ee32c07870837f7842fff0febccaf6a 100644 (file)
@@ -231,8 +231,6 @@ psppire_dialog_action_descriptives_activate (PsppireDialogAction *a)
 
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, dialog_refresh);
-
-  PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_descriptives_parent_class)->activate (pda);
 }
 
 static void
index 51d3e7fd8477b31e8a28009830191f813ec83a81..02a073cfbabea1953203b02b8778d572aa807c68 100644 (file)
@@ -259,8 +259,6 @@ psppire_dialog_action_examine_activate (PsppireDialogAction *a)
   g_signal_connect_swapped (opts_button, "clicked",
                            G_CALLBACK (run_opts_dialog), act);
  
-  PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_examine_parent_class)->activate (pda);
-
   g_list_free (list);
 }
 
index de78ae6c902d8dcbddcc3d3e41007c1b5d53a105..a417cc2d67a20a6051df80192700fe8f16c3adb4 100644 (file)
@@ -370,7 +370,6 @@ psppire_dialog_action_factor_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, (void *) dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, dialog_refresh);
 
-  PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_factor_parent_class)->activate (pda);
 }
 
 static void
index 40749d660d6b037bd889f5a81ba5e78f14982476..1c823eddbed18f1edeba3ca2055eba244748aa5c 100644 (file)
@@ -112,8 +112,6 @@ psppire_dialog_action_flip_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_flip_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_flip_parent_class)->activate (pda);
 }
 
 static void
index a377d50a16e6df269246b3b4311721ee721c61d1..272723c2d7e05ef68bf060c6e020179fc3d4e073 100644 (file)
@@ -348,11 +348,6 @@ psppire_dialog_action_frequencies_activate (PsppireDialogAction * a)
 
       psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
     }
-
-  
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_frequencies_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS
-      (psppire_dialog_action_frequencies_parent_class)->activate (pda);
 }
 
 static char *
index 4ac83d978734186f0d64707f14a6e370a196b2ad..bd0c8ea1f9612ebf807b34c47f82032a4bc4b3a3 100644 (file)
@@ -83,8 +83,6 @@ psppire_dialog_action_histogram_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_histogram_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_histogram_parent_class)->activate (pda);
 }
 
 
index a1fed40abff9148844c7e4c6e8e9ee733b6d9d79..de0d373be97e9a0e32bb64fbb4c6dc9661ec67b1 100644 (file)
@@ -353,9 +353,6 @@ psppire_dialog_action_indep_samps_activate (PsppireDialogAction *a)
                    G_CALLBACK (on_grp_var_change), act);
 
   on_grp_var_change (GTK_ENTRY (act->group_var_entry), act);
-
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_indep_samps_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_indep_samps_parent_class)->activate (pda);
 }
 
 
index dccf9e50d5956ddaaa0901bd5cd93f23cc4f71e6..e8760fc4ba0fb555e37943e40a2efe5bef0f18f4 100644 (file)
@@ -133,8 +133,6 @@ psppire_dialog_action_k_related_activate (PsppireDialogAction *a)
                "predicate", var_is_numeric,
                NULL);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_k_related_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_k_related_parent_class)->activate (pda);
 }
 
 static void
index 0d5424012bbaf6046a2855ed362776d40ef9e65a..b25ecd475ab1a258271777c0b92a09312e173b80 100644 (file)
@@ -104,8 +104,6 @@ psppire_dialog_action_kmeans_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_refresh (pda, refresh);
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_kmeans_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_kmeans_parent_class)->activate (pda);
 }
 
 static void
index 4308d9b3492ee0a2dc3b30cb1a1776f2265c4eff..dcff91278a4507e37a2968092055ca7a1d282356 100644 (file)
@@ -145,8 +145,6 @@ psppire_dialog_action_logistic_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_logistic_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_logistic_parent_class)->activate (pda);
 }
 
 
index 7ff11177decf5bcd78a799f551f473afc603432c..0093016150467658e1473659946841505f4ed515 100644 (file)
@@ -127,7 +127,6 @@ psppire_dialog_action_means_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, (void *) dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, dialog_refresh);
 
-  PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_means_parent_class)->activate (pda);
 }
 
 static void
index f552a32148d43fc47bceea9b45cb94bfe0ee66c8..d82ce27c313f8f3f3a7b0a8e88d68e4c0d5580fc 100644 (file)
@@ -273,8 +273,6 @@ psppire_dialog_action_oneway_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_oneway_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_oneway_parent_class)->activate (pda);
 }
 
 static void
index bdab615c81688ac557ca82a5310ec34c8cc0882a..31ff2844cf9845ecbf0eead1a3f8f5a4e077a4f8 100644 (file)
@@ -197,8 +197,6 @@ psppire_dialog_action_paired_activate (PsppireDialogAction *a)
                                        act);
     }
   
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_paired_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_paired_parent_class)->activate (pda);
 }
 
 static void
index e5bce45e8cda74747d21073f8e2dd2b29a90df69..16adb9f707b2ffeb390eb98b9ef8538776a2eada 100644 (file)
@@ -298,7 +298,6 @@ psppire_dialog_action_rank_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, (void *) dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, dialog_refresh);
 
-  PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_rank_parent_class)->activate (pda);
 }
 
 static void
index 2d28146c792f348f1baf42f2c0b5bcf1cef609b8..d8556cac41a77dc1086745fe72819076c02bee17 100644 (file)
@@ -335,9 +335,6 @@ psppire_dialog_action_recode_different_activate (PsppireDialogAction *a)
 
   psppire_dialog_action_set_valid_predicate (pda,
                                             dialog_state_valid);
-
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_different_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_different_parent_class)->activate (pda);
 }
 
 static void
index 975ff8cead8f826430d0ef5deb6aaaf0f6f3abbd..d55745fbf993a7d64b6fe213251e56c07eda54a4 100644 (file)
@@ -119,9 +119,6 @@ psppire_dialog_action_recode_same_activate (PsppireDialogAction *a)
 
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
-
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_same_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_same_parent_class)->activate (pda);
 }
 
 static void
index 6e8b222b47812273fdf77c6e5734777ec1680ebc..351b5b39954f96eacb9e749f583180c47d3e3a5d 100644 (file)
@@ -440,14 +440,6 @@ psppire_dialog_action_recode_refresh (PsppireDialogAction *rd_)
 }
 
 
-static void
-psppire_dialog_action_recode_activate (PsppireDialogAction *act)
-{
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_recode_parent_class)->activate (act);
-}
-
-
 void
 psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act, void (*populate_treeview) (PsppireDialogActionRecode *))
 {
@@ -670,7 +662,6 @@ psppire_dialog_action_recode_generate_syntax (const PsppireDialogAction *act,
 static void
 psppire_dialog_action_recode_class_init (PsppireDialogActionRecodeClass *class)
 {
-  psppire_dialog_action_set_activation (class, psppire_dialog_action_recode_activate);
 }
 
 
index 58d183e63ff123ca1b5ab82f8f0ac90dc999ef35..183301d02f01d006212bd7376c4f9663e483f422 100644 (file)
@@ -186,8 +186,6 @@ psppire_dialog_action_regression_activate (PsppireDialogAction *a)
                            G_CALLBACK (on_save_clicked),  act);
 
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_regression_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_regression_parent_class)->activate (pda);
 }
 
 
index e7b0d63f55ed01ced1ee6105b48bfee1dee675e3..11d1eeefc1372a610578e7346ce5187f2a467cfe 100644 (file)
@@ -165,8 +165,6 @@ psppire_dialog_action_reliability_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_refresh (pda, refresh);
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_reliability_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_reliability_parent_class)->activate (pda);
 }
 
 static void
index a01942c6701d304ead0587544daf3819285a0325..9f44f7ad44826c8f408678698bc4aaf50dcb22a3 100644 (file)
@@ -158,8 +158,6 @@ psppire_dialog_action_roc_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_roc_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_roc_parent_class)->activate (pda);
 }
 
 
index 6598b1e1141d1615fd0c8efcd18174c5fb60345d..a0e9e30357410839736e64a1f318ddbe794577da 100644 (file)
@@ -154,8 +154,6 @@ psppire_dialog_action_runs_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_runs_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_runs_parent_class)->activate (pda);
 }
 
 static void
index 503af138f5392230f40c5a2df30356c902d03f31..fa5d6233f771ba381b8f5b37bdce81684db42835 100644 (file)
@@ -113,8 +113,6 @@ psppire_dialog_action_scatterplot_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_scatterplot_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_scatterplot_parent_class)->activate (pda);
 }
 
 static void
index 29e88ecc824576ac59f635f69338dd5ae62b8762..37451876ab50e256ace5b37624a481a6fb8b4936 100644 (file)
@@ -360,8 +360,6 @@ psppire_dialog_action_select_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_select_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_select_parent_class)->activate (pda);
 }
 
 
index 2acbb19b2b7ab9f1fd91bd9b36db66b9137f4c20..2a0be711a71670be60d73b5cb23c14ce15a1add1 100644 (file)
@@ -114,8 +114,6 @@ psppire_dialog_action_sort_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                      dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_sort_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_sort_parent_class)->activate (pda);
 }
 
 static void
index ae8f30a7577518313b789b61b9926755531e2a75..bebc599aedd00b6e91eff71b18d1edfcf528523e 100644 (file)
@@ -168,8 +168,6 @@ psppire_dialog_action_split_activate (PsppireDialogAction *pda)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_split_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_split_parent_class)->activate (pda);
 }
 
 static void
index d1a4d8e10cd3d60555a3991e3797e14b554d247d..d3ac045273a4b3107354100ef63d14ff63e84564 100644 (file)
@@ -135,8 +135,6 @@ psppire_dialog_action_tt1s_activate (PsppireDialogAction *a)
   g_signal_connect_swapped (options_button, "clicked",
                            G_CALLBACK (tt_options_dialog_run), act->opt);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_tt1s_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_tt1s_parent_class)->activate (pda);
 }
 
 static void
index 39c88b1d11488ca60f8d86d4e8b505fb961a2368..f450efb369b6a10355385a38a303008fbd3dcd3e 100644 (file)
@@ -229,8 +229,6 @@ psppire_dialog_action_two_sample_activate (PsppireDialogAction *a)
                                    select_as_pair_member,
                                    act);
   
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_two_sample_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_two_sample_parent_class)->activate (pda);
 }
 
 static void
index 7585cea2d21e8c093418055ecc1f7ae2964e80dd..aa833dd332de728617a47b0281ab11dbff68a441 100644 (file)
@@ -105,8 +105,6 @@ psppire_dialog_action_univariate_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_univariate_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_univariate_parent_class)->activate (pda);
 }
 
 static void
index dd2c9aefd213724a5e8413ad811c2718dc6a03b9..59c9dabd4707a143046885d04ee5fe36baa8c5d7 100644 (file)
@@ -180,7 +180,7 @@ psppire_dialog_action_var_info_activate (PsppireDialogAction *a)
 
       act->output =
        psppire_output_view_new (GTK_LAYOUT (get_widget_assert (xml, "layout1")),
-                                NULL, NULL, NULL);
+                                NULL);
   
       pda->dialog = get_widget_assert (xml, "variable-info-dialog");
       pda->source = get_widget_assert (xml, "treeview2");
@@ -199,9 +199,6 @@ psppire_dialog_action_var_info_activate (PsppireDialogAction *a)
       psppire_dialog_action_set_valid_predicate (pda,
                                                 treeview_item_selected);
     }
-  
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_var_info_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_var_info_parent_class)->activate (pda);
 }
 
 static void
index eb8e5bd3af7519ff53797a2827124d4282b34889..79f7254c55c8676e2cc798c8cf3a24707a822b19 100644 (file)
@@ -156,8 +156,6 @@ psppire_dialog_action_weight_activate (PsppireDialogAction *pda)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_weight_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_weight_parent_class)->activate (pda);
 }
 
 static void
index 32cfcc702d57b54257290b1a220788dffda26a47..ab04cae3021b51ee68f9793d96f2c01673180569 100644 (file)
 static void psppire_dialog_action_init            (PsppireDialogAction      *act);
 static void psppire_dialog_action_class_init      (PsppireDialogActionClass *class);
 
-G_DEFINE_ABSTRACT_TYPE (PsppireDialogAction, psppire_dialog_action, GTK_TYPE_ACTION);
+static GObjectClass * parent_class = NULL;
+
+
+static const gchar *
+__get_name (GAction *act)
+{
+  return G_OBJECT_TYPE_NAME (act);
+}
+
+static const GVariantType *
+__get_state_type (GAction *act)
+{
+  return NULL;
+}
+
+
+static GVariant *
+__get_state (GAction *act)
+{
+  return NULL;
+}
+
+
+static const GVariantType *
+__get_parameter_type (GAction *act)
+{
+  return PSPPIRE_DIALOG_ACTION (act)->parameter_type;
+}
+
+static gboolean
+__get_enabled (GAction *act)
+{
+  return TRUE;
+}
+
+static void psppire_dialog_action_activate (PsppireDialogAction *act, GVariant *parameter);
+
+void
+psppire_dialog_action_activate_null (PsppireDialogAction *act)
+{
+  psppire_dialog_action_activate (act, NULL);
+}
+
+
+static void
+__activate (GAction *action, GVariant *parameter)
+{
+  psppire_dialog_action_activate (PSPPIRE_DIALOG_ACTION (action), parameter);
+}
+
+
+static void
+action_model_init (GActionInterface *iface)
+{
+  iface->get_name = __get_name;
+  iface->get_state_type = __get_state_type;
+  iface->get_state = __get_state;
+  iface->get_parameter_type = __get_parameter_type;
+  iface->get_enabled = __get_enabled;
+  iface->activate = __activate;
+}
+
+
+GType
+psppire_dialog_action_get_type (void)
+{
+  static GType de_type = 0;
+
+  if (!de_type)
+    {
+      static const GTypeInfo de_info =
+      {
+       sizeof (PsppireDialogActionClass),
+       NULL, /* base_init */
+        NULL, /* base_finalize */
+       (GClassInitFunc) psppire_dialog_action_class_init,
+        NULL, /* class_finalize */
+       NULL, /* class_data */
+        sizeof (PsppireDialogAction),
+       0,
+       (GInstanceInitFunc) psppire_dialog_action_init,
+      };
+
+
+      static const GInterfaceInfo ga_info = {
+       (GInterfaceInitFunc) action_model_init,
+       NULL,
+       NULL
+      };
+
+
+      de_type = g_type_register_static (G_TYPE_OBJECT, "PsppireDialogAction",
+                                       &de_info, G_TYPE_FLAG_ABSTRACT);
+
+      g_type_add_interface_static (de_type, G_TYPE_ACTION, &ga_info);
+    }
+
+  return de_type;
+}
+
 
 /* Properties */
 enum
 {
   PROP_0,
-  PROP_MANAGER,
   PROP_TOPLEVEL,
+  PROP_NAME,
+  PROP_ENABLED,
+  PROP_STATE,
+  PROP_STATE_TYPE,
+  PROP_PARAMETER_TYPE
 };
 
 static void
@@ -46,11 +149,10 @@ psppire_dialog_action_set_property (GObject         *object,
 
   switch (prop_id)
     {
-    case PROP_MANAGER:
+    case PROP_TOPLEVEL:
       {
-
        GObject *p = g_value_get_object (value);
-       act->uim = GTK_UI_MANAGER (p);
+       act->toplevel = GTK_WIDGET (p);
       }
       break;
     default:
@@ -70,10 +172,7 @@ psppire_dialog_action_get_property (GObject    *object,
 
   switch (prop_id)
     {
-    case PROP_MANAGER:
-      g_value_take_object (value, dialog_action->uim);
-      break;
-  case PROP_TOPLEVEL:
+    case PROP_TOPLEVEL:
       g_value_take_object (value, dialog_action->toplevel);
       break;
     default:
@@ -83,18 +182,6 @@ psppire_dialog_action_get_property (GObject    *object,
 }
 
 
-static void
-set_toplevel (PsppireDialogAction *act)
-{
-  if (act->toplevel)
-    return;
-
-  GSList *sl = gtk_ui_manager_get_toplevels (act->uim, GTK_UI_MANAGER_MENUBAR | GTK_UI_MANAGER_TOOLBAR);
-  g_return_if_fail (sl);
-  
-  act->toplevel = gtk_widget_get_toplevel (GTK_WIDGET (sl->data));
-  g_slist_free (sl);
-}
 
 static void
 on_destroy_dataset (GObject *w)
@@ -117,8 +204,6 @@ on_destroy_dataset (GObject *w)
 GHashTable *
 psppire_dialog_action_get_hash_table (PsppireDialogAction *act)
 {
-  set_toplevel (act);
-  
   GHashTable *t = g_object_get_data (G_OBJECT (act->toplevel), "thing-table");
   if (t == NULL)
     {
@@ -131,36 +216,37 @@ psppire_dialog_action_get_hash_table (PsppireDialogAction *act)
   return t;
 }
 
+
 static void
-psppire_dialog_action_activate (PsppireDialogAction *act)
+psppire_dialog_action_activate (PsppireDialogAction *act, GVariant *parameter)
 {
   gint response;
 
   PsppireDialogActionClass *class = PSPPIRE_DIALOG_ACTION_GET_CLASS (act);
 
-  gboolean first_time = ! act->toplevel;
-
-  set_toplevel (act);
-
   act->dict = PSPPIRE_DATA_WINDOW(act->toplevel)->dict;
-  if (act->source)
-    g_object_set (act->source, "model", act->dict, NULL);
 
   GSList *wl = g_object_get_data (G_OBJECT (act->toplevel), "widget-list");
   wl = g_slist_prepend (wl, act->dialog);
   g_object_set_data (G_OBJECT (act->toplevel), "widget-list", wl);
 
-  gtk_window_set_transient_for (GTK_WINDOW (act->dialog), GTK_WINDOW (act->toplevel));
+  if (class->activate)
+    class->activate (act, parameter);
 
-  if (GTK_ACTION_CLASS (psppire_dialog_action_parent_class)->activate)
-    GTK_ACTION_CLASS (psppire_dialog_action_parent_class)->activate ( GTK_ACTION (act));
+  gtk_window_set_transient_for (GTK_WINDOW (act->dialog),
+                               GTK_WINDOW (act->toplevel));
 
   if (act->source)
-    gtk_widget_grab_focus (act->source);
+    {
+      g_object_set (act->source, "model", act->dict, NULL);
+      gtk_widget_grab_focus (act->source);
+    }
 
-  if (first_time)
+  if (!act->activated)
     psppire_dialog_reload (PSPPIRE_DIALOG (act->dialog));
 
+  act->activated = TRUE;
+
   response = psppire_dialog_run (PSPPIRE_DIALOG (act->dialog));
 
   if ( class->generate_syntax )
@@ -185,19 +271,14 @@ psppire_dialog_action_class_init (PsppireDialogActionClass *class)
 {
   GObjectClass *object_class = G_OBJECT_CLASS (class);
 
-  GParamSpec *manager_spec =
-    g_param_spec_object ("manager",
-                        "Manager",
-                        "The GtkUIManager which created this object",
-                        GTK_TYPE_UI_MANAGER,
-                        G_PARAM_READWRITE);
+  parent_class = g_type_class_peek_parent (class);
 
   GParamSpec *toplevel_spec =
     g_param_spec_object ("top-level",
                         "Top Level",
                         "The top level widget to which this dialog action belongs",
                         GTK_TYPE_WINDOW,
-                        G_PARAM_READABLE);
+                        G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
 
   object_class->set_property = psppire_dialog_action_set_property;
   object_class->get_property = psppire_dialog_action_get_property;
@@ -206,13 +287,15 @@ psppire_dialog_action_class_init (PsppireDialogActionClass *class)
 
   class->activate = psppire_dialog_action_activate;
 
-  g_object_class_install_property (object_class,
-                                   PROP_MANAGER,
-                                   manager_spec);
-
   g_object_class_install_property (object_class,
                                    PROP_TOPLEVEL,
                                    toplevel_spec);
+
+  g_object_class_override_property (object_class, PROP_NAME, "name");
+  g_object_class_override_property (object_class, PROP_ENABLED, "enabled");
+  g_object_class_override_property (object_class, PROP_STATE, "state");
+  g_object_class_override_property (object_class, PROP_STATE_TYPE, "state-type");
+  g_object_class_override_property (object_class, PROP_PARAMETER_TYPE, "parameter-type");
 }
 
 
@@ -221,9 +304,10 @@ psppire_dialog_action_init (PsppireDialogAction *act)
 {
   act->toplevel = NULL;
   act->dict = NULL;
+  act->activated = FALSE;
+  act->parameter_type = NULL;
 }
 
-
 void
 psppire_dialog_action_set_valid_predicate (PsppireDialogAction *act, 
                                           ContentsAreValid dialog_state_valid)
@@ -243,6 +327,6 @@ psppire_dialog_action_set_refresh (PsppireDialogAction *pda,
 void 
 psppire_dialog_action_set_activation (gpointer class, activation activate)
 {
-  GTK_ACTION_CLASS (class)->activate = (void (*)(GtkAction *)) activate;
+  PSPPIRE_DIALOG_ACTION_CLASS (class)->activate = (void (*)(PsppireDialogAction *, GVariant *)) activate;
 }
 
index c48173a107f5b9f7629dc384811cd6e785da6d1a..6abe81419c2ebeee35be8250c7dd00839800c5cc 100644 (file)
@@ -15,7 +15,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 /* 
-   This is a an abstract base class, deriving from GtkAction.
+   This is a an abstract base class, which implements GAction.
    It's purpose is to abstract the way in which dialog boxes behave.
    That is, this action will fire whenever a dialog box is to be 
    popped up.
@@ -67,22 +67,23 @@ typedef struct _PsppireDialogActionClass  PsppireDialogActionClass;
 
 struct _PsppireDialogAction
 {
-  GtkAction parent;
+  GObject parent;
 
   /*< private >*/
-  GtkUIManager *uim;
-
+  GVariantType *parameter_type;
   GtkWidget *source;
   GtkWidget *dialog;
 
   GtkWidget *toplevel;
   PsppireDict *dict;
+
+  gboolean activated;
 };
 
 struct _PsppireDialogActionClass
 {
-  GtkActionClass parent_class;
-  void   (*activate) (PsppireDialogAction *);
+  GObjectClass parent_class;
+  void   (*activate) (PsppireDialogAction *, GVariant *);
   char * (*generate_syntax) (const PsppireDialogAction *);
 };
 
@@ -102,6 +103,7 @@ void psppire_dialog_action_set_activation (gpointer class, activation a);
 
 GHashTable *psppire_dialog_action_get_hash_table (PsppireDialogAction *act);
 
+void psppire_dialog_action_activate_null (PsppireDialogAction *act);
 
 
 G_END_DECLS
index b51d9ad4f031998f16df3c7d1cff8557b5e04c9f..f550f413815b0c4f2528482cf40022d90948d609 100644 (file)
@@ -359,9 +359,10 @@ var_icon_cell_data_func (GtkTreeViewColumn *col,
 
   gtk_tree_model_get (model, iter, DICT_TVM_COL_VAR, &var, -1);
 
-  g_object_set (cell, "stock_id",
-                get_var_measurement_stock_id (var_get_print_format (var)->type,
-                                              var_get_measure (var)),
+  g_object_set (cell,
+               "stock-size", GTK_ICON_SIZE_MENU,
+               "icon-name", get_var_measurement_stock_id (var_get_print_format (var)->type,
+                                                          var_get_measure (var)),
                 NULL);
 }
 
index a7367ed76a9d85723d195e2ce98b21035c57463b..08daef95bf39cf6821c27f68b760a361fb2c4231 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008-2015 Free Software Foundation.
+   Copyright (C) 2008-2015, 2016 Free Software Foundation.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -589,10 +589,12 @@ on_copy (struct psppire_output_view *view)
 }
 
 static void
-on_selection_change (GtkTreeSelection *sel, GtkAction *copy_action)
+on_selection_change (GtkTreeSelection *sel, GAction *copy_action)
 {
   /* The Copy action is available only if there is something selected */
-  gtk_action_set_sensitive (copy_action, gtk_tree_selection_count_selected_rows (sel) > 0);
+  g_object_set (copy_action,
+               "enabled", gtk_tree_selection_count_selected_rows (sel) > 0,
+               NULL);
 }
 
 static void
@@ -617,16 +619,41 @@ on_size_allocate (GtkWidget    *widget,
     }
 }
 
+static void
+on_realize (GtkWidget *overview, GObject *view)
+{
+  GtkTreeSelection *sel = gtk_tree_view_get_selection (GTK_TREE_VIEW (overview));
+  gtk_tree_selection_set_mode (sel, GTK_SELECTION_MULTIPLE);
+
+  GtkWidget *toplevel = gtk_widget_get_toplevel (GTK_WIDGET (overview));
+
+  GAction *copy_action = g_action_map_lookup_action (G_ACTION_MAP (toplevel),
+                                                    "copy");
+  
+  GAction *select_all_action = g_action_map_lookup_action (G_ACTION_MAP (toplevel),
+                                                          "select-all");
+
+  g_object_set (copy_action, "enabled", FALSE, NULL); 
+
+  g_signal_connect_swapped (select_all_action, "activate",
+                           G_CALLBACK (on_select_all), view);
+
+  g_signal_connect_swapped (copy_action, "activate",
+                            G_CALLBACK (on_copy), view);
+  
+  g_signal_connect (sel, "changed", G_CALLBACK (on_selection_change),
+                    copy_action);
+}
+
 struct psppire_output_view *
-psppire_output_view_new (GtkLayout *output, GtkTreeView *overview,
-                         GtkAction *copy_action, GtkAction *select_all_action)
+psppire_output_view_new (GtkLayout *output, GtkTreeView *overview)
 {
   struct psppire_output_view *view;
   GtkTreeViewColumn *column;
   GtkCellRenderer *renderer;
-  GtkTreeSelection *sel;
-  GtkTreeModel *model;
 
+  GtkTreeModel *model;
+  
   view = xmalloc (sizeof *view);
   view->xr = NULL;
   view->font_height = 0;
@@ -656,6 +683,8 @@ psppire_output_view_new (GtkLayout *output, GtkTreeView *overview,
 
   if (overview)
     {
+      g_signal_connect (overview, "realize", G_CALLBACK (on_realize), view);
+
       model = GTK_TREE_MODEL (gtk_tree_store_new (
                                 N_COLS,
                                 G_TYPE_STRING,  /* COL_NAME */
@@ -664,11 +693,6 @@ psppire_output_view_new (GtkLayout *output, GtkTreeView *overview,
       gtk_tree_view_set_model (overview, model);
       g_object_unref (model);
 
-      sel = gtk_tree_view_get_selection (overview);
-      gtk_tree_selection_set_mode (sel, GTK_SELECTION_MULTIPLE);
-      g_signal_connect (sel, "changed", G_CALLBACK (on_selection_change),
-                        copy_action);
-
       column = gtk_tree_view_column_new ();
       gtk_tree_view_append_column (GTK_TREE_VIEW (overview), column);
       renderer = gtk_cell_renderer_text_new ();
@@ -677,12 +701,6 @@ psppire_output_view_new (GtkLayout *output, GtkTreeView *overview,
 
       g_signal_connect (GTK_TREE_VIEW (overview),
                         "row-activated", G_CALLBACK (on_row_activate), view);
-
-      gtk_action_set_sensitive (copy_action, FALSE);
-      g_signal_connect_swapped (copy_action, "activate",
-                                G_CALLBACK (on_copy), view);
-      g_signal_connect_swapped (select_all_action, "activate",
-                                G_CALLBACK (on_select_all), view);
     }
 
   return view;
index d46c5e0706ddac59f0e6442c892128657b2daddb..a54b953cfc0544bb5e7a7f4281a77e5ca0e0015d 100644 (file)
@@ -24,9 +24,8 @@ struct output_item;
 struct string_map;
 
 struct psppire_output_view *psppire_output_view_new (GtkLayout *output,
-                                                     GtkTreeView *overview,
-                                                     GtkAction *copy_action,
-                                                     GtkAction *select_all_action);
+                                                    GtkTreeView *overview);
+
 void psppire_output_view_clear (struct psppire_output_view *);
 void psppire_output_view_destroy (struct psppire_output_view *);
 
index 469966af2325adf73faafbba8e29194dcfc7168a..ba2dc8410d6aecc5f3bd439579634acfaeda6992 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014  Free Software Foundation
+   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -145,6 +145,10 @@ psppire_output_submit (struct output_driver *this,
   if (new)
     {
       pod->window = PSPPIRE_OUTPUT_WINDOW (psppire_output_window_new ());
+      GApplication *app = g_application_get_default ();
+      gtk_application_add_window (GTK_APPLICATION (app),
+                                 GTK_WINDOW (pod->window));
+
       pod->window->driver = pod;
     }
   window = pod->window;
@@ -475,17 +479,17 @@ static void
 psppire_output_window_init (PsppireOutputWindow *window)
 {
   GtkBuilder *xml = builder_new ("output-window.ui");
-
-  GtkWidget *box = get_widget_assert (xml, "box1");
+  GtkApplication *app = GTK_APPLICATION (g_application_get_default());
+  GtkWidget *box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
   gtk_container_add (GTK_CONTAINER (window), box);
 
+  GtkWidget *paned = get_widget_assert (xml, "paned1");
+  
   window->dispose_has_run = FALSE;
 
   window->view = psppire_output_view_new (
     GTK_LAYOUT (get_widget_assert (xml, "output")),
-    GTK_TREE_VIEW (get_widget_assert (xml, "overview")),
-    get_action_assert (xml, "edit_copy"),
-    get_action_assert (xml, "edit_select-all"));
+    GTK_TREE_VIEW (get_widget_assert (xml, "overview")));
 
 
   connect_help (xml);
@@ -495,7 +499,10 @@ psppire_output_window_init (PsppireOutputWindow *window)
                    G_CALLBACK (cancel_urgency),
                    NULL);
 
-  GtkWidget *menubar = get_widget_assert (xml, "menubar");
+  GObject *menu = get_object_assert (xml, "output-window-menu", G_TYPE_MENU);
+  GtkWidget *menubar = gtk_menu_bar_new_from_model (G_MENU_MODEL (menu));
+  gtk_box_pack_start (GTK_BOX (box), menubar, FALSE, FALSE, 0);
+  gtk_box_pack_start (GTK_BOX (box), paned, TRUE, TRUE, 0);
 
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),
                         create_windows_menu (GTK_WINDOW (window)));
@@ -503,14 +510,41 @@ psppire_output_window_init (PsppireOutputWindow *window)
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),
                         create_help_menu (GTK_WINDOW (window)));
 
+  {
+    GSimpleAction *print = g_simple_action_new ("print", NULL);
+    g_signal_connect_swapped (print, "activate", G_CALLBACK (psppire_output_window_print), window);
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (print));
+
+
+    const gchar *accels[2] = { "<Ctrl>P", NULL};
+    gtk_application_set_accels_for_action (app,
+                                          "win.print",
+                                          accels);
+  }
+
+  
+  {
+    GSimpleAction *export = g_simple_action_new ("export", NULL);
+    g_signal_connect_swapped (export, "activate", G_CALLBACK (psppire_output_window_export), window);
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (export));
+  }
 
-  g_signal_connect_swapped (get_action_assert (xml, "file_export"), "activate",
-                            G_CALLBACK (psppire_output_window_export), window);
+  {
+    GSimpleAction *select_all = g_simple_action_new ("select-all", NULL);
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (select_all));
+  }
 
+  {
+    GSimpleAction *copy = g_simple_action_new ("copy", NULL);
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (copy));
 
-  g_signal_connect_swapped (get_action_assert (xml, "file_print"), "activate",
-                            G_CALLBACK (psppire_output_window_print), window);
+    const gchar *accels[2] = { "<Ctrl>C", NULL};
+    gtk_application_set_accels_for_action (app,
+                                          "win.copy",
+                                          accels);
+  }
 
+  
   g_object_unref (xml);
 
   g_signal_connect (window, "delete-event",
@@ -522,7 +556,7 @@ GtkWidget*
 psppire_output_window_new (void)
 {
   return GTK_WIDGET (g_object_new (psppire_output_window_get_type (),
-                                  /* TRANSLATORS: This will form a filename.  Please avoid whitespace. */
+                                  /* TRANSLATORS: This will be part of a filename.  Please avoid whitespace. */
                                   "filename", _("Output"),
                                   "description", _("Output Viewer"),
                                   NULL));
index f8758a0cd7e2e6a5a2b1b7dbbc6724677b9f289b..fddc005e5fdcd25d5c73cef231d40264dc1d224d 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014  Free Software Foundation
+   Copyright (C) 2008, 2009, 2010, 2011, 2012, 2014, 2016  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -281,9 +281,9 @@ selection_changed (PsppireSyntaxWindow *sw)
 {
   gboolean sel = gtk_text_buffer_get_has_selection (GTK_TEXT_BUFFER (sw->buffer));
 
-  gtk_action_set_sensitive (sw->edit_copy, sel);
-  gtk_action_set_sensitive (sw->edit_cut, sel);
-  gtk_action_set_sensitive (sw->edit_delete, sel);
+  g_object_set (sw->edit_copy,    "enabled", sel, NULL);
+  g_object_set (sw->edit_cut,     "enabled", sel, NULL);
+  g_object_set (sw->edit_delete,  "enabled", sel, NULL);
 }
 
 /* The callback which runs when something request clipboard data */
@@ -400,7 +400,7 @@ set_paste_sensitivity (GtkClipboard *clip, GdkEventOwnerChange *event, gpointer
        }
     }
 
-  gtk_action_set_sensitive (sw->edit_paste, compatible_target);
+  g_object_set (sw->edit_paste, "enabled", compatible_target, NULL);
 }
 
 
@@ -408,10 +408,9 @@ set_paste_sensitivity (GtkClipboard *clip, GdkEventOwnerChange *event, gpointer
 
 /* Parse and execute all the text in the buffer */
 static void
-on_run_all (GtkMenuItem *menuitem, gpointer user_data)
+on_run_all (PsppireSyntaxWindow *se)
 {
   GtkTextIter begin, end;
-  PsppireSyntaxWindow *se = PSPPIRE_SYNTAX_WINDOW (user_data);
 
   gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (se->buffer), &begin, 0);
   gtk_text_buffer_get_iter_at_offset (GTK_TEXT_BUFFER (se->buffer), &end, -1);
@@ -421,10 +420,9 @@ on_run_all (GtkMenuItem *menuitem, gpointer user_data)
 
 /* Parse and execute the currently selected text */
 static void
-on_run_selection (GtkMenuItem *menuitem, gpointer user_data)
+on_run_selection (PsppireSyntaxWindow *se)
 {
   GtkTextIter begin, end;
-  PsppireSyntaxWindow *se = PSPPIRE_SYNTAX_WINDOW (user_data);
 
   if ( gtk_text_buffer_get_selection_bounds (GTK_TEXT_BUFFER (se->buffer), &begin, &end) )
     editor_execute_syntax (se, begin, end);
@@ -434,14 +432,12 @@ on_run_selection (GtkMenuItem *menuitem, gpointer user_data)
 /* Parse and execute the from the current line, to the end of the
    buffer */
 static void
-on_run_to_end (GtkMenuItem *menuitem, gpointer user_data)
+on_run_to_end (PsppireSyntaxWindow *se)
 {
   GtkTextIter begin, end;
   GtkTextIter here;
   gint line;
 
-  PsppireSyntaxWindow *se = PSPPIRE_SYNTAX_WINDOW (user_data);
-
   /* Get the current line */
   gtk_text_buffer_get_iter_at_mark (GTK_TEXT_BUFFER (se->buffer),
                                    &here,
@@ -462,14 +458,12 @@ on_run_to_end (GtkMenuItem *menuitem, gpointer user_data)
 
 /* Parse and execute the current line */
 static void
-on_run_current_line (GtkMenuItem *menuitem, gpointer user_data)
+on_run_current_line (PsppireSyntaxWindow *se)
 {
   GtkTextIter begin, end;
   GtkTextIter here;
   gint line;
 
-  PsppireSyntaxWindow *se = PSPPIRE_SYNTAX_WINDOW (user_data);
-
   /* Get the current line */
   gtk_text_buffer_get_iter_at_mark (GTK_TEXT_BUFFER (se->buffer),
                                    &here,
@@ -629,16 +623,6 @@ syntax_save (PsppireWindow *se)
 }
 
 
-/* Callback for the File->Quit menuitem */
-static gboolean
-on_quit (GtkMenuItem *menuitem, gpointer    user_data)
-{
-  psppire_quit ();
-
-  return FALSE;
-}
-
-
 static void
 load_and_show_syntax_window (GtkWidget *se, const gchar *filename,
                              const gchar *encoding)
@@ -659,6 +643,7 @@ void
 create_syntax_window (void)
 {
   GtkWidget *w = psppire_syntax_window_new (NULL);
+
   gtk_widget_show (w);
 }
 
@@ -699,7 +684,9 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
   GtkBuilder *xml = builder_new ("syntax-editor.ui");
   GtkWidget *box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
 
-  GtkWidget *menubar = get_widget_assert (xml, "menubar");
+  GObject *menu = get_object_assert (xml, "syntax-window-menu", G_TYPE_MENU);
+  GtkWidget *menubar = gtk_menu_bar_new_from_model (G_MENU_MODEL (menu));
+
   GtkWidget *sw = get_widget_assert (xml, "scrolledwindow8");
 
   GtkWidget *text_view = get_widget_assert (xml, "syntax_text_view");
@@ -711,9 +698,14 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
   GtkClipboard *clip_primary =   gtk_widget_get_clipboard (GTK_WIDGET (window), GDK_SELECTION_PRIMARY);
 
   window->print_settings = NULL;
-  window->undo_menuitem = get_action_assert (xml, "edit_undo");
-  window->redo_menuitem = get_action_assert (xml, "edit_redo");
 
+  window->undo_menuitem = g_simple_action_new ("undo", NULL);
+  window->redo_menuitem = g_simple_action_new ("redo", NULL);
+
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->undo_menuitem));
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->redo_menuitem));
+
+  
   if (class->lan)
     window->buffer = gtk_source_buffer_new_with_language (class->lan);
   else
@@ -738,10 +730,19 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
   window->cliptext = NULL;
   window->dispose_has_run = FALSE;
 
-  window->edit_delete = get_action_assert (xml, "edit_delete");
-  window->edit_copy = get_action_assert (xml, "edit_copy");
-  window->edit_cut = get_action_assert (xml, "edit_cut");
-  window->edit_paste = get_action_assert (xml, "edit_paste");
+
+  window->edit_delete = g_simple_action_new ("delete", NULL);
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->edit_delete));
+
+  window->edit_copy = g_simple_action_new ("copy", NULL);
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->edit_copy));
+
+  window->edit_cut = g_simple_action_new ("cut", NULL);
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->edit_cut));
+
+  window->edit_paste = g_simple_action_new ("paste", NULL);
+  g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (window->edit_paste));
+
 
   window->buffer = GTK_SOURCE_BUFFER (gtk_text_view_get_buffer (GTK_TEXT_VIEW (text_view)));
 
@@ -754,13 +755,19 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
   g_signal_connect (window->buffer, "modified-changed", 
                    G_CALLBACK (on_modified_changed), window);
 
-  g_signal_connect_swapped (get_action_assert (xml, "file_print"), "activate",
-                            G_CALLBACK (psppire_syntax_window_print), window);
 
+  {
+    GSimpleAction *print = g_simple_action_new ("print", NULL);
+    
+    g_signal_connect_swapped (print, "activate",
+                             G_CALLBACK (psppire_syntax_window_print), window);
+    
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (print));
+  }
 
   g_signal_connect_swapped (window->undo_menuitem,
                            "activate",
-                            G_CALLBACK (undo_last_edit),
+                           G_CALLBACK (undo_last_edit),
                            window);
 
   g_signal_connect_swapped (window->redo_menuitem,
@@ -770,6 +777,7 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
 
   undo_redo_update (window);
 
+
   window->sel_handler = g_signal_connect_swapped (clip_primary, "owner-change", 
                                                   G_CALLBACK (selection_changed), window);
 
@@ -780,8 +788,6 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
 
   gtk_container_add (GTK_CONTAINER (window), box);
 
-  g_object_ref (menubar);
-
   g_object_ref (sw);
 
   g_object_ref (window->sb);
@@ -792,32 +798,55 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
 
   gtk_widget_show_all (box);
 
-  g_signal_connect_swapped (get_action_assert (xml,"file_new_syntax"), "activate", G_CALLBACK (create_syntax_window), NULL);
+  GApplication *app = g_application_get_default ();
+
+  {
+    GSimpleAction *open = g_simple_action_new ("open", NULL);
+    
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (open));
+
+    g_signal_connect_swapped (open,
+                             "activate",
+                             G_CALLBACK (psppire_window_open),
+                             window);
+  }
+
+  {
+    GSimpleAction *save = g_simple_action_new ("save", NULL);
+    
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (save));
+    
+    g_signal_connect_swapped (save,
+                             "activate",
+                             G_CALLBACK (psppire_window_save),
+                             window);
+
+    const gchar *accels[2] = { "<Ctrl>S", NULL};
+    gtk_application_set_accels_for_action (app,
+                                          "win.save",
+                                          accels);
+  
+  }
 
-  g_signal_connect (get_action_assert (xml,"file_new_data"),
-                   "activate",
-                   G_CALLBACK (create_data_window),
-                   window);
+  {
+    GSimpleAction *save_as = g_simple_action_new ("save_as", NULL);
+    
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (save_as));
+    
+    g_signal_connect_swapped (save_as,
+                             "activate",
+                             G_CALLBACK (psppire_window_save_as),
+                             window);
 
-  g_signal_connect_swapped (get_action_assert (xml, "file_open"),
-                   "activate",
-                   G_CALLBACK (psppire_window_open),
-                   window);
-
-  g_signal_connect_swapped (get_action_assert (xml, "file_save"),
-                   "activate",
-                   G_CALLBACK (psppire_window_save),
-                   window);
 
-  g_signal_connect_swapped (get_action_assert (xml, "file_save_as"),
-                   "activate",
-                   G_CALLBACK (psppire_window_save_as),
-                   window);
+    const gchar *accels[2] = { "<Shift><Ctrl>S", NULL};
+    gtk_application_set_accels_for_action (app,
+                                          "win.save_as",
+                                          accels);
+    
+    
+  }
 
-  g_signal_connect (get_action_assert (xml,"file_quit"),
-                   "activate",
-                   G_CALLBACK (on_quit),
-                   window);
 
   g_signal_connect_swapped (window->edit_delete,
                    "activate",
@@ -839,31 +868,53 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
                    G_CALLBACK (on_edit_paste),
                    window);
 
-  g_signal_connect (get_action_assert (xml,"run_all"),
-                   "activate",
-                   G_CALLBACK (on_run_all),
-                   window);
+  {
+    GSimpleAction *run_all = g_simple_action_new ("run-all", NULL);
 
-  g_signal_connect (get_action_assert (xml,"run_selection"),
-                   "activate",
-                   G_CALLBACK (on_run_selection),
-                   window);
+    g_signal_connect_swapped (run_all, "activate",
+                             G_CALLBACK (on_run_all), window);
 
-  g_signal_connect (get_action_assert (xml,"run_current_line"),
-                   "activate",
-                   G_CALLBACK (on_run_current_line),
-                   window);
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (run_all));
+  }
 
-  g_signal_connect (get_action_assert (xml,"run_to_end"),
-                   "activate",
-                   G_CALLBACK (on_run_to_end),
-                   window);
+  {
+    GSimpleAction *run_current_line = g_simple_action_new ("run-current-line", NULL);
+
+    g_signal_connect_swapped (run_current_line, "activate",
+                             G_CALLBACK (on_run_current_line), window);
+
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (run_current_line));
+
+    GApplication *app = g_application_get_default ();
+    const gchar *accels[2] = { "<Ctrl>R", NULL};
+    gtk_application_set_accels_for_action (app,
+                                          "win.run-current-line",
+                                          accels);
+  }
+
+  {
+    GSimpleAction *run_selection = g_simple_action_new ("run-selection", NULL);
+      
+    g_signal_connect_swapped (run_selection, "activate",
+                             G_CALLBACK (on_run_selection), window);
+
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (run_selection));
+  }
+
+  {
+    GSimpleAction *run_to_end = g_simple_action_new ("run-to-end", NULL);
+    
+    g_signal_connect_swapped (run_to_end, "activate",
+                             G_CALLBACK (on_run_to_end), window);
+    
+    g_action_map_add_action (G_ACTION_MAP (window), G_ACTION (run_to_end));
+  }
 
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),
-                        create_windows_menu (GTK_WINDOW (window)));
+                        create_windows_menu (GTK_WINDOW (window)));
 
   gtk_menu_shell_append (GTK_MENU_SHELL (menubar),
-                        create_help_menu (GTK_WINDOW (window)));
+                        create_help_menu (GTK_WINDOW (window)));
 
   g_object_unref (xml);
 }
@@ -872,13 +923,18 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
 
 
 
-GtkWidget*
+GtkWidget *
 psppire_syntax_window_new (const char *encoding)
 {
-  return GTK_WIDGET (g_object_new (psppire_syntax_window_get_type (),
-                                  "description", _("Syntax Editor"),
-                                   "encoding", encoding,
-                                  NULL));
+  GObject *sw = g_object_new (psppire_syntax_window_get_type (),
+                             "description", _("Syntax Editor"),
+                             "encoding", encoding,
+                             NULL);
+  
+  GApplication *app = g_application_get_default ();
+  gtk_application_add_window (GTK_APPLICATION (app), GTK_WINDOW (sw));
+
+  return GTK_WIDGET (sw);
 }
 
 static void
@@ -990,11 +1046,11 @@ psppire_syntax_window_iface_init (PsppireWindowIface *iface)
 static void
 undo_redo_update (PsppireSyntaxWindow *window)
 {
-  gtk_action_set_sensitive (window->undo_menuitem,
-                           gtk_source_buffer_can_undo (window->buffer));
+  g_object_set (window->undo_menuitem, "enabled",
+               gtk_source_buffer_can_undo (window->buffer), NULL);
 
-  gtk_action_set_sensitive (window->redo_menuitem,
-                           gtk_source_buffer_can_redo (window->buffer));
+  g_object_set  (window->redo_menuitem, "enabled",
+                gtk_source_buffer_can_redo (window->buffer), NULL);
 }
 
 static void
index c4a6d2c07a5d56c8816460107efc668ce65a6bb4..3c6cd1e1194fe83652392c4c9074e7cc20dae14a 100644 (file)
@@ -58,15 +58,15 @@ struct _PsppireSyntaxWindow
 
   GtkPrintSettings *print_settings;
   GtkSourcePrintCompositor *compositor;
-  GtkAction *undo_menuitem;
-  GtkAction *redo_menuitem;
+  GSimpleAction *undo_menuitem;
+  GSimpleAction *redo_menuitem;
 
   gchar *cliptext;
 
-  GtkAction *edit_cut;
-  GtkAction *edit_copy;
-  GtkAction *edit_delete;
-  GtkAction *edit_paste;
+  GSimpleAction *edit_cut;
+  GSimpleAction *edit_copy;
+  GSimpleAction *edit_delete;
+  GSimpleAction *edit_paste;
 
   gulong ps_handler;
   gulong sel_handler;
index 66a95deeed2ad4831cd712d6b016600fcbe6f38a..35e276cad3f8a0b837ddc0de78bf91dddd7b333e 100644 (file)
@@ -474,7 +474,7 @@ render_var_cell (PsppSheetViewColumn *tree_column,
                       "editable", TRUE,
                       NULL);
       else
-        g_object_set (cell, "stock-id",
+        g_object_set (cell, "icon-name",
                       get_var_align_stock_id (var_get_alignment (var)), NULL);
       break;
 
@@ -489,7 +489,7 @@ render_var_cell (PsppSheetViewColumn *tree_column,
           enum fmt_type type = var_get_print_format (var)->type;
           enum measure measure = var_get_measure (var);
 
-          g_object_set (cell, "stock-id",
+          g_object_set (cell, "icon-name",
                         get_var_measurement_stock_id (type, measure),
                         NULL);
         }
@@ -502,7 +502,7 @@ render_var_cell (PsppSheetViewColumn *tree_column,
                       "editable", TRUE,
                       NULL);
       else
-        g_object_set (cell, "stock-id",
+        g_object_set (cell, "icon-name",
                       get_var_role_stock_id (var_get_role (var)), NULL);
       break;
     }
@@ -695,7 +695,7 @@ render_var_pixbuf (GtkCellLayout *cell_layout,
   value_to_stock_id = g_object_get_data (G_OBJECT (cell), "value-to-stock-id");
 
   gtk_tree_model_get (tree_model, iter, 0, &value, -1);
-  g_object_set (cell, "stock-id", value_to_stock_id (type, value), NULL);
+  g_object_set (cell, "icon-name", value_to_stock_id (type, value), NULL);
 }
 
 static void
@@ -937,9 +937,21 @@ static void
 do_popup_menu (GtkWidget *widget, guint button, guint32 time)
 {
   PsppireVarSheet *var_sheet = PSPPIRE_VAR_SHEET (widget);
-  GtkWidget *menu;
+  GtkWidget *menu = gtk_menu_new ();
 
-  menu = get_widget_assert (var_sheet->builder, "varsheet-variable-popup");
+  int i = 0;
+
+  GtkWidget *insert_variable = gtk_menu_item_new_with_mnemonic (_("_Insert Variable"));
+  GtkWidget *clear_variables = gtk_menu_item_new_with_mnemonic (_("Cl_ear Variables"));
+
+  g_signal_connect_swapped (insert_variable, "activate", G_CALLBACK (psppire_var_sheet_insert_variable), var_sheet);
+  g_signal_connect_swapped (clear_variables, "activate", G_CALLBACK (psppire_var_sheet_clear_variables), var_sheet);
+
+  gtk_menu_attach (GTK_MENU (menu), insert_variable,  0, 1, i, i + 1);  ++i;
+  gtk_menu_attach (GTK_MENU (menu), clear_variables,  0, 1, i, i + 1);  ++i;
+
+  gtk_widget_show_all (menu);
+  
   gtk_menu_popup (GTK_MENU (menu), NULL, NULL, NULL, NULL, button, time);
 }
 
@@ -979,6 +991,7 @@ on_button_pressed (GtkWidget *widget, GdkEventButton *event,
 
   return FALSE;
 }
+
 \f
 GType
 psppire_fmt_use_get_type (void)
@@ -1005,8 +1018,7 @@ enum
     PROP_DICTIONARY,
     PROP_MAY_CREATE_VARS,
     PROP_MAY_DELETE_VARS,
-    PROP_FORMAT_TYPE,
-    PROP_UI_MANAGER
+    PROP_FORMAT_TYPE
   };
 
 static void
@@ -1039,7 +1051,6 @@ psppire_var_sheet_set_property (GObject      *object,
       obj->format_use = g_value_get_enum (value);
       break;
 
-    case PROP_UI_MANAGER:
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -1073,10 +1084,6 @@ psppire_var_sheet_get_property (GObject      *object,
       g_value_set_enum (value, obj->format_use);
       break;
 
-    case PROP_UI_MANAGER:
-      g_value_set_object (value, psppire_var_sheet_get_ui_manager (obj));
-      break;
-
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
       break;
@@ -1102,9 +1109,6 @@ psppire_var_sheet_dispose (GObject *obj)
   if (var_sheet->dict)
     g_object_unref (var_sheet->dict);
   
-  if (var_sheet->uim)
-    g_object_unref (var_sheet->uim);
-
   /* These dialogs are not GObjects (although they should be!)
     But for now, unreffing them only causes a GCritical Error
     so comment them out for now. (and accept the memory leakage)
@@ -1114,9 +1118,6 @@ psppire_var_sheet_dispose (GObject *obj)
   g_object_unref (var_sheet->var_type_dialog);
   */
 
-  g_object_unref (var_sheet->builder);
-
-  
   G_OBJECT_CLASS (psppire_var_sheet_parent_class)->dispose (obj);
 }
 
@@ -1168,13 +1169,6 @@ psppire_var_sheet_class_init (PsppireVarSheetClass *class)
                              FMT_FOR_OUTPUT,
                              G_PARAM_READWRITE);
   g_object_class_install_property (gobject_class, PROP_FORMAT_TYPE, pspec);
-
-  pspec = g_param_spec_object ("ui-manager",
-                               "UI Manager",
-                               "UI manager for the variable sheet.  The client should merge this UI manager with the active UI manager to obtain variable sheet specific menu items and tool bar items.",
-                               GTK_TYPE_UI_MANAGER,
-                               G_PARAM_READABLE);
-  g_object_class_install_property (gobject_class, PROP_UI_MANAGER, pspec);
 }
 
 static void
@@ -1259,16 +1253,15 @@ make_row_number_column (PsppireVarSheet *var_sheet)
   return column;
 }
 
-static void
-on_edit_clear_variables (GtkAction *action, PsppireVarSheet *var_sheet)
+void
+psppire_var_sheet_clear_variables (PsppireVarSheet *var_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (var_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
   PsppireDict *dict = var_sheet->dict;
   const struct range_set_node *node;
-  struct range_set *selected;
-
-  selected = pspp_sheet_selection_get_range_set (selection);
+  struct range_set *selected = pspp_sheet_selection_get_range_set (selection);
+  
   for (node = range_set_last (selected); node != NULL;
        node = range_set_prev (selected, node))
     {
@@ -1290,17 +1283,17 @@ on_selection_changed (PsppSheetSelection *selection,
 {
   PsppSheetView *sheet_view = pspp_sheet_selection_get_tree_view (selection);
   PsppireVarSheet *var_sheet = PSPPIRE_VAR_SHEET (sheet_view);
-  gint n_selected_rows;
+  gint n_selected_rows = pspp_sheet_selection_count_selected_rows (selection);
   gboolean may_delete;
   GtkTreePath *path;
-  GtkAction *action;
-
-  n_selected_rows = pspp_sheet_selection_count_selected_rows (selection);
-
-  action = get_action_assert (var_sheet->builder, "edit_insert-variable");
-  gtk_action_set_sensitive (action, (var_sheet->may_create_vars
-                                     && n_selected_rows > 0));
 
+  GtkWidget *top = gtk_widget_get_toplevel (GTK_WIDGET (var_sheet));
+  if (! PSPPIRE_IS_DATA_WINDOW (top))
+    return;
+  
+  PsppireDataWindow *dw = PSPPIRE_DATA_WINDOW (top);
+  gtk_widget_set_sensitive (dw->mi_insert_var, n_selected_rows > 0);
+  
   switch (n_selected_rows)
     {
     case 0:
@@ -1319,12 +1312,12 @@ on_selection_changed (PsppSheetSelection *selection,
       may_delete = TRUE;
       break;
     }
-  action = get_action_assert (var_sheet->builder, "edit_clear-variables");
-  gtk_action_set_sensitive (action, var_sheet->may_delete_vars && may_delete);
+
+  gtk_widget_set_sensitive (dw->mi_clear_variables, var_sheet->may_delete_vars && may_delete); 
 }
 
-static void
-on_edit_insert_variable (GtkAction *action, PsppireVarSheet *var_sheet)
+void
+psppire_var_sheet_insert_variable (PsppireVarSheet *var_sheet)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (var_sheet);
   PsppSheetSelection *selection = pspp_sheet_view_get_selection (sheet_view);
@@ -1349,7 +1342,6 @@ psppire_var_sheet_init (PsppireVarSheet *obj)
 {
   PsppSheetView *sheet_view = PSPP_SHEET_VIEW (obj);
   PsppSheetViewColumn *column;
-  GtkAction *action;
   GList *list;
 
   obj->dict = NULL;
@@ -1361,7 +1353,6 @@ psppire_var_sheet_init (PsppireVarSheet *obj)
 
   obj->container = NULL;
   obj->dispose_has_run = FALSE;
-  obj->uim = NULL;
 
   pspp_sheet_view_append_column (sheet_view, make_row_number_column (obj));
 
@@ -1418,21 +1409,11 @@ psppire_var_sheet_init (PsppireVarSheet *obj)
                     G_CALLBACK (on_query_var_tooltip), NULL);
   g_signal_connect (obj, "button-press-event",
                     G_CALLBACK (on_button_pressed), NULL);
+  
   g_signal_connect (obj, "popup-menu", G_CALLBACK (on_popup_menu), NULL);
 
-  obj->builder = builder_new ("var-sheet.ui");
-
-  action = get_action_assert (obj->builder, "edit_clear-variables");
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_clear_variables),
-                    obj);
-  gtk_action_set_sensitive (action, FALSE);
   g_signal_connect (pspp_sheet_view_get_selection (sheet_view),
                     "changed", G_CALLBACK (on_selection_changed), NULL);
-
-  action = get_action_assert (obj->builder, "edit_insert-variable");
-  gtk_action_set_sensitive (action, FALSE);
-  g_signal_connect (action, "activate", G_CALLBACK (on_edit_insert_variable),
-                    obj);
 }
 
 GtkWidget *
@@ -1638,17 +1619,4 @@ psppire_var_sheet_goto_variable (PsppireVarSheet *var_sheet, int dict_index)
   gtk_tree_path_free (path);
 }
 
-GtkUIManager *
-psppire_var_sheet_get_ui_manager (PsppireVarSheet *var_sheet)
-{
-  if (var_sheet->uim == NULL)
-    {
-      var_sheet->uim = GTK_UI_MANAGER (get_object_assert (var_sheet->builder,
-                                                         "var_sheet_uim",
-                                                         GTK_TYPE_UI_MANAGER));
-      g_object_ref (var_sheet->uim);
-    }
-
-  return var_sheet->uim;
-}
 
index e8db83e12ac4e0b4c0598b7f5d383b01eab0ce61..6a57cc6de9cd38c5c64f730d030e1dfbc3658a91 100644 (file)
@@ -66,13 +66,9 @@ struct _PsppireVarSheet
   gulong scroll_to_bottom_signal;
   gulong dict_signals[PSPPIRE_VAR_SHEET_N_SIGNALS];
 
-  GtkBuilder *builder;
-
   GtkWidget *container;
   gulong on_switch_page_handler;
 
-  GtkUIManager *uim;
-
   gboolean dispose_has_run;
 };
 
@@ -95,8 +91,9 @@ gboolean psppire_var_sheet_get_may_delete_vars (PsppireVarSheet *);
 void psppire_var_sheet_set_may_delete_vars (PsppireVarSheet *, gboolean);
 
 void psppire_var_sheet_goto_variable (PsppireVarSheet *, int dict_index);
+void psppire_var_sheet_insert_variable (PsppireVarSheet *var_sheet);
+void psppire_var_sheet_clear_variables (PsppireVarSheet *var_sheet);
 
-GtkUIManager *psppire_var_sheet_get_ui_manager (PsppireVarSheet *);
 
 G_END_DECLS
 
index a9f73535dfd460b534f05bcf7cacb0063526f4cb..78330ec1001aa21bcf94cdefe19539df9e0118af 100644 (file)
@@ -35,7 +35,7 @@
 static void psppire_window_base_class_init    (PsppireWindowBaseClass *class);
 static void psppire_window_base_init          (PsppireWindowBase      *window);
 
-G_DEFINE_ABSTRACT_TYPE (PsppireWindowBase, psppire_window_base, GTK_TYPE_WINDOW);
+G_DEFINE_ABSTRACT_TYPE (PsppireWindowBase, psppire_window_base, GTK_TYPE_APPLICATION_WINDOW);
 
 
 /* Obtain a string identifying this window.
index 5453bb78f8674f467d297a89246ed67f00dc11d6..b81831426521c9a68c26d636f7bd0746f6bb7f8c 100644 (file)
@@ -52,7 +52,7 @@ typedef struct _PsppireWindowBaseClass  PsppireWindowBaseClass;
 
 struct _PsppireWindowBase
 {
-  GtkWindow parent;
+  GtkApplicationWindow parent;
 
   /* <private> */
 };
@@ -60,7 +60,7 @@ struct _PsppireWindowBase
 
 struct _PsppireWindowBaseClass
 {
-  GtkWindowClass parent_class;
+  GtkApplicationWindowClass parent_class;
 };
 
 
index 1532cbd316fca466ad9f6ef5169db23f353cfb39..7d9cdf52981c2c424de41ffafd26e4041c08c7b8 100644 (file)
 #include "ui/source-init-opts.h"
 #include "ui/syntax-gen.h"
 
-#include "ui/gui/icons/icon-names.h"
-
 
 #include "gl/configmake.h"
 #include "gl/xalloc.h"
 #include "gl/relocatable.h"
 
-static void create_icon_factory (void);
+void create_icon_factory (void);
 
 #define _(msgid) gettext (msgid)
 #define N_(msgid) msgid
 
+void
+register_selection_functions (void)
+{
+  psppire_selector_set_default_selection_func (GTK_TYPE_ENTRY, insert_source_row_into_entry);
+  psppire_selector_set_default_selection_func (PSPPIRE_VAR_VIEW_TYPE, insert_source_row_into_tree_view);
+  psppire_selector_set_default_selection_func (GTK_TYPE_TREE_VIEW, insert_source_row_into_tree_view);
+  psppire_selector_set_default_selection_func (PSPPIRE_TYPE_MEANS_LAYER, insert_source_row_into_layers);
+}
 
 bool
 initialize (const struct init_source *is)
@@ -106,66 +112,11 @@ initialize (const struct init_source *is)
        }
       break;
     case 9:
-      create_icon_factory ();
-      break;
-    case 10:
-      psppire_output_window_setup ();
-      break;
-    case 11:
       journal_init ();
       break;
-    case 12:
+    case 10:
       textdomain (PACKAGE);
       break;
-    case 13:
-      /* FIXME: This should be implemented with a GtkInterface */
-      psppire_selector_set_default_selection_func (GTK_TYPE_ENTRY, insert_source_row_into_entry);
-      psppire_selector_set_default_selection_func (PSPPIRE_VAR_VIEW_TYPE, insert_source_row_into_tree_view);
-      psppire_selector_set_default_selection_func (GTK_TYPE_TREE_VIEW, insert_source_row_into_tree_view);
-      psppire_selector_set_default_selection_func (PSPPIRE_TYPE_MEANS_LAYER, insert_source_row_into_layers);
-      break;
-    case 14:
-      {
-      if (is->filename_arg != -1)
-       {
-#ifndef G_OS_WIN32
-         const char *file = (*is->argv)[is->filename_arg];
-         const gchar *local_encoding = NULL;
-         g_get_charset (&local_encoding);
-#else
-         char **as = g_win32_get_command_line ();
-         const char *file = as[is->filename_arg];
-         const gchar *local_encoding = "UTF-8";
-#endif   
-
-         struct file_handle *fh = fh_create_file (NULL,
-                                                  file,
-                                                  local_encoding,
-                                                  fh_default_properties ());
-         
-         const char *filename = fh_get_file_name (fh);
-
-         int retval = any_reader_detect (fh, NULL);
-
-         /* Check to see if the file is a .sav or a .por file.  If not
-            assume that it is a syntax file */
-         if (retval == 1)
-           open_data_window (NULL, filename, NULL, NULL);
-         else if (retval == 0)
-           {
-             create_data_window ();
-             open_syntax_window (filename, NULL);
-           }
-
-         fh_unref (fh);
-       }
-      else
-       {
-         create_data_window ();
-       }
-      return TRUE;
-      }
-      break;
     default:
       return TRUE;
       break;
@@ -183,9 +134,9 @@ de_initialize (void)
 }
 
 void
-psppire_quit (void)
+psppire_quit (GApplication *app)
 {
-  gtk_main_quit ();
+  g_application_quit (app);
 }
 
 struct icon_size
@@ -209,127 +160,13 @@ static const GtkIconSize small_toolbar[] = {GTK_ICON_SIZE_SMALL_TOOLBAR};
    if such an icon exists.
 */
 static const struct icon_size sizemap[] = 
-{
-  {24,  sizeof (small_toolbar) / sizeof (GtkIconSize), small_toolbar},
-  {16,  sizeof (menus) / sizeof (GtkIconSize), menus},
-  {32,  sizeof (large_toolbar) / sizeof (GtkIconSize), large_toolbar}
-};
-
-
-static void
-create_icon_factory (void)
-{
-  gint c;
-  GtkIconFactory *factory = gtk_icon_factory_new ();
-  struct icon_context ctx[2];
-  ctx[0] = action_icon_context;
-  ctx[1] = category_icon_context;
-  for (c = 0 ; c < 2 ; ++c)
   {
-    const struct icon_context *ic = &ctx[c];
-    gint i;
-    for (i = 0 ; i < ic->n_icons ; ++i)
-      {
-       gboolean wildcarded = FALSE;
-       GtkIconSet *icon_set = gtk_icon_set_new ();
-       int r;
-       for (r = 0 ; r < sizeof (sizemap) / sizeof (sizemap[0]); ++r)
-         {
-           int s;
-           GtkIconSource *source = gtk_icon_source_new ();
-           gchar *filename = g_strdup_printf ("%s/%s/%dx%d/%s.png", PKGDATADIR,
-                                              ic->context_name,
-                                              sizemap[r].resolution, sizemap[r].resolution,
-                                              ic->icon_name[i]);
-           const char *relocated_filename = relocate (filename);
-           GFile *gf = g_file_new_for_path (relocated_filename);
-           if (g_file_query_exists (gf, NULL))
-             {
-               gtk_icon_source_set_filename (source, relocated_filename);
-               if (!wildcarded)
-                 {
-                   gtk_icon_source_set_size_wildcarded (source, TRUE);
-                   wildcarded = TRUE;
-                 }
-             }
-           g_object_unref (gf);
-
-           for (s = 0 ; s < sizemap[r].n_sizes ; ++s)
-             gtk_icon_source_set_size (source, sizemap[r].usage[s]);
-           if (filename != relocated_filename)
-             free (CONST_CAST (char *, relocated_filename));
-           g_free (filename);
-
-           if ( gtk_icon_source_get_filename (source))
-             gtk_icon_set_add_source (icon_set, source);
-
-           gtk_icon_source_free (source);
-         }
-      
-       gtk_icon_factory_add (factory, ic->icon_name[i], icon_set);
-    }
-  }
+    {24,  sizeof (small_toolbar) / sizeof (GtkIconSize), small_toolbar},
+    {16,  sizeof (menus) / sizeof (GtkIconSize), menus},
+    {32,  sizeof (large_toolbar) / sizeof (GtkIconSize), large_toolbar}
+  };
 
-  {
-    struct iconmap
-    {
-      const gchar *gtk_id;
-      gchar *pspp_id;
-    };
-
-    /* We have our own icons for some things.
-       But we want the Stock Item to be identical to the Gtk standard
-       ones in all other respects.
-    */
-    const struct iconmap map[] = {
-      {GTK_STOCK_NEW,    "file-new-document"},
-      {GTK_STOCK_QUIT,   "file-quit"},
-      {GTK_STOCK_SAVE,   "file-save-document"},
-      {GTK_STOCK_CUT,    "edit-cut"},
-      {GTK_STOCK_COPY,   "edit-copy"},
-      {GTK_STOCK_PASTE,  "edit-paste"},
-      {GTK_STOCK_UNDO,   "edit-undo"},
-      {GTK_STOCK_REDO,   "edit-redo"},
-      {GTK_STOCK_DELETE, "edit-delete"},
-      {GTK_STOCK_ABOUT,  "help-about"},
-      {GTK_STOCK_PRINT,  "file-print-document"}
-    };
-
-    GtkStockItem customised[sizeof (map) / sizeof (map[0])];
-    int i;
-
-    for (i = 0; i < sizeof (map) / sizeof (map[0]); ++i)
-    {
-      gtk_stock_lookup (map[i].gtk_id, &customised[i]);
-      customised[i].stock_id =  map[i].pspp_id;
-    }
-
-
-
-    gtk_stock_add (customised, sizeof (map) / sizeof (map[0]));
-  }
-
-  {
-    /* Create our own "pspp-stock-reset" item, using the
-       GTK_STOCK_REFRESH icon set */
-    GtkStockItem items[2] = {
-      {"pspp-stock-reset", N_("_Reset"), 0, 0, PACKAGE},
-      {"pspp-stock-select", N_("_Select"), 0, 0, PACKAGE}
-    };
-
-    gtk_stock_add (items, 2);
-
-    gtk_icon_factory_add (factory, "pspp-stock-reset",
-                         gtk_icon_factory_lookup_default (GTK_STOCK_REFRESH)
-                         );
 
-    gtk_icon_factory_add (factory, "pspp-stock-select",
-                         gtk_icon_factory_lookup_default (GTK_STOCK_INDEX)
-                         );
-  }
-
-  gtk_icon_factory_add_default (factory);
-}
 
 \f
 
@@ -356,3 +193,30 @@ psppire_set_lexer (struct lexer *lexer)
 {
   msg_set_handler (handle_msg, lexer);
 }
+
+
+void
+psppire_preload_file (const gchar *file)
+{
+  const gchar *local_encoding = "UTF-8";
+  
+  struct file_handle *fh = fh_create_file (NULL,
+                                          file,
+                                          local_encoding,
+                                          fh_default_properties ());
+  const char *filename = fh_get_file_name (fh);
+  
+  int retval = any_reader_detect (fh, NULL);
+  
+  /* Check to see if the file is a .sav or a .por file.  If not
+     assume that it is a syntax file */
+  if (retval == 1)
+    open_data_window (NULL, filename, NULL, NULL);
+  else if (retval == 0)
+    {
+      create_data_window ();
+      open_syntax_window (filename, NULL);
+    }
+
+  fh_unref (fh);
+}
index 32a412be35847dc98d433ddeed81610790706016..e65554d13c4c37cf459118f69a04efe2e16f80dc 100644 (file)
@@ -18,6 +18,7 @@
 #define PSPPIRE_H
 
 #include <glib.h>
+#include <gio/gio.h>
 
 #include <stdbool.h>
 
@@ -38,10 +39,15 @@ bool initialize (const struct init_source *is);
 
 void de_initialize (void);
 
-void psppire_quit (void);
+void psppire_quit (GApplication *app);
 
 const char * output_file_name (void);
 
 void psppire_set_lexer (struct lexer *);
 
+void register_selection_functions (void);
+
+void psppire_preload_file (const gchar *file);
+
+
 #endif /* PSPPIRE_H */
index 797a7f04e0309483e357ab671800f17b9868ea5b..a8451e0ef51323fc60137d713ea761ee4b04b6c5 100644 (file)
 <?xml version="1.0"?>
 <!--*- mode: xml -*-->
 <interface>
-  <object class="GtkUIManager" id="uimanager1">
-    <child>
-      <object class="GtkActionGroup" id="actiongroup1">
-        <child>
-          <object class="GtkAction" id="menu_syntax_file">
-            <property name="name">menu_syntax_file</property>
-            <property name="label" translatable="yes">_File</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="new2">
-            <property name="stock-id">file-new-data</property>
-            <property name="name">new2</property>
-            <property name="label" translatable="yes">_New...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_new_syntax">
-            <property name="stock-id">file-syntax-data</property>
-            <property name="name">file_new_syntax</property>
-            <property name="label" translatable="yes">_Syntax</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_new_data">
-            <property name="stock-id">file-system-data</property>
-            <property name="name">file_new_data</property>
-            <property name="label" translatable="yes">_Data</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_open">
-            <property name="stock-id">file-open-data</property>
-            <property name="name">file_open</property>
-            <property name="label" translatable="yes">_Open...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_save">
-            <property name="stock-id">file-save-data</property>
-            <property name="name">file_save</property>
-            <property name="label" translatable="yes">_Save...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_save_as">
-            <property name="stock-id">file-save-as</property>
-            <property name="name">file_save_as</property>
-            <property name="label" translatable="yes">Save _As...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_print">
-            <property name="name">file_print</property>
-            <property name="stock-id">file-print</property>
-            <property name="label" translatable="yes">_Print...</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="file_quit">
-            <property name="stock-id">file-quit</property>
-            <property name="name">file_quit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit-menu">
-            <property name="name">edit-menu</property>
-            <property name="label" translatable="yes">_Edit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_cut">
-            <property name="stock-id">edit-cut</property>
-            <property name="name">edit_cut</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_copy">
-            <property name="stock-id">edit-copy</property>
-            <property name="name">edit_copy</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_paste">
-            <property name="stock-id">edit-paste</property>
-            <property name="name">edit_paste</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_delete">
-            <property name="stock-id">edit-delete</property>
-            <property name="name">edit_delete</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_undo">
-            <property name="stock-id">edit-undo</property>
-            <property name="name">edit_undo</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_redo">
-            <property name="stock-id">edit-redo</property>
-            <property name="name">edit_redo</property>
-            <property name="sensitive">false</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="run1">
-            <property name="name">run1</property>
-            <property name="label" translatable="yes">_Run</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="run_all">
-            <property name="stock-id">run-all</property>
-            <property name="name">run_all</property>
-            <property name="label" translatable="yes">All</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="run_selection">
-            <property name="stock-id">run-selection</property>
-            <property name="name">run_selection</property>
-            <property name="label" translatable="yes">Selection</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="run_current_line">
-            <property name="stock-id">run-current-line</property>
-            <property name="name">run_current_line</property>
-            <property name="label" translatable="yes">Current Line</property>
-          </object>
-          <accelerator key="R" modifiers="GDK_CONTROL_MASK"/>
-        </child>
-        <child>
-          <object class="GtkAction" id="run_to_end">
-            <property name="stock-id">run-to-end</property>
-            <property name="name">run-to-end</property>
-            <property name="label" translatable="yes">To End</property>
-          </object>
-        </child>
-      </object>
-    </child>
-    <ui>
-      <menubar name="menubar">
-        <menu action="menu_syntax_file">
-          <menu action="new2">
-            <menuitem action="file_new_syntax"/>
-            <menuitem action="file_new_data"/>
-          </menu>
-          <menuitem action="file_open"/>
-          <menuitem action="file_save"/>
-          <menuitem action="file_save_as"/>
-          <separator/>
-          <menuitem action="file_print"/>
-          <separator/>
-          <menuitem action="file_quit"/>
-        </menu>
-        <menu action="edit-menu">
-          <menuitem action="edit_cut"/>
-          <menuitem action="edit_copy"/>
-          <menuitem action="edit_paste"/>
-          <menuitem action="edit_delete"/>
-          <separator/>
-          <menuitem action="edit_undo"/>
-          <menuitem action="edit_redo"/>
-        </menu>
-        <menu action="run1">
-          <menuitem action="run_all"/>
-          <menuitem action="run_selection"/>
-          <menuitem action="run_current_line"/>
-          <menuitem action="run_to_end"/>
-        </menu>
-      </menubar>
-    </ui>
-  </object>
-  <object class="GtkMenuBar" constructor="uimanager1" id="menubar">
-    <property name="visible">True</property>
-    <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
-    <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
-  </object>
-  <object class="GtkScrolledWindow" id="scrolledwindow8">
-    <property name="visible">True</property>
-    <property name="can_focus">True</property>
-    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-    <property name="shadow_type">GTK_SHADOW_IN</property>
-    <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
-    <child>
-      <object class="GtkSourceView" id="syntax_text_view">
-        <property name="visible">True</property>
-        <property name="can_focus">True</property>
-        <property name="editable">True</property>
-        <property name="overwrite">False</property>
-        <property name="accepts_tab">True</property>
-        <property name="justification">GTK_JUSTIFY_LEFT</property>
-        <property name="wrap_mode">GTK_WRAP_NONE</property>
-        <property name="cursor_visible">True</property>
-        <property name="pixels_above_lines">0</property>
-        <property name="pixels_below_lines">0</property>
-        <property name="pixels_inside_wrap">0</property>
-        <property name="left_margin">0</property>
-        <property name="right_margin">0</property>
-        <property name="indent">0</property>
-      </object>
-    </child>
-  </object>
-  <object class="GtkStatusbar" id="statusbar2">
-    <property name="visible">True</property>
-  </object>
+  <menu id="syntax-window-menu">
+    <submenu>
+      <attribute name="label" translatable="yes">_File</attribute>
+      <section>
+       <submenu>
+         <attribute name="label" translatable="yes">_New</attribute>
+         <item>
+           <attribute name="label" translatable="yes">Syntax</attribute>
+         <attribute name="action">app.new-syntax</attribute>
+         </item>
+         <item>
+           <attribute name="label" translatable="yes">Data</attribute>
+           <attribute name="action">app.new-data</attribute>
+         </item>
+       </submenu>
+       <item>
+         <attribute name="label" translatable="yes">_Open</attribute>
+         <attribute name="action">win.open</attribute>
+         <attribute name="accel">&lt;Primary&gt;o</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">_Save</attribute>
+         <attribute name="action">win.save</attribute>
+         <attribute name="accel">&lt;Primary&gt;s</attribute>
+       </item>
+       <item>
+         <attribute name="label" translatable="yes">Save _As</attribute>
+         <attribute name="action">win.save_as</attribute>
+         <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;s</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Print</attribute>
+         <attribute name="action">win.print</attribute>
+       </item>
+      </section>
+      <section>
+       <item>
+         <attribute name="label" translatable="yes">_Quit</attribute>
+         <attribute name="accel">&lt;Primary&gt;q</attribute>
+         <attribute name="action">app.quit</attribute>
+       </item>
+      </section>
+    </submenu>
+    <submenu>
+    <attribute name="label" translatable="yes">_Edit</attribute>
+    <section>
+      <item>
+       <attribute name="label" translatable="yes">Cu_t</attribute>
+       <attribute name="action">win.cut</attribute>
+       <attribute name="accel">&lt;Primary&gt;x</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Copy</attribute>
+       <attribute name="action">win.copy</attribute>
+       <attribute name="accel">&lt;Primary&gt;c</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Paste</attribute>
+       <attribute name="action">win.paste</attribute>
+       <attribute name="accel">&lt;Primary&gt;v</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Delete</attribute>
+       <attribute name="action">win.delete</attribute>
+      </item>
+    </section>
+    <section>
+      <item>
+       <attribute name="label" translatable="yes">_Undo</attribute>
+       <attribute name="action">win.undo</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Redo</attribute>
+       <attribute name="action">win.redo</attribute>
+      </item>
+    </section>
+  </submenu>
+  <submenu>
+    <attribute name="label" translatable="yes">_Run</attribute>
+    <section>
+      <item>
+       <attribute name="label" translatable="yes">_All</attribute>
+       <attribute name="action">win.run-all</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Selection</attribute>
+       <attribute name="action">win.run-selection</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_Current Line</attribute>
+       <attribute name="action">win.run-current-line</attribute>
+       <attribute name="accel">&lt;Primary&gt;r</attribute>
+      </item>
+      <item>
+       <attribute name="label" translatable="yes">_To End</attribute>
+       <attribute name="action">win.run-to-end</attribute>
+      </item>
+    </section>
+  </submenu>
+</menu>
+<object class="GtkScrolledWindow" id="scrolledwindow8">
+  <property name="visible">True</property>
+  <property name="can_focus">True</property>
+  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
+  <property name="shadow_type">GTK_SHADOW_IN</property>
+  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
+  <child>
+    <object class="GtkSourceView" id="syntax_text_view">
+      <property name="visible">True</property>
+      <property name="can_focus">True</property>
+      <property name="editable">True</property>
+      <property name="overwrite">False</property>
+      <property name="accepts_tab">True</property>
+      <property name="justification">GTK_JUSTIFY_LEFT</property>
+      <property name="wrap_mode">GTK_WRAP_NONE</property>
+      <property name="cursor_visible">True</property>
+      <property name="pixels_above_lines">0</property>
+      <property name="pixels_below_lines">0</property>
+      <property name="pixels_inside_wrap">0</property>
+      <property name="left_margin">0</property>
+      <property name="right_margin">0</property>
+      <property name="indent">0</property>
+    </object>
+  </child>
+</object>
+<object class="GtkStatusbar" id="statusbar2">
+  <property name="visible">True</property>
+</object>
 </interface>
diff --git a/src/ui/gui/var-sheet.ui b/src/ui/gui/var-sheet.ui
deleted file mode 100644 (file)
index 6c990ef..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0"?>
-<interface>
-  <object class="GtkUIManager" id="var_sheet_uim">
-    <ui>
-      <menubar name="menubar">
-        <placeholder name="VarSheetEditMenu">
-          <menu action="edit">
-            <menuitem action="edit_insert-variable"/>
-            <menuitem action="edit_goto-variable"/>
-            <separator/>
-            <menuitem action="edit_cut"/>
-            <menuitem action="edit_copy"/>
-            <menuitem action="edit_paste"/>
-            <menuitem action="edit_clear-variables"/>
-          </menu>
-        </placeholder>
-      </menubar>
-      <toolbar name="toolbar">
-        <placeholder name="VarSheetToolItems">
-          <toolitem name="toolbar_goto-variable" action="edit_goto-variable"/>
-          <toolitem name="toolbar_insert-variable" action="edit_insert-variable"/>
-        </placeholder>
-      </toolbar>
-      <popup name="varsheet-variable-popup">
-        <menuitem action="edit_insert-variable"/>
-        <separator/>
-        <menuitem action="edit_clear-variables"/>
-      </popup>
-    </ui>
-    <child>
-      <object class="GtkActionGroup" id="actiongroup4">
-        <child>
-          <object class="GtkAction" id="edit">
-            <property name="name">edit</property>
-            <property name="label" translatable="yes">_Edit</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_insert-variable">
-            <property name="name">edit_insert-variable</property>
-            <property name="label" translatable="yes">Insert Variable</property>
-            <property name="tooltip" translatable="yes">Create a new variable at the current position</property>
-            <property name="stock-id">edit-insert-variable</property>
-          </object>
-        </child>
-        <child>
-          <object class="PsppireDialogActionVarInfo" id="edit_goto-variable">
-            <property name="name">edit_goto-variable</property>
-            <property name="label" translatable="yes">Go To Variable...</property>
-            <property name="tooltip" translatable="yes">Jump to variable</property>
-            <property name="stock-id">edit-go-to-variable</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_cut">
-            <property name="stock-id">edit-cut</property>
-            <property name="name">edit_cut</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_copy">
-            <property name="stock-id">edit-copy</property>
-            <property name="name">edit_copy</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_paste">
-            <property name="stock-id">edit-paste</property>
-            <property name="name">edit_paste</property>
-          </object>
-        </child>
-        <child>
-          <object class="GtkAction" id="edit_clear-variables">
-            <property name="name">edit_clear-variables</property>
-            <property name="label" translatable="yes">Cl_ear Variables</property>
-            <property name="tooltip" translatable="yes">Delete the variables at the selected position(s)</property>
-            <property name="stock-id">edit-clear</property>
-          </object>
-        </child>
-      </object>
-    </child>
-  </object>
-  <object class="GtkMenu" constructor="var_sheet_uim" id="varsheet-variable-popup">
-    <property name="visible">True</property>
-  </object>
-</interface>
diff --git a/src/ui/terminal/.gitignore b/src/ui/terminal/.gitignore
deleted file mode 100644 (file)
index 278245a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-pspp
-.libs
diff --git a/tests/.gitignore b/tests/.gitignore
deleted file mode 100644 (file)
index 127f51a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Makefile
-Makefile.in
-/testsuite
-/testsuite.at
diff --git a/tests/formats/.gitignore b/tests/formats/.gitignore
deleted file mode 100644 (file)
index 2fc41cd..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-inexactify
-.libs
diff --git a/tests/libpspp/.gitignore b/tests/libpspp/.gitignore
deleted file mode 100644 (file)
index d19e422..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-ll-test
-llx-test
-.libs