@onbeam/icons 1.0.0-21 → 1.0.0-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +167 -32
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +167 -33
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -21,12 +21,14 @@ var __spreadValues = (a, b) => {
|
|
|
21
21
|
};
|
|
22
22
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
23
23
|
var DiscordIcon = forwardRef(
|
|
24
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
24
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
25
25
|
"svg",
|
|
26
26
|
__spreadProps(__spreadValues({
|
|
27
27
|
xmlns: "http://www.w3.org/2000/svg",
|
|
28
28
|
fill: "none",
|
|
29
29
|
viewBox: "0 0 24 24",
|
|
30
|
+
height,
|
|
31
|
+
width,
|
|
30
32
|
ref: svgRef
|
|
31
33
|
}, props), {
|
|
32
34
|
children: [
|
|
@@ -102,12 +104,14 @@ var DiscordIcon = forwardRef(
|
|
|
102
104
|
);
|
|
103
105
|
var Discord_default = DiscordIcon;
|
|
104
106
|
var GoogleIcon = forwardRef(
|
|
105
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
107
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
106
108
|
"svg",
|
|
107
109
|
__spreadProps(__spreadValues({
|
|
108
110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
109
111
|
fill: "none",
|
|
110
112
|
viewBox: "0 0 24 24",
|
|
113
|
+
height,
|
|
114
|
+
width,
|
|
111
115
|
ref: svgRef
|
|
112
116
|
}, props), {
|
|
113
117
|
children: [
|
|
@@ -166,12 +170,14 @@ var GoogleIcon = forwardRef(
|
|
|
166
170
|
);
|
|
167
171
|
var Google_default = GoogleIcon;
|
|
168
172
|
var TwitterIcon = forwardRef(
|
|
169
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
173
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
170
174
|
"svg",
|
|
171
175
|
__spreadProps(__spreadValues({
|
|
172
176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
173
177
|
fill: "none",
|
|
174
178
|
viewBox: "0 0 24 24",
|
|
179
|
+
height,
|
|
180
|
+
width,
|
|
175
181
|
ref: svgRef
|
|
176
182
|
}, props), {
|
|
177
183
|
children: [
|
|
@@ -257,12 +263,14 @@ var TwitterIcon = forwardRef(
|
|
|
257
263
|
);
|
|
258
264
|
var Twitter_default = TwitterIcon;
|
|
259
265
|
var BeamIcon = forwardRef(
|
|
260
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
266
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
261
267
|
"svg",
|
|
262
268
|
__spreadProps(__spreadValues({
|
|
263
269
|
xmlns: "http://www.w3.org/2000/svg",
|
|
264
270
|
fill: "none",
|
|
265
271
|
viewBox: "0 0 40 40",
|
|
272
|
+
height,
|
|
273
|
+
width,
|
|
266
274
|
ref: svgRef
|
|
267
275
|
}, props), {
|
|
268
276
|
children: [
|
|
@@ -383,13 +391,15 @@ var BeamIcon = forwardRef(
|
|
|
383
391
|
);
|
|
384
392
|
var Beam_default = BeamIcon;
|
|
385
393
|
var BeamNetworkIcon = forwardRef(
|
|
386
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
394
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
387
395
|
"svg",
|
|
388
396
|
__spreadProps(__spreadValues({
|
|
389
397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
390
398
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
391
399
|
fill: "none",
|
|
392
400
|
viewBox: "0 0 40 40",
|
|
401
|
+
height,
|
|
402
|
+
width,
|
|
393
403
|
ref: svgRef
|
|
394
404
|
}, props), {
|
|
395
405
|
children: [
|
|
@@ -433,12 +443,14 @@ var BeamNetworkIcon = forwardRef(
|
|
|
433
443
|
);
|
|
434
444
|
var BeamNetwork_default = BeamNetworkIcon;
|
|
435
445
|
var EthIcon = forwardRef(
|
|
436
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
446
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
437
447
|
"svg",
|
|
438
448
|
__spreadProps(__spreadValues({
|
|
439
449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
440
450
|
fill: "none",
|
|
441
451
|
viewBox: "0 0 40 40",
|
|
452
|
+
height,
|
|
453
|
+
width,
|
|
442
454
|
ref: svgRef
|
|
443
455
|
}, props), {
|
|
444
456
|
children: [
|
|
@@ -492,12 +504,14 @@ var EthIcon = forwardRef(
|
|
|
492
504
|
);
|
|
493
505
|
var Eth_default = EthIcon;
|
|
494
506
|
var ImmutableIcon = forwardRef(
|
|
495
|
-
(props, svgRef) => /* @__PURE__ */ jsx(
|
|
507
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsx(
|
|
496
508
|
"svg",
|
|
497
509
|
__spreadProps(__spreadValues({
|
|
498
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
499
511
|
fill: "none",
|
|
500
512
|
viewBox: "0 0 40 40",
|
|
513
|
+
height,
|
|
514
|
+
width,
|
|
501
515
|
ref: svgRef
|
|
502
516
|
}, props), {
|
|
503
517
|
children: /* @__PURE__ */ jsx(
|
|
@@ -512,12 +526,14 @@ var ImmutableIcon = forwardRef(
|
|
|
512
526
|
);
|
|
513
527
|
var Immutable_default = ImmutableIcon;
|
|
514
528
|
var MeritCircleIcon = forwardRef(
|
|
515
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
529
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
516
530
|
"svg",
|
|
517
531
|
__spreadProps(__spreadValues({
|
|
518
532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
519
533
|
fill: "none",
|
|
520
534
|
viewBox: "0 0 40 40",
|
|
535
|
+
height,
|
|
536
|
+
width,
|
|
521
537
|
ref: svgRef
|
|
522
538
|
}, props), {
|
|
523
539
|
children: [
|
|
@@ -625,12 +641,14 @@ var MeritCircleIcon = forwardRef(
|
|
|
625
641
|
);
|
|
626
642
|
var MeritCircle_default = MeritCircleIcon;
|
|
627
643
|
var UsdcIcon = forwardRef(
|
|
628
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
644
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
629
645
|
"svg",
|
|
630
646
|
__spreadProps(__spreadValues({
|
|
631
647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
632
648
|
fill: "none",
|
|
633
649
|
viewBox: "0 0 40 40",
|
|
650
|
+
height,
|
|
651
|
+
width,
|
|
634
652
|
ref: svgRef
|
|
635
653
|
}, props), {
|
|
636
654
|
children: [
|
|
@@ -664,12 +682,14 @@ var UsdcIcon = forwardRef(
|
|
|
664
682
|
);
|
|
665
683
|
var Usdc_default = UsdcIcon;
|
|
666
684
|
var BackIcon = forwardRef(
|
|
667
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
685
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
668
686
|
"svg",
|
|
669
687
|
__spreadProps(__spreadValues({
|
|
670
688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
671
689
|
fill: "none",
|
|
672
690
|
viewBox: "0 0 24 24",
|
|
691
|
+
height,
|
|
692
|
+
width,
|
|
673
693
|
ref: svgRef
|
|
674
694
|
}, props), {
|
|
675
695
|
children: [
|
|
@@ -709,12 +729,14 @@ var BackIcon = forwardRef(
|
|
|
709
729
|
);
|
|
710
730
|
var Back_default = BackIcon;
|
|
711
731
|
var CloseIcon = forwardRef(
|
|
712
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
732
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
713
733
|
"svg",
|
|
714
734
|
__spreadProps(__spreadValues({
|
|
715
735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
716
736
|
fill: "none",
|
|
717
737
|
viewBox: "0 0 24 24",
|
|
738
|
+
height,
|
|
739
|
+
width,
|
|
718
740
|
ref: svgRef
|
|
719
741
|
}, props), {
|
|
720
742
|
children: [
|
|
@@ -802,12 +824,14 @@ var CloseIcon = forwardRef(
|
|
|
802
824
|
);
|
|
803
825
|
var Close_default = CloseIcon;
|
|
804
826
|
var CursorIcon = forwardRef(
|
|
805
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
827
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
806
828
|
"svg",
|
|
807
829
|
__spreadProps(__spreadValues({
|
|
808
830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
831
|
fill: "none",
|
|
810
832
|
viewBox: "0 0 24 24",
|
|
833
|
+
height,
|
|
834
|
+
width,
|
|
811
835
|
ref: svgRef
|
|
812
836
|
}, props), {
|
|
813
837
|
children: [
|
|
@@ -835,12 +859,14 @@ var CursorIcon = forwardRef(
|
|
|
835
859
|
);
|
|
836
860
|
var Cursor_default = CursorIcon;
|
|
837
861
|
var DashIcon = forwardRef(
|
|
838
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
862
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
839
863
|
"svg",
|
|
840
864
|
__spreadProps(__spreadValues({
|
|
841
865
|
xmlns: "http://www.w3.org/2000/svg",
|
|
842
866
|
fill: "none",
|
|
843
867
|
viewBox: "0 0 24 24",
|
|
868
|
+
height,
|
|
869
|
+
width,
|
|
844
870
|
ref: svgRef
|
|
845
871
|
}, props), {
|
|
846
872
|
children: [
|
|
@@ -917,12 +943,14 @@ var DashIcon = forwardRef(
|
|
|
917
943
|
);
|
|
918
944
|
var Dash_default = DashIcon;
|
|
919
945
|
var DownIcon = forwardRef(
|
|
920
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
946
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
921
947
|
"svg",
|
|
922
948
|
__spreadProps(__spreadValues({
|
|
923
949
|
xmlns: "http://www.w3.org/2000/svg",
|
|
924
950
|
fill: "none",
|
|
925
951
|
viewBox: "0 0 24 24",
|
|
952
|
+
height,
|
|
953
|
+
width,
|
|
926
954
|
ref: svgRef
|
|
927
955
|
}, props), {
|
|
928
956
|
children: [
|
|
@@ -962,12 +990,14 @@ var DownIcon = forwardRef(
|
|
|
962
990
|
);
|
|
963
991
|
var Down_default = DownIcon;
|
|
964
992
|
var ErrorIcon = forwardRef(
|
|
965
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
993
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
966
994
|
"svg",
|
|
967
995
|
__spreadProps(__spreadValues({
|
|
968
996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
969
997
|
fill: "none",
|
|
970
998
|
viewBox: "0 0 24 24",
|
|
999
|
+
height,
|
|
1000
|
+
width,
|
|
971
1001
|
ref: svgRef
|
|
972
1002
|
}, props), {
|
|
973
1003
|
children: [
|
|
@@ -987,12 +1017,14 @@ var ErrorIcon = forwardRef(
|
|
|
987
1017
|
);
|
|
988
1018
|
var Error_default = ErrorIcon;
|
|
989
1019
|
var FriendsIcon = forwardRef(
|
|
990
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1020
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
991
1021
|
"svg",
|
|
992
1022
|
__spreadProps(__spreadValues({
|
|
993
1023
|
xmlns: "http://www.w3.org/2000/svg",
|
|
994
1024
|
fill: "none",
|
|
995
1025
|
viewBox: "0 0 28 26",
|
|
1026
|
+
height,
|
|
1027
|
+
width,
|
|
996
1028
|
ref: svgRef
|
|
997
1029
|
}, props), {
|
|
998
1030
|
children: [
|
|
@@ -1057,12 +1089,14 @@ var FriendsIcon = forwardRef(
|
|
|
1057
1089
|
);
|
|
1058
1090
|
var Friends_default = FriendsIcon;
|
|
1059
1091
|
var LedOffIcon = forwardRef(
|
|
1060
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1092
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1061
1093
|
"svg",
|
|
1062
1094
|
__spreadProps(__spreadValues({
|
|
1063
1095
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1064
1096
|
fill: "none",
|
|
1065
1097
|
viewBox: "0 0 16 16",
|
|
1098
|
+
height,
|
|
1099
|
+
width,
|
|
1066
1100
|
ref: svgRef
|
|
1067
1101
|
}, props), {
|
|
1068
1102
|
children: [
|
|
@@ -1134,12 +1168,14 @@ var LedOffIcon = forwardRef(
|
|
|
1134
1168
|
);
|
|
1135
1169
|
var LedOff_default = LedOffIcon;
|
|
1136
1170
|
var LedOnIcon = forwardRef(
|
|
1137
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1171
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1138
1172
|
"svg",
|
|
1139
1173
|
__spreadProps(__spreadValues({
|
|
1140
1174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1141
1175
|
fill: "none",
|
|
1142
1176
|
viewBox: "0 0 16 16",
|
|
1177
|
+
height,
|
|
1178
|
+
width,
|
|
1143
1179
|
ref: svgRef
|
|
1144
1180
|
}, props), {
|
|
1145
1181
|
children: [
|
|
@@ -1211,13 +1247,15 @@ var LedOnIcon = forwardRef(
|
|
|
1211
1247
|
);
|
|
1212
1248
|
var LedOn_default = LedOnIcon;
|
|
1213
1249
|
var LoaderIcon = forwardRef(
|
|
1214
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1250
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1215
1251
|
"svg",
|
|
1216
1252
|
__spreadProps(__spreadValues({
|
|
1217
1253
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1218
1254
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
1219
1255
|
fill: "none",
|
|
1220
1256
|
viewBox: "0 0 24 24",
|
|
1257
|
+
height,
|
|
1258
|
+
width,
|
|
1221
1259
|
ref: svgRef
|
|
1222
1260
|
}, props), {
|
|
1223
1261
|
children: [
|
|
@@ -1255,12 +1293,14 @@ var LoaderIcon = forwardRef(
|
|
|
1255
1293
|
);
|
|
1256
1294
|
var Loader_default = LoaderIcon;
|
|
1257
1295
|
var MenuIcon = forwardRef(
|
|
1258
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1296
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1259
1297
|
"svg",
|
|
1260
1298
|
__spreadProps(__spreadValues({
|
|
1261
1299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1262
1300
|
fill: "none",
|
|
1263
1301
|
viewBox: "0 0 24 24",
|
|
1302
|
+
height,
|
|
1303
|
+
width,
|
|
1264
1304
|
ref: svgRef
|
|
1265
1305
|
}, props), {
|
|
1266
1306
|
children: [
|
|
@@ -1334,12 +1374,14 @@ var MenuIcon = forwardRef(
|
|
|
1334
1374
|
);
|
|
1335
1375
|
var Menu_default = MenuIcon;
|
|
1336
1376
|
var PasswordHideIcon = forwardRef(
|
|
1337
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1377
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1338
1378
|
"svg",
|
|
1339
1379
|
__spreadProps(__spreadValues({
|
|
1340
1380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1341
1381
|
fill: "none",
|
|
1342
1382
|
viewBox: "0 0 24 24",
|
|
1383
|
+
height,
|
|
1384
|
+
width,
|
|
1343
1385
|
ref: svgRef
|
|
1344
1386
|
}, props), {
|
|
1345
1387
|
children: [
|
|
@@ -1402,12 +1444,14 @@ var PasswordHideIcon = forwardRef(
|
|
|
1402
1444
|
);
|
|
1403
1445
|
var PasswordHide_default = PasswordHideIcon;
|
|
1404
1446
|
var PasswordShowIcon = forwardRef(
|
|
1405
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1447
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1406
1448
|
"svg",
|
|
1407
1449
|
__spreadProps(__spreadValues({
|
|
1408
1450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1409
1451
|
fill: "none",
|
|
1410
1452
|
viewBox: "0 0 24 24",
|
|
1453
|
+
height,
|
|
1454
|
+
width,
|
|
1411
1455
|
ref: svgRef
|
|
1412
1456
|
}, props), {
|
|
1413
1457
|
children: [
|
|
@@ -1470,12 +1514,14 @@ var PasswordShowIcon = forwardRef(
|
|
|
1470
1514
|
);
|
|
1471
1515
|
var PasswordShow_default = PasswordShowIcon;
|
|
1472
1516
|
var PlusIcon = forwardRef(
|
|
1473
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1517
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1474
1518
|
"svg",
|
|
1475
1519
|
__spreadProps(__spreadValues({
|
|
1476
1520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1477
1521
|
fill: "none",
|
|
1478
1522
|
viewBox: "0 0 24 24",
|
|
1523
|
+
height,
|
|
1524
|
+
width,
|
|
1479
1525
|
ref: svgRef
|
|
1480
1526
|
}, props), {
|
|
1481
1527
|
children: [
|
|
@@ -1552,12 +1598,14 @@ var PlusIcon = forwardRef(
|
|
|
1552
1598
|
);
|
|
1553
1599
|
var Plus_default = PlusIcon;
|
|
1554
1600
|
var QrCodeIcon = forwardRef(
|
|
1555
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1601
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1556
1602
|
"svg",
|
|
1557
1603
|
__spreadProps(__spreadValues({
|
|
1558
1604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1559
1605
|
fill: "none",
|
|
1560
1606
|
viewBox: "0 0 24 24",
|
|
1607
|
+
height,
|
|
1608
|
+
width,
|
|
1561
1609
|
ref: svgRef
|
|
1562
1610
|
}, props), {
|
|
1563
1611
|
children: [
|
|
@@ -1619,12 +1667,14 @@ var QrCodeIcon = forwardRef(
|
|
|
1619
1667
|
);
|
|
1620
1668
|
var QrCode_default = QrCodeIcon;
|
|
1621
1669
|
var RefreshIcon = forwardRef(
|
|
1622
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1670
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1623
1671
|
"svg",
|
|
1624
1672
|
__spreadProps(__spreadValues({
|
|
1625
1673
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1626
1674
|
fill: "none",
|
|
1627
1675
|
viewBox: "0 0 24 24",
|
|
1676
|
+
height,
|
|
1677
|
+
width,
|
|
1628
1678
|
ref: svgRef
|
|
1629
1679
|
}, props), {
|
|
1630
1680
|
children: [
|
|
@@ -1687,12 +1737,14 @@ var RefreshIcon = forwardRef(
|
|
|
1687
1737
|
);
|
|
1688
1738
|
var Refresh_default = RefreshIcon;
|
|
1689
1739
|
var SettingsIcon = forwardRef(
|
|
1690
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1740
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1691
1741
|
"svg",
|
|
1692
1742
|
__spreadProps(__spreadValues({
|
|
1693
1743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1694
1744
|
fill: "none",
|
|
1695
1745
|
viewBox: "0 0 24 24",
|
|
1746
|
+
height,
|
|
1747
|
+
width,
|
|
1696
1748
|
ref: svgRef
|
|
1697
1749
|
}, props), {
|
|
1698
1750
|
children: [
|
|
@@ -1760,12 +1812,14 @@ var SettingsIcon = forwardRef(
|
|
|
1760
1812
|
);
|
|
1761
1813
|
var Settings_default = SettingsIcon;
|
|
1762
1814
|
var SoundOffIcon = forwardRef(
|
|
1763
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1815
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1764
1816
|
"svg",
|
|
1765
1817
|
__spreadProps(__spreadValues({
|
|
1766
1818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1767
1819
|
fill: "none",
|
|
1768
1820
|
viewBox: "0 0 24 24",
|
|
1821
|
+
height,
|
|
1822
|
+
width,
|
|
1769
1823
|
ref: svgRef
|
|
1770
1824
|
}, props), {
|
|
1771
1825
|
children: [
|
|
@@ -1848,12 +1902,14 @@ var SoundOffIcon = forwardRef(
|
|
|
1848
1902
|
);
|
|
1849
1903
|
var SoundOff_default = SoundOffIcon;
|
|
1850
1904
|
var SoundOnIcon = forwardRef(
|
|
1851
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1905
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1852
1906
|
"svg",
|
|
1853
1907
|
__spreadProps(__spreadValues({
|
|
1854
1908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1855
1909
|
fill: "none",
|
|
1856
1910
|
viewBox: "0 0 24 24",
|
|
1911
|
+
height,
|
|
1912
|
+
width,
|
|
1857
1913
|
ref: svgRef
|
|
1858
1914
|
}, props), {
|
|
1859
1915
|
children: [
|
|
@@ -1925,12 +1981,14 @@ var SoundOnIcon = forwardRef(
|
|
|
1925
1981
|
);
|
|
1926
1982
|
var SoundOn_default = SoundOnIcon;
|
|
1927
1983
|
var SuccessIcon = forwardRef(
|
|
1928
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
1984
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1929
1985
|
"svg",
|
|
1930
1986
|
__spreadProps(__spreadValues({
|
|
1931
1987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1932
1988
|
fill: "none",
|
|
1933
1989
|
viewBox: "0 0 24 24",
|
|
1990
|
+
height,
|
|
1991
|
+
width,
|
|
1934
1992
|
ref: svgRef
|
|
1935
1993
|
}, props), {
|
|
1936
1994
|
children: [
|
|
@@ -1950,12 +2008,14 @@ var SuccessIcon = forwardRef(
|
|
|
1950
2008
|
);
|
|
1951
2009
|
var Success_default = SuccessIcon;
|
|
1952
2010
|
var SwapIcon = forwardRef(
|
|
1953
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
2011
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
1954
2012
|
"svg",
|
|
1955
2013
|
__spreadProps(__spreadValues({
|
|
1956
2014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1957
2015
|
fill: "none",
|
|
1958
2016
|
viewBox: "0 0 24 24",
|
|
2017
|
+
height,
|
|
2018
|
+
width,
|
|
1959
2019
|
ref: svgRef
|
|
1960
2020
|
}, props), {
|
|
1961
2021
|
children: [
|
|
@@ -2027,12 +2087,14 @@ var SwapIcon = forwardRef(
|
|
|
2027
2087
|
);
|
|
2028
2088
|
var Swap_default = SwapIcon;
|
|
2029
2089
|
var TooltipIcon = forwardRef(
|
|
2030
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
2090
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
2031
2091
|
"svg",
|
|
2032
2092
|
__spreadProps(__spreadValues({
|
|
2033
2093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2034
2094
|
fill: "none",
|
|
2035
2095
|
viewBox: "0 0 24 24",
|
|
2096
|
+
height,
|
|
2097
|
+
width,
|
|
2036
2098
|
ref: svgRef
|
|
2037
2099
|
}, props), {
|
|
2038
2100
|
children: [
|
|
@@ -2095,12 +2157,14 @@ var TooltipIcon = forwardRef(
|
|
|
2095
2157
|
);
|
|
2096
2158
|
var Tooltip_default = TooltipIcon;
|
|
2097
2159
|
var UploadIcon = forwardRef(
|
|
2098
|
-
(props, svgRef) => /* @__PURE__ */ jsxs(
|
|
2160
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
2099
2161
|
"svg",
|
|
2100
2162
|
__spreadProps(__spreadValues({
|
|
2101
2163
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2102
2164
|
fill: "none",
|
|
2103
2165
|
viewBox: "0 0 24 24",
|
|
2166
|
+
height,
|
|
2167
|
+
width,
|
|
2104
2168
|
ref: svgRef
|
|
2105
2169
|
}, props), {
|
|
2106
2170
|
children: [
|
|
@@ -2131,7 +2195,77 @@ var UploadIcon = forwardRef(
|
|
|
2131
2195
|
)
|
|
2132
2196
|
);
|
|
2133
2197
|
var Upload_default = UploadIcon;
|
|
2198
|
+
var TooltipGreyIcon = forwardRef(
|
|
2199
|
+
(props, svgRef, height = 24, width = 24) => /* @__PURE__ */ jsxs(
|
|
2200
|
+
"svg",
|
|
2201
|
+
__spreadProps(__spreadValues({
|
|
2202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2203
|
+
fill: "none",
|
|
2204
|
+
viewBox: "0 0 16 16",
|
|
2205
|
+
height,
|
|
2206
|
+
width,
|
|
2207
|
+
ref: svgRef
|
|
2208
|
+
}, props), {
|
|
2209
|
+
children: [
|
|
2210
|
+
/* @__PURE__ */ jsxs("g", { filter: "url(#tooltipGrey_svg__tooltipGrey_svg__filter0_i_162_975)", children: [
|
|
2211
|
+
/* @__PURE__ */ jsx(
|
|
2212
|
+
"mask",
|
|
2213
|
+
{
|
|
2214
|
+
id: "tooltipGrey_svg__a",
|
|
2215
|
+
style: {
|
|
2216
|
+
maskType: "alpha"
|
|
2217
|
+
},
|
|
2218
|
+
width: 16,
|
|
2219
|
+
height: 16,
|
|
2220
|
+
x: 0,
|
|
2221
|
+
y: 0,
|
|
2222
|
+
maskUnits: "userSpaceOnUse",
|
|
2223
|
+
children: /* @__PURE__ */ jsx("path", { fill: "#D9D9D9", d: "M0 0h16v16H0z" })
|
|
2224
|
+
}
|
|
2225
|
+
),
|
|
2226
|
+
/* @__PURE__ */ jsx("g", { mask: "url(#tooltipGrey_svg__a)", children: /* @__PURE__ */ jsx(
|
|
2227
|
+
"path",
|
|
2228
|
+
{
|
|
2229
|
+
fill: "#6D6D6D",
|
|
2230
|
+
d: "M7.967 12c.233 0 .43-.08.592-.242a.805.805 0 00.241-.591c0-.234-.08-.43-.242-.592a.805.805 0 00-.591-.242c-.233 0-.43.08-.592.242a.805.805 0 00-.242.592c0 .233.081.43.242.591a.805.805 0 00.592.242zm-.6-2.567H8.6c0-.366.042-.655.125-.866.084-.211.32-.5.709-.867.288-.289.516-.564.683-.825.166-.261.25-.575.25-.942 0-.622-.228-1.1-.684-1.433-.455-.333-.994-.5-1.616-.5-.633 0-1.147.167-1.542.5-.394.333-.67.733-.825 1.2l1.1.433c.056-.2.18-.416.375-.65.195-.233.492-.35.892-.35.355 0 .622.098.8.292a.931.931 0 01.266.642c0 .222-.066.43-.2.625-.133.194-.3.375-.5.541-.488.434-.788.761-.9.984-.11.222-.166.627-.166 1.216zM8 14.667a6.492 6.492 0 01-2.6-.525 6.732 6.732 0 01-2.117-1.425A6.732 6.732 0 011.86 10.6 6.491 6.491 0 011.333 8c0-.922.175-1.789.526-2.6a6.732 6.732 0 011.425-2.117A6.73 6.73 0 015.4 1.858 6.492 6.492 0 018 1.333c.922 0 1.789.175 2.6.525.811.35 1.517.825 2.117 1.425.6.6 1.075 1.306 1.425 2.117.35.811.525 1.678.525 2.6 0 .922-.175 1.789-.525 2.6a6.732 6.732 0 01-1.425 2.117c-.6.6-1.306 1.075-2.117 1.425a6.492 6.492 0 01-2.6.525zm0-1.334c1.49 0 2.75-.516 3.784-1.55 1.033-1.033 1.55-2.294 1.55-3.783 0-1.489-.517-2.75-1.55-3.783C10.75 3.183 9.489 2.667 8 2.667c-1.489 0-2.75.516-3.783 1.55C3.184 5.25 2.667 6.51 2.667 8c0 1.489.517 2.75 1.55 3.783C5.25 12.817 6.51 13.333 8 13.333z"
|
|
2231
|
+
}
|
|
2232
|
+
) })
|
|
2233
|
+
] }),
|
|
2234
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs(
|
|
2235
|
+
"filter",
|
|
2236
|
+
{
|
|
2237
|
+
id: "tooltipGrey_svg__tooltipGrey_svg__filter0_i_162_975",
|
|
2238
|
+
width: 16,
|
|
2239
|
+
height: 16.33,
|
|
2240
|
+
x: 0,
|
|
2241
|
+
y: -0.33,
|
|
2242
|
+
colorInterpolationFilters: "sRGB",
|
|
2243
|
+
filterUnits: "userSpaceOnUse",
|
|
2244
|
+
children: [
|
|
2245
|
+
/* @__PURE__ */ jsx("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
2246
|
+
/* @__PURE__ */ jsx("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }),
|
|
2247
|
+
/* @__PURE__ */ jsx(
|
|
2248
|
+
"feColorMatrix",
|
|
2249
|
+
{
|
|
2250
|
+
in: "SourceAlpha",
|
|
2251
|
+
result: "hardAlpha",
|
|
2252
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2253
|
+
}
|
|
2254
|
+
),
|
|
2255
|
+
/* @__PURE__ */ jsx("feOffset", { dy: -0.67 }),
|
|
2256
|
+
/* @__PURE__ */ jsx("feGaussianBlur", { stdDeviation: 0.17 }),
|
|
2257
|
+
/* @__PURE__ */ jsx("feComposite", { in2: "hardAlpha", k2: -1, k3: 1, operator: "arithmetic" }),
|
|
2258
|
+
/* @__PURE__ */ jsx("feColorMatrix", { values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
|
|
2259
|
+
/* @__PURE__ */ jsx("feBlend", { in2: "shape", result: "effect1_innerShadow_162_975" })
|
|
2260
|
+
]
|
|
2261
|
+
}
|
|
2262
|
+
) })
|
|
2263
|
+
]
|
|
2264
|
+
})
|
|
2265
|
+
)
|
|
2266
|
+
);
|
|
2267
|
+
var TooltipGrey_default = TooltipGreyIcon;
|
|
2134
2268
|
|
|
2135
|
-
export { Back_default as BackIcon, Beam_default as BeamIcon, BeamNetwork_default as BeamNetworkIcon, Close_default as CloseIcon, Cursor_default as CursorIcon, Dash_default as DashIcon, Discord_default as DiscordIcon, Down_default as DownIcon, Error_default as ErrorIcon, Eth_default as EthIcon, Friends_default as FriendsIcon, Google_default as GoogleIcon, Immutable_default as ImmutableIcon, LedOff_default as LedOffIcon, LedOn_default as LedOnIcon, Loader_default as LoaderIcon, Menu_default as MenuIcon, MeritCircle_default as MeritCircleIcon, PasswordHide_default as PasswordHideIcon, PasswordShow_default as PasswordShowIcon, Plus_default as PlusIcon, QrCode_default as QrCodeIcon, Refresh_default as RefreshIcon, Settings_default as SettingsIcon, SoundOff_default as SoundOffIcon, SoundOn_default as SoundOnIcon, Success_default as SuccessIcon, Swap_default as SwapIcon, Tooltip_default as TooltipIcon, Twitter_default as TwitterIcon, Upload_default as UploadIcon, Usdc_default as UsdcIcon };
|
|
2269
|
+
export { Back_default as BackIcon, Beam_default as BeamIcon, BeamNetwork_default as BeamNetworkIcon, Close_default as CloseIcon, Cursor_default as CursorIcon, Dash_default as DashIcon, Discord_default as DiscordIcon, Down_default as DownIcon, Error_default as ErrorIcon, Eth_default as EthIcon, Friends_default as FriendsIcon, Google_default as GoogleIcon, Immutable_default as ImmutableIcon, LedOff_default as LedOffIcon, LedOn_default as LedOnIcon, Loader_default as LoaderIcon, Menu_default as MenuIcon, MeritCircle_default as MeritCircleIcon, PasswordHide_default as PasswordHideIcon, PasswordShow_default as PasswordShowIcon, Plus_default as PlusIcon, QrCode_default as QrCodeIcon, Refresh_default as RefreshIcon, Settings_default as SettingsIcon, SoundOff_default as SoundOffIcon, SoundOn_default as SoundOnIcon, Success_default as SuccessIcon, Swap_default as SwapIcon, TooltipGrey_default as TooltipGreyIcon, Tooltip_default as TooltipIcon, Twitter_default as TwitterIcon, Upload_default as UploadIcon, Usdc_default as UsdcIcon };
|
|
2136
2270
|
//# sourceMappingURL=out.js.map
|
|
2137
2271
|
//# sourceMappingURL=index.mjs.map
|