forked from JustDerb/yed-aws-palettes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAzure - Compute.graphml
866 lines (866 loc) · 232 KB
/
Azure - Compute.graphml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
<!-- Created by yEd Azure Simple Icons Generator (https://github.com/danmana/yed-azure-palettes) -->
<!-- Azure Architecture Icons Version: 20 -->
<!-- Azure Architecture Icons URL: https://arch-center.azureedge.net/icons/Azure_Public_Service_Icons_V20.zip -->
<key for="port" id="d0" yfiles.type="portgraphics"/>
<key for="port" id="d1" yfiles.type="portgeometry"/>
<key for="port" id="d2" yfiles.type="portuserdata"/>
<key attr.name="yed.palette.node.name" attr.type="string" for="node" id="d3"/>
<key attr.name="Palette ToolTip" attr.type="string" for="node" id="d4"/>
<key attr.name="url" attr.type="string" for="node" id="d5"/>
<key attr.name="description" attr.type="string" for="node" id="d6"/>
<key for="node" id="d7" yfiles.type="nodegraphics"/>
<key for="graphml" id="d8" yfiles.type="resources"/>
<key attr.name="yed.palette.edge.name" attr.type="string" for="edge" id="d9"/>
<key attr.name="Palette ToolTip" attr.type="string" for="edge" id="d10"/>
<key attr.name="url" attr.type="string" for="edge" id="d11"/>
<key attr.name="description" attr.type="string" for="edge" id="d12"/>
<key for="edge" id="d13" yfiles.type="edgegraphics"/>
<graph edgedefault="directed" id="G">
<node id="0">
<data key="d3" xml:space="preserve"><![CDATA[1e6784c2-1416-3fd5-ba94-3833f80e1ed9]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00195 icon service Maintenance Configuration]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00195 icon service Maintenance Configuration]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="58" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="1"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="1">
<data key="d3" xml:space="preserve"><![CDATA[5957336d-2795-3bce-86e5-c64ddeb7c23f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00328 icon service Host Pools]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00328 icon service Host Pools]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="2"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="2">
<data key="d3" xml:space="preserve"><![CDATA[ee73f2f1-6b7a-3d5f-a450-c619e6a26cbb]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00329 icon service Application Group]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00329 icon service Application Group]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="3"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="3">
<data key="d3" xml:space="preserve"><![CDATA[75fd533c-e24d-3174-a02b-ee21ac262e4f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00330 icon service Workspaces]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00330 icon service Workspaces]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="4"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="4">
<data key="d3" xml:space="preserve"><![CDATA[f0305d61-ccb6-3d30-8355-33d30d6c6b02]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00398 icon service Disk Encryption Sets]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00398 icon service Disk Encryption Sets]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="5"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="5">
<data key="d3" xml:space="preserve"><![CDATA[974e9089-052c-3449-9ef4-a1ba1968e769]]></data>
<data key="d4" xml:space="preserve"><![CDATA[00400 icon service Workspaces]]></data>
<data key="d6" xml:space="preserve"><![CDATA[00400 icon service Workspaces]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="52" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="6"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="6">
<data key="d3" xml:space="preserve"><![CDATA[bcc26e0f-b33d-3c88-ab37-f0b78a012d99]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02112 icon service Automanaged VM]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02112 icon service Automanaged VM]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="56" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="7"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="7">
<data key="d3" xml:space="preserve"><![CDATA[97b0f4bb-72e7-3d7c-9814-98dd1620ead1]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02370 icon service Managed Service Fabric]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02370 icon service Managed Service Fabric]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="59" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="8"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="8">
<data key="d3" xml:space="preserve"><![CDATA[3c7b2c18-a156-3505-acb9-14dbe3e1619c]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02409 icon service Metrics Advisor]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02409 icon service Metrics Advisor]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="49" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="9"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="9">
<data key="d3" xml:space="preserve"><![CDATA[fd060a87-d1d3-3ce9-a58c-9bb3b211d236]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02634 icon service Image Templates]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02634 icon service Image Templates]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="53" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="10"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="10">
<data key="d3" xml:space="preserve"><![CDATA[69a88929-2bed-3495-9284-f8d0a9cdf5c1]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02817 icon service Restore Points]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02817 icon service Restore Points]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="59" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="11"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="11">
<data key="d3" xml:space="preserve"><![CDATA[fbd0f452-667e-3490-9b70-1bd64435c120]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02818 icon service Restore Points Collections]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02818 icon service Restore Points Collections]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="49" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="12"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="12">
<data key="d3" xml:space="preserve"><![CDATA[61102090-04a9-3b5e-a0ab-5acdce182d95]]></data>
<data key="d4" xml:space="preserve"><![CDATA[02864 icon service Azure Compute Galleries]]></data>
<data key="d6" xml:space="preserve"><![CDATA[02864 icon service Azure Compute Galleries]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="13"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="13">
<data key="d3" xml:space="preserve"><![CDATA[77ffeebb-9f93-33e5-9813-76da23476c42]]></data>
<data key="d4" xml:space="preserve"><![CDATA[03487 icon service Compute Fleet]]></data>
<data key="d6" xml:space="preserve"><![CDATA[03487 icon service Compute Fleet]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="14"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="14">
<data key="d3" xml:space="preserve"><![CDATA[13c19a9b-7dd6-3614-ae73-d691fdd298e8]]></data>
<data key="d4" xml:space="preserve"><![CDATA[03543 icon service AKS Automatic]]></data>
<data key="d6" xml:space="preserve"><![CDATA[03543 icon service AKS Automatic]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="15"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="15">
<data key="d3" xml:space="preserve"><![CDATA[ffa67c06-3c9e-3b80-a3cf-dee026e2a872]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10021 icon service Virtual Machine]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10021 icon service Virtual Machine]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="56" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="16"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="16">
<data key="d3" xml:space="preserve"><![CDATA[6917701e-42be-3019-97b0-2a1d3048823d]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10023 icon service Kubernetes Services]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10023 icon service Kubernetes Services]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="53" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="17"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="17">
<data key="d3" xml:space="preserve"><![CDATA[1e2d20c9-5cab-3e44-9be4-9df29163b09a]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10024 icon service Mesh Applications]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10024 icon service Mesh Applications]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="18"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="18">
<data key="d3" xml:space="preserve"><![CDATA[2ab5ad1c-e6cd-39a4-a408-ac384b8e6ae6]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10025 icon service Availability Sets]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10025 icon service Availability Sets]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="19"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="19">
<data key="d3" xml:space="preserve"><![CDATA[93fde057-fed4-3b9c-a96a-b6c92ecf5018]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10026 icon service Disks Snapshots]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10026 icon service Disks Snapshots]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="59" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="20"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="20">
<data key="d3" xml:space="preserve"><![CDATA[bae90f7a-8536-3f54-badd-df4e8602ed9e]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10027 icon service OS Images (Classic)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10027 icon service OS Images (Classic)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="56" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="21"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="21">
<data key="d3" xml:space="preserve"><![CDATA[af9c7b89-36ab-3fc2-adf2-3fe1df527f49]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10028 icon service Virtual Machines (Classic)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10028 icon service Virtual Machines (Classic)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="56" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="22"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="22">
<data key="d3" xml:space="preserve"><![CDATA[0ee25973-bf44-36b0-965d-e27412abcaeb]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10029 icon service Function Apps]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10029 icon service Function Apps]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="54" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="23"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="23">
<data key="d3" xml:space="preserve"><![CDATA[b64c56f6-4a50-3a6d-b271-e107f163d38d]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10030 icon service Cloud Services (Classic)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10030 icon service Cloud Services (Classic)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="44" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="24"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="24">
<data key="d3" xml:space="preserve"><![CDATA[66bee83b-334f-31f2-bdb2-b96627af05a8]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10031 icon service Batch Accounts]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10031 icon service Batch Accounts]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="57" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="25"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="25">
<data key="d3" xml:space="preserve"><![CDATA[d77912ac-c0a7-38d3-b603-686aff955403]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10032 icon service Disks]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10032 icon service Disks]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="59" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="26"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="26">
<data key="d3" xml:space="preserve"><![CDATA[a2ecdb41-80a5-3362-b4d9-73bca0553db9]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10033 icon service Images]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10033 icon service Images]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="57" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="27"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="27">
<data key="d3" xml:space="preserve"><![CDATA[f02c262d-9b6d-3d2e-a043-606f6313ec01]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10034 icon service VM Scale Sets]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10034 icon service VM Scale Sets]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="28"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="28">
<data key="d3" xml:space="preserve"><![CDATA[3f2ccdf2-eb4f-33b0-89c2-5f362a718055]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10035 icon service App Services]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10035 icon service App Services]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="29"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="29">
<data key="d3" xml:space="preserve"><![CDATA[be192dd7-e5f7-3c04-b1fb-3804e1424526]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10036 icon service Service Fabric Clusters]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10036 icon service Service Fabric Clusters]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="58" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="30"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="30">
<data key="d3" xml:space="preserve"><![CDATA[25281d90-bc0e-3482-bff6-5712ad796506]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10037 icon service Image Definitions]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10037 icon service Image Definitions]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="59" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="31"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="31">
<data key="d3" xml:space="preserve"><![CDATA[1c61ee4f-c90d-3d75-bbf6-85f415a3a4ba]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10038 icon service Image Versions]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10038 icon service Image Versions]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="58" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="32"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="32">
<data key="d3" xml:space="preserve"><![CDATA[38a365a3-557c-308e-9c2d-cc2959a43936]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10039 icon service Shared Image Galleries]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10039 icon service Shared Image Galleries]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="33"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="33">
<data key="d3" xml:space="preserve"><![CDATA[73ce8475-9d3a-37ed-98ee-c8f3f65a244f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10040 icon service VM Images (Classic)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10040 icon service VM Images (Classic)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="56" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="34"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="34">
<data key="d3" xml:space="preserve"><![CDATA[dca7a63b-e8e4-3729-8617-32e575e3d5f2]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10041 icon service Disks (Classic)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10041 icon service Disks (Classic)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="59" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="35"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="35">
<data key="d3" xml:space="preserve"><![CDATA[b1b5fccb-910a-3727-ae95-b4b5f8bd6a47]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10049 icon service Container Services (Deprecated)]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10049 icon service Container Services (Deprecated)]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="53" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="36"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="36">
<data key="d3" xml:space="preserve"><![CDATA[66fb201b-2e96-3ef1-98c0-9f86f7879f94]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10104 icon service Container Instances]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10104 icon service Container Instances]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="57" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="37"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="37">
<data key="d3" xml:space="preserve"><![CDATA[c54a1640-3fb1-350d-816c-2709d3aef476]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10346 icon service Host Groups]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10346 icon service Host Groups]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="58" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="38"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="38">
<data key="d3" xml:space="preserve"><![CDATA[c0d7456b-fa18-3d99-aaf1-30660749fa28]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10347 icon service Hosts]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10347 icon service Hosts]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="51" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="39"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node><node id="39">
<data key="d3" xml:space="preserve"><![CDATA[2b7efddd-8252-3b37-9498-84c679fae36f]]></data>
<data key="d4" xml:space="preserve"><![CDATA[10370 icon service Azure Spring Apps]]></data>
<data key="d6" xml:space="preserve"><![CDATA[10370 icon service Azure Spring Apps]]></data>
<data key="d7">
<y:SVGNode>
<y:Geometry height="60" width="60" x="0" y="0"/>
<y:Fill color="#CCCCFF" transparent="false"/>
<y:BorderStyle color="#000000" type="line" width="1.0"/>
<y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center"
iconTextGap="4" modelName="sandwich" modelPosition="s" textColor="#000000"
verticalTextPosition="bottom" visible="true" width="4" x="0" y="0"></y:NodeLabel>
<y:SVGNodeProperties usingVisualBounds="false"/>
<y:SVGModel svgBoundsPolicy="0">
<y:SVGContent refid="40"/>
</y:SVGModel>
</y:SVGNode>
</data>
</node> </graph>
<data key="d8">
<y:Resources>
<y:Resource id="1" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><radialGradient gradientTransform="translate(1.878 1.801) scale(0.944)" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" xlink:type="simple" r="7.443" xlink:actuate="onLoad" cx="5.614" cy="6.147" id="bb939890-e5c9-4401-bac3-d94dd8e0e7c1" xlink:show="other" ><stop style="stop-color:#5ea0ef;" offset=".183" /><stop style="stop-color:#5c9fee;" offset=".555" /><stop style="stop-color:#559ced;" offset=".689" /><stop style="stop-color:#4a97e9;" offset=".785" /><stop style="stop-color:#3990e4;" offset=".862" /><stop style="stop-color:#2387de;" offset=".928" /><stop style="stop-color:#087bd6;" offset=".985" /><stop style="stop-color:#0078d4;" offset="1" /></radialGradient ><radialGradient gradientTransform="translate(1.124 1.09) scale(0.943)" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" xlink:type="simple" r="1.041" xlink:actuate="onLoad" cx="6.45" cy="6.92" id="986fec79-aad0-473e-a309-44607edb7ba9" xlink:show="other" ><stop style="stop-color:#7f7f7f;" offset="0" /><stop style="stop-color:#5e5e5e;" offset="1" /></radialGradient ></defs ><circle r="7.03" style="fill:url(#bb939890-e5c9-4401-bac3-d94dd8e0e7c1);" cx="7.18" cy="7.607" /><circle r="6.121" style="fill:#fff;" cx="7.208" cy="7.607" /><path style="fill:#7a7a7a;" d="M7.038 11.73h.338v1.05h-.338zm-3.7-7.75l.24-.24.742.742-.24.24zm.052 7.2l.742-.742.24.24-.742.742zM1.945 7.43h1.05v.338h-1.05zm7.8 2.054L7.957 7.706a.43.43 0 0 0-.291-.123.411.411 0 0 0 .054-.2V2.858a.431.431 0 0 0-.43-.43h-.082a.431.431 0 0 0-.431.43v4.53a.431.431 0 0 0 .431.43h.048a.427.427 0 0 0 .035.555l1.78 1.777a.432.432 0 0 0 .608 0l.058-.058a.432.432 0 0 0 0-.608z" /><circle r=".996" style="fill:url(#986fec79-aad0-473e-a309-44607edb7ba9);" cx="7.212" cy="7.596" /><path style="fill:#949494;" d="M8.855 16.582l5.535-6.324a2.9 2.9 0 0 0 2.763-.875 2.691 2.691 0 0 0 .558-2.661l-1.465 1.645-1.567-.29-.52-1.487 1.466-1.62a2.866 2.866 0 0 0-2.643.885 2.647 2.647 0 0 0-.54 2.651l-5.9 6.745a1.309 1.309 0 0 0 1.97 1.724z" /></svg > </y:Resource>
<y:Resource id="2" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="17.5" y2="0.5" xlink:type="simple" xlink:actuate="onLoad" id="b7b52328-afea-4ae3-a11b-e21cf942d33d" xlink:show="other" ><stop style="stop-color:#005ba1;" offset="0" /><stop style="stop-color:#0063ae;" offset="0.168" /><stop style="stop-color:#0072ca;" offset="0.577" /><stop style="stop-color:#0078d4;" offset="0.815" /></linearGradient ></defs ><g id="f296cd5a-787e-4f7b-ae7d-f8e4c512e403" ><g ><circle r="8.5" style="fill:url(#b7b52328-afea-4ae3-a11b-e21cf942d33d);" cx="9" cy="9" /><g id="b26dad0a-3648-4f5e-b5e8-d86f08f4d08c" ><g id="bf235d1c-b690-40eb-8a79-cf880451778d" ><g id="bcd9163a-c4d8-4e54-8c97-4a109bf64f75" ><path id="e49dfb7e-134a-43bd-83fc-ab356cb14af0" d="M13.046,6.635v4.709L8.984,13.707V8.992Z" style="fill:#32bedd;" /></g ><g id="a5b973ff-f0b7-405d-8643-344e4c6197bf" ><path id="b4b89f14-a55a-428c-a4ac-415feb735142" d="M13.046,6.635,8.99,9,4.928,6.635,8.99,4.272Z" style="fill:#9cebff;" /></g ><g id="adac1240-6aa9-4f15-96e4-37e67d1c6c71" ><path id="f65d8fa4-1c52-4beb-89ef-75de96e9143e" d="M8.984,9v4.709L4.928,11.344V6.635Z" style="fill:#50e6ff;" /></g ><path id="b5d243da-3c58-4a56-96f0-5072c268eecc" d="M4.928,11.344,8.984,8.992v4.715Z" style="fill:#9cebff;" /><path id="f11f8f15-8a95-4259-8c1e-cffcafd2ea60" d="M13.046,11.344,8.984,8.992v4.715Z" style="fill:#50e6ff;" /></g ></g ></g ></g ></svg > </y:Resource>
<y:Resource id="3" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="17.5" y2="0.5" xlink:type="simple" xlink:actuate="onLoad" id="a26c9420-22ea-437d-963a-d91a07052fe8" xlink:show="other" ><stop style="stop-color:#005ba1;" offset="0" /><stop style="stop-color:#0063ae;" offset="0.168" /><stop style="stop-color:#0072ca;" offset="0.577" /><stop style="stop-color:#0078d4;" offset="0.815" /></linearGradient ></defs ><g id="f18b5d86-430f-4653-9c0f-da3405ab6e83" ><g ><circle r="8.5" style="fill:url(#a26c9420-22ea-437d-963a-d91a07052fe8);" cx="9" cy="9" /><path id="ecfad4cd-858a-4086-9001-2b8defa8f20e" d="M7.776,10.632h2.448V13.08H7.776ZM4.92,7.368H7.368V4.92H5.262a.341.341,0,0,0-.342.342Zm.342,5.712H7.368V10.632H4.92v2.106a.341.341,0,0,0,.342.342ZM4.92,10.224H7.368V7.776H4.92Zm5.712,2.856h2.106a.341.341,0,0,0,.342-.342V10.632H10.632ZM7.776,10.224h2.448V7.776H7.776Zm2.856,0H13.08V7.776H10.632Zm0-5.3V7.368H13.08V5.262a.341.341,0,0,0-.342-.342ZM7.776,7.368h2.448V4.92H7.776Z" style="fill:#fff;" /></g ></g ></svg > </y:Resource>
<y:Resource id="4" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="17.5" y2="0.5" xlink:type="simple" xlink:actuate="onLoad" id="f9a99d0c-9195-42e6-b829-35824fadf772" xlink:show="other" ><stop style="stop-color:#005ba1;" offset="0" /><stop style="stop-color:#0063ae;" offset="0.168" /><stop style="stop-color:#0072ca;" offset="0.577" /><stop style="stop-color:#0078d4;" offset="0.815" /></linearGradient ></defs ><g id="aa161d90-a772-48f8-88d2-386c4212772e" ><g ><circle r="8.5" style="fill:url(#f9a99d0c-9195-42e6-b829-35824fadf772);" cx="9" cy="9" /><g ><g id="aafa2bfe-ea20-47c7-8905-6b4ccbb2adf9" ><path id="ec95c643-c1c0-4fcc-9757-65779fba8574" d="M8.88,4.69a.753.753,0,0,0-.753.752V9.136a.753.753,0,0,0,.753.752h3.693a.752.752,0,0,0,.752-.752V5.442a.752.752,0,0,0-.752-.752Zm.677.978a.451.451,0,0,0-.452.451V8.458a.452.452,0,0,0,.452.452H11.9a.451.451,0,0,0,.451-.452V6.119a.451.451,0,0,0-.451-.451Z" style="fill:#7de2fb; fill-rule:evenodd;" /></g ><g id="acd833af-d85e-493c-aa00-f4907676de93" ><path style="fill:#fff;" d="M4.675,7.5a.451.451,0,0,1,.451-.451H6.977a.451.451,0,0,1,.451.451V9.361a.451.451,0,0,1-.451.451H5.126a.451.451,0,0,1-.451-.451Z" /><path style="fill:#fff;" d="M4.675,11.008a.451.451,0,0,1,.451-.451H6.977a.451.451,0,0,1,.451.451v1.851a.451.451,0,0,1-.451.451H5.126a.451.451,0,0,1-.451-.451Z" /><path style="fill:#fff;" d="M8.127,10.963a.451.451,0,0,1,.452-.451h1.85a.452.452,0,0,1,.452.451v1.851a.452.452,0,0,1-.452.451H8.579a.451.451,0,0,1-.452-.451Z" /></g ></g ></g ></g ></svg > </y:Resource>
<y:Resource id="5" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><radialGradient gradientTransform="translate(0 -704.99) scale(1 1.59)" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" xlink:type="simple" r="4.05" xlink:actuate="onLoad" cx="8.38" cy="445.94" id="548fd318-b3ed-4f2d-8adb-48f6e9685bcf" xlink:show="other" ><stop style="stop-color:#5ea0ef;" offset="0" /><stop style="stop-color:#519aeb;" offset=".11" /><stop style="stop-color:#2588df;" offset=".51" /><stop style="stop-color:#0a7cd7;" offset=".82" /><stop style="stop-color:#0078d4;" offset="1" /></radialGradient ></defs ><path style="fill:#0078d4;" d="M2.12.5H4.1v.57H2.12zm14.5.57h.32v.3h.55V.5h-.87v.57zM1.4 16.9h-.28v-.32H.5v.93h.9v-.6zm15.55-.3v.3h-.32v.6h.87v-.9h-.55zM1.13 1.36v-.3h.28V.5H.5v.86h.63zM5.07.5h1.97v.57H5.07zM8 .5h1.97v.57H8zm2.96 0h1.97v.57h-1.97zm2.94 0h1.97v.57H13.9zM2.14 16.9H4.1v.57H2.14zm2.94 0h1.97v.57H5.08zm2.95 0H10v.57H8.03zm2.95 0h1.97v.57h-1.97zm2.94 0h1.97v.57h-1.97zm3-14.85h.57v1.97h-.57zm0 2.95h.57v1.97h-.57zm0 2.94h.57V9.9h-.57zm0 2.94h.57v1.97h-.57zm0 2.95h.57v1.97h-.57zM.5 2.03h.57V4H.5zm0 2.95h.57v1.97H.5zm0 2.94h.57V9.9H.5zm0 2.95h.57v1.97H.5zm0 2.93h.57v1.97H.5z" /><path style="fill:#76bc2d;" d="M10.3 11a1.5 1.5 0 0 1 0-2.11l.76-.76a12.13 12.13 0 0 0-2.67-.29c-3.07 0-5.55 1-5.55 2.28S5.3 12.4 8.38 12.4a11.83 11.83 0 0 0 2.93-.4z" /><ellipse rx="5.54" ry="2.28" style="fill:url(#548fd318-b3ed-4f2d-8adb-48f6e9685bcf);" cx="8.38" cy="5.05" /><ellipse rx="1.84" ry=".5" style="fill:#005ba1;" cx="8.51" cy="5.02" /><g style="fill:#0078d4;" ><path d="M15.58 10.65a1 1 0 0 0 0-1.44l-1.76-1.77a1 1 0 0 0-1.44 0L10.62 9.2a1 1 0 0 0 0 1.44l1.47 1.5a.32.32 0 0 1 .08.2v2.73a.35.35 0 0 0 .1.24l.67.67a.24.24 0 0 0 .33 0l1.02-1.02a.14.14 0 0 0 0-.19l-.3-.28a.13.13 0 0 1 0-.2l.27-.28a.14.14 0 0 0 0-.19l-.27-.27a.14.14 0 0 1 0-.21l.27-.27a.14.14 0 0 0 0-.19l-.38-.4v-.13zM13.1 7.87a.58.58 0 1 1 0 1.13.58.58 0 0 1 0-1.16z" /><path d="M12.05 7.1a1.49 1.49 0 0 1 1-.44 1.59 1.59 0 0 1 .65.15 1.2 1.2 0 0 0 .17-.48V5c0 1.25-2.48 2.27-5.54 2.27s-5.5-1-5.5-2.27v1.26c0 1.26 2.48 2.28 5.55 2.28a12.65 12.65 0 0 0 2.48-.24z" /></g ><g style="fill:#c3f1ff;" ><path style="opacity:.75;" d="M12.65 15.1a.13.13 0 0 0 .18 0 .11.11 0 0 0 0-.08v-2.25a.17.17 0 0 0-.06-.11.13.13 0 0 0-.17 0 .07.07 0 0 0 0 .07V15a.11.11 0 0 0 .05.1z" /><rect x="11.7" y="9.79" width="2.89" style="opacity:.75;" rx=".16" height=".34" /><rect x="11.7" y="10.35" width="2.89" style="opacity:.75;" rx=".16" height=".34" /></g ><path style="fill:#5e9624;" d="M11.7 12.42l-.42-.42a12.21 12.21 0 0 1-2.9.34c-3.07 0-5.55-1-5.55-2.28v1.27c0 1.26 2.48 2.28 5.55 2.28a11.72 11.72 0 0 0 3.32-.46zM9.87 9.74a4.91 4.91 0 0 0-1.36-.17c-1 0-1.84.23-1.84.5s.83.5 1.84.5a4.89 4.89 0 0 0 1.43-.19 1.59 1.59 0 0 1-.07-.65z" /></svg > </y:Resource>
<y:Resource id="6" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 20)" x1="8.995" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.995" y1="20.15" y2="4.41" xlink:type="simple" xlink:actuate="onLoad" id="b69ababe-e937-4f39-8a39-d79eeae889d9" xlink:show="other" ><stop style="stop-color:#5ea0ef;" offset="0" /><stop style="stop-color:#0078d4;" offset="1" /></linearGradient ></defs ><path style="fill:url(#b69ababe-e937-4f39-8a39-d79eeae889d9);" d="M1,1.65H17a.5.5,0,0,1,.51.46v11.1a.49.49,0,0,1-.51.46H1a.5.5,0,0,1-.52-.46V2.13A.5.5,0,0,1,1,1.65Z" /><path style="fill:#50e6ff;" d="M11.87,8.34l2.66,1.54,2.67,1.53a.159.159,0,0,1,.049.221.153.153,0,0,1-.049.049l-1.78,1,1.27,2.18a.88.88,0,0,1-.32,1.19l-.26.15a.87.87,0,0,1-1.19-.31l-1.27-2.2-1.77,1a.15.15,0,0,1-.23-.14V8.48a.161.161,0,0,1,.168-.152A.158.158,0,0,1,11.87,8.34Z" /><path style="fill:#fff;" d="M7.6,3.32h2.88a.14.14,0,0,1,.14.14h0v3a.13.13,0,0,1-.13.13H7.66a.14.14,0,0,1-.14-.14v-3a.129.129,0,0,1,.09-.13Z" /><path style="fill:#83b9f9;" d="M7.6,8.15h2.88a.151.151,0,0,1,.14.14v3a.13.13,0,0,1-.13.13H7.66a.14.14,0,0,1-.14-.14h0v-3a.129.129,0,0,1,.09-.13Zm5.3-4.83h2.88a.14.14,0,0,1,.14.14h0v3a.13.13,0,0,1-.13.13H12.95a.14.14,0,0,1-.14-.14h0v-3A.129.129,0,0,1,12.9,3.32Z" /><path style="fill:#fff;" d="M2.56,8.15H5.44a.151.151,0,0,1,.14.14v3a.13.13,0,0,1-.13.13H2.62a.14.14,0,0,1-.14-.14h0v-3a.129.129,0,0,1,.09-.13Z" /><path style="fill:#fff;" d="M2.56,3.32H5.44a.151.151,0,0,1,.14.14v3a.13.13,0,0,1-.13.13H2.62a.14.14,0,0,1-.14-.14h0v-3a.129.129,0,0,1,.09-.13Z" /></svg > </y:Resource>
<y:Resource id="7" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="778.831" y2="790.831" xlink:type="simple" xlink:actuate="onLoad" id="afd24f05-59be-4c06-8334-605403fb2b7b" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.8" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="774.201" y2="778.831" xlink:type="simple" xlink:actuate="onLoad" id="aabc180f-9b9a-4846-a6e7-4110dfc7dad5" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0" /><stop style="stop-color:#707070;" offset="1" /></linearGradient ></defs ><rect rx="0.6" width="18" y="0.685" height="12" style="fill:url(#afd24f05-59be-4c06-8334-605403fb2b7b);" /><path style="fill:url(#aabc180f-9b9a-4846-a6e7-4110dfc7dad5);" d="M12.61,16.315c-1.78-.28-1.85-1.56-1.85-3.63H7.23c0,2.07-.06,3.35-1.84,3.63a1,1,0,0,0-.89,1h9A1,1,0,0,0,12.61,16.315Z" /><path d="M10.109,2.179a.277.277,0,0,0-.135.538A4.107,4.107,0,1,1,5.488,4.554l.111.077.779.543a.048.048,0,0,0,.05-.056L6.245,2.994a.048.048,0,0,0-.055-.039L4.2,3.6a.048.048,0,0,0-.034.067l.821.541.046.031a4.647,4.647,0,1,0,5.079-2.06Z" style="fill:#fff; opacity:0.8;" /><path style="fill:#fff;" d="M11.183,5.8l-.334-.579.181-1.056-.849-.49-.824.685H8.689l-.824-.685-.849.49L7.2,5.225,6.863,5.8l-1.005.371v.981l1.005.371.334.578L7.016,9.162l.849.49.824-.685h.668l.824.685.849-.49-.181-1.057.334-.578,1.005-.371V6.175ZM9.023,8.146A1.481,1.481,0,1,1,10.5,6.665,1.481,1.481,0,0,1,9.023,8.146Z" />&#x200b; </svg > </y:Resource>
<y:Resource id="8" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient gradientTransform="translate(-1290.942 -587.969) rotate(0.115) scale(0.5)" x1="2594.032" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="2594.005" y1="1204.356" y2="1194.252" xlink:type="simple" xlink:actuate="onLoad" id="e99916c9-b051-498f-b46f-4f5044dbba62" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" x1="15.32" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="15.32" y1="781.498" y2="786.545" xlink:type="simple" xlink:actuate="onLoad" id="a0ed916a-7de8-4752-b310-46b03649d111" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" x1="2.68" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="2.68" y1="781.498" y2="786.545" xlink:type="simple" xlink:actuate="onLoad" id="a5d38888-21ca-4b0b-b256-879c324f8b8f" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, -1, 0, 791.516)" x1="8.883" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.883" y1="786.102" y2="791.149" xlink:type="simple" xlink:actuate="onLoad" id="a1de6ccd-9f87-48b1-8877-5017a5a16db6" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient x1="12.368" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.368" y1="17.633" y2="10.172" xlink:type="simple" xlink:actuate="onLoad" id="b66fd1a6-63c4-4aab-9757-0828eb179fa7" xlink:show="other" ><stop style="stop-color:#773adc;" offset="0" /><stop style="stop-color:#7b3fde;" offset="0.204" /><stop style="stop-color:#864fe4;" offset="0.459" /><stop style="stop-color:#9968ed;" offset="0.741" /><stop style="stop-color:#a67af4;" offset="0.899" /></linearGradient ></defs ><g id="fc76b553-f888-48b1-b563-f11d1fa8fc27" ><g ><g ><polygon style="fill:#e27908;" points="10.15 2.978 8.883 2.048 7.637 2.968 1.732 7.177 4.03 14.125 4.511 15.596 6.405 15.596 6.405 14.126 5.573 14.125 3.53 7.77 8.883 3.908 14.278 7.78 13.921 8.889 15.468 8.889 15.468 8.945 16.035 7.228 16.035 7.177 10.15 2.978" /><circle r="2.524" style="fill:url(#e99916c9-b051-498f-b46f-4f5044dbba62);" cx="4.868" cy="15.054" /><circle r="2.524" style="fill:url(#a0ed916a-7de8-4752-b310-46b03649d111);" cx="15.32" cy="7.494" /><circle r="2.524" style="fill:url(#a5d38888-21ca-4b0b-b256-879c324f8b8f);" cx="2.68" cy="7.494" /><circle r="2.524" style="fill:url(#a1de6ccd-9f87-48b1-8877-5017a5a16db6);" cx="8.883" cy="2.891" /></g ><path id="efa99d43-d35f-4e03-9f1b-ab1b8dbdefcd" d="M13.211,16.532l.583-.244,1.012.466.606-.606-.059-.118-.421-.8.17-.606.968-.4v-.864l-.045-.037-.9-.31-.229-.591.458-.887.044-.1-.273-.295L14.8,10.8l-.118.059-.865.443-.591-.17-.376-.96h-.857l-.045.044-.295.879-.606.229-1-.473-.606.606.059.118.451.857-.244.591L8.667,13.4v.864l.126.037.916.3.244.628-.473,1,.606.613.118-.051.864-.443.591.243.377,1.042h.872m-.466-2.608a1.212,1.212,0,1,1,1.205-1.219h0A1.219,1.219,0,0,1,12.442,15.025Z" style="fill:url(#b66fd1a6-63c4-4aab-9757-0828eb179fa7);" /></g ></g ></svg > </y:Resource>
<y:Resource id="9" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.284" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.284" y1="13.471" y2="0.189" xlink:type="simple" xlink:actuate="onLoad" id="ac30098d-c5f4-4c98-83c3-3c8be7717d62" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ></defs ><g id="a6c075e9-2766-4ada-9570-5dfae76247d9" ><g ><rect x="1.904" y="0.189" width="12.761" style="fill:url(#ac30098d-c5f4-4c98-83c3-3c8be7717d62);" rx="0.521" height="13.281" /><g ><ellipse rx="1.025" ry="1.029" style="fill:#fff;" cx="6.29" cy="5.086" /><ellipse rx="1.025" ry="1.029" style="fill:#fff;" cx="10.124" cy="7.034" /><ellipse rx="1.025" ry="1.029" style="fill:#fff;" cx="12.628" cy="2.116" /><ellipse rx="1.025" ry="1.029" style="fill:#fff;" cx="4.241" cy="10.987" /><polygon style="fill:#fff; opacity:0.8;" points="4.591 11.097 3.891 10.876 5.879 4.575 10.083 6.547 12.298 1.957 12.959 2.276 10.429 7.52 6.327 5.596 4.591 11.097" /></g ><g ><path style="fill:#32bedd;" d="M16,15.764,14.153,17.74a.24.24,0,0,1-.34,0,.236.236,0,0,1-.066-.129l-1.118-5.449a.241.241,0,0,1,.111-.222l1.219-.5a.239.239,0,0,1,.3.12l1.8,3.971A.223.223,0,0,1,16,15.764Z" /><path style="fill:#50e6ff;" d="M9.969,15.764l1.847,1.976a.24.24,0,0,0,.34,0,.244.244,0,0,0,.067-.129l1.117-5.449A.241.241,0,0,0,13.2,11.9l-1.219-.5a.239.239,0,0,0-.3.12L9.877,15.5A.222.222,0,0,0,9.969,15.764Z" /><path style="fill:#005ba1;" d="M13.276,7.322l.24-.2a.378.378,0,0,1,.526.046.338.338,0,0,1,.065.111l.111.3a.388.388,0,0,0,.415.24l.305-.056a.379.379,0,0,1,.434.3.316.316,0,0,1,0,.13l-.055.3a.386.386,0,0,0,.24.416l.295.1a.386.386,0,0,1,.222.489.686.686,0,0,1-.065.111l-.2.231a.388.388,0,0,0,0,.48l.2.24a.368.368,0,0,1-.047.52l-.008.007a.382.382,0,0,1-.1.064l-.295.111a.37.37,0,0,0-.24.416l.055.3a.359.359,0,0,1-.286.422l-.019,0a.281.281,0,0,1-.129,0h-.305a.369.369,0,0,0-.415.24l-.111.287a.37.37,0,0,1-.472.225l-.008,0a.332.332,0,0,1-.111-.064l-.231-.231a.37.37,0,0,0-.48,0l-.24.194a.369.369,0,0,1-.521-.04l-.006-.006a.233.233,0,0,1-.065-.111l-.11-.287a.362.362,0,0,0-.416-.24l-.3.056a.379.379,0,0,1-.434-.314h0a.27.27,0,0,1,0-.12l.056-.3a.37.37,0,0,0-.241-.416l-.286-.111a.388.388,0,0,1-.268-.461.686.686,0,0,1,.065-.111l.2-.24a.389.389,0,0,0,0-.481l-.2-.23a.378.378,0,0,1,.052-.533l0,0a.226.226,0,0,1,.111-.056l.287-.11a.39.39,0,0,0,.24-.416l-.019-.277a.379.379,0,0,1,.3-.434h.129l.3.055a.379.379,0,0,0,.416-.24l.11-.3a.379.379,0,0,1,.481-.221l.111.064.24.2A.379.379,0,0,0,13.276,7.322Z" /><circle r="2.18" style="fill:#ffd400;" cx="13.045" cy="10.112" /></g ></g ></g ></svg > </y:Resource>
<y:Resource id="10" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="7.725" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="7.725" y1="12.859" y2="2.896" xlink:type="simple" xlink:actuate="onLoad" id="a743bfbf-43b1-4b79-b3a1-696091f8e2ab" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.817" /></linearGradient ></defs ><g id="e9d3fb42-bcb8-4f88-a8f9-d56e280aed3b" ><g ><g ><path style="fill:#37c2b1;" d="M8.574,12.334h0a.231.231,0,0,1-.226-.236c0-.123,0-.25,0-.381H7.962a.231.231,0,0,1,0-.462h.616a.231.231,0,0,1,.231.231q0,.327,0,.622A.231.231,0,0,1,8.574,12.334Z" /><path style="fill:#37c2b1;" d="M7.685,14.541a.231.231,0,0,1-.1-.438,1.171,1.171,0,0,0,.629-.814.231.231,0,0,1,.445.124,1.642,1.642,0,0,1-.869,1.105A.233.233,0,0,1,7.685,14.541Z" /><path style="fill:#37c2b1;" d="M6.926,15.566H6.31a.23.23,0,0,1-.231-.231,1.057,1.057,0,0,1,.286-.717.231.231,0,0,1,.339.315.627.627,0,0,0-.114.171h.336a.231.231,0,0,1,0,.462Z" /><path style="fill:#37c2b1;" d="M11.918,15.566H10.67a.231.231,0,0,1,0-.462h1.248a.231.231,0,0,1,0,.462Z" /><path style="fill:#37c2b1;" d="M13.782,15.566h-.616a.231.231,0,0,1,0-.462H13.5a.636.636,0,0,0-.114-.17.231.231,0,0,1,.337-.315,1.048,1.048,0,0,1,.289.716A.231.231,0,0,1,13.782,15.566Z" /><path style="fill:#37c2b1;" d="M12.405,14.542a.23.23,0,0,1-.1-.023,1.641,1.641,0,0,1-.872-1.1.231.231,0,1,1,.445-.125,1.176,1.176,0,0,0,.631.814.231.231,0,0,1-.1.438Z" /><path style="fill:#37c2b1;" d="M11.513,12.334a.231.231,0,0,1-.231-.226c0-.2,0-.4,0-.622a.232.232,0,0,1,.231-.231h.616a.231.231,0,0,1,0,.462H11.74c0,.131,0,.258,0,.381a.231.231,0,0,1-.226.236Z" /><path style="fill:#37c2b1;" d="M16.967,11.717h-1.21a.231.231,0,0,1,0-.462h1.21a.231.231,0,1,1,0,.462Zm-2.421,0h-1.21a.231.231,0,0,1,0-.462h1.21a.231.231,0,0,1,0,.462Zm-7.8,0H5.535a.231.231,0,0,1,0-.462H6.746a.231.231,0,0,1,0,.462Zm-2.421,0H3.114a.231.231,0,0,1,0-.462H4.325a.231.231,0,0,1,0,.462Zm13.191-.876a.23.23,0,0,1-.231-.231V9.4a.231.231,0,0,1,.462,0v1.21A.231.231,0,0,1,17.516,10.841Zm-14.944,0a.231.231,0,0,1-.231-.231V9.394a.231.231,0,0,1,.462,0v1.211A.232.232,0,0,1,2.572,10.836ZM17.516,8.42a.23.23,0,0,1-.231-.231V6.979a.231.231,0,0,1,.462,0v1.21A.231.231,0,0,1,17.516,8.42ZM2.572,8.415a.231.231,0,0,1-.231-.231V6.973a.231.231,0,0,1,.462,0V8.184A.232.232,0,0,1,2.572,8.415ZM17.516,6a.23.23,0,0,1-.231-.231V4.558a.231.231,0,0,1,.462,0v1.21A.231.231,0,0,1,17.516,6ZM2.572,5.993a.23.23,0,0,1-.231-.231V4.552a.231.231,0,0,1,.462,0v1.21A.231.231,0,0,1,2.572,5.993ZM17.516,3.578a.23.23,0,0,1-.231-.231V2.137a.231.231,0,1,1,.462,0v1.21A.231.231,0,0,1,17.516,3.578ZM2.572,3.572a.23.23,0,0,1-.231-.231V2.131a.231.231,0,1,1,.462,0v1.21A.231.231,0,0,1,2.572,3.572ZM16.7,1.755H15.494a.231.231,0,0,1,0-.462H16.7a.231.231,0,1,1,0,.462Zm-2.422,0h-1.21a.231.231,0,0,1,0-.462h1.21a.231.231,0,1,1,0,.462Zm-2.421,0h-1.21a.231.231,0,0,1,0-.462h1.21a.231.231,0,1,1,0,.462Zm-2.421,0H8.231a.231.231,0,0,1,0-.462h1.21a.231.231,0,1,1,0,.462Zm-2.421,0H5.81a.231.231,0,0,1,0-.462H7.02a.231.231,0,1,1,0,.462Zm-2.421,0H3.389a.231.231,0,0,1,0-.462H4.6a.231.231,0,0,1,0,.462Z" /></g ><rect x="0.253" y="2.896" width="14.944" style="fill:url(#a743bfbf-43b1-4b79-b3a1-696091f8e2ab);" rx="0.499" height="9.963" /><path style="fill:#1f56a3;" d="M10.722,15.872c-1.477-.231-1.535-1.3-1.531-3.013H6.26c0,1.716-.054,2.782-1.532,3.013a.87.87,0,0,0-.736.835h7.472A.875.875,0,0,0,10.722,15.872Z" /><g ><polygon style="fill:#50e6ff;" points="9.987 6.379 9.987 9.01 7.725 10.337 7.725 7.699 9.987 6.379" /><polygon style="fill:#c3f1ff;" points="9.987 6.379 7.733 7.706 5.464 6.379 7.733 5.06 9.987 6.379" /><polygon style="fill:#9cebff;" points="7.725 7.706 7.725 10.337 5.464 9.01 5.464 6.379 7.725 7.706" /><polygon style="fill:#c3f1ff;" points="5.464 9.01 7.725 7.699 7.725 10.337 5.464 9.01" /><polygon style="fill:#9cebff;" points="9.987 9.01 7.725 7.699 7.725 10.337 9.987 9.01" /><path style="fill:#fff;" d="M4.619,4.08H2.546a.5.5,0,0,0-.5.5v2.08a.249.249,0,0,0,.249.249h.166a.249.249,0,0,0,.249-.249V4.736H4.619a.248.248,0,0,0,.241-.249V4.329A.248.248,0,0,0,4.619,4.08Z" /><path style="fill:#fff;" d="M4.619,10.609H2.7V8.7a.248.248,0,0,0-.248-.248H2.3a.249.249,0,0,0-.249.248v2.111a.5.5,0,0,0,.49.505H4.619a.255.255,0,0,0,.244-.268l0-.026v-.165A.248.248,0,0,0,4.619,10.609Z" /><path style="fill:#fff;" d="M12.935,4.1H10.892a.248.248,0,0,0-.249.248V4.51a.247.247,0,0,0,.225.27H12.8V6.673a.248.248,0,0,0,.249.249h.173a.248.248,0,0,0,.249-.249V4.6a.5.5,0,0,0-.5-.5Z" /><path style="fill:#fff;" d="M13.191,8.468h-.158a.248.248,0,0,0-.249.248h0v1.915H10.892a.249.249,0,0,0-.249.249v.166a.249.249,0,0,0,.249.249h2.073a.505.505,0,0,0,.505-.5V8.716a.249.249,0,0,0-.247-.25A.172.172,0,0,0,13.191,8.468Z" /></g ></g ></g ></svg > </y:Resource>
<y:Resource id="11" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9.8894" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9.8894" y1="15.8246" y2="1.0402" xlink:type="simple" xlink:actuate="onLoad" id="af862b2f-912b-4adf-988d-c65b03491a8e" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ><linearGradient x1="13.0867" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="10.2737" y1="10.3311" y2="8.4273" xlink:type="simple" xlink:actuate="onLoad" id="b1d8509c-68e4-4a13-9172-0f8640cd1690" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#9cebff;" offset="1" /></linearGradient ><linearGradient x1="8.277" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.277" y1="12.0802" y2="6.4367" xlink:type="simple" xlink:actuate="onLoad" id="a3f99339-bcb3-465e-873c-8a678cba5a40" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#9cebff;" offset="1" /></linearGradient ></defs ><g id="b92231ef-0661-4a04-8798-1e07bc05a7de" ><g ><path style="fill:#86d633;" d="M8.1465.87A7.6263,7.6263,0,0,0,5.4131,14.7234l.2622-.6583a.1443.1443,0,0,1,.2489-.0364l1.884,2.4318a.1488.1488,0,0,1-.0238.2069.1443.1443,0,0,1-.0718.0307l-3.0248.4311a.1464.1464,0,0,1-.164-.1274.15.15,0,0,1,.009-.0738l.3831-.9741A8.8733,8.8733,0,0,1,.9743,10.5948a7.7593,7.7593,0,0,1,5.423-9.4691A7.5337,7.5337,0,0,1,8.1465.87Z" /><path style="fill:url(#af862b2f-912b-4adf-988d-c65b03491a8e);" d="M9.8894,1.04A7.3859,7.3859,0,0,0,4.5488,13.5346a7.08,7.08,0,0,0,.6884.6l.0836-.21a.5285.5285,0,0,1,.5014-.3336.5257.5257,0,0,1,.4033.2038l1.255,1.62A7.39,7.39,0,1,0,9.8894,1.04Z" /><g ><g ><polygon style="fill:url(#b1d8509c-68e4-4a13-9172-0f8640cd1690);" points="13.114 6.437 13.114 10.188 9.889 12.08 9.889 8.318 13.114 6.437" /><polygon style="fill:#c3f1ff;" points="13.114 6.437 9.9 8.329 6.665 6.437 9.9 4.556 13.114 6.437" /><polygon style="fill:url(#a3f99339-bcb3-465e-873c-8a678cba5a40);" points="9.889 8.329 9.889 12.08 6.665 10.188 6.665 6.437 9.889 8.329" /></g ><g ><path style="fill:#fff;" d="M7.7484,3.809H5.4635a.5483.5483,0,0,0-.5483.5483V6.6505a.2742.2742,0,0,0,.2741.2742h.1828a.2742.2742,0,0,0,.2742-.2742V4.5318H7.7484a.2741.2741,0,0,0,.2658-.2742V4.0831A.2741.2741,0,0,0,7.7484,3.809Z" /><path style="fill:#fff;" d="M7.7484,12.2748H5.638V10.1727a.2742.2742,0,0,0-.2742-.2742H5.1893a.2742.2742,0,0,0-.2741.2742v2.3264a.5483.5483,0,0,0,.54.5566l.0083,0H7.7484A.2825.2825,0,0,0,8.017,12.76l-.0028-.0284V12.549A.2741.2741,0,0,0,7.7484,12.2748Z" /><path style="fill:#fff;" d="M14.2738,3.8347H12.0222a.2741.2741,0,0,0-.2742.2742v.1744a.2742.2742,0,0,0,.2481.298.2531.2531,0,0,0,.0261.0011h2.102V6.6679a.2742.2742,0,0,0,.2742.2742H14.59a.2742.2742,0,0,0,.2742-.2742V4.383a.5485.5485,0,0,0-.5468-.55C14.3025,3.8331,14.2881,3.8336,14.2738,3.8347Z" /><path style="fill:#fff;" d="M14.5563,9.9159h-.1745a.2742.2742,0,0,0-.2742.2742h0v2.11H12.0222a.2741.2741,0,0,0-.2742.2742v.1828a.2741.2741,0,0,0,.2742.2741H14.307a.5566.5566,0,0,0,.5567-.5483V10.19a.2743.2743,0,0,0-.3074-.2742Z" /></g ></g ></g ></g ></svg > </y:Resource>
<y:Resource id="12" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.2847" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.2847" y1="15.1269" y2="1.8539" xlink:type="simple" xlink:actuate="onLoad" id="a18914d5-8a89-48b3-bae4-149b9074db77" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ><linearGradient x1="11.1552" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.6297" y1="10.195" y2="8.4859" xlink:type="simple" xlink:actuate="onLoad" id="ac29d2d9-9057-4b40-8516-a65ccd601b42" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#9cebff;" offset="1" /></linearGradient ><linearGradient x1="6.8371" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="6.8371" y1="11.7653" y2="6.6988" xlink:type="simple" xlink:actuate="onLoad" id="eee72526-55f6-4d04-9d33-4129482f2960" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#9cebff;" offset="1" /></linearGradient ></defs ><g id="e92da4b8-0e94-4ea1-8791-2400b1993254" ><g ><circle r="6.5969" style="fill:#005ba1;" cx="11.3518" cy="8.4904" /><g ><path style="fill:#86d633;" d="M6.72,1.7007A6.8467,6.8467,0,0,0,4.266,14.1383l.2354-.591a.1294.1294,0,0,1,.2234-.0327l1.6915,2.1832a.1337.1337,0,0,1-.0214.1858.1293.1293,0,0,1-.0645.0275l-2.7156.387a.1314.1314,0,0,1-.1472-.1143.1349.1349,0,0,1,.0081-.0663L3.82,15.243A7.9655,7.9655,0,0,1,.281,10.4318,6.9661,6.9661,0,0,1,5.15,1.9307,6.7606,6.7606,0,0,1,6.72,1.7007Z" /><path style="fill:url(#a18914d5-8a89-48b3-bae4-149b9074db77);" d="M8.2847,1.8539A6.6309,6.6309,0,0,0,3.49,13.071a6.3841,6.3841,0,0,0,.6181.539l.0751-.1885a.4744.4744,0,0,1,.45-.3.4684.4684,0,0,1,.1664.0346.4731.4731,0,0,1,.1957.1484l1.1267,1.4543A6.6343,6.6343,0,1,0,8.2847,1.8539Z" /><g ><g ><polygon style="fill:url(#ac29d2d9-9057-4b40-8516-a65ccd601b42);" points="11.18 6.699 11.18 10.067 8.285 11.765 8.285 8.388 11.18 6.699" /><polygon style="fill:#c3f1ff;" points="11.18 6.699 8.294 8.397 5.39 6.699 8.294 5.01 11.18 6.699" /><polygon style="fill:url(#eee72526-55f6-4d04-9d33-4129482f2960);" points="8.285 8.397 8.285 11.765 5.39 10.067 5.39 6.699 8.285 8.397" /></g ><g ><path style="fill:#fff;" d="M6.3625,4.34H4.3113a.4924.4924,0,0,0-.4923.4923V6.8907a.2461.2461,0,0,0,.2461.2461h.1641a.2461.2461,0,0,0,.2462-.2461V4.9886H6.3625a.2461.2461,0,0,0,.2387-.2462V4.5858A.2462.2462,0,0,0,6.3625,4.34Z" /><path style="fill:#fff;" d="M6.3625,11.94H4.4679V10.0528a.2461.2461,0,0,0-.2461-.2461H4.0651a.2461.2461,0,0,0-.2461.2461v2.0886a.4923.4923,0,0,0,.4848.5H6.3625a.2535.2535,0,0,0,.2412-.2654L6.6012,12.35v-.1641A.2461.2461,0,0,0,6.3625,11.94Z" /><path style="fill:#fff;" d="M12.2208,4.3627H10.1994a.2461.2461,0,0,0-.2461.2462v.1566a.246.246,0,0,0,.2227.2675c.0078.0007.0156.0011.0234.0011h1.8872V6.9063a.2461.2461,0,0,0,.2461.2461h.1716a.2461.2461,0,0,0,.2461-.2461V4.855a.4923.4923,0,0,0-.4909-.4937C12.2466,4.3613,12.2337,4.3618,12.2208,4.3627Z" /><path style="fill:#fff;" d="M12.4744,9.8223h-.1566a.2462.2462,0,0,0-.2462.2462h0v1.8946H10.1994a.2461.2461,0,0,0-.2461.2461v.1641a.2461.2461,0,0,0,.2461.2462h2.0513a.5.5,0,0,0,.5-.4923V10.0685a.2462.2462,0,0,0-.2443-.248A.24.24,0,0,0,12.4744,9.8223Z" /></g ></g ></g ></g ></g ></svg > </y:Resource>
<y:Resource id="13" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.898" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.898" y1="16.345" y2="1.887" xlink:type="simple" xlink:actuate="onLoad" id="b9a9ff0b-7dac-405b-a6dd-a489a2813f83" xlink:show="other" ><stop style="stop-color:#773adc;" offset="0.001" /><stop style="stop-color:#a67af4;" offset="1" /></linearGradient ></defs ><g id="b489344a-7430-4172-84c3-3a0d8c5a38b5" ><g ><g ><path style="fill:#773adc;" d="M7.855,2.526H7.247A.431.431,0,0,1,6.816,2.1V.431A.431.431,0,0,1,7.247,0h.608a.43.43,0,0,1,.43.431V2.1A.43.43,0,0,1,7.855,2.526ZM10.979,2.1V.431A.431.431,0,0,0,10.548,0H9.941A.431.431,0,0,0,9.51.431V2.1a.431.431,0,0,0,.431.431h.607A.431.431,0,0,0,10.979,2.1ZM8.285,17.612V16.338A.388.388,0,0,0,7.9,15.95H7.2a.388.388,0,0,0-.388.388v1.274A.388.388,0,0,0,7.2,18H7.9A.388.388,0,0,0,8.285,17.612Zm2.694,0V16.338a.388.388,0,0,0-.388-.388H9.9a.388.388,0,0,0-.388.388v1.274A.388.388,0,0,0,9.9,18h.693A.388.388,0,0,0,10.979,17.612Zm4.8-9.114h1.777A.445.445,0,0,0,18,8.053V7.46a.445.445,0,0,0-.445-.445H15.778a.445.445,0,0,0-.445.445v.593A.445.445,0,0,0,15.778,8.5Zm0,2.719h1.777A.445.445,0,0,0,18,10.772v-.594a.444.444,0,0,0-.445-.444H15.778a.444.444,0,0,0-.445.444v.594A.445.445,0,0,0,15.778,11.217ZM.385,8.5h1.23A.385.385,0,0,0,2,8.113V7.4a.385.385,0,0,0-.385-.385H.385A.385.385,0,0,0,0,7.4v.713A.385.385,0,0,0,.385,8.5Zm0,2.719h1.23A.385.385,0,0,0,2,10.832v-.713a.385.385,0,0,0-.385-.385H.385A.385.385,0,0,0,0,10.119v.713A.385.385,0,0,0,.385,11.217Z" /><rect x="1.734" y="1.887" width="14.327" style="fill:url(#b9a9ff0b-7dac-405b-a6dd-a489a2813f83);" rx="0.88" height="14.458" /></g ><g ><polygon style="fill:#50e6ff;" points="12.097 7.198 12.097 10.802 9.004 12.612 9.004 9 12.097 7.198" /><polygon style="fill:#c3f1ff;" points="12.097 7.198 9.004 9.008 5.903 7.198 9.004 5.388 12.097 7.198" /><polygon style="fill:#9cebff;" points="9.004 9.008 9.004 12.612 5.903 10.802 5.903 7.198 9.004 9.008" /><polygon style="fill:#c3f1ff;" points="5.903 10.802 9.004 9 9.004 12.612 5.903 10.802" /><polygon style="fill:#9cebff;" points="12.097 10.802 9.004 9 9.004 12.612 12.097 10.802" /></g ></g ></g ></svg > </y:Resource>
<y:Resource id="14" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="uuid-dcba0d1e-38f7-462e-884a-f47ffa717fb3" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="12.948" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.948" y1="12.804" y2="7.74" xlink:type="simple" xlink:actuate="onLoad" id="uuid-134de539-7bb7-4eb5-a4be-4453ccf2c963" xlink:show="other" ><stop style="stop-color:#005ba1;" offset="0" /><stop style="stop-color:#0078d4;" offset="1" /></linearGradient ></defs ><path style="fill:#bebfbe;" d="M11.562,13.979c-.068-.039-.124-.008-.124.071,0,0-.004,1.411-.004,1.411-.001.484.34,1.072.76,1.314.309.175,1.373.793,1.664.959.203.085.117-.241,0-.284,0,0-.433-.25-.433-.25-.558-.379-1.768-.75-1.744-1.596,0,0,.004-1.411.004-1.411,0-.078-.055-.174-.123-.213Z" /><path style="fill:#d9d9d6;" d="M16.32,16.022c-.28-.161-1.363-.785-1.664-.959-.179-.102-.338-.303-.426-.506-.156-.259-.062-1.495-.083-1.792.002-.098-.103-.263-.212-.222,0,0-2.462,1.428-2.462,1.428.023-.013.054-.011.088.009.071.043.122.131.123.213,0,0-.004,1.411-.004,1.411-.015.857,1.176,1.208,1.744,1.596.134.102.709.297.52.542,0,0,2.462-1.428,2.462-1.428.089-.074-.002-.245-.087-.293Z" /><path style="fill:#0078d4;" d="M.265,11.419l.005.549.437-.07v-.48s-.442,0-.442,0ZM2.131,4.223l.22.381.459-.264-.22-.381-.459.264ZM.797,5.58c.044-.067.111-.141.179-.184,0,0-.224-.379-.224-.379-.147.088-.272.23-.358.378-.017.032-.05.092-.063.126,0,0,.404.175.404.175.013-.03.044-.089.062-.116ZM1.213,4.752l.22.38.459-.264-.22-.38-.459.264ZM.691,6.129h-.44s.001.53.001.53h.44s-.001-.53-.001-.53ZM.697,8.245h-.44s.001.53.001.53h.44s-.001-.53-.001-.53ZM.694,7.187h-.441s.001.53.001.53h.44s-.001-.53-.001-.53ZM.703,10.36h-.441s.001.53.001.53h.44s-.001-.53-.001-.53ZM.7,9.302h-.44s.001.53.001.53h.44s-.001-.53-.001-.53ZM1.12,12.198c-.04-.024-.12-.066-.16-.091-.008.015-.178.303-.192.328,0,0-.03.052-.03.052.188.135.422.206.639.076,0,0-.208-.388-.208-.388-.033.017-.051.019-.049.024ZM3.049,3.695l.22.381.459-.264-.22-.381-.459.264ZM7.639,1.05l.22.381.459-.265-.22-.381-.459.265ZM9.92.462l-.199-.116-.222.38c.113.077.219.084.208.184,0,0,.44-.002.44-.002,0-.2-.083-.364-.227-.447ZM10.149,1.405h-.441s.001.53.001.53h.44s-.001-.53-.001-.53ZM9.027.25c-.034.017-.442.255-.471.271,0,0,.22.381.22.381l.457-.263c.016-.009.032-.021.046-.035-.133-.124-.178-.188-.252-.353ZM4.885,2.637l.22.38.459-.265-.22-.38-.459.265ZM3.967,3.165l.22.381.459-.264-.22-.38-.459.264ZM6.721,1.578l.22.381.459-.264-.22-.381-.459.264ZM5.803,2.108l.22.38.459-.264-.22-.381-.459.264Z" /><path style="fill:#155ea1;" d="M11.718,1.251c.25-.144.454-.028.455.259l.019,6.766c0,.287-.202.637-.452.781L2.436,14.419c-.25.144-.454.028-.455-.259l-.019-6.766c0-.287.202-.637.452-.781L11.718,1.251Z" /><path style="fill:#2a446f;" d="M11.892,1.191c.053-.007.106.005.149.029-.251-.113-.5-.413-.773-.23,0,0-9.304,5.361-9.304,5.361-.054.031-.105.074-.151.117-.173.175-.296.415-.301.664,0,0,.019,6.766.019,6.766-.034.322.402.409.583.552-.081-.047-.132-.148-.132-.29l-.019-6.766c.002-.156.055-.31.132-.445.078-.134.186-.256.319-.336,0,0,9.304-5.361,9.304-5.361.057-.032.112-.053.174-.06Z" /><path style="fill:#238cd9;" d="M14.497,2.766c.25-.144.454-.028.455.259l.019,6.766c0,.287-.202.637-.452.781l-9.304,5.361c-.25.144-.454.028-.455-.259l-.019-6.766c0-.287.202-.637.452-.781L14.497,2.766Z" /><path style="fill:#0078d4;" d="M14.671,2.706c.053-.007.106.005.149.029-.251-.113-.5-.413-.773-.23,0,0-9.304,5.361-9.304,5.361-.054.031-.105.074-.151.117-.173.175-.296.415-.301.664,0,0,.019,6.766.019,6.766-.034.322.402.409.583.552-.081-.047-.132-.148-.132-.29l-.019-6.766c.002-.156.055-.31.132-.445.078-.134.186-.256.319-.336,0,0,9.304-5.361,9.304-5.361.057-.032.112-.053.174-.06Z" /><path style="fill:#8dc8e8;" d="M17.276,3.814c.25-.144.454-.028.455.259l.019,6.766c0,.287-.202.637-.452.781l-9.304,5.361c-.25.144-.454.028-.455-.259l-.019-6.766c0-.287.202-.637.452-.781l9.304-5.361Z" /><path style="fill:#46a0de;" d="M17.45,3.754c.053-.007.106.005.149.029-.251-.113-.5-.413-.773-.23,0,0-9.304,5.361-9.304,5.361-.262.164-.443.471-.452.781,0,0,.019,6.766.019,6.766-.034.322.402.409.583.552-.081-.047-.132-.148-.132-.29l-.019-6.766c.002-.156.055-.31.132-.445.078-.134.186-.256.319-.336,0,0,9.304-5.361,9.304-5.361.057-.032.112-.053.174-.06Z" /><path style="fill:url(#uuid-134de539-7bb7-4eb5-a4be-4453ccf2c963);" d="M14.267,7.827c-.033.091-.024.176.029.206,1.648.955-.651,5.554-2.698,4.655-1.306-.689-.091-3.788,1.261-4.469-.002.053-.07.29.06.184,0,0,.615-.623.615-.623.039-.022.069-.017.108-.026.21-.032.435-.012.625.072Z" /><path style="fill:#9cebff;" d="M11.773,10.23c.185.019,1.005.104,1.173.122.005.333-.003,1.228-.004,1.572,0,0-1.176-.122-1.176-.122,0-.01.007-1.564.007-1.572Z" /><polygon style="fill:#50e6ff;" points="14.123 8.882 14.127 10.448 12.95 11.914 12.947 10.877 12.95 10.353 14.123 8.882" /><polygon style="fill:#c3f1ff;" points="12.941 8.776 14.123 8.882 12.945 10.349 12.695 10.326 11.773 10.23 12.941 8.776" /><path style="fill:#fff;" d="M13,7.451c.013-.008.026-.01.037-.007.008.008.574.16.547.188.08.114-.616.689-.662.771-.128.106-.065-.132-.06-.184-.476.298-.929.786-1.265,1.367-1.09,1.781-.544,3.986,1.36,2.967,1.377-.637,2.686-3.786,1.343-4.52-.072-.035-.053-.185,0-.266.05-.084.139-.17.227-.131.412.235.649.736.659,1.399.022,1.406-.96,3.139-2.196,3.872-1.212.727-2.26.198-2.276-1.218-.022-1.406.96-3.139,2.195-3.872.02-.07.004-.33.092-.365Z" /></svg > </y:Resource>
<y:Resource id="15" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="uuid-c6c3f75e-5369-448e-b895-3f99fb11bebe" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><path style="fill:#0078d4;" d="M7.456.608c-.902-.411-1.909-.559-2.898-.417.053.041.086.107.082.179l-.082,1.405c.879-.183,1.827-.043,2.65.469.338.21.639.474.892.781,0,0,.024.027.061.069.091.104.26.299.334.402.006.031-.004.062-.026.084-.001.001-.002.002-.003.004l-.052.048-.765.681c-.039.035-.042.095-.007.134.017.019.04.03.065.031l1.107.065,1.402.082c.072.004.138-.029.179-.083.025-.033.041-.073.044-.117l.147-2.513c.003-.052-.037-.097-.089-.1-.025-.001-.049.007-.068.024l-.764.682v.003c-.106-.164-.22-.319-.34-.467-.516-.636-1.159-1.122-1.869-1.445Z" /><path style="fill:#46a0de;" d="M4.441.147L1.932,0c-.052-.003-.097.037-.1.09-.001.025.007.049.024.068l.681.766h.003c-.159.104-.311.214-.455.331-.629.509-1.111,1.143-1.436,1.842-.424.913-.578,1.937-.434,2.942.041-.053.107-.086.179-.082l1.402.082c-.183-.881-.043-1.83.468-2.655.209-.338.473-.64.78-.893,0,0,.029-.026.072-.064.104-.092.297-.259.399-.332.031-.006.062.004.084.026.001.001.002.002.003.003l.048.052.679.766c.035.039.095.042.134.008.019-.017.03-.04.031-.065l.064-1.109.082-1.405c.004-.072-.029-.138-.082-.179-.033-.025-.073-.041-.117-.044Z" /><path style="fill:#155ea1;" d="M10.411,5.611c.025-.363.013-.73-.039-1.095-.041.053-.107.086-.179.082l-1.402-.082c.038.186.062.374.071.564l1.55.53Z" /><path style="fill:#8dc8e8;" d="M3.576,9.604l.271-.049,1.845-.343c-.095-.084-.155-.206-.155-.34v-.025c-.733.051-1.487-.119-2.159-.536-.338-.21-.639-.474-.892-.781,0,0-.024-.027-.061-.069-.091-.104-.26-.299-.334-.402-.006-.031.004-.062.026-.084.001-.001.002-.002.003-.004l.052-.048.765-.681c.039-.035.042-.095.007-.134-.017-.019-.04-.03-.065-.031l-1.107-.065-1.402-.082c-.072-.004-.138.029-.179.083-.025.033-.041.073-.044.117L0,8.645c-.003.052.037.097.089.1.025.001.049-.007.068-.024l.764-.682v-.003c.106.164.22.319.34.467.516.636,1.159,1.122,1.869,1.445.026.012.053.021.08.033.029-.188.173-.342.365-.376Z" /><g ><polygon style="fill:#8661c5;" points="8.241 5.343 5.968 5.765 5.968 8.87 8.241 9.355 10.522 8.44 10.522 6.123 8.241 5.343" /><path style="fill:none;" d="M8.328,9.307l2.082-.844c.048-.019.084-.061.095-.111v-2.102c-.004-.064-.044-.119-.103-.143l-2.106-.716h-.095l-2.066.382c-.066.017-.114.075-.119.143v2.81c-.002.073.048.136.119.151l2.09.438c.035.004.07.002.103-.008Z" /><path style="fill:#56407f;" d="M5.968,5.765v3.105l2.297.486v-3.98l-2.297.39ZM6.938,8.631l-.644-.127v-2.388l.644-.103v2.619ZM7.939,8.814l-.739-.119v-2.73l.739-.127v2.977Z" /><polygon style="fill:#8661c5;" points="13.16 5.383 10.887 5.805 10.887 8.909 13.16 9.395 15.433 8.471 15.433 6.163 13.16 5.383" /><path style="fill:#56407f;" d="M10.887,5.805v3.105l2.281.486v-3.98l-2.281.39ZM11.849,8.67l-.644-.127v-2.388l.644-.103v2.619ZM12.85,8.854l-.739-.119v-2.73l.739-.135v2.985Z" /><polygon style="fill:#8661c5;" points="5.912 9.626 3.639 10.048 3.639 13.152 5.912 13.638 8.193 12.722 8.193 10.406 5.912 9.626" /><path style="fill:#56407f;" d="M3.632,10.048v3.081l2.297.486v-3.98l-2.297.414ZM4.593,12.921l-.644-.135v-2.388l.644-.111v2.635ZM5.602,13.128l-.739-.119v-2.762l.739-.127v3.009Z" /><polygon style="fill:#8661c5;" points="10.816 9.594 8.543 10.016 8.543 13.12 10.816 13.614 13.089 12.69 13.089 10.374 10.816 9.594" /><path style="fill:#56407f;" d="M8.543,10.016v3.112l2.289.486v-3.98l-2.289.382ZM9.504,12.889l-.644-.135v-2.388l.644-.111v2.635ZM10.506,13.065l-.739-.119v-2.73l.739-.127v2.977Z" /><polygon style="fill:#8661c5;" points="15.719 9.634 13.446 10.056 13.446 13.16 15.719 13.646 18 12.73 18 10.414 15.719 9.634" /><path style="fill:#56407f;" d="M13.446,10.056v3.073l2.297.486v-3.98l-2.297.422ZM14.416,12.929l-.644-.135v-2.388l.644-.111v2.635ZM15.417,13.104l-.739-.119v-2.73l.739-.127v2.977Z" /><polygon style="fill:#8661c5;" points="8.185 13.956 5.912 14.37 5.912 17.475 8.185 17.968 10.466 17.045 10.466 14.736 8.185 13.956" /><path style="fill:none;" d="M8.273,17.904l2.074-.796c.06-.021.099-.08.095-.143v-2.07c.012-.076-.031-.149-.103-.175l-2.098-.716c-.031-.012-.065-.012-.095,0l-2.066.374c-.074.012-.128.076-.127.151v2.818c-.002.073.048.136.119.151l2.09.406c.036.012.075.012.111,0Z" /><path style="fill:#56407f;" d="M5.912,14.37v3.105l2.297.494v-4.044l-2.297.446ZM6.882,17.244l-.644-.135v-2.388l.644-.111v2.635ZM7.883,17.427l-.739-.119v-2.738l.739-.127v2.985Z" /><polygon style="fill:#8661c5;" points="13.097 13.988 10.824 14.41 10.824 17.514 13.097 18 15.377 17.085 15.377 14.768 13.097 13.988" /><path style="fill:#56407f;" d="M10.824,14.41v3.105l2.297.486v-3.98l-2.297.39ZM11.793,17.284l-.644-.135v-2.388l.644-.111v2.635ZM12.795,17.459l-.739-.119v-2.73l.739-.127v2.977Z" /></g ></svg > </y:Resource>
<y:Resource id="16" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="fd454f1c-5506-44b8-874e-8814b8b2f70b" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.88" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.88" y1="12.21" y2="0.21" xlink:type="simple" xlink:actuate="onLoad" id="f34d9569-2bd0-4002-8f16-3d01d8106cb5" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="8.88" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.88" y1="16.84" y2="12.21" xlink:type="simple" xlink:actuate="onLoad" id="bdb45a0b-eb58-4970-a60a-fb2ce314f866" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0.15" /><stop style="stop-color:#707070;" offset="1" /></linearGradient ></defs ><title >Icon-compute-21</title ><rect x="-0.12" y="0.21" width="18" style="fill:url(#f34d9569-2bd0-4002-8f16-3d01d8106cb5);" rx="0.6" height="12" /><polygon style="fill:#50e6ff;" points="11.88 4.46 11.88 7.95 8.88 9.71 8.88 6.21 11.88 4.46" /><polygon style="fill:#c3f1ff;" points="11.88 4.46 8.88 6.22 5.88 4.46 8.88 2.71 11.88 4.46" /><polygon style="fill:#9cebff;" points="8.88 6.22 8.88 9.71 5.88 7.95 5.88 4.46 8.88 6.22" /><polygon style="fill:#c3f1ff;" points="5.88 7.95 8.88 6.21 8.88 9.71 5.88 7.95" /><polygon style="fill:#9cebff;" points="11.88 7.95 8.88 6.21 8.88 9.71 11.88 7.95" /><path style="fill:url(#bdb45a0b-eb58-4970-a60a-fb2ce314f866);" d="M12.49,15.84c-1.78-.28-1.85-1.56-1.85-3.63H7.11c0,2.07-.06,3.35-1.84,3.63a1,1,0,0,0-.89,1h9A1,1,0,0,0,12.49,15.84Z" /></svg > </y:Resource>
<y:Resource id="17" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="af6a2c42-bd48-4857-a479-aecf8b3de4f6" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="2.94" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.67" y1="3.74" y2="3.74" xlink:type="simple" xlink:actuate="onLoad" id="b70c9cf1-bab8-47e0-bbdb-ce1cd664d268" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="9.13" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.85" y1="3.79" y2="3.79" xlink:type="simple" xlink:actuate="onLoad" id="beb69953-bd96-4515-8843-ac12546af936" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="0.01" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="5.73" y1="9.12" y2="9.12" xlink:type="simple" xlink:actuate="onLoad" id="a39c76e8-547e-4eb4-bc25-d81c0f8cda62" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="6.18" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="11.9" y1="9.08" y2="9.08" xlink:type="simple" xlink:actuate="onLoad" id="f0a2a491-17dc-4bb8-bbfc-ee58a5cf47da" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="12.35" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="18.08" y1="9.13" y2="9.13" xlink:type="simple" xlink:actuate="onLoad" id="efc6a56d-8585-417d-931a-1dac2114ccd0" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="2.87" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.6" y1="14.56" y2="14.56" xlink:type="simple" xlink:actuate="onLoad" id="e399aa93-341f-4df2-9c02-603b82b484c2" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="9.05" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.78" y1="14.6" y2="14.6" xlink:type="simple" xlink:actuate="onLoad" id="a152bba0-ba2b-483a-b8c1-0ae7de355990" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ></defs ><title >Icon-compute-23</title ><polygon style="fill:url(#b70c9cf1-bab8-47e0-bbdb-ce1cd664d268);" points="5.8 1.22 2.94 1.75 2.94 5.65 5.8 6.26 8.67 5.11 8.67 2.2 5.8 1.22" /><path style="fill:none;" d="M5.91,6.2,8.53,5.14A.2.2,0,0,0,8.65,5V2.36a.21.21,0,0,0-.13-.18l-2.65-.9H5.75l-2.6.48A.2.2,0,0,0,3,1.94V5.47a.19.19,0,0,0,.15.19l2.63.55A.32.32,0,0,0,5.91,6.2Z" /><path style="fill:#341a6e;" d="M2.94,1.75v3.9l2.89.61v-5Zm1.22,3.6-.81-.16v-3l.81-.13Zm1.26.23-.93-.15V2l.93-.16Z" /><polygon style="fill:url(#beb69953-bd96-4515-8843-ac12546af936);" points="11.99 1.27 9.13 1.8 9.13 5.7 11.99 6.31 14.85 5.15 14.85 2.25 11.99 1.27" /><path style="fill:#341a6e;" d="M9.13,1.8V5.7L12,6.31v-5Zm1.21,3.6-.81-.16v-3l.81-.13Zm1.26.23-.93-.15V2.05l.93-.17Z" /><polygon style="fill:url(#a39c76e8-547e-4eb4-bc25-d81c0f8cda62);" points="2.87 6.6 0.01 7.13 0.01 11.03 2.87 11.64 5.74 10.49 5.74 7.58 2.87 6.6" /><path style="fill:#341a6e;" d="M0,7.13V11l2.89.61v-5Zm1.21,3.61-.81-.17v-3l.81-.14ZM2.48,11l-.93-.15V7.38l.93-.16Z" /><polygon style="fill:url(#f0a2a491-17dc-4bb8-bbfc-ee58a5cf47da);" points="9.04 6.56 6.18 7.09 6.18 10.99 9.04 11.61 11.9 10.45 11.9 7.54 9.04 6.56" /><path style="fill:#341a6e;" d="M6.18,7.09V11l2.88.61v-5ZM7.39,10.7l-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V7.34l.93-.16Z" /><polygon style="fill:url(#efc6a56d-8585-417d-931a-1dac2114ccd0);" points="15.21 6.61 12.35 7.14 12.35 11.04 15.21 11.65 18.08 10.5 18.08 7.59 15.21 6.61" /><path style="fill:#341a6e;" d="M12.35,7.14V11l2.89.61v-5Zm1.22,3.61-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V7.39l.93-.16Z" /><polygon style="fill:url(#e399aa93-341f-4df2-9c02-603b82b484c2);" points="5.73 12.04 2.87 12.56 2.87 16.46 5.73 17.08 8.6 15.92 8.6 13.02 5.73 12.04" /><path style="fill:none;" d="M5.84,17,8.45,16a.18.18,0,0,0,.12-.18v-2.6A.2.2,0,0,0,8.44,13L5.8,12.1a.17.17,0,0,0-.12,0l-2.6.47a.19.19,0,0,0-.16.19v3.54a.19.19,0,0,0,.15.19L5.7,17A.23.23,0,0,0,5.84,17Z" /><path style="fill:#341a6e;" d="M2.87,12.56v3.9l2.89.62V12Zm1.22,3.61L3.28,16V13l.81-.14Zm1.26.23-.93-.15V12.81l.93-.16Z" /><polygon style="fill:url(#a152bba0-ba2b-483a-b8c1-0ae7de355990);" points="11.91 12.08 9.05 12.61 9.05 16.51 11.91 17.12 14.78 15.97 14.78 13.06 11.91 12.08" /><path style="fill:#341a6e;" d="M9.05,12.61v3.9l2.89.61v-5Zm1.22,3.61-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V12.86l.93-.16Z" /></svg > </y:Resource>
<y:Resource id="18" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="adb2f05f-6e82-4a59-b297-bf5df98913c1" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="11.06" y2="7.53" xlink:type="simple" xlink:actuate="onLoad" id="b3b71175-b4b2-4d4c-b282-a1b49585ff21" xlink:show="other" ><stop style="stop-color:#e26708;" offset="0" /><stop style="stop-color:#f78d1e;" offset="1" /></linearGradient ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="17.7" y2="0.3" xlink:type="simple" xlink:actuate="onLoad" id="e17163ac-c7b0-4b80-8260-a4d7dd5757b8" xlink:show="other" ><stop style="stop-color:#e26708;" offset="0" /><stop style="stop-color:#e26808;" offset="0.005" /><stop style="stop-color:#ec7912;" offset="0.117" /><stop style="stop-color:#f28419;" offset="0.257" /><stop style="stop-color:#f68b1d;" offset="0.454" /><stop style="stop-color:#f78d1e;" offset="1" /></linearGradient ></defs ><path style="fill:#e27908;" d="M9,9.7,6.5,12.2c0-.2-.2-.4-.3-.6s-.2-.2-.3-.2L8.3,9,5.7,6.4a1.214,1.214,0,0,0,.7-.7L9,8.3l2.6-2.6c.1.2.1.3.3.4a1.38,1.38,0,0,1,.4.3L9.7,9l2.5,2.5a.87.87,0,0,0-.6.8Z" /><g ><path style="fill:#e27908;" d="M5.5,13.6l2.2,2.2v-.1a1.612,1.612,0,0,1,.5-1.1L6.4,12.8A1.06,1.06,0,0,1,5.5,13.6Z" /><path style="fill:#e27908;" d="M2.2,10.2h0l2.1,2.2a1,1,0,0,1,.7-.9L3.3,9.7A1.612,1.612,0,0,1,2.2,10.2Z" /><path style="fill:#e27908;" d="M4.3,5.6,2.5,7.4a1.451,1.451,0,0,1,1,.7L5.2,6.4l-.6-.3C4.5,5.9,4.4,5.8,4.3,5.6Z" /><path style="fill:#e27908;" d="M7.7,2.2,5.6,4.3a1.091,1.091,0,0,1,.8.8L8.2,3.3A1.43,1.43,0,0,1,7.7,2.2Z" /><path style="fill:#e27908;" d="M12.5,4.3l-2-2a1.329,1.329,0,0,1-.6,1l1.8,1.8A1.091,1.091,0,0,1,12.5,4.3Z" /><path style="fill:#e27908;" d="M15.7,7.5,13.8,5.6a1.091,1.091,0,0,1-.8.8l1.8,1.8A1.111,1.111,0,0,1,15.7,7.5Z" /><path style="fill:#e27908;" d="M14.8,9.8l-1.7,1.7c.2.1.3.1.4.3a.908.908,0,0,1,.3.7l2.1-2.1A2,2,0,0,1,14.8,9.8Z" /><path style="fill:#e27908;" d="M11.7,12.9,10,14.6l.1.1a1.28,1.28,0,0,1,.4,1l2.1-2.1a.908.908,0,0,1-.7-.3A.762.762,0,0,1,11.7,12.9Z" /></g ><circle r="1.5" style="fill:#f78d1e;" cx="5.4" cy="5.4" /><circle r="1.5" style="fill:#f78d1e;" cx="12.6" cy="5.4" /><circle r="1.5" style="fill:#f78d1e;" cx="5.4" cy="12.6" /><circle r="1.5" style="fill:#f78d1e;" cx="12.6" cy="12.6" /><path style="fill:url(#b3b71175-b4b2-4d4c-b282-a1b49585ff21);" d="M2.2,7.1A1.9,1.9,0,1,1,.3,9,1.9,1.9,0,0,1,2.2,7.1Zm13.6,0A1.9,1.9,0,1,1,13.9,9,1.9,1.9,0,0,1,15.8,7.1Z" /><path style="fill:url(#e17163ac-c7b0-4b80-8260-a4d7dd5757b8);" d="M9,.3A1.9,1.9,0,1,1,7.1,2.2,1.9,1.9,0,0,1,9,.3ZM9,13.9a1.9,1.9,0,1,1-1.9,1.9A1.9,1.9,0,0,1,9,13.9Z" /></svg > </y:Resource>
<y:Resource id="19" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="aabde0b6-2289-4d6f-8be8-5bb670bc80c0" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="10.31" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="10.31" y1="12.7" y2="6.83" xlink:type="simple" xlink:actuate="onLoad" id="b020d1a3-604d-4f79-8087-b021d39314c5" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="10.31" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="10.31" y1="14.97" y2="12.7" xlink:type="simple" xlink:actuate="onLoad" id="fd885ea0-9b31-4878-9e85-930d64f33955" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0.15" /><stop style="stop-color:#707070;" offset="1" /></linearGradient ></defs ><title >Icon-compute-25</title ><g ><rect x="2.12" width="1.97" height="0.57" y="0.5" style="fill:#0078d4;" /><polygon style="fill:#0078d4;" points="16.63 1.07 16.95 1.07 16.95 1.38 17.5 1.38 17.5 0.5 16.63 0.5 16.63 1.07" /><polygon style="fill:#0078d4;" points="1.41 16.89 1.13 16.89 1.13 16.57 0.5 16.57 0.5 17.5 1.41 17.5 1.41 16.89" /><polygon style="fill:#0078d4;" points="16.95 16.6 16.95 16.89 16.63 16.89 16.63 17.5 17.5 17.5 17.5 16.6 16.95 16.6" /><polygon style="fill:#0078d4;" points="1.13 1.36 1.13 1.07 1.41 1.07 1.41 0.5 0.5 0.5 0.5 1.36 1.13 1.36" /><rect x="3.37" y="3.55" width="8.79" style="fill:#0078d4;" rx="0.29" height="5.88" /><g ><polygon style="fill:#50e6ff;" points="9.23 5.64 9.23 7.35 7.77 8.21 7.77 6.49 9.23 5.64" /><polygon style="fill:#c3f1ff;" points="9.23 5.64 7.77 6.5 6.3 5.64 7.77 4.78 9.23 5.64" /><polygon style="fill:#9cebff;" points="7.77 6.5 7.77 8.21 6.3 7.35 6.3 5.64 7.77 6.5" /></g ><g ><rect x="5.91" y="6.83" width="8.79" style="fill:url(#b020d1a3-604d-4f79-8087-b021d39314c5);" rx="0.29" height="5.88" /><g ><polygon style="fill:#50e6ff;" points="11.77 8.91 11.77 10.62 10.31 11.48 10.31 9.77 11.77 8.91" /><polygon style="fill:#c3f1ff;" points="11.77 8.91 10.31 9.77 8.84 8.91 10.31 8.05 11.77 8.91" /><polygon style="fill:#9cebff;" points="10.31 9.77 10.31 11.48 8.84 10.62 8.84 8.91 10.31 9.77" /><polygon style="fill:#c3f1ff;" points="8.84 10.62 10.31 9.77 10.31 11.48 8.84 10.62" /><polygon style="fill:#9cebff;" points="11.77 10.62 10.31 9.77 10.31 11.48 11.77 10.62" /></g ><path style="fill:url(#fd885ea0-9b31-4878-9e85-930d64f33955);" d="M12.07,14.48c-.87-.14-.9-.77-.9-1.78H9.44c0,1,0,1.64-.9,1.78a.51.51,0,0,0-.43.49h4.4A.51.51,0,0,0,12.07,14.48Z" /></g ><rect x="5.07" width="1.97" height="0.57" y="0.5" style="fill:#0078d4;" /><rect x="8.01" width="1.97" height="0.57" y="0.5" style="fill:#0078d4;" /><rect x="10.96" width="1.97" height="0.57" y="0.5" style="fill:#0078d4;" /><rect x="13.91" width="1.97" height="0.57" y="0.5" style="fill:#0078d4;" /><rect x="2.14" width="1.97" height="0.57" y="16.89" style="fill:#0078d4;" /><rect x="5.08" width="1.97" height="0.57" y="16.89" style="fill:#0078d4;" /><rect x="8.03" width="1.97" height="0.57" y="16.89" style="fill:#0078d4;" /><rect x="10.98" width="1.97" height="0.57" y="16.89" style="fill:#0078d4;" /><rect x="13.92" width="1.97" height="0.57" y="16.89" style="fill:#0078d4;" /><rect x="16.93" width="0.57" height="1.97" y="2.05" style="fill:#0078d4;" /><rect x="16.93" width="0.57" height="1.97" y="4.99" style="fill:#0078d4;" /><rect x="16.93" width="0.57" height="1.97" y="7.94" style="fill:#0078d4;" /><rect x="16.93" width="0.57" height="1.97" y="10.88" style="fill:#0078d4;" /><rect x="16.93" width="0.57" height="1.97" y="13.83" style="fill:#0078d4;" /><rect x="0.5" width="0.57" height="1.97" y="2.03" style="fill:#0078d4;" /><rect x="0.5" width="0.57" height="1.97" y="4.98" style="fill:#0078d4;" /><rect x="0.5" width="0.57" height="1.97" y="7.92" style="fill:#0078d4;" /><rect x="0.5" width="0.57" height="1.97" y="10.87" style="fill:#0078d4;" /><rect x="0.5" width="0.57" height="1.97" y="13.81" style="fill:#0078d4;" /></g ></svg > </y:Resource>
<y:Resource id="20" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b5aac633-5e4e-4ba3-b79d-874030b01628" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="14.18" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.2" y1="12.41" y2="12.41" xlink:type="simple" xlink:actuate="onLoad" id="f5aba28d-a61e-4c5e-a881-77250d6754cf" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#1782da;" offset="0.14" /><stop style="stop-color:#368fe3;" offset="0.37" /><stop style="stop-color:#4c98ea;" offset="0.59" /><stop style="stop-color:#599eee;" offset="0.8" /><stop style="stop-color:#5ea0ef;" offset="0.99" /></linearGradient ><linearGradient x1="9.01" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9.01" y1="11.69" y2="2.48" xlink:type="simple" xlink:actuate="onLoad" id="bdc9aa5d-e4d2-4d75-91df-453ede2d7944" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#358ee3;" offset="0.54" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ></defs ><title >Icon-compute-26</title ><ellipse rx="6.07" ry="2.49" style="fill:#76bc2d;" cx="9.01" cy="11.12" /><ellipse rx="2.02" ry="0.55" style="fill:#5e9624;" cx="9.16" cy="11.1" /><path style="fill:url(#f5aba28d-a61e-4c5e-a881-77250d6754cf);" d="M14.18,12.4h0Z" /><ellipse rx="6.07" ry="2.49" style="fill:url(#bdc9aa5d-e4d2-4d75-91df-453ede2d7944);" cx="9.01" cy="5.59" /><ellipse rx="2.02" ry="0.55" style="fill:#005ba1;" cx="9.16" cy="5.56" /><path style="fill:#949494;" d="M3.89.12h-3A.58.58,0,0,0,.29.71v3A.29.29,0,0,0,.58,4H.91a.29.29,0,0,0,.3-.29V1H3.89a.29.29,0,0,0,.3-.29V.42A.29.29,0,0,0,3.89.12Z" /><path style="fill:#949494;" d="M17,.12H14a.3.3,0,0,0-.3.3V.74A.3.3,0,0,0,14,1h2.69v2.7A.29.29,0,0,0,17,4h.33a.29.29,0,0,0,.3-.29v-3h0A.59.59,0,0,0,17,.12Z" /><path style="fill:#949494;" d="M3.89,17.21H1.21v-2.7a.29.29,0,0,0-.3-.29H.58a.29.29,0,0,0-.29.29v3h0a.58.58,0,0,0,.58.59h3a.29.29,0,0,0,.3-.29v-.32A.3.3,0,0,0,3.89,17.21Z" /><path style="fill:#949494;" d="M17.29,14.22H17a.29.29,0,0,0-.29.29v2.7H14a.31.31,0,0,0-.3.3v.32a.3.3,0,0,0,.3.29h3a.59.59,0,0,0,.59-.59v-3A.29.29,0,0,0,17.29,14.22Z" /><path style="fill:#5e9624;" d="M9,13.56c3.35,0,6.07-1.11,6.07-2.49h0v1.47h0C15,13.88,12.29,15,9,15s-6.07-1.12-6.07-2.49V11.07C2.94,12.45,5.66,13.56,9,13.56Z" /><path style="fill:url(#f5aba28d-a61e-4c5e-a881-77250d6754cf);" d="M14.18,12.4h0Z" /><path style="fill:#0078d4;" d="M9,8c3.35,0,6.07-1.12,6.07-2.49h0V7h0C15,8.35,12.29,9.42,9,9.42S2.94,8.3,2.94,6.92V5.54C2.94,6.91,5.66,8,9,8Z" /></svg > </y:Resource>
<y:Resource id="21" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b189dd31-f678-493f-b388-049997db3b0e" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.83" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.83" y1="12.87" y2="0.87" xlink:type="simple" xlink:actuate="onLoad" id="add877bb-eba5-4f6c-85e2-a20ca8b1f954" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="8.83" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.83" y1="17.5" y2="12.87" xlink:type="simple" xlink:actuate="onLoad" id="abfd55c2-f4e9-4954-8f01-2256c47fcbfe" xlink:show="other" ><stop style="stop-color:#1490df;" offset="0" /><stop style="stop-color:#1f56a3;" offset="0.98" /></linearGradient ></defs ><title >Icon-compute-27</title ><rect x="-0.17" y="0.87" width="18" style="fill:url(#add877bb-eba5-4f6c-85e2-a20ca8b1f954);" rx="0.6" height="12" /><rect x="0.83" y="1.87" width="16" style="fill:#fff;" rx="0.33" height="10" /><polygon style="fill:#0078d4;" points="11.83 5.12 11.83 8.61 8.83 10.37 8.83 6.87 11.83 5.12" /><polygon style="fill:#83b9f9;" points="11.83 5.12 8.83 6.88 5.83 5.12 8.83 3.37 11.83 5.12" /><polygon style="fill:#5ea0ef;" points="8.83 6.88 8.83 10.37 5.83 8.61 5.83 5.12 8.83 6.88" /><polygon style="fill:#83b9f9; opacity:0.2;" points="5.83 8.61 8.83 6.87 8.83 10.37 5.83 8.61" /><polygon style="fill:#5ea0ef; opacity:0.2;" points="11.83 8.61 8.83 6.87 8.83 10.37 11.83 8.61" /><path style="fill:url(#abfd55c2-f4e9-4954-8f01-2256c47fcbfe);" d="M12.44,16.5c-1.78-.28-1.85-1.56-1.85-3.63H7.06c0,2.07-.06,3.35-1.84,3.63a1,1,0,0,0-.89,1h9A1,1,0,0,0,12.44,16.5Z" /><path style="fill:#5ea0ef;" d="M5.1,2.57H2.62a.59.59,0,0,0-.6.59V5.64a.3.3,0,0,0,.3.3h.2a.3.3,0,0,0,.3-.3V3.35H5.1a.3.3,0,0,0,.3-.3V2.86A.3.3,0,0,0,5.1,2.57Z" /><path style="fill:#5ea0ef;" d="M5.1,10.37H2.81V8.09a.3.3,0,0,0-.3-.3H2.32a.3.3,0,0,0-.3.3v2.48a.59.59,0,0,0,.6.59H5.1a.3.3,0,0,0,.3-.29v-.2A.3.3,0,0,0,5.1,10.37Z" /><path style="fill:#5ea0ef;" d="M15,2.59H12.56a.29.29,0,0,0-.3.3v.19a.29.29,0,0,0,.3.29h2.28v2.3a.29.29,0,0,0,.3.29h.2a.29.29,0,0,0,.29-.29V3.19A.59.59,0,0,0,15,2.59Z" /><path style="fill:#5ea0ef;" d="M15.34,7.81h-.19a.3.3,0,0,0-.3.3v2.28H12.56a.29.29,0,0,0-.3.3v.2a.3.3,0,0,0,.3.3H15a.59.59,0,0,0,.59-.6V8.11A.3.3,0,0,0,15.34,7.81Z" /></svg > </y:Resource>
<y:Resource id="22" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="ec6dc5e8-5958-4688-833b-f95ec061a4a8" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.86" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.86" y1="13.02" y2="1.02" xlink:type="simple" xlink:actuate="onLoad" id="abe3e0fd-f5f5-4d67-8cca-cb6314d5da62" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="8.86" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.86" y1="17.65" y2="13.02" xlink:type="simple" xlink:actuate="onLoad" id="a49c2fd2-7c71-4d63-b68f-ddf5594dd0b8" xlink:show="other" ><stop style="stop-color:#1490df;" offset="0" /><stop style="stop-color:#1f56a3;" offset="0.98" /></linearGradient ></defs ><title >Icon-compute-28</title ><rect x="-0.14" y="1.02" width="18" style="fill:url(#abe3e0fd-f5f5-4d67-8cca-cb6314d5da62);" rx="0.6" height="12" /><rect x="0.86" y="2.02" width="16" style="fill:#fff;" rx="0.33" height="10" /><polygon style="fill:#0078d4;" points="11.86 5.27 11.86 8.76 8.86 10.52 8.86 7.02 11.86 5.27" /><polygon style="fill:#83b9f9;" points="11.86 5.27 8.86 7.03 5.86 5.27 8.86 3.52 11.86 5.27" /><polygon style="fill:#5ea0ef;" points="8.86 7.03 8.86 10.52 5.86 8.76 5.86 5.27 8.86 7.03" /><polygon style="fill:#83b9f9; opacity:0.2;" points="5.86 8.76 8.86 7.02 8.86 10.52 5.86 8.76" /><polygon style="fill:#5ea0ef; opacity:0.2;" points="11.86 8.76 8.86 7.02 8.86 10.52 11.86 8.76" /><path style="fill:url(#a49c2fd2-7c71-4d63-b68f-ddf5594dd0b8);" d="M12.46,16.65c-1.77-.28-1.84-1.57-1.84-3.63H7.09c0,2.06-.07,3.35-1.84,3.63a1,1,0,0,0-.89,1h9A1,1,0,0,0,12.46,16.65Z" /></svg > </y:Resource>
<y:Resource id="23" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="a2c88306-fa03-4e5b-b192-401f0b77808b" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient gradientTransform="translate(212.573 370.548) scale(1.156 1.029)" x1="-175.993" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="-175.993" y1="-343.723" y2="-359.232" xlink:type="simple" xlink:actuate="onLoad" id="b403aca7-f387-4434-96b4-ae157edc835f" xlink:show="other" ><stop style="stop-color:#fea11b;" offset="0" /><stop style="stop-color:#fea51a;" offset="0.284" /><stop style="stop-color:#feb018;" offset="0.547" /><stop style="stop-color:#ffc314;" offset="0.8" /><stop style="stop-color:#ffd70f;" offset="1" /></linearGradient ></defs ><title >Icon-compute-29</title ><g ><path d="M2.37,7.475H3.2a.267.267,0,0,1,.267.267v6.148a.533.533,0,0,1-.533.533H2.1a0,0,0,0,1,0,0V7.741a.267.267,0,0,1,.267-.267Z" style="fill:#50e6ff;" transform="translate(12.507 16.705) rotate(134.919)" /><path d="M2.325,3.6h.833a.267.267,0,0,1,.267.267v6.583a0,0,0,0,1,0,0H2.591a.533.533,0,0,1-.533-.533V3.865A.267.267,0,0,1,2.325,3.6Z" style="fill:#1490df;" transform="translate(5.759 0.114) rotate(44.919)" /></g ><g ><path d="M14.53,7.475h.833a.533.533,0,0,1,.533.533v6.148a.267.267,0,0,1-.267.267H14.8a.267.267,0,0,1-.267-.267V7.475a0,0,0,0,1,0,0Z" style="fill:#50e6ff;" transform="translate(12.223 -7.555) rotate(45.081)" /><path d="M15.108,3.6h.833a0,0,0,0,1,0,0v6.583a.267.267,0,0,1-.267.267h-.833a.267.267,0,0,1-.267-.267V4.131a.533.533,0,0,1,.533-.533Z" style="fill:#1490df;" transform="translate(31.022 1.222) rotate(135.081)" /></g ><path style="fill:url(#b403aca7-f387-4434-96b4-ae157edc835f);" d="M8.459,9.9H4.87a.193.193,0,0,1-.2-.181.166.166,0,0,1,.018-.075L8.991,1.13a.206.206,0,0,1,.186-.106h4.245a.193.193,0,0,1,.2.181.165.165,0,0,1-.035.1L8.534,7.966h4.928a.193.193,0,0,1,.2.181.176.176,0,0,1-.052.122L5.421,16.788c-.077.046-.624.5-.356-.189h0Z" /></svg > </y:Resource>
<y:Resource id="24" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="afcc3783-7378-4497-bf15-72c20633bf21" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.99" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.99" y1="16.61" y2="-1.27" xlink:type="simple" xlink:actuate="onLoad" id="b82da118-993d-4c39-803c-c36675d35ebf" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#1380da;" offset="0.16" /><stop style="stop-color:#3c91e5;" offset="0.53" /><stop style="stop-color:#559cec;" offset="0.82" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ></defs ><title >Icon-compute-30</title ><path style="fill:url(#b82da118-993d-4c39-803c-c36675d35ebf);" d="M18,10.55a4.11,4.11,0,0,0-3.51-4,5.14,5.14,0,0,0-5.25-5,5.26,5.26,0,0,0-5,3.47A4.87,4.87,0,0,0,0,9.82a4.94,4.94,0,0,0,5.07,4.8l.44,0h8.21a1.46,1.46,0,0,0,.22,0A4.13,4.13,0,0,0,18,10.55Z" /><circle r="0.71" style="fill:#e3e3e3;" cx="5.24" cy="9.65" /><path style="fill:#fff;" d="M7.74,9.92V9.35l-.08,0-.61-.2-.16-.39.31-.66-.4-.4-.08,0L6.15,8l-.39-.16-.25-.69H4.94l0,.08-.2.61L4.32,8l-.65-.31-.4.4,0,.08.29.57-.16.39-.7.25V10l.08,0,.61.2.16.39-.31.66.4.4.08,0,.57-.29.39.16.25.69h.57l0-.08.2-.61.39-.16.66.31.4-.4,0-.08-.29-.57.16-.39Zm-2.5.83a1.1,1.1,0,1,1,1.1-1.1A1.09,1.09,0,0,1,5.24,10.75Z" /><circle r="0.84" style="fill:#e3e3e3;" cx="10" cy="6.59" /><path style="fill:#fff;" d="M13,6.91V6.23l-.09,0L12.17,6,12,5.49l.37-.8-.48-.48-.09,0-.69.35-.46-.19-.3-.83H9.64l0,.1-.24.73-.47.19-.78-.37-.48.48.05.09L8,5.5,7.84,6,7,6.27V7l.1,0,.73.24L8,7.69l-.37.8L8.13,9l.1-.05.68-.35.47.19.3.83h.68l0-.1.24-.73.47-.19.79.37.48-.48-.05-.09L12,7.68l.19-.47Zm-3,1a1.32,1.32,0,1,1,1.32-1.32A1.31,1.31,0,0,1,10,7.91Z" /></svg > </y:Resource>
<y:Resource id="25" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="f2f92a84-d51d-47e7-aa52-c9dc7cb4f95e" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="7.05" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="7.05" y1="8.98" y2="0.34" xlink:type="simple" xlink:actuate="onLoad" id="bb7358ff-85d0-4bea-a1da-b619fa2b0e5a" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ><linearGradient x1="7.05" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="7.05" y1="3.78" y2="2.4" xlink:type="simple" xlink:actuate="onLoad" id="a518fdc9-13d3-4777-830e-8fa6d61499c0" xlink:show="other" ><stop style="stop-opacity:0; stop-color:#194f9b;" offset="0" /><stop style="stop-opacity:0.01; stop-color:#194f9c;" offset="0.26" /><stop style="stop-opacity:0.05; stop-color:#18519e;" offset="0.41" /><stop style="stop-opacity:0.11; stop-color:#1654a2;" offset="0.52" /><stop style="stop-opacity:0.21; stop-color:#1457a7;" offset="0.62" /><stop style="stop-opacity:0.33; stop-color:#115cae;" offset="0.71" /><stop style="stop-opacity:0.47; stop-color:#0d62b6;" offset="0.8" /><stop style="stop-opacity:0.65; stop-color:#096ac0;" offset="0.88" /><stop style="stop-opacity:0.85; stop-color:#0472cb;" offset="0.95" /><stop style="stop-color:#0078d4;" offset="1" /></linearGradient ></defs ><path style="fill:#949494;" d="M15.78,8.89,17.65,7c.15-.16.1-.29-.13-.29h-.93a.23.23,0,0,1-.23-.24c0-1.18-.3-4.47-4.8-4.58a.23.23,0,0,0-.24.23V3.26a.23.23,0,0,0,.25.23,2.75,2.75,0,0,1,3.33,3,.23.23,0,0,1-.23.24H13.8c-.23,0-.28.13-.13.3l1.74,1.9A.24.24,0,0,0,15.78,8.89Z" /><g ><rect x="0.82" y="0.34" width="12.46" style="fill:url(#bb7358ff-85d0-4bea-a1da-b619fa2b0e5a);" rx="0.57" height="8.64" /><path style="fill:#83b9f9;" d="M1.38.34H12.87a.41.41,0,0,1,.41.41V2.4a0,0,0,0,1,0,0H.82a0,0,0,0,1,0,0V.91A.57.57,0,0,1,1.38.34Z" /><rect x="0.82" width="12.46" height="1.38" y="2.4" style="fill:url(#a518fdc9-13d3-4777-830e-8fa6d61499c0);" /></g ><rect x="9.9" y="10.95" width="7.92" style="fill:#005ba1;" rx="0.36" height="5.49" /><path style="fill:#fff;" d="M2.61,3.19h8.87a.19.19,0,0,1,.19.18V4.3a.19.19,0,0,1-.19.17H2.61a.18.18,0,0,1-.19-.17V3.37A.18.18,0,0,1,2.61,3.19Z" /><path style="fill:#fff;" d="M2.61,5h8.88a.17.17,0,0,1,.18.17v.93a.18.18,0,0,1-.18.18H2.61a.18.18,0,0,1-.18-.18V5.21A.17.17,0,0,1,2.61,5Z" /><path style="fill:#fff;" d="M2.61,6.89h8.88a.18.18,0,0,1,.18.18V8a.18.18,0,0,1-.18.17H2.61A.18.18,0,0,1,2.43,8V7.07A.18.18,0,0,1,2.61,6.89Z" /><g ><rect x="8.59" y="9.77" width="7.92" style="fill:#0078d4;" rx="0.36" height="5.49" /><path style="fill:#83b9f9;" d="M9,9.77h7.3a.26.26,0,0,1,.26.26v1a0,0,0,0,1,0,0H8.59a0,0,0,0,1,0,0v-.95A.36.36,0,0,1,9,9.77Z" /></g ><path style="fill:#fff;" d="M9.73,11.59h5.64a.12.12,0,0,1,.12.11v.59a.12.12,0,0,1-.12.11H9.73a.11.11,0,0,1-.12-.11V11.7A.11.11,0,0,1,9.73,11.59Z" /><path style="fill:#fff;" d="M9.73,12.76h5.64a.11.11,0,0,1,.12.11v.59a.11.11,0,0,1-.12.11H9.73a.12.12,0,0,1-.12-.11v-.59A.12.12,0,0,1,9.73,12.76Z" /><path style="fill:#fff;" d="M9.73,13.94h5.64a.11.11,0,0,1,.12.11v.59a.11.11,0,0,1-.12.11H9.73a.12.12,0,0,1-.12-.11v-.59A.12.12,0,0,1,9.73,13.94Z" /></svg > </y:Resource>
<y:Resource id="26" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="ea317b31-b31a-44fd-a7c4-260774575363" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="15.35" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="15.37" y1="13.41" y2="13.41" xlink:type="simple" xlink:actuate="onLoad" id="a3aecb5c-11f5-4ece-99f7-9672f3236156" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#1782da;" offset="0.14" /><stop style="stop-color:#368fe3;" offset="0.37" /><stop style="stop-color:#4c98ea;" offset="0.59" /><stop style="stop-color:#599eee;" offset="0.8" /><stop style="stop-color:#5ea0ef;" offset="0.99" /></linearGradient ><linearGradient gradientTransform="translate(0 -1278.76) scale(1 1.59)" x1="5.51" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.94" y1="802.5" y2="810.58" xlink:type="simple" xlink:actuate="onLoad" id="b4dfb3ab-25fe-416c-a6fa-f33fcfbf22dc" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#0d7ed8;" offset="0.02" /><stop style="stop-color:#2b8ae0;" offset="0.08" /><stop style="stop-color:#4194e7;" offset="0.15" /><stop style="stop-color:#519beb;" offset="0.22" /><stop style="stop-color:#5b9fee;" offset="0.29" /><stop style="stop-color:#5ea0ef;" offset="0.4" /><stop style="stop-color:#5b9fee;" offset="0.55" /><stop style="stop-color:#509aeb;" offset="0.68" /><stop style="stop-color:#3f92e6;" offset="0.8" /><stop style="stop-color:#2688df;" offset="0.91" /><stop style="stop-color:#127fd9;" offset="0.99" /></linearGradient ></defs ><title >Icon-compute-32</title ><ellipse rx="7.5" ry="3.08" style="fill:#76bc2d;" cx="8.96" cy="11.82" /><ellipse rx="2.49" ry="0.68" style="fill:#5e9624;" cx="9.15" cy="11.79" /><path style="fill:url(#a3aecb5c-11f5-4ece-99f7-9672f3236156);" d="M15.35,13.4l0,0Z" /><ellipse rx="7.5" ry="3.08" style="fill:url(#b4dfb3ab-25fe-416c-a6fa-f33fcfbf22dc);" cx="8.96" cy="4.99" /><ellipse rx="2.49" ry="0.68" style="fill:#005ba1;" cx="9.15" cy="4.95" /><path style="fill:#5e9624;" d="M9,14.84c4.15,0,7.5-1.38,7.5-3.08h0v1.82h0c-.14,1.65-3.44,3-7.5,3s-7.5-1.38-7.5-3.08V11.76C1.46,13.46,4.82,14.84,9,14.84Z" /><path style="fill:url(#a3aecb5c-11f5-4ece-99f7-9672f3236156);" d="M15.35,13.4l0,0Z" /><path style="fill:#0078d4;" d="M9,8c4.15,0,7.5-1.38,7.5-3.08h0V6.74h0c-.14,1.65-3.44,3-7.5,3s-7.5-1.38-7.5-3.08V4.92C1.46,6.62,4.82,8,9,8Z" /></svg > </y:Resource>
<y:Resource id="27" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="a9383d60-b33f-4c78-8dbe-8ab68ace6065" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.8" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.8" y1="12.87" y2="0.87" xlink:type="simple" xlink:actuate="onLoad" id="a7cb4d9d-9f89-4e53-8eda-938427310066" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="8.81" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.81" y1="17.5" y2="12.87" xlink:type="simple" xlink:actuate="onLoad" id="eab4c6b4-621d-4d9b-b611-15ceb58765b1" xlink:show="other" ><stop style="stop-color:#1490df;" offset="0" /><stop style="stop-color:#1f56a3;" offset="0.98" /></linearGradient ></defs ><title >Icon-compute-33</title ><rect x="-0.2" y="0.87" width="18" style="fill:url(#a7cb4d9d-9f89-4e53-8eda-938427310066);" rx="0.6" height="12" /><polygon style="fill:#50e6ff;" points="11.8 5.12 11.8 8.61 8.8 10.37 8.8 6.87 11.8 5.12" /><polygon style="fill:#c3f1ff;" points="11.8 5.12 8.81 6.88 5.8 5.12 8.81 3.37 11.8 5.12" /><polygon style="fill:#9cebff;" points="8.8 6.88 8.8 10.37 5.8 8.61 5.8 5.12 8.8 6.88" /><polygon style="fill:#c3f1ff;" points="5.8 8.61 8.8 6.87 8.8 10.37 5.8 8.61" /><polygon style="fill:#9cebff;" points="11.8 8.61 8.8 6.87 8.8 10.37 11.8 8.61" /><path style="fill:url(#eab4c6b4-621d-4d9b-b611-15ceb58765b1);" d="M12.41,16.5c-1.78-.28-1.85-1.56-1.84-3.63H7C7,14.94,7,16.22,5.19,16.5a1,1,0,0,0-.88,1h9A1.06,1.06,0,0,0,12.41,16.5Z" /><path style="fill:#fff;" d="M4.68,2.07H1.93a.66.66,0,0,0-.66.66V5.49a.33.33,0,0,0,.33.33h.22a.33.33,0,0,0,.33-.33V2.94H4.68A.33.33,0,0,0,5,2.61V2.4A.33.33,0,0,0,4.68,2.07Z" /><path style="fill:#fff;" d="M4.68,10.73H2.14V8.2a.33.33,0,0,0-.33-.33H1.6a.33.33,0,0,0-.33.33V11a.66.66,0,0,0,.66.67H4.68A.34.34,0,0,0,5,11.28v-.22A.33.33,0,0,0,4.68,10.73Z" /><path style="fill:#fff;" d="M15.71,2.1H13a.33.33,0,0,0-.33.33v.21A.33.33,0,0,0,13,3h2.53V5.51a.33.33,0,0,0,.33.33h.23a.33.33,0,0,0,.33-.33V2.76A.66.66,0,0,0,15.71,2.1Z" /><path style="fill:#fff;" d="M16.05,7.89h-.21a.33.33,0,0,0-.33.33v2.54H13a.33.33,0,0,0-.33.33v.22a.33.33,0,0,0,.33.33h2.75a.67.67,0,0,0,.67-.66V8.22A.33.33,0,0,0,16.05,7.89Z" /></svg > </y:Resource>
<y:Resource id="28" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="a2157f88-f641-4f7d-abc7-f40ccf5cf69a" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="12.74" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.74" y1="15.28" y2="8.52" xlink:type="simple" xlink:actuate="onLoad" id="b816c8ea-05a2-41fb-ba99-96d84599c9f4" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="12.74" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.74" y1="17.89" y2="15.28" xlink:type="simple" xlink:actuate="onLoad" id="ab373d88-41af-4fc3-b172-d4489f9107a0" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0.15" /><stop style="stop-color:#707070;" offset="1" /></linearGradient ></defs ><title >Icon-compute-34</title ><rect x="0.79" y="0.89" width="10.11" style="fill:#005ba1;" rx="0.34" height="6.75" /><polygon style="fill:#50e6ff;" points="7.53 3.28 7.53 5.25 5.85 6.23 5.85 4.27 7.53 3.28" /><polygon style="fill:#c3f1ff;" points="7.53 3.28 5.85 4.27 4.16 3.28 5.85 2.29 7.53 3.28" /><polygon style="fill:#9cebff;" points="5.85 4.27 5.85 6.23 4.16 5.25 4.16 3.28 5.85 4.27" /><rect x="4.76" y="4.76" width="10.11" style="fill:#0078d4;" rx="0.34" height="6.75" /><polygon style="fill:#50e6ff;" points="11.5 7.16 11.5 9.12 9.82 10.11 9.82 8.14 11.5 7.16" /><polygon style="fill:#c3f1ff;" points="11.5 7.16 9.82 8.14 8.13 7.16 9.82 6.17 11.5 7.16" /><polygon style="fill:#9cebff;" points="9.82 8.14 9.82 10.11 8.13 9.12 8.13 7.16 9.82 8.14" /><rect x="7.68" y="8.52" width="10.11" style="fill:url(#b816c8ea-05a2-41fb-ba99-96d84599c9f4);" rx="0.34" height="6.75" /><polygon style="fill:#50e6ff;" points="14.42 10.92 14.42 12.88 12.74 13.87 12.74 11.9 14.42 10.92" /><polygon style="fill:#c3f1ff;" points="14.42 10.92 12.74 11.91 11.05 10.92 12.74 9.93 14.42 10.92" /><polygon style="fill:#9cebff;" points="12.74 11.91 12.74 13.87 11.05 12.88 11.05 10.92 12.74 11.91" /><polygon style="fill:#c3f1ff;" points="11.05 12.88 12.74 11.9 12.74 13.87 11.05 12.88" /><polygon style="fill:#9cebff;" points="14.42 12.88 12.74 11.9 12.74 13.87 14.42 12.88" /><path style="fill:url(#ab373d88-41af-4fc3-b172-d4489f9107a0);" d="M14.76,17.32c-1-.16-1-.88-1-2h-2c0,1.16,0,1.88-1,2a.59.59,0,0,0-.5.57h5A.59.59,0,0,0,14.76,17.32Z" /></svg > </y:Resource>
<y:Resource id="29" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b70acf0a-34b4-4bdf-9024-7496043ff915" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><radialGradient gradientTransform="translate(-2005.33 -518.83) scale(0.15)" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" xlink:type="simple" r="56.67" xlink:actuate="onLoad" cx="13428.81" cy="3518.86" id="e2cf8746-c9a8-4eee-86c2-4951983c6032" xlink:show="other" ><stop style="stop-color:#5ea0ef;" offset="0.18" /><stop style="stop-color:#0078d4;" offset="1" /></radialGradient ><linearGradient x1="4.4" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="4.37" y1="11.48" y2="7.53" xlink:type="simple" xlink:actuate="onLoad" id="bdd213dd-d313-473c-8ff4-0133fd3a9033" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0" /><stop style="stop-color:#fcfcfc;" offset="1" /></linearGradient ><linearGradient x1="10.13" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="10.13" y1="15.45" y2="11.9" xlink:type="simple" xlink:actuate="onLoad" id="afcc63c5-3649-4476-a742-bcb53a569f3c" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0" /><stop style="stop-color:#fcfcfc;" offset="1" /></linearGradient ><linearGradient x1="14.18" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.18" y1="11.15" y2="7.38" xlink:type="simple" xlink:actuate="onLoad" id="bd873f0b-9954-4aa5-a3df-9f4c64e8729d" xlink:show="other" ><stop style="stop-color:#ccc;" offset="0" /><stop style="stop-color:#fcfcfc;" offset="1" /></linearGradient ></defs ><title >Icon-web-41</title ><path id="ee75dd06-1aca-4f76-9d11-d05a284020ad" d="M14.21,15.72A8.5,8.5,0,0,1,3.79,2.28l.09-.06a8.5,8.5,0,0,1,10.33,13.5" style="fill:url(#e2cf8746-c9a8-4eee-86c2-4951983c6032);" /><path d="M6.69,7.23A13,13,0,0,1,15.6,3.65a8.47,8.47,0,0,0-1.49-1.44,14.34,14.34,0,0,0-4.69,1.1A12.54,12.54,0,0,0,5.34,6.13,2.76,2.76,0,0,1,6.69,7.23Z" style="fill:#fff; opacity:0.6;" /><path d="M2.48,10.65a17.86,17.86,0,0,0-.83,2.62,7.82,7.82,0,0,0,.62.92c.18.23.35.44.55.65A17.94,17.94,0,0,1,3.9,11.37,2.76,2.76,0,0,1,2.48,10.65Z" style="fill:#fff; opacity:0.6;" /><path d="M3.46,6.11a12,12,0,0,1-.69-2.94,8.15,8.15,0,0,0-1.1,1.45A12.69,12.69,0,0,0,2.24,7,2.69,2.69,0,0,1,3.46,6.11Z" style="fill:#f2f2f2; opacity:0.55;" /><circle r="2.73" style="fill:url(#bdd213dd-d313-473c-8ff4-0133fd3a9033);" cx="4.38" cy="8.68" /><path d="M8.36,13.67A1.77,1.77,0,0,1,8.9,12.4a11.88,11.88,0,0,1-2.53-1.86,2.74,2.74,0,0,1-1.49.83,13.1,13.1,0,0,0,1.45,1.28A12.12,12.12,0,0,0,8.38,13.9,1.79,1.79,0,0,1,8.36,13.67Z" style="fill:#f2f2f2; opacity:0.55;" /><path d="M14.66,13.88a12,12,0,0,1-2.76-.32.41.41,0,0,1,0,.11,1.75,1.75,0,0,1-.51,1.24,13.69,13.69,0,0,0,3.42.24A8.21,8.21,0,0,0,16,13.81,11.5,11.5,0,0,1,14.66,13.88Z" style="fill:#f2f2f2; opacity:0.55;" /><circle r="1.78" style="fill:url(#afcc63c5-3649-4476-a742-bcb53a569f3c);" cx="10.13" cy="13.67" /><path d="M12.32,8.93a1.83,1.83,0,0,1,.61-1A25.5,25.5,0,0,1,8.47,3.79a16.91,16.91,0,0,1-2-2.92,7.64,7.64,0,0,0-1.09.42A18.14,18.14,0,0,0,7.53,4.47,26.44,26.44,0,0,0,12.32,8.93Z" style="fill:#f2f2f2; opacity:0.7;" /><circle r="1.89" style="fill:url(#bd873f0b-9954-4aa5-a3df-9f4c64e8729d);" cx="14.18" cy="9.27" /><path d="M17.35,10.54,17,10.37l0,0-.3-.16-.06,0L16.38,10l-.07,0L16,9.8a1.76,1.76,0,0,1-.64.92c.12.08.25.15.38.22l.08.05.35.19,0,0,.86.45h0a8.63,8.63,0,0,0,.29-1.11Z" style="fill:#f2f2f2; opacity:0.55;" /><circle r="2.73" style="fill:url(#bdd213dd-d313-473c-8ff4-0133fd3a9033);" cx="4.38" cy="8.68" /><circle r="1.78" style="fill:url(#afcc63c5-3649-4476-a742-bcb53a569f3c);" cx="10.13" cy="13.67" /></svg > </y:Resource>
<y:Resource id="30" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="e887b19d-8fdd-48fe-a67e-f86d20cca434" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient gradientTransform="matrix(0.5, 0.001, 0.001, -0.5, -1257.171, -191.917)" x1="2525.57" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="2525.544" y1="-412.026" y2="-402.136" xlink:type="simple" xlink:actuate="onLoad" id="a116d8d6-6f2d-4ed7-b0bf-e3b4f053bb39" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, 1, 0, 0)" x1="12.79" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.79" y1="17.38" y2="12.44" xlink:type="simple" xlink:actuate="onLoad" id="ba80b0e0-7012-4f27-b08f-9ea64784ace3" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, 1, 0, 0)" x1="15.3" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="15.3" y1="9.98" y2="5.04" xlink:type="simple" xlink:actuate="onLoad" id="a946587f-c511-47b7-914a-0a734f8d64d7" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, 1, 0, 0)" x1="2.7" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="2.7" y1="9.98" y2="5.04" xlink:type="simple" xlink:actuate="onLoad" id="f2de30ee-07c3-4e10-ac30-e581c2e8ce50" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ><linearGradient gradientTransform="matrix(1, 0, 0, 1, 0, 0)" x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="5.56" y2="0.62" xlink:type="simple" xlink:actuate="onLoad" id="fddbf243-2b2d-4e50-b263-924d85a1b87c" xlink:show="other" ><stop style="stop-color:#ef7100;" offset="0" /><stop style="stop-color:#faa21d;" offset="1" /></linearGradient ></defs ><path style="fill:#e27908;" d="M16,7.2,10.24,3.09h0L9,2.18H9l-1.22.9h0L2,7.2H2L4.25,14h0l.47,1.44h8.6L13.77,14h0L16,7.25h0ZM5.76,14l-2-6.22L9,4l5.28,3.79-2,6.22Z" /><circle r="2.47" style="fill:url(#a116d8d6-6f2d-4ed7-b0bf-e3b4f053bb39);" cx="5.07" cy="14.91" /><circle r="2.47" style="fill:url(#ba80b0e0-7012-4f27-b08f-9ea64784ace3);" cx="12.79" cy="14.91" /><circle r="2.47" style="fill:url(#a946587f-c511-47b7-914a-0a734f8d64d7);" cx="15.3" cy="7.51" /><circle r="2.47" style="fill:url(#f2de30ee-07c3-4e10-ac30-e581c2e8ce50);" cx="2.7" cy="7.51" /><circle r="2.47" style="fill:url(#fddbf243-2b2d-4e50-b263-924d85a1b87c);" cx="9" cy="3.09" /></svg > </y:Resource>
<y:Resource id="31" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b39a805c-23ec-4c18-b115-22ce85a589f3" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="7.12" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="7.12" y1="17.44" y2="0.56" xlink:type="simple" xlink:actuate="onLoad" id="abcca3e9-b94e-41fe-a92a-6f6cddbb1654" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#34c1e0;" offset="0.36" /><stop style="stop-color:#3ccbe8;" offset="0.63" /><stop style="stop-color:#48dbf6;" offset="0.88" /><stop style="stop-color:#50e6ff;" offset="1" /></linearGradient ></defs ><title >Icon-compute-37</title ><g ><rect x="0.38" y="0.56" width="13.49" style="fill:url(#abcca3e9-b94e-41fe-a92a-6f6cddbb1654);" rx="0.56" height="16.88" /><path style="fill:#773adc;" d="M17.58,12.38,14.71,9.51a.15.15,0,0,0-.25.1v1.68c-3.45,0-6.9,1.84-6.9,5.16.49-.74,3-2.71,6.9-2.71v1.61a.15.15,0,0,0,.25.1l2.87-2.87A.15.15,0,0,0,17.58,12.38Z" /><g ><polygon style="fill:#50e6ff;" points="11.06 5.6 11.06 10.18 7.13 12.48 7.13 7.89 11.06 5.6" /><polygon style="fill:#c3f1ff;" points="11.06 5.6 7.13 7.9 3.19 5.6 7.13 3.3 11.06 5.6" /><polygon style="fill:#9cebff;" points="7.13 7.9 7.13 12.48 3.19 10.18 3.19 5.6 7.13 7.9" /><polygon style="fill:#c3f1ff;" points="3.19 10.18 7.13 7.89 7.13 12.48 3.19 10.18" /><polygon style="fill:#9cebff;" points="11.06 10.18 7.13 7.89 7.13 12.48 11.06 10.18" /></g ></g ></svg > </y:Resource>
<y:Resource id="32" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="bb2d57d4-5ea9-40a5-8b0e-1677a54e28a5" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.07" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.07" y1="17.35" y2="2.34" xlink:type="simple" xlink:actuate="onLoad" id="f1f6faa7-ad54-4b4c-a870-89c001f694fd" xlink:show="other" ><stop style="stop-color:#32bedd;" offset="0" /><stop style="stop-color:#36c3e1;" offset="0.3" /><stop style="stop-color:#41d2ee;" offset="0.67" /><stop style="stop-color:#50e6ff;" offset="1" /></linearGradient ></defs ><title >Icon-compute-38</title ><g ><rect x="0.32" y="0.65" width="12" style="fill:#0078d4;" rx="0.5" height="15.01" /><rect x="2.07" y="2.34" width="12" style="fill:url(#f1f6faa7-ad54-4b4c-a870-89c001f694fd);" rx="0.5" height="15.01" /><path style="fill:#773adc;" d="M17.64,12.79,14.77,9.93a.14.14,0,0,0-.25.1V11.7c-3.45,0-6.9,1.84-6.9,5.17.49-.74,3-2.71,6.9-2.71v1.6a.15.15,0,0,0,.25.11L17.64,13A.17.17,0,0,0,17.64,12.79Z" /><g ><polygon style="fill:#50e6ff;" points="11.57 6.82 11.57 10.89 8.07 12.94 8.07 8.86 11.57 6.82" /><polygon style="fill:#c3f1ff;" points="11.57 6.82 8.07 8.87 4.57 6.82 8.07 4.77 11.57 6.82" /><polygon style="fill:#9cebff;" points="8.07 8.87 8.07 12.94 4.57 10.89 4.57 6.82 8.07 8.87" /><polygon style="fill:#c3f1ff;" points="4.57 10.89 8.07 8.86 8.07 12.94 4.57 10.89" /><polygon style="fill:#9cebff;" points="11.57 10.89 8.07 8.86 8.07 12.94 11.57 10.89" /></g ></g ></svg > </y:Resource>
<y:Resource id="33" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b477a1e6-3b3d-43e7-938b-88464f2dd176" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="17.44" y2="11.44" xlink:type="simple" xlink:actuate="onLoad" id="bc25fd79-1e91-4c2f-8691-1f9665f6d0dc" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ></defs ><title >Icon-compute-39</title ><g ><rect x="5.62" y="0.56" width="9.97" style="fill:#005ba1;" rx="0.42" height="12.48" /><rect x="4.11" y="1.91" width="9.97" style="fill:#0078d4;" rx="0.42" height="12.48" /><rect x="2.58" y="3.27" width="9.97" style="fill:#32bedd;" rx="0.42" height="12.48" /><g ><polygon style="fill:#50e6ff;" points="10.48 6.99 10.48 10.38 7.57 12.08 7.57 8.69 10.48 6.99" /><polygon style="fill:#c3f1ff;" points="10.48 6.99 7.57 8.7 4.66 6.99 7.57 5.29 10.48 6.99" /><polygon style="fill:#9cebff;" points="7.57 8.7 7.57 12.08 4.66 10.38 4.66 6.99 7.57 8.7" /><polygon style="fill:#c3f1ff;" points="4.66 10.38 7.57 8.69 7.57 12.08 4.66 10.38" /><polygon style="fill:#9cebff;" points="10.48 10.38 7.57 8.69 7.57 12.08 10.48 10.38" /></g ><rect x="0.56" y="11.44" width="16.87" style="fill:url(#bc25fd79-1e91-4c2f-8691-1f9665f6d0dc);" rx="0.56" height="5.99" /><rect x="6.6" y="12.92" width="4.81" style="fill:#f2f2f2;" rx="0.43" height="0.87" /></g ></svg > </y:Resource>
<y:Resource id="34" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b189dd31-f678-493f-b388-049997db3b0e" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="8.83" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.83" y1="12.87" y2="0.87" xlink:type="simple" xlink:actuate="onLoad" id="add877bb-eba5-4f6c-85e2-a20ca8b1f954" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#5ea0ef;" offset="0.82" /></linearGradient ><linearGradient x1="8.83" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.83" y1="17.5" y2="12.87" xlink:type="simple" xlink:actuate="onLoad" id="abfd55c2-f4e9-4954-8f01-2256c47fcbfe" xlink:show="other" ><stop style="stop-color:#1490df;" offset="0" /><stop style="stop-color:#1f56a3;" offset="0.98" /></linearGradient ></defs ><title >Icon-compute-27</title ><rect x="-0.17" y="0.87" width="18" style="fill:url(#add877bb-eba5-4f6c-85e2-a20ca8b1f954);" rx="0.6" height="12" /><rect x="0.83" y="1.87" width="16" style="fill:#fff;" rx="0.33" height="10" /><polygon style="fill:#0078d4;" points="11.83 5.12 11.83 8.61 8.83 10.37 8.83 6.87 11.83 5.12" /><polygon style="fill:#83b9f9;" points="11.83 5.12 8.83 6.88 5.83 5.12 8.83 3.37 11.83 5.12" /><polygon style="fill:#5ea0ef;" points="8.83 6.88 8.83 10.37 5.83 8.61 5.83 5.12 8.83 6.88" /><polygon style="fill:#83b9f9; opacity:0.2;" points="5.83 8.61 8.83 6.87 8.83 10.37 5.83 8.61" /><polygon style="fill:#5ea0ef; opacity:0.2;" points="11.83 8.61 8.83 6.87 8.83 10.37 11.83 8.61" /><path style="fill:url(#abfd55c2-f4e9-4954-8f01-2256c47fcbfe);" d="M12.44,16.5c-1.78-.28-1.85-1.56-1.85-3.63H7.06c0,2.07-.06,3.35-1.84,3.63a1,1,0,0,0-.89,1h9A1,1,0,0,0,12.44,16.5Z" /><path style="fill:#5ea0ef;" d="M5.1,2.57H2.62a.59.59,0,0,0-.6.59V5.64a.3.3,0,0,0,.3.3h.2a.3.3,0,0,0,.3-.3V3.35H5.1a.3.3,0,0,0,.3-.3V2.86A.3.3,0,0,0,5.1,2.57Z" /><path style="fill:#5ea0ef;" d="M5.1,10.37H2.81V8.09a.3.3,0,0,0-.3-.3H2.32a.3.3,0,0,0-.3.3v2.48a.59.59,0,0,0,.6.59H5.1a.3.3,0,0,0,.3-.29v-.2A.3.3,0,0,0,5.1,10.37Z" /><path style="fill:#5ea0ef;" d="M15,2.59H12.56a.29.29,0,0,0-.3.3v.19a.29.29,0,0,0,.3.29h2.28v2.3a.29.29,0,0,0,.3.29h.2a.29.29,0,0,0,.29-.29V3.19A.59.59,0,0,0,15,2.59Z" /><path style="fill:#5ea0ef;" d="M15.34,7.81h-.19a.3.3,0,0,0-.3.3v2.28H12.56a.29.29,0,0,0-.3.3v.2a.3.3,0,0,0,.3.3H15a.59.59,0,0,0,.59-.6V8.11A.3.3,0,0,0,15.34,7.81Z" /></svg > </y:Resource>
<y:Resource id="35" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="ea317b31-b31a-44fd-a7c4-260774575363" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="15.35" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="15.37" y1="13.41" y2="13.41" xlink:type="simple" xlink:actuate="onLoad" id="a3aecb5c-11f5-4ece-99f7-9672f3236156" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#1782da;" offset="0.14" /><stop style="stop-color:#368fe3;" offset="0.37" /><stop style="stop-color:#4c98ea;" offset="0.59" /><stop style="stop-color:#599eee;" offset="0.8" /><stop style="stop-color:#5ea0ef;" offset="0.99" /></linearGradient ><linearGradient gradientTransform="translate(0 -1278.76) scale(1 1.59)" x1="5.51" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="12.94" y1="802.5" y2="810.58" xlink:type="simple" xlink:actuate="onLoad" id="b4dfb3ab-25fe-416c-a6fa-f33fcfbf22dc" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#0d7ed8;" offset="0.02" /><stop style="stop-color:#2b8ae0;" offset="0.08" /><stop style="stop-color:#4194e7;" offset="0.15" /><stop style="stop-color:#519beb;" offset="0.22" /><stop style="stop-color:#5b9fee;" offset="0.29" /><stop style="stop-color:#5ea0ef;" offset="0.4" /><stop style="stop-color:#5b9fee;" offset="0.55" /><stop style="stop-color:#509aeb;" offset="0.68" /><stop style="stop-color:#3f92e6;" offset="0.8" /><stop style="stop-color:#2688df;" offset="0.91" /><stop style="stop-color:#127fd9;" offset="0.99" /></linearGradient ></defs ><title >Icon-compute-32</title ><ellipse rx="7.5" ry="3.08" style="fill:#76bc2d;" cx="8.96" cy="11.82" /><ellipse rx="2.49" ry="0.68" style="fill:#5e9624;" cx="9.15" cy="11.79" /><path style="fill:url(#a3aecb5c-11f5-4ece-99f7-9672f3236156);" d="M15.35,13.4l0,0Z" /><ellipse rx="7.5" ry="3.08" style="fill:url(#b4dfb3ab-25fe-416c-a6fa-f33fcfbf22dc);" cx="8.96" cy="4.99" /><ellipse rx="2.49" ry="0.68" style="fill:#005ba1;" cx="9.15" cy="4.95" /><path style="fill:#5e9624;" d="M9,14.84c4.15,0,7.5-1.38,7.5-3.08h0v1.82h0c-.14,1.65-3.44,3-7.5,3s-7.5-1.38-7.5-3.08V11.76C1.46,13.46,4.82,14.84,9,14.84Z" /><path style="fill:url(#a3aecb5c-11f5-4ece-99f7-9672f3236156);" d="M15.35,13.4l0,0Z" /><path style="fill:#0078d4;" d="M9,8c4.15,0,7.5-1.38,7.5-3.08h0V6.74h0c-.14,1.65-3.44,3-7.5,3s-7.5-1.38-7.5-3.08V4.92C1.46,6.62,4.82,8,9,8Z" /></svg > </y:Resource>
<y:Resource id="36" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="af6a2c42-bd48-4857-a479-aecf8b3de4f6" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="2.94" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.67" y1="3.74" y2="3.74" xlink:type="simple" xlink:actuate="onLoad" id="b70c9cf1-bab8-47e0-bbdb-ce1cd664d268" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="9.13" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.85" y1="3.79" y2="3.79" xlink:type="simple" xlink:actuate="onLoad" id="beb69953-bd96-4515-8843-ac12546af936" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="0.01" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="5.73" y1="9.12" y2="9.12" xlink:type="simple" xlink:actuate="onLoad" id="a39c76e8-547e-4eb4-bc25-d81c0f8cda62" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="6.18" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="11.9" y1="9.08" y2="9.08" xlink:type="simple" xlink:actuate="onLoad" id="f0a2a491-17dc-4bb8-bbfc-ee58a5cf47da" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="12.35" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="18.08" y1="9.13" y2="9.13" xlink:type="simple" xlink:actuate="onLoad" id="efc6a56d-8585-417d-931a-1dac2114ccd0" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="2.87" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.6" y1="14.56" y2="14.56" xlink:type="simple" xlink:actuate="onLoad" id="e399aa93-341f-4df2-9c02-603b82b484c2" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ><linearGradient x1="9.05" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="14.78" y1="14.6" y2="14.6" xlink:type="simple" xlink:actuate="onLoad" id="a152bba0-ba2b-483a-b8c1-0ae7de355990" xlink:show="other" ><stop style="stop-color:#b77af4;" offset="0" /><stop style="stop-color:#773adc;" offset="1" /></linearGradient ></defs ><title >Icon-compute-23</title ><polygon style="fill:url(#b70c9cf1-bab8-47e0-bbdb-ce1cd664d268);" points="5.8 1.22 2.94 1.75 2.94 5.65 5.8 6.26 8.67 5.11 8.67 2.2 5.8 1.22" /><path style="fill:none;" d="M5.91,6.2,8.53,5.14A.2.2,0,0,0,8.65,5V2.36a.21.21,0,0,0-.13-.18l-2.65-.9H5.75l-2.6.48A.2.2,0,0,0,3,1.94V5.47a.19.19,0,0,0,.15.19l2.63.55A.32.32,0,0,0,5.91,6.2Z" /><path style="fill:#341a6e;" d="M2.94,1.75v3.9l2.89.61v-5Zm1.22,3.6-.81-.16v-3l.81-.13Zm1.26.23-.93-.15V2l.93-.16Z" /><polygon style="fill:url(#beb69953-bd96-4515-8843-ac12546af936);" points="11.99 1.27 9.13 1.8 9.13 5.7 11.99 6.31 14.85 5.15 14.85 2.25 11.99 1.27" /><path style="fill:#341a6e;" d="M9.13,1.8V5.7L12,6.31v-5Zm1.21,3.6-.81-.16v-3l.81-.13Zm1.26.23-.93-.15V2.05l.93-.17Z" /><polygon style="fill:url(#a39c76e8-547e-4eb4-bc25-d81c0f8cda62);" points="2.87 6.6 0.01 7.13 0.01 11.03 2.87 11.64 5.74 10.49 5.74 7.58 2.87 6.6" /><path style="fill:#341a6e;" d="M0,7.13V11l2.89.61v-5Zm1.21,3.61-.81-.17v-3l.81-.14ZM2.48,11l-.93-.15V7.38l.93-.16Z" /><polygon style="fill:url(#f0a2a491-17dc-4bb8-bbfc-ee58a5cf47da);" points="9.04 6.56 6.18 7.09 6.18 10.99 9.04 11.61 11.9 10.45 11.9 7.54 9.04 6.56" /><path style="fill:#341a6e;" d="M6.18,7.09V11l2.88.61v-5ZM7.39,10.7l-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V7.34l.93-.16Z" /><polygon style="fill:url(#efc6a56d-8585-417d-931a-1dac2114ccd0);" points="15.21 6.61 12.35 7.14 12.35 11.04 15.21 11.65 18.08 10.5 18.08 7.59 15.21 6.61" /><path style="fill:#341a6e;" d="M12.35,7.14V11l2.89.61v-5Zm1.22,3.61-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V7.39l.93-.16Z" /><polygon style="fill:url(#e399aa93-341f-4df2-9c02-603b82b484c2);" points="5.73 12.04 2.87 12.56 2.87 16.46 5.73 17.08 8.6 15.92 8.6 13.02 5.73 12.04" /><path style="fill:none;" d="M5.84,17,8.45,16a.18.18,0,0,0,.12-.18v-2.6A.2.2,0,0,0,8.44,13L5.8,12.1a.17.17,0,0,0-.12,0l-2.6.47a.19.19,0,0,0-.16.19v3.54a.19.19,0,0,0,.15.19L5.7,17A.23.23,0,0,0,5.84,17Z" /><path style="fill:#341a6e;" d="M2.87,12.56v3.9l2.89.62V12Zm1.22,3.61L3.28,16V13l.81-.14Zm1.26.23-.93-.15V12.81l.93-.16Z" /><polygon style="fill:url(#a152bba0-ba2b-483a-b8c1-0ae7de355990);" points="11.91 12.08 9.05 12.61 9.05 16.51 11.91 17.12 14.78 15.97 14.78 13.06 11.91 12.08" /><path style="fill:#341a6e;" d="M9.05,12.61v3.9l2.89.61v-5Zm1.22,3.61-.81-.17v-3l.81-.14Zm1.26.22-.93-.15V12.86l.93-.16Z" /></svg > </y:Resource>
<y:Resource id="37" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="beb440f5-d017-4dda-989a-ddd425fce02e" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9" y1="11.95" xlink:type="simple" xlink:actuate="onLoad" id="f7543904-4a89-435e-96cd-11521c829faa" xlink:show="other" ><stop style="stop-color:#0078d4;" offset="0" /><stop style="stop-color:#1380da;" offset="0.16" /><stop style="stop-color:#3c91e5;" offset="0.53" /><stop style="stop-color:#559cec;" offset="0.82" /><stop style="stop-color:#5ea0ef;" offset="1" /></linearGradient ></defs ><title >Icon-containers-104</title ><path style="fill:url(#f7543904-4a89-435e-96cd-11521c829faa);" d="M17.43,8.21a3.78,3.78,0,0,0-3.29-3.64A4.77,4.77,0,0,0,9.22,0,4.91,4.91,0,0,0,4.54,3.19a4.52,4.52,0,0,0-4,4.35A4.6,4.6,0,0,0,5.32,12l.42,0h7.68l.21,0A3.84,3.84,0,0,0,17.43,8.21Z" /><path style="fill:#f2f2f2;" d="M6.36,6.46,9,3.87a.3.3,0,0,1,.43,0L12,6.46a.13.13,0,0,1-.1.23H10.28a.15.15,0,0,0-.14.14v3.24a.11.11,0,0,1-.11.11H8.29a.11.11,0,0,1-.11-.11V6.83a.14.14,0,0,0-.13-.14H6.45A.13.13,0,0,1,6.36,6.46Z" /><path style="fill:#a67af4;" d="M14,11.37a.13.13,0,0,0-.09-.13L9.16,9.65H9V18h.13l4.71-1.88A.13.13,0,0,0,14,16Z" /><path style="fill:#552f99;" d="M9,9.68l-4.51.83a.14.14,0,0,0-.12.13v6.23a.15.15,0,0,0,.11.14L9,18a.13.13,0,0,0,.16-.13v-8A.14.14,0,0,0,9,9.68Z" /><polygon style="fill:#b77af4; opacity:0.75;" points="6.92 10.92 6.92 16.73 8.49 16.98 8.49 10.65 6.92 10.92" /><polygon style="fill:#b77af4; opacity:0.75;" points="4.98 11.24 4.98 16.32 6.35 16.6 6.35 11.01 4.98 11.24" /></svg > </y:Resource>
<y:Resource id="38" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="a0f448ad-2648-4cd6-b442-513e4a5b2ace" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="10.03" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="10.03" y1="6.02" y2="1.92" xlink:type="simple" xlink:actuate="onLoad" id="b45e255d-bffa-451b-8846-6f6c550d3933" xlink:show="other" ><stop style="stop-color:#198ab3;" offset="0" /><stop style="stop-color:#1c93bb;" offset="0.1" /><stop style="stop-color:#2cc2e5;" offset="0.7" /><stop style="stop-color:#32d4f5;" offset="1" /></linearGradient ><linearGradient href="#b45e255d-bffa-451b-8846-6f6c550d3933" x1="10.03" xmlns:xlink="http://www.w3.org/1999/xlink" x2="10.03" y1="12.18" y2="8.08" xlink:type="simple" xlink:actuate="onLoad" id="b7f9cef7-9703-4b9c-b1cd-681c80a1857e" xlink:show="other" /><linearGradient href="#b45e255d-bffa-451b-8846-6f6c550d3933" x1="9.66" xmlns:xlink="http://www.w3.org/1999/xlink" x2="9.66" y1="17.45" y2="14.44" xlink:type="simple" xlink:actuate="onLoad" id="afc15d94-3b96-41df-93b4-2a0f23c10140" xlink:show="other" /></defs ><title >Icon-other-346</title ><g ><path style="fill:#198ab3;" d="M14,.55H2a.68.68,0,0,0-.69.68V4.31A.69.69,0,0,0,2,5H14a.69.69,0,0,0,.69-.69V1.23A.69.69,0,0,0,14,.55Zm0,6.16H2a.68.68,0,0,0-.69.68v3.08a.69.69,0,0,0,.69.69H14a.69.69,0,0,0,.69-.69V7.39A.68.68,0,0,0,14,6.71Z" /><path style="fill:#32bedd;" d="M9.15,5h1V15.26h-1Z" /><path style="fill:url(#b45e255d-bffa-451b-8846-6f6c550d3933);" d="M16.13,1.92H3.92a.57.57,0,0,0-.57.57v3A.57.57,0,0,0,3.92,6H16.13a.57.57,0,0,0,.57-.57v-3A.57.57,0,0,0,16.13,1.92Z" /><g ><rect x="14.51" y="2.49" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /><rect x="14.51" y="4.3" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /></g ><path style="fill:url(#b7f9cef7-9703-4b9c-b1cd-681c80a1857e);" d="M16.13,8.08H3.92a.57.57,0,0,0-.57.57v3a.57.57,0,0,0,.57.57H16.13a.57.57,0,0,0,.57-.57v-3A.57.57,0,0,0,16.13,8.08Z" /><circle r="1.51" style="fill:url(#afc15d94-3b96-41df-93b4-2a0f23c10140);" cx="9.66" cy="15.95" /><g ><rect x="14.51" y="8.7" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /><rect x="14.51" y="10.51" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /></g ></g ></svg > </y:Resource>
<y:Resource id="39" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="f76232ac-3a76-4330-97ca-3f381bd6f190" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="9.02" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9.02" y1="5.46" y2="0.65" xlink:type="simple" xlink:actuate="onLoad" id="aa3419c0-cd8f-4ac0-8da9-8de597fd3cbf" xlink:show="other" ><stop style="stop-color:#198ab3;" offset="0" /><stop style="stop-color:#32d4f5;" offset="1" /></linearGradient ><linearGradient x1="8.98" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.98" y1="11.97" y2="7.17" xlink:type="simple" xlink:actuate="onLoad" id="a07223d6-5912-4349-a93f-23c27741ba44" xlink:show="other" ><stop style="stop-color:#198ab3;" offset="0" /><stop style="stop-color:#32d4f5;" offset="1" /></linearGradient ><linearGradient x1="9.02" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="9.02" y1="17.34" y2="14.32" xlink:type="simple" xlink:actuate="onLoad" id="f8b2b35f-4e8d-49ce-8b60-0d07f0c093e9" xlink:show="other" ><stop style="stop-color:#198ab3;" offset="0" /><stop style="stop-color:#32d4f5;" offset="1" /></linearGradient ></defs ><title >Icon-other-347</title ><g ><path style="fill:#32bedd;" d="M8.46,5.46h1v9.6h-1Z" /><path style="fill:url(#aa3419c0-cd8f-4ac0-8da9-8de597fd3cbf);" d="M15.48.65H2.56A.58.58,0,0,0,2,1.23V4.88a.58.58,0,0,0,.57.58H15.48a.57.57,0,0,0,.57-.58V1.23A.57.57,0,0,0,15.48.65Z" /><path style="fill:url(#a07223d6-5912-4349-a93f-23c27741ba44);" d="M15.44,7.17H2.52A.57.57,0,0,0,2,7.74V11.4a.56.56,0,0,0,.57.57H15.44A.57.57,0,0,0,16,11.4V7.74A.58.58,0,0,0,15.44,7.17Z" /><circle r="1.51" style="fill:#7fba00;" cx="9.06" cy="15.84" /><circle r="1.51" style="fill:url(#f8b2b35f-4e8d-49ce-8b60-0d07f0c093e9);" cx="9.02" cy="15.83" /><g ><rect x="13.72" y="1.55" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /><rect x="13.72" y="3.36" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /></g ><g ><rect x="13.72" y="8.04" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /><rect x="13.72" y="9.85" width="1.05" style="fill:#b4ec36;" rx="0.15" height="1.05" /></g ></g ></svg > </y:Resource>
<y:Resource id="40" xml:space="preserve"><?xml version="1.0"?> <!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'> <svg contentScriptType="text/ecmascript" width="18" xmlns:xlink="http://www.w3.org/1999/xlink" zoomAndPan="magnify" contentStyleType="text/css" viewBox="0 0 18 18" height="18" id="b9f988c7-d095-4215-8b16-8d8cc86b6c65" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" version="1.0" ><defs ><linearGradient x1="-0.258" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="8.727" y1="-0.226" y2="8.72" xlink:type="simple" xlink:actuate="onLoad" id="b47f94fd-7fe4-4917-bd6e-7d39fdacb02d" xlink:show="other" ><stop style="stop-color:#0086ec;" offset="0.059" /><stop style="stop-color:#004dae;" offset="1" /></linearGradient ><linearGradient x1="9.064" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="17.493" y1="8.78" y2="0.669" xlink:type="simple" xlink:actuate="onLoad" id="bef9bc5a-934e-44d8-b62b-16ab92305435" xlink:show="other" ><stop style="stop-color:#004dae;" offset="0" /><stop style="stop-color:#0086ec;" offset="0.941" /></linearGradient ><linearGradient x1="8.863" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="17.77" y1="8.499" y2="18.081" xlink:type="simple" xlink:actuate="onLoad" id="a0c9727a-e709-4755-89bc-774bac323d99" xlink:show="other" ><stop style="stop-color:#0086ec;" offset="0.059" /><stop style="stop-color:#004dae;" offset="1" /></linearGradient ><linearGradient x1="8.643" xmlns:xlink="http://www.w3.org/1999/xlink" gradientUnits="userSpaceOnUse" x2="0.493" y1="9.163" y2="17.672" xlink:type="simple" xlink:actuate="onLoad" id="e54b8060-10bb-4b24-8de8-05d1103aa483" xlink:show="other" ><stop style="stop-color:#0086ec;" offset="0.059" /><stop style="stop-color:#004dae;" offset="1" /></linearGradient ></defs ><g ><path style="fill:url(#b47f94fd-7fe4-4917-bd6e-7d39fdacb02d);" d="M7.335,7.347H1.93a.286.286,0,0,1-.286-.286V1.942a.286.286,0,0,1,.286-.286H7.049a.286.286,0,0,1,.286.286V7.347M8.48,8.491V.8A.287.287,0,0,0,8.194.511H.786A.287.287,0,0,0,.5.8V8.205a.286.286,0,0,0,.286.286Z" /><path style="fill:url(#bef9bc5a-934e-44d8-b62b-16ab92305435);" d="M10.665,7.347v-5.4a.286.286,0,0,1,.286-.286H16.07a.286.286,0,0,1,.286.286V7.061a.286.286,0,0,1-.286.286H10.665M9.52,8.491h7.694a.286.286,0,0,0,.286-.286V.8a.287.287,0,0,0-.286-.287H9.806A.287.287,0,0,0,9.52.8V8.491Z" /><path style="fill:url(#a0c9727a-e709-4755-89bc-774bac323d99);" d="M10.665,10.653H16.07a.286.286,0,0,1,.286.286v5.119a.286.286,0,0,1-.286.286H10.951a.286.286,0,0,1-.286-.286v-5.4M9.52,9.509V17.2a.287.287,0,0,0,.286.287h7.408A.287.287,0,0,0,17.5,17.2V9.8a.286.286,0,0,0-.286-.286Z" /><path style="fill:url(#e54b8060-10bb-4b24-8de8-05d1103aa483);" d="M7.335,10.653v5.4a.286.286,0,0,1-.286.286H1.93a.286.286,0,0,1-.286-.286V10.939a.286.286,0,0,1,.286-.286H7.335M8.48,9.509H.786A.286.286,0,0,0,.5,9.8V17.2a.287.287,0,0,0,.286.287H8.194A.287.287,0,0,0,8.48,17.2V9.509Z" /><g ><path style="fill:#5fb832;" d="M14.9,8.22a15.94,15.94,0,0,0-1.033-4.881,4.868,4.868,0,0,1-.563.985A5.8,5.8,0,0,0,9.268,2.681,5.633,5.633,0,1,0,14.9,8.314Z" /><path style="fill:#fff;" d="M13.821,10.849c-1.408,1.83-4.365,1.22-6.242,1.314a5.315,5.315,0,0,0-.658.047l.282-.094a21.8,21.8,0,0,0,2.769-.986,6.39,6.39,0,0,0,3.333-4.271,6.617,6.617,0,0,1-3.943,3.755,22.549,22.549,0,0,1-3.1.8l-.094-.047C4.809,10.708,4.762,7.751,7.2,6.812c1.08-.422,2.112-.188,3.286-.469A5.256,5.256,0,0,0,13.775,3.9C14.479,5.92,15.23,8.971,13.821,10.849Zm-7.932,1.83a.469.469,0,1,0-.47-.469A.469.469,0,0,0,5.889,12.679Z" /></g ></g ></svg > </y:Resource>
</y:Resources>
</data>
</graphml>