summaryrefslogtreecommitdiffstats
path: root/src/img/linux.svg
blob: 57f4a1ec25abc89675837ec3ff8dd5b1e7aa971e (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   version="1.1"
   width="386"
   height="423"
   id="svg8945">
  <defs
     id="defs8949">
    <linearGradient
       id="linearGradient11799">
      <stop
         id="stop11801"
         style="stop-color:#c3c3c3;stop-opacity:1"
         offset="0" />
      <stop
         id="stop11803"
         style="stop-color:#6d6d6d;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11769">
      <stop
         id="stop11771"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11773"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.6422714" />
      <stop
         id="stop11775"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11687">
      <stop
         id="stop11689"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11691"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.49164602" />
      <stop
         id="stop11693"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11633">
      <stop
         id="stop11635"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11637"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.3093777" />
      <stop
         id="stop11639"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11532">
      <stop
         id="stop11534"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11536"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.17569453" />
      <stop
         id="stop11538"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11524">
      <stop
         id="stop11526"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11528"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.23175907" />
      <stop
         id="stop11530"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11360">
      <stop
         id="stop11362"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11364"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.31528139" />
      <stop
         id="stop11366"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11291">
      <stop
         id="stop11293"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11295"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.32802752" />
      <stop
         id="stop11297"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient11121">
      <stop
         id="stop11123"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11125"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.45320001" />
      <stop
         id="stop11127"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10995">
      <stop
         id="stop10997"
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0" />
      <stop
         id="stop11001"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10762">
      <stop
         id="stop10764"
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10766"
         style="stop-color:#ffffff;stop-opacity:0.19607843"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10656">
      <stop
         id="stop10658"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10660"
         style="stop-color:#deae00;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10433">
      <stop
         id="stop10435"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10437"
         style="stop-color:#dfa800;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10047">
      <stop
         id="stop10049"
         style="stop-color:#c3c3c3;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10051"
         style="stop-color:#a0a0a0;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10039">
      <stop
         id="stop10041"
         style="stop-color:#efefef;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10043"
         style="stop-color:#bcbcbc;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient10031">
      <stop
         id="stop10033"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop10370"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.5" />
      <stop
         id="stop10035"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="202"
       y1="29.969534"
       x2="202"
       y2="103.63979"
       id="linearGradient10037"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="187"
       y1="188.04417"
       x2="187"
       y2="358.56845"
       id="linearGradient10045"
       xlink:href="#linearGradient10039"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="193.53125"
       y1="221.91426"
       x2="193.53125"
       y2="347.07217"
       id="linearGradient10061"
       xlink:href="#linearGradient10047"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="283.625"
       y1="324.5"
       x2="283.625"
       y2="380.875"
       id="linearGradient10175"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <filter
       x="-0.086304188"
       y="-0.19686034"
       width="1.1726084"
       height="1.3937207"
       color-interpolation-filters="sRGB"
       id="filter10358">
      <feGaussianBlur
         id="feGaussianBlur10360"
         stdDeviation="4.5870333" />
    </filter>
    <filter
       x="-0.086304188"
       y="-0.19686034"
       width="1.1726084"
       height="1.3937207"
       color-interpolation-filters="sRGB"
       id="filter10358-3">
      <feGaussianBlur
         id="feGaussianBlur10360-3"
         stdDeviation="4.5870333" />
    </filter>
    <linearGradient
       x1="283.625"
       y1="324.5"
       x2="283.625"
       y2="380.875"
       id="linearGradient10175-3"
       xlink:href="#linearGradient10031-1"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10031-1">
      <stop
         id="stop10033-9"
         style="stop-color:#ffffff;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10035-9"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="283.625"
       y1="324.5"
       x2="283.625"
       y2="380.875"
       id="linearGradient10400"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="156.37009"
       y1="169.46875"
       x2="228.69044"
       y2="169.46875"
       id="linearGradient10439-9"
       xlink:href="#linearGradient10433-5"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10433-5">
      <stop
         id="stop10435-0"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10437-2"
         style="stop-color:#dcae00;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <filter
       color-interpolation-filters="sRGB"
       id="filter10487">
      <feGaussianBlur
         id="feGaussianBlur10489"
         stdDeviation="1.3416777" />
    </filter>
    <linearGradient
       x1="156.37009"
       y1="169.46875"
       x2="228.69044"
       y2="169.46875"
       id="linearGradient10497-9"
       xlink:href="#linearGradient10433-8"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10433-8">
      <stop
         id="stop10435-5"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10437-9"
         style="stop-color:#dfa800;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="156.37009"
       y1="169.46875"
       x2="228.69044"
       y2="169.46875"
       id="linearGradient10439-6"
       xlink:href="#linearGradient10433-8"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10516">
      <stop
         id="stop10518"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10520"
         style="stop-color:#dfa800;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="156.37009"
       y1="169.46875"
       x2="228.69044"
       y2="169.46875"
       id="linearGradient10497-3"
       xlink:href="#linearGradient10433-2"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10433-2">
      <stop
         id="stop10435-9"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10437-8"
         style="stop-color:#dfa800;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="157.37009"
       y1="169.46875"
       x2="227.69044"
       y2="169.46875"
       id="linearGradient10652-9"
       xlink:href="#linearGradient10656-9"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10656-9">
      <stop
         id="stop10658-7"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10660-2"
         style="stop-color:#deae00;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="157.37009"
       y1="169.46875"
       x2="227.69044"
       y2="169.46875"
       id="linearGradient10652-3"
       xlink:href="#linearGradient10656-95"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10656-95">
      <stop
         id="stop10658-3"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10660-1"
         style="stop-color:#deae00;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <filter
       x="-0.13610192"
       y="-0.18271257"
       width="1.2722038"
       height="1.3654251"
       color-interpolation-filters="sRGB"
       id="filter10857">
      <feGaussianBlur
         id="feGaussianBlur10859"
         stdDeviation="3.20761" />
    </filter>
    <linearGradient
       x1="155.01221"
       y1="55.221191"
       x2="155.01221"
       y2="88.420464"
       id="linearGradient10993"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="233.84886"
       y1="72.522697"
       x2="233.84886"
       y2="91.96846"
       id="linearGradient11049"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="128.40625"
       y1="94.96875"
       x2="179.78125"
       y2="130.46875"
       id="linearGradient11084"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       cx="113.13426"
       cy="125.41722"
       r="35.125"
       fx="113.13426"
       fy="125.41722"
       id="radialGradient11119"
       xlink:href="#linearGradient11121"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.6234988,1.7990923,-1.5502345,-1.3989298,565.72444,62.067149)" />
    <filter
       x="-0.1693299"
       y="-0.12526216"
       width="1.3386598"
       height="1.2505243"
       color-interpolation-filters="sRGB"
       id="filter11182">
      <feGaussianBlur
         id="feGaussianBlur11184"
         stdDeviation="4.0317543" />
    </filter>
    <filter
       x="-0.18606396"
       y="-0.19982085"
       width="1.3721279"
       height="1.3996418"
       color-interpolation-filters="sRGB"
       id="filter11252">
      <feGaussianBlur
         id="feGaussianBlur11254"
         stdDeviation="5.2752828" />
    </filter>
    <radialGradient
       cx="232.90625"
       cy="51.545879"
       r="36.125"
       fx="232.90625"
       fy="51.545879"
       id="radialGradient11289"
       xlink:href="#linearGradient11291"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.7732536,-0.02936049,0.0269662,-1.6286481,644.51809,203.20689)" />
    <linearGradient
       x1="223.03125"
       y1="91.015617"
       x2="258.875"
       y2="130.01561"
       id="linearGradient11358"
       xlink:href="#linearGradient11360"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="173.5625"
       y1="158.78125"
       x2="183.0625"
       y2="99.135406"
       id="linearGradient11468"
       xlink:href="#linearGradient11532"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="204.4375"
       y1="154.97546"
       x2="204.4375"
       y2="109.71875"
       id="linearGradient11522"
       xlink:href="#linearGradient11524"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="183.1875"
       y1="105.875"
       x2="183.1875"
       y2="127.13049"
       id="linearGradient11585"
       xlink:href="#linearGradient10031"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="208.34375"
       y1="108.34375"
       x2="207.0625"
       y2="140.17188"
       id="linearGradient11631"
       xlink:href="#linearGradient11633"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="33.107048"
       y1="202.29688"
       x2="47.912899"
       y2="218.04688"
       id="linearGradient11685"
       xlink:href="#linearGradient11687"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="24.75"
       y1="217.84068"
       x2="36.84375"
       y2="240.07658"
       id="linearGradient11767"
       xlink:href="#linearGradient11799"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="33.107048"
       y1="202.29688"
       x2="47.912899"
       y2="218.04688"
       id="linearGradient11685-4"
       xlink:href="#linearGradient11687-2"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient11687-2">
      <stop
         id="stop11689-5"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop11691-9"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.49164602" />
      <stop
         id="stop11693-8"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="24.75"
       y1="217.84068"
       x2="36.84375"
       y2="240.07658"
       id="linearGradient11767-9"
       xlink:href="#linearGradient11799-9"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient11799-9">
      <stop
         id="stop11801-1"
         style="stop-color:#c3c3c3;stop-opacity:1"
         offset="0" />
      <stop
         id="stop11803-2"
         style="stop-color:#6d6d6d;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <linearGradient
       x1="24.75"
       y1="217.84068"
       x2="36.84375"
       y2="240.07658"
       id="linearGradient11839"
       xlink:href="#linearGradient11799-9"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="157.37009"
       y1="169.46875"
       x2="227.69044"
       y2="169.46875"
       id="linearGradient11988"
       xlink:href="#linearGradient10656"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="177.01546"
       y1="182.03799"
       x2="183.34375"
       y2="176.04688"
       id="linearGradient11991"
       xlink:href="#linearGradient10762"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="215.9375"
       y1="142.375"
       x2="196.81396"
       y2="174.625"
       id="linearGradient11994"
       xlink:href="#linearGradient10762"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       x1="156.37009"
       y1="169.46875"
       x2="228.69044"
       y2="169.46875"
       id="linearGradient11999"
       xlink:href="#linearGradient10433"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10656-94">
      <stop
         id="stop10658-0"
         style="stop-color:#d99600;stop-opacity:1"
         offset="0" />
      <stop
         id="stop10660-0"
         style="stop-color:#deae00;stop-opacity:1"
         offset="1" />
    </linearGradient>
    <filter
       x="-0.14571542"
       y="-0.33999386"
       width="1.2914308"
       height="1.6799877"
       color-interpolation-filters="sRGB"
       id="filter12102">
      <feGaussianBlur
         id="feGaussianBlur12104"
         stdDeviation="9.3045363" />
    </filter>
    <linearGradient
       x1="283.625"
       y1="324.5"
       x2="283.625"
       y2="380.875"
       id="linearGradient10175-0"
       xlink:href="#linearGradient10031-5"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient10031-5">
      <stop
         id="stop10033-5"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop10370-3"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.5" />
      <stop
         id="stop10035-3"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <linearGradient
       id="linearGradient12128">
      <stop
         id="stop12130"
         style="stop-color:#ffffff;stop-opacity:0.90196079"
         offset="0" />
      <stop
         id="stop12132"
         style="stop-color:#ffffff;stop-opacity:0.50196081"
         offset="0.5" />
      <stop
         id="stop12134"
         style="stop-color:#ffffff;stop-opacity:0"
         offset="1" />
    </linearGradient>
    <filter
       x="-0.24816568"
       y="-0.51026446"
       width="1.4963315"
       height="2.020529"
       color-interpolation-filters="sRGB"
       id="filter12301">
      <feGaussianBlur
         id="feGaussianBlur12303"
         stdDeviation="14.42017" />
    </filter>
    <filter
       x="-0.14137566"
       y="-1.1730359"
       width="1.2827513"
       height="3.3460717"
       color-interpolation-filters="sRGB"
       id="filter12321">
      <feGaussianBlur
         id="feGaussianBlur12323"
         stdDeviation="18.084303" />
    </filter>
  </defs>
  <path
     d="m 341,385.5 a 153.5,18.5 0 1 1 -307,0 153.5,18.5 0 1 1 307,0 z"
     transform="matrix(1.1534598,0,0,0.94538548,-21.773696,13.053897)"
     id="path12311"
     style="color:#000000;fill:#000000;fill-opacity:0.78431373;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12321);enable-background:accumulate" />
  <g
     id="g11807">
    <path
       d="M 87.75,107.75 C 78,181 56.5,185.25 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.98464702,16.66188 -1,17.75 12.375,2.25 31.125,-14.75 44.625,-18.75 13.5,-4 30.375,3.25 30.375,3.25 l 7.5,-129.25 z"
       id="path8982"
       style="fill:#000000;stroke:none" />
    <path
       d="m 87.71875,108.5 -0.09375,0.0312 C 77.825038,181.00727 56.455869,185.29321 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.984647,16.66188 -1,17.75 0.2240284,0.0407 0.4593621,0.0654 0.6875,0.0937 4.609563,-7.0319 10.587837,-14.64199 18.3125,-21.9375 C 42.283941,213.62419 69.115042,193.44983 83.375,183 l 4.34375,-74.5 z"
       id="path11641"
       style="fill:url(#linearGradient11685);fill-opacity:1;stroke:none" />
    <path
       d="M 87.75,107.75 C 78,181 56.5,185.25 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.984647,16.66188 -1,17.75 12.375,2.25 31.125,-14.75 44.625,-18.75 13.5,-4 30.375,3.25 30.375,3.25 l 7.5,-129.25 z"
       id="path8982-4"
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    <path
       d="m 61.78125,227.84375 c -3.083925,0.0483 -16.260059,0.84737 -29.5625,10.4375 -15.2028,10.96016 -19.09375,9.875 -19.09375,9.875 l -1.875,4.15625 c 11.915492,-2.40245 27.164334,-15.16675 38.625,-18.5625 3.873147,-1.1476 8.018207,-1.36128 11.96875,-1.09375 l 0.59375,-4.8125 c 0,0 -0.215689,-0.007 -0.65625,0 z"
       id="path11695"
       style="fill:url(#linearGradient11767);fill-opacity:1;stroke:none" />
  </g>
  <g
     transform="matrix(-1,0,0,1,385.83713,0)"
     id="g11807-7">
    <path
       d="M 87.75,107.75 C 78,181 56.5,185.25 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.98464702,16.66188 -1,17.75 12.375,2.25 31.125,-14.75 44.625,-18.75 13.5,-4 30.375,3.25 30.375,3.25 l 7.5,-129.25 z"
       id="path8982-6"
       style="fill:#000000;stroke:none" />
    <path
       d="M 87.71875,108.5 87.625,108.5312 C 77.825038,181.00727 56.455869,185.29321 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.984647,16.66188 -1,17.75 0.2240284,0.0407 0.4593621,0.0654 0.6875,0.0937 C 10.547063,245.5618 16.525337,237.95171 24.25,230.6562 42.283941,213.62419 69.115042,193.44983 83.375,183 l 4.34375,-74.5 z"
       id="path11641-3"
       style="fill:url(#linearGradient11685-4);fill-opacity:1;stroke:none" />
    <path
       d="M 87.75,107.75 C 78,181 56.5,185.25 44.5,197 c -12,11.75 -30,24.375 -38.25,37.75 -4.8401202,7.84686 -6.984647,16.66188 -1,17.75 12.375,2.25 31.125,-14.75 44.625,-18.75 13.5,-4 30.375,3.25 30.375,3.25 l 7.5,-129.25 z"
       id="path8982-4-5"
       style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    <path
       d="m 61.78125,227.84375 c -3.083925,0.0483 -16.260059,0.84737 -29.5625,10.4375 -15.2028,10.96016 -19.09375,9.875 -19.09375,9.875 l -1.875,4.15625 c 11.915492,-2.40245 27.164334,-15.16675 38.625,-18.5625 3.873147,-1.1476 8.018207,-1.36128 11.96875,-1.09375 l 0.59375,-4.8125 c 0,0 -0.215689,-0.007 -0.65625,0 z"
       id="path11695-2"
       style="fill:url(#linearGradient11839);fill-opacity:1;stroke:none" />
  </g>
  <path
     d="M 192.21875,11.6875 C 132.36927,12.731027 89.377748,58.331194 84.0625,102.625 c -5.37712,44.80932 -2.23517,53.76695 -13.4375,90.0625 -11.20233,36.29556 -16.12818,41.22616 -8.0625,75.28125 8.06568,34.05508 43.92479,102.59375 129.0625,102.59375 1.22836,0 2.01527,0 3.28125,0 85.13771,0 120.99682,-68.53867 129.0625,-102.59375 8.06568,-34.05509 3.13983,-38.98569 -8.0625,-75.28125 -11.20233,-36.29555 -8.06038,-45.25318 -13.4375,-90.0625 C 297.1535,58.331189 254.16198,12.731027 194.3125,11.6875 c -0.77662,0 -1.13125,0 -2.09375,0 z"
     id="path8957"
     style="fill:#000000;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
  <path
     d="m 62.5625,267.96875 c 8.06568,34.05508 43.92479,102.59375 129.0625,102.59375 l 3.28125,0 c 85.13771,0 121.31525,-68.4634 129.0625,-101.17401 -0.35775,0.46825 -0.44457,0.58584 -0.71875,0.86151 -1.0973,1.15403 -78.7735,65.5 -128.375,65.5 -51.82746,0 -98.757039,-27.1094 -132.96875,-70.90625 -0.03337,0.12453 0.231631,0.91416 0.65625,3.125 z"
     id="path8957-8"
     style="fill:#ffffff;fill-opacity:0.42352941;stroke:none" />
  <path
     d="m 193.03125,142.625 c -78.1353,0 -107.8125,77.78746 -107.8125,129.40625 0,67.87923 47.84855,98.46875 107.46875,98.46875 0.70951,0 0.98817,0 1.6875,0 59.6202,0 107.46875,-30.58952 107.46875,-98.46875 C 301.84375,220.41246 272.1353,142.625 194,142.625 c -0.33085,0 -0.55954,0 -0.96875,0 z"
     id="path9052"
     style="fill:url(#linearGradient10061);fill-opacity:1;stroke:none" />
  <path
     d="m 245,68.5 a 43,43 0 1 1 -86,0 43,43 0 1 1 86,0 z"
     transform="matrix(1.8837209,0,0,1.622093,-186.51163,-28.863371)"
     id="path9077"
     style="color:#000000;fill:url(#linearGradient10037);fill-opacity:1;stroke:none;stroke-width:1.14415216;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 193.03125,142.625 c -42.24056,0 -70.30405,22.7381 -87.1875,51.78125 C 100.18077,212.40079 97,232.41018 97,253.5 c 0,38.62853 10.59817,73.64939 27.78125,99.25 18.47363,12.01737 42.08751,17.75 67.90625,17.75 l 1.6875,0 c 27.48119,0 52.46025,-6.50178 71.40625,-20.15625 C 282.03497,324.97506 292,290.93507 292,253.5 c 0,-18.02665 -2.29354,-35.25923 -6.5,-51.125 -16.24196,-32.74841 -45.45933,-59.75 -91.5,-59.75 l -0.96875,0 z"
     id="path9105"
     style="color:#000000;fill:url(#linearGradient10045);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 274.8125,314.75 c -0.82555,-0.006 -1.64296,0.01 -2.46875,0.0312 -23.05348,0.43753 -48.99825,5.35414 -64.46875,23.84375 -7.30827,9.08909 -10.89393,23.23382 -5.15625,33.875 l 61.375,0 29.6875,-55.25 c -6.18698,-1.59975 -12.57296,-2.45489 -18.96875,-2.5 z m -164.6875,0.0312 c -5.09231,0.18523 -10.24916,0.82574 -15.3125,1.9375 L 130.5,372.5 l 53.09375,0 c 1.22765,-2.0619 2.02806,-4.39115 2.21875,-6.96875 2.93232,-17.98462 -10.31419,-34.10669 -25.9375,-41.15625 -15.36333,-7.45375 -32.78297,-9.73348 -49.75,-9.59375 z"
     id="path9006-2"
     style="fill:#000000;fill-opacity:0.78431373;stroke:#c28f00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter12301)" />
  <path
     d="m 117.21875,133 c 3.86328,15.28234 13.55573,28.89702 28.4375,33.9375 4.88727,1.71766 9.86999,2.04823 14.6875,1.3125 1.40518,1.76541 2.91584,3.38972 4.1875,4.78125 7.82566,7.97672 13.86312,18.16465 23.03125,24.59375 6.38583,2.99458 13.20452,-0.8042 16.875,-6.125 7.67576,-9.63597 17.21378,-18.03335 23.65625,-28.5 1.00969,-1.75724 1.28581,-3.57044 1.0625,-5.3125 3.50296,0.2916 7.036,0.11556 10.5,-0.5625 13.59576,-1.77777 25.78588,-11.56212 30.8125,-24.125 l -75.84375,0 c 1.0648,2.75486 2.48586,5.33579 4.1875,7.71875 -2.22604,-0.27085 -4.47175,-0.39284 -6.71875,-0.375 0.9466,-2.37615 1.71886,-4.83848 2.34375,-7.34375 l -77.21875,0 z"
     id="path9132-9-0"
     style="color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter12102);enable-background:accumulate" />
  <path
     d="m 318.19805,380.47004 c 15.99508,0 20.10787,-11.05183 18.86333,-23.44696 -2.01597,-20.0782 -32.07139,-40.26587 -62.52717,-40.26587 -46.3155,0 -72.56684,19.88738 -72.56684,43.92901 0,17.79268 12.75333,19.88737 27.13523,19.88737 21.31482,0 55.06799,-0.10355 89.09545,-0.10355 z"
     id="path9006"
     style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
  <path
     d="m 272.53125,322.78125 c -21.61134,0.45858 -46.24978,4.58942 -60,23.0625 -4.81292,7.26521 -7.81348,19.84539 0.34375,25.875 11.65274,5.52978 25.02393,1.56997 37.49965,2.75952 24.7764,-0.36533 49.75809,1.10579 74.4066,-0.97827 9.29453,-4.73321 7.65604,-18.60878 2.3125,-25.78125 -11.91531,-17.0176 -34.34004,-25.15428 -54.5625,-24.9375 z"
     id="path9006-0"
     style="fill:#cbaf00;fill-opacity:1;stroke:none;filter:url(#filter10358)" />
  <path
     d="m 324.5,352.6875 a 40.875,28.1875 0 1 1 -81.75,0 40.875,28.1875 0 1 1 81.75,0 z"
     transform="matrix(0.95718654,0,0,0.98891353,13.892966,4.222561)"
     id="path9134"
     style="color:#000000;fill:url(#linearGradient10175);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 67.93252,380.47004 c -15.99508,0 -20.10787,-11.05183 -18.86333,-23.44696 2.01597,-20.0782 32.07139,-40.26587 62.52717,-40.26587 46.3155,0 72.56684,19.88738 72.56684,43.92901 0,17.79268 -12.75333,19.88737 -27.13523,19.88737 -21.31482,0 -55.06799,-0.10355 -89.09545,-0.10355 z"
     id="path9006-1"
     style="fill:#c28f00;fill-opacity:1;stroke:#c28f00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
  <path
     d="m 272.53125,322.78125 c -21.61134,0.45858 -46.24978,4.58942 -60,23.0625 -4.81292,7.26521 -7.81348,19.84539 0.34375,25.875 11.65274,5.52978 25.02393,1.56997 37.49965,2.75952 24.7764,-0.36533 49.75809,1.10579 74.4066,-0.97827 9.29453,-4.73321 7.65604,-18.60878 2.3125,-25.78125 -11.91531,-17.0176 -34.34004,-25.15428 -54.5625,-24.9375 z"
     transform="matrix(-1,0,0,1,386.13057,-2.0684079e-6)"
     id="path9006-0-3"
     style="fill:#cbaf00;fill-opacity:1;stroke:none;filter:url(#filter10358-3)" />
  <path
     d="m 324.5,352.6875 a 40.875,28.1875 0 1 1 -81.75,0 40.875,28.1875 0 1 1 81.75,0 z"
     transform="matrix(-0.95718654,0,0,0.98891353,379.66223,4.2225589)"
     id="path9134-8"
     style="color:#000000;fill:url(#linearGradient10400);fill-opacity:1;stroke:none;stroke-width:2.05566597;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 155.9375,58.03125 c -0.49716,0.0043 -1.00227,0.01014 -1.5,0.03125 a 6.50065,6.50065 0 0 0 -0.0312,0 c -27.33027,1.295641 -45.7686,25.603985 -48.53125,49.21875 -0.004,0.0306 0.004,0.0632 0,0.0937 -0.005,0.0421 -0.0267,0.0829 -0.0312,0.125 l 0.0312,0 c -1.18008,8.441 -0.60513,17.30219 1.65625,25.75 l 11.84375,0 c -1.28378,-4.85912 -2,-10.06242 -2,-15.46875 0,-26.897361 17.23399,-48.6875 38.46875,-48.6875 15.8772,0 29.47696,12.199476 35.34375,29.59375 0.0181,0.05353 0.0446,0.102618 0.0625,0.15625 0.0377,0.105796 0.088,0.206435 0.125,0.3125 -0.007,0.01215 -0.0242,0.01909 -0.0312,0.03125 1.87557,5.73666 2.9375,11.99827 2.9375,18.59375 0,5.40633 -0.71622,10.60963 -2,15.46875 l 4.59375,0 c -1.67333,-3.96291 -2.59375,-8.27337 -2.59375,-12.78125 0,-19.48132 17.13022,-35.28125 38.28125,-35.28125 10.8482,0 20.65683,4.168024 27.625,10.84375 3.9304,3.201614 7.17954,7.1677 9.3125,11.75 a 6.50065,6.50065 0 0 0 0.125,0.25 c 4.04082,7.81311 3.53816,17.05725 0.0625,25.21875 l 14.15625,0 c 2.95376,-10.01345 2.51826,-20.95292 -2.5625,-30.9375 -0.041,-0.0806 -0.0521,-0.1695 -0.0937,-0.25 l -0.0312,0.0312 c -8.88421,-18.812209 -29.42046,-29.229694 -49.5,-27.8125 l 0,-0.03125 c -0.0738,0.003 -0.14503,0.02789 -0.21875,0.03125 -11.52603,0.525789 -22.41367,5.55124 -30.71875,13.25 -4.97801,-9.933272 -12.74536,-18.539569 -23.3125,-24.3125 a 6.50065,6.50065 0 0 0 -0.125,-0.03125 C 170.7555,59.774757 163.39492,57.966495 155.9375,58.03125 z"
     id="path9130-9"
     style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:13;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:AlArabiya;-inkscape-font-specification:AlArabiya" />
  <path
     d="m 270.75,120.125 a 39.375,36.125 0 1 1 -78.75,0 39.375,36.125 0 1 1 78.75,0 z"
     transform="matrix(0.97263073,0,0,0.97644424,7.5352301,3.180586)"
     id="path9130"
     style="color:#000000;fill:#838383;fill-opacity:1;stroke:#838383;stroke-width:2.05225968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 269.03125,131.3125 c -8.32201,6.61101 -21.91038,10.9375 -37.28125,10.9375 -14.01184,0 -26.55603,-3.57792 -34.96875,-9.21875 5.49656,13.27756 19.43531,22.71875 35.78125,22.71875 17.04547,0 31.50341,-10.25918 36.46875,-24.4375 z"
     id="path9130-6"
     style="color:#000000;fill:url(#radialGradient11289);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="M 230.5625,89.15625 C 209.8308,88.739692 191.20134,112.31236 200.59375,132 c 9.83037,23.32855 46.5842,26.90158 60.65625,5.78125 9.87539,-13.04031 6.23537,-33.71256 -7.875,-42.25 -6.64233,-4.600103 -14.80406,-6.737157 -22.8125,-6.375 z"
     transform="matrix(0.9732787,-0.22962704,0.2050059,0.86892152,-18.477273,64.539175)"
     id="path9130-97"
     style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:#838383;stroke-width:2.1166954;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11252);enable-background:accumulate" />
  <path
     d="m 215.75596,123.49609 a 9.2365828,14.451495 0 1 1 -18.47316,0 9.2365828,14.451495 0 1 1 18.47316,0 z"
     transform="matrix(1.0334928,0,0,1.0244648,-7.2262759,-3.3748645)"
     id="path9255"
     style="color:#000000;fill:#000000;stroke:#000000;stroke-width:1.94369328;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 193.21692,118.41376 a 38.448933,47.199379 0 1 1 -76.89786,0 38.448933,47.199379 0 1 1 76.89786,0 z"
     transform="matrix(1,0,0,1.0318352,1.0606602,-4.3884447)"
     id="path9132"
     style="color:#000000;fill:#bababa;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 155.3125,79.1875 c -16.57248,1.28785 -26.6628,18.248439 -27.75,33.5 -2.08524,17.82731 6.52494,39.67223 25.625,43.625 16.19611,1.48155 28.44978,-14.64357 30.34375,-29.5 3.55413,-17.92454 -3.7612,-40.379181 -22.25,-46.9375 -1.94311,-0.505938 -3.95464,-0.811933 -5.96875,-0.6875 z"
     id="path9132-5"
     style="color:#000000;fill:#d7d7d7;fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter11182);enable-background:accumulate" />
  <path
     d="m 155.84375,69.09375 c -10.74894,0 -19.48798,4.172975 -26.46523,13.179536 1.41432,-0.175568 2.86119,-0.28125 4.3125,-0.28125 29.47094,0 41.96523,25.439434 41.96523,55.070464 0,9.3482 -1.88439,18.12797 -5.25,25.78125 13.99969,-7.27851 23.875,-24.70676 23.875,-45.0625 0,-26.897361 -17.20274,-48.6875 -38.4375,-48.6875 z"
     id="path9132-2"
     style="color:#000000;fill:url(#linearGradient11084);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 130.84375,80.8125 c -8.2331,8.932268 -13.46875,22.16107 -13.46875,36.96875 0,26.89736 17.23399,48.71875 38.46875,48.71875 13.20853,0 24.85926,-8.43027 31.78125,-21.28125 -5.52385,5.00007 -11.86725,7.84375 -18.625,7.84375 -21.30798,0 -38.59375,-28.28439 -38.59375,-63.1875 0,-3.078142 0.17789,-6.102031 0.4375,-9.0625 z"
     id="path9132-7"
     style="color:#000000;fill:url(#radialGradient11119);fill-opacity:1;stroke:none;stroke-width:1.96890533;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 190.65367,120.88863 a 10.827573,18.384777 0 1 1 -21.65515,0 10.827573,18.384777 0 1 1 21.65515,0 z"
     transform="matrix(0.91428572,0,0,0.90865385,16.341743,12.72209)"
     id="path9257"
     style="color:#000000;fill:#000000;stroke:#000000;stroke-width:2.1942687;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 156.77998,60.03401 c -20.7421,0 -40.05788,15.725141 -45.98652,35.21599 l 0.0612,0 c 6.48869,-15.331362 24.09092,-28.90165 43.84505,-28.90165 19.75413,0 37.97508,13.570288 44.46377,28.90165 l 0.0675,0 c -5.92866,-19.490849 -21.7089,-35.21599 -42.451,-35.21599 z"
     id="path10978"
     style="color:#000000;fill:url(#linearGradient10993);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 235.48188,76.75 c -15.23681,0 -28.56402,6.087669 -35.78125,15.15625 8.64544,-5.136623 19.55654,-9.783852 32.32414,-9.783852 18.85042,0 35.88002,8.345328 43.86336,18.346352 C 271.5954,86.87553 255.13569,76.75 235.48188,76.75 z"
     id="path11003"
     style="color:#000000;fill:url(#linearGradient11049);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 193.21692,118.41376 a 38.448933,47.199379 0 1 1 -76.89786,0 38.448933,47.199379 0 1 1 76.89786,0 z"
     transform="matrix(1,0,0,1.0318352,1.0606625,-4.3884423)"
     id="path9132-9"
     style="color:#000000;fill:none;stroke:#878787;stroke-width:1.96890533;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 232.5625,85.1875 c -7.56287,0 -14.59319,2.04631 -20.53125,5.53125 21.90101,0.799585 39.40625,17.74003 39.40625,38.5625 0,9.80583 -3.88861,18.75087 -10.28125,25.5625 17.01668,-3.59035 29.71875,-17.61281 29.71875,-34.375 0,-19.48132 -17.16147,-35.28125 -38.3125,-35.28125 z"
     id="path9130-5"
     style="color:#000000;fill:url(#linearGradient11358);fill-opacity:1;stroke:none;stroke-width:2.00000024;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 177.25,106.96875 c -3.73431,2.39081 -6.40625,8.45389 -6.40625,15.59375 0,9.22614 4.43891,16.71875 9.90625,16.71875 2.2676,0 4.36216,-1.30456 6.03125,-3.46875 -0.52386,0.10842 -1.04963,0.1875 -1.59375,0.1875 -6.31676,0 -11.4375,-7.55519 -11.4375,-16.875 0,-4.77481 1.33959,-9.0865 3.5,-12.15625 z"
     id="path9257-8"
     style="color:#000000;fill:url(#linearGradient11468);fill-opacity:1;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 270.75,120.125 a 39.375,36.125 0 1 1 -78.75,0 39.375,36.125 0 1 1 78.75,0 z"
     transform="matrix(0.97263073,0,0,0.97644424,7.5352299,3.1805839)"
     id="path9130-2"
     style="color:#000000;fill:none;stroke:#838383;stroke-width:2.05225968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 191.65625,142.375 c -15.46796,0 -32.28241,9.4537 -33.53125,13.96875 -1.14905,4.15426 1.87803,8.25617 3.28125,9.96875 1.41617,1.72838 21.49832,25.01884 23.53125,26.875 2.03293,1.85615 3.56331,3.375 7.09884,3.375 1.62108,0 -0.57482,0 1.03954,0 3.53553,0 5.01619,-1.51885 7.04912,-3.375 2.03293,-1.85616 22.08383,-25.14662 23.5,-26.875 1.40322,-1.71258 4.46155,-5.81449 3.3125,-9.96875 C 225.68866,151.8287 208.87421,142.375 193.40625,142.375 l -1.75,0 z"
     id="path9079"
     style="fill:url(#linearGradient11999);fill-opacity:1;stroke:none" />
  <path
     d="m 190.46875,146.40625 c -10.0719,1.02056 -21.93918,3.59082 -28.46875,11.78125 1.07068,6.92565 8.09176,10.76871 11.80545,16.20154 6.01442,6.00067 10.15503,14.78691 18.13205,18.20471 6.97769,-0.23548 9.5786,-8.39931 14.28125,-12.28125 5.24669,-7.49453 14.34439,-13.17431 16.875,-22.1875 -1.91389,-4.69162 -8.20296,-5.61012 -12.125,-8.0625 -6.54536,-2.58051 -13.39616,-4.00879 -20.5,-3.65625 z"
     id="path9079-2"
     style="fill:none;stroke:none;filter:url(#filter10487)" />
  <path
     d="m 191.875,148.375 c -9.70584,0.82299 -21.16815,2.70516 -27.65625,10.5625 2.80676,7.24924 10.01313,11.52765 14.375,17.8125 4.28562,4.91679 7.76716,11.61396 14.1875,13.75 6.28769,-2.10329 8.86169,-9.26767 13.4375,-13.53125 4.85666,-6.18905 12.59902,-11.22248 14.5625,-18.9375 -4.08056,-4.29524 -10.90995,-5.9918 -16.5625,-8.09375 -4.00816,-1.11091 -8.18402,-1.64444 -12.34375,-1.5625 z"
     id="path9079-4"
     style="fill:#ecd000;fill-opacity:1;stroke:none;filter:url(#filter10857)" />
  <path
     d="m 191.65625,142.375 c -9.09536,0 -18.63068,3.26371 -25.21875,6.875 29.18664,6.1952 41.50184,12.95164 50.03125,25.375 3.56077,-4.12578 6.65341,-7.69881 7.15625,-8.3125 1.40322,-1.71258 4.46155,-5.81449 3.3125,-9.96875 C 225.68866,151.8287 208.87421,142.375 193.40625,142.375 l -1.75,0 z"
     id="path10692"
     style="fill:url(#linearGradient11994);fill-opacity:1;stroke:none" />
  <path
     d="m 162,152.03125 c -2.14814,1.59644 -3.54886,3.13337 -3.875,4.3125 -1.14905,4.15426 1.87803,8.25617 3.28125,9.96875 1.41617,1.72838 21.49832,25.01884 23.53125,26.875 2.03293,1.85615 3.55822,3.375 7.09375,3.375 l 1.03125,0 c 3.53553,0 5.02957,-1.51885 7.0625,-3.375 0.0981,-0.0896 0.41582,-0.4404 0.59375,-0.625 -3.86376,-1.513 -7.46031,-3.64781 -10.4375,-6.625 -2.91681,-2.91681 -15.12363,-16.52989 -23.34375,-24.75 -2.68224,-2.68224 -4.16392,-5.94806 -4.9375,-9.15625 z"
     id="path10768-6"
     style="fill:url(#linearGradient11991);fill-opacity:1;stroke:none" />
  <path
     d="m 191.65625,142.375 c -15.46796,0 -32.28241,9.4537 -33.53125,13.96875 -1.14905,4.15426 1.87803,8.25617 3.28125,9.96875 1.41617,1.72838 21.49832,25.01884 23.53125,26.875 2.03293,1.85615 3.56331,3.375 7.09884,3.375 1.62108,0 -0.57482,0 1.03954,0 3.53553,0 5.01619,-1.51885 7.04912,-3.375 2.03293,-1.85616 22.08383,-25.14662 23.5,-26.875 1.40322,-1.71258 4.46155,-5.81449 3.3125,-9.96875 C 225.68866,151.8287 208.87421,142.375 193.40625,142.375 l -1.75,0 z"
     id="path9079-5"
     style="fill:none;stroke:url(#linearGradient11988);stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
  <path
     d="m 201.03125,110.71875 c -2.62691,2.63751 -4.375,7.22287 -4.375,12.4375 0,8.1766 4.29042,14.78125 9.5625,14.78125 2.27327,0 4.36052,-1.22374 6,-3.28125 -0.60161,0.13086 -1.21452,0.21875 -1.84375,0.21875 -6.31676,0 -11.4375,-6.85564 -11.4375,-15.3125 0,-3.29524 0.77098,-6.34559 2.09375,-8.84375 z"
     id="path9255-4"
     style="color:#000000;fill:url(#linearGradient11522);fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
  <path
     d="m 180.75,105.875 c -1.46277,0 -2.84424,0.53903 -4.09375,1.5 4.8366,6.75684 4.6875,11.3125 4.6875,11.3125 l 8.375,-3.15625 c -1.5744,-5.70709 -4.9924,-9.65625 -8.96875,-9.65625 z"
     id="path11540"
     style="fill:url(#linearGradient11585);fill-opacity:1;stroke:none" />
  <path
     d="m 206.21875,108.34375 c -1.56318,0 -2.41647,0.27947 -3.71875,1.3125 3.91745,4.93849 3.75,10.59375 3.75,10.59375 l 8.5625,-3.46875 c -1.53548,-4.98789 -4.79233,-8.4375 -8.59375,-8.4375 z"
     id="path11587"
     style="fill:url(#linearGradient11631);fill-opacity:1;stroke:none" />
</svg>