File: humble-ui.svg

package info (click to toggle)
inkscape-open-symbols 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 10,112 kB
  • sloc: python: 22; makefile: 2
file content (816 lines) | stat: -rw-r--r-- 78,637 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg 
    xmlns="http://www.w3.org/2000/svg"
    xmlns:svg="http://www.w3.org/2000/svg"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
    xmlns:ns2="http://creativecommons.org/ns#" 
    xmlns:dc="http://purl.org/dc/elements/1.1/" 
    xmlns:cc="http://creativecommons.org/ns#"         
    xmlns:xlink="http://www.w3.org/1999/xlink" 
    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    version="1.1"
    id="svg2"
    style="fill:black;stroke:none"
    width="1600"
    height="1200"
    viewBox="0 0 1600 1200">
    <title>Humble UI</title>
    <metadata>
        <rdf:RDF>
            <cc:Work rdf:about="">
                <dc:format>image/svg+xml</dc:format>
                <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
                <dc:title>HumbleUI</dc:title>
                <dc:date>2013-09-08</dc:date>
                <dc:creator>
                    <cc:Agent>
                        <dc:title>xaviju</dc:title>
                    </cc:Agent>
                </dc:creator>
                <dc:rights>
                    <cc:Agent>
                        <dc:title>MIT</dc:title>
                    </cc:Agent>
                </dc:rights>
                <dc:language>English</dc:language>
            </cc:Work>
        </rdf:RDF>
    </metadata>
    <defs id="defs13795">
        <symbol id="button" inkscape:label="button">
            <desc id="desc25427">Standard button</desc>
            <title id="title25422">button</title>
            <path
                style="fill:#d3d7cf;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 62.312387,58.086065 c 48.654863,-0.61203 97.314293,-0.0694 145.970923,0 0,11.55416 0,23.10832 0,34.66247 -48.80487,0 -97.60973,0 -146.414593,0 0.1479,-11.55415 0.29577,-23.10831 0.44367,-34.66247 z"
                id="path23998"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="button-hover" inkscape:label="button hover">
            <desc id="desc25553">Standard button hover</desc>
            <title id="title25544">button hover</title>
            <path
                inkscape:connector-curvature="0"
                id="path24012"
                d="m 220.2329,58.086065 c 48.65486,-0.61203 97.31429,-0.0694 145.97092,0 0,11.55416 0,23.10832 0,34.66247 -48.80487,0 -97.60973,0 -146.41459,0 0.1479,-11.55415 0.29577,-23.10831 0.44367,-34.66247 z"
                style="fill:#888a85;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
        </symbol>
        <symbol id="button_disabled" inkscape:label="button disabled">
            <desc id="desc25603">Standard button disabled</desc>
            <title id="title25590">button disabled</title>
            <path
                style="fill:#eeeeec;fill-rule:evenodd;stroke:none;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 376.9749,58.086065 c 48.65486,-0.61203 97.31429,-0.0694 145.97092,0 0,11.55416 0,23.10832 0,34.66247 -48.80487,0 -97.60973,0 -146.41459,0 0.1479,-11.55415 0.29577,-23.10831 0.44367,-34.66247 z"
                id="path24014"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="input" inkscape:label="input">
            <desc id="desc25703">Standard input</desc>
            <title id="title25686">input</title>
            <path
                inkscape:connector-curvature="0"
                id="path24018"
                d="m 62.913472,180.711 c 107.750248,-0.6099 215.510618,-0.0692 323.264788,0 0,11.51399 0,23.02799 0,34.54197 -108.08246,0 -216.16489,0 -324.247332,0 0.327537,-11.51398 0.655007,-23.02798 0.982544,-34.54197 z"
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
        </symbol>
        <symbol id="input_disabled" inkscape:label="input disabled">
            <desc id="desc25777">Input Disabled</desc>
            <title id="title25756">input disabled</title>
            <path
                style="fill:#babdb6;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 412.93133,180.711 c 107.75025,-0.6099 215.51062,-0.0692 323.26479,0 0,11.51399 0,23.02799 0,34.54197 -108.08246,0 -216.16489,0 -324.24734,0 0.32754,-11.51398 0.65501,-23.02798 0.98255,-34.54197 z"
                id="path24020"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="password" inkscape:label="password">
            <desc id="desc26079">Password input</desc>
            <title id="title26044">password</title>
            <path
                style="font-style:normal;font-weight:normal;font-size:medium;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#eeeeec;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 62.913472,239.63657 c 107.750248,-0.6099 215.510618,-0.0692 323.264788,0 0,11.51399 0,23.02799 0,34.54197 -108.08246,0 -216.16489,0 -324.247332,0 0.327537,-11.51398 0.655007,-23.02798 0.982544,-34.54197 z"
                id="path24022"
                inkscape:connector-curvature="0"/>
            <g
                id="g24120"
                style="font-style:normal;font-weight:normal;font-size:medium;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
                <g id="g24110">
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 88.556716,257.19096 a 5.8925569,5.8925569 0 0 1 -5.892558,5.89256 5.8925569,5.8925569 0 0 1 -5.892557,-5.89256 5.8925569,5.8925569 0 0 1 5.892557,-5.89256 5.8925569,5.8925569 0 0 1 5.892558,5.89256 z"
                        id="path24047"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 104.67105,257.19096 a 5.8925569,5.8925569 0 0 1 -5.892555,5.89256 5.8925569,5.8925569 0 0 1 -5.892558,-5.89256 5.8925569,5.8925569 0 0 1 5.892558,-5.89256 5.8925569,5.8925569 0 0 1 5.892555,5.89256 z"
                        id="circle24049"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 120.78539,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24051"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 136.89974,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24053"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 153.01407,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24055"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 169.12842,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24057"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 185.24275,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24059"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 201.3571,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24061"/>
                </g>
            </g>
        </symbol>
        <symbol id="password_disabled" inkscape:label="password disabled">
            <desc id="desc26262">Password Disabled</desc>
            <title id="title26213">password disabled</title>
            <path
                style="fill:#babdb6;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 412.93133,239.63657 c 107.75025,-0.6099 215.51062,-0.0692 323.26479,0 0,11.51399 0,23.02799 0,34.54197 -108.08246,0 -216.16489,0 -324.24734,0 0.32754,-11.51398 0.65501,-23.02798 0.98255,-34.54197 z"
                id="path24024"
                inkscape:connector-curvature="0"/>
            <g
                transform="translate(350.83933,-0.3570248)"
                style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                id="g24120-3">
                <g id="g24110-5" style="fill:#888a85">
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 88.556716,257.19096 a 5.8925569,5.8925569 0 0 1 -5.892558,5.89256 5.8925569,5.8925569 0 0 1 -5.892557,-5.89256 5.8925569,5.8925569 0 0 1 5.892557,-5.89256 5.8925569,5.8925569 0 0 1 5.892558,5.89256 z"
                        id="path24047-6"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 104.67105,257.19096 a 5.8925569,5.8925569 0 0 1 -5.892555,5.89256 5.8925569,5.8925569 0 0 1 -5.892558,-5.89256 5.8925569,5.8925569 0 0 1 5.892558,-5.89256 5.8925569,5.8925569 0 0 1 5.892555,5.89256 z"
                        id="circle24049-8"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 120.78539,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24051-3"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 136.89974,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24053-9"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 153.01407,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24055-6"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 169.12842,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24057-3"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 185.24275,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24059-1"/>
                    <path
                        inkscape:connector-curvature="0"
                        style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:71.26399994;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                        d="m 201.3571,257.19096 a 5.8925569,5.8925569 0 0 1 -5.89256,5.89256 5.8925569,5.8925569 0 0 1 -5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,-5.89256 5.8925569,5.8925569 0 0 1 5.89256,5.89256 z"
                        id="circle24061-5"/>
                </g>
            </g>
        </symbol>
        <symbol id="label_left" inkscape:label="label left">
            <desc id="desc26432">Label Left</desc>
            <title id="title26379">label left</title>
            <path
                inkscape:connector-curvature="0"
                id="path24173"
                d="m 92.953681,365.67752 c 48.654859,-0.61203 72.314289,-0.0694 120.970919,0 l 0,34.66247 -121.414589,0 0.11092,-8.66561 -8.433292,-8.66562 8.655122,-8.66562 z"
                style="fill:#555753;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
                sodipodi:nodetypes="cccccccc"/>
        </symbol>
        <symbol id="label_right" inkscape:label="label right">
            <desc id="desc26737">Label Right</desc>
            <title id="title26680">label right</title>
            <path
                sodipodi:nodetypes="cccccccc"
                style="fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 351.77482,400.05189 c -48.65486,0.61203 -72.31429,0.0694 -120.97092,0 l 0,-34.66247 121.41459,0 -0.11092,8.66561 8.43329,8.66562 -8.65512,8.66562 z"
                id="path24175"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="label_up" inkscape:label="label up">
            <desc id="desc26931">Label Up</desc>
            <title id="title26870">label up</title>
            <path
                style="fill:#555753;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 373.56623,366.4194 c 12.16372,-0.15301 65.42517,-0.26796 65.42517,-0.26796 l 7.55963,-8.27401 6.89921,8.42661 c 0,0 53.92275,0.098 66.08691,0.11534 l 0,34.66247 -146.41459,0 c 0.1479,-11.55415 0.29577,-23.10831 0.44367,-34.66247 z"
                id="path24177"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccccccc"/>
        </symbol>
        <symbol id="label_down" inkscape:label="label down">
            <desc id="desc27137">Label Down</desc>
            <title id="title27072">label down</title>
            <path
                sodipodi:nodetypes="ccccccccc"
                inkscape:connector-curvature="0"
                id="path24179"
                d="m 679.09187,392.47405 c -12.16372,0.15301 -65.42517,0.26796 -65.42517,0.26796 l -7.55963,8.27401 -6.89921,-8.42661 c 0,0 -53.92275,-0.098 -66.08691,-0.11534 l 0,-34.66247 146.41459,0 c -0.1479,11.55415 -0.29577,23.10831 -0.44367,34.66247 z"
                style="fill:#555753;fill-rule:evenodd;stroke:#000000;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
        </symbol>
        <symbol id="checkbox" inkscape:label="checkbox">
            <desc id="desc27355">Checkbox</desc>
            <title id="title27286">checkbox</title>
            <rect style="opacity:1;fill:none;fill-opacity:1;stroke:#2e3436;stroke-width:0.68085104;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="rect24181" width="15.319149" height="15.319149" x="84.840424" y="463.17374"/>
        </symbol>
        <symbol id="checkbox_checked" inkscape:label="checkbox checked">
            <desc id="desc27593">Checkbox Checked</desc>
            <title id="title27519">checkbox checked</title>
            <path
                style="opacity:1;fill:none;fill-opacity:1;stroke:#2e3436;stroke-width:0.68085104;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 110.67376,463.17374 15.31915,0 0,15.31915 -15.31915,0 z"
                id="rect24183"
                inkscape:connector-curvature="0"/>
            <path
                style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.37943262;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 114.06472,466.5647 8.53723,0 0,8.53723 -8.53723,0 z"
                id="rect24185"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="checkbox_disabled" inkscape:label="checkbox disabled">
            <desc id="desc27838">Checkbox Disabled</desc>
            <title id="title27760">checkbox disabled</title>
            <rect
                y="463.17374"
                x="139.70018"
                height="15.319149"
                width="15.319149"
                id="rect24193"
                style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.68085104;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
        </symbol>
        <symbol id="radio" inkscape:label="radio">
            <desc id="desc28095">Radio</desc>
            <title id="title28013">radio</title>
            <circle style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:0.94117647;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path24187" cx="174.78963" cy="470.66183" r="7.5294118"/>
        </symbol>
        <symbol id="Radio_selected" inkscape:label="Radio selected">
            <desc id="desc28372">Radio Selected</desc>
            <title id="title28285">Radio selected</title>
            <path
                style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#555753;stroke-width:0.94117647;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 213.01931,470.66183 a 7.5294118,7.5294118 0 0 1 -7.52941,7.52942 7.5294118,7.5294118 0 0 1 -7.52941,-7.52942 7.5294118,7.5294118 0 0 1 7.52941,-7.52941 7.5294118,7.5294118 0 0 1 7.52941,7.52941 z"
                id="circle24189"
                inkscape:connector-curvature="0"/>
            <path
                style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:0.5252313;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 209.69175,470.66183 a 4.2018504,4.2018504 0 0 1 -4.20185,4.20186 4.2018504,4.2018504 0 0 1 -4.20185,-4.20186 4.2018504,4.2018504 0 0 1 4.20185,-4.20185 4.2018504,4.2018504 0 0 1 4.20185,4.20185 z"
                id="circle24191"
                inkscape:connector-curvature="0"/>
        </symbol>
        <symbol id="radio_disabled" inkscape:label="radio disabled">
            <desc id="desc28701">Radio Disabled</desc>
            <title id="title28610">radio disabled</title>
            <path
                style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:#babdb6;stroke-width:0.94117647;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 237.1788,470.66183 a 7.5294118,7.5294118 0 0 1 -7.52942,7.52942 7.5294118,7.5294118 0 0 1 -7.52941,-7.52942 7.5294118,7.5294118 0 0 1 7.52941,-7.52941 7.5294118,7.5294118 0 0 1 7.52942,7.52941 z"
                id="circle24195"/>
        </symbol>
        <symbol id="textarea" inkscape:label="textarea">
            <desc id="desc29006">Textarea</desc>
            <title id="title28911">textarea</title>
            <path
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 76.246805,527.37767 c 107.750245,-0.6099 535.510615,-0.0692 643.264785,0 l 0,211.20864 -644.247329,0 c 0.327537,-11.51398 0.655007,-199.69465 0.982544,-211.20864 z"
                id="path24216"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
        </symbol>
        <symbol id="dropdown" inkscape:label="dropdown">
            <desc id="desc29320">Dropdown</desc>
            <title id="title29220">dropdown</title>
            <path
                inkscape:connector-curvature="0"
                id="path24218"
                d="m 77.320119,780.91965 c 212.349821,-0.81019 424.719601,-0.0919 637.077161,0 0,15.2952 0,30.59043 0,45.88562 -213.00454,0 -426.00902,0 -639.013519,0 0.645497,-15.29519 1.290861,-30.59042 1.936358,-45.88562 z"
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.59950477px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
            <path
                inkscape:connector-curvature="0"
                id="path24220"
                d="m 675.70192,799.88629 10.53138,10.53139 9.85194,-9.85195"
                style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.94029045;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
        </symbol>
        <symbol id="dropdown_disabled" inkscape:label="dropdown disabled">
            <desc id="desc29653">Dropdown Disabled</desc>
            <title id="title29548">dropdown disabled</title>
            <path
                style="fill:#babdb6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.59950477px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 77.320119,842.58632 c 212.349821,-0.81019 424.719601,-0.0919 637.077161,0 0,15.2952 0,30.59043 0,45.88562 -213.00454,0 -426.00902,0 -639.013519,0 0.645497,-15.29519 1.290861,-30.59042 1.936358,-45.88562 z"
                id="path24228"
                inkscape:connector-curvature="0"/>
            <path
                inkscape:connector-curvature="0"
                id="path24230"
                d="m 676.74219,860.51367 -2.08008,2.07813 11.57031,11.57226 10.89258,-10.89258 -2.08008,-2.07812 -8.81054,8.81055 -9.49219,-9.49024 z"
                style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.94029045;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"/>
        </symbol>
        <symbol id="cursor" inkscape:label="cursor">
            <desc id="desc30045">cursor</desc>
            <title id="title29928">cursor</title>
            <g transform="matrix(0.7205964,0,0,0.7205964,50.801368,354.49904)" id="g24941_transform">
                <g transform="matrix(0.58802237,0,0,0.58802237,473.18915,264.21019)" id="g24951">
                    <path
                        style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Acquaintance;-inkscape-font-specification:Acquaintance;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;enable-background:accumulate"
                        id="path4097"
                        d="m 1168.1057,704.64585 c -0.7633,0 -1.5243,0 -2.2879,0.008 -0.1091,17.45751 -0.044,34.92107 -0.068,52.37859 0.033,9.26058 -0.067,18.52265 0.061,27.7802 3.1425,-0.003 6.2848,0.0242 9.4242,0 0.084,-1.34693 0.1055,-2.70676 0.1061,-4.06817 l 0,-0.61363 0.6136,0.008 c 1.3363,0.009 2.6698,4.8e-4 4,-0.0151 0.032,-1.36797 0.1284,-2.74475 -0.023,-4.11362 l -0.083,-0.76515 0.7651,0.0985 c 1.3765,0.17531 2.7681,0.0597 4.144,0.0303 0.026,-1.31828 0.056,-2.63749 0.068,-3.95453 l 0.01,-0.60606 0.606,0.008 c 1.0401,0.008 2.083,-0.003 3.1288,-0.0606 l 0.6894,-0.0379 -0.053,0.68939 c -0.2162,2.88326 0.2709,5.76852 0.1137,8.65148 1.3605,0.045 2.7209,0.0632 4.0833,0.0758 l 0.5909,0.008 0.01,0.59091 c 0.027,2.92133 0.02,5.84128 0.068,8.76512 1.3444,0.0264 2.689,0.042 4.0379,0.0455 l 0.5985,0 0.01,0.59848 c 0.024,1.36259 0.036,2.71695 0.03,4.08332 3.1636,0.0424 6.3288,0.0333 9.4924,0.0152 0.114,-1.34186 0.1641,-2.70256 0.068,-4.06816 l -0.045,-0.66667 0.6667,0.0151 c 1.3422,0.0374 2.6882,0.0261 4.0151,-0.008 0.045,-3.14847 0.029,-6.29845 -0.01,-9.44693 -1.3517,-0.037 -2.7009,-0.054 -4.053,-0.0682 l -0.5909,-0.008 -0.01,-0.59091 c -0.046,-2.92719 -0.024,-5.8448 -0.038,-8.77269 -1.354,-0.0497 -2.7209,-0.0752 -4.0833,-0.0379 l -0.644,0.0152 0.023,-0.64393 c 0.046,-1.12798 0.065,-2.25189 0.061,-3.3712 l 0,-0.60606 0.6061,0 c 6.0486,-0.0107 12.0918,-0.008 18.1438,-0.0758 0.04,-3.13636 0.05,-6.27269 -0.01,-9.40906 -1.3606,0 -2.7189,-0.0101 -4.0757,-0.0303 l -0.5909,-0.008 -0.01,-0.59091 c -0.02,-1.36002 -0.031,-2.72234 -0.023,-4.08332 -1.3534,-0.0343 -2.7039,-0.0422 -4.0606,-0.0454 l -0.5985,0 -0.01,-0.59848 c -0.015,-1.34905 -0.027,-2.69684 -0.053,-4.04544 -1.35,-0.0603 -2.7085,-0.0964 -4.0757,-0.0833 l -0.6136,0.008 0,-0.61364 c 0,-1.36595 -0.01,-2.72903 -0.023,-4.09089 -1.3614,0.008 -2.7249,-0.003 -4.0833,-0.0303 l -0.591,-0.0152 0,-0.5909 c 0,-1.33765 -0.014,-2.66766 -0.053,-3.99999 -1.3437,-0.0736 -2.6904,-0.0855 -4.0454,-0.0909 l -0.5985,0 -0.01,-0.59848 c -0.021,-1.36114 -0.036,-2.71815 -0.03,-4.08332 -1.363,-0.005 -2.723,-0.0157 -4.0834,-0.0379 l -0.5757,-0.008 -0.023,-0.57575 c -0.049,-1.3607 -0.1033,-2.7273 -0.1061,-4.0909 -1.329,-0.0316 -2.657,-0.037 -3.9924,-0.0379 l -0.5909,0 -0.015,-0.5909 c -0.033,-1.35469 -0.051,-2.71696 -0.038,-4.07575 -1.3612,-0.0159 -2.7229,-0.0256 -4.0834,-0.0454 l -0.5757,-0.008 -0.023,-0.57576 c -0.053,-1.36056 -0.073,-2.7213 -0.076,-4.09089 -1.3539,-0.0317 -2.7044,-0.0389 -4.0605,-0.0455 l -0.5985,0 -0.01,-0.59848 c -0.01,-1.35315 -0.016,-2.70927 -0.045,-4.06059 -1.3605,-0.008 -2.7278,-0.0114 -4.0909,-0.0227 l -0.5909,-0.008 -0.01,-0.59091 c -0.012,-1.35737 -0.02,-2.72113 -0.023,-4.08331 -1.3619,-0.0396 -2.7346,-0.0308 -4.1061,-0.0227 l -0.5984,0 -0.01,-0.59848 c -0.01,-1.36612 -0.033,-2.73287 -0.091,-4.0909 -0.7621,-0.005 -1.5246,-0.008 -2.2878,-0.008 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3022"
                        d="m 1165.8178,704.65646 c 1.5272,-0.0152 3.0545,-0.0121 4.5787,-0.003 0.067,1.5606 0.1031,3.1212 0.1031,4.6818 1.5666,-0.0121 3.1333,-0.0121 4.6969,0.0333 0,1.55757 0.01,3.11514 0.024,4.66968 -1.5788,-0.009 -3.1576,-0.006 -4.7364,0.003 -0.012,21.99689 0.045,43.99075 0.027,65.9846 1.5606,0.0182 3.1181,0.0212 4.6787,-0.0121 -0.015,-1.55454 -0.01,-3.10605 0.01,-4.66059 1.5606,-0.0273 3.1364,-0.1606 4.6818,0.11818 0.2546,1.53939 0.1091,3.10302 0.073,4.65453 -1.5303,0.0182 -3.0636,0.0333 -4.5969,0.0152 0.012,1.55757 -0.024,3.11817 -0.1212,4.67271 -3.1394,0.0243 -6.2818,-0.006 -9.4242,-0.003 -0.1273,-9.25754 -0.024,-18.51811 -0.058,-27.77868 0.024,-17.45751 -0.042,-34.91805 0.067,-52.37556 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3024"
                        d="m 1175.2208,714.03824 c 1.5606,0.0152 3.1242,0.0212 4.6848,0.0303 0.033,1.55151 0.045,3.10302 0.054,4.65453 1.5546,0.006 3.1091,0.0151 4.6636,0.0515 0,1.55454 0,3.11211 0.082,4.66968 1.5575,0.0273 3.1151,0.0333 4.6727,0.0515 -0.015,1.55151 0,3.10605 0.042,4.65756 1.5333,-0.003 3.0667,0.0121 4.597,0.0485 0,1.55454 0.067,3.10908 0.1212,4.66362 1.5515,0.0303 3.106,0.0364 4.6606,0.0424 -0.01,1.55454 0,3.10908 0.033,4.66665 1.5515,0 3.106,0.0212 4.6545,0.10606 0.045,1.53332 0.061,3.06665 0.061,4.60301 1.5546,0.0394 3.1091,0.0485 4.6636,0.0394 0.015,1.5606 0.027,3.1212 0.027,4.6818 -1.5757,0.0788 -3.1515,0.0667 -4.7272,0.0243 0,-1.55757 0.01,-3.11817 0.01,-4.67877 -1.5818,-0.0212 -3.1636,-0.0182 -4.7424,-0.009 0.021,-1.57879 0.024,-3.15454 0,-4.73029 -1.5606,0.003 -3.1243,0.006 -4.6849,0.009 0,-1.56666 0.01,-3.13029 0.01,-4.69392 -1.5818,-0.0364 -3.1606,-0.0333 -4.7394,-0.009 0,-1.57878 0.01,-3.15757 -0.01,-4.73635 -1.5606,0 -3.1243,0.003 -4.6849,0.006 -0.021,-1.57272 -0.015,-3.14544 -0.033,-4.71816 -1.5697,0 -3.1394,0.003 -4.7061,-0.0333 0.01,-1.55757 0.012,-3.11514 0,-4.67271 -1.5545,-0.0182 -3.1091,-0.0152 -4.6636,-0.006 -0.049,-1.57273 -0.043,-3.14545 -0.036,-4.71817 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3028"
                        d="m 1208.2388,747.00478 c 1.5636,-0.0424 3.1242,0.0273 4.6848,0.097 0.03,1.54545 0.043,3.0909 0.061,4.63635 1.5546,0 3.1061,0.0121 4.6606,0.0515 -0.01,1.55757 0,3.11818 0.027,4.67575 1.5545,0.0273 3.1121,0.0364 4.6697,0.0364 0.058,3.13635 0.049,6.26967 0.01,9.40602 -6.2515,0.0697 -12.5,0.0697 -18.7484,0.0818 0.01,1.53636 0.015,3.07575 -0.07,4.61211 -1.5758,0.0788 -3.1545,0.0606 -4.7303,0.0485 -0.045,-3.14544 -0.042,-6.29089 0,-9.4333 6.2818,-0.0394 12.5666,0.0182 18.8484,-0.009 0.021,-1.57272 0.021,-3.14847 0,-4.72119 -1.5697,-0.009 -3.1424,-0.006 -4.7121,-0.0303 0,-1.5606 0.01,-3.1212 0,-4.6818 -1.5545,-0.0151 -3.1121,-0.0121 -4.6666,0.003 -0.058,-1.5909 -0.058,-3.1818 -0.027,-4.77271 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3032"
                        d="m 1184.645,765.88956 c 1.5606,-0.009 3.1212,-0.006 4.6818,0.003 0.057,1.61212 0.1303,3.23635 -0.091,4.83938 -1.4667,0.11515 -2.9364,0.1 -4.4031,0.0848 -0.01,1.51817 -0.042,3.03635 -0.073,4.55756 -1.5606,0.0333 -3.1424,0.19393 -4.6879,-0.1 -0.3272,-1.5303 -0.1696,-3.10605 -0.1424,-4.65453 1.5637,-0.009 3.1273,-0.009 4.6909,-0.009 -0.01,-1.57272 -0.01,-3.14848 0.024,-4.7212 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3034"
                        d="m 1189.2359,770.73197 c 1.609,-0.17576 3.2272,-0.12424 4.8393,-0.0939 0.033,3.13332 0,6.26967 0.021,9.40299 1.5727,-0.003 3.1424,-0.003 4.7152,0.0303 0.01,3.1212 -0.027,6.2424 0.021,9.36663 3.1485,0.0485 6.303,-0.1 9.4484,0.0849 0.1819,1.56969 0.085,3.1515 -0.048,4.72119 -3.1637,0.0182 -6.3243,0.0303 -9.4879,-0.0121 0.01,-1.5606 -0.01,-3.11817 -0.039,-4.67877 -1.5454,0.003 -3.0939,-0.0182 -4.6394,-0.0485 -0.052,-3.1212 -0.039,-6.24241 -0.073,-9.36058 -1.5576,-0.0121 -3.1151,-0.0333 -4.6727,-0.0848 0.1697,-3.11211 -0.4485,-6.22422 -0.085,-9.32724 z"
                        inkscape:connector-curvature="0"/>
                    <path
                        style="fill:#1c1c1c"
                        id="path3036"
                        d="m 1203.5328,770.60167 c 1.5666,-0.0727 3.1363,-0.0303 4.706,0.0273 0.015,3.1212 -0.021,6.2424 0.039,9.36663 1.5515,0.0151 3.1,0.0333 4.6515,0.0758 0.036,3.14847 0.055,6.29694 0.01,9.44542 -1.5515,0.0394 -3.106,0.0788 -4.6575,0.006 -0.1758,-3.13635 -0.03,-6.2818 -0.061,-9.42118 -1.5788,-0.0333 -3.1576,-0.0273 -4.7334,-0.0394 0,-3.15151 -0.036,-6.30907 0.045,-9.46057 z"
                        inkscape:connector-curvature="0"/>
                </g>
            </g>
        </symbol>
        <symbol id="pointer" inkscape:label="pointer">
            <desc id="desc30740">Pointer</desc>
            <title id="title30612">pointer</title>
            <g transform="matrix(0.07246958,0,0,0.07246958,815.87807,812.18248)" id="g24931_transform">
                <path
                    inkscape:connector-curvature="0"
                    d="m 1598.1765,531.24701 c -0.088,5.64565 -0.1137,11.28638 -0.1563,16.9375 l -0.031,2.375 -2.375,0.0937 c -5.6353,0.18504 -11.2965,0.24827 -16.9688,0.28125 -0.3078,57.37695 -0.1375,114.72954 -0.1562,172.09375 l 0,2.46875 -2.4688,0.0312 c -4.7623,0.0495 -9.5543,0.0945 -14.3437,0.21875 l -2.5937,0.0625 0.031,-2.59375 c 0.098,-5.60682 0.056,-11.20788 -0.062,-16.78125 -19.4626,-0.1625 -38.9438,-0.2625 -58.4063,0.0625 0.025,19.3875 -0.037,38.76874 0,58.15625 5.6418,0.10838 11.3511,0.37194 17.0626,-0.0312 l 3.125,-0.21875 -0.4688,3.09375 c -0.8174,5.59842 -0.2713,11.26396 -0.25,16.875 5.385,0.28225 10.8066,0.335 16.25,0.34375 l 2.3125,0 0.1875,2.3125 c 0.9031,11.98555 0.456,24.02018 0.6562,36.0625 5.593,0.22851 11.2228,0.3195 16.8438,0.375 l 2.4375,0.0312 0.031,2.4375 c 0.09,12.02371 0.063,24.04121 0.25,36.0625 5.6454,0.0895 11.3304,0.37641 17.0312,0.0312 l 2.875,-0.15625 -0.2188,2.84375 c -0.9489,12.01858 -0.1262,24.13577 -0.2187,36.1875 5.4978,0.10863 10.9901,0.1865 16.5,0.21875 l 2.4687,0 0.031,2.46875 c 0.2423,18.56423 0.123,37.14368 0.375,55.71875 32.05,0.4625 64.125,0.50625 96.1875,0.46875 32.8251,-0.05 65.6437,0.225 98.4688,-0.5625 -0.525,-18.51809 1.1343,-37.02656 0.375,-55.53125 l -0.094,-2.65625 2.6562,0.0625 c 5.5091,0.15534 11.0273,0.0466 16.5,-0.125 0.2038,-18.41777 0.2263,-36.86167 0.25,-55.28125 l 0,-2.28125 2.25,-0.21875 c 5.5944,-0.535 11.2365,-0.57563 16.9063,-0.53125 0.1374,-20.62943 -0.2473,-41.24565 0.375,-61.875 l 0,-0.0625 0,-0.0625 c -0.6848,-24.77934 -0.2002,-49.58309 -0.5,-74.375 -5.56,0.0436 -11.1069,-0.0144 -16.625,-0.0937 l -2.4063,-0.0312 -0.062,-2.40625 c -0.1112,-5.46768 -0.1813,-10.96759 -0.094,-16.46875 -5.7053,-0.1665 -11.3755,0.0125 -17.0312,-0.3125 l -2.1876,-0.125 -0.1562,-2.1875 c -0.4013,-5.68501 -0.2038,-11.4271 -0.2813,-17.1875 -12.0944,-0.0468 -24.178,0.0516 -36.25,-0.125 l -2.4375,-0.0312 -0.031,-2.4375 c -0.094,-5.45903 -0.1587,-10.91997 -0.094,-16.40625 -18.553,-0.98216 -37.156,-0.3464 -55.7187,-0.5625 l -2.375,-0.0312 -0.094,-2.34375 c -0.2538,-5.62207 -0.3563,-11.25973 -0.3438,-16.9375 -12.0695,-0.0586 -24.1343,0.0385 -36.1875,-0.21875 l -2.4063,-0.0625 -0.031,-2.40625 c -0.2387,-24.97554 -0.1025,-49.95902 -0.1875,-74.9375 -3.2188,-0.0312 -6.4374,-0.0563 -9.6563,-0.0625 -2.3997,-0.005 -4.7903,0.006 -7.1874,0.0312 l -2.5626,0.0312 0.031,-2.5625 c 0.086,-5.73199 0.076,-11.46682 -0.4687,-17.15625 -12.7628,0.0375 -25.5188,0.075 -38.2813,0 z"
                    id="path4109"
                    style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Acquaintance;-inkscape-font-specification:Acquaintance;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;enable-background:accumulate"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1598.1639,531.24076 c 12.7625,0.075 25.525,0.05 38.2875,0.0125 0.6125,6.4 0.5875,12.8375 0.4625,19.25 -12.975,0.125 -25.9375,-0.0375 -38.9125,0.125 0.05,-6.4625 0.062,-12.925 0.1625,-19.3875 z"
                    id="path3016"
                    style="fill:#1c1c1c"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1578.6389,550.92826 c 6.45,-0.0375 12.9125,-0.025 19.3625,-0.3 0.012,71.3625 0.125,142.725 0.05,214.0875 -6.5,0.15 -13,0.15 -19.5,0.0125 -0.125,-6.3875 -0.125,-12.7875 -0.038,-19.1875 -6.4625,-0.25 -12.925,-0.2125 -19.3875,-0.1875 -0.2125,-6.525 -0.2625,-13.0625 -0.013,-19.5875 6.45,-0.2375 12.9125,-0.1625 19.375,-0.2625 0.025,-58.1875 -0.1625,-116.375 0.15,-174.575 z"
                    id="path3018"
                    style="fill:#1c1c1c"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1636.9889,550.95326 c 6.4375,-0.0875 12.875,-0.05 19.3125,0.0125 0.087,25.8 -0.088,51.6125 0.1875,77.4125 12.875,0.3375 25.75,0.15 38.625,0.2125 -0.013,6.4375 0,12.875 0.375,19.3125 19.375,0.3125 38.7875,-0.4625 58.15,0.5625 -0.075,6.2875 -0.037,12.575 0.1,18.8625 12.9,0.2375 25.8125,0.0875 38.725,0.1375 0.088,6.4625 -0.325,12.9625 0.3625,19.4 6.4125,0.5625 12.85,0.225 19.275,0.4125 -0.1,6.3 -0.05,12.6 0.1125,18.9 6.35,0.1125 12.7125,0.1625 19.0875,0.1125 0.3,24.8125 -0.1875,49.625 0.5,74.425 -0.625,20.65 -0.25,41.3 -0.3875,61.95 -6.4,-0.05 -12.8,-0.075 -19.15,0.7125 -0.025,19.1875 -0.037,38.3875 -0.25,57.575 -6.375,0.2 -12.7625,0.4125 -19.125,0.1 -0.725,-19.525 -0.3875,-39.075 -0.2,-58.6125 6.4125,0.0625 12.8375,0.0625 19.2625,0.0125 0.013,-45.375 0.05,-90.7375 0.075,-136.1125 -6.4125,-0.0875 -12.825,-0.075 -19.2375,0 -0.3625,-6.3125 0.05,-12.6625 -0.4625,-18.9625 -6.3625,-1.225 -12.8625,-0.475 -19.2875,-0.5 -0.1375,19.4625 0.225,38.925 -0.1625,58.4 -6.35,0.0125 -12.7125,0.0125 -19.0625,0.025 -0.4375,-25.9625 0.012,-51.925 -0.15,-77.8875 -13.0125,-0.075 -26.025,-0.0375 -39.025,0 0,19.45 0.2,38.9 -0.025,58.3375 -6.45,0.1375 -12.8875,0.1375 -19.325,0.0125 -0.125,-25.9375 -0.15,-51.8875 0.1625,-77.825 -13.025,-0.0625 -26.0375,-0.075 -39.0625,0.075 -0.1375,25.9125 0.1,51.825 0,77.7375 -6.5125,0.1875 -13.0375,0.2 -19.55,0.0125 0,-58.2625 0.038,-116.5375 0.15,-174.8125 z"
                    id="path3020"
                    style="fill:#1c1c1c"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1500.6514,706.49076 c 19.4625,-0.325 38.9375,-0.225 58.4,-0.0625 0.1375,6.45 0.25,12.8875 0.062,19.3375 -12.9125,0.3 -25.825,0.075 -38.725,0.175 -0.475,12.85 0.6875,25.7375 -0.1875,38.575 -6.5,0.75 -13.05,0.25 -19.5625,0.125 -0.037,-19.3875 0.038,-38.7625 0.013,-58.15 z"
                    id="path3026"
                    style="fill:#1c1c1c"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1520.7264,764.95326 c 6.25,-0.9625 12.6,-0.6 18.9,-0.425 0.1375,6.4875 0.15,12.9875 0.087,19.4875 6.5,0.0375 12.9875,0.025 19.4875,0.1125 0.15,12.9375 0,25.875 0.075,38.8125 6.4125,-0.0375 12.8375,-0.025 19.2625,0.0625 -0.088,12.975 0.8375,26.05 -0.4875,38.9625 -6.325,0.575 -12.6625,0.125 -18.975,0.025 -0.2,-12.825 -0.175,-25.65 -0.2875,-38.475 -6.425,-0.0375 -12.85,-0.15 -19.275,-0.4125 -0.2125,-12.775 0.4125,-25.575 -0.75,-38.3125 -6.2125,0.025 -12.4375,-0.0875 -18.6375,-0.4125 -0.025,-6.475 -0.875,-13.05 0.6,-19.425 z"
                    id="path3030"
                    style="fill:#1c1c1c"/>
                <path
                    inkscape:connector-curvature="0"
                    d="m 1578.9389,862.05326 c 6.35,-0.5 12.7375,-0.2 19.1125,-0.1625 0.175,12.9125 0.013,25.825 0.05,38.725 6.475,-0.025 12.975,-0.025 19.4625,0.2 0.125,12.9125 -0.1125,25.8375 0.075,38.75 51.7625,0.125 103.525,0.1 155.2875,0.075 0.2,-12.925 -0.05,-25.85 0.087,-38.7875 6.625,-0.0875 13.25,-0.175 19.875,0.2 1.05,19.375 -0.85,38.7625 -0.3,58.1625 -32.825,0.7875 -65.65,0.5 -98.475,0.55 -32.0625,0.0375 -64.125,0 -96.175,-0.4625 -0.2625,-19.3875 -0.125,-38.775 -0.4125,-58.15 -6.325,-0.0125 -12.65,-0.1125 -18.975,-0.2375 0.1,-12.95 -0.9375,-25.9875 0.3875,-38.8625 z"
                    id="path3038"
                    style="fill:#1c1c1c"/>
            </g>
        </symbol>
        <symbol id="image" style="fill:#eeeeec;fill-opacity:1;stroke:#000000" inkscape:label="image">
            <desc id="desc31221">Image</desc>
            <title id="title31087">image</title>
            <g id="use24699_transform" transform="matrix(1.0010216,0,0,1.0010216,867.07847,574.27144)">
                <title id="title24715">Panorama</title>
                <path
                    id="path24717"
                    style="fill:#eeeeec;fill-opacity:1;stroke:none"
                    d="M 46,36 46,12 C 46,9.79 44.21,8 42,8 L 6,8 C 3.79,8 2,9.79 2,12 l 0,24 c 0,2.21 1.79,4 4,4 l 36,0 c 2.21,0 4,-1.79 4,-4 z m -29,-11 5,6.01 7,-9.01 9,12 -28,0 7,-9 z m -56.73937,-64.76219 c 21.38612,-0.36875 106.28744,-0.0419 127.67435,0 l 0,127.698 -127.86937,0 c 0.065,-6.96143 0.13001,-120.73658 0.19502,-127.698 z"
                    inkscape:connector-curvature="0"/>
            </g>
        </symbol>
        <symbol id="progress_bar" inkscape:label="progress bar">
            <desc id="desc31944">Progress Bar</desc>
            <title id="title31805">progress bar</title>
            <path
                sodipodi:nodetypes="ccccc"
                inkscape:connector-curvature="0"
                id="path24285"
                d="m 831.24681,460.711 c 107.75024,-0.6099 528.84389,-0.0692 636.59809,0 l 0,34.54197 -637.58064,0 c 0.32754,-11.51398 0.65501,-23.02798 0.98255,-34.54197 z"
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.37051952px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
            <path
                style="fill:#2e3436;fill-rule:evenodd;stroke:#000000;stroke-width:0.30034459px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 835.99156,463.95487 c 87.34277,-0.49439 138.68296,-0.0561 226.02894,0 l 0,27.99985 -226.8254,0 c 0.26551,-9.33327 0.53096,-18.66657 0.79646,-27.99985 z"
                id="path24287"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
        </symbol>
        <symbol id="tab" inkscape:label="tab">
            <desc id="desc32394">Tab</desc>
            <title id="title32250">tab</title>
            <path
                style="fill:#eeeeec;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 828.38021,726.38158 c 28.01755,-0.19252 139.24512,-0.0218 167.26373,0 l 0,66.67101 -167.51922,0 c 0.0852,-3.63455 0.17032,-63.03646 0.25549,-66.67101 z"
                id="path24762"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
            <path
                sodipodi:nodetypes="ccccc"
                inkscape:connector-curvature="0"
                id="path24776"
                d="m 828.38021,790.64096 c 28.01755,-0.007 139.24512,-7.9e-4 167.26373,0 l 0,2.41163 -167.51922,0 c 0.0852,-0.13147 0.17032,-2.28016 0.25549,-2.41163 z"
                style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/>
        </symbol>
        <symbol id="tab_selected" inkscape:label="tab selected">
            <desc id="desc32849">Tab Selected</desc>
            <title id="title32701">tab selected</title>
            <path
                style="fill:#888a85;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                d="m 1001.4513,726.38158 c 28.0176,-0.19252 139.2451,-0.0218 167.2637,0 l 0,66.67101 -167.5192,0 c 0.085,-3.63455 0.1703,-63.03646 0.2555,-66.67101 z"
                id="path24774"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
        </symbol>
        <symbol id="switch_on" inkscape:label="switch on">
            <desc id="desc33346">Switch On</desc>
            <title id="title33190">switch on</title>
            <path
                inkscape:connector-curvature="0"
                id="path24969"
                d="m 1268.1075,700.08606 c 34.9087,-0.61203 69.8207,-0.0694 104.7306,0 0,11.55416 0,23.10832 0,34.66247 -35.0164,0 -70.0326,0 -105.0489,0 0.1061,-11.55415 0.2122,-23.10831 0.3183,-34.66247 z"
                style="fill:#d3d7cf;fill-rule:evenodd;stroke:none;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
            <path
                style="fill:#555753;fill-rule:evenodd;stroke:none;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 1319.5614,702.02269 c 16.8154,-0.53048 33.6323,-0.0602 50.4482,0 0,10.01458 0,20.02915 0,30.04372 -16.8673,0 -33.7343,0 -50.6016,0 0.053,-10.01457 0.1018,-20.02914 0.1534,-30.04372 z"
                id="path24971"
                inkscape:connector-curvature="0"/>
            <g
                id="text24977"
                style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
                <path
                    id="path32999"
                    style="font-size:20px;fill:#ffffff"
                    d="m 1338.6785,712.70093 q -1.4453,0 -2.2852,1.13281 -0.8398,1.12305 -0.8398,3.08594 0,1.96289 0.83,3.0957 0.8399,1.12305 2.295,1.12305 1.4355,0 2.2754,-1.13281 0.8398,-1.13282 0.8398,-3.08594 0,-1.94336 -0.8398,-3.07617 -0.8399,-1.14258 -2.2754,-1.14258 z m 0,-1.52344 q 2.3437,0 3.6816,1.52344 1.3379,1.52344 1.3379,4.21875 0,2.68554 -1.3379,4.21875 -1.3379,1.52344 -3.6816,1.52344 -2.3535,0 -3.6914,-1.52344 -1.3282,-1.53321 -1.3282,-4.21875 0,-2.69531 1.3282,-4.21875 1.3379,-1.52344 3.6914,-1.52344 z"
                    inkscape:connector-curvature="0"/>
                <path
                    id="path33001"
                    style="font-size:20px;fill:#ffffff"
                    d="m 1355.7585,715.7771 0,6.60156 -1.7968,0 0,-6.54297 q 0,-1.55273 -0.6055,-2.32422 -0.6055,-0.77148 -1.8164,-0.77148 -1.4551,0 -2.2949,0.92773 -0.8399,0.92774 -0.8399,2.5293 l 0,6.18164 -1.8066,0 0,-10.9375 1.8066,0 0,1.69922 q 0.6446,-0.98633 1.5137,-1.47461 0.8789,-0.48828 2.0215,-0.48828 1.8848,0 2.8515,1.17188 0.9668,1.1621 0.9668,3.42773 z"
                    inkscape:connector-curvature="0"/>
            </g>
        </symbol>
        <symbol id="switch_off" inkscape:label="switch off">
            <desc id="desc33895">Switch Off</desc>
            <title id="title33731">switch off</title>
            <path
                style="fill:#d3d7cf;fill-rule:evenodd;stroke:none;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 1268.1075,748.87643 c 34.9087,-0.61203 69.8207,-0.0694 104.7306,0 0,11.55416 0,23.10832 0,34.66247 -35.0164,0 -70.0326,0 -105.0489,0 0.1061,-11.55415 0.2122,-23.10831 0.3183,-34.66247 z"
                id="path24973"
                inkscape:connector-curvature="0"/>
            <path
                inkscape:connector-curvature="0"
                id="path24975"
                d="m 1270.771,750.81306 c 16.8154,-0.53048 33.6323,-0.0602 50.4482,0 0,10.01458 0,20.02915 0,30.04372 -16.8673,0 -33.7343,0 -50.6016,0 0.053,-10.01457 0.1018,-20.02914 0.1534,-30.04372 z"
                style="fill:#babdb6;fill-rule:evenodd;stroke:none;stroke-width:0.24941424px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
            <g
                id="text24981"
                style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
                <path
                    id="path33504"
                    style="font-size:20px;fill:#ffffff"
                    d="m 1288.2964,763.4884 q -1.4453,0 -2.2852,1.13282 -0.8398,1.12304 -0.8398,3.08593 0,1.96289 0.8301,3.09571 0.8398,1.12304 2.2949,1.12304 1.4355,0 2.2754,-1.13281 0.8398,-1.13281 0.8398,-3.08594 0,-1.94336 -0.8398,-3.07617 -0.8399,-1.14258 -2.2754,-1.14258 z m 0,-1.52343 q 2.3437,0 3.6816,1.52343 1.3379,1.52344 1.3379,4.21875 0,2.68555 -1.3379,4.21875 -1.3379,1.52344 -3.6816,1.52344 -2.3535,0 -3.6914,-1.52344 -1.3281,-1.5332 -1.3281,-4.21875 0,-2.69531 1.3281,-4.21875 1.3379,-1.52343 3.6914,-1.52343 z"
                    inkscape:connector-curvature="0"/>
                <path
                    id="path33506"
                    style="font-size:20px;fill:#ffffff"
                    d="m 1308.5601,757.97083 0,1.49414 -1.7188,0 q -0.9668,0 -1.3476,0.39062 -0.3711,0.39063 -0.3711,1.40625 l 0,0.9668 2.9589,0 0,1.39648 -2.9589,0 0,9.54102 -1.8067,0 0,-9.54102 -4.9316,0 0,9.54102 -1.8067,0 0,-9.54102 -1.7187,0 0,-1.39648 1.7187,0 0,-0.76172 q 0,-1.82617 0.8496,-2.65625 0.8497,-0.83984 2.6954,-0.83984 l 1.6992,0 0,1.49414 -1.7188,0 q -0.9668,0 -1.3476,0.39062 -0.3711,0.39063 -0.3711,1.40625 l 0,0.9668 4.9316,0 0,-0.76172 q 0,-1.82617 0.8496,-2.65625 0.8496,-0.83984 2.6953,-0.83984 l 1.6993,0 z"
                    inkscape:connector-curvature="0"/>
            </g>
        </symbol>
        <symbol id="loading" inkscape:label="loading">
            <desc id="desc34425">Loading</desc>
            <title id="title34255">loading</title>
            <g transform="matrix(0.23969991,-0.23969991,0.23969991,0.23969991,775.15895,918.11153)" id="g25004">
                <path
                    style="opacity:1;fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                    d="m 1202.7885,904.88914 a 83.438599,83.438599 0 0 0 -83.4394,83.4394 83.438599,83.438599 0 0 0 83.4394,83.43746 83.438599,83.438599 0 0 0 83.4395,-83.43746 83.438599,83.438599 0 0 0 -83.4395,-83.4394 z m 0,22.6269 a 60.81118,60.81118 0 0 1 6.0704,0.3047 60.81118,60.81118 0 0 1 6.0117,0.9082 60.81118,60.81118 0 0 1 5.8887,1.5039 60.81118,60.81118 0 0 1 5.7109,2.084 60.81118,60.81118 0 0 1 5.4726,2.6445 60.81118,60.81118 0 0 1 5.1817,3.1778 60.81118,60.81118 0 0 1 4.8398,3.6777 60.81118,60.81118 0 0 1 4.4473,4.1426 60.81118,60.81118 0 0 1 4.0117,4.5683 60.81118,60.81118 0 0 1 3.5371,4.9434 60.81118,60.81118 0 0 1 3.0235,5.2734 60.81118,60.81118 0 0 1 2.4824,5.5469 60.81118,60.81118 0 0 1 1.918,5.7695 60.81118,60.81118 0 0 1 1.33,5.9317 60.81118,60.81118 0 0 1 0.7324,6.0332 60.81118,60.81118 0 0 1 0.1524,4.3027 60.81118,60.81118 0 0 1 -0.3027,6.0703 60.81118,60.81118 0 0 1 -0.9082,6.00976 60.81118,60.81118 0 0 1 -1.5039,5.8906 60.81118,60.81118 0 0 1 -2.084,5.709 60.81118,60.81118 0 0 1 -2.6446,5.4746 60.81118,60.81118 0 0 1 -3.1777,5.1817 60.81118,60.81118 0 0 1 -3.6777,4.8398 60.81118,60.81118 0 0 1 -4.1446,4.4473 60.81118,60.81118 0 0 1 -4.5664,4.0117 60.81118,60.81118 0 0 1 -4.9433,3.5351 60.81118,60.81118 0 0 1 -5.2735,3.0254 60.81118,60.81118 0 0 1 -5.5488,2.4825 60.81118,60.81118 0 0 1 -5.7676,1.916 60.81118,60.81118 0 0 1 -5.9316,1.332 60.81118,60.81118 0 0 1 -6.0352,0.7324 60.81118,60.81118 0 0 1 -4.3008,0.1524 60.81118,60.81118 0 0 1 -6.0703,-0.3047 60.81118,60.81118 0 0 1 -6.0117,-0.9082 60.81118,60.81118 0 0 1 -5.8887,-1.5039 60.81118,60.81118 0 0 1 -5.7109,-2.084 60.81118,60.81118 0 0 1 -5.4726,-2.6445 60.81118,60.81118 0 0 1 -5.1817,-3.1758 60.81118,60.81118 0 0 1 -4.8398,-3.6797 60.81118,60.81118 0 0 1 -4.4473,-4.1426 60.81118,60.81118 0 0 1 -4.0117,-4.5664 60.81118,60.81118 0 0 1 -3.5352,-4.9453 60.81118,60.81118 0 0 1 -3.0254,-5.2734 60.81118,60.81118 0 0 1 -2.4824,-5.5469 60.81118,60.81118 0 0 1 -1.918,-5.7695 60.81118,60.81118 0 0 1 -1.33,-5.92966 60.81118,60.81118 0 0 1 -0.7325,-6.0352 60.81118,60.81118 0 0 1 -0.1523,-4.3008 60.81118,60.81118 0 0 1 0.3027,-6.0723 60.81118,60.81118 0 0 1 0.9082,-6.0097 60.81118,60.81118 0 0 1 1.5039,-5.8887 60.81118,60.81118 0 0 1 2.086,-5.7109 60.81118,60.81118 0 0 1 2.6426,-5.4727 60.81118,60.81118 0 0 1 3.1777,-5.1836 60.81118,60.81118 0 0 1 3.6777,-4.8379 60.81118,60.81118 0 0 1 4.1446,-4.4472 60.81118,60.81118 0 0 1 4.5664,-4.0137 60.81118,60.81118 0 0 1 4.9453,-3.5352 60.81118,60.81118 0 0 1 5.2715,-3.0234 60.81118,60.81118 0 0 1 5.5488,-2.4844 60.81118,60.81118 0 0 1 5.7676,-1.916 60.81118,60.81118 0 0 1 5.9316,-1.332 60.81118,60.81118 0 0 1 6.0352,-0.7325 60.81118,60.81118 0 0 1 4.3007,-0.1523 z"
                    id="path24985"
                    inkscape:connector-curvature="0"/>
                <path
                    style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                    d="m 1198.5444,905.07092 a 83.438599,83.438599 0 0 0 -79.1953,83.22656 83.438599,83.438599 0 0 0 79.1953,83.28702 l 0,-22.6894 a 60.81118,60.81118 0 0 1 -1.8261,-0.092 60.81118,60.81118 0 0 1 -6.0117,-0.9082 60.81118,60.81118 0 0 1 -5.8887,-1.5039 60.81118,60.81118 0 0 1 -5.711,-2.084 60.81118,60.81118 0 0 1 -5.4726,-2.6445 60.81118,60.81118 0 0 1 -5.1817,-3.1758 60.81118,60.81118 0 0 1 -4.8398,-3.6797 60.81118,60.81118 0 0 1 -4.4473,-4.1426 60.81118,60.81118 0 0 1 -4.0117,-4.5664 60.81118,60.81118 0 0 1 -3.5351,-4.9453 60.81118,60.81118 0 0 1 -3.0254,-5.2734 60.81118,60.81118 0 0 1 -2.4824,-5.5469 60.81118,60.81118 0 0 1 -1.918,-5.7695 60.81118,60.81118 0 0 1 -1.3301,-5.92965 60.81118,60.81118 0 0 1 -0.7324,-6.03519 60.81118,60.81118 0 0 1 -0.1524,-4.30078 60.81118,60.81118 0 0 1 0.3028,-6.07227 60.81118,60.81118 0 0 1 0.9082,-6.00976 60.81118,60.81118 0 0 1 1.5039,-5.88868 60.81118,60.81118 0 0 1 2.0859,-5.71093 60.81118,60.81118 0 0 1 2.6426,-5.47266 60.81118,60.81118 0 0 1 3.1777,-5.18359 60.81118,60.81118 0 0 1 3.6778,-4.83789 60.81118,60.81118 0 0 1 4.1445,-4.44727 60.81118,60.81118 0 0 1 4.5664,-4.01367 60.81118,60.81118 0 0 1 4.9453,-3.53516 60.81118,60.81118 0 0 1 5.2715,-3.02343 60.81118,60.81118 0 0 1 5.5488,-2.48438 60.81118,60.81118 0 0 1 5.7676,-1.91602 60.81118,60.81118 0 0 1 5.9316,-1.33203 60.81118,60.81118 0 0 1 6.0352,-0.73242 60.81118,60.81118 0 0 1 0.057,-0.002 l 0,-22.56445 z"
                    id="path25002"
                    inkscape:connector-curvature="0"/>
            </g>
        </symbol>
        <symbol id="error_notification" inkscape:label="error notification">
            <desc id="desc34977">Error Motification</desc>
            <title id="title34802">error notification</title>
            <path
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.29775563px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 831.21034,113.90632 c 107.76247,-0.39383 535.57136,-0.0447 643.33786,0 l 0,136.38296 -644.32052,0 c 0.32757,-7.43488 0.65508,-128.94807 0.98266,-136.38296 z"
                id="path24245"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
            <path
                inkscape:connector-curvature="0"
                d="m 880.61521,163.67558 -4.81299,4.81293 14.38521,14.38517 -14.38521,14.38459 4.81299,4.81293 14.38458,-14.38517 14.38514,14.38517 4.81292,-4.81293 -14.38459,-14.38459 14.38459,-14.38517 -4.81292,-4.81293 -14.38514,14.38458 -14.38458,-14.38458 z m 56.05146,18.32952 A 41.666667,41.666667 0 0 1 895,223.67177 41.666667,41.666667 0 0 1 853.33333,182.0051 41.666667,41.666667 0 0 1 895,140.33843 41.666667,41.666667 0 0 1 936.66667,182.0051 Z"
                style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:22.79999924;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
                id="path24258"/>
        </symbol>
        <symbol id="success_notification" inkscape:label="success notification">
            <desc id="desc35531">Success Notification</desc>
            <title id="title35351">success notification</title>
            <path
                sodipodi:nodetypes="ccccc"
                inkscape:connector-curvature="0"
                id="path24275"
                d="m 831.21034,280.57299 c 107.76247,-0.39383 535.57136,-0.0447 643.33786,0 l 0,136.38296 -644.32052,0 c 0.32757,-7.43488 0.65508,-128.94807 0.98266,-136.38296 z"
                style="fill:#eeeeec;fill-rule:evenodd;stroke:#000000;stroke-width:0.29775563px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
            <path
                inkscape:connector-curvature="0"
                d="m 911.11864,324.32686 -18.97011,32.85682 -14.32517,-14.32518 -4.70293,4.70293 20.4538,20.45525 23.30533,-40.36453 -5.76092,-3.32529 z m 25.54803,21.84491 c 0,23.01187 -18.6548,41.66667 -41.66667,41.66667 -23.01187,0 -41.66667,-18.6548 -41.66667,-41.66667 0,-23.01187 18.6548,-41.66667 41.66667,-41.66667 23.01187,0 41.66667,18.6548 41.66667,41.66667 z"
                style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:9.1850338;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
                id="path24264"/>
        </symbol>
        <symbol id="panel" inkscape:label="panel">
            <desc id="desc36100">Panel</desc>
            <title id="title35915">panel</title>
            <path
                style="fill:#f4f4f4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.53151816px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 76.809437,1047.6228 c 160.559823,-1.3367 797.970253,-0.1522 958.535863,0 l 0,462.8838 -959.999961,0 c 0.488066,-25.234 0.976033,-437.6498 1.464098,-462.8838 z"
                id="path24960"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="ccccc"/>
            <path
                sodipodi:nodetypes="ccccc"
                inkscape:connector-curvature="0"
                id="path24962"
                d="m 76.809437,1046.9004 c 160.559823,0.1975 797.970253,0.023 958.535863,0 l 0,-68.3938 -959.999961,0 c 0.488066,3.72847 0.976033,64.6654 1.464098,68.3938 z"
                style="fill:#d3d7cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.53151816px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
        </symbol>
        <symbol id="calendar" inkscape:label="calendar">
            <desc id="desc36887">Calendar</desc>
            <title id="title36663">calendar</title>
            <path
                style="fill:#888a85;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.37067887px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
                d="m 1172.6443,990.3602 c 10.4531,-0.13155 112.2624,-0.23043 112.2624,-0.23043 l 12.5463,-13.4894 14.0467,13.62052 c 0,0 100.3098,0.0843 110.7633,0.0993 l 0,182.22641 -250,0 c 0.1271,-9.934 0.2541,-172.2924 0.3813,-182.22641 z"
                id="path25008"
                inkscape:connector-curvature="0"
                sodipodi:nodetypes="cccccccc"/>
            <g style="fill:#eeeeec" id="g25140">
                <g id="g25102" style="fill:#eeeeec">
                    <g transform="translate(0,12)" id="g25066" style="fill:#eeeeec">
                        <path
                            id="rect25010"
                            d="m 1180.3871,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25012"
                            d="m 1214.0537,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25014"
                            d="m 1247.7205,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25016"
                            d="m 1281.3871,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25018"
                            d="m 1315.0537,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25020"
                            d="m 1348.7205,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25022"
                            d="m 1382.3871,1034.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                    </g>
                    <g transform="translate(0,1.3333359)" id="g25093" style="fill:#eeeeec">
                        <path
                            id="rect25024"
                            d="m 1180.3871,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25026"
                            d="m 1214.0537,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25028"
                            d="m 1247.7205,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25030"
                            d="m 1281.3871,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25032"
                            d="m 1315.0537,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25034"
                            d="m 1348.7205,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25036"
                            d="m 1382.3871,1075.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                    </g>
                    <g transform="translate(0,12.666672)" id="g25075" style="fill:#eeeeec">
                        <path
                            id="rect25038"
                            d="m 1180.3871,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25040"
                            d="m 1214.0537,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25042"
                            d="m 1247.7205,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25044"
                            d="m 1281.3871,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25046"
                            d="m 1315.0537,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25048"
                            d="m 1348.7205,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25050"
                            d="m 1382.3871,1094.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                    </g>
                    <g transform="translate(0,12)" id="g25084" style="fill:#eeeeec">
                        <path
                            id="rect25052"
                            d="m 1180.3871,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25054"
                            d="m 1214.0537,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25056"
                            d="m 1247.7205,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25058"
                            d="m 1281.3871,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25060"
                            d="m 1315.0537,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25062"
                            d="m 1348.7205,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                        <path
                            id="rect25064"
                            d="m 1382.3871,1125.5555 30,0 0,26.4445 -30,0 z"
                            style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                            inkscape:connector-curvature="0"/>
                    </g>
                </g>
                <path
                    id="rect25136"
                    d="m 1180.0049,1005 232.7645,0 0,36 -232.7645,0 z"
                    style="opacity:1;fill:#eeeeec;fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
                    inkscape:connector-curvature="0"/>
            </g>
        </symbol>
    </defs>
    <sodipodi:namedview
        id="base"
        pagecolor="#ffffff"
        bordercolor="#666666"
        borderopacity="1.0"
        inkscape:pageopacity="0.0"
        inkscape:pageshadow="2"
        inkscape:zoom="0.35355339"
        inkscape:cx="608.16353"
        inkscape:cy="526.94193"
        inkscape:current-layer="layer1"
        inkscape:document-units="px"
        showgrid="false"
        inkscape:window-width="1680"
        inkscape:window-height="994"
        inkscape:window-x="1366"
        inkscape:window-y="30"
        inkscape:window-maximized="1"/>
    <metadata id="metadata13798">
        <rdf:RDF>
            <cc:Work rdf:about="">
                <dc:format>image/svg+xml</dc:format>
                <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
                <dc:title>Humble UI</dc:title>
                <dc:date>04 Mar 2015</dc:date>
                <dc:creator>
                    <cc:Agent>
                        <dc:title>Xaviju</dc:title>
                    </cc:Agent>
                </dc:creator>
                <dc:rights>
                    <cc:Agent>
                        <dc:title>http://creativecommons.org/licenses/by/3.0/</dc:title>
                    </cc:Agent>
                </dc:rights>
                <dc:publisher>
                    <cc:Agent>
                        <dc:title>Xaviju</dc:title>
                    </cc:Agent>
                </dc:publisher>
                <dc:language>English</dc:language>
                <dc:subject>
                    <rdf:Bag>
                        <rdf:li>UX</rdf:li>
                        <rdf:li>symbol</rdf:li>
                        <rdf:li>set</rdf:li>
                    </rdf:Bag>
                </dc:subject>
                <dc:description>A simple UI symbol set for UX designers</dc:description>
                <cc:license rdf:resource="http://creativecommons.org/licenses/by/3.0/"/>
            </cc:Work>
            <cc:License rdf:about="http://creativecommons.org/licenses/by/3.0/">
                <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
                <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
                <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/>
                <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
                <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
            </cc:License>
        </rdf:RDF>
    </metadata>
</svg>