summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2022-10-20 13:16:20 +0200
committerJakub Steiner <jimmac@gmail.com>2022-10-20 13:16:20 +0200
commit48effb031edd92bed659b628c962a22041e8279c (patch)
tree08abdac8b268824077b75084eb6070aec7d9e36f
parentcd99fba305b2d87eb88f1b1daa8919372d02b99d (diff)
downloadadwaita-icon-theme-48effb031edd92bed659b628c962a22041e8279c.tar.gz
fullcolor: avatar
-rw-r--r--Adwaita/32x32/status/avatar-default.pngbin1194 -> 0 bytes
-rw-r--r--Adwaita/48x48/status/avatar-default.pngbin1669 -> 0 bytes
-rw-r--r--Adwaita/512x512/status/avatar-default.pngbin15748 -> 0 bytes
-rw-r--r--Adwaita/scalable/status/avatar-default.svg22
-rw-r--r--src/fullcolor/avatar-default.source.svg1641
-rw-r--r--src/fullcolor/avatar-default.svg550
-rw-r--r--src/fullcolor/media-flash.svg524
7 files changed, 1663 insertions, 1074 deletions
diff --git a/Adwaita/32x32/status/avatar-default.png b/Adwaita/32x32/status/avatar-default.png
deleted file mode 100644
index 91668c50d..000000000
--- a/Adwaita/32x32/status/avatar-default.png
+++ /dev/null
Binary files differ
diff --git a/Adwaita/48x48/status/avatar-default.png b/Adwaita/48x48/status/avatar-default.png
deleted file mode 100644
index 5d7c4f6d6..000000000
--- a/Adwaita/48x48/status/avatar-default.png
+++ /dev/null
Binary files differ
diff --git a/Adwaita/512x512/status/avatar-default.png b/Adwaita/512x512/status/avatar-default.png
deleted file mode 100644
index 933f12c54..000000000
--- a/Adwaita/512x512/status/avatar-default.png
+++ /dev/null
Binary files differ
diff --git a/Adwaita/scalable/status/avatar-default.svg b/Adwaita/scalable/status/avatar-default.svg
new file mode 100644
index 000000000..358e11512
--- /dev/null
+++ b/Adwaita/scalable/status/avatar-default.svg
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg height="128px" viewBox="0 0 128 128" width="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <linearGradient id="a" gradientUnits="userSpaceOnUse" x1="16.98286657496" x2="113.51232281881" y1="91.79046347784" y2="91.79046347784">
+ <stop offset="0" stop-color="#e6f0fc"/>
+ <stop offset="0.0383542" stop-color="#cadff8" stop-opacity="0.996078"/>
+ <stop offset="0.124655" stop-color="#d4e5f9" stop-opacity="0.992157"/>
+ <stop offset="0.901364" stop-color="#b2d0f4" stop-opacity="0.964706"/>
+ <stop offset="0.9589" stop-color="#d0e3f9" stop-opacity="0.964706"/>
+ <stop offset="1" stop-color="#98c1f1" stop-opacity="0.964706"/>
+ </linearGradient>
+ <linearGradient id="b" gradientUnits="userSpaceOnUse" x1="35.05556157496" x2="88.56691281881" y1="91.79046347784" y2="91.79046347784">
+ <stop offset="0" stop-color="#e6f0fc"/>
+ <stop offset="0.230125" stop-color="#cadff8" stop-opacity="0.996078"/>
+ <stop offset="0.383542" stop-color="#d4e5f9" stop-opacity="0.992157"/>
+ <stop offset="0.588996" stop-color="#b2d0f4" stop-opacity="0.964706"/>
+ <stop offset="0.753397" stop-color="#d0e3f9" stop-opacity="0.964706"/>
+ <stop offset="1" stop-color="#98c1f1" stop-opacity="0.964706"/>
+ </linearGradient>
+ <path d="m 65.007812 67.363281 c -24.257812 0.027344 -44.703124 16.957031 -49.898437 39.847657 c -1.597656 5.96875 1.65625 9.007812 5.269531 9.007812 h 88.402344 c 4.75 0 7.4375 -4.191406 6.222656 -8.734375 c -5.097656 -23.042969 -25.625 -40.109375 -49.996094 -40.121094 z m 0 0" fill="url(#a)"/>
+ <path d="m 89.351562 33.375 c 0 14.257812 -11.554687 25.8125 -25.8125 25.8125 c -14.257812 0 -25.816406 -11.554688 -25.816406 -25.8125 s 11.558594 -25.816406 25.816406 -25.816406 c 14.257813 0 25.8125 11.558594 25.8125 25.816406 z m 0 0" fill="url(#b)"/>
+ <path d="m 65.007812 64.082031 c -24.257812 0.03125 -44.703124 16.957031 -49.898437 39.851563 c -1.597656 5.96875 1.65625 9.007812 5.269531 9.007812 h 88.402344 c 4.75 0 7.4375 -4.191406 6.222656 -8.734375 c -5.097656 -23.042969 -25.625 -40.109375 -49.996094 -40.125 z m 24.34375 -34.046875 c 0 14.257813 -11.554687 25.8125 -25.8125 25.8125 c -14.257812 0 -25.816406 -11.554687 -25.816406 -25.8125 c 0 -14.257812 11.558594 -25.816406 25.816406 -25.816406 c 14.257813 0 25.8125 11.558594 25.8125 25.816406 z m 0 0" fill="#f6f9fe" fill-opacity="0.996078"/>
+</svg>
diff --git a/src/fullcolor/avatar-default.source.svg b/src/fullcolor/avatar-default.source.svg
new file mode 100644
index 000000000..525961aac
--- /dev/null
+++ b/src/fullcolor/avatar-default.source.svg
@@ -0,0 +1,1641 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ inkscape:export-ydpi="96"
+ inkscape:export-xdpi="96"
+ inkscape:export-filename="Template.png"
+ width="192"
+ height="152"
+ id="svg11300"
+ sodipodi:version="0.32"
+ inkscape:version="1.2.1 (9c6d41e410, 2022-07-14)"
+ sodipodi:docname="avatar-default.source.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ version="1.0"
+ style="display:inline;enable-background:new"
+ viewBox="0 0 192 152"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <title
+ id="title4162">Adwaita Icon Template</title>
+ <defs
+ id="defs3">
+ <linearGradient
+ y2="236"
+ x2="96"
+ y1="236"
+ x1="32"
+ gradientTransform="translate(604.81684,170.58641)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient1099"
+ xlink:href="#linearGradient1036" />
+ <linearGradient
+ id="linearGradient1036">
+ <stop
+ id="stop1032"
+ offset="0"
+ style="stop-color:#d5d3cf;stop-opacity:1;" />
+ <stop
+ id="stop1034"
+ offset="1"
+ style="stop-color:#f6f5f4;stop-opacity:1" />
+ </linearGradient>
+ <radialGradient
+ r="32"
+ fy="-76"
+ fx="-244"
+ cy="-76"
+ cx="-244"
+ gradientTransform="matrix(0.88333331,0,0,0.88333331,-460.35018,463.11973)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient1103"
+ xlink:href="#linearGradient1069" />
+ <linearGradient
+ id="linearGradient1069">
+ <stop
+ id="stop1065"
+ offset="0"
+ style="stop-color:#d5d3cf;stop-opacity:1" />
+ <stop
+ id="stop1067-1"
+ offset="1"
+ style="stop-color:#949390;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="232"
+ x2="64"
+ y1="262.5"
+ x1="64"
+ id="linearGradient1027"
+ xlink:href="#linearGradient1025"
+ gradientTransform="translate(-470.5864,432.81685)" />
+ <linearGradient
+ id="linearGradient1025">
+ <stop
+ id="stop1021"
+ offset="0"
+ style="stop-color:#9a9996;stop-opacity:1" />
+ <stop
+ id="stop1023"
+ offset="1"
+ style="stop-color:#77767b;stop-opacity:1" />
+ </linearGradient>
+ <inkscape:path-effect
+ effect="spiro"
+ id="path-effect35304-9"
+ is_visible="true" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1609-7">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path1611-5"
+ d="m 252,116 28,-28 v -8 h -36 v 36 z"
+ style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </clipPath>
+ <linearGradient
+ id="linearGradient1697">
+ <stop
+ id="stop1685"
+ offset="0"
+ style="stop-color:#deddda;stop-opacity:1" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1"
+ offset="0.04545455"
+ id="stop1687" />
+ <stop
+ id="stop1689"
+ offset="0.09090909"
+ style="stop-color:#deddda;stop-opacity:1" />
+ <stop
+ style="stop-color:#deddda;stop-opacity:1"
+ offset="0.90909094"
+ id="stop1691" />
+ <stop
+ id="stop1693"
+ offset="0.95454544"
+ style="stop-color:#eeeeec;stop-opacity:1" />
+ <stop
+ id="stop1695"
+ offset="1"
+ style="stop-color:#c0bfbc;stop-opacity:1" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1289">
+ <path
+ style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 64,-148 h 64 l 64,-64 64,64 h 192 c 17.728,0 32,14.272 32,32 v 288 c 0,17.728 -14.272,32 -32,32 H 256 l -64,-64 -64,64 H 64 C 46.272,204 32,189.728 32,172 v -288 c 0,-17.728 14.408898,-34.19889 32,-32 z"
+ id="path1291"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="scccsssscccssss" />
+ </clipPath>
+ <linearGradient
+ id="paint3_linear-2-6-5"
+ x2="1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,6,-12,0,-64,209.99687)">
+ <stop
+ stop-color="#C01C27"
+ id="stop91-0-7-4" />
+ <stop
+ offset="1"
+ stop-color="#E01B24"
+ id="stop93-2-5-7" />
+ </linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1609">
+ <path
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ id="path1611"
+ d="m 252,116 28,-28 v -8 h -36 v 36 z"
+ style="fill:#e74747;stroke:none;stroke-width:0.25px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipath_lpe_path-effect1303">
+ <circle
+ style="font-variation-settings:normal;display:block;opacity:1;vector-effect:none;fill:#77767b;fill-opacity:1;stroke:none;stroke-width:5.04302;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;stop-color:#000000;stop-opacity:1"
+ id="circle1305"
+ cx="541.88373"
+ cy="647.72638"
+ r="73.975525" />
+ </clipPath>
+ <inkscape:path-effect
+ effect="powerclip"
+ id="path-effect1303"
+ is_visible="true"
+ lpeversion="1"
+ inverse="true"
+ flatten="false"
+ hide_clip="false"
+ message="Use fill-rule evenodd on &lt;b&gt;fill and stroke&lt;/b&gt; dialog if no flatten result after convert clip to paths." />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient1349">
+ <stop
+ style="stop-color:#9d9da1;stop-opacity:1"
+ offset="0"
+ id="stop1345" />
+ <stop
+ style="stop-color:#77767b;stop-opacity:0.94957983"
+ offset="1"
+ id="stop1347" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5980">
+ <stop
+ id="stop5978"
+ offset="0"
+ style="stop-color:#3d3846;stop-opacity:0;" />
+ <stop
+ id="stop5976"
+ offset="1"
+ style="stop-color:#3d3846;stop-opacity:0.25210086" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4117">
+ <stop
+ style="stop-color:#eae9e7;stop-opacity:1"
+ offset="0"
+ id="stop4111" />
+ <stop
+ id="stop4113"
+ offset="0.64924306"
+ style="stop-color:#b5b3ad;stop-opacity:1" />
+ <stop
+ style="stop-color:#fcfcfc;stop-opacity:1"
+ offset="1"
+ id="stop4115" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5477">
+ <stop
+ style="stop-color:#cacac9;stop-opacity:1"
+ offset="0"
+ id="stop5469" />
+ <stop
+ id="stop5471"
+ offset="0.31057373"
+ style="stop-color:#b0aeab;stop-opacity:0.94117647" />
+ <stop
+ style="stop-color:#6c6b66;stop-opacity:0.94901961"
+ offset="0.68832356"
+ id="stop5473" />
+ <stop
+ style="stop-color:#d6d6d4;stop-opacity:0.96638656"
+ offset="1"
+ id="stop5475" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6142">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop6138" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop6140" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="radialGradient783"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98254044,0,0,0.98254044,-1.7118745,16.291632)"
+ cx="81.936386"
+ cy="33.185158"
+ fx="81.936386"
+ fy="33.185158"
+ r="57.27565" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5980"
+ id="radialGradient791"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.9332251,-7.2858454e-7,6.4450347e-7,3.4793176,-222.92515,-173.5546)"
+ cx="76"
+ cy="65.976921"
+ fx="76"
+ fy="65.976921"
+ r="13.220703" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4117"
+ id="radialGradient799"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8150539,0.01105706,-0.01047197,2.6660925,-242.35997,-102.50318)"
+ cx="134.30902"
+ cy="55.279427"
+ fx="134.30902"
+ fy="55.279427"
+ r="58.46003" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5477"
+ id="radialGradient809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.9005487,0.15042804,-0.2360238,7.6890319,-638.53531,-2206.8466)"
+ cx="183.52466"
+ cy="320.79443"
+ fx="183.52466"
+ fy="320.79443"
+ r="20.486324" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient821"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7268.8978,-1304.0032)"
+ cx="197.71869"
+ cy="68.10688"
+ fx="197.71869"
+ fy="68.10688"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient833"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7375.6658,-1304.0032)"
+ cx="197.74678"
+ cy="69.253197"
+ fx="197.74678"
+ fy="69.253197"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="radialGradient841"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98254044,0,0,0.98254044,-1.7118745,16.291632)"
+ cx="81.936386"
+ cy="33.185158"
+ fx="81.936386"
+ fy="33.185158"
+ r="57.27565" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5980"
+ id="radialGradient849"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.9332251,-7.2858454e-7,6.4450347e-7,3.4793176,-222.92515,-173.5546)"
+ cx="76"
+ cy="65.976921"
+ fx="76"
+ fy="65.976921"
+ r="13.220703" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4117"
+ id="radialGradient857"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8150539,0.01105706,-0.01047197,2.6660925,-242.35997,-102.50318)"
+ cx="134.30902"
+ cy="55.279427"
+ fx="134.30902"
+ fy="55.279427"
+ r="58.46003" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5477"
+ id="radialGradient867"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.9005487,0.15042804,-0.2360238,7.6890319,-638.53531,-2206.8466)"
+ cx="183.52466"
+ cy="320.79443"
+ fx="183.52466"
+ fy="320.79443"
+ r="20.486324" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient879"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7268.8978,-1304.0032)"
+ cx="197.71869"
+ cy="68.10688"
+ fx="197.71869"
+ fy="68.10688"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient891"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7375.6658,-1304.0032)"
+ cx="197.74678"
+ cy="69.253197"
+ fx="197.74678"
+ fy="69.253197"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="radialGradient3620"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98254044,0,0,0.98254044,-1.7118745,16.291632)"
+ cx="81.936386"
+ cy="33.185158"
+ fx="81.936386"
+ fy="33.185158"
+ r="57.27565" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5980"
+ id="radialGradient3628"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.9332251,-7.2858454e-7,6.4450347e-7,3.4793176,-222.92515,-173.5546)"
+ cx="76"
+ cy="65.976921"
+ fx="76"
+ fy="65.976921"
+ r="13.220703" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4117"
+ id="radialGradient3636"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8150539,0.01105706,-0.01047197,2.6660925,-242.35997,-102.50318)"
+ cx="134.30902"
+ cy="55.279427"
+ fx="134.30902"
+ fy="55.279427"
+ r="58.46003" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5477"
+ id="radialGradient3646"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.9005487,0.15042804,-0.2360238,7.6890319,-638.53531,-2206.8466)"
+ cx="183.52466"
+ cy="320.79443"
+ fx="183.52466"
+ fy="320.79443"
+ r="20.486324" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient3658"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7268.8978,-1304.0032)"
+ cx="197.71869"
+ cy="68.10688"
+ fx="197.71869"
+ fy="68.10688"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient3670"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7375.6658,-1304.0032)"
+ cx="197.74678"
+ cy="69.253197"
+ fx="197.74678"
+ fy="69.253197"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="radialGradient3678"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98254044,0,0,0.98254044,-1.7118745,16.291632)"
+ cx="81.936386"
+ cy="33.185158"
+ fx="81.936386"
+ fy="33.185158"
+ r="57.27565" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5980"
+ id="radialGradient3686"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.9332251,-7.2858454e-7,6.4450347e-7,3.4793176,-222.92515,-173.5546)"
+ cx="76"
+ cy="65.976921"
+ fx="76"
+ fy="65.976921"
+ r="13.220703" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4117"
+ id="radialGradient3694"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8150539,0.01105706,-0.01047197,2.6660925,-242.35997,-102.50318)"
+ cx="134.30902"
+ cy="55.279427"
+ fx="134.30902"
+ fy="55.279427"
+ r="58.46003" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5477"
+ id="radialGradient3704"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.9005487,0.15042804,-0.2360238,7.6890319,-638.53531,-2206.8466)"
+ cx="183.52466"
+ cy="320.79443"
+ fx="183.52466"
+ fy="320.79443"
+ r="20.486324" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient3716"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7268.8978,-1304.0032)"
+ cx="197.71869"
+ cy="68.10688"
+ fx="197.71869"
+ fy="68.10688"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient3728"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7375.6658,-1304.0032)"
+ cx="197.74678"
+ cy="69.253197"
+ fx="197.74678"
+ fy="69.253197"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1349"
+ id="radialGradient8132"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.98254044,0,0,0.98254044,-1.7118745,16.291632)"
+ cx="81.936386"
+ cy="33.185158"
+ fx="81.936386"
+ fy="33.185158"
+ r="57.27565" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5980"
+ id="radialGradient8140"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(3.9332251,-7.2858454e-7,6.4450347e-7,3.4793176,-222.92515,-173.5546)"
+ cx="76"
+ cy="65.976921"
+ fx="76"
+ fy="65.976921"
+ r="13.220703" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4117"
+ id="radialGradient8148"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.8150539,0.01105706,-0.01047197,2.6660925,-242.35997,-102.50318)"
+ cx="134.30902"
+ cy="55.279427"
+ fx="134.30902"
+ fy="55.279427"
+ r="58.46003" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5477"
+ id="radialGradient8158"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(4.9005487,0.15042804,-0.2360238,7.6890319,-638.53531,-2206.8466)"
+ cx="183.52466"
+ cy="320.79443"
+ fx="183.52466"
+ fy="320.79443"
+ r="20.486324" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient8170"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7268.8978,-1304.0032)"
+ cx="197.71869"
+ cy="68.10688"
+ fx="197.71869"
+ fy="68.10688"
+ r="2.5002501" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="radialGradient8182"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(37.758633,0,0,19.739207,-7375.6658,-1304.0032)"
+ cx="197.74678"
+ cy="69.253197"
+ fx="197.74678"
+ fy="69.253197"
+ r="2.5002501" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6142"
+ id="linearGradient8666"
+ x1="1311.1934"
+ y1="-107.82675"
+ x2="1311.1934"
+ y2="-109.82675"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,4)" />
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8946"
+ x1="99.777298"
+ x2="153.0005"
+ y1="15.4238"
+ y2="248.6311">
+ <stop
+ id="stop8948"
+ offset="0"
+ style="stop-color:#916398;stop-opacity:1" />
+ <stop
+ id="stop8952"
+ offset="1"
+ style="stop-color:#62a0ea;stop-opacity:1" />
+ </linearGradient>
+ <inkscape:path-effect
+ effect="spiro"
+ id="path-effect1364-8"
+ is_visible="true"
+ lpeversion="0" />
+ <inkscape:path-effect
+ is_visible="true"
+ id="path-effect1370-6"
+ effect="spiro"
+ lpeversion="0" />
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath18689-3">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect18691-6"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1106">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect1104"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1117">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect1115"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath1128">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect1126"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath18689">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect18691"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath18689-3-3">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect18691-6-6"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath250">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect248"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath261">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect259"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath272">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect270"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath18689-6">
+ <rect
+ clip-path="none"
+ transform="rotate(45)"
+ ry="32.000008"
+ rx="32.000008"
+ y="123.9986"
+ x="486.03726"
+ height="362.94299"
+ width="362.94299"
+ id="rect18691-3"
+ style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.0669;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ </clipPath>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13691"
+ id="linearGradient1032"
+ x1="593.90631"
+ y1="-176.50314"
+ x2="594.12506"
+ y2="-153.1301"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-8,416)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient13691">
+ <stop
+ style="stop-color:#33d17a;stop-opacity:1"
+ offset="0"
+ id="stop13687" />
+ <stop
+ style="stop-color:#26a269;stop-opacity:1"
+ offset="1"
+ id="stop13689" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient36371-7"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045"
+ gradientTransform="matrix(0.43573908,0.00697559,-0.00596989,0.37291704,451.72081,-759.9359)"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient36369">
+ <stop
+ style="stop-color:#8ff0a4;stop-opacity:1;"
+ offset="0"
+ id="stop36365" />
+ <stop
+ style="stop-color:#8ff0a4;stop-opacity:0;"
+ offset="1"
+ id="stop36367" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient36375-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.43573908,0.00697559,-0.00596989,0.37291704,474.23511,-759.9359)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13691"
+ id="linearGradient18610"
+ gradientUnits="userSpaceOnUse"
+ x1="586.14062"
+ y1="-99.872559"
+ x2="586.14062"
+ y2="-91.433105"
+ gradientTransform="translate(-8,416)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1081"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28482526,0.00455967,-0.00390228,0.24376099,489.68549,-338.9702)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1083"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.28482526,0.00455967,-0.00390228,0.24376099,504.40218,-338.9702)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13691"
+ id="linearGradient18788"
+ gradientUnits="userSpaceOnUse"
+ x1="582.71875"
+ y1="-47.986328"
+ x2="582.71875"
+ y2="-41.274414"
+ gradientTransform="translate(-8,416)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1093"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.19619338,0.00314079,-0.00268797,0.16790748,512.71408,-82.78915)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1095"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.19619338,0.00314079,-0.00268797,0.16790748,522.85123,-82.78915)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient13691"
+ id="linearGradient19000"
+ gradientUnits="userSpaceOnUse"
+ x1="577.10303"
+ y1="-3.8110352"
+ x2="577.10303"
+ y2="2.7622075"
+ gradientTransform="translate(-8,416)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1105"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.15579754,0.00249411,-0.00213452,0.13333566,520.80729,53.52023)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient36369"
+ id="radialGradient1107"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.15579754,0.00249411,-0.00213452,0.13333566,528.85722,53.52023)"
+ cx="312.65726"
+ cy="2706.5786"
+ fx="312.65726"
+ fy="2706.5786"
+ r="14.806045" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2327"
+ id="linearGradient2432"
+ gradientUnits="userSpaceOnUse"
+ x1="584.3125"
+ y1="-174.875"
+ x2="601.5625"
+ y2="-174.875"
+ gradientTransform="translate(266.99956,2646.0002)" />
+ <linearGradient
+ id="linearGradient2327"
+ inkscape:collect="always">
+ <stop
+ id="stop2315"
+ offset="0"
+ style="stop-color:#e6f0fc;stop-opacity:1" />
+ <stop
+ style="stop-color:#cadff8;stop-opacity:0.99607843"
+ offset="0.23012532"
+ id="stop2317" />
+ <stop
+ id="stop2319"
+ offset="0.38354221"
+ style="stop-color:#d4e5f9;stop-opacity:0.99215686" />
+ <stop
+ style="stop-color:#b2d0f4;stop-opacity:0.96470588"
+ offset="0.58899558"
+ id="stop2321" />
+ <stop
+ style="stop-color:#d0e3f9;stop-opacity:0.96470588"
+ offset="0.75339735"
+ id="stop2323" />
+ <stop
+ id="stop2325"
+ offset="1"
+ style="stop-color:#98c1f1;stop-opacity:0.96638656" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19667"
+ id="linearGradient19669"
+ x1="606.50073"
+ y1="-155.44897"
+ x2="606.50073"
+ y2="-172.88232"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(266.99956,2646.0002)" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient19667">
+ <stop
+ style="stop-color:#98c1f1;stop-opacity:1;"
+ offset="0"
+ id="stop19663" />
+ <stop
+ style="stop-color:#dbe9fa;stop-opacity:1"
+ offset="1"
+ id="stop19665" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19667"
+ id="linearGradient23277"
+ gradientUnits="userSpaceOnUse"
+ x1="585.65576"
+ y1="-87.637207"
+ x2="585.65576"
+ y2="-99.34034"
+ gradientTransform="translate(266.99956,2646.0002)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19667"
+ id="linearGradient23594"
+ gradientUnits="userSpaceOnUse"
+ x1="579.18018"
+ y1="-40.919434"
+ x2="579.18018"
+ y2="-48.004883"
+ gradientTransform="translate(266.99956,2646.0002)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient19667"
+ id="linearGradient23953"
+ gradientUnits="userSpaceOnUse"
+ x1="577.97266"
+ y1="1.4018558"
+ x2="577.97266"
+ y2="-2.6186519"
+ gradientTransform="translate(266.99956,2646.0002)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2374"
+ id="linearGradient2360"
+ gradientUnits="userSpaceOnUse"
+ x1="93.215088"
+ y1="144.02876"
+ x2="472.43863"
+ y2="144.02876" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient2374">
+ <stop
+ style="stop-color:#e6f0fc;stop-opacity:1"
+ offset="0"
+ id="stop2362" />
+ <stop
+ id="stop2364"
+ offset="0.03835422"
+ style="stop-color:#cadff8;stop-opacity:0.99607843" />
+ <stop
+ style="stop-color:#d4e5f9;stop-opacity:0.99215686"
+ offset="0.12465519"
+ id="stop2366" />
+ <stop
+ id="stop2368"
+ offset="0.90136385"
+ style="stop-color:#b2d0f4;stop-opacity:0.96470588" />
+ <stop
+ id="stop2370"
+ offset="0.95889956"
+ style="stop-color:#d0e3f9;stop-opacity:0.96470588" />
+ <stop
+ style="stop-color:#98c1f1;stop-opacity:0.96638656"
+ offset="1"
+ id="stop2372" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient2327"
+ id="linearGradient2313"
+ gradientUnits="userSpaceOnUse"
+ x1="164.21509"
+ y1="144.02876"
+ x2="374.43863"
+ y2="144.02876" />
+ </defs>
+ <sodipodi:namedview
+ stroke="#ef2929"
+ fill="#f57900"
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="0.25490196"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="2.8284271"
+ inkscape:cx="-16.018274"
+ inkscape:cy="11.797527"
+ inkscape:current-layer="g801"
+ showgrid="true"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1920"
+ inkscape:window-height="1016"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ width="400px"
+ height="300px"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ objecttolerance="7"
+ gridtolerance="12"
+ guidetolerance="13"
+ inkscape:window-maximized="1"
+ inkscape:pagecheckerboard="false"
+ showguides="false"
+ inkscape:guide-bbox="true"
+ inkscape:locked="false"
+ inkscape:measure-start="0,0"
+ inkscape:measure-end="0,0"
+ inkscape:object-nodes="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-global="true"
+ inkscape:object-paths="true"
+ inkscape:snap-intersection-paths="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:snap-bbox-midpoints="true"
+ showborder="true"
+ inkscape:snap-center="true"
+ inkscape:snap-object-midpoints="true"
+ inkscape:snap-midpoints="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-text-baseline="true"
+ borderlayer="true"
+ inkscape:deskcolor="#d1d1d1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5883"
+ spacingx="2"
+ spacingy="2"
+ enabled="true"
+ visible="true"
+ empspacing="4"
+ originx="8"
+ originy="8" />
+ <sodipodi:guide
+ position="72,16"
+ orientation="0,1"
+ id="guide1073"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="20,72"
+ orientation="1,0"
+ id="guide1075"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,112"
+ orientation="0,1"
+ id="guide1099"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,136"
+ orientation="0,1"
+ id="guide993"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="112,72"
+ orientation="1,0"
+ id="guide995"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="8.0000001,72"
+ orientation="1,0"
+ id="guide867"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="128,72"
+ orientation="1,0"
+ id="guide869"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,124"
+ orientation="0,1"
+ id="guide871"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <inkscape:grid
+ type="xygrid"
+ id="grid873"
+ spacingx="1"
+ spacingy="1"
+ empspacing="8"
+ color="#000000"
+ opacity="0.49019608"
+ empcolor="#000000"
+ empopacity="0.08627451"
+ dotted="true"
+ originx="8"
+ originy="8" />
+ <sodipodi:guide
+ position="32,72"
+ orientation="1,0"
+ id="guide877"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="124,72"
+ orientation="1,0"
+ id="guide879"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,128"
+ orientation="0,1"
+ id="guide881"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,20"
+ orientation="0,1"
+ id="guide883"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="16,72"
+ orientation="1,0"
+ id="guide885"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="136,72"
+ orientation="1,0"
+ id="guide887"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,8"
+ orientation="0,1"
+ id="guide897"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,32"
+ orientation="0,1"
+ id="guide899"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="264,264"
+ orientation="-0.70710678,0.70710678"
+ id="guide950"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ <sodipodi:guide
+ position="72,72"
+ orientation="0.70710678,0.70710678"
+ id="guide952"
+ inkscape:locked="false"
+ inkscape:label=""
+ inkscape:color="rgb(0,0,255)" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>GNOME Design Team</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ <dc:title>Adwaita Icon Template</dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Reproduction" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#Distribution" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Notice" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#Attribution" />
+ <cc:permits
+ rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+ <cc:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="App Icon"
+ inkscape:groupmode="layer"
+ style="display:inline"
+ transform="translate(8,-156)">
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="template"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <rect
+ inkscape:label="0"
+ y="172"
+ x="9.2651362e-08"
+ height="128"
+ width="128"
+ id="hicolor"
+ style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate" />
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+ id="symbolic"
+ width="16"
+ height="16"
+ x="160"
+ y="172"
+ inkscape:label="0" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="baseplate"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <g
+ style="display:inline;fill:#000000;enable-background:new"
+ transform="matrix(7.9911709,0,0,8.0036407,-167.7909,-4846.0776)"
+ id="g12027"
+ inkscape:export-xdpi="12"
+ inkscape:export-ydpi="12" />
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+ id="128"
+ width="128"
+ height="128"
+ x="9.2651362e-08"
+ y="172"
+ inkscape:label="0" />
+ <g
+ id="g883"
+ style="fill:none;fill-opacity:0.25098;stroke:#a579b3;stroke-opacity:1"
+ transform="translate(-24,24)" />
+ <g
+ id="g900"
+ style="fill:none;fill-opacity:0.25098;stroke:#a579b3;stroke-opacity:1"
+ transform="translate(-24,24)" />
+ <rect
+ inkscape:label=""
+ y="172"
+ x="160"
+ height="16"
+ width="16"
+ id="16"
+ style="display:inline;overflow:visible;visibility:visible;fill:#f0f0f0;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.332649;enable-background:new"
+ x="0"
+ y="167"
+ id="text863"
+ inkscape:label="icon-name"><tspan
+ style="font-size:4px;stroke-width:0.332649"
+ sodipodi:role="line"
+ id="tspan861"
+ x="0"
+ y="167">Hicolor</tspan></text>
+ <text
+ inkscape:label="icon-name"
+ id="text867"
+ y="167"
+ x="160"
+ style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:4px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.332649;enable-background:new"
+ xml:space="preserve"><tspan
+ y="167"
+ x="160"
+ id="tspan865"
+ sodipodi:role="line"
+ style="font-size:4px;stroke-width:0.332649">Symbolic</tspan></text>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer9"
+ inkscape:label="icons"
+ style="display:inline">
+ <path
+ style="display:inline;vector-effect:none;fill:#33d17a;fill-opacity:1;stroke:url(#linearGradient1032);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 576.48715,227.83354 v 18.71279 c -1.37012,-0.84777 -2.94864,-1.29867 -4.55984,-1.30248 -4.80772,0 -8.70515,3.89742 -8.70515,8.70515 0,4.80773 3.89743,8.70515 8.70515,8.70515 4.64232,-0.006 8.33824,-3.65356 8.55931,-8.29062 h 0.0209 V 253.949 232.55791 h 20.03394 v 13.98903 c -1.37036,-0.84816 -2.94926,-1.29928 -4.56087,-1.30309 -4.80772,0 -8.70515,3.89742 -8.70515,8.70515 0,4.80773 3.89743,8.70515 8.70515,8.70515 4.64232,-0.006 8.33826,-3.65356 8.55932,-8.29062 h 0.0334 v -29.84624 h -24.76983 c -1.65812,0 -3.31625,1.65812 -3.31625,3.31625 z"
+ id="path18891-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccsccccccccsccccccc" />
+ <circle
+ style="display:inline;vector-effect:none;fill:url(#radialGradient36371-7);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="path35820-6"
+ cx="572.3678"
+ cy="252.1423"
+ r="6.1164703" />
+ <circle
+ cy="252.1423"
+ cx="594.88214"
+ id="ellipse36373-2"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient36375-5);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ r="6.1164703" />
+ <path
+ sodipodi:nodetypes="cccsccccccccsccccccc"
+ inkscape:connector-curvature="0"
+ id="path1073"
+ d="m 570.55277,306.69529 v 12.2318 c -0.89559,-0.55415 -1.92741,-0.84888 -2.98058,-0.85138 -3.14262,0 -5.69021,2.54759 -5.69021,5.69021 0,3.14263 2.54759,5.69021 5.69021,5.69021 3.0345,-0.004 5.82537,-2.38818 5.96987,-5.41924 h 0.0136 v -0.27097 -14.2325 h 12.97039 v 9.39407 c -0.89575,-0.55441 -1.92782,-0.84928 -2.98127,-0.85178 -3.14261,0 -5.69021,2.54759 -5.69021,5.69021 0,3.14263 2.5476,5.69021 5.69021,5.69021 3.0345,-0.004 5.8879,-2.38818 6.03239,-5.41924 h 0.0219 v -19.5093 h -16.87855 c -1.08385,0 -2.1677,1.08385 -2.1677,2.1677 z"
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#33d17a;fill-opacity:1;stroke:url(#linearGradient18610);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000" />
+ <circle
+ r="3.9980929"
+ cy="322.58496"
+ cx="568.54761"
+ id="circle1075"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1081);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <circle
+ r="3.9980929"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1083);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle1077"
+ cx="583.26434"
+ cy="322.58496" />
+ <path
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#33d17a;fill-opacity:1;stroke:url(#linearGradient18788);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000"
+ d="m 568.54209,361.95824 v 8.42552 c -0.6169,-0.38171 -1.32764,-0.58473 -2.05308,-0.58645 -2.1647,0 -3.91953,1.75483 -3.91953,3.91953 0,2.1647 1.75483,3.91953 3.91953,3.91953 2.09022,-0.003 3.88763,-1.64503 3.98717,-3.73288 h 0.009 v -0.18665 -10.17863 h 9.05927 v 6.84582 c -0.61701,-0.38188 -1.32792,-0.585 -2.05356,-0.58672 -2.16469,0 -3.91953,1.75483 -3.91953,3.91953 0,2.1647 1.75484,3.91953 3.91953,3.91953 2.09023,-0.003 3.93071,-1.64503 4.03023,-3.73288 h 0.0151 v -13.4384 h -11.50129 c -0.74657,0 -1.49315,0.74658 -1.49315,1.49315 z"
+ id="path1085"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccsccccccccsccccccc" />
+ <circle
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1093);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle1087"
+ cx="567.03589"
+ cy="372.90338"
+ r="2.753967" />
+ <circle
+ cy="372.90338"
+ cx="577.1731"
+ id="circle1089"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1095);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ r="2.753967" />
+ <path
+ sodipodi:nodetypes="cccsccccccccsccccccc"
+ inkscape:connector-curvature="0"
+ id="path1097"
+ d="m 564.5659,406.695 v 7.04427 c -0.48988,-0.30312 -0.74493,-0.19917 -1.321,-0.20053 -1.719,0 -2.84734,1.12835 -2.84734,2.84734 0,1.71899 1.39351,3.11251 3.11251,3.11251 1.65984,-0.002 2.99878,-1.30632 3.07783,-2.9643 h 0.007 v -0.14821 -7.8619 h 6.92883 v 5.21531 c -0.48997,-0.30326 -1.05451,-0.46455 -1.63074,-0.46592 -1.71898,0 -3.11251,1.39352 -3.11251,3.11251 0,1.71899 1.39353,3.11251 3.11251,3.11251 1.65986,-0.002 3.47494,-1.30632 3.55396,-2.9643 h 0.012 v -11.02501 h -9.70772 c -0.59285,0 -1.18571,0.59286 -1.18571,1.18572 z"
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#33d17a;fill-opacity:1;stroke:url(#linearGradient19000);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000" />
+ <circle
+ r="2.1869307"
+ cy="415.38654"
+ cx="563.94434"
+ id="circle1099"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1105);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <circle
+ r="2.1869307"
+ style="display:inline;vector-effect:none;fill:url(#radialGradient1107);fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle1101"
+ cx="571.99432"
+ cy="415.38654" />
+ <g
+ id="g801"
+ style="display:inline;stroke-width:0.25;enable-background:new"
+ transform="translate(-274.99956,-2230.0002)">
+ <path
+ style="display:inline;vector-effect:none;fill:#cbe0f8;fill-opacity:0.984314;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 859.51707,2477.0271 c -8.94847,0.011 -16.48981,6.2338 -18.40546,14.6494 -0.59014,2.195 0.61103,3.3118 1.94276,3.3118 h 32.60932 c 1.75206,0 2.74362,-1.5404 2.29443,-3.2112 -1.87924,-8.4711 -9.45197,-14.745 -18.44105,-14.75 z"
+ id="path2222"
+ inkscape:connector-curvature="0" />
+ <path
+ style="display:inline;vector-effect:none;fill:url(#linearGradient2432);fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 868.40418,2464.5099 a 9.4899982,9.4899982 0 0 1 -9.49001,9.49 9.4899982,9.4899982 0 0 1 -9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49001,9.49 z"
+ id="path2179"
+ inkscape:connector-curvature="0" />
+ <path
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 859.54829,2476.5896 c -8.91832,0.011 -16.52801,4.6713 -18.43721,13.0869 -0.58815,2.195 0.60897,3.3118 1.93622,3.3118 h 32.49947 c 1.74616,0 2.73438,-1.5404 2.2867,-3.2112 -1.87291,-8.4711 -9.32638,-13.1825 -18.28518,-13.1875 z"
+ id="path2248"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsscc" />
+ <path
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 868.49257,2462.5099 a 9.4899982,9.4899982 0 0 1 -9.49001,9.49 9.4899982,9.4899982 0 0 1 -9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49001,9.49 z"
+ id="path2175"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path2218"
+ style="display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient19669);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 859.61095,2476.5271 c -9.14439,0.012 -16.91335,5.8683 -18.87095,15.2638 -0.60306,2.4506 0.90566,3.6974 2.26655,3.6974 h 32.6358 c 1.79043,0 3.20995,-1.7198 2.75092,-3.5851 -1.92038,-9.4574 -9.59642,-15.3705 -18.78232,-15.3761 z m -0.59772,-23.9825 c -5.25369,5e-4 -9.5122,4.2599 -9.51172,9.5136 v 1.9869 c -4.8e-4,5.2537 4.25803,9.5131 9.51172,9.5137 5.25446,5e-4 9.51415,-4.2592 9.51367,-9.5137 v -1.9869 c 4.8e-4,-5.2544 -4.25921,-9.5141 -9.51367,-9.5136 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path2250"
+ d="m 850.52988,2548.8939 c -6.11893,0.01 -11.27567,4.0675 -12.58559,9.5585 -0.40352,1.4322 0.41782,2.1609 1.32845,2.1609 h 22.29814 c 1.19805,0 1.87608,-1.0051 1.56892,-2.0953 -1.28501,-5.5272 -6.46322,-9.6208 -12.60992,-9.6241 z"
+ style="display:inline;vector-effect:none;fill:#cbe1f9;fill-opacity:0.984314;stroke:#98c1f1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccsscc"
+ inkscape:connector-curvature="0"
+ id="path2254"
+ d="m 850.54633,2548.9835 c -5.65812,0.01 -10.48602,2.8469 -11.6973,7.9757 -0.37313,1.3377 0.38637,2.0183 1.22843,2.0183 h 20.61893 c 1.10784,0 1.7348,-0.9388 1.45078,-1.957 -1.18825,-5.1626 -5.91703,-8.034 -11.60084,-8.037 z"
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path2256"
+ d="m 855.97778,2538.4888 a 5.4575825,5.4942502 0 0 1 -5.45758,5.4942 5.4575825,5.4942502 0 0 1 -5.4576,-5.4942 5.4575825,5.4942502 0 0 1 5.4576,-5.4943 5.4575825,5.4942502 0 0 1 5.45758,5.4943 z"
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ id="path2260"
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23277);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000"
+ d="m 850.59408,2548.5677 c -6.25291,0.01 -11.56529,3.7075 -12.90389,9.6434 -0.41237,1.5482 0.42697,2.3359 1.35755,2.3359 h 22.78634 c 1.22429,0 1.91716,-1.0865 1.60328,-2.265 -1.31315,-5.975 -6.56199,-9.7108 -12.84328,-9.7143 z m -0.0672,-16.049 c -3.31492,3e-4 -6.00192,2.6361 -6.00162,5.8872 v 1.2295 c -3e-4,3.2511 2.6867,5.8869 6.00162,5.8872 3.31541,4e-4 6.00316,-2.6356 6.00286,-5.8872 v -1.2295 c 3e-4,-3.2516 -2.68745,-5.8875 -6.00286,-5.8872 z" />
+ <path
+ style="display:inline;vector-effect:none;fill:#cbe1f9;fill-opacity:0.984314;stroke:#98c1f1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 847.10471,2599.1968 c -4.51985,0.01 -8.32898,2.8936 -9.29657,6.7999 -0.29807,1.0188 0.30863,1.5372 0.98129,1.5372 h 16.47089 c 0.88497,0 1.38581,-0.715 1.15892,-1.4905 -0.9492,-3.9321 -4.77416,-6.8443 -9.31453,-6.8466 z"
+ id="path2472"
+ inkscape:connector-curvature="0" />
+ <path
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 847.11686,2599.0395 c -4.17948,0 -7.74568,1.9875 -8.64041,5.5681 -0.27563,0.9339 0.28539,1.4091 0.90739,1.4091 h 15.23052 c 0.81833,0 1.28145,-0.6554 1.07165,-1.3663 -0.87772,-3.6042 -4.37071,-5.6087 -8.56915,-5.6109 z"
+ id="path2474"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsscc" />
+ <path
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 850.99631,2591.5073 a 3.9429487,3.535637 0 0 1 -3.94295,3.5357 3.9429487,3.535637 0 0 1 -3.94295,-3.5357 3.9429487,3.535637 0 0 1 3.94295,-3.5356 3.9429487,3.535637 0 0 1 3.94295,3.5356 z"
+ id="path2478"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path2480"
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23594);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000"
+ d="m 847.15212,2598.5228 c -4.61882,0.01 -8.5429,2.7743 -9.53168,7.216 -0.30459,1.1585 0.3154,1.748 1.00278,1.748 h 16.83152 c 0.90434,0 1.41614,-0.8131 1.1843,-1.6949 -0.96998,-4.471 -4.84713,-7.2665 -9.48692,-7.2691 z m -0.0938,-11.0637 c -2.47303,2e-4 -4.47762,1.8305 -4.4774,4.0881 v 0.8538 c -2.2e-4,2.2576 2.00437,4.0879 4.4774,4.0881 2.4734,2e-4 4.47854,-1.8302 4.4783,-4.0881 v -0.8538 c 2.4e-4,-2.2579 -2.0049,-4.0883 -4.4783,-4.0881 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path2482"
+ d="m 842.95443,2643.0393 c -3.55529,0 -6.55155,2.2435 -7.31264,5.2721 -0.23446,0.7899 0.24276,1.1918 0.77187,1.1918 h 12.95592 c 0.69611,0 1.09007,-0.5543 0.91159,-1.1556 -0.74662,-3.0486 -3.7553,-5.3064 -7.32674,-5.3083 z"
+ style="display:inline;vector-effect:none;fill:#cbe1f9;fill-opacity:0.984314;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccsscc"
+ inkscape:connector-curvature="0"
+ id="path2484"
+ d="m 843.059,2643.079 c -3.27274,0 -6.06524,1.4026 -6.76587,3.9296 -0.21583,0.6591 0.22348,0.9945 0.71054,0.9945 h 11.92623 c 0.6408,0 1.00345,-0.4626 0.83917,-0.9643 -0.6873,-2.5436 -3.42249,-3.9583 -6.71007,-3.9598 z"
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path2488"
+ d="m 846.07112,2637.4442 a 3.1566576,2.5534223 0 0 1 -3.15666,2.5534 3.1566576,2.5534223 0 0 1 -3.15666,-2.5534 3.1566576,2.5534223 0 0 1 3.15666,-2.5534 3.1566576,2.5534223 0 0 1 3.15666,2.5534 z"
+ style="display:inline;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ id="path2490"
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23953);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000"
+ d="m 843.0688,2642.5707 c -3.59101,0 -6.64188,2.1445 -7.41062,5.5777 -0.23681,0.8955 0.24521,1.3511 0.77964,1.3511 h 13.08604 c 0.7031,0 1.10101,-0.6284 0.92076,-1.31 -0.75413,-3.4559 -3.76851,-5.6167 -7.37582,-5.6188 z m -0.15035,-8.0796 c -1.97986,2e-4 -3.5847,1.4272 -3.58453,3.1873 v 0.6657 c -1.7e-4,1.7601 1.60467,3.1871 3.58453,3.1873 1.98017,2e-4 3.58545,-1.4269 3.58525,-3.1873 v -0.6657 c 2e-4,-1.7603 -1.60508,-3.1874 -3.58525,-3.1873 z" />
+ <g
+ id="g3830"
+ style="display:inline;enable-background:new"
+ transform="matrix(0.25454545,0,0,0.25454545,268.255,2457.1288)">
+ <path
+ style="opacity:1;vector-effect:none;fill:url(#linearGradient2360);fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ d="M 281.8848,48.057543 C 186.57952,48.176654 106.26047,114.67544 85.857887,204.60835 c -6.285244,23.45685 6.507706,35.39164 20.691363,35.39164 h 347.30487 c 18.66024,0 29.22087,-16.46207 24.43674,-34.31669 C 458.27606,115.15713 377.62282,48.111395 281.8848,48.057543 Z"
+ id="path2155" />
+ <path
+ style="opacity:1;vector-effect:none;fill:url(#linearGradient2313);fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ d="M 377.52486,-85.462204 A 101.41463,101.41463 0 0 1 276.11023,15.952423 101.41463,101.41463 0 0 1 174.6956,-85.462204 101.41463,101.41463 0 0 1 276.11023,-186.87683 101.41463,101.41463 0 0 1 377.52486,-85.462204 Z"
+ id="path2125" />
+ <path
+ id="circle2112"
+ style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:0.996078;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ d="m 281.8848,35.17949 c -95.30528,0.119112 -175.62433,66.6179 -196.026913,156.5508 -6.285244,23.45685 6.507706,35.39165 20.691363,35.39165 h 347.30487 c 18.66024,0 29.22087,-16.46207 24.43674,-34.31669 C 458.27606,102.27908 377.62282,35.233342 281.8848,35.17949 Z M 377.52486,-98.585365 A 101.41463,101.41463 0 0 1 276.11023,2.8292618 101.41463,101.41463 0 0 1 174.6956,-98.585365 101.41463,101.41463 0 0 1 276.11023,-199.99999 101.41463,101.41463 0 0 1 377.52486,-98.585365 Z" />
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="grid"
+ style="display:inline"
+ sodipodi:insensitive="true">
+ <circle
+ cx="64.000031"
+ cy="236"
+ r="59.504131"
+ id="circle2892"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="7.9292889"
+ rx="8.701004"
+ y="180.49496"
+ x="20.495007"
+ height="111.01005"
+ width="87.009987"
+ id="rect2894"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="7.9238095"
+ rx="7.9238095"
+ y="184.49524"
+ x="12.495266"
+ height="103.00952"
+ width="103.00952"
+ id="rect2896"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <rect
+ ry="8.701005"
+ rx="7.9292889"
+ y="200.49496"
+ x="8.4950066"
+ height="87.010048"
+ width="111.01004"
+ id="rect2898"
+ style="display:inline;opacity:0.1;vector-effect:none;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.99000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:0.99000001, 0.99000001;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path2900"
+ d="M 2.6203015e-5,288.99999 H 128.00003"
+ style="display:inline;fill:none;stroke:#62a0ea;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
+ </g>
+ </g>
+</svg>
diff --git a/src/fullcolor/avatar-default.svg b/src/fullcolor/avatar-default.svg
deleted file mode 100644
index 697f80687..000000000
--- a/src/fullcolor/avatar-default.svg
+++ /dev/null
@@ -1,550 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- inkscape:export-ydpi="96"
- inkscape:export-xdpi="96"
- inkscape:export-filename="Template.png"
- width="680"
- height="560"
- id="svg11300"
- sodipodi:version="0.32"
- inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20)"
- sodipodi:docname="avatar-default.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- version="1.0"
- style="display:inline;enable-background:new"
- viewBox="0 0 680 560"
- enable-background="new"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <title
- id="title4162">Adwaita Icon Template</title>
- <defs
- id="defs3">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient19667">
- <stop
- style="stop-color:#98c1f1;stop-opacity:1;"
- offset="0"
- id="stop19663" />
- <stop
- style="stop-color:#dbe9fa;stop-opacity:1"
- offset="1"
- id="stop19665" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2374">
- <stop
- style="stop-color:#e6f0fc;stop-opacity:1"
- offset="0"
- id="stop2362" />
- <stop
- id="stop2364"
- offset="0.03835422"
- style="stop-color:#cadff8;stop-opacity:0.99607843" />
- <stop
- style="stop-color:#d4e5f9;stop-opacity:0.99215686"
- offset="0.12465519"
- id="stop2366" />
- <stop
- id="stop2368"
- offset="0.90136385"
- style="stop-color:#b2d0f4;stop-opacity:0.96470588" />
- <stop
- id="stop2370"
- offset="0.95889956"
- style="stop-color:#d0e3f9;stop-opacity:0.96470588" />
- <stop
- style="stop-color:#98c1f1;stop-opacity:0.96638656"
- offset="1"
- id="stop2372" />
- </linearGradient>
- <linearGradient
- id="linearGradient2327"
- inkscape:collect="always">
- <stop
- id="stop2315"
- offset="0"
- style="stop-color:#e6f0fc;stop-opacity:1" />
- <stop
- style="stop-color:#cadff8;stop-opacity:0.99607843"
- offset="0.23012532"
- id="stop2317" />
- <stop
- id="stop2319"
- offset="0.38354221"
- style="stop-color:#d4e5f9;stop-opacity:0.99215686" />
- <stop
- style="stop-color:#b2d0f4;stop-opacity:0.96470588"
- offset="0.58899558"
- id="stop2321" />
- <stop
- style="stop-color:#d0e3f9;stop-opacity:0.96470588"
- offset="0.75339735"
- id="stop2323" />
- <stop
- id="stop2325"
- offset="1"
- style="stop-color:#98c1f1;stop-opacity:0.96638656" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2270">
- <stop
- style="stop-color:#e6f0fc;stop-opacity:1"
- offset="0"
- id="stop2266" />
- <stop
- id="stop2278"
- offset="0.07536218"
- style="stop-color:#92bdf0;stop-opacity:0.99607843;" />
- <stop
- style="stop-color:#b6d3f5;stop-opacity:0.99215686"
- offset="0.22970521"
- id="stop2280" />
- <stop
- id="stop2276"
- offset="0.88756078"
- style="stop-color:#599ae8;stop-opacity:0.96470588" />
- <stop
- id="stop2274"
- offset="0.94828588"
- style="stop-color:#d0e3f9;stop-opacity:0.96470588" />
- <stop
- style="stop-color:#98c1f1;stop-opacity:0.96638656"
- offset="1"
- id="stop2268" />
- </linearGradient>
- <linearGradient
- id="linearGradient2171"
- inkscape:collect="always">
- <stop
- id="stop2159"
- offset="0"
- style="stop-color:#e7e6e4;stop-opacity:1" />
- <stop
- style="stop-color:#aaa69e;stop-opacity:0.96218485"
- offset="0.17273138"
- id="stop2161" />
- <stop
- id="stop2163"
- offset="0.5133909"
- style="stop-color:#d6d4d0;stop-opacity:0.90980392;" />
- <stop
- id="stop2165"
- offset="0.71445769"
- style="stop-color:#f0efee;stop-opacity:0.97254902" />
- <stop
- style="stop-color:#c6c3be;stop-opacity:1"
- offset="0.94139653"
- id="stop2167" />
- <stop
- id="stop2169"
- offset="1"
- style="stop-color:#e8e7e5;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- gradientTransform="translate(-174.6956,186.87683)"
- inkscape:collect="always"
- xlink:href="#linearGradient2171"
- id="linearGradient2157-3"
- gradientUnits="userSpaceOnUse"
- x1="375"
- y1="-102"
- x2="175"
- y2="-102" />
- <linearGradient
- gradientTransform="translate(-84.215098,-48.057543)"
- inkscape:collect="always"
- xlink:href="#linearGradient2270"
- id="linearGradient2272-9"
- x1="84.215096"
- y1="144.02876"
- x2="479.43863"
- y2="144.02876"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2327"
- id="linearGradient2313"
- gradientUnits="userSpaceOnUse"
- x1="164.21509"
- y1="144.02876"
- x2="374.43863"
- y2="144.02876" />
- <linearGradient
- gradientTransform="translate(-174.6956,186.87683)"
- inkscape:collect="always"
- xlink:href="#linearGradient2327"
- id="linearGradient2313-0"
- gradientUnits="userSpaceOnUse"
- x1="164.21509"
- y1="144.02876"
- x2="374.43863"
- y2="144.02876" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2374"
- id="linearGradient2360"
- gradientUnits="userSpaceOnUse"
- x1="93.215088"
- y1="144.02876"
- x2="472.43863"
- y2="144.02876" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2327"
- id="linearGradient2432"
- gradientUnits="userSpaceOnUse"
- x1="584.3125"
- y1="-174.875"
- x2="601.5625"
- y2="-174.875" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19667"
- id="linearGradient19669"
- x1="606.50073"
- y1="-155.44897"
- x2="606.50073"
- y2="-172.88232"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19667"
- id="linearGradient23277"
- gradientUnits="userSpaceOnUse"
- x1="585.65576"
- y1="-87.637207"
- x2="585.65576"
- y2="-99.34034" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19667"
- id="linearGradient23594"
- gradientUnits="userSpaceOnUse"
- x1="579.18018"
- y1="-40.919434"
- x2="579.18018"
- y2="-48.004883" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19667"
- id="linearGradient23953"
- gradientUnits="userSpaceOnUse"
- x1="577.97266"
- y1="1.4018558"
- x2="577.97266"
- y2="-2.6186519" />
- </defs>
- <sodipodi:namedview
- stroke="#ef2929"
- fill="#f57900"
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.25490196"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="11.710527"
- inkscape:cy="314.5066"
- inkscape:current-layer="layer9"
- showgrid="false"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="1920"
- inkscape:window-height="1016"
- inkscape:window-x="0"
- inkscape:window-y="27"
- width="400px"
- height="300px"
- inkscape:snap-nodes="true"
- inkscape:snap-bbox="true"
- objecttolerance="7"
- gridtolerance="12"
- guidetolerance="13"
- inkscape:window-maximized="1"
- inkscape:pagecheckerboard="false"
- showguides="false"
- inkscape:guide-bbox="true"
- inkscape:locked="false"
- inkscape:measure-start="0,0"
- inkscape:measure-end="0,0"
- inkscape:object-nodes="true"
- inkscape:bbox-nodes="true"
- inkscape:snap-global="false"
- inkscape:snap-bbox-midpoints="false"
- inkscape:snap-bbox-edge-midpoints="true">
- <inkscape:grid
- type="xygrid"
- id="grid5883"
- spacingx="1px"
- spacingy="1px"
- enabled="true"
- visible="true"
- empspacing="4" />
- </sodipodi:namedview>
- <metadata
- id="metadata4">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:creator>
- <cc:Agent>
- <dc:title>GNOME Design Team</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:source />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
- <dc:title>Adwaita Icon Template</dc:title>
- <dc:subject>
- <rdf:Bag />
- </dc:subject>
- <dc:date />
- <dc:rights>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:rights>
- <dc:publisher>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:publisher>
- <dc:identifier />
- <dc:relation />
- <dc:language />
- <dc:coverage />
- <dc:description />
- <dc:contributor>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:contributor>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#Reproduction" />
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#Distribution" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#Notice" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#Attribution" />
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="artwork:avatar-default"
- inkscape:groupmode="layer"
- style="display:inline"
- transform="translate(0,260)">
- <g
- inkscape:groupmode="layer"
- id="layer7"
- inkscape:label="baseplate"
- style="display:none"
- sodipodi:insensitive="true">
- <rect
- inkscape:label="48x48"
- y="-196"
- x="568"
- height="48"
- width="48"
- id="rect6284"
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
- <rect
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect6592"
- width="32"
- height="32"
- x="568"
- y="-116"
- inkscape:label="32x32" />
- <rect
- inkscape:label="22x22"
- y="-58.941162"
- x="569"
- height="22"
- width="22"
- id="rect6749"
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
- <rect
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect6833"
- width="16"
- height="16"
- x="568"
- y="-12"
- inkscape:label="16x16" />
- <rect
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect8104"
- width="24"
- height="24"
- x="568"
- y="-60"
- inkscape:label="24x24" />
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.3013px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;enable-background:new"
- x="31.855944"
- y="-303.69958"
- id="context"
- inkscape:label="context"><tspan
- sodipodi:role="line"
- id="tspan2716"
- x="31.855944"
- y="-303.69958">status</tspan></text>
- <text
- inkscape:label="icon-name"
- id="text3021"
- y="-277.90063"
- x="31.264769"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.3013px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;enable-background:new"
- xml:space="preserve"><tspan
- y="-277.90063"
- x="31.264769"
- id="tspan3023"
- sodipodi:role="line">avatar-default</tspan></text>
- <rect
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect13805"
- width="512"
- height="512"
- x="24"
- y="-236"
- inkscape:label="512x512" />
- <path
- inkscape:connector-curvature="0"
- id="path13807"
- d="m 24,-236 v 512 h 511.875 v -512 h -36 V 240 H 60 v -476 z"
- style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- sodipodi:nodetypes="ccccccccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer9"
- inkscape:label="icons"
- style="display:inline">
- <path
- style="opacity:1;vector-effect:none;fill:url(#linearGradient2360);fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variant-east_asian:normal"
- d="M 281.8848,48.057543 C 186.57952,48.176654 106.26047,114.67544 85.857887,204.60835 c -6.285244,23.45685 6.507706,35.39164 20.691363,35.39164 h 347.30487 c 18.66024,0 29.22087,-16.46207 24.43674,-34.31669 C 458.27606,115.15713 377.62282,48.111395 281.8848,48.057543 Z"
- id="path2155" />
- <path
- style="opacity:1;vector-effect:none;fill:url(#linearGradient2313);fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variant-east_asian:normal"
- d="M 377.52486,-85.462204 A 101.41463,101.41463 0 0 1 276.11023,15.952423 101.41463,101.41463 0 0 1 174.6956,-85.462204 101.41463,101.41463 0 0 1 276.11023,-186.87683 101.41463,101.41463 0 0 1 377.52486,-85.462204 Z"
- id="path2125" />
- <path
- id="circle2112"
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:0.99607843;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 281.8848,35.17949 c -95.30528,0.119112 -175.62433,66.6179 -196.026913,156.5508 -6.285244,23.45685 6.507706,35.39165 20.691363,35.39165 h 347.30487 c 18.66024,0 29.22087,-16.46207 24.43674,-34.31669 C 458.27606,102.27908 377.62282,35.233342 281.8848,35.17949 Z M 377.52486,-98.585365 A 101.41463,101.41463 0 0 1 276.11023,2.8292618 101.41463,101.41463 0 0 1 174.6956,-98.585365 101.41463,101.41463 0 0 1 276.11023,-199.99999 101.41463,101.41463 0 0 1 377.52486,-98.585365 Z" />
- <path
- style="opacity:1;vector-effect:none;fill:#cbe0f8;fill-opacity:0.98431373;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 592.51751,-168.97314 c -8.94847,0.0112 -16.48981,6.23384 -18.40546,14.64943 -0.59014,2.195 0.61103,3.31182 1.94276,3.31182 h 32.60932 c 1.75206,0 2.74362,-1.54046 2.29443,-3.21122 -1.87924,-8.4711 -9.45197,-14.74499 -18.44105,-14.75003 z"
- id="path2222"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:1;vector-effect:none;fill:url(#linearGradient2432);fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variant-east_asian:normal"
- d="m 601.40462,-181.49035 a 9.4899982,9.4899982 0 0 1 -9.49001,9.49 9.4899982,9.4899982 0 0 1 -9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49,-9.48999 9.4899982,9.4899982 0 0 1 9.49001,9.48999 z"
- id="path2179"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 592.54873,-169.41064 c -8.91832,0.0112 -16.52801,4.67134 -18.43721,13.08693 -0.58815,2.195 0.60897,3.31182 1.93622,3.31182 h 32.49947 c 1.74616,0 2.73438,-1.54046 2.2867,-3.21122 -1.87291,-8.4711 -9.32638,-13.18249 -18.28518,-13.18753 z"
- id="path2248"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsscc" />
- <path
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.24999996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 601.49301,-183.49035 a 9.4899982,9.4899982 0 0 1 -9.49001,9.49 9.4899982,9.4899982 0 0 1 -9.49,-9.49 9.4899982,9.4899982 0 0 1 9.49,-9.48999 9.4899982,9.4899982 0 0 1 9.49001,9.48999 z"
- id="path2175"
- inkscape:connector-curvature="0" />
- <path
- id="path2218"
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient19669);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 592.61139,-169.47315 c -9.14439,0.0124 -16.91335,5.86839 -18.87095,15.26383 -0.60306,2.45057 0.90566,3.69742 2.26655,3.69742 h 32.6358 c 1.79043,0 3.20995,-1.71982 2.75092,-3.5851 -1.92038,-9.45741 -9.59642,-15.37052 -18.78232,-15.37615 z m -0.59772,-23.9825 c -5.25369,5.9e-4 -9.5122,4.25997 -9.51172,9.51367 v 1.9869 c -4.8e-4,5.2537 4.25803,9.51308 9.51172,9.51367 5.25446,4.9e-4 9.51415,-4.25921 9.51367,-9.51367 v -1.9869 c 4.8e-4,-5.25446 -4.25921,-9.51416 -9.51367,-9.51367 z" />
- <path
- inkscape:connector-curvature="0"
- id="path2250"
- d="m 583.53032,-97.10627 c -6.11893,0.0073 -11.27567,4.067464 -12.58559,9.558479 -0.40352,1.432196 0.41782,2.160901 1.32845,2.160901 h 22.29814 c 1.19805,0 1.87608,-1.005122 1.56892,-2.095261 -1.28501,-5.527235 -6.46322,-9.620831 -12.60992,-9.624119 z"
- style="opacity:1;vector-effect:none;fill:#cbe1f9;fill-opacity:0.98431373;stroke:#98c1f1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variant-east_asian:normal" />
- <path
- sodipodi:nodetypes="ccsscc"
- inkscape:connector-curvature="0"
- id="path2254"
- d="m 583.54677,-97.016731 c -5.65812,0.0068 -10.48602,2.846907 -11.6973,7.975713 -0.37313,1.337723 0.38637,2.018359 1.22843,2.018359 h 20.61893 c 1.10784,0 1.7348,-0.93882 1.45078,-1.95705 -1.18825,-5.162636 -5.91703,-8.033952 -11.60084,-8.037022 z"
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
- <path
- inkscape:connector-curvature="0"
- id="path2256"
- d="m 588.97822,-107.51142 a 5.4575825,5.4942502 0 0 1 -5.45758,5.49424 5.4575825,5.4942502 0 0 1 -5.4576,-5.49424 5.4575825,5.4942502 0 0 1 5.4576,-5.49426 5.4575825,5.4942502 0 0 1 5.45758,5.49426 z"
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
- <path
- id="path2260"
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23277);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variant-east_asian:normal;font-variation-settings:normal;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
- d="m 583.59452,-97.432511 c -6.25291,0.0079 -11.56529,3.707527 -12.90389,9.643376 -0.41237,1.54822 0.42697,2.335954 1.35755,2.335954 h 22.78634 c 1.22429,0 1.91716,-1.086547 1.60328,-2.264998 -1.31315,-5.974997 -6.56199,-9.710777 -12.84328,-9.714332 z m -0.0672,-16.049019 c -3.31492,3.6e-4 -6.00192,2.63614 -6.00162,5.88723 v 1.22953 c -3e-4,3.25109 2.6867,5.88686 6.00162,5.88722 3.31541,3.1e-4 6.00316,-2.63567 6.00286,-5.88722 v -1.22953 c 3e-4,-3.25155 -2.68745,-5.88754 -6.00286,-5.88723 z" />
- <path
- style="opacity:1;vector-effect:none;fill:#cbe1f9;fill-opacity:0.98431373;stroke:#98c1f1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 580.10515,-46.803399 c -4.51985,0.0052 -8.32898,2.893584 -9.29657,6.799879 -0.29807,1.01886 0.30863,1.537259 0.98129,1.537259 h 16.47089 c 0.88497,0 1.38581,-0.715041 1.15892,-1.490563 -0.9492,-3.932061 -4.77416,-6.844236 -9.31453,-6.846575 z"
- id="path2472"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 580.1173,-46.960674 c -4.17948,0.0049 -7.74568,1.987515 -8.64041,5.568097 -0.27563,0.933905 0.28539,1.409079 0.90739,1.409079 h 15.23052 c 0.81833,0 1.28145,-0.655418 1.07165,-1.366277 -0.87772,-3.604199 -4.37071,-5.608755 -8.56915,-5.610899 z"
- id="path2474"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccsscc" />
- <path
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
- d="m 583.99675,-54.492861 a 3.9429487,3.535637 0 0 1 -3.94295,3.535629 3.9429487,3.535637 0 0 1 -3.94295,-3.535629 3.9429487,3.535637 0 0 1 3.94295,-3.535643 3.9429487,3.535637 0 0 1 3.94295,3.535643 z"
- id="path2478"
- inkscape:connector-curvature="0" />
- <path
- id="path2480"
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23594);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variation-settings:normal;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
- d="m 580.15256,-47.477427 c -4.61882,0.0059 -8.5429,2.774303 -9.53168,7.216038 -0.30459,1.158517 0.3154,1.74797 1.00278,1.74797 h 16.83152 c 0.90434,0 1.41614,-0.813052 1.1843,-1.694875 -0.96998,-4.471027 -4.84713,-7.266474 -9.48692,-7.269133 z m -0.0938,-11.063681 c -2.47303,2.5e-4 -4.47762,1.830549 -4.4774,4.088123 v 0.853791 c -2.2e-4,2.257574 2.00437,4.087865 4.4774,4.088115 2.4734,2.16e-4 4.47854,-1.830222 4.4783,-4.088115 v -0.853791 c 2.4e-4,-2.257894 -2.0049,-4.088339 -4.4783,-4.088123 z" />
- <path
- inkscape:connector-curvature="0"
- id="path2482"
- d="m 575.95487,-2.9608587 c -3.55529,0.00404 -6.55155,2.24343545 -7.31264,5.2720396 -0.23446,0.7899362 0.24276,1.191858 0.77187,1.191858 h 12.95592 c 0.69611,0 1.09007,-0.5543811 0.91159,-1.1556539 -0.74662,-3.04858094 -3.7553,-5.3064302 -7.32674,-5.3082437 z"
- style="opacity:1;vector-effect:none;fill:#cbe1f9;fill-opacity:0.98431373;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
- <path
- sodipodi:nodetypes="ccsscc"
- inkscape:connector-curvature="0"
- id="path2484"
- d="m 576.05944,-2.9212408 c -3.27274,0.00345 -6.06524,1.402685 -6.76587,3.9296737 -0.21583,0.6591018 0.22348,0.9944549 0.71054,0.9944549 h 11.92623 c 0.6408,0 1.00345,-0.4625599 0.83917,-0.9642474 -0.6873,-2.5436564 -3.42249,-3.958368 -6.71007,-3.9598812 z"
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
- <path
- inkscape:connector-curvature="0"
- id="path2488"
- d="m 579.07156,-8.5559729 a 3.1566576,2.5534223 0 0 1 -3.15666,2.5534166 3.1566576,2.5534223 0 0 1 -3.15666,-2.5534166 3.1566576,2.5534223 0 0 1 3.15666,-2.5534261 3.1566576,2.5534223 0 0 1 3.15666,2.5534261 z"
- style="opacity:1;vector-effect:none;fill:#f6f9fe;fill-opacity:1;stroke:none;stroke-width:0.24999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
- <path
- id="path2490"
- style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient23953);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;font-variation-settings:normal;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
- d="m 576.06924,-3.4294541 c -3.59101,0.00457 -6.64188,2.1444105 -7.41062,5.5776703 -0.23681,0.8954811 0.24521,1.3511016 0.77964,1.3511016 h 13.08604 c 0.7031,0 1.10101,-0.6284523 0.92076,-1.3100615 -0.75413,-3.4559013 -3.76851,-5.6166551 -7.37582,-5.6187104 z m -0.15035,-8.0795959 c -1.97986,1.95e-4 -3.5847,1.427182 -3.58453,3.1872916 v 0.6656553 c -1.7e-4,1.7601101 1.60467,3.1870902 3.58453,3.1872851 1.98017,1.684e-4 3.58545,-1.4269264 3.58525,-3.1872851 v -0.6656553 c 2e-4,-1.7603596 -1.60508,-3.1874596 -3.58525,-3.1872916 z" />
- </g>
- </g>
-</svg>
diff --git a/src/fullcolor/media-flash.svg b/src/fullcolor/media-flash.svg
deleted file mode 100644
index 1a0b73cd1..000000000
--- a/src/fullcolor/media-flash.svg
+++ /dev/null
@@ -1,524 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg
- inkscape:export-ydpi="96"
- inkscape:export-xdpi="96"
- inkscape:export-filename="Template.png"
- width="680"
- height="560"
- id="svg11300"
- sodipodi:version="0.32"
- inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
- sodipodi:docname="media-flash.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- version="1.0"
- style="display:inline;enable-background:new"
- viewBox="0 0 680 560"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <title
- id="title4162">Adwaita Icon Template</title>
- <defs
- id="defs3">
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4501">
- <rect
- style="color:#000000;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;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.44161412;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- id="rect4503"
- width="144.32666"
- height="144.32666"
- x="139.9687"
- y="-72.16333"
- transform="rotate(45)"
- rx="5.9330988"
- ry="5.9330988" />
- </clipPath>
- <linearGradient
- gradientUnits="userSpaceOnUse"
- id="linearGradient8946"
- x1="99.777298"
- x2="153.0005"
- y1="15.4238"
- y2="248.6311">
- <stop
- id="stop8948"
- offset="0"
- style="stop-color:#916398;stop-opacity:1" />
- <stop
- id="stop8952"
- offset="1"
- style="stop-color:#b0b8ef;stop-opacity:1" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4102">
- <path
- d="M -140,48 -242,150 -140,252.00001 -38,150 Z"
- id="path4104"
- style="display:inline;fill:#f3ecf2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;enable-background:new"
- inkscape:connector-curvature="0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4501-7-9">
- <rect
- style="color:#000000;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;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.44161412;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- id="rect4503-5-1"
- width="144.32666"
- height="144.32666"
- x="139.9687"
- y="-72.16333"
- transform="rotate(45)"
- rx="5.9330988"
- ry="5.9330988" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4102-7-5">
- <path
- d="M -140,48 -242,150 -140,252.00001 -38,150 Z"
- id="path4104-3-9"
- style="display:inline;fill:#f3ecf2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;enable-background:new"
- inkscape:connector-curvature="0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4501-7-9-3">
- <rect
- style="color:#000000;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;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.44161412;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- id="rect4503-5-1-6"
- width="144.32666"
- height="144.32666"
- x="139.9687"
- y="-72.16333"
- transform="rotate(45)"
- rx="5.9330988"
- ry="5.9330988" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4102-7-5-1">
- <path
- d="M -140,48 -242,150 -140,252.00001 -38,150 Z"
- id="path4104-3-9-2"
- style="display:inline;fill:#f3ecf2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;enable-background:new"
- inkscape:connector-curvature="0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4501-7-9-3-4">
- <rect
- style="color:#000000;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;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.44161412;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- id="rect4503-5-1-6-7"
- width="144.32666"
- height="144.32666"
- x="139.9687"
- y="-72.16333"
- transform="rotate(45)"
- rx="5.9330988"
- ry="5.9330988" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4102-7-5-1-6">
- <path
- d="M -140,48 -242,150 -140,252.00001 -38,150 Z"
- id="path4104-3-9-2-2"
- style="display:inline;fill:#f3ecf2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;enable-background:new"
- inkscape:connector-curvature="0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4501-7-9-3-4-7">
- <rect
- style="color:#000000;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;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.44161412;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
- id="rect4503-5-1-6-7-7"
- width="144.32666"
- height="144.32666"
- x="139.9687"
- y="-72.16333"
- transform="rotate(45)"
- rx="5.9330988"
- ry="5.9330988" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath4102-7-5-1-6-9">
- <path
- d="M -140,48 -242,150 -140,252.00001 -38,150 Z"
- id="path4104-3-9-2-2-2"
- style="display:inline;fill:#f3ecf2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;enable-background:new"
- inkscape:connector-curvature="0" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath18689">
- <rect
- clip-path="none"
- transform="rotate(45)"
- ry="32.000008"
- rx="32.000008"
- y="123.9986"
- x="486.03726"
- height="362.94299"
- width="362.94299"
- id="rect18691"
- style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.06693268;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath18689-3">
- <rect
- clip-path="none"
- transform="rotate(45)"
- ry="32.000008"
- rx="32.000008"
- y="123.9986"
- x="486.03726"
- height="362.94299"
- width="362.94299"
- id="rect18691-6"
- style="display:inline;opacity:1;vector-effect:none;fill:#4a86cf;fill-opacity:1;stroke:none;stroke-width:26.06693268;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
- </clipPath>
- <linearGradient
- id="linearGradient1235"
- inkscape:collect="always">
- <stop
- id="stop1231"
- offset="0"
- style="stop-color:#949390;stop-opacity:1" />
- <stop
- id="stop1233"
- offset="1"
- style="stop-color:#424048;stop-opacity:1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1235"
- id="radialGradient27533-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3756505,0,0,1.3756505,-167.99673,-271.47162)"
- cx="127.9371"
- cy="200.07188"
- fx="127.9371"
- fy="200.07188"
- r="8" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1235"
- id="radialGradient13021-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3756505,0,0,1.3756505,-167.99673,-271.47162)"
- cx="127.9371"
- cy="200.07188"
- fx="127.9371"
- fy="200.07188"
- r="8" />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipath_lpe_path-effect1303">
- <circle
- style="font-variation-settings:normal;display:none;opacity:1;vector-effect:none;fill:#77767b;fill-opacity:1;stroke:none;stroke-width:5.04302;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;stop-color:#000000;stop-opacity:1"
- id="circle1305"
- cx="541.88373"
- cy="647.72638"
- r="73.975525" />
- <path
- id="lpe_path-effect1303"
- style="font-variation-settings:normal;display:block;opacity:1;vector-effect:none;fill:#77767b;fill-opacity:1;stroke:none;stroke-width:5.04302;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;stop-color:#000000;stop-opacity:1"
- class="powerclip"
- d="m 399.30566,389.6405 h 285.1561 v 401.98026 h -285.1561 z m 216.55359,258.08588 a 73.975525,73.975525 0 0 0 -73.97552,-73.97553 73.975525,73.975525 0 0 0 -73.97553,73.97553 73.975525,73.975525 0 0 0 73.97553,73.97552 73.975525,73.975525 0 0 0 73.97552,-73.97552 z" />
- </clipPath>
- <inkscape:path-effect
- effect="powerclip"
- id="path-effect1303"
- is_visible="true"
- lpeversion="1"
- inverse="true"
- flatten="false"
- hide_clip="false"
- message="Use fill-rule evenodd on &lt;b&gt;fill and stroke&lt;/b&gt; dialog if no flatten result after convert clip to paths." />
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath739">
- <path
- id="path741"
- style="display:inline;vector-effect:none;fill:#deddda;fill-opacity:1;stroke:none;stroke-width:2.35915;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
- d="m 260.42122,156.21568 c -6.32145,0 -11.41056,5.17576 -11.41056,11.60496 v 1.51299 10.6194 1.55137 c 0,6.44948 5.09104,11.64148 11.4149,11.64148 6.32385,0 11.4149,-5.192 11.4149,-11.64148 v -12.17077 c 0,-0.14554 -0.004,-0.29037 -0.009,-0.43459 v -1.0784 c -10e-6,-6.4292 -5.08912,-11.60496 -11.41058,-11.60496 z" />
- </clipPath>
- <linearGradient
- gradientTransform="matrix(1.2941256,0,0,1,191.05928,-408.00475)"
- gradientUnits="userSpaceOnUse"
- y2="497"
- x2="-58"
- y1="497"
- x1="-126"
- id="linearGradient1037"
- xlink:href="#linearGradient1035"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient1035"
- inkscape:collect="always">
- <stop
- id="stop1030"
- offset="0"
- style="stop-color:#1a5fb4;stop-opacity:1" />
- <stop
- style="stop-color:#99c1f1;stop-opacity:1"
- offset="0.02941176"
- id="stop1045" />
- <stop
- style="stop-color:#1a5fb4;stop-opacity:1"
- offset="0.11998526"
- id="stop1043" />
- <stop
- style="stop-color:#1a5fb4;stop-opacity:1"
- offset="0.86531514"
- id="stop1039" />
- <stop
- id="stop1041"
- offset="0.94230968"
- style="stop-color:#1c71d8;stop-opacity:1" />
- <stop
- id="stop1033"
- offset="1"
- style="stop-color:#1a5fb4;stop-opacity:1" />
- </linearGradient>
- </defs>
- <sodipodi:namedview
- stroke="#ef2929"
- fill="#f57900"
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="0.25490196"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="-99.949399"
- inkscape:cy="101.9264"
- inkscape:current-layer="layer7"
- showgrid="true"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- inkscape:window-width="2560"
- inkscape:window-height="1376"
- inkscape:window-x="26"
- inkscape:window-y="23"
- width="400px"
- height="300px"
- inkscape:snap-nodes="false"
- inkscape:snap-bbox="true"
- objecttolerance="7"
- gridtolerance="12"
- guidetolerance="13"
- inkscape:window-maximized="0"
- inkscape:pagecheckerboard="false"
- showguides="false"
- inkscape:guide-bbox="true"
- inkscape:locked="false"
- inkscape:measure-start="585,340"
- inkscape:measure-end="585.263,339.853"
- inkscape:object-nodes="true"
- inkscape:bbox-nodes="true"
- inkscape:document-rotation="0"
- inkscape:snap-global="true"
- inkscape:snap-bbox-edge-midpoints="false"
- inkscape:snap-bbox-midpoints="false"
- inkscape:snap-others="false">
- <inkscape:grid
- type="xygrid"
- id="grid5883"
- spacingx="1px"
- spacingy="1px"
- enabled="true"
- visible="true"
- empspacing="4" />
- </sodipodi:namedview>
- <metadata
- id="metadata4">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:creator>
- <cc:Agent>
- <dc:title>GNOME Design Team</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:source />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
- <dc:title>Adwaita Icon Template</dc:title>
- <dc:subject>
- <rdf:Bag />
- </dc:subject>
- <dc:date />
- <dc:rights>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:rights>
- <dc:publisher>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:publisher>
- <dc:identifier />
- <dc:relation />
- <dc:language />
- <dc:coverage />
- <dc:description />
- <dc:contributor>
- <cc:Agent>
- <dc:title />
- </cc:Agent>
- </dc:contributor>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#Reproduction" />
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#Distribution" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#Notice" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#Attribution" />
- <cc:permits
- rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
- <cc:requires
- rdf:resource="http://creativecommons.org/ns#ShareAlike" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="artwork"
- inkscape:groupmode="layer"
- style="display:inline"
- transform="translate(0,260)">
- <g
- inkscape:groupmode="layer"
- id="layer7"
- inkscape:label="baseplate"
- style="display:none">
- <text
- xml:space="preserve"
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:18.3013px;line-height:125%;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Normal';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;enable-background:new"
- x="31.855944"
- y="-303.69958"
- id="context"
- inkscape:label="context"><tspan
- sodipodi:role="line"
- id="tspan2716"
- x="31.855944"
- y="-303.69958">devices</tspan></text>
- <text
- inkscape:label="icon-name"
- id="text3021"
- y="-277.90063"
- x="31.264769"
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:18.3013px;line-height:22.8767px;font-family:Cantarell;-inkscape-font-specification:'Cantarell, Bold';text-align:start;writing-mode:lr-tb;text-anchor:start;display:inline;fill:#000000;fill-opacity:1;stroke:none;enable-background:new"
- xml:space="preserve"><tspan
- y="-277.90063"
- x="31.264769"
- id="tspan3023"
- sodipodi:role="line">media-flash</tspan></text>
- <rect
- style="display:inline;overflow:visible;visibility:visible;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- id="rect13805"
- width="512"
- height="512"
- x="24"
- y="-236"
- inkscape:label="512x512" />
- <path
- inkscape:connector-curvature="0"
- id="path13807"
- d="m 24,-236 v 512 h 511.875 v -512 h -36 V 240 H 60 v -476 z"
- style="display:inline;overflow:visible;visibility:visible;opacity:0.4;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
- sodipodi:nodetypes="ccccccccc" />
- </g>
- <g
- inkscape:groupmode="layer"
- id="layer9"
- inkscape:label="icons"
- style="display:inline">
- <g
- id="g130"
- style="display:inline;enable-background:new"
- transform="matrix(4,0,0,4,24,-923.98436)">
- <path
- id="rect1026"
- style="display:inline;opacity:1;fill:url(#linearGradient1037);fill-opacity:1;stroke:none;stroke-width:3.71201;enable-background:new;stop-color:#000000"
- d="M 106,40 28,40.399414 V 52 h 2 c 1.108,0 2,0.892 2,2 v 20 c 0,1.108 -1.216526,2.783474 -2,2 h -2 v 51.73242 c 0,4.57788 3.685795,8.26367 8.263672,8.26367 h 71.472658 c 4.57788,0 8.26367,-3.68579 8.26367,-8.26367 V 56 Z"
- transform="translate(-8,156)"
- sodipodi:nodetypes="cccsssscsssscc" />
- <rect
- style="opacity:1;fill:#c64600;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- id="rect10945"
- width="8"
- height="8"
- x="20"
- y="208"
- ry="2"
- rx="2" />
- <path
- id="rect11312"
- style="opacity:1;fill:#e66100;stroke-width:8;stroke-linecap:round;stroke-linejoin:round"
- d="m 20,206 c 0,0 0,-2 2,-2 h 6 v 8 h -6 c 0,0 -2,0 -2,-2 z"
- sodipodi:nodetypes="ccccccc" />
- <path
- id="rect1028"
- style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke-width:3.46698;enable-background:new;stop-color:#000000"
- d="M 36.804688,23.996094 C 31.92704,23.99581 28,27.921181 28,32.798828 V 48 h 2 c 1.108,0 2,0.892 2,2 v 16 c 0,0 0,2 -2,2 h -2 v 55.19531 C 28,128.07296 31.92704,132 36.804688,132 H 107.19531 C 112.07296,132 116,128.07296 116,123.19531 V 36 L 104,24 Z"
- transform="translate(-8,156)"
- sodipodi:nodetypes="sscsscscssssccs" />
- <rect
- style="opacity:1;fill:#f6f5f4;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round"
- id="rect3425"
- width="64"
- height="64"
- x="32"
- y="196"
- rx="4"
- ry="4" />
- <path
- id="rect3591"
- style="opacity:1;fill:#ed333b;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round"
- d="m 36,264 c -2.216,0 -4,-1.784 -4,-4 v -16 c 24,-20 40,12 64,0 v 16 c 0,2.216 -1.784,4 -4,4 z"
- sodipodi:nodetypes="ssccsss" />
- <rect
- style="opacity:1;fill:#ffffff;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- id="rect7132"
- width="12"
- height="4"
- x="36"
- y="256" />
- <rect
- style="opacity:1;fill:#ffffff;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- id="rect7178"
- width="6"
- height="4"
- x="52"
- y="256" />
- <path
- id="path8682"
- style="display:inline;opacity:1;fill:#1c71d8;fill-opacity:1;stroke-width:3.46698;enable-background:new;stop-color:#000000"
- d="m 28,120 v 3.19531 C 28,128.07296 31.92704,132 36.804688,132 H 107.19531 C 112.07296,132 116,128.07296 116,123.19531 V 120 c 0,0 -20,-4 -44,-4 -24.004696,0 -44,4 -44,4 z"
- transform="translate(-8,156)"
- sodipodi:nodetypes="csssscsc" />
- </g>
- </g>
- </g>
-</svg>