summaryrefslogtreecommitdiff
path: root/src/logo.svg
blob: 442431f61021e595a527e9b1b6a0d64bc8d5676d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
   id="svg8"
   version="1.1"
   viewBox="0 0 900 200"
   height="200"
   width="900"
   sodipodi:docname="logo.svg"
   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/">
  <defs
     id="defs2">
    <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="clipPath1509">
      <path
         sodipodi:nodetypes="ccccccccc"
         inkscape:connector-curvature="0"
         id="path1511"
         d="M 192,-164 H 88 c 0,0 -40,0 -40,40 V 4 h 416 v -96 c 0,0 0,-40 -40,-40 H 224 Z"
         style="display:inline;opacity:1;vector-effect:none;fill:#c9b8a7;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="clipPath13814">
      <path
         sodipodi:nodetypes="ccccccccc"
         inkscape:connector-curvature="0"
         id="path13812"
         d="M 192,-164 H 88 c 0,0 -40,0 -40,40 V 4 h 416 v -96 c 0,0 0,-40 -40,-40 H 224 Z"
         style="display:inline;opacity:1;vector-effect:none;fill:#c9b8a7;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="clipPath13830">
      <path
         sodipodi:nodetypes="ccccccccc"
         inkscape:connector-curvature="0"
         id="path13828"
         d="M 192,-164 H 88 c 0,0 -40,0 -40,40 V 4 h 416 v -96 c 0,0 0,-40 -40,-40 H 224 Z"
         style="display:inline;opacity:1;vector-effect:none;fill:#c9b8a7;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>
    <filter
       inkscape:collect="always"
       style="color-interpolation-filters:sRGB"
       id="filter1302-5"
       x="-0.012000846"
       width="1.0240017"
       y="-0.011999155"
       height="1.0239983">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="2.0803224"
         id="feGaussianBlur1304-6" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#bg-gradient-2"
       id="linearGradient13242"
       gradientUnits="userSpaceOnUse"
       x1="64"
       y1="756"
       x2="480"
       y2="756" />
    <linearGradient
       id="bg-gradient-2"
       inkscape:swatch="gradient">
      <stop
         style="stop-color:#3584e4;stop-opacity:1"
         offset="0"
         id="stop13402" />
      <stop
         style="stop-color:#62a0ea;stop-opacity:1"
         offset="1"
         id="stop13404" />
    </linearGradient>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath1509-2">
      <path
         sodipodi:nodetypes="ccccccccc"
         inkscape:connector-curvature="0"
         id="path1511-9"
         d="M 192,-164 H 88 c 0,0 -40,0 -40,40 V 4 h 416 v -96 c 0,0 0,-40 -40,-40 H 224 Z"
         style="display:inline;opacity:1;vector-effect:none;fill:#c9b8a7;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>
    <filter
       inkscape:collect="always"
       style="color-interpolation-filters:sRGB"
       id="filter1529-1"
       x="-0.10846153"
       width="1.2169231"
       y="-0.13428571"
       height="1.2685714">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="18.8"
         id="feGaussianBlur1531-2" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient888"
       id="linearGradient550"
       x1="152.89844"
       y1="-38.796875"
       x2="447.30859"
       y2="316"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       id="linearGradient888">
      <stop
         style="stop-color:#99c1f1;stop-opacity:1"
         offset="0"
         id="stop884" />
      <stop
         style="stop-color:#c3e5e7;stop-opacity:1"
         offset="1"
         id="stop886" />
    </linearGradient>
    <inkscape:path-effect
       effect="fillet_chamfer"
       id="path-effect16726"
       is_visible="true"
       lpeversion="1"
       satellites_param="F,0,0,1,0,16.482422,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,3.9121094,0,1 @ F,0,0,1,0,5.0800781,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,16.439453,0,1 | F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 | F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1 @ F,0,0,1,0,0,0,1"
       unit="px"
       method="auto"
       mode="F"
       radius="0"
       chamfer_steps="1"
       flexible="false"
       use_knot_distance="true"
       apply_no_radius="true"
       apply_with_radius="true"
       only_selected="false"
       hide_knots="false" />
    <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
     units="px"
     borderlayer="true"
     inkscape:showpageshadow="false"
     showgrid="false"
     inkscape:document-rotation="0"
     inkscape:current-layer="layer1"
     inkscape:document-units="px"
     inkscape:cy="560"
     inkscape:cx="400"
     inkscape:zoom="0.35"
     inkscape:pageshadow="2"
     inkscape:pageopacity="0"
     borderopacity="1"
     bordercolor="#383838"
     pagecolor="#ffffff"
     id="base"
     inkscape:pagecheckerboard="1">
    <inkscape:grid
       type="xygrid"
       id="grid9398" />
  </sodipodi:namedview>
  <metadata
     id="metadata5">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title />
        <cc:license
           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
      </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:groupmode="layer"
     inkscape:label="Layer 1">
    <circle
       style="fill:#2dc0af;fill-opacity:1;stroke-width:2;stroke-linecap:round;stop-color:#000000"
       id="path3725"
       cx="450"
       cy="100"
       r="52.033203" />
    <g
       transform="matrix(4,0,0,4,233.90873,-1524.0749)"
       inkscape:label="emoji-nature"
       id="g3707"
       style="display:inline;fill:#76eabb;fill-opacity:1;stroke-width:0.25;enable-background:new">
      <rect
         transform="translate(-254,134)"
         y="0"
         x="0"
         height="0"
         width="0"
         id="rect3703"
         style="opacity:1;vector-effect:none;fill:#76eabb;fill-opacity:1;stroke:#2e3436;stroke-width:0.5;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="cccccccccscccscccccccsccccccc"
         inkscape:connector-curvature="0"
         id="path3705"
         transform="translate(-254,134)"
         d="m 306.00302,264.99996 c 0,0 -3,0 -3,3 v 5 c 0,0 0.0439,1.41871 0.0283,2.00046 0,0.99958 -0.5377,1.41303 -1.40438,2.12067 -0.62725,0.48985 -0.77411,1.31026 -0.30664,1.69727 0.42932,0.35542 1.16167,0.30404 1.66016,-0.34375 L 304,277 c 0.69754,-1.01395 0.98273,-1.87583 1,-3 l 0.003,-6.00004 C 305.00352,266.99996 306,267 306,267 v 6.57422 l 3.00302,-3.07426 v -2.5 C 309.00302,266.99996 310,267 310,267 l 0.003,2.49996 1.997,-2.03512 c 0.33843,-0.31195 0.50302,-0.46488 1,-0.46484 l 0.003,0.99996 L 309,272 h 4 c 0,0 0.003,1 -1,1 h -4 l -2,2 c 0,0.42593 0,2.00586 2,2.00586 l 4.00302,-0.006 c 0,0 3,0 2.99698,-2.99019 V 265 Z"
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#76eabb;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.25px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
    </g>
    <g
       id="g71136"
       inkscape:label="edit copy paste document file text content"
       transform="matrix(2,0,0,2,557.74951,67.864405)">
      <title
         id="title71138">edit-paste</title>
      <path
         id="rect80764"
         style="fill:#2e3436"
         d="m 47,180 c -0.554,0 -1,0.446 -1,1 h -2 c -1.644701,0 -3,1.3553 -3,3 v 9 c 0,1.6447 1.355299,3 3,3 h 8 c 1.644701,0 3,-1.3553 3,-3 v -9 c 0,-1.6447 -1.355299,-3 -3,-3 h -2 c 0,-0.554 -0.446,-1 -1,-1 z m -3,3 h 1 v 1 c 0,0.554 0.446,1 1,1 h 4 c 0.554,0 1,-0.446 1,-1 v -1 h 1 c 0.571297,0 1,0.4287 1,1 v 9 c 0,0.5713 -0.428703,1 -1,1 h -8 c -0.571297,0 -1,-0.4287 -1,-1 v -9 c 0,-0.5713 0.428703,-1 1,-1 z"
         transform="translate(0,-200)" />
      <rect
         y="-56"
         x="-20.000002"
         height="16"
         width="16"
         id="rect2403"
         style="fill:none;fill-opacity:1"
         transform="rotate(90)" />
    </g>
    <g
       inkscape:label="document print printer paper"
       id="g29357"
       transform="matrix(0,2,-2,0,1139.8809,-298.4072)">
      <title
         id="title29347">document-print</title>
      <rect
         y="195.00317"
         x="163.1358"
         height="16"
         width="16"
         id="rect29349"
         style="fill:none;fill-opacity:1" />
      <path
         id="path4680"
         style="fill:#2e3436"
         d="m 145,183 a 0.999996,0.999996 0 0 0 -1,1 v 1 h 8 v -1 a 0.999996,0.999996 0 0 0 -1,-1 z m -3,3 c -1.108,0 -2,0.892 -2,2 v 4 c 0,1.108 0.892,2 2,2 v 1 c 0,1.0907 0.9093,2 2,2 h 8 c 1.09071,0 2,-0.9093 2,-2 v -1 c 1.108,0 2,-0.892 2,-2 v -4 c 0,-1.108 -0.892,-2 -2,-2 z m 2,6 h 8 v 3 h -8 z"
         transform="rotate(-90,166.06949,184.93368)" />
    </g>
    <g
       id="g68321"
       inkscape:label="edit cut scissor copy paste document file text content"
       transform="matrix(2,0,0,2,557.68701,67.864493)">
      <title
         id="title68323">edit-cut</title>
      <rect
         id="rect58552"
         width="16"
         height="16"
         x="20"
         y="-20.00009"
         style="fill:none" />
      <path
         id="path68132"
         style="fill:#2e3436"
         d="m 32.068359,181.00195 a 1,1 0 0 0 -0.259765,0.0156 1,1 0 0 0 -0.638672,0.42383 L 28.773438,185 h 2.412109 l 1.644531,-2.44141 a 1,1 0 0 0 -0.271484,-1.38867 1,1 0 0 0 -0.490235,-0.16797 z M 23,182 c -1.647969,0 -3,1.35203 -3,3 0,1.64797 1.352031,3 3,3 h 3.753906 l -1.585937,2.35547 -0.652344,0.9707 -0.06445,0.0957 a 1,1 0 0 0 -0.0059,0.0117 C 24.16284,191.89062 24,192.42705 24,193 c 0,1.64797 1.352031,3 3,3 1.647969,0 3,-1.35203 3,-3 0,-1.38833 -0.960367,-2.56552 -2.248047,-2.90234 L 29.166016,188 H 35 a 1,1 0 0 0 1,-1 1,1 0 0 0 -1,-1 H 32 30.511719 28.099609 27 25.826172 C 25.938222,185.68657 26,185.35032 26,185 c 0,-1.64797 -1.352031,-3 -3,-3 z m 0,1.5 a 1.5,1.5 0 0 1 0.150391,0.008 c 0.0013,1.3e-4 0.0026,-1.3e-4 0.0039,0 a 1.5,1.5 0 0 1 0.121094,0.0176 c 0.04575,0.008 0.09064,0.019 0.134765,0.0312 0.502944,0.13962 0.893588,0.53026 1.033203,1.0332 0.01225,0.0441 0.02297,0.089 0.03125,0.13477 0.0072,0.0399 0.0135,0.0801 0.01758,0.12109 a 1.5,1.5 0 0 1 0,0.004 A 1.5,1.5 0 0 1 24.5,185 c 0,0.13239 -0.01738,0.25941 -0.04883,0.38086 -0.0012,0.005 -0.0027,0.009 -0.0039,0.0137 -0.03394,0.12608 -0.08507,0.24538 -0.148438,0.35547 -0.05146,0.0894 -0.109652,0.17356 -0.177734,0.25 h -0.01367 A 1.5,1.5 0 0 1 23,186.5 c -0.135066,0 -0.264742,-0.0183 -0.388672,-0.0508 C 22.090913,186.313 21.687,185.90909 21.550781,185.38867 21.518343,185.26474 21.5,185.13507 21.5,185 c 0,-0.13507 0.01834,-0.26474 0.05078,-0.38867 0.136219,-0.52042 0.540132,-0.92433 1.060547,-1.06055 C 22.735258,183.51834 22.864934,183.5 23,183.5 Z m 4,8 a 1.5,1.5 0 0 1 0.150391,0.008 c 0.0013,1.3e-4 0.0026,-1.3e-4 0.0039,0 a 1.5,1.5 0 0 1 0.121094,0.0176 c 0.04575,0.008 0.09064,0.019 0.134765,0.0312 0.502944,0.13962 0.893588,0.53026 1.033203,1.0332 0.01225,0.0441 0.02297,0.089 0.03125,0.13477 0.0072,0.0399 0.0135,0.0801 0.01758,0.12109 a 1.5,1.5 0 0 1 0,0.004 A 1.5,1.5 0 0 1 28.5,193 c 0,0.13507 -0.01834,0.26474 -0.05078,0.38867 -0.136219,0.52042 -0.540132,0.92433 -1.060547,1.06055 C 27.264742,194.48166 27.135066,194.5 27,194.5 c -0.135066,0 -0.264742,-0.0183 -0.388672,-0.0508 C 26.090913,194.313 25.687,193.90909 25.550781,193.38867 25.518343,193.26474 25.5,193.13507 25.5,193 c 0,-0.0192 0.0013,-0.0376 0.002,-0.0566 a 1,1 0 0 0 0.0059,-0.002 1.5,1.5 0 0 1 1.28125,-1.41407 l 0.0098,-0.0137 C 26.864818,191.50504 26.931398,191.5 27,191.5 Z"
         transform="translate(0,-200)" />
    </g>
    <g
       style="stroke-linecap:round"
       inkscape:label="edit copy paste document file text content"
       id="g6927"
       transform="matrix(0,2,-2,0,1099.8184,-298.40721)">
      <title
         id="title6915">edit-copy</title>
      <path
         id="rect79924-8"
         style="fill:#2e3436"
         d="m 166.13581,211.00317 c -1.6447,0 -3,-1.35529 -3,-3 v -5 c 0,-1.6447 1.3553,-3 3,-3 a 1,1 0 0 1 1,1 1,1 0 0 1 -1,1 c -0.57129,0 -1,0.4287 -1,1 v 5 c 0,0.57131 0.42871,1 1,1 h 5 c 0.5713,0 1,-0.42869 1,-1 a 1,1 0 0 1 1,-1 1,1 0 0 1 1,1 c 0,1.64471 -1.3553,3 -3,3 z m 5,-5 c -1.6447,0 -3,-1.3553 -3,-3 v -5 c 0,-1.6447 1.3553,-3 3,-3 h 5 c 1.64471,0 3,1.3553 3,3 v 5 c 0,1.6447 -1.35529,3 -3,3 z m 0,-2 h 5 c 0.5713,0 1,-0.4287 1,-1 v -5 c 0,-0.5713 -0.4287,-1 -1,-1 h -5 c -0.57129,0 -1,0.4287 -1,1 v 5 c 0,0.5713 0.42871,1 1,1 z" />
      <rect
         y="195.00317"
         x="163.1358"
         height="16"
         width="16"
         id="rect6917"
         style="fill:none;stroke-linecap:round" />
    </g>
    <g
       id="g4276"
       inkscape:label="system users switch change quick"
       transform="matrix(2,0,0,2,533.74913,-1228.0001)">
      <title
         id="title36637">system-switch-user</title>
      <rect
         transform="scale(-1,1)"
         id="rect4219"
         width="16"
         height="16"
         x="-68.000191"
         y="648"
         style="fill:none" />
      <path
         id="path4221"
         style="fill:#2e3436;fill-opacity:1"
         d="m 172,362 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m -8,2 c -1.10457,0 -2,0.89543 -2,2 0,1.10457 0.89543,2 2,2 1.10457,0 2,-0.89543 2,-2 0,-1.10457 -0.89543,-2 -2,-2 z m 7,3 c -1.31093,0 -2.41991,0.83272 -2.83008,2 h 7.66016 c -0.41017,-1.16728 -1.51915,-2 -2.83008,-2 z m -8,2 c -1.662,0 -3,1.338 -3,3 0,0.554 0.446,1 1,1 h 6 c 0.554,0 1,-0.446 1,-1 0,-1.662 -1.338,-3 -3,-3 z m 9,1 c -0.25588,0 -0.51177,0.0978 -0.70703,0.29297 l -2,2 c -0.18539,0.18847 -0.28911,0.44267 -0.28711,0.70703 H 169 v 1 h 2 v 1 c -0.10355,0.80236 -0.5,1 -1,1 h -4 c -1,0 -1,-1 -1,-1 a 1,1 0 0 0 -1,-1 1,1 0 0 0 -1,1 c 0,1.33333 0.81422,2.27527 1.55273,2.64453 C 165.29129,378.01379 166,378 166,378 h 4 c 0,0 0.70875,0.0138 1.44727,-0.35547 C 172.18578,377.27528 173,376.33333 173,375 v -1 h 2 v -1 h -0.006 c 0.002,-0.26436 -0.10186,-0.51856 -0.28711,-0.70703 l -2,-2 C 172.51195,370.09778 172.25588,370 172,370 Z"
         transform="translate(-107.99981,286)" />
    </g>
    <g
       transform="matrix(2,0,0,2,798.06201,-524.1356)"
       style="fill:#bebebe;fill-opacity:1"
       inkscape:label="bluetooth connected"
       id="g6099-3">
      <title
         id="title428698">bluetooth-active</title>
      <rect
         id="rect6109-6"
         width="16"
         height="16"
         x="20"
         y="276"
         style="fill:none" />
      <path
         d="M 27.585937,276.08984 A 1.0001,1.0001 0 0 0 27,277 v 5.29687 l -2.341797,-2.04882 a 1,1 0 0 0 -1.410156,0.0937 1,1 0 0 0 0.09375,1.41015 l 2.568359,2.2481 -2.568359,2.24805 a 1,1 0 0 0 -0.09375,1.41015 1,1 0 0 0 1.410156,0.0937 L 27,285.70312 V 291 a 1.0001,1.0001 0 0 0 1.658203,0.75195 l 4,-3.5 a 1.0001,1.0001 0 0 0 0,-1.5039 L 29.517578,284 l 3.140625,-2.74805 a 1.0001,1.0001 0 0 0 0,-1.5039 l -4,-3.5 a 1.0001,1.0001 0 0 0 -1.072266,-0.15821 z M 29,279.20312 30.482422,280.5 29,281.79687 Z m 0,7 L 30.482422,287.5 29,288.79687 Z"
         id="path3807"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g325107"
       inkscape:label="wifi network connection signal excellent strong"
       transform="matrix(2,0,0,2,-402.00049,-484.1356)">
      <title
         id="title325109">network-wireless-signal-excellent</title>
      <rect
         id="rect325103"
         width="16"
         height="16"
         x="600"
         y="256"
         style="fill:none" />
      <path
         id="path325105"
         style="fill:#2e3436"
         d="m 608,257.99219 c -2.61818,0 -5.23713,0.93501 -7.19336,2.80664 l -0.49803,0.48049 a 1,1 0 0 0 -0.0312,1.41211 1,1 0 0 0 1.41407,0.0293 l 0.50002,-0.47654 c 3.08749,-2.95399 8.52967,-2.954 11.61717,-1e-5 l 0.50002,0.47654 a 1,1 0 0 0 1.41407,-0.0293 1,1 0 0 0 -0.0312,-1.41211 l -0.49803,-0.48049 c -1.95636,-1.87164 -4.57528,-2.80665 -7.19346,-2.80664 z M 607.9668,262 c -1.56859,0.0119 -3.12544,0.62895 -4.20508,1.81445 l -0.50193,0.5469 a 1,1 0 0 0 0.0664,1.41601 1,1 0 0 0 1.41406,-0.0684 l 0.49806,-0.54686 c 1.27752,-1.40281 4.15977,-1.49736 5.52345,10e-6 l 0.49806,0.54685 a 1,1 0 0 0 1.41405,0.0684 1,1 0 0 0 0.0645,-1.41406 l -0.50003,-0.54881 c -1.12305,-1.23308 -2.70294,-1.82634 -4.27152,-1.81444 z M 608,266 c -0.51184,-10e-6 -1.02355,0.19541 -1.41406,0.58594 -0.78105,0.78105 -0.78105,2.04706 0,2.82811 0.78106,0.78106 2.04707,0.78106 2.82812,1e-5 0.78105,-0.78105 0.78105,-2.04707 0,-2.82812 C 609.02354,266.19541 608.51184,266 608,266 Z" />
    </g>
    <g
       id="g44941"
       inkscape:label="cellular network mobile connection signal strong high"
       transform="matrix(2,0,0,2,-602.31299,-484.00003)">
      <title
         id="title44957">network-cellular-signal-excellent</title>
      <path
         id="rect31181"
         style="opacity:1;fill:#2e3436;fill-opacity:1"
         d="m 613,277 c -0.554,0 -1,0.446 -1,1 v 12 c 0,0.554 0.446,1 1,1 h 1 c 0.554,0 1,-0.446 1,-1 v -12 c 0,-0.554 -0.446,-1 -1,-1 z m -4,3 c -0.554,0 -1,0.446 -1,1 v 9 c 0,0.554 0.446,1 1,1 h 1 c 0.554,0 1,-0.446 1,-1 v -9 c 0,-0.554 -0.446,-1 -1,-1 z m -4,3 c -0.554,0 -1,0.446 -1,1 v 6 c 0,0.554 0.446,1 1,1 h 1 c 0.554,0 1,-0.446 1,-1 v -6 c 0,-0.554 -0.446,-1 -1,-1 z m -4,3 c -0.554,0 -1,0.446 -1,1 v 3 c 0,0.554 0.446,1 1,1 h 1 c 0.554,0 1,-0.446 1,-1 v -3 c 0,-0.554 -0.446,-1 -1,-1 z" />
      <rect
         y="276"
         x="600"
         height="16"
         width="16"
         id="rect3825-9"
         style="fill:none" />
    </g>
    <g
       id="g316571"
       inkscape:label="wifi security"
       transform="matrix(2,0,0,2,-842.06299,-52.135597)">
      <title
         id="title316563">network-wireless-encrypted</title>
      <path
         id="use282798-7"
         style="fill:#2e3436;fill-opacity:1;fill-rule:nonzero"
         d="m 808,41 c -2.1987,0 -4,1.801299 -4,4 v 2 c -1.108,0 -2,0.892 -2,2 v 3 1 1 c 0,0.554 0.446,1 1,1 h 10 c 0.554,0 1,-0.446 1,-1 v -1 -1 -3 c 0,-1.108 -0.892,-2 -2,-2 v -2 c 0,-2.198701 -1.8013,-4 -4,-4 z m 0,2 c 1.1253,0 2,0.874704 2,2 v 2 h -4 v -2 c 0,-1.125296 0.8747,-2 2,-2 z" />
      <rect
         id="rect316569"
         width="16"
         height="16"
         x="800"
         y="40"
         style="fill:none" />
    </g>
    <g
       id="g3625"
       inkscape:label="emoji body positions"
       transform="matrix(2,0,0,2,-386.12549,-668.00003)">
      <title
         id="title171183">emoji-body</title>
      <rect
         transform="matrix(0,-1,-1,0,0,0)"
         y="-568"
         x="-384"
         height="16"
         width="16"
         id="rect3806-2"
         style="fill:none;stroke:none" />
      <path
         d="m 553,375 v 8 h 11 c 0.43862,0 0.875,-0.375 1,-1 l 1,-5.96875 V 374 c 0,-0.53491 -0.40625,-1 -1,-1 h -3.90039 L 562,369.5 c 0.22531,-0.84086 -0.43404,-1.5 -1,-1.5 h -1 l -4.04145,7 z"
         id="path19902"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       style="display:inline;enable-background:new"
       id="g6611"
       inkscape:label="applications utilities"
       transform="matrix(2,0,0,2,637.74951,108.13515)">
      <title
         id="title51948">applications-utilities</title>
      <path
         id="rect5455"
         d="M 2.93361,3.9e-4 C 1.30834,3.9e-4 2e-5,1.33247 2e-5,2.98672 v 10.02734 c 0,1.65425 1.30832,2.98633 2.93359,2.98633 h 0.13282 c 1.62527,0 2.93359,-1.33208 2.93359,-2.98633 V 2.98672 C 6.00002,1.33247 4.6917,3.9e-4 3.06643,3.9e-4 Z m 2.59375,0 c 0.87799,0.71298 1.46875,1.79213 1.46875,3 v 1 h 2.125 c -0.0742,-1.09265 1.2487,-2 2,-2 0.68073,0 1,0.0117 1,1 v 1 h 1.21875 c 1.22869,-0.60001 1.78125,-1.96908 1.78125,-2.6875 0,-0.73589 -2.38538,-1.3125 -3.6875,-1.3125 z m 1.47266,5 v 4.3125 c 2.76625,2.66159 6.125,2.40625 6.125,2.40625 0,0 0.35285,-1.5209 -1.90625,-4.03125 l -2.375,-2.6875 h -0.625 -1.15625 c -0.0213,0.002 -0.0412,-0.002 -0.0625,0 z m 2.97461,2.53125 1.68359,1.73828 C 9.85922,9.4354 9.50733,8.41214 9.97463,7.53164 Z"
         style="fill:#2e3436;fill-opacity:1" />
      <rect
         y="0"
         x="0"
         height="16"
         width="16"
         id="rect6099"
         style="fill:none;stroke:none" />
    </g>
    <g
       id="g3699"
       inkscape:label="emoji food drink eating"
       transform="matrix(2,0,0,2,-386.06336,-667.98584)">
      <title
         id="title171187">emoji-food</title>
      <rect
         y="368.00003"
         x="572.00049"
         height="16"
         width="16"
         id="rect6062"
         style="fill:none" />
      <path
         id="path3638"
         d="m 572.98436,367.98634 a 1.0001,1.0001 0 0 0 -0.98438,1.01367 v 4 c 0,0 0.007,0.84361 0.57422,1.59961 0.44814,0.59752 1.2581,1.11943 2.42578,1.31445 v 1.08594 a 1.0001,1.0001 0 0 0 -1,1 v 5 a 1.0001,1.0001 0 0 0 1,1 h 2 a 1.0001,1.0001 0 0 0 1,-1 v -5 a 1.0001,1.0001 0 0 0 -1,-1 v -1.08594 c 1.16768,-0.19502 1.97764,-0.71693 2.42578,-1.31445 0.567,-0.756 0.57422,-1.59961 0.57422,-1.59961 v -4 a 1.0001,1.0001 0 1 0 -2,0 v 3.5 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 v -3.5 a 1.0001,1.0001 0 0 0 -1.01562,-1.01367 1.0001,1.0001 0 0 0 -0.98438,1.01367 v 3.5 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 v -3.5 a 1.0001,1.0001 0 0 0 -1.01562,-1.01367 z m 12.98632,0.0137 c -0.25501,0.008 -0.49746,0.11244 -0.67773,0.29297 -1.7357,1.7357 -2.50332,4.16115 -2.89844,6.13672 -0.39511,1.97557 -0.39453,3.57031 -0.39453,3.57031 6e-5,0.55226 0.44774,0.99994 1,1 h 1 v 4 c 6e-5,0.55226 0.44774,0.99994 1,1 h 1 c 0.55226,-6e-5 0.99994,-0.44774 1,-1 v -3.75 -1.25 -9 c 1.8e-4,-0.56391 -0.46563,-1.01646 -1.0293,-1 z"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g6811"
       inkscape:label="emoji activities sport"
       transform="matrix(2,0,0,2,-386.00098,-668.00006)">
      <title
         id="title171189">emoji-activities</title>
      <rect
         id="rect6098"
         width="16"
         height="16"
         x="592.00049"
         y="368.00003"
         style="fill:none" />
      <path
         id="path6745"
         d="m 600,368 c -4.40643,0 -8,3.59357 -8,8 0,4.40643 3.59357,8 8,8 4.40643,0 8,-3.59357 8,-8 0,-4.40643 -3.59357,-8 -8,-8 z m 0,2 c 0.0383,0 0.0752,0.005 0.11328,0.006 -0.33475,1.6513 0.1697,3.39817 1.42774,4.60352 1.20471,1.15425 2.87696,1.60232 4.45312,1.2832 6.4e-4,0.0361 0.006,0.0711 0.006,0.10742 0,3.32555 -2.67445,6 -6,6 -0.0389,0 -0.0765,-0.005 -0.11523,-0.006 0.32187,-1.58491 -0.12611,-3.26012 -1.28125,-4.46094 -0.72025,-0.74872 -1.63524,-1.23605 -2.60938,-1.43359 -0.24353,-0.0494 -0.49141,-0.0811 -0.74023,-0.0937 -0.41528,-0.0211 -0.83428,0.0154 -1.24805,0.0996 C 594.00525,376.06998 594,376.03564 594,376 c 0,-3.32555 2.67445,-6 6,-6 z m 1.11328,0.10547 c 2.42929,0.45217 4.33059,2.35533 4.78125,4.78515 -1.28987,0.29664 -2.67084,-0.0522 -3.66211,-1.00195 -1.03419,-0.99088 -1.43073,-2.43236 -1.11914,-3.7832 z m -5.9082,6.89844 c 0.99428,0.0508 1.95621,0.47261 2.67773,1.22265 0.95007,0.98763 1.30464,2.37034 1.00586,3.66797 -2.43144,-0.45177 -4.33369,-2.3568 -4.7832,-4.78906 0.36384,-0.0838 0.73388,-0.12026 1.09961,-0.10156 z"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g75305"
       inkscape:label="emoji people faces smiles"
       transform="matrix(2,0,0,2,-1074.188,-1020)">
      <title
         id="title75317">emoji-people</title>
      <path
         id="path67373"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto"
         d="m 884,544 c -4.4037,0 -8,3.5963 -8,8 0,4.4037 3.5963,8 8,8 4.4037,0 8,-3.5963 8,-8 0,-4.4037 -3.5963,-8 -8,-8 z m 0,1.98242 c 3.33965,0 6.01758,2.67793 6.01758,6.01758 0,3.33965 -2.67793,6.01758 -6.01758,6.01758 -3.33965,0 -6.01758,-2.67793 -6.01758,-6.01758 0,-3.33965 2.67793,-6.01758 6.01758,-6.01758 z M 882,549 c -0.55228,0 -1,0.44772 -1,1 0,0.55228 0.44772,1 1,1 0.55228,0 1,-0.44772 1,-1 0,-0.55228 -0.44772,-1 -1,-1 z m 4,0 c -0.55228,0 -1,0.44772 -1,1 0,0.55228 0.44772,1 1,1 0.55228,0 1,-0.44772 1,-1 0,-0.55228 -0.44772,-1 -1,-1 z m -5.28125,4.06641 a 0.49999851,0.49999851 0 0 0 -0.18359,0.68359 c 0.71413,1.23691 2.03658,2 3.46484,2 1.42826,0 2.75071,-0.76309 3.46484,-2 a 0.49999851,0.49999851 0 0 0 -0.18359,-0.68359 0.49999851,0.49999851 0 0 0 -0.68359,0.18359 c -0.5363,0.9289 -1.52506,1.5 -2.59766,1.5 -1.0726,0 -2.06136,-0.5711 -2.59766,-1.5 a 0.49999851,0.49999851 0 0 0 -0.68359,-0.18359 z" />
      <rect
         y="544"
         x="876"
         height="16"
         width="16"
         id="rect67375"
         style="fill:none" />
    </g>
    <g
       inkscape:label="default check done affirmative"
       id="g8869-2"
       transform="matrix(0,2,-2,0,1179.9431,-218.06829)">
      <title
         id="title8863-7">emblem-default</title>
      <rect
         y="195.00317"
         x="163.1358"
         height="16"
         width="16"
         id="rect8865-0"
         style="fill:none;fill-opacity:1" />
      <path
         id="path8867-9"
         style="fill:#2e3436;fill-opacity:1"
         d="m 528,628 c -4.40642,0 -8,3.59357 -8,8 0,4.40643 3.59358,8 8,8 4.40643,0 8,-3.59357 8,-8 0,-4.40643 -3.59357,-8 -8,-8 z m 3.40039,4.50586 a 1,1 0 0 1 0.73242,0.2207 1,1 0 0 1 0.14063,1.40625 l -4.5,5.5 a 1.0001,1.0001 0 0 1 -1.48047,0.0742 l -2.5,-2.5 a 1,1 0 0 1 0,-1.41406 1,1 0 0 1 1.41406,0 l 1.71875,1.71875 3.80078,-4.64453 a 1,1 0 0 1 0.67383,-0.36133 z"
         transform="rotate(-90,133.03544,597.96742)" />
    </g>
    <g
       id="g5244"
       inkscape:label="emblem synchronizing reload refresh update arrow circular"
       transform="matrix(2,0,0,2,-284.12589,-653.86446)">
      <title
         id="title5783">emblem-synchronizing</title>
      <rect
         transform="rotate(-90)"
         id="rect10837-5-8-4-4-2-3"
         y="501.00021"
         x="-397"
         height="16"
         width="16"
         style="fill:none" />
      <path
         id="path408119"
         d="m 508.86347,382 c -0.26835,0.005 -0.53514,0.0267 -0.79883,0.0625 -2.10946,0.28607 -4.02469,1.52834 -5.12695,3.4375 a 1,1 0 0 0 0.36719,1.36523 1,1 0 0 0 1.36523,-0.36523 c 1.05272,-1.82335 3.12578,-2.78943 5.19922,-2.42383 1.67813,0.29591 3.05647,1.41029 3.71484,2.92383 h -1.58398 a 1,1 0 0 0 -1,1 1,1 0 0 0 1,1 h 4 a 1.0001,1.0001 0 0 0 1,-1 v -4 a 1,1 0 0 0 -1,-1 1,1 0 0 0 -1,1 v 1.39844 c -1.02472,-1.704 -2.75102,-2.9343 -4.78516,-3.29297 -0.45229,-0.0798 -0.90431,-0.11439 -1.35156,-0.10547 z m -6.86328,7 a 1.0001,1.0001 0 0 0 -1,1 v 4 a 1,1 0 0 0 1,1 1,1 0 0 0 1,-1 v -1.39648 c 1.14029,1.8975 3.13403,3.1717 5.39062,3.36914 2.7077,0.23689 5.31286,-1.11877 6.67188,-3.47266 a 1,1 0 0 0 -0.36523,-1.36523 1,1 0 0 0 -1.36719,0.36523 c -0.97277,1.68488 -2.82749,2.65003 -4.76563,2.48047 -1.83395,-0.16046 -3.41761,-1.30863 -4.14648,-2.98047 h 1.58203 a 1,1 0 0 0 1,-1 1,1 0 0 0 -1,-1 z"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g404387"
       inkscape:label="emblem system gear cog machine settings preferences options"
       transform="matrix(2,0,0,2,-206.18799,-695.86473)">
      <title
         id="title404381">emblem-system</title>
      <rect
         id="rect404383"
         width="16"
         height="16"
         x="442"
         y="401.99997"
         style="fill:none" />
      <path
         id="path111162"
         d="m 449.75032,402.00029 c -0.4155,0 -0.75,0.3345 -0.75,0.75 v 1.33398 c -0.58882,0.0996 -1.14789,0.28601 -1.66602,0.54493 l -0.7871,-1.08203 c -0.15265,-0.21011 -0.3924,-0.317 -0.63282,-0.3086 -0.14425,0.005 -0.28801,0.051 -0.41406,0.14258 l -0.4043,0.29492 c -0.33614,0.24423 -0.41024,0.71073 -0.16601,1.04688 l 0.78906,1.08398 c -0.4092,0.41764 -0.75682,0.89443 -1.03125,1.41602 l -1.27344,-0.41407 c -0.0741,-0.0241 -0.14881,-0.0361 -0.22265,-0.0371 -0.31997,-0.004 -0.61834,0.19846 -0.72266,0.51954 l -0.1543,0.4746 c -0.12839,0.39518 0.0853,0.81692 0.48047,0.94532 l 1.26953,0.41211 c -0.0423,0.28617 -0.0645,0.57944 -0.0645,0.87695 0,0.29809 0.022,0.59024 0.0645,0.87695 l -1.26953,0.41211 c -0.39516,0.1284 -0.60886,0.55013 -0.48047,0.94532 l 0.1543,0.4746 c 0.1284,0.39517 0.55015,0.61082 0.94531,0.48243 l 1.27344,-0.41407 c 0.27434,0.52117 0.62234,0.99866 1.03125,1.41602 l -0.78906,1.08398 c -0.24423,0.33615 -0.17013,0.80265 0.16601,1.04688 l 0.4043,0.29492 c 0.33615,0.24423 0.80263,0.17014 1.04688,-0.16602 l 0.7871,-1.08203 c 0.5181,0.2589 1.07724,0.44334 1.66602,0.54297 v 1.33594 c 0,0.4155 0.3345,0.75 0.75,0.75 h 0.5 c 0.4155,0 0.75,-0.3345 0.75,-0.75 v -1.33594 c 0.58855,-0.0998 1.14814,-0.28598 1.66602,-0.54492 l 0.7871,1.08398 c 0.24424,0.33615 0.71073,0.41025 1.04688,0.16602 l 0.4043,-0.29297 c 0.33614,-0.24422 0.41024,-0.71268 0.16601,-1.04883 l -0.78906,-1.08398 c 0.40891,-0.41736 0.75691,-0.89485 1.03125,-1.41602 l 1.27344,0.41407 c 0.39516,0.12839 0.81691,-0.0873 0.94531,-0.48243 l 0.1543,-0.4746 c 0.12839,-0.39518 -0.0853,-0.81692 -0.48047,-0.94532 l -1.27149,-0.41211 c 0.0424,-0.28672 0.0664,-0.57885 0.0664,-0.87695 0,-0.29752 -0.0241,-0.59077 -0.0664,-0.87695 l 1.27149,-0.41211 c 0.39516,-0.1284 0.60886,-0.55013 0.48047,-0.94532 l -0.1543,-0.4746 c -0.10432,-0.32108 -0.40269,-0.52395 -0.72266,-0.51954 -0.0738,0.001 -0.14856,0.013 -0.22265,0.0371 l -1.27344,0.41407 c -0.27443,-0.52159 -0.62205,-0.99838 -1.03125,-1.41602 l 0.78906,-1.08398 c 0.24423,-0.33615 0.17013,-0.80265 -0.16601,-1.04688 l -0.4043,-0.29492 c -0.14706,-0.10685 -0.31874,-0.15286 -0.48633,-0.14258 -0.21547,0.0132 -0.42316,0.11951 -0.56055,0.3086 l -0.7871,1.08398 c -0.51781,-0.25891 -1.07756,-0.44512 -1.66602,-0.54492 v -1.33594 c 0,-0.4155 -0.3345,-0.75 -0.75,-0.75 z m 0.25,4 c 0.80805,0 1.55694,0.23599 2.18359,0.64258 l 0.32422,0.23437 c 0.5585,0.44799 0.99167,1.04255 1.24414,1.72852 0.002,0.005 0.004,0.009 0.006,0.0137 l 0.084,0.26367 c 0.10175,0.35436 0.1582,0.72861 0.1582,1.11719 0,0.38858 -0.0564,0.76283 -0.1582,1.11719 l -0.084,0.26172 -0.002,0.004 c -0.25192,0.69017 -0.68684,1.29009 -1.24805,1.74024 l -0.32422,0.23437 c -0.62665,0.40659 -1.37554,0.64258 -2.18359,0.64258 -0.80589,0 -1.55405,-0.23408 -2.17969,-0.63867 l -0.32812,-0.23828 c -0.55387,-0.44427 -0.98688,-1.0341 -1.24024,-1.71289 l -0.10351,-0.31836 c -0.097,-0.34672 -0.14844,-0.71267 -0.14844,-1.0918 0,-0.37913 0.0514,-0.74508 0.14844,-1.0918 l 0.10742,-0.32812 c 0.25378,-0.67524 0.68476,-1.2607 1.23633,-1.70313 l 0.32812,-0.23828 c 0.62564,-0.40459 1.3738,-0.63867 2.17969,-0.63867 z"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g21403"
       transform="matrix(2,0,0,2,117.99957,-219.86443)"
       inkscape:label="audio music podcasts">
      <title
         id="title21397">emblem-music</title>
      <rect
         id="rect21399"
         width="16"
         height="16"
         x="340"
         y="163.99998"
         style="fill:none" />
      <path
         id="path21401"
         style="fill:#2e3436"
         d="m 45.01563,768.99483 -0.0059,7.33915 c -0.454234,-0.21703 -0.960628,-0.33984 -1.494141,-0.33984 -1.92115,0 -3.5,1.57885 -3.5,3.5 0,1.92115 1.57885,3.5 3.5,3.5 1.92115,0 3.5,-1.57885 3.5,-3.5 v -0.002 l 4e-6,-8.49731 c 0,0 0,0 1,0 l 4.986323,0.005 0.0078,5.33398 c -0.454234,-0.21703 -0.960628,-0.33984 -1.494141,-0.33984 -1.92115,0 -3.5,1.57885 -3.5,3.5 0,1.92115 1.57885,3.5 3.5,3.5 1.92115,0 3.5,-1.57885 3.5,-3.5 v -0.002 L 54.998047,769 48.01563,768.995 c -3,0 -3,0 -3,0 z m -1.500005,8.99931 c 0.84027,0 1.5,0.65973 1.5,1.5 v 0.002 c -10e-4,0.83934 -0.660385,1.49805 -1.5,1.49805 -0.84027,0 -1.5,-0.65973 -1.5,-1.5 0,-0.84027 0.65973,-1.5 1.5,-1.5 z m 8,0 c 0.84027,0 1.5,0.65973 1.5,1.5 v 0.002 c -10e-4,0.83934 -0.660385,1.49805 -1.5,1.49805 -0.84027,0 -1.5,-0.65973 -1.5,-1.5 0,-0.84027 0.65973,-1.5 1.5,-1.5 z"
         transform="translate(299.98435,-603.99485)" />
    </g>
    <g
       inkscape:label="share public"
       transform="matrix(2,0,0,2,-82.312988,-179.729)"
       id="g13459-6">
      <title
         id="title24330-0">emblem-shared</title>
      <rect
         y="163.99998"
         x="340"
         height="16"
         width="16"
         id="rect13451-6"
         style="fill:none" />
      <ellipse
         ry="2.9999986"
         rx="3"
         cy="172.00012"
         cx="343"
         style="fill:#2e3436;fill-opacity:1"
         id="ellipse13453-2" />
      <path
         style="fill:#2e3436"
         d="M 352.55273,166.10547 340.76367,172 l 11.78906,5.89453 0.89454,-1.78906 -8.21094,-4.10547 8.21094,-4.10547 z"
         id="path13457-6" />
      <ellipse
         id="ellipse13461-1"
         style="fill:#2e3436;fill-opacity:1"
         cx="353"
         cy="167.00012"
         rx="3"
         ry="2.9999986" />
      <ellipse
         ry="2.9999986"
         rx="3"
         cy="177.00012"
         cx="353"
         style="fill:#2e3436;fill-opacity:1"
         id="ellipse13463-8" />
    </g>
    <g
       id="g42707-5"
       transform="matrix(2,0,0,2,598.09318,-1587.802)"
       inkscape:label="pictures photos images">
      <title
         id="title42789-6">emblem-photos</title>
      <rect
         id="rect41796-2"
         width="16"
         height="16"
         x="119.98441"
         y="847.96875"
         style="fill:none" />
      <path
         id="path41798-9"
         style="fill:#2e3436"
         d="m 126,853 c -0.55228,0 -1,0.44772 -1,1 0,0.55228 0.44772,1 1,1 0.55228,0 1,-0.44772 1,-1 0,-0.55228 -0.44772,-1 -1,-1 z m 3.5,3 -2,2 -1.5,-1 -2,2 v 0.5 c 0,0.5 0.5,0.5 0.5,0.5 h 7 c 0,0 0.4729,-0.0342 0.5,-0.5 v -1 z" />
      <path
         style="fill:#2e3436"
         d="m 124,849 c -1.6447,0 -3,1.3553 -3,3 v 8 c 0,1.6447 1.3553,3 3,3 h 8 c 1.6447,0 3,-1.3553 3,-3 v -8 c 0,-1.6447 -1.3553,-3 -3,-3 z m 0,2 h 8 c 0.5713,0 1,0.4287 1,1 v 8 c 0,0.5713 -0.4287,1 -1,1 h -8 c -0.5713,0 -1,-0.4287 -1,-1 v -8 c 0,-0.5713 0.4287,-1 1,-1 z"
         id="rect41802-12" />
    </g>
    <g
       id="g322453"
       transform="matrix(2,0,0,2,158.06207,-260)"
       inkscape:label="file audio music mp3">
      <title
         id="title322447">audio-x-generic</title>
      <rect
         id="rect322449"
         width="16"
         height="16"
         x="340"
         y="163.99998"
         style="fill:none" />
      <path
         id="path322451"
         d="m 344.99408,172.33913 c -0.45423,-0.21703 -0.96063,-0.33984 -1.49414,-0.33984 -1.92115,0 -3.5,1.57885 -3.5,3.5 0,1.92115 1.57885,3.5 3.5,3.5 1.92115,0 3.5,-1.57885 3.5,-3.5 l 4e-5,-7.49931 5.98629,0.005 0.008,4.33398 c -0.45424,-0.21703 -0.96063,-0.33984 -1.49414,-0.33984 -1.92116,0 -3.5,1.57885 -3.5,3.5 0,1.92115 1.57884,3.5 3.5,3.5 1.92115,0 3.5,-1.57885 3.5,-3.5 l 5e-5,-10.49914 -10,1.7e-4 z"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g324334"
       inkscape:label="file movies videos"
       transform="matrix(2,0,0,2,397.68681,-1427.8545)">
      <title
         id="title324326">video-x-generic</title>
      <rect
         id="rect324328"
         width="16"
         height="16"
         x="-116.0002"
         y="767.995"
         transform="scale(-1,1)"
         style="fill:none" />
      <path
         id="path324330"
         style="fill:#2e3436;fill-opacity:1"
         d="m 67,671 c -1.6447,0 -3,1.3553 -3,3 v 1.42578 l -3.318359,-3.43164 H 60 v 9 h 0.642578 L 64,677.5 v 1.5 c 0,1.6447 1.3553,3 3,3 h 6 c 1.6447,0 3,-1.3553 3,-3 v -5 c 0,-1.6447 -1.3553,-3 -3,-3 z"
         transform="translate(40,100)" />
    </g>
    <g
       transform="matrix(-2,0,0,2,1165.8117,-1843.7289)"
       inkscape:label="trash garbage delete remove"
       id="g40070"
       style="display:inline">
      <title
         id="title8339">user-trash</title>
      <rect
         y="996"
         x="227.9998"
         height="16"
         width="16"
         id="rect40076"
         style="fill:none" />
      <path
         id="path3799"
         style="fill:#2e3436;fill-opacity:1;stroke:none"
         d="m 238.01545,996.00503 1,0.99414 3,0.006 c 0,0 1,0 1,1.00003 l -0.0156,0.9941 h -15 l 0.0156,-0.9943 c 0,-0.99997 1,-0.99997 1,-0.99997 l 3,-0.006 1,-0.994 z m 3.98437,3.99417 -2e-5,9.0008 c -1e-5,3 -3,3 -3,3 h -7 c -3,0 -3,-3 -3,-3 l 2e-5,-9.0008 h 2 l -2e-5,9.0008 c 0,1 1,1 1,1 h 7 c 0,0 1,0 1,-1 l 2e-5,-9.0008 z m -4,1 v 7 h -1 v -7 z m -2,0 v 7 h -1 v -7 z m -2,0 v 7 h -1 v -7 z" />
    </g>
    <g
       transform="matrix(2,0,0,2,341.87491,-1923.7289)"
       inkscape:label="server remote samba ftp"
       id="g11102"
       style="display:inline">
      <title
         id="title23571">network-server</title>
      <path
         id="rect12712"
         d="m 193.9685,1036.005 c -1.6447,0 -3,1.3553 -3,3 v 6 c 0,1.6447 1.3553,3 3,3 h 1.03125 v 1.9942 h -5.5 c -0.27698,0 -0.5,0.223 -0.5,0.5 v 1 c 0,0.277 0.22302,0.5 0.5,0.5 h 13 c 0.27699,0 0.5,-0.223 0.5,-0.5 v -1 c 0,-0.277 -0.22301,-0.5 -0.5,-0.5 h -5.5 v -1.9942 h 0.96875 c 1.6447,0 3,-1.3553 3,-3 v -6 c 0,-1.6447 -1.3553,-3 -3,-3 z m 0,2 h 4 c 0.5713,0 1,0.4287 1,1 v 6 c 0,0.5713 -0.4287,1 -1,1 h -4 c -0.5713,0 -1,-0.4287 -1,-1 v -6 c 0,-0.5713 0.4287,-1 1,-1 z m 0,1 v 1 h 4 v -1 z m 3,2 v 1 h 1 v -1 z"
         style="fill:#2e3436;fill-opacity:1" />
      <rect
         y="1036"
         x="187.9998"
         height="16"
         width="16"
         id="rect11108"
         style="fill:none" />
    </g>
    <g
       id="g43422"
       inkscape:label="files movies videos"
       transform="matrix(2,0,0,2,597.99931,-1387.7189)"
       style="display:inline">
      <title
         id="title43424">folder-videos</title>
      <rect
         id="rect8027"
         width="16"
         height="16"
         x="-116.0002"
         y="767.995"
         transform="scale(-1,1)"
         style="fill:none" />
      <path
         id="rect8029"
         d="M 100.68164,771.99414 H 100 v 9 h 0.64258 L 105,776.45996 Z"
         style="fill:#2e3436;fill-opacity:1" />
      <path
         d="m 107,771 c -1.6447,0 -3,1.3553 -3,3 v 5 c 0,1.6447 1.3553,3 3,3 h 6 c 1.6447,0 3,-1.3553 3,-3 v -5 c 0,-1.6447 -1.3553,-3 -3,-3 z m 0,2 h 6 c 0.5713,0 1,0.4287 1,1 v 5 c 0,0.5713 -0.4287,1 -1,1 h -6 c -0.5713,0 -1,-0.4287 -1,-1 v -5 c 0,-0.5713 0.4287,-1 1,-1 z"
         id="rect41802-1"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g12494-5"
       inkscape:label="folder directory"
       transform="matrix(2,0,0,2,-306.21924,172.27111)"
       style="display:inline">
      <title
         id="title11426">folder</title>
      <path
         d="m 472.9687,-7.99497 v 1 h 8 v -1 z"
         id="path183334"
         style="fill:#2e3436;fill-opacity:1" />
      <rect
         style="fill:none;stroke-width:0"
         id="rect12478-3"
         width="16"
         height="16"
         x="472"
         y="-12.000004" />
      <path
         d="m 474.96875,-10.99414 c -1.64501,0 -3,1.354992 -3,3 v 8 c 0,1.6450079 1.35499,3 3,3 h 10 c 1.64501,0 3,-1.3549921 3,-3 v -6 c 0,-1.645008 -1.35499,-3 -3,-3 h -3.58594 l -1.70703,-1.707031 a 1.0001,1.0001 0 0 0 -0.70703,-0.292969 z m 0,2 h 3.58594 l 1.70703,1.707031 a 1.0001,1.0001 0 0 0 0.70703,0.292969 h 4 c 0.56413,0 1,0.435871 1,1 v 6 c 0,0.5641288 -0.43587,1 -1,1 h -10 c -0.56413,0 -1,-0.4358712 -1,-1 v -8 c 0,-0.564129 0.43587,-1 1,-1 z"
         id="path3991"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       id="g42707"
       transform="matrix(2,0,0,2,517.96818,-1547.6664)"
       inkscape:label="files pictures photos images"
       style="display:inline">
      <title
         id="title42789">folder-pictures</title>
      <rect
         id="rect41796"
         width="16"
         height="16"
         x="119.98441"
         y="847.96875"
         style="fill:none" />
      <path
         id="path41798"
         d="m 126,853 c -0.55228,0 -1,0.44772 -1,1 0,0.55228 0.44772,1 1,1 0.55228,0 1,-0.44772 1,-1 0,-0.55228 -0.44772,-1 -1,-1 z m 3.5,3 -2,2 -1.5,-1 -2,2 v 0.5 c 0,0.5 0.5,0.5 0.5,0.5 h 7 c 0,0 0.4729,-0.0342 0.5,-0.5 v -1 z"
         style="fill:#2e3436;fill-opacity:1" />
      <path
         d="m 124,849 c -1.6447,0 -3,1.3553 -3,3 v 8 c 0,1.6447 1.3553,3 3,3 h 8 c 1.6447,0 3,-1.3553 3,-3 v -8 c 0,-1.6447 -1.3553,-3 -3,-3 z m 0,2 h 8 c 0.5713,0 1,0.4287 1,1 v 8 c 0,0.5713 -0.4287,1 -1,1 h -8 c -0.5713,0 -1,-0.4287 -1,-1 v -8 c 0,-0.5713 0.4287,-1 1,-1 z"
         id="rect41802"
         style="fill:#2e3436;fill-opacity:1" />
    </g>
    <g
       inkscape:label="heart filled love favourite"
       id="g2188"
       transform="matrix(2,0,0,2,-603.92649,202.2711)">
      <title
         id="title2190">emblem-favorite</title>
      <rect
         y="-27"
         x="720.9884"
         height="16"
         width="16"
         id="rect14243"
         style="fill:none" />
      <path
         id="path1979"
         d="m 732.84764,-25.998346 a 4.2700885,4.2700885 0 0 0 -3.00433,1.120786 l -0.8606,0.767204 -0.86061,-0.767204 a 4.2700885,4.2700885 0 1 0 -5.67954,6.377806 l 6.54015,5.826309 6.54014,-5.826309 a 4.2700885,4.2700885 0 0 0 -2.67521,-7.498592 z"
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;vector-effect:none;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke-width:7.5;stroke-linejoin:miter;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto" />
    </g>
    <g
       id="g1890"
       transform="matrix(0.25,0,0,0.25,288.10154,138.13671)">
      <g
         transform="matrix(4,0,0,4,-1071,-6977)"
         style="display:inline;enable-background:new"
         id="folder"
         inkscape:label="#g3169">
        <title
           id="title4404">folder</title>
        <rect
           y="1642"
           x="-1.5000001e-06"
           height="128"
           width="128"
           id="rect9125"
           style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:none;stroke-width:5;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" />
        <g
           transform="matrix(0.25,0,0,0.25,-1.5e-6,1695)"
           id="g6962">
          <path
             inkscape:connector-curvature="0"
             id="path1461"
             d="m 88,-162 c 0,0 -40,0 -40,40 L 47.964844,6 h 0.0332 L 47.964844,254.0938 424,254 c 40,0 40,-40 40,-40 V 6 -42 -90 c 0,0 0,-40 -40,-40 H 224 l -32,-32 z"
             style="display:inline;opacity:0.2;vector-effect:none;fill:#000000;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;filter:url(#filter1302-5);enable-background:new" />
          <path
             style="display:inline;opacity:1;vector-effect:none;fill:url(#linearGradient13242);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"
             d="M 208,672 H 104 c 0,0 -40,0 -40,40 v 128 h 416 v -96 c 0,0 0,-40 -40,-40 H 240 Z"
             transform="translate(-16,-836)"
             id="path1442"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="ccccccccc" />
          <path
             id="path1505"
             d="m 256,-80 -32,32 H 88 c 0,0 -40,0 -40,40 v 264 h 376 c 40,0 40,-40 40,-40 V -40 c 0,-40 -40,-40 -40,-40 z"
             style="display:inline;opacity:0.1;vector-effect:none;fill:#000000;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;filter:url(#filter1529-1);enable-background:new"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccccccccc"
             clip-path="url(#clipPath1509-2)" />
          <path
             sodipodi:nodetypes="cccccccccc"
             inkscape:connector-curvature="0"
             style="display:inline;opacity:1;vector-effect:none;fill:url(#linearGradient550);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"
             d="m 256,-84 -32,32 H 88 c 0,0 -40,0 -40,40 v 264 h 376 c 40,0 40,-40 40,-40 V -44 c 0,-40 -40,-40 -40,-40 z"
             id="rect1100-0-9" />
          <path
             style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#99c1f1;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;-inkscape-stroke:none;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new;stop-color:#000000;stop-opacity:1"
             d="m 480,1042 c 0,0 0,40 -40,40 l -375.998047,0.094 -0.0039,6 L 440,1088 c 40,0 40,-40 40,-40 z"
             transform="translate(-16,-836)"
             id="path1449"
             inkscape:connector-curvature="0" />
          <path
             style="display:inline;opacity:0.3;vector-effect:none;fill:#ffffff;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"
             d="m 272,752 -32,32 H 104 c 0,0 -40,0 -40,40 v 4 c 0,-40 40,-42 40,-42 h 136.59099 l 32,-32 H 440 c 5.38035,0 40,2 40,42 v -4 c 0,-40 -40,-40 -40,-40 z"
             id="path1328"
             inkscape:connector-curvature="0"
             sodipodi:nodetypes="cccsccccccscc"
             transform="translate(-16,-836)" />
        </g>
      </g>
      <path
         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#3f8ae5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:16;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:new"
         d="m -849.26562,-163.04883 v 70.02539 c -0.1347,0.73041 -0.7188,0.95157 -1.2812,0.58594 l 0.01,0.0508 c -6.4688,-4.49586 -14.3029,-7.14455 -22.7288,-7.14455 -21.9966,0 -40,18.00337 -40,40 0,21.99663 18.0034,40 40,40 21.9966,0 40,-18.00337 40,-40 v -100.08789 a 3.9121094,3.9121094 135 0 1 3.91211,-3.91211 h 71.00781 a 5.0800781,5.0800781 45 0 1 5.08008,5.08008 v 65.33789 c -0.1028,0.7999 -0.7067,1.05556 -1.291,0.67578 l 0.01,0.043 c -6.4668,-4.49154 -14.2976,-7.13675 -22.719,-7.13675 -21.9966,0 -40,18.00337 -40,40 0,21.99663 18.0034,40 40,40 21.9966,0 40,-18.00337 40,-40 V -163.0918 a 16.439453,16.439453 45 0 0 -16.43945,-16.43945 h -79.07813 a 16.482422,16.482422 135 0 0 -16.48242,16.48242 z m -24,79.51758 c 13.3496,0 24,10.65041 24,24 0,13.34959 -10.6504,24 -24,24 -13.3496,0 -24,-10.65041 -24,-24 0,-13.34959 10.6504,-24 24,-24 z m 96,0 c 13.3496,0 24,10.65041 24,24 0,13.34959 -10.6504,24 -24,24 -13.3496,0 -24,-10.65041 -24,-24 0,-13.34959 10.6504,-24 24,-24 z"
         id="path5670-3-7"
         inkscape:path-effect="#path-effect16726"
         inkscape:original-d="m -849.26562,-179.53125 v 86.50781 c -0.1347,0.73041 -0.7188,0.95157 -1.2812,0.58594 l 0.01,0.0508 c -6.4688,-4.49586 -14.3029,-7.14455 -22.7288,-7.14455 -21.9966,0 -40,18.00337 -40,40 0,21.99663 18.0034,40 40,40 21.9966,0 40,-18.00337 40,-40 v -104 h 80 v 70.41797 c -0.1028,0.7999 -0.7067,1.05556 -1.291,0.67578 l 0.01,0.043 c -6.4668,-4.49154 -14.2976,-7.13675 -22.719,-7.13675 -21.9966,0 -40,18.00337 -40,40 0,21.99663 18.0034,40 40,40 21.9966,0 40,-18.00337 40,-40 v -120 z m -24,96 c 13.3496,0 24,10.65041 24,24 0,13.34959 -10.6504,24 -24,24 -13.3496,0 -24,-10.65041 -24,-24 0,-13.34959 10.6504,-24 24,-24 z m 96,0 c 13.3496,0 24,10.65041 24,24 0,13.34959 -10.6504,24 -24,24 -13.3496,0 -24,-10.65041 -24,-24 0,-13.34959 10.6504,-24 24,-24 z" />
    </g>
    <g
       id="g130"
       style="display:inline;enable-background:new"
       transform="translate(160.33623,-139.74959)">
      <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>
</svg>