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
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "20",
| "height": "20",
| "viewBox": "0 0 20 20",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Verified"
| },
| "children": [
| {
| "type": "element",
| "name": "mask",
| "attributes": {
| "id": "mask0_6296_109593",
| "style": "mask-type:alpha",
| "maskUnits": "userSpaceOnUse",
| "x": "0",
| "y": "0",
| "width": "20",
| "height": "20"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Mask"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M8.08817 1.62521C9.14394 0.569383 10.8558 0.569374 11.9116 1.62521L12.8128 2.52641C12.9819 2.69542 13.2111 2.79037 13.4501 2.79037H14.5059C15.9991 2.79037 17.2095 4.00082 17.2095 5.49398V6.54981C17.2095 6.78882 17.3045 7.01805 17.4735 7.18706L18.3747 8.08826C19.4305 9.1441 19.4305 10.8559 18.3747 11.9118L17.4735 12.813C17.3045 12.982 17.2095 13.2112 17.2095 13.4502V14.506C17.2095 15.9992 15.9991 17.2096 14.5059 17.2096H13.4501C13.2111 17.2096 12.9819 17.3046 12.8128 17.4736L11.9116 18.3748C10.8558 19.4306 9.14403 19.4306 8.08817 18.3748L7.18696 17.4736C7.01795 17.3046 6.78873 17.2096 6.54972 17.2096H5.49389C4.00072 17.2096 2.79028 15.9992 2.79028 14.506V13.4502C2.79028 13.2112 2.69533 12.982 2.52632 12.813L1.62513 11.9118C0.569295 10.8559 0.569295 9.1441 1.62512 8.08826L2.52632 7.18706C2.69533 7.01806 2.79028 6.78882 2.79028 6.54981V5.49398C2.79028 4.00082 4.00072 2.79037 5.49389 2.79037H6.54972C6.78873 2.79037 7.01795 2.69542 7.18696 2.52641L8.08817 1.62521Z",
| "fill": "#003DC1"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M8.08817 1.62521C9.14394 0.569383 10.8558 0.569374 11.9116 1.62521L12.8128 2.52641C12.9819 2.69542 13.2111 2.79037 13.4501 2.79037H14.5059C15.9991 2.79037 17.2095 4.00082 17.2095 5.49398V6.54981C17.2095 6.78882 17.3045 7.01805 17.4735 7.18706L18.3747 8.08826C19.4305 9.1441 19.4305 10.8559 18.3747 11.9118L17.4735 12.813C17.3045 12.982 17.2095 13.2112 17.2095 13.4502V14.506C17.2095 15.9992 15.9991 17.2096 14.5059 17.2096H13.4501C13.2111 17.2096 12.9819 17.3046 12.8128 17.4736L11.9116 18.3748C10.8558 19.4306 9.14403 19.4306 8.08817 18.3748L7.18696 17.4736C7.01795 17.3046 6.78873 17.2096 6.54972 17.2096H5.49389C4.00072 17.2096 2.79028 15.9992 2.79028 14.506V13.4502C2.79028 13.2112 2.69533 12.982 2.52632 12.813L1.62513 11.9118C0.569295 10.8559 0.569295 9.1441 1.62512 8.08826L2.52632 7.18706C2.69533 7.01806 2.79028 6.78882 2.79028 6.54981V5.49398C2.79028 4.00082 4.00072 2.79037 5.49389 2.79037H6.54972C6.78873 2.79037 7.01795 2.69542 7.18696 2.52641L8.08817 1.62521Z",
| "fill": "url(#paint0_linear_6296_109593)",
| "fill-opacity": "0.9"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M8.27881 1.81585L8.27881 1.81585C9.2293 0.865317 10.7704 0.865301 11.721 1.81585L12.6222 2.71705L12.6222 2.71709C12.8418 2.9366 13.1395 3.05997 13.4501 3.05997H14.5059C15.8502 3.05997 16.9399 4.14972 16.9399 5.49398V6.54981C16.9399 6.86036 17.0633 7.15813 17.2828 7.37768L17.2829 7.3777L18.1841 8.2789L18.3747 8.08826L18.1841 8.27891C19.1346 9.22945 19.1346 10.7706 18.1841 11.7211L17.2829 12.6224C17.0633 12.8419 16.9399 13.1397 16.9399 13.4502V14.506C16.9399 15.8503 15.8502 16.94 14.5059 16.94H13.4501C13.1395 16.94 12.8418 17.0634 12.6222 17.2829L12.6222 17.2829L11.721 18.1841C10.7704 19.1347 9.22939 19.1347 8.27881 18.1841L7.37761 17.2829L7.37759 17.2829C7.15804 17.0634 6.86027 16.94 6.54972 16.94H5.49389C4.14962 16.94 3.05989 15.8503 3.05989 14.506V13.4502C3.05989 13.1398 2.93655 12.8419 2.71696 12.6224C2.71696 12.6223 2.71695 12.6223 2.71694 12.6223L1.81577 11.7211C0.865224 10.7706 0.865226 9.22945 1.81576 8.2789L2.71696 7.3777C2.71696 7.3777 2.71696 7.3777 2.71696 7.3777C2.93654 7.15813 3.05989 6.86033 3.05989 6.54981V5.49398C3.05989 4.14972 4.14963 3.05997 5.49389 3.05997H6.54972C6.86024 3.05997 7.15803 2.93662 7.3776 2.71706L7.37761 2.71705L8.27881 1.81585Z",
| "stroke": "url(#paint1_linear_6296_109593)",
| "stroke-opacity": "0.8",
| "stroke-width": "0.539216"
| },
| "children": []
| }
| ]
| }
| ]
| },
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "mask": "url(#mask0_6296_109593)"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "badge-bg"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M8.08817 1.62521C9.14394 0.569383 10.8558 0.569374 11.9116 1.62521L12.8128 2.52641C12.9819 2.69542 13.2111 2.79037 13.4501 2.79037H14.5059C15.9991 2.79037 17.2095 4.00082 17.2095 5.49398V6.54981C17.2095 6.78882 17.3045 7.01805 17.4735 7.18706L18.3747 8.08826C19.4305 9.1441 19.4305 10.8559 18.3747 11.9118L17.4735 12.813C17.3045 12.982 17.2095 13.2112 17.2095 13.4502V14.506C17.2095 15.9992 15.9991 17.2096 14.5059 17.2096H13.4501C13.2111 17.2096 12.9819 17.3046 12.8128 17.4736L11.9116 18.3748C10.8558 19.4306 9.14403 19.4306 8.08817 18.3748L7.18696 17.4736C7.01795 17.3046 6.78873 17.2096 6.54972 17.2096H5.49389C4.00072 17.2096 2.79028 15.9992 2.79028 14.506V13.4502C2.79028 13.2112 2.69533 12.982 2.52632 12.813L1.62513 11.9118C0.569295 10.8559 0.569295 9.1441 1.62512 8.08826L2.52632 7.18706C2.69533 7.01806 2.79028 6.78882 2.79028 6.54981V5.49398C2.79028 4.00082 4.00072 2.79037 5.49389 2.79037H6.54972C6.78873 2.79037 7.01795 2.69542 7.18696 2.52641L8.08817 1.62521Z",
| "fill": "#003DC1"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M8.08817 1.62521C9.14394 0.569383 10.8558 0.569374 11.9116 1.62521L12.8128 2.52641C12.9819 2.69542 13.2111 2.79037 13.4501 2.79037H14.5059C15.9991 2.79037 17.2095 4.00082 17.2095 5.49398V6.54981C17.2095 6.78882 17.3045 7.01805 17.4735 7.18706L18.3747 8.08826C19.4305 9.1441 19.4305 10.8559 18.3747 11.9118L17.4735 12.813C17.3045 12.982 17.2095 13.2112 17.2095 13.4502V14.506C17.2095 15.9992 15.9991 17.2096 14.5059 17.2096H13.4501C13.2111 17.2096 12.9819 17.3046 12.8128 17.4736L11.9116 18.3748C10.8558 19.4306 9.14403 19.4306 8.08817 18.3748L7.18696 17.4736C7.01795 17.3046 6.78873 17.2096 6.54972 17.2096H5.49389C4.00072 17.2096 2.79028 15.9992 2.79028 14.506V13.4502C2.79028 13.2112 2.69533 12.982 2.52632 12.813L1.62513 11.9118C0.569295 10.8559 0.569295 9.1441 1.62512 8.08826L2.52632 7.18706C2.69533 7.01806 2.79028 6.78882 2.79028 6.54981V5.49398C2.79028 4.00082 4.00072 2.79037 5.49389 2.79037H6.54972C6.78873 2.79037 7.01795 2.69542 7.18696 2.52641L8.08817 1.62521Z",
| "fill": "url(#paint2_linear_6296_109593)",
| "fill-opacity": "0.9"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "d": "M8.44172 1.97876L8.44173 1.97875C9.30224 1.11821 10.6975 1.11818 11.5581 1.97876L12.4593 2.87997L12.4593 2.88003C12.7221 3.1427 13.0784 3.29037 13.4501 3.29037H14.5059C15.723 3.29037 16.7095 4.27696 16.7095 5.49398V6.54981C16.7095 6.92148 16.8572 7.27785 17.1199 7.54057L17.1199 7.54061L18.0211 8.44182L18.3747 8.08826L18.0211 8.44182C18.8817 9.30239 18.8817 10.6976 18.0211 11.5582L17.1199 12.4594C16.8572 12.7222 16.7095 13.0786 16.7095 13.4502V14.506C16.7095 15.7231 15.723 16.7096 14.5059 16.7096H13.4501C13.0784 16.7096 12.7221 16.8573 12.4594 17.1199L12.4593 17.12L11.5581 18.0212C10.6975 18.8818 9.30233 18.8818 8.44172 18.0212L7.54052 17.12L7.54048 17.12C7.27775 16.8573 6.92139 16.7096 6.54972 16.7096H5.49389C4.27686 16.7096 3.29028 15.7231 3.29028 14.506V13.4502C3.29028 13.0787 3.14267 12.7222 2.87984 12.4594L1.97868 11.5582C1.11811 10.6976 1.11811 9.30238 1.97867 8.44181L2.87986 7.54062C2.87987 7.54062 2.87987 7.54061 2.87987 7.54061C3.14266 7.27784 3.29028 6.92143 3.29028 6.54981V5.49398C3.29028 4.27696 4.27687 3.29037 5.49389 3.29037H6.54972C6.92135 3.29037 7.27774 3.14273 7.54051 2.87998L7.54052 2.87997L8.44172 1.97876Z",
| "stroke": "url(#paint3_linear_6296_109593)",
| "stroke-opacity": "0.8"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "check",
| "filter": "url(#filter0_d_6296_109593)"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "fill-rule": "evenodd",
| "clip-rule": "evenodd",
| "d": "M13.4219 6.98132C13.8732 7.28924 13.9829 7.89545 13.667 8.33533L10.04 13.3858C9.87754 13.612 9.62408 13.7602 9.34287 13.7934C9.06166 13.8266 8.77923 13.7417 8.56605 13.5599L6.49346 11.7923C6.0789 11.4387 6.03689 10.8245 6.39963 10.4204C6.76238 10.0163 7.39252 9.97533 7.80709 10.3289L9.04316 11.3831L12.0328 7.22026C12.3487 6.78038 12.9706 6.6734 13.4219 6.98132Z",
| "fill": "url(#paint4_linear_6296_109593)",
| "shape-rendering": "crispEdges"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "highlight",
| "opacity": "0.5",
| "d": "M0 0H15.5556L5.26663 20H0V0Z",
| "fill": "url(#paint5_linear_6296_109593)"
| },
| "children": []
| }
| ]
| }
| ]
| },
| {
| "type": "element",
| "name": "defs",
| "attributes": {},
| "children": [
| {
| "type": "element",
| "name": "filter",
| "attributes": {
| "id": "filter0_d_6296_109593",
| "x": "5.65283",
| "y": "6.55549",
| "width": "8.69458",
| "height": "7.995",
| "filterUnits": "userSpaceOnUse",
| "color-interpolation-filters": "sRGB"
| },
| "children": [
| {
| "type": "element",
| "name": "feFlood",
| "attributes": {
| "flood-opacity": "0",
| "result": "BackgroundImageFix"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feColorMatrix",
| "attributes": {
| "in": "SourceAlpha",
| "type": "matrix",
| "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
| "result": "hardAlpha"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feOffset",
| "attributes": {
| "dy": "0.25"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feGaussianBlur",
| "attributes": {
| "stdDeviation": "0.25"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feComposite",
| "attributes": {
| "in2": "hardAlpha",
| "operator": "out"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feColorMatrix",
| "attributes": {
| "type": "matrix",
| "values": "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feBlend",
| "attributes": {
| "mode": "normal",
| "in2": "BackgroundImageFix",
| "result": "effect1_dropShadow_6296_109593"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "feBlend",
| "attributes": {
| "mode": "normal",
| "in": "SourceGraphic",
| "in2": "effect1_dropShadow_6296_109593",
| "result": "shape"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint0_linear_6296_109593",
| "x1": "16.302",
| "y1": "19.1667",
| "x2": "-0.37184",
| "y2": "14.8201",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "#296DFF"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#5289FF"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint1_linear_6296_109593",
| "x1": "8.67462",
| "y1": "0.833336",
| "x2": "18.9651",
| "y2": "12.5067",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "white",
| "stop-opacity": "0.2"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#296DFF"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint2_linear_6296_109593",
| "x1": "16.302",
| "y1": "19.1667",
| "x2": "-0.37184",
| "y2": "14.8201",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "#296DFF"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#5289FF"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint3_linear_6296_109593",
| "x1": "8.67462",
| "y1": "0.833336",
| "x2": "18.9651",
| "y2": "12.5067",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "white",
| "stop-opacity": "0.2"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#296DFF"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint4_linear_6296_109593",
| "x1": "10.0001",
| "y1": "6.80549",
| "x2": "10.0001",
| "y2": "13.8005",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "white",
| "stop-opacity": "0.95"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "white",
| "stop-opacity": "0.8"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint5_linear_6296_109593",
| "x1": "-4.78632",
| "y1": "4.375",
| "x2": "16.2164",
| "y2": "10.4",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "white",
| "stop-opacity": "0.12"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "white",
| "stop-opacity": "0.2"
| },
| "children": []
| }
| ]
| }
| ]
| }
| ]
| },
| "name": "VerifiedDark"
| }
|
|