~gnuoy/charms/trusty/cinder/keystoneauth

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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   sodipodi:docname="openstack-cinder.svg"
   inkscape:version="0.48+devel r12591"
   version="1.1"
   id="svg6517"
   height="96"
   width="96">
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="2.0861625"
     inkscape:cx="100.56201"
     inkscape:cy="47.468164"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     fit-margin-top="0"
     fit-margin-left="0"
     fit-margin-right="0"
     fit-margin-bottom="0"
     inkscape:window-width="1920"
     inkscape:window-height="1029"
     inkscape:window-x="0"
     inkscape:window-y="24"
     inkscape:window-maximized="1"
     showborder="true"
     showguides="false"
     inkscape:guide-bbox="true"
     inkscape:showpageshadow="false"
     inkscape:snap-global="true"
     inkscape:snap-bbox="true"
     inkscape:bbox-paths="true"
     inkscape:bbox-nodes="true"
     inkscape:snap-bbox-edge-midpoints="true"
     inkscape:snap-bbox-midpoints="true"
     inkscape:object-paths="true"
     inkscape:snap-intersection-paths="true"
     inkscape:object-nodes="true"
     inkscape:snap-smooth-nodes="true"
     inkscape:snap-midpoints="true"
     inkscape:snap-object-midpoints="true"
     inkscape:snap-center="true"
     inkscape:snap-grids="false"
     inkscape:snap-nodes="true"
     inkscape:snap-others="false">
    <inkscape:grid
       id="grid821"
       type="xygrid" />
    <sodipodi:guide
       id="guide823"
       position="18.34962,45.78585"
       orientation="1,0" />
    <sodipodi:guide
       id="guide827"
       position="78.02001,46.32673"
       orientation="1,0" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4184"
       position="65.586619,19.307"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4188"
       position="62.756032,71.583147"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4190"
       position="47.812194,78.049658"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       id="guide4194"
       position="25.60516,42.21665"
       orientation="1,0" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4202"
       position="25.60516,42.070975"
       orientation="-0.087155743,0.9961947" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4204"
       position="25.60516,42.070975"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4242"
       position="51.81985,44.36226"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4252"
       position="73.5625,75.210937"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       inkscape:color="rgb(140,140,240)"
       id="guide4254"
       position="18.34962,75.472017"
       orientation="-0.70710678,-0.70710678" />
    <sodipodi:guide
       inkscape:label=""
       id="guide4288"
       position="21.871042,21.577512"
       orientation="-0.70710678,-0.70710678" />
  </sodipodi:namedview>
  <defs
     id="defs6519">
    <filter
       id="filter1121"
       inkscape:label="Inner Shadow"
       style="color-interpolation-filters:sRGB;">
      <feFlood
         id="feFlood1123"
         result="flood"
         flood-color="rgb(0,0,0)"
         flood-opacity="0.59999999999999998" />
      <feComposite
         id="feComposite1125"
         result="composite1"
         operator="out"
         in2="SourceGraphic"
         in="flood" />
      <feGaussianBlur
         id="feGaussianBlur1127"
         result="blur"
         stdDeviation="1"
         in="composite1" />
      <feOffset
         id="feOffset1129"
         result="offset"
         dy="2"
         dx="0" />
      <feComposite
         id="feComposite1131"
         result="composite2"
         operator="atop"
         in2="SourceGraphic"
         in="offset" />
    </filter>
    <filter
       id="filter950"
       inkscape:label="Drop Shadow"
       style="color-interpolation-filters:sRGB;">
      <feFlood
         id="feFlood952"
         result="flood"
         flood-color="rgb(0,0,0)"
         flood-opacity="0.25" />
      <feComposite
         id="feComposite954"
         result="composite1"
         operator="in"
         in2="SourceGraphic"
         in="flood" />
      <feGaussianBlur
         id="feGaussianBlur956"
         result="blur"
         stdDeviation="1"
         in="composite1" />
      <feOffset
         id="feOffset958"
         result="offset"
         dy="1"
         dx="0" />
      <feComposite
         id="feComposite960"
         result="composite2"
         operator="over"
         in2="offset"
         in="SourceGraphic" />
    </filter>
    <filter
       inkscape:label="Badge Shadow"
       id="filter891"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur893"
         stdDeviation="0.71999962"
         inkscape:collect="always" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter3831">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.86309522"
         id="feGaussianBlur3833" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter3868"
       x="-0.17186206"
       width="1.3437241"
       y="-0.1643077"
       height="1.3286154">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="0.62628186"
         id="feGaussianBlur3870" />
    </filter>
    <linearGradient
       id="linearGradient4328"
       inkscape:collect="always">
      <stop
         id="stop4330"
         offset="0"
         style="stop-color:#871f1c;stop-opacity:1;" />
      <stop
         id="stop4332"
         offset="1"
         style="stop-color:#651715;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="linearGradient902"
       inkscape:collect="always">
      <stop
         id="stop904"
         offset="0"
         style="stop-color:#cccccc;stop-opacity:1" />
      <stop
         id="stop906"
         offset="1"
         style="stop-color:#e6e6e6;stop-opacity:1" />
    </linearGradient>
    <linearGradient
       id="Background">
      <stop
         style="stop-color:#22779e;stop-opacity:1"
         offset="0"
         id="stop4178" />
      <stop
         style="stop-color:#2991c0;stop-opacity:1"
         offset="1"
         id="stop4180" />
    </linearGradient>
    <clipPath
       id="clipPath873"
       clipPathUnits="userSpaceOnUse">
      <g
         style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline"
         inkscape:label="Layer 1"
         id="g875"
         transform="matrix(0,-0.66666667,0.66604479,0,-258.25992,677.00001)">
        <path
           sodipodi:nodetypes="sssssssss"
           inkscape:connector-curvature="0"
           id="path877"
           d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 L 0,944.92583 C 0,904.06497 5.8378378,898.22775 46.702703,898.22775 Z"
           style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline" />
      </g>
    </clipPath>
    <style
       type="text/css"
       id="style867">
    .fil0 {fill:#1F1A17}
   </style>
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="635.29077"
       x2="-220"
       y1="731.29077"
       x1="-220"
       id="linearGradient908"
       xlink:href="#linearGradient902"
       inkscape:collect="always" />
    <clipPath
       id="clipPath16">
      <path
         d="m -9,-9 614,0 0,231 -614,0 0,-231 z"
         id="path18" />
    </clipPath>
    <clipPath
       id="clipPath116">
      <path
         d="m 91.7368,146.3253 -9.7039,-1.577 -8.8548,-3.8814 -7.5206,-4.7308 -7.1566,-8.7335 -4.0431,-4.282 -3.9093,-1.4409 -1.034,2.5271 1.8079,2.6096 0.4062,3.6802 1.211,-0.0488 1.3232,-1.2069 -0.3569,3.7488 -1.4667,0.9839 0.0445,1.4286 -3.4744,-1.9655 -3.1462,-3.712 -0.6559,-3.3176 1.3453,-2.6567 1.2549,-4.5133 2.5521,-1.2084 2.6847,0.1318 2.5455,1.4791 -1.698,-8.6122 1.698,-9.5825 -1.8692,-4.4246 -6.1223,-6.5965 1.0885,-3.941 2.9002,-4.5669 5.4688,-3.8486 2.9007,-0.3969 3.225,-0.1094 -2.012,-8.2601 7.3993,-3.0326 9.2188,-1.2129 3.1535,2.0619 0.2427,5.5797 3.5178,5.8224 0.2426,4.6094 8.4909,-0.6066 7.8843,0.7279 -7.8843,-4.7307 1.3343,-5.701 4.9731,-7.763 4.8521,-2.0622 3.8814,1.5769 1.577,3.1538 8.1269,6.1861 1.5769,-1.3343 12.7363,-0.485 2.5473,2.0619 0.2426,3.6391 -0.849,1.5767 -0.6066,9.8251 -4.2454,8.4909 0.7276,3.7605 2.5475,-1.3343 7.1566,-6.6716 3.5175,-0.2424 3.8815,1.5769 3.8818,2.9109 1.9406,6.3077 11.4021,-0.7277 6.914,2.6686 5.5797,5.2157 4.0028,7.5206 0.9706,8.8546 -0.8493,10.3105 -2.1832,9.2185 -2.1836,2.9112 -3.0322,0.9706 -5.3373,-5.8224 -4.8518,-1.6982 -4.2455,7.0353 -4.2454,3.8815 -2.3049,1.4556 -9.2185,7.6419 -7.3993,4.0028 -7.3993,0.6066 -8.6119,-1.4556 -7.5206,-2.7899 -5.2158,-4.2454 -4.1241,-4.9734 -4.2454,-1.2129"
         id="path118" />
    </clipPath>
    <clipPath
       id="clipPath128">
      <path
         d="m 91.7368,146.3253 -9.7039,-1.577 -8.8548,-3.8814 -7.5206,-4.7308 -7.1566,-8.7335 -4.0431,-4.282 -3.9093,-1.4409 -1.034,2.5271 1.8079,2.6096 0.4062,3.6802 1.211,-0.0488 1.3232,-1.2069 -0.3569,3.7488 -1.4667,0.9839 0.0445,1.4286 -3.4744,-1.9655 -3.1462,-3.712 -0.6559,-3.3176 1.3453,-2.6567 1.2549,-4.5133 2.5521,-1.2084 2.6847,0.1318 2.5455,1.4791 -1.698,-8.6122 1.698,-9.5825 -1.8692,-4.4246 -6.1223,-6.5965 1.0885,-3.941 2.9002,-4.5669 5.4688,-3.8486 2.9007,-0.3969 3.225,-0.1094 -2.012,-8.2601 7.3993,-3.0326 9.2188,-1.2129 3.1535,2.0619 0.2427,5.5797 3.5178,5.8224 0.2426,4.6094 8.4909,-0.6066 7.8843,0.7279 -7.8843,-4.7307 1.3343,-5.701 4.9731,-7.763 4.8521,-2.0622 3.8814,1.5769 1.577,3.1538 8.1269,6.1861 1.5769,-1.3343 12.7363,-0.485 2.5473,2.0619 0.2426,3.6391 -0.849,1.5767 -0.6066,9.8251 -4.2454,8.4909 0.7276,3.7605 2.5475,-1.3343 7.1566,-6.6716 3.5175,-0.2424 3.8815,1.5769 3.8818,2.9109 1.9406,6.3077 11.4021,-0.7277 6.914,2.6686 5.5797,5.2157 4.0028,7.5206 0.9706,8.8546 -0.8493,10.3105 -2.1832,9.2185 -2.1836,2.9112 -3.0322,0.9706 -5.3373,-5.8224 -4.8518,-1.6982 -4.2455,7.0353 -4.2454,3.8815 -2.3049,1.4556 -9.2185,7.6419 -7.3993,4.0028 -7.3993,0.6066 -8.6119,-1.4556 -7.5206,-2.7899 -5.2158,-4.2454 -4.1241,-4.9734 -4.2454,-1.2129"
         id="path130" />
    </clipPath>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient3850">
      <stop
         style="stop-color:#000000;stop-opacity:1;"
         offset="0"
         id="stop3852" />
      <stop
         style="stop-color:#000000;stop-opacity:0;"
         offset="1"
         id="stop3854" />
    </linearGradient>
    <clipPath
       id="clipPath3095"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3097"
         d="m 976.648,389.551 -842.402,0 0,839.999 842.402,0 0,-839.999" />
    </clipPath>
    <clipPath
       id="clipPath3195"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3197"
         d="m 611.836,756.738 -106.34,105.207 c -8.473,8.289 -13.617,20.102 -13.598,33.379 L 598.301,790.207 c -0.031,-13.418 5.094,-25.031 13.535,-33.469" />
    </clipPath>
    <clipPath
       id="clipPath3235"
       clipPathUnits="userSpaceOnUse">
      <path
         inkscape:connector-curvature="0"
         id="path3237"
         d="m 1095.64,1501.81 c 35.46,-35.07 70.89,-70.11 106.35,-105.17 4.4,-4.38 7.11,-10.53 7.11,-17.55 l -106.37,105.21 c 0,7 -2.71,13.11 -7.09,17.51" />
    </clipPath>
    <linearGradient
       inkscape:collect="always"
       id="linearGradient4389">
      <stop
         style="stop-color:#871f1c;stop-opacity:1"
         offset="0"
         id="stop4391" />
      <stop
         style="stop-color:#c42e24;stop-opacity:1"
         offset="1"
         id="stop4393" />
    </linearGradient>
    <clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath4591">
      <path
         id="path4593"
         style="fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m 1106.6009,730.43734 -0.036,21.648 c -0.01,3.50825 -2.8675,6.61375 -6.4037,6.92525 l -83.6503,7.33162 c -3.5205,0.30763 -6.3812,-2.29987 -6.3671,-5.8145 l 0.036,-21.6475 20.1171,-1.76662 -0.011,4.63775 c 0,1.83937 1.4844,3.19925 3.3262,3.0395 l 49.5274,-4.33975 c 1.8425,-0.166 3.3425,-1.78125 3.3538,-3.626 l 0.01,-4.63025 20.1,-1.7575"
         inkscape:connector-curvature="0" />
    </clipPath>
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="radialGradient3856"
       cx="-26.508606"
       cy="93.399292"
       fx="-26.508606"
       fy="93.399292"
       r="20.40658"
       gradientTransform="matrix(-1.4333926,-2.2742838,1.1731823,-0.73941125,-174.08025,98.374394)"
       gradientUnits="userSpaceOnUse" />
    <filter
       inkscape:collect="always"
       id="filter3885">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="5.7442192"
         id="feGaussianBlur3887" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="linearGradient3895"
       x1="348.20132"
       y1="593.11615"
       x2="-51.879555"
       y2="993.19702"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-318.48033,212.32022)" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="radialGradient3902"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(-1.4333926,-2.2742838,1.1731823,-0.73941125,-174.08025,98.374394)"
       cx="-26.508606"
       cy="93.399292"
       fx="-26.508606"
       fy="93.399292"
       r="20.40658" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient3850"
       id="linearGradient3904"
       gradientUnits="userSpaceOnUse"
       gradientTransform="translate(-318.48033,212.32022)"
       x1="348.20132"
       y1="593.11615"
       x2="-51.879555"
       y2="993.19702" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="23.383789"
       x2="25.217773"
       y1="27.095703"
       x1="21.505859"
       id="linearGradient4318"
       xlink:href="#linearGradient4389"
       inkscape:collect="always" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="20.884073"
       x2="71.960243"
       y1="20.041777"
       x1="72.802544"
       id="linearGradient4326"
       xlink:href="#linearGradient4389"
       inkscape:collect="always" />
    <linearGradient
       gradientUnits="userSpaceOnUse"
       y2="74.246689"
       x2="21.69179"
       y1="73.643555"
       x1="22.294922"
       id="linearGradient4334"
       xlink:href="#linearGradient4328"
       inkscape:collect="always" />
  </defs>
  <metadata
     id="metadata6522">
    <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></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     style="display:inline"
     transform="translate(268,-635.29076)"
     id="layer1"
     inkscape:groupmode="layer"
     inkscape:label="BACKGROUND">
    <path
       sodipodi:nodetypes="sssssssss"
       inkscape:connector-curvature="0"
       id="path6455"
       d="m -268,700.15563 0,-33.72973 c 0,-27.24324 3.88785,-31.13513 31.10302,-31.13513 l 33.79408,0 c 27.21507,0 31.1029,3.89189 31.1029,31.13513 l 0,33.72973 c 0,27.24325 -3.88783,31.13514 -31.1029,31.13514 l -33.79408,0 C -264.11215,731.29077 -268,727.39888 -268,700.15563 Z"
       style="fill:url(#linearGradient908);fill-opacity:1;stroke:none;display:inline;filter:url(#filter1121)" />
    <g
       id="g4336">
      <g
         transform="matrix(0.06790711,0,0,-0.06790711,-239.0411,765.68623)"
         id="g3897"
         xml:space="default">
        <path
           inkscape:connector-curvature="0"
           style="opacity:0.7;color:#000000;fill:url(#radialGradient3902);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3831);enable-background:accumulate"
           d="m -48.09375,67.8125 c -0.873996,-0.0028 -2.089735,0.01993 -3.40625,0.09375 -2.633031,0.147647 -5.700107,0.471759 -7.78125,1.53125 a 1.0001,1.0001 0 0 0 -0.25,1.59375 L -38.8125,92.375 a 1.0001,1.0001 0 0 0 0.84375,0.3125 L -24,90.5625 a 1.0001,1.0001 0 0 0 0.53125,-1.71875 L -46.0625,68.125 a 1.0001,1.0001 0 0 0 -0.625,-0.28125 c 0,0 -0.532254,-0.02842 -1.40625,-0.03125 z"
           transform="matrix(10.616011,0,0,-10.616011,357.98166,1725.8152)"
           id="path3821"
           xml:space="default" />
        <path
           style="opacity:0.6;color:#000000;fill:none;stroke:#000000;stroke-width:2.77429962;stroke-linecap:round;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3868);enable-background:accumulate"
           d="m -15.782705,81.725197 8.7458304,9.147937"
           id="path3858"
           inkscape:connector-curvature="0"
           transform="matrix(10.616011,0,0,-10.616011,39.50133,1725.8152)"
           xml:space="default" />
        <path
           style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.3;color:#000000;fill:url(#linearGradient3904);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3885);enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
           d="m -95.18931,981.03569 a 10.617073,10.617073 0 0 1 -0.995251,-0.3318 l -42.795789,-5.308 a 10.617073,10.617073 0 0 1 -6.30326,-17.9145 L -4.2897203,812.5065 a 10.617073,10.617073 0 0 1 8.95726,-3.3175 l 49.0990503,7.63026 a 10.617073,10.617073 0 0 1 5.97151,17.91452 L -87.55905,978.04989 a 10.617073,10.617073 0 0 1 -7.63026,2.9858 z"
           id="path3874"
           inkscape:connector-curvature="0"
           xml:space="default" />
      </g>
      <path
         style="opacity:1;color:#000000;fill:#871f1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="M 20.697266 20.515625 C 19.336871 21.10204 18.348875 22.456253 18.345703 23.970703 L 18.345703 24 C 18.345703 23.9808 18.353156 23.962559 18.353516 23.943359 L 18.353516 28.300781 L 18.353516 35.341797 L 21.425781 38.349609 L 18.353516 38.625 L 18.353516 55.039062 L 21.425781 58.046875 L 18.353516 58.322266 L 18.353516 55.039062 L 18.345703 24.0625 L 18.353516 69.601562 C 18.349848 70.477025 18.685456 71.239319 19.222656 71.802734 L 19.212891 71.8125 L 19.357422 71.955078 C 19.360505 71.957909 19.364093 71.960073 19.367188 71.962891 L 26.660156 79.126953 L 33.458984 71.771484 L 21.814453 72.791016 C 21.791653 72.793016 21.770747 72.789016 21.748047 72.791016 L 33.488281 71.738281 L 67.492188 68.685547 C 67.874994 68.651208 68.237746 68.545454 68.578125 68.394531 L 55.199219 55.015625 L 25.611328 57.671875 L 25.611328 54.388672 L 52.1875 52.003906 L 37.123047 36.941406 L 25.611328 37.974609 L 25.611328 34.691406 L 34.111328 33.927734 L 20.697266 20.515625 z "
         transform="translate(-268,635.29076)"
         id="path4308" />
      <path
         style="color:#000000;fill:#c42e24;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m -200.67969,651.54467 -45.49804,3.95898 c -0.39583,0.0351 -0.7701,0.14975 -1.125,0.30273 l 13.41406,13.41211 36.65625,-3.28711 0.01,0.74415 6.45508,-6.98633 -7.33984,-7.21875 -0.008,0.01 c -0.63301,-0.64671 -1.5421,-1.01814 -2.56446,-0.93554 z m -39,3.42382 -6.67187,0.59766 c 0.0594,-0.008 0.11568,-0.0282 0.17578,-0.0332 z m 42.44727,14.2461 -33.64453,3.01758 15.06445,15.0625 18.57813,-1.66602 0.002,-2.13672 0,-14.27734 z m -0.002,19.69531 -15.56641,1.39648 13.37891,13.37891 c 0.053,-0.0235 0.10451,-0.0502 0.15625,-0.0762 1.19087,-0.65347 2.02247,-1.91423 2.02539,-3.30274 l 0.006,-11.39648 z"
         id="path4233"
         inkscape:connector-curvature="0"
         xml:space="default"
         sodipodi:nodetypes="ccccccccccccccccccccccccccccc" />
      <path
         style="fill:#df4438;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -193.41992,658.68199 -39.00195,3.39453 -6.66993,0.59766 c -1.81216,0.25153 -3.26311,1.84158 -3.29687,3.66797 l 0,11.39843 52.41406,-4.70117 0,-11.34375 c -0.0805,-1.83267 -1.58243,-3.16418 -3.44531,-3.01367 z"
         id="path4674" />
      <path
         style="fill:#dd3b2f;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -189.97461,676.32262 -52.41406,4.70117 0,16.41406 52.41406,-4.70117 0,-16.41406 z"
         id="path4672" />
      <path
         style="fill:#d93023;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -189.97461,696.01793 -52.41406,4.70312 0.002,11.3086 c -0.008,1.88995 1.51656,3.29383 3.40235,3.16015 l 45.73437,-4.10547 c 0.66788,-0.0599 1.28587,-0.3155 1.80273,-0.70312 0.88331,-0.70488 1.46437,-1.77799 1.4668,-2.9375 l 0.006,-11.42578 z"
         id="path4670" />
      <path
         style="fill:#d93023;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -191.44727,710.38121 c -0.0994,0.0793 -0.20788,0.14708 -0.31445,0.2168 0.10723,-0.0697 0.21469,-0.13718 0.31445,-0.2168 z"
         id="path4668" />
      <path
         style="fill:#d93023;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -191.96484,710.72496 c -0.0984,0.0562 -0.19952,0.10691 -0.30274,0.1543 0.10395,-0.0471 0.20372,-0.0983 0.30274,-0.1543 z"
         id="path4666" />
      <path
         style="fill:#d93023;fill-opacity:1;fill-rule:nonzero;stroke:none"
         d="m -192.58594,711.00426 c -0.082,0.0289 -0.1637,0.0589 -0.24804,0.082 0.0849,-0.0229 0.16545,-0.0534 0.24804,-0.082 z"
         id="path4633" />
      <rect
         xml:space="default"
         y="648.49109"
         x="-258.70667"
         height="69.20665"
         width="69.20665"
         id="rect3585-3"
         style="opacity:0.8;color:#000000;fill:none;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4318);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.25;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif"
         d="M 22.029297 20.195312 L 21.822266 20.212891 C 19.919838 20.381715 18.370776 22.043134 18.349609 23.939453 L 24.662109 30.251953 L 25.605469 31.195312 L 25.605469 31.103516 C 25.609469 29.193966 27.168951 27.515473 29.082031 27.345703 L 29.171875 27.337891 L 28.373047 26.539062 L 22.029297 20.195312 z "
         transform="translate(-268,635.29076)"
         id="path4256" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:0.5;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4326);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif;stroke-miterlimit:4;stroke-dasharray:none"
         d="M 67.330078 16.253906 L 68.03125 16.955078 L 74.472656 23.396484 L 74.580078 23.386719 C 75.531927 23.309814 76.390588 23.620657 77.015625 24.185547 L 69.892578 17.179688 L 69.884766 17.189453 C 69.253843 16.544862 68.348328 16.174551 67.330078 16.253906 z M 77.054688 24.222656 C 77.115589 24.279686 77.164628 24.348282 77.220703 24.410156 L 77.232422 24.398438 L 77.054688 24.222656 z "
         transform="translate(-268,635.29076)"
         id="path4272" />
      <path
         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;opacity:1;color:#000000;color-interpolation:sRGB;color-interpolation-filters:sRGB;fill:url(#linearGradient4334);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.7;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;clip-rule:nonzero;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;font-family:sans-serif;-inkscape-font-specification:sans-serif;stroke-miterlimit:4;stroke-dasharray:none"
         d="M 18.363281 69.712891 C 18.387957 70.540342 18.709001 71.264013 19.222656 71.802734 L 19.212891 71.8125 L 19.357422 71.955078 C 19.360505 71.957909 19.364093 71.960073 19.367188 71.962891 L 26.599609 79.068359 C 26.044831 78.550125 25.698241 77.821152 25.638672 76.988281 L 18.951172 70.298828 L 18.363281 69.712891 z M 26.636719 79.103516 L 26.660156 79.126953 L 26.664062 79.123047 C 26.655656 79.11562 26.645042 79.111033 26.636719 79.103516 z "
         transform="translate(-268,635.29076)"
         id="path4290" />
      <path
         style="color:#000000;fill:#871f1c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
         d="m 75.006338,38.020624 -45.602041,4.088751 0,3.283203 48.615713,-4.360235 z m 0.002,19.69531 -45.603995,4.090707 0,3.283203 48.615713,-4.362191 z m 1.026864,17.71766 c -0.09902,0.056 -0.198784,0.107197 -0.302734,0.154297 0.10322,-0.04739 0.204334,-0.0981 0.302734,-0.154297 z m -0.621094,0.279297 c -0.08259,0.0286 -0.163146,0.05913 -0.248046,0.08203 0.08434,-0.0231 0.166047,-0.05313 0.248046,-0.08203 z"
         transform="translate(-268,635.29076)"
         id="path4656"
         inkscape:connector-curvature="0"
         sodipodi:nodetypes="cccccccccccccccc" />
      <path
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;opacity:0.3"
         d="M 74.580078 23.390625 L 35.578125 26.785156 L 28.908203 27.382812 C 27.096043 27.634343 25.645088 29.224391 25.611328 31.050781 L 25.611328 31.25 C 25.645088 29.42361 27.096043 27.833561 28.908203 27.582031 L 35.578125 26.984375 L 74.580078 23.589844 C 76.442958 23.439334 77.944891 24.770846 78.025391 26.603516 L 78.025391 26.404297 C 77.944891 24.571627 76.442958 23.240115 74.580078 23.390625 z M 78.025391 41.03125 L 25.611328 45.732422 L 25.611328 45.931641 L 78.025391 41.230469 L 78.025391 41.03125 z M 78.025391 60.726562 L 25.611328 65.429688 L 25.611328 65.628906 L 78.025391 60.925781 L 78.025391 60.726562 z "
         transform="translate(-268,635.29076)"
         id="path4676" />
    </g>
  </g>
  <g
     style="display:inline"
     inkscape:label="PLACE YOUR PICTOGRAM HERE"
     id="layer3"
     inkscape:groupmode="layer" />
  <g
     sodipodi:insensitive="true"
     style="display:none"
     inkscape:label="BADGE"
     id="layer2"
     inkscape:groupmode="layer">
    <g
       clip-path="none"
       id="g4394"
       transform="translate(-340.00001,-581)"
       style="display:inline">
      <g
         id="g855">
        <g
           style="opacity:0.6;filter:url(#filter891)"
           clip-path="url(#clipPath873)"
           id="g870"
           inkscape:groupmode="maskhelper">
          <path
             sodipodi:type="arc"
             style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path844"
             sodipodi:cx="252"
             sodipodi:cy="552.36218"
             sodipodi:rx="12"
             sodipodi:ry="12"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-237.54282)" />
        </g>
        <g
           id="g862">
          <path
             transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-238.54282)"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             sodipodi:ry="12"
             sodipodi:rx="12"
             sodipodi:cy="552.36218"
             sodipodi:cx="252"
             id="path4398"
             style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             sodipodi:type="arc" />
          <path
             sodipodi:type="arc"
             style="color:#000000;fill:#dd4814;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             id="path4400"
             sodipodi:cx="252"
             sodipodi:cy="552.36218"
             sodipodi:rx="12"
             sodipodi:ry="12"
             d="m 264,552.36218 c 0,6.62742 -5.37258,12 -12,12 -6.62742,0 -12,-5.37258 -12,-12 0,-6.62741 5.37258,-12 12,-12 6.62742,0 12,5.37259 12,12 z"
             transform="matrix(1.25,0,0,1.25,33,-100.45273)" />
          <path
             transform="matrix(1.511423,-0.16366377,0.16366377,1.511423,-755.37346,-191.93651)"
             d="m 669.8173,595.77657 c -0.39132,0.22593 -3.62645,-1.90343 -4.07583,-1.95066 -0.44938,-0.0472 -4.05653,1.36297 -4.39232,1.06062 -0.3358,-0.30235 0.68963,-4.03715 0.59569,-4.47913 -0.0939,-0.44198 -2.5498,-3.43681 -2.36602,-3.8496 0.18379,-0.41279 4.05267,-0.59166 4.44398,-0.81759 0.39132,-0.22593 2.48067,-3.48704 2.93005,-3.4398 0.44938,0.0472 1.81505,3.67147 2.15084,3.97382 0.3358,0.30236 4.08294,1.2817 4.17689,1.72369 0.0939,0.44198 -2.9309,2.86076 -3.11469,3.27355 -0.18379,0.41279 0.0427,4.27917 -0.34859,4.5051 z"
             inkscape:randomized="0"
             inkscape:rounded="0.1"
             inkscape:flatsided="false"
             sodipodi:arg2="1.6755161"
             sodipodi:arg1="1.0471976"
             sodipodi:r2="4.3458705"
             sodipodi:r1="7.2431178"
             sodipodi:cy="589.50385"
             sodipodi:cx="666.19574"
             sodipodi:sides="5"
             id="path4459"
             style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
             sodipodi:type="star" />
        </g>
      </g>
    </g>
  </g>
</svg>