Skip to content
Commits on Source (141)
......@@ -20,16 +20,16 @@ lint:
script:
- io.elementary.vala-lint src
docs:
image: "fedora:latest"
script:
- dnf install -y git valadoc vala meson glib2-devel gtk3-devel libhandy1-devel gsound-devel gnome-desktop3-devel libgweather-devel geoclue2-devel
- meson -Ddocs=true _build
- meson compile -C _build
- rm -rf public
- mv _build/docs public
artifacts:
paths:
- public
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
\ No newline at end of file
# docs:
# image: "fedora:latest"
# script:
# - dnf install -y git valadoc vala meson glib2-devel gtk3-devel libhandy1-devel gsound-devel gnome-desktop3-devel libgweather-devel geoclue2-devel
# - meson -Ddocs=true _build
# - meson compile -C _build
# - rm -rf public
# - mv _build/docs public
# artifacts:
# paths:
# - public
# rules:
# - if: '$CI_COMMIT_BRANCH == "master"'
gnome-clocks 42.0
===================
* Translations updates
gnome-clocks 42.alpha
===================
* Codebase is now ported to GTK 4 and Libadwaita
* Translations updates
gnome-clocks 41.0
===================
* Updated translations
......
......@@ -6,16 +6,13 @@
"command": "gnome-clocks",
"tags": ["nightly"],
"finish-args": [
"--device=dri",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--share=network",
"--system-talk-name=org.freedesktop.GeoClue2",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
"--env=G_MESSAGES_DEBUG=org.gnome.ClocksDevel"
],
"cleanup": ["/include", "/lib/pkgconfig",
"/share/pkgconfig", "/share/aclocal",
......@@ -23,6 +20,22 @@
"/share/vala",
"*.la", "*.a"],
"modules": [
{
"name": "libgeoclue",
"buildsystem": "meson",
"config-opts" : [
"-Denable-backend=false",
"-Dlibgeoclue=true",
"-Dintrospection=true",
"-Dgtk-doc=false"
],
"sources": [
{
"type" : "git",
"url": "https://gitlab.freedesktop.org/geoclue/geoclue.git"
}
]
},
{
"name": "geocode-glib",
"buildsystem": "meson",
......@@ -45,7 +58,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgweather.git",
"tag": "40.0"
"branch": "main"
}
]
},
......@@ -56,7 +69,9 @@
"-Ddebug_tools=false",
"-Dudev=disabled",
"-Dgtk_doc=false",
"-Ddesktop_docs=false"
"-Ddesktop_docs=false",
"-Dlegacy_library=false",
"-Dbuild_gtk4=false"
],
"sources": [
{
......@@ -92,21 +107,6 @@
}
]
},
{
"name": "libhandy",
"buildsystem": "meson",
"config-opts": [
"-Dtests=false",
"-Dexamples=false",
"-Dglade_catalog=disabled"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libhandy.git"
}
]
},
{
"name": "sound-theme-freedesktop",
"sources": [
......@@ -134,13 +134,12 @@
"name": "gnome-clocks",
"buildsystem": "meson",
"config-opts": [
"-Dprofile=development",
"-Ddocs=false"
"-Dprofile=development"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-clocks.git"
"type": "dir",
"path": "../../"
}
]
}
......
#!/usr/bin/env python3
import os
import pathlib
import subprocess
prefix = pathlib.Path(os.environ.get('MESON_INSTALL_PREFIX', '/usr/local'))
datadir = prefix / 'share'
destdir = os.environ.get('DESTDIR', '')
if not destdir:
print('Compiling gsettings schemas...')
subprocess.call(['glib-compile-schemas', str(datadir / 'glib-2.0' / 'schemas')])
print('Updating icon cache...')
subprocess.call(['gtk-update-icon-cache', '-qtf', str(datadir / 'icons' / 'hicolor')])
print('Updating desktop database...')
subprocess.call(['update-desktop-database', '-q', str(datadir / 'applications')])
......@@ -15,7 +15,7 @@ layout:
# Launchpad doesn't recognize these fields yet
passthrough:
license: GPL-2.0+
license: GPL-2.0-or-later
title: GNOME Clocks
slots:
......
data/appdata/alarm.png

37.2 KiB | W: | H:

data/appdata/alarm.png

31.8 KiB | W: | H:

data/appdata/alarm.png
data/appdata/alarm.png
data/appdata/alarm.png
data/appdata/alarm.png
  • 2-up
  • Swipe
  • Onion skin
data/appdata/stopwatch.png

40.8 KiB | W: | H:

data/appdata/stopwatch.png

39 KiB | W: | H:

data/appdata/stopwatch.png
data/appdata/stopwatch.png
data/appdata/stopwatch.png
data/appdata/stopwatch.png
  • 2-up
  • Swipe
  • Onion skin
data/appdata/timer.png

41.4 KiB | W: | H:

data/appdata/timer.png

31.1 KiB | W: | H:

data/appdata/timer.png
data/appdata/timer.png
data/appdata/timer.png
data/appdata/timer.png
  • 2-up
  • Swipe
  • Onion skin
data/appdata/world.png

28.4 KiB | W: | H:

data/appdata/world.png

40.3 KiB | W: | H:

data/appdata/world.png
data/appdata/world.png
data/appdata/world.png
data/appdata/world.png
  • 2-up
  • Swipe
  • Onion skin
window > stack {
background-color: mix(@theme_fg_color, @theme_bg_color, 0.95);
box-shadow: inset 0 5px 2px -6px black;
}
window > stack:backdrop {
background-color: mix(@theme_unfocused_fg_color, @theme_unfocused_bg_color, 0.95);
box-shadow: none;
}
label.destructive-action {
color: #e01b24;
}
/* Shared */
.clocks-list {
margin: 18px 6px;
}
.large-button {
padding: 6px 32px;
}
.circular.flat {
padding: 4px;
}
.pill-button, .circular.flat {
border-radius: 9999px;
-gtk-outline-radius: 9999px;
padding: 6px;
}
/* alarms */
row.snoozing {
background: transparent -gtk-icontheme("alarm-symbolic") 65% 400%/48px 48px no-repeat;
font-weight: bold;
}
.alarm-row button, .repeats button {
min-width: 24px;
min-height: 24px;
}
.alarm-name {
font-weight: bold;
}
.alarm-time {
font-size: 2.5em;
font-weight: 300;
}
.alarm-repeat {
font-size: 9pt;
}
.clocks-ampm-toggle-button {
font-size: 18pt;
}
......@@ -75,7 +30,6 @@ row.snoozing {
font-size: 18pt;
}
.clocks-alarm-setup-time {
font-size: 32pt;
}
......@@ -92,31 +46,6 @@ row.snoozing {
/* disguise insensitive spinbuttons as normal labels */
spinbutton.clocks-timer-label,
spinbutton.clocks-timer-label button,
spinbutton.clocks-timer-label entry {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
spinbutton.clocks-timer-label {
color: @theme_fg_color;
}
spinbutton.clocks-timer-label button {
color: transparent;
}
.timer-panel .small-button {
padding: 5px 9px
}
.timer-panel .large-button {
padding: 12px 16px;
}
.timer-panel .timer-header {
font-size: 20pt;
font-weight: 300;
......@@ -125,24 +54,6 @@ spinbutton.clocks-timer-label button {
.timer-countdown {
font-size: 40pt;
font-weight: 300;
color: #9E9DA1;
}
@keyframes clocks-blink {
0% { color: #9E9DA1; }
100% { color: #428be5; }
}
.timer-countdown.timer-paused {
color: #9E9DA1;
animation-name: clocks-blink;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
animation-duration: 1s;
}
.timer-countdown.timer-running {
color: #428be5;
}
/* Stopwatch Panel */
......@@ -150,19 +61,10 @@ spinbutton.clocks-timer-label button {
font-weight: bold;
}
.negative-lap {
color: #ED333B;
}
.positive-lap {
color: #428be5;
}
.stopped-stopwatch label,
.running-stopwatch label,
.paused-stopwatch label {
font-size: 70px;
color: grey;
font-weight: lighter;
}
......@@ -172,7 +74,7 @@ spinbutton.clocks-timer-label button {
.running-stopwatch .seconds-label,
.running-stopwatch .miliseconds-label {
color: #428be5;
color: @accent_color;
}
.stopped-stopwatch .miliseconds-label,
......@@ -186,59 +88,39 @@ spinbutton.clocks-timer-label button {
font-weight: 300;
}
.stopped-stopwatch .seconds-label,
.stopped-stopwatch .miliseconds-label,
.paused-stopwatch .seconds-label,
.paused-stopwatch .miliseconds-label {
color: black;
}
/* World */
.clock-title {
font-size: 1.1em;
}
.clock-location {
font-weight: bolder;
}
.clock-desc {
font-size: 0.9em;
.hidden {
opacity: 0;
}
.clock-time {
font-size: 2em;
padding: 0.2em 0.5em;
border-radius: 1em;
background: #e5a50a;
color: #000000;
font-weight: 300;
border: 1px solid rgba(0, 0, 0, 0.06);
transition: 0.4s background ease-in;
}
.none .clock-time {
background: #f6f5f4;
background: alpha(currentColor, 0.2);
}
.night .clock-time {
background: #a0a2b7;
color: @blue_4;
background-color: alpha(@blue_3, 0.25);
}
.naut .clock-time,
.astro .clock-time {
background: #c6adaa;
}
.naut .clock-time {
background: #ecb89c;
}
.civil .clock-time {
background: #FAE189;
color: @orange_5;
background-color: alpha(@orange_4, 0.25);
}
.civil .clock-time,
.day .clock-time {
background: #fcf7b0;
color: #ae7b03;
background: alpha(@yellow_5, 0.25);
}
.none .clock-time {
background: alpha(currentColor, 0.2);
}
.night .clock-time {
color: @blue_1;
}
.astro .clock-time,
.naut .clock-time {
color: @orange_1;
}
.civil .clock-time,
.day .clock-time {
color: @yellow_2;
background: alpha(#cd9309, 0.25);
}
window > stack {
background-color: @theme_bg_color;
box-shadow: none;
}
window > stack:backdrop {
background-color: @theme_unfocused_bg_color;
box-shadow: none;
}
label.destructive-action {
color: #e01b24;
}
/* alarms */
row.snoozing {
background: transparent -gtk-icontheme("alarm-symbolic") 65% 400%/48px 48px no-repeat;
font-weight: bold;
}
/* World */
.clock-time {
background: transparent;
color: #000000;
font-weight: normal;
font-weight: bold;
}
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/clocks">
<file>css/gnome-clocks.css</file>
<file>css/gnome-clocks.highcontrast.css</file>
<file alias="style.css">css/gnome-clocks.css</file>
<file alias="style-hc.css">css/gnome-clocks.highcontrast.css</file>
<file alias="style-dark.css">css/gnome-clocks.dark.css</file>
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file>
<file preprocess="xml-stripblanks">ui/alarm-day-picker-row.ui</file>
<file preprocess="xml-stripblanks">ui/alarm-face.ui</file>
......@@ -22,11 +23,12 @@
<file preprocess="xml-stripblanks">ui/world-row.ui</file>
<file preprocess="xml-stripblanks">ui/world-standalone.ui</file>
</gresource>
<gresource prefix="/org/gnome/clocks/icons">
<gresource prefix="/org/gnome/clocks/icons/16x16/actions/">
<!-- The symbolic icons correctly centered, used in empty views -->
<file alias="alarm-centered-symbolic.svg">gtk/icons/alarm-centered-symbolic.svg</file>
<file alias="globe-centered-symbolic.svg">gtk/icons/globe-centered-symbolic.svg</file>
<file alias="alarm-symbolic.svg">gtk/icons/alarm-symbolic.svg</file>
<file alias="globe-symbolic.svg">gtk/icons/globe-symbolic.svg</file>
<file alias="stopwatch-symbolic.svg">gtk/icons/stopwatch-symbolic.svg</file>
<file alias="timer-symbolic.svg">gtk/icons/timer-symbolic.svg</file>
......
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.17 -->
<object class="GtkShortcutsWindow" id="help_overlay">
<property name="modal">1</property>
<property name="modal">True</property>
<child>
<object class="GtkShortcutsSection">
<property name="visible">1</property>
<property name="section-name">shortcuts</property>
<property name="max-height">10</property>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">F1</property>
<property name="title" translatable="yes" context="shortcut window">Show help</property>
<property name="action-name">win.help</property>
<property name="title" translatable="yes" context="shortcut window">Show Help</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">F10</property>
<property name="title" translatable="yes" context="shortcut window">Open menu</property>
<property name="action-name">win.show-primary-menu</property>
<property name="title" translatable="yes" context="shortcut window">Open Menu</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;question</property>
<property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
<property name="action-name">win.show-help-overlay</property>
<property name="title" translatable="yes" context="shortcut window">Keyboard Shortcuts</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;Q</property>
<property name="action-name">app.quit</property>
<property name="title" translatable="yes" context="shortcut window">Quit</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;Page_Down</property>
<property name="title" translatable="yes" context="shortcut window">Go to the next section</property>
<property name="action-name">win.navigate-forward</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Next Section</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;&lt;alt&gt;Page_Up</property>
<property name="title" translatable="yes" context="shortcut window">Go to the previous section</property>
<property name="action-name">win.navigate-backward</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Previous Section</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;1</property>
<property name="title" translatable="yes" context="shortcut window">Go to the World section</property>
<property name="title" translatable="yes" context="shortcut window">Go to the World Section</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;2</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Alarms section</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Alarms Section</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;3</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Stopwatch section</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Stopwatch Section</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;alt&gt;4</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Timer section</property>
<property name="title" translatable="yes" context="shortcut window">Go to the Timer Section</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="view">ClocksWorldFace</property>
<property name="title" translatable="yes" context="shortcut window">World Clocks</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;N</property>
<property name="title" translatable="yes" context="shortcut window">Add a world clock</property>
<property name="action-name">win.new</property>
<property name="title" translatable="yes" context="shortcut window">Add a World Clock</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="view">ClocksAlarmFace</property>
<property name="title" translatable="yes" context="shortcut window">Alarm</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;ctrl&gt;N</property>
<property name="title" translatable="yes" context="shortcut window">Add an alarm</property>
<property name="action-name">win.new</property>
<property name="title" translatable="yes" context="shortcut window">Add an Alarm</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="view">ClocksStopwatchFace</property>
<property name="title" translatable="yes" context="shortcut window">Stopwatch</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">Escape</property>
<property name="title" translatable="yes" context="shortcut window">Stop / Reset</property>
<property name="title" translatable="yes" context="shortcut window">Pause All</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
<property name="view">ClocksTimerFace</property>
<property name="title" translatable="yes" context="shortcut window">Timer</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">Escape</property>
<property name="title" translatable="yes" context="shortcut window">Reset</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
<property name="accelerator">&lt;primary&gt;N</property>
<property name="action-name">win.new</property>
<property name="title" translatable="yes" context="shortcut window">New Timer</property>
</object>
</child>
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="alarm-centered-symbolic.svg"
height="16.01058"
id="svg7384"
height="16px"
viewBox="0 0 16 16"
width="16px"
version="1.1"
viewBox="0 0 16 16.01058"
width="16">
id="svg121"
sodipodi:docname="alarm-centered-symbolic.svg"
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">
<defs
id="defs125" />
<sodipodi:namedview
inkscape:current-layer="svg7384"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:cy="14.301444"
inkscape:cx="6.9269414"
inkscape:zoom="22.110379"
id="namedview123"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="true"
id="namedview19"
inkscape:window-height="1016"
inkscape:zoom="48.5"
inkscape:cx="4.9381443"
inkscape:cy="8"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#ffffff">
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg121">
<inkscape:grid
id="grid844"
type="xygrid" />
type="xygrid"
id="grid942" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
id="linearGradient7212"
osb:paint="solid">
<stop
id="stop7214"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
</defs>
<filter
id="a"
height="1"
width="1"
x="0"
y="0">
<feColorMatrix
in="SourceGraphic"
type="matrix"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix2" />
</filter>
<mask
id="b">
<g
filter="url(#a)"
id="g7">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.3"
id="path5" />
</g>
</mask>
<clipPath
id="c">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path10" />
</clipPath>
<mask
id="d">
<g
filter="url(#a)"
id="g15">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path13" />
</g>
</mask>
<clipPath
id="e">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path18" />
</clipPath>
<mask
id="f">
<g
filter="url(#a)"
id="g23">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path21" />
</g>
</mask>
<clipPath
id="g">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path26" />
</clipPath>
<mask
id="h">
<g
filter="url(#a)"
id="g31">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path29" />
</g>
</mask>
<clipPath
id="i">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path34" />
</clipPath>
<mask
id="j">
<g
filter="url(#a)"
id="g39">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path37" />
</g>
</mask>
<clipPath
id="k">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path42" />
</clipPath>
<mask
id="l">
<g
filter="url(#a)"
id="g47">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path45" />
</g>
</mask>
<clipPath
id="m">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path50" />
</clipPath>
<mask
id="n">
<g
filter="url(#a)"
id="g55">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path53" />
</g>
</mask>
<clipPath
id="o">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path58" />
</clipPath>
<mask
id="p">
<g
filter="url(#a)"
id="g63">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.3"
id="path61" />
</g>
</mask>
<clipPath
id="q">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path66" />
</clipPath>
<mask
id="r">
<g
filter="url(#a)"
id="g71">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.5"
id="path69" />
</g>
</mask>
<clipPath
id="s">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path74" />
</clipPath>
<g
id="layer9"
style="display:inline"
transform="translate(-801.0002,227)" />
clip-path="url(#c)"
mask="url(#b)"
transform="matrix(1 0 0 1 -620 -300)"
id="g79">
<path
d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0"
fill="#2e3436"
id="path77" />
</g>
<g
id="g7628"
style="display:inline"
transform="translate(-800.49219,227)">
fill="#2e3436"
id="g87"
transform="matrix(0.99991007,0,0,0.9985597,0.50067447,-0.49797595)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="M 808.49219,-221.00781 A 0.50005,0.50005 0 0 0 808,-220.5 v 2.5 h -1.5 a 0.50005,0.50005 0 1 0 0,1 h 2 a 0.50005,0.50005 0 0 0 0.5,-0.5 v -3 a 0.50005,0.50005 0 0 0 -0.50781,-0.50781 z"
id="path59045" />
d="M 7.5,3 C 3.921875,3 1,5.921875 1,9.5 c 0,1.6875 0.65625,3.222656 1.71875,4.382812 L 2.300781,14.28125 c -0.261719,0.25 -0.367187,0.621094 -0.28125,0.96875 0.085938,0.351562 0.355469,0.628906 0.703125,0.722656 0.347656,0.09766 0.71875,0 0.976563,-0.253906 L 4.289062,15.140625 C 5.238281,15.683594 6.332031,16 7.5,16 c 1.183594,0 2.296875,-0.324219 3.253906,-0.886719 l 0.507813,0.558594 c 0.234375,0.277344 0.601562,0.402344 0.960937,0.328125 0.355469,-0.07422 0.644532,-0.335938 0.753906,-0.683594 0.105469,-0.347656 0.01563,-0.726562 -0.238281,-0.988281 L 12.308594,13.851562 C 13.355469,12.695312 14,11.171875 14,9.5 14,5.921875 11.078125,3 7.5,3 Z m 0,2 C 9.996094,5 12,7.003906 12,9.5 12,11.996094 9.996094,14 7.5,14 5.003906,14 3,11.996094 3,9.5 3,7.003906 5.003906,5 7.5,5 Z M 7.492188,5.992188 C 7.214844,5.996094 6.996094,6.222656 7,6.5 V 9 H 5.5 C 5.320312,8.996094 5.152344,9.09375 5.0625,9.246094 4.96875,9.402344 4.96875,9.597656 5.0625,9.753906 5.152344,9.90625 5.320312,10.003906 5.5,10 h 2 C 7.777344,10 8,9.777344 8,9.5 v -3 C 8.003906,6.363281 7.949219,6.234375 7.855469,6.136719 7.757812,6.042969 7.628906,5.988281 7.492188,5.992188 Z m 0,0"
id="path81" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.98256;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 808.48828,-223.93555 c -3.56009,0 -6.46679,2.90866 -6.4668,6.46875 10e-6,3.5601 2.90671,6.4668 6.4668,6.4668 3.56009,0 6.4668,-2.9067 6.4668,-6.4668 0,-3.56009 -2.90671,-6.46875 -6.4668,-6.46875 z m 0,1.98243 c 2.48864,0 4.48438,1.99768 4.48438,4.48632 0,2.48864 -1.99574,4.48438 -4.48438,4.48438 -2.48864,0 -4.48437,-1.99574 -4.48437,-4.48438 0,-2.48864 1.99573,-4.48632 4.48437,-4.48632 z"
id="path59049" />
d="M 2.109375,1.421875 C 0.964844,2.1875 0.652344,3.742188 1.421875,4.890625 l 4.15625,-2.78125 C 4.8125,0.964844 3.257812,0.652344 2.109375,1.421875 Z m 0,0"
id="path83" />
<path
d="m 12.890625,1.421875 c 1.144531,0.765625 1.457031,2.320313 0.6875,3.46875 l -4.15625,-2.78125 c 0.765625,-1.144531 2.320313,-1.457031 3.46875,-0.6875 z m 0,0"
id="path85" />
</g>
<g
clip-path="url(#e)"
mask="url(#d)"
transform="matrix(1 0 0 1 -620 -300)"
id="g91">
<path
d="m 16 748 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path89" />
</g>
<g
clip-path="url(#g)"
mask="url(#f)"
transform="matrix(1 0 0 1 -620 -300)"
id="g95">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="path59561"
d="m 805.28145,-226 c -1.80618,0 -3.28125,1.47507 -3.28125,3.28125 0,0.40491 0.0842,0.76711 0.21875,1.125 1.20599,-1.82226 3.18396,-3.10226 5.46875,-3.34375 -0.59771,-0.64999 -1.4536,-1.0625 -2.40625,-1.0625 z m 6.4375,0 c -0.95265,0 -1.80854,0.41251 -2.40625,1.0625 2.28729,0.25122 4.27051,1.54101 5.46875,3.375 0.14145,-0.3658 0.21875,-0.74054 0.21875,-1.15625 0,-1.80618 -1.47508,-3.28125 -3.28125,-3.28125 z" />
d="m 17 747 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path93" />
</g>
<g
clip-path="url(#i)"
mask="url(#h)"
transform="matrix(1 0 0 1 -620 -300)"
id="g99">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 805.11914,-214.10352 a 1.0001,1.0001 0 0 0 -0.69141,0.29297 l -1.125,1.09375 a 1.0001,1.0001 0 1 0 1.39454,1.4336 l 1.125,-1.09375 a 1.0001,1.0001 0 0 0 -0.70313,-1.72657 z"
id="path59570" />
d="m 18 750 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path97" />
</g>
<g
clip-path="url(#k)"
mask="url(#j)"
transform="matrix(1 0 0 1 -620 -300)"
id="g103">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 812.0332,-214.00977 a 1.0001,1.0001 0 0 0 -0.67968,1.68165 l 0.90625,1 a 1.0001,1.0001 0 1 0 1.48046,-1.34376 l -0.90625,-1 a 1.0001,1.0001 0 0 0 -0.80078,-0.33789 z"
id="path59572" />
d="m 16 750 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path101" />
</g>
<g
id="layer1"
style="display:inline"
transform="translate(-560,-140)" />
clip-path="url(#m)"
mask="url(#l)"
transform="matrix(1 0 0 1 -620 -300)"
id="g107">
<path
d="m 17 751 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path105" />
</g>
<g
id="layer10"
style="display:inline"
transform="translate(-560,-140)" />
clip-path="url(#o)"
mask="url(#n)"
transform="matrix(1 0 0 1 -620 -300)"
id="g111">
<path
d="m 19 751 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path109" />
</g>
<g
id="g6387"
style="display:inline"
transform="translate(-560,-140)" />
clip-path="url(#q)"
mask="url(#p)"
transform="matrix(1 0 0 1 -620 -300)"
id="g115">
<path
d="m 136 776 v 7 h 7 v -7 z m 0 0"
fill="#2e3436"
id="path113" />
</g>
<g
id="layer11"
style="display:inline"
transform="translate(-560,-140)" />
clip-path="url(#s)"
mask="url(#r)"
transform="matrix(1 0 0 1 -620 -300)"
id="g119">
<path
d="m 219 758 h 3 v 12 h -3 z m 0 0"
fill="#2e3436"
id="path117" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="16px" viewBox="0 0 16 16" width="16px"><filter id="a" height="100%" width="100%" x="0%" y="0%"><feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/></filter><mask id="b"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="c"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="d"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="e"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="f"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="g"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="h"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="i"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="j"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="k"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="l"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="m"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="n"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="o"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="p"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="q"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="r"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/></g></mask><clipPath id="s"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/></g><g fill="#2e3436"><path d="m 7.5 3 c -3.578125 0 -6.5 2.921875 -6.5 6.5 c 0 1.6875 0.65625 3.222656 1.71875 4.382812 l -0.417969 0.398438 c -0.261719 0.25 -0.367187 0.621094 -0.28125 0.96875 c 0.085938 0.351562 0.355469 0.628906 0.703125 0.722656 c 0.347656 0.097656 0.71875 0 0.976563 -0.253906 l 0.589843 -0.578125 c 0.949219 0.542969 2.042969 0.859375 3.210938 0.859375 c 1.183594 0 2.296875 -0.324219 3.253906 -0.886719 l 0.507813 0.558594 c 0.234375 0.277344 0.601562 0.402344 0.960937 0.328125 c 0.355469 -0.074219 0.644532 -0.335938 0.753906 -0.683594 c 0.105469 -0.347656 0.015626 -0.726562 -0.238281 -0.988281 l -0.429687 -0.476563 c 1.046875 -1.15625 1.691406 -2.679687 1.691406 -4.351562 c 0 -3.578125 -2.921875 -6.5 -6.5 -6.5 z m 0 2 c 2.496094 0 4.5 2.003906 4.5 4.5 s -2.003906 4.5 -4.5 4.5 s -4.5 -2.003906 -4.5 -4.5 s 2.003906 -4.5 4.5 -4.5 z m -0.007812 0.992188 c -0.277344 0.003906 -0.496094 0.230468 -0.492188 0.507812 v 2.5 h -1.5 c -0.179688 -0.003906 -0.347656 0.09375 -0.4375 0.246094 c -0.09375 0.15625 -0.09375 0.351562 0 0.507812 c 0.089844 0.152344 0.257812 0.25 0.4375 0.246094 h 2 c 0.277344 0 0.5 -0.222656 0.5 -0.5 v -3 c 0.003906 -0.136719 -0.050781 -0.265625 -0.144531 -0.363281 c -0.097657 -0.09375 -0.226563 -0.148438 -0.363281 -0.144531 z m 0 0"/><path d="m 2.109375 1.421875 c -1.144531 0.765625 -1.457031 2.320313 -0.6875 3.46875 l 4.15625 -2.78125 c -0.765625 -1.144531 -2.320313 -1.457031 -3.46875 -0.6875 z m 0 0"/><path d="m 12.890625 1.421875 c 1.144531 0.765625 1.457031 2.320313 0.6875 3.46875 l -4.15625 -2.78125 c 0.765625 -1.144531 2.320313 -1.457031 3.46875 -0.6875 z m 0 0"/></g><g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 16 748 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 17 747 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 18 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 16 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 17 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 19 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 136 776 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/></g><g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -620 -300)"><path d="m 219 758 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="globe-centered-symbolic.svg"
height="16.004578"
id="svg7384"
height="16px"
viewBox="0 0 16 16"
width="16px"
version="1.1"
viewBox="0 0 16 16.004578"
width="16">
id="svg115"
sodipodi:docname="globe-centered-symbolic.svg"
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">
<defs
id="defs119" />
<sodipodi:namedview
inkscape:current-layer="svg7384"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:cy="11.234539"
inkscape:cx="10.04129"
inkscape:zoom="22.118672"
id="namedview117"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
showgrid="true"
id="namedview20"
inkscape:window-height="1016"
inkscape:zoom="48.5"
inkscape:cx="7.9896907"
inkscape:cy="8"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#ffffff">
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg115">
<inkscape:grid
id="grid847"
type="xygrid" />
type="xygrid"
id="grid936" />
</sodipodi:namedview>
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
id="linearGradient7212"
osb:paint="solid">
<stop
id="stop7214"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
</defs>
<g
id="layer1"
style="display:inline"
transform="translate(-519.98255,160)" />
<g
id="layer9"
style="display:inline"
transform="translate(-760.98275,527)" />
<filter
id="a"
height="1"
width="1"
x="0"
y="0">
<feColorMatrix
in="SourceGraphic"
type="matrix"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
id="feColorMatrix2" />
</filter>
<mask
id="b">
<g
filter="url(#a)"
id="g7">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.3"
id="path5" />
</g>
</mask>
<clipPath
id="c">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path10" />
</clipPath>
<mask
id="d">
<g
filter="url(#a)"
id="g15">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path13" />
</g>
</mask>
<clipPath
id="e">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path18" />
</clipPath>
<mask
id="f">
<g
filter="url(#a)"
id="g23">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path21" />
</g>
</mask>
<clipPath
id="g">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path26" />
</clipPath>
<mask
id="h">
<g
filter="url(#a)"
id="g31">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path29" />
</g>
</mask>
<clipPath
id="i">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path34" />
</clipPath>
<mask
id="j">
<g
filter="url(#a)"
id="g39">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path37" />
</g>
</mask>
<clipPath
id="k">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path42" />
</clipPath>
<mask
id="l">
<g
filter="url(#a)"
id="g47">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path45" />
</g>
</mask>
<clipPath
id="m">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path50" />
</clipPath>
<mask
id="n">
<g
filter="url(#a)"
id="g55">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.05"
id="path53" />
</g>
</mask>
<clipPath
id="o">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path58" />
</clipPath>
<mask
id="p">
<g
filter="url(#a)"
id="g63">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.3"
id="path61" />
</g>
</mask>
<clipPath
id="q">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path66" />
</clipPath>
<mask
id="r">
<g
filter="url(#a)"
id="g71">
<path
d="m 0 0 h 16 v 16 h -16 z"
fill-opacity="0.5"
id="path69" />
</g>
</mask>
<clipPath
id="s">
<path
d="m 0 0 h 1600 v 1200 h -1600 z"
id="path74" />
</clipPath>
<g
id="g7628"
style="display:inline"
transform="translate(-760.5002,528)">
clip-path="url(#c)"
mask="url(#b)"
transform="matrix(1 0 0 1 -680 -40)"
id="g79">
<path
d="m 762.0002,-520 v 1 h 13 v -1 z"
id="path832"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0"
fill="#2e3436"
id="path77" />
</g>
<path
d="M 8,0.5 C 3.871094,0.5 0.5,3.871094 0.5,8 c 0,4.128906 3.371094,7.5 7.5,7.5 4.128906,0 7.5,-3.371094 7.5,-7.5 C 15.5,3.871094 12.128906,0.5 8,0.5 Z m 0,2 c 0.257812,0 0.503906,0.023438 0.75,0.054688 0.191406,0.261718 0.382812,0.59375 0.550781,1.027343 C 9.40625,3.859375 9.503906,4.167969 9.589844,4.5 H 6.410156 C 6.496094,4.167969 6.59375,3.859375 6.699219,3.582031 6.867188,3.148438 7.058594,2.816406 7.25,2.554688 7.496094,2.523438 7.742188,2.5 8,2.5 Z M 5.914062,2.90625 C 5.863281,3.015625 5.808594,3.109375 5.765625,3.222656 5.617188,3.609375 5.496094,4.042969 5.386719,4.5 H 3.769531 C 4.339844,3.808594 5.066406,3.253906 5.914062,2.90625 Z m 4.171876,0 C 10.933594,3.253906 11.660156,3.808594 12.230469,4.5 H 10.613281 C 10.503906,4.042969 10.382812,3.609375 10.234375,3.222656 10.191406,3.109375 10.136719,3.015625 10.085938,2.90625 Z M 3.105469,5.5 H 5.1875 C 5.089844,6.128906 5.039062,6.800781 5.019531,7.5 H 2.539062 c 0.0625,-0.714844 0.253907,-1.390625 0.566407,-2 z m 3.09375,0 h 3.601562 c 0.101563,0.617188 0.15625,1.292969 0.179688,2 H 6.019531 C 6.042969,6.792969 6.097656,6.117188 6.199219,5.5 Z m 4.613281,0 h 2.082031 c 0.3125,0.609375 0.503907,1.285156 0.566407,2 H 10.980469 C 10.960938,6.800781 10.910156,6.128906 10.8125,5.5 Z m -8.273438,3 h 2.480469 c 0.019531,0.699219 0.070313,1.375 0.167969,2 H 3.105469 C 2.792969,9.890625 2.601562,9.214844 2.539062,8.5 Z m 3.480469,0 h 3.960938 c -0.02344,0.707031 -0.07813,1.382812 -0.179688,2 H 6.199219 C 6.097656,9.882812 6.042969,9.207031 6.019531,8.5 Z m 4.960938,0 h 2.480469 c -0.0625,0.714844 -0.253907,1.390625 -0.566407,2 H 10.8125 c 0.09766,-0.625 0.148438,-1.300781 0.167969,-2 z m -7.210938,3 h 1.617188 c 0.109375,0.457031 0.230469,0.890625 0.378906,1.277344 0.042969,0.113281 0.097656,0.207031 0.148437,0.316406 C 5.066406,12.746094 4.339844,12.191406 3.769531,11.5 Z m 2.640625,0 H 9.589844 C 9.503906,11.832031 9.40625,12.140625 9.300781,12.417969 9.132812,12.851562 8.941406,13.183594 8.75,13.441406 8.503906,13.476562 8.253906,13.5 8,13.5 7.746094,13.5 7.496094,13.476562 7.25,13.445312 7.058594,13.183594 6.867188,12.851562 6.699219,12.417969 6.59375,12.140625 6.496094,11.832031 6.410156,11.5 Z m 4.203125,0 h 1.617188 c -0.570313,0.691406 -1.296875,1.246094 -2.144531,1.59375 0.05078,-0.109375 0.105468,-0.203125 0.148437,-0.316406 0.148437,-0.386719 0.269531,-0.820313 0.378906,-1.277344 z m 0,0"
fill="#2e3436"
id="path81" />
<g
clip-path="url(#e)"
mask="url(#d)"
transform="matrix(1 0 0 1 -680 -40)"
id="g85">
<path
d="m 762.0002,-523 v 1 h 13 v -1 z"
id="path834"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
d="m 16 748 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path83" />
</g>
<g
clip-path="url(#g)"
mask="url(#f)"
transform="matrix(1 0 0 1 -680 -40)"
id="g89">
<path
d="m 762.0002,-517 v 1 h 13 v -1 z"
id="path836"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
d="m 17 747 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path87" />
</g>
<g
clip-path="url(#i)"
mask="url(#h)"
transform="matrix(1 0 0 1 -680 -40)"
id="g93">
<path
d="m 768.5002,-527 c -4.13029,0 -7.5,3.36971 -7.5,7.5 0,4.13029 3.36971,7.5 7.5,7.5 4.13029,0 7.5,-3.36971 7.5,-7.5 0,-4.13029 -3.36971,-7.5 -7.5,-7.5 z m 0,2 c 0.25596,0 0.50553,0.0232 0.75195,0.0566 0.19059,0.26016 0.38153,0.59041 0.54883,1.02539 0.42182,1.09678 0.69922,2.67505 0.69922,4.41801 0,1.74296 -0.2774,3.31928 -0.69922,4.41602 -0.16776,0.43617 -0.35967,0.767 -0.55078,1.02734 -0.24581,0.0333 -0.49471,0.0566 -0.75,0.0566 -0.25529,0 -0.50419,-0.0234 -0.75,-0.0566 -0.19111,-0.26034 -0.38302,-0.59117 -0.55078,-1.02734 -0.42182,-1.09674 -0.69922,-2.67306 -0.69922,-4.41602 0,-1.74296 0.2774,-3.32123 0.69922,-4.41797 0.1673,-0.43498 0.35824,-0.76523 0.54883,-1.02539 0.24642,-0.0334 0.49599,-0.0566 0.75195,-0.0566 z m -2.08789,0.4082 c -0.0474,0.10764 -0.10239,0.1998 -0.14649,0.31446 -0.483,1.2558 -0.76562,2.93045 -0.76562,4.77734 0,1.84689 0.28262,3.51959 0.76562,4.77539 0.0443,0.11525 0.0988,0.20826 0.14649,0.31641 -2.00637,-0.81832 -3.41211,-2.78264 -3.41211,-5.0918 0,-2.30916 1.40574,-4.27348 3.41211,-5.0918 z m 4.17578,0 c 2.00637,0.81832 3.41211,2.78264 3.41211,5.0918 0,2.30916 -1.40574,4.27348 -3.41211,5.0918 0.0477,-0.10815 0.10216,-0.20116 0.14649,-0.31641 0.483,-1.2558 0.76562,-2.9285 0.76562,-4.77539 0,-1.84689 -0.28263,-3.52154 -0.76562,-4.77734 -0.0441,-0.11466 -0.0991,-0.20682 -0.14649,-0.31446 z"
id="path838"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
d="m 18 750 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path91" />
</g>
<g
id="layer13"
transform="translate(-519.98255,-40)" />
clip-path="url(#k)"
mask="url(#j)"
transform="matrix(1 0 0 1 -680 -40)"
id="g97">
<path
d="m 16 750 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path95" />
</g>
<g
id="g6387"
style="display:inline"
transform="translate(-519.98255,160)" />
clip-path="url(#m)"
mask="url(#l)"
transform="matrix(1 0 0 1 -680 -40)"
id="g101">
<path
d="m 17 751 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path99" />
</g>
<g
id="layer10"
style="display:inline"
transform="translate(-519.98255,160)" />
clip-path="url(#o)"
mask="url(#n)"
transform="matrix(1 0 0 1 -680 -40)"
id="g105">
<path
d="m 19 751 h 1 v 1 h -1 z m 0 0"
fill="#2e3436"
fill-rule="evenodd"
id="path103" />
</g>
<g
id="layer12"
transform="translate(-519.98255,160)" />
clip-path="url(#q)"
mask="url(#p)"
transform="matrix(1 0 0 1 -680 -40)"
id="g109">
<path
d="m 136 776 v 7 h 7 v -7 z m 0 0"
fill="#2e3436"
id="path107" />
</g>
<g
id="layer11"
style="display:inline"
transform="translate(-519.98255,160)" />
clip-path="url(#s)"
mask="url(#r)"
transform="matrix(1 0 0 1 -680 -40)"
id="g113">
<path
d="m 219 758 h 3 v 12 h -3 z m 0 0"
fill="#2e3436"
id="path111" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="16"
viewBox="0 0 16 16.004578"
version="1.1"
id="svg7384"
height="16.004578">
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
osb:paint="solid"
id="linearGradient7212">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7214" />
</linearGradient>
</defs>
<g
transform="translate(-519.98255,160)"
style="display:inline"
id="layer1" />
<g
transform="translate(-760.98275,527)"
style="display:inline"
id="layer9" />
<g
transform="translate(-760.98275,527)"
style="display:inline"
id="g7628">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path832"
d="m 762.0002,-520 v 1 h 13 v -1 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path834"
d="m 762.0002,-523 v 1 h 13 v -1 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:0.5;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path836"
d="m 762.0002,-517 v 1 h 13 v -1 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path838"
d="m 768.5002,-527 c -4.13029,0 -7.5,3.36971 -7.5,7.5 0,4.13029 3.36971,7.5 7.5,7.5 4.13029,0 7.5,-3.36971 7.5,-7.5 0,-4.13029 -3.36971,-7.5 -7.5,-7.5 z m 0,2 c 0.25596,0 0.50553,0.0232 0.75195,0.0566 0.19059,0.26016 0.38153,0.59041 0.54883,1.02539 0.42182,1.09678 0.69922,2.67505 0.69922,4.41801 0,1.74296 -0.2774,3.31928 -0.69922,4.41602 -0.16776,0.43617 -0.35967,0.767 -0.55078,1.02734 -0.24581,0.0333 -0.49471,0.0566 -0.75,0.0566 -0.25529,0 -0.50419,-0.0234 -0.75,-0.0566 -0.19111,-0.26034 -0.38302,-0.59117 -0.55078,-1.02734 -0.42182,-1.09674 -0.69922,-2.67306 -0.69922,-4.41602 0,-1.74296 0.2774,-3.32123 0.69922,-4.41797 0.1673,-0.43498 0.35824,-0.76523 0.54883,-1.02539 0.24642,-0.0334 0.49599,-0.0566 0.75195,-0.0566 z m -2.08789,0.4082 c -0.0474,0.10764 -0.10239,0.1998 -0.14649,0.31446 -0.483,1.2558 -0.76562,2.93045 -0.76562,4.77734 0,1.84689 0.28262,3.51959 0.76562,4.77539 0.0443,0.11525 0.0988,0.20826 0.14649,0.31641 -2.00637,-0.81832 -3.41211,-2.78264 -3.41211,-5.0918 0,-2.30916 1.40574,-4.27348 3.41211,-5.0918 z m 4.17578,0 c 2.00637,0.81832 3.41211,2.78264 3.41211,5.0918 0,2.30916 -1.40574,4.27348 -3.41211,5.0918 0.0477,-0.10815 0.10216,-0.20116 0.14649,-0.31641 0.483,-1.2558 0.76562,-2.9285 0.76562,-4.77539 0,-1.84689 -0.28263,-3.52154 -0.76562,-4.77734 -0.0441,-0.11466 -0.0991,-0.20682 -0.14649,-0.31446 z" />
</g>
<g
transform="translate(-519.98255,-40)"
id="layer13" />
<g
transform="translate(-519.98255,160)"
style="display:inline"
id="g6387" />
<g
transform="translate(-519.98255,160)"
style="display:inline"
id="layer10" />
<g
transform="translate(-519.98255,160)"
id="layer12" />
<g
transform="translate(-519.98255,160)"
style="display:inline"
id="layer11" />
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="16px" viewBox="0 0 16 16" width="16px"><filter id="a" height="100%" width="100%" x="0%" y="0%"><feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/></filter><mask id="b"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="c"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="d"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="e"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="f"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="g"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="h"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="i"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="j"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="k"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="l"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="m"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="n"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="o"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="p"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="q"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="r"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/></g></mask><clipPath id="s"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/></g><path d="m 7.5 0 c -4.128906 0 -7.5 3.371094 -7.5 7.5 s 3.371094 7.5 7.5 7.5 s 7.5 -3.371094 7.5 -7.5 s -3.371094 -7.5 -7.5 -7.5 z m 0 2 c 0.257812 0 0.503906 0.023438 0.75 0.054688 c 0.191406 0.261718 0.382812 0.59375 0.550781 1.027343 c 0.105469 0.277344 0.203125 0.585938 0.289063 0.917969 h -3.179688 c 0.085938 -0.332031 0.183594 -0.640625 0.289063 -0.917969 c 0.167969 -0.433593 0.359375 -0.765625 0.550781 -1.027343 c 0.246094 -0.03125 0.492188 -0.054688 0.75 -0.054688 z m -2.085938 0.40625 c -0.050781 0.109375 -0.105468 0.203125 -0.148437 0.316406 c -0.148437 0.386719 -0.269531 0.820313 -0.378906 1.277344 h -1.617188 c 0.570313 -0.691406 1.296875 -1.246094 2.144531 -1.59375 z m 4.171876 0 c 0.847656 0.347656 1.574218 0.902344 2.144531 1.59375 h -1.617188 c -0.109375 -0.457031 -0.230469 -0.890625 -0.378906 -1.277344 c -0.042969 -0.113281 -0.097656 -0.207031 -0.148437 -0.316406 z m -6.980469 2.59375 h 2.082031 c -0.097656 0.628906 -0.148438 1.300781 -0.167969 2 h -2.480469 c 0.0625 -0.714844 0.253907 -1.390625 0.566407 -2 z m 3.09375 0 h 3.601562 c 0.101563 0.617188 0.15625 1.292969 0.179688 2 h -3.960938 c 0.023438 -0.707031 0.078125 -1.382812 0.179688 -2 z m 4.613281 0 h 2.082031 c 0.3125 0.609375 0.503907 1.285156 0.566407 2 h -2.480469 c -0.019531 -0.699219 -0.070313 -1.371094 -0.167969 -2 z m -8.273438 3 h 2.480469 c 0.019531 0.699219 0.070313 1.375 0.167969 2 h -2.082031 c -0.3125 -0.609375 -0.503907 -1.285156 -0.566407 -2 z m 3.480469 0 h 3.960938 c -0.023438 0.707031 -0.078125 1.382812 -0.179688 2 h -3.601562 c -0.101563 -0.617188 -0.15625 -1.292969 -0.179688 -2 z m 4.960938 0 h 2.480469 c -0.0625 0.714844 -0.253907 1.390625 -0.566407 2 h -2.082031 c 0.097656 -0.625 0.148438 -1.300781 0.167969 -2 z m -7.210938 3 h 1.617188 c 0.109375 0.457031 0.230469 0.890625 0.378906 1.277344 c 0.042969 0.113281 0.097656 0.207031 0.148437 0.316406 c -0.847656 -0.347656 -1.574218 -0.902344 -2.144531 -1.59375 z m 2.640625 0 h 3.179688 c -0.085938 0.332031 -0.183594 0.640625 -0.289063 0.917969 c -0.167969 0.433593 -0.359375 0.765625 -0.550781 1.023437 c -0.246094 0.035156 -0.496094 0.058594 -0.75 0.058594 s -0.503906 -0.023438 -0.75 -0.054688 c -0.191406 -0.261718 -0.382812 -0.59375 -0.550781 -1.027343 c -0.105469 -0.277344 -0.203125 -0.585938 -0.289063 -0.917969 z m 4.203125 0 h 1.617188 c -0.570313 0.691406 -1.296875 1.246094 -2.144531 1.59375 c 0.050781 -0.109375 0.105468 -0.203125 0.148437 -0.316406 c 0.148437 -0.386719 0.269531 -0.820313 0.378906 -1.277344 z m 0 0" fill="#2e3436"/><g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 16 748 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 17 747 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 18 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 16 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 17 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 19 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 136 776 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/></g><g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -680 -40)"><path d="m 219 758 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="16"
viewBox="0 0 16 16.007912"
version="1.1"
id="svg7384"
height="16.007912">
<metadata
id="metadata90">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386">
<linearGradient
osb:paint="solid"
id="linearGradient7212">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7214" />
</linearGradient>
</defs>
<g
transform="translate(-720.98275,226.99542)"
style="display:inline"
id="layer9" />
<g
transform="translate(-720.98275,226.99542)"
style="display:inline"
id="g7628">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:new"
id="circle8105"
d="m 728.5002,-223.98751 c -3.57801,0 -6.5,2.92199 -6.5,6.5 0,3.57801 2.92199,6.5 6.5,6.5 3.57801,0 6.5,-2.92199 6.5,-6.5 0,-3.57801 -2.92199,-6.5 -6.5,-6.5 z m 0,2 c 2.49713,0 4.5,2.00287 4.5,4.5 0,2.49713 -2.00287,4.5 -4.5,4.5 -2.49713,0 -4.5,-2.00287 -4.5,-4.5 0,-2.49713 2.00287,-4.5 4.5,-4.5 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path8109"
d="m 725.88106,-226.99532 a 1.0001,1.0001 0 1 0 0,2 h 5.23828 a 1.0001,1.0001 0 1 0 0,-2 z" />
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
id="path7749"
d="m 733.82637,-224.21875 -2.52929,2.50781 1.40625,1.42188 2.53125,-2.50977 z" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="path7751"
d="m 728.0002,-217 h 1 v -4 h -1 z" />
</g>
<g
transform="translate(-479.98255,-140.00458)"
style="display:inline"
id="layer1" />
<g
transform="translate(-479.98255,-140.00458)"
style="display:inline"
id="layer10" />
<g
transform="translate(-479.98255,-140.00458)"
style="display:inline"
id="g6387" />
<g
transform="translate(-479.98255,-140.00458)"
style="display:inline"
id="layer11" />
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="16px" viewBox="0 0 16 16" width="16px"><filter id="a" height="100%" width="100%" x="0%" y="0%"><feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/></filter><mask id="b"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="c"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="d"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="e"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="f"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="g"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="h"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="i"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="j"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="k"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="l"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="m"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="n"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.05"/></g></mask><clipPath id="o"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="p"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.3"/></g></mask><clipPath id="q"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><mask id="r"><g filter="url(#a)"><path d="m 0 0 h 16 v 16 h -16 z" fill-opacity="0.5"/></g></mask><clipPath id="s"><path d="m 0 0 h 1600 v 1200 h -1600 z"/></clipPath><g clip-path="url(#c)" mask="url(#b)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 562.460938 212.058594 h 10.449218 c -1.183594 0.492187 -1.296875 2.460937 0 3 h -10.449218 z m 0 0" fill="#2e3436"/></g><g fill="#2e3436"><path d="m 12.824219 2.78125 l -1.5 1.492188 c -1.074219 -0.789063 -2.394531 -1.261719 -3.824219 -1.261719 c -3.578125 0 -6.5 2.921875 -6.5 6.5 s 2.921875 6.5 6.5 6.5 s 6.5 -2.921875 6.5 -6.5 c 0 -1.429688 -0.472656 -2.75 -1.261719 -3.824219 l 1.496094 -1.484375 z m -5.324219 2.230469 c 2.496094 0 4.5 2.003906 4.5 4.5 c 0 2.496093 -2.003906 4.5 -4.5 4.5 s -4.5 -2.003907 -4.5 -4.5 c 0 -2.496094 2.003906 -4.5 4.5 -4.5 z m 0 0"/><path d="m 4.882812 0.00390625 c -0.363281 -0.00390625 -0.699218 0.18359375 -0.878906 0.49609375 c -0.183594 0.3125 -0.183594 0.699219 0 1.007812 c 0.179688 0.3125 0.515625 0.503907 0.878906 0.496094 h 5.238282 c 0.359375 0.007813 0.695312 -0.183594 0.875 -0.496094 c 0.183594 -0.308593 0.183594 -0.695312 0 -1.007812 c -0.179688 -0.3125 -0.515625 -0.5 -0.875 -0.49609375 z m 0 0"/><path d="m 7 10 h 1 v -4 h -1 z m 0 0"/></g><g clip-path="url(#e)" mask="url(#d)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 16 748 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#g)" mask="url(#f)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 17 747 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#i)" mask="url(#h)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 18 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#k)" mask="url(#j)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 16 750 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#m)" mask="url(#l)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 17 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#o)" mask="url(#n)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 19 751 h 1 v 1 h -1 z m 0 0" fill="#2e3436" fill-rule="evenodd"/></g><g clip-path="url(#q)" mask="url(#p)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 136 776 v 7 h 7 v -7 z m 0 0" fill="#2e3436"/></g><g clip-path="url(#s)" mask="url(#r)" transform="matrix(1 0 0 1 -540 -300)"><path d="m 219 758 h 3 v 12 h -3 z m 0 0" fill="#2e3436"/></g></svg>