[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - cui/uiconfig icon-themes/galaxy
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 23 18:38:41 UTC 2021
cui/uiconfig/ui/aboutdialog.ui | 209 +++++++-------
icon-themes/galaxy/brand_cp/logo-sc.svg | 181 +++---------
icon-themes/galaxy/brand_cp/logo-sc_inverted.svg | 59 +++
icon-themes/galaxy/brand_cp/logo.svg | 178 +++--------
icon-themes/galaxy/brand_cp/logo_inverted.svg | 59 +++
icon-themes/galaxy/brand_cp_snapshot/about.svg | 144 ++++++---
icon-themes/galaxy/brand_cp_snapshot/logo-sc.svg | 181 +++---------
icon-themes/galaxy/brand_cp_snapshot/logo-sc_inverted.svg | 59 +++
icon-themes/galaxy/brand_cp_snapshot/logo.svg | 178 +++--------
icon-themes/galaxy/brand_cp_snapshot/logo_inverted.svg | 59 +++
10 files changed, 629 insertions(+), 678 deletions(-)
New commits:
commit a6642e9b682ac245ff4700cb806e843d9afae53c
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri Apr 23 19:46:22 2021 +0200
Commit: Pedro Silva <pedro.silva at collabora.com>
CommitDate: Fri Apr 23 20:38:06 2021 +0200
[cp] Adjust About dialog, add missing assets
- update assets
- also add different image as imAbout for unstable snapshot
- Dialog: Fix alignment:
too many different alignments (graphic element on the left
with text on the left and logo on top centered aligned with the text
that is on the left). Force logo (imBrand) to be left aligned as well.
Signed-off-by: Pedro Pinto Silva <pedro.silva at collabora.com>
Change-Id: I369e8893d4ab9fb5f0ed3c39d157b5b9e7a7e952
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114566
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 29fc5bc76ef2..219ad8020ab9 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -1,44 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="cui">
<requires lib="gtk+" version="3.20"/>
<object class="GtkImage" id="imCopy">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="stock">gtk-copy</property>
</object>
<object class="GtkDialog" id="AboutDialog">
- <property name="can-focus">False</property>
- <property name="border-width">6</property>
+ <property name="can_focus">False</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes" context="aboutdialog|AboutDialog">About %PRODUCTNAME</property>
<property name="resizable">False</property>
<property name="modal">True</property>
- <property name="window-position">center-on-parent</property>
- <property name="type-hint">dialog</property>
+ <property name="window_position">center-on-parent</property>
+ <property name="type_hint">dialog</property>
+ <child>
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox">
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
- <property name="can-focus">False</property>
- <property name="margin-top">12</property>
+ <property name="can_focus">False</property>
+ <property name="margin_top">12</property>
<property name="hexpand">True</property>
- <property name="layout-style">end</property>
+ <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="btnClose">
<property name="label">gtk-close</property>
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
- <property name="use-underline">True</property>
- <property name="use-stock">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="use_underline">True</property>
+ <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="pack-type">end</property>
+ <property name="pack_type">end</property>
<property name="position">3</property>
</packing>
</child>
@@ -46,63 +49,61 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="pack-type">end</property>
+ <property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <!-- n-columns=2 n-rows=7 -->
<object class="GtkGrid">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="row-spacing">6</property>
+ <property name="row_spacing">6</property>
<child>
<object class="GtkImage" id="imAbout">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
- <property name="margin-start">12</property>
- <property name="margin-end">24</property>
+ <property name="margin_start">12</property>
+ <property name="margin_end">24</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">0</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
<property name="height">7</property>
</packing>
</child>
<child>
<object class="GtkImage" id="imBrand">
<property name="visible">True</property>
- <property name="can-focus">False</property>
- <property name="halign">center</property>
+ <property name="can_focus">False</property>
+ <property name="halign">start</property>
<property name="valign">center</property>
- <property name="margin-top">24</property>
- <property name="margin-bottom">24</property>
+ <property name="margin_top">24</property>
+ <property name="margin_bottom">24</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">0</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
- <!-- n-columns=2 n-rows=6 -->
<object class="GtkGrid">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="halign">start</property>
- <property name="margin-start">6</property>
- <property name="column-spacing">12</property>
+ <property name="margin_start">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="lbVersion">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbVersion">Version:</property>
<property name="wrap">True</property>
@@ -112,14 +113,14 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">0</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbBuild">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbBuild">Build:</property>
<property name="xalign">0</property>
@@ -128,14 +129,14 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">1</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbEnvironment">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbEnvironment">Environment:</property>
<property name="xalign">0</property>
@@ -144,50 +145,50 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">2</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbVersionString">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label">7.0</property>
<property name="wrap">True</property>
- <property name="max-width-chars">40</property>
+ <property name="max_width_chars">40</property>
<property name="xalign">0</property>
<accessibility>
<relation type="labelled-by" target="lbVersion"/>
</accessibility>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">0</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbEnvString">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label">8 cores</property>
<property name="wrap">True</property>
- <property name="max-width-chars">40</property>
+ <property name="max_width_chars">40</property>
<property name="xalign">0</property>
<accessibility>
<relation type="labelled-by" target="lbEnvironment"/>
</accessibility>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">2</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLinkButton" id="lbBuildString">
<property name="label">0815</property>
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
<accessibility>
@@ -198,14 +199,14 @@
</style>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">1</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbMisc">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbExtra">Misc:</property>
<property name="xalign">0</property>
@@ -215,31 +216,31 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">5</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">5</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbMiscString">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label">Calc</property>
<property name="wrap">True</property>
- <property name="max-width-chars">40</property>
+ <property name="max_width_chars">40</property>
<property name="xalign">0</property>
<accessibility>
<relation type="labelled-by" target="lbMisc"/>
</accessibility>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">5</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">5</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbLocale">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|lbLocale">Locale:</property>
<property name="xalign">0</property>
@@ -248,31 +249,31 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">4</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbLocaleString">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label">English</property>
<property name="wrap">True</property>
- <property name="max-width-chars">40</property>
+ <property name="max_width_chars">40</property>
<property name="xalign">0</property>
<accessibility>
<relation type="labelled-by" target="lbLocale"/>
</accessibility>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">4</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbUI">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes" context="aboutdialog|lbUI">User Interface:</property>
<property name="xalign">0</property>
<accessibility>
@@ -280,79 +281,79 @@
</accessibility>
</object>
<packing>
- <property name="left-attach">0</property>
- <property name="top-attach">3</property>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbUIString">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label">VCL: gtk</property>
<property name="wrap">True</property>
- <property name="max-width-chars">40</property>
+ <property name="max_width_chars">40</property>
<property name="xalign">0</property>
<accessibility>
<relation type="labelled-by" target="lbUI"/>
</accessibility>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">3</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
</packing>
</child>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">6</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">6</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbAbout">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="valign">end</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
<property name="wrap">True</property>
- <property name="max-width-chars">60</property>
+ <property name="max_width_chars">60</property>
<property name="xalign">0</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">1</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbCopyright">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" context="aboutdialog|copyright">%COPYRIGHT</property>
<property name="wrap">True</property>
- <property name="max-width-chars">60</property>
+ <property name="max_width_chars">60</property>
<property name="xalign">0</property>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">3</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="spacing">12</property>
<child>
<object class="GtkLinkButton" id="btnCredits">
<property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
<property name="name">lbCredit</property>
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
</object>
@@ -366,8 +367,8 @@
<object class="GtkLinkButton" id="btnWebsite">
<property name="label" translatable="yes" context="aboutdialog|website">Website</property>
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
<property name="uri">https://www.libreoffice.org/</property>
@@ -382,8 +383,8 @@
<object class="GtkLinkButton" id="btnReleaseNotes">
<property name="label" translatable="yes" context="aboutdialog|releasenotes">Release Notes</property>
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
</object>
@@ -395,22 +396,22 @@
</child>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">4</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">4</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="spacing">12</property>
<child>
<object class="GtkLabel" id="lbVersionInfo">
<property name="visible">True</property>
- <property name="can-focus">False</property>
+ <property name="can_focus">False</property>
<property name="label" translatable="yes" context="aboutdialog|lbVersionInfo">Version Information</property>
- <property name="use-underline">True</property>
- <property name="mnemonic-widget">btnCopyVersion</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">btnCopyVersion</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
@@ -425,9 +426,9 @@
<child>
<object class="GtkButton" id="btnCopyVersion">
<property name="visible">True</property>
- <property name="can-focus">True</property>
- <property name="receives-default">True</property>
- <property name="tooltip-text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="tooltip_text" translatable="yes" context="aboutdialog|btnCopyVersionTooltip">Copy all version information in English</property>
<property name="image">imCopy</property>
<accelerator key="c" signal="clicked" modifiers="GDK_CONTROL_MASK"/>
</object>
@@ -439,8 +440,8 @@
</child>
</object>
<packing>
- <property name="left-attach">1</property>
- <property name="top-attach">5</property>
+ <property name="left_attach">1</property>
+ <property name="top_attach">5</property>
</packing>
</child>
<child>
diff --git a/icon-themes/galaxy/brand_cp/logo-sc.svg b/icon-themes/galaxy/brand_cp/logo-sc.svg
index 96b32c692b6e..18401b2a7284 100644
--- a/icon-themes/galaxy/brand_cp/logo-sc.svg
+++ b/icon-themes/galaxy/brand_cp/logo-sc.svg
@@ -7,55 +7,31 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="128"
+ height="54"
+ fill-rule="evenodd"
stroke-linejoin="round"
stroke-width="28.222"
- fill-rule="evenodd"
preserveAspectRatio="xMidYMid"
- viewBox="0 0 9144.293 1891.771"
- height="71.5"
- width="345.611"
version="1.2"
- id="svg14"
- sodipodi:docname="logo-sc.svg"
+ viewBox="0 0 3386.6787 1428.7765"
+ id="svg16"
+ sodipodi:docname="logo.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
- id="metadata20">
+ id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
- id="defs18">
- <marker
- orient="auto"
- refY="0.0"
- refX="0.0"
- id="TriangleOutS"
- style="overflow:visible">
- <path
- id="path1029"
- d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
- style="fill-rule:evenodd;stroke:#504999;stroke-width:1pt;stroke-opacity:1;fill:#504999;fill-opacity:1"
- transform="scale(0.2)" />
- </marker>
- <marker
- orient="auto"
- refY="0.0"
- refX="0.0"
- id="TriangleOutM"
- style="overflow:visible">
- <path
- id="path1026"
- d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
- transform="scale(0.4)" />
- </marker>
- </defs>
+ id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
@@ -67,115 +43,56 @@
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1019"
- id="namedview16"
+ id="namedview18"
showgrid="false"
- inkscape:snap-page="true"
- inkscape:zoom="3.602316"
- inkscape:cx="172.8055"
- inkscape:cy="35.75"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="2.8284271"
+ inkscape:cx="33.270644"
+ inkscape:cy="45.559194"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
- inkscape:current-layer="svg14" />
+ inkscape:current-layer="svg16"
+ inkscape:document-rotation="0" />
<g
- id="g902"
- transform="matrix(39.343063,0,0,39.343063,-367.83777,-376.32632)"
- style="stroke-width:18.9793">
- <g
- id="g857"
- transform="translate(-1.4512391,-7.8099877)"
- style="stroke-width:18.9793"><g
- aria-label="Collabora"
- id="text1246"
- style="font-size:17.9798px;line-height:1.25;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI';letter-spacing:0px;word-spacing:0px;fill:#504999;fill-opacity:1;stroke-width:0.672503">
- <path
- d="m 59.402759,38.537826 q -1.905858,0 -3.452121,-0.82707 -1.528283,-0.845051 -2.409293,-2.319394 -0.863031,-1.474344 -0.863031,-3.326263 0,-1.85192 0.881011,-3.326263 0.88101,-1.474344 2.409293,-2.301415 1.546262,-0.84505 3.452121,-0.84505 1.546263,0 2.822829,0.539394 1.276565,0.539394 2.157576,1.564242 l -1.510304,1.420405 q -1.366464,-1.474344 -3.362222,-1.474344 -1.294546,0 -2.319394,0.575354 -1.024849,0.557373 -1.600202,1.564242 -0.575354,1.006869 -0.575354,2.283435 0,1.276565 0.575354,2.283434 0.575353,1.006869 1.600202,1.582223 1.024848,0.557373 2.319394,0.557373 1.995758,0 3.362222,-1.492323 l 1.510304,1.438384 q -0.881011,1.024848 -2.175556,1.564242 -1.276566,0.539394 -2.822829,0.539394 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path861" />
- <path
- d="m 70.388395,38.483887 q -1.456364,0 -2.62505,-0.629293 -1.168687,-0.629293 -1.83394,-1.74404 -0.647273,-1.132728 -0.647273,-2.553132 0,-1.420404 0.647273,-2.535152 0.665253,-1.114747 1.83394,-1.74404 1.168686,-0.629293 2.62505,-0.629293 1.474344,0 2.643031,0.629293 1.168687,0.629293 1.815959,1.74404 0.665253,1.114748 0.665253,2.535152 0,1.420404 -0.665253,2.553132 -0.647272,1.114747 -1.815959,1.74404 -1.168687,0.629293 -2.643031,0.629293 z m 0,-1.923839 q 1.240606,0 2.049697,-0.82707 0.809091,-0.827071 0.809091,-2.175556 0,-1.348485 -0.809091,-2.175556 -0.809091,-0.82707 -2.049697,-0.82707 -1.240606,0 -2.049697,0.82707 -0.791111,0.827071 -0.791111,2.175556 0,1.348485 0.791111,2.175556 0.809091,0.82707 2.049697,0.82707 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path863" />
- <path
- d="m 77.670188,25.017017 h 2.247475 v 13.341011 h -2.247475 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path865" />
- <path
- d="m 82.866342,25.017017 h 2.247475 v 13.341011 h -2.247475 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path867" />
- <path
- d="m 91.730376,28.648937 q 2.121617,0 3.236364,1.024848 1.132728,1.006869 1.132728,3.056566 v 5.627677 h -2.121617 v -1.168687 q -0.413535,0.629293 -1.186666,0.97091 -0.755152,0.323636 -1.83394,0.323636 -1.078788,0 -1.887879,-0.359596 -0.809091,-0.377576 -1.258586,-1.024849 -0.431515,-0.665252 -0.431515,-1.492323 0,-1.294545 0.952929,-2.067677 0.97091,-0.791111 3.038586,-0.791111 h 2.481213 v -0.143838 q 0,-1.006869 -0.611313,-1.546263 -0.593334,-0.539394 -1.780001,-0.539394 -0.809091,0 -1.600202,0.251717 -0.773131,0.251717 -1.312525,0.701212 l -0.88101,-1.636161 q 0.755151,-0.575354 1.81596,-0.881011 1.060808,-0.305656 2.247474,-0.305656 z m -0.305656,8.198788 q 0.84505,0 1.492323,-0.377576 0.665253,-0.395555 0.93495,-1.114747 v -1.114748 h -2.319394 q -1.941819,0 -1.941819,1.276566 0,0.611313 0.485455,0.970909 0.485454,0.359596 1.348485,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path869" />
- <path
- d="m 104.29823,28.648937 q 1.40242,0 2.49919,0.611313 1.11475,0.611313 1.74404,1.726061 0.6293,1.114747 0.6293,2.571111 0,1.456364 -0.6293,2.589091 -0.62929,1.114748 -1.74404,1.726061 -1.09677,0.611313 -2.49919,0.611313 -0.98889,0 -1.81596,-0.341616 -0.80909,-0.341616 -1.36646,-1.024849 v 1.240606 H 98.976209 V 25.017017 h 2.247471 v 4.908486 q 0.57536,-0.629293 1.34849,-0.95293 0.79111,-0.323636 1.72606,-0.323636 z m -0.25172,7.911111 q 1.24061,0 2.03172,-0.82707 0.80909,-0.827071 0.80909,-2.175556 0,-1.348485 -0.80909,-2.175556 -0.79111,-0.82707 -2.03172,-0.82707 -0.80909,0 -1.45636,0.377575 -0.64727,0.359596 -1.02485,1.042829 -0.37758,0.683232 -0.37758,1.582222 0,0.89899 0.37758,1.582222 0.37758,0.683233 1.02485,1.060808 0.64727,0.359596 1.45636,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path871" />
- <path
- d="m 115.62548,38.483887 q -1.45636,0 -2.62505,-0.629293 -1.16869,-0.629293 -1.83394,-1.74404 -0.64727,-1.132728 -0.64727,-2.553132 0,-1.420404 0.64727,-2.535152 0.66525,-1.114747 1.83394,-1.74404 1.16869,-0.629293 2.62505,-0.629293 1.47435,0 2.64303,0.629293 1.16869,0.629293 1.81596,1.74404 0.66526,1.114748 0.66526,2.535152 0,1.420404 -0.66526,2.553132 -0.64727,1.114747 -1.81596,1.74404 -1.16868,0.629293 -2.64303,0.629293 z m 0,-1.923839 q 1.24061,0 2.0497,-0.82707 0.80909,-0.827071 0.80909,-2.175556 0,-1.348485 -0.80909,-2.175556 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.04969,0.82707 -0.79112,0.827071 -0.79112,2.175556 0,1.348485 0.79112,2.175556 0.80909,0.82707 2.04969,0.82707 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path873" />
- <path
- d="m 125.04687,30.15924 q 0.97091,-1.510303 3.41617,-1.510303 v 2.139596 q -0.28768,-0.05394 -0.52142,-0.05394 -1.31252,0 -2.0497,0.773131 -0.73717,0.755151 -0.73717,2.193535 v 4.656768 h -2.24747 v -9.601212 h 2.13959 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path875" />
- <path
- d="m 133.98277,28.648937 q 2.12162,0 3.23637,1.024848 1.13272,1.006869 1.13272,3.056566 v 5.627677 h -2.12161 v -1.168687 q -0.41354,0.629293 -1.18667,0.97091 -0.75515,0.323636 -1.83394,0.323636 -1.07879,0 -1.88788,-0.359596 -0.80909,-0.377576 -1.25858,-1.024849 -0.43152,-0.665252 -0.43152,-1.492323 0,-1.294545 0.95293,-2.067677 0.97091,-0.791111 3.03859,-0.791111 h 2.48121 v -0.143838 q 0,-1.006869 -0.61131,-1.546263 -0.59334,-0.539394 -1.78,-0.539394 -0.8091,0 -1.60021,0.251717 -0.77313,0.251717 -1.31252,0.701212 l -0.88101,-1.636161 q 0.75515,-0.575354 1.81596,-0.881011 1.06081,-0.305656 2.24747,-0.305656 z m -0.30565,8.198788 q 0.84505,0 1.49232,-0.377576 0.66525,-0.395555 0.93495,-1.114747 v -1.114748 h -2.3194 q -1.94181,0 -1.94181,1.276566 0,0.611313 0.48545,0.970909 0.48546,0.359596 1.34849,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path877" />
-</g>
-
-<g
- aria-label="Office"
- id="text1254"
- style="font-size:17.9798px;line-height:1.25;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI';letter-spacing:0px;word-spacing:0px;fill:#504999;fill-opacity:1;stroke-width:0.672503">
- <path
- d="m 59.456699,57.853405 q -1.923839,0 -3.470102,-0.827071 -1.546262,-0.84505 -2.427272,-2.319394 -0.881011,-1.492323 -0.881011,-3.326263 0,-1.833939 0.881011,-3.308283 0.88101,-1.492323 2.427272,-2.319394 1.546263,-0.845051 3.470102,-0.845051 1.923838,0 3.470101,0.845051 1.546263,0.827071 2.427273,2.301414 0.88101,1.474344 0.88101,3.326263 0,1.851919 -0.88101,3.326263 -0.88101,1.474344 -2.427273,2.319394 -1.546263,0.827071 -3.470101,0.827071 z m 0,-2.049697 q 1.258586,0 2.265454,-0.557374 1.006869,-0.575354 1.582223,-1.582222 0.575353,-1.024849 0.575353,-2.283435 0,-1.258586 -0.575353,-2.265455 -0.575354,-1.024848 -1.582223,-1.582222 -1.006868,-0.575353 -2.265454,-0.575353 -1.258586,0 -2.265455,0.575353 -1.006869,0.557374 -1.582222,1.582222 -0.575354,1.006869 -0.575354,2.265455 0,1.258586 0.575354,2.283435 0.575353,1.006868 1.582222,1.582222 1.006869,0.557374 2.265455,0.557374 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path880" />
- <path
- d="m 72.402137,46.022697 q -1.420404,0 -1.420404,1.546263 v 0.575353 h 2.643031 v 1.79798 h -2.571112 v 7.731314 h -2.247474 v -7.731314 h -1.582223 v -1.79798 h 1.582223 V 47.533 q 0,-1.546263 0.898989,-2.427273 0.89899,-0.89899 2.535152,-0.89899 1.294546,0 2.031718,0.521414 l -0.629293,1.690102 Q 73.06739,46.022697 72.402137,46.022697 Z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path882" />
- <path
- d="m 79.036673,46.022697 q -1.420404,0 -1.420404,1.546263 v 0.575353 H 80.2593 v 1.79798 h -2.571112 v 7.731314 h -2.247475 v -7.731314 h -1.582222 v -1.79798 h 1.582222 V 47.533 q 0,-1.546263 0.89899,-2.427273 0.89899,-0.89899 2.535152,-0.89899 1.294546,0 2.031717,0.521414 l -0.629293,1.690102 q -0.575353,-0.395556 -1.240606,-0.395556 z m 4.171314,2.049697 h 2.247475 v 9.601213 h -2.247475 z m 1.132727,-1.582222 q -0.611313,0 -1.024849,-0.377576 -0.413535,-0.395556 -0.413535,-0.970909 0,-0.575354 0.413535,-0.95293 0.413536,-0.395555 1.024849,-0.395555 0.611313,0 1.024849,0.377576 0.413535,0.359596 0.413535,0.916969 0,0.593334 -0.413535,1.006869 -0.395556,0.395556 -1.024849,0.395556 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path884" />
- <path
- d="m 92.809181,57.799465 q -1.492323,0 -2.67899,-0.629293 -1.186667,-0.629292 -1.851919,-1.74404 -0.665253,-1.132727 -0.665253,-2.553132 0,-1.420404 0.665253,-2.535151 0.665252,-1.114748 1.833939,-1.744041 1.186667,-0.629293 2.69697,-0.629293 1.420404,0 2.481212,0.575354 1.078788,0.575353 1.618182,1.654141 l -1.72606,1.006869 q -0.413536,-0.665252 -1.042829,-0.988889 -0.611313,-0.341616 -1.348485,-0.341616 -1.258586,0 -2.085656,0.827071 -0.827071,0.809091 -0.827071,2.175555 0,1.366465 0.809091,2.193536 0.82707,0.809091 2.103636,0.809091 0.737172,0 1.348485,-0.323636 0.629293,-0.341617 1.042829,-1.006869 l 1.72606,1.006869 q -0.557374,1.078788 -1.636161,1.672121 -1.060809,0.575353 -2.463233,0.575353 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path886" />
- <path
- d="m 107.73238,52.92694 q 0,0.233737 -0.036,0.665252 h -7.53353 q 0.19777,1.060809 1.02484,1.690102 0.84505,0.611313 2.08566,0.611313 1.58222,0 2.60707,-1.042829 l 1.20465,1.384445 q -0.64728,0.773131 -1.63616,1.168687 -0.98889,0.395555 -2.2295,0.395555 -1.58222,0 -2.78687,-0.629293 Q 99.227935,56.54088 98.562683,55.426132 97.91541,54.293405 97.91541,52.873 q 0,-1.402424 0.629293,-2.517171 0.647273,-1.132728 1.779997,-1.762021 1.13273,-0.629293 2.55313,-0.629293 1.40243,0 2.4992,0.629293 1.11474,0.611313 1.72606,1.744041 0.62929,1.114747 0.62929,2.589091 z m -4.85455,-3.164445 q -1.07878,0 -1.83393,0.647273 -0.73718,0.629293 -0.89899,1.690101 h 5.44787 q -0.14383,-1.042828 -0.88101,-1.690101 -0.73717,-0.647273 -1.83394,-0.647273 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672503"
- id="path888" />
-</g>
-
-</g>
+ transform="matrix(26.412072,0,0,26.412072,-246.9716,-173.26687)"
+ stroke-width="28.2709"
+ id="g14">
+ <path
+ d="m 106.28,45.117 q 0,0.23374 -0.036,0.66525 h -7.5335 q 0.19777,1.0608 1.0248,1.6901 0.84505,0.61131 2.0857,0.61131 1.5822,0 2.6071,-1.0428 l 1.2046,1.3844 q -0.64728,0.77313 -1.6362,1.1687 -0.98889,0.39556 -2.2295,0.39556 -1.5822,0 -2.7869,-0.62929 -1.2046,-0.62929 -1.8699,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4024 0.62929,-2.5172 0.64727,-1.1327 1.78,-1.762 1.1327,-0.62929 2.5531,-0.62929 1.4024,0 2.4992,0.62929 1.1147,0.61131 1.7261,1.744 0.62929,1.1147 0.62929,2.5891 z m -4.8546,-3.1644 q -1.0788,0 -1.8339,0.64727 -0.73718,0.62929 -0.89899,1.6901 h 5.4479 q -0.14383,-1.0428 -0.88101,-1.6901 -0.73717,-0.64727 -1.8339,-0.64727 z m -10.069,8.037 q -1.4923,0 -2.679,-0.62929 -1.1867,-0.62929 -1.8519,-1.744 -0.66525,-1.1327 -0.66525,-2.5531 0,-1.4204 0.66525,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1867,-0.62929 2.697,-0.62929 1.4204,0 2.4812,0.57535 1.0788,0.57535 1.6182,1.6541 l -1.7261,1.0069 q -0.41354,-0.66525 -1.0428,-0.98889 -0.61131,-0.34162 -1.3485,-0.34162 -1
.2586,0 -2.0857,0.82707 -0.82707,0.80909 -0.82707,2.1756 0,1.3665 0.80909,2.1935 0.82707,0.80909 2.1036,0.80909 0.73717,0 1.3485,-0.32364 0.62929,-0.34162 1.0428,-1.0069 l 1.7261,1.0069 q -0.55737,1.0788 -1.6362,1.6721 -1.0608,0.57535 -2.4632,0.57535 z m -13.773,-11.777 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.61131 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 L 78.824,38.60816 Q 78.24865,38.2126 77.5834,38.2126 Z m 4.1713,2.0497 h 2.2475 v 9.6012 h -2.2475 z m 1.1327,-1.5822 q -0.61131,0 -1.0248,-0.37758 -0.41354,-0.39556 -0.41354,-0.97091 0,-0.57535 0.41354,-0.95293 0.41354,-0.39556 1.0248,-0.39556 0.61126,0 1.0248,0.37758 0.41354,0.3596 0.41354,0.91697 0,0.59333 -0.41354,1.0069 -0.39556,0.39556 -1.0248,0.39556 z m -11.939,-0.46748 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.6113
1 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 l -0.62929,1.6901 q -0.57535,-0.39556 -1.2406,-0.39556 z m -12.945,11.831 q -1.9238,0 -3.4701,-0.82707 -1.5463,-0.84505 -2.4273,-2.3194 -0.88101,-1.4923 -0.88101,-3.3263 0,-1.8339 0.88101,-3.3083 0.88101,-1.4923 2.4273,-2.3194 1.5463,-0.84505 3.4701,-0.84505 1.9238,0 3.4701,0.84505 1.5463,0.82707 2.4273,2.3014 0.88101,1.4743 0.88101,3.3263 0,1.852 -0.88101,3.3263 -0.88101,1.4743 -2.4273,2.3194 -1.5463,0.82707 -3.4701,0.82707 z m 0,-2.0497 q 1.2586,0 2.2655,-0.55737 1.0069,-0.57535 1.5822,-1.5822 0.57535,-1.0248 0.57535,-2.2834 0,-1.2586 -0.57535,-2.2655 -0.57535,-1.0248 -1.5822,-1.5822 -1.0069,-0.57535 -2.2655,-0.57535 -1.2586,0 -2.2655,0.57535 -1.0069,0.55737 -1.5822,1.5822 -0.57535,1.0069 -0.57535,2.2655 0,1.2586 0.57535,2.2834 0.57535,1.0069 1.5822,1.5822 1.0069,0.55737 2.2655,0.55737 z m 74.526,-27.155 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354
,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59334,-0.53939 -1.78,-0.53939 -0.8091,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30565,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48545,0.97091 0.48546,0.3596 1.3485,0.3596 z m -8.6302,-6.6885 q 0.97091,-1.5103 3.4162,-1.5103 v 2.1396 q -0.28768,-0.05394 -0.52142,-0.05394 -1.3125,0 -2.0497,0.77313 -0.73717,0.75515 -0.73717,2.1935 v 4.6568 h -2.2475 v -9.6012 h 2.1396 z m -9.4214,8.3246 q -1.4564,0 -2.625,-0.62929 -1.1686,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.16865,-
0.6293 2.625,-0.62929 1.4744,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66526,1.1147 0.66526,2.5352 0,1.4205 -0.66526,2.5531 -0.64727,1.1147 -1.816,1.744 -1.1687,0.62929 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.0497,0.82707 -0.79112,0.82707 -0.79112,2.1756 0,1.34853 0.79112,2.1756 0.80909,0.82707 2.0497,0.82707 z m -11.327,-7.9111 q 1.4024,0 2.4992,0.61131 1.1148,0.61131 1.744,1.7261 0.6293,1.1147 0.6293,2.5711 0,1.4564 -0.6293,2.5891 -0.62929,1.1147 -1.744,1.7261 -1.0968,0.61131 -2.4992,0.61131 -0.98889,0 -1.816,-0.34162 -0.80909,-0.34162 -1.3665,-1.0248 v 1.2406 h -2.1396 v -13.341 h 2.2475 v 4.9085 q 0.57536,-0.62929 1.3485,-0.95293 0.79111,-0.32364 1.7261,-0.32364 z m -0.25172,7.9111 q 1.2406,0 2.0317,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.79111,-0.82707 -2.0317,-0.82707 -0.80909,0 -1.4564,0.37758 -0.64727,0.3596 -1.0248,
1.0428 -0.37758,0.68323 -0.37758,1.5822 0,0.89897 0.37758,1.5822 0.37758,0.68323 1.0248,1.0608 0.64727,0.3596 1.4564,0.3596 z m -12.316,-7.9111 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59333,-0.53939 -1.78,-0.53939 -0.80909,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30566,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48546,0.97091 0.48545,0.3596 1.3485,0.3596 z m -8.5584,-11.831 h 2.2475 v 13.341 h -2.2475 z m -5.1962,0 h 2.2475 v 13.341 h -2.2475 z m -7.2818,13.467 q -1.4564,0 -2.625,-0.62929 -
1.1687,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1687,-0.62929 2.625,-0.62929 1.4743,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66525,1.1147 0.66525,2.5352 0,1.4205 -0.66525,2.5531 -0.64727,1.1147 -1.816,1.744 -1.16873,0.6293 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.24061,0 -2.0497,0.82707 -0.79111,0.82707 -0.79111,2.1756 0,1.34853 0.79111,2.1756 0.80909,0.82707 2.0497,0.82707 z m -10.986,1.9778 q -1.9059,0 -3.4521,-0.82707 -1.5283,-0.84505 -2.4093,-2.3194 -0.86303,-1.4743 -0.86303,-3.3263 0,-1.8519 0.88101,-3.3263 0.88101,-1.4743 2.4093,-2.3014 1.5463,-0.84505 3.4521,-0.84505 1.5463,0 2.8228,0.53939 1.2766,0.53939 2.1576,1.5642 l -1.5103,1.4204 q -1.3665,-1.4743 -3.3622,-1.4743 -1.2945,0 -2.3194,0.57535 -1.0248,0.55737 -1.6002,1.5642 -0.57535,1.0069 -0.57535,2.2834 0,1.2766 0.57535,2.2834 0.5753
5,1.0069 1.6002,1.5822 1.0248,0.55737 2.3194,0.55737 1.9958,0 3.3622,-1.4923 l 1.5103,1.4384 q -0.88101,1.0248 -2.1756,1.5642 -1.2766,0.53939 -2.8228,0.53939 z"
+ fill="#504999"
+ stroke-width="1.00175"
+ id="path2" />
<g
- id="g1101"
- transform="matrix(0.79058116,0,0,0.7855015,7.6901661,7.9840747)"
- style="stroke:none;stroke-width:0.853386">
+ transform="matrix(0.79058,0,0,0.7855,7.6902,7.9841)"
+ id="g12"
+ style="stroke-width:28.2709">
<path
- style="fill:#ffffff;stroke:none;stroke-width:0.853393px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 2.0988724,16.566254 3.1191844,15.539343 20.091471,32.621383 3.1191844,49.703423 2.0988724,48.674025 18.050844,32.621383 Z"
- id="path1178" />
+ d="m 2.0989,16.566 1.0203,-1.0269 16.972,17.082 -16.972,17.082 -1.0203,-1.0294 15.952,-16.053 z"
+ fill="#ffffff"
+ id="path4"
+ style="stroke-width:158831" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="M -49.050781,19.441406 V 44.662109 L -36.439453,32.052734 Z"
- style="fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.672503px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="path1156" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="M -49.051,19.441 V 44.662 L -36.44,32.053 Z"
+ fill="#c8c8c8"
+ id="path6"
+ style="stroke-width:158831" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="M -37.621094,8.0097656 -48.244141,18.634766 -34.826172,32.052734 -48.244141,45.470703 -37.621094,56.09375 -13.578125,32.052734 Z"
- style="fill:#504999;fill-opacity:1;stroke:none;stroke-width:4.03503;stroke-linejoin:round;paint-order:stroke fill markers"
- id="rect1144" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -37.621,8.0098 -10.623,10.625 13.418,13.418 -13.418,13.418 10.623,10.623 24.043,-24.041 z"
+ fill="#504999"
+ style="stroke-width:158831;paint-order:stroke fill markers"
+ id="path8" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="m -38.115234,35.341797 -8.873675,8.865852 13.090471,-2.88929 z"
- style="fill:#38257a;stroke:none;stroke-width:1.13053"
- id="polygon1099" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -38.115,35.342 -8.8737,8.8659 13.09,-2.8893 z"
+ fill="#38257a"
+ id="path10"
+ style="stroke-width:158831" />
</g>
</g>
</svg>
diff --git a/icon-themes/galaxy/brand_cp/logo-sc_inverted.svg b/icon-themes/galaxy/brand_cp/logo-sc_inverted.svg
new file mode 100644
index 000000000000..a0f79104e711
--- /dev/null
+++ b/icon-themes/galaxy/brand_cp/logo-sc_inverted.svg
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ width="128"
+ height="54"
+ fill-rule="evenodd"
+ stroke-linejoin="round"
+ stroke-width="28.222"
+ preserveAspectRatio="xMidYMid"
+ version="1.2"
+ viewBox="0 0 3386.6787 1428.7765"
+ id="svg16">
+ <metadata
+ id="metadata22">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs20" />
+ <g
+ transform="matrix(26.412072,0,0,26.412072,-246.9716,-173.26687)"
+ stroke-width="28.2709"
+ id="g14">
+ <path
+ d="m 106.28,45.117 q 0,0.23374 -0.036,0.66525 h -7.5335 q 0.19777,1.0608 1.0248,1.6901 0.84505,0.61131 2.0857,0.61131 1.5822,0 2.6071,-1.0428 l 1.2046,1.3844 q -0.64728,0.77313 -1.6362,1.1687 -0.98889,0.39556 -2.2295,0.39556 -1.5822,0 -2.7869,-0.62929 -1.2046,-0.62929 -1.8699,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4024 0.62929,-2.5172 0.64727,-1.1327 1.78,-1.762 1.1327,-0.62929 2.5531,-0.62929 1.4024,0 2.4992,0.62929 1.1147,0.61131 1.7261,1.744 0.62929,1.1147 0.62929,2.5891 z m -4.8546,-3.1644 q -1.0788,0 -1.8339,0.64727 -0.73718,0.62929 -0.89899,1.6901 h 5.4479 q -0.14383,-1.0428 -0.88101,-1.6901 -0.73717,-0.64727 -1.8339,-0.64727 z m -10.069,8.037 q -1.4923,0 -2.679,-0.62929 -1.1867,-0.62929 -1.8519,-1.744 -0.66525,-1.1327 -0.66525,-2.5531 0,-1.4204 0.66525,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1867,-0.62929 2.697,-0.62929 1.4204,0 2.4812,0.57535 1.0788,0.57535 1.6182,1.6541 l -1.7261,1.0069 q -0.41354,-0.66525 -1.0428,-0.98889 -0.61131,-0.34162 -1.3485,-0.34162 -1
.2586,0 -2.0857,0.82707 -0.82707,0.80909 -0.82707,2.1756 0,1.3665 0.80909,2.1935 0.82707,0.80909 2.1036,0.80909 0.73717,0 1.3485,-0.32364 0.62929,-0.34162 1.0428,-1.0069 l 1.7261,1.0069 q -0.55737,1.0788 -1.6362,1.6721 -1.0608,0.57535 -2.4632,0.57535 z m -13.773,-11.777 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.61131 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 L 78.824,38.60816 Q 78.24865,38.2126 77.5834,38.2126 Z m 4.1713,2.0497 h 2.2475 v 9.6012 h -2.2475 z m 1.1327,-1.5822 q -0.61131,0 -1.0248,-0.37758 -0.41354,-0.39556 -0.41354,-0.97091 0,-0.57535 0.41354,-0.95293 0.41354,-0.39556 1.0248,-0.39556 0.61126,0 1.0248,0.37758 0.41354,0.3596 0.41354,0.91697 0,0.59333 -0.41354,1.0069 -0.39556,0.39556 -1.0248,0.39556 z m -11.939,-0.46748 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.6113
1 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 l -0.62929,1.6901 q -0.57535,-0.39556 -1.2406,-0.39556 z m -12.945,11.831 q -1.9238,0 -3.4701,-0.82707 -1.5463,-0.84505 -2.4273,-2.3194 -0.88101,-1.4923 -0.88101,-3.3263 0,-1.8339 0.88101,-3.3083 0.88101,-1.4923 2.4273,-2.3194 1.5463,-0.84505 3.4701,-0.84505 1.9238,0 3.4701,0.84505 1.5463,0.82707 2.4273,2.3014 0.88101,1.4743 0.88101,3.3263 0,1.852 -0.88101,3.3263 -0.88101,1.4743 -2.4273,2.3194 -1.5463,0.82707 -3.4701,0.82707 z m 0,-2.0497 q 1.2586,0 2.2655,-0.55737 1.0069,-0.57535 1.5822,-1.5822 0.57535,-1.0248 0.57535,-2.2834 0,-1.2586 -0.57535,-2.2655 -0.57535,-1.0248 -1.5822,-1.5822 -1.0069,-0.57535 -2.2655,-0.57535 -1.2586,0 -2.2655,0.57535 -1.0069,0.55737 -1.5822,1.5822 -0.57535,1.0069 -0.57535,2.2655 0,1.2586 0.57535,2.2834 0.57535,1.0069 1.5822,1.5822 1.0069,0.55737 2.2655,0.55737 z m 74.526,-27.155 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354
,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59334,-0.53939 -1.78,-0.53939 -0.8091,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30565,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48545,0.97091 0.48546,0.3596 1.3485,0.3596 z m -8.6302,-6.6885 q 0.97091,-1.5103 3.4162,-1.5103 v 2.1396 q -0.28768,-0.05394 -0.52142,-0.05394 -1.3125,0 -2.0497,0.77313 -0.73717,0.75515 -0.73717,2.1935 v 4.6568 h -2.2475 v -9.6012 h 2.1396 z m -9.4214,8.3246 q -1.4564,0 -2.625,-0.62929 -1.1686,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.16865,-
0.6293 2.625,-0.62929 1.4744,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66526,1.1147 0.66526,2.5352 0,1.4205 -0.66526,2.5531 -0.64727,1.1147 -1.816,1.744 -1.1687,0.62929 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.0497,0.82707 -0.79112,0.82707 -0.79112,2.1756 0,1.34853 0.79112,2.1756 0.80909,0.82707 2.0497,0.82707 z m -11.327,-7.9111 q 1.4024,0 2.4992,0.61131 1.1148,0.61131 1.744,1.7261 0.6293,1.1147 0.6293,2.5711 0,1.4564 -0.6293,2.5891 -0.62929,1.1147 -1.744,1.7261 -1.0968,0.61131 -2.4992,0.61131 -0.98889,0 -1.816,-0.34162 -0.80909,-0.34162 -1.3665,-1.0248 v 1.2406 h -2.1396 v -13.341 h 2.2475 v 4.9085 q 0.57536,-0.62929 1.3485,-0.95293 0.79111,-0.32364 1.7261,-0.32364 z m -0.25172,7.9111 q 1.2406,0 2.0317,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.79111,-0.82707 -2.0317,-0.82707 -0.80909,0 -1.4564,0.37758 -0.64727,0.3596 -1.0248,
1.0428 -0.37758,0.68323 -0.37758,1.5822 0,0.89897 0.37758,1.5822 0.37758,0.68323 1.0248,1.0608 0.64727,0.3596 1.4564,0.3596 z m -12.316,-7.9111 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59333,-0.53939 -1.78,-0.53939 -0.80909,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30566,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48546,0.97091 0.48545,0.3596 1.3485,0.3596 z m -8.5584,-11.831 h 2.2475 v 13.341 h -2.2475 z m -5.1962,0 h 2.2475 v 13.341 h -2.2475 z m -7.2818,13.467 q -1.4564,0 -2.625,-0.62929 -
1.1687,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1687,-0.62929 2.625,-0.62929 1.4743,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66525,1.1147 0.66525,2.5352 0,1.4205 -0.66525,2.5531 -0.64727,1.1147 -1.816,1.744 -1.16873,0.6293 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.24061,0 -2.0497,0.82707 -0.79111,0.82707 -0.79111,2.1756 0,1.34853 0.79111,2.1756 0.80909,0.82707 2.0497,0.82707 z m -10.986,1.9778 q -1.9059,0 -3.4521,-0.82707 -1.5283,-0.84505 -2.4093,-2.3194 -0.86303,-1.4743 -0.86303,-3.3263 0,-1.8519 0.88101,-3.3263 0.88101,-1.4743 2.4093,-2.3014 1.5463,-0.84505 3.4521,-0.84505 1.5463,0 2.8228,0.53939 1.2766,0.53939 2.1576,1.5642 l -1.5103,1.4204 q -1.3665,-1.4743 -3.3622,-1.4743 -1.2945,0 -2.3194,0.57535 -1.0248,0.55737 -1.6002,1.5642 -0.57535,1.0069 -0.57535,2.2834 0,1.2766 0.57535,2.2834 0.5753
5,1.0069 1.6002,1.5822 1.0248,0.55737 2.3194,0.55737 1.9958,0 3.3622,-1.4923 l 1.5103,1.4384 q -0.88101,1.0248 -2.1756,1.5642 -1.2766,0.53939 -2.8228,0.53939 z"
+ fill="#504999"
+ stroke-width="1.00175"
+ id="path2"
+ style="fill:#ffffff" />
+ <g
+ transform="matrix(0.79058,0,0,0.7855,7.6902,7.9841)"
+ id="g12"
+ style="stroke-width:28.2709">
+ <path
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="M -49.051,19.441 V 44.662 L -36.44,32.053 Z"
+ fill="#c8c8c8"
+ id="path6"
+ style="stroke-width:158831;fill:#ffffff" />
+ <path
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -37.621,8.0098 -10.623,10.625 13.418,13.418 -13.418,13.418 10.623,10.623 24.043,-24.041 z"
+ fill="#504999"
+ style="stroke-width:158831;paint-order:stroke fill markers;fill:#ffffff"
+ id="path8" />
+ </g>
+ </g>
+</svg>
diff --git a/icon-themes/galaxy/brand_cp/logo.svg b/icon-themes/galaxy/brand_cp/logo.svg
index 56e48d7341fb..18401b2a7284 100644
--- a/icon-themes/galaxy/brand_cp/logo.svg
+++ b/icon-themes/galaxy/brand_cp/logo.svg
@@ -7,19 +7,19 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="128"
+ height="54"
+ fill-rule="evenodd"
stroke-linejoin="round"
stroke-width="28.222"
- fill-rule="evenodd"
preserveAspectRatio="xMidYMid"
- viewBox="0 0 9144.293 1891.771"
- height="71.5"
- width="345.611"
version="1.2"
- id="svg14"
+ viewBox="0 0 3386.6787 1428.7765"
+ id="svg16"
sodipodi:docname="logo.svg"
inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
<metadata
- id="metadata20">
+ id="metadata22">
<rdf:RDF>
<cc:Work
rdf:about="">
@@ -31,32 +31,7 @@
</rdf:RDF>
</metadata>
<defs
- id="defs18">
- <marker
- orient="auto"
- refY="0.0"
- refX="0.0"
- id="TriangleOutS"
- style="overflow:visible">
- <path
- id="path1029"
- d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
- style="fill-rule:evenodd;stroke:#504999;stroke-width:1pt;stroke-opacity:1;fill:#504999;fill-opacity:1"
- transform="scale(0.2)" />
- </marker>
- <marker
- orient="auto"
- refY="0.0"
- refX="0.0"
- id="TriangleOutM"
- style="overflow:visible">
- <path
- id="path1026"
- d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacity:1"
- transform="scale(0.4)" />
- </marker>
- </defs>
+ id="defs20" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
@@ -68,115 +43,56 @@
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1019"
- id="namedview16"
+ id="namedview18"
showgrid="false"
- inkscape:snap-page="true"
- inkscape:zoom="3.602316"
- inkscape:cx="172.8055"
- inkscape:cy="35.75"
+ fit-margin-top="0"
+ fit-margin-left="0"
+ fit-margin-right="0"
+ fit-margin-bottom="0"
+ inkscape:zoom="2.8284271"
+ inkscape:cx="33.270644"
+ inkscape:cy="45.559194"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
- inkscape:current-layer="svg14" />
+ inkscape:current-layer="svg16"
+ inkscape:document-rotation="0" />
<g
- id="g902"
- transform="matrix(39.343063,0,0,39.343063,-367.83776,-376.32632)"
- style="stroke-width:18.9794">
- <g
- id="g857"
- transform="translate(-1.4512391,-7.8099877)"
- style="stroke-width:18.9794"><g
- aria-label="Collabora"
- id="text1246"
- style="font-size:17.9798px;line-height:1.25;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI';letter-spacing:0px;word-spacing:0px;fill:#504999;fill-opacity:1;stroke-width:0.672504">
- <path
- d="m 59.402759,38.537826 q -1.905858,0 -3.452121,-0.82707 -1.528283,-0.845051 -2.409293,-2.319394 -0.863031,-1.474344 -0.863031,-3.326263 0,-1.85192 0.881011,-3.326263 0.88101,-1.474344 2.409293,-2.301415 1.546262,-0.84505 3.452121,-0.84505 1.546263,0 2.822829,0.539394 1.276565,0.539394 2.157576,1.564242 l -1.510304,1.420405 q -1.366464,-1.474344 -3.362222,-1.474344 -1.294546,0 -2.319394,0.575354 -1.024849,0.557373 -1.600202,1.564242 -0.575354,1.006869 -0.575354,2.283435 0,1.276565 0.575354,2.283434 0.575353,1.006869 1.600202,1.582223 1.024848,0.557373 2.319394,0.557373 1.995758,0 3.362222,-1.492323 l 1.510304,1.438384 q -0.881011,1.024848 -2.175556,1.564242 -1.276566,0.539394 -2.822829,0.539394 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path861" />
- <path
- d="m 70.388395,38.483887 q -1.456364,0 -2.62505,-0.629293 -1.168687,-0.629293 -1.83394,-1.74404 -0.647273,-1.132728 -0.647273,-2.553132 0,-1.420404 0.647273,-2.535152 0.665253,-1.114747 1.83394,-1.74404 1.168686,-0.629293 2.62505,-0.629293 1.474344,0 2.643031,0.629293 1.168687,0.629293 1.815959,1.74404 0.665253,1.114748 0.665253,2.535152 0,1.420404 -0.665253,2.553132 -0.647272,1.114747 -1.815959,1.74404 -1.168687,0.629293 -2.643031,0.629293 z m 0,-1.923839 q 1.240606,0 2.049697,-0.82707 0.809091,-0.827071 0.809091,-2.175556 0,-1.348485 -0.809091,-2.175556 -0.809091,-0.82707 -2.049697,-0.82707 -1.240606,0 -2.049697,0.82707 -0.791111,0.827071 -0.791111,2.175556 0,1.348485 0.791111,2.175556 0.809091,0.82707 2.049697,0.82707 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path863" />
- <path
- d="m 77.670188,25.017017 h 2.247475 v 13.341011 h -2.247475 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path865" />
- <path
- d="m 82.866342,25.017017 h 2.247475 v 13.341011 h -2.247475 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path867" />
- <path
- d="m 91.730376,28.648937 q 2.121617,0 3.236364,1.024848 1.132728,1.006869 1.132728,3.056566 v 5.627677 h -2.121617 v -1.168687 q -0.413535,0.629293 -1.186666,0.97091 -0.755152,0.323636 -1.83394,0.323636 -1.078788,0 -1.887879,-0.359596 -0.809091,-0.377576 -1.258586,-1.024849 -0.431515,-0.665252 -0.431515,-1.492323 0,-1.294545 0.952929,-2.067677 0.97091,-0.791111 3.038586,-0.791111 h 2.481213 v -0.143838 q 0,-1.006869 -0.611313,-1.546263 -0.593334,-0.539394 -1.780001,-0.539394 -0.809091,0 -1.600202,0.251717 -0.773131,0.251717 -1.312525,0.701212 l -0.88101,-1.636161 q 0.755151,-0.575354 1.81596,-0.881011 1.060808,-0.305656 2.247474,-0.305656 z m -0.305656,8.198788 q 0.84505,0 1.492323,-0.377576 0.665253,-0.395555 0.93495,-1.114747 v -1.114748 h -2.319394 q -1.941819,0 -1.941819,1.276566 0,0.611313 0.485455,0.970909 0.485454,0.359596 1.348485,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path869" />
- <path
- d="m 104.29823,28.648937 q 1.40242,0 2.49919,0.611313 1.11475,0.611313 1.74404,1.726061 0.6293,1.114747 0.6293,2.571111 0,1.456364 -0.6293,2.589091 -0.62929,1.114748 -1.74404,1.726061 -1.09677,0.611313 -2.49919,0.611313 -0.98889,0 -1.81596,-0.341616 -0.80909,-0.341616 -1.36646,-1.024849 v 1.240606 H 98.976209 V 25.017017 h 2.247471 v 4.908486 q 0.57536,-0.629293 1.34849,-0.95293 0.79111,-0.323636 1.72606,-0.323636 z m -0.25172,7.911111 q 1.24061,0 2.03172,-0.82707 0.80909,-0.827071 0.80909,-2.175556 0,-1.348485 -0.80909,-2.175556 -0.79111,-0.82707 -2.03172,-0.82707 -0.80909,0 -1.45636,0.377575 -0.64727,0.359596 -1.02485,1.042829 -0.37758,0.683232 -0.37758,1.582222 0,0.89899 0.37758,1.582222 0.37758,0.683233 1.02485,1.060808 0.64727,0.359596 1.45636,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path871" />
- <path
- d="m 115.62548,38.483887 q -1.45636,0 -2.62505,-0.629293 -1.16869,-0.629293 -1.83394,-1.74404 -0.64727,-1.132728 -0.64727,-2.553132 0,-1.420404 0.64727,-2.535152 0.66525,-1.114747 1.83394,-1.74404 1.16869,-0.629293 2.62505,-0.629293 1.47435,0 2.64303,0.629293 1.16869,0.629293 1.81596,1.74404 0.66526,1.114748 0.66526,2.535152 0,1.420404 -0.66526,2.553132 -0.64727,1.114747 -1.81596,1.74404 -1.16868,0.629293 -2.64303,0.629293 z m 0,-1.923839 q 1.24061,0 2.0497,-0.82707 0.80909,-0.827071 0.80909,-2.175556 0,-1.348485 -0.80909,-2.175556 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.04969,0.82707 -0.79112,0.827071 -0.79112,2.175556 0,1.348485 0.79112,2.175556 0.80909,0.82707 2.04969,0.82707 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path873" />
- <path
- d="m 125.04687,30.15924 q 0.97091,-1.510303 3.41617,-1.510303 v 2.139596 q -0.28768,-0.05394 -0.52142,-0.05394 -1.31252,0 -2.0497,0.773131 -0.73717,0.755151 -0.73717,2.193535 v 4.656768 h -2.24747 v -9.601212 h 2.13959 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path875" />
- <path
- d="m 133.98277,28.648937 q 2.12162,0 3.23637,1.024848 1.13272,1.006869 1.13272,3.056566 v 5.627677 h -2.12161 v -1.168687 q -0.41354,0.629293 -1.18667,0.97091 -0.75515,0.323636 -1.83394,0.323636 -1.07879,0 -1.88788,-0.359596 -0.80909,-0.377576 -1.25858,-1.024849 -0.43152,-0.665252 -0.43152,-1.492323 0,-1.294545 0.95293,-2.067677 0.97091,-0.791111 3.03859,-0.791111 h 2.48121 v -0.143838 q 0,-1.006869 -0.61131,-1.546263 -0.59334,-0.539394 -1.78,-0.539394 -0.8091,0 -1.60021,0.251717 -0.77313,0.251717 -1.31252,0.701212 l -0.88101,-1.636161 q 0.75515,-0.575354 1.81596,-0.881011 1.06081,-0.305656 2.24747,-0.305656 z m -0.30565,8.198788 q 0.84505,0 1.49232,-0.377576 0.66525,-0.395555 0.93495,-1.114747 v -1.114748 h -2.3194 q -1.94181,0 -1.94181,1.276566 0,0.611313 0.48545,0.970909 0.48546,0.359596 1.34849,0.359596 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path877" />
-</g>
-
-<g
- aria-label="Office"
- id="text1254"
- style="font-size:17.9798px;line-height:1.25;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI';letter-spacing:0px;word-spacing:0px;fill:#504999;fill-opacity:1;stroke-width:0.672504">
- <path
- d="m 59.456699,57.853405 q -1.923839,0 -3.470102,-0.827071 -1.546262,-0.84505 -2.427272,-2.319394 -0.881011,-1.492323 -0.881011,-3.326263 0,-1.833939 0.881011,-3.308283 0.88101,-1.492323 2.427272,-2.319394 1.546263,-0.845051 3.470102,-0.845051 1.923838,0 3.470101,0.845051 1.546263,0.827071 2.427273,2.301414 0.88101,1.474344 0.88101,3.326263 0,1.851919 -0.88101,3.326263 -0.88101,1.474344 -2.427273,2.319394 -1.546263,0.827071 -3.470101,0.827071 z m 0,-2.049697 q 1.258586,0 2.265454,-0.557374 1.006869,-0.575354 1.582223,-1.582222 0.575353,-1.024849 0.575353,-2.283435 0,-1.258586 -0.575353,-2.265455 -0.575354,-1.024848 -1.582223,-1.582222 -1.006868,-0.575353 -2.265454,-0.575353 -1.258586,0 -2.265455,0.575353 -1.006869,0.557374 -1.582222,1.582222 -0.575354,1.006869 -0.575354,2.265455 0,1.258586 0.575354,2.283435 0.575353,1.006868 1.582222,1.582222 1.006869,0.557374 2.265455,0.557374 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path880" />
- <path
- d="m 72.402137,46.022697 q -1.420404,0 -1.420404,1.546263 v 0.575353 h 2.643031 v 1.79798 h -2.571112 v 7.731314 h -2.247474 v -7.731314 h -1.582223 v -1.79798 h 1.582223 V 47.533 q 0,-1.546263 0.898989,-2.427273 0.89899,-0.89899 2.535152,-0.89899 1.294546,0 2.031718,0.521414 l -0.629293,1.690102 Q 73.06739,46.022697 72.402137,46.022697 Z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path882" />
- <path
- d="m 79.036673,46.022697 q -1.420404,0 -1.420404,1.546263 v 0.575353 H 80.2593 v 1.79798 h -2.571112 v 7.731314 h -2.247475 v -7.731314 h -1.582222 v -1.79798 h 1.582222 V 47.533 q 0,-1.546263 0.89899,-2.427273 0.89899,-0.89899 2.535152,-0.89899 1.294546,0 2.031717,0.521414 l -0.629293,1.690102 q -0.575353,-0.395556 -1.240606,-0.395556 z m 4.171314,2.049697 h 2.247475 v 9.601213 h -2.247475 z m 1.132727,-1.582222 q -0.611313,0 -1.024849,-0.377576 -0.413535,-0.395556 -0.413535,-0.970909 0,-0.575354 0.413535,-0.95293 0.413536,-0.395555 1.024849,-0.395555 0.611313,0 1.024849,0.377576 0.413535,0.359596 0.413535,0.916969 0,0.593334 -0.413535,1.006869 -0.395556,0.395556 -1.024849,0.395556 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path884" />
- <path
- d="m 92.809181,57.799465 q -1.492323,0 -2.67899,-0.629293 -1.186667,-0.629292 -1.851919,-1.74404 -0.665253,-1.132727 -0.665253,-2.553132 0,-1.420404 0.665253,-2.535151 0.665252,-1.114748 1.833939,-1.744041 1.186667,-0.629293 2.69697,-0.629293 1.420404,0 2.481212,0.575354 1.078788,0.575353 1.618182,1.654141 l -1.72606,1.006869 q -0.413536,-0.665252 -1.042829,-0.988889 -0.611313,-0.341616 -1.348485,-0.341616 -1.258586,0 -2.085656,0.827071 -0.827071,0.809091 -0.827071,2.175555 0,1.366465 0.809091,2.193536 0.82707,0.809091 2.103636,0.809091 0.737172,0 1.348485,-0.323636 0.629293,-0.341617 1.042829,-1.006869 l 1.72606,1.006869 q -0.557374,1.078788 -1.636161,1.672121 -1.060809,0.575353 -2.463233,0.575353 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path886" />
- <path
- d="m 107.73238,52.92694 q 0,0.233737 -0.036,0.665252 h -7.53353 q 0.19777,1.060809 1.02484,1.690102 0.84505,0.611313 2.08566,0.611313 1.58222,0 2.60707,-1.042829 l 1.20465,1.384445 q -0.64728,0.773131 -1.63616,1.168687 -0.98889,0.395555 -2.2295,0.395555 -1.58222,0 -2.78687,-0.629293 Q 99.227935,56.54088 98.562683,55.426132 97.91541,54.293405 97.91541,52.873 q 0,-1.402424 0.629293,-2.517171 0.647273,-1.132728 1.779997,-1.762021 1.13273,-0.629293 2.55313,-0.629293 1.40243,0 2.4992,0.629293 1.11474,0.611313 1.72606,1.744041 0.62929,1.114747 0.62929,2.589091 z m -4.85455,-3.164445 q -1.07878,0 -1.83393,0.647273 -0.73718,0.629293 -0.89899,1.690101 h 5.44787 q -0.14383,-1.042828 -0.88101,-1.690101 -0.73717,-0.647273 -1.83394,-0.647273 z"
- style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-family:Montserrat;-inkscape-font-specification:'Montserrat Semi-Bold';fill:#504999;fill-opacity:1;stroke-width:0.672504"
- id="path888" />
-</g>
-
-</g>
+ transform="matrix(26.412072,0,0,26.412072,-246.9716,-173.26687)"
+ stroke-width="28.2709"
+ id="g14">
+ <path
+ d="m 106.28,45.117 q 0,0.23374 -0.036,0.66525 h -7.5335 q 0.19777,1.0608 1.0248,1.6901 0.84505,0.61131 2.0857,0.61131 1.5822,0 2.6071,-1.0428 l 1.2046,1.3844 q -0.64728,0.77313 -1.6362,1.1687 -0.98889,0.39556 -2.2295,0.39556 -1.5822,0 -2.7869,-0.62929 -1.2046,-0.62929 -1.8699,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4024 0.62929,-2.5172 0.64727,-1.1327 1.78,-1.762 1.1327,-0.62929 2.5531,-0.62929 1.4024,0 2.4992,0.62929 1.1147,0.61131 1.7261,1.744 0.62929,1.1147 0.62929,2.5891 z m -4.8546,-3.1644 q -1.0788,0 -1.8339,0.64727 -0.73718,0.62929 -0.89899,1.6901 h 5.4479 q -0.14383,-1.0428 -0.88101,-1.6901 -0.73717,-0.64727 -1.8339,-0.64727 z m -10.069,8.037 q -1.4923,0 -2.679,-0.62929 -1.1867,-0.62929 -1.8519,-1.744 -0.66525,-1.1327 -0.66525,-2.5531 0,-1.4204 0.66525,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1867,-0.62929 2.697,-0.62929 1.4204,0 2.4812,0.57535 1.0788,0.57535 1.6182,1.6541 l -1.7261,1.0069 q -0.41354,-0.66525 -1.0428,-0.98889 -0.61131,-0.34162 -1.3485,-0.34162 -1
.2586,0 -2.0857,0.82707 -0.82707,0.80909 -0.82707,2.1756 0,1.3665 0.80909,2.1935 0.82707,0.80909 2.1036,0.80909 0.73717,0 1.3485,-0.32364 0.62929,-0.34162 1.0428,-1.0069 l 1.7261,1.0069 q -0.55737,1.0788 -1.6362,1.6721 -1.0608,0.57535 -2.4632,0.57535 z m -13.773,-11.777 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.61131 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 L 78.824,38.60816 Q 78.24865,38.2126 77.5834,38.2126 Z m 4.1713,2.0497 h 2.2475 v 9.6012 h -2.2475 z m 1.1327,-1.5822 q -0.61131,0 -1.0248,-0.37758 -0.41354,-0.39556 -0.41354,-0.97091 0,-0.57535 0.41354,-0.95293 0.41354,-0.39556 1.0248,-0.39556 0.61126,0 1.0248,0.37758 0.41354,0.3596 0.41354,0.91697 0,0.59333 -0.41354,1.0069 -0.39556,0.39556 -1.0248,0.39556 z m -11.939,-0.46748 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.6113
1 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 l -0.62929,1.6901 q -0.57535,-0.39556 -1.2406,-0.39556 z m -12.945,11.831 q -1.9238,0 -3.4701,-0.82707 -1.5463,-0.84505 -2.4273,-2.3194 -0.88101,-1.4923 -0.88101,-3.3263 0,-1.8339 0.88101,-3.3083 0.88101,-1.4923 2.4273,-2.3194 1.5463,-0.84505 3.4701,-0.84505 1.9238,0 3.4701,0.84505 1.5463,0.82707 2.4273,2.3014 0.88101,1.4743 0.88101,3.3263 0,1.852 -0.88101,3.3263 -0.88101,1.4743 -2.4273,2.3194 -1.5463,0.82707 -3.4701,0.82707 z m 0,-2.0497 q 1.2586,0 2.2655,-0.55737 1.0069,-0.57535 1.5822,-1.5822 0.57535,-1.0248 0.57535,-2.2834 0,-1.2586 -0.57535,-2.2655 -0.57535,-1.0248 -1.5822,-1.5822 -1.0069,-0.57535 -2.2655,-0.57535 -1.2586,0 -2.2655,0.57535 -1.0069,0.55737 -1.5822,1.5822 -0.57535,1.0069 -0.57535,2.2655 0,1.2586 0.57535,2.2834 0.57535,1.0069 1.5822,1.5822 1.0069,0.55737 2.2655,0.55737 z m 74.526,-27.155 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354
,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59334,-0.53939 -1.78,-0.53939 -0.8091,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30565,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48545,0.97091 0.48546,0.3596 1.3485,0.3596 z m -8.6302,-6.6885 q 0.97091,-1.5103 3.4162,-1.5103 v 2.1396 q -0.28768,-0.05394 -0.52142,-0.05394 -1.3125,0 -2.0497,0.77313 -0.73717,0.75515 -0.73717,2.1935 v 4.6568 h -2.2475 v -9.6012 h 2.1396 z m -9.4214,8.3246 q -1.4564,0 -2.625,-0.62929 -1.1686,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.16865,-
0.6293 2.625,-0.62929 1.4744,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66526,1.1147 0.66526,2.5352 0,1.4205 -0.66526,2.5531 -0.64727,1.1147 -1.816,1.744 -1.1687,0.62929 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.0497,0.82707 -0.79112,0.82707 -0.79112,2.1756 0,1.34853 0.79112,2.1756 0.80909,0.82707 2.0497,0.82707 z m -11.327,-7.9111 q 1.4024,0 2.4992,0.61131 1.1148,0.61131 1.744,1.7261 0.6293,1.1147 0.6293,2.5711 0,1.4564 -0.6293,2.5891 -0.62929,1.1147 -1.744,1.7261 -1.0968,0.61131 -2.4992,0.61131 -0.98889,0 -1.816,-0.34162 -0.80909,-0.34162 -1.3665,-1.0248 v 1.2406 h -2.1396 v -13.341 h 2.2475 v 4.9085 q 0.57536,-0.62929 1.3485,-0.95293 0.79111,-0.32364 1.7261,-0.32364 z m -0.25172,7.9111 q 1.2406,0 2.0317,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.79111,-0.82707 -2.0317,-0.82707 -0.80909,0 -1.4564,0.37758 -0.64727,0.3596 -1.0248,
1.0428 -0.37758,0.68323 -0.37758,1.5822 0,0.89897 0.37758,1.5822 0.37758,0.68323 1.0248,1.0608 0.64727,0.3596 1.4564,0.3596 z m -12.316,-7.9111 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59333,-0.53939 -1.78,-0.53939 -0.80909,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30566,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48546,0.97091 0.48545,0.3596 1.3485,0.3596 z m -8.5584,-11.831 h 2.2475 v 13.341 h -2.2475 z m -5.1962,0 h 2.2475 v 13.341 h -2.2475 z m -7.2818,13.467 q -1.4564,0 -2.625,-0.62929 -
1.1687,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1687,-0.62929 2.625,-0.62929 1.4743,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66525,1.1147 0.66525,2.5352 0,1.4205 -0.66525,2.5531 -0.64727,1.1147 -1.816,1.744 -1.16873,0.6293 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.24061,0 -2.0497,0.82707 -0.79111,0.82707 -0.79111,2.1756 0,1.34853 0.79111,2.1756 0.80909,0.82707 2.0497,0.82707 z m -10.986,1.9778 q -1.9059,0 -3.4521,-0.82707 -1.5283,-0.84505 -2.4093,-2.3194 -0.86303,-1.4743 -0.86303,-3.3263 0,-1.8519 0.88101,-3.3263 0.88101,-1.4743 2.4093,-2.3014 1.5463,-0.84505 3.4521,-0.84505 1.5463,0 2.8228,0.53939 1.2766,0.53939 2.1576,1.5642 l -1.5103,1.4204 q -1.3665,-1.4743 -3.3622,-1.4743 -1.2945,0 -2.3194,0.57535 -1.0248,0.55737 -1.6002,1.5642 -0.57535,1.0069 -0.57535,2.2834 0,1.2766 0.57535,2.2834 0.5753
5,1.0069 1.6002,1.5822 1.0248,0.55737 2.3194,0.55737 1.9958,0 3.3622,-1.4923 l 1.5103,1.4384 q -0.88101,1.0248 -2.1756,1.5642 -1.2766,0.53939 -2.8228,0.53939 z"
+ fill="#504999"
+ stroke-width="1.00175"
+ id="path2" />
<g
- id="g1101"
- transform="matrix(0.79058116,0,0,0.7855015,7.6901661,7.9840747)"
- style="stroke:none;stroke-width:0.853386">
+ transform="matrix(0.79058,0,0,0.7855,7.6902,7.9841)"
+ id="g12"
+ style="stroke-width:28.2709">
<path
- style="fill:#ffffff;stroke:none;stroke-width:0.853394px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 2.0988724,16.566254 3.1191844,15.539343 20.091471,32.621383 3.1191844,49.703423 2.0988724,48.674025 18.050844,32.621383 Z"
- id="path1178" />
+ d="m 2.0989,16.566 1.0203,-1.0269 16.972,17.082 -16.972,17.082 -1.0203,-1.0294 15.952,-16.053 z"
+ fill="#ffffff"
+ id="path4"
+ style="stroke-width:158831" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="M -49.050781,19.441406 V 44.662109 L -36.439453,32.052734 Z"
- style="fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.672504px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- id="path1156" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="M -49.051,19.441 V 44.662 L -36.44,32.053 Z"
+ fill="#c8c8c8"
+ id="path6"
+ style="stroke-width:158831" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="M -37.621094,8.0097656 -48.244141,18.634766 -34.826172,32.052734 -48.244141,45.470703 -37.621094,56.09375 -13.578125,32.052734 Z"
- style="fill:#504999;fill-opacity:1;stroke:none;stroke-width:4.03503;stroke-linejoin:round;paint-order:stroke fill markers"
- id="rect1144" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -37.621,8.0098 -10.623,10.625 13.418,13.418 -13.418,13.418 10.623,10.623 24.043,-24.041 z"
+ fill="#504999"
+ style="stroke-width:158831;paint-order:stroke fill markers"
+ id="path8" />
<path
- transform="matrix(1.2648923,0,0,1.273072,64.142828,-8.1840554)"
- d="m -38.115234,35.341797 -8.873675,8.865852 13.090471,-2.88929 z"
- style="fill:#38257a;stroke:none;stroke-width:1.13052"
- id="polygon1099" />
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -38.115,35.342 -8.8737,8.8659 13.09,-2.8893 z"
+ fill="#38257a"
+ id="path10"
+ style="stroke-width:158831" />
</g>
</g>
</svg>
diff --git a/icon-themes/galaxy/brand_cp/logo_inverted.svg b/icon-themes/galaxy/brand_cp/logo_inverted.svg
new file mode 100644
index 000000000000..a0f79104e711
--- /dev/null
+++ b/icon-themes/galaxy/brand_cp/logo_inverted.svg
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ width="128"
+ height="54"
+ fill-rule="evenodd"
+ stroke-linejoin="round"
+ stroke-width="28.222"
+ preserveAspectRatio="xMidYMid"
+ version="1.2"
+ viewBox="0 0 3386.6787 1428.7765"
+ id="svg16">
+ <metadata
+ id="metadata22">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs20" />
+ <g
+ transform="matrix(26.412072,0,0,26.412072,-246.9716,-173.26687)"
+ stroke-width="28.2709"
+ id="g14">
+ <path
+ d="m 106.28,45.117 q 0,0.23374 -0.036,0.66525 h -7.5335 q 0.19777,1.0608 1.0248,1.6901 0.84505,0.61131 2.0857,0.61131 1.5822,0 2.6071,-1.0428 l 1.2046,1.3844 q -0.64728,0.77313 -1.6362,1.1687 -0.98889,0.39556 -2.2295,0.39556 -1.5822,0 -2.7869,-0.62929 -1.2046,-0.62929 -1.8699,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4024 0.62929,-2.5172 0.64727,-1.1327 1.78,-1.762 1.1327,-0.62929 2.5531,-0.62929 1.4024,0 2.4992,0.62929 1.1147,0.61131 1.7261,1.744 0.62929,1.1147 0.62929,2.5891 z m -4.8546,-3.1644 q -1.0788,0 -1.8339,0.64727 -0.73718,0.62929 -0.89899,1.6901 h 5.4479 q -0.14383,-1.0428 -0.88101,-1.6901 -0.73717,-0.64727 -1.8339,-0.64727 z m -10.069,8.037 q -1.4923,0 -2.679,-0.62929 -1.1867,-0.62929 -1.8519,-1.744 -0.66525,-1.1327 -0.66525,-2.5531 0,-1.4204 0.66525,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1867,-0.62929 2.697,-0.62929 1.4204,0 2.4812,0.57535 1.0788,0.57535 1.6182,1.6541 l -1.7261,1.0069 q -0.41354,-0.66525 -1.0428,-0.98889 -0.61131,-0.34162 -1.3485,-0.34162 -1
.2586,0 -2.0857,0.82707 -0.82707,0.80909 -0.82707,2.1756 0,1.3665 0.80909,2.1935 0.82707,0.80909 2.1036,0.80909 0.73717,0 1.3485,-0.32364 0.62929,-0.34162 1.0428,-1.0069 l 1.7261,1.0069 q -0.55737,1.0788 -1.6362,1.6721 -1.0608,0.57535 -2.4632,0.57535 z m -13.773,-11.777 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.61131 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 L 78.824,38.60816 Q 78.24865,38.2126 77.5834,38.2126 Z m 4.1713,2.0497 h 2.2475 v 9.6012 h -2.2475 z m 1.1327,-1.5822 q -0.61131,0 -1.0248,-0.37758 -0.41354,-0.39556 -0.41354,-0.97091 0,-0.57535 0.41354,-0.95293 0.41354,-0.39556 1.0248,-0.39556 0.61126,0 1.0248,0.37758 0.41354,0.3596 0.41354,0.91697 0,0.59333 -0.41354,1.0069 -0.39556,0.39556 -1.0248,0.39556 z m -11.939,-0.46748 q -1.4204,0 -1.4204,1.5463 v 0.57535 h 2.643 v 1.798 h -2.5711 v 7.7313 h -2.2475 v -7.7313 h -1.5822 v -1.798 h 1.5822 v -0.6113
1 q 0,-1.5463 0.89899,-2.4273 0.89899,-0.89899 2.5352,-0.89899 1.2945,0 2.0317,0.52141 l -0.62929,1.6901 q -0.57535,-0.39556 -1.2406,-0.39556 z m -12.945,11.831 q -1.9238,0 -3.4701,-0.82707 -1.5463,-0.84505 -2.4273,-2.3194 -0.88101,-1.4923 -0.88101,-3.3263 0,-1.8339 0.88101,-3.3083 0.88101,-1.4923 2.4273,-2.3194 1.5463,-0.84505 3.4701,-0.84505 1.9238,0 3.4701,0.84505 1.5463,0.82707 2.4273,2.3014 0.88101,1.4743 0.88101,3.3263 0,1.852 -0.88101,3.3263 -0.88101,1.4743 -2.4273,2.3194 -1.5463,0.82707 -3.4701,0.82707 z m 0,-2.0497 q 1.2586,0 2.2655,-0.55737 1.0069,-0.57535 1.5822,-1.5822 0.57535,-1.0248 0.57535,-2.2834 0,-1.2586 -0.57535,-2.2655 -0.57535,-1.0248 -1.5822,-1.5822 -1.0069,-0.57535 -2.2655,-0.57535 -1.2586,0 -2.2655,0.57535 -1.0069,0.55737 -1.5822,1.5822 -0.57535,1.0069 -0.57535,2.2655 0,1.2586 0.57535,2.2834 0.57535,1.0069 1.5822,1.5822 1.0069,0.55737 2.2655,0.55737 z m 74.526,-27.155 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354
,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59334,-0.53939 -1.78,-0.53939 -0.8091,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30565,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48545,0.97091 0.48546,0.3596 1.3485,0.3596 z m -8.6302,-6.6885 q 0.97091,-1.5103 3.4162,-1.5103 v 2.1396 q -0.28768,-0.05394 -0.52142,-0.05394 -1.3125,0 -2.0497,0.77313 -0.73717,0.75515 -0.73717,2.1935 v 4.6568 h -2.2475 v -9.6012 h 2.1396 z m -9.4214,8.3246 q -1.4564,0 -2.625,-0.62929 -1.1686,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.16865,-
0.6293 2.625,-0.62929 1.4744,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66526,1.1147 0.66526,2.5352 0,1.4205 -0.66526,2.5531 -0.64727,1.1147 -1.816,1.744 -1.1687,0.62929 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.2406,0 -2.0497,0.82707 -0.79112,0.82707 -0.79112,2.1756 0,1.34853 0.79112,2.1756 0.80909,0.82707 2.0497,0.82707 z m -11.327,-7.9111 q 1.4024,0 2.4992,0.61131 1.1148,0.61131 1.744,1.7261 0.6293,1.1147 0.6293,2.5711 0,1.4564 -0.6293,2.5891 -0.62929,1.1147 -1.744,1.7261 -1.0968,0.61131 -2.4992,0.61131 -0.98889,0 -1.816,-0.34162 -0.80909,-0.34162 -1.3665,-1.0248 v 1.2406 h -2.1396 v -13.341 h 2.2475 v 4.9085 q 0.57536,-0.62929 1.3485,-0.95293 0.79111,-0.32364 1.7261,-0.32364 z m -0.25172,7.9111 q 1.2406,0 2.0317,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.79111,-0.82707 -2.0317,-0.82707 -0.80909,0 -1.4564,0.37758 -0.64727,0.3596 -1.0248,
1.0428 -0.37758,0.68323 -0.37758,1.5822 0,0.89897 0.37758,1.5822 0.37758,0.68323 1.0248,1.0608 0.64727,0.3596 1.4564,0.3596 z m -12.316,-7.9111 q 2.1216,0 3.2364,1.0248 1.1327,1.0069 1.1327,3.0566 v 5.6277 h -2.1216 v -1.1687 q -0.41354,0.62929 -1.1867,0.97091 -0.75515,0.32364 -1.8339,0.32364 -1.07875,0 -1.8879,-0.3596 -0.80909,-0.37758 -1.2586,-1.0248 -0.43152,-0.66525 -0.43152,-1.4923 0,-1.2945 0.95293,-2.0677 0.97091,-0.79111 3.0386,-0.79111 h 2.4812 v -0.14384 q 0,-1.0069 -0.61131,-1.5463 -0.59333,-0.53939 -1.78,-0.53939 -0.80909,0 -1.6002,0.25172 -0.77313,0.25172 -1.3125,0.70121 l -0.88101,-1.6362 q 0.75515,-0.57535 1.816,-0.88101 1.0608,-0.30566 2.2475,-0.30566 z m -0.30566,8.1988 q 0.84505,0 1.4923,-0.37758 0.66525,-0.39556 0.93495,-1.1147 v -1.1147 h -2.3194 q -1.9418,0 -1.9418,1.2766 0,0.61131 0.48546,0.97091 0.48545,0.3596 1.3485,0.3596 z m -8.5584,-11.831 h 2.2475 v 13.341 h -2.2475 z m -5.1962,0 h 2.2475 v 13.341 h -2.2475 z m -7.2818,13.467 q -1.4564,0 -2.625,-0.62929 -
1.1687,-0.62929 -1.8339,-1.744 -0.64727,-1.1327 -0.64727,-2.5531 0,-1.4204 0.64727,-2.5352 0.66525,-1.1147 1.8339,-1.744 1.1687,-0.62929 2.625,-0.62929 1.4743,0 2.643,0.62929 1.1687,0.62929 1.816,1.744 0.66525,1.1147 0.66525,2.5352 0,1.4205 -0.66525,2.5531 -0.64727,1.1147 -1.816,1.744 -1.16873,0.6293 -2.643,0.62929 z m 0,-1.9238 q 1.2406,0 2.0497,-0.82707 0.80909,-0.82707 0.80909,-2.1756 0,-1.34853 -0.80909,-2.1756 -0.80909,-0.82707 -2.0497,-0.82707 -1.24061,0 -2.0497,0.82707 -0.79111,0.82707 -0.79111,2.1756 0,1.34853 0.79111,2.1756 0.80909,0.82707 2.0497,0.82707 z m -10.986,1.9778 q -1.9059,0 -3.4521,-0.82707 -1.5283,-0.84505 -2.4093,-2.3194 -0.86303,-1.4743 -0.86303,-3.3263 0,-1.8519 0.88101,-3.3263 0.88101,-1.4743 2.4093,-2.3014 1.5463,-0.84505 3.4521,-0.84505 1.5463,0 2.8228,0.53939 1.2766,0.53939 2.1576,1.5642 l -1.5103,1.4204 q -1.3665,-1.4743 -3.3622,-1.4743 -1.2945,0 -2.3194,0.57535 -1.0248,0.55737 -1.6002,1.5642 -0.57535,1.0069 -0.57535,2.2834 0,1.2766 0.57535,2.2834 0.5753
5,1.0069 1.6002,1.5822 1.0248,0.55737 2.3194,0.55737 1.9958,0 3.3622,-1.4923 l 1.5103,1.4384 q -0.88101,1.0248 -2.1756,1.5642 -1.2766,0.53939 -2.8228,0.53939 z"
+ fill="#504999"
+ stroke-width="1.00175"
+ id="path2"
+ style="fill:#ffffff" />
+ <g
+ transform="matrix(0.79058,0,0,0.7855,7.6902,7.9841)"
+ id="g12"
+ style="stroke-width:28.2709">
+ <path
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="M -49.051,19.441 V 44.662 L -36.44,32.053 Z"
+ fill="#c8c8c8"
+ id="path6"
+ style="stroke-width:158831;fill:#ffffff" />
+ <path
+ transform="matrix(1.2649,0,0,1.2731,64.143,-8.1841)"
+ d="m -37.621,8.0098 -10.623,10.625 13.418,13.418 -13.418,13.418 10.623,10.623 24.043,-24.041 z"
+ fill="#504999"
+ style="stroke-width:158831;paint-order:stroke fill markers;fill:#ffffff"
+ id="path8" />
+ </g>
+ </g>
+</svg>
diff --git a/icon-themes/galaxy/brand_cp_snapshot/about.svg b/icon-themes/galaxy/brand_cp_snapshot/about.svg
index 1cb919f180aa..125c8edca8eb 100644
--- a/icon-themes/galaxy/brand_cp_snapshot/about.svg
+++ b/icon-themes/galaxy/brand_cp_snapshot/about.svg
@@ -6,46 +6,11 @@
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"
height="1340.7048"
viewBox="0 0 372.72406 354.72815"
width="1408.7208"
version="1.1"
- id="svg1334"
- sodipodi:docname="about.svg"
- inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
- <sodipodi:namedview
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1"
- objecttolerance="10"
- gridtolerance="10"
- guidetolerance="10"
- inkscape:pageopacity="0"
- inkscape:pageshadow="2"
- inkscape:window-width="1920"
- inkscape:window-height="1019"
- id="namedview250"
- showgrid="false"
- inkscape:zoom="0.25"
- inkscape:cx="977.84047"
- inkscape:cy="907.40616"
- inkscape:window-x="0"
- inkscape:window-y="32"
- inkscape:window-maximized="1"
- inkscape:current-layer="svg1334"
- inkscape:snap-page="true"
- inkscape:snap-bbox="true"
- inkscape:object-paths="true"
- inkscape:snap-intersection-paths="true"
- inkscape:snap-smooth-nodes="true"
- inkscape:snap-midpoints="true"
- inkscape:bbox-paths="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-bbox-edge-midpoints="true"
- inkscape:snap-bbox-midpoints="true"
- inkscape:document-rotation="0" />
+ id="svg1334">
<metadata
id="metadata1340">
<rdf:RDF>
@@ -54,14 +19,24 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title />
+ <dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs1338">
<linearGradient
- inkscape:collect="always"
+ id="linearGradient1123">
+ <stop
+ style="stop-color:#d5d1fa;stop-opacity:1"
+ offset="0"
+ id="stop1119" />
+ <stop
+ style="stop-color:#ba2323;stop-opacity:1"
+ offset="1"
+ id="stop1121" />
+ </linearGradient>
+ <linearGradient
id="linearGradient1202">
<stop
style="stop-color:#504999;stop-opacity:1"
@@ -278,7 +253,6 @@
y2="208.49471"
gradientUnits="userSpaceOnUse" />
<linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient1091"
id="linearGradient1113"
gradientUnits="userSpaceOnUse"
@@ -288,7 +262,6 @@
y2="208.4947"
gradientTransform="rotate(60,196.16275,208.49177)" />
<radialGradient
- inkscape:collect="always"
xlink:href="#linearGradient1135"
id="radialGradient1194"
cx="109.03506"
@@ -299,7 +272,6 @@
gradientTransform="matrix(0.62733003,0.16942177,-0.2483219,0.91947913,-260.59567,-37.626296)"
gradientUnits="userSpaceOnUse" />
<radialGradient
- inkscape:collect="always"
xlink:href="#linearGradient1202"
id="radialGradient1204"
cx="92.106415"
... etc. - the rest is truncated
More information about the Libreoffice-commits
mailing list