~ubuntu-branches/ubuntu/precise/ubuntustudio-icon-theme/precise

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
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="48"
   height="48"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.43"
   version="1.0"
   sodipodi:docbase="/home/andrew/Desktop/tango-modern/scalable/apps"
   sodipodi:docname="preferences-desktop-wallpaper.svg"
   inkscape:export-filename="/home/lapo/Desktop/Grafica/Icone/Ubuntu/monitor.png"
   inkscape:export-xdpi="90"
   inkscape:export-ydpi="90">
  <defs
     id="defs4">
    <linearGradient
       inkscape:collect="always"
       id="linearGradient1737">
      <stop
         style="stop-color:#f57900"
         offset="0"
         id="stop1739" />
      <stop
         style="stop-color:#ce5c00"
         offset="1"
         id="stop1741" />
    </linearGradient>
    <linearGradient
       id="linearGradient1731">
      <stop
         style="stop-color:#204a87;stop-opacity:1;"
         offset="0"
         id="stop1733" />
      <stop
         style="stop-color:#2e3436;stop-opacity:0.75471699;"
         offset="1"
         id="stop1735" />
    </linearGradient>
    <linearGradient
       id="linearGradient1725"
       inkscape:collect="always">
      <stop
         id="stop1727"
         offset="0"
         style="stop-color:#555753" />
      <stop
         id="stop1729"
         offset="1"
         style="stop-color:#babdb6" />
    </linearGradient>
    <linearGradient
       id="linearGradient2829"
       inkscape:collect="always">
      <stop
         id="stop2831"
         offset="0"
         style="stop-color:#babdb6" />
      <stop
         id="stop2833"
         offset="1"
         style="stop-color:#eeeeec" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient2795">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop2797" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop2799" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient2295">
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop2297" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop2299" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4218">
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop4220" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop4222" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4087">
      <stop
         style="stop-color:#555753"
         offset="0"
         id="stop4089" />
      <stop
         style="stop-color:#2e3436;stop-opacity:0;"
         offset="1"
         id="stop4091" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4079">
      <stop
         style="stop-color:#555753"
         offset="0"
         id="stop4081" />
      <stop
         style="stop-color:#555753;stop-opacity:0;"
         offset="1"
         id="stop4083" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4065">
      <stop
         style="stop-color:#d3d7cf"
         offset="0"
         id="stop4067" />
      <stop
         style="stop-color:#555753"
         offset="1"
         id="stop4069" />
    </linearGradient>
    <linearGradient
       id="linearGradient2283">
      <stop
         style="stop-color:#555753"
         offset="0"
         id="stop2285" />
      <stop
         style="stop-color:#2e3436"
         offset="1"
         id="stop2287" />
    </linearGradient>
    <linearGradient
       id="linearGradient2275">
      <stop
         style="stop-color:#555753"
         offset="0"
         id="stop2277" />
      <stop
         style="stop-color:#2e3436"
         offset="1"
         id="stop2279" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient2207">
      <stop
         style="stop-color:#ffffff;stop-opacity:1;"
         offset="0"
         id="stop2209" />
      <stop
         style="stop-color:#ffffff;stop-opacity:0;"
         offset="1"
         id="stop2211" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2207"
       id="linearGradient2213"
       x1="192.61819"
       y1="44.316147"
       x2="192.61819"
       y2="69.140022"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.999602,0,0,0.961422,-189.9119,-20.92669)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2275"
       id="linearGradient2281"
       x1="219.625"
       y1="61.282185"
       x2="219.625"
       y2="57.31184"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.999057,0,0,1.151023,-189.7906,-31.17189)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2283"
       id="linearGradient2289"
       x1="217.75"
       y1="60.957611"
       x2="217.75"
       y2="57.287102"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.999057,0,0,1.151023,-189.7906,-31.17189)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2829"
       id="linearGradient4053"
       x1="198.25261"
       y1="29.854406"
       x2="218.1942"
       y2="54.870758"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.002741,0,0,0.998021,-190.5863,-21.88717)" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4065"
       id="radialGradient4071"
       cx="210.76491"
       cy="61.016609"
       fx="210.76491"
       fy="61.016609"
       r="21"
       gradientTransform="matrix(0.899437,-1.184496e-5,1.489071e-16,8.969057e-2,-168.5196,34.65516)"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4079"
       id="linearGradient4085"
       x1="206.4698"
       y1="63.914768"
       x2="206.50735"
       y2="64.954399"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.975295,-190,-22.63779)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4087"
       id="linearGradient4093"
       x1="221.39929"
       y1="64.193214"
       x2="221.39929"
       y2="64.947449"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.975295,-190,-22.63779)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4218"
       id="linearGradient4224"
       x1="207.71683"
       y1="62"
       x2="207.71683"
       y2="56.877113"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.998304,-190,-22.89582)" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2295"
       id="radialGradient2303"
       cx="197.48041"
       cy="16.234577"
       fx="197.48041"
       fy="16.234577"
       r="20"
       gradientTransform="matrix(2.433191,0.47803,-0.122315,0.689847,-471.9676,-99.8799)"
       gradientUnits="userSpaceOnUse" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2795"
       id="radialGradient2801"
       cx="23.96336"
       cy="40.374615"
       fx="23.96336"
       fy="40.374615"
       r="23.5"
       gradientTransform="matrix(1,-2.301335e-6,-6.522924e-8,0.297873,3.664127e-2,28.97356)"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       id="linearGradient2454"
       inkscape:collect="always">
      <stop
         id="stop2456"
         offset="0"
         style="stop-color:#000000;stop-opacity:1;" />
      <stop
         id="stop2458"
         offset="1"
         style="stop-color:#000000;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4872">
      <stop
         id="stop4874"
         offset="0"
         style="stop-color:#e5d28f;stop-opacity:1;" />
      <stop
         id="stop4876"
         offset="1"
         style="stop-color:#ab8f2a;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4882">
      <stop
         id="stop4884"
         offset="0"
         style="stop-color:#e7e5e0;stop-opacity:1;" />
      <stop
         id="stop4886"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4892"
       inkscape:collect="always">
      <stop
         id="stop4894"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1;" />
      <stop
         id="stop4896"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient4910">
      <stop
         id="stop4912"
         offset="0"
         style="stop-color:#6a6352;stop-opacity:1;" />
      <stop
         id="stop4914"
         offset="1"
         style="stop-color:#3b372e;stop-opacity:1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient2399"
       inkscape:collect="always">
      <stop
         id="stop2401"
         offset="0"
         style="stop-color:#ffffff;stop-opacity:1;" />
      <stop
         id="stop2403"
         offset="1"
         style="stop-color:#ffffff;stop-opacity:0;" />
    </linearGradient>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2454"
       id="radialGradient1711"
       gradientUnits="userSpaceOnUse"
       gradientTransform="scale(1.925808,0.519262)"
       cx="12.575710"
       cy="67.501709"
       fx="12.575710"
       fy="67.501709"
       r="8.7662794" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4910"
       id="linearGradient1713"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1.084646,3.958421e-16)"
       x1="22.0625"
       y1="20.90625"
       x2="24.673225"
       y2="20.90625" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4872"
       id="radialGradient1715"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.28125,1.084646,-9.461426)"
       cx="28.0625"
       cy="36.908916"
       fx="28.0625"
       fy="36.908916"
       r="7.5" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4892"
       id="linearGradient1717"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1.084646,3.958421e-16)"
       x1="28.513193"
       y1="37.765625"
       x2="28.421637"
       y2="30.828125" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4882"
       id="linearGradient1719"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,0.876289,1.084646,3.151418)"
       x1="28.625"
       y1="25.296875"
       x2="28.625"
       y2="28" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient1737"
       id="linearGradient1721"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(1.084646,3.958421e-16)"
       x1="27.90625"
       y1="18.057989"
       x2="28.84375"
       y2="21.214239" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient1725"
       id="linearGradient1723"
       x1="9.8994951"
       y1="10.522566"
       x2="9.8994951"
       y2="29.619577"
       gradientUnits="userSpaceOnUse" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2399"
       id="linearGradient2315"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(0.54036,0.625)"
       x1="16.528622"
       y1="11.539805"
       x2="17.279921"
       y2="11.407223" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient2399"
       id="linearGradient2318"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(0.54036,0.625)"
       x1="19.489631"
       y1="15.23002"
       x2="20.727066"
       y2="14.876466" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient1731"
       id="linearGradient2323"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(0.54036,0.625)"
       x1="21.6875"
       y1="12.093906"
       x2="21.6875"
       y2="7.7189064" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient1731"
       id="linearGradient3200"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.124849,0,0,1.124849,-1.666496,-2.036448)"
       x1="27.90625"
       y1="18.057989"
       x2="28.84375"
       y2="21.214239" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4882"
       id="linearGradient3203"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.124849,0,0,0.985693,-1.666496,1.508421)"
       x1="28.625"
       y1="25.296875"
       x2="28.625"
       y2="28" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4892"
       id="linearGradient3207"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.124849,0,0,1.124849,-1.666496,-2.036448)"
       x1="28.513193"
       y1="37.765625"
       x2="28.421637"
       y2="30.828125" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4872"
       id="radialGradient3210"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.124849,0,0,1.441213,-1.666496,-12.67912)"
       cx="28.0625"
       cy="36.908916"
       fx="28.0625"
       fy="36.908916"
       r="7.5" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient4910"
       id="linearGradient3213"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1.124849,0,0,1.124849,-1.666496,-2.036448)"
       x1="22.0625"
       y1="20.90625"
       x2="24.673225"
       y2="20.90625" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="4"
     inkscape:cx="44.832314"
     inkscape:cy="60.559266"
     inkscape:document-units="px"
     inkscape:current-layer="layer4"
     showgrid="false"
     stroke="#555753"
     fill="#000000"
     inkscape:grid-points="true"
     inkscape:grid-bbox="false"
     inkscape:window-width="1085"
     inkscape:window-height="760"
     inkscape:window-x="185"
     inkscape:window-y="176"
     gridspacingx="0.5px"
     gridspacingy="0.5px"
     gridempspacing="2"
     showguides="false"
     inkscape:guide-bbox="true"
     inkscape:showpageshadow="true"
     showborder="false">
    <sodipodi:guide
       orientation="vertical"
       position="24.010638"
       id="guide2292" />
    <sodipodi:guide
       orientation="horizontal"
       position="7"
       id="guide2294" />
  </sodipodi:namedview>
  <metadata
     id="metadata7">
    <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>Ubuntu Desktop Wallpaper</dc:title>
        <dc:date>2006-03-18</dc:date>
        <dc:creator>
          <cc:Agent>
            <dc:title>Lapo Calamandrei</dc:title>
          </cc:Agent>
        </dc:creator>
        <cc:license
           rdf:resource="http://creativecommons.org/licenses/by-sa/2.0/" />
        <dc:contributor>
          <cc:Agent>
            <dc:title>Jakub Steiner</dc:title>
          </cc:Agent>
        </dc:contributor>
      </cc:Work>
      <cc:License
         rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
        <cc:permits
           rdf:resource="http://web.resource.org/cc/Reproduction" />
        <cc:permits
           rdf:resource="http://web.resource.org/cc/Distribution" />
        <cc:requires
           rdf:resource="http://web.resource.org/cc/Notice" />
        <cc:requires
           rdf:resource="http://web.resource.org/cc/Attribution" />
        <cc:permits
           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
        <cc:requires
           rdf:resource="http://web.resource.org/cc/ShareAlike" />
      </cc:License>
    </rdf:RDF>
  </metadata>
  <g
     inkscape:groupmode="layer"
     id="layer1"
     inkscape:label="Shadow" />
  <g
     inkscape:groupmode="layer"
     id="layer2"
     inkscape:label="Lavoro"
     style="display:inline">
    <path
       sodipodi:type="arc"
       style="opacity:0.3;color:#000000;fill:url(#radialGradient2801);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path2791"
       sodipodi:cx="24"
       sodipodi:cy="41"
       sodipodi:rx="23.5"
       sodipodi:ry="7"
       d="M 47.5 41 A 23.5 7 0 1 1  0.5,41 A 23.5 7 0 1 1  47.5 41 z"
       transform="matrix(0.880859,0,0,0.483044,2.359384,20.6952)" />
    <path
       style="opacity:1;fill:url(#radialGradient4071);fill-opacity:1;fill-rule:evenodd;stroke:#555753;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 11,38.5 L 9.5,41.500015 L 38.5,41.5 L 37,38.5 L 11,38.5 z "
       id="path4055"
       sodipodi:nodetypes="ccccc" />
    <rect
       style="opacity:0.7;color:#000000;fill:url(#linearGradient4085);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4093);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect4073"
       width="15.013332"
       height="3.6800294"
       x="16.486656"
       y="39.462372" />
    <rect
       style="opacity:1;color:#000000;fill:url(#linearGradient2289);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2281);stroke-width:0.99999976;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect1320"
       width="15.000947"
       height="7.8254261"
       x="16.499573"
       y="31.674339" />
    <rect
       style="opacity:0.23921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient4224);stroke-width:1.00000048;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect2291"
       width="13.001343"
       height="6.9192514"
       x="17.498657"
       y="31.580761" />
    <rect
       style="opacity:1;color:#000000;fill:url(#linearGradient4053);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect1318"
       width="44.997997"
       height="30.000994"
       x="1.5012436"
       y="4.4990063"
       rx="1.625"
       ry="1.625" />
    <rect
       style="opacity:0.83921569;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2213);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect1322"
       width="43.000084"
       height="27.035091"
       x="2.5000534"
       y="5.4821644"
       rx="0.875"
       ry="0.875" />
    <rect
       style="opacity:1;color:#000000;fill:url(#linearGradient1723);fill-opacity:1.0;fill-rule:nonzero;stroke:#555753;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="rect2197"
       width="38.988369"
       height="20.008995"
       x="4.4999986"
       y="7.4937706" />
    <path
       style="opacity:0.87843137;fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000036;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
       d="M 2.5,28.5 L 45.5,28.5"
       id="path2237"
       sodipodi:nodetypes="cc" />
    <path
       style="opacity:0.34509804;color:#000000;fill:url(#radialGradient2303);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 5,8 L 43,8 L 43,18 C 28.75,20 21.15,19.5 5,18.267875 L 5,8 z "
       id="rect2292"
       sodipodi:nodetypes="ccccc" />
    <g
       id="g2611"
       inkscape:label="Shadow"
       transform="translate(0,15.06603)" />
    <g
       id="g2613"
       inkscape:label="Lavoro"
       style="display:inline"
       transform="translate(0,15.06603)" />
    <path
       style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 22.5 26.5 L 22.5 31.5 C 22.5 32.566579 23.433421 33.5 24.5 33.5 L 28.5 33.5 C 28.230869 36.197711 27.460192 38.155593 27.59375 40.5 C 27.612051 40.82124 27.685074 41.161421 27.8125 41.5 L 33.9375 41.5 C 34.075458 41.127156 34.159329 40.735447 34.1875 40.34375 C 34.229975 39.753166 34.172161 39.141035 34.0625 38.5 L 31.5 38.5 L 31.5 34.5 L 33.15625 34.5 C 33.093557 34.17765 33.048707 33.837853 33 33.5 L 36.5 33.5 C 37.566582 33.500001 38.5 32.566578 38.5 31.5 L 38.5 26.5 C 38.500001 26.5 22.5 26.5 22.5 26.5 z "
       id="rect1747" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer3"
     inkscape:label="finiture"
     style="display:inline">
    <g
       id="g4120"
       style="opacity:1;fill:#555753"
       transform="translate(-190,-22)">
      <path
         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4104"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4106"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-194.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4108"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-192.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4110"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4112"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4114"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-190.0101,-50.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4116"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-190.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4118"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
    </g>
    <g
       id="g4132"
       transform="translate(-155,-22)"
       style="opacity:1;fill:#555753">
      <path
         transform="matrix(2.000052,0,0,1.99997,-194.0101,-50.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4134"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-193.0101,-49.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4136"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-194.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4138"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-192.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4140"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-192.0101,-50.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4142"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-191.0101,-49.99845)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4144"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-190.0101,-50.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4146"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
      <path
         transform="matrix(2.000052,0,0,1.99997,-190.0101,-48.99847)"
         d="M 194.5 51.25 A 0.25 0.25 0 1 1  194,51.25 A 0.25 0.25 0 1 1  194.5 51.25 z"
         sodipodi:ry="0.25"
         sodipodi:rx="0.25"
         sodipodi:cy="51.25"
         sodipodi:cx="194.25"
         id="path4148"
         style="opacity:0.80392157;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.10000002;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
         sodipodi:type="arc" />
    </g>
    <path
       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       d="M 30.5,29.5 L 30.5,31.5"
       id="path4150" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
       d="M 32.5,29.5 L 32.5,31.5"
       id="path2308" />
    <path
       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
       d="M 34.5,29.5 L 34.5,31.5"
       id="path2312" />
    <path
       style="opacity:1;fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:#f57900;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
       d="M 36.5,29.5 L 36.5,31.5"
       id="path2326" />
    <path
       sodipodi:type="arc"
       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4951"
       sodipodi:cx="34.950596"
       sodipodi:cy="33.151112"
       sodipodi:rx="0.88684016"
       sodipodi:ry="0.95505863"
       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
       transform="matrix(0.5638,0,0,0.523528,10.79487,14.14446)" />
    <path
       sodipodi:type="arc"
       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4953"
       sodipodi:cx="34.950596"
       sodipodi:cy="33.151112"
       sodipodi:rx="0.88684016"
       sodipodi:ry="0.95505863"
       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
       transform="matrix(0.5638,0,0,0.523528,12.79485,14.14446)" />
    <path
       sodipodi:type="arc"
       style="opacity:1;color:#000000;fill:#eeeeec;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4955"
       sodipodi:cx="34.950596"
       sodipodi:cy="33.151112"
       sodipodi:rx="0.88684016"
       sodipodi:ry="0.95505863"
       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
       transform="matrix(0.5638,0,0,0.523528,14.79485,14.14446)" />
    <path
       sodipodi:type="arc"
       style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4957"
       sodipodi:cx="34.950596"
       sodipodi:cy="33.151112"
       sodipodi:rx="0.88684016"
       sodipodi:ry="0.95505863"
       d="M 35.837436 33.151112 A 0.88684016 0.95505863 0 1 1  34.063756,33.151112 A 0.88684016 0.95505863 0 1 1  35.837436 33.151112 z"
       transform="matrix(0.5638,0,0,0.523528,16.79485,12.14446)" />
  </g>
  <g
     inkscape:groupmode="layer"
     id="layer4"
     inkscape:label="Pennello">
    <path
       style="color:#000000;fill:url(#linearGradient2323);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 14.000002,8 C 14.000002,8 14.312502,16.921875 14.312502,17.75 C 14.312502,18.515625 13.593752,19.78125 14.562502,19.78125 C 15.468752,19.78125 14.750002,18.484375 14.812502,17.75 C 14.869723,17.077655 15.000002,12.875 15.000002,12.875 C 15.000002,12.875 15.687502,12.96875 16.000002,12.0625 C 16.312502,11.15625 16.250002,9.25 16.250002,9.25 L 16.750002,10 C 17.750002,16.625 17.285725,20.843918 17.312502,21.34375 C 17.33594,21.78125 16.593338,23.75 17.625002,23.75 C 18.937916,23.75 17.982556,21.83582 18.000002,21.375 C 18.01863,20.882973 18.151208,17.265625 18.875002,13 C 19.973796,14.609375 19.290356,11.5 20.540356,18.125 L 35.665356,19.5 C 35.415356,12.875 33.250002,9.25 31.750002,8.125 C 31.750002,8.125 14.000002,8 14.000002,8 z "
       id="path3523"
       sodipodi:nodetypes="czzzcscczzzcccsc" />
    <path
       transform="matrix(0.333333,0,0,0.333333,7.80614,10.83333)"
       d="M 30.25 36.5 A 1.125 1.125 0 1 1  28,36.5 A 1.125 1.125 0 1 1  30.25 36.5 z"
       sodipodi:ry="1.125"
       sodipodi:rx="1.125"
       sodipodi:cy="36.5"
       sodipodi:cx="29.125"
       id="path4938"
       style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       sodipodi:type="arc" />
    <path
       sodipodi:type="arc"
       style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4940"
       sodipodi:cx="29.125"
       sodipodi:cy="36.5"
       sodipodi:rx="1.125"
       sodipodi:ry="1.125"
       d="M 30.25 36.5 A 1.125 1.125 0 1 1  28,36.5 A 1.125 1.125 0 1 1  30.25 36.5 z"
       transform="matrix(0.250001,0,0,0.250001,7.13947,10.125)" />
    <path
       style="opacity:0.51461989;color:#000000;fill:url(#linearGradient2318);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 19.919502,13.623214 L 20.91387,17.954243 L 21.709365,17.644884 C 21.709365,17.644884 21.112744,14.595486 20.538219,13.844185 C 19.963695,13.092884 19.85321,13.402243 19.256589,13.225467 C 19.256589,13.225467 19.698531,13.291758 19.919502,13.623214 z "
       id="path1524"
       sodipodi:nodetypes="cccscc" />
    <path
       style="opacity:0.51461989;color:#000000;fill:url(#linearGradient2315);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 17.002686,10.021389 C 17.002686,10.021389 17.621404,14.352418 17.533016,15.987603 C 17.73189,12.938205 17.334142,10.176069 17.334142,10.176069 L 16.317676,9.115409 L 17.002686,10.021389 z "
       id="path2410"
       sodipodi:nodetypes="ccccc" />
    <path
       id="text2735"
       d="M 23.642606,31.925742 L 23.959494,31.925742 C 24.053717,31.925743 24.125955,31.946736 24.176208,31.988722 C 24.226791,32.03038 24.252082,32.089889 24.252083,32.167252 C 24.252082,32.244945 24.226791,32.304785 24.176208,32.346772 C 24.125955,32.388429 24.053717,32.409257 23.959494,32.409257 L 23.833533,32.409257 L 23.833533,32.666139 L 23.642606,32.666139 L 23.642606,31.925742 M 23.833533,32.064102 L 23.833533,32.270898 L 23.939162,32.270898 C 23.976189,32.270898 24.004788,32.261971 24.024955,32.244118 C 24.045121,32.225935 24.055206,32.200313 24.055206,32.167252 C 24.055206,32.134191 24.045121,32.108735 24.024955,32.090881 C 24.004788,32.073029 23.976189,32.064102 23.939162,32.064102 L 23.833533,32.064102 M 24.724688,32.050712 C 24.6665,32.050713 24.621372,32.072202 24.589303,32.11518 C 24.557235,32.158161 24.5412,32.218662 24.5412,32.296685 C 24.5412,32.374378 24.557235,32.434714 24.589303,32.477693 C 24.621372,32.520673 24.6665,32.542162 24.724688,32.542162 C 24.783204,32.542162 24.828498,32.520673 24.860568,32.477693 C 24.892637,32.434714 24.90867,32.374378 24.908671,32.296685 C 24.90867,32.218662 24.892637,32.158161 24.860568,32.11518 C 24.828498,32.072202 24.783204,32.050713 24.724688,32.050712 M 24.724688,31.912352 C 24.843706,31.912353 24.936938,31.946406 25.004382,32.014511 C 25.071826,32.082616 25.105548,32.176675 25.105549,32.296685 C 25.105548,32.416365 25.071826,32.510258 25.004382,32.578363 C 24.936938,32.646469 24.843706,32.680521 24.724688,32.680521 C 24.605999,32.680521 24.512767,32.646469 24.444993,32.578363 C 24.377549,32.510258 24.343827,32.416365 24.343827,32.296685 C 24.343827,32.176675 24.377549,32.082616 24.444993,32.014511 C 24.512767,31.946406 24.605999,31.912353 24.724688,31.912352 M 25.249363,31.925742 L 25.462605,31.925742 L 25.731886,32.433556 L 25.731886,31.925742 L 25.912895,31.925742 L 25.912895,32.666139 L 25.699652,32.666139 L 25.430372,32.158325 L 25.430372,32.666139 L 25.249363,32.666139 L 25.249363,31.925742 M 25.995216,31.925742 L 26.203995,31.925742 L 26.372605,32.189568 L 26.541215,31.925742 L 26.750491,31.925742 L 26.468316,32.354211 L 26.468316,32.666139 L 26.27739,32.666139 L 26.27739,32.354211 L 25.995216,31.925742"
       style="font-size:0.9029026px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;text-anchor:start;fill:#4a4a4a;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" />
    <path
       transform="matrix(0.598367,0,0,0.739872,17.29486,18.71641)"
       d="M 41.10058 35.051105 A 16.882174 4.552 0 1 1  7.3362331,35.051105 A 16.882174 4.552 0 1 1  41.10058 35.051105 z"
       sodipodi:ry="4.552"
       sodipodi:rx="16.882174"
       sodipodi:cy="35.051105"
       sodipodi:cx="24.218407"
       id="path3994"
       style="opacity:0.20467834;color:#000000;fill:url(#radialGradient1711);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.70063692;visibility:visible;display:inline;overflow:visible"
       sodipodi:type="arc" />
    <path
       style="color:#000000;fill:url(#linearGradient3213);fill-opacity:1;fill-rule:nonzero;stroke:#3a3a3a;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 23.431697,25.522353 L 38.054734,25.522353 C 38.054734,25.522353 38.265643,20.17932 36.859582,18.843562 C 35.525578,17.576257 33.625641,17.859319 33.625641,17.859319 L 33.555338,18.421743 C 33.555338,18.421743 32.852308,17.929622 31.586853,17.859319 C 30.321397,17.789016 29.407458,17.929622 29.407458,17.929622 L 29.829276,18.35144 C 29.829276,18.35144 28.071699,17.648409 26.384426,17.648409 C 24.697152,17.648409 24.345637,17.718713 24.345637,17.718713 L 24.978365,18.070228 C 24.978365,18.070228 23.572303,17.4375 22.447454,17.4375 C 21.322605,17.4375 20.338363,17.929622 20.338363,17.929622 C 20.338363,17.929622 21.955333,18.773259 22.588061,19.898107 C 23.220788,21.022956 23.431697,25.522353 23.431697,25.522353 z "
       id="path4900"
       sodipodi:nodetypes="cczccsccsccscsc" />
    <path
       style="color:#000000;fill:url(#radialGradient3210);fill-opacity:1;fill-rule:nonzero;stroke:#80754c;stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 22.499999,25.5 L 22.499999,30.500001 C 22.499999,31.56658 23.433422,32.5 24.5,32.5 L 28.5,32.5 C 28.23087,35.197711 27.446019,37.143344 27.579578,39.487751 C 27.663239,40.956279 28.935532,42.862298 30.954125,42.862298 C 32.761952,42.862298 34.061987,41.100194 34.188066,39.347145 C 34.328672,37.392109 33.389655,35.202822 33,32.5 L 36.499999,32.5 C 37.566581,32.5 38.5,31.566579 38.5,30.500001 L 38.5,25.5 C 38.5,25.5 22.499999,25.5 22.499999,25.5 z "
       id="rect4400"
       sodipodi:nodetypes="ccccszsccccc" />
    <path
       sodipodi:nodetypes="cszscc"
       id="path4890"
       d="M 29.407458,31.051688 C 29.192154,33.209857 28.40473,37.15174 28.511577,39.027266 C 28.578506,40.202088 29.254886,41.815292 30.869761,41.815292 C 32.316022,41.815292 33.066815,40.387523 33.167678,38.985084 C 33.280163,37.421056 32.306334,33.213946 31.99461,31.051688 L 29.407458,31.051688 z "
       style="opacity:0.57309941;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3207);stroke-width:1.00000036;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
    <path
       sodipodi:nodetypes="ccccccc"
       id="path4880"
       d="M 23,26.000001 L 23,30.500001 C 23,31.5 24,32 24.5,32 L 36.499999,32 C 37,32 38,31.433256 38,30.500001 L 38,26.000001 C 38,26.000001 23,26.000001 23,26.000001 z "
       style="color:#000000;fill:#e8daa5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
    <path
       style="color:#000000;fill:url(#linearGradient3203);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 37,26.01212 L 37,28.168321 C 37,28.629071 36.576706,29 36.050909,29 L 24.949092,29 C 24.423296,29 24,28.629071 24,28.168321 L 24,26.01212 C 24,26.01212 37,26.01212 37,26.01212 z "
       id="rect3119"
       sodipodi:nodetypes="ccccccc" />
    <path
       style="color:#000000;fill:url(#linearGradient3200);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       d="M 21.638969,18.070228 C 21.638969,18.070228 22.939576,18.878713 23.25594,20.073865 C 23.572303,21.269017 23.748061,22.429018 23.748061,22.429018 L 24.626849,20.495684 L 25.611092,21.444775 L 25.962608,19.898107 L 28.071699,20.460532 L 27.509275,19.300531 L 29.758973,20.355077 L 29.68867,19.581744 L 30.637761,20.42538 L 31.411095,19.72235 L 33.098368,20.460532 L 34.082611,19.511441 L 35.488672,20.42538 C 35.488672,20.42538 35.242612,19.792653 35.383218,19.827804 C 35.523824,19.862956 36.754128,20.284774 36.754128,20.284774 L 37.070491,20.671441 C 37.070491,20.671441 36.856159,19.594324 36.367461,19.159925 C 35.418369,18.316289 34.082611,18.386592 34.082611,18.386592 L 33.942005,19.370835 C 33.942005,19.370835 32.782005,18.562349 31.797762,18.421743 C 30.813519,18.281137 29.829276,18.456895 29.829276,18.456895 L 29.618367,18.878713 C 29.618367,18.878713 28.388063,18.386592 27.298366,18.281137 C 26.208668,18.175682 24.802607,18.210834 24.802607,18.210834 L 24.732304,18.597501 C 24.732304,18.597501 23.71291,18.105379 23.25594,18.070228 C 22.79897,18.035076 21.674121,18.105379 21.638969,18.070228 z "
       id="path4918"
       sodipodi:nodetypes="cscccccccccccccsccsccsccsccsc" />
    <path
       sodipodi:type="arc"
       style="opacity:0.51461989;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
       id="path4928"
       sodipodi:cx="29.125"
       sodipodi:cy="36.5"
       sodipodi:rx="1.125"
       sodipodi:ry="1.125"
       d="M 30.25 36.5 A 1.125 1.125 0 1 1  28,36.5 A 1.125 1.125 0 1 1  30.25 36.5 z"
       transform="matrix(0.999866,0,0,0.999866,1.216579,2.52544)" />
  </g>
</svg>