@liner-fe/prism 2.4.16 → 2.5.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.
package/lib/index.js CHANGED
@@ -73,11 +73,12 @@ module.exports = __toCommonJS(index_exports);
73
73
  // src/assets/redo.tsx
74
74
  var import_jsx_runtime = require("react/jsx-runtime");
75
75
  var ICRedo = /* @__PURE__ */ __name((props) => {
76
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
76
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
77
77
  if (thick) {
78
78
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
79
79
  "svg",
80
80
  {
81
+ ...rest,
81
82
  width: size4,
82
83
  height: size4,
83
84
  viewBox: "0 0 48 48",
@@ -96,6 +97,7 @@ var ICRedo = /* @__PURE__ */ __name((props) => {
96
97
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
97
98
  "svg",
98
99
  {
100
+ ...rest,
99
101
  width: size4,
100
102
  height: size4,
101
103
  viewBox: "0 0 48 48",
@@ -115,11 +117,12 @@ var ICRedo = /* @__PURE__ */ __name((props) => {
115
117
  // src/assets/close-fill.tsx
116
118
  var import_jsx_runtime2 = require("react/jsx-runtime");
117
119
  var ICCloseFill = /* @__PURE__ */ __name((props) => {
118
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
120
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
119
121
  if (fill && thick) {
120
122
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
121
123
  "svg",
122
124
  {
125
+ ...rest,
123
126
  width: size4,
124
127
  height: size4,
125
128
  viewBox: "0 0 48 48",
@@ -149,6 +152,7 @@ var ICCloseFill = /* @__PURE__ */ __name((props) => {
149
152
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
150
153
  "svg",
151
154
  {
155
+ ...rest,
152
156
  width: size4,
153
157
  height: size4,
154
158
  viewBox: "0 0 32 32",
@@ -171,11 +175,12 @@ var ICCloseFill = /* @__PURE__ */ __name((props) => {
171
175
  // src/assets/more.tsx
172
176
  var import_jsx_runtime3 = require("react/jsx-runtime");
173
177
  var ICMore = /* @__PURE__ */ __name((props) => {
174
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
178
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
175
179
  if (fill) {
176
180
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
177
181
  "svg",
178
182
  {
183
+ ...rest,
179
184
  width: size4,
180
185
  height: size4,
181
186
  viewBox: "0 0 48 48",
@@ -210,6 +215,7 @@ var ICMore = /* @__PURE__ */ __name((props) => {
210
215
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
211
216
  "svg",
212
217
  {
218
+ ...rest,
213
219
  width: size4,
214
220
  height: size4,
215
221
  viewBox: "0 0 48 48",
@@ -245,11 +251,12 @@ var ICMore = /* @__PURE__ */ __name((props) => {
245
251
  // src/assets/liner.tsx
246
252
  var import_jsx_runtime4 = require("react/jsx-runtime");
247
253
  var ICLiner = /* @__PURE__ */ __name((props) => {
248
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
254
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
249
255
  if (fill) {
250
256
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
251
257
  "svg",
252
258
  {
259
+ ...rest,
253
260
  width: size4,
254
261
  height: size4,
255
262
  viewBox: "0 0 48 48",
@@ -268,6 +275,7 @@ var ICLiner = /* @__PURE__ */ __name((props) => {
268
275
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
269
276
  "svg",
270
277
  {
278
+ ...rest,
271
279
  width: size4,
272
280
  height: size4,
273
281
  viewBox: "0 0 48 48",
@@ -287,11 +295,12 @@ var ICLiner = /* @__PURE__ */ __name((props) => {
287
295
  // src/assets/liner-variation.tsx
288
296
  var import_jsx_runtime5 = require("react/jsx-runtime");
289
297
  var ICLinerVariation = /* @__PURE__ */ __name((props) => {
290
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
298
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
291
299
  if (fill) {
292
300
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
293
301
  "svg",
294
302
  {
303
+ ...rest,
295
304
  width: size4,
296
305
  height: size4,
297
306
  viewBox: "0 0 48 48",
@@ -313,6 +322,7 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
313
322
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
314
323
  "svg",
315
324
  {
325
+ ...rest,
316
326
  width: size4,
317
327
  height: size4,
318
328
  viewBox: "0 0 48 48",
@@ -335,11 +345,12 @@ var ICLinerVariation = /* @__PURE__ */ __name((props) => {
335
345
  // src/assets/person-fill.tsx
336
346
  var import_jsx_runtime6 = require("react/jsx-runtime");
337
347
  var ICPersonFill = /* @__PURE__ */ __name((props) => {
338
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
348
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
339
349
  if (fill && thick) {
340
350
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
341
351
  "svg",
342
352
  {
353
+ ...rest,
343
354
  width: size4,
344
355
  height: size4,
345
356
  viewBox: "0 0 48 48",
@@ -374,6 +385,7 @@ var ICPersonFill = /* @__PURE__ */ __name((props) => {
374
385
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
375
386
  "svg",
376
387
  {
388
+ ...rest,
377
389
  width: size4,
378
390
  height: size4,
379
391
  viewBox: "0 0 48 48",
@@ -409,10 +421,11 @@ var ICPersonFill = /* @__PURE__ */ __name((props) => {
409
421
  // src/assets/list.tsx
410
422
  var import_jsx_runtime7 = require("react/jsx-runtime");
411
423
  var ICList = /* @__PURE__ */ __name((props) => {
412
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
424
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
413
425
  return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
414
426
  "svg",
415
427
  {
428
+ ...rest,
416
429
  width: size4,
417
430
  height: size4,
418
431
  viewBox: "0 0 48 48",
@@ -451,11 +464,12 @@ var ICList = /* @__PURE__ */ __name((props) => {
451
464
  // src/assets/history.tsx
452
465
  var import_jsx_runtime8 = require("react/jsx-runtime");
453
466
  var ICHistory = /* @__PURE__ */ __name((props) => {
454
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
467
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
455
468
  if (thick) {
456
469
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
457
470
  "svg",
458
471
  {
472
+ ...rest,
459
473
  width: size4,
460
474
  height: size4,
461
475
  viewBox: "0 0 48 48",
@@ -483,6 +497,7 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
483
497
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
484
498
  "svg",
485
499
  {
500
+ ...rest,
486
501
  width: size4,
487
502
  height: size4,
488
503
  viewBox: "0 0 48 48",
@@ -511,11 +526,12 @@ var ICHistory = /* @__PURE__ */ __name((props) => {
511
526
  // src/assets/start.tsx
512
527
  var import_jsx_runtime9 = require("react/jsx-runtime");
513
528
  var ICStart = /* @__PURE__ */ __name((props) => {
514
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
529
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
515
530
  if (thick) {
516
531
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
517
532
  "svg",
518
533
  {
534
+ ...rest,
519
535
  width: size4,
520
536
  height: size4,
521
537
  viewBox: "0 0 48 48",
@@ -537,6 +553,7 @@ var ICStart = /* @__PURE__ */ __name((props) => {
537
553
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
538
554
  "svg",
539
555
  {
556
+ ...rest,
540
557
  width: size4,
541
558
  height: size4,
542
559
  viewBox: "0 0 48 48",
@@ -559,7 +576,7 @@ var ICStart = /* @__PURE__ */ __name((props) => {
559
576
  // src/assets/end.tsx
560
577
  var import_jsx_runtime10 = require("react/jsx-runtime");
561
578
  var ICEnd = /* @__PURE__ */ __name((props) => {
562
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
579
+ const { thick = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
563
580
  if (thick) {
564
581
  return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
565
582
  "svg",
@@ -621,11 +638,12 @@ var ICEnd = /* @__PURE__ */ __name((props) => {
621
638
  // src/assets/paperclip.tsx
622
639
  var import_jsx_runtime11 = require("react/jsx-runtime");
623
640
  var ICPaperclip = /* @__PURE__ */ __name((props) => {
624
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
641
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
625
642
  if (thick) {
626
643
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
627
644
  "svg",
628
645
  {
646
+ ...rest,
629
647
  width: size4,
630
648
  height: size4,
631
649
  viewBox: "0 0 48 48",
@@ -649,6 +667,7 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
649
667
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
650
668
  "svg",
651
669
  {
670
+ ...rest,
652
671
  width: size4,
653
672
  height: size4,
654
673
  viewBox: "0 0 48 48",
@@ -670,11 +689,12 @@ var ICPaperclip = /* @__PURE__ */ __name((props) => {
670
689
  // src/assets/share.tsx
671
690
  var import_jsx_runtime12 = require("react/jsx-runtime");
672
691
  var ICShare = /* @__PURE__ */ __name((props) => {
673
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
692
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
674
693
  if (thick) {
675
694
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
676
695
  "svg",
677
696
  {
697
+ ...rest,
678
698
  width: size4,
679
699
  height: size4,
680
700
  viewBox: "0 0 48 48",
@@ -702,6 +722,7 @@ var ICShare = /* @__PURE__ */ __name((props) => {
702
722
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
703
723
  "svg",
704
724
  {
725
+ ...rest,
705
726
  width: size4,
706
727
  height: size4,
707
728
  viewBox: "0 0 48 48",
@@ -730,11 +751,12 @@ var ICShare = /* @__PURE__ */ __name((props) => {
730
751
  // src/assets/sign-out.tsx
731
752
  var import_jsx_runtime13 = require("react/jsx-runtime");
732
753
  var ICSignOut = /* @__PURE__ */ __name((props) => {
733
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
754
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
734
755
  if (thick) {
735
756
  return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
736
757
  "svg",
737
758
  {
759
+ ...rest,
738
760
  width: size4,
739
761
  height: size4,
740
762
  viewBox: "0 0 48 48",
@@ -762,6 +784,7 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
762
784
  return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
763
785
  "svg",
764
786
  {
787
+ ...rest,
765
788
  width: size4,
766
789
  height: size4,
767
790
  viewBox: "0 0 48 48",
@@ -790,11 +813,12 @@ var ICSignOut = /* @__PURE__ */ __name((props) => {
790
813
  // src/assets/check-mark-fill.tsx
791
814
  var import_jsx_runtime14 = require("react/jsx-runtime");
792
815
  var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
793
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
816
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
794
817
  if (fill && thick) {
795
818
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
796
819
  "svg",
797
820
  {
821
+ ...rest,
798
822
  width: size4,
799
823
  height: size4,
800
824
  viewBox: "0 0 48 48",
@@ -825,6 +849,7 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
825
849
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
826
850
  "svg",
827
851
  {
852
+ ...rest,
828
853
  width: size4,
829
854
  height: size4,
830
855
  viewBox: "0 0 48 48",
@@ -848,6 +873,7 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
848
873
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
849
874
  "svg",
850
875
  {
876
+ ...rest,
851
877
  width: size4,
852
878
  height: size4,
853
879
  viewBox: "0 0 48 48",
@@ -872,11 +898,12 @@ var ICCheckMarkFill = /* @__PURE__ */ __name((props) => {
872
898
  // src/assets/exclamationmark-fill.tsx
873
899
  var import_jsx_runtime15 = require("react/jsx-runtime");
874
900
  var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
875
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
901
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
876
902
  if (fill && thick) {
877
903
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
878
904
  "svg",
879
905
  {
906
+ ...rest,
880
907
  width: size4,
881
908
  height: size4,
882
909
  viewBox: "0 0 48 48",
@@ -900,6 +927,7 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
900
927
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
901
928
  "svg",
902
929
  {
930
+ ...rest,
903
931
  width: size4,
904
932
  height: size4,
905
933
  viewBox: "0 0 48 48",
@@ -928,6 +956,7 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
928
956
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
929
957
  "svg",
930
958
  {
959
+ ...rest,
931
960
  width: size4,
932
961
  height: size4,
933
962
  viewBox: "0 0 48 48",
@@ -957,11 +986,12 @@ var ICExclamationmarkFill = /* @__PURE__ */ __name((props) => {
957
986
  // src/assets/plus.tsx
958
987
  var import_jsx_runtime16 = require("react/jsx-runtime");
959
988
  var ICPlus = /* @__PURE__ */ __name((props) => {
960
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
989
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
961
990
  if (thick && fill) {
962
991
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
963
992
  "svg",
964
993
  {
994
+ ...rest,
965
995
  width: size4,
966
996
  height: size4,
967
997
  xmlns: "http://www.w3.org/2000/svg",
@@ -983,6 +1013,7 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
983
1013
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
984
1014
  "svg",
985
1015
  {
1016
+ ...rest,
986
1017
  width: size4,
987
1018
  height: size4,
988
1019
  xmlns: "http://www.w3.org/2000/svg",
@@ -1004,6 +1035,7 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
1004
1035
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1005
1036
  "svg",
1006
1037
  {
1038
+ ...rest,
1007
1039
  width: size4,
1008
1040
  height: size4,
1009
1041
  viewBox: "0 0 48 48",
@@ -1016,6 +1048,7 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
1016
1048
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
1017
1049
  "svg",
1018
1050
  {
1051
+ ...rest,
1019
1052
  width: size4,
1020
1053
  height: size4,
1021
1054
  viewBox: "0 0 48 48",
@@ -1035,11 +1068,12 @@ var ICPlus = /* @__PURE__ */ __name((props) => {
1035
1068
  // src/assets/minus.tsx
1036
1069
  var import_jsx_runtime17 = require("react/jsx-runtime");
1037
1070
  var ICMinus = /* @__PURE__ */ __name((props) => {
1038
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1071
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1039
1072
  if (thick && fill) {
1040
1073
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1041
1074
  "svg",
1042
1075
  {
1076
+ ...rest,
1043
1077
  width: size4,
1044
1078
  height: size4,
1045
1079
  viewBox: "0 0 48 48",
@@ -1061,6 +1095,7 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
1061
1095
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
1062
1096
  "svg",
1063
1097
  {
1098
+ ...rest,
1064
1099
  width: size4,
1065
1100
  height: size4,
1066
1101
  viewBox: "0 0 48 48",
@@ -1085,6 +1120,7 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
1085
1120
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1086
1121
  "svg",
1087
1122
  {
1123
+ ...rest,
1088
1124
  width: size4,
1089
1125
  height: size4,
1090
1126
  viewBox: "0 0 48 48",
@@ -1105,6 +1141,7 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
1105
1141
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1106
1142
  "svg",
1107
1143
  {
1144
+ ...rest,
1108
1145
  width: size4,
1109
1146
  height: size4,
1110
1147
  viewBox: "0 0 48 48",
@@ -1126,11 +1163,12 @@ var ICMinus = /* @__PURE__ */ __name((props) => {
1126
1163
  // src/assets/new-thread.tsx
1127
1164
  var import_jsx_runtime18 = require("react/jsx-runtime");
1128
1165
  var ICNewThread = /* @__PURE__ */ __name((props) => {
1129
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1166
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1130
1167
  if (thick) {
1131
1168
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
1132
1169
  "svg",
1133
1170
  {
1171
+ ...rest,
1134
1172
  width: size4,
1135
1173
  height: size4,
1136
1174
  viewBox: "0 0 48 48",
@@ -1160,6 +1198,7 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
1160
1198
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
1161
1199
  "svg",
1162
1200
  {
1201
+ ...rest,
1163
1202
  width: size4,
1164
1203
  height: size4,
1165
1204
  viewBox: "0 0 48 48",
@@ -1190,11 +1229,12 @@ var ICNewThread = /* @__PURE__ */ __name((props) => {
1190
1229
  // src/assets/move.tsx
1191
1230
  var import_jsx_runtime19 = require("react/jsx-runtime");
1192
1231
  var ICMove = /* @__PURE__ */ __name((props) => {
1193
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1232
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1194
1233
  if (thick) {
1195
1234
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1196
1235
  "svg",
1197
1236
  {
1237
+ ...rest,
1198
1238
  width: size4,
1199
1239
  height: size4,
1200
1240
  viewBox: "0 0 48 48",
@@ -1213,6 +1253,7 @@ var ICMove = /* @__PURE__ */ __name((props) => {
1213
1253
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
1214
1254
  "svg",
1215
1255
  {
1256
+ ...rest,
1216
1257
  width: size4,
1217
1258
  height: size4,
1218
1259
  viewBox: "0 0 48 48",
@@ -1232,11 +1273,12 @@ var ICMove = /* @__PURE__ */ __name((props) => {
1232
1273
  // src/assets/search.tsx
1233
1274
  var import_jsx_runtime20 = require("react/jsx-runtime");
1234
1275
  var ICSearch = /* @__PURE__ */ __name((props) => {
1235
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1276
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1236
1277
  if (thick) {
1237
1278
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1238
1279
  "svg",
1239
1280
  {
1281
+ ...rest,
1240
1282
  width: size4,
1241
1283
  height: size4,
1242
1284
  viewBox: "0 0 48 48",
@@ -1257,6 +1299,7 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
1257
1299
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
1258
1300
  "svg",
1259
1301
  {
1302
+ ...rest,
1260
1303
  width: size4,
1261
1304
  height: size4,
1262
1305
  viewBox: "0 0 48 48",
@@ -1278,11 +1321,12 @@ var ICSearch = /* @__PURE__ */ __name((props) => {
1278
1321
  // src/assets/globe.tsx
1279
1322
  var import_jsx_runtime21 = require("react/jsx-runtime");
1280
1323
  var ICGlobe = /* @__PURE__ */ __name((props) => {
1281
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1324
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1282
1325
  if (thick) {
1283
1326
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1284
1327
  "svg",
1285
1328
  {
1329
+ ...rest,
1286
1330
  width: size4,
1287
1331
  height: size4,
1288
1332
  viewBox: "0 0 48 48",
@@ -1303,6 +1347,7 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
1303
1347
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1304
1348
  "svg",
1305
1349
  {
1350
+ ...rest,
1306
1351
  width: size4,
1307
1352
  height: size4,
1308
1353
  viewBox: "0 0 48 48",
@@ -1324,11 +1369,12 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
1324
1369
  // src/assets/graduationcap.tsx
1325
1370
  var import_jsx_runtime22 = require("react/jsx-runtime");
1326
1371
  var ICGraduationcap = /* @__PURE__ */ __name((props) => {
1327
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1372
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1328
1373
  if (thick) {
1329
1374
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1330
1375
  "svg",
1331
1376
  {
1377
+ ...rest,
1332
1378
  width: size4,
1333
1379
  height: size4,
1334
1380
  viewBox: "0 0 48 48",
@@ -1350,6 +1396,7 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
1350
1396
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
1351
1397
  "svg",
1352
1398
  {
1399
+ ...rest,
1353
1400
  width: size4,
1354
1401
  height: size4,
1355
1402
  viewBox: "0 0 48 48",
@@ -1377,6 +1424,7 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
1377
1424
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1378
1425
  "svg",
1379
1426
  {
1427
+ ...rest,
1380
1428
  width: size4,
1381
1429
  height: size4,
1382
1430
  viewBox: "0 0 48 48",
@@ -1398,11 +1446,12 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
1398
1446
  // src/assets/palette.tsx
1399
1447
  var import_jsx_runtime23 = require("react/jsx-runtime");
1400
1448
  var ICPalette = /* @__PURE__ */ __name((props) => {
1401
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1449
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1402
1450
  if (thick) {
1403
1451
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1404
1452
  "svg",
1405
1453
  {
1454
+ ...rest,
1406
1455
  width: size4,
1407
1456
  height: size4,
1408
1457
  viewBox: "0 0 48 48",
@@ -1453,6 +1502,7 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
1453
1502
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1454
1503
  "svg",
1455
1504
  {
1505
+ ...rest,
1456
1506
  width: size4,
1457
1507
  height: size4,
1458
1508
  viewBox: "0 0 48 48",
@@ -1504,11 +1554,12 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
1504
1554
  // src/assets/download.tsx
1505
1555
  var import_jsx_runtime24 = require("react/jsx-runtime");
1506
1556
  var ICDownload = /* @__PURE__ */ __name((props) => {
1507
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1557
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1508
1558
  if (thick) {
1509
1559
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1510
1560
  "svg",
1511
1561
  {
1562
+ ...rest,
1512
1563
  width: size4,
1513
1564
  height: size4,
1514
1565
  viewBox: "0 0 48 48",
@@ -1530,6 +1581,7 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
1530
1581
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1531
1582
  "svg",
1532
1583
  {
1584
+ ...rest,
1533
1585
  width: size4,
1534
1586
  height: size4,
1535
1587
  viewBox: "0 0 48 48",
@@ -1552,11 +1604,12 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
1552
1604
  // src/assets/regenerate.tsx
1553
1605
  var import_jsx_runtime25 = require("react/jsx-runtime");
1554
1606
  var ICRegenerate = /* @__PURE__ */ __name((props) => {
1555
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1607
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1556
1608
  if (thick) {
1557
1609
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1558
1610
  "svg",
1559
1611
  {
1612
+ ...rest,
1560
1613
  width: size4,
1561
1614
  height: size4,
1562
1615
  viewBox: "0 0 48 48",
@@ -1584,6 +1637,7 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
1584
1637
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1585
1638
  "svg",
1586
1639
  {
1640
+ ...rest,
1587
1641
  width: size4,
1588
1642
  height: size4,
1589
1643
  viewBox: "0 0 48 48",
@@ -1612,11 +1666,12 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
1612
1666
  // src/assets/credit.tsx
1613
1667
  var import_jsx_runtime26 = require("react/jsx-runtime");
1614
1668
  var ICCredit = /* @__PURE__ */ __name((props) => {
1615
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1669
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1616
1670
  if (thick) {
1617
1671
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1618
1672
  "svg",
1619
1673
  {
1674
+ ...rest,
1620
1675
  width: size4,
1621
1676
  height: size4,
1622
1677
  viewBox: "0 0 48 48",
@@ -1651,6 +1706,7 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
1651
1706
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1652
1707
  "svg",
1653
1708
  {
1709
+ ...rest,
1654
1710
  width: size4,
1655
1711
  height: size4,
1656
1712
  viewBox: "0 0 48 48",
@@ -1686,11 +1742,12 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
1686
1742
  // src/assets/feedback.tsx
1687
1743
  var import_jsx_runtime27 = require("react/jsx-runtime");
1688
1744
  var ICFeedback = /* @__PURE__ */ __name((props) => {
1689
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
1745
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1690
1746
  if (thick) {
1691
1747
  return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1692
1748
  "svg",
1693
1749
  {
1750
+ ...rest,
1694
1751
  width: size4,
1695
1752
  height: size4,
1696
1753
  viewBox: "0 0 48 48",
@@ -1720,6 +1777,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
1720
1777
  return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1721
1778
  "svg",
1722
1779
  {
1780
+ ...rest,
1723
1781
  width: size4,
1724
1782
  height: size4,
1725
1783
  viewBox: "0 0 48 48",
@@ -1750,11 +1808,12 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
1750
1808
  // src/assets/tune.tsx
1751
1809
  var import_jsx_runtime28 = require("react/jsx-runtime");
1752
1810
  var ICTune = /* @__PURE__ */ __name((props) => {
1753
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1811
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1754
1812
  if (thick) {
1755
1813
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1756
1814
  "svg",
1757
1815
  {
1816
+ ...rest,
1758
1817
  width: size4,
1759
1818
  height: size4,
1760
1819
  viewBox: "0 0 48 48",
@@ -1774,6 +1833,7 @@ var ICTune = /* @__PURE__ */ __name((props) => {
1774
1833
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1775
1834
  "svg",
1776
1835
  {
1836
+ ...rest,
1777
1837
  width: size4,
1778
1838
  height: size4,
1779
1839
  viewBox: "0 0 48 48",
@@ -1794,11 +1854,12 @@ var ICTune = /* @__PURE__ */ __name((props) => {
1794
1854
  // src/assets/arrow-back.tsx
1795
1855
  var import_jsx_runtime29 = require("react/jsx-runtime");
1796
1856
  var ICArrowBack = /* @__PURE__ */ __name((props) => {
1797
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
1857
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1798
1858
  if (thick) {
1799
1859
  return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1800
1860
  "svg",
1801
1861
  {
1862
+ ...rest,
1802
1863
  width: size4,
1803
1864
  height: size4,
1804
1865
  viewBox: "0 0 48 48",
@@ -1816,26 +1877,38 @@ var ICArrowBack = /* @__PURE__ */ __name((props) => {
1816
1877
  }
1817
1878
  );
1818
1879
  }
1819
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("svg", { width: size4, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1820
- "path",
1880
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1881
+ "svg",
1821
1882
  {
1822
- fillRule: "evenodd",
1823
- clipRule: "evenodd",
1824
- d: "M30.0607 37.9392L16.4751 24.3535C16.2798 24.1583 16.2798 23.8417 16.4751 23.6464L30.0607 10.0608L27.9394 7.93945L14.3537 21.5251C12.9869 22.8919 12.9869 25.108 14.3537 26.4748L27.9394 40.0605L30.0607 37.9392Z",
1825
- fill: color
1883
+ ...rest,
1884
+ width: size4,
1885
+ height: size4,
1886
+ viewBox: "0 0 48 48",
1887
+ fill: "none",
1888
+ xmlns: "http://www.w3.org/2000/svg",
1889
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1890
+ "path",
1891
+ {
1892
+ fillRule: "evenodd",
1893
+ clipRule: "evenodd",
1894
+ d: "M30.0607 37.9392L16.4751 24.3535C16.2798 24.1583 16.2798 23.8417 16.4751 23.6464L30.0607 10.0608L27.9394 7.93945L14.3537 21.5251C12.9869 22.8919 12.9869 25.108 14.3537 26.4748L27.9394 40.0605L30.0607 37.9392Z",
1895
+ fill: color
1896
+ }
1897
+ )
1826
1898
  }
1827
- ) });
1899
+ );
1828
1900
  }, "ICArrowBack");
1829
1901
 
1830
1902
  // src/assets/arrow-forward.tsx
1831
1903
  var import_jsx_runtime30 = require("react/jsx-runtime");
1832
1904
  var ICArrowForward = /* @__PURE__ */ __name((props) => {
1833
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", type = "m" } = props;
1905
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", type = "m", ...rest } = props;
1834
1906
  if (type === "s") {
1835
1907
  if (fill && thick) {
1836
1908
  return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1837
1909
  "svg",
1838
1910
  {
1911
+ ...rest,
1839
1912
  width: size4,
1840
1913
  height: size4,
1841
1914
  viewBox: "0 0 48 48",
@@ -1859,6 +1932,7 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
1859
1932
  return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1860
1933
  "svg",
1861
1934
  {
1935
+ ...rest,
1862
1936
  width: size4,
1863
1937
  height: size4,
1864
1938
  viewBox: "0 0 48 48",
@@ -1879,6 +1953,7 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
1879
1953
  return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1880
1954
  "svg",
1881
1955
  {
1956
+ ...rest,
1882
1957
  width: size4,
1883
1958
  height: size4,
1884
1959
  viewBox: "0 0 48 48",
@@ -1900,11 +1975,12 @@ var ICArrowForward = /* @__PURE__ */ __name((props) => {
1900
1975
  // src/assets/arrow-up.tsx
1901
1976
  var import_jsx_runtime31 = require("react/jsx-runtime");
1902
1977
  var ICArrowUp = /* @__PURE__ */ __name((props) => {
1903
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
1978
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1904
1979
  if (thick) {
1905
1980
  return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1906
1981
  "svg",
1907
1982
  {
1983
+ ...rest,
1908
1984
  width: size4,
1909
1985
  height: size4,
1910
1986
  viewBox: "0 0 48 48",
@@ -1923,6 +1999,7 @@ var ICArrowUp = /* @__PURE__ */ __name((props) => {
1923
1999
  return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1924
2000
  "svg",
1925
2001
  {
2002
+ ...rest,
1926
2003
  width: size4,
1927
2004
  height: size4,
1928
2005
  viewBox: "0 0 48 48",
@@ -1942,11 +2019,12 @@ var ICArrowUp = /* @__PURE__ */ __name((props) => {
1942
2019
  // src/assets/arrow-down.tsx
1943
2020
  var import_jsx_runtime32 = require("react/jsx-runtime");
1944
2021
  var ICArrowDown = /* @__PURE__ */ __name((props) => {
1945
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
2022
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1946
2023
  if (thick) {
1947
2024
  return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1948
2025
  "svg",
1949
2026
  {
2027
+ ...rest,
1950
2028
  width: size4,
1951
2029
  height: size4,
1952
2030
  viewBox: "0 0 48 48",
@@ -1965,6 +2043,7 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
1965
2043
  return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1966
2044
  "svg",
1967
2045
  {
2046
+ ...rest,
1968
2047
  width: size4,
1969
2048
  height: size4,
1970
2049
  viewBox: "0 0 48 48",
@@ -1984,11 +2063,12 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
1984
2063
  // src/assets/menu.tsx
1985
2064
  var import_jsx_runtime33 = require("react/jsx-runtime");
1986
2065
  var ICMenu = /* @__PURE__ */ __name((props) => {
1987
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2066
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
1988
2067
  if (thick) {
1989
2068
  return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
1990
2069
  "svg",
1991
2070
  {
2071
+ ...rest,
1992
2072
  width: size4,
1993
2073
  height: size4,
1994
2074
  viewBox: "0 0 48 48",
@@ -2005,6 +2085,7 @@ var ICMenu = /* @__PURE__ */ __name((props) => {
2005
2085
  return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
2006
2086
  "svg",
2007
2087
  {
2088
+ ...rest,
2008
2089
  width: size4,
2009
2090
  height: size4,
2010
2091
  viewBox: "0 0 48 48",
@@ -2022,11 +2103,12 @@ var ICMenu = /* @__PURE__ */ __name((props) => {
2022
2103
  // src/assets/document-warning.tsx
2023
2104
  var import_jsx_runtime34 = require("react/jsx-runtime");
2024
2105
  var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
2025
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2106
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2026
2107
  if (thick) {
2027
2108
  return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2028
2109
  "svg",
2029
2110
  {
2111
+ ...rest,
2030
2112
  width: size4,
2031
2113
  height: size4,
2032
2114
  viewBox: "0 0 48 48",
@@ -2058,6 +2140,7 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
2058
2140
  return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
2059
2141
  "svg",
2060
2142
  {
2143
+ ...rest,
2061
2144
  width: size4,
2062
2145
  height: size4,
2063
2146
  viewBox: "0 0 48 48",
@@ -2090,11 +2173,12 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
2090
2173
  // src/assets/arrow-right.tsx
2091
2174
  var import_jsx_runtime35 = require("react/jsx-runtime");
2092
2175
  var ICArrowRight = /* @__PURE__ */ __name((props) => {
2093
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2176
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2094
2177
  if (thick) {
2095
2178
  return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2096
2179
  "svg",
2097
2180
  {
2181
+ ...rest,
2098
2182
  width: size4,
2099
2183
  height: size4,
2100
2184
  xmlns: "http://www.w3.org/2000/svg",
@@ -2113,6 +2197,7 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
2113
2197
  return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
2114
2198
  "svg",
2115
2199
  {
2200
+ ...rest,
2116
2201
  width: size4,
2117
2202
  height: size4,
2118
2203
  xmlns: "http://www.w3.org/2000/svg",
@@ -2132,11 +2217,12 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
2132
2217
  // src/assets/arrow-left.tsx
2133
2218
  var import_jsx_runtime36 = require("react/jsx-runtime");
2134
2219
  var ICArrowLeft = /* @__PURE__ */ __name((props) => {
2135
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2220
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2136
2221
  if (thick) {
2137
2222
  return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2138
2223
  "svg",
2139
2224
  {
2225
+ ...rest,
2140
2226
  width: size4,
2141
2227
  height: size4,
2142
2228
  viewBox: "0 0 48 48",
@@ -2155,6 +2241,7 @@ var ICArrowLeft = /* @__PURE__ */ __name((props) => {
2155
2241
  return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
2156
2242
  "svg",
2157
2243
  {
2244
+ ...rest,
2158
2245
  width: size4,
2159
2246
  height: size4,
2160
2247
  viewBox: "0 0 48 48",
@@ -2174,11 +2261,12 @@ var ICArrowLeft = /* @__PURE__ */ __name((props) => {
2174
2261
  // src/assets/step.tsx
2175
2262
  var import_jsx_runtime37 = require("react/jsx-runtime");
2176
2263
  var ICStep = /* @__PURE__ */ __name((props) => {
2177
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2264
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2178
2265
  if (thick) {
2179
2266
  return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2180
2267
  "svg",
2181
2268
  {
2269
+ ...rest,
2182
2270
  width: size4,
2183
2271
  height: size4,
2184
2272
  viewBox: "0 0 48 48",
@@ -2210,6 +2298,7 @@ var ICStep = /* @__PURE__ */ __name((props) => {
2210
2298
  return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2211
2299
  "svg",
2212
2300
  {
2301
+ ...rest,
2213
2302
  width: size4,
2214
2303
  height: size4,
2215
2304
  viewBox: "0 0 48 48",
@@ -2242,11 +2331,12 @@ var ICStep = /* @__PURE__ */ __name((props) => {
2242
2331
  // src/assets/arrow-turn.tsx
2243
2332
  var import_jsx_runtime38 = require("react/jsx-runtime");
2244
2333
  var ICArrowTurn = /* @__PURE__ */ __name((props) => {
2245
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2334
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2246
2335
  if (thick) {
2247
2336
  return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2248
2337
  "svg",
2249
2338
  {
2339
+ ...rest,
2250
2340
  width: size4,
2251
2341
  height: size4,
2252
2342
  viewBox: "0 0 48 48",
@@ -2265,6 +2355,7 @@ var ICArrowTurn = /* @__PURE__ */ __name((props) => {
2265
2355
  return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2266
2356
  "svg",
2267
2357
  {
2358
+ ...rest,
2268
2359
  width: size4,
2269
2360
  height: size4,
2270
2361
  viewBox: "0 0 48 48",
@@ -2284,11 +2375,12 @@ var ICArrowTurn = /* @__PURE__ */ __name((props) => {
2284
2375
  // src/assets/power.tsx
2285
2376
  var import_jsx_runtime39 = require("react/jsx-runtime");
2286
2377
  var ICPower = /* @__PURE__ */ __name((props) => {
2287
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2378
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2288
2379
  if (thick) {
2289
2380
  return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
2290
2381
  "svg",
2291
2382
  {
2383
+ ...rest,
2292
2384
  width: size4,
2293
2385
  height: size4,
2294
2386
  viewBox: "0 0 48 48",
@@ -2310,6 +2402,7 @@ var ICPower = /* @__PURE__ */ __name((props) => {
2310
2402
  return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
2311
2403
  "svg",
2312
2404
  {
2405
+ ...rest,
2313
2406
  width: size4,
2314
2407
  height: size4,
2315
2408
  viewBox: "0 0 48 48",
@@ -2332,11 +2425,12 @@ var ICPower = /* @__PURE__ */ __name((props) => {
2332
2425
  // src/assets/desktop.tsx
2333
2426
  var import_jsx_runtime40 = require("react/jsx-runtime");
2334
2427
  var ICDesktop = /* @__PURE__ */ __name((props) => {
2335
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2428
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2336
2429
  if (thick) {
2337
2430
  return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2338
2431
  "svg",
2339
2432
  {
2433
+ ...rest,
2340
2434
  width: size4,
2341
2435
  height: size4,
2342
2436
  viewBox: "0 0 48 48",
@@ -2357,6 +2451,7 @@ var ICDesktop = /* @__PURE__ */ __name((props) => {
2357
2451
  return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2358
2452
  "svg",
2359
2453
  {
2454
+ ...rest,
2360
2455
  width: size4,
2361
2456
  height: size4,
2362
2457
  viewBox: "0 0 48 48",
@@ -2378,11 +2473,12 @@ var ICDesktop = /* @__PURE__ */ __name((props) => {
2378
2473
  // src/assets/desktop-on-cursor.tsx
2379
2474
  var import_jsx_runtime41 = require("react/jsx-runtime");
2380
2475
  var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
2381
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2476
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2382
2477
  if (thick) {
2383
2478
  return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2384
2479
  "svg",
2385
2480
  {
2481
+ ...rest,
2386
2482
  width: size4,
2387
2483
  height: size4,
2388
2484
  viewBox: "0 0 48 48",
@@ -2411,6 +2507,7 @@ var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
2411
2507
  return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2412
2508
  "svg",
2413
2509
  {
2510
+ ...rest,
2414
2511
  width: size4,
2415
2512
  height: size4,
2416
2513
  viewBox: "0 0 48 48",
@@ -2440,11 +2537,12 @@ var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
2440
2537
  // src/assets/view-list.tsx
2441
2538
  var import_jsx_runtime42 = require("react/jsx-runtime");
2442
2539
  var ICViewList = /* @__PURE__ */ __name((props) => {
2443
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2540
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2444
2541
  if (thick) {
2445
2542
  return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2446
2543
  "svg",
2447
2544
  {
2545
+ ...rest,
2448
2546
  width: size4,
2449
2547
  height: size4,
2450
2548
  viewBox: "0 0 48 48",
@@ -2465,6 +2563,7 @@ var ICViewList = /* @__PURE__ */ __name((props) => {
2465
2563
  return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2466
2564
  "svg",
2467
2565
  {
2566
+ ...rest,
2468
2567
  width: size4,
2469
2568
  height: size4,
2470
2569
  viewBox: "0 0 48 48",
@@ -2486,11 +2585,12 @@ var ICViewList = /* @__PURE__ */ __name((props) => {
2486
2585
  // src/assets/chart-bar.tsx
2487
2586
  var import_jsx_runtime43 = require("react/jsx-runtime");
2488
2587
  var ICChartBar = /* @__PURE__ */ __name((props) => {
2489
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2588
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2490
2589
  if (thick) {
2491
2590
  return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2492
2591
  "svg",
2493
2592
  {
2593
+ ...rest,
2494
2594
  width: size4,
2495
2595
  height: size4,
2496
2596
  viewBox: "0 0 48 48",
@@ -2533,6 +2633,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
2533
2633
  return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2534
2634
  "svg",
2535
2635
  {
2636
+ ...rest,
2536
2637
  width: size4,
2537
2638
  height: size4,
2538
2639
  viewBox: "0 0 48 48",
@@ -2553,6 +2654,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
2553
2654
  return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
2554
2655
  "svg",
2555
2656
  {
2657
+ ...rest,
2556
2658
  width: size4,
2557
2659
  height: size4,
2558
2660
  viewBox: "0 0 48 48",
@@ -2595,11 +2697,12 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
2595
2697
  // src/assets/chart-line-uptrend.tsx
2596
2698
  var import_jsx_runtime44 = require("react/jsx-runtime");
2597
2699
  var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
2598
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2700
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2599
2701
  if (thick) {
2600
2702
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
2601
2703
  "svg",
2602
2704
  {
2705
+ ...rest,
2603
2706
  width: size4,
2604
2707
  height: size4,
2605
2708
  viewBox: "0 0 48 48",
@@ -2622,6 +2725,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
2622
2725
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2623
2726
  "svg",
2624
2727
  {
2728
+ ...rest,
2625
2729
  width: size4,
2626
2730
  height: size4,
2627
2731
  viewBox: "0 0 48 48",
@@ -2642,6 +2746,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
2642
2746
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
2643
2747
  "svg",
2644
2748
  {
2749
+ ...rest,
2645
2750
  width: size4,
2646
2751
  height: size4,
2647
2752
  viewBox: "0 0 48 48",
@@ -2670,11 +2775,12 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
2670
2775
  // src/assets/folder.tsx
2671
2776
  var import_jsx_runtime45 = require("react/jsx-runtime");
2672
2777
  var ICFolder = /* @__PURE__ */ __name((props) => {
2673
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2778
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2674
2779
  if (thick) {
2675
2780
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2676
2781
  "svg",
2677
2782
  {
2783
+ ...rest,
2678
2784
  width: size4,
2679
2785
  height: size4,
2680
2786
  viewBox: "0 0 48 48",
@@ -2696,6 +2802,7 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
2696
2802
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2697
2803
  "svg",
2698
2804
  {
2805
+ ...rest,
2699
2806
  width: size4,
2700
2807
  height: size4,
2701
2808
  viewBox: "0 0 48 48",
@@ -2714,6 +2821,7 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
2714
2821
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2715
2822
  "svg",
2716
2823
  {
2824
+ ...rest,
2717
2825
  width: size4,
2718
2826
  height: size4,
2719
2827
  viewBox: "0 0 48 48",
@@ -2735,11 +2843,12 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
2735
2843
  // src/assets/person.tsx
2736
2844
  var import_jsx_runtime46 = require("react/jsx-runtime");
2737
2845
  var ICPerson = /* @__PURE__ */ __name((props) => {
2738
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2846
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2739
2847
  if (thick) {
2740
2848
  return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
2741
2849
  "svg",
2742
2850
  {
2851
+ ...rest,
2743
2852
  width: size4,
2744
2853
  height: size4,
2745
2854
  viewBox: "0 0 48 48",
@@ -2772,6 +2881,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
2772
2881
  return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
2773
2882
  "svg",
2774
2883
  {
2884
+ ...rest,
2775
2885
  width: size4,
2776
2886
  height: size4,
2777
2887
  viewBox: "0 0 48 48",
@@ -2799,6 +2909,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
2799
2909
  return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
2800
2910
  "svg",
2801
2911
  {
2912
+ ...rest,
2802
2913
  width: size4,
2803
2914
  height: size4,
2804
2915
  viewBox: "0 0 48 48",
@@ -2831,11 +2942,12 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
2831
2942
  // src/assets/trash.tsx
2832
2943
  var import_jsx_runtime47 = require("react/jsx-runtime");
2833
2944
  var ICTrash = /* @__PURE__ */ __name((props) => {
2834
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
2945
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2835
2946
  if (thick) {
2836
2947
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
2837
2948
  "svg",
2838
2949
  {
2950
+ ...rest,
2839
2951
  width: size4,
2840
2952
  height: size4,
2841
2953
  viewBox: "0 0 48 48",
@@ -2861,6 +2973,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
2861
2973
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2862
2974
  "svg",
2863
2975
  {
2976
+ ...rest,
2864
2977
  width: size4,
2865
2978
  height: size4,
2866
2979
  viewBox: "0 0 48 48",
@@ -2881,6 +2994,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
2881
2994
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
2882
2995
  "svg",
2883
2996
  {
2997
+ ...rest,
2884
2998
  width: size4,
2885
2999
  height: size4,
2886
3000
  viewBox: "0 0 48 48",
@@ -2906,11 +3020,12 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
2906
3020
  // src/assets/pencil.tsx
2907
3021
  var import_jsx_runtime48 = require("react/jsx-runtime");
2908
3022
  var ICPencil = /* @__PURE__ */ __name((props) => {
2909
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3023
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2910
3024
  if (thick) {
2911
3025
  return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2912
3026
  "svg",
2913
3027
  {
3028
+ ...rest,
2914
3029
  width: size4,
2915
3030
  height: size4,
2916
3031
  viewBox: "0 0 48 48",
@@ -2932,6 +3047,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
2932
3047
  return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2933
3048
  "svg",
2934
3049
  {
3050
+ ...rest,
2935
3051
  width: size4,
2936
3052
  height: size4,
2937
3053
  viewBox: "0 0 48 48",
@@ -2959,6 +3075,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
2959
3075
  return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2960
3076
  "svg",
2961
3077
  {
3078
+ ...rest,
2962
3079
  width: size4,
2963
3080
  height: size4,
2964
3081
  viewBox: "0 0 48 48",
@@ -2980,11 +3097,12 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
2980
3097
  // src/assets/copy.tsx
2981
3098
  var import_jsx_runtime49 = require("react/jsx-runtime");
2982
3099
  var ICCopy = /* @__PURE__ */ __name((props) => {
2983
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3100
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
2984
3101
  if (thick) {
2985
3102
  return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2986
3103
  "svg",
2987
3104
  {
3105
+ ...rest,
2988
3106
  width: size4,
2989
3107
  height: size4,
2990
3108
  viewBox: "0 0 48 48",
@@ -3006,6 +3124,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
3006
3124
  return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
3007
3125
  "svg",
3008
3126
  {
3127
+ ...rest,
3009
3128
  width: size4,
3010
3129
  height: size4,
3011
3130
  viewBox: "0 0 48 48",
@@ -3033,6 +3152,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
3033
3152
  return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
3034
3153
  "svg",
3035
3154
  {
3155
+ ...rest,
3036
3156
  width: size4,
3037
3157
  height: size4,
3038
3158
  viewBox: "0 0 48 48",
@@ -3054,11 +3174,12 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
3054
3174
  // src/assets/book.tsx
3055
3175
  var import_jsx_runtime50 = require("react/jsx-runtime");
3056
3176
  var ICBook = /* @__PURE__ */ __name((props) => {
3057
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3177
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3058
3178
  if (thick) {
3059
3179
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3060
3180
  "svg",
3061
3181
  {
3182
+ ...rest,
3062
3183
  width: size4,
3063
3184
  height: size4,
3064
3185
  viewBox: "0 0 48 48",
@@ -3080,6 +3201,7 @@ var ICBook = /* @__PURE__ */ __name((props) => {
3080
3201
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
3081
3202
  "svg",
3082
3203
  {
3204
+ ...rest,
3083
3205
  width: size4,
3084
3206
  height: size4,
3085
3207
  viewBox: "0 0 48 48",
@@ -3107,6 +3229,7 @@ var ICBook = /* @__PURE__ */ __name((props) => {
3107
3229
  return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
3108
3230
  "svg",
3109
3231
  {
3232
+ ...rest,
3110
3233
  width: size4,
3111
3234
  height: size4,
3112
3235
  viewBox: "0 0 48 48",
@@ -3128,11 +3251,12 @@ var ICBook = /* @__PURE__ */ __name((props) => {
3128
3251
  // src/assets/description.tsx
3129
3252
  var import_jsx_runtime51 = require("react/jsx-runtime");
3130
3253
  var ICDescription = /* @__PURE__ */ __name((props) => {
3131
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3254
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3132
3255
  if (thick) {
3133
3256
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
3134
3257
  "svg",
3135
3258
  {
3259
+ ...rest,
3136
3260
  width: size4,
3137
3261
  height: size4,
3138
3262
  viewBox: "0 0 48 48",
@@ -3159,6 +3283,7 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
3159
3283
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
3160
3284
  "svg",
3161
3285
  {
3286
+ ...rest,
3162
3287
  width: size4,
3163
3288
  height: size4,
3164
3289
  viewBox: "0 0 48 48",
@@ -3179,6 +3304,7 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
3179
3304
  return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
3180
3305
  "svg",
3181
3306
  {
3307
+ ...rest,
3182
3308
  width: size4,
3183
3309
  height: size4,
3184
3310
  viewBox: "0 0 48 48",
@@ -3205,11 +3331,12 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
3205
3331
  // src/assets/bookmark.tsx
3206
3332
  var import_jsx_runtime52 = require("react/jsx-runtime");
3207
3333
  var ICBookmark = /* @__PURE__ */ __name((props) => {
3208
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3334
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3209
3335
  if (thick) {
3210
3336
  return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
3211
3337
  "svg",
3212
3338
  {
3339
+ ...rest,
3213
3340
  width: size4,
3214
3341
  height: size4,
3215
3342
  viewBox: "0 0 48 48",
@@ -3231,6 +3358,7 @@ var ICBookmark = /* @__PURE__ */ __name((props) => {
3231
3358
  return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
3232
3359
  "svg",
3233
3360
  {
3361
+ ...rest,
3234
3362
  width: size4,
3235
3363
  height: size4,
3236
3364
  viewBox: "0 0 48 48",
@@ -3249,6 +3377,7 @@ var ICBookmark = /* @__PURE__ */ __name((props) => {
3249
3377
  return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
3250
3378
  "svg",
3251
3379
  {
3380
+ ...rest,
3252
3381
  width: size4,
3253
3382
  height: size4,
3254
3383
  viewBox: "0 0 48 48",
@@ -3270,11 +3399,12 @@ var ICBookmark = /* @__PURE__ */ __name((props) => {
3270
3399
  // src/assets/photo.tsx
3271
3400
  var import_jsx_runtime53 = require("react/jsx-runtime");
3272
3401
  var ICPhoto = /* @__PURE__ */ __name((props) => {
3273
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3402
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3274
3403
  if (thick) {
3275
3404
  return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
3276
3405
  "svg",
3277
3406
  {
3407
+ ...rest,
3278
3408
  width: size4,
3279
3409
  height: size4,
3280
3410
  viewBox: "0 0 48 48",
@@ -3305,6 +3435,7 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
3305
3435
  return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
3306
3436
  "svg",
3307
3437
  {
3438
+ ...rest,
3308
3439
  width: size4,
3309
3440
  height: size4,
3310
3441
  viewBox: "0 0 48 48",
@@ -3325,6 +3456,7 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
3325
3456
  return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
3326
3457
  "svg",
3327
3458
  {
3459
+ ...rest,
3328
3460
  width: size4,
3329
3461
  height: size4,
3330
3462
  viewBox: "0 0 48 48",
@@ -3355,11 +3487,12 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
3355
3487
  // src/assets/camera.tsx
3356
3488
  var import_jsx_runtime54 = require("react/jsx-runtime");
3357
3489
  var ICCamera = /* @__PURE__ */ __name((props) => {
3358
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3490
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3359
3491
  if (thick) {
3360
3492
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
3361
3493
  "svg",
3362
3494
  {
3495
+ ...rest,
3363
3496
  width: size4,
3364
3497
  height: size4,
3365
3498
  viewBox: "0 0 48 48",
@@ -3392,6 +3525,7 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
3392
3525
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
3393
3526
  "svg",
3394
3527
  {
3528
+ ...rest,
3395
3529
  width: size4,
3396
3530
  height: size4,
3397
3531
  viewBox: "0 0 48 48",
@@ -3412,6 +3546,7 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
3412
3546
  return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
3413
3547
  "svg",
3414
3548
  {
3549
+ ...rest,
3415
3550
  width: size4,
3416
3551
  height: size4,
3417
3552
  viewBox: "0 0 48 48",
@@ -3444,11 +3579,12 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
3444
3579
  // src/assets/bolt.tsx
3445
3580
  var import_jsx_runtime55 = require("react/jsx-runtime");
3446
3581
  var ICBolt = /* @__PURE__ */ __name((props) => {
3447
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3582
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3448
3583
  if (thick) {
3449
3584
  return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3450
3585
  "svg",
3451
3586
  {
3587
+ ...rest,
3452
3588
  width: size4,
3453
3589
  height: size4,
3454
3590
  viewBox: "0 0 48 48",
@@ -3470,6 +3606,7 @@ var ICBolt = /* @__PURE__ */ __name((props) => {
3470
3606
  return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3471
3607
  "svg",
3472
3608
  {
3609
+ ...rest,
3473
3610
  width: size4,
3474
3611
  height: size4,
3475
3612
  viewBox: "0 0 48 48",
@@ -3488,6 +3625,7 @@ var ICBolt = /* @__PURE__ */ __name((props) => {
3488
3625
  return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
3489
3626
  "svg",
3490
3627
  {
3628
+ ...rest,
3491
3629
  width: size4,
3492
3630
  height: size4,
3493
3631
  viewBox: "0 0 48 48",
@@ -3509,11 +3647,12 @@ var ICBolt = /* @__PURE__ */ __name((props) => {
3509
3647
  // src/assets/question-message.tsx
3510
3648
  var import_jsx_runtime56 = require("react/jsx-runtime");
3511
3649
  var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
3512
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3650
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3513
3651
  if (fill && thick) {
3514
3652
  return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3515
3653
  "svg",
3516
3654
  {
3655
+ ...rest,
3517
3656
  width: size4,
3518
3657
  height: size4,
3519
3658
  viewBox: "0 0 48 48",
@@ -3535,6 +3674,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
3535
3674
  return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
3536
3675
  "svg",
3537
3676
  {
3677
+ ...rest,
3538
3678
  width: size4,
3539
3679
  height: size4,
3540
3680
  viewBox: "0 0 48 48",
@@ -3572,6 +3712,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
3572
3712
  return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
3573
3713
  "svg",
3574
3714
  {
3715
+ ...rest,
3575
3716
  width: size4,
3576
3717
  height: size4,
3577
3718
  viewBox: "0 0 48 48",
@@ -3592,6 +3733,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
3592
3733
  return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
3593
3734
  "svg",
3594
3735
  {
3736
+ ...rest,
3595
3737
  width: size4,
3596
3738
  height: size4,
3597
3739
  viewBox: "0 0 48 48",
@@ -3629,11 +3771,12 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
3629
3771
  // src/assets/books.tsx
3630
3772
  var import_jsx_runtime57 = require("react/jsx-runtime");
3631
3773
  var ICBooks = /* @__PURE__ */ __name((props) => {
3632
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3774
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3633
3775
  if (fill && thick) {
3634
3776
  return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
3635
3777
  "svg",
3636
3778
  {
3779
+ ...rest,
3637
3780
  width: size4,
3638
3781
  height: size4,
3639
3782
  viewBox: "0 0 48 48",
@@ -3675,6 +3818,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
3675
3818
  return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
3676
3819
  "svg",
3677
3820
  {
3821
+ ...rest,
3678
3822
  width: size4,
3679
3823
  height: size4,
3680
3824
  viewBox: "0 0 48 48",
@@ -3700,6 +3844,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
3700
3844
  return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
3701
3845
  "svg",
3702
3846
  {
3847
+ ...rest,
3703
3848
  width: size4,
3704
3849
  height: size4,
3705
3850
  viewBox: "0 0 48 48",
@@ -3736,6 +3881,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
3736
3881
  return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
3737
3882
  "svg",
3738
3883
  {
3884
+ ...rest,
3739
3885
  width: size4,
3740
3886
  height: size4,
3741
3887
  viewBox: "0 0 48 48",
@@ -3761,11 +3907,12 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
3761
3907
  // src/assets/balance.tsx
3762
3908
  var import_jsx_runtime58 = require("react/jsx-runtime");
3763
3909
  var ICBalance = /* @__PURE__ */ __name((props) => {
3764
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
3910
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3765
3911
  if (fill && thick) {
3766
3912
  return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
3767
3913
  "svg",
3768
3914
  {
3915
+ ...rest,
3769
3916
  width: size4,
3770
3917
  height: size4,
3771
3918
  viewBox: "0 0 48 48",
@@ -3801,6 +3948,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
3801
3948
  return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
3802
3949
  "svg",
3803
3950
  {
3951
+ ...rest,
3804
3952
  width: size4,
3805
3953
  height: size4,
3806
3954
  viewBox: "0 0 48 48",
@@ -3840,6 +3988,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
3840
3988
  return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
3841
3989
  "svg",
3842
3990
  {
3991
+ ...rest,
3843
3992
  width: size4,
3844
3993
  height: size4,
3845
3994
  viewBox: "0 0 48 48",
@@ -3874,6 +4023,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
3874
4023
  return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
3875
4024
  "svg",
3876
4025
  {
4026
+ ...rest,
3877
4027
  width: size4,
3878
4028
  height: size4,
3879
4029
  viewBox: "0 0 48 48",
@@ -3913,11 +4063,12 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
3913
4063
  // src/assets/folder-add.tsx
3914
4064
  var import_jsx_runtime59 = require("react/jsx-runtime");
3915
4065
  var ICFolderAdd = /* @__PURE__ */ __name((props) => {
3916
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4066
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
3917
4067
  if (fill && thick) {
3918
4068
  return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
3919
4069
  "svg",
3920
4070
  {
4071
+ ...rest,
3921
4072
  width: size4,
3922
4073
  height: size4,
3923
4074
  viewBox: "0 0 48 48",
@@ -3939,6 +4090,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
3939
4090
  return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
3940
4091
  "svg",
3941
4092
  {
4093
+ ...rest,
3942
4094
  width: size4,
3943
4095
  height: size4,
3944
4096
  viewBox: "0 0 48 48",
@@ -3969,6 +4121,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
3969
4121
  return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
3970
4122
  "svg",
3971
4123
  {
4124
+ ...rest,
3972
4125
  width: size4,
3973
4126
  height: size4,
3974
4127
  viewBox: "0 0 48 48",
@@ -3989,6 +4142,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
3989
4142
  return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
3990
4143
  "svg",
3991
4144
  {
4145
+ ...rest,
3992
4146
  width: size4,
3993
4147
  height: size4,
3994
4148
  viewBox: "0 0 48 48",
@@ -4019,11 +4173,12 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
4019
4173
  // src/assets/document.tsx
4020
4174
  var import_jsx_runtime60 = require("react/jsx-runtime");
4021
4175
  var ICDocument = /* @__PURE__ */ __name((props) => {
4022
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4176
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4023
4177
  if (fill && thick) {
4024
4178
  return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
4025
4179
  "svg",
4026
4180
  {
4181
+ ...rest,
4027
4182
  width: size4,
4028
4183
  height: size4,
4029
4184
  viewBox: "0 0 48 48",
@@ -4046,6 +4201,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
4046
4201
  return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
4047
4202
  "svg",
4048
4203
  {
4204
+ ...rest,
4049
4205
  width: size4,
4050
4206
  height: size4,
4051
4207
  viewBox: "0 0 48 48",
@@ -4067,6 +4223,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
4067
4223
  return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
4068
4224
  "svg",
4069
4225
  {
4226
+ ...rest,
4070
4227
  width: size4,
4071
4228
  height: size4,
4072
4229
  viewBox: "0 0 48 48",
@@ -4094,6 +4251,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
4094
4251
  return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
4095
4252
  "svg",
4096
4253
  {
4254
+ ...rest,
4097
4255
  width: size4,
4098
4256
  height: size4,
4099
4257
  viewBox: "0 0 48 48",
@@ -4115,11 +4273,12 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
4115
4273
  // src/assets/person-add.tsx
4116
4274
  var import_jsx_runtime61 = require("react/jsx-runtime");
4117
4275
  var ICPersonAdd = /* @__PURE__ */ __name((props) => {
4118
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4276
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4119
4277
  if (fill && thick) {
4120
4278
  return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
4121
4279
  "svg",
4122
4280
  {
4281
+ ...rest,
4123
4282
  width: size4,
4124
4283
  height: size4,
4125
4284
  viewBox: "0 0 48 48",
@@ -4155,6 +4314,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
4155
4314
  return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
4156
4315
  "svg",
4157
4316
  {
4317
+ ...rest,
4158
4318
  width: size4,
4159
4319
  height: size4,
4160
4320
  viewBox: "0 0 48 48",
@@ -4192,6 +4352,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
4192
4352
  return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
4193
4353
  "svg",
4194
4354
  {
4355
+ ...rest,
4195
4356
  width: size4,
4196
4357
  height: size4,
4197
4358
  viewBox: "0 0 48 48",
@@ -4226,6 +4387,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
4226
4387
  return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
4227
4388
  "svg",
4228
4389
  {
4390
+ ...rest,
4229
4391
  width: size4,
4230
4392
  height: size4,
4231
4393
  viewBox: "0 0 48 48",
@@ -4263,11 +4425,12 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
4263
4425
  // src/assets/send.tsx
4264
4426
  var import_jsx_runtime62 = require("react/jsx-runtime");
4265
4427
  var ICSend = /* @__PURE__ */ __name((props) => {
4266
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4428
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4267
4429
  if (fill && thick) {
4268
4430
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4269
4431
  "svg",
4270
4432
  {
4433
+ ...rest,
4271
4434
  width: size4,
4272
4435
  height: size4,
4273
4436
  viewBox: "0 0 48 48",
@@ -4287,6 +4450,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
4287
4450
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4288
4451
  "svg",
4289
4452
  {
4453
+ ...rest,
4290
4454
  width: size4,
4291
4455
  height: size4,
4292
4456
  viewBox: "0 0 48 48",
@@ -4308,6 +4472,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
4308
4472
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4309
4473
  "svg",
4310
4474
  {
4475
+ ...rest,
4311
4476
  width: size4,
4312
4477
  height: size4,
4313
4478
  viewBox: "0 0 48 48",
@@ -4326,6 +4491,7 @@ var ICSend = /* @__PURE__ */ __name((props) => {
4326
4491
  return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
4327
4492
  "svg",
4328
4493
  {
4494
+ ...rest,
4329
4495
  width: size4,
4330
4496
  height: size4,
4331
4497
  viewBox: "0 0 48 48",
@@ -4347,11 +4513,12 @@ var ICSend = /* @__PURE__ */ __name((props) => {
4347
4513
  // src/assets/check-mark.tsx
4348
4514
  var import_jsx_runtime63 = require("react/jsx-runtime");
4349
4515
  var ICCheckMark = /* @__PURE__ */ __name((props) => {
4350
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4516
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4351
4517
  if (fill && thick) {
4352
4518
  return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
4353
4519
  "svg",
4354
4520
  {
4521
+ ...rest,
4355
4522
  width: size4,
4356
4523
  height: size4,
4357
4524
  viewBox: "0 0 48 48",
@@ -4373,6 +4540,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
4373
4540
  return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
4374
4541
  "svg",
4375
4542
  {
4543
+ ...rest,
4376
4544
  width: size4,
4377
4545
  height: size4,
4378
4546
  viewBox: "0 0 48 48",
@@ -4394,6 +4562,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
4394
4562
  return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
4395
4563
  "svg",
4396
4564
  {
4565
+ ...rest,
4397
4566
  width: size4,
4398
4567
  height: size4,
4399
4568
  viewBox: "0 0 48 48",
@@ -4414,6 +4583,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
4414
4583
  return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
4415
4584
  "svg",
4416
4585
  {
4586
+ ...rest,
4417
4587
  width: size4,
4418
4588
  height: size4,
4419
4589
  viewBox: "0 0 48 48",
@@ -4435,11 +4605,12 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
4435
4605
  // src/assets/exclamationmark.tsx
4436
4606
  var import_jsx_runtime64 = require("react/jsx-runtime");
4437
4607
  var ICExclamationmark = /* @__PURE__ */ __name((props) => {
4438
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4608
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4439
4609
  if (fill && thick) {
4440
4610
  return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
4441
4611
  "svg",
4442
4612
  {
4613
+ ...rest,
4443
4614
  width: size4,
4444
4615
  height: size4,
4445
4616
  viewBox: "0 0 48 48",
@@ -4461,6 +4632,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
4461
4632
  return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
4462
4633
  "svg",
4463
4634
  {
4635
+ ...rest,
4464
4636
  width: size4,
4465
4637
  height: size4,
4466
4638
  viewBox: "0 0 48 48",
@@ -4483,6 +4655,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
4483
4655
  return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
4484
4656
  "svg",
4485
4657
  {
4658
+ ...rest,
4486
4659
  width: size4,
4487
4660
  height: size4,
4488
4661
  viewBox: "0 0 48 48",
@@ -4503,6 +4676,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
4503
4676
  return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
4504
4677
  "svg",
4505
4678
  {
4679
+ ...rest,
4506
4680
  width: size4,
4507
4681
  height: size4,
4508
4682
  viewBox: "0 0 48 48",
@@ -4525,11 +4699,12 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
4525
4699
  // src/assets/close.tsx
4526
4700
  var import_jsx_runtime65 = require("react/jsx-runtime");
4527
4701
  var ICClose = /* @__PURE__ */ __name((props) => {
4528
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4702
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4529
4703
  if (fill && thick) {
4530
4704
  return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
4531
4705
  "svg",
4532
4706
  {
4707
+ ...rest,
4533
4708
  width: size4,
4534
4709
  height: size4,
4535
4710
  viewBox: "0 0 48 48",
@@ -4551,6 +4726,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
4551
4726
  return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
4552
4727
  "svg",
4553
4728
  {
4729
+ ...rest,
4554
4730
  width: size4,
4555
4731
  height: size4,
4556
4732
  viewBox: "0 0 48 48",
@@ -4570,6 +4746,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
4570
4746
  return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
4571
4747
  "svg",
4572
4748
  {
4749
+ ...rest,
4573
4750
  width: size4,
4574
4751
  height: size4,
4575
4752
  viewBox: "0 0 48 48",
@@ -4590,6 +4767,7 @@ var ICClose = /* @__PURE__ */ __name((props) => {
4590
4767
  return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
4591
4768
  "svg",
4592
4769
  {
4770
+ ...rest,
4593
4771
  width: size4,
4594
4772
  height: size4,
4595
4773
  viewBox: "0 0 48 48",
@@ -4609,11 +4787,12 @@ var ICClose = /* @__PURE__ */ __name((props) => {
4609
4787
  // src/assets/lock.tsx
4610
4788
  var import_jsx_runtime66 = require("react/jsx-runtime");
4611
4789
  var ICLock = /* @__PURE__ */ __name((props) => {
4612
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4790
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4613
4791
  if (fill && thick) {
4614
4792
  return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
4615
4793
  "svg",
4616
4794
  {
4795
+ ...rest,
4617
4796
  width: size4,
4618
4797
  height: size4,
4619
4798
  viewBox: "0 0 48 48",
@@ -4644,6 +4823,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
4644
4823
  return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
4645
4824
  "svg",
4646
4825
  {
4826
+ ...rest,
4647
4827
  width: size4,
4648
4828
  height: size4,
4649
4829
  viewBox: "0 0 48 48",
@@ -4676,6 +4856,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
4676
4856
  return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
4677
4857
  "svg",
4678
4858
  {
4859
+ ...rest,
4679
4860
  width: size4,
4680
4861
  height: size4,
4681
4862
  viewBox: "0 0 48 48",
@@ -4705,6 +4886,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
4705
4886
  return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
4706
4887
  "svg",
4707
4888
  {
4889
+ ...rest,
4708
4890
  width: size4,
4709
4891
  height: size4,
4710
4892
  viewBox: "0 0 48 48",
@@ -4737,11 +4919,12 @@ var ICLock = /* @__PURE__ */ __name((props) => {
4737
4919
  // src/assets/ai.tsx
4738
4920
  var import_jsx_runtime67 = require("react/jsx-runtime");
4739
4921
  var ICAi = /* @__PURE__ */ __name((props) => {
4740
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
4922
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4741
4923
  if (fill && thick) {
4742
4924
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
4743
4925
  "svg",
4744
4926
  {
4927
+ ...rest,
4745
4928
  width: size4,
4746
4929
  height: size4,
4747
4930
  viewBox: "0 0 48 48",
@@ -4773,6 +4956,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
4773
4956
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
4774
4957
  "svg",
4775
4958
  {
4959
+ ...rest,
4776
4960
  width: size4,
4777
4961
  height: size4,
4778
4962
  viewBox: "0 0 48 48",
@@ -4811,6 +4995,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
4811
4995
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
4812
4996
  "svg",
4813
4997
  {
4998
+ ...rest,
4814
4999
  width: size4,
4815
5000
  height: size4,
4816
5001
  viewBox: "0 0 48 48",
@@ -4848,6 +5033,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
4848
5033
  return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
4849
5034
  "svg",
4850
5035
  {
5036
+ ...rest,
4851
5037
  width: size4,
4852
5038
  height: size4,
4853
5039
  viewBox: "0 0 48 48",
@@ -4886,11 +5072,12 @@ var ICAi = /* @__PURE__ */ __name((props) => {
4886
5072
  // src/assets/stack.tsx
4887
5073
  var import_jsx_runtime68 = require("react/jsx-runtime");
4888
5074
  var ICStack = /* @__PURE__ */ __name((props) => {
4889
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5075
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
4890
5076
  if (fill && thick) {
4891
5077
  return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
4892
5078
  "svg",
4893
5079
  {
5080
+ ...rest,
4894
5081
  width: size4,
4895
5082
  height: size4,
4896
5083
  viewBox: "0 0 48 48",
@@ -4926,6 +5113,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
4926
5113
  return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
4927
5114
  "svg",
4928
5115
  {
5116
+ ...rest,
4929
5117
  width: size4,
4930
5118
  height: size4,
4931
5119
  viewBox: "0 0 48 48",
@@ -4963,6 +5151,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
4963
5151
  return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
4964
5152
  "svg",
4965
5153
  {
5154
+ ...rest,
4966
5155
  width: size4,
4967
5156
  height: size4,
4968
5157
  viewBox: "0 0 48 48",
@@ -4997,6 +5186,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
4997
5186
  return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
4998
5187
  "svg",
4999
5188
  {
5189
+ ...rest,
5000
5190
  width: size4,
5001
5191
  height: size4,
5002
5192
  viewBox: "0 0 48 48",
@@ -5034,11 +5224,12 @@ var ICStack = /* @__PURE__ */ __name((props) => {
5034
5224
  // src/assets/summarize.tsx
5035
5225
  var import_jsx_runtime69 = require("react/jsx-runtime");
5036
5226
  var ICSummarize = /* @__PURE__ */ __name((props) => {
5037
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5227
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5038
5228
  if (fill && thick) {
5039
5229
  return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5040
5230
  "svg",
5041
5231
  {
5232
+ ...rest,
5042
5233
  width: size4,
5043
5234
  height: size4,
5044
5235
  viewBox: "0 0 48 48",
@@ -5060,6 +5251,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
5060
5251
  return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
5061
5252
  "svg",
5062
5253
  {
5254
+ ...rest,
5063
5255
  width: size4,
5064
5256
  height: size4,
5065
5257
  viewBox: "0 0 48 48",
@@ -5097,6 +5289,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
5097
5289
  return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
5098
5290
  "svg",
5099
5291
  {
5292
+ ...rest,
5100
5293
  width: size4,
5101
5294
  height: size4,
5102
5295
  viewBox: "0 0 48 48",
@@ -5117,6 +5310,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
5117
5310
  return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
5118
5311
  "svg",
5119
5312
  {
5313
+ ...rest,
5120
5314
  width: size4,
5121
5315
  height: size4,
5122
5316
  viewBox: "0 0 48 48",
@@ -5160,11 +5354,12 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
5160
5354
  // src/assets/memo.tsx
5161
5355
  var import_jsx_runtime70 = require("react/jsx-runtime");
5162
5356
  var ICMemo = /* @__PURE__ */ __name((props) => {
5163
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5357
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5164
5358
  if (fill && thick) {
5165
5359
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5166
5360
  "svg",
5167
5361
  {
5362
+ ...rest,
5168
5363
  width: size4,
5169
5364
  height: size4,
5170
5365
  viewBox: "0 0 48 48",
@@ -5186,6 +5381,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
5186
5381
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5187
5382
  "svg",
5188
5383
  {
5384
+ ...rest,
5189
5385
  width: size4,
5190
5386
  height: size4,
5191
5387
  viewBox: "0 0 48 48",
@@ -5211,6 +5407,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
5211
5407
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
5212
5408
  "svg",
5213
5409
  {
5410
+ ...rest,
5214
5411
  width: size4,
5215
5412
  height: size4,
5216
5413
  viewBox: "0 0 48 48",
@@ -5231,6 +5428,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
5231
5428
  return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
5232
5429
  "svg",
5233
5430
  {
5431
+ ...rest,
5234
5432
  width: size4,
5235
5433
  height: size4,
5236
5434
  viewBox: "0 0 48 48",
@@ -5256,11 +5454,12 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
5256
5454
  // src/assets/essay.tsx
5257
5455
  var import_jsx_runtime71 = require("react/jsx-runtime");
5258
5456
  var ICEssay = /* @__PURE__ */ __name((props) => {
5259
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5457
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5260
5458
  if (fill && thick) {
5261
5459
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5262
5460
  "svg",
5263
5461
  {
5462
+ ...rest,
5264
5463
  width: size4,
5265
5464
  height: size4,
5266
5465
  viewBox: "0 0 48 48",
@@ -5290,6 +5489,7 @@ var ICEssay = /* @__PURE__ */ __name((props) => {
5290
5489
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5291
5490
  "svg",
5292
5491
  {
5492
+ ...rest,
5293
5493
  width: size4,
5294
5494
  height: size4,
5295
5495
  viewBox: "0 0 48 48",
@@ -5314,6 +5514,7 @@ var ICEssay = /* @__PURE__ */ __name((props) => {
5314
5514
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5315
5515
  "svg",
5316
5516
  {
5517
+ ...rest,
5317
5518
  width: size4,
5318
5519
  height: size4,
5319
5520
  viewBox: "0 0 48 48",
@@ -5342,6 +5543,7 @@ var ICEssay = /* @__PURE__ */ __name((props) => {
5342
5543
  return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
5343
5544
  "svg",
5344
5545
  {
5546
+ ...rest,
5345
5547
  width: size4,
5346
5548
  height: size4,
5347
5549
  viewBox: "0 0 48 48",
@@ -5366,11 +5568,12 @@ var ICEssay = /* @__PURE__ */ __name((props) => {
5366
5568
  // src/assets/creditcard.tsx
5367
5569
  var import_jsx_runtime72 = require("react/jsx-runtime");
5368
5570
  var ICCreditcard = /* @__PURE__ */ __name((props) => {
5369
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5571
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5370
5572
  if (fill && thick) {
5371
5573
  return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5372
5574
  "svg",
5373
5575
  {
5576
+ ...rest,
5374
5577
  width: size4,
5375
5578
  height: size4,
5376
5579
  viewBox: "0 0 48 48",
@@ -5401,6 +5604,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
5401
5604
  return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5402
5605
  "svg",
5403
5606
  {
5607
+ ...rest,
5404
5608
  width: size4,
5405
5609
  height: size4,
5406
5610
  viewBox: "0 0 48 48",
@@ -5425,6 +5629,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
5425
5629
  return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5426
5630
  "svg",
5427
5631
  {
5632
+ ...rest,
5428
5633
  width: size4,
5429
5634
  height: size4,
5430
5635
  viewBox: "0 0 48 48",
@@ -5454,6 +5659,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
5454
5659
  return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5455
5660
  "svg",
5456
5661
  {
5662
+ ...rest,
5457
5663
  width: size4,
5458
5664
  height: size4,
5459
5665
  viewBox: "0 0 48 48",
@@ -5478,11 +5684,12 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
5478
5684
  // src/assets/speaker.tsx
5479
5685
  var import_jsx_runtime73 = require("react/jsx-runtime");
5480
5686
  var ICSpeaker = /* @__PURE__ */ __name((props) => {
5481
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5687
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5482
5688
  if (fill && thick) {
5483
5689
  return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5484
5690
  "svg",
5485
5691
  {
5692
+ ...rest,
5486
5693
  width: size4,
5487
5694
  height: size4,
5488
5695
  viewBox: "0 0 48 48",
@@ -5511,6 +5718,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
5511
5718
  return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5512
5719
  "svg",
5513
5720
  {
5721
+ ...rest,
5514
5722
  width: size4,
5515
5723
  height: size4,
5516
5724
  viewBox: "0 0 48 48",
@@ -5541,6 +5749,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
5541
5749
  return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5542
5750
  "svg",
5543
5751
  {
5752
+ ...rest,
5544
5753
  width: size4,
5545
5754
  height: size4,
5546
5755
  viewBox: "0 0 48 48",
@@ -5568,6 +5777,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
5568
5777
  return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
5569
5778
  "svg",
5570
5779
  {
5780
+ ...rest,
5571
5781
  width: size4,
5572
5782
  height: size4,
5573
5783
  viewBox: "0 0 48 48",
@@ -5598,11 +5808,12 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
5598
5808
  // src/assets/light.tsx
5599
5809
  var import_jsx_runtime74 = require("react/jsx-runtime");
5600
5810
  var ICLight = /* @__PURE__ */ __name((props) => {
5601
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5811
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5602
5812
  if (fill && thick) {
5603
5813
  return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5604
5814
  "svg",
5605
5815
  {
5816
+ ...rest,
5606
5817
  width: size4,
5607
5818
  height: size4,
5608
5819
  viewBox: "0 0 48 48",
@@ -5631,6 +5842,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
5631
5842
  return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5632
5843
  "svg",
5633
5844
  {
5845
+ ...rest,
5634
5846
  width: size4,
5635
5847
  height: size4,
5636
5848
  viewBox: "0 0 48 48",
@@ -5661,6 +5873,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
5661
5873
  return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5662
5874
  "svg",
5663
5875
  {
5876
+ ...rest,
5664
5877
  width: size4,
5665
5878
  height: size4,
5666
5879
  viewBox: "0 0 48 48",
@@ -5688,6 +5901,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
5688
5901
  return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
5689
5902
  "svg",
5690
5903
  {
5904
+ ...rest,
5691
5905
  width: size4,
5692
5906
  height: size4,
5693
5907
  viewBox: "0 0 48 48",
@@ -5718,11 +5932,12 @@ var ICLight = /* @__PURE__ */ __name((props) => {
5718
5932
  // src/assets/document-add.tsx
5719
5933
  var import_jsx_runtime75 = require("react/jsx-runtime");
5720
5934
  var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
5721
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
5935
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5722
5936
  if (fill && thick) {
5723
5937
  return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5724
5938
  "svg",
5725
5939
  {
5940
+ ...rest,
5726
5941
  width: size4,
5727
5942
  height: size4,
5728
5943
  viewBox: "0 0 48 48",
@@ -5752,6 +5967,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
5752
5967
  return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5753
5968
  "svg",
5754
5969
  {
5970
+ ...rest,
5755
5971
  width: size4,
5756
5972
  height: size4,
5757
5973
  viewBox: "0 0 48 48",
@@ -5782,6 +5998,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
5782
5998
  return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5783
5999
  "svg",
5784
6000
  {
6001
+ ...rest,
5785
6002
  width: size4,
5786
6003
  height: size4,
5787
6004
  viewBox: "0 0 48 48",
@@ -5816,6 +6033,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
5816
6033
  return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
5817
6034
  "svg",
5818
6035
  {
6036
+ ...rest,
5819
6037
  width: size4,
5820
6038
  height: size4,
5821
6039
  viewBox: "0 0 48 48",
@@ -5846,11 +6064,12 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
5846
6064
  // src/assets/thumb-up.tsx
5847
6065
  var import_jsx_runtime76 = require("react/jsx-runtime");
5848
6066
  var ICThumbUp = /* @__PURE__ */ __name((props) => {
5849
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6067
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5850
6068
  if (fill && thick) {
5851
6069
  return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
5852
6070
  "svg",
5853
6071
  {
6072
+ ...rest,
5854
6073
  width: size4,
5855
6074
  height: size4,
5856
6075
  viewBox: "0 0 48 48",
@@ -5873,6 +6092,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
5873
6092
  return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5874
6093
  "svg",
5875
6094
  {
6095
+ ...rest,
5876
6096
  width: size4,
5877
6097
  height: size4,
5878
6098
  viewBox: "0 0 48 48",
@@ -5894,6 +6114,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
5894
6114
  return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
5895
6115
  "svg",
5896
6116
  {
6117
+ ...rest,
5897
6118
  width: size4,
5898
6119
  height: size4,
5899
6120
  viewBox: "0 0 48 48",
@@ -5921,6 +6142,7 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
5921
6142
  return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
5922
6143
  "svg",
5923
6144
  {
6145
+ ...rest,
5924
6146
  width: size4,
5925
6147
  height: size4,
5926
6148
  viewBox: "0 0 48 48",
@@ -5942,11 +6164,12 @@ var ICThumbUp = /* @__PURE__ */ __name((props) => {
5942
6164
  // src/assets/thumb-down.tsx
5943
6165
  var import_jsx_runtime77 = require("react/jsx-runtime");
5944
6166
  var ICThumbDown = /* @__PURE__ */ __name((props) => {
5945
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6167
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
5946
6168
  if (fill && thick) {
5947
6169
  return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
5948
6170
  "svg",
5949
6171
  {
6172
+ ...rest,
5950
6173
  width: size4,
5951
6174
  height: size4,
5952
6175
  viewBox: "0 0 48 48",
@@ -5975,6 +6198,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
5975
6198
  return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
5976
6199
  "svg",
5977
6200
  {
6201
+ ...rest,
5978
6202
  width: size4,
5979
6203
  height: size4,
5980
6204
  viewBox: "0 0 48 48",
@@ -5996,6 +6220,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
5996
6220
  return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
5997
6221
  "svg",
5998
6222
  {
6223
+ ...rest,
5999
6224
  width: size4,
6000
6225
  height: size4,
6001
6226
  viewBox: "0 0 48 48",
@@ -6023,6 +6248,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
6023
6248
  return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6024
6249
  "svg",
6025
6250
  {
6251
+ ...rest,
6026
6252
  width: size4,
6027
6253
  height: size4,
6028
6254
  viewBox: "0 0 48 48",
@@ -6044,11 +6270,12 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
6044
6270
  // src/assets/shield.tsx
6045
6271
  var import_jsx_runtime78 = require("react/jsx-runtime");
6046
6272
  var ICShield = /* @__PURE__ */ __name((props) => {
6047
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6273
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6048
6274
  if (fill && thick) {
6049
6275
  return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6050
6276
  "svg",
6051
6277
  {
6278
+ ...rest,
6052
6279
  width: size4,
6053
6280
  height: size4,
6054
6281
  xmlns: "http://www.w3.org/2000/svg",
@@ -6070,6 +6297,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
6070
6297
  return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6071
6298
  "svg",
6072
6299
  {
6300
+ ...rest,
6073
6301
  width: size4,
6074
6302
  height: size4,
6075
6303
  xmlns: "http://www.w3.org/2000/svg",
@@ -6100,6 +6328,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
6100
6328
  return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6101
6329
  "svg",
6102
6330
  {
6331
+ ...rest,
6103
6332
  width: size4,
6104
6333
  height: size4,
6105
6334
  xmlns: "http://www.w3.org/2000/svg",
@@ -6120,6 +6349,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
6120
6349
  return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
6121
6350
  "svg",
6122
6351
  {
6352
+ ...rest,
6123
6353
  width: size4,
6124
6354
  height: size4,
6125
6355
  xmlns: "http://www.w3.org/2000/svg",
@@ -6150,11 +6380,12 @@ var ICShield = /* @__PURE__ */ __name((props) => {
6150
6380
  // src/assets/home.tsx
6151
6381
  var import_jsx_runtime79 = require("react/jsx-runtime");
6152
6382
  var ICHome = /* @__PURE__ */ __name((props) => {
6153
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6383
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6154
6384
  if (thick) {
6155
6385
  return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6156
6386
  "svg",
6157
6387
  {
6388
+ ...rest,
6158
6389
  width: size4,
6159
6390
  height: size4,
6160
6391
  viewBox: "0 0 48 48",
@@ -6175,6 +6406,7 @@ var ICHome = /* @__PURE__ */ __name((props) => {
6175
6406
  return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6176
6407
  "svg",
6177
6408
  {
6409
+ ...rest,
6178
6410
  width: size4,
6179
6411
  height: size4,
6180
6412
  viewBox: "0 0 48 48",
@@ -6196,11 +6428,12 @@ var ICHome = /* @__PURE__ */ __name((props) => {
6196
6428
  // src/assets/visibility.tsx
6197
6429
  var import_jsx_runtime80 = require("react/jsx-runtime");
6198
6430
  var ICVisibility = /* @__PURE__ */ __name((props) => {
6199
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6431
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6200
6432
  if (fill && thick) {
6201
6433
  return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6202
6434
  "svg",
6203
6435
  {
6436
+ ...rest,
6204
6437
  width: size4,
6205
6438
  height: size4,
6206
6439
  xmlns: "http://www.w3.org/2000/svg",
@@ -6231,6 +6464,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
6231
6464
  return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6232
6465
  "svg",
6233
6466
  {
6467
+ ...rest,
6234
6468
  width: size4,
6235
6469
  height: size4,
6236
6470
  viewBox: "0 0 48 48",
@@ -6263,6 +6497,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
6263
6497
  return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6264
6498
  "svg",
6265
6499
  {
6500
+ ...rest,
6266
6501
  width: size4,
6267
6502
  height: size4,
6268
6503
  xmlns: "http://www.w3.org/2000/svg",
@@ -6292,6 +6527,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
6292
6527
  return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
6293
6528
  "svg",
6294
6529
  {
6530
+ ...rest,
6295
6531
  width: size4,
6296
6532
  height: size4,
6297
6533
  viewBox: "0 0 48 48",
@@ -6324,11 +6560,12 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
6324
6560
  // src/assets/visibility-off.tsx
6325
6561
  var import_jsx_runtime81 = require("react/jsx-runtime");
6326
6562
  var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
6327
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6563
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6328
6564
  if (fill && thick) {
6329
6565
  return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6330
6566
  "svg",
6331
6567
  {
6568
+ ...rest,
6332
6569
  width: size4,
6333
6570
  height: size4,
6334
6571
  viewBox: "0 0 48 48",
@@ -6378,6 +6615,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
6378
6615
  return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6379
6616
  "svg",
6380
6617
  {
6618
+ ...rest,
6381
6619
  width: size4,
6382
6620
  height: size4,
6383
6621
  viewBox: "0 0 48 48",
@@ -6427,6 +6665,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
6427
6665
  return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6428
6666
  "svg",
6429
6667
  {
6668
+ ...rest,
6430
6669
  width: size4,
6431
6670
  height: size4,
6432
6671
  viewBox: "0 0 48 48",
@@ -6475,6 +6714,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
6475
6714
  return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
6476
6715
  "svg",
6477
6716
  {
6717
+ ...rest,
6478
6718
  width: size4,
6479
6719
  height: size4,
6480
6720
  viewBox: "0 0 48 48",
@@ -6528,11 +6768,12 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
6528
6768
  // src/assets/magic-wand.tsx
6529
6769
  var import_jsx_runtime82 = require("react/jsx-runtime");
6530
6770
  var ICMagicWand = /* @__PURE__ */ __name((props) => {
6531
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6771
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6532
6772
  if (thick) {
6533
6773
  return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
6534
6774
  "svg",
6535
6775
  {
6776
+ ...rest,
6536
6777
  width: size4,
6537
6778
  height: size4,
6538
6779
  viewBox: "0 0 48 48",
@@ -6576,6 +6817,7 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
6576
6817
  return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
6577
6818
  "svg",
6578
6819
  {
6820
+ ...rest,
6579
6821
  width: size4,
6580
6822
  height: size4,
6581
6823
  viewBox: "0 0 48 48",
@@ -6620,11 +6862,12 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
6620
6862
  // src/assets/magic-pencil.tsx
6621
6863
  var import_jsx_runtime83 = require("react/jsx-runtime");
6622
6864
  var ICMagicPencil = /* @__PURE__ */ __name((props) => {
6623
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6865
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6624
6866
  if (thick) {
6625
6867
  return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
6626
6868
  "svg",
6627
6869
  {
6870
+ ...rest,
6628
6871
  width: size4,
6629
6872
  height: size4,
6630
6873
  viewBox: "0 0 48 48",
@@ -6669,6 +6912,7 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
6669
6912
  return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
6670
6913
  "svg",
6671
6914
  {
6915
+ ...rest,
6672
6916
  width: size4,
6673
6917
  height: size4,
6674
6918
  viewBox: "0 0 48 48",
@@ -6714,11 +6958,12 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
6714
6958
  // src/assets/bulb-exclamtionmark.tsx
6715
6959
  var import_jsx_runtime84 = require("react/jsx-runtime");
6716
6960
  var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
6717
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
6961
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6718
6962
  if (thick) {
6719
6963
  return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
6720
6964
  "svg",
6721
6965
  {
6966
+ ...rest,
6722
6967
  width: size4,
6723
6968
  height: size4,
6724
6969
  viewBox: "0 0 48 48",
@@ -6750,6 +6995,7 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
6750
6995
  return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
6751
6996
  "svg",
6752
6997
  {
6998
+ ...rest,
6753
6999
  width: size4,
6754
7000
  height: size4,
6755
7001
  viewBox: "0 0 48 48",
@@ -6782,11 +7028,12 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
6782
7028
  // src/assets/bulb.tsx
6783
7029
  var import_jsx_runtime85 = require("react/jsx-runtime");
6784
7030
  var ICBulb = /* @__PURE__ */ __name((props) => {
6785
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7031
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6786
7032
  if (thick) {
6787
7033
  return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
6788
7034
  "svg",
6789
7035
  {
7036
+ ...rest,
6790
7037
  width: size4,
6791
7038
  height: size4,
6792
7039
  xmlns: "http://www.w3.org/2000/svg",
@@ -6810,6 +7057,7 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
6810
7057
  return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
6811
7058
  "svg",
6812
7059
  {
7060
+ ...rest,
6813
7061
  width: size4,
6814
7062
  height: size4,
6815
7063
  xmlns: "http://www.w3.org/2000/svg",
@@ -6834,11 +7082,12 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
6834
7082
  // src/assets/paraphase.tsx
6835
7083
  var import_jsx_runtime86 = require("react/jsx-runtime");
6836
7084
  var ICParaphase = /* @__PURE__ */ __name((props) => {
6837
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7085
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6838
7086
  if (thick) {
6839
7087
  return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
6840
7088
  "svg",
6841
7089
  {
7090
+ ...rest,
6842
7091
  width: size4,
6843
7092
  height: size4,
6844
7093
  viewBox: "0 0 48 48",
@@ -6864,6 +7113,7 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
6864
7113
  return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
6865
7114
  "svg",
6866
7115
  {
7116
+ ...rest,
6867
7117
  width: size4,
6868
7118
  height: size4,
6869
7119
  viewBox: "0 0 48 48",
@@ -6890,11 +7140,12 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
6890
7140
  // src/assets/make-easy.tsx
6891
7141
  var import_jsx_runtime87 = require("react/jsx-runtime");
6892
7142
  var ICMakeEasy = /* @__PURE__ */ __name((props) => {
6893
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7143
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6894
7144
  if (thick) {
6895
7145
  return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
6896
7146
  "svg",
6897
7147
  {
7148
+ ...rest,
6898
7149
  width: size4,
6899
7150
  height: size4,
6900
7151
  viewBox: "0 0 48 48",
@@ -6937,6 +7188,7 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
6937
7188
  return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
6938
7189
  "svg",
6939
7190
  {
7191
+ ...rest,
6940
7192
  width: size4,
6941
7193
  height: size4,
6942
7194
  viewBox: "0 0 48 48",
@@ -6980,11 +7232,12 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
6980
7232
  // src/assets/translate.tsx
6981
7233
  var import_jsx_runtime88 = require("react/jsx-runtime");
6982
7234
  var ICTranslate = /* @__PURE__ */ __name((props) => {
6983
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7235
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
6984
7236
  if (thick) {
6985
7237
  return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
6986
7238
  "svg",
6987
7239
  {
7240
+ ...rest,
6988
7241
  width: size4,
6989
7242
  height: size4,
6990
7243
  viewBox: "0 0 48 48",
@@ -7014,6 +7267,7 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
7014
7267
  return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7015
7268
  "svg",
7016
7269
  {
7270
+ ...rest,
7017
7271
  width: size4,
7018
7272
  height: size4,
7019
7273
  viewBox: "0 0 48 48",
@@ -7044,11 +7298,12 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
7044
7298
  // src/assets/Info.tsx
7045
7299
  var import_jsx_runtime89 = require("react/jsx-runtime");
7046
7300
  var ICInfo = /* @__PURE__ */ __name((props) => {
7047
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7301
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7048
7302
  if (thick) {
7049
7303
  return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7050
7304
  "svg",
7051
7305
  {
7306
+ ...rest,
7052
7307
  width: size4,
7053
7308
  height: size4,
7054
7309
  viewBox: "0 0 48 48",
@@ -7079,6 +7334,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
7079
7334
  return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7080
7335
  "svg",
7081
7336
  {
7337
+ ...rest,
7082
7338
  width: size4,
7083
7339
  height: size4,
7084
7340
  viewBox: "0 0 48 48",
@@ -7110,7 +7366,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
7110
7366
  // src/assets/folder-open.tsx
7111
7367
  var import_jsx_runtime90 = require("react/jsx-runtime");
7112
7368
  var ICFolderOpen = /* @__PURE__ */ __name((props) => {
7113
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7369
+ const { thick = false, fill = false, size: size4 = 32, ...rest } = props;
7114
7370
  if (fill && thick) {
7115
7371
  return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
7116
7372
  "svg",
@@ -7204,11 +7460,12 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
7204
7460
  // src/assets/highlight-edit.tsx
7205
7461
  var import_jsx_runtime91 = require("react/jsx-runtime");
7206
7462
  var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
7207
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7463
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7208
7464
  if (thick) {
7209
7465
  return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
7210
7466
  "svg",
7211
7467
  {
7468
+ ...rest,
7212
7469
  xmlns: "http://www.w3.org/2000/svg",
7213
7470
  width: size4,
7214
7471
  height: size4,
@@ -7238,6 +7495,7 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
7238
7495
  return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
7239
7496
  "svg",
7240
7497
  {
7498
+ ...rest,
7241
7499
  width: size4,
7242
7500
  height: size4,
7243
7501
  viewBox: "0 0 48 48",
@@ -7268,11 +7526,12 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
7268
7526
  // src/assets/apple.tsx
7269
7527
  var import_jsx_runtime92 = require("react/jsx-runtime");
7270
7528
  var ICApple = /* @__PURE__ */ __name((props) => {
7271
- const { fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7529
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7272
7530
  if (fill) {
7273
7531
  return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
7274
7532
  "svg",
7275
7533
  {
7534
+ ...rest,
7276
7535
  width: size4,
7277
7536
  height: size4,
7278
7537
  viewBox: "0 0 48 48",
@@ -7300,6 +7559,7 @@ var ICApple = /* @__PURE__ */ __name((props) => {
7300
7559
  return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
7301
7560
  "svg",
7302
7561
  {
7562
+ ...rest,
7303
7563
  width: size4,
7304
7564
  height: size4,
7305
7565
  viewBox: "0 0 48 48",
@@ -7328,11 +7588,12 @@ var ICApple = /* @__PURE__ */ __name((props) => {
7328
7588
  // src/assets/android.tsx
7329
7589
  var import_jsx_runtime93 = require("react/jsx-runtime");
7330
7590
  var ICAndroid = /* @__PURE__ */ __name((props) => {
7331
- const { fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7591
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7332
7592
  if (fill) {
7333
7593
  return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7334
7594
  "svg",
7335
7595
  {
7596
+ ...rest,
7336
7597
  width: size4,
7337
7598
  height: size4,
7338
7599
  viewBox: "0 0 48 48",
@@ -7351,6 +7612,7 @@ var ICAndroid = /* @__PURE__ */ __name((props) => {
7351
7612
  return /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
7352
7613
  "svg",
7353
7614
  {
7615
+ ...rest,
7354
7616
  width: size4,
7355
7617
  height: size4,
7356
7618
  viewBox: "0 0 48 48",
@@ -7370,11 +7632,12 @@ var ICAndroid = /* @__PURE__ */ __name((props) => {
7370
7632
  // src/assets/twitter.tsx
7371
7633
  var import_jsx_runtime94 = require("react/jsx-runtime");
7372
7634
  var ICTwitter = /* @__PURE__ */ __name((props) => {
7373
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7635
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7374
7636
  if (fill) {
7375
7637
  return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7376
7638
  "svg",
7377
7639
  {
7640
+ ...rest,
7378
7641
  width: size4,
7379
7642
  height: size4,
7380
7643
  viewBox: "0 0 48 48",
@@ -7393,6 +7656,7 @@ var ICTwitter = /* @__PURE__ */ __name((props) => {
7393
7656
  return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
7394
7657
  "svg",
7395
7658
  {
7659
+ ...rest,
7396
7660
  width: size4,
7397
7661
  height: size4,
7398
7662
  viewBox: "0 0 48 48",
@@ -7412,11 +7676,12 @@ var ICTwitter = /* @__PURE__ */ __name((props) => {
7412
7676
  // src/assets/facebook.tsx
7413
7677
  var import_jsx_runtime95 = require("react/jsx-runtime");
7414
7678
  var ICFacebook = /* @__PURE__ */ __name((props) => {
7415
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7679
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7416
7680
  if (fill) {
7417
7681
  return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7418
7682
  "svg",
7419
7683
  {
7684
+ ...rest,
7420
7685
  width: size4,
7421
7686
  height: size4,
7422
7687
  viewBox: "0 0 48 48",
@@ -7435,6 +7700,7 @@ var ICFacebook = /* @__PURE__ */ __name((props) => {
7435
7700
  return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7436
7701
  "svg",
7437
7702
  {
7703
+ ...rest,
7438
7704
  width: size4,
7439
7705
  height: size4,
7440
7706
  viewBox: "0 0 48 48",
@@ -7454,11 +7720,12 @@ var ICFacebook = /* @__PURE__ */ __name((props) => {
7454
7720
  // src/assets/google.tsx
7455
7721
  var import_jsx_runtime96 = require("react/jsx-runtime");
7456
7722
  var ICGoogle = /* @__PURE__ */ __name((props) => {
7457
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7723
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7458
7724
  if (fill) {
7459
7725
  return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
7460
7726
  "svg",
7461
7727
  {
7728
+ ...rest,
7462
7729
  width: size4,
7463
7730
  height: size4,
7464
7731
  viewBox: "0 0 48 48",
@@ -7502,6 +7769,7 @@ var ICGoogle = /* @__PURE__ */ __name((props) => {
7502
7769
  return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7503
7770
  "svg",
7504
7771
  {
7772
+ ...rest,
7505
7773
  width: size4,
7506
7774
  height: size4,
7507
7775
  viewBox: "0 0 48 48",
@@ -7521,11 +7789,12 @@ var ICGoogle = /* @__PURE__ */ __name((props) => {
7521
7789
  // src/assets/paraphrase.tsx
7522
7790
  var import_jsx_runtime97 = require("react/jsx-runtime");
7523
7791
  var ICParaphrase = /* @__PURE__ */ __name((props) => {
7524
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7792
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7525
7793
  if (thick) {
7526
7794
  return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
7527
7795
  "svg",
7528
7796
  {
7797
+ ...rest,
7529
7798
  width: size4,
7530
7799
  height: size4,
7531
7800
  viewBox: "0 0 48 48",
@@ -7551,6 +7820,7 @@ var ICParaphrase = /* @__PURE__ */ __name((props) => {
7551
7820
  return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
7552
7821
  "svg",
7553
7822
  {
7823
+ ...rest,
7554
7824
  width: size4,
7555
7825
  height: size4,
7556
7826
  viewBox: "0 0 48 48",
@@ -7577,11 +7847,12 @@ var ICParaphrase = /* @__PURE__ */ __name((props) => {
7577
7847
  // src/assets/car.tsx
7578
7848
  var import_jsx_runtime98 = require("react/jsx-runtime");
7579
7849
  var ICCar = /* @__PURE__ */ __name((props) => {
7580
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7850
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7581
7851
  if (thick) {
7582
7852
  return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7583
7853
  "svg",
7584
7854
  {
7855
+ ...rest,
7585
7856
  width: size4,
7586
7857
  height: size4,
7587
7858
  viewBox: "0 0 48 48",
@@ -7602,6 +7873,7 @@ var ICCar = /* @__PURE__ */ __name((props) => {
7602
7873
  return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7603
7874
  "svg",
7604
7875
  {
7876
+ ...rest,
7605
7877
  width: size4,
7606
7878
  height: size4,
7607
7879
  viewBox: "0 0 48 48",
@@ -7623,11 +7895,12 @@ var ICCar = /* @__PURE__ */ __name((props) => {
7623
7895
  // src/assets/airplane.tsx
7624
7896
  var import_jsx_runtime99 = require("react/jsx-runtime");
7625
7897
  var ICAirplane = /* @__PURE__ */ __name((props) => {
7626
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
7898
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7627
7899
  if (thick) {
7628
7900
  return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7629
7901
  "svg",
7630
7902
  {
7903
+ ...rest,
7631
7904
  width: size4,
7632
7905
  height: size4,
7633
7906
  viewBox: "0 0 48 48",
@@ -7648,6 +7921,7 @@ var ICAirplane = /* @__PURE__ */ __name((props) => {
7648
7921
  return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
7649
7922
  "svg",
7650
7923
  {
7924
+ ...rest,
7651
7925
  width: size4,
7652
7926
  height: size4,
7653
7927
  viewBox: "0 0 48 48",
@@ -7669,11 +7943,12 @@ var ICAirplane = /* @__PURE__ */ __name((props) => {
7669
7943
  // src/assets/rocket.tsx
7670
7944
  var import_jsx_runtime100 = require("react/jsx-runtime");
7671
7945
  var ICRocket = /* @__PURE__ */ __name((props) => {
7672
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
7946
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7673
7947
  if (thick) {
7674
7948
  return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
7675
7949
  "svg",
7676
7950
  {
7951
+ ...rest,
7677
7952
  width: size4,
7678
7953
  height: size4,
7679
7954
  viewBox: "0 0 48 48",
@@ -7703,6 +7978,7 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
7703
7978
  return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
7704
7979
  "svg",
7705
7980
  {
7981
+ ...rest,
7706
7982
  width: size4,
7707
7983
  height: size4,
7708
7984
  viewBox: "0 0 48 48",
@@ -7733,11 +8009,12 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
7733
8009
  // src/assets/source.tsx
7734
8010
  var import_jsx_runtime101 = require("react/jsx-runtime");
7735
8011
  var ICSource = /* @__PURE__ */ __name((props) => {
7736
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8012
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7737
8013
  if (thick) {
7738
8014
  return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
7739
8015
  "svg",
7740
8016
  {
8017
+ ...rest,
7741
8018
  width: size4,
7742
8019
  height: size4,
7743
8020
  viewBox: "0 0 48 48",
@@ -7787,6 +8064,7 @@ var ICSource = /* @__PURE__ */ __name((props) => {
7787
8064
  return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
7788
8065
  "svg",
7789
8066
  {
8067
+ ...rest,
7790
8068
  width: size4,
7791
8069
  height: size4,
7792
8070
  viewBox: "0 0 48 48",
@@ -7837,11 +8115,12 @@ var ICSource = /* @__PURE__ */ __name((props) => {
7837
8115
  // src/assets/setting.tsx
7838
8116
  var import_jsx_runtime102 = require("react/jsx-runtime");
7839
8117
  var ICSetting = /* @__PURE__ */ __name((props) => {
7840
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8118
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7841
8119
  if (thick) {
7842
8120
  return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
7843
8121
  "svg",
7844
8122
  {
8123
+ ...rest,
7845
8124
  width: size4,
7846
8125
  height: size4,
7847
8126
  viewBox: "0 0 48 48",
@@ -7873,6 +8152,7 @@ var ICSetting = /* @__PURE__ */ __name((props) => {
7873
8152
  return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
7874
8153
  "svg",
7875
8154
  {
8155
+ ...rest,
7876
8156
  width: size4,
7877
8157
  height: size4,
7878
8158
  viewBox: "0 0 48 48",
@@ -7905,11 +8185,12 @@ var ICSetting = /* @__PURE__ */ __name((props) => {
7905
8185
  // src/assets/extend.tsx
7906
8186
  var import_jsx_runtime103 = require("react/jsx-runtime");
7907
8187
  var ICExtend = /* @__PURE__ */ __name((props) => {
7908
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8188
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7909
8189
  if (thick) {
7910
8190
  return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
7911
8191
  "svg",
7912
8192
  {
8193
+ ...rest,
7913
8194
  width: size4,
7914
8195
  height: size4,
7915
8196
  viewBox: "0 0 48 48",
@@ -7928,6 +8209,7 @@ var ICExtend = /* @__PURE__ */ __name((props) => {
7928
8209
  return /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
7929
8210
  "svg",
7930
8211
  {
8212
+ ...rest,
7931
8213
  width: size4,
7932
8214
  height: size4,
7933
8215
  viewBox: "0 0 48 48",
@@ -7947,11 +8229,12 @@ var ICExtend = /* @__PURE__ */ __name((props) => {
7947
8229
  // src/assets/shorten.tsx
7948
8230
  var import_jsx_runtime104 = require("react/jsx-runtime");
7949
8231
  var ICShorten = /* @__PURE__ */ __name((props) => {
7950
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8232
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
7951
8233
  if (thick) {
7952
8234
  return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
7953
8235
  "svg",
7954
8236
  {
8237
+ ...rest,
7955
8238
  width: size4,
7956
8239
  height: size4,
7957
8240
  viewBox: "0 0 48 48",
@@ -7979,6 +8262,7 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
7979
8262
  return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
7980
8263
  "svg",
7981
8264
  {
8265
+ ...rest,
7982
8266
  width: size4,
7983
8267
  height: size4,
7984
8268
  viewBox: "0 0 48 48",
@@ -8007,11 +8291,12 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
8007
8291
  // src/assets/sun.tsx
8008
8292
  var import_jsx_runtime105 = require("react/jsx-runtime");
8009
8293
  var ICSun = /* @__PURE__ */ __name((props) => {
8010
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8294
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8011
8295
  if (thick) {
8012
8296
  return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
8013
8297
  "svg",
8014
8298
  {
8299
+ ...rest,
8015
8300
  width: size4,
8016
8301
  height: size4,
8017
8302
  viewBox: "0 0 48 48",
@@ -8066,6 +8351,7 @@ var ICSun = /* @__PURE__ */ __name((props) => {
8066
8351
  return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
8067
8352
  "svg",
8068
8353
  {
8354
+ ...rest,
8069
8355
  width: size4,
8070
8356
  height: size4,
8071
8357
  viewBox: "0 0 48 48",
@@ -8121,11 +8407,12 @@ var ICSun = /* @__PURE__ */ __name((props) => {
8121
8407
  // src/assets/moon.tsx
8122
8408
  var import_jsx_runtime106 = require("react/jsx-runtime");
8123
8409
  var ICMoon = /* @__PURE__ */ __name((props) => {
8124
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8410
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8125
8411
  if (thick) {
8126
8412
  return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
8127
8413
  "svg",
8128
8414
  {
8415
+ ...rest,
8129
8416
  width: size4,
8130
8417
  height: size4,
8131
8418
  viewBox: "0 0 48 48",
@@ -8146,6 +8433,7 @@ var ICMoon = /* @__PURE__ */ __name((props) => {
8146
8433
  return /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
8147
8434
  "svg",
8148
8435
  {
8436
+ ...rest,
8149
8437
  width: size4,
8150
8438
  height: size4,
8151
8439
  viewBox: "0 0 48 48",
@@ -8167,11 +8455,12 @@ var ICMoon = /* @__PURE__ */ __name((props) => {
8167
8455
  // src/assets/fire.tsx
8168
8456
  var import_jsx_runtime107 = require("react/jsx-runtime");
8169
8457
  var ICFire = /* @__PURE__ */ __name((props) => {
8170
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8458
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8171
8459
  if (thick) {
8172
8460
  return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
8173
8461
  "svg",
8174
8462
  {
8463
+ ...rest,
8175
8464
  width: size4,
8176
8465
  height: size4,
8177
8466
  viewBox: "0 0 48 48",
@@ -8204,6 +8493,7 @@ var ICFire = /* @__PURE__ */ __name((props) => {
8204
8493
  return /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
8205
8494
  "svg",
8206
8495
  {
8496
+ ...rest,
8207
8497
  width: size4,
8208
8498
  height: size4,
8209
8499
  viewBox: "0 0 48 48",
@@ -8224,6 +8514,7 @@ var ICFire = /* @__PURE__ */ __name((props) => {
8224
8514
  return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
8225
8515
  "svg",
8226
8516
  {
8517
+ ...rest,
8227
8518
  width: size4,
8228
8519
  height: size4,
8229
8520
  viewBox: "0 0 48 48",
@@ -8256,11 +8547,12 @@ var ICFire = /* @__PURE__ */ __name((props) => {
8256
8547
  // src/assets/arrow-upward.tsx
8257
8548
  var import_jsx_runtime108 = require("react/jsx-runtime");
8258
8549
  var ICArrowUpward = /* @__PURE__ */ __name((props) => {
8259
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8550
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8260
8551
  if (thick) {
8261
8552
  return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
8262
8553
  "svg",
8263
8554
  {
8555
+ ...rest,
8264
8556
  width: size4,
8265
8557
  height: size4,
8266
8558
  viewBox: "0 0 48 48",
@@ -8281,6 +8573,7 @@ var ICArrowUpward = /* @__PURE__ */ __name((props) => {
8281
8573
  return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
8282
8574
  "svg",
8283
8575
  {
8576
+ ...rest,
8284
8577
  width: size4,
8285
8578
  height: size4,
8286
8579
  viewBox: "0 0 48 48",
@@ -8302,11 +8595,12 @@ var ICArrowUpward = /* @__PURE__ */ __name((props) => {
8302
8595
  // src/assets/arrow-downward.tsx
8303
8596
  var import_jsx_runtime109 = require("react/jsx-runtime");
8304
8597
  var ICArrowDownward = /* @__PURE__ */ __name((props) => {
8305
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8598
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8306
8599
  if (thick) {
8307
8600
  return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
8308
8601
  "svg",
8309
8602
  {
8603
+ ...rest,
8310
8604
  width: size4,
8311
8605
  height: size4,
8312
8606
  viewBox: "0 0 48 48",
@@ -8327,6 +8621,7 @@ var ICArrowDownward = /* @__PURE__ */ __name((props) => {
8327
8621
  return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
8328
8622
  "svg",
8329
8623
  {
8624
+ ...rest,
8330
8625
  width: size4,
8331
8626
  height: size4,
8332
8627
  viewBox: "0 0 48 48",
@@ -8348,11 +8643,12 @@ var ICArrowDownward = /* @__PURE__ */ __name((props) => {
8348
8643
  // src/assets/light-mode.tsx
8349
8644
  var import_jsx_runtime110 = require("react/jsx-runtime");
8350
8645
  var ICLightMode = /* @__PURE__ */ __name((props) => {
8351
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8646
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8352
8647
  if (thick) {
8353
8648
  return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
8354
8649
  "svg",
8355
8650
  {
8651
+ ...rest,
8356
8652
  width: size4,
8357
8653
  height: size4,
8358
8654
  viewBox: "0 0 48 48",
@@ -8407,6 +8703,7 @@ var ICLightMode = /* @__PURE__ */ __name((props) => {
8407
8703
  return /* @__PURE__ */ (0, import_jsx_runtime110.jsxs)(
8408
8704
  "svg",
8409
8705
  {
8706
+ ...rest,
8410
8707
  width: size4,
8411
8708
  height: size4,
8412
8709
  viewBox: "0 0 48 48",
@@ -8462,11 +8759,12 @@ var ICLightMode = /* @__PURE__ */ __name((props) => {
8462
8759
  // src/assets/dark-mode.tsx
8463
8760
  var import_jsx_runtime111 = require("react/jsx-runtime");
8464
8761
  var ICDarkMode = /* @__PURE__ */ __name((props) => {
8465
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8762
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8466
8763
  if (thick) {
8467
8764
  return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
8468
8765
  "svg",
8469
8766
  {
8767
+ ...rest,
8470
8768
  width: size4,
8471
8769
  height: size4,
8472
8770
  viewBox: "0 0 48 48",
@@ -8487,6 +8785,7 @@ var ICDarkMode = /* @__PURE__ */ __name((props) => {
8487
8785
  return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
8488
8786
  "svg",
8489
8787
  {
8788
+ ...rest,
8490
8789
  width: size4,
8491
8790
  height: size4,
8492
8791
  viewBox: "0 0 48 48",
@@ -8508,11 +8807,12 @@ var ICDarkMode = /* @__PURE__ */ __name((props) => {
8508
8807
  // src/assets/target.tsx
8509
8808
  var import_jsx_runtime112 = require("react/jsx-runtime");
8510
8809
  var ICTarget = /* @__PURE__ */ __name((props) => {
8511
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8810
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8512
8811
  if (thick) {
8513
8812
  return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
8514
8813
  "svg",
8515
8814
  {
8815
+ ...rest,
8516
8816
  width: size4,
8517
8817
  height: size4,
8518
8818
  viewBox: "0 0 48 48",
@@ -8547,6 +8847,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
8547
8847
  return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
8548
8848
  "svg",
8549
8849
  {
8850
+ ...rest,
8550
8851
  width: size4,
8551
8852
  height: size4,
8552
8853
  viewBox: "0 0 48 48",
@@ -8582,11 +8883,12 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
8582
8883
  // src/assets/question-box.tsx
8583
8884
  var import_jsx_runtime113 = require("react/jsx-runtime");
8584
8885
  var ICQuestionBox = /* @__PURE__ */ __name((props) => {
8585
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
8886
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8586
8887
  if (fill && thick) {
8587
8888
  return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
8588
8889
  "svg",
8589
8890
  {
8891
+ ...rest,
8590
8892
  width: size4,
8591
8893
  height: size4,
8592
8894
  viewBox: "0 0 48 48",
@@ -8608,6 +8910,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
8608
8910
  return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
8609
8911
  "svg",
8610
8912
  {
8913
+ ...rest,
8611
8914
  width: size4,
8612
8915
  height: size4,
8613
8916
  viewBox: "0 0 48 48",
@@ -8645,6 +8948,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
8645
8948
  return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
8646
8949
  "svg",
8647
8950
  {
8951
+ ...rest,
8648
8952
  width: size4,
8649
8953
  height: size4,
8650
8954
  viewBox: "0 0 48 48",
@@ -8665,6 +8969,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
8665
8969
  return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
8666
8970
  "svg",
8667
8971
  {
8972
+ ...rest,
8668
8973
  width: size4,
8669
8974
  height: size4,
8670
8975
  viewBox: "0 0 48 48",
@@ -8702,11 +9007,12 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
8702
9007
  // src/assets/new-tab.tsx
8703
9008
  var import_jsx_runtime114 = require("react/jsx-runtime");
8704
9009
  var ICNewTab = /* @__PURE__ */ __name((props) => {
8705
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9010
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8706
9011
  if (fill && thick) {
8707
9012
  return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
8708
9013
  "svg",
8709
9014
  {
9015
+ ...rest,
8710
9016
  width: size4,
8711
9017
  height: size4,
8712
9018
  viewBox: "0 0 48 48",
@@ -8734,6 +9040,7 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
8734
9040
  return /* @__PURE__ */ (0, import_jsx_runtime114.jsxs)(
8735
9041
  "svg",
8736
9042
  {
9043
+ ...rest,
8737
9044
  width: size4,
8738
9045
  height: size4,
8739
9046
  viewBox: "0 0 48 48",
@@ -8762,11 +9069,12 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
8762
9069
  // src/assets/example.tsx
8763
9070
  var import_jsx_runtime115 = require("react/jsx-runtime");
8764
9071
  var ICExample = /* @__PURE__ */ __name((props) => {
8765
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9072
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8766
9073
  if (fill && thick) {
8767
9074
  return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
8768
9075
  "svg",
8769
9076
  {
9077
+ ...rest,
8770
9078
  width: size4,
8771
9079
  height: size4,
8772
9080
  viewBox: "0 0 48 48",
@@ -8791,6 +9099,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
8791
9099
  return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
8792
9100
  "svg",
8793
9101
  {
9102
+ ...rest,
8794
9103
  width: size4,
8795
9104
  height: size4,
8796
9105
  viewBox: "0 0 48 48",
@@ -8814,6 +9123,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
8814
9123
  return /* @__PURE__ */ (0, import_jsx_runtime115.jsxs)(
8815
9124
  "svg",
8816
9125
  {
9126
+ ...rest,
8817
9127
  width: size4,
8818
9128
  height: size4,
8819
9129
  viewBox: "0 0 48 48",
@@ -8838,11 +9148,12 @@ var ICExample = /* @__PURE__ */ __name((props) => {
8838
9148
  // src/assets/quote.tsx
8839
9149
  var import_jsx_runtime116 = require("react/jsx-runtime");
8840
9150
  var ICQuote = /* @__PURE__ */ __name((props) => {
8841
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9151
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8842
9152
  if (thick) {
8843
9153
  return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
8844
9154
  "svg",
8845
9155
  {
9156
+ ...rest,
8846
9157
  width: size4,
8847
9158
  height: size4,
8848
9159
  viewBox: "0 0 48 48",
@@ -8875,6 +9186,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
8875
9186
  return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
8876
9187
  "svg",
8877
9188
  {
9189
+ ...rest,
8878
9190
  width: size4,
8879
9191
  height: size4,
8880
9192
  viewBox: "0 0 48 48",
@@ -8902,6 +9214,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
8902
9214
  return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
8903
9215
  "svg",
8904
9216
  {
9217
+ ...rest,
8905
9218
  width: size4,
8906
9219
  height: size4,
8907
9220
  viewBox: "0 0 48 48",
@@ -8934,11 +9247,12 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
8934
9247
  // src/assets/document-check.tsx
8935
9248
  var import_jsx_runtime117 = require("react/jsx-runtime");
8936
9249
  var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
8937
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9250
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
8938
9251
  if (fill && thick) {
8939
9252
  return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
8940
9253
  "svg",
8941
9254
  {
9255
+ ...rest,
8942
9256
  width: size4,
8943
9257
  height: size4,
8944
9258
  viewBox: "0 0 48 48",
@@ -8968,6 +9282,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
8968
9282
  return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
8969
9283
  "svg",
8970
9284
  {
9285
+ ...rest,
8971
9286
  width: size4,
8972
9287
  height: size4,
8973
9288
  viewBox: "0 0 48 48",
@@ -8998,6 +9313,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
8998
9313
  return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
8999
9314
  "svg",
9000
9315
  {
9316
+ ...rest,
9001
9317
  width: size4,
9002
9318
  height: size4,
9003
9319
  viewBox: "0 0 48 48",
@@ -9032,6 +9348,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
9032
9348
  return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
9033
9349
  "svg",
9034
9350
  {
9351
+ ...rest,
9035
9352
  width: size4,
9036
9353
  height: size4,
9037
9354
  viewBox: "0 0 48 48",
@@ -9062,11 +9379,12 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
9062
9379
  // src/assets/block.tsx
9063
9380
  var import_jsx_runtime118 = require("react/jsx-runtime");
9064
9381
  var ICBlock = /* @__PURE__ */ __name((props) => {
9065
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9382
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9066
9383
  if (thick) {
9067
9384
  return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
9068
9385
  "svg",
9069
9386
  {
9387
+ ...rest,
9070
9388
  width: size4,
9071
9389
  height: size4,
9072
9390
  viewBox: "0 0 48 48",
@@ -9087,6 +9405,7 @@ var ICBlock = /* @__PURE__ */ __name((props) => {
9087
9405
  return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
9088
9406
  "svg",
9089
9407
  {
9408
+ ...rest,
9090
9409
  width: size4,
9091
9410
  height: size4,
9092
9411
  viewBox: "0 0 48 48",
@@ -9108,11 +9427,12 @@ var ICBlock = /* @__PURE__ */ __name((props) => {
9108
9427
  // src/assets/bookmark-cancel.tsx
9109
9428
  var import_jsx_runtime119 = require("react/jsx-runtime");
9110
9429
  var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
9111
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9430
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9112
9431
  if (fill && thick) {
9113
9432
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
9114
9433
  "svg",
9115
9434
  {
9435
+ ...rest,
9116
9436
  width: size4,
9117
9437
  height: size4,
9118
9438
  viewBox: "0 0 48 48",
@@ -9148,6 +9468,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
9148
9468
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
9149
9469
  "svg",
9150
9470
  {
9471
+ ...rest,
9151
9472
  width: size4,
9152
9473
  height: size4,
9153
9474
  viewBox: "0 0 48 48",
@@ -9183,6 +9504,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
9183
9504
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
9184
9505
  "svg",
9185
9506
  {
9507
+ ...rest,
9186
9508
  width: size4,
9187
9509
  height: size4,
9188
9510
  viewBox: "0 0 48 48",
@@ -9217,6 +9539,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
9217
9539
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
9218
9540
  "svg",
9219
9541
  {
9542
+ ...rest,
9220
9543
  width: size4,
9221
9544
  height: size4,
9222
9545
  viewBox: "0 0 48 48",
@@ -9252,11 +9575,12 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
9252
9575
  // src/assets/arrow-up-right.tsx
9253
9576
  var import_jsx_runtime120 = require("react/jsx-runtime");
9254
9577
  var ICArrowUpRight = /* @__PURE__ */ __name((props) => {
9255
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9578
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9256
9579
  if (thick) {
9257
9580
  return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9258
9581
  "svg",
9259
9582
  {
9583
+ ...rest,
9260
9584
  width: size4,
9261
9585
  height: size4,
9262
9586
  viewBox: "0 0 48 48",
@@ -9275,6 +9599,7 @@ var ICArrowUpRight = /* @__PURE__ */ __name((props) => {
9275
9599
  return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
9276
9600
  "svg",
9277
9601
  {
9602
+ ...rest,
9278
9603
  width: size4,
9279
9604
  height: size4,
9280
9605
  viewBox: "0 0 48 48",
@@ -9294,11 +9619,12 @@ var ICArrowUpRight = /* @__PURE__ */ __name((props) => {
9294
9619
  // src/assets/arrow-down-left.tsx
9295
9620
  var import_jsx_runtime121 = require("react/jsx-runtime");
9296
9621
  var ICArrowDownLeft = /* @__PURE__ */ __name((props) => {
9297
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
9622
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9298
9623
  if (thick) {
9299
9624
  return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9300
9625
  "svg",
9301
9626
  {
9627
+ ...rest,
9302
9628
  width: size4,
9303
9629
  height: size4,
9304
9630
  viewBox: "0 0 48 48",
@@ -9317,6 +9643,7 @@ var ICArrowDownLeft = /* @__PURE__ */ __name((props) => {
9317
9643
  return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
9318
9644
  "svg",
9319
9645
  {
9646
+ ...rest,
9320
9647
  width: size4,
9321
9648
  height: size4,
9322
9649
  viewBox: "0 0 48 48",
@@ -9336,11 +9663,12 @@ var ICArrowDownLeft = /* @__PURE__ */ __name((props) => {
9336
9663
  // src/assets/arrow-up-left.tsx
9337
9664
  var import_jsx_runtime122 = require("react/jsx-runtime");
9338
9665
  var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
9339
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9666
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9340
9667
  if (thick) {
9341
9668
  return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
9342
9669
  "svg",
9343
9670
  {
9671
+ ...rest,
9344
9672
  width: size4,
9345
9673
  height: size4,
9346
9674
  viewBox: "0 0 48 48",
@@ -9359,6 +9687,7 @@ var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
9359
9687
  return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
9360
9688
  "svg",
9361
9689
  {
9690
+ ...rest,
9362
9691
  width: size4,
9363
9692
  height: size4,
9364
9693
  viewBox: "0 0 48 48",
@@ -9378,11 +9707,12 @@ var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
9378
9707
  // src/assets/email.tsx
9379
9708
  var import_jsx_runtime123 = require("react/jsx-runtime");
9380
9709
  var ICEmail = /* @__PURE__ */ __name((props) => {
9381
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9710
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9382
9711
  if (fill && thick) {
9383
9712
  return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
9384
9713
  "svg",
9385
9714
  {
9715
+ ...rest,
9386
9716
  width: size4,
9387
9717
  height: size4,
9388
9718
  viewBox: "0 0 48 48",
@@ -9411,6 +9741,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
9411
9741
  return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
9412
9742
  "svg",
9413
9743
  {
9744
+ ...rest,
9414
9745
  width: size4,
9415
9746
  height: size4,
9416
9747
  viewBox: "0 0 48 48",
@@ -9432,6 +9763,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
9432
9763
  return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
9433
9764
  "svg",
9434
9765
  {
9766
+ ...rest,
9435
9767
  width: size4,
9436
9768
  height: size4,
9437
9769
  viewBox: "0 0 48 48",
@@ -9459,6 +9791,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
9459
9791
  return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
9460
9792
  "svg",
9461
9793
  {
9794
+ ...rest,
9462
9795
  width: size4,
9463
9796
  height: size4,
9464
9797
  viewBox: "0 0 48 48",
@@ -9480,11 +9813,12 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
9480
9813
  // src/assets/filter.tsx
9481
9814
  var import_jsx_runtime124 = require("react/jsx-runtime");
9482
9815
  var ICFilter = /* @__PURE__ */ __name((props) => {
9483
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9816
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9484
9817
  if (thick) {
9485
9818
  return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
9486
9819
  "svg",
9487
9820
  {
9821
+ ...rest,
9488
9822
  width: size4,
9489
9823
  height: size4,
9490
9824
  viewBox: "0 0 48 48",
@@ -9501,6 +9835,7 @@ var ICFilter = /* @__PURE__ */ __name((props) => {
9501
9835
  return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
9502
9836
  "svg",
9503
9837
  {
9838
+ ...rest,
9504
9839
  width: size4,
9505
9840
  height: size4,
9506
9841
  viewBox: "0 0 48 48",
@@ -9518,11 +9853,12 @@ var ICFilter = /* @__PURE__ */ __name((props) => {
9518
9853
  // src/assets/timer.tsx
9519
9854
  var import_jsx_runtime125 = require("react/jsx-runtime");
9520
9855
  var ICTimer = /* @__PURE__ */ __name((props) => {
9521
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9856
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9522
9857
  if (thick) {
9523
9858
  return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
9524
9859
  "svg",
9525
9860
  {
9861
+ ...rest,
9526
9862
  width: size4,
9527
9863
  height: size4,
9528
9864
  viewBox: "0 0 48 48",
@@ -9547,6 +9883,7 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
9547
9883
  return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
9548
9884
  "svg",
9549
9885
  {
9886
+ ...rest,
9550
9887
  width: size4,
9551
9888
  height: size4,
9552
9889
  viewBox: "0 0 48 48",
@@ -9572,11 +9909,12 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
9572
9909
  // src/assets/play-button.tsx
9573
9910
  var import_jsx_runtime126 = require("react/jsx-runtime");
9574
9911
  var ICPlayButton = /* @__PURE__ */ __name((props) => {
9575
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9912
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9576
9913
  if (thick) {
9577
9914
  return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
9578
9915
  "svg",
9579
9916
  {
9917
+ ...rest,
9580
9918
  width: size4,
9581
9919
  height: size4,
9582
9920
  viewBox: "0 0 48 48",
@@ -9601,6 +9939,7 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
9601
9939
  return /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
9602
9940
  "svg",
9603
9941
  {
9942
+ ...rest,
9604
9943
  width: size4,
9605
9944
  height: size4,
9606
9945
  viewBox: "0 0 48 48",
@@ -9621,6 +9960,7 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
9621
9960
  return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
9622
9961
  "svg",
9623
9962
  {
9963
+ ...rest,
9624
9964
  width: size4,
9625
9965
  height: size4,
9626
9966
  viewBox: "0 0 48 48",
@@ -9645,11 +9985,12 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
9645
9985
  // src/assets/text-select.tsx
9646
9986
  var import_jsx_runtime127 = require("react/jsx-runtime");
9647
9987
  var ICTextSelect = /* @__PURE__ */ __name((props) => {
9648
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
9988
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9649
9989
  if (thick) {
9650
9990
  return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
9651
9991
  "svg",
9652
9992
  {
9993
+ ...rest,
9653
9994
  width: size4,
9654
9995
  height: size4,
9655
9996
  viewBox: "0 0 48 48",
@@ -9676,6 +10017,7 @@ var ICTextSelect = /* @__PURE__ */ __name((props) => {
9676
10017
  return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
9677
10018
  "svg",
9678
10019
  {
10020
+ ...rest,
9679
10021
  width: size4,
9680
10022
  height: size4,
9681
10023
  viewBox: "0 0 48 48",
@@ -9700,11 +10042,12 @@ var ICTextSelect = /* @__PURE__ */ __name((props) => {
9700
10042
  // src/assets/arrow-drop-down.tsx
9701
10043
  var import_jsx_runtime128 = require("react/jsx-runtime");
9702
10044
  var ICArrowDropDown = /* @__PURE__ */ __name((props) => {
9703
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10045
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9704
10046
  if (fill && thick) {
9705
10047
  return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
9706
10048
  "svg",
9707
10049
  {
10050
+ ...rest,
9708
10051
  width: size4,
9709
10052
  height: size4,
9710
10053
  viewBox: "0 0 48 48",
@@ -9726,11 +10069,12 @@ var ICArrowDropDown = /* @__PURE__ */ __name((props) => {
9726
10069
  // src/assets/bell.tsx
9727
10070
  var import_jsx_runtime129 = require("react/jsx-runtime");
9728
10071
  var ICBell = /* @__PURE__ */ __name((props) => {
9729
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10072
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9730
10073
  if (thick) {
9731
10074
  return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
9732
10075
  "svg",
9733
10076
  {
10077
+ ...rest,
9734
10078
  width: size4,
9735
10079
  height: size4,
9736
10080
  viewBox: "0 0 48 48",
@@ -9755,6 +10099,7 @@ var ICBell = /* @__PURE__ */ __name((props) => {
9755
10099
  return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
9756
10100
  "svg",
9757
10101
  {
10102
+ ...rest,
9758
10103
  width: size4,
9759
10104
  height: size4,
9760
10105
  viewBox: "0 0 48 48",
@@ -9776,6 +10121,7 @@ var ICBell = /* @__PURE__ */ __name((props) => {
9776
10121
  return /* @__PURE__ */ (0, import_jsx_runtime129.jsxs)(
9777
10122
  "svg",
9778
10123
  {
10124
+ ...rest,
9779
10125
  width: size4,
9780
10126
  height: size4,
9781
10127
  viewBox: "0 0 48 48",
@@ -9800,11 +10146,12 @@ var ICBell = /* @__PURE__ */ __name((props) => {
9800
10146
  // src/assets/secret-mode.tsx
9801
10147
  var import_jsx_runtime130 = require("react/jsx-runtime");
9802
10148
  var ICSecretMode = /* @__PURE__ */ __name((props) => {
9803
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10149
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9804
10150
  if (thick) {
9805
10151
  return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
9806
10152
  "svg",
9807
10153
  {
10154
+ ...rest,
9808
10155
  width: size4,
9809
10156
  height: size4,
9810
10157
  viewBox: "0 0 48 48",
@@ -9837,6 +10184,7 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
9837
10184
  return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
9838
10185
  "svg",
9839
10186
  {
10187
+ ...rest,
9840
10188
  width: size4,
9841
10189
  height: size4,
9842
10190
  viewBox: "0 0 48 48",
@@ -9866,6 +10214,7 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
9866
10214
  return /* @__PURE__ */ (0, import_jsx_runtime130.jsxs)(
9867
10215
  "svg",
9868
10216
  {
10217
+ ...rest,
9869
10218
  width: size4,
9870
10219
  height: size4,
9871
10220
  viewBox: "0 0 48 48",
@@ -9898,11 +10247,12 @@ var ICSecretMode = /* @__PURE__ */ __name((props) => {
9898
10247
  // src/assets/add-clock.tsx
9899
10248
  var import_jsx_runtime131 = require("react/jsx-runtime");
9900
10249
  var ICAddClock = /* @__PURE__ */ __name((props) => {
9901
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
10250
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9902
10251
  if (thick) {
9903
10252
  return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
9904
10253
  "svg",
9905
10254
  {
10255
+ ...rest,
9906
10256
  width: size4,
9907
10257
  height: size4,
9908
10258
  viewBox: "0 0 48 48",
@@ -9937,6 +10287,7 @@ var ICAddClock = /* @__PURE__ */ __name((props) => {
9937
10287
  return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
9938
10288
  "svg",
9939
10289
  {
10290
+ ...rest,
9940
10291
  width: size4,
9941
10292
  height: size4,
9942
10293
  viewBox: "0 0 48 48",
@@ -9972,11 +10323,12 @@ var ICAddClock = /* @__PURE__ */ __name((props) => {
9972
10323
  // src/assets/clock.tsx
9973
10324
  var import_jsx_runtime132 = require("react/jsx-runtime");
9974
10325
  var ICClock = /* @__PURE__ */ __name((props) => {
9975
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10326
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
9976
10327
  if (thick) {
9977
10328
  return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
9978
10329
  "svg",
9979
10330
  {
10331
+ ...rest,
9980
10332
  width: size4,
9981
10333
  height: size4,
9982
10334
  viewBox: "0 0 48 48",
@@ -10006,6 +10358,7 @@ var ICClock = /* @__PURE__ */ __name((props) => {
10006
10358
  return /* @__PURE__ */ (0, import_jsx_runtime132.jsxs)(
10007
10359
  "svg",
10008
10360
  {
10361
+ ...rest,
10009
10362
  width: size4,
10010
10363
  height: size4,
10011
10364
  viewBox: "0 0 48 48",
@@ -10036,11 +10389,12 @@ var ICClock = /* @__PURE__ */ __name((props) => {
10036
10389
  // src/assets/arrow-backward.tsx
10037
10390
  var import_jsx_runtime133 = require("react/jsx-runtime");
10038
10391
  var ICArrowBackward = /* @__PURE__ */ __name((props) => {
10039
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10392
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10040
10393
  if (fill && thick) {
10041
10394
  return /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
10042
10395
  "svg",
10043
10396
  {
10397
+ ...rest,
10044
10398
  width: size4,
10045
10399
  height: size4,
10046
10400
  viewBox: "0 0 48 48",
@@ -10061,6 +10415,7 @@ var ICArrowBackward = /* @__PURE__ */ __name((props) => {
10061
10415
  return /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
10062
10416
  "svg",
10063
10417
  {
10418
+ ...rest,
10064
10419
  width: size4,
10065
10420
  height: size4,
10066
10421
  viewBox: "0 0 48 48",
@@ -10082,11 +10437,12 @@ var ICArrowBackward = /* @__PURE__ */ __name((props) => {
10082
10437
  // src/assets/link.tsx
10083
10438
  var import_jsx_runtime134 = require("react/jsx-runtime");
10084
10439
  var ICLink = /* @__PURE__ */ __name((props) => {
10085
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10440
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10086
10441
  if (thick) {
10087
10442
  return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
10088
10443
  "svg",
10089
10444
  {
10445
+ ...rest,
10090
10446
  width: size4,
10091
10447
  height: size4,
10092
10448
  viewBox: "0 0 48 48",
@@ -10114,6 +10470,7 @@ var ICLink = /* @__PURE__ */ __name((props) => {
10114
10470
  return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(
10115
10471
  "svg",
10116
10472
  {
10473
+ ...rest,
10117
10474
  width: size4,
10118
10475
  height: size4,
10119
10476
  viewBox: "0 0 48 48",
@@ -10142,11 +10499,12 @@ var ICLink = /* @__PURE__ */ __name((props) => {
10142
10499
  // src/assets/sheet-export.tsx
10143
10500
  var import_jsx_runtime135 = require("react/jsx-runtime");
10144
10501
  var ICSheetExport = /* @__PURE__ */ __name((props) => {
10145
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10502
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10146
10503
  if (thick) {
10147
10504
  return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
10148
10505
  "svg",
10149
10506
  {
10507
+ ...rest,
10150
10508
  width: size4,
10151
10509
  height: size4,
10152
10510
  viewBox: "0 0 48 48",
@@ -10176,6 +10534,7 @@ var ICSheetExport = /* @__PURE__ */ __name((props) => {
10176
10534
  return /* @__PURE__ */ (0, import_jsx_runtime135.jsxs)(
10177
10535
  "svg",
10178
10536
  {
10537
+ ...rest,
10179
10538
  width: size4,
10180
10539
  height: size4,
10181
10540
  viewBox: "0 0 48 48",
@@ -10206,11 +10565,12 @@ var ICSheetExport = /* @__PURE__ */ __name((props) => {
10206
10565
  // src/assets/shield-usage.tsx
10207
10566
  var import_jsx_runtime136 = require("react/jsx-runtime");
10208
10567
  var ICShieldUsage = /* @__PURE__ */ __name((props) => {
10209
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10568
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10210
10569
  if (thick) {
10211
10570
  return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
10212
10571
  "svg",
10213
10572
  {
10573
+ ...rest,
10214
10574
  width: size4,
10215
10575
  height: size4,
10216
10576
  viewBox: "0 0 48 48",
@@ -10249,6 +10609,7 @@ var ICShieldUsage = /* @__PURE__ */ __name((props) => {
10249
10609
  return /* @__PURE__ */ (0, import_jsx_runtime136.jsxs)(
10250
10610
  "svg",
10251
10611
  {
10612
+ ...rest,
10252
10613
  width: size4,
10253
10614
  height: size4,
10254
10615
  viewBox: "0 0 48 48",
@@ -10294,11 +10655,12 @@ var ICShieldUsage = /* @__PURE__ */ __name((props) => {
10294
10655
  // src/assets/highlighter.tsx
10295
10656
  var import_jsx_runtime137 = require("react/jsx-runtime");
10296
10657
  var ICHighlighter = /* @__PURE__ */ __name((props) => {
10297
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10658
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10298
10659
  if (thick) {
10299
10660
  return /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
10300
10661
  "svg",
10301
10662
  {
10663
+ ...rest,
10302
10664
  width: size4,
10303
10665
  height: size4,
10304
10666
  viewBox: "0 0 48 48",
@@ -10319,6 +10681,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
10319
10681
  return /* @__PURE__ */ (0, import_jsx_runtime137.jsx)(
10320
10682
  "svg",
10321
10683
  {
10684
+ ...rest,
10322
10685
  width: size4,
10323
10686
  height: size4,
10324
10687
  viewBox: "0 0 48 48",
@@ -10346,11 +10709,12 @@ var ICSpinner = /* @__PURE__ */ __name((props) => {
10346
10709
  // src/assets/drop-down.tsx
10347
10710
  var import_jsx_runtime139 = require("react/jsx-runtime");
10348
10711
  var ICDropDown = /* @__PURE__ */ __name((props) => {
10349
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10712
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10350
10713
  if (fill && thick) {
10351
10714
  return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
10352
10715
  "svg",
10353
10716
  {
10717
+ ...rest,
10354
10718
  width: size4,
10355
10719
  height: size4,
10356
10720
  viewBox: "0 0 48 48",
@@ -10371,6 +10735,7 @@ var ICDropDown = /* @__PURE__ */ __name((props) => {
10371
10735
  return /* @__PURE__ */ (0, import_jsx_runtime139.jsx)(
10372
10736
  "svg",
10373
10737
  {
10738
+ ...rest,
10374
10739
  width: size4,
10375
10740
  height: size4,
10376
10741
  viewBox: "0 0 48 48",
@@ -10392,11 +10757,12 @@ var ICDropDown = /* @__PURE__ */ __name((props) => {
10392
10757
  // src/assets/drop-up.tsx
10393
10758
  var import_jsx_runtime140 = require("react/jsx-runtime");
10394
10759
  var ICDropUp = /* @__PURE__ */ __name((props) => {
10395
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10760
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10396
10761
  if (fill && thick) {
10397
10762
  return /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
10398
10763
  "svg",
10399
10764
  {
10765
+ ...rest,
10400
10766
  width: size4,
10401
10767
  height: size4,
10402
10768
  viewBox: "0 0 48 48",
@@ -10417,6 +10783,7 @@ var ICDropUp = /* @__PURE__ */ __name((props) => {
10417
10783
  return /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
10418
10784
  "svg",
10419
10785
  {
10786
+ ...rest,
10420
10787
  width: size4,
10421
10788
  height: size4,
10422
10789
  viewBox: "0 0 48 48",
@@ -10438,11 +10805,12 @@ var ICDropUp = /* @__PURE__ */ __name((props) => {
10438
10805
  // src/assets/arrow-drop-right.tsx
10439
10806
  var import_jsx_runtime141 = require("react/jsx-runtime");
10440
10807
  var ICArrowDropRight = /* @__PURE__ */ __name((props) => {
10441
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10808
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10442
10809
  if (fill && thick) {
10443
10810
  return /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
10444
10811
  "svg",
10445
10812
  {
10813
+ ...rest,
10446
10814
  width: size4,
10447
10815
  height: size4,
10448
10816
  viewBox: "0 0 48 48",
@@ -10461,6 +10829,7 @@ var ICArrowDropRight = /* @__PURE__ */ __name((props) => {
10461
10829
  return /* @__PURE__ */ (0, import_jsx_runtime141.jsx)(
10462
10830
  "svg",
10463
10831
  {
10832
+ ...rest,
10464
10833
  width: size4,
10465
10834
  height: size4,
10466
10835
  viewBox: "0 0 48 48",
@@ -10480,11 +10849,12 @@ var ICArrowDropRight = /* @__PURE__ */ __name((props) => {
10480
10849
  // src/assets/arrow-up-down.tsx
10481
10850
  var import_jsx_runtime142 = require("react/jsx-runtime");
10482
10851
  var ICArrowUpDown = /* @__PURE__ */ __name((props) => {
10483
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10852
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10484
10853
  if (thick) {
10485
10854
  return /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(
10486
10855
  "svg",
10487
10856
  {
10857
+ ...rest,
10488
10858
  width: size4,
10489
10859
  height: size4,
10490
10860
  viewBox: "0 0 48 48",
@@ -10512,6 +10882,7 @@ var ICArrowUpDown = /* @__PURE__ */ __name((props) => {
10512
10882
  return /* @__PURE__ */ (0, import_jsx_runtime142.jsxs)(
10513
10883
  "svg",
10514
10884
  {
10885
+ ...rest,
10515
10886
  width: size4,
10516
10887
  height: size4,
10517
10888
  viewBox: "0 0 48 48",
@@ -10540,11 +10911,12 @@ var ICArrowUpDown = /* @__PURE__ */ __name((props) => {
10540
10911
  // src/assets/google-export.tsx
10541
10912
  var import_jsx_runtime143 = require("react/jsx-runtime");
10542
10913
  var ICGoogleExport = /* @__PURE__ */ __name((props) => {
10543
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10914
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10544
10915
  if (thick) {
10545
10916
  return /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)(
10546
10917
  "svg",
10547
10918
  {
10919
+ ...rest,
10548
10920
  width: size4,
10549
10921
  height: size4,
10550
10922
  viewBox: "0 0 48 48",
@@ -10579,6 +10951,7 @@ var ICGoogleExport = /* @__PURE__ */ __name((props) => {
10579
10951
  return /* @__PURE__ */ (0, import_jsx_runtime143.jsxs)(
10580
10952
  "svg",
10581
10953
  {
10954
+ ...rest,
10582
10955
  width: size4,
10583
10956
  height: size4,
10584
10957
  viewBox: "0 0 48 48",
@@ -10614,11 +10987,12 @@ var ICGoogleExport = /* @__PURE__ */ __name((props) => {
10614
10987
  // src/assets/shield-person.tsx
10615
10988
  var import_jsx_runtime144 = require("react/jsx-runtime");
10616
10989
  var ICShieldPerson = /* @__PURE__ */ __name((props) => {
10617
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
10990
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10618
10991
  if (thick) {
10619
10992
  return /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)(
10620
10993
  "svg",
10621
10994
  {
10995
+ ...rest,
10622
10996
  width: size4,
10623
10997
  height: size4,
10624
10998
  viewBox: "0 0 48 48",
@@ -10657,6 +11031,7 @@ var ICShieldPerson = /* @__PURE__ */ __name((props) => {
10657
11031
  return /* @__PURE__ */ (0, import_jsx_runtime144.jsxs)(
10658
11032
  "svg",
10659
11033
  {
11034
+ ...rest,
10660
11035
  width: size4,
10661
11036
  height: size4,
10662
11037
  viewBox: "0 0 48 48",
@@ -10696,11 +11071,12 @@ var ICShieldPerson = /* @__PURE__ */ __name((props) => {
10696
11071
  // src/assets/formal-bag.tsx
10697
11072
  var import_jsx_runtime145 = require("react/jsx-runtime");
10698
11073
  var ICFormalBag = /* @__PURE__ */ __name((props) => {
10699
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11074
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10700
11075
  if (thick) {
10701
11076
  return /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
10702
11077
  "svg",
10703
11078
  {
11079
+ ...rest,
10704
11080
  width: size4,
10705
11081
  height: size4,
10706
11082
  viewBox: "0 0 48 48",
@@ -10721,6 +11097,7 @@ var ICFormalBag = /* @__PURE__ */ __name((props) => {
10721
11097
  return /* @__PURE__ */ (0, import_jsx_runtime145.jsx)(
10722
11098
  "svg",
10723
11099
  {
11100
+ ...rest,
10724
11101
  width: size4,
10725
11102
  height: size4,
10726
11103
  viewBox: "0 0 48 48",
@@ -10742,11 +11119,12 @@ var ICFormalBag = /* @__PURE__ */ __name((props) => {
10742
11119
  // src/assets/casual-shoe.tsx
10743
11120
  var import_jsx_runtime146 = require("react/jsx-runtime");
10744
11121
  var ICCasualShoe = /* @__PURE__ */ __name((props) => {
10745
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11122
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10746
11123
  if (thick) {
10747
11124
  return /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
10748
11125
  "svg",
10749
11126
  {
11127
+ ...rest,
10750
11128
  width: size4,
10751
11129
  height: size4,
10752
11130
  viewBox: "0 0 48 48",
@@ -10767,6 +11145,7 @@ var ICCasualShoe = /* @__PURE__ */ __name((props) => {
10767
11145
  return /* @__PURE__ */ (0, import_jsx_runtime146.jsx)(
10768
11146
  "svg",
10769
11147
  {
11148
+ ...rest,
10770
11149
  width: size4,
10771
11150
  height: size4,
10772
11151
  viewBox: "0 0 48 48",
@@ -10788,11 +11167,12 @@ var ICCasualShoe = /* @__PURE__ */ __name((props) => {
10788
11167
  // src/assets/undo.tsx
10789
11168
  var import_jsx_runtime147 = require("react/jsx-runtime");
10790
11169
  var ICUndo = /* @__PURE__ */ __name((props) => {
10791
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11170
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10792
11171
  if (thick) {
10793
11172
  return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
10794
11173
  "svg",
10795
11174
  {
11175
+ ...rest,
10796
11176
  width: size4,
10797
11177
  height: size4,
10798
11178
  viewBox: "0 0 48 48",
@@ -10811,6 +11191,7 @@ var ICUndo = /* @__PURE__ */ __name((props) => {
10811
11191
  return /* @__PURE__ */ (0, import_jsx_runtime147.jsx)(
10812
11192
  "svg",
10813
11193
  {
11194
+ ...rest,
10814
11195
  width: size4,
10815
11196
  height: size4,
10816
11197
  viewBox: "0 0 48 48",
@@ -10830,11 +11211,12 @@ var ICUndo = /* @__PURE__ */ __name((props) => {
10830
11211
  // src/assets/expand.tsx
10831
11212
  var import_jsx_runtime148 = require("react/jsx-runtime");
10832
11213
  var ICExpand = /* @__PURE__ */ __name((props) => {
10833
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11214
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10834
11215
  if (thick) {
10835
11216
  return /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)(
10836
11217
  "svg",
10837
11218
  {
11219
+ ...rest,
10838
11220
  width: size4,
10839
11221
  height: size4,
10840
11222
  viewBox: "0 0 48 48",
@@ -10862,6 +11244,7 @@ var ICExpand = /* @__PURE__ */ __name((props) => {
10862
11244
  return /* @__PURE__ */ (0, import_jsx_runtime148.jsxs)(
10863
11245
  "svg",
10864
11246
  {
11247
+ ...rest,
10865
11248
  width: size4,
10866
11249
  height: size4,
10867
11250
  viewBox: "0 0 48 48",
@@ -10890,11 +11273,12 @@ var ICExpand = /* @__PURE__ */ __name((props) => {
10890
11273
  // src/assets/verification-badge.tsx
10891
11274
  var import_jsx_runtime149 = require("react/jsx-runtime");
10892
11275
  var ICVerificationBadge = /* @__PURE__ */ __name((props) => {
10893
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11276
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10894
11277
  if (fill && thick) {
10895
11278
  return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
10896
11279
  "svg",
10897
11280
  {
11281
+ ...rest,
10898
11282
  width: size4,
10899
11283
  height: size4,
10900
11284
  viewBox: "0 0 48 48",
@@ -10916,6 +11300,7 @@ var ICVerificationBadge = /* @__PURE__ */ __name((props) => {
10916
11300
  return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
10917
11301
  "svg",
10918
11302
  {
11303
+ ...rest,
10919
11304
  width: size4,
10920
11305
  height: size4,
10921
11306
  viewBox: "0 0 48 48",
@@ -10936,6 +11321,7 @@ var ICVerificationBadge = /* @__PURE__ */ __name((props) => {
10936
11321
  return /* @__PURE__ */ (0, import_jsx_runtime149.jsx)(
10937
11322
  "svg",
10938
11323
  {
11324
+ ...rest,
10939
11325
  width: size4,
10940
11326
  height: size4,
10941
11327
  viewBox: "0 0 48 48",
@@ -10957,11 +11343,12 @@ var ICVerificationBadge = /* @__PURE__ */ __name((props) => {
10957
11343
  // src/assets/volume-up.tsx
10958
11344
  var import_jsx_runtime150 = require("react/jsx-runtime");
10959
11345
  var ICVolumeUp = /* @__PURE__ */ __name((props) => {
10960
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11346
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
10961
11347
  if (thick) {
10962
11348
  return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
10963
11349
  "svg",
10964
11350
  {
11351
+ ...rest,
10965
11352
  width: size4,
10966
11353
  height: size4,
10967
11354
  viewBox: "0 0 48 48",
@@ -10999,6 +11386,7 @@ var ICVolumeUp = /* @__PURE__ */ __name((props) => {
10999
11386
  return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
11000
11387
  "svg",
11001
11388
  {
11389
+ ...rest,
11002
11390
  width: size4,
11003
11391
  height: size4,
11004
11392
  viewBox: "0 0 48 48",
@@ -11033,6 +11421,7 @@ var ICVolumeUp = /* @__PURE__ */ __name((props) => {
11033
11421
  return /* @__PURE__ */ (0, import_jsx_runtime150.jsxs)(
11034
11422
  "svg",
11035
11423
  {
11424
+ ...rest,
11036
11425
  width: size4,
11037
11426
  height: size4,
11038
11427
  viewBox: "0 0 48 48",
@@ -11074,11 +11463,12 @@ var ICVolumeUp = /* @__PURE__ */ __name((props) => {
11074
11463
  // src/assets/volume.tsx
11075
11464
  var import_jsx_runtime151 = require("react/jsx-runtime");
11076
11465
  var ICVolume = /* @__PURE__ */ __name((props) => {
11077
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11466
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11078
11467
  if (thick) {
11079
11468
  return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
11080
11469
  "svg",
11081
11470
  {
11471
+ ...rest,
11082
11472
  width: size4,
11083
11473
  height: size4,
11084
11474
  viewBox: "0 0 48 48",
@@ -11100,6 +11490,7 @@ var ICVolume = /* @__PURE__ */ __name((props) => {
11100
11490
  return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
11101
11491
  "svg",
11102
11492
  {
11493
+ ...rest,
11103
11494
  width: size4,
11104
11495
  height: size4,
11105
11496
  viewBox: "0 0 48 48",
@@ -11118,6 +11509,7 @@ var ICVolume = /* @__PURE__ */ __name((props) => {
11118
11509
  return /* @__PURE__ */ (0, import_jsx_runtime151.jsx)(
11119
11510
  "svg",
11120
11511
  {
11512
+ ...rest,
11121
11513
  width: size4,
11122
11514
  height: size4,
11123
11515
  viewBox: "0 0 48 48",
@@ -11139,11 +11531,12 @@ var ICVolume = /* @__PURE__ */ __name((props) => {
11139
11531
  // src/assets/folder-open-share.tsx
11140
11532
  var import_jsx_runtime152 = require("react/jsx-runtime");
11141
11533
  var ICFolderOpenShare = /* @__PURE__ */ __name((props) => {
11142
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11534
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11143
11535
  if (thick) {
11144
11536
  return /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)(
11145
11537
  "svg",
11146
11538
  {
11539
+ ...rest,
11147
11540
  width: size4,
11148
11541
  height: size4,
11149
11542
  viewBox: "0 0 48 48",
@@ -11179,6 +11572,7 @@ var ICFolderOpenShare = /* @__PURE__ */ __name((props) => {
11179
11572
  return /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)(
11180
11573
  "svg",
11181
11574
  {
11575
+ ...rest,
11182
11576
  width: size4,
11183
11577
  height: size4,
11184
11578
  viewBox: "0 0 48 48",
@@ -11213,6 +11607,7 @@ var ICFolderOpenShare = /* @__PURE__ */ __name((props) => {
11213
11607
  return /* @__PURE__ */ (0, import_jsx_runtime152.jsxs)(
11214
11608
  "svg",
11215
11609
  {
11610
+ ...rest,
11216
11611
  width: size4,
11217
11612
  height: size4,
11218
11613
  viewBox: "0 0 48 48",
@@ -11248,11 +11643,12 @@ var ICFolderOpenShare = /* @__PURE__ */ __name((props) => {
11248
11643
  // src/assets/folder-share.tsx
11249
11644
  var import_jsx_runtime153 = require("react/jsx-runtime");
11250
11645
  var ICFolderShare = /* @__PURE__ */ __name((props) => {
11251
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11646
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11252
11647
  if (thick) {
11253
11648
  return /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
11254
11649
  "svg",
11255
11650
  {
11651
+ ...rest,
11256
11652
  width: size4,
11257
11653
  height: size4,
11258
11654
  viewBox: "0 0 48 48",
@@ -11288,6 +11684,7 @@ var ICFolderShare = /* @__PURE__ */ __name((props) => {
11288
11684
  return /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
11289
11685
  "svg",
11290
11686
  {
11687
+ ...rest,
11291
11688
  width: size4,
11292
11689
  height: size4,
11293
11690
  viewBox: "0 0 48 48",
@@ -11322,6 +11719,7 @@ var ICFolderShare = /* @__PURE__ */ __name((props) => {
11322
11719
  return /* @__PURE__ */ (0, import_jsx_runtime153.jsxs)(
11323
11720
  "svg",
11324
11721
  {
11722
+ ...rest,
11325
11723
  width: size4,
11326
11724
  height: size4,
11327
11725
  viewBox: "0 0 48 48",
@@ -11357,11 +11755,12 @@ var ICFolderShare = /* @__PURE__ */ __name((props) => {
11357
11755
  // src/assets/report.tsx
11358
11756
  var import_jsx_runtime154 = require("react/jsx-runtime");
11359
11757
  var ICReport = /* @__PURE__ */ __name((props) => {
11360
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11758
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11361
11759
  if (fill && thick) {
11362
11760
  return /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
11363
11761
  "svg",
11364
11762
  {
11763
+ ...rest,
11365
11764
  width: size4,
11366
11765
  height: size4,
11367
11766
  viewBox: "0 0 48 48",
@@ -11383,6 +11782,7 @@ var ICReport = /* @__PURE__ */ __name((props) => {
11383
11782
  return /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)(
11384
11783
  "svg",
11385
11784
  {
11785
+ ...rest,
11386
11786
  width: size4,
11387
11787
  height: size4,
11388
11788
  viewBox: "0 0 48 48",
@@ -11414,6 +11814,7 @@ var ICReport = /* @__PURE__ */ __name((props) => {
11414
11814
  return /* @__PURE__ */ (0, import_jsx_runtime154.jsx)(
11415
11815
  "svg",
11416
11816
  {
11817
+ ...rest,
11417
11818
  width: size4,
11418
11819
  height: size4,
11419
11820
  viewBox: "0 0 48 48",
@@ -11434,6 +11835,7 @@ var ICReport = /* @__PURE__ */ __name((props) => {
11434
11835
  return /* @__PURE__ */ (0, import_jsx_runtime154.jsxs)(
11435
11836
  "svg",
11436
11837
  {
11838
+ ...rest,
11437
11839
  width: size4,
11438
11840
  height: size4,
11439
11841
  viewBox: "0 0 48 48",
@@ -11465,11 +11867,12 @@ var ICReport = /* @__PURE__ */ __name((props) => {
11465
11867
  // src/assets/mindmap.tsx
11466
11868
  var import_jsx_runtime155 = require("react/jsx-runtime");
11467
11869
  var ICMindmap = /* @__PURE__ */ __name((props) => {
11468
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11870
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11469
11871
  if (thick) {
11470
11872
  return /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
11471
11873
  "svg",
11472
11874
  {
11875
+ ...rest,
11473
11876
  width: size4,
11474
11877
  height: size4,
11475
11878
  viewBox: "0 0 48 48",
@@ -11490,6 +11893,7 @@ var ICMindmap = /* @__PURE__ */ __name((props) => {
11490
11893
  return /* @__PURE__ */ (0, import_jsx_runtime155.jsx)(
11491
11894
  "svg",
11492
11895
  {
11896
+ ...rest,
11493
11897
  width: size4,
11494
11898
  height: size4,
11495
11899
  viewBox: "0 0 48 48",
@@ -11511,11 +11915,12 @@ var ICMindmap = /* @__PURE__ */ __name((props) => {
11511
11915
  // src/assets/flowchart.tsx
11512
11916
  var import_jsx_runtime156 = require("react/jsx-runtime");
11513
11917
  var ICFlowchart = /* @__PURE__ */ __name((props) => {
11514
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11918
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11515
11919
  if (thick) {
11516
11920
  return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
11517
11921
  "svg",
11518
11922
  {
11923
+ ...rest,
11519
11924
  width: size4,
11520
11925
  height: size4,
11521
11926
  viewBox: "0 0 48 48",
@@ -11536,6 +11941,7 @@ var ICFlowchart = /* @__PURE__ */ __name((props) => {
11536
11941
  return /* @__PURE__ */ (0, import_jsx_runtime156.jsx)(
11537
11942
  "svg",
11538
11943
  {
11944
+ ...rest,
11539
11945
  width: size4,
11540
11946
  height: size4,
11541
11947
  viewBox: "0 0 48 48",
@@ -11557,11 +11963,12 @@ var ICFlowchart = /* @__PURE__ */ __name((props) => {
11557
11963
  // src/assets/show-all.tsx
11558
11964
  var import_jsx_runtime157 = require("react/jsx-runtime");
11559
11965
  var ICShowAll = /* @__PURE__ */ __name((props) => {
11560
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
11966
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11561
11967
  if (thick) {
11562
11968
  return /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)(
11563
11969
  "svg",
11564
11970
  {
11971
+ ...rest,
11565
11972
  width: size4,
11566
11973
  height: size4,
11567
11974
  viewBox: "0 0 48 48",
@@ -11579,6 +11986,7 @@ var ICShowAll = /* @__PURE__ */ __name((props) => {
11579
11986
  return /* @__PURE__ */ (0, import_jsx_runtime157.jsxs)(
11580
11987
  "svg",
11581
11988
  {
11989
+ ...rest,
11582
11990
  width: size4,
11583
11991
  height: size4,
11584
11992
  viewBox: "0 0 48 48",
@@ -11597,11 +12005,12 @@ var ICShowAll = /* @__PURE__ */ __name((props) => {
11597
12005
  // src/assets/hide-all.tsx
11598
12006
  var import_jsx_runtime158 = require("react/jsx-runtime");
11599
12007
  var ICHideAll = /* @__PURE__ */ __name((props) => {
11600
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12008
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11601
12009
  if (thick) {
11602
12010
  return /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
11603
12011
  "svg",
11604
12012
  {
12013
+ ...rest,
11605
12014
  width: size4,
11606
12015
  height: size4,
11607
12016
  viewBox: "0 0 48 48",
@@ -11619,6 +12028,7 @@ var ICHideAll = /* @__PURE__ */ __name((props) => {
11619
12028
  return /* @__PURE__ */ (0, import_jsx_runtime158.jsxs)(
11620
12029
  "svg",
11621
12030
  {
12031
+ ...rest,
11622
12032
  width: size4,
11623
12033
  height: size4,
11624
12034
  viewBox: "0 0 48 48",
@@ -11637,11 +12047,12 @@ var ICHideAll = /* @__PURE__ */ __name((props) => {
11637
12047
  // src/assets/brain.tsx
11638
12048
  var import_jsx_runtime159 = require("react/jsx-runtime");
11639
12049
  var ICBrain = /* @__PURE__ */ __name((props) => {
11640
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12050
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11641
12051
  if (fill && thick) {
11642
12052
  return /* @__PURE__ */ (0, import_jsx_runtime159.jsxs)(
11643
12053
  "svg",
11644
12054
  {
12055
+ ...rest,
11645
12056
  width: size4,
11646
12057
  height: size4,
11647
12058
  viewBox: "0 0 48 48",
@@ -11670,6 +12081,7 @@ var ICBrain = /* @__PURE__ */ __name((props) => {
11670
12081
  return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
11671
12082
  "svg",
11672
12083
  {
12084
+ ...rest,
11673
12085
  width: size4,
11674
12086
  height: size4,
11675
12087
  viewBox: "0 0 48 48",
@@ -11690,6 +12102,7 @@ var ICBrain = /* @__PURE__ */ __name((props) => {
11690
12102
  return /* @__PURE__ */ (0, import_jsx_runtime159.jsx)(
11691
12103
  "svg",
11692
12104
  {
12105
+ ...rest,
11693
12106
  width: size4,
11694
12107
  height: size4,
11695
12108
  viewBox: "0 0 48 48",
@@ -11711,11 +12124,12 @@ var ICBrain = /* @__PURE__ */ __name((props) => {
11711
12124
  // src/assets/zoom-in.tsx
11712
12125
  var import_jsx_runtime160 = require("react/jsx-runtime");
11713
12126
  var ICZoomIn = /* @__PURE__ */ __name((props) => {
11714
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12127
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11715
12128
  if (thick) {
11716
12129
  return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)(
11717
12130
  "svg",
11718
12131
  {
12132
+ ...rest,
11719
12133
  width: size4,
11720
12134
  height: size4,
11721
12135
  viewBox: "0 0 48 48",
@@ -11745,6 +12159,7 @@ var ICZoomIn = /* @__PURE__ */ __name((props) => {
11745
12159
  return /* @__PURE__ */ (0, import_jsx_runtime160.jsxs)(
11746
12160
  "svg",
11747
12161
  {
12162
+ ...rest,
11748
12163
  width: size4,
11749
12164
  height: size4,
11750
12165
  viewBox: "0 0 48 48",
@@ -11775,11 +12190,12 @@ var ICZoomIn = /* @__PURE__ */ __name((props) => {
11775
12190
  // src/assets/zoom-out.tsx
11776
12191
  var import_jsx_runtime161 = require("react/jsx-runtime");
11777
12192
  var ICZoomOut = /* @__PURE__ */ __name((props) => {
11778
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12193
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11779
12194
  if (thick) {
11780
12195
  return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(
11781
12196
  "svg",
11782
12197
  {
12198
+ ...rest,
11783
12199
  width: size4,
11784
12200
  height: size4,
11785
12201
  viewBox: "0 0 48 48",
@@ -11803,6 +12219,7 @@ var ICZoomOut = /* @__PURE__ */ __name((props) => {
11803
12219
  return /* @__PURE__ */ (0, import_jsx_runtime161.jsxs)(
11804
12220
  "svg",
11805
12221
  {
12222
+ ...rest,
11806
12223
  width: size4,
11807
12224
  height: size4,
11808
12225
  viewBox: "0 0 48 48",
@@ -11827,11 +12244,12 @@ var ICZoomOut = /* @__PURE__ */ __name((props) => {
11827
12244
  // src/assets/focus.tsx
11828
12245
  var import_jsx_runtime162 = require("react/jsx-runtime");
11829
12246
  var ICFocus = /* @__PURE__ */ __name((props) => {
11830
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12247
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11831
12248
  if (thick) {
11832
12249
  return /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(
11833
12250
  "svg",
11834
12251
  {
12252
+ ...rest,
11835
12253
  width: size4,
11836
12254
  height: size4,
11837
12255
  viewBox: "0 0 48 48",
@@ -11863,6 +12281,7 @@ var ICFocus = /* @__PURE__ */ __name((props) => {
11863
12281
  return /* @__PURE__ */ (0, import_jsx_runtime162.jsxs)(
11864
12282
  "svg",
11865
12283
  {
12284
+ ...rest,
11866
12285
  width: size4,
11867
12286
  height: size4,
11868
12287
  viewBox: "0 0 48 48",
@@ -11895,11 +12314,12 @@ var ICFocus = /* @__PURE__ */ __name((props) => {
11895
12314
  // src/assets/help.tsx
11896
12315
  var import_jsx_runtime163 = require("react/jsx-runtime");
11897
12316
  var ICHelp = /* @__PURE__ */ __name((props) => {
11898
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12317
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
11899
12318
  if (fill && thick) {
11900
12319
  return /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
11901
12320
  "svg",
11902
12321
  {
12322
+ ...rest,
11903
12323
  width: size4,
11904
12324
  height: size4,
11905
12325
  viewBox: "0 0 48 48",
@@ -11921,6 +12341,7 @@ var ICHelp = /* @__PURE__ */ __name((props) => {
11921
12341
  return /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)(
11922
12342
  "svg",
11923
12343
  {
12344
+ ...rest,
11924
12345
  width: size4,
11925
12346
  height: size4,
11926
12347
  viewBox: "0 0 48 48",
@@ -11958,6 +12379,7 @@ var ICHelp = /* @__PURE__ */ __name((props) => {
11958
12379
  return /* @__PURE__ */ (0, import_jsx_runtime163.jsx)(
11959
12380
  "svg",
11960
12381
  {
12382
+ ...rest,
11961
12383
  width: size4,
11962
12384
  height: size4,
11963
12385
  viewBox: "0 0 48 48",
@@ -11978,6 +12400,7 @@ var ICHelp = /* @__PURE__ */ __name((props) => {
11978
12400
  return /* @__PURE__ */ (0, import_jsx_runtime163.jsxs)(
11979
12401
  "svg",
11980
12402
  {
12403
+ ...rest,
11981
12404
  width: size4,
11982
12405
  height: size4,
11983
12406
  viewBox: "0 0 48 48",
@@ -12015,11 +12438,12 @@ var ICHelp = /* @__PURE__ */ __name((props) => {
12015
12438
  // src/assets/paragraph.tsx
12016
12439
  var import_jsx_runtime164 = require("react/jsx-runtime");
12017
12440
  var ICParagraph = /* @__PURE__ */ __name((props) => {
12018
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12441
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12019
12442
  if (thick) {
12020
12443
  return /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)(
12021
12444
  "svg",
12022
12445
  {
12446
+ ...rest,
12023
12447
  width: size4,
12024
12448
  height: size4,
12025
12449
  viewBox: "0 0 48 48",
@@ -12037,6 +12461,7 @@ var ICParagraph = /* @__PURE__ */ __name((props) => {
12037
12461
  return /* @__PURE__ */ (0, import_jsx_runtime164.jsxs)(
12038
12462
  "svg",
12039
12463
  {
12464
+ ...rest,
12040
12465
  width: size4,
12041
12466
  height: size4,
12042
12467
  viewBox: "0 0 48 48",
@@ -12055,11 +12480,12 @@ var ICParagraph = /* @__PURE__ */ __name((props) => {
12055
12480
  // src/assets/retry.tsx
12056
12481
  var import_jsx_runtime165 = require("react/jsx-runtime");
12057
12482
  var ICRetry = /* @__PURE__ */ __name((props) => {
12058
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12483
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12059
12484
  if (thick) {
12060
12485
  return /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
12061
12486
  "svg",
12062
12487
  {
12488
+ ...rest,
12063
12489
  width: size4,
12064
12490
  height: size4,
12065
12491
  viewBox: "0 0 48 48",
@@ -12078,6 +12504,7 @@ var ICRetry = /* @__PURE__ */ __name((props) => {
12078
12504
  return /* @__PURE__ */ (0, import_jsx_runtime165.jsx)(
12079
12505
  "svg",
12080
12506
  {
12507
+ ...rest,
12081
12508
  width: size4,
12082
12509
  height: size4,
12083
12510
  viewBox: "0 0 48 48",
@@ -12097,11 +12524,12 @@ var ICRetry = /* @__PURE__ */ __name((props) => {
12097
12524
  // src/assets/add-to-folder.tsx
12098
12525
  var import_jsx_runtime166 = require("react/jsx-runtime");
12099
12526
  var ICAddToFolder = /* @__PURE__ */ __name((props) => {
12100
- const { thick = false, size: size4 = 32, color = "#1E1E1F" } = props;
12527
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12101
12528
  if (thick) {
12102
12529
  return /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(
12103
12530
  "svg",
12104
12531
  {
12532
+ ...rest,
12105
12533
  width: size4,
12106
12534
  height: size4,
12107
12535
  viewBox: "0 0 48 48",
@@ -12123,6 +12551,7 @@ var ICAddToFolder = /* @__PURE__ */ __name((props) => {
12123
12551
  return /* @__PURE__ */ (0, import_jsx_runtime166.jsxs)(
12124
12552
  "svg",
12125
12553
  {
12554
+ ...rest,
12126
12555
  width: size4,
12127
12556
  height: size4,
12128
12557
  viewBox: "0 0 48 48",
@@ -12145,11 +12574,12 @@ var ICAddToFolder = /* @__PURE__ */ __name((props) => {
12145
12574
  // src/assets/remove-from-folder.tsx
12146
12575
  var import_jsx_runtime167 = require("react/jsx-runtime");
12147
12576
  var ICRemoveFromFolder = /* @__PURE__ */ __name((props) => {
12148
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12577
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12149
12578
  if (thick) {
12150
12579
  return /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)(
12151
12580
  "svg",
12152
12581
  {
12582
+ ...rest,
12153
12583
  width: size4,
12154
12584
  height: size4,
12155
12585
  viewBox: "0 0 48 48",
@@ -12171,6 +12601,7 @@ var ICRemoveFromFolder = /* @__PURE__ */ __name((props) => {
12171
12601
  return /* @__PURE__ */ (0, import_jsx_runtime167.jsxs)(
12172
12602
  "svg",
12173
12603
  {
12604
+ ...rest,
12174
12605
  width: size4,
12175
12606
  height: size4,
12176
12607
  viewBox: "0 0 48 48",
@@ -12193,11 +12624,12 @@ var ICRemoveFromFolder = /* @__PURE__ */ __name((props) => {
12193
12624
  // src/assets/move-to-folder.tsx
12194
12625
  var import_jsx_runtime168 = require("react/jsx-runtime");
12195
12626
  var ICMoveToFolder = /* @__PURE__ */ __name((props) => {
12196
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12627
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12197
12628
  if (thick) {
12198
12629
  return /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)(
12199
12630
  "svg",
12200
12631
  {
12632
+ ...rest,
12201
12633
  width: size4,
12202
12634
  height: size4,
12203
12635
  viewBox: "0 0 48 48",
@@ -12225,6 +12657,7 @@ var ICMoveToFolder = /* @__PURE__ */ __name((props) => {
12225
12657
  return /* @__PURE__ */ (0, import_jsx_runtime168.jsxs)(
12226
12658
  "svg",
12227
12659
  {
12660
+ ...rest,
12228
12661
  width: size4,
12229
12662
  height: size4,
12230
12663
  viewBox: "0 0 48 48",
@@ -12253,11 +12686,12 @@ var ICMoveToFolder = /* @__PURE__ */ __name((props) => {
12253
12686
  // src/assets/new-thread-folder.tsx
12254
12687
  var import_jsx_runtime169 = require("react/jsx-runtime");
12255
12688
  var ICNewThreadFolder = /* @__PURE__ */ __name((props) => {
12256
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12689
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12257
12690
  if (thick) {
12258
12691
  return /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)(
12259
12692
  "svg",
12260
12693
  {
12694
+ ...rest,
12261
12695
  width: size4,
12262
12696
  height: size4,
12263
12697
  viewBox: "0 0 48 48",
@@ -12288,6 +12722,7 @@ var ICNewThreadFolder = /* @__PURE__ */ __name((props) => {
12288
12722
  return /* @__PURE__ */ (0, import_jsx_runtime169.jsxs)(
12289
12723
  "svg",
12290
12724
  {
12725
+ ...rest,
12291
12726
  width: size4,
12292
12727
  height: size4,
12293
12728
  viewBox: "0 0 48 48",
@@ -12319,11 +12754,12 @@ var ICNewThreadFolder = /* @__PURE__ */ __name((props) => {
12319
12754
  // src/assets/chrome.tsx
12320
12755
  var import_jsx_runtime170 = require("react/jsx-runtime");
12321
12756
  var ICChrome = /* @__PURE__ */ __name((props) => {
12322
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12757
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12323
12758
  if (fill && thick) {
12324
12759
  return /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(
12325
12760
  "svg",
12326
12761
  {
12762
+ ...rest,
12327
12763
  width: size4,
12328
12764
  height: size4,
12329
12765
  viewBox: "0 0 48 48",
@@ -12365,6 +12801,7 @@ var ICChrome = /* @__PURE__ */ __name((props) => {
12365
12801
  return /* @__PURE__ */ (0, import_jsx_runtime170.jsxs)(
12366
12802
  "svg",
12367
12803
  {
12804
+ ...rest,
12368
12805
  width: size4,
12369
12806
  height: size4,
12370
12807
  viewBox: "0 0 48 48",
@@ -12407,11 +12844,12 @@ var ICChrome = /* @__PURE__ */ __name((props) => {
12407
12844
  // src/assets/new-chrome-extension.tsx
12408
12845
  var import_jsx_runtime171 = require("react/jsx-runtime");
12409
12846
  var ICNewChromeExtension = /* @__PURE__ */ __name((props) => {
12410
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12847
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12411
12848
  if (thick) {
12412
12849
  return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
12413
12850
  "svg",
12414
12851
  {
12852
+ ...rest,
12415
12853
  width: size4,
12416
12854
  height: size4,
12417
12855
  viewBox: "0 0 48 48",
@@ -12432,6 +12870,7 @@ var ICNewChromeExtension = /* @__PURE__ */ __name((props) => {
12432
12870
  return /* @__PURE__ */ (0, import_jsx_runtime171.jsx)(
12433
12871
  "svg",
12434
12872
  {
12873
+ ...rest,
12435
12874
  width: size4,
12436
12875
  height: size4,
12437
12876
  viewBox: "0 0 48 48",
@@ -12453,11 +12892,12 @@ var ICNewChromeExtension = /* @__PURE__ */ __name((props) => {
12453
12892
  // src/assets/mobile.tsx
12454
12893
  var import_jsx_runtime172 = require("react/jsx-runtime");
12455
12894
  var ICMobile = /* @__PURE__ */ __name((props) => {
12456
- const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F" } = props;
12895
+ const { thick = false, fill = false, size: size4 = 32, color = "#1E1E1F", ...rest } = props;
12457
12896
  if (thick) {
12458
12897
  return /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)(
12459
12898
  "svg",
12460
12899
  {
12900
+ ...rest,
12461
12901
  width: size4,
12462
12902
  height: size4,
12463
12903
  viewBox: "0 0 48 48",
@@ -12487,6 +12927,7 @@ var ICMobile = /* @__PURE__ */ __name((props) => {
12487
12927
  return /* @__PURE__ */ (0, import_jsx_runtime172.jsxs)(
12488
12928
  "svg",
12489
12929
  {
12930
+ ...rest,
12490
12931
  width: size4,
12491
12932
  height: size4,
12492
12933
  viewBox: "0 0 48 48",
@@ -12517,10 +12958,11 @@ var ICMobile = /* @__PURE__ */ __name((props) => {
12517
12958
  // src/assets/google-color.tsx
12518
12959
  var import_jsx_runtime173 = require("react/jsx-runtime");
12519
12960
  var ICGoogleColor = /* @__PURE__ */ __name((props) => {
12520
- const { size: size4 = 32 } = props;
12961
+ const { size: size4 = 32, ...rest } = props;
12521
12962
  return /* @__PURE__ */ (0, import_jsx_runtime173.jsxs)(
12522
12963
  "svg",
12523
12964
  {
12965
+ ...rest,
12524
12966
  xmlns: "http://www.w3.org/2000/svg",
12525
12967
  width: size4,
12526
12968
  height: size4,