eros-sdk-react
Version:
eros sdk
790 lines (756 loc) • 189 kB
JavaScript
import {
__export
} from "./chunk-J5LGTIGS.mjs";
// src/assets/icon/index.tsx
var icon_exports = {};
__export(icon_exports, {
ArrowDownIcon: () => ArrowDownIcon,
ArrowLeftIcon: () => ArrowLeftIcon,
ArrowRightIcon: () => ArrowRightIcon,
ArrowSendIcon: () => ArrowSendIcon,
BTCDarkIcon: () => BTCDarkIcon,
BTCLightIcon: () => BTCLightIcon,
BackIcon: () => BackIcon,
BitgetIcon: () => BitgetIcon,
CheckIcon: () => CheckIcon,
CheckRoundIcon: () => CheckRoundIcon,
CheckboxCheckedIcon: () => CheckboxCheckedIcon,
CheckboxIcon: () => CheckboxIcon,
CloseEyeIcon: () => CloseEyeIcon,
CloseIcon: () => CloseIcon,
CloseRoundIcon: () => CloseRoundIcon,
CopyIcon: () => CopyIcon,
DeleteRoundIcon: () => DeleteRoundIcon,
DiscordIcon: () => DiscordIcon,
EVMDarkIcon: () => EVMDarkIcon,
EVMLightIcon: () => EVMLightIcon,
EmailIcon: () => EmailIcon,
EmailLineIcon: () => EmailLineIcon,
ErrorRoundIcon: () => ErrorRoundIcon,
FacebookIcon: () => FacebookIcon,
GithubIcon: () => GithubIcon,
GoogleIcon: () => GoogleIcon,
InfoLineIcon: () => InfoLineIcon,
InfoRoundIcon: () => InfoRoundIcon,
InputLengthIcon: () => InputLengthIcon,
KakaoIcon: () => KakaoIcon,
LeatherIcon: () => LeatherIcon,
LinkedinIcon: () => LinkedinIcon,
LoadingIcon: () => LoadingIcon_default,
LoginIcon: () => LoginIcon_default,
MatchIdIcon: () => MatchIdIcon_default,
MoreIcon: () => MoreIcon,
OKXIcon: () => OKXIcon,
OpenEyeIcon: () => OpenEyeIcon,
PasswordRoundIcon: () => PasswordRoundIcon,
PhantomIcon: () => PhantomIcon,
SOLDarkIcon: () => SOLDarkIcon,
SOLLightIcon: () => SOLLightIcon,
TRXDarkIcon: () => TRXDarkIcon,
TRXLightIcon: () => TRXLightIcon,
TelegramIcon: () => TelegramIcon,
TonDarkIcon: () => TonLightIcon,
TonLightIcon: () => TonLightIcon2,
TransferIcon: () => TransferIcon,
TronLinkIcon: () => TronLinkIcon,
UnLoginIcon: () => UnLoginIcon_default,
UnisatIcon: () => UnisatIcon,
WalletIcon: () => WalletIcon,
XIcon: () => XIcon,
XverseIcon: () => XverseIcon,
YoutubeIcon: () => YoutubeIcon
});
// src/assets/icon/BackIcon.tsx
import { jsx } from "react/jsx-runtime";
function BackIcon({
color = "#000",
size = 24,
className,
style
}) {
return /* @__PURE__ */ jsx("svg", { className, style, width: size, height: size, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx(
"path",
{
d: "M11.2917 25.2926C11.1988 25.3855 11.1251 25.4958 11.0748 25.6172C11.0245 25.7386 10.9987 25.8687 10.9987 26.0001C10.9987 26.1315 11.0245 26.2616 11.0748 26.383C11.1251 26.5044 11.1988 26.6147 11.2917 26.7076C11.3846 26.8005 11.4949 26.8742 11.6163 26.9245C11.7377 26.9747 11.8678 27.0006 11.9992 27.0006C12.1306 27.0006 12.2607 26.9747 12.3821 26.9245C12.5035 26.8742 12.6138 26.8005 12.7067 26.7076L22.7067 16.7076C22.7997 16.6147 22.8734 16.5044 22.9238 16.383C22.9741 16.2616 23 16.1315 23 16.0001C23 15.8687 22.9741 15.7385 22.9238 15.6171C22.8734 15.4957 22.7997 15.3854 22.7067 15.2926L12.7067 5.29257C12.5191 5.10493 12.2646 4.99951 11.9992 4.99951C11.7338 4.99951 11.4794 5.10493 11.2917 5.29257C11.1041 5.48021 10.9987 5.7347 10.9987 6.00007C10.9987 6.26543 11.1041 6.51993 11.2917 6.70757L20.5855 16.0001L11.2917 25.2926Z",
fill: color
}
) });
}
// src/assets/icon/CloseIcon.tsx
import { jsx as jsx2 } from "react/jsx-runtime";
function CloseIcon({
color = "#000",
size = 24,
style
}) {
return /* @__PURE__ */ jsx2("svg", { style, width: size, height: size, viewBox: "0 0 29 29", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx2("path", { d: "M1 1L14.5 14.5M28 28L14.5 14.5M14.5 14.5L1 28L28 1", stroke: color, strokeWidth: "2" }) });
}
// src/assets/icon/XIcon.tsx
import { jsx as jsx3, jsxs } from "react/jsx-runtime";
function XIcon({ size = 40 }) {
return /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx3("rect", { width: "40", height: "40", rx: "8", fill: "black" }),
/* @__PURE__ */ jsx3(
"path",
{
d: "M16 10H9L17.2609 21.0145L9.44995 29.9999H12.1L18.4883 22.651L24 30H31L22.3917 18.5223L29.8001 10H27.1501L21.1643 16.8858L16 10ZM25 28L13 12H15L27 28H25Z",
fill: "white"
}
)
] });
}
// src/assets/icon/GoogleIcon.tsx
import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
function GoogleIcon({ size = 40 }) {
return /* @__PURE__ */ jsxs2("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx4("rect", { width: "40", height: "40", rx: "8", fill: "#F8F8F8" }),
/* @__PURE__ */ jsx4(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M31.52 20.2729C31.52 19.422 31.4436 18.6038 31.3018 17.8184H20V22.4602H26.4582C26.18 23.9602 25.3345 25.2311 24.0636 26.082V29.0929H27.9418C30.2109 27.0038 31.52 23.9274 31.52 20.2729Z",
fill: "#4285F4"
}
),
/* @__PURE__ */ jsx4(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 32.0003C23.24 32.0003 25.9564 30.9257 27.9418 29.093L24.0636 26.0821C22.9891 26.8021 21.6145 27.2275 20 27.2275C16.8745 27.2275 14.2291 25.1166 13.2855 22.2803H9.27637V25.3894C11.2509 29.3112 15.3091 32.0003 20 32.0003Z",
fill: "#34A853"
}
),
/* @__PURE__ */ jsx4(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.2855 22.2804C13.0455 21.5604 12.9091 20.7913 12.9091 20.0004C12.9091 19.2095 13.0455 18.4404 13.2855 17.7204V14.6113H9.27636C8.46364 16.2313 8 18.0641 8 20.0004C8 21.9368 8.46364 23.7695 9.27636 25.3895L13.2855 22.2804Z",
fill: "#FBBC05"
}
),
/* @__PURE__ */ jsx4(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M20 12.7727C21.7618 12.7727 23.3436 13.3782 24.5873 14.5673L28.0291 11.1255C25.9509 9.18909 23.2345 8 20 8C15.3091 8 11.2509 10.6891 9.27637 14.6109L13.2855 17.72C14.2291 14.8836 16.8745 12.7727 20 12.7727Z",
fill: "#EA4335"
}
)
] });
}
// src/assets/icon/WalletIcon.tsx
import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
function WalletIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs3("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx5("rect", { width: "40", height: "40", rx: "8", fill: "url(#paint0_linear_412_1774)" }),
/* @__PURE__ */ jsx5(
"path",
{
d: "M32.3335 19.1112V17.3333C32.3335 15.1242 30.5426 13.3333 28.3335 13.3333H25.6668M32.3335 19.1112H25.1112C23.2089 19.1112 21.6668 20.6533 21.6668 22.5556C21.6668 24.4579 23.2089 26 25.1112 26H32.3335M32.3335 19.1112C33.0699 19.1112 33.6668 19.7081 33.6668 20.4445V24.6667C33.6668 25.403 33.0699 26 32.3335 26M32.3335 26V28C32.3335 30.2091 30.5426 32 28.3335 32H11.0002C8.79102 32 7.00016 30.2091 7.00016 28V17.3333C7.00016 15.5917 8.11324 14.1101 9.66683 13.5609M25.6668 13.3333H11.0002C10.5326 13.3333 10.0839 13.4135 9.66683 13.5609M25.6668 13.3333V11.75C25.6668 9.91548 23.8575 8.62884 22.1247 9.2311L9.66683 13.5609",
stroke: "white",
strokeWidth: "1.33333",
strokeLinecap: "round",
strokeLinejoin: "round"
}
),
/* @__PURE__ */ jsx5("circle", { cx: "26.1668", cy: "22.8335", r: "2", fill: "white" }),
/* @__PURE__ */ jsx5("defs", { children: /* @__PURE__ */ jsxs3("linearGradient", { id: "paint0_linear_412_1774", x1: "20", y1: "0", x2: "20", y2: "40", gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ jsx5("stop", { stopColor: "#FFB950" }),
/* @__PURE__ */ jsx5("stop", { offset: "0.475", stopColor: "#FF7A60" }),
/* @__PURE__ */ jsx5("stop", { offset: "1", stopColor: "#FF3C4A" })
] }) })
] });
}
// src/assets/icon/TelegramIcon.tsx
import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
function TelegramIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs4("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx6("rect", { width: "40", height: "40", rx: "8", fill: "#28A7E8" }),
/* @__PURE__ */ jsx6(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9.65904 18.6099C16.1373 15.7874 20.4571 13.9267 22.6186 13.0277C28.7899 10.4608 30.0723 10.0149 30.9081 10.0002C31.0919 9.99692 31.503 10.0425 31.7692 10.2585C31.994 10.4409 32.0559 10.6874 32.0855 10.8603C32.1151 11.0333 32.1519 11.4273 32.1226 11.7351C31.7882 15.249 30.3411 23.7762 29.605 27.7118C29.2935 29.3771 28.6801 29.9354 28.0863 29.9901C26.7958 30.1088 25.8159 29.1372 24.566 28.3179C22.6101 27.0358 21.5052 26.2377 19.6067 24.9867C17.4127 23.5408 18.835 22.7462 20.0853 21.4475C20.4126 21.1076 26.0985 15.9358 26.2085 15.4667C26.2223 15.408 26.2351 15.1893 26.1051 15.0738C25.9752 14.9583 25.7834 14.9978 25.645 15.0292C25.4489 15.0737 22.3244 17.1389 16.2715 21.2247C15.3847 21.8337 14.5814 22.1304 13.8616 22.1149C13.0682 22.0977 11.5419 21.6663 10.4073 21.2974C9.0156 20.8451 7.90953 20.6059 8.00585 19.8376C8.05601 19.4374 8.60708 19.0282 9.65904 18.6099Z",
fill: "white"
}
)
] });
}
// src/assets/icon/EmailIcon.tsx
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
function EmailIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs5("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 40 40", fill: "none", children: [
/* @__PURE__ */ jsx7("rect", { width: "40", height: "40", rx: "8", fill: "url(#paint0_linear_124_10994)" }),
/* @__PURE__ */ jsx7(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M30.8867 12.5448C30.9585 12.4862 31 12.3997 31 12.3085C31 12.1381 30.8581 12 30.683 12H9.49205C9.2203 12 9 12.2144 9 12.4789C9 12.6212 9.06508 12.7562 9.17759 12.8472L19.5082 21.2008C19.7333 21.3828 20.06 21.3821 20.2842 21.199L30.8867 12.5448ZM9.99246 15.2938C9.59792 14.9748 9 15.2478 9 15.7471V27.9107C9 28.2362 9.27109 28.5 9.6055 28.5H30.3945C30.7289 28.5 31 28.2362 31 27.9107V15.5103C31 15.0098 30.3994 14.7372 30.0054 15.0588L20.353 22.9375C20.0642 23.1732 19.7375 23.1739 19.5124 22.9919L9.99246 15.2938Z",
fill: "white"
}
),
/* @__PURE__ */ jsx7("defs", { children: /* @__PURE__ */ jsxs5("linearGradient", { id: "paint0_linear_124_10994", x1: "20", y1: "0", x2: "20", y2: "40", gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ jsx7("stop", { stopColor: "#FFB950" }),
/* @__PURE__ */ jsx7("stop", { offset: "0.475", stopColor: "#FF7A60" }),
/* @__PURE__ */ jsx7("stop", { offset: "1", stopColor: "#FF3C4A" })
] }) })
] });
}
// src/assets/icon/ArrowRightIcon.tsx
import { jsx as jsx8 } from "react/jsx-runtime";
function ArrowRightIcon({
color = "#000",
size = 20,
className,
style
}) {
return /* @__PURE__ */ jsx8("svg", { className, style, width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx8(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.4733 3.97314L10.7367 4.70971L15.3734 9.34641L3.15374 9.34641L3.15374 10.385L15.3734 10.385L10.7367 15.0217L11.4733 15.7583L17.3658 9.8657L11.4733 3.97314Z",
fill: color
}
) });
}
// src/assets/icon/CloseRoundIcon.tsx
import { jsx as jsx9, jsxs as jsxs6 } from "react/jsx-runtime";
function CloseRoundIcon({ size = 30, ...props }) {
return /* @__PURE__ */ jsxs6("svg", { width: size, height: size, ...props, viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx9("rect", { width: "30", height: "30", rx: "15", fill: "#F9F9F9" }),
/* @__PURE__ */ jsx9("path", { d: "M10.7574 10.7573L19.2426 19.2426", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" }),
/* @__PURE__ */ jsx9("path", { d: "M19.2426 10.7573L10.7574 19.2426", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round" })
] });
}
// src/assets/icon/LoadingIcon.tsx
import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
var LoadingIcon = ({ size = 22, className = "", color = "white", rotate = false }) => /* @__PURE__ */ jsxs7(
"svg",
{
width: size,
height: size,
viewBox: "0 0 22 22",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
className: className + " " + (rotate ? "matchid-rotate" : ""),
children: [
/* @__PURE__ */ jsx10("path", { d: "M11 1V3.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.3", d: "M3.92834 3.92871L5.69977 5.70017", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.4", d: "M1 11H3.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.5", d: "M3.92834 18.0722L5.69977 16.3008", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.6", d: "M11 21V18.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.7", d: "M18.0715 18.0722L16.3 16.3008", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.8", d: "M21 11H18.5", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
/* @__PURE__ */ jsx10("path", { opacity: "0.9", d: "M18.0715 3.92871L16.3 5.70017", stroke: color, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })
]
}
);
var LoadingIcon_default = LoadingIcon;
// src/assets/icon/EmailLineIcon.tsx
import { jsx as jsx11 } from "react/jsx-runtime";
function EmailLineIcon({
size = 24,
color = "black",
...props
}) {
return /* @__PURE__ */ jsx11("svg", { width: size, height: size, ...props, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx11(
"path",
{
d: "M3 8.00049L10.8906 13.2609C11.5624 13.7088 12.4376 13.7088 13.1094 13.2609L21 8.00049M5 19.0005H19C20.1046 19.0005 21 18.1051 21 17.0005V7.00049C21 5.89592 20.1046 5.00049 19 5.00049H5C3.89543 5.00049 3 5.89592 3 7.00049V17.0005C3 18.1051 3.89543 19.0005 5 19.0005Z",
stroke: color,
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
) });
}
// src/assets/icon/UnLoginIcon.tsx
import { jsx as jsx12 } from "react/jsx-runtime";
var UnLoginIcon = ({ size = 32, color = "white", ...props }) => /* @__PURE__ */ jsx12("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 32 32", fill: "none", ...props, children: /* @__PURE__ */ jsx12(
"path",
{
d: "M24 14L26 12M24 14L22 12M24 14L22 16M24 14L26 16M18 12C18 14.2091 16.2091 16 14 16C11.7909 16 10 14.2091 10 12C10 9.79086 11.7909 8 14 8C16.2091 8 18 9.79086 18 12ZM10 19H18C20.2091 19 22 20.7909 22 23C22 23.5523 21.5523 24 21 24H7C6.44772 24 6 23.5523 6 23C6 20.7909 7.79086 19 10 19Z",
stroke: color,
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
) });
var UnLoginIcon_default = UnLoginIcon;
// src/assets/icon/LoginIcon.tsx
import { jsx as jsx13, jsxs as jsxs8 } from "react/jsx-runtime";
var LoginIcon = ({ size = 32, color = "white", ...props }) => /* @__PURE__ */ jsxs8("svg", { width: size, height: size, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ jsx13("rect", { width: "32", height: "32", rx: "16" }),
/* @__PURE__ */ jsx13(
"path",
{
d: "M22.5 14L24 15.5L27 12.5M19 11C19 13.2091 17.2091 15 15 15C12.7909 15 11 13.2091 11 11C11 8.79086 12.7909 7 15 7C17.2091 7 19 8.79086 19 11ZM11 18H19C21.2091 18 23 19.7909 23 22C23 22.5523 22.5523 23 22 23H8C7.44772 23 7 22.5523 7 22C7 19.7909 8.79086 18 11 18Z",
stroke: "white",
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
)
] });
var LoginIcon_default = LoginIcon;
// src/assets/icon/CheckRoundIcon.tsx
import { jsx as jsx14, jsxs as jsxs9 } from "react/jsx-runtime";
function CheckRoundIcon({
size,
color = "#2CBF68",
...props
}) {
return /* @__PURE__ */ jsxs9("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ jsxs9("g", { clipPath: "url(#clip0_418_7699)", children: [
/* @__PURE__ */ jsx14(
"path",
{
d: "M14.6668 8.00016C14.6668 11.6821 11.6821 14.6668 8.00016 14.6668C4.31826 14.6668 1.3335 11.6821 1.3335 8.00016C1.3335 4.31826 4.31826 1.3335 8.00016 1.3335C11.6821 1.3335 14.6668 4.31826 14.6668 8.00016Z",
fill: color,
stroke: color,
strokeLinecap: "round"
}
),
/* @__PURE__ */ jsx14(
"path",
{
d: "M10.6867 5.97994C10.882 6.1752 10.882 6.49179 10.6867 6.68705L7.35339 10.0204C7.15813 10.2156 6.84155 10.2156 6.64628 10.0204L5.31295 8.68705C5.11769 8.49179 5.11769 8.1752 5.31295 7.97994C5.50821 7.78468 5.8248 7.78468 6.02006 7.97994L6.99984 8.95972L8.48973 7.46983L9.97962 5.97994C10.1749 5.78468 10.4915 5.78468 10.6867 5.97994Z",
fill: "white"
}
)
] }),
/* @__PURE__ */ jsx14("defs", { children: /* @__PURE__ */ jsx14("clipPath", { id: "clip0_418_7699", children: /* @__PURE__ */ jsx14("rect", { width: "16", height: "16", fill: "white" }) }) })
] });
}
// src/assets/icon/PasswordRoundIcon.tsx
import { jsx as jsx15, jsxs as jsxs10 } from "react/jsx-runtime";
function PasswordRoundIcon() {
return /* @__PURE__ */ jsxs10("svg", { width: "40", height: "40", viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx15("rect", { x: "0.5", y: "0.5", width: "39", height: "39", rx: "7.5", fill: "white" }),
/* @__PURE__ */ jsx15("rect", { x: "0.5", y: "0.5", width: "39", height: "39", rx: "7.5", stroke: "black" }),
/* @__PURE__ */ jsx15(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.7673 16.1137C19.962 13.9479 21.7831 12.25 24 12.25C26.3472 12.25 28.25 14.1528 28.25 16.5C28.25 18.8472 26.3472 20.75 24 20.75C23.488 20.75 22.9987 20.6598 22.5461 20.495C21.9175 20.2662 21.1115 20.3279 20.5486 20.8908L19.2626 22.1768C19.2157 22.2237 19.1521 22.25 19.0858 22.25H18C17.3096 22.25 16.75 22.8096 16.75 23.5V24.25H15.5C14.8096 24.25 14.25 24.8096 14.25 25.5V26.5C14.25 26.6381 14.1381 26.75 14 26.75H12C11.8619 26.75 11.75 26.6381 11.75 26.5V23.9538C11.75 23.8817 11.7811 23.8131 11.8354 23.7656L19.1524 17.3632C19.5404 17.0238 19.7275 16.556 19.7673 16.1137ZM24 10.75C20.9997 10.75 18.5369 13.0473 18.2733 15.9794C18.2614 16.1115 18.2107 16.1941 18.1646 16.2344L10.8476 22.6368C10.4678 22.9691 10.25 23.4491 10.25 23.9538V26.5C10.25 27.4665 11.0335 28.25 12 28.25H14C14.9665 28.25 15.75 27.4665 15.75 26.5V25.75H17C17.6904 25.75 18.25 25.1904 18.25 24.5V23.75H19.0858C19.5499 23.75 19.995 23.5656 20.3232 23.2374L21.6092 21.9514C21.6738 21.8868 21.8277 21.8298 22.033 21.9045C22.6476 22.1283 23.3104 22.25 24 22.25C27.1756 22.25 29.75 19.6756 29.75 16.5C29.75 13.3244 27.1756 10.75 24 10.75ZM25 16.5C25.5523 16.5 26 16.0523 26 15.5C26 14.9477 25.5523 14.5 25 14.5C24.4477 14.5 24 14.9477 24 15.5C24 16.0523 24.4477 16.5 25 16.5Z",
fill: "black"
}
)
] });
}
// src/assets/icon/CloseEyeIcon.tsx
import { jsx as jsx16 } from "react/jsx-runtime";
function CloseEyeIcon({
size = 20,
color = "#6E6E6E"
}) {
return /* @__PURE__ */ jsx16("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx16(
"path",
{
d: "M9.15132 12.5568V11.5464C8.21031 11.4949 7.28023 11.3193 6.38524 11.024L6.04233 11.9579C6.00626 12.0669 5.94867 12.1676 5.87299 12.2539C5.79731 12.3403 5.70508 12.4106 5.60174 12.4607C5.4984 12.5108 5.38607 12.5396 5.27139 12.5455C5.15671 12.5514 5.04201 12.5342 4.93409 12.4949C4.82617 12.4557 4.72722 12.3952 4.6431 12.317C4.55898 12.2389 4.49139 12.1446 4.44435 12.0399C4.3973 11.9351 4.37175 11.822 4.36921 11.7072C4.36667 11.5924 4.38719 11.4783 4.42955 11.3715L4.80788 10.3268C4.04603 9.88461 3.32634 9.37345 2.65789 8.79975C2.54358 8.70488 2.42928 8.61687 2.32184 8.52772C2.1442 8.38554 2.03031 8.17862 2.00523 7.95247C1.98015 7.72633 2.04593 7.49948 2.18811 7.32184C2.33028 7.1442 2.5372 7.03031 2.76335 7.00523C2.98949 6.98015 3.21634 7.04593 3.39398 7.18811C3.50828 7.27955 3.62258 7.37099 3.73689 7.47043C5.46065 9.00826 7.68996 9.85815 10 9.85815C12.31 9.85815 14.5393 9.00826 16.2631 7.47043C16.3774 7.37099 16.4917 7.27955 16.606 7.18811C16.694 7.11771 16.7949 7.06533 16.9031 7.03395C17.0114 7.00257 17.1247 6.99281 17.2367 7.00523C17.3486 7.01765 17.4571 7.052 17.5558 7.10632C17.6545 7.16065 17.7415 7.23388 17.8119 7.32184C17.8823 7.4098 17.9347 7.51077 17.9661 7.61897C17.9974 7.72717 18.0072 7.8405 17.9948 7.95247C17.9824 8.06445 17.948 8.17288 17.8937 8.27158C17.8394 8.37028 17.7661 8.45732 17.6782 8.52772L17.3421 8.79975C16.6737 9.37354 15.954 9.88471 15.1921 10.3268L15.5705 11.3715C15.6128 11.4783 15.6333 11.5924 15.6308 11.7072C15.6283 11.822 15.6027 11.9351 15.5557 12.0399C15.5086 12.1446 15.441 12.2389 15.3569 12.317C15.2728 12.3952 15.1738 12.4557 15.0659 12.4949C14.958 12.5342 14.8433 12.5514 14.7286 12.5455C14.6139 12.5396 14.5016 12.5108 14.3983 12.4607C14.2949 12.4106 14.2027 12.3403 14.127 12.2539C14.0513 12.1676 13.9937 12.0669 13.9577 11.9579L13.6148 11.024C12.7198 11.3193 11.7897 11.4949 10.8487 11.5464V12.5568C10.8487 12.7842 10.7584 13.0022 10.5976 13.163C10.4368 13.3238 10.2188 13.4141 9.99143 13.4141C9.76407 13.4141 9.54602 13.3238 9.38526 13.163C9.22449 13.0022 9.13417 12.7842 9.13417 12.5568H9.15132Z",
fill: color
}
) });
}
// src/assets/icon/OpenEyeIcon.tsx
import { jsx as jsx17 } from "react/jsx-runtime";
function OpenEyeIcon({
size = 20,
color = "#6E6E6E"
}) {
return /* @__PURE__ */ jsx17("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx17(
"path",
{
d: "M10 6.4543C11.3373 6.44986 12.6486 6.82287 13.7834 7.53047C14.9181 8.23806 15.8301 9.25151 16.4145 10.4543C15.2145 12.9052 12.7564 14.4543 10 14.4543C7.24364 14.4543 4.78545 12.9052 3.58545 10.4543C4.1699 9.25151 5.08191 8.23806 6.21664 7.53047C7.35136 6.82287 8.66274 6.44986 10 6.4543ZM10 4.99976C6.36364 4.99976 3.25818 7.26157 2 10.4543C3.25818 13.647 6.36364 15.9088 10 15.9088C13.6364 15.9088 16.7418 13.647 18 10.4543C16.7418 7.26157 13.6364 4.99976 10 4.99976ZM10 8.63612C10.4822 8.63617 10.9446 8.82774 11.2855 9.16871C11.6265 9.50968 11.818 9.97212 11.818 10.4543C11.818 10.9365 11.6265 11.3989 11.2855 11.7399C10.9446 12.0809 10.4822 12.2724 10 12.2725C9.51782 12.2724 9.0554 12.0809 8.71447 11.7399C8.37353 11.3989 8.18199 10.9365 8.18199 10.4543C8.18199 9.97212 8.37353 9.50968 8.71447 9.16871C9.0554 8.82774 9.51782 8.63617 10 8.63612ZM10 7.18157C8.19636 7.18157 6.72727 8.65066 6.72727 10.4543C6.72727 12.2579 8.19636 13.727 10 13.727C11.8036 13.727 13.2727 12.2579 13.2727 10.4543C13.2727 8.65066 11.8036 7.18157 10 7.18157Z",
fill: color
}
) });
}
// src/assets/icon/DeleteRoundIcon.tsx
import { jsx as jsx18, jsxs as jsxs11 } from "react/jsx-runtime";
function DeleteRoundIcon({ height = 21, width = 20, color = "var(--matchid-error-color)", ...props }) {
return /* @__PURE__ */ jsxs11("svg", { width, height, viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ jsx18("rect", { y: "0.5", width: "20", height: "20", rx: "10", fill: color }),
/* @__PURE__ */ jsx18("path", { d: "M7.17139 7.67188L12.8282 13.3287", stroke: "white", strokeLinecap: "round" }),
/* @__PURE__ */ jsx18("path", { d: "M12.8286 7.67188L7.17176 13.3287", stroke: "white", strokeLinecap: "round" })
] });
}
// src/assets/icon/FacebookIcon.tsx
import { jsx as jsx19, jsxs as jsxs12 } from "react/jsx-runtime";
function FacebookIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs12("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx19("rect", { width: "40", height: "40", rx: "8", fill: "#1877F2" }),
/* @__PURE__ */ jsx19(
"path",
{
d: "M27.7852 28.9688L28.6719 23.1875H23.125V19.4375C23.125 17.8555 23.8984 16.3125 26.3828 16.3125H28.9062V11.3906C28.9062 11.3906 26.6172 11 24.4297 11C19.8594 11 16.875 13.7695 16.875 18.7813V23.1875H11.7969V28.9688H16.875V42.9453C17.8945 43.1055 18.9375 43.1875 20 43.1875C21.0625 43.1875 22.1055 43.1055 23.125 42.9453V28.9688H27.7852Z",
fill: "white"
}
)
] });
}
// src/assets/icon/ArrowLeftIcon.tsx
import { jsx as jsx20 } from "react/jsx-runtime";
function ArrowLeftIcon({
color = "#000",
width = 24,
height = 25,
...props
}) {
return /* @__PURE__ */ jsx20(
"svg",
{
width,
height,
...props,
viewBox: "0 0 24 25",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ jsx20(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M10.2322 5.26777L11.1161 6.15165L5.55207 11.7157H20.2157L20.2157 12.962L5.55207 12.962L11.1161 18.526L10.2322 19.4099L3.16117 12.3388L10.2322 5.26777Z",
fill: color
}
)
}
);
}
// src/assets/icon/GithubIcon.tsx
import { jsx as jsx21, jsxs as jsxs13 } from "react/jsx-runtime";
function GithubIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs13("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx21("rect", { width: "40", height: "40", rx: "8", fill: "black" }),
/* @__PURE__ */ jsx21(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M19.6836 7C16.434 7.00169 13.2909 8.15263 10.8165 10.247C8.34197 12.3414 6.69741 15.2427 6.17684 18.4321C5.65627 21.6215 6.29363 24.8911 7.97496 27.6561C9.6563 30.4211 12.272 32.5013 15.3542 33.5248C16.0343 33.651 16.2904 33.2295 16.2904 32.8712C16.2904 32.5128 16.2768 31.4738 16.2723 30.3379C12.4642 31.1606 11.6596 28.731 11.6596 28.731C11.0385 27.1533 10.1409 26.7386 10.1409 26.7386C8.89876 25.8957 10.2338 25.9115 10.2338 25.9115C11.6097 26.0084 12.3328 27.3156 12.3328 27.3156C13.5523 29.3958 15.5356 28.7941 16.3153 28.4425C16.4377 27.5613 16.7936 26.9618 17.1857 26.6214C14.1438 26.2789 10.9478 25.1114 10.9478 19.8961C10.929 18.5436 11.4338 17.2356 12.3577 16.2428C12.2172 15.9002 11.748 14.5164 12.4914 12.6367C12.4914 12.6367 13.6407 12.2716 16.2564 14.0318C18.5 13.4217 20.8672 13.4217 23.1108 14.0318C25.7243 12.2716 26.8712 12.6367 26.8712 12.6367C27.617 14.5119 27.1478 15.8957 27.0072 16.2428C27.9341 17.2358 28.4399 18.546 28.4194 19.9007C28.4194 25.1272 25.2166 26.2789 22.1701 26.6147C22.6597 27.0384 23.0972 27.8655 23.0972 29.1367C23.0972 30.9577 23.0814 32.4227 23.0814 32.8712C23.0814 33.234 23.3284 33.6577 24.022 33.5248C27.1047 32.5012 29.7206 30.4206 31.4019 27.6551C33.0832 24.8896 33.7202 21.6196 33.1991 18.4299C32.6779 15.2402 31.0325 12.3389 28.5572 10.2449C26.0819 8.15081 22.9381 7.00062 19.6881 7H19.6836Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M11.1789 26.543C11.1495 26.6106 11.0407 26.6309 10.9523 26.5836C10.8639 26.5362 10.7982 26.4483 10.8299 26.3785C10.8616 26.3086 10.9682 26.2906 11.0566 26.3379C11.145 26.3852 11.2129 26.4754 11.1789 26.543Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M11.7339 27.1582C11.687 27.1817 11.6333 27.1883 11.582 27.1768C11.5308 27.1652 11.4851 27.1364 11.4529 27.0951C11.3645 27.0004 11.3463 26.8697 11.4143 26.8111C11.4823 26.7525 11.6048 26.7796 11.6932 26.8742C11.7816 26.9689 11.8019 27.0996 11.7339 27.1582Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M12.2738 27.9394C12.1899 27.998 12.0471 27.9394 11.9678 27.8222C11.9459 27.8012 11.9284 27.776 11.9165 27.7481C11.9046 27.7202 11.8984 27.6902 11.8984 27.6599C11.8984 27.6296 11.9046 27.5996 11.9165 27.5718C11.9284 27.5439 11.9459 27.5187 11.9678 27.4976C12.0517 27.4413 12.1945 27.4976 12.2738 27.6126C12.3531 27.7275 12.3554 27.8808 12.2738 27.9394Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M13.0055 28.6975C12.9307 28.7809 12.7789 28.7584 12.6542 28.6457C12.5295 28.533 12.5001 28.3797 12.5749 28.2986C12.6497 28.2175 12.8015 28.24 12.9307 28.3505C13.0599 28.4609 13.0849 28.6164 13.0055 28.6975Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M14.0325 29.1386C13.9985 29.2445 13.8444 29.2919 13.6902 29.2468C13.5361 29.2017 13.4341 29.0755 13.4636 28.9673C13.493 28.8591 13.6494 28.8095 13.8058 28.8591C13.9622 28.9087 14.062 29.0282 14.0325 29.1386Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M15.1525 29.216C15.1525 29.3264 15.0256 29.421 14.8624 29.4233C14.6992 29.4256 14.5654 29.3354 14.5654 29.225C14.5654 29.1145 14.6924 29.0199 14.8556 29.0176C15.0188 29.0154 15.1525 29.1033 15.1525 29.216Z",
fill: "white"
}
),
/* @__PURE__ */ jsx21(
"path",
{
d: "M16.1947 29.0423C16.2151 29.1527 16.1018 29.2677 15.9386 29.2947C15.7754 29.3218 15.6326 29.2564 15.6122 29.1482C15.5918 29.0401 15.7096 28.9229 15.8683 28.8936C16.027 28.8643 16.1743 28.9319 16.1947 29.0423Z",
fill: "white"
}
)
] });
}
// src/assets/icon/DiscordIcon.tsx
import { jsx as jsx22, jsxs as jsxs14 } from "react/jsx-runtime";
function DiscordIcon({
size = 40
}) {
return /* @__PURE__ */ jsxs14("svg", { width: size, height: size, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx22("rect", { width: "40", height: "40", rx: "8", fill: "#5865F2" }),
/* @__PURE__ */ jsx22(
"path",
{
d: "M29.7032 10.8237C27.9186 9.97958 26.0048 9.35768 24.0039 9.00149C23.9674 8.99462 23.931 9.0118 23.9123 9.04616C23.6661 9.4974 23.3935 10.0861 23.2026 10.5488C21.0505 10.2167 18.9094 10.2167 16.8014 10.5488C16.6104 10.0758 16.3279 9.4974 16.0807 9.04616C16.0619 9.01295 16.0255 8.99577 15.9891 9.00149C13.9892 9.35654 12.0755 9.97844 10.2898 10.8237C10.2743 10.8306 10.261 10.842 10.2523 10.8569C6.62229 16.4471 5.62789 21.9 6.11571 27.2852C6.11792 27.3116 6.13226 27.3368 6.15213 27.3528C8.54708 29.1658 10.867 30.2664 13.1438 30.996C13.1803 31.0075 13.2189 30.9937 13.2421 30.9628C13.7806 30.2046 14.2607 29.4052 14.6724 28.5645C14.6967 28.5153 14.6735 28.4569 14.6238 28.4374C13.8623 28.1396 13.1372 27.7765 12.4397 27.3642C12.3845 27.331 12.3801 27.2497 12.4309 27.2107C12.5776 27.0974 12.7245 26.9794 12.8646 26.8603C12.89 26.8385 12.9253 26.8339 12.9551 26.8477C17.5375 29.0043 22.4985 29.0043 27.0268 26.8477C27.0566 26.8328 27.0919 26.8374 27.1184 26.8591C27.2586 26.9783 27.4054 27.0974 27.5533 27.2107C27.604 27.2497 27.6007 27.331 27.5455 27.3642C26.848 27.7845 26.1229 28.1396 25.3603 28.4362C25.3106 28.4557 25.2885 28.5153 25.3128 28.5645C25.7333 29.404 26.2134 30.2034 26.742 30.9616C26.7641 30.9937 26.8038 31.0075 26.8403 30.996C29.1282 30.2664 31.4481 29.1658 33.843 27.3528C33.864 27.3368 33.8772 27.3127 33.8794 27.2864C34.4633 21.0604 32.9016 15.6523 29.7396 10.858C29.7319 10.842 29.7186 10.8306 29.7032 10.8237ZM15.3567 24.0062C13.9771 24.0062 12.8403 22.7005 12.8403 21.0971C12.8403 19.4937 13.955 18.188 15.3567 18.188C16.7694 18.188 17.8951 19.5051 17.873 21.0971C17.873 22.7005 16.7583 24.0062 15.3567 24.0062ZM24.6605 24.0062C23.281 24.0062 22.1442 22.7005 22.1442 21.0971C22.1442 19.4937 23.2589 18.188 24.6605 18.188C26.0732 18.188 27.199 19.5051 27.1769 21.0971C27.1769 22.7005 26.0732 24.0062 24.6605 24.0062Z",
fill: "white"
}
)
] });
}
// src/assets/icon/CheckIcon.tsx
import { jsx as jsx23 } from "react/jsx-runtime";
function CheckIcon({
size = 20,
color = "black",
...props
}) {
return /* @__PURE__ */ jsx23("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx23(
"path",
{
d: "M5 9.99996L8.33333 13.3333L15 6.66663",
stroke: color,
strokeWidth: "1.5",
strokeLinecap: "round",
strokeLinejoin: "round"
}
) });
}
// src/assets/icon/CopyIcon.tsx
import { jsx as jsx24 } from "react/jsx-runtime";
function CopyIcon({ size = 20, color = "black", ...props }) {
return /* @__PURE__ */ jsx24("svg", { width: size, height: size, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ jsx24(
"path",
{
d: "M4.16673 12.5009C3.24625 12.5009 2.50006 11.7547 2.50006 10.8342V4.16752C2.50006 3.24705 3.24625 2.50085 4.16673 2.50085H10.8334C11.7539 2.50085 12.5001 3.24705 12.5001 4.16752M9.16673 17.5009H15.8334C16.7539 17.5009 17.5001 16.7547 17.5001 15.8342V9.16752C17.5001 8.24705 16.7539 7.50086 15.8334 7.50086H9.16673C8.24625 7.50086 7.50006 8.24705 7.50006 9.16752V15.8342C7.50006 16.7547 8.24625 17.5009 9.16673 17.5009Z",
stroke: color,
strokeWidth: "1.5",
strokeLinecap: "round"
}
) });
}
// src/assets/icon/LinkedinIcon.tsx
import { jsx as jsx25, jsxs as jsxs15 } from "react/jsx-runtime";
function LinkedinIcon({
size = 40,
...props
}) {
return /* @__PURE__ */ jsxs15("svg", { width: size, height: size, ...props, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx25("rect", { width: "40", height: "40", rx: "8", fill: "#0A66C2" }),
/* @__PURE__ */ jsx25(
"path",
{
d: "M29.376 9H10.624C10.1933 9 9.78023 9.1711 9.47567 9.47567C9.1711 9.78023 9 10.1933 9 10.624V29.376C9 29.8067 9.1711 30.2198 9.47567 30.5243C9.78023 30.8289 10.1933 31 10.624 31H29.376C29.8067 31 30.2198 30.8289 30.5243 30.5243C30.8289 30.2198 31 29.8067 31 29.376V10.624C31 10.1933 30.8289 9.78023 30.5243 9.47567C30.2198 9.1711 29.8067 9 29.376 9ZM15.5572 27.7413H12.2496V17.2347H15.5572V27.7413ZM13.9011 15.7788C13.5259 15.7766 13.1598 15.6634 12.8488 15.4534C12.5379 15.2434 12.2962 14.946 12.1541 14.5987C12.0121 14.2514 11.9761 13.8699 12.0507 13.5022C12.1253 13.1345 12.3072 12.7971 12.5733 12.5326C12.8395 12.2682 13.178 12.0885 13.5462 12.0163C13.9144 11.944 14.2957 11.9825 14.642 12.1267C14.9884 12.271 15.2842 12.5147 15.4923 12.8269C15.7003 13.1392 15.8111 13.5061 15.8108 13.8813C15.8144 14.1324 15.7673 14.3818 15.6724 14.6144C15.5776 14.847 15.4368 15.0582 15.2586 15.2352C15.0804 15.4123 14.8684 15.5517 14.6351 15.6451C14.4019 15.7384 14.1523 15.7839 13.9011 15.7788ZM27.7489 27.7504H24.4428V22.0106C24.4428 20.3178 23.7232 19.7953 22.7943 19.7953C21.8135 19.7953 20.851 20.5347 20.851 22.0533V27.7504H17.5433V17.2424H20.7242V18.6983H20.7669C21.0863 18.0521 22.2046 16.9475 23.9111 16.9475C25.7567 16.9475 27.7504 18.0429 27.7504 21.2513L27.7489 27.7504Z",
fill: "white"
}
)
] });
}
// src/assets/icon/YoutubeIcon.tsx
import { jsx as jsx26, jsxs as jsxs16 } from "react/jsx-runtime";
function YoutubeIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs16("svg", { width: size, height: size, ...{ props }, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx26("rect", { width: "40", height: "40", rx: "8", fill: "#FF0000" }),
/* @__PURE__ */ jsx26(
"path",
{
d: "M33.9855 13.1304C33.656 11.9065 32.691 10.9415 31.4671 10.612C29.231 10 20.287 10 20.287 10C20.287 10 11.3429 10 9.10689 10.5884C7.9065 10.9179 6.91794 11.9065 6.58843 13.1304C6 15.3664 6 20.0032 6 20.0032C6 20.0032 6 24.6636 6.58843 26.876C6.91794 28.1 7.88296 29.065 9.10689 29.3945C11.3664 30.0065 20.287 30.0065 20.287 30.0065C20.287 30.0065 29.231 30.0065 31.4671 29.418C32.691 29.0885 33.656 28.1235 33.9855 26.8996C34.5739 24.6636 34.5739 20.0268 34.5739 20.0268C34.5739 20.0268 34.5975 15.3664 33.9855 13.1304Z",
fill: "white"
}
),
/* @__PURE__ */ jsx26("path", { d: "M17.439 24.2867L24.8767 20.003L17.439 15.7192V24.2867Z", fill: "#FF0000" })
] });
}
// src/assets/icon/BTCDarkIcon.tsx
import { jsx as jsx27 } from "react/jsx-runtime";
function BTCDarkIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsx27(
"svg",
{
width: size,
height: size,
...props,
viewBox: "0 0 40 40",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ jsx27(
"path",
{
d: "M28.763 17.1292C29.1611 14.4674 27.1346 13.0365 24.3634 12.082L25.2624 8.47628L23.0675 7.92936L22.1923 11.4402C21.6153 11.2962 21.0227 11.1606 20.4338 11.0262L21.3152 7.49223L19.1217 6.94531L18.2222 10.5499C17.7447 10.4411 17.2757 10.3337 16.8207 10.2205L16.8232 10.2091L13.7964 9.45329L13.2125 11.7976C13.2125 11.7976 14.841 12.1709 14.8067 12.1939C15.6955 12.4157 15.8562 13.0041 15.8295 13.4704L14.8055 17.5782C14.8667 17.5937 14.9461 17.6162 15.0337 17.6514C14.9604 17.6332 14.8825 17.6134 14.8017 17.594L13.3663 23.3484C13.2577 23.6185 12.982 24.0237 12.3606 23.8698C12.3826 23.9017 10.7653 23.4717 10.7653 23.4717L9.67554 25.9842L12.5319 26.6962C13.0632 26.8295 13.584 26.9689 14.0968 27.1L13.1885 30.7471L15.3809 31.294L16.2803 27.6857C16.8793 27.8483 17.4605 27.9982 18.0295 28.1396L17.1331 31.731L19.3281 32.2779L20.2363 28.6376C23.9791 29.346 26.7934 29.0604 27.9779 25.675C28.9324 22.9494 27.9304 21.3773 25.9613 20.3521C27.3955 20.0213 28.4758 19.0781 28.7638 17.1295L28.7631 17.129L28.763 17.1292ZM23.7481 24.1614C23.0698 26.887 18.4807 25.4136 16.9929 25.0441L18.1982 20.2124C19.6859 20.5838 24.4571 21.3188 23.7482 24.1614H23.7481ZM24.4269 17.0897C23.8082 19.569 19.9886 18.3094 18.7496 18.0006L19.8424 13.6184C21.0814 13.9273 25.0715 14.5037 24.4271 17.0897H24.4269Z",
fill: "black"
}
)
}
);
}
// src/assets/icon/BTCLightIcon.tsx
import { jsx as jsx28 } from "react/jsx-runtime";
function BTCLightIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsx28(
"svg",
{
width: size,
height: size,
...props,
viewBox: "0 0 40 40",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: /* @__PURE__ */ jsx28(
"path",
{
d: "M28.763 17.1292C29.1611 14.4674 27.1346 13.0365 24.3634 12.082L25.2624 8.47628L23.0675 7.92936L22.1923 11.4402C21.6153 11.2962 21.0227 11.1606 20.4338 11.0262L21.3152 7.49223L19.1217 6.94531L18.2222 10.5499C17.7447 10.4411 17.2757 10.3337 16.8207 10.2205L16.8232 10.2091L13.7964 9.45329L13.2125 11.7976C13.2125 11.7976 14.841 12.1709 14.8067 12.1939C15.6955 12.4157 15.8562 13.0041 15.8295 13.4704L14.8055 17.5782C14.8667 17.5937 14.9461 17.6162 15.0337 17.6514C14.9604 17.6332 14.8825 17.6134 14.8017 17.594L13.3663 23.3484C13.2577 23.6185 12.982 24.0237 12.3606 23.8698C12.3826 23.9017 10.7653 23.4717 10.7653 23.4717L9.67554 25.9842L12.5319 26.6962C13.0632 26.8295 13.584 26.9689 14.0968 27.1L13.1885 30.7471L15.3809 31.294L16.2803 27.6857C16.8793 27.8483 17.4605 27.9982 18.0295 28.1396L17.1331 31.731L19.3281 32.2779L20.2363 28.6376C23.9791 29.346 26.7934 29.0604 27.9779 25.675C28.9324 22.9494 27.9304 21.3773 25.9613 20.3521C27.3955 20.0213 28.4758 19.0781 28.7638 17.1295L28.7631 17.129L28.763 17.1292ZM23.7481 24.1614C23.0698 26.887 18.4807 25.4136 16.9929 25.0441L18.1982 20.2124C19.6859 20.5838 24.4571 21.3188 23.7482 24.1614H23.7481ZM24.4269 17.0897C23.8082 19.569 19.9886 18.3094 18.7496 18.0006L19.8424 13.6184C21.0814 13.9273 25.0715 14.5037 24.4271 17.0897H24.4269Z",
fill: "white"
}
)
}
);
}
// src/assets/icon/EVMDarkIcon.tsx
import { jsx as jsx29, jsxs as jsxs17 } from "react/jsx-runtime";
function EVMDarkIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs17("svg", { width: size, height: size, ...props, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx29("path", { d: "M20.5956 14.6424L25.0599 7.49951L29.5242 14.6424H20.5956Z", fill: "#6E6E6E" }),
/* @__PURE__ */ jsx29("path", { d: "M11.667 14.6424L16.1313 7.49951L20.5956 14.6424H11.667Z", fill: "#6E6E6E" }),
/* @__PURE__ */ jsx29("path", { d: "M25.0597 7.50021L20.5954 14.6431L16.1311 7.50021H25.0597Z", fill: "black" }),
/* @__PURE__ */ jsx29("path", { d: "M20.5956 14.6423L16.1313 21.7852L11.667 14.6423H20.5956Z", fill: "black" }),
/* @__PURE__ */ jsx29("path", { d: "M20.5952 25.3567L16.1309 32.4995L11.6666 25.3567H20.5952Z", fill: "#6E6E6E" }),
/* @__PURE__ */ jsx29("path", { d: "M29.5243 25.3567L25.06 32.4995L20.5957 25.3567H29.5243Z", fill: "#6E6E6E" }),
/* @__PURE__ */ jsx29("path", { d: "M16.1315 32.5008L20.5958 25.3579L25.06 32.5008H16.1315Z", fill: "black" }),
/* @__PURE__ */ jsx29("path", { d: "M20.5956 25.3572L25.0599 18.2144L29.5242 25.3572H20.5956Z", fill: "black" })
] });
}
// src/assets/icon/EVMLightIcon.tsx
import { jsx as jsx30, jsxs as jsxs18 } from "react/jsx-runtime";
function EVMLightIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs18("svg", { width: size, height: size, ...props, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx30("path", { d: "M20.5955 14.6424L25.0597 7.49951L29.524 14.6424H20.5955Z", fill: "#D9D9D9" }),
/* @__PURE__ */ jsx30("path", { d: "M11.6667 14.6424L16.131 7.49951L20.5953 14.6424H11.6667Z", fill: "#EFEFEF" }),
/* @__PURE__ */ jsx30("path", { d: "M25.0596 7.50021L20.5953 14.6431L16.131 7.50021H25.0596Z", fill: "white" }),
/* @__PURE__ */ jsx30("path", { d: "M20.5955 14.6423L16.1312 21.7852L11.6669 14.6423H20.5955Z", fill: "white" }),
/* @__PURE__ */ jsx30("path", { d: "M20.595 25.3567L16.1307 32.4995L11.6664 25.3567H20.595Z", fill: "#D9D9D9" }),
/* @__PURE__ */ jsx30("path", { d: "M29.5242 25.3567L25.0599 32.4995L20.5956 25.3567H29.5242Z", fill: "#EFEFEF" }),
/* @__PURE__ */ jsx30("path", { d: "M16.1313 32.5008L20.5956 25.3579L25.0599 32.5008H16.1313Z", fill: "white" }),
/* @__PURE__ */ jsx30("path", { d: "M20.5955 25.3572L25.0597 18.2144L29.524 25.3572H20.5955Z", fill: "white" })
] });
}
// src/assets/icon/SOLDarkIcon.tsx
import { jsx as jsx31, jsxs as jsxs19 } from "react/jsx-runtime";
function SOLDarkIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs19("svg", { width: size, height: size, ...props, viewBox: "0 0 40 40", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ jsx31(
"path",
{
d: "M12.1242 24.7415C12.265 24.6007 12.4586 24.5186 12.6639 24.5186H31.2841C31.6243 24.5186 31.7945 24.9292 31.5539 25.1697L27.8757 28.848C27.7349 28.9888 27.5413 29.0709 27.3359 29.0709H8.71576C8.3755 29.0709 8.20537 28.6603 8.4459 28.4198L12.1242 24.7415Z",
fill: "black"
}
),
/* @__PURE__ */ jsx31(
"path",
{
d: "M12.1243 11.0081C12.271 10.8673 12.4646 10.7852 12.664 10.7852H31.2842C31.6245 10.7852 31.7946 11.1958 31.5541 11.4363L27.8758 15.1146C27.735 15.2554 27.5414 15.3375 27.3361 15.3375H8.71588C8.37562 15.3375 8.20549 14.9269 8.44602 14.6864L12.1243 11.0081Z",
fill: "black"
}
),
/* @__PURE__ */ jsx31(
"path",
{
d: "M27.8757 17.8299C27.7349 17.6891 27.5413 17.6069 27.3359 17.6069H8.71576C8.3755 17.6069 8.20537 18.0176 8.4459 18.2581L12.1242 21.9364C12.265 22.0772 12.4586 22.1593 12.6639 22.1593H31.2841C31.6243 22.1593 31.7945 21.7487 31.5539 21.5081L27.8757 17.8299Z",
fill: "black"
}
)
] });
}
// src/assets/icon/SOLLightIcon.tsx
import { jsx as jsx32, jsxs as jsxs20 } from "react/jsx-runtime";
function SOLLightIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs20(
"svg",
{
width: size,
height: size,
...props,
viewBox: "0 0 40 40",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ jsx32(
"path",
{
d: "M12.1239 24.7415C12.2647 24.6007 12.4583 24.5186 12.6636 24.5186H31.2838C31.6241 24.5186 31.7942 24.9292 31.5537 25.1697L27.8754 28.848C27.7346 28.9888 27.541 29.0709 27.3357 29.0709H8.71551C8.37526 29.0709 8.20513 28.6603 8.44565 28.4198L12.1239 24.7415Z",
fill: "white"
}
),
/* @__PURE__ */ jsx32(
"path",
{
d: "M12.1242 11.0081C12.2708 10.8673 12.4644 10.7852 12.6639 10.7852H31.2841C31.6243 10.7852 31.7945 11.1958 31.5539 11.4363L27.8757 15.1146C27.7349 15.2554 27.5413 15.3375 27.3359 15.3375H8.71576C8.3755 15.3375 8.20537 14.9269 8.4459 14.6864L12.1242 11.0081Z",
fill: "white"
}
),
/* @__PURE__ */ jsx32(
"path",
{
d: "M27.8754 17.8299C27.7346 17.6891 27.541 17.6069 27.3357 17.6069H8.71551C8.37526 17.6069 8.20513 18.0176 8.44565 18.2581L12.1239 21.9364C12.2647 22.0772 12.4583 22.1593 12.6636 22.1593H31.2838C31.6241 22.1593 31.7942 21.7487 31.5537 21.5081L27.8754 17.8299Z",
fill: "white"
}
)
]
}
);
}
// src/assets/icon/TRXDarkIcon.tsx
import { jsx as jsx33, jsxs as jsxs21 } from "react/jsx-runtime";
function TRXDarkIcon({ size = 40, ...props }) {
return /* @__PURE__ */ jsxs21(
"svg",
{
width: size,
height: size,
...props,
viewBox: "0 0 40 40",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
children: [
/* @__PURE__ */ jsx33(
"mask",
{
id: "mask0_1215_64214",
style: { maskType: "alpha" },
maskUnits: "userSpaceOnUse",
x: "6",
y: "6",
width: "28",
height: "28",
children: /* @__PURE__ */ jsx33("rect", { x: "6.66663", y: "6.6665", width: "26.6667", height: "26.6667", fill: "url(#pattern0_1215_64214)" })
}
),
/* @__PURE__ */ jsx33("g", { mask: "url(#mask0_1215_64214)", children: /* @__PURE__ */ jsx33("rect", { x: "6.66663", y: "6.6665", width: "26.6667", height: "26.6667", fill: "black" }) }),
/* @__PURE__ */ jsxs21("defs", { children: [
/* @__PURE__ */ jsx33("pattern", { id: "pattern0_1215_64214", patternContentUnits: "objectBoundingBox", width: "1", height: "1", children: /* @__PURE__ */ jsx33("use", { xlinkHref: "#image0_1215_64214", transform: "scale(0.01)" }) }),
/* @__PURE__ */ jsx33(
"image",
{
id: "image0_1215_64214",
width: "100",
height: "100",
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGk2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDEgNzkuMTQ2Mjg5OTc3NywgMjAyMy8wNi8yNS0yMzo1NzoxNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjMgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTAxLTE0VDExOjA4OjEyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wMS0xNFQxMToxMToyMSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNS0wMS0xNFQxMToxMToyMSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDBiNDhmNDgtN2IwNi00N2E2LWI0ZGItYzk3NTdmN2U0OWY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmRjOGI3N2Y3LWRlYzYtNGJkYS04ZjExLTUwYjdkZjdjOWY4YiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmRjOGI3N2Y3LWRlYzYtNGJkYS04ZjExLTUwYjdkZjdjOWY4YiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZGM4Yjc3ZjctZGVjNi00YmRhLThmMTEtNTBiN2RmN2M5ZjhiIiBzdEV2dDp3aGVuPSIyMDI1LTAxLTE0VDExOjA4OjEyKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMyAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NThjMzllN2EtNDZkYi00N2UzLTgyMjYtMTZkNTZkNTc1NmViIiBzdEV2dDp3aGVuPSIyMDI1LTAxLTE0VDExOjEwOjExKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MDBiNDhmNDgtN2IwNi00N2E2LWI0ZGItYzk3NTdmN2U0OWY0IiBzdEV2dDp3aGVuPSIyMDI1LTAxLTE0VDExOjExOjIxKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuMyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5guAj8AAAWbElEQVR4nO2de5xdRZHHv9VnZpJgwICILBDCAiEQXqviBgVBEBQE84EFUcBsQCJEYZWPiIqoIIov2AUVZBNAHmGJ8lwjIsQooiAfjLJRQ0iAhCTkDQkIhMfMPV37R59z7zn3dJ9778ydyUX9fT4Fk/Poru7qrqqurtNXVBUAekZ0I+ZsRM5FdSXwF4SnsboIWISYVaDrgZdBgOS9KhR3vRkIqE0el/z1QrkldaiClPy7KaT1SfjfKplqPe3UDM8ixeckfSZpt6bPpc8K9L4EQFemoPMR