@liner-fe/prism 1.10.28 → 1.10.30

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.mjs CHANGED
@@ -741,7 +741,7 @@ var ICGlobe = /* @__PURE__ */ __name((props) => {
741
741
  }, "ICGlobe");
742
742
 
743
743
  // src/assets/graduationcap.tsx
744
- import { jsx as jsx21 } from "react/jsx-runtime";
744
+ import { jsx as jsx21, jsxs as jsxs17 } from "react/jsx-runtime";
745
745
  var ICGraduationcap = /* @__PURE__ */ __name((props) => {
746
746
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
747
747
  if (thick) {
@@ -755,6 +755,24 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
755
755
  }
756
756
  ) });
757
757
  }
758
+ if (fill) {
759
+ return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
760
+ /* @__PURE__ */ jsx21(
761
+ "path",
762
+ {
763
+ d: "M24.913 6.4688C24.3397 6.17446 23.6596 6.17446 23.0862 6.4688L2.71551 16.9263C1.26671 17.6701 1.2667 19.741 2.71551 20.4848C9.81594 24.1299 16.9754 27.4557 24.2662 30.7483C24.4011 30.8092 24.556 30.8073 24.6894 30.7429C30.0533 28.1534 35.2966 25.5595 40.5625 22.8924V36.125H44.5625V20.8547C44.8028 20.7316 45.0432 20.6083 45.2838 20.4848C46.7326 19.741 46.7326 17.6701 45.2838 16.9263L24.913 6.4688Z",
764
+ fill: color
765
+ }
766
+ ),
767
+ /* @__PURE__ */ jsx21(
768
+ "path",
769
+ {
770
+ d: "M10.9996 34.876V28.0487L23.0314 33.4824C23.9757 33.9089 25.0605 33.895 25.9936 33.4446L36.9996 28.1313V34.876C36.9996 35.6151 36.5921 36.2939 35.9397 36.6413L24.9397 42.4993C24.3521 42.8122 23.6472 42.8122 23.0595 42.4993L12.0595 36.6413C11.4072 36.2939 10.9996 35.6151 10.9996 34.876Z",
771
+ fill: color
772
+ }
773
+ )
774
+ ] });
775
+ }
758
776
  return /* @__PURE__ */ jsx21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ jsx21(
759
777
  "path",
760
778
  {
@@ -767,11 +785,11 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
767
785
  }, "ICGraduationcap");
768
786
 
769
787
  // src/assets/palette.tsx
770
- import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
788
+ import { jsx as jsx22, jsxs as jsxs18 } from "react/jsx-runtime";
771
789
  var ICPalette = /* @__PURE__ */ __name((props) => {
772
790
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
773
791
  if (thick) {
774
- return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
792
+ return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
775
793
  /* @__PURE__ */ jsx22(
776
794
  "path",
777
795
  {
@@ -811,7 +829,7 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
811
829
  )
812
830
  ] });
813
831
  }
814
- return /* @__PURE__ */ jsxs17("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
832
+ return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
815
833
  /* @__PURE__ */ jsx22(
816
834
  "path",
817
835
  {
@@ -853,11 +871,11 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
853
871
  }, "ICPalette");
854
872
 
855
873
  // src/assets/download.tsx
856
- import { jsx as jsx23, jsxs as jsxs18 } from "react/jsx-runtime";
874
+ import { jsx as jsx23, jsxs as jsxs19 } from "react/jsx-runtime";
857
875
  var ICDownload = /* @__PURE__ */ __name((props) => {
858
876
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
859
877
  if (thick) {
860
- return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
878
+ return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
861
879
  /* @__PURE__ */ jsx23(
862
880
  "path",
863
881
  {
@@ -868,7 +886,7 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
868
886
  /* @__PURE__ */ jsx23("path", { d: "M41 39H7V43H41V39Z", fill: color })
869
887
  ] });
870
888
  }
871
- return /* @__PURE__ */ jsxs18("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
889
+ return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
872
890
  /* @__PURE__ */ jsx23(
873
891
  "path",
874
892
  {
@@ -881,11 +899,11 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
881
899
  }, "ICDownload");
882
900
 
883
901
  // src/assets/regenerate.tsx
884
- import { jsx as jsx24, jsxs as jsxs19 } from "react/jsx-runtime";
902
+ import { jsx as jsx24, jsxs as jsxs20 } from "react/jsx-runtime";
885
903
  var ICRegenerate = /* @__PURE__ */ __name((props) => {
886
904
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
887
905
  if (thick) {
888
- return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
906
+ return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
889
907
  /* @__PURE__ */ jsx24(
890
908
  "path",
891
909
  {
@@ -902,7 +920,7 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
902
920
  )
903
921
  ] });
904
922
  }
905
- return /* @__PURE__ */ jsxs19("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
923
+ return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
906
924
  /* @__PURE__ */ jsx24(
907
925
  "path",
908
926
  {
@@ -921,11 +939,11 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
921
939
  }, "ICRegenerate");
922
940
 
923
941
  // src/assets/credit.tsx
924
- import { jsx as jsx25, jsxs as jsxs20 } from "react/jsx-runtime";
942
+ import { jsx as jsx25, jsxs as jsxs21 } from "react/jsx-runtime";
925
943
  var ICCredit = /* @__PURE__ */ __name((props) => {
926
944
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
927
945
  if (thick) {
928
- return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
946
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
929
947
  /* @__PURE__ */ jsx25(
930
948
  "path",
931
949
  {
@@ -949,7 +967,7 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
949
967
  )
950
968
  ] });
951
969
  }
952
- return /* @__PURE__ */ jsxs20("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
970
+ return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
953
971
  /* @__PURE__ */ jsx25("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", fill: color }),
954
972
  /* @__PURE__ */ jsx25(
955
973
  "path",
@@ -969,11 +987,11 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
969
987
  }, "ICCredit");
970
988
 
971
989
  // src/assets/feedback.tsx
972
- import { jsx as jsx26, jsxs as jsxs21 } from "react/jsx-runtime";
990
+ import { jsx as jsx26, jsxs as jsxs22 } from "react/jsx-runtime";
973
991
  var ICFeedback = /* @__PURE__ */ __name((props) => {
974
992
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
975
993
  if (thick) {
976
- return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
994
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
977
995
  /* @__PURE__ */ jsx26(
978
996
  "path",
979
997
  {
@@ -992,7 +1010,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
992
1010
  )
993
1011
  ] });
994
1012
  }
995
- return /* @__PURE__ */ jsxs21("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1013
+ return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
996
1014
  /* @__PURE__ */ jsx26(
997
1015
  "path",
998
1016
  {
@@ -1013,11 +1031,11 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
1013
1031
  }, "ICFeedback");
1014
1032
 
1015
1033
  // src/assets/tune.tsx
1016
- import { jsx as jsx27, jsxs as jsxs22 } from "react/jsx-runtime";
1034
+ import { jsx as jsx27, jsxs as jsxs23 } from "react/jsx-runtime";
1017
1035
  var ICTune = /* @__PURE__ */ __name((props) => {
1018
1036
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1019
1037
  if (thick) {
1020
- return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1038
+ return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1021
1039
  /* @__PURE__ */ jsx27("path", { d: "M35 9V5H31V17H35V13H41V9H35Z", fill: color }),
1022
1040
  /* @__PURE__ */ jsx27("path", { d: "M7 9H27V13H7V9Z", fill: color }),
1023
1041
  /* @__PURE__ */ jsx27("path", { d: "M18 18L18 30H14V26H7V22H14V18H18Z", fill: color }),
@@ -1026,7 +1044,7 @@ var ICTune = /* @__PURE__ */ __name((props) => {
1026
1044
  /* @__PURE__ */ jsx27("path", { d: "M18 35H7V39H18V35Z", fill: color })
1027
1045
  ] });
1028
1046
  }
1029
- return /* @__PURE__ */ jsxs22("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1047
+ return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1030
1048
  /* @__PURE__ */ jsx27("path", { d: "M34.5 9.5V5H31.5V17H34.5V12.5H41V9.5H34.5Z", fill: color }),
1031
1049
  /* @__PURE__ */ jsx27("path", { d: "M7 9.5H27V12.5H7V9.5Z", fill: color }),
1032
1050
  /* @__PURE__ */ jsx27("path", { d: "M17.5 18L17.5 30H14.5V25.5H7V22.5H14.5V18H17.5Z", fill: color }),
@@ -1147,17 +1165,17 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
1147
1165
  }, "ICArrowDown");
1148
1166
 
1149
1167
  // src/assets/menu.tsx
1150
- import { jsx as jsx32, jsxs as jsxs23 } from "react/jsx-runtime";
1168
+ import { jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
1151
1169
  var ICMenu = /* @__PURE__ */ __name((props) => {
1152
1170
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1153
1171
  if (thick) {
1154
- return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1172
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1155
1173
  /* @__PURE__ */ jsx32("path", { d: "M9 9H39V13H9V9Z", fill: color }),
1156
1174
  /* @__PURE__ */ jsx32("path", { d: "M9 22H39V26H9V22Z", fill: color }),
1157
1175
  /* @__PURE__ */ jsx32("path", { d: "M39 35H9V39H39V35Z", fill: color })
1158
1176
  ] });
1159
1177
  }
1160
- return /* @__PURE__ */ jsxs23("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1178
+ return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1161
1179
  /* @__PURE__ */ jsx32("path", { d: "M9 9.5H39V12.5H9V9.5Z", fill: color }),
1162
1180
  /* @__PURE__ */ jsx32("path", { d: "M9 22.5H39V25.5H9V22.5Z", fill: color }),
1163
1181
  /* @__PURE__ */ jsx32("path", { d: "M39 35.5H9V38.5H39V35.5Z", fill: color })
@@ -1165,11 +1183,11 @@ var ICMenu = /* @__PURE__ */ __name((props) => {
1165
1183
  }, "ICMenu");
1166
1184
 
1167
1185
  // src/assets/document-warning.tsx
1168
- import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
1186
+ import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
1169
1187
  var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
1170
1188
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1171
1189
  if (thick) {
1172
- return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1190
+ return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1173
1191
  /* @__PURE__ */ jsx33(
1174
1192
  "path",
1175
1193
  {
@@ -1190,7 +1208,7 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
1190
1208
  )
1191
1209
  ] });
1192
1210
  }
1193
- return /* @__PURE__ */ jsxs24("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1211
+ return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1194
1212
  /* @__PURE__ */ jsx33(
1195
1213
  "path",
1196
1214
  {
@@ -1235,11 +1253,11 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
1235
1253
  }, "ICArrowRight");
1236
1254
 
1237
1255
  // src/assets/step.tsx
1238
- import { jsx as jsx35, jsxs as jsxs25 } from "react/jsx-runtime";
1256
+ import { jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
1239
1257
  var ICStep = /* @__PURE__ */ __name((props) => {
1240
1258
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1241
1259
  if (thick) {
1242
- return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1260
+ return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1243
1261
  /* @__PURE__ */ jsx35(
1244
1262
  "path",
1245
1263
  {
@@ -1260,7 +1278,7 @@ var ICStep = /* @__PURE__ */ __name((props) => {
1260
1278
  )
1261
1279
  ] });
1262
1280
  }
1263
- return /* @__PURE__ */ jsxs25("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1281
+ return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1264
1282
  /* @__PURE__ */ jsx35(
1265
1283
  "path",
1266
1284
  {
@@ -1305,11 +1323,11 @@ var ICArrowTurn = /* @__PURE__ */ __name((props) => {
1305
1323
  }, "ICArrowTurn");
1306
1324
 
1307
1325
  // src/assets/power.tsx
1308
- import { jsx as jsx37, jsxs as jsxs26 } from "react/jsx-runtime";
1326
+ import { jsx as jsx37, jsxs as jsxs27 } from "react/jsx-runtime";
1309
1327
  var ICPower = /* @__PURE__ */ __name((props) => {
1310
1328
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1311
1329
  if (thick) {
1312
- return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1330
+ return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1313
1331
  /* @__PURE__ */ jsx37("path", { d: "M26 24V6H22V24H26Z", fill: color }),
1314
1332
  /* @__PURE__ */ jsx37(
1315
1333
  "path",
@@ -1320,7 +1338,7 @@ var ICPower = /* @__PURE__ */ __name((props) => {
1320
1338
  )
1321
1339
  ] });
1322
1340
  }
1323
- return /* @__PURE__ */ jsxs26("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1341
+ return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1324
1342
  /* @__PURE__ */ jsx37("path", { d: "M25.5 24V6H22.5V24H25.5Z", fill: color }),
1325
1343
  /* @__PURE__ */ jsx37(
1326
1344
  "path",
@@ -1359,11 +1377,11 @@ var ICDesktop = /* @__PURE__ */ __name((props) => {
1359
1377
  }, "ICDesktop");
1360
1378
 
1361
1379
  // src/assets/desktop-on-cursor.tsx
1362
- import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
1380
+ import { jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
1363
1381
  var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
1364
1382
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1365
1383
  if (thick) {
1366
- return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1384
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1367
1385
  /* @__PURE__ */ jsx39(
1368
1386
  "path",
1369
1387
  {
@@ -1381,7 +1399,7 @@ var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
1381
1399
  )
1382
1400
  ] });
1383
1401
  }
1384
- return /* @__PURE__ */ jsxs27("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1402
+ return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1385
1403
  /* @__PURE__ */ jsx39(
1386
1404
  "path",
1387
1405
  {
@@ -1427,11 +1445,11 @@ var ICViewList = /* @__PURE__ */ __name((props) => {
1427
1445
  }, "ICViewList");
1428
1446
 
1429
1447
  // src/assets/chart-bar.tsx
1430
- import { jsx as jsx41, jsxs as jsxs28 } from "react/jsx-runtime";
1448
+ import { jsx as jsx41, jsxs as jsxs29 } from "react/jsx-runtime";
1431
1449
  var ICChartBar = /* @__PURE__ */ __name((props) => {
1432
1450
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1433
1451
  if (thick) {
1434
- return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1452
+ return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1435
1453
  /* @__PURE__ */ jsx41(
1436
1454
  "path",
1437
1455
  {
@@ -1473,7 +1491,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
1473
1491
  }
1474
1492
  ) });
1475
1493
  }
1476
- return /* @__PURE__ */ jsxs28("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1494
+ return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1477
1495
  /* @__PURE__ */ jsx41(
1478
1496
  "path",
1479
1497
  {
@@ -1506,11 +1524,11 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
1506
1524
  }, "ICChartBar");
1507
1525
 
1508
1526
  // src/assets/chart-line-uptrend.tsx
1509
- import { jsx as jsx42, jsxs as jsxs29 } from "react/jsx-runtime";
1527
+ import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
1510
1528
  var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
1511
1529
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1512
1530
  if (thick) {
1513
- return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1531
+ return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1514
1532
  /* @__PURE__ */ jsx42("path", { d: "M5 6V39C5 41.2091 6.79086 43 9 43H42V39H9V6H5Z", fill: color }),
1515
1533
  /* @__PURE__ */ jsx42(
1516
1534
  "path",
@@ -1532,7 +1550,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
1532
1550
  }
1533
1551
  ) });
1534
1552
  }
1535
- return /* @__PURE__ */ jsxs29("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1553
+ return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1536
1554
  /* @__PURE__ */ jsx42("path", { d: "M5.5 6V39C5.5 40.933 7.067 42.5 9 42.5H42V39.5H9C8.72386 39.5 8.5 39.2761 8.5 39V6H5.5Z", fill: color }),
1537
1555
  /* @__PURE__ */ jsx42(
1538
1556
  "path",
@@ -1582,11 +1600,11 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
1582
1600
  }, "ICFolder");
1583
1601
 
1584
1602
  // src/assets/person.tsx
1585
- import { jsx as jsx44, jsxs as jsxs30 } from "react/jsx-runtime";
1603
+ import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
1586
1604
  var ICPerson = /* @__PURE__ */ __name((props) => {
1587
1605
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1588
1606
  if (thick) {
1589
- return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1607
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1590
1608
  /* @__PURE__ */ jsx44(
1591
1609
  "path",
1592
1610
  {
@@ -1608,7 +1626,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1608
1626
  ] });
1609
1627
  }
1610
1628
  if (fill) {
1611
- return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1629
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1612
1630
  /* @__PURE__ */ jsx44(
1613
1631
  "path",
1614
1632
  {
@@ -1625,7 +1643,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1625
1643
  )
1626
1644
  ] });
1627
1645
  }
1628
- return /* @__PURE__ */ jsxs30("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1646
+ return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1629
1647
  /* @__PURE__ */ jsx44(
1630
1648
  "path",
1631
1649
  {
@@ -1648,11 +1666,11 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1648
1666
  }, "ICPerson");
1649
1667
 
1650
1668
  // src/assets/trash.tsx
1651
- import { jsx as jsx45, jsxs as jsxs31 } from "react/jsx-runtime";
1669
+ import { jsx as jsx45, jsxs as jsxs32 } from "react/jsx-runtime";
1652
1670
  var ICTrash = /* @__PURE__ */ __name((props) => {
1653
1671
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1654
1672
  if (thick) {
1655
- return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1673
+ return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1656
1674
  /* @__PURE__ */ jsx45("path", { d: "M22 18V37H18L18 18H22Z", fill: color }),
1657
1675
  /* @__PURE__ */ jsx45("path", { d: "M30 37V18H26V37H30Z", fill: color }),
1658
1676
  /* @__PURE__ */ jsx45(
@@ -1677,7 +1695,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
1677
1695
  }
1678
1696
  ) });
1679
1697
  }
1680
- return /* @__PURE__ */ jsxs31("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1698
+ return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1681
1699
  /* @__PURE__ */ jsx45("path", { d: "M21.5 18.5L21.5 36.5H18.5L18.5 18.5H21.5Z", fill: color }),
1682
1700
  /* @__PURE__ */ jsx45("path", { d: "M29.5 36.5V18.5H26.5V36.5H29.5Z", fill: color }),
1683
1701
  /* @__PURE__ */ jsx45(
@@ -1693,7 +1711,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
1693
1711
  }, "ICTrash");
1694
1712
 
1695
1713
  // src/assets/pencil.tsx
1696
- import { jsx as jsx46, jsxs as jsxs32 } from "react/jsx-runtime";
1714
+ import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
1697
1715
  var ICPencil = /* @__PURE__ */ __name((props) => {
1698
1716
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1699
1717
  if (thick) {
@@ -1708,7 +1726,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
1708
1726
  ) });
1709
1727
  }
1710
1728
  if (fill) {
1711
- return /* @__PURE__ */ jsxs32("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1729
+ return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1712
1730
  /* @__PURE__ */ jsx46(
1713
1731
  "path",
1714
1732
  {
@@ -1737,7 +1755,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
1737
1755
  }, "ICPencil");
1738
1756
 
1739
1757
  // src/assets/copy.tsx
1740
- import { jsx as jsx47, jsxs as jsxs33 } from "react/jsx-runtime";
1758
+ import { jsx as jsx47, jsxs as jsxs34 } from "react/jsx-runtime";
1741
1759
  var ICCopy = /* @__PURE__ */ __name((props) => {
1742
1760
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1743
1761
  if (thick) {
@@ -1752,7 +1770,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
1752
1770
  ) });
1753
1771
  }
1754
1772
  if (fill) {
1755
- return /* @__PURE__ */ jsxs33("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1773
+ return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1756
1774
  /* @__PURE__ */ jsx47(
1757
1775
  "path",
1758
1776
  {
@@ -1781,7 +1799,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
1781
1799
  }, "ICCopy");
1782
1800
 
1783
1801
  // src/assets/book.tsx
1784
- import { jsx as jsx48, jsxs as jsxs34 } from "react/jsx-runtime";
1802
+ import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
1785
1803
  var ICBook = /* @__PURE__ */ __name((props) => {
1786
1804
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1787
1805
  if (thick) {
@@ -1796,7 +1814,7 @@ var ICBook = /* @__PURE__ */ __name((props) => {
1796
1814
  ) });
1797
1815
  }
1798
1816
  if (fill) {
1799
- return /* @__PURE__ */ jsxs34("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1817
+ return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1800
1818
  /* @__PURE__ */ jsx48(
1801
1819
  "path",
1802
1820
  {
@@ -1825,11 +1843,11 @@ var ICBook = /* @__PURE__ */ __name((props) => {
1825
1843
  }, "ICBook");
1826
1844
 
1827
1845
  // src/assets/description.tsx
1828
- import { jsx as jsx49, jsxs as jsxs35 } from "react/jsx-runtime";
1846
+ import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
1829
1847
  var ICDescription = /* @__PURE__ */ __name((props) => {
1830
1848
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1831
1849
  if (thick) {
1832
- return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1850
+ return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1833
1851
  /* @__PURE__ */ jsx49("path", { d: "M20 22H16V18H20V22Z", fill: color }),
1834
1852
  /* @__PURE__ */ jsx49("path", { d: "M32 29.5H16V25.5H32V29.5Z", fill: color }),
1835
1853
  /* @__PURE__ */ jsx49("path", { d: "M16 37H32V33H16V37Z", fill: color }),
@@ -1855,7 +1873,7 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
1855
1873
  }
1856
1874
  ) });
1857
1875
  }
1858
- return /* @__PURE__ */ jsxs35("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1876
+ return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1859
1877
  /* @__PURE__ */ jsx49("path", { d: "M20 21.5H16V18.5H20V21.5Z", fill: color }),
1860
1878
  /* @__PURE__ */ jsx49("path", { d: "M32 29H16V26H32V29Z", fill: color }),
1861
1879
  /* @__PURE__ */ jsx49("path", { d: "M16 36.5H32V33.5H16V36.5Z", fill: color }),
@@ -1907,11 +1925,11 @@ var ICBookmark = /* @__PURE__ */ __name((props) => {
1907
1925
  }, "ICBookmark");
1908
1926
 
1909
1927
  // src/assets/photo.tsx
1910
- import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
1928
+ import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
1911
1929
  var ICPhoto = /* @__PURE__ */ __name((props) => {
1912
1930
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1913
1931
  if (thick) {
1914
- return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1932
+ return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1915
1933
  /* @__PURE__ */ jsx51(
1916
1934
  "path",
1917
1935
  {
@@ -1941,7 +1959,7 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
1941
1959
  }
1942
1960
  ) });
1943
1961
  }
1944
- return /* @__PURE__ */ jsxs36("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1962
+ return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1945
1963
  /* @__PURE__ */ jsx51(
1946
1964
  "path",
1947
1965
  {
@@ -1962,11 +1980,11 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
1962
1980
  }, "ICPhoto");
1963
1981
 
1964
1982
  // src/assets/camera.tsx
1965
- import { jsx as jsx52, jsxs as jsxs37 } from "react/jsx-runtime";
1983
+ import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
1966
1984
  var ICCamera = /* @__PURE__ */ __name((props) => {
1967
1985
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1968
1986
  if (thick) {
1969
- return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1987
+ return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
1970
1988
  /* @__PURE__ */ jsx52(
1971
1989
  "path",
1972
1990
  {
@@ -1998,7 +2016,7 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
1998
2016
  }
1999
2017
  ) });
2000
2018
  }
2001
- return /* @__PURE__ */ jsxs37("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2019
+ return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2002
2020
  /* @__PURE__ */ jsx52(
2003
2021
  "path",
2004
2022
  {
@@ -2056,7 +2074,7 @@ var ICBolt = /* @__PURE__ */ __name((props) => {
2056
2074
  }, "ICBolt");
2057
2075
 
2058
2076
  // src/assets/question-message.tsx
2059
- import { jsx as jsx54, jsxs as jsxs38 } from "react/jsx-runtime";
2077
+ import { jsx as jsx54, jsxs as jsxs39 } from "react/jsx-runtime";
2060
2078
  var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2061
2079
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2062
2080
  if (fill && thick) {
@@ -2071,7 +2089,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2071
2089
  ) });
2072
2090
  }
2073
2091
  if (thick) {
2074
- return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2092
+ return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2075
2093
  /* @__PURE__ */ jsx54(
2076
2094
  "path",
2077
2095
  {
@@ -2108,7 +2126,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2108
2126
  }
2109
2127
  ) });
2110
2128
  }
2111
- return /* @__PURE__ */ jsxs38("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2129
+ return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2112
2130
  /* @__PURE__ */ jsx54(
2113
2131
  "path",
2114
2132
  {
@@ -2136,11 +2154,11 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2136
2154
  }, "ICQuestionMessage");
2137
2155
 
2138
2156
  // src/assets/books.tsx
2139
- import { jsx as jsx55, jsxs as jsxs39 } from "react/jsx-runtime";
2157
+ import { jsx as jsx55, jsxs as jsxs40 } from "react/jsx-runtime";
2140
2158
  var ICBooks = /* @__PURE__ */ __name((props) => {
2141
2159
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2142
2160
  if (fill && thick) {
2143
- return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2161
+ return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2144
2162
  /* @__PURE__ */ jsx55(
2145
2163
  "path",
2146
2164
  {
@@ -2171,7 +2189,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2171
2189
  ] });
2172
2190
  }
2173
2191
  if (thick) {
2174
- return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2192
+ return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2175
2193
  /* @__PURE__ */ jsx55("path", { d: "M20.3906 24H17.6406V26H20.3906V24Z", fill: color }),
2176
2194
  /* @__PURE__ */ jsx55("path", { d: "M20.3906 34H17.6406V36H20.3906V34Z", fill: color }),
2177
2195
  /* @__PURE__ */ jsx55(
@@ -2186,7 +2204,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2186
2204
  ] });
2187
2205
  }
2188
2206
  if (fill) {
2189
- return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2207
+ return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2190
2208
  /* @__PURE__ */ jsx55(
2191
2209
  "path",
2192
2210
  {
@@ -2212,7 +2230,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2212
2230
  )
2213
2231
  ] });
2214
2232
  }
2215
- return /* @__PURE__ */ jsxs39("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2233
+ return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2216
2234
  /* @__PURE__ */ jsx55("path", { d: "M17.4532 23.4649H21.2734V26.0117H17.4532V23.4649Z", fill: color }),
2217
2235
  /* @__PURE__ */ jsx55("path", { d: "M21.2734 33.7266H17.4532V36.2734H21.2734V33.7266Z", fill: color }),
2218
2236
  /* @__PURE__ */ jsx55(
@@ -2228,11 +2246,11 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2228
2246
  }, "ICBooks");
2229
2247
 
2230
2248
  // src/assets/balance.tsx
2231
- import { jsx as jsx56, jsxs as jsxs40 } from "react/jsx-runtime";
2249
+ import { jsx as jsx56, jsxs as jsxs41 } from "react/jsx-runtime";
2232
2250
  var ICBalance = /* @__PURE__ */ __name((props) => {
2233
2251
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2234
2252
  if (fill && thick) {
2235
- return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2253
+ return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2236
2254
  /* @__PURE__ */ jsx56(
2237
2255
  "path",
2238
2256
  {
@@ -2257,7 +2275,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2257
2275
  ] });
2258
2276
  }
2259
2277
  if (thick) {
2260
- return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2278
+ return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2261
2279
  /* @__PURE__ */ jsx56(
2262
2280
  "path",
2263
2281
  {
@@ -2286,7 +2304,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2286
2304
  ] });
2287
2305
  }
2288
2306
  if (fill) {
2289
- return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2307
+ return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2290
2308
  /* @__PURE__ */ jsx56(
2291
2309
  "path",
2292
2310
  {
@@ -2310,7 +2328,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2310
2328
  )
2311
2329
  ] });
2312
2330
  }
2313
- return /* @__PURE__ */ jsxs40("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2331
+ return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2314
2332
  /* @__PURE__ */ jsx56(
2315
2333
  "path",
2316
2334
  {
@@ -2340,7 +2358,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2340
2358
  }, "ICBalance");
2341
2359
 
2342
2360
  // src/assets/folder-add.tsx
2343
- import { jsx as jsx57, jsxs as jsxs41 } from "react/jsx-runtime";
2361
+ import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
2344
2362
  var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2345
2363
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2346
2364
  if (fill && thick) {
@@ -2355,7 +2373,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2355
2373
  ) });
2356
2374
  }
2357
2375
  if (thick) {
2358
- return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2376
+ return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2359
2377
  /* @__PURE__ */ jsx57("path", { d: "M22 23.5V17.9998H26V23.5H31.75V27.5H26V33.4998H22V27.5H16.25V23.5H22Z", fill: color }),
2360
2378
  /* @__PURE__ */ jsx57(
2361
2379
  "path",
@@ -2379,7 +2397,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2379
2397
  }
2380
2398
  ) });
2381
2399
  }
2382
- return /* @__PURE__ */ jsxs41("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2400
+ return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2383
2401
  /* @__PURE__ */ jsx57("path", { d: "M22.5 24V17.9998H25.5V24H31.75V27H25.5V33.4998H22.5V27H16.25V24H22.5Z", fill: color }),
2384
2402
  /* @__PURE__ */ jsx57(
2385
2403
  "path",
@@ -2394,11 +2412,11 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2394
2412
  }, "ICFolderAdd");
2395
2413
 
2396
2414
  // src/assets/document.tsx
2397
- import { jsx as jsx58, jsxs as jsxs42 } from "react/jsx-runtime";
2415
+ import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
2398
2416
  var ICDocument = /* @__PURE__ */ __name((props) => {
2399
2417
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2400
2418
  if (fill && thick) {
2401
- return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2419
+ return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2402
2420
  /* @__PURE__ */ jsx58(
2403
2421
  "path",
2404
2422
  {
@@ -2421,7 +2439,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
2421
2439
  ) });
2422
2440
  }
2423
2441
  if (fill) {
2424
- return /* @__PURE__ */ jsxs42("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2442
+ return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2425
2443
  /* @__PURE__ */ jsx58(
2426
2444
  "path",
2427
2445
  {
@@ -2450,11 +2468,11 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
2450
2468
  }, "ICDocument");
2451
2469
 
2452
2470
  // src/assets/person-add.tsx
2453
- import { jsx as jsx59, jsxs as jsxs43 } from "react/jsx-runtime";
2471
+ import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
2454
2472
  var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2455
2473
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2456
2474
  if (fill && thick) {
2457
- return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2475
+ return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2458
2476
  /* @__PURE__ */ jsx59(
2459
2477
  "path",
2460
2478
  {
@@ -2473,7 +2491,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2473
2491
  ] });
2474
2492
  }
2475
2493
  if (thick) {
2476
- return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2494
+ return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2477
2495
  /* @__PURE__ */ jsx59(
2478
2496
  "path",
2479
2497
  {
@@ -2494,7 +2512,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2494
2512
  ] });
2495
2513
  }
2496
2514
  if (fill) {
2497
- return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2515
+ return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2498
2516
  /* @__PURE__ */ jsx59(
2499
2517
  "path",
2500
2518
  {
@@ -2518,7 +2536,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2518
2536
  )
2519
2537
  ] });
2520
2538
  }
2521
- return /* @__PURE__ */ jsxs43("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2539
+ return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2522
2540
  /* @__PURE__ */ jsx59(
2523
2541
  "path",
2524
2542
  {
@@ -2632,7 +2650,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
2632
2650
  }, "ICCheckMark");
2633
2651
 
2634
2652
  // src/assets/exclamationmark.tsx
2635
- import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
2653
+ import { jsx as jsx62, jsxs as jsxs45 } from "react/jsx-runtime";
2636
2654
  var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2637
2655
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2638
2656
  if (fill && thick) {
@@ -2647,7 +2665,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2647
2665
  ) });
2648
2666
  }
2649
2667
  if (thick) {
2650
- return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2668
+ return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2651
2669
  /* @__PURE__ */ jsx62("path", { d: "M22 10V29H26V10H22Z", fill: color }),
2652
2670
  /* @__PURE__ */ jsx62(
2653
2671
  "path",
@@ -2669,7 +2687,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2669
2687
  }
2670
2688
  ) });
2671
2689
  }
2672
- return /* @__PURE__ */ jsxs44("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2690
+ return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2673
2691
  /* @__PURE__ */ jsx62("path", { d: "M22.5 10V29H25.5V10H22.5Z", fill: color }),
2674
2692
  /* @__PURE__ */ jsx62(
2675
2693
  "path",
@@ -2726,11 +2744,11 @@ var ICClose = /* @__PURE__ */ __name((props) => {
2726
2744
  }, "ICClose");
2727
2745
 
2728
2746
  // src/assets/lock.tsx
2729
- import { jsx as jsx64, jsxs as jsxs45 } from "react/jsx-runtime";
2747
+ import { jsx as jsx64, jsxs as jsxs46 } from "react/jsx-runtime";
2730
2748
  var ICLock = /* @__PURE__ */ __name((props) => {
2731
2749
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2732
2750
  if (fill && thick) {
2733
- return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2751
+ return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2734
2752
  /* @__PURE__ */ jsx64(
2735
2753
  "path",
2736
2754
  {
@@ -2750,7 +2768,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2750
2768
  ] });
2751
2769
  }
2752
2770
  if (thick) {
2753
- return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2771
+ return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2754
2772
  /* @__PURE__ */ jsx64(
2755
2773
  "path",
2756
2774
  {
@@ -2772,7 +2790,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2772
2790
  ] });
2773
2791
  }
2774
2792
  if (fill) {
2775
- return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2793
+ return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2776
2794
  /* @__PURE__ */ jsx64(
2777
2795
  "path",
2778
2796
  {
@@ -2791,7 +2809,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2791
2809
  )
2792
2810
  ] });
2793
2811
  }
2794
- return /* @__PURE__ */ jsxs45("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2812
+ return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2795
2813
  /* @__PURE__ */ jsx64(
2796
2814
  "path",
2797
2815
  {
@@ -2814,11 +2832,11 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2814
2832
  }, "ICLock");
2815
2833
 
2816
2834
  // src/assets/ai.tsx
2817
- import { jsx as jsx65, jsxs as jsxs46 } from "react/jsx-runtime";
2835
+ import { jsx as jsx65, jsxs as jsxs47 } from "react/jsx-runtime";
2818
2836
  var ICAi = /* @__PURE__ */ __name((props) => {
2819
2837
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2820
2838
  if (fill && thick) {
2821
- return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2839
+ return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2822
2840
  /* @__PURE__ */ jsx65(
2823
2841
  "path",
2824
2842
  {
@@ -2839,7 +2857,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2839
2857
  ] });
2840
2858
  }
2841
2859
  if (thick) {
2842
- return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2860
+ return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2843
2861
  /* @__PURE__ */ jsx65(
2844
2862
  "path",
2845
2863
  {
@@ -2867,7 +2885,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2867
2885
  ] });
2868
2886
  }
2869
2887
  if (fill) {
2870
- return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2888
+ return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2871
2889
  /* @__PURE__ */ jsx65(
2872
2890
  "path",
2873
2891
  {
@@ -2894,7 +2912,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2894
2912
  )
2895
2913
  ] });
2896
2914
  }
2897
- return /* @__PURE__ */ jsxs46("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2915
+ return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2898
2916
  /* @__PURE__ */ jsx65(
2899
2917
  "path",
2900
2918
  {
@@ -2923,11 +2941,11 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2923
2941
  }, "ICAi");
2924
2942
 
2925
2943
  // src/assets/stack.tsx
2926
- import { jsx as jsx66, jsxs as jsxs47 } from "react/jsx-runtime";
2944
+ import { jsx as jsx66, jsxs as jsxs48 } from "react/jsx-runtime";
2927
2945
  var ICStack = /* @__PURE__ */ __name((props) => {
2928
2946
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2929
2947
  if (fill && thick) {
2930
- return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2948
+ return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2931
2949
  /* @__PURE__ */ jsx66(
2932
2950
  "path",
2933
2951
  {
@@ -2952,7 +2970,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
2952
2970
  ] });
2953
2971
  }
2954
2972
  if (thick) {
2955
- return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2973
+ return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2956
2974
  /* @__PURE__ */ jsx66(
2957
2975
  "path",
2958
2976
  {
@@ -2979,7 +2997,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
2979
2997
  ] });
2980
2998
  }
2981
2999
  if (fill) {
2982
- return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3000
+ return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
2983
3001
  /* @__PURE__ */ jsx66(
2984
3002
  "path",
2985
3003
  {
@@ -3003,7 +3021,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
3003
3021
  )
3004
3022
  ] });
3005
3023
  }
3006
- return /* @__PURE__ */ jsxs47("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3024
+ return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3007
3025
  /* @__PURE__ */ jsx66(
3008
3026
  "path",
3009
3027
  {
@@ -3031,7 +3049,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
3031
3049
  }, "ICStack");
3032
3050
 
3033
3051
  // src/assets/summarize.tsx
3034
- import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
3052
+ import { jsx as jsx67, jsxs as jsxs49 } from "react/jsx-runtime";
3035
3053
  var ICSummarize = /* @__PURE__ */ __name((props) => {
3036
3054
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3037
3055
  if (fill && thick) {
@@ -3046,7 +3064,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3046
3064
  ) });
3047
3065
  }
3048
3066
  if (thick) {
3049
- return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3067
+ return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3050
3068
  /* @__PURE__ */ jsx67(
3051
3069
  "path",
3052
3070
  {
@@ -3077,7 +3095,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3077
3095
  }
3078
3096
  ) });
3079
3097
  }
3080
- return /* @__PURE__ */ jsxs48("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3098
+ return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3081
3099
  /* @__PURE__ */ jsx67(
3082
3100
  "path",
3083
3101
  {
@@ -3099,7 +3117,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3099
3117
  }, "ICSummarize");
3100
3118
 
3101
3119
  // src/assets/memo.tsx
3102
- import { jsx as jsx68, jsxs as jsxs49 } from "react/jsx-runtime";
3120
+ import { jsx as jsx68, jsxs as jsxs50 } from "react/jsx-runtime";
3103
3121
  var ICMemo = /* @__PURE__ */ __name((props) => {
3104
3122
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3105
3123
  if (fill && thick) {
@@ -3114,7 +3132,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3114
3132
  ) });
3115
3133
  }
3116
3134
  if (thick) {
3117
- return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3135
+ return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3118
3136
  /* @__PURE__ */ jsx68("path", { d: "M14 14V18H34V14H14Z", fill: color }),
3119
3137
  /* @__PURE__ */ jsx68("path", { d: "M14 22H34V26H14V22Z", fill: color }),
3120
3138
  /* @__PURE__ */ jsx68("path", { d: "M14 30V34H27V30H14Z", fill: color }),
@@ -3140,7 +3158,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3140
3158
  }
3141
3159
  ) });
3142
3160
  }
3143
- return /* @__PURE__ */ jsxs49("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3161
+ return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3144
3162
  /* @__PURE__ */ jsx68("path", { d: "M14.5 14.5V17.5H33.5V14.5H14.5Z", fill: color }),
3145
3163
  /* @__PURE__ */ jsx68("path", { d: "M14.5 22.5H33.5V25.5H14.5V22.5Z", fill: color }),
3146
3164
  /* @__PURE__ */ jsx68("path", { d: "M14.5 30.5V33.5H26.5V30.5H14.5Z", fill: color }),
@@ -3157,11 +3175,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3157
3175
  }, "ICMemo");
3158
3176
 
3159
3177
  // src/assets/highlighter.tsx
3160
- import { jsx as jsx69, jsxs as jsxs50 } from "react/jsx-runtime";
3178
+ import { jsx as jsx69, jsxs as jsxs51 } from "react/jsx-runtime";
3161
3179
  var ICHighlighter = /* @__PURE__ */ __name((props) => {
3162
3180
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3163
3181
  if (fill && thick) {
3164
- return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3182
+ return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3165
3183
  /* @__PURE__ */ jsx69(
3166
3184
  "path",
3167
3185
  {
@@ -3180,7 +3198,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3180
3198
  ] });
3181
3199
  }
3182
3200
  if (thick) {
3183
- return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3201
+ return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3184
3202
  /* @__PURE__ */ jsx69(
3185
3203
  "path",
3186
3204
  {
@@ -3194,7 +3212,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3194
3212
  ] });
3195
3213
  }
3196
3214
  if (fill) {
3197
- return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3215
+ return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3198
3216
  /* @__PURE__ */ jsx69(
3199
3217
  "path",
3200
3218
  {
@@ -3212,7 +3230,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3212
3230
  /* @__PURE__ */ jsx69("path", { d: "M41 39.5H7V42.5H41V39.5Z", fill: color })
3213
3231
  ] });
3214
3232
  }
3215
- return /* @__PURE__ */ jsxs50("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3233
+ return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3216
3234
  /* @__PURE__ */ jsx69(
3217
3235
  "path",
3218
3236
  {
@@ -3227,11 +3245,11 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3227
3245
  }, "ICHighlighter");
3228
3246
 
3229
3247
  // src/assets/creditcard.tsx
3230
- import { jsx as jsx70, jsxs as jsxs51 } from "react/jsx-runtime";
3248
+ import { jsx as jsx70, jsxs as jsxs52 } from "react/jsx-runtime";
3231
3249
  var ICCreditcard = /* @__PURE__ */ __name((props) => {
3232
3250
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3233
3251
  if (fill && thick) {
3234
- return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3252
+ return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3235
3253
  /* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
3236
3254
  /* @__PURE__ */ jsx70(
3237
3255
  "path",
@@ -3245,7 +3263,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3245
3263
  ] });
3246
3264
  }
3247
3265
  if (thick) {
3248
- return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3266
+ return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3249
3267
  /* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
3250
3268
  /* @__PURE__ */ jsx70(
3251
3269
  "path",
@@ -3259,7 +3277,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3259
3277
  ] });
3260
3278
  }
3261
3279
  if (fill) {
3262
- return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3280
+ return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3263
3281
  /* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17.5H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
3264
3282
  /* @__PURE__ */ jsx70(
3265
3283
  "path",
@@ -3272,7 +3290,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3272
3290
  )
3273
3291
  ] });
3274
3292
  }
3275
- return /* @__PURE__ */ jsxs51("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3293
+ return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3276
3294
  /* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
3277
3295
  /* @__PURE__ */ jsx70(
3278
3296
  "path",
@@ -3287,11 +3305,11 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3287
3305
  }, "ICCreditcard");
3288
3306
 
3289
3307
  // src/assets/speaker.tsx
3290
- import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
3308
+ import { jsx as jsx71, jsxs as jsxs53 } from "react/jsx-runtime";
3291
3309
  var ICSpeaker = /* @__PURE__ */ __name((props) => {
3292
3310
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3293
3311
  if (fill && thick) {
3294
- return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3312
+ return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3295
3313
  /* @__PURE__ */ jsx71(
3296
3314
  "path",
3297
3315
  {
@@ -3309,7 +3327,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3309
3327
  ] });
3310
3328
  }
3311
3329
  if (thick) {
3312
- return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3330
+ return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3313
3331
  /* @__PURE__ */ jsx71(
3314
3332
  "path",
3315
3333
  {
@@ -3329,7 +3347,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3329
3347
  ] });
3330
3348
  }
3331
3349
  if (fill) {
3332
- return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3350
+ return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3333
3351
  /* @__PURE__ */ jsx71(
3334
3352
  "path",
3335
3353
  {
@@ -3346,7 +3364,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3346
3364
  )
3347
3365
  ] });
3348
3366
  }
3349
- return /* @__PURE__ */ jsxs52("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3367
+ return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3350
3368
  /* @__PURE__ */ jsx71(
3351
3369
  "path",
3352
3370
  {
@@ -3367,11 +3385,11 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3367
3385
  }, "ICSpeaker");
3368
3386
 
3369
3387
  // src/assets/light.tsx
3370
- import { jsx as jsx72, jsxs as jsxs53 } from "react/jsx-runtime";
3388
+ import { jsx as jsx72, jsxs as jsxs54 } from "react/jsx-runtime";
3371
3389
  var ICLight = /* @__PURE__ */ __name((props) => {
3372
3390
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3373
3391
  if (fill && thick) {
3374
- return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3392
+ return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3375
3393
  /* @__PURE__ */ jsx72(
3376
3394
  "path",
3377
3395
  {
@@ -3389,7 +3407,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3389
3407
  ] });
3390
3408
  }
3391
3409
  if (thick) {
3392
- return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3410
+ return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3393
3411
  /* @__PURE__ */ jsx72(
3394
3412
  "path",
3395
3413
  {
@@ -3409,7 +3427,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3409
3427
  ] });
3410
3428
  }
3411
3429
  if (fill) {
3412
- return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3430
+ return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3413
3431
  /* @__PURE__ */ jsx72(
3414
3432
  "path",
3415
3433
  {
@@ -3426,7 +3444,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3426
3444
  )
3427
3445
  ] });
3428
3446
  }
3429
- return /* @__PURE__ */ jsxs53("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3447
+ return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3430
3448
  /* @__PURE__ */ jsx72(
3431
3449
  "path",
3432
3450
  {
@@ -3447,11 +3465,11 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3447
3465
  }, "ICLight");
3448
3466
 
3449
3467
  // src/assets/document-add.tsx
3450
- import { jsx as jsx73, jsxs as jsxs54 } from "react/jsx-runtime";
3468
+ import { jsx as jsx73, jsxs as jsxs55 } from "react/jsx-runtime";
3451
3469
  var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3452
3470
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3453
3471
  if (fill && thick) {
3454
- return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3472
+ return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3455
3473
  /* @__PURE__ */ jsx73(
3456
3474
  "path",
3457
3475
  {
@@ -3464,7 +3482,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3464
3482
  ] });
3465
3483
  }
3466
3484
  if (thick) {
3467
- return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3485
+ return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3468
3486
  /* @__PURE__ */ jsx73(
3469
3487
  "path",
3470
3488
  {
@@ -3478,7 +3496,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3478
3496
  ] });
3479
3497
  }
3480
3498
  if (fill) {
3481
- return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3499
+ return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3482
3500
  /* @__PURE__ */ jsx73(
3483
3501
  "path",
3484
3502
  {
@@ -3496,7 +3514,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3496
3514
  /* @__PURE__ */ jsx73("path", { d: "M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z", fill: color })
3497
3515
  ] });
3498
3516
  }
3499
- return /* @__PURE__ */ jsxs54("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3517
+ return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3500
3518
  /* @__PURE__ */ jsx73(
3501
3519
  "path",
3502
3520
  {
@@ -3607,7 +3625,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
3607
3625
  }, "ICThumbDown");
3608
3626
 
3609
3627
  // src/assets/shield.tsx
3610
- import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
3628
+ import { jsx as jsx76, jsxs as jsxs56 } from "react/jsx-runtime";
3611
3629
  var ICShield = /* @__PURE__ */ __name((props) => {
3612
3630
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3613
3631
  if (fill && thick) {
@@ -3622,7 +3640,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
3622
3640
  ) });
3623
3641
  }
3624
3642
  if (thick) {
3625
- return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
3643
+ return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
3626
3644
  /* @__PURE__ */ jsx76(
3627
3645
  "path",
3628
3646
  {
@@ -3652,7 +3670,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
3652
3670
  }
3653
3671
  ) });
3654
3672
  }
3655
- return /* @__PURE__ */ jsxs55("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
3673
+ return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", fill: "none", children: [
3656
3674
  /* @__PURE__ */ jsx76(
3657
3675
  "path",
3658
3676
  {
@@ -3699,11 +3717,11 @@ var ICHome = /* @__PURE__ */ __name((props) => {
3699
3717
  }, "ICHome");
3700
3718
 
3701
3719
  // src/assets/visibility.tsx
3702
- import { jsx as jsx78, jsxs as jsxs56 } from "react/jsx-runtime";
3720
+ import { jsx as jsx78, jsxs as jsxs57 } from "react/jsx-runtime";
3703
3721
  var ICVisibility = /* @__PURE__ */ __name((props) => {
3704
3722
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3705
3723
  if (thick) {
3706
- return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3724
+ return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3707
3725
  /* @__PURE__ */ jsx78(
3708
3726
  "path",
3709
3727
  {
@@ -3724,7 +3742,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
3724
3742
  )
3725
3743
  ] });
3726
3744
  }
3727
- return /* @__PURE__ */ jsxs56("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3745
+ return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3728
3746
  /* @__PURE__ */ jsx78(
3729
3747
  "path",
3730
3748
  {
@@ -3747,11 +3765,11 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
3747
3765
  }, "ICVisibility");
3748
3766
 
3749
3767
  // src/assets/visibility-off.tsx
3750
- import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
3768
+ import { jsx as jsx79, jsxs as jsxs58 } from "react/jsx-runtime";
3751
3769
  var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3752
3770
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3753
3771
  if (thick) {
3754
- return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3772
+ return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3755
3773
  /* @__PURE__ */ jsx79("path", { d: "M39.5568 36.7276L36.7284 39.5561L8.44409 11.2718L11.2725 8.44336L39.5568 36.7276Z", fill: color }),
3756
3774
  /* @__PURE__ */ jsx79(
3757
3775
  "path",
@@ -3783,7 +3801,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3783
3801
  )
3784
3802
  ] });
3785
3803
  }
3786
- return /* @__PURE__ */ jsxs57("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3804
+ return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3787
3805
  /* @__PURE__ */ jsx79("path", { d: "M10.9186 8.79785L39.2028 37.0821L37.0815 39.2034L8.79724 10.9192L10.9186 8.79785Z", fill: color }),
3788
3806
  /* @__PURE__ */ jsx79(
3789
3807
  "path",
@@ -3821,11 +3839,11 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3821
3839
  }, "ICVisibilityOff");
3822
3840
 
3823
3841
  // src/assets/magic-wand.tsx
3824
- import { jsx as jsx80, jsxs as jsxs58 } from "react/jsx-runtime";
3842
+ import { jsx as jsx80, jsxs as jsxs59 } from "react/jsx-runtime";
3825
3843
  var ICMagicWand = /* @__PURE__ */ __name((props) => {
3826
3844
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3827
3845
  if (thick) {
3828
- return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3846
+ return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3829
3847
  /* @__PURE__ */ jsx80(
3830
3848
  "path",
3831
3849
  {
@@ -3858,7 +3876,7 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
3858
3876
  )
3859
3877
  ] });
3860
3878
  }
3861
- return /* @__PURE__ */ jsxs58("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3879
+ return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3862
3880
  /* @__PURE__ */ jsx80(
3863
3881
  "path",
3864
3882
  {
@@ -3893,11 +3911,11 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
3893
3911
  }, "ICMagicWand");
3894
3912
 
3895
3913
  // src/assets/magic-pencil.tsx
3896
- import { jsx as jsx81, jsxs as jsxs59 } from "react/jsx-runtime";
3914
+ import { jsx as jsx81, jsxs as jsxs60 } from "react/jsx-runtime";
3897
3915
  var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3898
3916
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3899
3917
  if (thick) {
3900
- return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3918
+ return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3901
3919
  /* @__PURE__ */ jsx81(
3902
3920
  "path",
3903
3921
  {
@@ -3931,7 +3949,7 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3931
3949
  )
3932
3950
  ] });
3933
3951
  }
3934
- return /* @__PURE__ */ jsxs59("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3952
+ return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3935
3953
  /* @__PURE__ */ jsx81(
3936
3954
  "path",
3937
3955
  {
@@ -3967,11 +3985,11 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3967
3985
  }, "ICMagicPencil");
3968
3986
 
3969
3987
  // src/assets/bulb-exclamtionmark.tsx
3970
- import { jsx as jsx82, jsxs as jsxs60 } from "react/jsx-runtime";
3988
+ import { jsx as jsx82, jsxs as jsxs61 } from "react/jsx-runtime";
3971
3989
  var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
3972
3990
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3973
3991
  if (thick) {
3974
- return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3992
+ return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3975
3993
  /* @__PURE__ */ jsx82(
3976
3994
  "path",
3977
3995
  {
@@ -3992,7 +4010,7 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
3992
4010
  /* @__PURE__ */ jsx82("path", { d: "M18 39V43H30V39H18Z", fill: color })
3993
4011
  ] });
3994
4012
  }
3995
- return /* @__PURE__ */ jsxs60("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4013
+ return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
3996
4014
  /* @__PURE__ */ jsx82(
3997
4015
  "path",
3998
4016
  {
@@ -4015,11 +4033,11 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
4015
4033
  }, "ICBulbExclamtionmark");
4016
4034
 
4017
4035
  // src/assets/bulb.tsx
4018
- import { jsx as jsx83, jsxs as jsxs61 } from "react/jsx-runtime";
4036
+ import { jsx as jsx83, jsxs as jsxs62 } from "react/jsx-runtime";
4019
4037
  var ICBulb = /* @__PURE__ */ __name((props) => {
4020
4038
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4021
4039
  if (thick) {
4022
- return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4040
+ return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4023
4041
  /* @__PURE__ */ jsx83("path", { d: "M31 6H7V10H31V6Z", fill: "black" }),
4024
4042
  /* @__PURE__ */ jsx83("path", { d: "M31 15H7V19H31V15Z", fill: "black" }),
4025
4043
  /* @__PURE__ */ jsx83("path", { d: "M7 24H21V28H7V24Z", fill: "black" }),
@@ -4034,7 +4052,7 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
4034
4052
  )
4035
4053
  ] });
4036
4054
  }
4037
- return /* @__PURE__ */ jsxs61("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4055
+ return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4038
4056
  /* @__PURE__ */ jsx83("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: "black" }),
4039
4057
  /* @__PURE__ */ jsx83("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: "black" }),
4040
4058
  /* @__PURE__ */ jsx83("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: "black" }),
@@ -4051,11 +4069,11 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
4051
4069
  }, "ICBulb");
4052
4070
 
4053
4071
  // src/assets/paraphase.tsx
4054
- import { jsx as jsx84, jsxs as jsxs62 } from "react/jsx-runtime";
4072
+ import { jsx as jsx84, jsxs as jsxs63 } from "react/jsx-runtime";
4055
4073
  var ICParaphase = /* @__PURE__ */ __name((props) => {
4056
4074
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4057
4075
  if (thick) {
4058
- return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4076
+ return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4059
4077
  /* @__PURE__ */ jsx84("path", { d: "M31 6H7V10H31V6Z", fill: color }),
4060
4078
  /* @__PURE__ */ jsx84("path", { d: "M31 15H7V19H31V15Z", fill: color }),
4061
4079
  /* @__PURE__ */ jsx84("path", { d: "M7 24H21V28H7V24Z", fill: color }),
@@ -4070,7 +4088,7 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
4070
4088
  )
4071
4089
  ] });
4072
4090
  }
4073
- return /* @__PURE__ */ jsxs62("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4091
+ return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4074
4092
  /* @__PURE__ */ jsx84("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
4075
4093
  /* @__PURE__ */ jsx84("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
4076
4094
  /* @__PURE__ */ jsx84("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
@@ -4087,11 +4105,11 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
4087
4105
  }, "ICParaphase");
4088
4106
 
4089
4107
  // src/assets/make-easy.tsx
4090
- import { jsx as jsx85, jsxs as jsxs63 } from "react/jsx-runtime";
4108
+ import { jsx as jsx85, jsxs as jsxs64 } from "react/jsx-runtime";
4091
4109
  var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4092
4110
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4093
4111
  if (thick) {
4094
- return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4112
+ return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4095
4113
  /* @__PURE__ */ jsx85(
4096
4114
  "path",
4097
4115
  {
@@ -4123,7 +4141,7 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4123
4141
  /* @__PURE__ */ jsx85("path", { d: "M26 36.0003V40.0003H41V36.0003H26Z", fill: color })
4124
4142
  ] });
4125
4143
  }
4126
- return /* @__PURE__ */ jsxs63("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4144
+ return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4127
4145
  /* @__PURE__ */ jsx85(
4128
4146
  "path",
4129
4147
  {
@@ -4157,11 +4175,11 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4157
4175
  }, "ICMakeEasy");
4158
4176
 
4159
4177
  // src/assets/translate.tsx
4160
- import { jsx as jsx86, jsxs as jsxs64 } from "react/jsx-runtime";
4178
+ import { jsx as jsx86, jsxs as jsxs65 } from "react/jsx-runtime";
4161
4179
  var ICTranslate = /* @__PURE__ */ __name((props) => {
4162
4180
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4163
4181
  if (thick) {
4164
- return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4182
+ return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4165
4183
  /* @__PURE__ */ jsx86(
4166
4184
  "path",
4167
4185
  {
@@ -4180,7 +4198,7 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
4180
4198
  )
4181
4199
  ] });
4182
4200
  }
4183
- return /* @__PURE__ */ jsxs64("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4201
+ return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4184
4202
  /* @__PURE__ */ jsx86(
4185
4203
  "path",
4186
4204
  {
@@ -4201,11 +4219,11 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
4201
4219
  }, "ICTranslate");
4202
4220
 
4203
4221
  // src/assets/Info.tsx
4204
- import { jsx as jsx87, jsxs as jsxs65 } from "react/jsx-runtime";
4222
+ import { jsx as jsx87, jsxs as jsxs66 } from "react/jsx-runtime";
4205
4223
  var ICInfo = /* @__PURE__ */ __name((props) => {
4206
4224
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4207
4225
  if (thick) {
4208
- return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4226
+ return /* @__PURE__ */ jsxs66("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4209
4227
  /* @__PURE__ */ jsx87(
4210
4228
  "path",
4211
4229
  {
@@ -4225,7 +4243,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
4225
4243
  )
4226
4244
  ] });
4227
4245
  }
4228
- return /* @__PURE__ */ jsxs65("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4246
+ return /* @__PURE__ */ jsxs66("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4229
4247
  /* @__PURE__ */ jsx87(
4230
4248
  "path",
4231
4249
  {
@@ -4247,7 +4265,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
4247
4265
  }, "ICInfo");
4248
4266
 
4249
4267
  // src/assets/folder-open.tsx
4250
- import { jsx as jsx88, jsxs as jsxs66 } from "react/jsx-runtime";
4268
+ import { jsx as jsx88, jsxs as jsxs67 } from "react/jsx-runtime";
4251
4269
  var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4252
4270
  const { thick = false, fill = false, size = 32, color = "#1E1E1F", ...rest } = props;
4253
4271
  if (fill && thick) {
@@ -4269,7 +4287,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4269
4287
  ) });
4270
4288
  }
4271
4289
  if (thick) {
4272
- return /* @__PURE__ */ jsxs66("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4290
+ return /* @__PURE__ */ jsxs67("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4273
4291
  /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1749)", children: /* @__PURE__ */ jsx88(
4274
4292
  "path",
4275
4293
  {
@@ -4282,7 +4300,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4282
4300
  /* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_975_1749", children: /* @__PURE__ */ jsx88("rect", { width: "48", height: "48", fill: "white" }) }) })
4283
4301
  ] });
4284
4302
  }
4285
- return /* @__PURE__ */ jsxs66("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4303
+ return /* @__PURE__ */ jsxs67("svg", { ...rest, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4286
4304
  /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1738)", children: /* @__PURE__ */ jsx88(
4287
4305
  "path",
4288
4306
  {
@@ -4297,11 +4315,11 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4297
4315
  }, "ICFolderOpen");
4298
4316
 
4299
4317
  // src/assets/highlight-edit.tsx
4300
- import { jsx as jsx89, jsxs as jsxs67 } from "react/jsx-runtime";
4318
+ import { jsx as jsx89, jsxs as jsxs68 } from "react/jsx-runtime";
4301
4319
  var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4302
4320
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4303
4321
  if (thick) {
4304
- return /* @__PURE__ */ jsxs67("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 48 48", fill: "none", children: [
4322
+ return /* @__PURE__ */ jsxs68("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 48 48", fill: "none", children: [
4305
4323
  /* @__PURE__ */ jsx89(
4306
4324
  "path",
4307
4325
  {
@@ -4320,7 +4338,7 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4320
4338
  )
4321
4339
  ] });
4322
4340
  }
4323
- return /* @__PURE__ */ jsxs67("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4341
+ return /* @__PURE__ */ jsxs68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", xmlns: "http://www.w3.org/2000/svg", fill: "none", children: [
4324
4342
  /* @__PURE__ */ jsx89(
4325
4343
  "path",
4326
4344
  {
@@ -4341,11 +4359,11 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4341
4359
  }, "ICHighlightEdit");
4342
4360
 
4343
4361
  // src/assets/apple.tsx
4344
- import { jsx as jsx90, jsxs as jsxs68 } from "react/jsx-runtime";
4362
+ import { jsx as jsx90, jsxs as jsxs69 } from "react/jsx-runtime";
4345
4363
  var ICApple = /* @__PURE__ */ __name((props) => {
4346
4364
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4347
4365
  if (fill) {
4348
- return /* @__PURE__ */ jsxs68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4366
+ return /* @__PURE__ */ jsxs69("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4349
4367
  /* @__PURE__ */ jsx90(
4350
4368
  "path",
4351
4369
  {
@@ -4362,7 +4380,7 @@ var ICApple = /* @__PURE__ */ __name((props) => {
4362
4380
  )
4363
4381
  ] });
4364
4382
  }
4365
- return /* @__PURE__ */ jsxs68("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4383
+ return /* @__PURE__ */ jsxs69("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4366
4384
  /* @__PURE__ */ jsx90(
4367
4385
  "path",
4368
4386
  {
@@ -4447,11 +4465,11 @@ var ICFacebook = /* @__PURE__ */ __name((props) => {
4447
4465
  }, "ICFacebook");
4448
4466
 
4449
4467
  // src/assets/google.tsx
4450
- import { jsx as jsx94, jsxs as jsxs69 } from "react/jsx-runtime";
4468
+ import { jsx as jsx94, jsxs as jsxs70 } from "react/jsx-runtime";
4451
4469
  var ICGoogle = /* @__PURE__ */ __name((props) => {
4452
4470
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4453
4471
  if (fill) {
4454
- return /* @__PURE__ */ jsxs69("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4472
+ return /* @__PURE__ */ jsxs70("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4455
4473
  /* @__PURE__ */ jsx94(
4456
4474
  "path",
4457
4475
  {
@@ -4494,11 +4512,11 @@ var ICGoogle = /* @__PURE__ */ __name((props) => {
4494
4512
  }, "ICGoogle");
4495
4513
 
4496
4514
  // src/assets/paraphrase.tsx
4497
- import { jsx as jsx95, jsxs as jsxs70 } from "react/jsx-runtime";
4515
+ import { jsx as jsx95, jsxs as jsxs71 } from "react/jsx-runtime";
4498
4516
  var ICParaphrase = /* @__PURE__ */ __name((props) => {
4499
4517
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4500
4518
  if (thick) {
4501
- return /* @__PURE__ */ jsxs70("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4519
+ return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4502
4520
  /* @__PURE__ */ jsx95("path", { d: "M31 6H7V10H31V6Z", fill: color }),
4503
4521
  /* @__PURE__ */ jsx95("path", { d: "M31 15H7V19H31V15Z", fill: color }),
4504
4522
  /* @__PURE__ */ jsx95("path", { d: "M7 24H21V28H7V24Z", fill: color }),
@@ -4513,7 +4531,7 @@ var ICParaphrase = /* @__PURE__ */ __name((props) => {
4513
4531
  )
4514
4532
  ] });
4515
4533
  }
4516
- return /* @__PURE__ */ jsxs70("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4534
+ return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4517
4535
  /* @__PURE__ */ jsx95("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
4518
4536
  /* @__PURE__ */ jsx95("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
4519
4537
  /* @__PURE__ */ jsx95("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
@@ -4582,11 +4600,11 @@ var ICAirplane = /* @__PURE__ */ __name((props) => {
4582
4600
  }, "ICAirplane");
4583
4601
 
4584
4602
  // src/assets/rocket.tsx
4585
- import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
4603
+ import { jsx as jsx98, jsxs as jsxs72 } from "react/jsx-runtime";
4586
4604
  var ICRocket = /* @__PURE__ */ __name((props) => {
4587
4605
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4588
4606
  if (thick) {
4589
- return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4607
+ return /* @__PURE__ */ jsxs72("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4590
4608
  /* @__PURE__ */ jsx98(
4591
4609
  "path",
4592
4610
  {
@@ -4605,7 +4623,7 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
4605
4623
  )
4606
4624
  ] });
4607
4625
  }
4608
- return /* @__PURE__ */ jsxs71("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4626
+ return /* @__PURE__ */ jsxs72("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4609
4627
  /* @__PURE__ */ jsx98(
4610
4628
  "path",
4611
4629
  {
@@ -4626,11 +4644,11 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
4626
4644
  }, "ICRocket");
4627
4645
 
4628
4646
  // src/assets/source.tsx
4629
- import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
4647
+ import { jsx as jsx99, jsxs as jsxs73 } from "react/jsx-runtime";
4630
4648
  var ICSource = /* @__PURE__ */ __name((props) => {
4631
4649
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4632
4650
  if (thick) {
4633
- return /* @__PURE__ */ jsxs72("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4651
+ return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4634
4652
  /* @__PURE__ */ jsx99(
4635
4653
  "path",
4636
4654
  {
@@ -4669,7 +4687,7 @@ var ICSource = /* @__PURE__ */ __name((props) => {
4669
4687
  )
4670
4688
  ] });
4671
4689
  }
4672
- return /* @__PURE__ */ jsxs72("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4690
+ return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4673
4691
  /* @__PURE__ */ jsx99(
4674
4692
  "path",
4675
4693
  {
@@ -4710,11 +4728,11 @@ var ICSource = /* @__PURE__ */ __name((props) => {
4710
4728
  }, "ICSource");
4711
4729
 
4712
4730
  // src/assets/setting.tsx
4713
- import { jsx as jsx100, jsxs as jsxs73 } from "react/jsx-runtime";
4731
+ import { jsx as jsx100, jsxs as jsxs74 } from "react/jsx-runtime";
4714
4732
  var ICSetting = /* @__PURE__ */ __name((props) => {
4715
4733
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4716
4734
  if (thick) {
4717
- return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4735
+ return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4718
4736
  /* @__PURE__ */ jsx100(
4719
4737
  "path",
4720
4738
  {
@@ -4735,7 +4753,7 @@ var ICSetting = /* @__PURE__ */ __name((props) => {
4735
4753
  )
4736
4754
  ] });
4737
4755
  }
4738
- return /* @__PURE__ */ jsxs73("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4756
+ return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4739
4757
  /* @__PURE__ */ jsx100(
4740
4758
  "path",
4741
4759
  {
@@ -4780,11 +4798,11 @@ var ICExtend = /* @__PURE__ */ __name((props) => {
4780
4798
  }, "ICExtend");
4781
4799
 
4782
4800
  // src/assets/shorten.tsx
4783
- import { jsx as jsx102, jsxs as jsxs74 } from "react/jsx-runtime";
4801
+ import { jsx as jsx102, jsxs as jsxs75 } from "react/jsx-runtime";
4784
4802
  var ICShorten = /* @__PURE__ */ __name((props) => {
4785
4803
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4786
4804
  if (thick) {
4787
- return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4805
+ return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4788
4806
  /* @__PURE__ */ jsx102(
4789
4807
  "path",
4790
4808
  {
@@ -4801,7 +4819,7 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
4801
4819
  )
4802
4820
  ] });
4803
4821
  }
4804
- return /* @__PURE__ */ jsxs74("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4822
+ return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4805
4823
  /* @__PURE__ */ jsx102(
4806
4824
  "path",
4807
4825
  {
@@ -4820,11 +4838,11 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
4820
4838
  }, "ICShorten");
4821
4839
 
4822
4840
  // src/assets/sun.tsx
4823
- import { jsx as jsx103, jsxs as jsxs75 } from "react/jsx-runtime";
4841
+ import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
4824
4842
  var ICSun = /* @__PURE__ */ __name((props) => {
4825
4843
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4826
4844
  if (thick) {
4827
- return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4845
+ return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4828
4846
  /* @__PURE__ */ jsx103("path", { d: "M26 4V12H22V4H26Z", fill: color }),
4829
4847
  /* @__PURE__ */ jsx103(
4830
4848
  "path",
@@ -4844,7 +4862,7 @@ var ICSun = /* @__PURE__ */ __name((props) => {
4844
4862
  /* @__PURE__ */ jsx103("path", { d: "M8.44382 11.272L14.1007 16.9289L16.9291 14.1004L11.2723 8.44358L8.44382 11.272Z", fill: color })
4845
4863
  ] });
4846
4864
  }
4847
- return /* @__PURE__ */ jsxs75("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4865
+ return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4848
4866
  /* @__PURE__ */ jsx103("path", { d: "M25.5 4V12H22.5V4H25.5Z", fill: color }),
4849
4867
  /* @__PURE__ */ jsx103(
4850
4868
  "path",
@@ -4892,11 +4910,11 @@ var ICMoon = /* @__PURE__ */ __name((props) => {
4892
4910
  }, "ICMoon");
4893
4911
 
4894
4912
  // src/assets/fire.tsx
4895
- import { jsx as jsx105, jsxs as jsxs76 } from "react/jsx-runtime";
4913
+ import { jsx as jsx105, jsxs as jsxs77 } from "react/jsx-runtime";
4896
4914
  var ICFire = /* @__PURE__ */ __name((props) => {
4897
4915
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4898
4916
  if (thick) {
4899
- return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4917
+ return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4900
4918
  /* @__PURE__ */ jsx105(
4901
4919
  "path",
4902
4920
  {
@@ -4928,7 +4946,7 @@ var ICFire = /* @__PURE__ */ __name((props) => {
4928
4946
  }
4929
4947
  ) });
4930
4948
  }
4931
- return /* @__PURE__ */ jsxs76("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4949
+ return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4932
4950
  /* @__PURE__ */ jsx105(
4933
4951
  "path",
4934
4952
  {
@@ -5003,11 +5021,11 @@ var ICArrowDownward = /* @__PURE__ */ __name((props) => {
5003
5021
  }, "ICArrowDownward");
5004
5022
 
5005
5023
  // src/assets/light-mode.tsx
5006
- import { jsx as jsx108, jsxs as jsxs77 } from "react/jsx-runtime";
5024
+ import { jsx as jsx108, jsxs as jsxs78 } from "react/jsx-runtime";
5007
5025
  var ICLightMode = /* @__PURE__ */ __name((props) => {
5008
5026
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5009
5027
  if (thick) {
5010
- return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5028
+ return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5011
5029
  /* @__PURE__ */ jsx108("path", { d: "M26 2V11H22V2H26Z", fill: color }),
5012
5030
  /* @__PURE__ */ jsx108(
5013
5031
  "path",
@@ -5027,7 +5045,7 @@ var ICLightMode = /* @__PURE__ */ __name((props) => {
5027
5045
  /* @__PURE__ */ jsx108("path", { d: "M7.02978 9.85802L13.3937 16.222L16.2222 13.3936L9.85821 7.02959L7.02978 9.85802Z", fill: color })
5028
5046
  ] });
5029
5047
  }
5030
- return /* @__PURE__ */ jsxs77("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5048
+ return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5031
5049
  /* @__PURE__ */ jsx108("path", { d: "M25.5 2V11H22.5V2H25.5Z", fill: color }),
5032
5050
  /* @__PURE__ */ jsx108(
5033
5051
  "path",
@@ -5075,11 +5093,11 @@ var ICDarkMode = /* @__PURE__ */ __name((props) => {
5075
5093
  }, "ICDarkMode");
5076
5094
 
5077
5095
  // src/assets/target.tsx
5078
- import { jsx as jsx110, jsxs as jsxs78 } from "react/jsx-runtime";
5096
+ import { jsx as jsx110, jsxs as jsxs79 } from "react/jsx-runtime";
5079
5097
  var ICTarget = /* @__PURE__ */ __name((props) => {
5080
5098
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5081
5099
  if (thick) {
5082
- return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5100
+ return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5083
5101
  /* @__PURE__ */ jsx110(
5084
5102
  "path",
5085
5103
  {
@@ -5103,7 +5121,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
5103
5121
  )
5104
5122
  ] });
5105
5123
  }
5106
- return /* @__PURE__ */ jsxs78("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5124
+ return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5107
5125
  /* @__PURE__ */ jsx110(
5108
5126
  "path",
5109
5127
  {
@@ -5129,7 +5147,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
5129
5147
  }, "ICTarget");
5130
5148
 
5131
5149
  // src/assets/question-box.tsx
5132
- import { jsx as jsx111, jsxs as jsxs79 } from "react/jsx-runtime";
5150
+ import { jsx as jsx111, jsxs as jsxs80 } from "react/jsx-runtime";
5133
5151
  var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5134
5152
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5135
5153
  if (fill && thick) {
@@ -5144,7 +5162,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5144
5162
  ) });
5145
5163
  }
5146
5164
  if (thick) {
5147
- return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5165
+ return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5148
5166
  /* @__PURE__ */ jsx111(
5149
5167
  "path",
5150
5168
  {
@@ -5181,7 +5199,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5181
5199
  }
5182
5200
  ) });
5183
5201
  }
5184
- return /* @__PURE__ */ jsxs79("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5202
+ return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5185
5203
  /* @__PURE__ */ jsx111(
5186
5204
  "path",
5187
5205
  {
@@ -5209,11 +5227,11 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5209
5227
  }, "ICQuestionBox");
5210
5228
 
5211
5229
  // src/assets/new-tab.tsx
5212
- import { jsx as jsx112, jsxs as jsxs80 } from "react/jsx-runtime";
5230
+ import { jsx as jsx112, jsxs as jsxs81 } from "react/jsx-runtime";
5213
5231
  var ICNewTab = /* @__PURE__ */ __name((props) => {
5214
5232
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5215
5233
  if (fill && thick) {
5216
- return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5234
+ return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5217
5235
  /* @__PURE__ */ jsx112(
5218
5236
  "path",
5219
5237
  {
@@ -5230,7 +5248,7 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
5230
5248
  )
5231
5249
  ] });
5232
5250
  }
5233
- return /* @__PURE__ */ jsxs80("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5251
+ return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5234
5252
  /* @__PURE__ */ jsx112(
5235
5253
  "path",
5236
5254
  {
@@ -5249,11 +5267,11 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
5249
5267
  }, "ICNewTab");
5250
5268
 
5251
5269
  // src/assets/example.tsx
5252
- import { jsx as jsx113, jsxs as jsxs81 } from "react/jsx-runtime";
5270
+ import { jsx as jsx113, jsxs as jsxs82 } from "react/jsx-runtime";
5253
5271
  var ICExample = /* @__PURE__ */ __name((props) => {
5254
5272
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5255
5273
  if (fill && thick) {
5256
- return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5274
+ return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5257
5275
  /* @__PURE__ */ jsx113(
5258
5276
  "path",
5259
5277
  {
@@ -5267,7 +5285,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5267
5285
  ] });
5268
5286
  }
5269
5287
  if (fill) {
5270
- return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5288
+ return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5271
5289
  /* @__PURE__ */ jsx113(
5272
5290
  "path",
5273
5291
  {
@@ -5280,7 +5298,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5280
5298
  /* @__PURE__ */ jsx113("rect", { x: "18", y: "18", width: size, height: size, fill: color })
5281
5299
  ] });
5282
5300
  }
5283
- return /* @__PURE__ */ jsxs81("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5301
+ return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5284
5302
  /* @__PURE__ */ jsx113(
5285
5303
  "path",
5286
5304
  {
@@ -5295,11 +5313,11 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5295
5313
  }, "ICExample");
5296
5314
 
5297
5315
  // src/assets/quote.tsx
5298
- import { jsx as jsx114, jsxs as jsxs82 } from "react/jsx-runtime";
5316
+ import { jsx as jsx114, jsxs as jsxs83 } from "react/jsx-runtime";
5299
5317
  var ICQuote = /* @__PURE__ */ __name((props) => {
5300
5318
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5301
5319
  if (thick) {
5302
- return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5320
+ return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5303
5321
  /* @__PURE__ */ jsx114(
5304
5322
  "path",
5305
5323
  {
@@ -5321,7 +5339,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5321
5339
  ] });
5322
5340
  }
5323
5341
  if (fill) {
5324
- return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5342
+ return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5325
5343
  /* @__PURE__ */ jsx114(
5326
5344
  "path",
5327
5345
  {
@@ -5338,7 +5356,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5338
5356
  )
5339
5357
  ] });
5340
5358
  }
5341
- return /* @__PURE__ */ jsxs82("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5359
+ return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5342
5360
  /* @__PURE__ */ jsx114(
5343
5361
  "path",
5344
5362
  {
@@ -5361,11 +5379,11 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5361
5379
  }, "ICQuote");
5362
5380
 
5363
5381
  // src/assets/document-check.tsx
5364
- import { jsx as jsx115, jsxs as jsxs83 } from "react/jsx-runtime";
5382
+ import { jsx as jsx115, jsxs as jsxs84 } from "react/jsx-runtime";
5365
5383
  var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5366
5384
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5367
5385
  if (fill && thick) {
5368
- return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5386
+ return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5369
5387
  /* @__PURE__ */ jsx115(
5370
5388
  "path",
5371
5389
  {
@@ -5384,7 +5402,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5384
5402
  ] });
5385
5403
  }
5386
5404
  if (thick) {
5387
- return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5405
+ return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5388
5406
  /* @__PURE__ */ jsx115(
5389
5407
  "path",
5390
5408
  {
@@ -5404,7 +5422,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5404
5422
  ] });
5405
5423
  }
5406
5424
  if (fill) {
5407
- return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5425
+ return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5408
5426
  /* @__PURE__ */ jsx115(
5409
5427
  "path",
5410
5428
  {
@@ -5428,7 +5446,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5428
5446
  )
5429
5447
  ] });
5430
5448
  }
5431
- return /* @__PURE__ */ jsxs83("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5449
+ return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5432
5450
  /* @__PURE__ */ jsx115(
5433
5451
  "path",
5434
5452
  {
@@ -5475,11 +5493,11 @@ var ICBlock = /* @__PURE__ */ __name((props) => {
5475
5493
  }, "ICBlock");
5476
5494
 
5477
5495
  // src/assets/bookmark-cancel.tsx
5478
- import { jsx as jsx117, jsxs as jsxs84 } from "react/jsx-runtime";
5496
+ import { jsx as jsx117, jsxs as jsxs85 } from "react/jsx-runtime";
5479
5497
  var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5480
5498
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5481
5499
  if (fill && thick) {
5482
- return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5500
+ return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5483
5501
  /* @__PURE__ */ jsx117("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L3.67651 6.50421Z", fill: "#1E1E1F" }),
5484
5502
  /* @__PURE__ */ jsx117("path", { d: "M12.0713 5L41.0001 33.9287V7C41.0001 5.89543 40.1046 5 39.0001 5H12.0713Z", fill: "#1E1E1F" }),
5485
5503
  /* @__PURE__ */ jsx117(
@@ -5492,7 +5510,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5492
5510
  ] });
5493
5511
  }
5494
5512
  if (thick) {
5495
- return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5513
+ return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5496
5514
  /* @__PURE__ */ jsx117(
5497
5515
  "path",
5498
5516
  {
@@ -5517,7 +5535,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5517
5535
  ] });
5518
5536
  }
5519
5537
  if (fill) {
5520
- return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5538
+ return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5521
5539
  /* @__PURE__ */ jsx117("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", fill: "#1E1E1F" }),
5522
5540
  /* @__PURE__ */ jsx117("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", fill: "#1E1E1F" }),
5523
5541
  /* @__PURE__ */ jsx117(
@@ -5529,7 +5547,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5529
5547
  )
5530
5548
  ] });
5531
5549
  }
5532
- return /* @__PURE__ */ jsxs84("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5550
+ return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5533
5551
  /* @__PURE__ */ jsx117("path", { d: "M41.9393 44.0608L44.0606 41.9395L6.06065 3.93945L3.93933 6.06077L41.9393 44.0608Z", fill: "#1E1E1F" }),
5534
5552
  /* @__PURE__ */ jsx117(
5535
5553
  "path",
@@ -5615,11 +5633,11 @@ var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
5615
5633
  }, "ICArrowUpLeft");
5616
5634
 
5617
5635
  // src/assets/email.tsx
5618
- import { jsx as jsx121, jsxs as jsxs85 } from "react/jsx-runtime";
5636
+ import { jsx as jsx121, jsxs as jsxs86 } from "react/jsx-runtime";
5619
5637
  var ICEmail = /* @__PURE__ */ __name((props) => {
5620
5638
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5621
5639
  if (fill && thick) {
5622
- return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5640
+ return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5623
5641
  /* @__PURE__ */ jsx121(
5624
5642
  "path",
5625
5643
  {
@@ -5648,7 +5666,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
5648
5666
  ) });
5649
5667
  }
5650
5668
  if (fill) {
5651
- return /* @__PURE__ */ jsxs85("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5669
+ return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5652
5670
  /* @__PURE__ */ jsx121(
5653
5671
  "path",
5654
5672
  {
@@ -5677,17 +5695,17 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
5677
5695
  }, "ICEmail");
5678
5696
 
5679
5697
  // src/assets/filter.tsx
5680
- import { jsx as jsx122, jsxs as jsxs86 } from "react/jsx-runtime";
5698
+ import { jsx as jsx122, jsxs as jsxs87 } from "react/jsx-runtime";
5681
5699
  var ICFilter = /* @__PURE__ */ __name((props) => {
5682
5700
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5683
5701
  if (thick) {
5684
- return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5702
+ return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5685
5703
  /* @__PURE__ */ jsx122("path", { d: "M42 16H6V12H42V16Z", fill: color }),
5686
5704
  /* @__PURE__ */ jsx122("path", { d: "M36 26H12V22H36V26Z", fill: color }),
5687
5705
  /* @__PURE__ */ jsx122("path", { d: "M19 36H29V32H19V36Z", fill: color })
5688
5706
  ] });
5689
5707
  }
5690
- return /* @__PURE__ */ jsxs86("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5708
+ return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5691
5709
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M36 25.5H12V22.5H36V25.5Z", fill: color }),
5692
5710
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M42 15.5H6V12.5H42V15.5Z", fill: color }),
5693
5711
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M29 35.5H19V32.5H29V35.5Z", fill: color })
@@ -5695,11 +5713,11 @@ var ICFilter = /* @__PURE__ */ __name((props) => {
5695
5713
  }, "ICFilter");
5696
5714
 
5697
5715
  // src/assets/timer.tsx
5698
- import { jsx as jsx123, jsxs as jsxs87 } from "react/jsx-runtime";
5716
+ import { jsx as jsx123, jsxs as jsxs88 } from "react/jsx-runtime";
5699
5717
  var ICTimer = /* @__PURE__ */ __name((props) => {
5700
5718
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5701
5719
  if (thick) {
5702
- return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5720
+ return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5703
5721
  /* @__PURE__ */ jsx123("path", { d: "M18 6H30V2H18V6Z", fill: color }),
5704
5722
  /* @__PURE__ */ jsx123("path", { d: "M26 26V15H22V26H26Z", fill: color }),
5705
5723
  /* @__PURE__ */ jsx123(
@@ -5713,7 +5731,7 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
5713
5731
  )
5714
5732
  ] });
5715
5733
  }
5716
- return /* @__PURE__ */ jsxs87("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5734
+ return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5717
5735
  /* @__PURE__ */ jsx123("path", { d: "M18 5.5H30V2.5H18V5.5Z", fill: color }),
5718
5736
  /* @__PURE__ */ jsx123("path", { d: "M25.5 26V15H22.5V26H25.5Z", fill: color }),
5719
5737
  /* @__PURE__ */ jsx123(
@@ -5729,11 +5747,11 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
5729
5747
  }, "ICTimer");
5730
5748
 
5731
5749
  // src/assets/play-button.tsx
5732
- import { jsx as jsx124, jsxs as jsxs88 } from "react/jsx-runtime";
5750
+ import { jsx as jsx124, jsxs as jsxs89 } from "react/jsx-runtime";
5733
5751
  var ICPlayButton = /* @__PURE__ */ __name((props) => {
5734
5752
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5735
5753
  if (thick) {
5736
- return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5754
+ return /* @__PURE__ */ jsxs89("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5737
5755
  /* @__PURE__ */ jsx124(
5738
5756
  "path",
5739
5757
  {
@@ -5757,7 +5775,7 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
5757
5775
  }
5758
5776
  ) });
5759
5777
  }
5760
- return /* @__PURE__ */ jsxs88("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5778
+ return /* @__PURE__ */ jsxs89("svg", { ...props, width: size, height: size, viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5761
5779
  /* @__PURE__ */ jsx124(
5762
5780
  "path",
5763
5781
  {
@@ -6032,7 +6050,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
6032
6050
  }, "Icon");
6033
6051
 
6034
6052
  // src/components/Button/index.tsx
6035
- import { jsx as jsx126, jsxs as jsxs89 } from "react/jsx-runtime";
6053
+ import { jsx as jsx126, jsxs as jsxs90 } from "react/jsx-runtime";
6036
6054
  var buttonIconSizeMap = {
6037
6055
  cta: "m",
6038
6056
  l: "s",
@@ -6119,7 +6137,7 @@ var DefaultButton = forwardRef(
6119
6137
  className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
6120
6138
  ref
6121
6139
  },
6122
- /* @__PURE__ */ jsxs89("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6140
+ /* @__PURE__ */ jsxs90("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6123
6141
  !!leftIcon && /* @__PURE__ */ jsx126(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
6124
6142
  /* @__PURE__ */ jsx126("p", { className: style_module_default.content, children: newChildren }),
6125
6143
  !!rightIcon && /* @__PURE__ */ jsx126(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
@@ -6133,7 +6151,7 @@ var DefaultButton = forwardRef(
6133
6151
  ...rest,
6134
6152
  className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
6135
6153
  ref,
6136
- children: /* @__PURE__ */ jsxs89("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6154
+ children: /* @__PURE__ */ jsxs90("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6137
6155
  !!leftIcon && /* @__PURE__ */ jsx126(
6138
6156
  Icon,
6139
6157
  {
@@ -6277,11 +6295,11 @@ var Paragraph = /* @__PURE__ */ __name(({
6277
6295
 
6278
6296
  // src/components/Toast/index.tsx
6279
6297
  import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
6280
- import { jsx as jsx128, jsxs as jsxs90 } from "react/jsx-runtime";
6298
+ import { jsx as jsx128, jsxs as jsxs91 } from "react/jsx-runtime";
6281
6299
  import { createElement } from "react";
6282
6300
  var Toaster = /* @__PURE__ */ __name(() => {
6283
6301
  const { list } = useRecoilValue(toastAtom);
6284
- return /* @__PURE__ */ jsxs90(Provider, { children: [
6302
+ return /* @__PURE__ */ jsxs91(Provider, { children: [
6285
6303
  list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
6286
6304
  /* @__PURE__ */ jsx128(Viewport, { className: style_module_default3.ToastViewport })
6287
6305
  ] });
@@ -6312,9 +6330,9 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
6312
6330
  clearTimeout(timerRef.current);
6313
6331
  };
6314
6332
  }, []);
6315
- return /* @__PURE__ */ jsxs90(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
6333
+ return /* @__PURE__ */ jsxs91(Root, { className: style_module_default3.ToastRoot, open: isOpen, ...props, children: [
6316
6334
  icon && /* @__PURE__ */ jsx128("i", { className: style_module_default3.Icon, children: /* @__PURE__ */ jsx128(Icon, { ...icon, size: "s" }) }),
6317
- /* @__PURE__ */ jsxs90(Title, { className: style_module_default3.ToastTitle, children: [
6335
+ /* @__PURE__ */ jsxs91(Title, { className: style_module_default3.ToastTitle, children: [
6318
6336
  /* @__PURE__ */ jsx128(
6319
6337
  Paragraph,
6320
6338
  {
@@ -6463,7 +6481,7 @@ var style_module_default5 = {
6463
6481
  // src/components/Popover/index.tsx
6464
6482
  import { cva as cva4 } from "class-variance-authority";
6465
6483
  import { clsx as clsx8 } from "clsx";
6466
- import { jsx as jsx133, jsxs as jsxs91 } from "react/jsx-runtime";
6484
+ import { jsx as jsx133, jsxs as jsxs92 } from "react/jsx-runtime";
6467
6485
  var DEFAULT_OFFSET = -6;
6468
6486
  var popoverVariants = cva4(style_module_default5.content, {
6469
6487
  variants: {
@@ -6522,7 +6540,7 @@ var PopoverContent = React.forwardRef(
6522
6540
  onClose,
6523
6541
  className,
6524
6542
  ...props
6525
- }, ref) => /* @__PURE__ */ jsx133(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs91(
6543
+ }, ref) => /* @__PURE__ */ jsx133(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs92(
6526
6544
  PopoverPrimitive.Content,
6527
6545
  {
6528
6546
  ref,
@@ -6532,8 +6550,8 @@ var PopoverContent = React.forwardRef(
6532
6550
  className: clsx8(popoverVariants({ level }), className),
6533
6551
  ...props,
6534
6552
  children: [
6535
- /* @__PURE__ */ jsxs91("div", { className: style_module_default5.contentContainer, children: [
6536
- /* @__PURE__ */ jsxs91("div", { className: style_module_default5.heading, children: [
6553
+ /* @__PURE__ */ jsxs92("div", { className: style_module_default5.contentContainer, children: [
6554
+ /* @__PURE__ */ jsxs92("div", { className: style_module_default5.heading, children: [
6537
6555
  tag && /* @__PURE__ */ jsx133("span", { className: popoverTagVariants(), children: tag }),
6538
6556
  icon && /* @__PURE__ */ jsx133(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
6539
6557
  /* @__PURE__ */ jsx133("p", { className: popoverTitleVariants(), children: title }),