add banner icon for leanback

This commit is contained in:
Benjamin Wiegand
2025-07-10 15:56:45 -07:00
parent 8a6f5707f9
commit 40021ed7c8
5 changed files with 482 additions and 1 deletions
+4 -1
View File
@@ -94,7 +94,10 @@
tools:targetApi="31">
<activity
android:name=".ui.DebugActivity"
android:exported="true">
android:exported="true"
android:banner="@mipmap/ic_leanback"
android:icon="@mipmap/ic_leanback"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

+148
View File
@@ -0,0 +1,148 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1280px"
height="720px"
viewBox="0 0 1280 720"
version="1.1"
id="SVGRoot"
sodipodi:docname="app_icon.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1351"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="0.38484849"
inkscape:cx="1213.4646"
inkscape:cy="350.7874"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="2048"
inkscape:window-y="1168"
inkscape:window-maximized="1"
inkscape:current-layer="layer2" />
<defs
id="defs1346">
<inkscape:path-effect
effect="powermask"
id="path-effect1315"
is_visible="true"
lpeversion="1"
uri="#mask-powermask-path-effect1315"
invert="false"
hide_mask="false"
background="true"
background_color="#ffffffff" />
<rect
x="545.80283"
y="292.95785"
width="468.21389"
height="180.86191"
id="rect2111" />
<filter
id="mask-powermask-path-effect1076_inverse"
inkscape:label="filtermask-powermask-path-effect1076"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1076_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1076_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
<filter
id="mask-powermask-path-effect1087_inverse"
inkscape:label="filtermask-powermask-path-effect1087"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1087_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1087_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
</defs>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="bg"
style="display:inline">
<rect
style="fill:#295699;fill-opacity:1;stroke:none;stroke-width:3.77953;stroke-linecap:square;stroke-linejoin:miter;stroke-dasharray:none"
id="rect2171"
width="1280"
height="720"
x="0"
y="0"
inkscape:label="blue rectable" />
</g>
<g
inkscape:label="text"
inkscape:groupmode="layer"
id="layer1"
sodipodi:insensitive="true"
style="display:inline"
transform="matrix(0.89195965,0,0,0.89195965,115.34602,38.894526)">
<text
xml:space="preserve"
style="font-size:140px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.77953;stroke-linecap:square;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
x="376.76868"
y="408.15918"
id="text2117"
inkscape:label="a tv remote"><tspan
sodipodi:role="line"
x="376.76868"
y="408.15918"
style="font-size:140px;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3.77953;stroke-dasharray:none;stroke-opacity:1"
id="tspan3847">a tv remote</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="dee pad"
style="display:inline"
transform="translate(11.689963)">
<g
id="g1313-3"
transform="matrix(1.9256028,0,0,1.9256028,-133.23654,-135.06635)"
style="display:inline;fill:#295699;fill-opacity:1">
<path
id="path1309-6"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:18.8076;stroke-linecap:square;stroke-opacity:1"
d="m 239.15026,241.67838 15.41844,15.41843 -15.41844,15.41843 m -30.83685,30.83687 -15.41844,15.41843 -15.41842,-15.41843 m -30.83688,-30.83687 -15.41843,-15.41843 15.41843,-15.41843 m 30.83688,-30.83686 15.41842,-15.41843 15.41844,15.41843"
sodipodi:nodetypes="cccccccccccc" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20.98;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1"
id="circle1311-7"
r="19.111603"
cy="257.0968"
cx="192.89497" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

+105
View File
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1280px"
height="720px"
viewBox="0 0 1280 720"
version="1.1"
id="SVGRoot"
sodipodi:docname="app_icon_bg.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1351"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="0.38484849"
inkscape:cx="1217.3622"
inkscape:cy="350.7874"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="2048"
inkscape:window-y="1168"
inkscape:window-maximized="1"
inkscape:current-layer="SVGRoot" />
<defs
id="defs1346">
<inkscape:path-effect
effect="powermask"
id="path-effect1315"
is_visible="true"
lpeversion="1"
uri="#mask-powermask-path-effect1315"
invert="false"
hide_mask="false"
background="true"
background_color="#ffffffff" />
<rect
x="545.80283"
y="292.95785"
width="468.21389"
height="180.86191"
id="rect2111" />
<filter
id="mask-powermask-path-effect1076_inverse"
inkscape:label="filtermask-powermask-path-effect1076"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1076_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1076_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
<filter
id="mask-powermask-path-effect1087_inverse"
inkscape:label="filtermask-powermask-path-effect1087"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1087_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1087_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
</defs>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="bg"
style="display:inline">
<rect
style="fill:#295699;fill-opacity:1;stroke:none;stroke-width:3.77953;stroke-linecap:square;stroke-linejoin:miter;stroke-dasharray:none"
id="rect2171"
width="1280"
height="720"
x="0"
y="0"
inkscape:label="blue rectable" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

+225
View File
@@ -0,0 +1,225 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1280px"
height="720px"
viewBox="0 0 1280 720"
version="1.1"
id="SVGRoot"
sodipodi:docname="app_icon_fg.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1351"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
showgrid="false"
inkscape:zoom="0.54425795"
inkscape:cx="612.76091"
inkscape:cy="448.31683"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="2048"
inkscape:window-y="1168"
inkscape:window-maximized="1"
inkscape:current-layer="SVGRoot" />
<defs
id="defs1346">
<inkscape:path-effect
effect="powermask"
id="path-effect1315"
is_visible="true"
lpeversion="1"
uri="#mask-powermask-path-effect1315"
invert="false"
hide_mask="false"
background="true"
background_color="#ffffffff" />
<rect
x="545.80283"
y="292.95785"
width="468.21389"
height="180.86191"
id="rect2111" />
<filter
id="mask-powermask-path-effect1076_inverse"
inkscape:label="filtermask-powermask-path-effect1076"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1076_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1076_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
<filter
id="mask-powermask-path-effect1087_inverse"
inkscape:label="filtermask-powermask-path-effect1087"
style="color-interpolation-filters:sRGB"
height="100"
width="100"
x="-50"
y="-50">
<feColorMatrix
id="mask-powermask-path-effect1087_primitive1"
values="1"
type="saturate"
result="fbSourceGraphic" />
<feColorMatrix
id="mask-powermask-path-effect1087_primitive2"
values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0 "
in="fbSourceGraphic" />
</filter>
</defs>
<g
inkscape:label="text"
inkscape:groupmode="layer"
id="layer1"
transform="matrix(0.89195965,0,0,0.89195965,115.34602,38.894526)">
<g
aria-label="a tv remote"
id="text2117"
style="font-size:140px;fill:#ffffff;stroke:#ffffff;stroke-width:3.77953;stroke-linecap:square;stroke-linejoin:round"
inkscape:label="a tv remote">
<g
id="path332">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 424.75696,369.67285 q -15.24414,0 -21.12305,3.48633 -5.87891,3.48633 -5.87891,11.89453 0,6.69922 4.375,10.66406 4.44336,3.89649 12.03125,3.89649 10.45899,0 16.74805,-7.38281 6.35742,-7.45118 6.35742,-19.75586 v -2.80274 z m 25.08789,-5.19531 v 43.68164 h -12.57813 v -11.62109 q -4.30664,6.97265 -10.73242,10.32226 -6.42578,3.28125 -15.72265,3.28125 -11.75782,0 -18.73047,-6.5625 -6.9043,-6.63086 -6.9043,-17.70508 0,-12.91992 8.61328,-19.48242 8.68164,-6.5625 25.83984,-6.5625 h 17.63672 v -1.23047 q 0,-8.68164 -5.74218,-13.39843 -5.67383,-4.78516 -15.9961,-4.78516 -6.5625,0 -12.7832,1.57226 -6.2207,1.57227 -11.96289,4.7168 v -11.62109 q 6.9043,-2.66602 13.39844,-3.96485 6.49414,-1.36718 12.64648,-1.36718 16.61133,0 24.81445,8.61328 8.20313,8.61328 8.20313,26.11328 z"
id="path353" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 416.82812,327.86133 c -4.23521,0 -8.57735,0.47084 -13.01757,1.40429 -0.003,6.4e-4 -0.007,10e-4 -0.01,0.002 -0.003,7e-4 -0.006,10e-4 -0.01,0.002 -4.44096,0.88945 -9.00376,2.24145 -13.68946,4.05078 a 1.889954,1.889954 0 0 0 -1.20898,1.76367 v 11.61914 a 1.889954,1.889954 0 0 0 2.79687,1.65821 c 3.69235,-2.022 7.52865,-3.53233 11.51953,-4.54102 3.99407,-1.00948 8.09624,-1.51562 12.32032,-1.51562 6.58949,0 11.42653,1.51386 14.77734,4.33984 a 1.889954,1.889954 0 0 0 0.0176,0.0156 c 3.23953,2.66104 4.85796,6.27712 4.99805,11.27929 h -15.69141 c -11.67972,0 -20.71497,2.20919 -26.98047,6.94532 a 1.889954,1.889954 0 0 0 -0.006,0.004 c -6.21772,4.73731 -9.35742,11.95116 -9.35742,20.98438 0,7.77553 2.50244,14.28372 7.48437,19.06836 a 1.889954,1.889954 0 0 0 0.0137,0.0137 c 5.03447,4.73833 11.83722,7.07617 20.02734,7.07617 6.42023,0 11.96943,-1.13291 16.58203,-3.48828 a 1.889954,1.889954 0 0 0 0.0137,-0.008 c 2.99794,-1.56276 5.63512,-3.73459 7.96875,-6.3711 v 5.9961 a 1.889954,1.889954 0 0 0 1.89063,1.88867 h 12.57812 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 v -43.68164 c 0,-11.96194 -2.81506,-21.21295 -8.7246,-27.41797 -5.90808,-6.20349 -14.78081,-9.19922 -26.18165,-9.19922 z m 0,3.77929 c 10.74759,0 18.41591,2.74647 23.44532,8.02735 5.02795,5.27934 7.68164,13.43917 7.68164,24.81055 v 41.79101 h -8.79883 v -9.73047 a 1.889954,1.889954 0 0 0 -3.49805,-0.99414 c -2.71994,4.40372 -6.03424,7.57203 -9.99218,9.63672 -3.95361,2.01669 -8.88238,3.07031 -14.85352,3.07031 -7.48394,0 -13.16788,-2.03647 -17.42969,-6.04492 -4.21762,-4.05535 -6.3164,-9.34899 -6.3164,-16.33398 0,-8.19038 2.60045,-13.96211 7.86328,-17.97461 l 0.004,-0.002 c 7.6e-4,-5.7e-4 10e-4,-10e-4 0.002,-0.002 5.31016,-4.01128 13.5012,-6.17578 24.69531,-6.17578 h 17.63672 a 1.889954,1.889954 0 0 0 1.88867,-1.89063 v -1.23046 c 0,-6.19858 -2.16228,-11.34043 -6.42188,-14.84571 -4.21377,-3.55042 -10.03528,-5.22656 -17.20507,-5.22656 -4.52592,0 -8.94786,0.54205 -13.24805,1.62891 -3.31296,0.83734 -6.49582,2.09979 -9.60938,3.58007 v -7.30273 c 4.07866,-1.50971 8.04951,-2.69505 11.87891,-3.46094 a 1.889954,1.889954 0 0 0 0.0195,-0.004 c 4.2117,-0.88667 8.29624,-1.32617 12.25781,-1.32618 z m 7.92969,36.14258 c -10.30681,0 -17.55223,1.06025 -22.08789,3.75 -4.49257,2.6642 -6.80469,7.47364 -6.80469,13.51953 0,4.87752 1.687,9.06559 4.9961,12.06446 a 1.889954,1.889954 0 0 0 0.0234,0.0215 c 3.36316,2.94924 7.89528,4.36524 13.27734,4.36524 7.4173,0 13.6575,-2.73135 18.18555,-8.04688 4.57095,-5.35804 6.80859,-12.45255 6.80859,-20.98047 v -2.80469 a 1.889954,1.889954 0 0 0 -1.88867,-1.88867 z m 0,3.7793 h 10.61914 v 0.91406 c 0,7.87765 -1.9994,13.95063 -5.90429,18.52735 a 1.889954,1.889954 0 0 0 -0.002,0.002 c -3.85736,4.5282 -8.78059,6.71875 -15.30859,6.71875 -4.72863,0 -8.21505,-1.17983 -10.77539,-3.41992 -2.51494,-2.28573 -3.74219,-5.20457 -3.74219,-9.25196 0,-5.16502 1.60716,-8.28334 4.95313,-10.26757 3.30288,-1.95869 10.14147,-3.22266 20.16015,-3.22266 z"
id="path355" />
</g>
<g
id="path334">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 532.69641,309.8584 v 21.73828 h 25.9082 v 9.77539 h -25.9082 v 41.5625 q 0,9.36523 2.5293,12.03125 2.59765,2.66602 10.45898,2.66602 h 12.91992 v 10.52734 h -12.91992 q -14.56054,0 -20.09765,-5.40039 -5.53711,-5.46875 -5.53711,-19.82422 v -41.5625 h -9.22852 v -9.77539 h 9.22852 V 309.8584 Z"
id="path359" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 520.05078,307.96875 a 1.889954,1.889954 0 0 0 -1.89062,1.89062 v 19.84766 h -7.33789 a 1.889954,1.889954 0 0 0 -1.89063,1.89063 v 9.77343 a 1.889954,1.889954 0 0 0 1.89063,1.89063 h 7.33789 v 39.67187 c 0,9.81328 1.82001,16.94317 6.09961,21.16993 a 1.889954,1.889954 0 0 0 0.008,0.008 c 4.28414,4.17835 11.47732,5.9375 21.41797,5.9375 h 12.91992 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 V 397.633 a 1.889954,1.889954 0 0 0 -1.88867,-1.89062 h -12.91992 c -5.01949,0 -8.02455,-0.9989 -9.09571,-2.0918 -0.92438,-0.98575 -2.0039,-4.6571 -2.0039,-10.7168 v -39.67187 h 24.01953 a 1.889954,1.889954 0 0 0 1.88867,-1.89063 v -9.77343 a 1.889954,1.889954 0 0 0 -1.88867,-1.89063 h -24.01953 v -19.84766 a 1.889954,1.889954 0 0 0 -1.88867,-1.89062 z m 1.88867,3.7793 h 8.86719 v 19.84961 a 1.889954,1.889954 0 0 0 1.89063,1.88867 h 24.01757 v 5.99609 h -24.01757 a 1.889954,1.889954 0 0 0 -1.89063,1.88867 v 41.5625 c 0,6.41361 0.60219,10.75315 3.04883,13.33203 a 1.889954,1.889954 0 0 0 0.0176,0.0195 c 2.39672,2.4598 6.35799,3.23632 11.8125,3.23632 h 11.02929 v 6.74805 h -11.02929 c -9.46976,0 -15.67553,-1.83928 -18.77539,-4.85937 -3.10108,-3.06605 -4.97071,-9.15282 -4.97071,-18.47657 v -41.5625 a 1.889954,1.889954 0 0 0 -1.88867,-1.88867 h -7.33984 v -5.99609 h 7.33984 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 z"
id="path361" />
</g>
<g
id="path336">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 566.12415,331.59668 h 13.33007 l 23.92578,64.25781 23.92579,-64.25781 h 13.33007 l -28.71093,76.5625 h -17.08985 z"
id="path365" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 566.125,329.70703 a 1.889954,1.889954 0 0 0 -1.76953,2.55274 l 28.71094,76.5625 a 1.889954,1.889954 0 0 0 1.76953,1.22656 h 17.08984 a 1.889954,1.889954 0 0 0 1.76953,-1.22656 l 28.71094,-76.5625 a 1.889954,1.889954 0 0 0 -1.76953,-2.55274 h -13.33008 a 1.889954,1.889954 0 0 0 -1.77148,1.23047 l -22.15625,59.50195 -22.1543,-59.50195 a 1.889954,1.889954 0 0 0 -1.76953,-1.23047 z m 2.72656,3.7793 h 9.28906 l 23.46875,63.02734 a 1.889954,1.889954 0 0 0 3.54102,0 l 23.46875,-63.02734 h 9.29102 l -27.29493,72.7832 h -14.4707 z"
id="path367" />
</g>
<g
id="path338">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 746.86633,343.35449 q -2.11914,-1.23047 -4.64843,-1.77734 -2.46094,-0.61524 -5.46875,-0.61524 -10.66407,0 -16.40625,6.97266 -5.67383,6.9043 -5.67383,19.89258 v 40.33203 h -12.64649 v -76.5625 h 12.64649 v 11.89453 q 3.96484,-6.97266 10.32226,-10.32226 6.35742,-3.41797 15.44922,-3.41797 1.29883,0 2.8711,0.20507 1.57226,0.13672 3.48632,0.47852 z"
id="path371" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 740.44141,327.86133 c -6.29103,0 -11.76393,1.18373 -16.33008,3.63476 -10e-4,6.8e-4 -0.003,0.001 -0.004,0.002 -2.87325,1.51449 -5.36834,3.61159 -7.54883,6.13672 v -6.03711 a 1.889954,1.889954 0 0 0 -1.88867,-1.89063 h -12.64648 a 1.889954,1.889954 0 0 0 -1.89063,1.89063 v 76.5625 a 1.889954,1.889954 0 0 0 1.89063,1.88867 h 12.64648 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 v -40.33204 c 0,-8.3823 1.82976,-14.53765 5.24219,-18.6914 l 0.002,-0.002 c 3.46304,-4.20382 8.25093,-6.28321 14.94727,-6.28321 1.87636,0 3.54489,0.19237 5.00977,0.5586 a 1.889954,1.889954 0 0 0 0.0586,0.0137 c 1.50659,0.32575 2.86405,0.84703 4.09961,1.56445 a 1.889954,1.889954 0 0 0 2.83789,-1.64453 l -0.0684,-12.91992 a 1.889954,1.889954 0 0 0 -1.55664,-1.84961 c -1.30999,-0.23393 -2.51524,-0.39854 -3.625,-0.4961 -1.09366,-0.14073 -2.11485,-0.21679 -3.06445,-0.21679 z m 0,3.77929 c 0.76642,0 1.64299,0.0614 2.625,0.18946 a 1.889954,1.889954 0 0 0 0.082,0.008 c 0.52165,0.0454 1.17336,0.16082 1.76758,0.24414 l 0.0469,8.54688 c -0.78059,-0.28491 -1.48786,-0.70743 -2.32031,-0.88868 -1.80798,-0.44891 -3.77049,-0.66796 -5.89258,-0.66796 -7.52124,0 -13.67218,2.56857 -17.86523,7.66015 a 1.889954,1.889954 0 0 0 -0.002,0.002 c -4.15159,5.05195 -6.10351,12.15973 -6.10351,21.09375 v 38.44141 h -8.86719 v -72.7832 h 8.86719 v 10.0039 a 1.889954,1.889954 0 0 0 3.5332,0.93555 c 2.49297,-4.38419 5.65736,-7.52747 9.56055,-9.58398 a 1.889954,1.889954 0 0 0 0.0137,-0.008 c 3.90734,-2.10072 8.7303,-3.19336 14.55469,-3.19336 z"
id="path373" />
</g>
<g
id="path340">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 822.4718,366.7334 v 6.15234 h -57.83203 q 0.82031,12.98828 7.79297,19.82422 7.04101,6.76758 19.55078,6.76758 7.24609,0 14.01367,-1.77734 6.83594,-1.77735 13.53516,-5.33204 v 11.89454 q -6.76758,2.87109 -13.87695,4.375 -7.10938,1.5039 -14.42383,1.5039 -18.32032,0 -29.05274,-10.66406 -10.66406,-10.66406 -10.66406,-28.84766 0,-18.79883 10.11719,-29.80468 10.18554,-11.07422 27.41211,-11.07422 15.44922,0 24.40429,9.98047 9.02344,9.9121 9.02344,27.00195 z m -12.57812,-3.69141 q -0.13672,-10.32226 -5.81055,-16.47461 -5.60547,-6.15234 -14.90234,-6.15234 -10.52735,0 -16.88477,5.94726 -6.28906,5.94727 -7.24609,16.74805 z"
id="path377" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 789.04492,327.86133 c -11.88932,0 -21.65498,3.91204 -28.80469,11.68554 -7.10758,7.73189 -10.61523,18.21048 -10.61523,31.08204 0,12.49181 3.72768,22.69643 11.2168,30.18554 a 1.889954,1.889954 0 0 0 0.006,0.004 c 7.53631,7.48831 17.80456,11.21289 30.38476,11.21289 5.00581,0 9.94649,-0.51517 14.81445,-1.54492 4.85902,-1.02787 9.60114,-2.52373 14.22266,-4.48438 a 1.889954,1.889954 0 0 0 1.15234,-1.73828 v -11.89648 a 1.889954,1.889954 0 0 0 -2.77539,-1.66797 c -4.34624,2.30617 -8.71915,4.02635 -13.125,5.17187 a 1.889954,1.889954 0 0 0 -0.004,0.002 c -4.35145,1.1428 -8.85699,1.71484 -13.53321,1.71484 -7.99537,0 -13.9459,-2.11388 -18.23632,-6.23437 -3.87785,-3.80592 -6.1796,-9.30942 -6.96289,-16.57813 h 55.6875 a 1.889954,1.889954 0 0 0 1.88867,-1.89062 v -6.1504 c 0,-11.72403 -3.13605,-21.26392 -9.51367,-28.27148 -6.3303,-7.0508 -15.10007,-10.60156 -25.80274,-10.60156 z m 0,3.77929 c 9.89253,0 17.38681,3.10195 22.9961,9.35352 a 1.889954,1.889954 0 0 0 0.01,0.01 c 5.65167,6.20826 8.53125,14.66984 8.53125,25.73046 v 4.26172 h -55.94141 a 1.889954,1.889954 0 0 0 -1.88671,2.00782 c 0.56679,8.97418 3.30625,16.10447 8.35546,21.05468 a 1.889954,1.889954 0 0 0 0.0137,0.0137 c 5.09713,4.89919 12.18071,7.29492 20.86132,7.29492 4.98524,0 9.82021,-0.61286 14.49219,-1.83985 3.76396,-0.97892 7.47964,-2.45613 11.16602,-4.20898 v 7.63086 c -4.03913,1.63613 -8.15711,2.94677 -12.37891,3.83984 -4.6112,0.97544 -9.28447,1.46289 -14.03125,1.46289 -11.84456,0 -20.94364,-3.38351 -27.7168,-10.11133 l -0.002,-0.002 c -6.6e-4,-6.5e-4 -10e-4,-10e-4 -0.002,-0.002 -6.727,-6.7292 -10.10742,-15.75714 -10.10742,-27.50781 0,-12.19353 3.23715,-21.58283 9.61914,-28.52539 6.431,-6.99211 14.94206,-10.4629 26.02148,-10.4629 z m 0.13672,6.88477 c -7.37409,0 -13.55748,2.13669 -18.17578,6.45703 a 1.889954,1.889954 0 0 0 -0.008,0.006 c -4.57289,4.32436 -7.16263,10.42243 -7.83008,17.95508 A 1.889954,1.889954 0 0 0 765.05273,365 l 44.84375,-0.0684 a 1.889954,1.889954 0 0 0 1.88672,-1.91406 c -0.0956,-7.2216 -2.17533,-13.24554 -6.30859,-17.72852 -4.08678,-4.4819 -9.68127,-6.76367 -16.29297,-6.76367 z m 0,3.7793 c 5.78105,0 10.11722,1.81807 13.50391,5.53515 a 1.889954,1.889954 0 0 0 0.008,0.008 c 3.07549,3.33487 4.75866,7.73561 5.15234,13.30859 l -40.58789,0.0605 c 0.85414,-5.79029 2.92865,-10.25527 6.33008,-13.47461 l 0.002,-0.002 c 0.001,-10e-4 0.003,-0.003 0.004,-0.004 3.8575,-3.60558 8.92901,-5.43164 15.58789,-5.43164 z"
id="path379" />
</g>
<g
id="path342">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 902.72571,346.29395 q 4.71679,-8.47657 11.27929,-12.50977 6.5625,-4.0332 15.44922,-4.0332 11.96289,0 18.45703,8.4082 6.49415,8.33984 6.49415,23.78906 v 46.21094 H 941.75891 V 362.3584 q 0,-11.00586 -3.89648,-16.33789 -3.89649,-5.33203 -11.89453,-5.33203 -9.7754,0 -15.44922,6.49414 -5.67383,6.49414 -5.67383,17.70508 v 43.27148 H 892.19836 V 362.3584 q 0,-11.07422 -3.89648,-16.33789 -3.89648,-5.33203 -12.03125,-5.33203 -9.63867,0 -15.3125,6.5625 -5.67383,6.49414 -5.67383,17.63672 v 43.27148 h -12.64648 v -76.5625 h 12.64648 v 11.89453 q 4.30664,-7.04101 10.32227,-10.39062 6.01562,-3.34961 14.28711,-3.34961 8.33984,0 14.15039,4.23828 5.8789,4.23828 8.68164,12.30469 z"
id="path383" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 879.89453,327.86133 c -5.76941,0 -10.87498,1.17572 -15.20703,3.58789 -2.81984,1.57013 -5.25492,3.88985 -7.51367,6.53711 v -6.38867 a 1.889954,1.889954 0 0 0 -1.88867,-1.89063 h -12.64649 a 1.889954,1.889954 0 0 0 -1.89062,1.89063 v 76.5625 a 1.889954,1.889954 0 0 0 1.89062,1.88867 h 12.64649 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 v -43.27149 c 0,-7.10762 1.77682,-12.46839 5.20703,-16.39453 a 1.889954,1.889954 0 0 0 0.006,-0.008 c 3.43628,-3.97449 7.88787,-5.90821 13.88476,-5.90821 5.01029,0 8.27589,1.50778 10.50391,4.55665 a 1.889954,1.889954 0 0 0 0.008,0.01 c 2.22058,2.99973 3.52539,8.05368 3.52539,15.21484 v 45.80079 a 1.889954,1.889954 0 0 0 1.89063,1.88867 h 12.64648 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 v -43.27149 c 0,-7.15515 1.77899,-12.53922 5.20704,-16.46289 3.42874,-3.92447 7.92889,-5.84766 14.02734,-5.84766 4.91207,0 8.13295,1.49927 10.36719,4.55665 2.2322,3.05459 3.5332,8.11039 3.5332,15.2246 v 45.80079 a 1.889954,1.889954 0 0 0 1.89063,1.88867 h 12.64648 a 1.889954,1.889954 0 0 0 1.88867,-1.88867 v -46.21289 c 0,-10.56107 -2.21461,-18.93755 -6.88867,-24.94336 -4.67256,-6.04974 -11.53318,-9.14258 -19.95117,-9.14258 -6.21036,0 -11.74027,1.42446 -16.43946,4.3125 -3.80447,2.33816 -7.10642,5.73789 -9.96484,10.03515 -1.93582,-4.03674 -4.55563,-7.3392 -7.90234,-9.75195 -4.21976,-3.07467 -9.37819,-4.5957 -15.25391,-4.5957 z m 0,3.77929 c 5.23977,0 9.50923,1.30316 13.03516,3.875 a 1.889954,1.889954 0 0 0 0.01,0.006 c 3.57349,2.57624 6.23423,6.305 8.00196,11.39258 a 1.889954,1.889954 0 0 0 3.43554,0.29883 c 3.02538,-5.43693 6.57328,-9.33304 10.61719,-11.81836 4.05081,-2.48955 8.82235,-3.75391 14.46094,-3.75391 7.53251,0 12.97465,2.51265 16.96094,7.67383 a 1.889954,1.889954 0 0 0 0.004,0.006 c 3.98189,5.11358 6.0957,12.59228 6.0957,22.62696 v 44.32226 h -8.86718 v -43.91016 c 0,-7.56024 -1.29667,-13.39835 -4.25977,-17.45312 -2.96108,-4.05199 -7.66795,-6.10742 -13.41992,-6.10742 -6.93541,0 -12.73671,2.40625 -16.87305,7.14062 -4.13705,4.73518 -6.14062,11.15647 -6.14062,18.94922 v 41.38086 h -8.86719 v -43.91016 c 0,-7.60229 -1.29269,-13.44059 -4.26562,-17.45898 -2.96763,-4.05596 -7.718,-6.10156 -13.55079,-6.10156 -6.85363,0 -12.61154,2.44075 -16.74023,7.21484 -6.2e-4,7.1e-4 -0.001,10e-4 -0.002,0.002 -4.13054,4.73198 -6.13477,11.12793 -6.13477,18.87305 v 41.38086 h -8.86719 v -72.7832 h 8.86719 v 10.0039 a 1.889954,1.889954 0 0 0 3.50195,0.98633 c 2.73633,-4.47368 5.94274,-7.67208 9.62891,-9.72461 3.68877,-2.05397 8.10991,-3.11133 13.36914,-3.11133 z"
id="path385" />
</g>
<g
id="path344">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1009.1613,340.41504 q -10.11723,0 -15.99614,7.92969 -5.87891,7.86132 -5.87891,21.60156 0,13.74023 5.81055,21.66992 5.87891,7.86133 16.0645,7.86133 10.0488,0 15.9277,-7.92969 5.8789,-7.92969 5.8789,-21.60156 0,-13.60352 -5.8789,-21.5332 -5.8789,-7.99805 -15.9277,-7.99805 z m 0,-10.66406 q 16.4062,0 25.7714,10.66406 9.3653,10.66406 9.3653,29.53125 0,18.79883 -9.3653,29.53125 -9.3652,10.66406 -25.7714,10.66406 -16.47465,0 -25.83989,-10.66406 -9.29687,-10.73242 -9.29687,-29.53125 0,-18.86719 9.29687,-29.53125 9.36524,-10.66406 25.83989,-10.66406 z"
id="path389" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1009.1621,327.86133 c -11.39083,0 -20.65373,3.78445 -27.25976,11.30664 a 1.889954,1.889954 0 0 0 -0.006,0.006 c -6.56066,7.52547 -9.76171,17.88493 -9.76171,30.77344 0,12.84406 3.20238,23.19991 9.75781,30.76757 a 1.889954,1.889954 0 0 0 0.01,0.01 c 6.60603,7.52219 15.86893,11.30664 27.25976,11.30664 11.3469,0 20.5869,-3.78617 27.1914,-11.30664 a 1.889954,1.889954 0 0 0 0,-0.004 c 6.6029,-7.56678 9.8301,-17.92708 9.8301,-30.77343 0,-12.8908 -3.2258,-23.25474 -9.834,-30.7793 -6.6045,-7.52048 -15.8445,-11.30664 -27.1914,-11.30664 z m 0,3.77929 c 10.528,0 18.4691,3.32323 24.3516,10.02149 5.8789,6.69417 8.8945,16.01972 8.8945,28.28516 0,12.21872 -3.0143,21.54401 -8.8984,28.2871 -5.8821,6.69541 -13.8219,10.01758 -24.3477,10.01758 -10.57421,0 -18.5372,-3.32441 -24.41796,-10.01953 -6.2e-4,-7.1e-4 -10e-4,-10e-4 -0.002,-0.002 -5.83506,-6.74149 -8.82813,-16.06784 -8.82813,-28.2832 0,-12.26451 2.99599,-21.59228 8.82813,-28.28516 5.88094,-6.69655 13.84458,-10.02148 24.41996,-10.02149 z m 0,6.88477 c -7.2356,0 -13.28185,2.9889 -17.50976,8.6875 -4.2355,5.66375 -6.25586,13.30471 -6.25586,22.73438 0,9.42652 1.99451,17.07894 6.17579,22.78515 a 1.889954,1.889954 0 0 0 0.0117,0.0156 c 4.23275,5.66006 10.30153,8.61914 17.57813,8.61914 7.1963,0 13.2193,-2.9931 17.4453,-8.69336 4.2287,-5.70385 6.25,-13.34113 6.25,-22.72656 0,-9.33819 -2.0217,-16.95315 -6.2461,-22.6543 v -0.002 c -4.2235,-5.74455 -10.2477,-8.76563 -17.4473,-8.76563 z m 0,3.7793 c 6.1978,0 10.7894,2.3105 14.4043,7.22851 a 1.889954,1.889954 0 0 0 0,0.006 c 3.6114,4.87114 5.5078,11.61143 5.5078,20.40821 0,8.8437 -1.898,15.60555 -5.5078,20.4746 -3.6125,4.87265 -8.2061,7.16602 -14.4082,7.16602 -6.3001,0 -10.94011,-2.28038 -14.54491,-7.0957 -3.56287,-4.86622 -5.44141,-11.65533 -5.44141,-20.54492 0,-8.89064 1.89892,-15.65271 5.50195,-20.47071 a 1.889954,1.889954 0 0 0 0.006,-0.006 c 3.6104,-4.86983 8.22737,-7.16601 14.47847,-7.16601 z"
id="path391" />
</g>
<g
id="path346">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1077.589,309.8584 v 21.73828 h 25.9082 v 9.77539 h -25.9082 v 41.5625 q 0,9.36523 2.5293,12.03125 2.5976,2.66602 10.459,2.66602 h 12.9199 v 10.52734 h -12.9199 q -14.5606,0 -20.0977,-5.40039 -5.5371,-5.46875 -5.5371,-19.82422 v -41.5625 h -9.2285 v -9.77539 h 9.2285 V 309.8584 Z"
id="path395" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1064.9434,307.96875 a 1.889954,1.889954 0 0 0 -1.8907,1.89062 v 19.84766 h -7.3379 a 1.889954,1.889954 0 0 0 -1.8906,1.89063 v 9.77343 a 1.889954,1.889954 0 0 0 1.8906,1.89063 h 7.3379 v 39.67187 c 0,9.81328 1.8201,16.94317 6.0996,21.16993 a 1.889954,1.889954 0 0 0 0.01,0.008 c 4.2841,4.17836 11.4772,5.9375 21.4179,5.9375 h 12.9199 a 1.889954,1.889954 0 0 0 1.8887,-1.88867 V 397.633 a 1.889954,1.889954 0 0 0 -1.8887,-1.89062 h -12.9199 c -5.0195,0 -8.0246,-0.99893 -9.0957,-2.0918 -0.9244,-0.98575 -2.0039,-4.6571 -2.0039,-10.7168 v -39.67187 h 24.0195 a 1.889954,1.889954 0 0 0 1.8887,-1.89063 v -9.77343 a 1.889954,1.889954 0 0 0 -1.8887,-1.89063 h -24.0195 v -19.84766 a 1.889954,1.889954 0 0 0 -1.8887,-1.89062 z m 1.8886,3.7793 h 8.8672 v 19.84961 a 1.889954,1.889954 0 0 0 1.8906,1.88867 h 24.0176 v 5.99609 h -24.0176 a 1.889954,1.889954 0 0 0 -1.8906,1.88867 v 41.5625 c 0,6.41361 0.6022,10.75315 3.0488,13.33203 a 1.889954,1.889954 0 0 0 0.018,0.0195 c 2.3967,2.45983 6.358,3.23632 11.8125,3.23632 h 11.0293 v 6.74805 h -11.0293 c -9.4698,0 -15.6755,-1.83928 -18.7754,-4.85937 -3.101,-3.06605 -4.9707,-9.15282 -4.9707,-18.47657 v -41.5625 a 1.889954,1.889954 0 0 0 -1.8886,-1.88867 h -7.3399 v -5.99609 h 7.3399 a 1.889954,1.889954 0 0 0 1.8886,-1.88867 z"
id="path397" />
</g>
<g
id="path348">
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1185.5284,366.7334 v 6.15234 h -57.832 q 0.8203,12.98828 7.793,19.82422 7.041,6.76758 19.5508,6.76758 7.2461,0 14.0136,-1.77734 6.836,-1.77735 13.5352,-5.33204 v 11.89454 q -6.7676,2.87109 -13.877,4.375 -7.1093,1.5039 -14.4238,1.5039 -18.3203,0 -29.0527,-10.66406 -10.6641,-10.66406 -10.6641,-28.84766 0,-18.79883 10.1172,-29.80468 10.1855,-11.07422 27.4121,-11.07422 15.4492,0 24.4043,9.98047 9.0234,9.9121 9.0234,27.00195 z m -12.5781,-3.69141 q -0.1367,-10.32226 -5.8105,-16.47461 -5.6055,-6.15234 -14.9024,-6.15234 -10.5273,0 -16.8847,5.94726 -6.2891,5.94727 -7.2461,16.74805 z"
id="path401" />
<path
style="color:#000000;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;-inkscape-stroke:none"
d="m 1152.1016,327.86133 c -11.8894,0 -21.655,3.91204 -28.8047,11.68554 -7.1076,7.73189 -10.6153,18.21048 -10.6153,31.08204 0,12.49181 3.7277,22.69643 11.2168,30.18554 a 1.889954,1.889954 0 0 0 0.01,0.004 c 7.5363,7.48831 17.8046,11.21289 30.3848,11.21289 5.0058,0 9.9465,-0.51516 14.8144,-1.54492 4.859,-1.02787 9.6011,-2.52373 14.2227,-4.48438 a 1.889954,1.889954 0 0 0 1.1523,-1.73828 v -11.89648 a 1.889954,1.889954 0 0 0 -2.7754,-1.66797 c -4.3462,2.30617 -8.7191,4.02635 -13.125,5.17187 a 1.889954,1.889954 0 0 0 0,0.002 c -4.3514,1.1428 -8.857,1.71484 -13.5332,1.71484 -7.9954,0 -13.9459,-2.11389 -18.2363,-6.23437 -3.8779,-3.80592 -6.1796,-9.30942 -6.9629,-16.57813 h 55.6875 a 1.889954,1.889954 0 0 0 1.8887,-1.89062 v -6.1504 c 0,-11.72403 -3.1361,-21.26392 -9.5137,-28.27148 -6.3303,-7.05079 -15.1001,-10.60156 -25.8027,-10.60156 z m 0,3.77929 c 9.8925,0 17.3868,3.10195 22.9961,9.35352 a 1.889954,1.889954 0 0 0 0.01,0.01 c 5.6517,6.20826 8.5313,14.66984 8.5313,25.73046 v 4.26172 h -55.9414 a 1.889954,1.889954 0 0 0 -1.8868,2.00782 c 0.5668,8.97418 3.3063,16.10447 8.3555,21.05468 a 1.889954,1.889954 0 0 0 0.014,0.0137 c 5.0971,4.89919 12.1807,7.29492 20.8613,7.29492 4.9853,0 9.8203,-0.61286 14.4922,-1.83985 3.764,-0.97892 7.4796,-2.45613 11.166,-4.20898 v 7.63086 c -4.0391,1.63613 -8.1571,2.94677 -12.3789,3.83984 -4.6111,0.97544 -9.2844,1.46289 -14.0312,1.46289 -11.8446,0 -20.9437,-3.38351 -27.7168,-10.11133 v -0.002 c -6e-4,-6.5e-4 0,-10e-4 0,-0.002 -6.7271,-6.7292 -10.1075,-15.75715 -10.1075,-27.50781 0,-12.19353 3.2372,-21.58283 9.6192,-28.52539 6.431,-6.99211 14.942,-10.46289 26.0215,-10.4629 z m 0.1367,6.88477 c -7.3741,0 -13.5575,2.13669 -18.1758,6.45703 a 1.889954,1.889954 0 0 0 -0.01,0.006 c -4.5729,4.32436 -7.1627,10.42243 -7.8301,17.95508 a 1.889954,1.889954 0 0 0 1.887,2.0565 l 44.8437,-0.0684 a 1.889954,1.889954 0 0 0 1.8867,-1.91406 c -0.096,-7.2216 -2.1753,-13.24553 -6.3085,-17.72852 -4.0868,-4.4819 -9.6813,-6.76367 -16.293,-6.76367 z m 0,3.7793 c 5.7811,0 10.1172,1.81807 13.5039,5.53515 a 1.889954,1.889954 0 0 0 0.01,0.008 c 3.0755,3.33487 4.7587,7.73561 5.1523,13.30859 l -40.5878,0.0605 c 0.8541,-5.79028 2.9286,-10.25527 6.33,-13.47461 v -0.002 c 0,-10e-4 0,-0.003 0,-0.004 3.8575,-3.60558 8.929,-5.43164 15.5879,-5.43164 z"
id="path403" />
</g>
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="dee pad"
style="display:inline"
transform="translate(11.689963)">
<g
id="g1313-3"
transform="matrix(1.9256028,0,0,1.9256028,-133.23654,-135.06635)"
style="display:inline;fill:#295699;fill-opacity:1">
<path
id="path1309-6"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:18.8076;stroke-linecap:square;stroke-opacity:1"
d="m 239.15026,241.67838 15.41844,15.41843 -15.41844,15.41843 m -30.83685,30.83687 -15.41844,15.41843 -15.41842,-15.41843 m -30.83688,-30.83687 -15.41843,-15.41843 15.41843,-15.41843 m 30.83688,-30.83686 15.41842,-15.41843 15.41844,15.41843"
sodipodi:nodetypes="cccccccccccc" />
<circle
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20.98;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1"
id="circle1311-7"
r="19.111603"
cy="257.0968"
cx="192.89497" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB