@aurum-sdk/logos 0.1.0

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.
@@ -0,0 +1,1983 @@
1
+ import { WalletName, WalletId, BORDER_RADIUS_SCALES } from '@aurum-sdk/types';
2
+ import { jsxs, jsx } from 'react/jsx-runtime';
3
+
4
+ // src/core/constants.ts
5
+ var WALLET_NAME_TO_ID = {
6
+ [WalletName.MetaMask]: WalletId.MetaMask,
7
+ [WalletName.CoinbaseWallet]: WalletId.CoinbaseWallet,
8
+ [WalletName.Phantom]: WalletId.Phantom,
9
+ [WalletName.WalletConnect]: WalletId.WalletConnect,
10
+ [WalletName.Rabby]: WalletId.Rabby,
11
+ [WalletName.Brave]: WalletId.Brave,
12
+ [WalletName.Ledger]: WalletId.Ledger,
13
+ [WalletName.AppKit]: WalletId.AppKit,
14
+ [WalletName.Email]: WalletId.Email
15
+ };
16
+ var WALLET_LOGO_PREFIX_OVERRIDES = {
17
+ [WalletId.Email]: "coinbase-wallet"
18
+ // Email auth powered by Coinbase
19
+ };
20
+ function getBorderRadius(token, slot) {
21
+ return BORDER_RADIUS_SCALES[token][slot];
22
+ }
23
+ function getLogoRadius(token, slot = "sm") {
24
+ return `${getBorderRadius(token, slot) / 16}rem`;
25
+ }
26
+ function resolveLogoPrefix(walletId) {
27
+ return WALLET_LOGO_PREFIX_OVERRIDES[walletId] ?? walletId;
28
+ }
29
+ function MetamaskIcon(props) {
30
+ return /* @__PURE__ */ jsxs(
31
+ "svg",
32
+ {
33
+ xmlns: "http://www.w3.org/2000/svg",
34
+ fill: "none",
35
+ viewBox: "0 0 512 512",
36
+ focusable: false,
37
+ "aria-hidden": true,
38
+ ...props,
39
+ children: [
40
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_icon_svg__a)", children: [
41
+ /* @__PURE__ */ jsx(
42
+ "path",
43
+ {
44
+ fill: "#ff5c16",
45
+ d: "M404.558 409.702 330.9 387.749l-55.546 33.239-38.756-.017-55.58-33.222-73.624 21.953L85 334.022l22.396-83.994L85 179.015 107.396 91l115.042 68.802h67.076L404.558 91l22.396 88.015-22.396 71.013 22.396 83.994z"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ jsx(
49
+ "path",
50
+ {
51
+ fill: "#ff5c16",
52
+ d: "m107.411 91 115.044 68.851-4.574 47.251zm73.626 243.053 50.618 38.599-50.618 15.094zm46.572-63.814-9.728-63.103-62.272 42.911-.034-.016v.031l.193 44.17 25.252-23.991zM404.558 91l-115.044 68.851 4.559 47.251zm-73.624 243.053-50.621 38.599 50.621 15.094zm25.445-83.993v-.032l-.014.017-62.275-42.909-9.728 63.103h46.57l25.269 23.988z"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ jsx(
56
+ "path",
57
+ {
58
+ fill: "#e34807",
59
+ d: "M181.02 387.746 107.396 409.7 85 334.053h96.02zm46.572-117.524 14.063 91.229-19.491-50.726-66.428-16.498 25.267-24.003zm103.34 117.524 73.626 21.954 22.396-75.649h-96.022zm-46.57-117.524-14.063 91.229 19.489-50.726 66.432-16.498-25.283-24.003z"
60
+ }
61
+ ),
62
+ /* @__PURE__ */ jsx(
63
+ "path",
64
+ {
65
+ fill: "#ff8d5d",
66
+ d: "m85 334.022 22.396-83.994h48.162l.176 44.185 66.434 16.498 19.49 50.723-10.019 11.17-50.619-38.599H85zm341.954 0-22.396-83.994h-48.164l-.176 44.185-66.43 16.498-19.491 50.723 10.016 11.17 50.621-38.599h96.02zm-137.44-174.22h-67.076l-4.554 47.252 23.776 154.329h28.639l23.791-154.329z"
67
+ }
68
+ ),
69
+ /* @__PURE__ */ jsx(
70
+ "path",
71
+ {
72
+ fill: "#661800",
73
+ d: "M107.396 91 85 179.015l22.396 71.013h48.162l62.307-42.924zm106.278 197.545h-21.818l-11.879 11.657 42.206 10.473-8.509-22.147zM404.558 91l22.396 88.015-22.396 71.013h-48.164l-62.304-42.924zM298.312 288.545h21.849l11.879 11.671-42.254 10.495 8.526-22.183zm-22.975 102.336 4.979-18.244-10.019-11.17h-28.661l-10.017 11.17 4.976 18.244"
74
+ }
75
+ ),
76
+ /* @__PURE__ */ jsx("path", { fill: "#c0c4cd", d: "M275.337 390.878v30.124H236.6v-30.124z" }),
77
+ /* @__PURE__ */ jsx(
78
+ "path",
79
+ {
80
+ fill: "#e7ebf6",
81
+ d: "m181.037 387.715 55.594 33.271v-30.125l-4.978-18.241zm149.897 0-55.597 33.271v-30.125l4.979-18.241z"
82
+ }
83
+ )
84
+ ] }),
85
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "metamask_icon_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M85 91h342v330H85z" }) }) })
86
+ ]
87
+ }
88
+ );
89
+ }
90
+ function MetamaskBrand(props) {
91
+ return /* @__PURE__ */ jsxs(
92
+ "svg",
93
+ {
94
+ xmlns: "http://www.w3.org/2000/svg",
95
+ fill: "none",
96
+ viewBox: "0 0 512 512",
97
+ focusable: false,
98
+ "aria-hidden": true,
99
+ ...props,
100
+ children: [
101
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_brand_svg__a)", children: [
102
+ /* @__PURE__ */ jsx("path", { fill: "#013330", d: "M0 0h512v512H0z" }),
103
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_brand_svg__b)", children: [
104
+ /* @__PURE__ */ jsx(
105
+ "path",
106
+ {
107
+ fill: "#ff5c16",
108
+ d: "M404.558 409.702 330.9 387.749l-55.546 33.239-38.756-.017-55.58-33.222-73.624 21.953L85 334.022l22.396-83.994L85 179.015 107.396 91l115.042 68.802h67.076L404.558 91l22.396 88.015-22.396 71.013 22.396 83.994z"
109
+ }
110
+ ),
111
+ /* @__PURE__ */ jsx(
112
+ "path",
113
+ {
114
+ fill: "#ff5c16",
115
+ d: "m107.411 91 115.044 68.851-4.574 47.251zm73.626 243.053 50.618 38.599-50.618 15.094zm46.572-63.814-9.728-63.103-62.272 42.911-.034-.016v.031l.193 44.17 25.252-23.991zM404.558 91l-115.044 68.851 4.559 47.251zm-73.624 243.053-50.621 38.599 50.621 15.094zm25.445-83.993v-.032l-.014.017-62.275-42.909-9.728 63.103h46.57l25.269 23.988z"
116
+ }
117
+ ),
118
+ /* @__PURE__ */ jsx(
119
+ "path",
120
+ {
121
+ fill: "#e34807",
122
+ d: "M181.02 387.746 107.396 409.7 85 334.053h96.02zm46.572-117.524 14.063 91.229-19.491-50.726-66.428-16.498 25.267-24.003zm103.34 117.524 73.626 21.954 22.396-75.649h-96.022zm-46.57-117.524-14.063 91.229 19.489-50.726 66.432-16.498-25.283-24.003z"
123
+ }
124
+ ),
125
+ /* @__PURE__ */ jsx(
126
+ "path",
127
+ {
128
+ fill: "#ff8d5d",
129
+ d: "m85 334.022 22.396-83.994h48.162l.176 44.185 66.434 16.498 19.49 50.723-10.019 11.17-50.619-38.599H85zm341.954 0-22.396-83.994h-48.164l-.176 44.185-66.43 16.498-19.491 50.723 10.016 11.17 50.621-38.599h96.02zm-137.44-174.22h-67.076l-4.554 47.252 23.776 154.329h28.639l23.791-154.329z"
130
+ }
131
+ ),
132
+ /* @__PURE__ */ jsx(
133
+ "path",
134
+ {
135
+ fill: "#661800",
136
+ d: "M107.396 91 85 179.015l22.396 71.013h48.162l62.307-42.924zm106.278 197.545h-21.818l-11.879 11.657 42.206 10.473-8.509-22.147zM404.558 91l22.396 88.015-22.396 71.013h-48.164l-62.304-42.924zM298.312 288.545h21.849l11.879 11.671-42.254 10.495 8.526-22.183zm-22.975 102.336 4.979-18.244-10.019-11.17h-28.661l-10.017 11.17 4.976 18.244"
137
+ }
138
+ ),
139
+ /* @__PURE__ */ jsx("path", { fill: "#c0c4cd", d: "M275.337 390.878v30.124H236.6v-30.124z" }),
140
+ /* @__PURE__ */ jsx(
141
+ "path",
142
+ {
143
+ fill: "#e7ebf6",
144
+ d: "m181.037 387.715 55.594 33.271v-30.125l-4.978-18.241zm149.897 0-55.597 33.271v-30.125l4.979-18.241z"
145
+ }
146
+ )
147
+ ] })
148
+ ] }),
149
+ /* @__PURE__ */ jsxs("defs", { children: [
150
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }),
151
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_brand_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M85 91h342v330H85z" }) })
152
+ ] })
153
+ ]
154
+ }
155
+ );
156
+ }
157
+ function MetamaskBlack(props) {
158
+ return /* @__PURE__ */ jsxs(
159
+ "svg",
160
+ {
161
+ xmlns: "http://www.w3.org/2000/svg",
162
+ fill: "none",
163
+ viewBox: "0 0 512 512",
164
+ focusable: false,
165
+ "aria-hidden": true,
166
+ ...props,
167
+ children: [
168
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_black_svg__a)", children: [
169
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
170
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_black_svg__b)", children: [
171
+ /* @__PURE__ */ jsx(
172
+ "path",
173
+ {
174
+ fill: "#ff5c16",
175
+ d: "M404.558 409.702 330.9 387.749l-55.546 33.239-38.756-.017-55.58-33.222-73.624 21.953L85 334.022l22.396-83.994L85 179.015 107.396 91l115.042 68.802h67.076L404.558 91l22.396 88.015-22.396 71.013 22.396 83.994z"
176
+ }
177
+ ),
178
+ /* @__PURE__ */ jsx(
179
+ "path",
180
+ {
181
+ fill: "#ff5c16",
182
+ d: "m107.411 91 115.044 68.851-4.574 47.251zm73.626 243.053 50.618 38.599-50.618 15.094zm46.572-63.814-9.728-63.103-62.272 42.911-.034-.016v.031l.193 44.17 25.252-23.991zM404.558 91l-115.044 68.851 4.559 47.251zm-73.624 243.053-50.621 38.599 50.621 15.094zm25.445-83.993v-.032l-.014.017-62.275-42.909-9.728 63.103h46.57l25.269 23.988z"
183
+ }
184
+ ),
185
+ /* @__PURE__ */ jsx(
186
+ "path",
187
+ {
188
+ fill: "#e34807",
189
+ d: "M181.02 387.746 107.396 409.7 85 334.053h96.02zm46.572-117.524 14.063 91.228-19.491-50.725-66.428-16.498 25.267-24.003zm103.34 117.524 73.626 21.954 22.396-75.65h-96.022zm-46.57-117.524-14.063 91.228 19.489-50.725 66.432-16.498-25.283-24.003z"
190
+ }
191
+ ),
192
+ /* @__PURE__ */ jsx(
193
+ "path",
194
+ {
195
+ fill: "#ff8d5d",
196
+ d: "m85 334.022 22.396-83.994h48.162l.176 44.185 66.434 16.498 19.49 50.723-10.019 11.17-50.619-38.599H85zm341.954 0-22.396-83.994h-48.164l-.176 44.185-66.43 16.498-19.491 50.723 10.016 11.17 50.621-38.599h96.02zm-137.44-174.22h-67.076l-4.554 47.252 23.776 154.329h28.639l23.791-154.329z"
197
+ }
198
+ ),
199
+ /* @__PURE__ */ jsx(
200
+ "path",
201
+ {
202
+ fill: "#661800",
203
+ d: "M107.396 91 85 179.015l22.396 71.013h48.162l62.307-42.924zm106.278 197.545h-21.818l-11.879 11.657 42.206 10.473-8.509-22.147zM404.558 91l22.396 88.015-22.396 71.013h-48.164l-62.304-42.924zM298.312 288.545h21.849l11.879 11.671-42.254 10.495 8.526-22.183zm-22.975 102.336 4.979-18.244-10.019-11.17h-28.661l-10.017 11.17 4.976 18.244"
204
+ }
205
+ ),
206
+ /* @__PURE__ */ jsx("path", { fill: "#c0c4cd", d: "M275.337 390.878v30.124H236.6v-30.124z" }),
207
+ /* @__PURE__ */ jsx(
208
+ "path",
209
+ {
210
+ fill: "#e7ebf6",
211
+ d: "m181.037 387.715 55.594 33.27v-30.124l-4.978-18.241zm149.897 0-55.597 33.27v-30.124l4.979-18.241z"
212
+ }
213
+ )
214
+ ] })
215
+ ] }),
216
+ /* @__PURE__ */ jsxs("defs", { children: [
217
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }),
218
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_black_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M85 91h342v330H85z" }) })
219
+ ] })
220
+ ]
221
+ }
222
+ );
223
+ }
224
+ function MetamaskWhite(props) {
225
+ return /* @__PURE__ */ jsxs(
226
+ "svg",
227
+ {
228
+ xmlns: "http://www.w3.org/2000/svg",
229
+ fill: "none",
230
+ viewBox: "0 0 512 512",
231
+ focusable: false,
232
+ "aria-hidden": true,
233
+ ...props,
234
+ children: [
235
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_white_svg__a)", children: [
236
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
237
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#metamask_white_svg__b)", children: [
238
+ /* @__PURE__ */ jsx(
239
+ "path",
240
+ {
241
+ fill: "#ff5c16",
242
+ d: "M404.558 409.702 330.9 387.749l-55.546 33.239-38.756-.017-55.58-33.222-73.624 21.953L85 334.022l22.396-83.994L85 179.015 107.396 91l115.042 68.802h67.076L404.558 91l22.396 88.015-22.396 71.013 22.396 83.994z"
243
+ }
244
+ ),
245
+ /* @__PURE__ */ jsx(
246
+ "path",
247
+ {
248
+ fill: "#ff5c16",
249
+ d: "m107.411 91 115.044 68.851-4.574 47.251zm73.626 243.053 50.618 38.599-50.618 15.094zm46.572-63.814-9.728-63.103-62.272 42.911-.034-.016v.031l.193 44.17 25.252-23.991zM404.558 91l-115.044 68.851 4.559 47.251zm-73.624 243.053-50.621 38.599 50.621 15.094zm25.445-83.993v-.032l-.014.017-62.275-42.909-9.728 63.103h46.57l25.269 23.988z"
250
+ }
251
+ ),
252
+ /* @__PURE__ */ jsx(
253
+ "path",
254
+ {
255
+ fill: "#e34807",
256
+ d: "M181.02 387.746 107.396 409.7 85 334.053h96.02zm46.572-117.524 14.063 91.229-19.491-50.726-66.428-16.498 25.267-24.003zm103.34 117.524 73.626 21.954 22.396-75.649h-96.022zm-46.57-117.524-14.063 91.229 19.489-50.726 66.432-16.498-25.283-24.003z"
257
+ }
258
+ ),
259
+ /* @__PURE__ */ jsx(
260
+ "path",
261
+ {
262
+ fill: "#ff8d5d",
263
+ d: "m85 334.022 22.396-83.994h48.162l.176 44.185 66.435 16.498 19.489 50.723-10.019 11.17-50.619-38.599H85zm341.954 0-22.396-83.994h-48.164l-.176 44.185-66.43 16.498-19.491 50.723 10.016 11.17 50.621-38.599h96.02zm-137.44-174.22h-67.076l-4.554 47.252 23.776 154.329h28.639l23.791-154.329z"
264
+ }
265
+ ),
266
+ /* @__PURE__ */ jsx(
267
+ "path",
268
+ {
269
+ fill: "#661800",
270
+ d: "M107.396 91 85 179.015l22.396 71.013h48.162l62.307-42.924zm106.278 197.545h-21.818l-11.879 11.657 42.206 10.473-8.509-22.147zM404.558 91l22.396 88.015-22.396 71.013h-48.164l-62.304-42.924zM298.312 288.545h21.849l11.879 11.671-42.254 10.495 8.526-22.183zm-22.975 102.336 4.979-18.244-10.019-11.17h-28.661l-10.017 11.17 4.976 18.244"
271
+ }
272
+ ),
273
+ /* @__PURE__ */ jsx("path", { fill: "#c0c4cd", d: "M275.337 390.878v30.124H236.6v-30.124z" }),
274
+ /* @__PURE__ */ jsx(
275
+ "path",
276
+ {
277
+ fill: "#e7ebf6",
278
+ d: "m181.037 387.715 55.594 33.271v-30.125l-4.978-18.241zm149.897 0-55.597 33.271v-30.125l4.979-18.241z"
279
+ }
280
+ )
281
+ ] })
282
+ ] }),
283
+ /* @__PURE__ */ jsxs("defs", { children: [
284
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }),
285
+ /* @__PURE__ */ jsx("clipPath", { id: "metamask_white_svg__b", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M85 91h342v330H85z" }) })
286
+ ] })
287
+ ]
288
+ }
289
+ );
290
+ }
291
+ function CoinbaseWalletIcon(props) {
292
+ return /* @__PURE__ */ jsx(
293
+ "svg",
294
+ {
295
+ xmlns: "http://www.w3.org/2000/svg",
296
+ fill: "none",
297
+ viewBox: "0 0 512 512",
298
+ focusable: false,
299
+ "aria-hidden": true,
300
+ ...props,
301
+ children: /* @__PURE__ */ jsx(
302
+ "path",
303
+ {
304
+ fill: "#3773f5",
305
+ fillRule: "evenodd",
306
+ d: "M85 256c0 94.43 76.57 171 171 171s171-76.57 171-171S350.43 85 256 85 85 161.57 85 256m127.3-55.1c-6.317 0-11.4 5.083-11.4 11.4v87.4c0 6.318 5.083 11.4 11.4 11.4h87.4c6.318 0 11.4-5.082 11.4-11.4v-87.4c0-6.317-5.082-11.4-11.4-11.4z",
307
+ clipRule: "evenodd"
308
+ }
309
+ )
310
+ }
311
+ );
312
+ }
313
+ function CoinbaseWalletBrand(props) {
314
+ return /* @__PURE__ */ jsxs(
315
+ "svg",
316
+ {
317
+ xmlns: "http://www.w3.org/2000/svg",
318
+ fill: "none",
319
+ viewBox: "0 0 512 512",
320
+ focusable: false,
321
+ "aria-hidden": true,
322
+ ...props,
323
+ children: [
324
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#coinbase-wallet_brand_svg__a)", children: [
325
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
326
+ /* @__PURE__ */ jsx("path", { fill: "#0052ff", d: "M0 0h512v512H0z" }),
327
+ /* @__PURE__ */ jsx(
328
+ "path",
329
+ {
330
+ fill: "#fff",
331
+ fillRule: "evenodd",
332
+ d: "M85 256c0 94.43 76.57 171 171 171s171-76.57 171-171S350.43 85 256 85 85 161.57 85 256m127.3-55.1c-6.317 0-11.4 5.083-11.4 11.4v87.4c0 6.317 5.083 11.4 11.4 11.4h87.4c6.317 0 11.4-5.083 11.4-11.4v-87.4c0-6.317-5.083-11.4-11.4-11.4z",
333
+ clipRule: "evenodd"
334
+ }
335
+ )
336
+ ] }),
337
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "coinbase-wallet_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
338
+ ]
339
+ }
340
+ );
341
+ }
342
+ function CoinbaseWalletBlack(props) {
343
+ return /* @__PURE__ */ jsxs(
344
+ "svg",
345
+ {
346
+ xmlns: "http://www.w3.org/2000/svg",
347
+ fill: "none",
348
+ viewBox: "0 0 512 512",
349
+ focusable: false,
350
+ "aria-hidden": true,
351
+ ...props,
352
+ children: [
353
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#coinbase-wallet_black_svg__a)", children: [
354
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
355
+ /* @__PURE__ */ jsx(
356
+ "path",
357
+ {
358
+ fill: "#3773f5",
359
+ fillRule: "evenodd",
360
+ d: "M85 256c0 94.43 76.57 171 171 171s171-76.57 171-171S350.43 85 256 85 85 161.57 85 256m127.3-55.1c-6.317 0-11.4 5.083-11.4 11.4v87.4c0 6.317 5.083 11.4 11.4 11.4h87.4c6.317 0 11.4-5.083 11.4-11.4v-87.4c0-6.317-5.083-11.4-11.4-11.4z",
361
+ clipRule: "evenodd"
362
+ }
363
+ )
364
+ ] }),
365
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "coinbase-wallet_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
366
+ ]
367
+ }
368
+ );
369
+ }
370
+ function CoinbaseWalletWhite(props) {
371
+ return /* @__PURE__ */ jsxs(
372
+ "svg",
373
+ {
374
+ xmlns: "http://www.w3.org/2000/svg",
375
+ fill: "none",
376
+ viewBox: "0 0 512 512",
377
+ focusable: false,
378
+ "aria-hidden": true,
379
+ ...props,
380
+ children: [
381
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#coinbase-wallet_white_svg__a)", children: [
382
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
383
+ /* @__PURE__ */ jsx(
384
+ "path",
385
+ {
386
+ fill: "#3773f5",
387
+ fillRule: "evenodd",
388
+ d: "M85 256c0 94.43 76.57 171 171 171s171-76.57 171-171S350.43 85 256 85 85 161.57 85 256m127.3-55.1c-6.317 0-11.4 5.083-11.4 11.4v87.4c0 6.318 5.083 11.4 11.4 11.4h87.4c6.318 0 11.4-5.082 11.4-11.4v-87.4c0-6.317-5.082-11.4-11.4-11.4z",
389
+ clipRule: "evenodd"
390
+ }
391
+ )
392
+ ] }),
393
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "coinbase-wallet_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
394
+ ]
395
+ }
396
+ );
397
+ }
398
+ function PhantomIcon(props) {
399
+ return /* @__PURE__ */ jsx(
400
+ "svg",
401
+ {
402
+ xmlns: "http://www.w3.org/2000/svg",
403
+ fill: "none",
404
+ viewBox: "0 0 512 512",
405
+ focusable: false,
406
+ "aria-hidden": true,
407
+ ...props,
408
+ children: /* @__PURE__ */ jsx(
409
+ "path",
410
+ {
411
+ fill: "#ab9ff2",
412
+ d: "M125.469 399c43.643 0 76.441-37.982 96.014-67.997-2.381 6.641-3.704 13.281-3.704 19.656 0 17.53 10.052 30.014 29.889 30.014 27.244 0 56.339-23.905 71.416-49.67q-1.588 5.579-1.587 10.359c0 12.218 6.876 19.921 20.895 19.921 44.172 0 88.608-78.355 88.608-146.882C427 161.013 400.021 114 332.309 114 213.283 114 85 259.555 85 353.58 85 390.5 104.838 399 125.469 399m165.842-190.442c0-13.281 7.406-22.577 18.25-22.577 10.58 0 17.987 9.296 17.987 22.577 0 13.28-7.407 22.842-17.987 22.842-10.844 0-18.25-9.562-18.25-22.842m56.603 0c0-13.281 7.407-22.577 18.251-22.577 10.58 0 17.986 9.296 17.986 22.577 0 13.28-7.406 22.842-17.986 22.842-10.844 0-18.251-9.562-18.251-22.842"
413
+ }
414
+ )
415
+ }
416
+ );
417
+ }
418
+ function PhantomBrand(props) {
419
+ return /* @__PURE__ */ jsxs(
420
+ "svg",
421
+ {
422
+ xmlns: "http://www.w3.org/2000/svg",
423
+ fill: "none",
424
+ viewBox: "0 0 512 512",
425
+ focusable: false,
426
+ "aria-hidden": true,
427
+ ...props,
428
+ children: [
429
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#phantom_brand_svg__a)", children: [
430
+ /* @__PURE__ */ jsx("path", { fill: "#ab9ff2", d: "M0 0h512v512H0z" }),
431
+ /* @__PURE__ */ jsx(
432
+ "path",
433
+ {
434
+ fill: "#fff",
435
+ d: "M125.469 399c43.643 0 76.441-37.982 96.014-67.997-2.381 6.641-3.704 13.281-3.704 19.656 0 17.53 10.052 30.014 29.889 30.014 27.244 0 56.339-23.905 71.416-49.67q-1.588 5.579-1.587 10.359c0 12.218 6.876 19.921 20.895 19.921 44.172 0 88.608-78.355 88.608-146.882C427 161.013 400.021 114 332.309 114 213.283 114 85 259.555 85 353.58 85 390.5 104.838 399 125.469 399m165.842-190.442c0-13.281 7.406-22.577 18.25-22.577 10.58 0 17.987 9.296 17.987 22.577 0 13.28-7.407 22.842-17.987 22.842-10.844 0-18.25-9.562-18.25-22.842m56.603 0c0-13.281 7.407-22.577 18.251-22.577 10.58 0 17.986 9.296 17.986 22.577 0 13.28-7.406 22.842-17.986 22.842-10.844 0-18.251-9.562-18.251-22.842"
436
+ }
437
+ )
438
+ ] }),
439
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "phantom_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
440
+ ]
441
+ }
442
+ );
443
+ }
444
+ function PhantomBlack(props) {
445
+ return /* @__PURE__ */ jsxs(
446
+ "svg",
447
+ {
448
+ xmlns: "http://www.w3.org/2000/svg",
449
+ fill: "none",
450
+ viewBox: "0 0 512 512",
451
+ focusable: false,
452
+ "aria-hidden": true,
453
+ ...props,
454
+ children: [
455
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#phantom_black_svg__a)", children: [
456
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
457
+ /* @__PURE__ */ jsx(
458
+ "path",
459
+ {
460
+ fill: "#ab9ff2",
461
+ d: "M125.469 399c43.643 0 76.441-37.982 96.014-67.997-2.381 6.641-3.704 13.281-3.704 19.656 0 17.53 10.052 30.014 29.889 30.014 27.244 0 56.339-23.905 71.416-49.67q-1.588 5.579-1.587 10.359c0 12.218 6.876 19.921 20.895 19.921 44.172 0 88.608-78.355 88.608-146.882C427 161.013 400.021 114 332.309 114 213.283 114 85 259.555 85 353.58 85 390.5 104.838 399 125.469 399m165.842-190.442c0-13.281 7.406-22.577 18.25-22.577 10.58 0 17.987 9.296 17.987 22.577 0 13.28-7.407 22.842-17.987 22.842-10.844 0-18.25-9.562-18.25-22.842m56.603 0c0-13.281 7.407-22.577 18.251-22.577 10.58 0 17.986 9.296 17.986 22.577 0 13.28-7.406 22.842-17.986 22.842-10.844 0-18.251-9.562-18.251-22.842"
462
+ }
463
+ )
464
+ ] }),
465
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "phantom_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
466
+ ]
467
+ }
468
+ );
469
+ }
470
+ function PhantomWhite(props) {
471
+ return /* @__PURE__ */ jsxs(
472
+ "svg",
473
+ {
474
+ xmlns: "http://www.w3.org/2000/svg",
475
+ fill: "none",
476
+ viewBox: "0 0 512 512",
477
+ focusable: false,
478
+ "aria-hidden": true,
479
+ ...props,
480
+ children: [
481
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#phantom_white_svg__a)", children: [
482
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
483
+ /* @__PURE__ */ jsx(
484
+ "path",
485
+ {
486
+ fill: "#ab9ff2",
487
+ d: "M125.469 399c43.643 0 76.441-37.982 96.014-67.997-2.381 6.641-3.704 13.281-3.704 19.656 0 17.53 10.052 30.014 29.889 30.014 27.244 0 56.339-23.905 71.416-49.67q-1.588 5.579-1.587 10.359c0 12.218 6.876 19.921 20.895 19.921 44.172 0 88.608-78.355 88.608-146.882C427 161.013 400.021 114 332.309 114 213.283 114 85 259.555 85 353.58 85 390.5 104.838 399 125.469 399m165.842-190.442c0-13.281 7.406-22.577 18.25-22.577 10.58 0 17.987 9.296 17.987 22.577 0 13.28-7.407 22.842-17.987 22.842-10.844 0-18.25-9.562-18.25-22.842m56.603 0c0-13.281 7.407-22.577 18.251-22.577 10.58 0 17.986 9.296 17.986 22.577 0 13.28-7.406 22.842-17.986 22.842-10.844 0-18.251-9.562-18.251-22.842"
488
+ }
489
+ )
490
+ ] }),
491
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "phantom_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
492
+ ]
493
+ }
494
+ );
495
+ }
496
+ function WalletconnectIcon(props) {
497
+ return /* @__PURE__ */ jsx(
498
+ "svg",
499
+ {
500
+ xmlns: "http://www.w3.org/2000/svg",
501
+ fill: "none",
502
+ viewBox: "0 0 512 512",
503
+ focusable: false,
504
+ "aria-hidden": true,
505
+ ...props,
506
+ children: /* @__PURE__ */ jsx(
507
+ "path",
508
+ {
509
+ fill: "#3396ff",
510
+ d: "M155.015 192.835c55.772-54.447 146.197-54.447 201.971 0l6.712 6.552a6.856 6.856 0 0 1 0 9.859l-22.961 22.416a3.633 3.633 0 0 1-5.05 0l-9.237-9.017c-38.909-37.984-101.992-37.984-140.9 0l-9.892 9.656a3.63 3.63 0 0 1-5.049 0l-22.962-22.415a6.854 6.854 0 0 1 0-9.859zm249.457 46.358 20.437 19.949a6.856 6.856 0 0 1 0 9.859l-92.147 89.958c-2.789 2.721-7.31 2.721-10.099 0l-65.4-63.845a1.814 1.814 0 0 0-2.525 0l-65.399 63.845c-2.788 2.721-7.31 2.721-10.098 0L87.091 269a6.854 6.854 0 0 1 0-9.858l20.436-19.951c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.397-63.846c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.4-63.844c2.789-2.723 7.31-2.723 10.098 0"
511
+ }
512
+ )
513
+ }
514
+ );
515
+ }
516
+ function WalletconnectBrand(props) {
517
+ return /* @__PURE__ */ jsxs(
518
+ "svg",
519
+ {
520
+ xmlns: "http://www.w3.org/2000/svg",
521
+ fill: "none",
522
+ viewBox: "0 0 512 512",
523
+ focusable: false,
524
+ "aria-hidden": true,
525
+ ...props,
526
+ children: [
527
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#walletconnect_brand_svg__a)", children: [
528
+ /* @__PURE__ */ jsx("path", { fill: "#3396ff", d: "M0 0h512v512H0z" }),
529
+ /* @__PURE__ */ jsx(
530
+ "path",
531
+ {
532
+ fill: "#fff",
533
+ d: "M155.015 192.835c55.772-54.447 146.197-54.447 201.971 0l6.712 6.552a6.856 6.856 0 0 1 0 9.859l-22.961 22.416a3.633 3.633 0 0 1-5.05 0l-9.237-9.017c-38.909-37.984-101.992-37.984-140.9 0l-9.892 9.656a3.63 3.63 0 0 1-5.049 0l-22.962-22.415a6.854 6.854 0 0 1 0-9.859zm249.457 46.358 20.437 19.949a6.856 6.856 0 0 1 0 9.859l-92.147 89.958c-2.789 2.721-7.31 2.721-10.099 0l-65.4-63.845a1.814 1.814 0 0 0-2.525 0l-65.399 63.845c-2.788 2.721-7.31 2.721-10.098 0L87.091 269a6.854 6.854 0 0 1 0-9.858l20.436-19.951c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.397-63.846c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.4-63.844c2.789-2.723 7.31-2.723 10.098 0"
534
+ }
535
+ )
536
+ ] }),
537
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "walletconnect_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
538
+ ]
539
+ }
540
+ );
541
+ }
542
+ function WalletconnectBlack(props) {
543
+ return /* @__PURE__ */ jsxs(
544
+ "svg",
545
+ {
546
+ xmlns: "http://www.w3.org/2000/svg",
547
+ fill: "none",
548
+ viewBox: "0 0 512 512",
549
+ focusable: false,
550
+ "aria-hidden": true,
551
+ ...props,
552
+ children: [
553
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#walletconnect_black_svg__a)", children: [
554
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
555
+ /* @__PURE__ */ jsx(
556
+ "path",
557
+ {
558
+ fill: "#3396ff",
559
+ d: "M155.015 192.835c55.772-54.447 146.197-54.447 201.971 0l6.712 6.552a6.856 6.856 0 0 1 0 9.859l-22.961 22.416a3.633 3.633 0 0 1-5.05 0l-9.237-9.017c-38.909-37.984-101.992-37.984-140.9 0l-9.892 9.656a3.63 3.63 0 0 1-5.049 0l-22.962-22.415a6.854 6.854 0 0 1 0-9.859zm249.457 46.358 20.437 19.949a6.856 6.856 0 0 1 0 9.859l-92.147 89.958c-2.789 2.721-7.31 2.721-10.099 0l-65.4-63.845a1.814 1.814 0 0 0-2.525 0l-65.399 63.845c-2.788 2.721-7.31 2.721-10.098 0L87.091 269a6.854 6.854 0 0 1 0-9.858l20.436-19.951c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.397-63.846c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.4-63.844c2.789-2.723 7.31-2.723 10.098 0"
560
+ }
561
+ )
562
+ ] }),
563
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "walletconnect_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
564
+ ]
565
+ }
566
+ );
567
+ }
568
+ function WalletconnectWhite(props) {
569
+ return /* @__PURE__ */ jsxs(
570
+ "svg",
571
+ {
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ fill: "none",
574
+ viewBox: "0 0 512 512",
575
+ focusable: false,
576
+ "aria-hidden": true,
577
+ ...props,
578
+ children: [
579
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#walletconnect_white_svg__a)", children: [
580
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
581
+ /* @__PURE__ */ jsx(
582
+ "path",
583
+ {
584
+ fill: "#3396ff",
585
+ d: "M155.015 192.835c55.772-54.447 146.197-54.447 201.971 0l6.712 6.552a6.856 6.856 0 0 1 0 9.859l-22.961 22.416a3.633 3.633 0 0 1-5.05 0l-9.237-9.017c-38.909-37.984-101.992-37.984-140.9 0l-9.892 9.656a3.63 3.63 0 0 1-5.049 0l-22.962-22.415a6.854 6.854 0 0 1 0-9.859zm249.457 46.358 20.437 19.949a6.856 6.856 0 0 1 0 9.859l-92.147 89.958c-2.789 2.721-7.31 2.721-10.099 0l-65.4-63.845a1.814 1.814 0 0 0-2.525 0l-65.399 63.845c-2.788 2.721-7.31 2.721-10.098 0L87.091 269a6.854 6.854 0 0 1 0-9.858l20.436-19.951c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.397-63.846c2.789-2.722 7.31-2.722 10.099 0l65.401 63.846a1.816 1.816 0 0 0 2.525 0l65.4-63.844c2.789-2.723 7.31-2.723 10.098 0"
586
+ }
587
+ )
588
+ ] }),
589
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "walletconnect_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
590
+ ]
591
+ }
592
+ );
593
+ }
594
+ function RabbyIcon(props) {
595
+ return /* @__PURE__ */ jsxs(
596
+ "svg",
597
+ {
598
+ xmlns: "http://www.w3.org/2000/svg",
599
+ fill: "none",
600
+ viewBox: "0 0 512 512",
601
+ focusable: false,
602
+ "aria-hidden": true,
603
+ ...props,
604
+ children: [
605
+ /* @__PURE__ */ jsx(
606
+ "path",
607
+ {
608
+ fill: "url(#rabby_icon_svg__a)",
609
+ d: "M425.252 277.366c13.433-30.027-52.974-113.921-116.414-148.873-39.988-27.076-81.657-23.356-90.096-11.468-18.521 26.091 61.326 48.199 114.726 73.997-11.478 4.989-22.296 13.942-28.657 25.392-19.908-21.749-63.604-40.478-114.875-25.392-34.55 10.167-63.265 34.135-74.363 70.335a21.7 21.7 0 0 0-8.824-1.866c-12.011 0-21.749 9.745-21.749 21.764 0 12.021 9.737 21.765 21.749 21.765 2.227 0 9.188-1.494 9.188-1.494l111.244.806c-44.489 70.624-79.647 80.948-79.647 93.184 0 12.235 33.641 8.92 46.271 4.359 60.468-21.833 125.413-89.876 136.558-109.463 46.8 5.842 86.131 6.533 94.889-13.046"
610
+ }
611
+ ),
612
+ /* @__PURE__ */ jsx(
613
+ "path",
614
+ {
615
+ fill: "url(#rabby_icon_svg__b)",
616
+ fillRule: "evenodd",
617
+ d: "m333.463 191.026.009.004c2.475-.976 2.075-4.634 1.395-7.507-1.562-6.602-28.515-33.236-53.826-45.165-34.488-16.255-59.885-15.417-63.637-7.925 7.026 14.408 39.595 27.936 73.61 42.064 14.512 6.028 29.287 12.165 42.455 18.526z",
618
+ clipRule: "evenodd"
619
+ }
620
+ ),
621
+ /* @__PURE__ */ jsx(
622
+ "path",
623
+ {
624
+ fill: "url(#rabby_icon_svg__c)",
625
+ fillRule: "evenodd",
626
+ d: "M289.697 336.04c-6.975-2.667-14.854-5.115-23.811-7.335 9.551-17.101 11.555-42.418 2.535-58.425-12.659-22.464-28.549-34.42-65.476-34.42-20.309 0-74.99 6.845-75.96 52.523-.103 4.793-.003 9.185.344 13.224l99.852.725c-13.462 21.37-26.07 37.218-37.107 49.269 13.253 3.399 24.188 6.252 34.229 8.871 9.526 2.484 18.246 4.759 27.374 7.089 13.767-10.036 26.71-20.981 38.02-31.521",
627
+ clipRule: "evenodd"
628
+ }
629
+ ),
630
+ /* @__PURE__ */ jsx(
631
+ "path",
632
+ {
633
+ fill: "url(#rabby_icon_svg__d)",
634
+ d: "M114.24 296.914c4.079 34.698 23.786 48.297 64.055 52.322 40.27 4.024 63.369 1.325 94.121 4.124 25.685 2.338 48.618 15.436 57.126 10.91 7.656-4.074 3.372-18.79-6.873-28.232-13.28-12.239-31.661-20.747-64.002-23.768 6.445-17.658 4.639-42.419-5.371-55.89-14.474-19.478-41.188-28.284-75.001-24.436-35.325 4.019-69.174 21.422-64.055 64.97"
635
+ }
636
+ ),
637
+ /* @__PURE__ */ jsxs("defs", { children: [
638
+ /* @__PURE__ */ jsxs(
639
+ "linearGradient",
640
+ {
641
+ id: "rabby_icon_svg__a",
642
+ x1: 185.913,
643
+ x2: 422.383,
644
+ y1: 250.775,
645
+ y2: 317.788,
646
+ gradientUnits: "userSpaceOnUse",
647
+ children: [
648
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
649
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#abb7ff" })
650
+ ]
651
+ }
652
+ ),
653
+ /* @__PURE__ */ jsxs(
654
+ "linearGradient",
655
+ {
656
+ id: "rabby_icon_svg__b",
657
+ x1: 563.714,
658
+ x2: -136.533,
659
+ y1: 652.746,
660
+ y2: 201.107,
661
+ gradientUnits: "userSpaceOnUse",
662
+ children: [
663
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
664
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#5156d8", stopOpacity: 0 })
665
+ ]
666
+ }
667
+ ),
668
+ /* @__PURE__ */ jsxs(
669
+ "linearGradient",
670
+ {
671
+ id: "rabby_icon_svg__c",
672
+ x1: 436.974,
673
+ x2: 81.368,
674
+ y1: 346.553,
675
+ y2: 155.527,
676
+ gradientUnits: "userSpaceOnUse",
677
+ children: [
678
+ /* @__PURE__ */ jsx("stop", { stopColor: "#465eed" }),
679
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8697ff", stopOpacity: 0 })
680
+ ]
681
+ }
682
+ ),
683
+ /* @__PURE__ */ jsxs(
684
+ "linearGradient",
685
+ {
686
+ id: "rabby_icon_svg__d",
687
+ x1: 200.029,
688
+ x2: 310.896,
689
+ y1: 249.009,
690
+ y2: 389.783,
691
+ gradientUnits: "userSpaceOnUse",
692
+ children: [
693
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8898ff" }),
694
+ /* @__PURE__ */ jsx("stop", { offset: 0.984, stopColor: "#6277f1" })
695
+ ]
696
+ }
697
+ )
698
+ ] })
699
+ ]
700
+ }
701
+ );
702
+ }
703
+ function RabbyBrand(props) {
704
+ return /* @__PURE__ */ jsxs(
705
+ "svg",
706
+ {
707
+ xmlns: "http://www.w3.org/2000/svg",
708
+ fill: "none",
709
+ viewBox: "0 0 512 512",
710
+ focusable: false,
711
+ "aria-hidden": true,
712
+ ...props,
713
+ children: [
714
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#rabby_brand_svg__a)", children: [
715
+ /* @__PURE__ */ jsx("path", { fill: "#8597ff", d: "M0 0h512v512H0z" }),
716
+ /* @__PURE__ */ jsx(
717
+ "path",
718
+ {
719
+ fill: "url(#rabby_brand_svg__b)",
720
+ d: "M425.252 276.939c13.433-30.13-52.973-114.307-116.414-149.377-39.989-27.168-81.657-23.435-90.096-11.506-18.52 26.179 61.326 48.362 114.726 74.247-11.479 5.006-22.296 13.989-28.657 25.478-19.908-21.823-63.603-40.615-114.875-25.478-34.551 10.201-63.265 34.249-74.364 70.572a21.6 21.6 0 0 0-8.823-1.871c-12.011 0-21.749 9.777-21.749 21.837s9.737 21.838 21.749 21.838c2.227 0 9.188-1.5 9.188-1.5l111.244.809c-44.489 70.864-79.648 81.223-79.648 93.499 0 12.277 33.641 8.95 46.273 4.374 60.467-21.906 125.412-90.18 136.556-109.834 46.801 5.863 86.132 6.557 94.89-13.088"
721
+ }
722
+ ),
723
+ /* @__PURE__ */ jsx(
724
+ "path",
725
+ {
726
+ fill: "url(#rabby_brand_svg__c)",
727
+ fillRule: "evenodd",
728
+ d: "m333.463 190.307.009.003c2.474-.978 2.075-4.649 1.395-7.531-1.562-6.625-28.515-33.348-53.826-45.317-34.487-16.31-59.882-15.47-63.636-7.954 7.025 14.458 39.594 28.031 73.609 42.208 14.513 6.048 29.289 12.206 42.456 18.588z",
729
+ clipRule: "evenodd"
730
+ }
731
+ ),
732
+ /* @__PURE__ */ jsx(
733
+ "path",
734
+ {
735
+ fill: "url(#rabby_brand_svg__d)",
736
+ fillRule: "evenodd",
737
+ d: "M289.697 335.811c-6.974-2.676-14.853-5.132-23.811-7.36 9.552-17.159 11.555-42.562 2.535-58.622-12.658-22.54-28.549-34.537-65.475-34.536-20.309 0-74.99 6.867-75.962 52.7-.102 4.808-.001 9.215.345 13.269l99.852.726c-13.461 21.443-26.069 37.344-37.107 49.437 13.252 3.409 24.188 6.272 34.23 8.9a5371 5371 0 0 0 27.373 7.115c13.767-10.073 26.71-21.054 38.02-31.629",
738
+ clipRule: "evenodd"
739
+ }
740
+ ),
741
+ /* @__PURE__ */ jsx(
742
+ "path",
743
+ {
744
+ fill: "url(#rabby_brand_svg__e)",
745
+ d: "M114.24 296.552c4.079 34.816 23.786 48.461 64.055 52.499s63.368 1.329 94.121 4.139c25.684 2.345 48.618 15.487 57.125 10.946 7.657-4.087 3.373-18.854-6.872-28.327-13.28-12.281-31.661-20.818-64.002-23.848 6.446-17.719 4.64-42.562-5.371-56.08-14.473-19.543-41.189-28.379-75.001-24.519-35.326 4.034-69.174 21.496-64.055 65.19"
746
+ }
747
+ )
748
+ ] }),
749
+ /* @__PURE__ */ jsxs("defs", { children: [
750
+ /* @__PURE__ */ jsxs(
751
+ "linearGradient",
752
+ {
753
+ id: "rabby_brand_svg__b",
754
+ x1: 185.913,
755
+ x2: 422.502,
756
+ y1: 250.257,
757
+ y2: 317.079,
758
+ gradientUnits: "userSpaceOnUse",
759
+ children: [
760
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
761
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#fff" })
762
+ ]
763
+ }
764
+ ),
765
+ /* @__PURE__ */ jsxs(
766
+ "linearGradient",
767
+ {
768
+ id: "rabby_brand_svg__c",
769
+ x1: 563.714,
770
+ x2: -137.92,
771
+ y1: 653.589,
772
+ y2: 202.577,
773
+ gradientUnits: "userSpaceOnUse",
774
+ children: [
775
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
776
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8697ff", stopOpacity: 0 })
777
+ ]
778
+ }
779
+ ),
780
+ /* @__PURE__ */ jsxs(
781
+ "linearGradient",
782
+ {
783
+ id: "rabby_brand_svg__d",
784
+ x1: 436.974,
785
+ x2: 80.832,
786
+ y1: 346.357,
787
+ y2: 155.687,
788
+ gradientUnits: "userSpaceOnUse",
789
+ children: [
790
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
791
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8697ff", stopOpacity: 0 })
792
+ ]
793
+ }
794
+ ),
795
+ /* @__PURE__ */ jsxs(
796
+ "linearGradient",
797
+ {
798
+ id: "rabby_brand_svg__e",
799
+ x1: 200.029,
800
+ x2: 311.358,
801
+ y1: 248.486,
802
+ y2: 389.37,
803
+ gradientUnits: "userSpaceOnUse",
804
+ children: [
805
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fff" }),
806
+ /* @__PURE__ */ jsx("stop", { offset: 0.984, stopColor: "#d1d8ff" })
807
+ ]
808
+ }
809
+ ),
810
+ /* @__PURE__ */ jsx("clipPath", { id: "rabby_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
811
+ ] })
812
+ ]
813
+ }
814
+ );
815
+ }
816
+ function RabbyBlack(props) {
817
+ return /* @__PURE__ */ jsxs(
818
+ "svg",
819
+ {
820
+ xmlns: "http://www.w3.org/2000/svg",
821
+ fill: "none",
822
+ viewBox: "0 0 512 512",
823
+ focusable: false,
824
+ "aria-hidden": true,
825
+ ...props,
826
+ children: [
827
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#rabby_black_svg__a)", children: [
828
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
829
+ /* @__PURE__ */ jsx(
830
+ "path",
831
+ {
832
+ fill: "url(#rabby_black_svg__b)",
833
+ d: "M425.252 277.366c13.433-30.027-52.974-113.921-116.414-148.873-39.988-27.076-81.657-23.356-90.096-11.468-18.521 26.091 61.326 48.199 114.726 73.997-11.478 4.989-22.296 13.942-28.657 25.392-19.908-21.749-63.604-40.478-114.875-25.392-34.55 10.167-63.265 34.135-74.363 70.335a21.7 21.7 0 0 0-8.824-1.866c-12.011 0-21.749 9.745-21.749 21.764 0 12.021 9.737 21.764 21.749 21.764 2.227 0 9.188-1.493 9.188-1.493l111.244.806c-44.489 70.624-79.647 80.948-79.647 93.184 0 12.235 33.641 8.92 46.271 4.359 60.468-21.833 125.413-89.876 136.558-109.463 46.8 5.842 86.131 6.533 94.889-13.046"
834
+ }
835
+ ),
836
+ /* @__PURE__ */ jsx(
837
+ "path",
838
+ {
839
+ fill: "url(#rabby_black_svg__c)",
840
+ fillRule: "evenodd",
841
+ d: "m333.463 191.026.009.004c2.475-.976 2.075-4.634 1.395-7.507-1.562-6.602-28.515-33.236-53.826-45.165-34.488-16.255-59.885-15.417-63.637-7.925 7.026 14.408 39.595 27.936 73.61 42.064 14.512 6.028 29.287 12.165 42.455 18.526z",
842
+ clipRule: "evenodd"
843
+ }
844
+ ),
845
+ /* @__PURE__ */ jsx(
846
+ "path",
847
+ {
848
+ fill: "url(#rabby_black_svg__d)",
849
+ fillRule: "evenodd",
850
+ d: "M289.697 336.04c-6.975-2.667-14.854-5.115-23.811-7.335 9.551-17.101 11.555-42.418 2.535-58.425-12.659-22.464-28.549-34.42-65.476-34.42-20.309 0-74.99 6.845-75.96 52.523-.103 4.793-.003 9.185.344 13.224l99.852.725c-13.462 21.37-26.07 37.218-37.107 49.269 13.253 3.399 24.188 6.252 34.229 8.871 9.526 2.484 18.246 4.759 27.374 7.089 13.767-10.036 26.71-20.981 38.02-31.521",
851
+ clipRule: "evenodd"
852
+ }
853
+ ),
854
+ /* @__PURE__ */ jsx(
855
+ "path",
856
+ {
857
+ fill: "url(#rabby_black_svg__e)",
858
+ d: "M114.24 296.914c4.079 34.698 23.786 48.297 64.055 52.322 40.27 4.024 63.369 1.325 94.121 4.124 25.685 2.338 48.618 15.436 57.126 10.91 7.656-4.074 3.372-18.79-6.873-28.232-13.28-12.239-31.661-20.747-64.002-23.768 6.445-17.658 4.639-42.419-5.371-55.89-14.474-19.478-41.188-28.284-75.001-24.436-35.325 4.019-69.174 21.422-64.055 64.97"
859
+ }
860
+ )
861
+ ] }),
862
+ /* @__PURE__ */ jsxs("defs", { children: [
863
+ /* @__PURE__ */ jsxs(
864
+ "linearGradient",
865
+ {
866
+ id: "rabby_black_svg__b",
867
+ x1: 185.913,
868
+ x2: 422.383,
869
+ y1: 250.775,
870
+ y2: 317.788,
871
+ gradientUnits: "userSpaceOnUse",
872
+ children: [
873
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
874
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#abb7ff" })
875
+ ]
876
+ }
877
+ ),
878
+ /* @__PURE__ */ jsxs(
879
+ "linearGradient",
880
+ {
881
+ id: "rabby_black_svg__c",
882
+ x1: 563.714,
883
+ x2: -136.533,
884
+ y1: 652.746,
885
+ y2: 201.107,
886
+ gradientUnits: "userSpaceOnUse",
887
+ children: [
888
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
889
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#5156d8", stopOpacity: 0 })
890
+ ]
891
+ }
892
+ ),
893
+ /* @__PURE__ */ jsxs(
894
+ "linearGradient",
895
+ {
896
+ id: "rabby_black_svg__d",
897
+ x1: 436.974,
898
+ x2: 81.368,
899
+ y1: 346.553,
900
+ y2: 155.527,
901
+ gradientUnits: "userSpaceOnUse",
902
+ children: [
903
+ /* @__PURE__ */ jsx("stop", { stopColor: "#465eed" }),
904
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8697ff", stopOpacity: 0 })
905
+ ]
906
+ }
907
+ ),
908
+ /* @__PURE__ */ jsxs(
909
+ "linearGradient",
910
+ {
911
+ id: "rabby_black_svg__e",
912
+ x1: 200.029,
913
+ x2: 310.896,
914
+ y1: 249.009,
915
+ y2: 389.783,
916
+ gradientUnits: "userSpaceOnUse",
917
+ children: [
918
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8898ff" }),
919
+ /* @__PURE__ */ jsx("stop", { offset: 0.984, stopColor: "#6277f1" })
920
+ ]
921
+ }
922
+ ),
923
+ /* @__PURE__ */ jsx("clipPath", { id: "rabby_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
924
+ ] })
925
+ ]
926
+ }
927
+ );
928
+ }
929
+ function RabbyWhite(props) {
930
+ return /* @__PURE__ */ jsxs(
931
+ "svg",
932
+ {
933
+ xmlns: "http://www.w3.org/2000/svg",
934
+ fill: "none",
935
+ viewBox: "0 0 512 512",
936
+ focusable: false,
937
+ "aria-hidden": true,
938
+ ...props,
939
+ children: [
940
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#rabby_white_svg__a)", children: [
941
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
942
+ /* @__PURE__ */ jsx(
943
+ "path",
944
+ {
945
+ fill: "url(#rabby_white_svg__b)",
946
+ d: "M425.252 277.366c13.433-30.027-52.974-113.921-116.414-148.873-39.988-27.076-81.657-23.356-90.096-11.468-18.521 26.091 61.326 48.199 114.726 73.997-11.478 4.989-22.296 13.942-28.657 25.392-19.908-21.749-63.604-40.478-114.875-25.392-34.55 10.167-63.265 34.135-74.363 70.335a21.7 21.7 0 0 0-8.824-1.866c-12.011 0-21.749 9.745-21.749 21.764 0 12.021 9.737 21.765 21.749 21.765 2.227 0 9.188-1.494 9.188-1.494l111.244.806c-44.489 70.624-79.647 80.948-79.647 93.184 0 12.235 33.641 8.92 46.271 4.359 60.468-21.833 125.413-89.876 136.558-109.463 46.8 5.842 86.131 6.533 94.889-13.046"
947
+ }
948
+ ),
949
+ /* @__PURE__ */ jsx(
950
+ "path",
951
+ {
952
+ fill: "url(#rabby_white_svg__c)",
953
+ fillRule: "evenodd",
954
+ d: "m333.463 191.026.009.004c2.475-.976 2.075-4.634 1.395-7.507-1.562-6.602-28.515-33.236-53.826-45.165-34.488-16.255-59.885-15.417-63.637-7.925 7.026 14.408 39.595 27.936 73.61 42.064 14.512 6.028 29.287 12.165 42.455 18.526z",
955
+ clipRule: "evenodd"
956
+ }
957
+ ),
958
+ /* @__PURE__ */ jsx(
959
+ "path",
960
+ {
961
+ fill: "url(#rabby_white_svg__d)",
962
+ fillRule: "evenodd",
963
+ d: "M289.697 336.04c-6.975-2.667-14.854-5.115-23.811-7.335 9.551-17.101 11.555-42.418 2.535-58.425-12.659-22.464-28.549-34.42-65.476-34.42-20.309 0-74.99 6.845-75.96 52.523-.103 4.793-.003 9.185.344 13.224l99.852.725c-13.462 21.37-26.07 37.218-37.107 49.269 13.253 3.399 24.188 6.252 34.229 8.871 9.526 2.484 18.246 4.759 27.374 7.089 13.767-10.036 26.71-20.981 38.02-31.521",
964
+ clipRule: "evenodd"
965
+ }
966
+ ),
967
+ /* @__PURE__ */ jsx(
968
+ "path",
969
+ {
970
+ fill: "url(#rabby_white_svg__e)",
971
+ d: "M114.24 296.914c4.079 34.698 23.786 48.297 64.055 52.322 40.27 4.024 63.369 1.325 94.121 4.124 25.685 2.338 48.618 15.436 57.126 10.91 7.656-4.074 3.372-18.79-6.873-28.232-13.28-12.239-31.661-20.747-64.002-23.768 6.445-17.658 4.639-42.419-5.371-55.89-14.474-19.478-41.188-28.284-75.001-24.436-35.325 4.019-69.174 21.422-64.055 64.97"
972
+ }
973
+ )
974
+ ] }),
975
+ /* @__PURE__ */ jsxs("defs", { children: [
976
+ /* @__PURE__ */ jsxs(
977
+ "linearGradient",
978
+ {
979
+ id: "rabby_white_svg__b",
980
+ x1: 185.913,
981
+ x2: 422.383,
982
+ y1: 250.775,
983
+ y2: 317.788,
984
+ gradientUnits: "userSpaceOnUse",
985
+ children: [
986
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
987
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#abb7ff" })
988
+ ]
989
+ }
990
+ ),
991
+ /* @__PURE__ */ jsxs(
992
+ "linearGradient",
993
+ {
994
+ id: "rabby_white_svg__c",
995
+ x1: 563.714,
996
+ x2: -136.533,
997
+ y1: 652.746,
998
+ y2: 201.107,
999
+ gradientUnits: "userSpaceOnUse",
1000
+ children: [
1001
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8697ff" }),
1002
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#5156d8", stopOpacity: 0 })
1003
+ ]
1004
+ }
1005
+ ),
1006
+ /* @__PURE__ */ jsxs(
1007
+ "linearGradient",
1008
+ {
1009
+ id: "rabby_white_svg__d",
1010
+ x1: 436.974,
1011
+ x2: 81.368,
1012
+ y1: 346.553,
1013
+ y2: 155.527,
1014
+ gradientUnits: "userSpaceOnUse",
1015
+ children: [
1016
+ /* @__PURE__ */ jsx("stop", { stopColor: "#465eed" }),
1017
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8697ff", stopOpacity: 0 })
1018
+ ]
1019
+ }
1020
+ ),
1021
+ /* @__PURE__ */ jsxs(
1022
+ "linearGradient",
1023
+ {
1024
+ id: "rabby_white_svg__e",
1025
+ x1: 200.029,
1026
+ x2: 310.896,
1027
+ y1: 249.009,
1028
+ y2: 389.783,
1029
+ gradientUnits: "userSpaceOnUse",
1030
+ children: [
1031
+ /* @__PURE__ */ jsx("stop", { stopColor: "#8898ff" }),
1032
+ /* @__PURE__ */ jsx("stop", { offset: 0.984, stopColor: "#6277f1" })
1033
+ ]
1034
+ }
1035
+ ),
1036
+ /* @__PURE__ */ jsx("clipPath", { id: "rabby_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1037
+ ] })
1038
+ ]
1039
+ }
1040
+ );
1041
+ }
1042
+ function AppkitIcon(props) {
1043
+ return /* @__PURE__ */ jsxs(
1044
+ "svg",
1045
+ {
1046
+ xmlns: "http://www.w3.org/2000/svg",
1047
+ fill: "none",
1048
+ viewBox: "0 0 512 512",
1049
+ focusable: false,
1050
+ "aria-hidden": true,
1051
+ ...props,
1052
+ children: [
1053
+ /* @__PURE__ */ jsx(
1054
+ "path",
1055
+ {
1056
+ fill: "#fff",
1057
+ d: "M211 211c0-34.794 28.206-63 63-63h90c34.794 0 63 28.206 63 63v90c0 34.794-28.206 63-63 63h-90c-34.794 0-63-28.206-63-63z"
1058
+ }
1059
+ ),
1060
+ /* @__PURE__ */ jsx("path", { fill: "#202020", d: "m295.672 296.5 31.581-85.5h9.27l-31.576 85.5z" }),
1061
+ /* @__PURE__ */ jsx(
1062
+ "path",
1063
+ {
1064
+ fill: "#fff",
1065
+ d: "M85 206.5c0-32.31 26.19-58.5 58.5-58.5s58.5 26.19 58.5 58.5v99c0 32.31-26.19 58.5-58.5 58.5S85 337.81 85 305.5z"
1066
+ }
1067
+ ),
1068
+ /* @__PURE__ */ jsx("path", { fill: "#202020", d: "M137.875 282.996v-11.25h11.25v11.25z" })
1069
+ ]
1070
+ }
1071
+ );
1072
+ }
1073
+ function AppkitBrand(props) {
1074
+ return /* @__PURE__ */ jsxs(
1075
+ "svg",
1076
+ {
1077
+ xmlns: "http://www.w3.org/2000/svg",
1078
+ fill: "none",
1079
+ viewBox: "0 0 512 512",
1080
+ focusable: false,
1081
+ "aria-hidden": true,
1082
+ ...props,
1083
+ children: [
1084
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#appkit_brand_svg__a)", children: [
1085
+ /* @__PURE__ */ jsx("path", { fill: "#9a9a9a", d: "M0 0h512v512H0z" }),
1086
+ /* @__PURE__ */ jsx(
1087
+ "path",
1088
+ {
1089
+ fill: "#202020",
1090
+ d: "M211 211c0-34.794 28.206-63 63-63h90c34.794 0 63 28.206 63 63v90c0 34.794-28.206 63-63 63h-90c-34.794 0-63-28.206-63-63z"
1091
+ }
1092
+ ),
1093
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m295.672 296.5 31.581-85.5h9.27l-31.576 85.5z" }),
1094
+ /* @__PURE__ */ jsx(
1095
+ "path",
1096
+ {
1097
+ fill: "#202020",
1098
+ d: "M85 206.5c0-32.31 26.19-58.5 58.5-58.5s58.5 26.19 58.5 58.5v99c0 32.31-26.19 58.5-58.5 58.5S85 337.81 85 305.5z"
1099
+ }
1100
+ ),
1101
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M137.875 282.996v-11.25h11.25v11.25z" })
1102
+ ] }),
1103
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "appkit_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1104
+ ]
1105
+ }
1106
+ );
1107
+ }
1108
+ function AppkitBlack(props) {
1109
+ return /* @__PURE__ */ jsxs(
1110
+ "svg",
1111
+ {
1112
+ xmlns: "http://www.w3.org/2000/svg",
1113
+ fill: "none",
1114
+ viewBox: "0 0 512 512",
1115
+ focusable: false,
1116
+ "aria-hidden": true,
1117
+ ...props,
1118
+ children: [
1119
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#appkit_black_svg__a)", children: [
1120
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
1121
+ /* @__PURE__ */ jsx(
1122
+ "path",
1123
+ {
1124
+ fill: "#fff",
1125
+ d: "M211 211c0-34.794 28.206-63 63-63h90c34.794 0 63 28.206 63 63v90c0 34.794-28.206 63-63 63h-90c-34.794 0-63-28.206-63-63z"
1126
+ }
1127
+ ),
1128
+ /* @__PURE__ */ jsx("path", { fill: "#202020", d: "m295.672 296.5 31.581-85.5h9.27l-31.576 85.5z" }),
1129
+ /* @__PURE__ */ jsx(
1130
+ "path",
1131
+ {
1132
+ fill: "#fff",
1133
+ d: "M85 206.5c0-32.31 26.19-58.5 58.5-58.5s58.5 26.19 58.5 58.5v99c0 32.31-26.19 58.5-58.5 58.5S85 337.81 85 305.5z"
1134
+ }
1135
+ ),
1136
+ /* @__PURE__ */ jsx("path", { fill: "#202020", d: "M137.875 282.996v-11.25h11.25v11.25z" })
1137
+ ] }),
1138
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "appkit_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1139
+ ]
1140
+ }
1141
+ );
1142
+ }
1143
+ function AppkitWhite(props) {
1144
+ return /* @__PURE__ */ jsxs(
1145
+ "svg",
1146
+ {
1147
+ xmlns: "http://www.w3.org/2000/svg",
1148
+ fill: "none",
1149
+ viewBox: "0 0 512 512",
1150
+ focusable: false,
1151
+ "aria-hidden": true,
1152
+ ...props,
1153
+ children: [
1154
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#appkit_white_svg__a)", children: [
1155
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
1156
+ /* @__PURE__ */ jsx(
1157
+ "path",
1158
+ {
1159
+ fill: "#202020",
1160
+ d: "M211 211c0-34.794 28.206-63 63-63h90c34.794 0 63 28.206 63 63v90c0 34.794-28.206 63-63 63h-90c-34.794 0-63-28.206-63-63z"
1161
+ }
1162
+ ),
1163
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m295.672 296.5 31.581-85.5h9.27l-31.576 85.5z" }),
1164
+ /* @__PURE__ */ jsx(
1165
+ "path",
1166
+ {
1167
+ fill: "#202020",
1168
+ d: "M85 206.5c0-32.31 26.19-58.5 58.5-58.5s58.5 26.19 58.5 58.5v99c0 32.31-26.19 58.5-58.5 58.5S85 337.81 85 305.5z"
1169
+ }
1170
+ ),
1171
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M137.875 282.996v-11.25h11.25v11.25z" })
1172
+ ] }),
1173
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "appkit_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1174
+ ]
1175
+ }
1176
+ );
1177
+ }
1178
+ function BraveIcon(props) {
1179
+ return /* @__PURE__ */ jsxs(
1180
+ "svg",
1181
+ {
1182
+ xmlns: "http://www.w3.org/2000/svg",
1183
+ width: "512",
1184
+ height: "512",
1185
+ fill: "none",
1186
+ viewBox: "0 0 512 512",
1187
+ focusable: false,
1188
+ "aria-hidden": true,
1189
+ ...props,
1190
+ children: [
1191
+ /* @__PURE__ */ jsx(
1192
+ "path",
1193
+ {
1194
+ fill: "url(#brave_icon_svg__a)",
1195
+ fillRule: "evenodd",
1196
+ d: "m391.452 166.873 7.988-19.647s-10.166-10.915-22.511-23.285-38.487-5.094-38.487-5.094L308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094a1053 1053 0 0 0-22.511 23.285l7.988 19.647-10.167 29.106s29.9 113.482 33.404 127.34c6.899 27.288 11.619 37.839 31.225 51.664s55.189 37.839 60.998 41.477 13.071 9.836 19.606 9.836 13.797-6.198 19.607-9.836 41.391-27.651 60.998-41.477 24.326-24.376 31.225-51.664c3.503-13.858 33.403-127.34 33.403-127.34z",
1197
+ clipRule: "evenodd"
1198
+ }
1199
+ ),
1200
+ /* @__PURE__ */ jsx(
1201
+ "path",
1202
+ {
1203
+ fill: "#fff",
1204
+ fillRule: "evenodd",
1205
+ d: "M330.091 140.313s38.295 46.388 38.295 56.303-4.817 12.531-9.661 17.685l-28.714 30.554c-2.716 2.891-8.372 7.273-5.045 15.162 3.327 7.888 8.234 17.926 2.777 28.108-5.458 10.181-14.807 16.977-20.798 15.853s-20.061-8.491-25.234-11.857-21.573-16.917-21.573-22.102 16.951-14.495 20.082-16.61c3.133-2.115 17.417-10.302 17.709-13.515s.181-4.156-4.034-12.096c-4.216-7.941-11.807-18.538-10.543-25.588 1.263-7.049 13.506-10.715 22.244-14.022 8.735-3.306 25.557-9.55 27.658-10.52 2.102-.972 1.559-1.897-4.807-2.501-6.365-.605-24.429-3.008-32.573-.733s-22.058 5.735-23.185 7.57c-1.127 1.836-2.121 1.897-.963 8.228s7.115 36.708 7.693 42.103c.579 5.396 1.711 8.963-4.095 10.293-5.807 1.33-15.58 3.64-18.938 3.64-3.359 0-13.133-2.31-18.939-3.64s-4.675-4.897-4.096-10.293 6.537-35.772 7.694-42.103.163-6.392-.963-8.228c-1.127-1.835-15.041-5.295-23.185-7.57s-26.208.128-32.573.733c-6.366.604-6.909 1.529-4.807 2.501 2.101.97 18.923 7.214 27.658 10.52 8.737 3.307 20.981 6.973 22.244 14.022 1.264 7.05-6.328 17.647-10.543 25.588-4.215 7.94-4.327 8.882-4.034 12.096.292 3.213 14.576 11.4 17.708 13.515s20.082 11.425 20.082 16.61-16.398 18.737-21.571 22.102-19.244 10.733-25.235 11.857-15.34-5.672-20.798-15.853-.55-20.22 2.776-28.108c3.327-7.889-2.328-12.271-5.045-15.162l-28.714-30.554c-4.844-5.154-9.66-7.771-9.66-17.685 0-9.915 38.295-56.303 38.295-56.303s32.314 6.185 36.671 6.185 13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185m-28.708 177.445c2.37 1.487.924 4.291-1.235 5.82-2.159 1.53-31.177 24.046-33.994 26.535-2.816 2.489-6.955 6.6-9.769 6.6s-6.953-4.111-9.769-6.6c-2.817-2.489-31.834-25.005-33.994-26.535-2.159-1.529-3.604-4.333-1.234-5.82s9.787-5.24 20.021-10.546c10.232-5.306 22.986-9.818 24.976-9.818 1.991 0 14.744 4.512 24.978 9.818 10.233 5.306 17.649 9.059 20.02 10.546",
1206
+ clipRule: "evenodd"
1207
+ }
1208
+ ),
1209
+ /* @__PURE__ */ jsx(
1210
+ "path",
1211
+ {
1212
+ fill: "url(#brave_icon_svg__b)",
1213
+ d: "M338.442 118.847 308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094c0 0 34.856-3.153 46.838 16.372 0 0 32.314 6.185 36.671 6.185s13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185c11.982-19.525 46.838-16.372 46.838-16.372-12.345-12.371-38.487-5.094-38.487-5.094"
1214
+ }
1215
+ ),
1216
+ /* @__PURE__ */ jsxs("defs", { children: [
1217
+ /* @__PURE__ */ jsxs(
1218
+ "linearGradient",
1219
+ {
1220
+ id: "brave_icon_svg__a",
1221
+ x1: "111.152",
1222
+ x2: "29157.8",
1223
+ y1: "17390.6",
1224
+ y2: "17390.6",
1225
+ gradientUnits: "userSpaceOnUse",
1226
+ children: [
1227
+ /* @__PURE__ */ jsx("stop", { stopColor: "#f50" }),
1228
+ /* @__PURE__ */ jsx("stop", { offset: ".41", stopColor: "#f50" }),
1229
+ /* @__PURE__ */ jsx("stop", { offset: ".582", stopColor: "#ff2000" }),
1230
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1231
+ ]
1232
+ }
1233
+ ),
1234
+ /* @__PURE__ */ jsxs(
1235
+ "linearGradient",
1236
+ {
1237
+ id: "brave_icon_svg__b",
1238
+ x1: "653.802",
1239
+ x2: "24244.5",
1240
+ y1: "3203.3",
1241
+ y2: "3203.3",
1242
+ gradientUnits: "userSpaceOnUse",
1243
+ children: [
1244
+ /* @__PURE__ */ jsx("stop", { stopColor: "#ff452a" }),
1245
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1246
+ ]
1247
+ }
1248
+ )
1249
+ ] })
1250
+ ]
1251
+ }
1252
+ );
1253
+ }
1254
+ function BraveBrand(props) {
1255
+ return /* @__PURE__ */ jsxs(
1256
+ "svg",
1257
+ {
1258
+ xmlns: "http://www.w3.org/2000/svg",
1259
+ width: "512",
1260
+ height: "512",
1261
+ fill: "none",
1262
+ viewBox: "0 0 512 512",
1263
+ focusable: false,
1264
+ "aria-hidden": true,
1265
+ ...props,
1266
+ children: [
1267
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#brave_brand_svg__a)", children: [
1268
+ /* @__PURE__ */ jsx("path", { fill: "#3b3e4f", d: "M0 0h512v512H0z" }),
1269
+ /* @__PURE__ */ jsx(
1270
+ "path",
1271
+ {
1272
+ fill: "url(#brave_brand_svg__b)",
1273
+ fillRule: "evenodd",
1274
+ d: "m391.452 166.873 7.988-19.647s-10.166-10.915-22.511-23.285-38.487-5.094-38.487-5.094L308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094a1053 1053 0 0 0-22.511 23.285l7.988 19.647-10.167 29.106s29.9 113.482 33.404 127.34c6.899 27.288 11.619 37.839 31.225 51.664s55.189 37.839 60.998 41.477 13.071 9.836 19.606 9.836 13.797-6.198 19.607-9.836 41.391-27.651 60.998-41.477 24.326-24.376 31.225-51.664c3.503-13.858 33.403-127.34 33.403-127.34z",
1275
+ clipRule: "evenodd"
1276
+ }
1277
+ ),
1278
+ /* @__PURE__ */ jsx(
1279
+ "path",
1280
+ {
1281
+ fill: "#fff",
1282
+ fillRule: "evenodd",
1283
+ d: "M330.091 140.313s38.295 46.388 38.295 56.303-4.817 12.531-9.661 17.685l-28.714 30.554c-2.716 2.891-8.372 7.273-5.045 15.162 3.327 7.888 8.234 17.926 2.777 28.108-5.458 10.181-14.807 16.977-20.798 15.853s-20.061-8.491-25.234-11.857-21.573-16.917-21.573-22.102 16.951-14.495 20.082-16.61c3.133-2.115 17.417-10.302 17.709-13.515s.181-4.156-4.034-12.096c-4.216-7.941-11.807-18.538-10.543-25.588 1.263-7.049 13.506-10.715 22.244-14.022 8.735-3.306 25.557-9.55 27.658-10.52 2.102-.972 1.559-1.897-4.807-2.501-6.365-.605-24.429-3.008-32.573-.733s-22.058 5.735-23.185 7.57c-1.127 1.836-2.121 1.897-.963 8.228s7.115 36.708 7.693 42.103c.579 5.396 1.711 8.963-4.095 10.293-5.807 1.33-15.58 3.64-18.938 3.64-3.359 0-13.133-2.31-18.939-3.64s-4.675-4.897-4.096-10.293 6.537-35.772 7.694-42.103.163-6.392-.963-8.228c-1.127-1.835-15.041-5.295-23.185-7.57s-26.208.128-32.573.733c-6.366.604-6.909 1.529-4.807 2.501 2.101.97 18.923 7.214 27.658 10.52 8.737 3.307 20.981 6.973 22.244 14.022 1.264 7.05-6.328 17.647-10.543 25.588-4.215 7.94-4.327 8.882-4.034 12.096.292 3.213 14.576 11.4 17.708 13.515s20.082 11.425 20.082 16.61-16.398 18.737-21.571 22.102-19.244 10.733-25.235 11.857-15.34-5.672-20.798-15.853-.55-20.22 2.776-28.108c3.327-7.889-2.328-12.271-5.045-15.162l-28.714-30.554c-4.844-5.154-9.66-7.771-9.66-17.685 0-9.915 38.295-56.303 38.295-56.303s32.314 6.185 36.671 6.185 13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185m-28.708 177.445c2.37 1.487.924 4.291-1.235 5.82-2.159 1.53-31.177 24.046-33.994 26.535-2.816 2.489-6.955 6.6-9.769 6.6s-6.953-4.111-9.769-6.6c-2.817-2.489-31.834-25.005-33.994-26.535-2.159-1.529-3.604-4.333-1.234-5.82s9.787-5.24 20.021-10.546c10.232-5.306 22.986-9.818 24.976-9.818 1.991 0 14.744 4.512 24.978 9.818 10.233 5.306 17.649 9.059 20.02 10.546",
1284
+ clipRule: "evenodd"
1285
+ }
1286
+ ),
1287
+ /* @__PURE__ */ jsx(
1288
+ "path",
1289
+ {
1290
+ fill: "url(#brave_brand_svg__c)",
1291
+ d: "M338.442 118.847 308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094c0 0 34.856-3.153 46.838 16.372 0 0 32.314 6.185 36.671 6.185s13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185c11.982-19.525 46.838-16.372 46.838-16.372-12.345-12.371-38.487-5.094-38.487-5.094"
1292
+ }
1293
+ )
1294
+ ] }),
1295
+ /* @__PURE__ */ jsxs("defs", { children: [
1296
+ /* @__PURE__ */ jsxs(
1297
+ "linearGradient",
1298
+ {
1299
+ id: "brave_brand_svg__b",
1300
+ x1: "111.152",
1301
+ x2: "29157.8",
1302
+ y1: "17390.6",
1303
+ y2: "17390.6",
1304
+ gradientUnits: "userSpaceOnUse",
1305
+ children: [
1306
+ /* @__PURE__ */ jsx("stop", { stopColor: "#f50" }),
1307
+ /* @__PURE__ */ jsx("stop", { offset: ".41", stopColor: "#f50" }),
1308
+ /* @__PURE__ */ jsx("stop", { offset: ".582", stopColor: "#ff2000" }),
1309
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1310
+ ]
1311
+ }
1312
+ ),
1313
+ /* @__PURE__ */ jsxs(
1314
+ "linearGradient",
1315
+ {
1316
+ id: "brave_brand_svg__c",
1317
+ x1: "653.802",
1318
+ x2: "24244.5",
1319
+ y1: "3203.3",
1320
+ y2: "3203.3",
1321
+ gradientUnits: "userSpaceOnUse",
1322
+ children: [
1323
+ /* @__PURE__ */ jsx("stop", { stopColor: "#ff452a" }),
1324
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1325
+ ]
1326
+ }
1327
+ ),
1328
+ /* @__PURE__ */ jsx("clipPath", { id: "brave_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1329
+ ] })
1330
+ ]
1331
+ }
1332
+ );
1333
+ }
1334
+ function BraveBlack(props) {
1335
+ return /* @__PURE__ */ jsxs(
1336
+ "svg",
1337
+ {
1338
+ xmlns: "http://www.w3.org/2000/svg",
1339
+ width: "512",
1340
+ height: "512",
1341
+ fill: "none",
1342
+ viewBox: "0 0 512 512",
1343
+ focusable: false,
1344
+ "aria-hidden": true,
1345
+ ...props,
1346
+ children: [
1347
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#brave_black_svg__a)", children: [
1348
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
1349
+ /* @__PURE__ */ jsx(
1350
+ "path",
1351
+ {
1352
+ fill: "url(#brave_black_svg__b)",
1353
+ fillRule: "evenodd",
1354
+ d: "m391.452 166.873 7.988-19.647s-10.166-10.915-22.511-23.285-38.487-5.094-38.487-5.094L308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094a1053 1053 0 0 0-22.511 23.285l7.988 19.647-10.167 29.106s29.9 113.482 33.404 127.34c6.899 27.288 11.619 37.839 31.225 51.664s55.189 37.839 60.998 41.477 13.071 9.836 19.606 9.836 13.797-6.198 19.607-9.836 41.391-27.651 60.998-41.477 24.326-24.376 31.225-51.664c3.503-13.858 33.403-127.34 33.403-127.34z",
1355
+ clipRule: "evenodd"
1356
+ }
1357
+ ),
1358
+ /* @__PURE__ */ jsx(
1359
+ "path",
1360
+ {
1361
+ fill: "#fff",
1362
+ fillRule: "evenodd",
1363
+ d: "M330.091 140.313s38.295 46.388 38.295 56.303-4.817 12.531-9.661 17.685l-28.714 30.554c-2.716 2.891-8.372 7.273-5.045 15.162 3.327 7.888 8.234 17.926 2.777 28.108-5.458 10.181-14.807 16.977-20.798 15.853s-20.061-8.491-25.234-11.857-21.573-16.917-21.573-22.102 16.951-14.495 20.082-16.61c3.133-2.115 17.417-10.302 17.709-13.515s.181-4.156-4.034-12.096c-4.216-7.941-11.807-18.538-10.543-25.588 1.263-7.049 13.506-10.715 22.244-14.022 8.735-3.306 25.557-9.55 27.658-10.52 2.102-.972 1.559-1.897-4.807-2.501-6.365-.605-24.429-3.008-32.573-.733s-22.058 5.735-23.185 7.57c-1.127 1.836-2.121 1.897-.963 8.228s7.115 36.708 7.693 42.103c.579 5.396 1.711 8.963-4.095 10.293-5.807 1.33-15.58 3.64-18.938 3.64-3.359 0-13.133-2.31-18.939-3.64s-4.675-4.897-4.096-10.293 6.537-35.772 7.694-42.103.163-6.392-.963-8.228c-1.127-1.835-15.041-5.295-23.185-7.57s-26.208.128-32.573.733c-6.366.604-6.909 1.529-4.807 2.501 2.101.97 18.923 7.214 27.658 10.52 8.737 3.307 20.981 6.973 22.244 14.022 1.264 7.05-6.328 17.647-10.543 25.588-4.215 7.94-4.327 8.882-4.034 12.096.292 3.213 14.576 11.4 17.708 13.515s20.082 11.425 20.082 16.61-16.398 18.737-21.571 22.102-19.244 10.733-25.235 11.857-15.34-5.672-20.798-15.853-.55-20.22 2.776-28.108c3.327-7.889-2.328-12.271-5.045-15.162l-28.714-30.554c-4.844-5.154-9.66-7.771-9.66-17.685 0-9.915 38.295-56.303 38.295-56.303s32.314 6.185 36.671 6.185 13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185m-28.708 177.445c2.37 1.487.924 4.291-1.235 5.82-2.159 1.53-31.177 24.046-33.994 26.535-2.816 2.489-6.955 6.6-9.769 6.6s-6.953-4.111-9.769-6.6c-2.817-2.489-31.834-25.005-33.994-26.535-2.159-1.529-3.604-4.333-1.234-5.82s9.787-5.24 20.021-10.546c10.232-5.306 22.986-9.818 24.976-9.818 1.991 0 14.744 4.512 24.978 9.818 10.233 5.306 17.649 9.059 20.02 10.546",
1364
+ clipRule: "evenodd"
1365
+ }
1366
+ ),
1367
+ /* @__PURE__ */ jsx(
1368
+ "path",
1369
+ {
1370
+ fill: "url(#brave_black_svg__c)",
1371
+ d: "M338.442 118.847 308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094c0 0 34.856-3.153 46.838 16.372 0 0 32.314 6.185 36.671 6.185s13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185c11.982-19.525 46.838-16.372 46.838-16.372-12.345-12.371-38.487-5.094-38.487-5.094"
1372
+ }
1373
+ )
1374
+ ] }),
1375
+ /* @__PURE__ */ jsxs("defs", { children: [
1376
+ /* @__PURE__ */ jsxs(
1377
+ "linearGradient",
1378
+ {
1379
+ id: "brave_black_svg__b",
1380
+ x1: "111.152",
1381
+ x2: "29157.8",
1382
+ y1: "17390.6",
1383
+ y2: "17390.6",
1384
+ gradientUnits: "userSpaceOnUse",
1385
+ children: [
1386
+ /* @__PURE__ */ jsx("stop", { stopColor: "#f50" }),
1387
+ /* @__PURE__ */ jsx("stop", { offset: ".41", stopColor: "#f50" }),
1388
+ /* @__PURE__ */ jsx("stop", { offset: ".582", stopColor: "#ff2000" }),
1389
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1390
+ ]
1391
+ }
1392
+ ),
1393
+ /* @__PURE__ */ jsxs(
1394
+ "linearGradient",
1395
+ {
1396
+ id: "brave_black_svg__c",
1397
+ x1: "653.802",
1398
+ x2: "24244.5",
1399
+ y1: "3203.3",
1400
+ y2: "3203.3",
1401
+ gradientUnits: "userSpaceOnUse",
1402
+ children: [
1403
+ /* @__PURE__ */ jsx("stop", { stopColor: "#ff452a" }),
1404
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1405
+ ]
1406
+ }
1407
+ ),
1408
+ /* @__PURE__ */ jsx("clipPath", { id: "brave_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1409
+ ] })
1410
+ ]
1411
+ }
1412
+ );
1413
+ }
1414
+ function BraveWhite(props) {
1415
+ return /* @__PURE__ */ jsxs(
1416
+ "svg",
1417
+ {
1418
+ xmlns: "http://www.w3.org/2000/svg",
1419
+ width: "512",
1420
+ height: "512",
1421
+ fill: "none",
1422
+ viewBox: "0 0 512 512",
1423
+ focusable: false,
1424
+ "aria-hidden": true,
1425
+ ...props,
1426
+ children: [
1427
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#brave_white_svg__a)", children: [
1428
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
1429
+ /* @__PURE__ */ jsx(
1430
+ "path",
1431
+ {
1432
+ fill: "url(#brave_white_svg__b)",
1433
+ fillRule: "evenodd",
1434
+ d: "m391.452 166.873 7.988-19.647s-10.166-10.915-22.511-23.285-38.487-5.094-38.487-5.094L308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094a1053 1053 0 0 0-22.511 23.285l7.988 19.647-10.167 29.106s29.9 113.482 33.404 127.34c6.899 27.288 11.619 37.839 31.225 51.664s55.189 37.839 60.998 41.477 13.071 9.836 19.606 9.836 13.797-6.198 19.607-9.836 41.391-27.651 60.998-41.477 24.326-24.376 31.225-51.664c3.503-13.858 33.403-127.34 33.403-127.34z",
1435
+ clipRule: "evenodd"
1436
+ }
1437
+ ),
1438
+ /* @__PURE__ */ jsx(
1439
+ "path",
1440
+ {
1441
+ fill: "#fff",
1442
+ fillRule: "evenodd",
1443
+ d: "M330.091 140.313s38.295 46.388 38.295 56.303-4.817 12.531-9.661 17.685l-28.714 30.554c-2.716 2.891-8.372 7.273-5.045 15.162 3.327 7.888 8.234 17.926 2.777 28.108-5.458 10.181-14.807 16.977-20.798 15.853s-20.061-8.491-25.234-11.857-21.573-16.917-21.573-22.102 16.951-14.495 20.082-16.61c3.133-2.115 17.417-10.302 17.709-13.515s.181-4.156-4.034-12.096c-4.216-7.941-11.807-18.538-10.543-25.588 1.263-7.049 13.506-10.715 22.244-14.022 8.735-3.306 25.557-9.55 27.658-10.52 2.102-.972 1.559-1.897-4.807-2.501-6.365-.605-24.429-3.008-32.573-.733s-22.058 5.735-23.185 7.57c-1.127 1.836-2.121 1.897-.963 8.228s7.115 36.708 7.693 42.103c.579 5.396 1.711 8.963-4.095 10.293-5.807 1.33-15.58 3.64-18.938 3.64-3.359 0-13.133-2.31-18.939-3.64s-4.675-4.897-4.096-10.293 6.537-35.772 7.694-42.103.163-6.392-.963-8.228c-1.127-1.835-15.041-5.295-23.185-7.57s-26.208.128-32.573.733c-6.366.604-6.909 1.529-4.807 2.501 2.101.97 18.923 7.214 27.658 10.52 8.737 3.307 20.981 6.973 22.244 14.022 1.264 7.05-6.328 17.647-10.543 25.588-4.215 7.94-4.327 8.882-4.034 12.096.292 3.213 14.576 11.4 17.708 13.515s20.082 11.425 20.082 16.61-16.398 18.737-21.571 22.102-19.244 10.733-25.235 11.857-15.34-5.672-20.798-15.853-.55-20.22 2.776-28.108c3.327-7.889-2.328-12.271-5.045-15.162l-28.714-30.554c-4.844-5.154-9.66-7.771-9.66-17.685 0-9.915 38.295-56.303 38.295-56.303s32.314 6.185 36.671 6.185 13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185m-28.708 177.445c2.37 1.487.924 4.291-1.235 5.82-2.159 1.53-31.177 24.046-33.994 26.535-2.816 2.489-6.955 6.6-9.769 6.6s-6.953-4.111-9.769-6.6c-2.817-2.489-31.834-25.005-33.994-26.535-2.159-1.529-3.604-4.333-1.234-5.82s9.787-5.24 20.021-10.546c10.232-5.306 22.986-9.818 24.976-9.818 1.991 0 14.744 4.512 24.978 9.818 10.233 5.306 17.649 9.059 20.02 10.546",
1444
+ clipRule: "evenodd"
1445
+ }
1446
+ ),
1447
+ /* @__PURE__ */ jsx(
1448
+ "path",
1449
+ {
1450
+ fill: "url(#brave_white_svg__c)",
1451
+ d: "M338.442 118.847 308.669 85H204.101l-29.772 33.847s-26.142-7.277-38.487 5.094c0 0 34.856-3.153 46.838 16.372 0 0 32.314 6.185 36.671 6.185s13.797-3.638 22.511-6.549c8.714-2.91 14.524-2.931 14.524-2.931s5.809.021 14.523 2.931 18.154 6.549 22.511 6.549 36.671-6.185 36.671-6.185c11.982-19.525 46.838-16.372 46.838-16.372-12.345-12.371-38.487-5.094-38.487-5.094"
1452
+ }
1453
+ )
1454
+ ] }),
1455
+ /* @__PURE__ */ jsxs("defs", { children: [
1456
+ /* @__PURE__ */ jsxs(
1457
+ "linearGradient",
1458
+ {
1459
+ id: "brave_white_svg__b",
1460
+ x1: "111.152",
1461
+ x2: "29157.8",
1462
+ y1: "17390.6",
1463
+ y2: "17390.6",
1464
+ gradientUnits: "userSpaceOnUse",
1465
+ children: [
1466
+ /* @__PURE__ */ jsx("stop", { stopColor: "#f50" }),
1467
+ /* @__PURE__ */ jsx("stop", { offset: ".41", stopColor: "#f50" }),
1468
+ /* @__PURE__ */ jsx("stop", { offset: ".582", stopColor: "#ff2000" }),
1469
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1470
+ ]
1471
+ }
1472
+ ),
1473
+ /* @__PURE__ */ jsxs(
1474
+ "linearGradient",
1475
+ {
1476
+ id: "brave_white_svg__c",
1477
+ x1: "653.802",
1478
+ x2: "24244.5",
1479
+ y1: "3203.3",
1480
+ y2: "3203.3",
1481
+ gradientUnits: "userSpaceOnUse",
1482
+ children: [
1483
+ /* @__PURE__ */ jsx("stop", { stopColor: "#ff452a" }),
1484
+ /* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#ff2000" })
1485
+ ]
1486
+ }
1487
+ ),
1488
+ /* @__PURE__ */ jsx("clipPath", { id: "brave_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1489
+ ] })
1490
+ ]
1491
+ }
1492
+ );
1493
+ }
1494
+ function LedgerIcon(props) {
1495
+ return /* @__PURE__ */ jsx(
1496
+ "svg",
1497
+ {
1498
+ xmlns: "http://www.w3.org/2000/svg",
1499
+ width: "512",
1500
+ height: "512",
1501
+ fill: "none",
1502
+ viewBox: "0 0 512 512",
1503
+ focusable: false,
1504
+ "aria-hidden": true,
1505
+ ...props,
1506
+ children: /* @__PURE__ */ jsx(
1507
+ "path",
1508
+ {
1509
+ fill: "#000",
1510
+ d: "M85 320.65V405h128.592v-18.699h-109.85V320.65zm323.258 0v65.651h-109.85V405H427v-84.35zm-194.392 0h84.542v-16.925h-65.801V192.214h-18.741zM85 108v84.35h18.742v-65.651h109.85V108zm213.408 0v18.699h109.85v65.651H427V108z"
1511
+ }
1512
+ )
1513
+ }
1514
+ );
1515
+ }
1516
+ function LedgerBrand(props) {
1517
+ return /* @__PURE__ */ jsxs(
1518
+ "svg",
1519
+ {
1520
+ xmlns: "http://www.w3.org/2000/svg",
1521
+ width: "512",
1522
+ height: "512",
1523
+ fill: "none",
1524
+ viewBox: "0 0 512 512",
1525
+ focusable: false,
1526
+ "aria-hidden": true,
1527
+ ...props,
1528
+ children: [
1529
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#ledger_brand_svg__a)", children: [
1530
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
1531
+ /* @__PURE__ */ jsx(
1532
+ "path",
1533
+ {
1534
+ fill: "#000",
1535
+ d: "M85 320.65V405h128.592v-18.699h-109.85V320.65zm323.258 0v65.651h-109.85V405H427v-84.35zm-194.392 0h84.542v-16.925h-65.801V192.214h-18.741zM85 108v84.35h18.742v-65.651h109.85V108zm213.408 0v18.699h109.85v65.651H427V108z"
1536
+ }
1537
+ )
1538
+ ] }),
1539
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "ledger_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1540
+ ]
1541
+ }
1542
+ );
1543
+ }
1544
+ function LedgerBlack(props) {
1545
+ return /* @__PURE__ */ jsxs(
1546
+ "svg",
1547
+ {
1548
+ xmlns: "http://www.w3.org/2000/svg",
1549
+ width: "512",
1550
+ height: "512",
1551
+ fill: "none",
1552
+ viewBox: "0 0 512 512",
1553
+ focusable: false,
1554
+ "aria-hidden": true,
1555
+ ...props,
1556
+ children: [
1557
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#ledger_black_svg__a)", children: [
1558
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
1559
+ /* @__PURE__ */ jsx(
1560
+ "path",
1561
+ {
1562
+ fill: "#fff",
1563
+ d: "M85 320.65V405h128.592v-18.699h-109.85V320.65zm323.258 0v65.651h-109.85V405H427v-84.35zm-194.392 0h84.542v-16.925h-65.801V192.214h-18.741zM85 108v84.35h18.742v-65.651h109.85V108zm213.408 0v18.699h109.85v65.651H427V108z"
1564
+ }
1565
+ )
1566
+ ] }),
1567
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "ledger_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1568
+ ]
1569
+ }
1570
+ );
1571
+ }
1572
+ function LedgerWhite(props) {
1573
+ return /* @__PURE__ */ jsxs(
1574
+ "svg",
1575
+ {
1576
+ xmlns: "http://www.w3.org/2000/svg",
1577
+ width: "512",
1578
+ height: "512",
1579
+ fill: "none",
1580
+ viewBox: "0 0 512 512",
1581
+ focusable: false,
1582
+ "aria-hidden": true,
1583
+ ...props,
1584
+ children: [
1585
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#ledger_white_svg__a)", children: [
1586
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
1587
+ /* @__PURE__ */ jsx(
1588
+ "path",
1589
+ {
1590
+ fill: "#000",
1591
+ d: "M85 320.65V405h128.592v-18.699h-109.85V320.65zm323.258 0v65.651h-109.85V405H427v-84.35zm-194.392 0h84.542v-16.925h-65.801V192.214h-18.741zM85 108v84.35h18.742v-65.651h109.85V108zm213.408 0v18.699h109.85v65.651H427V108z"
1592
+ }
1593
+ )
1594
+ ] }),
1595
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "ledger_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) }) })
1596
+ ]
1597
+ }
1598
+ );
1599
+ }
1600
+ var ICON_MAP = {
1601
+ "metamask.icon": MetamaskIcon,
1602
+ "metamask.brand": MetamaskBrand,
1603
+ "metamask.black": MetamaskBlack,
1604
+ "metamask.white": MetamaskWhite,
1605
+ "coinbase-wallet.icon": CoinbaseWalletIcon,
1606
+ "coinbase-wallet.brand": CoinbaseWalletBrand,
1607
+ "coinbase-wallet.black": CoinbaseWalletBlack,
1608
+ "coinbase-wallet.white": CoinbaseWalletWhite,
1609
+ "phantom.icon": PhantomIcon,
1610
+ "phantom.brand": PhantomBrand,
1611
+ "phantom.black": PhantomBlack,
1612
+ "phantom.white": PhantomWhite,
1613
+ "walletconnect.icon": WalletconnectIcon,
1614
+ "walletconnect.brand": WalletconnectBrand,
1615
+ "walletconnect.black": WalletconnectBlack,
1616
+ "walletconnect.white": WalletconnectWhite,
1617
+ "rabby.icon": RabbyIcon,
1618
+ "rabby.brand": RabbyBrand,
1619
+ "rabby.black": RabbyBlack,
1620
+ "rabby.white": RabbyWhite,
1621
+ "appkit.icon": AppkitIcon,
1622
+ "appkit.brand": AppkitBrand,
1623
+ "appkit.black": AppkitBlack,
1624
+ "appkit.white": AppkitWhite,
1625
+ "brave.icon": BraveIcon,
1626
+ "brave.brand": BraveBrand,
1627
+ "brave.black": BraveBlack,
1628
+ "brave.white": BraveWhite,
1629
+ "ledger.icon": LedgerIcon,
1630
+ "ledger.brand": LedgerBrand,
1631
+ "ledger.black": LedgerBlack,
1632
+ "ledger.white": LedgerWhite
1633
+ };
1634
+ function WalletLogo({
1635
+ id,
1636
+ name,
1637
+ variant = "icon",
1638
+ size,
1639
+ width,
1640
+ height,
1641
+ radius = "md",
1642
+ sizeSlot = "md",
1643
+ title,
1644
+ style,
1645
+ ...props
1646
+ }) {
1647
+ const walletId = id ?? (name ? WALLET_NAME_TO_ID[name] : void 0);
1648
+ if (!walletId) return null;
1649
+ const prefix = resolveLogoPrefix(walletId);
1650
+ const Icon = ICON_MAP[`${prefix}.${variant}`];
1651
+ if (!Icon) return null;
1652
+ const accessibilityProps = title ? { role: "img", "aria-label": title, "aria-hidden": void 0 } : {};
1653
+ const radiusStyle = {
1654
+ borderRadius: getLogoRadius(radius, sizeSlot),
1655
+ overflow: "hidden",
1656
+ ...style
1657
+ };
1658
+ return /* @__PURE__ */ jsx(Icon, { ...props, ...accessibilityProps, width: width ?? size, height: height ?? size, style: radiusStyle });
1659
+ }
1660
+ function AurumIcon({ color, ...props }) {
1661
+ return /* @__PURE__ */ jsxs(
1662
+ "svg",
1663
+ {
1664
+ xmlns: "http://www.w3.org/2000/svg",
1665
+ fill: "none",
1666
+ viewBox: "0 0 512 512",
1667
+ focusable: false,
1668
+ "aria-hidden": true,
1669
+ ...props,
1670
+ children: [
1671
+ /* @__PURE__ */ jsx(
1672
+ "path",
1673
+ {
1674
+ fill: "url(#aurum_icon_svg__a)",
1675
+ d: "M233.768 422.661a8 8 0 0 1-.575 1.531c-.109.164-.191.301-.3.438a5 5 0 0 1-.712.82c-1.258 1.231-3.063 1.915-4.922 1.532-14.141-14.441-67.802-69.989-83.61-98.215-12.937-23.111 2.269-46.058 12.28-57.299l77.292 147.473c.328.684.547 1.313.629 1.969a4.5 4.5 0 0 1-.082 1.723z"
1676
+ }
1677
+ ),
1678
+ /* @__PURE__ */ jsx(
1679
+ "path",
1680
+ {
1681
+ fill: "url(#aurum_icon_svg__b)",
1682
+ d: "M368.332 328.767c-15.809 28.225-69.47 83.774-83.61 98.215-2.024.41-4.021-.41-5.279-1.915-.328-.382-.629-.875-.875-1.367a3.6 3.6 0 0 1-.191-.492 7 7 0 0 1-.247-1.067 5.3 5.3 0 0 1 .629-3.145l77.265-147.473c10.01 11.241 25.19 34.215 12.253 57.299z"
1683
+ }
1684
+ ),
1685
+ /* @__PURE__ */ jsx(
1686
+ "path",
1687
+ {
1688
+ fill: color ?? "#0c0c0c",
1689
+ d: "m375.142 253.307-20.759-37.224c-.055-.191-.082-.41-.192-.601l-58.666-107.077c-17.094-31.207-61.921-31.207-79.015 0l-69.551 126.878-10.066 18.024c-13.018 23.549-16.027 42.065-14.55 52.951.93 6.482 3.993 11.706 6.674 15.945a399.3 399.3 0 0 0 48.191 61.292 396.6 396.6 0 0 0 47.836 42.448c.711.547 1.477.902 2.242 1.039-14.14-14.441-67.801-69.99-83.61-98.215-12.936-23.111 2.271-46.058 12.281-57.299 0 0 52.512-74.94 63.699-88.834 3.938-4.869 9.572-8.178 15.234-10.475 13.483-5.416 28.744-5.416 42.255 0 5.662 2.297 11.269 5.606 15.234 10.475 11.214 13.921 63.699 88.834 63.699 88.834 10.011 11.241 25.19 34.215 12.253 57.299-15.808 28.225-69.47 83.774-83.61 98.215.766-.164 1.505-.492 2.243-1.039 15.043-11.296 31.398-25.299 47.836-42.448 20.841-21.771 36.54-43.104 48.191-61.292 2.68-4.239 5.771-9.436 6.646-15.945 1.532-10.886-1.504-29.402-14.523-52.951z"
1690
+ }
1691
+ ),
1692
+ /* @__PURE__ */ jsxs("defs", { children: [
1693
+ /* @__PURE__ */ jsxs(
1694
+ "linearGradient",
1695
+ {
1696
+ id: "aurum_icon_svg__a",
1697
+ x1: "430.443",
1698
+ x2: "280.892",
1699
+ y1: "500.491",
1700
+ y2: "-72.311",
1701
+ gradientUnits: "userSpaceOnUse",
1702
+ children: [
1703
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1704
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1705
+ ]
1706
+ }
1707
+ ),
1708
+ /* @__PURE__ */ jsxs(
1709
+ "linearGradient",
1710
+ {
1711
+ id: "aurum_icon_svg__b",
1712
+ x1: "83.161",
1713
+ x2: "232.713",
1714
+ y1: "500.491",
1715
+ y2: "-72.311",
1716
+ gradientUnits: "userSpaceOnUse",
1717
+ children: [
1718
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1719
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1720
+ ]
1721
+ }
1722
+ )
1723
+ ] })
1724
+ ]
1725
+ }
1726
+ );
1727
+ }
1728
+ function AurumBrand({ color, ...props }) {
1729
+ return /* @__PURE__ */ jsxs(
1730
+ "svg",
1731
+ {
1732
+ xmlns: "http://www.w3.org/2000/svg",
1733
+ fill: "none",
1734
+ viewBox: "0 0 512 512",
1735
+ focusable: false,
1736
+ "aria-hidden": true,
1737
+ ...props,
1738
+ children: [
1739
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#aurum_brand_svg__a)", children: [
1740
+ /* @__PURE__ */ jsx("path", { fill: "#9e731d", d: "M0 0h512v512H0z" }),
1741
+ /* @__PURE__ */ jsx(
1742
+ "path",
1743
+ {
1744
+ fill: "url(#aurum_brand_svg__b)",
1745
+ d: "M233.768 422.661a8 8 0 0 1-.575 1.531c-.109.164-.191.301-.3.438a5 5 0 0 1-.712.82c-1.258 1.231-3.063 1.915-4.922 1.532-14.141-14.441-67.802-69.989-83.61-98.215-12.937-23.111 2.269-46.058 12.28-57.299l77.292 147.473c.328.684.547 1.313.629 1.969a4.5 4.5 0 0 1-.082 1.723z"
1746
+ }
1747
+ ),
1748
+ /* @__PURE__ */ jsx(
1749
+ "path",
1750
+ {
1751
+ fill: "url(#aurum_brand_svg__c)",
1752
+ d: "M368.332 328.767c-15.809 28.225-69.47 83.774-83.61 98.215-2.024.41-4.021-.41-5.279-1.915-.328-.382-.629-.875-.875-1.367a3.6 3.6 0 0 1-.191-.492 7 7 0 0 1-.247-1.067 5.3 5.3 0 0 1 .629-3.145l77.265-147.473c10.01 11.241 25.19 34.215 12.253 57.299z"
1753
+ }
1754
+ ),
1755
+ /* @__PURE__ */ jsx(
1756
+ "path",
1757
+ {
1758
+ fill: color ?? "#fff",
1759
+ d: "m375.142 253.307-20.759-37.224c-.055-.191-.082-.41-.192-.601l-58.666-107.077c-17.094-31.207-61.921-31.207-79.015 0l-69.551 126.878-10.066 18.024c-13.018 23.549-16.027 42.065-14.55 52.951.93 6.482 3.993 11.706 6.674 15.945a399.3 399.3 0 0 0 48.191 61.292 396.6 396.6 0 0 0 47.836 42.448c.711.547 1.477.902 2.242 1.039-14.14-14.441-67.801-69.99-83.61-98.215-12.936-23.111 2.271-46.058 12.281-57.299 0 0 52.512-74.94 63.699-88.834 3.938-4.869 9.572-8.178 15.234-10.475 13.483-5.416 28.744-5.416 42.255 0 5.662 2.297 11.269 5.606 15.234 10.475 11.214 13.921 63.699 88.834 63.699 88.834 10.011 11.241 25.19 34.215 12.253 57.299-15.808 28.225-69.47 83.774-83.61 98.215.766-.164 1.505-.492 2.243-1.039 15.043-11.296 31.398-25.299 47.836-42.448 20.841-21.771 36.54-43.104 48.191-61.292 2.68-4.239 5.771-9.436 6.646-15.945 1.532-10.886-1.504-29.402-14.523-52.951z"
1760
+ }
1761
+ )
1762
+ ] }),
1763
+ /* @__PURE__ */ jsxs("defs", { children: [
1764
+ /* @__PURE__ */ jsxs(
1765
+ "linearGradient",
1766
+ {
1767
+ id: "aurum_brand_svg__b",
1768
+ x1: "430.443",
1769
+ x2: "280.892",
1770
+ y1: "500.491",
1771
+ y2: "-72.311",
1772
+ gradientUnits: "userSpaceOnUse",
1773
+ children: [
1774
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1775
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1776
+ ]
1777
+ }
1778
+ ),
1779
+ /* @__PURE__ */ jsxs(
1780
+ "linearGradient",
1781
+ {
1782
+ id: "aurum_brand_svg__c",
1783
+ x1: "83.161",
1784
+ x2: "232.713",
1785
+ y1: "500.491",
1786
+ y2: "-72.311",
1787
+ gradientUnits: "userSpaceOnUse",
1788
+ children: [
1789
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1790
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1791
+ ]
1792
+ }
1793
+ ),
1794
+ /* @__PURE__ */ jsx("clipPath", { id: "aurum_brand_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1795
+ ] })
1796
+ ]
1797
+ }
1798
+ );
1799
+ }
1800
+ function AurumBlack({ color, ...props }) {
1801
+ return /* @__PURE__ */ jsxs(
1802
+ "svg",
1803
+ {
1804
+ xmlns: "http://www.w3.org/2000/svg",
1805
+ fill: "none",
1806
+ viewBox: "0 0 512 512",
1807
+ focusable: false,
1808
+ "aria-hidden": true,
1809
+ ...props,
1810
+ children: [
1811
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#aurum_black_svg__a)", children: [
1812
+ /* @__PURE__ */ jsx("path", { fill: "#000", d: "M0 0h512v512H0z" }),
1813
+ /* @__PURE__ */ jsx(
1814
+ "path",
1815
+ {
1816
+ fill: "url(#aurum_black_svg__b)",
1817
+ d: "M233.768 422.661a8 8 0 0 1-.575 1.531c-.109.164-.191.301-.3.438a5 5 0 0 1-.712.82c-1.258 1.231-3.063 1.915-4.922 1.532-14.141-14.441-67.802-69.989-83.61-98.215-12.937-23.111 2.269-46.058 12.28-57.299l77.292 147.473c.328.684.547 1.313.629 1.969a4.5 4.5 0 0 1-.082 1.723z"
1818
+ }
1819
+ ),
1820
+ /* @__PURE__ */ jsx(
1821
+ "path",
1822
+ {
1823
+ fill: "url(#aurum_black_svg__c)",
1824
+ d: "M368.332 328.767c-15.809 28.225-69.47 83.774-83.61 98.215-2.024.41-4.021-.41-5.279-1.915-.328-.382-.629-.875-.875-1.367a3.6 3.6 0 0 1-.191-.492 7 7 0 0 1-.247-1.067 5.3 5.3 0 0 1 .629-3.145l77.265-147.473c10.01 11.241 25.19 34.215 12.253 57.299z"
1825
+ }
1826
+ ),
1827
+ /* @__PURE__ */ jsx(
1828
+ "path",
1829
+ {
1830
+ fill: color ?? "#fff",
1831
+ d: "m375.142 253.307-20.759-37.224c-.055-.191-.082-.41-.192-.601l-58.666-107.077c-17.094-31.207-61.921-31.207-79.015 0l-69.551 126.878-10.066 18.024c-13.018 23.549-16.027 42.065-14.55 52.951.93 6.482 3.993 11.706 6.674 15.945a399.3 399.3 0 0 0 48.191 61.292 396.6 396.6 0 0 0 47.836 42.448c.711.547 1.477.902 2.242 1.039-14.14-14.441-67.801-69.99-83.61-98.215-12.936-23.111 2.271-46.058 12.281-57.299 0 0 52.512-74.94 63.699-88.834 3.938-4.869 9.572-8.178 15.234-10.475 13.483-5.416 28.744-5.416 42.255 0 5.662 2.297 11.269 5.606 15.234 10.475 11.214 13.921 63.699 88.834 63.699 88.834 10.011 11.241 25.19 34.215 12.253 57.299-15.808 28.225-69.47 83.774-83.61 98.215.766-.164 1.505-.492 2.243-1.039 15.043-11.296 31.398-25.299 47.836-42.448 20.841-21.771 36.54-43.104 48.191-61.292 2.68-4.239 5.771-9.436 6.646-15.945 1.532-10.886-1.504-29.402-14.523-52.951z"
1832
+ }
1833
+ )
1834
+ ] }),
1835
+ /* @__PURE__ */ jsxs("defs", { children: [
1836
+ /* @__PURE__ */ jsxs(
1837
+ "linearGradient",
1838
+ {
1839
+ id: "aurum_black_svg__b",
1840
+ x1: "430.443",
1841
+ x2: "280.892",
1842
+ y1: "500.491",
1843
+ y2: "-72.311",
1844
+ gradientUnits: "userSpaceOnUse",
1845
+ children: [
1846
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1847
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1848
+ ]
1849
+ }
1850
+ ),
1851
+ /* @__PURE__ */ jsxs(
1852
+ "linearGradient",
1853
+ {
1854
+ id: "aurum_black_svg__c",
1855
+ x1: "83.161",
1856
+ x2: "232.713",
1857
+ y1: "500.491",
1858
+ y2: "-72.311",
1859
+ gradientUnits: "userSpaceOnUse",
1860
+ children: [
1861
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1862
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1863
+ ]
1864
+ }
1865
+ ),
1866
+ /* @__PURE__ */ jsx("clipPath", { id: "aurum_black_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1867
+ ] })
1868
+ ]
1869
+ }
1870
+ );
1871
+ }
1872
+ function AurumWhite({ color, ...props }) {
1873
+ return /* @__PURE__ */ jsxs(
1874
+ "svg",
1875
+ {
1876
+ xmlns: "http://www.w3.org/2000/svg",
1877
+ fill: "none",
1878
+ viewBox: "0 0 512 512",
1879
+ focusable: false,
1880
+ "aria-hidden": true,
1881
+ ...props,
1882
+ children: [
1883
+ /* @__PURE__ */ jsxs("g", { clipPath: "url(#aurum_white_svg__a)", children: [
1884
+ /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }),
1885
+ /* @__PURE__ */ jsx(
1886
+ "path",
1887
+ {
1888
+ fill: "url(#aurum_white_svg__b)",
1889
+ d: "M233.768 422.661a8 8 0 0 1-.575 1.531c-.109.164-.191.301-.3.438a5 5 0 0 1-.712.82c-1.258 1.231-3.063 1.915-4.922 1.532-14.141-14.441-67.802-69.989-83.61-98.215-12.937-23.111 2.269-46.058 12.28-57.299l77.292 147.473c.328.684.547 1.313.629 1.969a4.5 4.5 0 0 1-.082 1.723z"
1890
+ }
1891
+ ),
1892
+ /* @__PURE__ */ jsx(
1893
+ "path",
1894
+ {
1895
+ fill: "url(#aurum_white_svg__c)",
1896
+ d: "M368.332 328.767c-15.809 28.225-69.47 83.774-83.61 98.215-2.024.41-4.021-.41-5.279-1.915-.328-.382-.629-.875-.875-1.367a3.6 3.6 0 0 1-.191-.492 7 7 0 0 1-.247-1.067 5.3 5.3 0 0 1 .629-3.145l77.265-147.473c10.01 11.241 25.19 34.215 12.253 57.299z"
1897
+ }
1898
+ ),
1899
+ /* @__PURE__ */ jsx(
1900
+ "path",
1901
+ {
1902
+ fill: color ?? "#0c0c0c",
1903
+ d: "m375.142 253.307-20.759-37.224c-.055-.191-.082-.41-.192-.601l-58.666-107.077c-17.094-31.207-61.921-31.207-79.015 0l-69.551 126.878-10.066 18.024c-13.018 23.549-16.027 42.065-14.55 52.951.93 6.482 3.993 11.706 6.674 15.945a399.3 399.3 0 0 0 48.191 61.292 396.6 396.6 0 0 0 47.836 42.448c.711.547 1.477.902 2.242 1.039-14.14-14.441-67.801-69.99-83.61-98.215-12.936-23.111 2.271-46.058 12.281-57.299 0 0 52.512-74.94 63.699-88.834 3.938-4.869 9.572-8.178 15.234-10.475 13.483-5.416 28.744-5.416 42.255 0 5.662 2.297 11.269 5.606 15.234 10.475 11.214 13.921 63.699 88.834 63.699 88.834 10.011 11.241 25.19 34.215 12.253 57.299-15.808 28.225-69.47 83.774-83.61 98.215.766-.164 1.505-.492 2.243-1.039 15.043-11.296 31.398-25.299 47.836-42.448 20.841-21.771 36.54-43.104 48.191-61.292 2.68-4.239 5.771-9.436 6.646-15.945 1.532-10.886-1.504-29.402-14.523-52.951z"
1904
+ }
1905
+ )
1906
+ ] }),
1907
+ /* @__PURE__ */ jsxs("defs", { children: [
1908
+ /* @__PURE__ */ jsxs(
1909
+ "linearGradient",
1910
+ {
1911
+ id: "aurum_white_svg__b",
1912
+ x1: "430.443",
1913
+ x2: "280.892",
1914
+ y1: "500.491",
1915
+ y2: "-72.311",
1916
+ gradientUnits: "userSpaceOnUse",
1917
+ children: [
1918
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1919
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1920
+ ]
1921
+ }
1922
+ ),
1923
+ /* @__PURE__ */ jsxs(
1924
+ "linearGradient",
1925
+ {
1926
+ id: "aurum_white_svg__c",
1927
+ x1: "83.161",
1928
+ x2: "232.713",
1929
+ y1: "500.491",
1930
+ y2: "-72.311",
1931
+ gradientUnits: "userSpaceOnUse",
1932
+ children: [
1933
+ /* @__PURE__ */ jsx("stop", { stopColor: "#fafafa" }),
1934
+ /* @__PURE__ */ jsx("stop", { offset: ".79", stopColor: "#777" })
1935
+ ]
1936
+ }
1937
+ ),
1938
+ /* @__PURE__ */ jsx("clipPath", { id: "aurum_white_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h512v512H0z" }) })
1939
+ ] })
1940
+ ]
1941
+ }
1942
+ );
1943
+ }
1944
+ var AURUM_ICON_MAP = {
1945
+ icon: AurumIcon,
1946
+ brand: AurumBrand,
1947
+ black: AurumBlack,
1948
+ white: AurumWhite
1949
+ };
1950
+ function AurumLogo({
1951
+ variant = "icon",
1952
+ size,
1953
+ width,
1954
+ height,
1955
+ radius = "md",
1956
+ sizeSlot = "sm",
1957
+ title,
1958
+ color,
1959
+ style,
1960
+ ...props
1961
+ }) {
1962
+ const Icon = AURUM_ICON_MAP[variant];
1963
+ if (!Icon) return null;
1964
+ const accessibilityProps = title ? { role: "img", "aria-label": title, "aria-hidden": void 0 } : {};
1965
+ const radiusStyle = {
1966
+ borderRadius: getLogoRadius(radius, sizeSlot),
1967
+ overflow: "hidden",
1968
+ ...style
1969
+ };
1970
+ return /* @__PURE__ */ jsx(
1971
+ Icon,
1972
+ {
1973
+ ...props,
1974
+ ...accessibilityProps,
1975
+ width: width ?? size,
1976
+ height: height ?? size,
1977
+ style: radiusStyle,
1978
+ color
1979
+ }
1980
+ );
1981
+ }
1982
+
1983
+ export { AppkitBlack, AppkitBrand, AppkitIcon, AppkitWhite, AurumBlack, AurumBrand, AurumIcon, AurumLogo, AurumWhite, BraveBlack, BraveBrand, BraveIcon, BraveWhite, CoinbaseWalletBlack, CoinbaseWalletBrand, CoinbaseWalletIcon, CoinbaseWalletWhite, LedgerBlack, LedgerBrand, LedgerIcon, LedgerWhite, MetamaskBlack, MetamaskBrand, MetamaskIcon, MetamaskWhite, PhantomBlack, PhantomBrand, PhantomIcon, PhantomWhite, RabbyBlack, RabbyBrand, RabbyIcon, RabbyWhite, WalletLogo, WalletconnectBlack, WalletconnectBrand, WalletconnectIcon, WalletconnectWhite, getLogoRadius };