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
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "xmlns": "http://www.w3.org/2000/svg",
| "width": "46",
| "height": "24",
| "viewBox": "0 0 46 24",
| "fill": "none"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "opacity": "0.5",
| "d": "M-6.5 8C-6.5 3.58172 -2.91828 0 1.5 0H45.5L33.0248 24H1.49999C-2.91829 24 -6.5 20.4183 -6.5 16V8Z",
| "fill": "url(#paint0_linear_6333_42118)"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "defs",
| "attributes": {},
| "children": [
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint0_linear_6333_42118",
| "x1": "1.81679",
| "y1": "5.47784e-07",
| "x2": "101.257",
| "y2": "30.3866",
| "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.3"
| },
| "children": []
| }
| ]
| }
| ]
| }
| ]
| },
| "name": "Highlight"
| }
|
|