@matchain/matchid-sdk-react 0.1.48-alpha.10 → 0.1.48-alpha.2
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/dist/assets/icon/index.d.mts +2 -11
- package/dist/assets/icon/index.d.ts +2 -11
- package/dist/assets/icon/index.js +2 -93
- package/dist/assets/icon/index.js.map +1 -1
- package/dist/assets/icon/index.mjs +1 -9
- package/dist/{chunk-YGFOHQU6.mjs → chunk-6HRRPZPM.mjs} +2 -2
- package/dist/{chunk-LHNKZISB.mjs → chunk-A5D3NKTK.mjs} +4 -91
- package/dist/chunk-A5D3NKTK.mjs.map +1 -0
- package/dist/{chunk-2LRK5L4Z.mjs → chunk-D6IUBR7S.mjs} +446 -1442
- package/dist/chunk-D6IUBR7S.mjs.map +1 -0
- package/dist/{chunk-MXBUBTKR.mjs → chunk-LNSJ3ZXG.mjs} +5 -11
- package/dist/chunk-LNSJ3ZXG.mjs.map +1 -0
- package/dist/components/index.d.mts +3 -3
- package/dist/components/index.d.ts +3 -3
- package/dist/components/index.js +448 -1689
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -12
- package/dist/hooks/api/index.d.mts +2 -2
- package/dist/hooks/api/index.d.ts +2 -2
- package/dist/hooks/api/index.js +185 -265
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +4 -5
- package/dist/hooks/index.d.mts +2 -3
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.js +171 -1563
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +3 -12
- package/dist/index-BHVMQGZj.d.mts +173 -0
- package/dist/{index-BxPB2IQ2.d.ts → index-BIgM4fy0.d.mts} +8 -29
- package/dist/{index-NzZ-mfGZ.d.mts → index-BVatQlwF.d.mts} +2 -5
- package/dist/{index-DZ-eQkIA.d.mts → index-Bb7IkjUW.d.mts} +1 -1
- package/dist/{index-CE20hVl1.d.mts → index-BwD1ij0H.d.ts} +8 -29
- package/dist/{index-BQPieWF9.d.ts → index-C2-M-aBb.d.ts} +3 -4
- package/dist/{index-DAEvA2P4.d.ts → index-CGs_yTFg.d.ts} +4 -28
- package/dist/{index-C9s2Ea9O.d.ts → index-CKiK4KHj.d.ts} +1 -1
- package/dist/{index-BsmYcQQU.d.mts → index-DamklTOJ.d.mts} +3 -4
- package/dist/index-DgAnNnit.d.ts +173 -0
- package/dist/{index-BEwCPHZr.d.mts → index-M7ZB3yR5.d.mts} +4 -28
- package/dist/{index-88JSE0j2.d.ts → index-RfA22r-Z.d.ts} +2 -5
- package/dist/index.css +4 -468
- package/dist/index.d.mts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +1004 -2142
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -11
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/{types-BZoVuUty.d.mts → types-DQq17lf4.d.mts} +33 -48
- package/dist/{types-BZoVuUty.d.ts → types-DQq17lf4.d.ts} +33 -48
- package/dist/ui/index.d.mts +3 -3
- package/dist/ui/index.d.ts +3 -3
- package/dist/ui/index.js +62 -80
- package/dist/ui/index.js.map +1 -1
- package/dist/ui/index.mjs +2 -2
- package/example/src/pages/Wallet/components/MatchWallet.tsx +10 -24
- package/package.json +1 -7
- package/dist/chunk-2LRK5L4Z.mjs.map +0 -1
- package/dist/chunk-5JHHHLG4.mjs +0 -136
- package/dist/chunk-5JHHHLG4.mjs.map +0 -1
- package/dist/chunk-LHNKZISB.mjs.map +0 -1
- package/dist/chunk-MXBUBTKR.mjs.map +0 -1
- package/dist/index-DIxrMLXq.d.ts +0 -3295
- package/dist/index-P71uc8y5.d.mts +0 -3295
- package/dist/utils/index.d.mts +0 -26
- package/dist/utils/index.d.ts +0 -26
- package/dist/utils/index.js +0 -181
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/index.mjs +0 -30
- package/dist/utils/index.mjs.map +0 -1
- /package/dist/{chunk-YGFOHQU6.mjs.map → chunk-6HRRPZPM.mjs.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { q as IconProps$1 } from '../../types-DQq17lf4.mjs';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -43,7 +43,6 @@ interface LoadingIconProps {
|
|
|
43
43
|
size?: number;
|
|
44
44
|
className?: string;
|
|
45
45
|
color?: string;
|
|
46
|
-
rotate?: boolean;
|
|
47
46
|
}
|
|
48
47
|
declare const LoadingIcon: React.FC<LoadingIconProps>;
|
|
49
48
|
|
|
@@ -133,12 +132,4 @@ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runt
|
|
|
133
132
|
|
|
134
133
|
declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
135
134
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
139
|
-
|
|
140
|
-
declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
141
|
-
|
|
142
|
-
declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
143
|
-
|
|
144
|
-
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSendIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TransferIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
135
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React, { CSSProperties } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { q as IconProps$1 } from '../../types-DQq17lf4.js';
|
|
4
4
|
|
|
5
5
|
declare function BackIcon({ color, size, className, style }: {
|
|
6
6
|
color?: string;
|
|
@@ -43,7 +43,6 @@ interface LoadingIconProps {
|
|
|
43
43
|
size?: number;
|
|
44
44
|
className?: string;
|
|
45
45
|
color?: string;
|
|
46
|
-
rotate?: boolean;
|
|
47
46
|
}
|
|
48
47
|
declare const LoadingIcon: React.FC<LoadingIconProps>;
|
|
49
48
|
|
|
@@ -133,12 +132,4 @@ declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runt
|
|
|
133
132
|
|
|
134
133
|
declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
135
134
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
139
|
-
|
|
140
|
-
declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element;
|
|
141
|
-
|
|
142
|
-
declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element;
|
|
143
|
-
|
|
144
|
-
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSendIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, InfoLineIcon, InfoRoundIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TransferIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
135
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, BTCDarkIcon, BTCLightIcon, BackIcon, BitgetIcon, CheckIcon, CheckRoundIcon, CloseEyeIcon, CloseIcon, CloseRoundIcon, CopyIcon, DeleteRoundIcon, DiscordIcon, EVMDarkIcon, EVMLightIcon, EmailIcon, EmailLineIcon, ErrorRoundIcon, FacebookIcon, GithubIcon, GoogleIcon, LeatherIcon, LinkedinIcon, LoadingIcon, LoginIcon, OKXIcon, OpenEyeIcon, PasswordRoundIcon, SOLDarkIcon, SOLLightIcon, TRXDarkIcon, TRXLightIcon, TelegramIcon, TonLightIcon$1 as TonDarkIcon, TonLightIcon, TronLinkIcon, UnLoginIcon, UnisatIcon, WalletIcon, XIcon, XverseIcon, YoutubeIcon };
|
|
@@ -23,7 +23,6 @@ __export(icon_exports, {
|
|
|
23
23
|
ArrowDownIcon: () => ArrowDownIcon,
|
|
24
24
|
ArrowLeftIcon: () => ArrowLeftIcon,
|
|
25
25
|
ArrowRightIcon: () => ArrowRightIcon,
|
|
26
|
-
ArrowSendIcon: () => ArrowSendIcon,
|
|
27
26
|
BTCDarkIcon: () => BTCDarkIcon,
|
|
28
27
|
BTCLightIcon: () => BTCLightIcon,
|
|
29
28
|
BackIcon: () => BackIcon,
|
|
@@ -44,8 +43,6 @@ __export(icon_exports, {
|
|
|
44
43
|
FacebookIcon: () => FacebookIcon,
|
|
45
44
|
GithubIcon: () => GithubIcon,
|
|
46
45
|
GoogleIcon: () => GoogleIcon,
|
|
47
|
-
InfoLineIcon: () => InfoLineIcon,
|
|
48
|
-
InfoRoundIcon: () => InfoRoundIcon,
|
|
49
46
|
LeatherIcon: () => LeatherIcon,
|
|
50
47
|
LinkedinIcon: () => LinkedinIcon,
|
|
51
48
|
LoadingIcon: () => LoadingIcon_default,
|
|
@@ -60,7 +57,6 @@ __export(icon_exports, {
|
|
|
60
57
|
TelegramIcon: () => TelegramIcon,
|
|
61
58
|
TonDarkIcon: () => TonLightIcon,
|
|
62
59
|
TonLightIcon: () => TonLightIcon2,
|
|
63
|
-
TransferIcon: () => TransferIcon,
|
|
64
60
|
TronLinkIcon: () => TronLinkIcon,
|
|
65
61
|
UnLoginIcon: () => UnLoginIcon_default,
|
|
66
62
|
UnisatIcon: () => UnisatIcon,
|
|
@@ -257,7 +253,7 @@ function CloseRoundIcon({ size = 30, ...props }) {
|
|
|
257
253
|
|
|
258
254
|
// src/assets/icon/LoadingIcon.tsx
|
|
259
255
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
260
|
-
var LoadingIcon = ({ size = 22, className = "", color = "white"
|
|
256
|
+
var LoadingIcon = ({ size = 22, className = "", color = "white" }) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
261
257
|
"svg",
|
|
262
258
|
{
|
|
263
259
|
width: size,
|
|
@@ -265,7 +261,7 @@ var LoadingIcon = ({ size = 22, className = "", color = "white", rotate = false
|
|
|
265
261
|
viewBox: "0 0 22 22",
|
|
266
262
|
fill: "none",
|
|
267
263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
268
|
-
className
|
|
264
|
+
className,
|
|
269
265
|
children: [
|
|
270
266
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { d: "M11 1V3.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
271
267
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { opacity: "0.3", d: "M3.92834 3.92871L5.69977 5.70017", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
@@ -1170,95 +1166,11 @@ function ErrorRoundIcon({
|
|
|
1170
1166
|
)
|
|
1171
1167
|
] });
|
|
1172
1168
|
}
|
|
1173
|
-
|
|
1174
|
-
// src/assets/icon/InfoLineIcon.tsx
|
|
1175
|
-
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1176
|
-
function InfoLineIcon({
|
|
1177
|
-
size,
|
|
1178
|
-
color = "#6E6E6E",
|
|
1179
|
-
...props
|
|
1180
|
-
}) {
|
|
1181
|
-
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1182
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { clipPath: "url(#clip0_418_7746)", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
1183
|
-
"path",
|
|
1184
|
-
{
|
|
1185
|
-
fillRule: "evenodd",
|
|
1186
|
-
clipRule: "evenodd",
|
|
1187
|
-
d: "M7.99984 0.666504C3.94975 0.666504 0.666504 3.94975 0.666504 7.99984C0.666504 12.0499 3.94975 15.3332 7.99984 15.3332C12.0499 15.3332 15.3332 12.0499 15.3332 7.99984C15.3332 3.94975 12.0499 0.666504 7.99984 0.666504ZM1.99984 7.99984C1.99984 4.68613 4.68613 1.99984 7.99984 1.99984C11.3135 1.99984 13.9998 4.68613 13.9998 7.99984C13.9998 11.3135 11.3135 13.9998 7.99984 13.9998C4.68613 13.9998 1.99984 11.3135 1.99984 7.99984ZM8.6665 7.33317C8.6665 6.96498 8.36803 6.6665 7.99984 6.6665C7.63165 6.6665 7.33317 6.96498 7.33317 7.33317V11.3332C7.33317 11.7014 7.63165 11.9998 7.99984 11.9998C8.36803 11.9998 8.6665 11.7014 8.6665 11.3332V7.33317ZM7.99984 5.33317C8.36803 5.33317 8.6665 5.03469 8.6665 4.6665C8.6665 4.29831 8.36803 3.99984 7.99984 3.99984C7.63165 3.99984 7.33317 4.29831 7.33317 4.6665C7.33317 5.03469 7.63165 5.33317 7.99984 5.33317Z",
|
|
1188
|
-
fill: color
|
|
1189
|
-
}
|
|
1190
|
-
) }),
|
|
1191
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("clipPath", { id: "clip0_418_7746", children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1192
|
-
] });
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
// src/assets/icon/InfoRoundIcon.tsx
|
|
1196
|
-
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1197
|
-
function InfoRoundIcon({
|
|
1198
|
-
size = 16,
|
|
1199
|
-
color = "#F14141",
|
|
1200
|
-
...props
|
|
1201
|
-
}) {
|
|
1202
|
-
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
|
|
1203
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "8", cy: "8", r: "8", fill: color }),
|
|
1204
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("path", { d: "M8 4V8.8", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round" }),
|
|
1205
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "8.0002", cy: "11.2004", r: "0.8", fill: "white" })
|
|
1206
|
-
] });
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
// src/assets/icon/TransferIcon.tsx
|
|
1210
|
-
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1211
|
-
function TransferIcon({ size = 40, ...props }) {
|
|
1212
|
-
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("svg", { width: size, height: size, viewBox: "0 0 40 40", ...props, fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
1213
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { x: "2", y: "2", width: "36", height: "36", rx: "18", fill: "white" }),
|
|
1214
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("rect", { x: "2", y: "2", width: "36", height: "36", rx: "18", stroke: "#F8F8F8", strokeWidth: "4" }),
|
|
1215
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1216
|
-
"path",
|
|
1217
|
-
{
|
|
1218
|
-
d: "M18.666 12.8913L18.666 26.2246L14.666 21.6413",
|
|
1219
|
-
stroke: "black",
|
|
1220
|
-
strokeWidth: "1.4",
|
|
1221
|
-
strokeLinecap: "round",
|
|
1222
|
-
strokeLinejoin: "round"
|
|
1223
|
-
}
|
|
1224
|
-
),
|
|
1225
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
1226
|
-
"path",
|
|
1227
|
-
{
|
|
1228
|
-
d: "M22.2217 12.8913L22.2217 26.2246L26.2217 21.6413",
|
|
1229
|
-
stroke: "black",
|
|
1230
|
-
strokeWidth: "1.4",
|
|
1231
|
-
strokeLinecap: "round",
|
|
1232
|
-
strokeLinejoin: "round"
|
|
1233
|
-
}
|
|
1234
|
-
)
|
|
1235
|
-
] });
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
// src/assets/icon/ArrowSendIcon.tsx
|
|
1239
|
-
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1240
|
-
function ArrowSendIcon({
|
|
1241
|
-
size = 34,
|
|
1242
|
-
color = "#6E6E6E",
|
|
1243
|
-
...props
|
|
1244
|
-
}) {
|
|
1245
|
-
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("svg", { width: size, height: size, viewBox: "0 0 34 34", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
1246
|
-
"path",
|
|
1247
|
-
{
|
|
1248
|
-
d: "M22.6567 11.313L11.343 22.6267M22.6567 11.313L22.6567 19.7982M22.6567 11.313L14.1714 11.313",
|
|
1249
|
-
stroke: color,
|
|
1250
|
-
strokeWidth: "2",
|
|
1251
|
-
strokeLinecap: "round",
|
|
1252
|
-
strokeLinejoin: "round"
|
|
1253
|
-
}
|
|
1254
|
-
) });
|
|
1255
|
-
}
|
|
1256
1169
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1257
1170
|
0 && (module.exports = {
|
|
1258
1171
|
ArrowDownIcon,
|
|
1259
1172
|
ArrowLeftIcon,
|
|
1260
1173
|
ArrowRightIcon,
|
|
1261
|
-
ArrowSendIcon,
|
|
1262
1174
|
BTCDarkIcon,
|
|
1263
1175
|
BTCLightIcon,
|
|
1264
1176
|
BackIcon,
|
|
@@ -1279,8 +1191,6 @@ function ArrowSendIcon({
|
|
|
1279
1191
|
FacebookIcon,
|
|
1280
1192
|
GithubIcon,
|
|
1281
1193
|
GoogleIcon,
|
|
1282
|
-
InfoLineIcon,
|
|
1283
|
-
InfoRoundIcon,
|
|
1284
1194
|
LeatherIcon,
|
|
1285
1195
|
LinkedinIcon,
|
|
1286
1196
|
LoadingIcon,
|
|
@@ -1295,7 +1205,6 @@ function ArrowSendIcon({
|
|
|
1295
1205
|
TelegramIcon,
|
|
1296
1206
|
TonDarkIcon,
|
|
1297
1207
|
TonLightIcon,
|
|
1298
|
-
TransferIcon,
|
|
1299
1208
|
TronLinkIcon,
|
|
1300
1209
|
UnLoginIcon,
|
|
1301
1210
|
UnisatIcon,
|