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
| {
| "icon": {
| "type": "element",
| "isRootNode": true,
| "name": "svg",
| "attributes": {
| "width": "24",
| "height": "24",
| "viewBox": "0 0 24 24",
| "fill": "none",
| "xmlns": "http://www.w3.org/2000/svg"
| },
| "children": [
| {
| "type": "element",
| "name": "g",
| "attributes": {
| "id": "Xorbits Square",
| "clip-path": "url(#clip0_9850_26870)"
| },
| "children": [
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector",
| "d": "M8.00391 12.3124C8.69334 13.0754 9.47526 13.7494 10.3316 14.3188C11.0667 14.8105 11.8509 15.2245 12.6716 15.5541C14.1617 14.1465 15.3959 12.4907 16.3192 10.6606L21.7051 0L12.3133 7.38353C10.5832 8.74456 9.12178 10.416 8.00391 12.3124Z",
| "fill": "url(#paint0_linear_9850_26870)"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_2",
| "d": "M7.23504 18.9512C6.56092 18.5012 5.92386 18.0265 5.3221 17.5394L2.06445 24L7.91975 19.3959C7.69034 19.2494 7.46092 19.103 7.23504 18.9512Z",
| "fill": "url(#paint1_linear_9850_26870)"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "path",
| "attributes": {
| "id": "Vector_3",
| "d": "M19.3161 8.57474C21.0808 10.9147 21.5961 13.5159 20.3996 15.3053C18.6526 17.9189 13.9161 17.8183 9.82024 15.0812C5.72435 12.3441 3.82024 8.0065 5.56729 5.39297C6.76377 3.60356 9.36318 3.0865 12.2008 3.81886C7.29318 1.73474 2.62376 1.94121 0.813177 4.64474C-1.45976 8.04709 1.64435 14.1177 7.74494 18.1889C13.8455 22.26 20.6361 22.8124 22.9091 19.4118C24.7179 16.703 23.1173 12.3106 19.3161 8.57474Z",
| "fill": "url(#paint2_linear_9850_26870)"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "defs",
| "attributes": {},
| "children": [
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint0_linear_9850_26870",
| "x1": "2.15214",
| "y1": "24.3018",
| "x2": "21.2921",
| "y2": "0.0988218",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "#E9A85E"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#F52B76"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint1_linear_9850_26870",
| "x1": "2.06269",
| "y1": "24.2294",
| "x2": "21.2027",
| "y2": "0.028252",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "#E9A85E"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#F52B76"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "linearGradient",
| "attributes": {
| "id": "paint2_linear_9850_26870",
| "x1": "-0.613606",
| "y1": "3.843",
| "x2": "21.4449",
| "y2": "18.7258",
| "gradientUnits": "userSpaceOnUse"
| },
| "children": [
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "stop-color": "#6A0CF5"
| },
| "children": []
| },
| {
| "type": "element",
| "name": "stop",
| "attributes": {
| "offset": "1",
| "stop-color": "#AB66F3"
| },
| "children": []
| }
| ]
| },
| {
| "type": "element",
| "name": "clipPath",
| "attributes": {
| "id": "clip0_9850_26870"
| },
| "children": [
| {
| "type": "element",
| "name": "rect",
| "attributes": {
| "width": "24",
| "height": "24",
| "fill": "white"
| },
| "children": []
| }
| ]
| }
| ]
| }
| ]
| },
| "name": "XorbitsInference"
| }
|
|