From 108d77d300ef14e8d7e2268b89394983b1ff78cb Mon Sep 17 00:00:00 2001 From: Clarisse Genrault Date: Thu, 26 Jan 2017 07:59:51 +0100 Subject: [PATCH] Adding icons to SVG format for Translation feature. --- src/FeaturesPlugin/icons/SVG/translation.svg | 192 +++++++++++ .../icons/SVG/translation_2pt_32x32.svg | 225 +++++++++++++ .../icons/SVG/translation_dxyz_32x32.svg | 306 ++++++++++++++++++ .../icons/SVG/translation_vector_32x32.svg | 138 ++++++++ 4 files changed, 861 insertions(+) create mode 100644 src/FeaturesPlugin/icons/SVG/translation.svg create mode 100644 src/FeaturesPlugin/icons/SVG/translation_2pt_32x32.svg create mode 100644 src/FeaturesPlugin/icons/SVG/translation_dxyz_32x32.svg create mode 100644 src/FeaturesPlugin/icons/SVG/translation_vector_32x32.svg diff --git a/src/FeaturesPlugin/icons/SVG/translation.svg b/src/FeaturesPlugin/icons/SVG/translation.svg new file mode 100644 index 000000000..d813198a4 --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/translation.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/translation_2pt_32x32.svg b/src/FeaturesPlugin/icons/SVG/translation_2pt_32x32.svg new file mode 100644 index 000000000..b2470168a --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/translation_2pt_32x32.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/translation_dxyz_32x32.svg b/src/FeaturesPlugin/icons/SVG/translation_dxyz_32x32.svg new file mode 100644 index 000000000..3a6636e6a --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/translation_dxyz_32x32.svg @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/src/FeaturesPlugin/icons/SVG/translation_vector_32x32.svg b/src/FeaturesPlugin/icons/SVG/translation_vector_32x32.svg new file mode 100644 index 000000000..3cb1e4fb2 --- /dev/null +++ b/src/FeaturesPlugin/icons/SVG/translation_vector_32x32.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- 2.39.2