Fri, 23 Feb 2024 10:46:46 +0100
Merged with branch 'eric7' in order to track these changes.
src/eric7/Preferences/__init__.py | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/dialog-cancel.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/dialog-ok.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/dirNew.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/fileSaveAsRemote.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/open-remote.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/preferences-eric-server.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/projectOpen-remote.png | file | annotate | diff | comparison | revisions | |
src/eric7/icons/oxygen/projectSaveAs-remote.png | file | annotate | diff | comparison | revisions |
--- a/docs/changelog.md Thu Feb 22 19:40:56 2024 +0100 +++ b/docs/changelog.md Fri Feb 23 10:46:46 2024 +0100 @@ -4,6 +4,7 @@ - bug fixes - General - Removed support for the deprecated eric-ide specific XML file formats. + - Removed the Oxygen based icons. ### Version 24.2 **Important Note:** Before upgrading to this release, all plug-ins installed
--- a/src/eric7/Preferences/ConfigurationPages/IconsPage.py Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/IconsPage.py Fri Feb 23 10:46:46 2024 +0100 @@ -55,7 +55,8 @@ elif defaultIconsPath == "breeze-dark": self.defaultBreezeDarkButton.setChecked(True) else: - self.defaultOxygenButton.setChecked(True) + # default icons path setting is 'automatic' for unknown/obsolete values + self.defaultAutomaticButton.setChecked(True) dirList = Preferences.getIcons("Path")[:] for directory in dirList: @@ -89,7 +90,7 @@ elif self.defaultBreezeDarkButton.isChecked(): return "breeze-dark" else: - return "oxygen" + return "automatic" # just in case! def on_iconDirectoryList_currentRowChanged(self, row): """
--- a/src/eric7/Preferences/ConfigurationPages/IconsPage.ui Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/IconsPage.ui Fri Feb 23 10:46:46 2024 +0100 @@ -110,16 +110,6 @@ </property> </widget> </item> - <item> - <widget class="QRadioButton" name="defaultOxygenButton"> - <property name="toolTip"> - <string>Select to use the Oxygen pixmap icons</string> - </property> - <property name="text"> - <string>Oxygen</string> - </property> - </widget> - </item> </layout> </item> <item> @@ -308,7 +298,6 @@ <tabstop>defaultAutomaticButton</tabstop> <tabstop>defaultBreezeLightButton</tabstop> <tabstop>defaultBreezeDarkButton</tabstop> - <tabstop>defaultOxygenButton</tabstop> <tabstop>showDefaultIconsButton</tabstop> <tabstop>iconDirectoryList</tabstop> <tabstop>iconDirectoryPicker</tabstop>
--- a/src/eric7/Preferences/__init__.py Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/Preferences/__init__.py Fri Feb 23 10:46:46 2024 +0100 @@ -488,7 +488,7 @@ iconsDefaults = { "Path": [], "DefaultIconsPath": "automatic", - # automatic, breeze-dark, breeze-light, oxygen + # automatic, breeze-dark, breeze-light "IconSize": "", # determined by the used style }
--- a/src/eric7/i18n/eric7_cs.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_cs.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43779,16 +43779,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_de.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_de.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43629,16 +43629,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation>Auswählen, um die Qxygen Pixelsymbole zu nutzen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation>Oxygen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation>Drücken, um einen Dialog mit einer Vorschau der gewählten Standardsymbole anzuzeigen</translation> </message>
--- a/src/eric7/i18n/eric7_empty.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_empty.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43413,16 +43413,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_en.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_en.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43448,16 +43448,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_es.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_es.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43649,16 +43649,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation>Seleccionar para usar iconos pixmap de Oxygen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation>Oxygen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation>Pulsar para seleccionar un diálogo con una vista preliminar del conjunto de iconos seleccionado por defecto</translation> </message> @@ -43708,6 +43698,14 @@ <source>Add</source> <translation>Añadir</translation> </message> + <message> + <source>Select to use the Oxygen pixmap icons</source> + <translation type="vanished">Seleccionar para usar iconos pixmap de Oxygen</translation> + </message> + <message> + <source>Oxygen</source> + <translation type="vanished">Oxygen</translation> + </message> </context> <context> <name>IconsPreviewDialog</name>
--- a/src/eric7/i18n/eric7_fr.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_fr.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43902,16 +43902,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation>Cliquer pour afficher une fenêtre avec un aperçu du jeu d'icones sélectionné</translation> </message>
--- a/src/eric7/i18n/eric7_it.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_it.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43848,16 +43848,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_pt.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_pt.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43829,16 +43829,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_ru.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_ru.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43708,16 +43708,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation>Разрешить использовать растровые иконки Oxygen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation>Oxygen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation>Открыть диалог просмотра выбранного стандартного набора иконок</translation> </message> @@ -43767,6 +43757,14 @@ <source>Add</source> <translation>Добавить</translation> </message> + <message> + <source>Select to use the Oxygen pixmap icons</source> + <translation type="vanished">Разрешить использовать растровые иконки Oxygen</translation> + </message> + <message> + <source>Oxygen</source> + <translation type="vanished">Oxygen</translation> + </message> </context> <context> <name>IconsPreviewDialog</name>
--- a/src/eric7/i18n/eric7_tr.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_tr.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43757,16 +43757,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/i18n/eric7_zh_CN.ts Thu Feb 22 19:40:56 2024 +0100 +++ b/src/eric7/i18n/eric7_zh_CN.ts Fri Feb 23 10:46:46 2024 +0100 @@ -43818,16 +43818,6 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Select to use the Oxygen pixmap icons</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> - <source>Oxygen</source> - <translation type="unfinished" /> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/IconsPage.ui" line="0" /> <source>Press to show a dialog with a preview of the selected default icon set</source> <translation type="unfinished" /> </message>
--- a/src/eric7/icons/oxygen/LICENSE.oxygen Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -The Oxygen Icon Theme - Copyright (C) 2007 David Vignoni <david@icon-king.com> - Copyright (C) 2007 Johann Ollivier Lapeyre <johann@oxygen-icons.org> - Copyright (C) 2007 Kenneth Wimer <kwwii@bootsplash.org> - Copyright (C) 2007 Nuno Fernades Pinheiro <nf.pinheiro@gmail.com> - Copyright (C) 2007 Riccardo Iaconelli <riccardo@oxygen-icons.org> - Copyright (C) 2007 David Miller <miller@oxygen-icons.org> - -and others - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library. If not, see <http://www.gnu.org/licenses/>. - -Clarification: - - The GNU Lesser General Public License or LGPL is written for - software libraries in the first place. We expressly want the LGPL to - be valid for this artwork library too. - - KDE Oxygen theme icons is a special kind of software library, it is an - artwork library, it's elements can be used in a Graphical User Interface, or - GUI. - - Source code, for this library means: - - where they exist, SVG; - - otherwise, if applicable, the multi-layered formats xcf or psd, or - otherwise png. - - The LGPL in some sections obliges you to make the files carry - notices. With images this is in some cases impossible or hardly useful. - - With this library a notice is placed at a prominent place in the directory - containing the elements. You may follow this practice. - - The exception in section 5 of the GNU Lesser General Public License covers - the use of elements of this art library in a GUI. - - kde-artists [at] kde.org
--- a/src/eric7/icons/oxygen/chart.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <defs> - <style type="text/css">.ColorScheme-Text { - color:#232629; - } - .ColorScheme-Highlight { - color:#3daee9; - }</style> - </defs> - <path class="ColorScheme-Text" d="m4 3v6 1 5 1 1h-1v1h1v1h1v-1h13.293 0.70703v-0.70703-0.29297h-0.29297l-3.5762-3.5762-0.003906 0.003906-0.005859-0.003906-2.123 2.123-4.123-4.123h-0.0019531-1.873-1-1v-0.42383-1h1 1 1.873 0.0019531l4.123-4.123 2.123 2.123 0.005859-0.0039062 0.003906 0.0039062 3.8691-3.8691-0.70703-0.70703-3.166 3.166-2.127-2.125-0.001953 0.0019531-0.001953-0.0019531-1.5273 1.5273h-6.4688v-0.99219-2h-1zm1 3h6.4609l-3 3h-1.4609-1-1v-3zm0 6.4238h1 1 1.4609l3 3h-6.4609v-0.42383-2.5762zm10.127 2.4102 2.166 2.166h-12.293v-1-0.56836h6.4688l1.5273 1.5273 0.001953-0.001953 0.001953 0.001953 2.127-2.125z" fill="currentColor"/> -</svg>
--- a/src/eric7/icons/oxygen/esc-code.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<svg - width="22" - height="22" - viewBox="0 0 5.8208332 5.8208333" - version="1.1" - id="svg5" - inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" - sodipodi:docname="esc-code.svg" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview7" - pagecolor="#ffffff" - bordercolor="#000000" - borderopacity="0.25" - inkscape:showpageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - inkscape:deskcolor="#d1d1d1" - inkscape:document-units="px" - showgrid="false" - inkscape:zoom="20.70196" - inkscape:cx="14.732905" - inkscape:cy="18.090075" - inkscape:window-width="1455" - inkscape:window-height="1236" - inkscape:window-x="1985" - inkscape:window-y="144" - inkscape:window-maximized="0" - inkscape:current-layer="layer1" /> - <defs - id="defs2" /> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1"> - <text - xml:space="preserve" - style="font-size:4.35523px;fill:#232629;fill-opacity:1;stroke:#232629;stroke-width:0;stroke-linecap:square;stroke-opacity:1" - x="-0.072079234" - y="3.7525768" - id="text2242" - transform="scale(0.75513551,1.3242656)"><tspan - sodipodi:role="line" - id="tspan2240" - style="fill:#232629;fill-opacity:1;stroke:#232629;stroke-width:0;stroke-opacity:1" - x="-0.072079234" - y="3.7525768">ESC</tspan></text> - </g> -</svg>
--- a/src/eric7/icons/oxygen/filemanager.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <linearGradient id="linearGradient4399" x1="419.46" x2="432.57" y1="499.24" y2="523.8" gradientTransform="matrix(.34617 0 0 .34617 -141.2 864.54)" gradientUnits="userSpaceOnUse"> - <stop offset="0"/> - <stop stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient4178" x1="434.16" x2="397.23" y1="548.89" y2="495.31" gradientTransform="matrix(.34617 0 0 .34606 -133.24 862.87)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#127bdc" offset="0"/> - <stop stop-color="#64b4f4" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient4225" x1="396.57" x2="426.57" y1="498.8" y2="511.8" gradientTransform="matrix(.34617 0 0 .34617 -133.24 864.5)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#f5f5f5" offset="0"/> - <stop stop-color="#f9f9f9" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient4297" x1="388.57" x2="416.57" y1="487.8" y2="507.8" gradientTransform="matrix(.34617 0 0 .34617 -133.24 862.81)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#1d5e8c" offset="0"/> - <stop stop-color="#2675a7" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient8603" x1="390.57" x2="442.57" y1="498.3" y2="498.3" gradientTransform="matrix(.34617 0 0 .34617 -133.24 2893)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#fff" offset="0"/> - <stop stop-color="#fff" stop-opacity=".4876" offset="1"/> - </linearGradient> - </defs> - <g transform="translate(0 -1030.4)"> - <path d="m1 1042.4 20 0.501v-8.501h-10l-1.5885-2.0013h-8.4115z" fill="url(#linearGradient4297)"/> - <rect x="2" y="1036.4" width="18" height="5" rx=".91287" ry="1" color="#000000" color-rendering="auto" fill="url(#linearGradient4225)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> - <path d="m9 1038.4-2 1h-6l-0.089587 1.0011-5e-7 9.5003c0 0.2699 0.24435 0.4954 0.49194 0.4954l19.011 0.01c0.25539 0.01 0.50006-0.1978 0.50006-0.5l0.087-11.507z" fill="url(#linearGradient4178)"/> - <path d="m1 1039.4-0.089587 1.0011h7.0896l1-2-2 0.9989z" fill="#fff" fill-rule="evenodd" opacity=".3"/> - <path d="m9.4115 1032.4 0.58849 3h11v-1h-10z" fill="#fff" fill-rule="evenodd" opacity=".3"/> - <path d="m0.91041 1040.4h7.0896l1-2h12v11.656h-10.385z" fill="url(#linearGradient4399)" fill-rule="evenodd" opacity=".099"/> - <path d="m2.9121 1036.4c-0.50573 0-0.91211 0.446-0.91211 1v1c0-0.554 0.40638-1 0.91211-1h16.088c0.50573 0 0.91211 0.446 0.91211 1v-1c0-0.554-0.40638-1-0.91211-1z" color="#000000" color-rendering="auto" fill="url(#linearGradient8603)" image-rendering="auto" opacity=".85" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/> - <path transform="translate(0 1030.4)" d="m20.992 8-0.080079 10.506c0 0.3022-0.24461 0.51-0.5 0.5l-19.01-0.009765c-0.24759 0-0.49219-0.22424-0.49219-0.49414v1c0 0.2699 0.2446 0.49414 0.49219 0.49414l19.01 0.009765c0.25539 0.01 0.5-0.1978 0.5-0.5l0.087891-11.506h-0.007812z" color="#000000" color-rendering="auto" image-rendering="auto" opacity=".3" shape-rendering="auto" solid-color="#000000" style="filter-blend-mode:normal;filter-gaussianBlur-deviation:0;isolation:auto;mix-blend-mode:normal"/> - </g> -</svg>
--- a/src/eric7/icons/oxygen/languages/readme.txt Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -Icons where downloaded from official sites of the languages and various other places.
--- a/src/eric7/icons/oxygen/linkConnect.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <defs> - <style type="text/css">.ColorScheme-Text { - color:#232629; - }</style> - </defs> - <path class="ColorScheme-Text" d="m18.293 3-3.5 3.5-1.5-1.5-7.293 7.293 1.5 1.5-4.5 4.5 0.70703 0.70703 4.5-4.5 1.5 1.5 7.293-7.293-1.5-1.5 3.5-3.5-0.70703-0.70703z" fill="currentColor"/> -</svg>
--- a/src/eric7/icons/oxygen/linkDisconnect.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <defs> - <style type="text/css">.ColorScheme-Text { - color:#232629; - } - .ColorScheme-NegativeText { - color:#da4453; - }</style> - </defs> - <path class="ColorScheme-Text" d="m18.293 3-3.5 3.5-1.5-1.5-3.793 3.793 3.707 3.707 3.793-3.793-1.5-1.5 3.5-3.5-0.70703-0.70703zm-9.5 6.5-2.793 2.793 1.5 1.5-4.5 4.5 0.70703 0.70703 4.5-4.5 1.5 1.5 2.793-2.793-3.707-3.707z" fill="currentColor"/> - <path class="ColorScheme-NegativeText" d="m14.834 14-0.83398 0.83398 1.666 1.666-1.666 1.666 0.83398 0.83398 1.666-1.666 1.666 1.666 0.83398-0.83398-1.666-1.666 1.666-1.666-0.83398-0.83398-1.666 1.666-1.666-1.666z" fill="currentColor"/> -</svg>
--- a/src/eric7/icons/oxygen/miniconda.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="22" height="22" version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <style>.st0{fill:#43b02a}</style> - <path class="st0" d="m2.3887 14.044c-0.36349 0.72642-0.65775 1.4874-0.90008 2.2657 0.81353 0.22484 1.6271 0.3805 2.4579 0.44968 0.017304-0.65723 0.069237-1.2799 0.15578-1.9025-0.58851-0.22484-1.1597-0.50157-1.7136-0.81289zm3.3234-8.3711c-0.48466 0-0.952 0.03459-1.4367 0.10377 0.069237 0.48428 0.13847 0.95126 0.25964 1.4355 0.32887-0.55346 0.72699-1.055 1.177-1.5047zm-3.8946 11.398c0.62313 0.95126 1.402 1.7987 2.2848 2.5079-0.086546-0.74371-0.15578-1.4528-0.15578-2.162-0.72699-0.06918-1.4367-0.19025-2.129-0.34591zm5.6255-16.483c-0.86546 0.29403-1.6617 0.69182-2.4233 1.1761 0.5712 0.10377 1.1251 0.22484 1.679 0.3978 0.20771-0.53616 0.46735-1.055 0.74429-1.5739zm3.5657-0.58805c-0.43273 0-0.84815 0.034592-1.2636 0.069182 0.58851 0.41509 1.1424 0.84748 1.679 1.3318l0.43273 0.3978-0.43273 0.43239c-0.36349 0.34591-0.70968 0.70912-1.0386 1.1069v0.017297s-0.06924 0.069182-0.17309 0.19025c0.25964-0.034588 0.51928-0.034588 0.79622-0.034588 4.1369 0 7.4949 3.3553 7.4949 7.489s-3.358 7.489-7.4949 7.489c-1.4367 0-2.7868-0.3978-3.9292-1.1069-0.5712 0.06918-1.1251 0.10377-1.6963 0.10377-0.25964 0-0.51928 0-0.79622-0.0173 0.017311 0.84748 0.10386 1.7296 0.24233 2.6462 1.7655 1.1934 3.8773 1.8852 6.1621 1.8852 6.0755 0 11.009-4.9292 11.009-11 0.017309-6.0708-4.9158-11-10.991-11z" stroke-width=".17302"/> - <path class="st0" d="m9.5374 2.5943c0.22502-0.25943 0.45004-0.51887 0.67506-0.76101-0.51928-0.43239-1.0559-0.84748-1.6271-1.1934-0.34618 0.58805-0.65775 1.2107-0.91739 1.8333 0.50197 0.19025 0.98662 0.3978 1.454 0.62264 0.22502-0.27673 0.3808-0.44969 0.41542-0.50157zm-6.1794 3.3035c-0.81353 0.13836-1.6098 0.36321-2.3887 0.63994 0.31157 0.7956 0.70968 1.5739 1.1597 2.3003 0.51928-0.36321 1.0559-0.70912 1.6098-1.0031-0.17309-0.63994-0.29426-1.2799-0.3808-1.9371zm-1.4367 4.1509c-0.58851 0.48428-1.1424 1.0031-1.6617 1.5912 0.5712 0.50157 1.177 0.95126 1.8175 1.3664 0.29426-0.51887 0.62313-1.0377 0.96931-1.522-0.3808-0.44968-0.7616-0.93396-1.1251-1.4355zm2.8041 5.0503c-0.069236 0.55346-0.12116 1.1242-0.13847 1.7123 0.55389 0.03459 1.1078 0.03459 1.6617 0-0.58851-0.48428-1.1078-1.055-1.5232-1.7123zm1.6098-11.969c-0.69237-0.19025-1.402-0.34591-2.1117-0.43239-0.069237 0.72642-0.069237 1.4355-0.017311 2.1447 0.5712-0.069182 1.1251-0.10377 1.6963-0.10377 0.10386-0.55346 0.25964-1.0896 0.43273-1.6085zm0.98662 0.31132c-0.13847 0.41509-0.25964 0.83019-0.36349 1.2453 0.48466-0.31132 1.0039-0.57076 1.5405-0.76101-0.3808-0.17296-0.77891-0.32862-1.177-0.48428zm-7.2352 9.0283c0.13847 1.0723 0.43273 2.0928 0.86546 3.0267 0.22502-0.62264 0.48466-1.2453 0.77891-1.8333-0.5712-0.36321-1.1078-0.76101-1.6444-1.1934zm3.1676-9.2704c-0.65775 0.65723-1.229 1.3836-1.7136 2.1792 0.5712-0.17296 1.1424-0.31132 1.7309-0.41509-0.034616-0.58805-0.051927-1.1761-0.017311-1.7642zm-0.65775 6.3475c0.27695 0.3978 0.58851 0.7956 0.91739 1.1761 0.034616-0.69182 0.13847-1.3491 0.34618-1.989-0.43273 0.24214-0.86546 0.51887-1.2636 0.81289zm0.13847 3.8223c0.46735 0.25943 0.93469 0.50157 1.4367 0.70912-0.29426-0.63994-0.48466-1.3145-0.58851-2.0409-0.31157 0.43239-0.58851 0.88208-0.84815 1.3318zm-1.2809-4.0126c-0.34618-0.55346-0.65775-1.1242-0.9347-1.7296-0.31156 0.96855-0.50197 2.0063-0.51928 3.0613 0.46735-0.48428 0.952-0.93396 1.454-1.3318z" stroke-width=".17302"/> -</svg>
--- a/src/eric7/icons/oxygen/miniconda48.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"> - <style>.st0{fill:#43b02a}</style> - <path class="st0" d="m5.2116 30.642c-0.79307 1.5849-1.4351 3.2453-1.9638 4.9434 1.775 0.49057 3.55 0.83019 5.3627 0.98113 0.03776-1.434 0.15106-2.7925 0.33989-4.1509-1.284-0.49057-2.5303-1.0943-3.7388-1.7736zm7.251-18.264c-1.0574 0-2.0771 0.07547-3.1345 0.22642 0.15106 1.0566 0.30212 2.0755 0.56648 3.1321 0.71754-1.2075 1.5861-2.3019 2.5681-3.283zm-8.4972 24.868c1.3596 2.0755 3.059 3.9245 4.985 5.4717-0.18883-1.6226-0.33989-3.1698-0.33989-4.717-1.5862-0.15094-3.1345-0.41509-4.6452-0.75472zm12.274-35.962c-1.8883 0.64151-3.6255 1.5094-5.2872 2.566 1.2463 0.22642 2.4548 0.49057 3.6632 0.86792 0.45319-1.1698 1.0197-2.3019 1.6239-3.434zm7.7797-1.283c-0.94414 0-1.8505 0.075472-2.7569 0.15094 1.284 0.90566 2.4925 1.8491 3.6632 2.9057l0.94414 0.86792-0.94414 0.9434c-0.79308 0.75472-1.5484 1.5472-2.2659 2.4151v0.03774s-0.15106 0.15094-0.37765 0.41509c0.56648-0.07547 1.133-0.07547 1.7372-0.07547 9.0259 0 16.352 7.3208 16.352 16.34s-7.3265 16.34-16.352 16.34c-3.1345 0-6.0802-0.86792-8.5728-2.4151-1.2463 0.15094-2.4548 0.22642-3.701 0.22642-0.56648 0-1.133 0-1.7372-0.03774 0.03777 1.8491 0.22659 3.7736 0.52872 5.7736 3.8521 2.6038 8.4595 4.1132 13.445 4.1132 13.256 0 24.019-10.755 24.019-24 0.037765-13.245-10.725-24-23.981-24z" stroke-width=".37751"/> - <path class="st0" d="m20.809 5.6604c0.49095-0.56604 0.9819-1.1321 1.4729-1.6604-1.133-0.9434-2.3037-1.8491-3.55-2.6038-0.75531 1.283-1.4351 2.6415-2.0016 4 1.0952 0.4151 2.1526 0.86792 3.1723 1.3585 0.49095-0.60377 0.83084-0.98113 0.90637-1.0943zm-13.482 7.2075c-1.775 0.30189-3.5122 0.79245-5.2116 1.3962 0.67978 1.7358 1.5484 3.434 2.5303 5.0189 1.133-0.79245 2.3037-1.5472 3.5122-2.1887-0.37765-1.3962-0.64201-2.7925-0.83084-4.2264zm-3.1345 9.0566c-1.284 1.0566-2.4925 2.1887-3.6255 3.4717 1.2463 1.0943 2.5681 2.0755 3.9654 2.9811 0.64201-1.1321 1.3596-2.2642 2.1149-3.3208-0.83084-0.98113-1.6617-2.0377-2.4548-3.1321zm6.118 11.019c-0.15106 1.2075-0.26436 2.4528-0.30212 3.7358 1.2085 0.07547 2.417 0.07547 3.6255 0-1.284-1.0566-2.417-2.3019-3.3234-3.7358zm3.5122-26.113c-1.5106-0.4151-3.059-0.75472-4.6074-0.9434-0.15106 1.5849-0.15106 3.1321-0.03777 4.6792 1.2463-0.15094 2.4548-0.22642 3.701-0.22642 0.22659-1.2075 0.56648-2.3774 0.94414-3.5094zm2.1526 0.67924c-0.30212 0.90566-0.56648 1.8113-0.79308 2.717 1.0574-0.67924 2.1904-1.2453 3.3611-1.6604-0.83084-0.37736-1.6994-0.71698-2.5681-1.0566zm-15.786 19.698c0.30212 2.3396 0.94414 4.566 1.8883 6.6038 0.49095-1.3585 1.0574-2.717 1.6994-4-1.2463-0.79245-2.417-1.6604-3.5877-2.6038zm6.9111-20.226c-1.4351 1.434-2.6813 3.0189-3.7388 4.7547 1.2463-0.37736 2.4925-0.67924 3.7765-0.90566-0.07553-1.283-0.1133-2.566-0.03777-3.8491zm-1.4351 13.849c0.60425 0.86792 1.284 1.7358 2.0016 2.566 0.07553-1.5094 0.30212-2.9434 0.75531-4.3396-0.94414 0.5283-1.8883 1.1321-2.7569 1.7736zm0.30212 8.3396c1.0197 0.56604 2.0393 1.0943 3.1345 1.5472-0.64201-1.3962-1.0574-2.8679-1.284-4.4528-0.67978 0.9434-1.284 1.9245-1.8505 2.9057zm-2.7946-8.7547c-0.75531-1.2075-1.4351-2.4528-2.0393-3.7736-0.67978 2.1132-1.0952 4.3774-1.133 6.6792 1.0197-1.0566 2.0771-2.0377 3.1723-2.9057z" stroke-width=".37751"/> -</svg>
--- a/src/eric7/icons/oxygen/pypi.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="5.8208mm" height="5.8208mm" version="1.1" viewBox="0 0 5.8208 5.8208" xmlns="http://www.w3.org/2000/svg"> - <g transform="translate(-111.24 -145.92)"> - <g transform="matrix(.011642 0 0 .013265 111.24 145.92)"> - <path d="m208 437.76c-7.6057-2.2404-205.58-74.059-206.75-75.002-0.96412-0.77704-1.25-10.601-1.25-42.956 0-32.227 0.28971-42.238 1.25-43.197 0.6875-0.68665 14.075-5.8825 29.75-11.546 15.675-5.6638 30.862-11.177 33.75-12.252l5.25-1.954v-41.306c0-31.838 0.28652-41.538 1.25-42.318 0.6875-0.55698 15.2-6.0574 32.25-12.223s32.462-11.817 34.25-12.559l3.25-1.3482v-15.429c0-11.156 0.34617-15.699 1.25-16.404 0.6875-0.53659 15.875-6.2714 33.75-12.744 17.875-6.4726 33.288-12.18 34.25-12.682 1.5509-0.80969 1.75-2.6589 1.75-16.256 0-11.069 0.34814-15.623 1.25-16.351 1.6771-1.3531 132.84-48.665 139.45-50.302 4.2356-1.0485 5.9983-1.0492 9.5-0.003731 9.1438 2.73 63.416 22.338 65.524 23.673 2.1233 1.3449 2.2372 2.1206 2.5 17.035l0.27536 15.626 32.477 11.82c17.862 6.5012 33.5 12.368 34.75 13.037l2.273 1.2165v125.9c0 99.397-0.26316 126.16-1.25 127.14-1.0708 1.0576-54.404 20.565-238.25 87.141-44.675 16.178-45.334 16.357-52.5 14.246zm41.389-14.374c17.661-6.385 32.674-12.065 33.361-12.622 0.96068-0.77875 1.25-9.8959 1.25-39.391 0-35.904-0.11279-38.374-1.75-38.323-0.9625 0.0299-16.15 5.3174-33.75 11.75l-32 11.696-0.26161 39.25c-0.14388 21.588 0.0311 39.25 0.38896 39.25 0.35781 0 15.101-5.2241 32.762-11.609zm215.36-78.039 32.25-11.683v-39.441c0-31.14-0.2631-39.341-1.25-38.966-0.6875 0.2614-13.4 4.8623-28.25 10.224s-29.362 10.629-32.25 11.704l-5.25 1.9547v38.928c0 30.467 0.2717 38.932 1.25 38.945 0.6875 9e-3 15.762-5.2401 33.5-11.666zm-60.106-5.4407c4.7499-2.9356 8.4021-9.5777 8.5209-15.497 0.0818-4.0741-0.32443-5.1545-2.7093-7.2059-2.2364-1.9236-3.526-2.2963-6.3572-1.8368-9.4634 1.5357-17.478 14.47-14.068 22.703 2.209 5.3329 7.8158 6.0374 14.613 1.8364zm-336.86-71.809-0.28498-9.8982-15 5.5064c-8.25 3.0285-19.95 7.3065-26 9.5065s-11.382 4.3558-11.849 4.7906c-0.46686 0.43476 0.64337 1.1182 2.4672 1.5188 1.8238 0.40058 4.0058 1.0933 4.8488 1.5393 0.84305 0.44604 11.433 4.4085 23.533 8.8055l22 7.9945 0.28498-9.9327c0.15674-5.463 0.15674-14.387 0-19.831zm71-57.97-0.28498-9.8681-7.5 2.7939c-4.125 1.5366-15.934 5.8648-26.243 9.6181-10.309 3.7533-18.746 7.0712-18.75 7.3731-0.0037 0.30191 5.9558 2.7062 13.243 5.3429 7.2875 2.6367 14.825 5.3986 16.75 6.1377s7.775 2.9016 13 4.8055l9.5 3.4617 0.28498-9.8984c0.15674-5.4441 0.15674-14.339 0-19.766zm-0.12054-60.801c-0.20834-0.20835-5.5056 1.478-11.772 3.7473-30.462 11.033-41.842 15.305-41.548 15.599 0.17684 0.17683 11.489 4.3871 25.139 9.3562 13.649 4.9691 25.537 9.438 26.417 9.9309 1.4387 0.80597 1.6273-1.0758 1.8715-18.679 0.1494-10.767 0.10117-19.746-0.10718-19.954zm71.336-38.831c0-10.725-0.1281-19.5-0.28466-19.5-0.5525 0-12.427 4.2439-30.715 10.977-10.175 3.7463-19.805 7.2189-21.4 7.717-2.7122 0.84701-2.292 1.1111 6.5 4.0847 5.1698 1.7485 17.275 6.0965 26.9 9.6622 9.625 3.5657 17.838 6.5001 18.25 6.521 0.4125 0.0209 0.75-8.737 0.75-19.462zm105.16 10.037c3.8637-2.6254 8.8402-11.229 8.8402-15.283 0-3.5142-2.6277-7.9234-5.1086-8.5722-10.022-2.6208-22.593 13.417-17.742 22.634 0.63234 1.2013 1.6448 2.5149 2.25 2.919 2.3399 1.5624 8.2098 0.71519 11.76-1.6973z" fill="#ecebe8"/> - <path d="m210.47 437.65c-1.709-1.1698-46.702-17.767-65.473-24.151-3.575-1.216-10.325-3.6679-15-5.4487-4.675-1.7808-22-8.105-38.5-14.054-16.5-5.9488-43.115-15.582-59.146-21.406-16.03-5.8245-29.868-10.59-30.75-10.59-1.4474 0-1.6045-4.1591-1.6045-42.5v-42.5h2.6398c1.4519 0 3.1394 0.64898 3.75 1.4422 1.3767 1.7883 61.636 23.755 63.36 23.098 1.5954-0.60878 1.8266-46.065 0.23928-47.046-0.64217-0.39688-0.4753-1.3891 0.45763-2.721 1.2308-1.7572 1.4744-8.6375 1.506-42.522 0.02068-22.234 0.29131-40.836 0.60139-41.338 0.88561-1.433 4.4458-1.0656 4.4458 0.45868 0 1.6609 61.32 24.104 63.535 23.254 1.2281-0.47125 1.4652-4.2799 1.4652-23.535 0-15.173-0.36163-23.196-1.0651-23.631-0.70809-0.43762-0.54957-1.228 0.47287-2.3578 1.2157-1.3433 1.5961-4.935 1.8151-17.138 0.24895-13.869 0.45777-15.473 2.0534-15.78 0.97693-0.18754 2.5519 0.53891 3.5 1.6144 1.7017 1.9303 58.981 23.201 62.477 23.201 1.6009 0 1.7192-2.8174 1.6864-40.167-0.029-32.968 0.21349-40.415 1.3529-41.555 0.76353-0.76353 29.923-11.734 64.798-24.379 80.59-29.22 77.488-28.162 80.17-27.349 10.092 3.0568 66.614 24.014 67.965 25.2 1.4692 1.2903 1.7661 3.8104 2 16.979l0.27472 15.464 70 25.445 0.25385 126.18c0.16887 83.945-0.08217 126.18-0.75 126.18-0.65548 0-1.0038-14.229-1.0038-41 0-34.162-0.2298-41-1.3778-41-1.0428 0-55.408 19.417-65.904 23.539-1.6752 0.65776-1.7647 3.1692-1.5 42.051l0.28156 41.352-71.781 26.029c-39.479 14.316-71.992 26.029-72.25 26.029-0.25807 0-0.46922-18.198-0.46922-40.441 0-23.822-0.38177-40.677-0.92903-41.015-1.0049-0.62103-66.73 22.928-68.81 24.655-0.97438 0.80867-1.2605 9.8579-1.2605 39.867 0 37.972 0.0447 38.852 2.0451 40.253 1.7913 1.2547 1.8432 1.5099 0.41821 2.0567-2.4339 0.93396-3.8094 0.76728-5.9908-0.72596zm2.2891-41.372c0.248-37.162 0.16629-39.246-1.5756-40.178-4.3705-2.339-65.482-24.035-66.291-23.534-1.2168 0.75202-1.1359 76.504 0.0837 78.435 1.0142 1.6052 63.505 24.932 66.022 24.644 1.2999-0.14842 1.5349-5.3993 1.7616-39.366zm-71.762-26.155v-39.877l-33.225-12.044c-18.274-6.6239-33.574-11.828-34-11.564-0.42649 0.26359-0.77543 17.948-0.77543 39.298 0 31.913 0.24719 39.024 1.3894 39.972 1.4869 1.2341 63.264 23.957 65.361 24.042 0.97994 0.0393 1.25-8.5651 1.25-39.827zm-71-25.501c0-30.327-0.28731-39.597-1.25-40.331-1.8618-1.4207-62.966-23.335-65-23.311-1.6365 0.0188-1.749 2.5338-1.7347 38.77 0.00842 21.312 0.36403 39.299 0.79023 39.97 0.82488 1.2982 62.484 24.117 65.444 24.22 1.6381 0.0568 1.75-2.458 1.75-39.317zm335.62-4.1481c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-264.62-53.852c0-30.318-0.28758-39.601-1.25-40.347-1.8214-1.4128-62.93-23.309-65-23.291-1.6364 0.0146-1.75 2.5395-1.75 38.893 0 31.173 0.26417 39.097 1.333 39.984 1.4583 1.2103 63.39 24.02 65.417 24.093 0.9796 0.0354 1.25-8.4729 1.25-39.332zm0.76924-66.066c0.14808-12.605-0.13031-23.317-0.61865-23.806-1.3201-1.3201-63.651 21.497-63.651 23.3 0 0.96401 9.9298 5.0621 30.5 12.588 16.775 6.1371 31.175 11.086 32 10.997 1.2763-0.13736 1.5402-3.5799 1.7692-23.079zm-36.346-13.849c17.008-6.1847 31.081-11.719 31.274-12.299 0.42655-1.2796-61.208-23.828-62.668-22.926-1.7306 1.0696-1.3483 46.992 0.3871 46.494 0.04583-0.0131 13.999-5.0841 31.006-11.269zm71.697-58.669c16.575-6.0287 30.379-11.204 30.675-11.5s0.32953-0.74781 0.0739-1.0034c-1.2792-1.2792-61.44-22.53-62.563-22.099-1.0209 0.39175-1.3058 5.4167-1.3058 23.032 0 19.304 0.21362 22.531 1.4915 22.531 0.82035 0 15.053-4.9326 31.628-10.961zm136.6-25.708c7.1133-3.3755 12.455-14.257 10.261-20.904-1.3129-3.978-3.4957-5.4288-8.1602-5.4235-9.4005 0.0106-18.805 13.438-15.797 22.554 1.8496 5.6045 6.9034 6.9969 13.696 3.7735z" fill="#d5d6d6"/> - <path d="m286.23 369.5c0.14938-22.825 0.15298-41.5 8e-3 -41.5-0.14496 1.8e-4 -1.045 0.4475-2 0.99404-3.509 2.0081-68.367 25.006-70.516 25.004-1.2214-0.00115-17.521-5.5483-36.221-12.327l-34-12.325-0.21619-82.923-0.21619-82.923 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.14-0.033519 66.343 22.28 69.123 24.796 1.6773 1.5179 1.8786 3.3073 1.89 16.794l0.01266 15.095 33.237 11.9c18.281 6.5448 34.246 12.807 35.478 13.916l2.2409 2.0162 3.2e-4 82.304c3e-4 77.21-0.10745 82.36-1.7409 83.219-2.3776 1.2503-65.287 23.884-67.559 24.307-1.7243 0.32076-1.8127 2.4764-1.7199 41.941 0.0769 32.705-0.17593 41.818-1.1823 42.612-1.0906 0.85993-44.394 16.783-64.78 23.82-3.575 1.234-21.35 7.6907-39.5 14.348-18.15 6.6574-33.797 12.107-34.772 12.111-1.6714 6e-3 -1.7562-2.3392-1.5-41.494zm119.39-29.025c9.1482-6.9777 11.844-20.232 5.0784-24.971-5.7021-3.9939-15.661 0.76266-20.054 9.5781-3.6482 7.3209-3.5268 12.193 0.40145 16.121 2.657 2.657 3.5603 2.9796 7.0374 2.5132 2.194-0.29428 5.5856-1.7527 7.5369-3.241zm-118.1-96.281c-0.30789-0.30789-1.1148-6.4e-4 -1.7931 0.68278-0.98026 0.98762-0.8654 1.1025 0.5598 0.5598 0.98622-0.37553 1.5412-0.93469 1.2333-1.2426zm141.47-51.423c0-0.58531-0.63541-0.48812-1.5 0.22943-0.825 0.68469-1.5 1.4007-1.5 1.5911s0.675 0.0872 1.5-0.22943c0.825-0.31659 1.5-1.0326 1.5-1.5911zm-112.97-70.79c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586z" fill="#e1cf92"/> - <path d="m287.46 408.75c-0.26432-0.68882-0.3627-18.772-0.21861-40.185l0.26197-38.933 32.5-11.807c17.875-6.494 33.288-11.811 34.25-11.815 1.6372-7e-3 1.75 2.5312 1.75 39.37 0 30.318-0.2876 39.601-1.25 40.348-1.0995 0.85386-65.097 24.274-66.331 24.274-0.26489 0-0.69788-0.56358-0.96221-1.2524zm70.543-64.125c0-30.282 0.28872-39.617 1.25-40.415 1.522-1.2627 64.432-24.208 66.372-24.208 1.9368 0 2.062 78.187 0.1278 79.792-1.522 1.2627-64.432 24.208-66.372 24.208-1.1471 0-1.3778-6.5941-1.3778-39.378zm41.831-0.23858c4.044-0.8088 10.735-6.6115 13.204-11.451 1.196-2.3443 1.9655-5.8561 1.9655-8.9695 0-4.322-0.45401-5.5708-2.9231-8.0398-1.873-1.873-3.9386-2.9152-5.75-2.9011-4.788 0.0372-11.003 3.5478-14.273 8.0629-6.133 8.4664-6.4957 16.682-0.94277 21.355 3.2574 2.7409 3.9567 2.8968 8.72 1.9441zm-222.83-2.7979-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-29.028 164.64c0-30.291 0.28845-39.613 1.25-40.399 1.462-1.1945 64.702-24.224 66.521-24.224 1.876 0 1.7748 78.303-0.10323 79.861-1.6305 1.3532-64.102 24.139-66.182 24.139-1.289 0-1.4856-5.2117-1.4856-39.378zm71-26c0-30.337 0.28699-39.592 1.25-40.312 0.6875-0.51417 16.029-6.2665 34.092-12.783 26.794-9.6664 33.006-11.588 33.735-10.438 1.4764 2.3322 1.1678 76.209-0.32641 78.163-1.3009 1.7015-63.575 24.747-66.872 24.747-1.8053 0-1.8778-1.5208-1.8778-39.378zm71.496 13.229c-0.28622-0.74588-0.40252-18.905-0.25843-40.354l0.26197-38.998 33.437-12.193c18.39-6.7064 33.803-11.967 34.25-11.691 0.44708 0.2763 0.81287 18.235 0.81287 39.908 0 37.624-0.0855 39.452-1.8909 40.418-1.04 0.55658-15.686 5.9945-32.546 12.084s-31.306 11.322-32.101 11.627c-0.79512 0.30512-1.6798-0.0555-1.9661-0.80139zm0.22811-83.46c-1.1458-1.1458-0.87929-77.234 0.27813-79.396 0.67028-1.2524 0.67028-2.079 0-2.4933-1.1767-0.72723-1.4177-47.127-0.2485-47.85 1.1675-0.72156 64.48 22.717 64.419 23.848-0.0295 0.55 0.81941 1.323 1.8866 1.7178 1.8755 0.69378 1.9403 2.035 1.9403 40.128 0 30.326-0.28813 39.641-1.25 40.414-1.0588 0.85021-60.303 22.755-64.775 23.949-0.83898 0.22414-1.8515 0.0815-2.25-0.31705z" fill="#edce6d"/> - <path d="m288.45 407.72c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97965-0.0493 1.25 8.3489 1.25 38.83 0 36.111-0.12518 38.942-1.75 39.584-1.5716 0.62062-51.204 18.737-60.543 22.099-2.9492 1.0616-3.8971 1.0931-4.2623 0.14146zm70.793-63.839 0.26161-39.121 31-11.233c17.05-6.1784 32.018-11.556 33.262-11.95l2.2617-0.71641-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.588-0.5-39.104zm47.107-1.6502c8.8766-6.0768 12.557-19.626 7.0946-26.118-6.5045-7.7301-19.215-2.9672-25.056 9.3893-2.7391 5.7939-2.9609 9.1819-0.92072 14.065 2.814 6.7348 11.206 7.9188 18.882 2.6639zm-229.35-0.64252-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm-27.789 163.88 0.26161-39.138 31-11.217c17.05-6.1692 32.018-11.539 33.262-11.933l2.2617-0.7166-0.52334 78.521-32.5 11.793c-17.875 6.4863-32.843 11.801-33.262 11.81-0.41888 9e-3 -0.64388-17.595-0.5-39.121zm70.762-25.753v-38.891l11.25-4.1069c39.614-14.462 54.77-19.758 55.228-19.299 0.28689 0.28689 0.52162 17.756 0.52162 38.82 0 35.455-0.1299 38.367-1.75 39.223-2.5284 1.3366-63.075 23.145-64.257 23.145-0.63983 0-0.99263-13.823-0.99263-38.891zm71-25.574c0-36.117 0.11066-38.524 1.8127-39.435 2.6397-1.4127 62.824-23.1 64.105-23.1 0.75784 0 1.0823 11.655 1.0823 38.877v38.877l-32.088 11.623c-17.648 6.3926-32.723 11.623-33.5 11.623-1.1913 0-1.4118-6.008-1.4118-38.465zm0.4451-45.818c-0.2583-0.67311-0.35161-18.312-0.20737-39.198l0.26227-37.974 32-11.71c17.6-6.4404 32.562-11.738 33.25-11.773 0.97966-0.04927 1.25 8.3528 1.25 38.85v38.913l-6.75 2.5457c-5.4217 2.0448-33.872 12.394-55.543 20.204-2.9487 1.0627-3.8971 1.0945-4.2623 0.14303zm-0.4451-104.78c0-21.524 0.11711-23.028 1.75-22.486 16.065 5.3349 60.568 22.312 60.432 23.054-0.18412 1.0068-58.283 22.5-60.821 22.5-1.1087 0-1.361-4.2766-1.361-23.067z" fill="#fdd042"/> - <path d="m177 341.59-33.5-12.236-0.21619-82.925-0.21619-82.925 2.2362-1.6232c1.2299-0.89276 15.952-6.5842 32.716-12.648s31.717-11.593 33.23-12.287l2.75-1.2628v-81.516l3.25-1.9992c1.7875-1.0995 17.875-7.2212 35.75-13.604 39.041-13.94 31.893-11.343 69.5-25.251 17.115-6.33 32.568-11.478 34.5-11.493 4.3592-0.035293 66.713 22.453 69.227 24.967 1.7139 1.7139 1.8061 6.0366 1.7851 83.732-0.0173 64.069-0.29348 82.169-1.267 83.047-1.1055 0.99687-23.632 9.3552-59.245 21.982-6.6 2.3401-26.85 9.6494-45 16.243s-33.809 12.151-34.798 12.351c-1.6968 0.34251-1.7937 2.6983-1.7294 42.041 0.0534 32.671-0.2065 41.853-1.2025 42.486-3.2511 2.0656-69.189 25.326-71.57 25.247-1.4852-0.04899-17.775-5.5952-36.2-12.325zm139.03-219.61c8.444-6.0126 11.927-19.117 6.5179-24.526-8.9441-8.9441-27.163 7.4812-23.403 21.099 0.51443 1.8631 1.9304 4.1066 3.1465 4.9854 2.9692 2.1457 9.5915 1.3944 13.739-1.5586zm114.64-16.647c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#92a7b6"/> - <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522zm143.54-136.39c-0.92391-0.9239-0.84346-42.11 0.0833-42.661 0.55979-0.3325 36.098 12.197 59.143 20.851 0.76622 0.28775 1.1661 0.75022 0.88861 1.0277-0.60649 0.60651-57.658 21.448-58.712 21.448-0.40492 0-1.0362-0.3-1.4029-0.66667z" fill="#fdc81e"/> - <path d="m178 340.64-33.5-12.175-0.26134-40.232c-0.23661-36.423-0.10894-40.232 1.3485-40.232 1.6512 0 61.311 21.373 64.913 23.254 1.1 0.57474 2.31 1.5222 2.689 2.1055 0.4554 0.70102 1.3029 0.50794 2.5-0.56958 2.0288-1.8261 64.495-24.79 67.433-24.79 1.8053 0 1.8778 1.5208 1.8778 39.378 0 30.31-0.28783 39.604-1.25 40.362-2.7425 2.1593-66.144 24.391-68.101 23.879-1.1249-0.29415-2.5186-0.14554-3.0972 0.33026-0.633 0.52051-14.396-3.9843-34.552-11.31zm0.47484-83.438c-17.614-6.4353-32.576-12.065-33.25-12.51-0.93251-0.61592-1.2248-10.342-1.2248-40.75 0-39.274 0.03338-39.941 2-39.941 1.1 0 2-0.63098 2-1.4022 0-0.7712 1.2375-1.8451 2.75-2.3864s16.645-6.0197 33.628-12.174c22.08-8.0012 31.625-11.022 33.5-10.6 2.3878 0.53731 2.4432 0.48484 0.62159-0.58836-1.1-0.64805-2.3306-1.6667-2.7347-2.2637-0.40408-0.597-0.74158-18.762-0.75-40.367-0.0142-36.502 0.1085-39.328 1.7347-39.938 0.9625-0.36115 2.2-1.2241 2.75-1.9177 1.3998-1.7652 64.357-24.355 67.89-24.359 1.5894-2e-3 3.3894-0.6534 4-1.4475 0.98048-1.275 63.378-24.556 65.815-24.556 1.2208 0 61.525 21.785 64.06 23.142 1.0396 0.5564 1.6758 1.5705 1.4137 2.2535-0.29242 0.76205 0.35375 1.2154 1.6724 1.1733l2.149-0.068548 0.26136 39.618c0.20404 30.929-0.0153 39.844-1 40.649-1.4695 1.2008-64.705 24.233-66.532 24.233-0.67622 0-1.2395-0.5625-1.2517-1.25-0.0122-0.6875-0.82029-0.2128-1.7957 1.0549-2.4246 3.1512-66.923 26.795-69.232 25.379-1.0422-0.63909-2.138-0.51979-3.3472 0.36439-0.98876 0.723-2.5415 1.0362-3.4506 0.696-1.4215-0.532-1.4658-0.38858-0.31671 1.0249 0.73485 0.90389 1.0458 2.1131 0.69098 2.6872-0.38392 0.6212 0.39095 1.0438 1.9139 1.0438h2.559v39.378c0 32.98-0.23301 39.571-1.4343 40.568-0.78886 0.65469-16.187 6.5336-34.218 13.064-24.763 8.969-33.108 11.605-34.108 10.774-0.96668-0.80227-1.6375-0.78653-2.4823 0.0582-0.63669 0.63669-1.4051 1.1354-1.7076 1.1082-0.3025-0.0272-14.961-5.3147-32.575-11.75zm37.296-69.013c0.21982-0.65946-0.5166-1.1875-1.6561-1.1875-1.4381 0-1.8749 0.46137-1.4601 1.5423 0.65496 1.7068 2.499 1.4968 3.1162-0.35476zm61.229-30.097c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-10-3.4966c0-0.60605-9.2758-3.6515-9.7321-3.1952-0.21611 0.2161 1.5477 1.0793 3.9196 1.9181 4.6746 1.6533 5.8125 1.9033 5.8125 1.2771zm-15-5.5034c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm-11-4c-0.825-0.46674-2.625-1.1236-4-1.4597-2.0838-0.50933-2.0006-0.37052 0.5 0.83393 3.2047 1.5436 6.0083 2.0448 3.5 0.62574zm83.541-16.97c7.3743-3.3497 12.459-11.375 12.459-19.665 0-3.7609-0.53791-5.147-2.9231-7.5321-4.9762-4.9762-12.153-3.7331-18.715 3.2416-4.5006 4.7836-6.362 9.0443-6.362 14.563 0 9.6638 6.4124 13.539 15.541 9.3925zm-27.695-46.951c-2.699-0.44236-3.4109 0.44596-1.8575 2.3177 1.1379 1.3711 1.4133 1.3469 2.575-0.22583 1.123-1.5204 1.025-1.8063-0.71751-2.0919zm73.835-25.763c-0.0999-0.06787-1.8691-0.3838-3.9316-0.70207-3.0897-0.47678-3.75-0.27932-3.75 1.1213 0 0.935 1.0125 2.1715 2.25 2.7478 1.8382 0.856 2.5578 0.67338 3.9316-0.99793 0.92488-1.1251 1.5999-2.1012 1.5-2.1691zm-72.554 190.32c-0.7971-0.7971-1.1278-12.178-1.1278-38.817 0-34.467 0.1496-37.86 1.75-39.686 2.5691-2.9309 66.109-25.766 67.585-24.29 0.82218 0.82218 1.5185 0.5853 2.6406-0.89833 1.6427-2.1719 66.591-26.423 68.163-25.451 0.47339 0.29257 0.86072 18.265 0.86072 39.938 0 37.127-0.10556 39.462-1.8256 40.383-1.0041 0.53736-16.16 6.1875-33.679 12.556-21.667 7.8761-32.18 11.252-32.874 10.558-1.4829-1.4829-2.3252-1.2588-2.8529 0.75906-0.34169 1.3066-7.3515 4.2704-26.367 11.148-14.246 5.1524-29.331 10.619-33.523 12.148-5.6571 2.0632-7.913 2.4892-8.75 1.6522z" fill="#6a8fae"/> - <path d="m182 341.42c-15.675-5.7232-30.412-11.121-32.75-11.996l-4.25-1.5902v-39.417c0-31.128 0.26618-39.417 1.2657-39.417 1.3958 0 61.019 21.547 63.922 23.1 1.7033 0.91158 1.8127 3.3525 1.8127 40.435 0 21.706-0.3375 39.426-0.75 39.378-0.4125-0.0476-13.575-4.7693-29.25-10.493zm34.238-29.622 0.26161-39.201 32.5-11.798c17.875-6.4891 33.068-11.799 33.762-11.799 0.99845-5.6e-4 1.207 8.1617 1 39.131l-0.26161 39.131-32.5 11.85c-17.875 6.5177-33.068 11.859-33.762 11.869-0.99871 0.0145-1.2071-8.1503-1-39.182zm-38.738-55.771-32-11.759-0.26147-39.634c-0.20708-31.389 9.5e-4 -39.625 1-39.591 0.69381 0.0236 15.661 5.3111 33.261 11.75l32 11.707 0.26147 39.75c0.20727 31.509-6e-5 39.728-1 39.644-0.69381-0.05856-15.661-5.3981-33.261-11.866zm38.738-28.124 0.26161-39.097 31.477-11.441c17.312-6.2927 32.505-11.699 33.762-12.015l2.2852-0.57353-0.52342 78.723-32 11.707c-17.6 6.4389-32.793 11.726-33.762 11.75-1.6572 0.0403-1.7461-2.2747-1.5-39.054zm72-26.025 0.26161-39.121 31-11.233c17.05-6.1784 32.012-11.554 33.25-11.946l2.25-0.71271v38.945c0 29.981-0.28773 39.164-1.25 39.899-1.5898 1.2131-62.819 23.338-64.512 23.311-0.99816-0.0159-1.207-8.1892-1-39.141zm70.762-25.243v-39.364l4.25-1.5903c2.3375-0.87464 16.625-6.0729 31.75-11.552 15.125-5.4788 28.288-10.273 29.25-10.653 1.6488-0.65109 1.75 1.5933 1.75 38.809 0 36.691-0.12447 39.549-1.75 40.187-4.1232 1.6196-64.529 23.527-64.872 23.527-0.20779 0-0.3778-17.714-0.3778-39.364zm-177.47-2.1238c-17.031-6.2174-31.11-11.738-31.286-12.268-0.1766-0.5298 14.321-6.2764 32.218-12.77l32.539-11.807 31.694 11.506c17.432 6.3282 31.834 11.927 32.006 12.441 0.29413 0.88239-63.071 24.492-65.205 24.295-0.55-0.0508-14.934-5.1793-31.965-11.397zm67.465-27.849c-16.775-6.158-31.062-11.553-31.75-11.989-0.96557-0.61224-1.25-9.7916-1.25-40.341 0-31.216 0.26336-39.452 1.25-39.091 0.6875 0.2516 15.353 5.5475 32.59 11.769 17.237 6.2212 31.98 11.951 32.762 12.733 1.1884 1.1884 1.3786 7.6795 1.1597 39.588-0.25616 37.344-0.30489 38.171-2.2618 38.347-1.1 0.099-15.725-4.8584-32.5-11.016zm38-27.605c0-28.999 0.30342-39.129 1.1885-39.676 2.4997-1.5449 65.349-24.073 66.062-23.68 0.4125 0.22794 0.75 17.883 0.75 39.234v38.82l-2.75 1.098c-6.1385 2.451-63.804 23.142-64.5 23.143-0.4125 7e-4 -0.75-17.522-0.75-38.94zm28.15 5.3468c4.0909-2.0895 9.4795-9.0094 10.863-13.95 4.3502-15.537-9.7175-23.214-21.526-11.746-14.446 14.029-6.06 34.237 10.663 25.696zm43.85-31.347c0-30.064 0.28495-39.121 1.25-39.732 1.91-1.2093 63.073-23.324 64.512-23.325 0.99848-0.0011 1.207 8.1721 1 39.188l-0.26161 39.19-32.5 11.793c-17.875 6.4863-32.838 11.801-33.25 11.81-0.4125 9e-3 -0.75-17.506-0.75-38.924zm-107.23-28.376c-16.903-6.1509-30.594-11.625-30.423-12.165 0.39652-1.2533 61.318-23.522 64.656-23.633 2.2573-0.07554 62.446 21.227 63.799 22.58 0.31212 0.31212 0.14749 0.94995-0.36585 1.4174-1.5412 1.4034-62.772 23.153-64.933 23.065-1.1-0.04484-15.83-5.1141-32.733-11.265zm72-26c-16.903-6.1509-30.591-11.633-30.418-12.183 0.38904-1.2333 61.317-23.518 64.127-23.454 2.9912 0.0675 64.057 22.54 63.839 23.493-0.25024 1.0941-62.263 23.479-64.809 23.394-1.1026-0.03664-15.835-5.0991-32.738-11.25z" fill="#4779a3"/> - <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm37.45-27.851v-38.373l32.25-11.641c17.738-6.4025 32.588-11.635 33-11.627 0.4125 8e-3 0.75 17.261 0.75 38.341v38.327l-32.298 11.673c-17.764 6.4199-32.614 11.673-33 11.673s-0.70229-17.268-0.70229-38.373zm-39-56.35c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm39-27.053v-38.726l31.75-11.428c17.462-6.2852 32.312-11.621 33-11.856 0.98578-0.33797 1.25 7.7114 1.25 38.081v38.509l-2.75 0.98909c-8.7438 3.1449-58.198 21.206-60.5 22.095l-2.75 1.0622zm72-26.525v-38.301l31.646-11.449c17.405-6.2972 32.035-11.601 32.512-11.787 0.48206-0.18768 0.75018 16.852 0.60449 38.415l-0.26182 38.752-31 11.284c-17.05 6.2063-31.562 11.307-32.25 11.335-0.97913 0.0399-1.25-8.2487-1.25-38.25zm71.238-25.446 0.26174-38.734 25.5-9.2112c14.025-5.0662 28.538-10.331 32.25-11.7l6.75-2.4884-0.012 77.379-24.744 8.9141c-13.609 4.9028-28.237 10.187-32.506 11.744l-7.7617 2.8297 0.26174-38.734zm-177.99-2.5086c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm39.738-27.049 0.26174-38.569 65-23.571 0.26206 38.043c0.14413 20.923-0.0895 38.394-0.51921 38.824-0.65916 0.65916-63.744 23.843-64.879 23.843-0.2132 0-0.26985-17.356-0.12589-38.569zm25.086 7.6362c9.7626-3.7117 16.911-17.783 13.356-26.291-5.5301-13.235-24.697-6.8016-29.724 9.9777-2.6425 8.8199 2.1957 17.246 9.9023 17.246 2.2065 0 5.1161-0.41986 6.4658-0.93301zm46.914-33.552 0.26185-38.708 31.373-11.403c17.255-6.2719 31.767-11.403 32.25-11.403 0.48802 0 0.87746 17.013 0.87746 38.332v38.332l-31.25 11.321c-17.188 6.2268-31.818 11.528-32.512 11.78-1.0048 0.36494-1.2085-7.4268-1-38.25zm-107.24-28.453c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#3674a8"/> - <path d="m179.55 339.48c-17.023-6.186-31.76-11.753-32.75-12.371-1.681-1.0498-1.7998-3.5951-1.7998-38.556 0-24.407 0.35553-37.652 1.0217-38.064 0.92381-0.57094 62.433 20.966 64.24 22.493 0.41905 0.35409 0.64405 17.992 0.5 39.195l-0.26192 38.551zm-1.5498-84.201c-17.325-6.3312-31.831-12.021-32.235-12.644-1.0622-1.6384-0.94029-75.407 0.12572-76.066 0.49007-0.30288 15.34 4.6757 33 11.063l32.109 11.614v38.878c0 21.383-0.3375 38.83-0.75 38.772-0.4125-0.058-14.925-5.2856-32.25-11.617zm4.25-81.532c-16.638-6.0949-30.25-11.363-30.25-11.707 0-0.64917 61.152-23.039 62.925-23.039 0.55284 0 13.508 4.5489 28.79 10.109 15.282 5.5598 29.056 10.566 30.611 11.124 1.5542 0.55853 2.4542 1.3816 2 1.829-0.96225 0.94797-61.66 22.98-62.955 22.852-0.47897-0.0476-14.483-5.0733-31.121-11.168zm66.25-28.265-31-11.343-0.52314-78.057 3.7616 1.3543c35.221 12.681 59.987 21.922 60.997 22.76 0.97926 0.81271 1.265 9.6058 1.265 38.927 0 35.441-0.11257 37.872-1.75 37.789-0.9625-0.0487-15.7-5.1927-32.75-11.431zm4.5-81.419c-16.225-5.9236-29.415-11.135-29.31-11.581 0.10443-0.44609 14.187-5.899 31.295-12.118l31.105-11.307 30.951 11.222c17.023 6.1721 30.953 11.499 30.955 11.838 5e-3 0.93934-61.21 22.939-63.497 22.82-1.1-0.05735-15.275-4.9508-31.5-10.874zm72.182-25.962c-16.125-5.8978-29.253-11.145-29.174-11.661 0.17315-1.1238 58.33-22.438 61.223-22.438 1.8339 0 58.375 20.121 61.578 21.913 1.5038 0.84158-58.962 23.15-62.335 22.998-1.0857-0.04886-15.167-4.9143-31.292-10.812z" fill="#2e6390"/> - </g> - <path d="m113.77 151.17c0-0.29037 5e-3 -0.52796 0.011-0.52796s0.1782-0.0679 0.38251-0.15099l0.37147-0.15098v1.026l-0.11459 0.0546c-0.063 0.03-0.23515 0.10469-0.38251 0.16597l-0.26792 0.11142z" fill="#fff" stroke-width=".035506"/> - <path d="m116.26 150.13v-0.50745l0.34093-0.14219c0.18752-0.0782 0.36008-0.15034 0.38348-0.16029 0.0335-0.0143 0.0406 0.093 0.0333 0.50679l-9e-3 0.52488-0.33262 0.13963c-0.18294 0.0768-0.35133 0.14108-0.37419 0.14285-0.0313 2e-3 -0.0416-0.12181-0.0416-0.50422z" fill="#fff" stroke-width=".035506"/> - <path d="m111.73 149.75c-0.14635-0.0621-0.28065-0.11957-0.29844-0.12761-0.0243-0.011 0.0354-0.043 0.24115-0.12919 0.15042-0.063 0.29033-0.12049 0.31092-0.12774l0.0374-0.0132v0.2571c0 0.14141-6e-3 0.25632-0.0125 0.25535-7e-3 -9.6e-4 -0.13221-0.0526-0.27857-0.11473z" fill="#fff" stroke-width=".017753"/> - <path d="m112.54 148.97c-0.14635-0.0624-0.27225-0.12042-0.27976-0.12888-8e-3 -8e-3 0.10848-0.0669 0.25778-0.12986 0.14929-0.063 0.28454-0.12039 0.30055-0.12763 0.0269-0.0121 0.0291 7e-3 0.0291 0.2447 0 0.19437-5e-3 0.25752-0.0208 0.25651-0.0114-7.5e-4 -0.14053-0.0524-0.28688-0.11484z" fill="#fff" stroke-width=".017753"/> - <path d="m112.53 148.29c-0.15386-0.066-0.28286-0.12348-0.28666-0.12782-4e-3 -4e-3 0.0472-0.0301 0.11343-0.0572 0.0662-0.0271 0.20455-0.0839 0.30745-0.12628l0.1871-0.077v0.25553c0 0.19254-5e-3 0.25517-0.0208 0.25409-0.0114-7.8e-4 -0.14667-0.0554-0.30053-0.12135z" fill="#fff" stroke-width=".017753"/> - <path d="m113.35 147.51c-0.15321-0.0631-0.27854-0.11986-0.27851-0.12611 4e-5 -0.0112 0.57842-0.24985 0.60282-0.24878 7e-3 3e-4 0.0125 0.1114 0.0125 0.2469 0 0.22267-3e-3 0.24618-0.0291 0.24454-0.016-9.9e-4 -0.15446-0.0534-0.30768-0.11655z" fill="#fff" stroke-width=".017753"/> - <path d="m114.76 147.52c-0.0332-0.054-0.0342-0.0977-4e-3 -0.16443 0.047-0.10297 0.15552-0.1786 0.20282-0.14137 0.0499 0.0392 0.0585 0.0986 0.0264 0.18044-0.0383 0.0976-0.0803 0.14244-0.14761 0.15778-0.041 9e-3 -0.0561 3e-3 -0.0779-0.0324z" fill="#fff" stroke-width=".017753"/> - <path d="m115.81 150.44c-0.0507-0.0502-0.0544-0.10156-0.0139-0.1932 0.0257-0.058 0.0571-0.0955 0.10026-0.11954 0.0584-0.0325 0.0658-0.0328 0.10395-4e-3 0.049 0.0366 0.0545 0.11519 0.0147 0.2106-0.0444 0.10649-0.14972 0.16118-0.20507 0.10644z" fill="#fff" stroke-width=".017753"/> - </g> -</svg>
--- a/src/eric7/icons/oxygen/question.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <defs> - <style type="text/css">.ColorScheme-Text { - color:#232629; - }</style> - </defs> - <path class="ColorScheme-Text" d="m10.969 3c-1.7509 0-3.4069 0.4216-4.9688 1.2637l0.77734 1.7871c0.78092-0.38352 1.4827-0.65748 2.1074-0.82422 0.63297-0.16673 1.2779-0.25 1.9355-0.25 0.98644 0 1.7434 0.22025 2.2695 0.66211 0.5261 0.44187 0.78906 1.075 0.78906 1.9004 0 0.44187-0.056795 0.83056-0.17188 1.1641-0.11508 0.33348-0.31231 0.66651-0.5918 1-0.27948 0.33349-0.86767 0.88335-1.7637 1.6504-1.1001 1.0033-2.2511 2.7855-2.3516 4.6465h2l-0.005859-0.03125c0-0.75868 0.13147-1.3676 0.39453-1.8262 0.27128-0.46689 0.81313-1.055 1.627-1.7637 0.99467-0.84207 1.6575-1.4752 1.9863-1.9004 0.33704-0.4252 0.58755-0.87438 0.75195-1.3496 0.1645-0.47523 0.24609-1.0217 0.24609-1.6387 0-1.4173-0.44773-2.519-1.3438-3.3027-0.89601-0.79204-2.1256-1.1875-3.6875-1.1875zm-1.9688 14v2h2v-2h-2z" fill="currentColor"/> -</svg>
--- a/src/eric7/icons/oxygen/sbCodeDocuViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbCodeDocuViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1684" - inkscape:window-height="1042" - id="namedview10" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="24.302287" - inkscape:cy="21.873466" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="M 14.00085,6 V 90 H 52.857348 V 84.75 H 18.858071 V 11.25 H 77.141334 V 58.5 h 4.857221 V 6 H 14 m 43.714571,42 c -8.072278,0 -14.571239,7.0245 -14.571239,15.75 0,8.7255 6.498536,15.75 14.571239,15.75 3.154112,0 6.053571,-1.095066 8.433522,-2.92236 L 78.565902,90 82,86.288082 69.582188,72.865722 c 1.69053,-2.572374 2.703623,-5.70654 2.703623,-9.11568 0,-8.7255 -6.498537,-15.75 -14.57124,-15.75 m 0,5.25 c 5.381661,0 9.71402,4.683 9.71402,10.5 0,5.817 -4.332359,10.5 -9.71402,10.5 -5.38166,0 -9.714018,-4.683 -9.714018,-10.5 0,-5.817 4.332358,-10.5 9.714018,-10.5" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:4.22488356" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbCooperation96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg10" - sodipodi:docname="sbCooperation96.svg" - inkscape:version="0.92.0 r15299" - width="96" - height="96"> - <metadata - id="metadata14"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1696" - inkscape:window-height="1013" - id="namedview12" - showgrid="false" - inkscape:zoom="14.895833" - inkscape:cx="24" - inkscape:cy="24" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg10" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="M 6,10 V 64.284898 L 21.750155,86 21.75005,69.71434 21.750155,64.28585 H 90 v -54.2849 z m 5.249988,5.42849 H 84.749821 V 58.856788 H 11.249988 Z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:1.90453792" - inkscape:connector-curvature="0" /> - <path - class="ColorScheme-Text" - d="m 56.399884,22.6673 -25.199941,7.21563 v 13.0131 l 2.099994,0.601996 v 5.137597 l 12.599973,3.587203 v -5.11689 l 10.499975,3.0058 v -25.2434 z m 8.461455,0.902994 -1.620108,1.331824 c 2.388267,3.74148 3.658,8.09343 3.658574,12.53886 -0.0084,4.44144 -1.283976,8.7875 -3.674992,12.52233 l 1.644716,1.356562 c 2.69124,-4.12357 4.126681,-8.947102 4.130309,-13.87893 -0.0084,-4.92993 -1.445848,-9.75042 -4.138518,-13.87076 z m -10.561448,1.90076 v 21.836698 l -20.999954,-6.01179 v -9.81331 z m 5.647841,2.14415 -1.640632,1.348316 c 1.494759,2.57298 2.28575,5.49784 2.292814,8.47742 -0.0042,2.98072 -0.794638,5.90691 -2.288614,8.4816 l 1.640632,1.352439 c 1.791772,-2.96438 2.742211,-6.36538 2.748131,-9.83402 -0.0084,-3.46636 -0.960368,-6.86413 -2.75214,-9.82566 z m -30.84702,2.86976 -2.099996,0.601996 v 10.60523 l 2.099996,0.601996 v -11.18245 z m 6.299985,13.61502 8.399981,2.40388 v 3.009978 l -8.399981,-2.391528 z" - id="path8" - style="color:#eff0f1;fill:currentColor;stroke-width:1.90453792" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbDebugViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,71 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg10" - sodipodi:docname="sbDebugViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299" - style="fill:none"> - <metadata - id="metadata16"> - <rdf: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="defs14" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1683" - inkscape:window-height="1312" - id="namedview12" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="21.126299" - inkscape:cy="32.555081" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg10" - inkscape:document-rotation="0" /> - <g - transform="matrix(6.0345001,0,0,6.1547029,-0.0377587,-0.15464147)" - id="g8" - style="fill:#eff0f1"> - <path - d="M 3.02,8.5017 3.01729,8.46089 C 3.01816,8.4745 3.01907,8.48811 3.02,8.5017 Z" - id="path2" - inkscape:connector-curvature="0" /> - <path - d="M 7.2577,8.9047 5.4876,7.1256 6.07922,6.53399 l 1.8718,1.8812 1.8451,-1.8451 0.59165,0.5916 -1.77,1.77 1.7701,1.7791 -0.59161,0.5916 -1.8717,-1.8813 -1.8451,1.8451 -0.59161,-0.5916 z" - id="path4" - inkscape:connector-curvature="0" /> - <path - d="m 10.878,3.9183 v 0.58167 h 0.7849 l 1.6579,-1.6579 0.5916,0.59161 -1.5698,1.5698 0.0189,0.04949 c 0.3304,0.86212 0.5165,1.8351 0.5165,2.8653 0,0.1957 -0.0067,0.38933 -0.0199,0.58053 l -0.003,0.04364 h 2.0654 V 9.3791 H 12.75 l -0.0061,0.03349 c -0.1764,0.96445 -0.5195,1.8438 -0.9869,2.5838 l -0.0347,0.0551 1.9964,2.0065 -0.5931,0.5901 -1.9098,-1.9194 -0.0577,0.0645 c -0.8627,0.965 -1.9806,1.5435 -3.1984,1.5435 -1.2367,0 -2.3704,-0.5966 -3.2384,-1.5887 l -0.05749,-0.0657 -1.8717,1.8717 -0.59162,-0.5916 1.9632,-1.9632 -0.03399,-0.055 c -0.45068,-0.729 -0.782,-1.5897 -0.95424,-2.5316 L 3.16934,9.3791 H 1.00054 V 8.54244 h 2.0637 L 3.06124,8.4988 C 3.04809,8.3076 3.04138,8.11397 3.04138,7.91827 c 0,-1.0167 0.18128,-1.9778 0.50362,-2.8315 l 0.01857,-0.04919 -1.6109,-1.619 0.59311,-0.59012 1.6631,1.6715 H 5.04137 V 3.91829 c 0,-1.6118 1.3066,-2.9183 2.9183,-2.9183 1.6117,0 2.9183,1.3066 2.9183,2.9183 z m -5,0 v 0.58167 h 4.1633 V 3.9183 c 0,-1.1497 -0.93196,-2.0817 -2.0816,-2.0817 -1.14964,0 -2.0817,0.93199 -2.0817,2.0817 z M 11.5943,5.3895 11.5744,5.3366 H 4.3449 L 4.325,5.3895 C 4.04159,6.14263 3.87799,7 3.87799,7.9183 c 0,1.6099 0.50298,3.0339 1.274,4.0363 0.77037,1.0015 1.771,1.5454 2.8076,1.5454 1.0366,0 2.0373,-0.5439 2.8076,-1.5454 0.7711,-1.0024 1.274,-2.4263 1.274,-4.0363 0,-0.91822 -0.1636,-1.7756 -0.447,-2.5288 z" - id="path6" - inkscape:connector-curvature="0" - style="clip-rule:evenodd;fill-rule:evenodd" /> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbFileBrowser96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 96 96" - version="1.1" - id="svg8" - sodipodi:docname="sbFileBrowser96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1636" - inkscape:window-height="1098" - id="namedview10" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="23.047105" - inkscape:cy="23.479925" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" - inkscape:document-rotation="0" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="m 6,6 v 36.75 h 31.5 v 31.5 H 53.25 V 90 H 90 V 53.25 H 53.25 V 69 H 42.75 V 27 h 10.5 V 42.75 H 90 V 6 H 53.25 V 21.75 H 42.75 V 6 Z m 5.25,5.25 H 37.5 V 37.5 H 11.25 Z m 47.25,0 H 84.75 V 37.5 H 58.5 Z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:5.25" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbFind96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - viewBox="0 0 96 96" - version="1.1" - id="svg6" - sodipodi:docname="sbFind96.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - width="96" - height="96"> - <metadata - id="metadata10"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1638" - inkscape:window-height="1189" - id="namedview8" - showgrid="false" - inkscape:zoom="7.8997086" - inkscape:cx="42.108537" - inkscape:cy="41.16976" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg6" /> - <defs - id="defs3051"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-Text { - color:#232629; - } - </style> - </defs> - <path - style="fill:#eff0f1;fill-opacity:1;stroke:none;stroke-width:6.99886" - d="M 37.5,6 C 20.049,6 6,20.065422 6,37.48975 6,54.935072 20.07,68.9795 37.5,68.9795 c 7.445501,0 14.184387,-2.667525 19.564454,-6.956722 L 85.050783,90 90,85.052393 62.013671,57.075171 C 66.323228,51.688464 69,44.94469 69,37.48975 69,20.044429 54.93,6 37.5,6 Z m 0,6.997722 c 13.573,0 24.5,10.923445 24.5,24.492028 C 62,51.058334 51.073,61.981778 37.5,61.981778 23.927,61.981778 13,51.058334 13,37.48975 13,23.921167 23.927,12.997722 37.5,12.997722 Z" - class="ColorScheme-Text" - id="path4" /> -</svg>
--- a/src/eric7/icons/oxygen/sbFindLocation96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,69 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg9" - sodipodi:docname="sbFindLocation96.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - width="96" - height="96"> - <metadata - id="metadata13"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1594" - inkscape:window-height="1014" - id="namedview11" - showgrid="false" - inkscape:zoom="8.125" - inkscape:cx="49.661108" - inkscape:cy="46.016632" - inkscape:window-x="74" - inkscape:window-y="18" - inkscape:window-maximized="0" - inkscape:current-layer="svg9" /> - <defs - id="defs3"> - <style - id="current-color-scheme" - type="text/css"> - .ColorScheme-Text { - color:#eff0f1; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none;stroke-width:5.25" - class="ColorScheme-Text" - d="M 21.75,6 C 16.12725,6 10.92366,9.0055725 8.112285,13.875 6.7065975,16.309688 6,19.02987 6,21.75 v 52.5 c 0,2.720025 0.70665,5.44005 2.112285,7.875 C 10.92366,86.994375 16.12725,90 21.75,90 h 52.5 v -5.25 h -52.5 c -3.755483,0 -7.21749,-1.997625 -9.095205,-5.25 -1.877768,-3.252375 -1.877768,-7.247625 0,-10.5 C 14.53251,65.747625 17.994517,63.75 21.75,63.75 H 27 V 27 h 52.5 v 42 h 5.25 V 21.75 H 27 V 6 Z m 0,5.25 V 21.75 27 58.5 c -3.938812,0 -7.650825,1.503075 -10.5,4.06035 V 21.75 c 0,-1.811933 0.465885,-3.623813 1.404795,-5.25 1.877715,-3.252375 5.339722,-5.25 9.095205,-5.25 z" - id="path5" /> - <path - style="fill:currentColor;fill-opacity:1;stroke:none;stroke-width:5.25" - class="ColorScheme-Text" - d="m 53.25,32.25 c -11.597985,0 -21,9.402015 -21,21 0,11.597775 9.402015,21 21,21 4.65885,-0.0097 9.18225,-1.56765 12.8583,-4.429425 L 86.28825,90 90,86.28825 69.83055,66.1188 C 72.691275,62.43855 74.2458,57.91095 74.25,53.25 c 0,-11.597985 -9.402225,-21 -21,-21 z m 0,5.25 C 61.948725,37.5 69,44.551275 69,53.25 69,61.948725 61.948725,69 53.25,69 44.551275,69 37.5,61.948725 37.5,53.25 37.5,44.551275 44.551275,37.5 53.25,37.5 Z" - id="path7" /> -</svg>
--- a/src/eric7/icons/oxygen/sbHelpViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbHelpViewer96.svg" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - width="96" - height="96"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1636" - inkscape:window-height="1043" - id="namedview10" - showgrid="false" - inkscape:zoom="8.125" - inkscape:cx="49.905789" - inkscape:cy="48.695447" - inkscape:window-x="335" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="m 47.99996,6 c -9.859929,0 -18.884058,3.3864632 -26.034565,9.033789 -0.02684,0.02117 -0.05528,0.04028 -0.08203,0.06152 -0.278498,0.221047 -0.557928,0.438565 -0.830551,0.666499 L 16.54117,11.250169 H 6 v 10.54117 l 5.475545,5.475545 C 8.0094919,33.38083 6,40.442717 6,48.000204 6,55.558111 8.0095339,62.619578 11.475545,68.733523 L 6,74.209069 v 10.54117 h 10.54117 l 4.511644,-4.511645 c 0.272648,0.227893 0.552091,0.445453 0.830551,0.666499 0.02675,0.021 0.05522,0.04032 0.08203,0.06153 7.150927,5.647325 16.174636,9.033789 26.034565,9.033789 10.28203,0 19.661899,-3.671224 26.947226,-9.76165 l 4.511644,4.511645 H 90 V 74.209237 L 84.524455,68.733691 C 87.990508,62.619746 90,55.557859 90,48.000372 90,40.442465 87.990466,33.380998 84.524455,27.267052 L 90,21.791507 V 11.250337 H 79.45883 l -4.511644,4.511644 c -0.272623,-0.22793 -0.552049,-0.445452 -0.830551,-0.666499 -0.02688,-0.02121 -0.05519,-0.04036 -0.08207,-0.06153 C 66.88406,9.3866312 57.859931,6.000168 48.000002,6.000168 Z m 0,5.250005 c 6.512526,0 12.609672,1.687184 17.903357,4.634704 L 53.865266,27.922761 c -1.871354,-0.543397 -3.814024,-0.922867 -5.865306,-0.922867 -2.051282,0 -3.99391,0.379428 -5.865305,0.922867 L 30.096603,15.884709 c 5.293685,-2.947604 11.390831,-4.634704 17.903357,-4.634704 z m -35.170833,3.711922 4.429744,4.429744 c -0.749449,0.805308 -1.478822,1.628971 -2.16359,2.491694 -0.02121,0.0268 -0.04036,0.05522 -0.06153,0.08203 -0.211932,0.268355 -0.40979,0.546673 -0.615217,0.820303 L 9.7120139,18.079174 Z m 70.341667,0 3.1172,3.1172 -4.706524,4.706525 c -0.887755,-1.182427 -1.83494,-2.31374 -2.840337,-3.394065 z M 15.88253,30.096641 27.920581,42.134692 c -0.543396,1.871312 -0.922867,3.813982 -0.922867,5.865306 0,2.051324 0.379429,3.99391 0.922867,5.865305 L 15.88253,65.903355 C 12.934925,60.60967 11.247825,54.512524 11.247825,47.999998 c 0,-6.512526 1.687184,-12.609672 4.634705,-17.903357 z m 64.230661,0 c 2.947604,5.293685 4.634704,11.390831 4.634704,17.903357 0,6.512526 -1.687184,12.609672 -4.634704,17.903357 L 68.075139,53.865303 c 0.543397,-1.871353 0.922867,-3.814023 0.922867,-5.865305 0,-2.051282 -0.379428,-3.99391 -0.922867,-5.865306 z M 47.99786,32.249983 c 0.478633,0 0.927025,0.102144 1.394527,0.143514 2.072408,0.183498 4.012768,0.747811 5.772906,1.650896 2.924337,1.500367 5.287805,3.863751 6.788046,6.788046 0.903085,1.76018 1.467398,3.70054 1.650896,5.772906 0.04158,0.467544 0.143556,0.915936 0.143556,1.394569 0,0.478632 -0.102144,0.927025 -0.143514,1.394527 -0.183498,2.072408 -0.747811,4.012768 -1.650896,5.772906 -1.500367,2.924336 -3.863793,5.287805 -6.788046,6.788046 -1.76018,0.903085 -3.70054,1.467398 -5.772906,1.650896 -0.467544,0.04158 -0.915936,0.143556 -1.394569,0.143556 -0.478632,0 -0.927025,-0.102144 -1.394527,-0.143556 -2.072408,-0.183498 -4.012768,-0.747811 -5.772906,-1.650896 -2.924336,-1.500367 -5.287805,-3.863752 -6.788046,-6.788046 -0.903085,-1.76018 -1.467398,-3.70054 -1.650896,-5.772906 -0.04158,-0.467502 -0.143556,-0.915895 -0.143556,-1.394527 0,-0.478633 0.102144,-0.927025 0.143556,-1.394527 0.183498,-2.072408 0.747811,-4.012768 1.650896,-5.772906 1.500367,-2.924337 3.863752,-5.287805 6.788046,-6.788046 1.76018,-0.903085 3.70054,-1.467398 5.772906,-1.650896 0.467502,-0.04158 0.915895,-0.143556 1.394527,-0.143556 z m -5.865305,35.827294 c 1.871311,0.543396 3.814023,0.922867 5.865305,0.922867 2.051282,0 3.99391,-0.379429 5.865306,-0.922867 l 12.038051,12.038051 c -5.293685,2.947605 -11.390831,4.634705 -17.903357,4.634705 -6.512526,0 -12.609672,-1.687184 -17.903357,-4.634705 l 5.865306,-5.865305 z m -27.716247,5.137025 c 0.887755,1.182427 1.83494,2.31374 2.840337,3.394065 L 12.826901,81.038111 9.7096997,77.92091 Z m 67.162264,0 4.706524,4.706524 -3.1172,3.117201 -4.429745,-4.429744 c 1.005397,-1.080325 1.952582,-2.211596 2.840337,-3.394065 z" - color="#eff0f1" - fill="currentColor" - id="path6" - style="stroke-width:4.2" /> -</svg>
--- a/src/eric7/icons/oxygen/sbIrc96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,142 +0,0 @@ -<?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" - 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" - version="1.1" - viewBox="0 0 96 96" - id="svg31" - sodipodi:docname="sbIrc96.svg" - inkscape:version="0.92.0 r15299" - width="96" - height="96"> - <metadata - id="metadata35"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1650" - inkscape:window-height="1051" - id="namedview33" - showgrid="false" - inkscape:zoom="14.895833" - inkscape:cx="24" - inkscape:cy="24" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg31" /> - <defs - id="defs19"> - <linearGradient - id="i" - x2="0" - y1="34" - y2="4" - gradientUnits="userSpaceOnUse"> - <stop - stop-color="#7cbaf8" - offset="0" - id="stop2" /> - <stop - stop-color="#f4fcff" - offset="1" - id="stop4" /> - </linearGradient> - <linearGradient - id="e" - x1="405.57001" - x2="427.57001" - y1="509.79999" - y2="533.79999" - gradientUnits="userSpaceOnUse"> - <stop - stop-opacity=".286" - offset="0" - id="stop7" /> - <stop - stop-opacity="0" - offset="1" - id="stop9" /> - </linearGradient> - <linearGradient - id="h" - x1="412.57001" - x2="425.57001" - y1="514.79999" - y2="527.79999" - gradientUnits="userSpaceOnUse" - xlink:href="#e" /> - <linearGradient - id="g" - x2="0" - y1="44" - y2="4" - gradientTransform="matrix(-1,0,0,1,432.57,499.8)" - gradientUnits="userSpaceOnUse"> - <stop - stop-color="#2f74c8" - offset="0" - id="stop13" /> - <stop - stop-color="#4699d7" - offset="1" - id="stop15" /> - </linearGradient> - <linearGradient - id="f" - x1="405.57001" - x2="427.57001" - y1="509.79999" - y2="533.79999" - gradientUnits="userSpaceOnUse" - xlink:href="#e" /> - </defs> - <g - transform="matrix(2.1,0,0,2.1,-809.997,-1051.98)" - id="g29" - style="fill-rule:evenodd"> - <path - d="m 428.57,503.8 v 30 h -20 l -11,10 v -10 h -9 v -30 z" - id="path21" - style="fill:url(#g)" - inkscape:connector-curvature="0" /> - <path - d="m 402.57,534.8 -6,-6 v -3 l -3,-3 v -9 h 4 l 1,1 v -1 l 20,-6 10,7.461 V 533.8 h -26 z" - id="path23" - style="opacity:0.2;fill:url(#f)" - inkscape:connector-curvature="0" /> - <path - d="m 419.57,521.8 9,9 v -11 l -5,-5 h -4 z" - id="path25" - style="opacity:0.2;fill:url(#h)" - inkscape:connector-curvature="0" /> - <path - transform="translate(384.57,499.8)" - d="m 34,8 -20,6 v 9 l 20,6 V 14 Z M 9,14 v 9 h 4 v -9 z m 26,1 v 7 h 4 v -7 z m -23,9 v 5 h 3 v -5 z" - id="path27" - style="fill:url(#i)" - inkscape:connector-curvature="0" /> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbLogViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - viewBox="0 0 96 96" - version="1.1" - id="svg6" - sodipodi:docname="sbLogViewer96.svg" - width="96" - height="96" - inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview8" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="7.1590909" - inkscape:cx="40.787302" - inkscape:cy="54.057143" - inkscape:window-width="2580" - inkscape:window-height="1080" - inkscape:window-x="856" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg6" /> - <defs - id="defs3051"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-Text { - color:#eff0f1; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none;stroke-width:5.24999" - d="m 6,6 v 5.25 H 90 V 6 Z m 0,10.5 v 5.25 H 53.25 V 16.5 Z m 0,21 v 5.25 H 90 V 37.5 Z M 6,48 v 5.25 H 58.5 V 48 Z m 0,21 v 5.25 H 90 V 69 Z m 0,10.5 v 5.25 H 74.25 V 79.5 Z m 73.5,5.25 V 90 H 90 v -5.25 z" - class="ColorScheme-Text" - id="path4" /> -</svg>
--- a/src/eric7/icons/oxygen/sbLogViewerNew96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - viewBox="0 0 96 96" - version="1.1" - id="svg6" - sodipodi:docname="sbLogViewerNew96.svg" - width="96" - height="96" - inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - <sodipodi:namedview - id="namedview8" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageshadow="2" - inkscape:pageopacity="0.0" - inkscape:pagecheckerboard="0" - showgrid="false" - inkscape:zoom="7.1590909" - inkscape:cx="40.996825" - inkscape:cy="54.266667" - inkscape:window-width="2580" - inkscape:window-height="1080" - inkscape:window-x="334" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg6" - inkscape:showpageshadow="2" - inkscape:deskcolor="#d1d1d1" /> - <defs - id="defs3051"> - <style - type="text/css" - id="current-color-scheme"> - .ColorScheme-Text { - color:#eff0f1; - } - </style> - </defs> - <path - style="fill:currentColor;fill-opacity:1;stroke:none;stroke-width:5.24999" - d="m 6,6 v 5.25 H 90 V 6 Z m 0,10.5 v 5.25 H 53.25 V 16.5 Z m 0,21 v 5.25 H 90 V 37.5 Z M 6,48 v 5.25 H 58.5 V 48 Z m 0,21 v 5.25 H 90 V 69 Z m 0,10.5 v 5.25 H 74.25 V 79.5 Z m 73.5,5.25 V 90 H 90 v -5.25 z" - class="ColorScheme-Text" - id="path4" /> - <circle - style="fill:#ffcc00;stroke:none;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;fill-opacity:1" - id="path840" - cx="76" - cy="20" - r="16" /> -</svg>
--- a/src/eric7/icons/oxygen/sbMicroPython96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,56 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg4" - sodipodi:docname="sbMicroPython96.svg" - inkscape:version="0.92.0 r15299" - width="96" - height="96"> - <metadata - id="metadata10"> - <rdf: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="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1567" - inkscape:window-height="1098" - id="namedview6" - showgrid="false" - inkscape:zoom="14.895833" - inkscape:cx="24" - inkscape:cy="24" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg4" /> - <path - d="M 6,6 H 39.6 V 77.4 H 50.1 V 6 H 90 V 90 H 74.154545 V 18.6 H 62.7 V 90 H 27 V 18.6 H 18.6 V 90 H 6 Z m 79.8,68.280544 h -6.3 v 8.350938 h 6.3 z" - id="path2" - inkscape:connector-curvature="0" - style="fill:#eff0f1;stroke-width:0.24562231" /> -</svg>
--- a/src/eric7/icons/oxygen/sbMiniconda96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,65 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbMiniconda96.svg" - inkscape:version="0.92.0 r15299" - width="96" - height="96"> - <metadata - id="metadata14"> - <rdf: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="defs12" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1684" - inkscape:window-height="1091" - id="namedview10" - showgrid="false" - inkscape:zoom="14.895833" - inkscape:cx="24" - inkscape:cy="24" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" /> - <style - id="style2">.st0{fill:#eff0f1}</style> - <path - class="st0" - d="m 15.119324,59.620856 c -1.387863,2.773529 -2.511407,5.679181 -3.436625,8.650805 3.106227,0.858484 6.212455,1.45281 9.384656,1.71695 0.06609,-2.509458 0.264355,-4.886793 0.594804,-7.263955 -2.246983,-0.858482 -4.427993,-1.914992 -6.542852,-3.103747 z M 27.808481,27.659389 c -1.850436,0 -3.634898,0.132069 -5.485334,0.396228 0.264352,1.849019 0.528706,3.632064 0.991332,5.481084 1.255687,-2.113089 2.775654,-4.028257 4.494143,-5.745154 z M 12.93849,71.177664 c 2.379282,3.632064 5.353211,6.86776 8.723686,9.575316 -0.33045,-2.839503 -0.594804,-5.547058 -0.594804,-8.254613 -2.775828,-0.26414 -5.485334,-0.726396 -8.12904,-1.320738 z M 34.417835,8.2452129 c -3.304502,1.1226243 -6.344579,2.6414051 -9.252533,4.4904261 2.181007,0.396228 4.295867,0.858482 6.410552,1.518833 0.793078,-2.047116 1.784462,-4.028258 2.841804,-6.0093998 z M 48.03221,6 c -1.652234,0 -3.238351,0.132069 -4.82454,0.2641401 2.246983,1.5848784 4.361843,3.2358711 6.410553,5.0848899 l 1.652233,1.518835 -1.652233,1.650924 c -1.38788,1.320738 -2.709681,2.707555 -3.965296,4.226355 v 0.06604 c 0,0 -0.264352,0.26414 -0.660883,0.726396 0.991333,-0.132069 1.982736,-0.132069 3.040078,-0.132069 15.795211,0 28.615793,12.811186 28.615793,28.594524 0,15.783335 -12.821283,28.594522 -28.615793,28.594522 -5.485334,0 -10.640272,-1.518834 -15.002291,-4.226353 -2.18101,0.26414 -4.295869,0.396228 -6.476702,0.396228 -0.991333,0 -1.982736,0 -3.040078,-0.06605 0.06609,3.235871 0.396528,6.603691 0.925252,10.103631 C 31.179429,87.358595 39.242322,90 47.966883,90 71.164714,90 89.999827,71.179063 89.999827,48.000699 90.065914,24.822336 71.231213,6.0014007 48.033382,6.0014007 Z" - id="path4" - inkscape:connector-curvature="0" - style="fill:#eff0f1;stroke-width:0.66063482" /> - <path - class="st0" - d="m 42.414576,15.903785 c 0.859156,-0.990553 1.718312,-1.981142 2.577557,-2.905653 -1.982736,-1.650921 -4.031446,-3.2358707 -6.212456,-4.5565733 -1.321784,2.2452133 -2.511406,4.6225493 -3.502774,6.9998833 1.916586,0.726414 3.767022,1.518836 5.551484,2.377335 0.859156,-1.056579 1.45396,-1.716948 1.586136,-1.914992 z M 18.821248,28.5167 c -3.106228,0.528299 -6.146307,1.386764 -9.1202348,2.44331 1.1896058,3.037597 2.7096798,6.0094 4.4279928,8.782929 1.982736,-1.386765 4.031445,-2.707556 6.146305,-3.830163 -0.660883,-2.443308 -1.123509,-4.886793 -1.453958,-7.396076 z m -5.485336,15.848786 c -2.246984,1.849018 -4.3618437,3.83016 -6.3445793,6.075373 2.1810092,1.914992 4.4941423,3.632064 6.9393993,5.216839 1.12351,-1.981142 2.379283,-3.962284 3.701048,-5.811304 -1.45396,-1.716948 -2.907954,-3.565916 -4.295868,-5.481082 z m 10.706423,19.282929 c -0.264354,2.113089 -0.462628,4.292328 -0.528707,6.537541 2.11486,0.132069 4.22972,0.132069 6.344579,0 -2.246985,-1.849021 -4.229719,-4.028258 -5.815908,-6.537541 z m 6.146305,-45.69699 c -2.643532,-0.726413 -5.353213,-1.320738 -8.062893,-1.650921 -0.264352,2.773529 -0.264352,5.481082 -0.06609,8.188463 2.181007,-0.26414 4.295869,-0.396228 6.476702,-0.396228 0.396531,-2.113089 0.991333,-4.160381 1.652234,-6.141349 z m 3.767022,1.188651 c -0.528706,1.584878 -0.991332,3.169723 -1.387879,4.754671 1.850436,-1.188651 3.833172,-2.17924 5.881881,-2.905653 -1.45396,-0.660368 -2.973927,-1.254693 -4.494142,-1.849018 z M 6.3303626,53.611 c 0.5287062,4.094234 1.6522329,7.990368 3.304501,11.556458 C 10.49402,62.790124 11.4853,60.412787 12.608792,58.167576 10.427783,56.780812 8.3790728,55.261924 6.3303626,53.611 Z M 18.424701,18.216091 c -2.511407,2.509458 -4.692242,5.282986 -6.542854,8.320586 2.181009,-0.660368 4.361844,-1.18865 6.608827,-1.584878 -0.132174,-2.245213 -0.198282,-4.490424 -0.06609,-6.735813 z m -2.511407,24.235346 c 1.05743,1.518835 2.246983,3.037599 3.502775,4.490425 0.132174,-2.641405 0.528704,-5.150863 1.321782,-7.594173 -1.652234,0.92451 -3.304502,1.981142 -4.82454,3.103748 z M 16.442,57.045494 c 1.784461,0.990553 3.568749,1.914994 5.485335,2.707555 -1.123511,-2.44331 -1.850436,-5.018742 -2.246984,-7.792271 -1.189608,1.650924 -2.246985,3.367821 -3.238351,5.084892 z M 11.551485,41.725024 C 10.229702,39.611934 9.0400778,37.432697 7.9827356,35.121334 6.7931293,38.819373 6.0661496,42.781657 6,46.809739 7.784462,44.96072 9.6348986,43.243823 11.551485,41.724849 Z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#eff0f1;stroke-width:0.66063482" /> -</svg>
--- a/src/eric7/icons/oxygen/sbMultiProjectViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,87 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg16" - sodipodi:docname="sbMultiProjectViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata20"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1636" - inkscape:window-height="1037" - id="namedview18" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="20.502607" - inkscape:cy="23.761169" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg16" - inkscape:document-rotation="0" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <g - id="g14" - transform="matrix(4.199895,0,0,4.2,1.800105,1.80042)" - style="fill:#eff0f1"> - <path - class="ColorScheme-Text" - d="m 2.1875,11.5 v 1.1875 H 1 v 1.7812 h 1.1875 v 3.5625 H 1 v 1.7812 h 1.1875 v 1.1875 H 10.5 v -9.5 z m 0.59375,0.59375 h 7.125 v 1.1875 h -7.125 V 12.6875 Z m 0,1.7812 h 7.125 v 6.5312 h -7.125 z" - id="path6" - inkscape:connector-curvature="0" - style="color:#eff0f1" /> - <path - class="ColorScheme-Text" - d="M 2.1875,1 V 2.1875 H 1 V 3.9687 H 2.1875 V 7.5312 H 1 v 1.7812 h 1.1875 v 1.1875 H 10.5 v -9.5 z m 0.59375,0.59375 h 7.125 v 1.1875 h -7.125 V 2.1875 Z m 0,1.7812 h 7.125 v 6.5312 h -7.125 z" - id="path8" - inkscape:connector-curvature="0" - style="color:#eff0f1" /> - <path - class="ColorScheme-Text" - d="m 12.688,11.5 v 1.1875 h -1.1875 v 1.7812 h 1.1875 v 3.5625 h -1.1875 v 1.7812 h 1.1875 v 1.1875 h 8.3125 v -9.5 z m 0.59375,0.59375 h 7.125 v 1.1875 h -7.125 V 12.6875 Z m 0,1.7812 h 7.125 v 6.5312 h -7.125 z" - id="path10" - inkscape:connector-curvature="0" - style="color:#eff0f1" /> - <path - class="ColorScheme-Text" - d="m 12.688,1 v 1.1875 h -1.1875 v 1.7812 h 1.1875 v 3.5625 h -1.1875 v 1.7812 h 1.1875 v 1.1875 h 8.3125 v -9.5 z m 0.59375,0.59375 h 7.125 v 1.1875 h -7.125 V 2.1875 Z m 0,1.7812 h 7.125 v 6.5312 h -7.125 z" - id="path12" - inkscape:connector-curvature="0" - style="color:#eff0f1" /> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbNumbers96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbNumbers96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1576" - inkscape:window-height="1092" - id="namedview10" - showgrid="false" - inkscape:zoom="11.490485" - inkscape:cx="23.221512" - inkscape:cy="24.827135" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="m 32.249738,5.9999998 c 0,0 -26.249738,0 -26.249738,26.2486872 5.243648,-10.487295 10.491915,-15.737032 26.198498,-15.749212 -0.06278,57.415329 -15.685583,61.379932 -15.698603,70.543872 7.87912,6.048118 20.187938,2.695762 21.09219,-9.18704 l 5.126887,-61.354732 h 20.917893 l -5.13697,61.686515 c 0,15.749213 20.99979,15.749213 26.249738,0 L 89.99958,62.438878 C 84.749633,72.938353 69.00063,88.687565 69.461366,72.661587 L 74.13718,16.501995 H 90 V 6.0025198 Z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:4.19987392" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbPluginRepository96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ -<?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" - 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" - version="1.1" - viewBox="0 0 96 96" - id="svg37" - sodipodi:docname="sbPluginRepository96.svg" - width="96" - height="96" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> - <metadata - id="metadata41"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1715" - inkscape:window-height="1059" - id="namedview39" - showgrid="false" - inkscape:zoom="8.125" - inkscape:cx="40.355572" - inkscape:cy="41.820815" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg37" /> - <defs - id="defs21"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - <linearGradient - id="a" - x1="34" - x2="44" - y1="19.007999" - y2="29.007999" - gradientUnits="userSpaceOnUse"> - <stop - stop-color="#292c2f" - offset="0" - id="stop4" /> - <stop - stop-opacity="0" - offset="1" - id="stop6" /> - </linearGradient> - <linearGradient - id="d" - x1="4" - x2="4" - y1="44" - y2="4" - gradientTransform="matrix(0.25,0,0,0.24998,-12.847,15.052)" - gradientUnits="userSpaceOnUse"> - <stop - stop-color="#54d883" - offset="0" - id="stop9" /> - <stop - stop-color="#abf9c7" - offset="1" - id="stop11" /> - </linearGradient> - <linearGradient - id="c" - x1="34" - x2="44" - y1="19.007999" - y2="29.007999" - gradientTransform="matrix(0.25,0,0,0.24998,-12.847,15.052)" - gradientUnits="userSpaceOnUse" - xlink:href="#a" /> - <linearGradient - id="e" - x1="9" - x2="38" - y1="9" - y2="38" - gradientTransform="matrix(0.25,0,0,0.24998,-12.847,15.052)" - gradientUnits="userSpaceOnUse" - xlink:href="#a" /> - <linearGradient - id="f" - x1="4" - x2="4" - y1="44" - y2="4" - gradientTransform="matrix(0.25,0,0,0.24998,-12.847,15.052)" - gradientUnits="userSpaceOnUse"> - <stop - stop-color="#197cf1" - offset="0" - id="stop16" /> - <stop - stop-color="#20bcfa" - offset="1" - id="stop18" /> - </linearGradient> - </defs> - <path - class="ColorScheme-Text" - d="m 19.99986,14 v 6.8 H 6 V 82 H 90 V 20.8 H 76.00014 V 14 h -21 v 6.8 H 41.00028 V 14 Z m -7.00014,13.6 h 70.0014 v 47.6 h -70.0014 z" - color="#eff0f1" - fill="currentColor" - id="path23" - style="stroke-width:4.22493" /> - <g - transform="matrix(3.78,0,0,3.824405,75.9846,-30.3819)" - stroke-width="0.24999" - id="g35"> - <ellipse - cx="-6.8474002" - cy="21.051001" - rx="5" - ry="4.9997001" - fill="url(#f)" - id="ellipse25" - style="fill:url(#f)" /> - <path - d="m -6.8474,16.051 a 5,4.9997 0 0 0 -4.975,4.4997 h 0.725 l 0.75,0.74993 0.5,0.24983 2.7422,4.4872 a 5,4.9997 0 0 0 0.25775,0.01134 5,4.9997 0 0 0 5,-4.9997 5,4.9997 0 0 0 -5,-4.9997 z" - fill="url(#e)" - opacity="0.2" - id="path27" - style="fill:url(#e)" /> - <path - d="m -2.2009,19.21 -1.6465,2.3416 1.5537,1.5536 a 5,4.9997 0 0 0 0.44625,-2.0536 5,4.9997 0 0 0 -0.34,-1.8114 5,4.9997 0 0 0 -0.013531,-0.03024 z" - fill="url(#c)" - fill-rule="evenodd" - opacity="0.2" - id="path29" - style="fill:url(#c)" /> - <path - d="m -6.8474,16.051 a 5,4.9997 0 0 0 -0.4755,0.02646 5,4.9997 0 0 0 -0.063496,0.0076 5,4.9997 0 0 0 -0.80475,0.15912 v -0.0076 a 5,4.9997 0 0 0 -2.425,1.5349 h 0.0025 a 5,4.9997 0 0 0 -0.895,1.4861 l 0.41125,-0.20561 h 1 v 0.24983 l 0.25,0.24983 v -0.49996 l 0.5,-0.49965 h 0.25 v -0.24983 l 0.25,-0.24983 0.5,-0.24983 0.25,-0.24983 0.5,-0.24983 v 0.24983 l 0.5,-0.24983 h -0.25 v -0.24983 l -0.25,-0.24983 h 1 l -0.25,0.24983 0.75,0.24983 -0.25,-0.49999 v -0.49996 l -0.23675,-0.2366 a 5,4.9997 0 0 0 -0.26325,-0.01134 z m 3.75,1.7024 v 0.54746 h 0.42275 A 5,4.9997 0 0 0 -3.0974,17.7534 Z m -6.9845,0.01512 h 0.01523 l -0.03073,0.03024 0.01576,-0.03024 z m 7.506,0.69044 -0.2715,0.09033 -0.5,0.24983 v 0.24983 l -0.5,0.49999 -0.25,0.49996 v 0.99995 l 0.25,0.49996 0.5,0.24983 0.25,0.24983 1.1793,-0.19616 a 5,4.9997 0 0 0 4.993e-4,-0.0076 5,4.9997 0 0 0 0.052252,-0.43797 5,4.9997 0 0 0 0.01799,-0.36019 5,4.9997 0 0 0 -0.022488,-0.43498 5,4.9997 0 0 0 -0.024265,-0.2022 5,4.9997 0 0 0 -0.047497,-0.30841 5,4.9997 0 0 0 -0.033751,-0.14929 5,4.9997 0 0 0 -0.089261,-0.34847 5,4.9997 0 0 0 -0.036246,-0.10809 5,4.9997 0 0 0 -0.13476,-0.36813 5,4.9997 0 0 0 -0.037002,-0.08239 5,4.9997 0 0 0 -0.185,-0.3812 5,4.9997 0 0 0 -0.11825,-0.20636 z m -8.5215,1.5902 -0.25,0.24983 h -0.25 l -0.1625,-0.16252 a 5,4.9997 0 0 0 0,9.45e-4 5,4.9997 0 0 0 -0.0665,0.49421 5,4.9997 0 0 0 -5e-4,0.0076 l 0.4795,0.1595 0.5,0.24983 0.5,0.49965 h 0.5 v 0.49999 l -0.25,0.2502 -0.25,0.49996 v 0.24983 l 0.5,0.49965 0.25,0.49999 0.25,0.24983 0.5,0.24983 v 1.0799 a 5,4.9997 0 0 0 0.00151,4.91e-4 5,4.9997 0 0 0 0.42425,0.16139 5,4.9997 0 0 0 0.048,0.0189 5,4.9997 0 0 0 0.37825,0.10205 5,4.9997 0 0 0 0.11275,0.03024 5,4.9997 0 0 0 0.33,0.05405 5,4.9997 0 0 0 0.17,0.02646 5,4.9997 0 0 0 0.2875,0.0189 5,4.9997 0 0 0 0.24775,0.01134 5,4.9997 0 0 0 0.2545,-0.0076 l 0.2455,-0.49073 v -0.24983 l 0.5,-0.24983 0.25,-0.24983 0.25,-0.99995 0.25,-0.24983 v -0.49999 l -0.5,-0.25285 h -0.25 l -0.5,-0.24983 h -0.25 l -0.25,-0.50014 -0.25,-0.24983 h -0.5 l -0.5,-0.5003 h -0.5 l -0.75,-0.24983 -0.25,0.49996 -0.5,-0.24983 h -0.25001 v -0.49996 l -0.5,-0.24983 0.25,-0.49996 z" - fill="url(#d)" - id="path31" - style="fill:url(#d)" /> - <path - d="m -11.835,20.926 c -10e-4,0.04271 -0.01277,0.08202 -0.01277,0.1251 0,2.7698 2.23,4.9997 5,4.9997 2.77,0 5,-2.2298 5,-4.9997 0,-0.04271 -0.011792,-0.08239 -0.012775,-0.1251 -0.00741,0.30123 -0.030236,0.59943 -0.088505,0.88516 a 4.9725,4.9722 0 0 1 -1.3602,2.5281 4.9875,4.9872 0 0 1 -1.5887,1.0697 4.9542,4.9539 0 0 1 -0.9395,0.29065 5.051,5.0507 0 0 1 -1.01,0.10091 c -0.34625,0 -0.68425,-0.03402 -1.01,-0.10091 a 4.9725,4.9722 0 0 1 -2.5283,-1.3602 4.9875,4.9872 0 0 1 -1.0697,-1.5886 4.9542,4.9539 0 0 1 -0.2905,-0.93944 c -0.05825,-0.28573 -0.08075,-0.58375 -0.0885,-0.88516" - opacity="0.2" - id="path33" /> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbProjectViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbProjectViewer96.svg" - inkscape:version="0.92.0 r15299" - width="96" - height="96"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1776" - inkscape:window-height="1187" - id="namedview10" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="19.239155" - inkscape:cy="20.34095" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" - inkscape:document-rotation="0" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="M 16.5,6 V 16.5 H 6 v 15.75 h 10.5 v 31.5 H 6 V 79.5 H 16.5 V 90 H 90 V 6 Z m 5.25,5.25 h 63 v 10.5 h -63 V 16.5 Z m 0,15.75 h 63 v 57.75 h -63 z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:4.19997883" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbPyPI96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,157 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="96" - height="96" - version="1.1" - viewBox="0 0 25.4 25.4" - id="svg48" - sodipodi:docname="sbPyPI96.svg" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata54"> - <rdf: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="defs52" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1596" - inkscape:window-height="1087" - id="namedview50" - showgrid="false" - units="px" - inkscape:zoom="16.250094" - inkscape:cx="24.414017" - inkscape:cy="23.660197" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg48" /> - <g - transform="matrix(3.8180507,0,0,3.8182118,-423.1323,-555.57324)" - id="g46"> - <g - transform="matrix(0.011642,0,0,0.013265,111.24,145.92)" - id="g24"> - <path - d="M 208,437.76 C 200.3943,435.5196 2.42,363.701 1.25,362.758 0.28588,361.98096 0,352.157 0,319.802 0,287.575 0.28971,277.564 1.25,276.605 1.9375,275.91835 15.325,270.7225 31,265.059 46.675,259.3952 61.862,253.882 64.75,252.807 L 70,250.853 v -41.306 c 0,-31.838 0.28652,-41.538 1.25,-42.318 0.6875,-0.55698 15.2,-6.0574 32.25,-12.223 17.05,-6.1656 32.462,-11.817 34.25,-12.559 l 3.25,-1.3482 v -15.429 c 0,-11.156 0.34617,-15.699 1.25,-16.404 0.6875,-0.53659 15.875,-6.2714 33.75,-12.744 17.875,-6.4726 33.288,-12.18 34.25,-12.682 1.5509,-0.80969 1.75,-2.6589 1.75,-16.256 0,-11.069 0.34814,-15.623 1.25,-16.351 1.6771,-1.3531 132.84,-48.665 139.45,-50.302 4.2356,-1.0485 5.9983,-1.0492 9.5,-0.003731 9.1438,2.73 63.416,22.338 65.524,23.673 2.1233,1.3449 2.2372,2.1206 2.5,17.035 l 0.27536,15.626 32.477,11.82 c 17.862,6.5012 33.5,12.368 34.75,13.037 l 2.273,1.2165 V 209.23457 c 0,99.397 -0.26316,126.16 -1.25,127.14 -1.0708,1.0576 -54.404,20.565 -238.25,87.141 -44.675,16.178 -45.334,16.357 -52.5,14.246 z m 41.389,-14.374 c 17.661,-6.385 32.674,-12.065 33.361,-12.622 0.96068,-0.77875 1.25,-9.8959 1.25,-39.391 0,-35.904 -0.11279,-38.374 -1.75,-38.323 -0.9625,0.0299 -16.15,5.3174 -33.75,11.75 l -32,11.696 -0.26161,39.25 c -0.14388,21.588 0.0311,39.25 0.38896,39.25 0.35781,0 15.101,-5.2241 32.762,-11.609 z m 215.36,-78.039 32.25,-11.683 v -39.441 c 0,-31.14 -0.2631,-39.341 -1.25,-38.966 -0.6875,0.2614 -13.4,4.8623 -28.25,10.224 -14.85,5.3617 -29.362,10.629 -32.25,11.704 l -5.25,1.9547 v 38.928 c 0,30.467 0.2717,38.932 1.25,38.945 0.6875,0.009 15.762,-5.2401 33.5,-11.666 z m -60.106,-5.4407 c 4.7499,-2.9356 8.4021,-9.5777 8.5209,-15.497 0.0818,-4.0741 -0.32443,-5.1545 -2.7093,-7.2059 -2.2364,-1.9236 -3.526,-2.2963 -6.3572,-1.8368 -9.4634,1.5357 -17.478,14.47 -14.068,22.703 2.209,5.3329 7.8158,6.0374 14.613,1.8364 z m -336.86,-71.809 -0.28498,-9.8982 -15,5.5064 c -8.25,3.0285 -19.95,7.3065 -26,9.5065 -6.05,2.2 -11.382,4.3558 -11.849,4.7906 -0.46686,0.43476 0.64337,1.1182 2.4672,1.5188 1.8238,0.40058 4.0058,1.0933 4.8488,1.5393 0.84305,0.44604 11.433,4.4085 23.533,8.8055 l 22,7.9945 0.28498,-9.9327 c 0.15674,-5.463 0.15674,-14.387 0,-19.831 z m 71,-57.97 -0.28498,-9.8681 -7.5,2.7939 c -4.125,1.5366 -15.934,5.8648 -26.243,9.6181 -10.309,3.7533 -18.746,7.0712 -18.75,7.3731 -0.0037,0.30191 5.9558,2.7062 13.243,5.3429 7.2875,2.6367 14.825,5.3986 16.75,6.1377 1.925,0.7391 7.775,2.9016 13,4.8055 l 9.5,3.4617 0.28498,-9.8984 c 0.15674,-5.4441 0.15674,-14.339 0,-19.766 z m -0.12054,-60.801 c -0.20834,-0.20835 -5.5056,1.478 -11.772,3.7473 -30.462,11.033 -41.842,15.305 -41.548,15.599 0.17684,0.17683 11.489,4.3871 25.139,9.3562 13.649,4.9691 25.537,9.438 26.417,9.9309 1.4387,0.80597 1.6273,-1.0758 1.8715,-18.679 0.1494,-10.767 0.10117,-19.746 -0.10718,-19.954 z m 71.336,-38.831 c 0,-10.725 -0.1281,-19.5 -0.28466,-19.5 -0.5525,0 -12.427,4.2439 -30.715,10.977 -10.175,3.7463 -19.805,7.2189 -21.4,7.717 -2.7122,0.84701 -2.292,1.1111 6.5,4.0847 5.1698,1.7485 17.275,6.0965 26.9,9.6622 9.625,3.5657 17.838,6.5001 18.25,6.521 0.4125,0.0209 0.75,-8.737 0.75,-19.462 z m 105.16,10.037 c 3.8637,-2.6254 8.8402,-11.229 8.8402,-15.283 0,-3.5142 -2.6277,-7.9234 -5.1086,-8.5722 -10.022,-2.6208 -22.593,13.417 -17.742,22.634 0.63234,1.2013 1.6448,2.5149 2.25,2.919 2.3399,1.5624 8.2098,0.71519 11.76,-1.6973 z" - id="path2" - inkscape:connector-curvature="0" - style="fill:#ecebe8" /> - <path - d="m 210.47,437.65 c -1.709,-1.1698 -46.702,-17.767 -65.473,-24.151 -3.575,-1.216 -10.325,-3.6679 -15,-5.4487 -4.675,-1.7808 -22,-8.105 -38.5,-14.054 -16.5,-5.9488 -43.115,-15.582 -59.146,-21.406 -16.03,-5.8245 -29.868,-10.59 -30.75,-10.59 -1.4474,0 -1.6045,-4.1591 -1.6045,-42.5 v -42.5 h 2.6398 c 1.4519,0 3.1394,0.64898 3.75,1.4422 1.3767,1.7883 61.636,23.755 63.36,23.098 1.5954,-0.60878 1.8266,-46.065 0.23928,-47.046 -0.64217,-0.39688 -0.4753,-1.3891 0.45763,-2.721 1.2308,-1.7572 1.4744,-8.6375 1.506,-42.522 0.02068,-22.234 0.29131,-40.836 0.60139,-41.338 0.88561,-1.433 4.4458,-1.0656 4.4458,0.45868 0,1.6609 61.32,24.104 63.535,23.254 1.2281,-0.47125 1.4652,-4.2799 1.4652,-23.535 0,-15.173 -0.36163,-23.196 -1.0651,-23.631 -0.70809,-0.43762 -0.54957,-1.228 0.47287,-2.3578 1.2157,-1.3433 1.5961,-4.935 1.8151,-17.138 0.24895,-13.869 0.45777,-15.473 2.0534,-15.78 0.97693,-0.18754 2.5519,0.53891 3.5,1.6144 1.7017,1.9303 58.981,23.201 62.477,23.201 1.6009,0 1.7192,-2.8174 1.6864,-40.167 -0.029,-32.968 0.21349,-40.415 1.3529,-41.555 0.76353,-0.76353 29.923,-11.734 64.798,-24.379 80.59,-29.22 77.488,-28.162 80.17,-27.349 10.092,3.0568 66.614,24.014 67.965,25.2 1.4692,1.2903 1.7661,3.8104 2,16.979 l 0.27472,15.464 70,25.445 0.25385,126.18 c 0.16887,83.945 -0.0822,126.18 -0.75,126.18 -0.65548,0 -1.0038,-14.229 -1.0038,-41 0,-34.162 -0.2298,-41 -1.3778,-41 -1.0428,0 -55.408,19.417 -65.904,23.539 -1.6752,0.65776 -1.7647,3.1692 -1.5,42.051 l 0.28156,41.352 -71.781,26.029 c -39.479,14.316 -71.992,26.029 -72.25,26.029 -0.25807,0 -0.46922,-18.198 -0.46922,-40.441 0,-23.822 -0.38177,-40.677 -0.92903,-41.015 -1.0049,-0.62103 -66.73,22.928 -68.81,24.655 -0.97438,0.80867 -1.2605,9.8579 -1.2605,39.867 0,37.972 0.0447,38.852 2.0451,40.253 1.7913,1.2547 1.8432,1.5099 0.41821,2.0567 -2.4339,0.93396 -3.8094,0.76728 -5.9908,-0.72596 z m 2.2891,-41.372 c 0.248,-37.162 0.16629,-39.246 -1.5756,-40.178 -4.3705,-2.339 -65.482,-24.035 -66.291,-23.534 -1.2168,0.75202 -1.1359,76.504 0.0837,78.435 1.0142,1.6052 63.505,24.932 66.022,24.644 1.2999,-0.14842 1.5349,-5.3993 1.7616,-39.366 z m -71.762,-26.155 v -39.877 l -33.225,-12.044 c -18.274,-6.6239 -33.574,-11.828 -34,-11.564 -0.42649,0.26359 -0.77543,17.948 -0.77543,39.298 0,31.913 0.24719,39.024 1.3894,39.972 1.4869,1.2341 63.264,23.957 65.361,24.042 0.97994,0.0393 1.25,-8.5651 1.25,-39.827 z m -71,-25.501 c 0,-30.327 -0.28731,-39.597 -1.25,-40.331 -1.8618,-1.4207 -62.966,-23.335 -65,-23.311 -1.6365,0.0188 -1.749,2.5338 -1.7347,38.77 0.00842,21.312 0.36403,39.299 0.79023,39.97 0.82488,1.2982 62.484,24.117 65.444,24.22 1.6381,0.0568 1.75,-2.458 1.75,-39.317 z m 335.62,-4.1481 c 9.1482,-6.9777 11.844,-20.232 5.0784,-24.971 -5.7021,-3.9939 -15.661,0.76266 -20.054,9.5781 -3.6482,7.3209 -3.5268,12.193 0.40145,16.121 2.657,2.657 3.5603,2.9796 7.0374,2.5132 2.194,-0.29428 5.5856,-1.7527 7.5369,-3.241 z m -264.62,-53.852 c 0,-30.318 -0.28758,-39.601 -1.25,-40.347 -1.8214,-1.4128 -62.93,-23.309 -65,-23.291 -1.6364,0.0146 -1.75,2.5395 -1.75,38.893 0,31.173 0.26417,39.097 1.333,39.984 1.4583,1.2103 63.39,24.02 65.417,24.093 0.9796,0.0354 1.25,-8.4729 1.25,-39.332 z m 0.76924,-66.066 c 0.14808,-12.605 -0.13031,-23.317 -0.61865,-23.806 -1.3201,-1.3201 -63.651,21.497 -63.651,23.3 0,0.96401 9.9298,5.0621 30.5,12.588 16.775,6.1371 31.175,11.086 32,10.997 1.2763,-0.13736 1.5402,-3.5799 1.7692,-23.079 z m -36.346,-13.849 c 17.008,-6.1847 31.081,-11.719 31.274,-12.299 0.42655,-1.2796 -61.208,-23.828 -62.668,-22.926 -1.7306,1.0696 -1.3483,46.992 0.3871,46.494 0.04583,-0.0131 13.999,-5.0841 31.006,-11.269 z m 71.697,-58.669 c 16.575,-6.0287 30.379,-11.204 30.675,-11.5 0.296,-0.296 0.32953,-0.74781 0.0739,-1.0034 -1.2792,-1.2792 -61.44,-22.53 -62.563,-22.099 -1.0209,0.39175 -1.3058,5.4167 -1.3058,23.032 0,19.304 0.21362,22.531 1.4915,22.531 0.82035,0 15.053,-4.9326 31.628,-10.961 z m 136.6,-25.708 c 7.1133,-3.3755 12.455,-14.257 10.261,-20.904 -1.3129,-3.978 -3.4957,-5.4288 -8.1602,-5.4235 -9.4005,0.0106 -18.805,13.438 -15.797,22.554 1.8496,5.6045 6.9034,6.9969 13.696,3.7735 z" - id="path4" - inkscape:connector-curvature="0" - style="fill:#d5d6d6" /> - <path - d="m 286.23,369.5 c 0.14938,-22.825 0.15298,-41.5 0.008,-41.5 -0.14496,1.8e-4 -1.045,0.4475 -2,0.99404 -3.509,2.0081 -68.367,25.006 -70.516,25.004 -1.2214,-10e-4 -17.521,-5.5483 -36.221,-12.327 l -34,-12.325 -0.43238,-165.85 2.2362,-1.6232 c 1.2299,-0.89276 15.952,-6.5842 32.716,-12.648 16.764,-6.0638 31.717,-11.593 33.23,-12.287 l 2.75,-1.2628 v -81.516 l 3.25,-1.9992 c 1.7875,-1.0995 17.875,-7.2212 35.75,-13.604 39.041,-13.94 31.893,-11.343 69.5,-25.251 17.115,-6.33 32.568,-11.478 34.5,-11.493 4.14,-0.033519 66.343,22.28 69.123,24.796 1.6773,1.5179 1.8786,3.3073 1.89,16.794 l 0.0127,15.095 33.237,11.9 c 18.281,6.5448 34.246,12.807 35.478,13.916 l 2.2409,2.0162 3.2e-4,82.304 c 3e-4,77.21 -0.10745,82.36 -1.7409,83.219 -2.3776,1.2503 -65.287,23.884 -67.559,24.307 -1.7243,0.32076 -1.8127,2.4764 -1.7199,41.941 0.0769,32.705 -0.17593,41.818 -1.1823,42.612 -1.0906,0.85993 -44.394,16.783 -64.78,23.82 -3.575,1.234 -21.35,7.6907 -39.5,14.348 -18.15,6.6574 -33.797,12.107 -34.772,12.111 -1.6714,0.006 -1.7562,-2.3392 -1.5,-41.494 z m 119.39,-29.025 c 9.1482,-6.9777 11.844,-20.232 5.0784,-24.971 -5.7021,-3.9939 -15.661,0.76266 -20.054,9.5781 -3.6482,7.3209 -3.5268,12.193 0.40145,16.121 2.657,2.657 3.5603,2.9796 7.0374,2.5132 2.194,-0.29428 5.5856,-1.7527 7.5369,-3.241 z m -118.1,-96.281 c -0.30789,-0.30789 -1.1148,-6.4e-4 -1.7931,0.68278 -0.98026,0.98762 -0.8654,1.1025 0.5598,0.5598 0.98622,-0.37553 1.5412,-0.93469 1.2333,-1.2426 z m 141.47,-51.423 c 0,-0.58531 -0.63541,-0.48812 -1.5,0.22943 -0.825,0.68469 -1.5,1.4007 -1.5,1.5911 0,0.1904 0.675,0.0872 1.5,-0.22943 0.825,-0.31659 1.5,-1.0326 1.5,-1.5911 z m -112.97,-70.79 c 8.444,-6.0126 11.927,-19.117 6.5179,-24.526 -8.9441,-8.9441 -27.163,7.4812 -23.403,21.099 0.51443,1.8631 1.9304,4.1066 3.1465,4.9854 2.9692,2.1457 9.5915,1.3944 13.739,-1.5586 z" - id="path6" - inkscape:connector-curvature="0" - style="fill:#e1cf92" /> - <path - d="m 287.46,408.75 c -0.26432,-0.68882 -0.3627,-18.772 -0.21861,-40.185 l 0.26197,-38.933 32.5,-11.807 c 17.875,-6.494 33.288,-11.811 34.25,-11.815 1.6372,-0.007 1.75,2.5312 1.75,39.37 0,30.318 -0.2876,39.601 -1.25,40.348 -1.0995,0.85386 -65.097,24.274 -66.331,24.274 -0.26489,0 -0.69788,-0.56358 -0.96221,-1.2524 z m 70.543,-64.125 c 0,-30.282 0.28872,-39.617 1.25,-40.415 1.522,-1.2627 64.432,-24.208 66.372,-24.208 1.9368,0 2.062,78.187 0.1278,79.792 -1.522,1.2627 -64.432,24.208 -66.372,24.208 -1.1471,0 -1.3778,-6.5941 -1.3778,-39.378 z m 41.831,-0.23858 c 4.044,-0.8088 10.735,-6.6115 13.204,-11.451 1.196,-2.3443 1.9655,-5.8561 1.9655,-8.9695 0,-4.322 -0.45401,-5.5708 -2.9231,-8.0398 -1.873,-1.873 -3.9386,-2.9152 -5.75,-2.9011 -4.788,0.0372 -11.003,3.5478 -14.273,8.0629 -6.133,8.4664 -6.4957,16.682 -0.94277,21.355 3.2574,2.7409 3.9567,2.8968 8.72,1.9441 z m -222.83,-2.7979 -33.5,-12.236 -0.43238,-165.85 2.2362,-1.6232 c 1.2299,-0.89276 15.952,-6.5842 32.716,-12.648 16.764,-6.0638 31.717,-11.593 33.23,-12.287 l 2.75,-1.2628 v -81.516 l 3.25,-1.9992 c 1.7875,-1.0995 17.875,-7.2212 35.75,-13.604 39.041,-13.94 31.893,-11.343 69.5,-25.251 17.115,-6.33 32.568,-11.478 34.5,-11.493 4.3592,-0.035293 66.713,22.453 69.227,24.967 1.7139,1.7139 1.8061,6.0366 1.7851,83.732 -0.0173,64.069 -0.29348,82.169 -1.267,83.047 -1.1055,0.99687 -23.632,9.3552 -59.245,21.982 -6.6,2.3401 -26.85,9.6494 -45,16.243 -18.15,6.5936 -33.809,12.151 -34.798,12.351 -1.6968,0.34251 -1.7937,2.6983 -1.7294,42.041 0.0534,32.671 -0.2065,41.853 -1.2025,42.486 -3.2511,2.0656 -69.189,25.326 -71.57,25.247 -1.4852,-0.049 -17.775,-5.5952 -36.2,-12.325 z m 139.03,-219.61 c 8.444,-6.0126 11.927,-19.117 6.5179,-24.526 -8.9441,-8.9441 -27.163,7.4812 -23.403,21.099 0.51443,1.8631 1.9304,4.1066 3.1465,4.9854 2.9692,2.1457 9.5915,1.3944 13.739,-1.5586 z m -29.028,164.64 c 0,-30.291 0.28845,-39.613 1.25,-40.399 1.462,-1.1945 64.702,-24.224 66.521,-24.224 1.876,0 1.7748,78.303 -0.10323,79.861 -1.6305,1.3532 -64.102,24.139 -66.182,24.139 -1.289,0 -1.4856,-5.2117 -1.4856,-39.378 z m 71,-26 c 0,-30.337 0.28699,-39.592 1.25,-40.312 0.6875,-0.51417 16.029,-6.2665 34.092,-12.783 26.794,-9.6664 33.006,-11.588 33.735,-10.438 1.4764,2.3322 1.1678,76.209 -0.32641,78.163 -1.3009,1.7015 -63.575,24.747 -66.872,24.747 -1.8053,0 -1.8778,-1.5208 -1.8778,-39.378 z m 71.496,13.229 c -0.28622,-0.74588 -0.40252,-18.905 -0.25843,-40.354 l 0.26197,-38.998 33.437,-12.193 c 18.39,-6.7064 33.803,-11.967 34.25,-11.691 0.44708,0.2763 0.81287,18.235 0.81287,39.908 0,37.624 -0.0855,39.452 -1.8909,40.418 -1.04,0.55658 -15.686,5.9945 -32.546,12.084 -16.86,6.0895 -31.306,11.322 -32.101,11.627 -0.79512,0.30512 -1.6798,-0.0555 -1.9661,-0.80139 z m 0.22811,-83.46 c -1.1458,-1.1458 -0.87929,-77.234 0.27813,-79.396 0.67028,-1.2524 0.67028,-2.079 0,-2.4933 -1.1767,-0.72723 -1.4177,-47.127 -0.2485,-47.85 1.1675,-0.72156 64.48,22.717 64.419,23.848 -0.0295,0.55 0.81941,1.323 1.8866,1.7178 1.8755,0.69378 1.9403,2.035 1.9403,40.128 0,30.326 -0.28813,39.641 -1.25,40.414 -1.0588,0.85021 -60.303,22.755 -64.775,23.949 -0.83898,0.22414 -1.8515,0.0815 -2.25,-0.31705 z" - id="path8" - inkscape:connector-curvature="0" - style="fill:#edce6d" /> - <path - d="m 288.45,407.72 c -0.2583,-0.67311 -0.35161,-18.312 -0.20737,-39.198 l 0.26227,-37.974 32,-11.71 c 17.6,-6.4404 32.562,-11.738 33.25,-11.773 0.97965,-0.0493 1.25,8.3489 1.25,38.83 0,36.111 -0.12518,38.942 -1.75,39.584 -1.5716,0.62062 -51.204,18.737 -60.543,22.099 -2.9492,1.0616 -3.8971,1.0931 -4.2623,0.14146 z m 70.793,-63.839 0.26161,-39.121 31,-11.233 c 17.05,-6.1784 32.018,-11.556 33.262,-11.95 l 2.2617,-0.71641 -0.52334,78.521 -32.5,11.793 c -17.875,6.4863 -32.843,11.801 -33.262,11.81 -0.41888,0.009 -0.64388,-17.588 -0.5,-39.104 z m 47.107,-1.6502 c 8.8766,-6.0768 12.557,-19.626 7.0946,-26.118 -6.5045,-7.7301 -19.215,-2.9672 -25.056,9.3893 -2.7391,5.7939 -2.9609,9.1819 -0.92072,14.065 2.814,6.7348 11.206,7.9188 18.882,2.6639 z M 177,341.58828 l -33.5,-12.236 -0.43238,-165.85 2.2362,-1.6232 c 1.2299,-0.89276 15.952,-6.5842 32.716,-12.648 16.764,-6.0638 31.717,-11.593 33.23,-12.287 l 2.75,-1.2628 v -81.516 l 3.25,-1.9992 c 1.7875,-1.0995 17.875,-7.2212 35.75,-13.604 39.041,-13.94 31.893,-11.343 69.5,-25.251 17.115,-6.33 32.568,-11.478 34.5,-11.493 4.3592,-0.035293 66.713,22.453 69.227,24.967 1.7139,1.7139 1.8061,6.0366 1.7851,83.732 -0.0173,64.069 -0.29348,82.169 -1.267,83.047 -1.1055,0.99687 -23.632,9.3552 -59.245,21.982 -6.6,2.3401 -26.85,9.6494 -45,16.243 -18.15,6.5936 -33.809,12.151 -34.798,12.351 -1.6968,0.34251 -1.7937,2.6983 -1.7294,42.041 0.0534,32.671 -0.2065,41.853 -1.2025,42.486 -3.2511,2.0656 -69.189,25.326 -71.57,25.247 -1.4852,-0.049 -17.775,-5.5952 -36.2,-12.325 z m 139.03,-219.61 c 8.444,-6.0126 11.927,-19.117 6.5179,-24.526 -8.9441,-8.9441 -27.163,7.4812 -23.403,21.099 0.51443,1.8631 1.9304,4.1066 3.1465,4.9854 2.9692,2.1457 9.5915,1.3944 13.739,-1.5586 z m -27.789,163.88 0.26161,-39.138 31,-11.217 c 17.05,-6.1692 32.018,-11.539 33.262,-11.933 l 2.2617,-0.7166 -0.52334,78.521 -32.5,11.793 c -17.875,6.4863 -32.843,11.801 -33.262,11.81 -0.41888,0.009 -0.64388,-17.595 -0.5,-39.121 z m 70.762,-25.753 v -38.891 l 11.25,-4.1069 c 39.614,-14.462 54.77,-19.758 55.228,-19.299 0.28689,0.28689 0.52162,17.756 0.52162,38.82 0,35.455 -0.1299,38.367 -1.75,39.223 -2.5284,1.3366 -63.075,23.145 -64.257,23.145 -0.63983,0 -0.99263,-13.823 -0.99263,-38.891 z m 71,-25.574 c 0,-36.117 0.11066,-38.524 1.8127,-39.435 2.6397,-1.4127 62.824,-23.1 64.105,-23.1 0.75784,0 1.0823,11.655 1.0823,38.877 v 38.877 l -32.088,11.623 c -17.648,6.3926 -32.723,11.623 -33.5,11.623 -1.1913,0 -1.4118,-6.008 -1.4118,-38.465 z m 0.4451,-45.818 c -0.2583,-0.67311 -0.35161,-18.312 -0.20737,-39.198 l 0.26227,-37.974 32,-11.71 c 17.6,-6.4404 32.562,-11.738 33.25,-11.773 0.97966,-0.04927 1.25,8.3528 1.25,38.85 v 38.913 l -6.75,2.5457 c -5.4217,2.0448 -33.872,12.394 -55.543,20.204 -2.9487,1.0627 -3.8971,1.0945 -4.2623,0.14303 z m -0.4451,-104.78 c 0,-21.524 0.11711,-23.028 1.75,-22.486 16.065,5.3349 60.568,22.312 60.432,23.054 -0.18412,1.0068 -58.283,22.5 -60.821,22.5 -1.1087,0 -1.361,-4.2766 -1.361,-23.067 z" - id="path10" - inkscape:connector-curvature="0" - style="fill:#fdd042" /> - <path - d="m 177,341.59 -33.5,-12.236 -0.43238,-165.85 2.2362,-1.6232 c 1.2299,-0.89276 15.952,-6.5842 32.716,-12.648 16.764,-6.0638 31.717,-11.593 33.23,-12.287 l 2.75,-1.2628 V 54.167 l 3.25,-1.9992 c 1.7875,-1.0995 17.875,-7.2212 35.75,-13.604 39.041,-13.94 31.893,-11.343 69.5,-25.251 17.115,-6.33 32.568,-11.478 34.5,-11.493 4.3592,-0.035293 66.713,22.453 69.227,24.967 1.7139,1.7139 1.8061,6.0366 1.7851,83.732 -0.0173,64.069 -0.29348,82.169 -1.267,83.047 -1.1055,0.99687 -23.632,9.3552 -59.245,21.982 -6.6,2.3401 -26.85,9.6494 -45,16.243 -18.15,6.5936 -33.809,12.151 -34.798,12.351 -1.6968,0.34251 -1.7937,2.6983 -1.7294,42.041 0.0534,32.671 -0.2065,41.853 -1.2025,42.486 -3.2511,2.0656 -69.189,25.326 -71.57,25.247 -1.4852,-0.049 -17.775,-5.5952 -36.2,-12.325 z M 316.03,121.98 c 8.444,-6.0126 11.927,-19.117 6.5179,-24.526 -8.9441,-8.9441 -27.163,7.4812 -23.403,21.099 0.51443,1.8631 1.9304,4.1066 3.1465,4.9854 2.9692,2.1457 9.5915,1.3944 13.739,-1.5586 z m 114.64,-16.647 c -0.92391,-0.9239 -0.84346,-42.11 0.0833,-42.661 0.55979,-0.3325 36.098,12.197 59.143,20.851 0.76622,0.28775 1.1661,0.75022 0.88861,1.0277 -0.60649,0.60651 -57.658,21.448 -58.712,21.448 -0.40492,0 -1.0362,-0.3 -1.4029,-0.66667 z" - id="path12" - inkscape:connector-curvature="0" - style="fill:#92a7b6" /> - <path - d="m 178,340.64 -33.5,-12.175 -0.26134,-40.232 c -0.23661,-36.423 -0.10894,-40.232 1.3485,-40.232 1.6512,0 61.311,21.373 64.913,23.254 1.1,0.57474 2.31,1.5222 2.689,2.1055 0.4554,0.70102 1.3029,0.50794 2.5,-0.56958 2.0288,-1.8261 64.495,-24.79 67.433,-24.79 1.8053,0 1.8778,1.5208 1.8778,39.378 0,30.31 -0.28783,39.604 -1.25,40.362 -2.7425,2.1593 -66.144,24.391 -68.101,23.879 -1.1249,-0.29415 -2.5186,-0.14554 -3.0972,0.33026 -0.633,0.52051 -14.396,-3.9843 -34.552,-11.31 z m 0.47484,-83.438 c -17.614,-6.4353 -32.576,-12.065 -33.25,-12.51 -0.93251,-0.61592 -1.2248,-10.342 -1.2248,-40.75 0,-39.274 0.0334,-39.941 2,-39.941 1.1,0 2,-0.63098 2,-1.4022 0,-0.7712 1.2375,-1.8451 2.75,-2.3864 1.5125,-0.5413 16.645,-6.0197 33.628,-12.174 22.08,-8.0012 31.625,-11.022 33.5,-10.6 2.3878,0.53731 2.4432,0.48484 0.62159,-0.58836 -1.1,-0.64805 -2.3306,-1.6667 -2.7347,-2.2637 -0.40408,-0.597 -0.74158,-18.762 -0.75,-40.367 -0.0142,-36.502 0.1085,-39.328 1.7347,-39.938 0.9625,-0.36115 2.2,-1.2241 2.75,-1.9177 1.3998,-1.7652 64.357,-24.355 67.89,-24.359 1.5894,-0.002 3.3894,-0.6534 4,-1.4475 0.98048,-1.275 63.378,-24.556 65.815,-24.556 1.2208,0 61.525,21.785 64.06,23.142 1.0396,0.5564 1.6758,1.5705 1.4137,2.2535 -0.29242,0.76205 0.35375,1.2154 1.6724,1.1733 l 2.149,-0.06855 0.26136,39.618 c 0.20404,30.929 -0.0153,39.844 -1,40.649 -1.4695,1.2008 -64.705,24.233 -66.532,24.233 -0.67622,0 -1.2395,-0.5625 -1.2517,-1.25 -0.0122,-0.6875 -0.82029,-0.2128 -1.7957,1.0549 -2.4246,3.1512 -66.923,26.795 -69.232,25.379 -1.0422,-0.63909 -2.138,-0.51979 -3.3472,0.36439 -0.98876,0.723 -2.5415,1.0362 -3.4506,0.696 -1.4215,-0.532 -1.4658,-0.38858 -0.31671,1.0249 0.73485,0.90389 1.0458,2.1131 0.69098,2.6872 -0.38392,0.6212 0.39095,1.0438 1.9139,1.0438 h 2.559 v 39.378 c 0,32.98 -0.23301,39.571 -1.4343,40.568 -0.78886,0.65469 -16.187,6.5336 -34.218,13.064 -24.763,8.969 -33.108,11.605 -34.108,10.774 -0.96668,-0.80227 -1.6375,-0.78653 -2.4823,0.0582 -0.63669,0.63669 -1.4051,1.1354 -1.7076,1.1082 -0.3025,-0.0272 -14.961,-5.3147 -32.575,-11.75 z m 37.296,-69.013 c 0.21982,-0.65946 -0.5166,-1.1875 -1.6561,-1.1875 -1.4381,0 -1.8749,0.46137 -1.4601,1.5423 0.65496,1.7068 2.499,1.4968 3.1162,-0.35476 z m 61.229,-30.097 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -11,-4 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -10,-3.4966 c 0,-0.60605 -9.2758,-3.6515 -9.7321,-3.1952 -0.21611,0.2161 1.5477,1.0793 3.9196,1.9181 4.6746,1.6533 5.8125,1.9033 5.8125,1.2771 z m -15,-5.5034 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -11,-4 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m 83.541,-16.97 c 7.3743,-3.3497 12.459,-11.375 12.459,-19.665 0,-3.7609 -0.53791,-5.147 -2.9231,-7.5321 -4.9762,-4.9762 -12.153,-3.7331 -18.715,3.2416 -4.5006,4.7836 -6.362,9.0443 -6.362,14.563 0,9.6638 6.4124,13.539 15.541,9.3925 z m -27.695,-46.951 c -2.699,-0.44236 -3.4109,0.44596 -1.8575,2.3177 1.1379,1.3711 1.4133,1.3469 2.575,-0.22583 1.123,-1.5204 1.025,-1.8063 -0.71751,-2.0919 z m 73.835,-25.763 c -0.0999,-0.06787 -1.8691,-0.3838 -3.9316,-0.70207 -3.0897,-0.47678 -3.75,-0.27932 -3.75,1.1213 0,0.935 1.0125,2.1715 2.25,2.7478 1.8382,0.856 2.5578,0.67338 3.9316,-0.99793 0.92488,-1.1251 1.5999,-2.1012 1.5,-2.1691 z m -72.554,190.32 c -0.7971,-0.7971 -1.1278,-12.178 -1.1278,-38.817 0,-34.467 0.1496,-37.86 1.75,-39.686 2.5691,-2.9309 66.109,-25.766 67.585,-24.29 0.82218,0.82218 1.5185,0.5853 2.6406,-0.89833 1.6427,-2.1719 66.591,-26.423 68.163,-25.451 0.47339,0.29257 0.86072,18.265 0.86072,39.938 0,37.127 -0.10556,39.462 -1.8256,40.383 -1.0041,0.53736 -16.16,6.1875 -33.679,12.556 -21.667,7.8761 -32.18,11.252 -32.874,10.558 -1.4829,-1.4829 -2.3252,-1.2588 -2.8529,0.75906 -0.34169,1.3066 -7.3515,4.2704 -26.367,11.148 -14.246,5.1524 -29.331,10.619 -33.523,12.148 -5.6571,2.0632 -7.913,2.4892 -8.75,1.6522 z m 143.54,-136.39 c -0.92391,-0.9239 -0.84346,-42.11 0.0833,-42.661 0.55979,-0.3325 36.098,12.197 59.143,20.851 0.76622,0.28775 1.1661,0.75022 0.88861,1.0277 -0.60649,0.60651 -57.658,21.448 -58.712,21.448 -0.40492,0 -1.0362,-0.3 -1.4029,-0.66667 z" - id="path14" - inkscape:connector-curvature="0" - style="fill:#fdc81e" /> - <path - d="m 178,340.64 -33.5,-12.175 -0.26134,-40.232 c -0.23661,-36.423 -0.10894,-40.232 1.3485,-40.232 1.6512,0 61.311,21.373 64.913,23.254 1.1,0.57474 2.31,1.5222 2.689,2.1055 0.4554,0.70102 1.3029,0.50794 2.5,-0.56958 2.0288,-1.8261 64.495,-24.79 67.433,-24.79 1.8053,0 1.8778,1.5208 1.8778,39.378 0,30.31 -0.28783,39.604 -1.25,40.362 -2.7425,2.1593 -66.144,24.391 -68.101,23.879 -1.1249,-0.29415 -2.5186,-0.14554 -3.0972,0.33026 -0.633,0.52051 -14.396,-3.9843 -34.552,-11.31 z m 0.47484,-83.438 c -17.614,-6.4353 -32.576,-12.065 -33.25,-12.51 -0.93251,-0.61592 -1.2248,-10.342 -1.2248,-40.75 0,-39.274 0.0334,-39.941 2,-39.941 1.1,0 2,-0.63098 2,-1.4022 0,-0.7712 1.2375,-1.8451 2.75,-2.3864 1.5125,-0.5413 16.645,-6.0197 33.628,-12.174 22.08,-8.0012 31.625,-11.022 33.5,-10.6 2.3878,0.53731 2.4432,0.48484 0.62159,-0.58836 -1.1,-0.64805 -2.3306,-1.6667 -2.7347,-2.2637 -0.40408,-0.597 -0.74158,-18.762 -0.75,-40.367 -0.0142,-36.502 0.1085,-39.328 1.7347,-39.938 0.9625,-0.36115 2.2,-1.2241 2.75,-1.9177 1.3998,-1.7652 64.357,-24.355 67.89,-24.359 1.5894,-0.002 3.3894,-0.6534 4,-1.4475 0.98048,-1.275 63.378,-24.556 65.815,-24.556 1.2208,0 61.525,21.785 64.06,23.142 1.0396,0.5564 1.6758,1.5705 1.4137,2.2535 -0.29242,0.76205 0.35375,1.2154 1.6724,1.1733 l 2.149,-0.06855 0.26136,39.618 c 0.20404,30.929 -0.0153,39.844 -1,40.649 -1.4695,1.2008 -64.705,24.233 -66.532,24.233 -0.67622,0 -1.2395,-0.5625 -1.2517,-1.25 -0.0122,-0.6875 -0.82029,-0.2128 -1.7957,1.0549 -2.4246,3.1512 -66.923,26.795 -69.232,25.379 -1.0422,-0.63909 -2.138,-0.51979 -3.3472,0.36439 -0.98876,0.723 -2.5415,1.0362 -3.4506,0.696 -1.4215,-0.532 -1.4658,-0.38858 -0.31671,1.0249 0.73485,0.90389 1.0458,2.1131 0.69098,2.6872 -0.38392,0.6212 0.39095,1.0438 1.9139,1.0438 h 2.559 v 39.378 c 0,32.98 -0.23301,39.571 -1.4343,40.568 -0.78886,0.65469 -16.187,6.5336 -34.218,13.064 -24.763,8.969 -33.108,11.605 -34.108,10.774 -0.96668,-0.80227 -1.6375,-0.78653 -2.4823,0.0582 -0.63669,0.63669 -1.4051,1.1354 -1.7076,1.1082 -0.3025,-0.0272 -14.961,-5.3147 -32.575,-11.75 z m 37.296,-69.013 c 0.21982,-0.65946 -0.5166,-1.1875 -1.6561,-1.1875 -1.4381,0 -1.8749,0.46137 -1.4601,1.5423 0.65496,1.7068 2.499,1.4968 3.1162,-0.35476 z m 61.229,-30.097 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -11,-4 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -10,-3.4966 c 0,-0.60605 -9.2758,-3.6515 -9.7321,-3.1952 -0.21611,0.2161 1.5477,1.0793 3.9196,1.9181 4.6746,1.6533 5.8125,1.9033 5.8125,1.2771 z m -15,-5.5034 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m -11,-4 c -0.825,-0.46674 -2.625,-1.1236 -4,-1.4597 -2.0838,-0.50933 -2.0006,-0.37052 0.5,0.83393 3.2047,1.5436 6.0083,2.0448 3.5,0.62574 z m 83.541,-16.97 c 7.3743,-3.3497 12.459,-11.375 12.459,-19.665 0,-3.7609 -0.53791,-5.147 -2.9231,-7.5321 -4.9762,-4.9762 -12.153,-3.7331 -18.715,3.2416 -4.5006,4.7836 -6.362,9.0443 -6.362,14.563 0,9.6638 6.4124,13.539 15.541,9.3925 z m -27.695,-46.951 c -2.699,-0.44236 -3.4109,0.44596 -1.8575,2.3177 1.1379,1.3711 1.4133,1.3469 2.575,-0.22583 1.123,-1.5204 1.025,-1.8063 -0.71751,-2.0919 z m 73.835,-25.763 c -0.0999,-0.06787 -1.8691,-0.3838 -3.9316,-0.70207 -3.0897,-0.47678 -3.75,-0.27932 -3.75,1.1213 0,0.935 1.0125,2.1715 2.25,2.7478 1.8382,0.856 2.5578,0.67338 3.9316,-0.99793 0.92488,-1.1251 1.5999,-2.1012 1.5,-2.1691 z m -72.554,190.32 c -0.7971,-0.7971 -1.1278,-12.178 -1.1278,-38.817 0,-34.467 0.1496,-37.86 1.75,-39.686 2.5691,-2.9309 66.109,-25.766 67.585,-24.29 0.82218,0.82218 1.5185,0.5853 2.6406,-0.89833 1.6427,-2.1719 66.591,-26.423 68.163,-25.451 0.47339,0.29257 0.86072,18.265 0.86072,39.938 0,37.127 -0.10556,39.462 -1.8256,40.383 -1.0041,0.53736 -16.16,6.1875 -33.679,12.556 -21.667,7.8761 -32.18,11.252 -32.874,10.558 -1.4829,-1.4829 -2.3252,-1.2588 -2.8529,0.75906 -0.34169,1.3066 -7.3515,4.2704 -26.367,11.148 -14.246,5.1524 -29.331,10.619 -33.523,12.148 -5.6571,2.0632 -7.913,2.4892 -8.75,1.6522 z" - id="path16" - inkscape:connector-curvature="0" - style="fill:#6a8fae" /> - <path - d="m 182,341.42 c -15.675,-5.7232 -30.412,-11.121 -32.75,-11.996 L 145,327.8338 v -39.417 c 0,-31.128 0.26618,-39.417 1.2657,-39.417 1.3958,0 61.019,21.547 63.922,23.1 1.7033,0.91158 1.8127,3.3525 1.8127,40.435 0,21.706 -0.3375,39.426 -0.75,39.378 -0.4125,-0.0476 -13.575,-4.7693 -29.25,-10.493 z m 34.238,-29.622 0.26161,-39.201 32.5,-11.798 c 17.875,-6.4891 33.068,-11.799 33.762,-11.799 0.99845,-5.6e-4 1.207,8.1617 1,39.131 L 283.5,327.262 251,339.112 c -17.875,6.5177 -33.068,11.859 -33.762,11.869 -0.99871,0.0145 -1.2071,-8.1503 -1,-39.182 z m -38.738,-55.771 -32,-11.759 -0.26147,-39.634 c -0.20708,-31.389 9.5e-4,-39.625 1,-39.591 0.69381,0.0236 15.661,5.3111 33.261,11.75 l 32,11.707 0.26147,39.75 c 0.20727,31.509 -6e-5,39.728 -1,39.644 -0.69381,-0.0586 -15.661,-5.3981 -33.261,-11.866 z m 38.738,-28.124 0.26161,-39.097 31.477,-11.441 c 17.312,-6.2927 32.505,-11.699 33.762,-12.015 l 2.2852,-0.57353 -0.52342,78.723 -32,11.707 c -17.6,6.4389 -32.793,11.726 -33.762,11.75 -1.6572,0.0403 -1.7461,-2.2747 -1.5,-39.054 z m 72,-26.025 0.26161,-39.121 31,-11.233 c 17.05,-6.1784 32.012,-11.554 33.25,-11.946 l 2.25,-0.71271 v 38.945 c 0,29.981 -0.28773,39.164 -1.25,39.899 -1.5898,1.2131 -62.819,23.338 -64.512,23.311 -0.99816,-0.0159 -1.207,-8.1892 -1,-39.141 z M 359,176.635 v -39.364 l 4.25,-1.5903 c 2.3375,-0.87464 16.625,-6.0729 31.75,-11.552 15.125,-5.4788 28.288,-10.273 29.25,-10.653 1.6488,-0.65109 1.75,1.5933 1.75,38.809 0,36.691 -0.12447,39.549 -1.75,40.187 -4.1232,1.6196 -64.529,23.527 -64.872,23.527 -0.20779,0 -0.3778,-17.714 -0.3778,-39.364 z m -177.47,-2.1238 c -17.031,-6.2174 -31.11,-11.738 -31.286,-12.268 -0.1766,-0.5298 14.321,-6.2764 32.218,-12.77 l 32.539,-11.807 31.694,11.506 c 17.432,6.3282 31.834,11.927 32.006,12.441 0.29413,0.88239 -63.071,24.492 -65.205,24.295 -0.55,-0.0508 -14.934,-5.1793 -31.965,-11.397 z m 67.465,-27.849 c -16.775,-6.158 -31.062,-11.553 -31.75,-11.989 -0.96557,-0.61224 -1.25,-9.7916 -1.25,-40.341 0,-31.216 0.26336,-39.452 1.25,-39.091 0.6875,0.2516 15.353,5.5475 32.59,11.769 17.237,6.2212 31.98,11.951 32.762,12.733 1.1884,1.1884 1.3786,7.6795 1.1597,39.588 -0.25616,37.344 -0.30489,38.171 -2.2618,38.347 -1.1,0.099 -15.725,-4.8584 -32.5,-11.016 z m 38,-27.605 c 0,-28.999 0.30342,-39.129 1.1885,-39.676 2.4997,-1.5449 65.349,-24.073 66.062,-23.68 0.4125,0.22794 0.75,17.883 0.75,39.234 v 38.82 l -2.75,1.098 c -6.1385,2.451 -63.804,23.142 -64.5,23.143 -0.4125,7e-4 -0.75,-17.522 -0.75,-38.94 z m 28.15,5.3468 c 4.0909,-2.0895 9.4795,-9.0094 10.863,-13.95 4.3502,-15.537 -9.7175,-23.214 -21.526,-11.746 -14.446,14.029 -6.06,34.237 10.663,25.696 z m 43.85,-31.347 c 0,-30.064 0.28495,-39.121 1.25,-39.732 1.91,-1.2093 63.073,-23.324 64.512,-23.325 0.99848,-0.0011 1.207,8.1721 1,39.188 l -0.26161,39.19 -32.5,11.793 c -17.875,6.4863 -32.838,11.801 -33.25,11.81 -0.4125,0.009 -0.75,-17.506 -0.75,-38.924 z M 251.765,64.681 c -16.903,-6.1509 -30.594,-11.625 -30.423,-12.165 0.39652,-1.2533 61.318,-23.522 64.656,-23.633 2.2573,-0.07554 62.446,21.227 63.799,22.58 0.31212,0.31212 0.14749,0.94995 -0.36585,1.4174 -1.5412,1.4034 -62.772,23.153 -64.933,23.065 -1.1,-0.04484 -15.83,-5.1141 -32.733,-11.265 z m 72,-26 C 306.862,32.5301 293.174,27.048 293.347,26.498 293.73604,25.2647 354.664,2.98 357.474,3.044 c 2.9912,0.0675 64.057,22.54 63.839,23.493 -0.25024,1.0941 -62.263,23.479 -64.809,23.394 -1.1026,-0.03664 -15.835,-5.0991 -32.738,-11.25 z" - id="path18" - inkscape:connector-curvature="0" - style="fill:#4779a3" /> - <path - d="m 179.55,339.48 c -17.023,-6.186 -31.76,-11.753 -32.75,-12.371 -1.681,-1.0498 -1.7998,-3.5951 -1.7998,-38.556 0,-24.407 0.35553,-37.652 1.0217,-38.064 0.92381,-0.57094 62.433,20.966 64.24,22.493 0.41905,0.35409 0.64405,17.992 0.5,39.195 l -0.26192,38.551 z M 217,311.629 v -38.373 l 32.25,-11.641 c 17.738,-6.4025 32.588,-11.635 33,-11.627 0.4125,0.008 0.75,17.261 0.75,38.341 v 38.327 l -32.298,11.673 c -17.764,6.4199 -32.614,11.673 -33,11.673 -0.386,0 -0.70229,-17.268 -0.70229,-38.373 z m -39,-56.35 c -17.325,-6.3312 -31.831,-12.021 -32.235,-12.644 -1.0622,-1.6384 -0.94029,-75.407 0.12572,-76.066 0.49007,-0.30288 15.34,4.6757 33,11.063 l 32.109,11.614 v 38.878 c 0,21.383 -0.3375,38.83 -0.75,38.772 -0.4125,-0.058 -14.925,-5.2856 -32.25,-11.617 z m 39,-27.053 V 189.5 l 31.75,-11.428 c 17.462,-6.2852 32.312,-11.621 33,-11.856 0.98578,-0.33797 1.25,7.7114 1.25,38.081 v 38.509 l -2.75,0.98909 c -8.7438,3.1449 -58.198,21.206 -60.5,22.095 l -2.75,1.0622 z m 72,-26.525 V 163.4 l 31.646,-11.449 c 17.405,-6.2972 32.035,-11.601 32.512,-11.787 0.48206,-0.18768 0.75018,16.852 0.60449,38.415 l -0.26182,38.752 -31,11.284 c -17.05,6.2063 -31.562,11.307 -32.25,11.335 -0.97913,0.0399 -1.25,-8.2487 -1.25,-38.25 z m 71.238,-25.446 0.26174,-38.734 25.5,-9.2112 c 14.025,-5.0662 28.538,-10.331 32.25,-11.7 l 6.75,-2.4884 -0.012,77.379 -24.744,8.9141 c -13.609,4.9028 -28.237,10.187 -32.506,11.744 l -7.7617,2.8297 0.26174,-38.734 z m -177.99,-2.5086 c -16.638,-6.0949 -30.25,-11.363 -30.25,-11.707 0,-0.64917 61.152,-23.039 62.925,-23.039 0.55284,0 13.508,4.5489 28.79,10.109 15.282,5.5598 29.056,10.566 30.611,11.124 1.5542,0.55853 2.4542,1.3816 2,1.829 -0.96225,0.94797 -61.66,22.98 -62.955,22.852 -0.47897,-0.0476 -14.483,-5.0733 -31.121,-11.168 z m 66.25,-28.265 -31,-11.343 -0.52314,-78.057 3.7616,1.3543 c 35.221,12.681 59.987,21.922 60.997,22.76 0.97926,0.81271 1.265,9.6058 1.265,38.927 0,35.441 -0.11257,37.872 -1.75,37.789 -0.9625,-0.0487 -15.7,-5.1927 -32.75,-11.431 z m 39.738,-27.049 0.26174,-38.569 65,-23.571 0.26206,38.043 c 0.14413,20.923 -0.0895,38.394 -0.51921,38.824 -0.65916,0.65916 -63.744,23.843 -64.879,23.843 -0.2132,0 -0.26985,-17.356 -0.12589,-38.569 z m 25.086,7.6362 c 9.7626,-3.7117 16.911,-17.783 13.356,-26.291 -5.5301,-13.235 -24.697,-6.8016 -29.724,9.9777 -2.6425,8.8199 2.1957,17.246 9.9023,17.246 2.2065,0 5.1161,-0.41986 6.4658,-0.93301 z m 46.914,-33.552 0.26185,-38.708 31.373,-11.403 c 17.255,-6.2719 31.767,-11.403 32.25,-11.403 0.48802,0 0.87746,17.013 0.87746,38.332 v 38.332 l -31.25,11.321 c -17.188,6.2268 -31.818,11.528 -32.512,11.78 -1.0048,0.36494 -1.2085,-7.4268 -1,-38.25 z m -107.24,-28.453 c -16.225,-5.9236 -29.415,-11.135 -29.31,-11.581 0.10443,-0.44609 14.187,-5.899 31.295,-12.118 l 31.105,-11.307 30.951,11.222 c 17.023,6.1721 30.953,11.499 30.955,11.838 0.005,0.93934 -61.21,22.939 -63.497,22.82 -1.1,-0.05735 -15.275,-4.9508 -31.5,-10.874 z m 72.182,-25.962 c -16.125,-5.8978 -29.253,-11.145 -29.174,-11.661 0.17315,-1.1238 58.33,-22.438 61.223,-22.438 1.8339,0 58.375,20.121 61.578,21.913 1.5038,0.84158 -58.962,23.15 -62.335,22.998 -1.0857,-0.04886 -15.167,-4.9143 -31.292,-10.812 z" - id="path20" - inkscape:connector-curvature="0" - style="fill:#3674a8" /> - <path - d="m 179.55,339.48 c -17.023,-6.186 -31.76,-11.753 -32.75,-12.371 -1.681,-1.0498 -1.7998,-3.5951 -1.7998,-38.556 0,-24.407 0.35553,-37.652 1.0217,-38.064 0.92381,-0.57094 62.433,20.966 64.24,22.493 0.41905,0.35409 0.64405,17.992 0.5,39.195 l -0.26192,38.551 z m -1.5498,-84.201 c -17.325,-6.3312 -31.831,-12.021 -32.235,-12.644 -1.0622,-1.6384 -0.94029,-75.407 0.12572,-76.066 0.49007,-0.30288 15.34,4.6757 33,11.063 l 32.109,11.614 v 38.878 c 0,21.383 -0.3375,38.83 -0.75,38.772 -0.4125,-0.058 -14.925,-5.2856 -32.25,-11.617 z m 4.25,-81.532 c -16.638,-6.0949 -30.25,-11.363 -30.25,-11.707 0,-0.64917 61.152,-23.039 62.925,-23.039 0.55284,0 13.508,4.5489 28.79,10.109 15.282,5.5598 29.056,10.566 30.611,11.124 1.5542,0.55853 2.4542,1.3816 2,1.829 -0.96225,0.94797 -61.66,22.98 -62.955,22.852 -0.47897,-0.0476 -14.483,-5.0733 -31.121,-11.168 z m 66.25,-28.265 -31,-11.343 -0.52314,-78.057 3.7616,1.3543 c 35.221,12.681 59.987,21.922 60.997,22.76 0.97926,0.81271 1.265,9.6058 1.265,38.927 0,35.441 -0.11257,37.872 -1.75,37.789 -0.9625,-0.0487 -15.7,-5.1927 -32.75,-11.431 z m 4.5,-81.419 c -16.225,-5.9236 -29.415,-11.135 -29.31,-11.581 0.10443,-0.44609 14.187,-5.899 31.295,-12.118 l 31.105,-11.307 30.951,11.222 c 17.023,6.1721 30.953,11.499 30.955,11.838 0.005,0.93934 -61.21,22.939 -63.497,22.82 -1.1,-0.05735 -15.275,-4.9508 -31.5,-10.874 z m 72.182,-25.962 c -16.125,-5.8978 -29.253,-11.145 -29.174,-11.661 0.17315,-1.1238 58.33,-22.438 61.223,-22.438 1.8339,0 58.375,20.121 61.578,21.913 1.5038,0.84158 -58.962,23.15 -62.335,22.998 -1.0857,-0.04886 -15.167,-4.9143 -31.292,-10.812 z" - id="path22" - inkscape:connector-curvature="0" - style="fill:#2e6390" /> - </g> - <g - id="g44" - style="fill:#ffffff"> - <path - d="m 113.77,151.17 c 0,-0.29037 0.005,-0.52796 0.011,-0.52796 0.006,0 0.1782,-0.0679 0.38251,-0.15099 l 0.37147,-0.15098 v 1.026 l -0.11459,0.0546 c -0.063,0.03 -0.23515,0.10469 -0.38251,0.16597 l -0.26792,0.11142 z" - id="path26" - inkscape:connector-curvature="0" - style="stroke-width:0.035506" /> - <path - d="m 116.26,150.13 v -0.50745 l 0.34093,-0.14219 c 0.18752,-0.0782 0.36008,-0.15034 0.38348,-0.16029 0.0335,-0.0143 0.0406,0.093 0.0333,0.50679 l -0.009,0.52488 -0.33262,0.13963 c -0.18294,0.0768 -0.35133,0.14108 -0.37419,0.14285 -0.0313,0.002 -0.0416,-0.12181 -0.0416,-0.50422 z" - id="path28" - inkscape:connector-curvature="0" - style="stroke-width:0.035506" /> - <g - id="g42" - style="stroke-width:0.017753"> - <path - d="m 111.73,149.75 c -0.14635,-0.0621 -0.28065,-0.11957 -0.29844,-0.12761 -0.0243,-0.011 0.0354,-0.043 0.24115,-0.12919 0.15042,-0.063 0.29033,-0.12049 0.31092,-0.12774 l 0.0374,-0.0132 v 0.2571 c 0,0.14141 -0.006,0.25632 -0.0125,0.25535 -0.007,-9.6e-4 -0.13221,-0.0526 -0.27857,-0.11473 z" - id="path30" - inkscape:connector-curvature="0" /> - <path - d="m 112.54,148.97 c -0.14635,-0.0624 -0.27225,-0.12042 -0.27976,-0.12888 -0.008,-0.008 0.10848,-0.0669 0.25778,-0.12986 0.14929,-0.063 0.28454,-0.12039 0.30055,-0.12763 0.0269,-0.0121 0.0291,0.007 0.0291,0.2447 0,0.19437 -0.005,0.25752 -0.0208,0.25651 -0.0114,-7.5e-4 -0.14053,-0.0524 -0.28688,-0.11484 z" - id="path32" - inkscape:connector-curvature="0" /> - <path - d="m 112.53,148.29 c -0.15386,-0.066 -0.28286,-0.12348 -0.28666,-0.12782 -0.004,-0.004 0.0472,-0.0301 0.11343,-0.0572 0.0662,-0.0271 0.20455,-0.0839 0.30745,-0.12628 l 0.1871,-0.077 v 0.25553 c 0,0.19254 -0.005,0.25517 -0.0208,0.25409 -0.0114,-7.8e-4 -0.14667,-0.0554 -0.30053,-0.12135 z" - id="path34" - inkscape:connector-curvature="0" /> - <path - d="m 113.35,147.51 c -0.15321,-0.0631 -0.27854,-0.11986 -0.27851,-0.12611 4e-5,-0.0112 0.57842,-0.24985 0.60282,-0.24878 0.007,3e-4 0.0125,0.1114 0.0125,0.2469 0,0.22267 -0.003,0.24618 -0.0291,0.24454 -0.016,-9.9e-4 -0.15446,-0.0534 -0.30768,-0.11655 z" - id="path36" - inkscape:connector-curvature="0" /> - <path - d="m 114.76,147.52 c -0.0332,-0.054 -0.0342,-0.0977 -0.004,-0.16443 0.047,-0.10297 0.15552,-0.1786 0.20282,-0.14137 0.0499,0.0392 0.0585,0.0986 0.0264,0.18044 -0.0383,0.0976 -0.0803,0.14244 -0.14761,0.15778 -0.041,0.009 -0.0561,0.003 -0.0779,-0.0324 z" - id="path38" - inkscape:connector-curvature="0" /> - <path - d="m 115.81,150.44 c -0.0507,-0.0502 -0.0544,-0.10156 -0.0139,-0.1932 0.0257,-0.058 0.0571,-0.0955 0.10026,-0.11954 0.0584,-0.0325 0.0658,-0.0328 0.10395,-0.004 0.049,0.0366 0.0545,0.11519 0.0147,0.2106 -0.0444,0.10649 -0.14972,0.16118 -0.20507,0.10644 z" - id="path40" - inkscape:connector-curvature="0" /> - </g> - </g> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbShell96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,136 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg32" - sodipodi:docname="sbShell96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata38"> - <rdf: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="defs36" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1552" - inkscape:window-height="1132" - id="namedview34" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="23.391087" - inkscape:cy="20.51671" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg32" /> - <g - transform="matrix(4.199895,0,0,4.200084,-1367.3497,-2242.557)" - id="g30"> - <g - id="g26" - style="fill:#6c7a89"> - <rect - x="256.23001" - y="514.70001" - width="0" - height="14.668" - id="rect2" /> - <rect - x="263.19" - y="537.27002" - width="0" - height="14.668" - id="rect4" /> - <rect - x="265" - y="536.21002" - width="0" - height="14.668" - id="rect6" /> - <rect - x="256.23001" - y="514.70001" - width="0" - height="14.668" - id="rect8" /> - <rect - x="263.19" - y="537.27002" - width="0" - height="14.668" - id="rect10" /> - <rect - x="265" - y="536.21002" - width="0" - height="14.668" - id="rect12" /> - <rect - x="256.23001" - y="514.70001" - width="0" - height="14.668" - id="rect14" /> - <rect - x="263.19" - y="537.27002" - width="0" - height="14.668" - id="rect16" /> - <rect - x="265" - y="536.21002" - width="0" - height="14.668" - id="rect18" /> - <rect - x="256.23001" - y="514.70001" - width="0" - height="14.668" - id="rect20" /> - <rect - x="263.19" - y="537.27002" - width="0" - height="14.668" - id="rect22" /> - <rect - x="265" - y="536.21002" - width="0" - height="14.668" - id="rect24" /> - </g> - <path - d="m 328.09,535.36 -1.0938,0.86496 6.7243,7.7065 -6.7243,7.7065 1.0938,0.86496 7.4777,-8.5714 z m 7.4777,18.571 v 1.4286 h 11.429 v -1.4286 z" - id="path28" - inkscape:connector-curvature="0" - style="color:#000000;fill:#eff0f1;fill-rule:evenodd;stroke-width:1.42859995;color-rendering:auto;image-rendering:auto;shape-rendering:auto" /> - </g> -</svg>
--- a/src/eric7/icons/oxygen/sbSymbolsViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,64 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbSymbolsViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1573" - inkscape:window-height="1018" - id="namedview10" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="24.424637" - inkscape:cy="21.152507" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" - inkscape:document-rotation="0" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="M 6,6 V 66.375 C 6,79.42272 16.57728,90 29.625,90 42.67272,90 53.25,79.42272 53.25,66.375 V 30.9375 L 79.00776,89.9979 H 90 v -63 H 79.5 V 65.0604 L 53.74224,6 H 42.75 V 66.375 C 42.75,73.62378 36.87378,79.5 29.625,79.5 22.37622,79.5 16.5,73.62378 16.5,66.375 V 6 Z M 79.5,6 V 16.5 H 90 V 6 Z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:4.19997883" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbTasksViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,63 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg8" - sodipodi:docname="sbTasksViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata12"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1576" - inkscape:window-height="991" - id="namedview10" - showgrid="false" - inkscape:zoom="15.799417" - inkscape:cx="24.593295" - inkscape:cy="24.263489" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg8" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - class="ColorScheme-Text" - d="M 6,6 V 90 H 90 V 6 H 79.5 V 21.75 H 69 V 6 H 27 V 21.75 H 16.5 V 6 H 6 m 5.25,21 h 73.5 V 84.75 H 11.25 V 27 M 65.287801,37.5 41.181,61.606801 35.161799,55.5876 31.4499,59.299499 l 9.690001,9.700201 0.03079,-0.0408 0.04103,0.0408 L 68.999473,41.211899 65.287572,37.5" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:6.00001526" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbTemplateViewer96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,68 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - viewBox="0 0 96 96" - id="svg10" - sodipodi:docname="sbTemplateViewer96.svg" - width="96" - height="96" - inkscape:version="0.92.0 r15299"> - <metadata - id="metadata14"> - <rdf: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> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1598" - inkscape:window-height="1059" - id="namedview12" - showgrid="false" - inkscape:zoom="16.25" - inkscape:cx="23.586522" - inkscape:cy="24.939606" - inkscape:window-x="0" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="svg10" - inkscape:document-rotation="0" /> - <defs - id="defs4"> - <style - type="text/css" - id="style2">.ColorScheme-Text { - color:#eff0f1; - }</style> - </defs> - <path - d="M 6,6 V 90 H 42.615516 V 84.75 H 11.46045 v -73.5 h 43.650003 v 21 H 76.935024 V 43.8 h 5.451835 V 26.95884 L 60.604504,6 60.562441,6.049224 V 6 H 6.0010124 Z" - id="path6" - style="color:#eff0f1;fill:currentColor;stroke-width:4.25352907" - inkscape:connector-curvature="0" /> - <path - d="m 68.461764,48 -4.122607,11.29296 -11.105701,-5.1408 5.272634,10.82802 -11.582565,4.019526 11.582565,4.019526 -5.272634,10.82802 11.105701,-5.1408 4.122607,11.29296 4.122604,-11.29296 11.105703,5.1408 L 78.417435,73.019232 90,68.999706 78.417435,64.98018 83.690071,54.15216 72.584368,59.29296 Z" - id="path8" - style="color:#eff0f1;fill:currentColor;stroke-width:4.25352907" - inkscape:connector-curvature="0" /> -</svg>
--- a/src/eric7/icons/oxygen/sbVcsStatus96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - id="Layer_1" - x="0px" - y="0px" - viewBox="0 0 96 96" - xml:space="preserve" - sodipodi:docname="sbVcsStatus96.svg" - width="96" - height="96" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata - id="metadata9"><rdf: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="defs7" /><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1715" - inkscape:window-height="1021" - id="namedview5" - showgrid="false" - inkscape:zoom="7.8997086" - inkscape:cx="46.08978" - inkscape:cy="50.2493" - inkscape:window-x="133" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="Layer_1" /> -<g - id="XMLID_1_" - transform="matrix(0.1629435,0,0,0.1640625,6.294612,6)" - style="fill:#eff0f1;fill-opacity:1"> - <path - id="XMLID_7_" - d="m 365.1,74.6 c -43.8,0 -80.2,36.4 -80.2,80.2 0,38.2 27,70.9 64.3,78.3 -0.9,21.4 -12.1,33.6 -30.8,48.5 -23.3,17.7 -53.2,23.3 -74.6,27 -46.6,8.4 -71.8,30.8 -83,45.7 V 159.5 c 16.8,-2.8 32.6,-12.1 44.8,-25.2 13.1,-14.9 20.5,-33.6 20.5,-54.1 C 226.2,36.4 189.8,0 146,0 102.2,0 65.7,36.4 65.7,80.2 c 0,19.6 7.5,38.2 19.6,53.2 11.2,13.1 26.1,21.4 42.9,25.2 v 195.8 c -16.8,3.7 -31.7,13.1 -42.9,25.2 -13.1,14.9 -19.6,33.6 -19.6,52.2 0,43.8 36.4,80.2 80.2,80.2 43.8,0 80.2,-36.4 80.2,-80.2 0,-27 -13.1,-51.3 -35.4,-66.2 10.3,-11.2 28,-22.4 58.8,-28 25.2,-4.7 60.6,-11.2 88.6,-32.6 27,-20.5 42,-42 43.8,-73.7 37.3,-7.5 64.3,-40.1 64.3,-78.3 -0.9,-43 -37.3,-78.4 -81.1,-78.4 z M 97.5,81.1 c 0,-26.1 21.4,-48.5 48.5,-48.5 26.1,0 48.5,21.4 48.5,48.5 0,27.1 -21.5,48.5 -48.5,48.5 -27.1,0 -48.5,-22.4 -48.5,-48.5 z m 96,352.6 c 0,26.1 -21.4,48.5 -48.5,48.5 -26.1,0 -48.5,-21.4 -48.5,-48.5 0,-27.1 21.4,-48.5 48.5,-48.5 27.1,0.9 48.5,22.3 48.5,48.5 z M 365.1,202.4 c -26.1,0 -48.5,-21.4 -48.5,-48.5 0,-26.1 21.4,-48.5 48.5,-48.5 26.1,0 48.5,21.4 48.5,48.5 -0.9,27 -22.4,48.5 -48.5,48.5 z" - style="fill:#eff0f1;fill-opacity:1" /> -</g> -</svg>
--- a/src/eric7/icons/oxygen/sbVirtenvManager96.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,78 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="96" - height="96" - viewBox="0 0 25.399999 25.400001" - version="1.1" - id="svg22" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)" - sodipodi:docname="sbVirtenvManager96.svg"> - <defs - id="defs16" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="7.9195959" - inkscape:cx="52.812035" - inkscape:cy="50.685788" - inkscape:document-units="mm" - inkscape:current-layer="g10" - inkscape:document-rotation="0" - showgrid="false" - units="px" - inkscape:window-width="1817" - inkscape:window-height="1094" - inkscape:window-x="0" - inkscape:window-y="268" - inkscape:window-maximized="0" /> - <metadata - id="metadata19"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title /> - </cc:Work> - </rdf:RDF> - </metadata> - <g - inkscape:label="Ebene 1" - inkscape:groupmode="layer" - id="layer1"> - <rect - style="fill:none;stroke:#eff0f1;stroke-width:1.48167;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="rect24" - width="20.743334" - height="20.74333" - x="2.3283331" - y="2.3283331" /> - <g - stroke-width="0.18644" - id="g10" - transform="matrix(0.70803264,0,0,0.70911154,4.9369334,4.921228)"> - <path - d="M 3.8769,16.021 C 2.5837,15.83091 1.5493,14.9629 1.0986,13.6899 0.99398,13.39434 0.99094,13.33623 0.97425,11.3132 0.95291,8.7266 0.9706758,8.5376 1.29838,7.8646 1.50563,7.43902 1.58818,7.32508 1.93996,6.97901 2.40203,6.52444 2.78589,6.28201 3.31866,6.10829 3.67352,5.99258 3.76023,5.98491 5.11316,5.94962 5.89505,5.929226 7.52586,5.911065 8.73706,5.909264 l 2.2023,-0.00327 v -1.4915 h -5.017 l 0.039441,-0.33792 c 0.082337,-0.70546 0.25768,-1.1849 0.61798,-1.6898 0.42952,-0.60191 1.1146,-1.096 1.8194,-1.3123 0.25572,-0.078458 0.47917,-0.085803 2.6102,-0.085803 h 2.3305 l 0.37288,0.12699 c 0.53022,0.18057 0.9215,0.42591 1.3262,0.83156 0.39706,0.398 0.6012,0.71448 0.81882,1.2694 l 0.14988,0.38221 0.05924,5.803 h -3.4512 c -2.1311,0 -3.6243,0.01902 -3.9038,0.049728 -1.8332,0.20141 -3.4435,1.5466 -4.0833,3.4109 -0.16642,0.48492 -0.2114,0.87998 -0.21359,1.8762 -0.00101,0.46144 -0.015071,0.9491 -0.031236,1.0837 -0.032921,0.27408 -0.022253,0.2699 -0.50691,0.19866 z M 9.7007,3.324 c 0.22793,-0.13357 0.39978,-0.41605 0.39978,-0.65711 0,-0.38236 -0.38671,-0.76907 -0.76907,-0.76907 -0.37964,0 -0.76907,0.38942 -0.76907,0.76907 0,0.22876 0.1764,0.52469 0.38858,0.65187 C 9.2012,3.46878 9.45067,3.47052 9.70069,3.324 Z" - fill="#5599ff" - stroke="#5599ff" - id="path6" /> - <path - d="M 8.4791,20.868 C 7.3486,20.5677 6.4694,19.6861 6.1294,18.5117 6.02279,18.14347 6.02205,18.12216 6.02205,15.4142 v -2.7267 l 3.7521,-0.0245 c 4.0868,-0.02668 3.7551,-0.0052 4.6099,-0.299 0.68486,-0.23541 1.3543,-0.67684 1.9039,-1.2554 0.75974,-0.7998 1.219,-1.7686 1.3618,-2.8724 0.02487,-0.19227 0.04587,-0.77332 0.04666,-1.2912 l 0.0014,-0.94166 0.2447,0.025284 c 1.4235,0.14709 2.5831,1.1278 2.928,2.4764 0.0826,0.32295 0.09004,0.52992 0.09004,2.5022 0,2.3009 -0.0047,2.3571 -0.24808,2.9596 -0.38832,0.96139 -1.3874,1.7661 -2.4289,1.9562 -0.18272,0.03336 -1.4679,0.0505 -3.7871,0.0505 h -3.5105 v 1.7246 h 4.9873 v 0.15458 c 0,0.69752 -0.41873,1.6179 -0.98356,2.1619 -0.43106,0.41516 -0.71671,0.5953 -1.2587,0.79375 l -0.34464,0.1262 -2.2839,0.0118 c -2.1321,0.01102 -2.3065,0.0058 -2.6234,-0.07838 z m 4.5484,-0.76527 c 0.14329,-0.07486 0.34581,-0.28173 0.42313,-0.43224 0.07192,-0.13999 0.06565,-0.49923 -0.01187,-0.68041 -0.23374,-0.54628 -0.98118,-0.67393 -1.3894,-0.23729 -0.15562,0.16644 -0.22436,0.34315 -0.22436,0.57672 0,0.33492 0.19378,0.64097 0.48941,0.77292 0.18463,0.08241 0.55566,0.08257 0.71312,3.26e-4 z" - fill="#ffdd55" - stroke="#ffdd55" - id="path8" /> - </g> - </g> -</svg>
--- a/src/eric7/icons/oxygen/start.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> - <defs> - <style type="text/css">.ColorScheme-Text { - color:#232629; - }</style> - </defs> - <path class="ColorScheme-Text" d="m4 4v14l14-7z" fill="currentColor"/> -</svg>
--- a/src/eric7/icons/oxygen/tbVcsStatus.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -<?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" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.1" - id="Layer_1" - x="0px" - y="0px" - viewBox="0 0 22 22" - xml:space="preserve" - sodipodi:docname="tbVcsStatus.svg" - width="22" - height="22" - inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata - id="metadata9"><rdf:RDF><cc:Work - rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs - id="defs7" /><sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1715" - inkscape:window-height="1021" - id="namedview5" - showgrid="false" - inkscape:zoom="31.598834" - inkscape:cx="0.62741694" - inkscape:cy="12.195442" - inkscape:window-x="133" - inkscape:window-y="0" - inkscape:window-maximized="0" - inkscape:current-layer="Layer_1" - inkscape:document-rotation="0" /> -<g - id="XMLID_1_" - transform="matrix(0.04204993,0,0,0.0390625,0.2373196,1)" - style="fill:#232629;fill-opacity:1"> - <path - id="XMLID_7_" - d="m 365.1,74.6 c -43.8,0 -80.2,36.4 -80.2,80.2 0,38.2 27,70.9 64.3,78.3 -0.9,21.4 -12.1,33.6 -30.8,48.5 -23.3,17.7 -53.2,23.3 -74.6,27 -46.6,8.4 -71.8,30.8 -83,45.7 V 159.5 c 16.8,-2.8 32.6,-12.1 44.8,-25.2 13.1,-14.9 20.5,-33.6 20.5,-54.1 C 226.2,36.4 189.8,0 146,0 102.2,0 65.7,36.4 65.7,80.2 c 0,19.6 7.5,38.2 19.6,53.2 11.2,13.1 26.1,21.4 42.9,25.2 v 195.8 c -16.8,3.7 -31.7,13.1 -42.9,25.2 -13.1,14.9 -19.6,33.6 -19.6,52.2 0,43.8 36.4,80.2 80.2,80.2 43.8,0 80.2,-36.4 80.2,-80.2 0,-27 -13.1,-51.3 -35.4,-66.2 10.3,-11.2 28,-22.4 58.8,-28 25.2,-4.7 60.6,-11.2 88.6,-32.6 27,-20.5 42,-42 43.8,-73.7 37.3,-7.5 64.3,-40.1 64.3,-78.3 -0.9,-43 -37.3,-78.4 -81.1,-78.4 z M 97.5,81.1 c 0,-26.1 21.4,-48.5 48.5,-48.5 26.1,0 48.5,21.4 48.5,48.5 0,27.1 -21.5,48.5 -48.5,48.5 -27.1,0 -48.5,-22.4 -48.5,-48.5 z m 96,352.6 c 0,26.1 -21.4,48.5 -48.5,48.5 -26.1,0 -48.5,-21.4 -48.5,-48.5 0,-27.1 21.4,-48.5 48.5,-48.5 27.1,0.9 48.5,22.3 48.5,48.5 z M 365.1,202.4 c -26.1,0 -48.5,-21.4 -48.5,-48.5 0,-26.1 21.4,-48.5 48.5,-48.5 26.1,0 48.5,21.4 48.5,48.5 -0.9,27 -22.4,48.5 -48.5,48.5 z" - style="fill:#232629;fill-opacity:1" /> -</g> -</svg>
--- a/src/eric7/icons/oxygen/terminal.svg Thu Feb 22 19:40:56 2024 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="16px" height="16px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <defs> - <linearGradient id="linearGradient2880" x1="16.143" x2="16.143" y1="4" y2="44" gradientTransform="matrix(.23078 0 0 .15386 2.4612 4.8074)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#fff" offset="0"/> - <stop stop-color="#fff" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2883" x1="16.626" x2="20.055" y1="15.298" y2="24.628" gradientTransform="matrix(.30476 0 0 .32156 .68572 1.0807)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#fff" offset="0"/> - <stop stop-color="#fff" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2886" x1="16" x2="16" y1="27.045" y2="16" gradientTransform="matrix(.34286 0 0 .36364 -.42808 -.81818)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient3680-6"/> - <linearGradient id="linearGradient3680-6"> - <stop stop-color="#dcdcdc" offset="0"/> - <stop stop-color="#fff" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2890" x1="20" x2="20" y1="28" y2="26" gradientTransform="matrix(.375 0 0 .375 -.74978 -.5)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient3680-6"/> - <linearGradient id="linearGradient2894" x1="12.579" x2="12.213" y1="2.9165" y2="47.279" gradientTransform="matrix(.28855 0 0 .25608 1.0743 2.6116)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#fff" offset="0"/> - <stop stop-color="#fff" stop-opacity="0" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2897" x1="23.071" x2="23.071" y1="36.047" y2="33.296" gradientTransform="matrix(.33032 0 0 .32624 .074248 1.9649)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#fff" offset="0"/> - <stop stop-color="#fff" stop-opacity="0" offset="1"/> - </linearGradient> - <radialGradient id="radialGradient2900" cx="7.4957" cy="8.4498" r="20" gradientTransform="matrix(0 .47178 -.86826 -1.9907e-8 15.337 1.0829)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#505050" offset="0"/> - <stop stop-color="#141414" offset="1"/> - </radialGradient> - <linearGradient id="linearGradient2902" x1="16.143" x2="16.143" y1="4" y2="44" gradientTransform="matrix(.28207 0 0 .20514 1.2304 3.5766)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#323232" offset="0"/> - <stop offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2983" x1="24" x2="24" y1="7.96" y2="43.865" gradientTransform="matrix(.3333 0 0 .32429 .00075427 .06858)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#f0f0f0" offset="0"/> - <stop stop-color="#d7d7d8" offset=".085525"/> - <stop stop-color="#b2b2b3" offset=".92166"/> - <stop stop-color="#979798" offset="1"/> - </linearGradient> - <linearGradient id="linearGradient2985" x1="10.014" x2="10.014" y1="44.96" y2="2.8765" gradientTransform="matrix(.31912 0 0 .29298 .34112 1.4648)" gradientUnits="userSpaceOnUse"> - <stop stop-color="#595959" offset="0"/> - <stop stop-color="#b3b3b3" offset="1"/> - </linearGradient> - </defs> - <rect x=".50107" y="2.5011" width="14.998" height="11.998" rx="1" ry="1" fill="url(#linearGradient2983)" fill-rule="evenodd" stroke="url(#linearGradient2985)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0021"/> - <rect x="2.5" y="4.5" width="11" height="8" rx="0" ry="0" color="#000000" fill="url(#radialGradient2900)" stroke="url(#linearGradient2902)" stroke-linecap="round" stroke-linejoin="round"/> - <rect x="1.501" y="3.5011" width="12.998" height="9.9979" rx="0" ry="0" fill="none" opacity=".4" stroke="url(#linearGradient2897)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0021"/> - <rect x="1.5019" y="3.5019" width="12.996" height="9.9963" fill="none" opacity=".8" stroke="url(#linearGradient2894)" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.0037"/> - <path d="m9.0002 10v-0.75h-3v0.75h3z" fill="url(#linearGradient2890)"/> - <path d="m3.6862 9-0.68571-0.72727 1.5429-1.2727-1.5429-1.2727 0.68571-0.72727 2.3143 2-2.3143 2z" fill="url(#linearGradient2886)"/> - <path d="m1.6667 3c-0.36824 0-0.66667 0.31488-0.66667 0.70342v5.145c9.545e-4 0.043283 0.018837 0.084214 0.049602 0.11286 0.030769 0.028643 0.071495 0.04238 0.1123 0.037874l13.714-2.2911c0.070547-0.011738 0.12282-0.075385 0.12381-0.15073v-2.8539c0-0.38854-0.29843-0.70342-0.66667-0.70342h-12.667z" fill="url(#linearGradient2883)" fill-rule="evenodd" opacity=".2"/> - <rect x="3.5" y="5.5" width="9" height="6" rx="0" ry="0" color="#000000" fill="none" opacity=".1" stroke="url(#linearGradient2880)" stroke-linecap="round" stroke-linejoin="round"/> -</svg>