@defisaver/tokens 1.3.54 → 1.3.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -24
- package/esm/TokenIcons/AmpIcon.d.ts +1 -0
- package/esm/TokenIcons/AmpIcon.js +13 -0
- package/esm/TokenIcons/CrvEurtIcon.d.ts +1 -0
- package/esm/TokenIcons/CrvEurtIcon.js +22 -0
- package/esm/TokenIcons/CrvMimIcon.d.ts +1 -0
- package/esm/TokenIcons/CrvMimIcon.js +124 -0
- package/esm/TokenIcons/CtxIcon.d.ts +1 -0
- package/esm/TokenIcons/CtxIcon.js +14 -0
- package/esm/TokenIcons/DataIcon.d.ts +1 -0
- package/esm/TokenIcons/DataIcon.js +27 -0
- package/esm/TokenIcons/DydxIcon.d.ts +1 -0
- package/esm/TokenIcons/DydxIcon.js +15 -0
- package/esm/TokenIcons/FraxIcon.d.ts +1 -0
- package/esm/TokenIcons/FraxIcon.js +14 -0
- package/esm/TokenIcons/PerpIcon.d.ts +1 -0
- package/esm/TokenIcons/PerpIcon.js +15 -0
- package/esm/TokenIcons/RgtIcon.d.ts +1 -0
- package/esm/TokenIcons/RgtIcon.js +31 -0
- package/esm/TokenIcons/TcapIcon.d.ts +1 -0
- package/esm/TokenIcons/TcapIcon.js +14 -0
- package/esm/TokenIcons/UsdpIcon.d.ts +1 -0
- package/esm/TokenIcons/UsdpIcon.js +13 -0
- package/esm/assets.js +33 -3
- package/esm/ilks.js +1 -1
- package/esm/index.js +2 -0
- package/package.json +1 -1
- package/src/TokenIcons/AmpIcon.js +19 -0
- package/src/TokenIcons/CrvEurtIcon.js +29 -0
- package/src/TokenIcons/CrvMimIcon.js +131 -0
- package/src/TokenIcons/CtxIcon.js +21 -0
- package/src/TokenIcons/DataIcon.js +34 -0
- package/src/TokenIcons/DydxIcon.js +21 -0
- package/src/TokenIcons/FraxIcon.js +20 -0
- package/src/TokenIcons/PerpIcon.js +21 -0
- package/src/TokenIcons/RgtIcon.js +40 -0
- package/src/TokenIcons/TcapIcon.js +20 -0
- package/src/TokenIcons/UsdpIcon.js +20 -0
- package/src/assets.ts +116 -7
- package/src/ilks.ts +1 -1
- package/src/index.ts +1 -0
- package/umd/index.js +1444 -395
- package/esm/TokenIcons/PaxusdIcon.d.ts +0 -1
- package/esm/TokenIcons/PaxusdIcon.js +0 -18
- package/src/TokenIcons/PaxusdIcon.js +0 -39
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Name | Type |
|
|
|
54
54
|
`underlyingAsset` | *string* |
|
|
55
55
|
`yearnCollateral` | *boolean* |
|
|
56
56
|
|
|
57
|
-
Defined in: [types.ts:4](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
57
|
+
Defined in: [types.ts:4](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/types.ts#L4)
|
|
58
58
|
|
|
59
59
|
___
|
|
60
60
|
|
|
@@ -62,7 +62,7 @@ ___
|
|
|
62
62
|
|
|
63
63
|
Ƭ **ExtendedIlkData**: [*IlkData*](README.md#ilkdata) \| { `assetData`: [*AssetData*](README.md#assetdata) }
|
|
64
64
|
|
|
65
|
-
Defined in: [types.ts:40](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
65
|
+
Defined in: [types.ts:40](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/types.ts#L40)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -86,7 +86,7 @@ Name | Type |
|
|
|
86
86
|
`join` | *string* |
|
|
87
87
|
`pip` | *string* |
|
|
88
88
|
|
|
89
|
-
Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
89
|
+
Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/types.ts#L21)
|
|
90
90
|
|
|
91
91
|
## Variables
|
|
92
92
|
|
|
@@ -94,7 +94,7 @@ Defined in: [types.ts:21](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
|
94
94
|
|
|
95
95
|
• `Const` **MAXUINT**: *string*= '115792089237316195423570985008687907853269984665640564039457584007913129639935'
|
|
96
96
|
|
|
97
|
-
Defined in: [index.ts:15](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
97
|
+
Defined in: [index.ts:15](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L15)
|
|
98
98
|
|
|
99
99
|
___
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ ___
|
|
|
102
102
|
|
|
103
103
|
• `Const` **aaveV2Markets**: AaveMarketData[]
|
|
104
104
|
|
|
105
|
-
Defined in: [aaveV2Markets.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
105
|
+
Defined in: [aaveV2Markets.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/aaveV2Markets.ts#L3)
|
|
106
106
|
|
|
107
107
|
___
|
|
108
108
|
|
|
@@ -110,7 +110,7 @@ ___
|
|
|
110
110
|
|
|
111
111
|
• `Const` **assets**: [*AssetData*](README.md#assetdata)[]
|
|
112
112
|
|
|
113
|
-
Defined in: [assets.ts:
|
|
113
|
+
Defined in: [assets.ts:318](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/assets.ts#L318)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -118,7 +118,7 @@ ___
|
|
|
118
118
|
|
|
119
119
|
• `Const` **ilks**: [*IlkData*](README.md#ilkdata)[]
|
|
120
120
|
|
|
121
|
-
Defined in: [ilks.ts:5](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
121
|
+
Defined in: [ilks.ts:5](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/ilks.ts#L5)
|
|
122
122
|
|
|
123
123
|
___
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ ___
|
|
|
126
126
|
|
|
127
127
|
• `Const` **reflexerCollTypes**: [*IlkData*](README.md#ilkdata)[]
|
|
128
128
|
|
|
129
|
-
Defined in: [reflexerCollTypes.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
129
|
+
Defined in: [reflexerCollTypes.ts:3](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/reflexerCollTypes.ts#L3)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -136,13 +136,13 @@ ___
|
|
|
136
136
|
|
|
137
137
|
#### Type declaration:
|
|
138
138
|
|
|
139
|
-
Name | Type |
|
|
140
|
-
------ | ------ |
|
|
141
|
-
`bytesToString` |
|
|
142
|
-
`compare` |
|
|
143
|
-
`stringToBytes` |
|
|
139
|
+
Name | Type |
|
|
140
|
+
------ | ------ |
|
|
141
|
+
`bytesToString` | (`hex`: *string*) => *string* |
|
|
142
|
+
`compare` | (`a`: *string*, `b`: *string*) => *boolean* |
|
|
143
|
+
`stringToBytes` | (`str`: *string*) => *string* |
|
|
144
144
|
|
|
145
|
-
Defined in: [index.ts:13](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
145
|
+
Defined in: [index.ts:13](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L13)
|
|
146
146
|
|
|
147
147
|
## Functions
|
|
148
148
|
|
|
@@ -159,7 +159,7 @@ Name | Type | Default value | Description |
|
|
|
159
159
|
|
|
160
160
|
**Returns:** *string*
|
|
161
161
|
|
|
162
|
-
Defined in: [index.ts:
|
|
162
|
+
Defined in: [index.ts:121](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L121)
|
|
163
163
|
|
|
164
164
|
___
|
|
165
165
|
|
|
@@ -176,7 +176,7 @@ Name | Type | Description |
|
|
|
176
176
|
|
|
177
177
|
**Returns:** *string*
|
|
178
178
|
|
|
179
|
-
Defined in: [index.ts:
|
|
179
|
+
Defined in: [index.ts:142](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L142)
|
|
180
180
|
|
|
181
181
|
___
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ Name | Type | Default value |
|
|
|
192
192
|
|
|
193
193
|
**Returns:** *void* \| AaveMarketData
|
|
194
194
|
|
|
195
|
-
Defined in: [index.ts:
|
|
195
|
+
Defined in: [index.ts:114](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L114)
|
|
196
196
|
|
|
197
197
|
___
|
|
198
198
|
|
|
@@ -211,7 +211,7 @@ Name | Type | Default value |
|
|
|
211
211
|
|
|
212
212
|
**Returns:** [*AssetData*](README.md#assetdata)
|
|
213
213
|
|
|
214
|
-
Defined in: [index.ts:37](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
214
|
+
Defined in: [index.ts:37](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L37)
|
|
215
215
|
|
|
216
216
|
___
|
|
217
217
|
|
|
@@ -227,7 +227,7 @@ Name | Type | Default value |
|
|
|
227
227
|
|
|
228
228
|
**Returns:** [*AssetData*](README.md#assetdata)
|
|
229
229
|
|
|
230
|
-
Defined in: [index.ts:67](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
230
|
+
Defined in: [index.ts:67](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L67)
|
|
231
231
|
|
|
232
232
|
___
|
|
233
233
|
|
|
@@ -246,7 +246,7 @@ Name | Type | Default value | Description |
|
|
|
246
246
|
|
|
247
247
|
**Returns:** [*ExtendedIlkData*](README.md#extendedilkdata)
|
|
248
248
|
|
|
249
|
-
Defined in: [index.ts:46](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
249
|
+
Defined in: [index.ts:46](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L46)
|
|
250
250
|
|
|
251
251
|
___
|
|
252
252
|
|
|
@@ -262,7 +262,7 @@ Name | Type | Default value |
|
|
|
262
262
|
|
|
263
263
|
**Returns:** *string*
|
|
264
264
|
|
|
265
|
-
Defined in: [index.ts:69](https://github.com/DecenterApps/defisaver-tokens/blob/
|
|
265
|
+
Defined in: [index.ts:69](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L69)
|
|
266
266
|
|
|
267
267
|
___
|
|
268
268
|
|
|
@@ -281,7 +281,7 @@ Name | Type | Default value | Description |
|
|
|
281
281
|
|
|
282
282
|
Token symbol
|
|
283
283
|
|
|
284
|
-
Defined in: [index.ts:
|
|
284
|
+
Defined in: [index.ts:94](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L94)
|
|
285
285
|
|
|
286
286
|
___
|
|
287
287
|
|
|
@@ -299,7 +299,7 @@ Name | Type | Description |
|
|
|
299
299
|
|
|
300
300
|
Token symbol
|
|
301
301
|
|
|
302
|
-
Defined in: [index.ts:
|
|
302
|
+
Defined in: [index.ts:106](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L106)
|
|
303
303
|
|
|
304
304
|
___
|
|
305
305
|
|
|
@@ -317,4 +317,4 @@ Name | Type | Description |
|
|
|
317
317
|
|
|
318
318
|
Token symbol
|
|
319
319
|
|
|
320
|
-
Defined in: [index.ts:
|
|
320
|
+
Defined in: [index.ts:112](https://github.com/DecenterApps/defisaver-tokens/blob/5b38f3c/src/index.ts#L112)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function AmpIcon(props: any): any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function AmpIcon(props) {
|
|
4
|
+
const id = `amp_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M93.6482 66.6665C93.068 67.1071 92.411 67.9242 91.8869 69.5165C91.3951 71.0105 88.8091 78.621 85.5778 88.1107H107.424C104.193 78.621 101.607 71.0105 101.115 69.5165C100.591 67.9242 99.934 67.1071 99.3537 66.6665C98.7932 66.2408 97.9411 65.8888 96.5009 65.8888C95.0608 65.8888 94.2088 66.2408 93.6482 66.6665ZM61.3889 88.1107H76.2926C79.9728 77.3065 83.0327 68.3063 83.5596 66.7055C84.4984 63.8534 86.0358 61.3371 88.3815 59.5555C90.7469 57.7591 93.5522 57 96.5009 57C99.4497 57 102.255 57.7591 104.62 59.5555C106.966 61.3371 108.504 63.8534 109.442 66.7055C109.969 68.3063 113.029 77.3065 116.709 88.1107H131.611C134.035 88.1107 136 90.1005 136 92.5551C136 95.0097 134.035 96.9995 131.611 96.9995H119.738H110.452H82.5497H73.2638H61.3889C58.9649 96.9995 57 95.0097 57 92.5551C57 90.1005 58.9649 88.1107 61.3889 88.1107ZM61.3889 105.888C58.9649 105.888 57 107.878 57 110.333C57 112.787 58.9649 114.777 61.3889 114.777H67.2015L64.8537 121.659L62.5135 128.516L61.6309 131.102C60.839 133.422 62.054 135.954 64.3449 136.755C66.6358 137.557 69.1351 136.326 69.9271 134.006L70.8098 131.419L73.1501 124.562C74.1225 121.712 75.2611 118.375 76.4882 114.777H116.514C117.741 118.375 118.879 121.712 119.852 124.562L122.192 131.419L123.075 134.006C123.867 136.326 126.366 137.557 128.657 136.755C130.948 135.954 132.164 133.422 131.371 131.102L131.37 131.1L130.489 128.516L128.148 121.659L125.8 114.777H131.611C134.035 114.777 136 112.787 136 110.333C136 107.878 134.035 105.888 131.611 105.888H122.769H113.482H79.5196H70.2333H61.3889ZM127.223 132.555L131.371 131.102C131.371 131.102 131.371 131.102 127.223 132.555ZM127.223 132.555C123.075 134.007 123.075 134.006 123.075 134.006L127.223 132.555ZM65.7787 132.555L69.9271 134.006C69.9269 134.006 69.9269 134.007 65.7787 132.555ZM65.7787 132.555C61.6307 131.102 61.6308 131.102 61.6309 131.102L65.7787 132.555Z", fill: "white" }),
|
|
9
|
+
React.createElement("defs", null,
|
|
10
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
11
|
+
React.createElement("stop", { stopColor: "#D9327C" }),
|
|
12
|
+
React.createElement("stop", { offset: "1", stopColor: "#74133E" })))));
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function CrvEurtIcon(props: any): any;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function CrvEurtIcon(props) {
|
|
4
|
+
const id = `crv_eurt_icon_${uuid()}`;
|
|
5
|
+
const id1 = `1_${id}`;
|
|
6
|
+
const id2 = `2_${id}`;
|
|
7
|
+
const fill1 = `url(#${id1})`;
|
|
8
|
+
const fill2 = `url(#${id2})`;
|
|
9
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
10
|
+
React.createElement("circle", { opacity: "0.9", cx: "96.5", cy: "96.5", r: "96.5", fill: fill1 }),
|
|
11
|
+
React.createElement("path", { d: "M130.699 44.5988H61.7665L43.3845 92.4034L96.6922 149.401L150 92.4034L130.699 44.5988Z", fill: "white" }),
|
|
12
|
+
React.createElement("path", { d: "M90.9053 83.351V76.258H74.9499V65.4505H118.397V76.258H102.44V83.3453C115.408 83.9509 125.159 86.5619 125.159 89.6898C125.159 92.8177 115.403 95.4287 102.44 96.0381V118.758H90.9015V96.0362C77.9564 95.4287 68.225 92.8196 68.225 89.6946C68.225 86.5695 77.9564 83.9604 90.9015 83.3529L90.9053 83.351ZM90.9015 94.1118V94.106C91.227 94.127 92.8996 94.2291 96.6236 94.2291C99.601 94.2291 101.696 94.1432 102.434 94.1041V94.1137C113.891 93.5978 122.444 91.5694 122.444 89.1424C122.444 86.7154 113.89 84.6899 102.434 84.1731V92.0929C101.683 92.1454 99.5372 92.2741 96.5749 92.2741C93.0168 92.2741 91.228 92.1235 90.8996 92.0929V84.1731C79.4648 84.6909 70.9323 86.7212 70.9323 89.1396C70.9323 91.558 79.4685 93.5892 90.8996 94.107", fill: "#636B82" }),
|
|
13
|
+
React.createElement("path", { d: "M148.5 89C173.077 89 193 69.0767 193 44.5C193 19.9233 173.077 0 148.5 0C123.923 0 104 19.9233 104 44.5C104 69.0767 123.923 89 148.5 89Z", fill: fill2 }),
|
|
14
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.147 68.2523C130.782 68.2523 127.088 54.9021 127.088 42.7223C126.871 36.6747 129.174 24.2971 140.125 23.1673C153.813 21.755 168.059 34.2484 170.978 40.2236C173.898 46.1987 173.694 51.1961 165.546 53.912C159.028 56.0848 150.48 58.1489 147.021 58.9094C146.249 64.5615 144.262 68.2523 139.147 68.2523ZM147.512 46.1987L147.458 46.1031C147.332 46.171 147.375 46.1987 147.512 46.1987ZM147.458 46.1031C144.405 40.6169 145.032 37.0713 150.649 37.0713C156.298 37.0713 170.869 40.5495 158.267 43.3741C150.421 45.1328 147.9 45.8649 147.458 46.1031ZM139.709 65.2353C143.359 64.5161 145.434 59.4472 144.344 53.9137C143.253 48.3801 139.411 44.4774 135.761 45.1966C132.111 45.9158 130.036 50.9846 131.127 56.5181C132.217 62.0517 136.06 65.9545 139.709 65.2353Z", fill: "white" }),
|
|
15
|
+
React.createElement("defs", null,
|
|
16
|
+
React.createElement("linearGradient", { id: id1, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
17
|
+
React.createElement("stop", { stopColor: "#8891B1" }),
|
|
18
|
+
React.createElement("stop", { offset: "1", stopColor: "#555A6F" })),
|
|
19
|
+
React.createElement("linearGradient", { id: id2, x1: "148.5", y1: "0", x2: "148.5", y2: "89", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#3465A4" }),
|
|
21
|
+
React.createElement("stop", { offset: "1", stopColor: "#164786" })))));
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function CrvEurtIcon(props: any): any;
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function CrvEurtIcon(props) {
|
|
4
|
+
const id = `crv_mim_icon_${uuid()}`;
|
|
5
|
+
const id1 = `1_${id}`;
|
|
6
|
+
const id2 = `2_${id}`;
|
|
7
|
+
const fill1 = `url(#${id1})`;
|
|
8
|
+
const fill2 = `url(#${id2})`;
|
|
9
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
10
|
+
React.createElement("circle", { opacity: "0.9", cx: "96.5", cy: "96.5", r: "96.5", fill: fill1 }),
|
|
11
|
+
React.createElement("path", { d: "M61.6667 88.1664H70.5V79.3331H61.6667V88.1664Z", fill: "#7470A8" }),
|
|
12
|
+
React.createElement("path", { d: "M61.6667 105.833H70.5V96.9999H61.6667V105.833Z", fill: "#7470A8" }),
|
|
13
|
+
React.createElement("path", { d: "M61.6667 96.9999H70.5V88.1666H61.6667V96.9999Z", fill: "#7470A8" }),
|
|
14
|
+
React.createElement("path", { d: "M61.6667 114.666H70.5V105.833H61.6667V114.666Z", fill: "#7470A8" }),
|
|
15
|
+
React.createElement("path", { d: "M96.9992 70.4999H105.833V61.6666H96.9992V70.4999Z", fill: "#7470A8" }),
|
|
16
|
+
React.createElement("path", { d: "M96.9992 123.5L105.833 123.5L105.833 132.333L96.9992 132.333L96.9992 123.5Z", fill: "#7470A8" }),
|
|
17
|
+
React.createElement("path", { d: "M105.833 70.4999H114.667V61.6666H105.833V70.4999Z", fill: "#7470A8" }),
|
|
18
|
+
React.createElement("path", { d: "M114.667 70.4999H123.5V61.6666H114.667V70.4999Z", fill: "white" }),
|
|
19
|
+
React.createElement("path", { d: "M79.3333 70.4999L70.5 70.4999L70.5 61.6666L79.3333 61.6666L79.3333 70.4999Z", fill: "white" }),
|
|
20
|
+
React.createElement("path", { d: "M132.333 123.5L123.5 123.5L123.5 114.666L132.333 114.666L132.333 123.5Z", fill: "white" }),
|
|
21
|
+
React.createElement("path", { d: "M61.6667 123.5H70.5V114.666H61.6667V123.5Z", fill: "white" }),
|
|
22
|
+
React.createElement("path", { d: "M105.833 61.6665H114.667V52.8332H105.833V61.6665Z", fill: "white" }),
|
|
23
|
+
React.createElement("path", { d: "M105.833 52.8332H114.667V43.9999H105.833V52.8332Z", fill: "white" }),
|
|
24
|
+
React.createElement("path", { d: "M105.833 150H114.667V141.167H105.833V150Z", fill: "white" }),
|
|
25
|
+
React.createElement("path", { d: "M105.833 141.167H114.667V132.333H105.833V141.167Z", fill: "white" }),
|
|
26
|
+
React.createElement("path", { d: "M88.1667 61.6665H97V52.8332H88.1667V61.6665Z", fill: "white" }),
|
|
27
|
+
React.createElement("path", { d: "M88.1667 52.8332H97V43.9999H88.1667V52.8332Z", fill: "white" }),
|
|
28
|
+
React.createElement("path", { d: "M88.1667 150H97V141.167H88.1667V150Z", fill: "white" }),
|
|
29
|
+
React.createElement("path", { d: "M88.1667 141.167H97V132.333H88.1667V141.167Z", fill: "white" }),
|
|
30
|
+
React.createElement("path", { d: "M96.9992 61.6665H105.833V52.8332H96.9992V61.6665Z", fill: "white" }),
|
|
31
|
+
React.createElement("path", { d: "M96.9992 52.8332H105.833V43.9999H96.9992V52.8332Z", fill: "white" }),
|
|
32
|
+
React.createElement("path", { d: "M96.9992 150H105.833V141.167H96.9992V150Z", fill: "white" }),
|
|
33
|
+
React.createElement("path", { d: "M96.9992 141.167H105.833V132.333H96.9992V141.167Z", fill: "white" }),
|
|
34
|
+
React.createElement("path", { d: "M79.3332 61.6665H88.1665V52.8332H79.3332V61.6665Z", fill: "white" }),
|
|
35
|
+
React.createElement("path", { d: "M79.3332 52.8332H88.1665V43.9999H79.3332V52.8332Z", fill: "white" }),
|
|
36
|
+
React.createElement("path", { d: "M79.3332 150H88.1665V141.167H79.3332V150Z", fill: "white" }),
|
|
37
|
+
React.createElement("path", { d: "M79.3332 141.167H88.1665V132.333H79.3332V141.167Z", fill: "white" }),
|
|
38
|
+
React.createElement("path", { d: "M123.5 79.3331H132.333V70.4998H123.5V79.3331Z", fill: "white" }),
|
|
39
|
+
React.createElement("path", { d: "M70.4998 79.3331L61.6665 79.3331L61.6665 70.4998L70.4998 70.4998L70.4998 79.3331Z", fill: "white" }),
|
|
40
|
+
React.createElement("path", { d: "M123.5 132.333L114.667 132.333L114.667 123.5L123.5 123.5L123.5 132.333Z", fill: "white" }),
|
|
41
|
+
React.createElement("path", { d: "M70.4997 132.333H79.333V123.5H70.4997V132.333Z", fill: "white" }),
|
|
42
|
+
React.createElement("path", { d: "M132.333 88.1664H141.166V79.3331H132.333V88.1664Z", fill: "white" }),
|
|
43
|
+
React.createElement("path", { d: "M52.8332 88.1664H61.6665V79.3331H52.8332V88.1664Z", fill: "white" }),
|
|
44
|
+
React.createElement("path", { d: "M43.9997 88.1664H52.833V79.3331H43.9997V88.1664Z", fill: "white" }),
|
|
45
|
+
React.createElement("path", { d: "M52.8332 79.3331H61.6665V70.4998H52.8332V79.3331Z", fill: "white" }),
|
|
46
|
+
React.createElement("path", { d: "M141.166 79.3331L132.333 79.3331L132.333 70.4998L141.166 70.4998L141.166 79.3331Z", fill: "white" }),
|
|
47
|
+
React.createElement("path", { d: "M114.667 141.167H123.5V132.333H114.667V141.167Z", fill: "white" }),
|
|
48
|
+
React.createElement("path", { d: "M52.833 114.666V123.5H61.6663V114.666H52.833Z", fill: "white" }),
|
|
49
|
+
React.createElement("path", { d: "M61.6667 70.4999H70.5V61.6666H61.6667V70.4999Z", fill: "white" }),
|
|
50
|
+
React.createElement("path", { d: "M132.333 70.4999L123.5 70.4999L123.5 61.6666L132.333 61.6666L132.333 70.4999Z", fill: "white" }),
|
|
51
|
+
React.createElement("path", { d: "M123.5 132.333H132.333V123.5H123.5V132.333Z", fill: "white" }),
|
|
52
|
+
React.createElement("path", { d: "M61.6665 123.5V132.333H70.4998V123.5H61.6665Z", fill: "white" }),
|
|
53
|
+
React.createElement("path", { d: "M70.4997 61.6665H79.333V52.8332H70.4997V61.6665Z", fill: "white" }),
|
|
54
|
+
React.createElement("path", { d: "M123.5 61.6665L114.667 61.6665L114.667 52.8332L123.5 52.8332L123.5 61.6665Z", fill: "white" }),
|
|
55
|
+
React.createElement("path", { d: "M132.333 123.5H141.166V114.666H132.333V123.5Z", fill: "white" }),
|
|
56
|
+
React.createElement("path", { d: "M70.5 132.333V141.167H79.3333V132.333H70.5Z", fill: "white" }),
|
|
57
|
+
React.createElement("path", { d: "M141.167 88.1664H150V79.3331H141.167V88.1664Z", fill: "white" }),
|
|
58
|
+
React.createElement("path", { d: "M132.333 96.9999H141.166V88.1666H132.333V96.9999Z", fill: "white" }),
|
|
59
|
+
React.createElement("path", { d: "M52.8332 96.9999H61.6665V88.1666H52.8332V96.9999Z", fill: "white" }),
|
|
60
|
+
React.createElement("path", { d: "M43.9997 96.9999H52.833V88.1666H43.9997V96.9999Z", fill: "white" }),
|
|
61
|
+
React.createElement("path", { d: "M141.167 96.9999H150V88.1666H141.167V96.9999Z", fill: "white" }),
|
|
62
|
+
React.createElement("path", { d: "M132.333 105.833H141.166V96.9999H132.333V105.833Z", fill: "white" }),
|
|
63
|
+
React.createElement("path", { d: "M52.8332 105.833H61.6665V96.9999H52.8332V105.833Z", fill: "white" }),
|
|
64
|
+
React.createElement("path", { d: "M43.9997 105.833H52.833V96.9999H43.9997V105.833Z", fill: "white" }),
|
|
65
|
+
React.createElement("path", { d: "M141.167 105.833H150V96.9999H141.167V105.833Z", fill: "white" }),
|
|
66
|
+
React.createElement("path", { d: "M132.333 114.666H141.166V105.833H132.333V114.666Z", fill: "white" }),
|
|
67
|
+
React.createElement("path", { d: "M52.8332 114.666H61.6665V105.833H52.8332V114.666Z", fill: "white" }),
|
|
68
|
+
React.createElement("path", { d: "M43.9997 114.666H52.833V105.833H43.9997V114.666Z", fill: "white" }),
|
|
69
|
+
React.createElement("path", { d: "M141.167 114.666H150V105.833H141.167V114.666Z", fill: "white" }),
|
|
70
|
+
React.createElement("path", { d: "M105.833 123.5L114.667 123.5L114.667 132.333L105.833 132.333L105.833 123.5Z", fill: "#7470A8" }),
|
|
71
|
+
React.createElement("path", { d: "M96.9992 88.1664H105.833V79.3331H96.9992V88.1664Z", fill: "#7470A8" }),
|
|
72
|
+
React.createElement("path", { d: "M96.9992 105.833H105.833V96.9999H96.9992V105.833Z", fill: "#7470A8" }),
|
|
73
|
+
React.createElement("path", { d: "M96.9992 114.666H105.833V105.833H96.9992V114.666Z", fill: "#7470A8" }),
|
|
74
|
+
React.createElement("path", { d: "M96.9992 79.3331H105.833V70.4998H96.9992V79.3331Z", fill: "#7470A8" }),
|
|
75
|
+
React.createElement("path", { d: "M96.9992 114.666L105.833 114.666L105.833 123.5L96.9992 123.5L96.9992 114.666Z", fill: "#7470A8" }),
|
|
76
|
+
React.createElement("path", { d: "M79.3332 105.833H88.1665V96.9999H79.3332V105.833Z", fill: "#7470A8" }),
|
|
77
|
+
React.createElement("path", { d: "M79.3332 96.9999H88.1665V88.1666H79.3332V96.9999Z", fill: "#7470A8" }),
|
|
78
|
+
React.createElement("path", { d: "M79.3332 114.666H88.1665V105.833H79.3332V114.666Z", fill: "#7470A8" }),
|
|
79
|
+
React.createElement("path", { d: "M79.3332 79.3331H88.1665V70.4998H79.3332V79.3331Z", fill: "#7470A8" }),
|
|
80
|
+
React.createElement("path", { d: "M79.3332 114.666L88.1665 114.666L88.1665 123.5L79.3332 123.5L79.3332 114.666Z", fill: "#7470A8" }),
|
|
81
|
+
React.createElement("path", { d: "M105.833 105.833H114.667V96.9999H105.833V105.833Z", fill: "#7470A8" }),
|
|
82
|
+
React.createElement("path", { d: "M105.833 96.9999H114.667V88.1666H105.833V96.9999Z", fill: "#7470A8" }),
|
|
83
|
+
React.createElement("path", { d: "M105.833 114.666H114.667V105.833H105.833V114.666Z", fill: "#7470A8" }),
|
|
84
|
+
React.createElement("path", { d: "M105.833 79.3331H114.667V70.4998H105.833V79.3331Z", fill: "#7470A8" }),
|
|
85
|
+
React.createElement("path", { d: "M105.833 114.666L114.667 114.666L114.667 123.5L105.833 123.5L105.833 114.666Z", fill: "#7470A8" }),
|
|
86
|
+
React.createElement("path", { d: "M88.1667 70.4999H97V61.6666H88.1667V70.4999Z", fill: "#7470A8" }),
|
|
87
|
+
React.createElement("path", { d: "M88.1667 123.5L97 123.5L97 132.333L88.1667 132.333L88.1667 123.5Z", fill: "#7470A8" }),
|
|
88
|
+
React.createElement("path", { d: "M79.3332 70.4999H88.1665V61.6666H79.3332V70.4999Z", fill: "#7470A8" }),
|
|
89
|
+
React.createElement("path", { d: "M79.3332 123.5L88.1665 123.5L88.1665 132.333L79.3332 132.333L79.3332 123.5Z", fill: "#7470A8" }),
|
|
90
|
+
React.createElement("path", { d: "M88.1667 88.1664H97V79.3331H88.1667V88.1664Z", fill: "#7470A8" }),
|
|
91
|
+
React.createElement("path", { d: "M88.1667 105.833H97V96.9999H88.1667V105.833Z", fill: "#7470A8" }),
|
|
92
|
+
React.createElement("path", { d: "M79.3332 88.1664H88.1665V79.3331H79.3332V88.1664Z", fill: "white" }),
|
|
93
|
+
React.createElement("path", { d: "M96.9992 96.9999H105.833V88.1666H96.9992V96.9999Z", fill: "white" }),
|
|
94
|
+
React.createElement("path", { d: "M114.667 88.1664H123.5V79.3331H114.667V88.1664Z", fill: "white" }),
|
|
95
|
+
React.createElement("path", { d: "M114.667 105.833H123.5V96.9999H114.667V105.833Z", fill: "white" }),
|
|
96
|
+
React.createElement("path", { d: "M114.667 96.9999H123.5V88.1666H114.667V96.9999Z", fill: "white" }),
|
|
97
|
+
React.createElement("path", { d: "M114.667 114.666H123.5V105.833H114.667V114.666Z", fill: "white" }),
|
|
98
|
+
React.createElement("path", { d: "M114.667 79.3331H123.5V70.4998H114.667V79.3331Z", fill: "white" }),
|
|
99
|
+
React.createElement("path", { d: "M114.667 114.666L123.5 114.666L123.5 123.5L114.667 123.5L114.667 114.666Z", fill: "white" }),
|
|
100
|
+
React.createElement("path", { d: "M70.4997 88.1664H79.333V79.3331H70.4997V88.1664Z", fill: "white" }),
|
|
101
|
+
React.createElement("path", { d: "M70.4997 105.833H79.333V96.9999H70.4997V105.833Z", fill: "white" }),
|
|
102
|
+
React.createElement("path", { d: "M70.4997 96.9999H79.333V88.1666H70.4997V96.9999Z", fill: "white" }),
|
|
103
|
+
React.createElement("path", { d: "M70.4997 114.666H79.333V105.833H70.4997V114.666Z", fill: "white" }),
|
|
104
|
+
React.createElement("path", { d: "M70.4997 79.3331H79.333V70.4998H70.4997V79.3331Z", fill: "white" }),
|
|
105
|
+
React.createElement("path", { d: "M70.4997 114.666L79.333 114.666L79.333 123.5L70.4997 123.5L70.4997 114.666Z", fill: "white" }),
|
|
106
|
+
React.createElement("path", { d: "M105.833 88.1664H114.667V79.3331H105.833V88.1664Z", fill: "white" }),
|
|
107
|
+
React.createElement("path", { d: "M88.1667 96.9999H97V88.1666H88.1667V96.9999Z", fill: "white" }),
|
|
108
|
+
React.createElement("path", { d: "M88.1667 114.666H97V105.833H88.1667V114.666Z", fill: "#7470A8" }),
|
|
109
|
+
React.createElement("path", { d: "M88.1667 79.3331H97V70.4998H88.1667V79.3331Z", fill: "#7470A8" }),
|
|
110
|
+
React.createElement("path", { d: "M88.1667 114.666L97 114.666L97 123.5L88.1667 123.5L88.1667 114.666Z", fill: "#7470A8" }),
|
|
111
|
+
React.createElement("path", { d: "M123.5 88.1664H132.333V79.3331H123.5V88.1664Z", fill: "#7470A8" }),
|
|
112
|
+
React.createElement("path", { d: "M123.5 105.833H132.333V96.9999H123.5V105.833Z", fill: "#7470A8" }),
|
|
113
|
+
React.createElement("path", { d: "M123.5 96.9999H132.333V88.1666H123.5V96.9999Z", fill: "#7470A8" }),
|
|
114
|
+
React.createElement("path", { d: "M123.5 114.666H132.333V105.833H123.5V114.666Z", fill: "#7470A8" }),
|
|
115
|
+
React.createElement("path", { d: "M148.5 89C173.077 89 193 69.0767 193 44.5C193 19.9233 173.077 0 148.5 0C123.923 0 104 19.9233 104 44.5C104 69.0767 123.923 89 148.5 89Z", fill: fill2 }),
|
|
116
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M139.147 68.2523C130.782 68.2523 127.088 54.9021 127.088 42.7223C126.871 36.6747 129.174 24.2971 140.125 23.1673C153.813 21.755 168.059 34.2484 170.978 40.2236C173.898 46.1987 173.694 51.1961 165.546 53.912C159.028 56.0848 150.48 58.1489 147.021 58.9094C146.249 64.5615 144.262 68.2523 139.147 68.2523ZM147.512 46.1987L147.458 46.1031C147.332 46.171 147.375 46.1987 147.512 46.1987ZM147.458 46.1031C144.405 40.6169 145.032 37.0713 150.649 37.0713C156.298 37.0713 170.869 40.5495 158.267 43.3741C150.421 45.1328 147.9 45.8649 147.458 46.1031ZM139.709 65.2353C143.359 64.5161 145.434 59.4472 144.344 53.9137C143.253 48.3801 139.411 44.4774 135.761 45.1966C132.111 45.9158 130.036 50.9846 131.127 56.5181C132.217 62.0517 136.06 65.9545 139.709 65.2353Z", fill: "white" }),
|
|
117
|
+
React.createElement("defs", null,
|
|
118
|
+
React.createElement("linearGradient", { id: id1, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
119
|
+
React.createElement("stop", { stopColor: "#A39DE4" }),
|
|
120
|
+
React.createElement("stop", { offset: "1", stopColor: "#605B92" })),
|
|
121
|
+
React.createElement("linearGradient", { id: id2, x1: "148.5", y1: "0", x2: "148.5", y2: "89", gradientUnits: "userSpaceOnUse" },
|
|
122
|
+
React.createElement("stop", { stopColor: "#3465A4" }),
|
|
123
|
+
React.createElement("stop", { offset: "1", stopColor: "#164786" })))));
|
|
124
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function CtxIcon(props: any): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function CtxIcon(props) {
|
|
4
|
+
const id = `ctx_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("rect", { x: "63", y: "136", width: "68", height: "4", fill: "white" }),
|
|
9
|
+
React.createElement("path", { d: "M63 53H131V68.8424H97V104.158H131V120H63V53Z", fill: "white" }),
|
|
10
|
+
React.createElement("defs", null,
|
|
11
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
12
|
+
React.createElement("stop", { stopColor: "#444A8C" }),
|
|
13
|
+
React.createElement("stop", { offset: "1", stopColor: "#242748" })))));
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function DataIcon(props: any): any;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function DataIcon(props) {
|
|
4
|
+
const id = `data_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { d: "M134.818 78.5455H127.636V85.7274H134.818V78.5455Z", fill: "white" }),
|
|
9
|
+
React.createElement("path", { d: "M120.454 78.5455H98.9089V85.7274H120.454V78.5455Z", fill: "white" }),
|
|
10
|
+
React.createElement("path", { d: "M98.909 57H77.3635V64.1818H98.909V57Z", fill: "white" }),
|
|
11
|
+
React.createElement("path", { d: "M134.818 107.273H98.9089V114.455H134.818V107.273Z", fill: "white" }),
|
|
12
|
+
React.createElement("path", { d: "M91.7272 114.454H84.5454V121.636H91.7272V114.454Z", fill: "white" }),
|
|
13
|
+
React.createElement("path", { d: "M70.1818 57H63V64.1818H70.1818V57Z", fill: "white" }),
|
|
14
|
+
React.createElement("path", { d: "M98.909 100.091H84.5454V107.273H98.909V100.091Z", fill: "white" }),
|
|
15
|
+
React.createElement("path", { d: "M77.3637 100.091H70.1819V107.273H77.3637V100.091Z", fill: "white" }),
|
|
16
|
+
React.createElement("path", { d: "M120.455 121.636H91.7273V128.818H120.455V121.636Z", fill: "white" }),
|
|
17
|
+
React.createElement("path", { d: "M91.7273 128.818H63V136H91.7273V128.818Z", fill: "white" }),
|
|
18
|
+
React.createElement("path", { d: "M98.9091 85.7273H63V92.9091H98.9091V85.7273Z", fill: "white" }),
|
|
19
|
+
React.createElement("path", { d: "M91.7273 71.3636H70.1819V78.5455H91.7273V71.3636Z", fill: "white" }),
|
|
20
|
+
React.createElement("path", { d: "M142 92.9091H106.091V100.091H142V92.9091Z", fill: "white" }),
|
|
21
|
+
React.createElement("path", { d: "M120.454 64.1818H98.9089V71.3636H120.454V64.1818Z", fill: "white" }),
|
|
22
|
+
React.createElement("path", { d: "M77.3636 114.454H63V121.636H77.3636V114.454Z", fill: "white" }),
|
|
23
|
+
React.createElement("defs", null,
|
|
24
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
25
|
+
React.createElement("stop", { stopColor: "#FF0029" }),
|
|
26
|
+
React.createElement("stop", { offset: "1", stopColor: "#8E081E" })))));
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function DydxIcon(props: any): any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function DydxIcon(props) {
|
|
4
|
+
const id = `dydx_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { d: "M112.67 62.2676L64.187 131.727H79.0723L127.807 62.2676H112.67Z", fill: "white" }),
|
|
9
|
+
React.createElement("path", { d: "M80.6227 62.2676L94.8877 82.7349L87.4451 93.8989L65.4272 62.2676H80.6227Z", fill: "white" }),
|
|
10
|
+
React.createElement("path", { d: "M114.114 131.732L98.2988 109.094L105.741 98.2405L129 131.732H114.114Z", fill: "white" }),
|
|
11
|
+
React.createElement("defs", null,
|
|
12
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
13
|
+
React.createElement("stop", { stopColor: "#6A6BFB" }),
|
|
14
|
+
React.createElement("stop", { offset: "1", stopColor: "#2E2F78" })))));
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function FraxIcon(props: any): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function FraxIcon(props) {
|
|
4
|
+
const id = `frax_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { d: "M51.6293 50.6505C48.1614 54.2624 45.3005 57.301 45.2716 57.3583C45.2427 57.4443 48.3637 60.4829 52.2072 64.0948C56.0507 67.7354 59.403 70.9173 59.6342 71.118L60.0676 71.5193L59.2874 72.8093C52.4384 84.0463 51.0224 97.5766 55.3283 110.018C56.1374 112.368 57.5246 115.378 58.7094 117.356C59.2874 118.331 59.5475 118.961 59.4897 119.076C59.4319 119.191 55.9352 122.86 51.716 127.246C47.4968 131.603 44.0579 135.244 44.0001 135.301C43.9712 135.387 55.7907 146.71 56.9177 147.627L57.3512 148L64.0268 141.091C67.6969 137.279 71.1358 133.696 71.656 133.151L72.6385 132.176L73.5633 132.75C78.2737 135.731 83.7934 137.795 89.891 138.884C92.9542 139.429 98.7917 139.572 102.057 139.171C108.357 138.454 114.599 136.362 119.714 133.294L121.044 132.492L122.46 133.868C125.552 136.849 137.111 147.742 137.227 147.799C137.342 147.857 150.029 134.699 150 134.527C149.971 134.441 141.273 126.157 135.955 121.197L134.192 119.535L135.002 118.216C141.793 107.008 143.209 93.4201 138.816 80.8931C138.18 79.0584 136.244 74.9305 135.117 73.0386L134.568 72.0926L141.995 64.3815C146.07 60.1676 149.393 56.6417 149.364 56.5557C149.249 56.269 136.244 44.086 136.071 44.086C135.955 44.086 132.69 47.3826 128.788 51.4531C124.887 55.495 121.65 58.8203 121.564 58.849C121.506 58.8776 121.13 58.7056 120.784 58.4476C119.801 57.7883 117.316 56.441 115.929 55.8104C111.709 53.8897 107.779 52.7144 103.213 52.0551C100.844 51.7111 93.7345 51.6538 91.5382 51.9691C86.2786 52.7144 81.9728 54.0044 77.5802 56.183C76.3086 56.785 74.8348 57.5877 74.2568 57.9316L73.2165 58.5623L72.0316 57.4157C71.3959 56.785 68.506 54.0904 65.6451 51.3671C62.7841 48.6726 59.8654 45.9206 59.1718 45.2326L57.9003 44L51.6293 50.6505ZM100.15 69.3407C104.745 69.8853 108.848 71.4333 112.634 74.0706C114.57 75.4179 117.46 78.2845 118.818 80.2051C126.534 91.0408 125.061 105.775 115.351 114.805C107.057 122.487 95.0638 124.207 84.9782 119.105C77.6958 115.407 72.5518 108.642 70.9046 100.529C70.3844 97.9493 70.3844 93.1334 70.9046 90.5821C71.3959 88.0595 72.0605 86.2536 73.3032 83.731C78.2737 73.8126 89.0529 68.022 100.15 69.3407Z", fill: "#383838" }),
|
|
9
|
+
React.createElement("defs", null,
|
|
10
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
11
|
+
React.createElement("stop", { stopColor: "white" }),
|
|
12
|
+
React.createElement("stop", { offset: "0.552083", stopColor: "white" }),
|
|
13
|
+
React.createElement("stop", { offset: "1", stopColor: "#C5C5C5" })))));
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function PerpIcon(props: any): any;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function PerpIcon(props) {
|
|
4
|
+
const id = `perp_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M77.3683 59.5129C82.4604 54.5248 90.6064 54.5248 95.6985 59.5129L107.753 71.3218C112.996 76.4575 112.996 84.8981 107.753 90.0337L86.7444 110.614L101.812 125.374C104.682 128.186 104.73 132.792 101.918 135.663C99.1056 138.534 94.4988 138.581 91.6283 135.769L55.1268 100.013C49.8842 94.8768 49.8842 86.4361 55.1268 81.3006L77.3683 59.5129ZM76.3468 100.428L96.5088 80.6778L86.5333 70.906L66.3714 90.6565L76.3468 100.428Z", fill: "white" }),
|
|
9
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M107.683 69.4916C112.775 64.5035 120.921 64.5035 126.013 69.4916L138.068 81.3005C143.31 86.4361 143.31 94.8767 138.068 100.012L101.566 135.769C98.6956 138.581 94.0888 138.534 91.2769 135.663C88.4647 132.792 88.5123 128.185 91.3829 125.373L106.45 110.614L95.6278 100.012C90.3851 94.8767 90.3851 86.4361 95.6278 81.3005L107.683 69.4916ZM116.848 100.428L126.823 90.6564L116.848 80.8845L106.872 90.6564L116.848 100.428Z", fill: "white" }),
|
|
10
|
+
React.createElement("path", { opacity: "0.95", d: "M106.867 90.6811L96.2702 80.616L86.1064 90.5979L96.4516 100.89L106.867 90.6811Z", fill: "white" }),
|
|
11
|
+
React.createElement("defs", null,
|
|
12
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
13
|
+
React.createElement("stop", { stopColor: "#4CEAB9" }),
|
|
14
|
+
React.createElement("stop", { offset: "1", stopColor: "#387E69" })))));
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function RgtIcon(props: any): any;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function RgtIcon(props) {
|
|
4
|
+
const id = `rgt_icon_${uuid()}`;
|
|
5
|
+
const id1 = `1_${id}`;
|
|
6
|
+
const id2 = `2_${id}`;
|
|
7
|
+
const id3 = `3_${id}`;
|
|
8
|
+
const id4 = `4_${id}`;
|
|
9
|
+
const fill1 = `url(#${id1})`;
|
|
10
|
+
const fill2 = `url(#${id2})`;
|
|
11
|
+
const fill3 = `url(#${id3})`;
|
|
12
|
+
const fill4 = `url(#${id4})`;
|
|
13
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
14
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill1 }),
|
|
15
|
+
React.createElement("circle", { cx: "97", cy: "97", r: "51.2078", transform: "rotate(-90 97 97)", stroke: fill2, strokeWidth: "3.58432" }),
|
|
16
|
+
React.createElement("circle", { cx: "97.0001", cy: "96.9999", r: "37.4341", transform: "rotate(127.501 97.0001 96.9999)", stroke: fill3, strokeWidth: "3.58432" }),
|
|
17
|
+
React.createElement("circle", { cx: "97", cy: "97", r: "25.2078", transform: "rotate(-90 97 97)", stroke: fill4, strokeWidth: "3.58432" }),
|
|
18
|
+
React.createElement("defs", null,
|
|
19
|
+
React.createElement("linearGradient", { id: id1, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
20
|
+
React.createElement("stop", { stopColor: "#303030" }),
|
|
21
|
+
React.createElement("stop", { offset: "1", stopColor: "#101010" })),
|
|
22
|
+
React.createElement("linearGradient", { id: id2, x1: "97", y1: "44", x2: "97", y2: "150", gradientUnits: "userSpaceOnUse" },
|
|
23
|
+
React.createElement("stop", { stopColor: "white" }),
|
|
24
|
+
React.createElement("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })),
|
|
25
|
+
React.createElement("linearGradient", { id: id3, x1: "97.0001", y1: "57.7736", x2: "97.0001", y2: "136.226", gradientUnits: "userSpaceOnUse" },
|
|
26
|
+
React.createElement("stop", { stopColor: "white" }),
|
|
27
|
+
React.createElement("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })),
|
|
28
|
+
React.createElement("linearGradient", { id: id4, x1: "97", y1: "70", x2: "97", y2: "124", gradientUnits: "userSpaceOnUse" },
|
|
29
|
+
React.createElement("stop", { stopColor: "white" }),
|
|
30
|
+
React.createElement("stop", { offset: "1", stopColor: "white", stopOpacity: "0" })))));
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function TcapIcon(props: any): any;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function TcapIcon(props) {
|
|
4
|
+
const id = `tcap_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { d: "M136 60H58V79H85V127H111V79H136V60Z", fill: "white" }),
|
|
9
|
+
React.createElement("rect", { x: "85", y: "143", width: "26", height: "4", fill: "white" }),
|
|
10
|
+
React.createElement("defs", null,
|
|
11
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
12
|
+
React.createElement("stop", { stopColor: "#444A8C" }),
|
|
13
|
+
React.createElement("stop", { offset: "1", stopColor: "#242748" })))));
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function UsdpIcon(props: any): any;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { v4 as uuid } from 'uuid';
|
|
3
|
+
export default function UsdpIcon(props) {
|
|
4
|
+
const id = `usdp_icon_${uuid()}`;
|
|
5
|
+
const fill = `url(#${id})`;
|
|
6
|
+
return (React.createElement("svg", Object.assign({ width: "193", height: "193", viewBox: "0 0 193 193", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
7
|
+
React.createElement("circle", { cx: "96.5", cy: "96.5", r: "96.5", fill: fill }),
|
|
8
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M103.417 45.3059C103.683 45.5742 103.721 46.5947 103.721 53.5671C103.721 60.5396 103.758 61.56 104.024 61.8283C104.294 62.1001 105.724 62.1342 116.855 62.1342C127.986 62.1342 129.416 62.1683 129.686 62.4401C130.141 62.8992 130.141 72.4675 129.686 72.9266C129.416 73.1984 127.986 73.2325 116.855 73.2325C105.724 73.2325 104.294 73.2666 104.024 73.5384C103.757 73.8075 103.721 74.8904 103.721 82.4949V91.1456L108.211 91.1491C111.658 91.1518 113.219 91.2371 114.925 91.5159C122.529 92.7589 128.209 96.8904 130.655 102.959C131.744 105.66 131.978 106.976 131.998 110.519C132.019 114.032 131.888 114.979 130.993 117.817C129.552 122.383 125.657 126.546 120.966 128.532C117.245 130.108 113.92 130.671 108.336 130.671C104.95 130.671 104.281 130.719 104.024 130.977C103.758 131.245 103.721 132.275 103.721 139.336C103.721 146.396 103.683 147.426 103.417 147.694C103.154 147.959 102.297 148 96.9604 148C91.624 148 90.7668 147.959 90.5035 147.694C90.2376 147.426 90.2001 146.396 90.2001 139.336C90.2001 132.275 90.1626 131.245 89.8967 130.977C89.6268 130.705 88.1967 130.671 77.0658 130.671C65.9349 130.671 64.5048 130.637 64.235 130.365C63.7803 129.907 63.7803 120.727 64.235 120.268C64.5048 119.996 65.9349 119.962 77.0658 119.962C88.1967 119.962 89.6268 119.928 89.8967 119.656C90.1632 119.387 90.2001 118.325 90.2001 110.933C90.2001 104.647 90.2588 102.457 90.4319 102.283C90.7637 101.948 103.157 101.948 103.489 102.283C103.662 102.457 103.721 104.647 103.721 110.933C103.721 118.325 103.758 119.387 104.024 119.656C104.267 119.901 104.799 119.962 106.68 119.962C112.402 119.961 115.895 118.487 117.468 115.41C118.149 114.078 118.396 112.906 118.396 111.006C118.396 108.244 117.63 106.168 116.05 104.654C114.091 102.775 111.922 102.098 107.294 101.92C105.594 101.855 104.095 101.715 103.962 101.609C103.78 101.464 103.721 100.159 103.721 96.2841V91.1506L97.0087 91.0994L90.2967 91.0482L90.2001 82.2305C90.1174 74.6769 90.062 73.3863 89.8138 73.2282C89.2299 72.8565 84.2219 73.0958 81.8324 73.6099C80.4983 73.8967 78.3445 75.0961 77.5288 76.0063C75.2689 78.5278 74.7594 83.0884 76.3705 86.3743C77.1605 87.9855 78.0953 88.9195 79.7854 89.7863C81.6458 90.7402 83.04 91.0106 86.7234 91.1317L90.1035 91.2429L90.1551 96.2813C90.1916 99.8353 90.142 101.398 89.9867 101.587C89.8113 101.8 88.8956 101.851 85.4926 101.838C81.3731 101.822 80.4516 101.756 77.935 101.293C74.7532 100.708 71.0621 99.038 68.582 97.0609C65.632 94.7095 63.4828 91.3023 62.4854 87.3949C62.0622 85.7378 62 85.0799 62 82.2619C62 79.4538 62.0653 78.7575 62.4978 76.9584C63.9655 70.8516 67.8492 66.5081 73.9754 64.1218C77.2539 62.8447 80.79 62.3293 86.2751 62.3291C89.0337 62.3289 89.6442 62.2773 89.8967 62.023C90.1626 61.7547 90.2001 60.7253 90.2001 53.6645C90.2001 46.6036 90.2376 45.5742 90.5035 45.3059C90.7668 45.0407 91.624 45 96.9604 45C102.297 45 103.154 45.0407 103.417 45.3059Z", fill: "white" }),
|
|
9
|
+
React.createElement("defs", null,
|
|
10
|
+
React.createElement("linearGradient", { id: id, x1: "96.5", y1: "0", x2: "96.5", y2: "193", gradientUnits: "userSpaceOnUse" },
|
|
11
|
+
React.createElement("stop", { stopColor: "#27BB49" }),
|
|
12
|
+
React.createElement("stop", { offset: "1", stopColor: "#117127" })))));
|
|
13
|
+
}
|