@liner-fe/prism 1.10.29 → 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) {
@@ -756,16 +756,22 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
756
756
  ) });
757
757
  }
758
758
  if (fill) {
759
- 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(
760
- "path",
761
- {
762
- d: "M42.5625 22.8924L39.6588 21.1082C34.6108 23.6649 29.5838 26.1542 24.4508 28.6369C17.3923 25.4438 10.4786 22.2219 3.62891 18.7056L23.9996 8.24805L44.3704 18.7056C44.1303 18.8288 43.8904 18.9519 43.6506 19.0747L42.5625 20.8547V22.8924ZM12.9996 34.876V31.1464L22.2082 35.3052C23.6922 35.9753 25.3968 35.9535 26.8631 35.2457L34.9996 31.3177L34.9996 34.876L23.9996 40.734L12.9996 34.876Z",
763
- fill: color,
764
- stroke: color,
765
- "stroke-width": "4",
766
- "stroke-linejoin": "bevel"
767
- }
768
- ) });
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
+ ] });
769
775
  }
770
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(
771
777
  "path",
@@ -779,11 +785,11 @@ var ICGraduationcap = /* @__PURE__ */ __name((props) => {
779
785
  }, "ICGraduationcap");
780
786
 
781
787
  // src/assets/palette.tsx
782
- import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
788
+ import { jsx as jsx22, jsxs as jsxs18 } from "react/jsx-runtime";
783
789
  var ICPalette = /* @__PURE__ */ __name((props) => {
784
790
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
785
791
  if (thick) {
786
- 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: [
787
793
  /* @__PURE__ */ jsx22(
788
794
  "path",
789
795
  {
@@ -823,7 +829,7 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
823
829
  )
824
830
  ] });
825
831
  }
826
- 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: [
827
833
  /* @__PURE__ */ jsx22(
828
834
  "path",
829
835
  {
@@ -865,11 +871,11 @@ var ICPalette = /* @__PURE__ */ __name((props) => {
865
871
  }, "ICPalette");
866
872
 
867
873
  // src/assets/download.tsx
868
- import { jsx as jsx23, jsxs as jsxs18 } from "react/jsx-runtime";
874
+ import { jsx as jsx23, jsxs as jsxs19 } from "react/jsx-runtime";
869
875
  var ICDownload = /* @__PURE__ */ __name((props) => {
870
876
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
871
877
  if (thick) {
872
- 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: [
873
879
  /* @__PURE__ */ jsx23(
874
880
  "path",
875
881
  {
@@ -880,7 +886,7 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
880
886
  /* @__PURE__ */ jsx23("path", { d: "M41 39H7V43H41V39Z", fill: color })
881
887
  ] });
882
888
  }
883
- 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: [
884
890
  /* @__PURE__ */ jsx23(
885
891
  "path",
886
892
  {
@@ -893,11 +899,11 @@ var ICDownload = /* @__PURE__ */ __name((props) => {
893
899
  }, "ICDownload");
894
900
 
895
901
  // src/assets/regenerate.tsx
896
- import { jsx as jsx24, jsxs as jsxs19 } from "react/jsx-runtime";
902
+ import { jsx as jsx24, jsxs as jsxs20 } from "react/jsx-runtime";
897
903
  var ICRegenerate = /* @__PURE__ */ __name((props) => {
898
904
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
899
905
  if (thick) {
900
- 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: [
901
907
  /* @__PURE__ */ jsx24(
902
908
  "path",
903
909
  {
@@ -914,7 +920,7 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
914
920
  )
915
921
  ] });
916
922
  }
917
- 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: [
918
924
  /* @__PURE__ */ jsx24(
919
925
  "path",
920
926
  {
@@ -933,11 +939,11 @@ var ICRegenerate = /* @__PURE__ */ __name((props) => {
933
939
  }, "ICRegenerate");
934
940
 
935
941
  // src/assets/credit.tsx
936
- import { jsx as jsx25, jsxs as jsxs20 } from "react/jsx-runtime";
942
+ import { jsx as jsx25, jsxs as jsxs21 } from "react/jsx-runtime";
937
943
  var ICCredit = /* @__PURE__ */ __name((props) => {
938
944
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
939
945
  if (thick) {
940
- 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: [
941
947
  /* @__PURE__ */ jsx25(
942
948
  "path",
943
949
  {
@@ -961,7 +967,7 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
961
967
  )
962
968
  ] });
963
969
  }
964
- 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: [
965
971
  /* @__PURE__ */ jsx25("path", { d: "M36.249 12.25V18.4996H39.249V12.25H45.5V9.25H39.249V3H36.249V9.25H30.0004V12.25H36.249Z", fill: color }),
966
972
  /* @__PURE__ */ jsx25(
967
973
  "path",
@@ -981,11 +987,11 @@ var ICCredit = /* @__PURE__ */ __name((props) => {
981
987
  }, "ICCredit");
982
988
 
983
989
  // src/assets/feedback.tsx
984
- import { jsx as jsx26, jsxs as jsxs21 } from "react/jsx-runtime";
990
+ import { jsx as jsx26, jsxs as jsxs22 } from "react/jsx-runtime";
985
991
  var ICFeedback = /* @__PURE__ */ __name((props) => {
986
992
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
987
993
  if (thick) {
988
- 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: [
989
995
  /* @__PURE__ */ jsx26(
990
996
  "path",
991
997
  {
@@ -1004,7 +1010,7 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
1004
1010
  )
1005
1011
  ] });
1006
1012
  }
1007
- 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: [
1008
1014
  /* @__PURE__ */ jsx26(
1009
1015
  "path",
1010
1016
  {
@@ -1025,11 +1031,11 @@ var ICFeedback = /* @__PURE__ */ __name((props) => {
1025
1031
  }, "ICFeedback");
1026
1032
 
1027
1033
  // src/assets/tune.tsx
1028
- import { jsx as jsx27, jsxs as jsxs22 } from "react/jsx-runtime";
1034
+ import { jsx as jsx27, jsxs as jsxs23 } from "react/jsx-runtime";
1029
1035
  var ICTune = /* @__PURE__ */ __name((props) => {
1030
1036
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1031
1037
  if (thick) {
1032
- 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: [
1033
1039
  /* @__PURE__ */ jsx27("path", { d: "M35 9V5H31V17H35V13H41V9H35Z", fill: color }),
1034
1040
  /* @__PURE__ */ jsx27("path", { d: "M7 9H27V13H7V9Z", fill: color }),
1035
1041
  /* @__PURE__ */ jsx27("path", { d: "M18 18L18 30H14V26H7V22H14V18H18Z", fill: color }),
@@ -1038,7 +1044,7 @@ var ICTune = /* @__PURE__ */ __name((props) => {
1038
1044
  /* @__PURE__ */ jsx27("path", { d: "M18 35H7V39H18V35Z", fill: color })
1039
1045
  ] });
1040
1046
  }
1041
- 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: [
1042
1048
  /* @__PURE__ */ jsx27("path", { d: "M34.5 9.5V5H31.5V17H34.5V12.5H41V9.5H34.5Z", fill: color }),
1043
1049
  /* @__PURE__ */ jsx27("path", { d: "M7 9.5H27V12.5H7V9.5Z", fill: color }),
1044
1050
  /* @__PURE__ */ jsx27("path", { d: "M17.5 18L17.5 30H14.5V25.5H7V22.5H14.5V18H17.5Z", fill: color }),
@@ -1159,17 +1165,17 @@ var ICArrowDown = /* @__PURE__ */ __name((props) => {
1159
1165
  }, "ICArrowDown");
1160
1166
 
1161
1167
  // src/assets/menu.tsx
1162
- import { jsx as jsx32, jsxs as jsxs23 } from "react/jsx-runtime";
1168
+ import { jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
1163
1169
  var ICMenu = /* @__PURE__ */ __name((props) => {
1164
1170
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1165
1171
  if (thick) {
1166
- 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: [
1167
1173
  /* @__PURE__ */ jsx32("path", { d: "M9 9H39V13H9V9Z", fill: color }),
1168
1174
  /* @__PURE__ */ jsx32("path", { d: "M9 22H39V26H9V22Z", fill: color }),
1169
1175
  /* @__PURE__ */ jsx32("path", { d: "M39 35H9V39H39V35Z", fill: color })
1170
1176
  ] });
1171
1177
  }
1172
- 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: [
1173
1179
  /* @__PURE__ */ jsx32("path", { d: "M9 9.5H39V12.5H9V9.5Z", fill: color }),
1174
1180
  /* @__PURE__ */ jsx32("path", { d: "M9 22.5H39V25.5H9V22.5Z", fill: color }),
1175
1181
  /* @__PURE__ */ jsx32("path", { d: "M39 35.5H9V38.5H39V35.5Z", fill: color })
@@ -1177,11 +1183,11 @@ var ICMenu = /* @__PURE__ */ __name((props) => {
1177
1183
  }, "ICMenu");
1178
1184
 
1179
1185
  // src/assets/document-warning.tsx
1180
- import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
1186
+ import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
1181
1187
  var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
1182
1188
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1183
1189
  if (thick) {
1184
- 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: [
1185
1191
  /* @__PURE__ */ jsx33(
1186
1192
  "path",
1187
1193
  {
@@ -1202,7 +1208,7 @@ var ICDocumentWarning = /* @__PURE__ */ __name((props) => {
1202
1208
  )
1203
1209
  ] });
1204
1210
  }
1205
- 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: [
1206
1212
  /* @__PURE__ */ jsx33(
1207
1213
  "path",
1208
1214
  {
@@ -1247,11 +1253,11 @@ var ICArrowRight = /* @__PURE__ */ __name((props) => {
1247
1253
  }, "ICArrowRight");
1248
1254
 
1249
1255
  // src/assets/step.tsx
1250
- import { jsx as jsx35, jsxs as jsxs25 } from "react/jsx-runtime";
1256
+ import { jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
1251
1257
  var ICStep = /* @__PURE__ */ __name((props) => {
1252
1258
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1253
1259
  if (thick) {
1254
- 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: [
1255
1261
  /* @__PURE__ */ jsx35(
1256
1262
  "path",
1257
1263
  {
@@ -1272,7 +1278,7 @@ var ICStep = /* @__PURE__ */ __name((props) => {
1272
1278
  )
1273
1279
  ] });
1274
1280
  }
1275
- 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: [
1276
1282
  /* @__PURE__ */ jsx35(
1277
1283
  "path",
1278
1284
  {
@@ -1317,11 +1323,11 @@ var ICArrowTurn = /* @__PURE__ */ __name((props) => {
1317
1323
  }, "ICArrowTurn");
1318
1324
 
1319
1325
  // src/assets/power.tsx
1320
- import { jsx as jsx37, jsxs as jsxs26 } from "react/jsx-runtime";
1326
+ import { jsx as jsx37, jsxs as jsxs27 } from "react/jsx-runtime";
1321
1327
  var ICPower = /* @__PURE__ */ __name((props) => {
1322
1328
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1323
1329
  if (thick) {
1324
- 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: [
1325
1331
  /* @__PURE__ */ jsx37("path", { d: "M26 24V6H22V24H26Z", fill: color }),
1326
1332
  /* @__PURE__ */ jsx37(
1327
1333
  "path",
@@ -1332,7 +1338,7 @@ var ICPower = /* @__PURE__ */ __name((props) => {
1332
1338
  )
1333
1339
  ] });
1334
1340
  }
1335
- 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: [
1336
1342
  /* @__PURE__ */ jsx37("path", { d: "M25.5 24V6H22.5V24H25.5Z", fill: color }),
1337
1343
  /* @__PURE__ */ jsx37(
1338
1344
  "path",
@@ -1371,11 +1377,11 @@ var ICDesktop = /* @__PURE__ */ __name((props) => {
1371
1377
  }, "ICDesktop");
1372
1378
 
1373
1379
  // src/assets/desktop-on-cursor.tsx
1374
- import { jsx as jsx39, jsxs as jsxs27 } from "react/jsx-runtime";
1380
+ import { jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
1375
1381
  var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
1376
1382
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1377
1383
  if (thick) {
1378
- 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: [
1379
1385
  /* @__PURE__ */ jsx39(
1380
1386
  "path",
1381
1387
  {
@@ -1393,7 +1399,7 @@ var ICDesktopOnCursor = /* @__PURE__ */ __name((props) => {
1393
1399
  )
1394
1400
  ] });
1395
1401
  }
1396
- 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: [
1397
1403
  /* @__PURE__ */ jsx39(
1398
1404
  "path",
1399
1405
  {
@@ -1439,11 +1445,11 @@ var ICViewList = /* @__PURE__ */ __name((props) => {
1439
1445
  }, "ICViewList");
1440
1446
 
1441
1447
  // src/assets/chart-bar.tsx
1442
- import { jsx as jsx41, jsxs as jsxs28 } from "react/jsx-runtime";
1448
+ import { jsx as jsx41, jsxs as jsxs29 } from "react/jsx-runtime";
1443
1449
  var ICChartBar = /* @__PURE__ */ __name((props) => {
1444
1450
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1445
1451
  if (thick) {
1446
- 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: [
1447
1453
  /* @__PURE__ */ jsx41(
1448
1454
  "path",
1449
1455
  {
@@ -1485,7 +1491,7 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
1485
1491
  }
1486
1492
  ) });
1487
1493
  }
1488
- 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: [
1489
1495
  /* @__PURE__ */ jsx41(
1490
1496
  "path",
1491
1497
  {
@@ -1518,11 +1524,11 @@ var ICChartBar = /* @__PURE__ */ __name((props) => {
1518
1524
  }, "ICChartBar");
1519
1525
 
1520
1526
  // src/assets/chart-line-uptrend.tsx
1521
- import { jsx as jsx42, jsxs as jsxs29 } from "react/jsx-runtime";
1527
+ import { jsx as jsx42, jsxs as jsxs30 } from "react/jsx-runtime";
1522
1528
  var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
1523
1529
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1524
1530
  if (thick) {
1525
- 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: [
1526
1532
  /* @__PURE__ */ jsx42("path", { d: "M5 6V39C5 41.2091 6.79086 43 9 43H42V39H9V6H5Z", fill: color }),
1527
1533
  /* @__PURE__ */ jsx42(
1528
1534
  "path",
@@ -1544,7 +1550,7 @@ var ICChartLineUptrend = /* @__PURE__ */ __name((props) => {
1544
1550
  }
1545
1551
  ) });
1546
1552
  }
1547
- 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: [
1548
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 }),
1549
1555
  /* @__PURE__ */ jsx42(
1550
1556
  "path",
@@ -1594,11 +1600,11 @@ var ICFolder = /* @__PURE__ */ __name((props) => {
1594
1600
  }, "ICFolder");
1595
1601
 
1596
1602
  // src/assets/person.tsx
1597
- import { jsx as jsx44, jsxs as jsxs30 } from "react/jsx-runtime";
1603
+ import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
1598
1604
  var ICPerson = /* @__PURE__ */ __name((props) => {
1599
1605
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1600
1606
  if (thick) {
1601
- 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: [
1602
1608
  /* @__PURE__ */ jsx44(
1603
1609
  "path",
1604
1610
  {
@@ -1620,7 +1626,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1620
1626
  ] });
1621
1627
  }
1622
1628
  if (fill) {
1623
- 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: [
1624
1630
  /* @__PURE__ */ jsx44(
1625
1631
  "path",
1626
1632
  {
@@ -1637,7 +1643,7 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1637
1643
  )
1638
1644
  ] });
1639
1645
  }
1640
- 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: [
1641
1647
  /* @__PURE__ */ jsx44(
1642
1648
  "path",
1643
1649
  {
@@ -1660,11 +1666,11 @@ var ICPerson = /* @__PURE__ */ __name((props) => {
1660
1666
  }, "ICPerson");
1661
1667
 
1662
1668
  // src/assets/trash.tsx
1663
- import { jsx as jsx45, jsxs as jsxs31 } from "react/jsx-runtime";
1669
+ import { jsx as jsx45, jsxs as jsxs32 } from "react/jsx-runtime";
1664
1670
  var ICTrash = /* @__PURE__ */ __name((props) => {
1665
1671
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1666
1672
  if (thick) {
1667
- 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: [
1668
1674
  /* @__PURE__ */ jsx45("path", { d: "M22 18V37H18L18 18H22Z", fill: color }),
1669
1675
  /* @__PURE__ */ jsx45("path", { d: "M30 37V18H26V37H30Z", fill: color }),
1670
1676
  /* @__PURE__ */ jsx45(
@@ -1689,7 +1695,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
1689
1695
  }
1690
1696
  ) });
1691
1697
  }
1692
- 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: [
1693
1699
  /* @__PURE__ */ jsx45("path", { d: "M21.5 18.5L21.5 36.5H18.5L18.5 18.5H21.5Z", fill: color }),
1694
1700
  /* @__PURE__ */ jsx45("path", { d: "M29.5 36.5V18.5H26.5V36.5H29.5Z", fill: color }),
1695
1701
  /* @__PURE__ */ jsx45(
@@ -1705,7 +1711,7 @@ var ICTrash = /* @__PURE__ */ __name((props) => {
1705
1711
  }, "ICTrash");
1706
1712
 
1707
1713
  // src/assets/pencil.tsx
1708
- import { jsx as jsx46, jsxs as jsxs32 } from "react/jsx-runtime";
1714
+ import { jsx as jsx46, jsxs as jsxs33 } from "react/jsx-runtime";
1709
1715
  var ICPencil = /* @__PURE__ */ __name((props) => {
1710
1716
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1711
1717
  if (thick) {
@@ -1720,7 +1726,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
1720
1726
  ) });
1721
1727
  }
1722
1728
  if (fill) {
1723
- 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: [
1724
1730
  /* @__PURE__ */ jsx46(
1725
1731
  "path",
1726
1732
  {
@@ -1749,7 +1755,7 @@ var ICPencil = /* @__PURE__ */ __name((props) => {
1749
1755
  }, "ICPencil");
1750
1756
 
1751
1757
  // src/assets/copy.tsx
1752
- import { jsx as jsx47, jsxs as jsxs33 } from "react/jsx-runtime";
1758
+ import { jsx as jsx47, jsxs as jsxs34 } from "react/jsx-runtime";
1753
1759
  var ICCopy = /* @__PURE__ */ __name((props) => {
1754
1760
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1755
1761
  if (thick) {
@@ -1764,7 +1770,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
1764
1770
  ) });
1765
1771
  }
1766
1772
  if (fill) {
1767
- 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: [
1768
1774
  /* @__PURE__ */ jsx47(
1769
1775
  "path",
1770
1776
  {
@@ -1793,7 +1799,7 @@ var ICCopy = /* @__PURE__ */ __name((props) => {
1793
1799
  }, "ICCopy");
1794
1800
 
1795
1801
  // src/assets/book.tsx
1796
- import { jsx as jsx48, jsxs as jsxs34 } from "react/jsx-runtime";
1802
+ import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
1797
1803
  var ICBook = /* @__PURE__ */ __name((props) => {
1798
1804
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1799
1805
  if (thick) {
@@ -1808,7 +1814,7 @@ var ICBook = /* @__PURE__ */ __name((props) => {
1808
1814
  ) });
1809
1815
  }
1810
1816
  if (fill) {
1811
- 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: [
1812
1818
  /* @__PURE__ */ jsx48(
1813
1819
  "path",
1814
1820
  {
@@ -1837,11 +1843,11 @@ var ICBook = /* @__PURE__ */ __name((props) => {
1837
1843
  }, "ICBook");
1838
1844
 
1839
1845
  // src/assets/description.tsx
1840
- import { jsx as jsx49, jsxs as jsxs35 } from "react/jsx-runtime";
1846
+ import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
1841
1847
  var ICDescription = /* @__PURE__ */ __name((props) => {
1842
1848
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1843
1849
  if (thick) {
1844
- 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: [
1845
1851
  /* @__PURE__ */ jsx49("path", { d: "M20 22H16V18H20V22Z", fill: color }),
1846
1852
  /* @__PURE__ */ jsx49("path", { d: "M32 29.5H16V25.5H32V29.5Z", fill: color }),
1847
1853
  /* @__PURE__ */ jsx49("path", { d: "M16 37H32V33H16V37Z", fill: color }),
@@ -1867,7 +1873,7 @@ var ICDescription = /* @__PURE__ */ __name((props) => {
1867
1873
  }
1868
1874
  ) });
1869
1875
  }
1870
- 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: [
1871
1877
  /* @__PURE__ */ jsx49("path", { d: "M20 21.5H16V18.5H20V21.5Z", fill: color }),
1872
1878
  /* @__PURE__ */ jsx49("path", { d: "M32 29H16V26H32V29Z", fill: color }),
1873
1879
  /* @__PURE__ */ jsx49("path", { d: "M16 36.5H32V33.5H16V36.5Z", fill: color }),
@@ -1919,11 +1925,11 @@ var ICBookmark = /* @__PURE__ */ __name((props) => {
1919
1925
  }, "ICBookmark");
1920
1926
 
1921
1927
  // src/assets/photo.tsx
1922
- import { jsx as jsx51, jsxs as jsxs36 } from "react/jsx-runtime";
1928
+ import { jsx as jsx51, jsxs as jsxs37 } from "react/jsx-runtime";
1923
1929
  var ICPhoto = /* @__PURE__ */ __name((props) => {
1924
1930
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1925
1931
  if (thick) {
1926
- 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: [
1927
1933
  /* @__PURE__ */ jsx51(
1928
1934
  "path",
1929
1935
  {
@@ -1953,7 +1959,7 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
1953
1959
  }
1954
1960
  ) });
1955
1961
  }
1956
- 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: [
1957
1963
  /* @__PURE__ */ jsx51(
1958
1964
  "path",
1959
1965
  {
@@ -1974,11 +1980,11 @@ var ICPhoto = /* @__PURE__ */ __name((props) => {
1974
1980
  }, "ICPhoto");
1975
1981
 
1976
1982
  // src/assets/camera.tsx
1977
- import { jsx as jsx52, jsxs as jsxs37 } from "react/jsx-runtime";
1983
+ import { jsx as jsx52, jsxs as jsxs38 } from "react/jsx-runtime";
1978
1984
  var ICCamera = /* @__PURE__ */ __name((props) => {
1979
1985
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
1980
1986
  if (thick) {
1981
- 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: [
1982
1988
  /* @__PURE__ */ jsx52(
1983
1989
  "path",
1984
1990
  {
@@ -2010,7 +2016,7 @@ var ICCamera = /* @__PURE__ */ __name((props) => {
2010
2016
  }
2011
2017
  ) });
2012
2018
  }
2013
- 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: [
2014
2020
  /* @__PURE__ */ jsx52(
2015
2021
  "path",
2016
2022
  {
@@ -2068,7 +2074,7 @@ var ICBolt = /* @__PURE__ */ __name((props) => {
2068
2074
  }, "ICBolt");
2069
2075
 
2070
2076
  // src/assets/question-message.tsx
2071
- import { jsx as jsx54, jsxs as jsxs38 } from "react/jsx-runtime";
2077
+ import { jsx as jsx54, jsxs as jsxs39 } from "react/jsx-runtime";
2072
2078
  var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2073
2079
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2074
2080
  if (fill && thick) {
@@ -2083,7 +2089,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2083
2089
  ) });
2084
2090
  }
2085
2091
  if (thick) {
2086
- 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: [
2087
2093
  /* @__PURE__ */ jsx54(
2088
2094
  "path",
2089
2095
  {
@@ -2120,7 +2126,7 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2120
2126
  }
2121
2127
  ) });
2122
2128
  }
2123
- 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: [
2124
2130
  /* @__PURE__ */ jsx54(
2125
2131
  "path",
2126
2132
  {
@@ -2148,11 +2154,11 @@ var ICQuestionMessage = /* @__PURE__ */ __name((props) => {
2148
2154
  }, "ICQuestionMessage");
2149
2155
 
2150
2156
  // src/assets/books.tsx
2151
- import { jsx as jsx55, jsxs as jsxs39 } from "react/jsx-runtime";
2157
+ import { jsx as jsx55, jsxs as jsxs40 } from "react/jsx-runtime";
2152
2158
  var ICBooks = /* @__PURE__ */ __name((props) => {
2153
2159
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2154
2160
  if (fill && thick) {
2155
- 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: [
2156
2162
  /* @__PURE__ */ jsx55(
2157
2163
  "path",
2158
2164
  {
@@ -2183,7 +2189,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2183
2189
  ] });
2184
2190
  }
2185
2191
  if (thick) {
2186
- 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: [
2187
2193
  /* @__PURE__ */ jsx55("path", { d: "M20.3906 24H17.6406V26H20.3906V24Z", fill: color }),
2188
2194
  /* @__PURE__ */ jsx55("path", { d: "M20.3906 34H17.6406V36H20.3906V34Z", fill: color }),
2189
2195
  /* @__PURE__ */ jsx55(
@@ -2198,7 +2204,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2198
2204
  ] });
2199
2205
  }
2200
2206
  if (fill) {
2201
- 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: [
2202
2208
  /* @__PURE__ */ jsx55(
2203
2209
  "path",
2204
2210
  {
@@ -2224,7 +2230,7 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2224
2230
  )
2225
2231
  ] });
2226
2232
  }
2227
- 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: [
2228
2234
  /* @__PURE__ */ jsx55("path", { d: "M17.4532 23.4649H21.2734V26.0117H17.4532V23.4649Z", fill: color }),
2229
2235
  /* @__PURE__ */ jsx55("path", { d: "M21.2734 33.7266H17.4532V36.2734H21.2734V33.7266Z", fill: color }),
2230
2236
  /* @__PURE__ */ jsx55(
@@ -2240,11 +2246,11 @@ var ICBooks = /* @__PURE__ */ __name((props) => {
2240
2246
  }, "ICBooks");
2241
2247
 
2242
2248
  // src/assets/balance.tsx
2243
- import { jsx as jsx56, jsxs as jsxs40 } from "react/jsx-runtime";
2249
+ import { jsx as jsx56, jsxs as jsxs41 } from "react/jsx-runtime";
2244
2250
  var ICBalance = /* @__PURE__ */ __name((props) => {
2245
2251
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2246
2252
  if (fill && thick) {
2247
- 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: [
2248
2254
  /* @__PURE__ */ jsx56(
2249
2255
  "path",
2250
2256
  {
@@ -2269,7 +2275,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2269
2275
  ] });
2270
2276
  }
2271
2277
  if (thick) {
2272
- 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: [
2273
2279
  /* @__PURE__ */ jsx56(
2274
2280
  "path",
2275
2281
  {
@@ -2298,7 +2304,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2298
2304
  ] });
2299
2305
  }
2300
2306
  if (fill) {
2301
- 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: [
2302
2308
  /* @__PURE__ */ jsx56(
2303
2309
  "path",
2304
2310
  {
@@ -2322,7 +2328,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2322
2328
  )
2323
2329
  ] });
2324
2330
  }
2325
- 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: [
2326
2332
  /* @__PURE__ */ jsx56(
2327
2333
  "path",
2328
2334
  {
@@ -2352,7 +2358,7 @@ var ICBalance = /* @__PURE__ */ __name((props) => {
2352
2358
  }, "ICBalance");
2353
2359
 
2354
2360
  // src/assets/folder-add.tsx
2355
- import { jsx as jsx57, jsxs as jsxs41 } from "react/jsx-runtime";
2361
+ import { jsx as jsx57, jsxs as jsxs42 } from "react/jsx-runtime";
2356
2362
  var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2357
2363
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2358
2364
  if (fill && thick) {
@@ -2367,7 +2373,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2367
2373
  ) });
2368
2374
  }
2369
2375
  if (thick) {
2370
- 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: [
2371
2377
  /* @__PURE__ */ jsx57("path", { d: "M22 23.5V17.9998H26V23.5H31.75V27.5H26V33.4998H22V27.5H16.25V23.5H22Z", fill: color }),
2372
2378
  /* @__PURE__ */ jsx57(
2373
2379
  "path",
@@ -2391,7 +2397,7 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2391
2397
  }
2392
2398
  ) });
2393
2399
  }
2394
- 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: [
2395
2401
  /* @__PURE__ */ jsx57("path", { d: "M22.5 24V17.9998H25.5V24H31.75V27H25.5V33.4998H22.5V27H16.25V24H22.5Z", fill: color }),
2396
2402
  /* @__PURE__ */ jsx57(
2397
2403
  "path",
@@ -2406,11 +2412,11 @@ var ICFolderAdd = /* @__PURE__ */ __name((props) => {
2406
2412
  }, "ICFolderAdd");
2407
2413
 
2408
2414
  // src/assets/document.tsx
2409
- import { jsx as jsx58, jsxs as jsxs42 } from "react/jsx-runtime";
2415
+ import { jsx as jsx58, jsxs as jsxs43 } from "react/jsx-runtime";
2410
2416
  var ICDocument = /* @__PURE__ */ __name((props) => {
2411
2417
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2412
2418
  if (fill && thick) {
2413
- 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: [
2414
2420
  /* @__PURE__ */ jsx58(
2415
2421
  "path",
2416
2422
  {
@@ -2433,7 +2439,7 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
2433
2439
  ) });
2434
2440
  }
2435
2441
  if (fill) {
2436
- 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: [
2437
2443
  /* @__PURE__ */ jsx58(
2438
2444
  "path",
2439
2445
  {
@@ -2462,11 +2468,11 @@ var ICDocument = /* @__PURE__ */ __name((props) => {
2462
2468
  }, "ICDocument");
2463
2469
 
2464
2470
  // src/assets/person-add.tsx
2465
- import { jsx as jsx59, jsxs as jsxs43 } from "react/jsx-runtime";
2471
+ import { jsx as jsx59, jsxs as jsxs44 } from "react/jsx-runtime";
2466
2472
  var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2467
2473
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2468
2474
  if (fill && thick) {
2469
- 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: [
2470
2476
  /* @__PURE__ */ jsx59(
2471
2477
  "path",
2472
2478
  {
@@ -2485,7 +2491,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2485
2491
  ] });
2486
2492
  }
2487
2493
  if (thick) {
2488
- 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: [
2489
2495
  /* @__PURE__ */ jsx59(
2490
2496
  "path",
2491
2497
  {
@@ -2506,7 +2512,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2506
2512
  ] });
2507
2513
  }
2508
2514
  if (fill) {
2509
- 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: [
2510
2516
  /* @__PURE__ */ jsx59(
2511
2517
  "path",
2512
2518
  {
@@ -2530,7 +2536,7 @@ var ICPersonAdd = /* @__PURE__ */ __name((props) => {
2530
2536
  )
2531
2537
  ] });
2532
2538
  }
2533
- 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: [
2534
2540
  /* @__PURE__ */ jsx59(
2535
2541
  "path",
2536
2542
  {
@@ -2644,7 +2650,7 @@ var ICCheckMark = /* @__PURE__ */ __name((props) => {
2644
2650
  }, "ICCheckMark");
2645
2651
 
2646
2652
  // src/assets/exclamationmark.tsx
2647
- import { jsx as jsx62, jsxs as jsxs44 } from "react/jsx-runtime";
2653
+ import { jsx as jsx62, jsxs as jsxs45 } from "react/jsx-runtime";
2648
2654
  var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2649
2655
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2650
2656
  if (fill && thick) {
@@ -2659,7 +2665,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2659
2665
  ) });
2660
2666
  }
2661
2667
  if (thick) {
2662
- 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: [
2663
2669
  /* @__PURE__ */ jsx62("path", { d: "M22 10V29H26V10H22Z", fill: color }),
2664
2670
  /* @__PURE__ */ jsx62(
2665
2671
  "path",
@@ -2681,7 +2687,7 @@ var ICExclamationmark = /* @__PURE__ */ __name((props) => {
2681
2687
  }
2682
2688
  ) });
2683
2689
  }
2684
- 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: [
2685
2691
  /* @__PURE__ */ jsx62("path", { d: "M22.5 10V29H25.5V10H22.5Z", fill: color }),
2686
2692
  /* @__PURE__ */ jsx62(
2687
2693
  "path",
@@ -2738,11 +2744,11 @@ var ICClose = /* @__PURE__ */ __name((props) => {
2738
2744
  }, "ICClose");
2739
2745
 
2740
2746
  // src/assets/lock.tsx
2741
- import { jsx as jsx64, jsxs as jsxs45 } from "react/jsx-runtime";
2747
+ import { jsx as jsx64, jsxs as jsxs46 } from "react/jsx-runtime";
2742
2748
  var ICLock = /* @__PURE__ */ __name((props) => {
2743
2749
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2744
2750
  if (fill && thick) {
2745
- 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: [
2746
2752
  /* @__PURE__ */ jsx64(
2747
2753
  "path",
2748
2754
  {
@@ -2762,7 +2768,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2762
2768
  ] });
2763
2769
  }
2764
2770
  if (thick) {
2765
- 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: [
2766
2772
  /* @__PURE__ */ jsx64(
2767
2773
  "path",
2768
2774
  {
@@ -2784,7 +2790,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2784
2790
  ] });
2785
2791
  }
2786
2792
  if (fill) {
2787
- 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: [
2788
2794
  /* @__PURE__ */ jsx64(
2789
2795
  "path",
2790
2796
  {
@@ -2803,7 +2809,7 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2803
2809
  )
2804
2810
  ] });
2805
2811
  }
2806
- 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: [
2807
2813
  /* @__PURE__ */ jsx64(
2808
2814
  "path",
2809
2815
  {
@@ -2826,11 +2832,11 @@ var ICLock = /* @__PURE__ */ __name((props) => {
2826
2832
  }, "ICLock");
2827
2833
 
2828
2834
  // src/assets/ai.tsx
2829
- import { jsx as jsx65, jsxs as jsxs46 } from "react/jsx-runtime";
2835
+ import { jsx as jsx65, jsxs as jsxs47 } from "react/jsx-runtime";
2830
2836
  var ICAi = /* @__PURE__ */ __name((props) => {
2831
2837
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2832
2838
  if (fill && thick) {
2833
- 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: [
2834
2840
  /* @__PURE__ */ jsx65(
2835
2841
  "path",
2836
2842
  {
@@ -2851,7 +2857,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2851
2857
  ] });
2852
2858
  }
2853
2859
  if (thick) {
2854
- 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: [
2855
2861
  /* @__PURE__ */ jsx65(
2856
2862
  "path",
2857
2863
  {
@@ -2879,7 +2885,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2879
2885
  ] });
2880
2886
  }
2881
2887
  if (fill) {
2882
- 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: [
2883
2889
  /* @__PURE__ */ jsx65(
2884
2890
  "path",
2885
2891
  {
@@ -2906,7 +2912,7 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2906
2912
  )
2907
2913
  ] });
2908
2914
  }
2909
- 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: [
2910
2916
  /* @__PURE__ */ jsx65(
2911
2917
  "path",
2912
2918
  {
@@ -2935,11 +2941,11 @@ var ICAi = /* @__PURE__ */ __name((props) => {
2935
2941
  }, "ICAi");
2936
2942
 
2937
2943
  // src/assets/stack.tsx
2938
- import { jsx as jsx66, jsxs as jsxs47 } from "react/jsx-runtime";
2944
+ import { jsx as jsx66, jsxs as jsxs48 } from "react/jsx-runtime";
2939
2945
  var ICStack = /* @__PURE__ */ __name((props) => {
2940
2946
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
2941
2947
  if (fill && thick) {
2942
- 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: [
2943
2949
  /* @__PURE__ */ jsx66(
2944
2950
  "path",
2945
2951
  {
@@ -2964,7 +2970,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
2964
2970
  ] });
2965
2971
  }
2966
2972
  if (thick) {
2967
- 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: [
2968
2974
  /* @__PURE__ */ jsx66(
2969
2975
  "path",
2970
2976
  {
@@ -2991,7 +2997,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
2991
2997
  ] });
2992
2998
  }
2993
2999
  if (fill) {
2994
- 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: [
2995
3001
  /* @__PURE__ */ jsx66(
2996
3002
  "path",
2997
3003
  {
@@ -3015,7 +3021,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
3015
3021
  )
3016
3022
  ] });
3017
3023
  }
3018
- 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: [
3019
3025
  /* @__PURE__ */ jsx66(
3020
3026
  "path",
3021
3027
  {
@@ -3043,7 +3049,7 @@ var ICStack = /* @__PURE__ */ __name((props) => {
3043
3049
  }, "ICStack");
3044
3050
 
3045
3051
  // src/assets/summarize.tsx
3046
- import { jsx as jsx67, jsxs as jsxs48 } from "react/jsx-runtime";
3052
+ import { jsx as jsx67, jsxs as jsxs49 } from "react/jsx-runtime";
3047
3053
  var ICSummarize = /* @__PURE__ */ __name((props) => {
3048
3054
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3049
3055
  if (fill && thick) {
@@ -3058,7 +3064,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3058
3064
  ) });
3059
3065
  }
3060
3066
  if (thick) {
3061
- 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: [
3062
3068
  /* @__PURE__ */ jsx67(
3063
3069
  "path",
3064
3070
  {
@@ -3089,7 +3095,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3089
3095
  }
3090
3096
  ) });
3091
3097
  }
3092
- 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: [
3093
3099
  /* @__PURE__ */ jsx67(
3094
3100
  "path",
3095
3101
  {
@@ -3111,7 +3117,7 @@ var ICSummarize = /* @__PURE__ */ __name((props) => {
3111
3117
  }, "ICSummarize");
3112
3118
 
3113
3119
  // src/assets/memo.tsx
3114
- import { jsx as jsx68, jsxs as jsxs49 } from "react/jsx-runtime";
3120
+ import { jsx as jsx68, jsxs as jsxs50 } from "react/jsx-runtime";
3115
3121
  var ICMemo = /* @__PURE__ */ __name((props) => {
3116
3122
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3117
3123
  if (fill && thick) {
@@ -3126,7 +3132,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3126
3132
  ) });
3127
3133
  }
3128
3134
  if (thick) {
3129
- 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: [
3130
3136
  /* @__PURE__ */ jsx68("path", { d: "M14 14V18H34V14H14Z", fill: color }),
3131
3137
  /* @__PURE__ */ jsx68("path", { d: "M14 22H34V26H14V22Z", fill: color }),
3132
3138
  /* @__PURE__ */ jsx68("path", { d: "M14 30V34H27V30H14Z", fill: color }),
@@ -3152,7 +3158,7 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3152
3158
  }
3153
3159
  ) });
3154
3160
  }
3155
- 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: [
3156
3162
  /* @__PURE__ */ jsx68("path", { d: "M14.5 14.5V17.5H33.5V14.5H14.5Z", fill: color }),
3157
3163
  /* @__PURE__ */ jsx68("path", { d: "M14.5 22.5H33.5V25.5H14.5V22.5Z", fill: color }),
3158
3164
  /* @__PURE__ */ jsx68("path", { d: "M14.5 30.5V33.5H26.5V30.5H14.5Z", fill: color }),
@@ -3169,11 +3175,11 @@ var ICMemo = /* @__PURE__ */ __name((props) => {
3169
3175
  }, "ICMemo");
3170
3176
 
3171
3177
  // src/assets/highlighter.tsx
3172
- import { jsx as jsx69, jsxs as jsxs50 } from "react/jsx-runtime";
3178
+ import { jsx as jsx69, jsxs as jsxs51 } from "react/jsx-runtime";
3173
3179
  var ICHighlighter = /* @__PURE__ */ __name((props) => {
3174
3180
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3175
3181
  if (fill && thick) {
3176
- 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: [
3177
3183
  /* @__PURE__ */ jsx69(
3178
3184
  "path",
3179
3185
  {
@@ -3192,7 +3198,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3192
3198
  ] });
3193
3199
  }
3194
3200
  if (thick) {
3195
- 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: [
3196
3202
  /* @__PURE__ */ jsx69(
3197
3203
  "path",
3198
3204
  {
@@ -3206,7 +3212,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3206
3212
  ] });
3207
3213
  }
3208
3214
  if (fill) {
3209
- 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: [
3210
3216
  /* @__PURE__ */ jsx69(
3211
3217
  "path",
3212
3218
  {
@@ -3224,7 +3230,7 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3224
3230
  /* @__PURE__ */ jsx69("path", { d: "M41 39.5H7V42.5H41V39.5Z", fill: color })
3225
3231
  ] });
3226
3232
  }
3227
- 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: [
3228
3234
  /* @__PURE__ */ jsx69(
3229
3235
  "path",
3230
3236
  {
@@ -3239,11 +3245,11 @@ var ICHighlighter = /* @__PURE__ */ __name((props) => {
3239
3245
  }, "ICHighlighter");
3240
3246
 
3241
3247
  // src/assets/creditcard.tsx
3242
- import { jsx as jsx70, jsxs as jsxs51 } from "react/jsx-runtime";
3248
+ import { jsx as jsx70, jsxs as jsxs52 } from "react/jsx-runtime";
3243
3249
  var ICCreditcard = /* @__PURE__ */ __name((props) => {
3244
3250
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3245
3251
  if (fill && thick) {
3246
- 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: [
3247
3253
  /* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
3248
3254
  /* @__PURE__ */ jsx70(
3249
3255
  "path",
@@ -3257,7 +3263,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3257
3263
  ] });
3258
3264
  }
3259
3265
  if (thick) {
3260
- 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: [
3261
3267
  /* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
3262
3268
  /* @__PURE__ */ jsx70(
3263
3269
  "path",
@@ -3271,7 +3277,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3271
3277
  ] });
3272
3278
  }
3273
3279
  if (fill) {
3274
- 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: [
3275
3281
  /* @__PURE__ */ jsx70("path", { d: "M6 9C4.89543 9 4 9.89543 4 11V17.5H44V11C44 9.89543 43.1046 9 42 9H6Z", fill: color }),
3276
3282
  /* @__PURE__ */ jsx70(
3277
3283
  "path",
@@ -3284,7 +3290,7 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3284
3290
  )
3285
3291
  ] });
3286
3292
  }
3287
- 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: [
3288
3294
  /* @__PURE__ */ jsx70("path", { d: "M18 27H11V32H18V27Z", fill: color }),
3289
3295
  /* @__PURE__ */ jsx70(
3290
3296
  "path",
@@ -3299,11 +3305,11 @@ var ICCreditcard = /* @__PURE__ */ __name((props) => {
3299
3305
  }, "ICCreditcard");
3300
3306
 
3301
3307
  // src/assets/speaker.tsx
3302
- import { jsx as jsx71, jsxs as jsxs52 } from "react/jsx-runtime";
3308
+ import { jsx as jsx71, jsxs as jsxs53 } from "react/jsx-runtime";
3303
3309
  var ICSpeaker = /* @__PURE__ */ __name((props) => {
3304
3310
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3305
3311
  if (fill && thick) {
3306
- 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: [
3307
3313
  /* @__PURE__ */ jsx71(
3308
3314
  "path",
3309
3315
  {
@@ -3321,7 +3327,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3321
3327
  ] });
3322
3328
  }
3323
3329
  if (thick) {
3324
- 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: [
3325
3331
  /* @__PURE__ */ jsx71(
3326
3332
  "path",
3327
3333
  {
@@ -3341,7 +3347,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3341
3347
  ] });
3342
3348
  }
3343
3349
  if (fill) {
3344
- 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: [
3345
3351
  /* @__PURE__ */ jsx71(
3346
3352
  "path",
3347
3353
  {
@@ -3358,7 +3364,7 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3358
3364
  )
3359
3365
  ] });
3360
3366
  }
3361
- 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: [
3362
3368
  /* @__PURE__ */ jsx71(
3363
3369
  "path",
3364
3370
  {
@@ -3379,11 +3385,11 @@ var ICSpeaker = /* @__PURE__ */ __name((props) => {
3379
3385
  }, "ICSpeaker");
3380
3386
 
3381
3387
  // src/assets/light.tsx
3382
- import { jsx as jsx72, jsxs as jsxs53 } from "react/jsx-runtime";
3388
+ import { jsx as jsx72, jsxs as jsxs54 } from "react/jsx-runtime";
3383
3389
  var ICLight = /* @__PURE__ */ __name((props) => {
3384
3390
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3385
3391
  if (fill && thick) {
3386
- 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: [
3387
3393
  /* @__PURE__ */ jsx72(
3388
3394
  "path",
3389
3395
  {
@@ -3401,7 +3407,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3401
3407
  ] });
3402
3408
  }
3403
3409
  if (thick) {
3404
- 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: [
3405
3411
  /* @__PURE__ */ jsx72(
3406
3412
  "path",
3407
3413
  {
@@ -3421,7 +3427,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3421
3427
  ] });
3422
3428
  }
3423
3429
  if (fill) {
3424
- 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: [
3425
3431
  /* @__PURE__ */ jsx72(
3426
3432
  "path",
3427
3433
  {
@@ -3438,7 +3444,7 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3438
3444
  )
3439
3445
  ] });
3440
3446
  }
3441
- 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: [
3442
3448
  /* @__PURE__ */ jsx72(
3443
3449
  "path",
3444
3450
  {
@@ -3459,11 +3465,11 @@ var ICLight = /* @__PURE__ */ __name((props) => {
3459
3465
  }, "ICLight");
3460
3466
 
3461
3467
  // src/assets/document-add.tsx
3462
- import { jsx as jsx73, jsxs as jsxs54 } from "react/jsx-runtime";
3468
+ import { jsx as jsx73, jsxs as jsxs55 } from "react/jsx-runtime";
3463
3469
  var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3464
3470
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3465
3471
  if (fill && thick) {
3466
- 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: [
3467
3473
  /* @__PURE__ */ jsx73(
3468
3474
  "path",
3469
3475
  {
@@ -3476,7 +3482,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3476
3482
  ] });
3477
3483
  }
3478
3484
  if (thick) {
3479
- 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: [
3480
3486
  /* @__PURE__ */ jsx73(
3481
3487
  "path",
3482
3488
  {
@@ -3490,7 +3496,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3490
3496
  ] });
3491
3497
  }
3492
3498
  if (fill) {
3493
- 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: [
3494
3500
  /* @__PURE__ */ jsx73(
3495
3501
  "path",
3496
3502
  {
@@ -3508,7 +3514,7 @@ var ICDocumentAdd = /* @__PURE__ */ __name((props) => {
3508
3514
  /* @__PURE__ */ jsx73("path", { d: "M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z", fill: color })
3509
3515
  ] });
3510
3516
  }
3511
- 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: [
3512
3518
  /* @__PURE__ */ jsx73(
3513
3519
  "path",
3514
3520
  {
@@ -3619,7 +3625,7 @@ var ICThumbDown = /* @__PURE__ */ __name((props) => {
3619
3625
  }, "ICThumbDown");
3620
3626
 
3621
3627
  // src/assets/shield.tsx
3622
- import { jsx as jsx76, jsxs as jsxs55 } from "react/jsx-runtime";
3628
+ import { jsx as jsx76, jsxs as jsxs56 } from "react/jsx-runtime";
3623
3629
  var ICShield = /* @__PURE__ */ __name((props) => {
3624
3630
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3625
3631
  if (fill && thick) {
@@ -3634,7 +3640,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
3634
3640
  ) });
3635
3641
  }
3636
3642
  if (thick) {
3637
- 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: [
3638
3644
  /* @__PURE__ */ jsx76(
3639
3645
  "path",
3640
3646
  {
@@ -3664,7 +3670,7 @@ var ICShield = /* @__PURE__ */ __name((props) => {
3664
3670
  }
3665
3671
  ) });
3666
3672
  }
3667
- 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: [
3668
3674
  /* @__PURE__ */ jsx76(
3669
3675
  "path",
3670
3676
  {
@@ -3711,11 +3717,11 @@ var ICHome = /* @__PURE__ */ __name((props) => {
3711
3717
  }, "ICHome");
3712
3718
 
3713
3719
  // src/assets/visibility.tsx
3714
- import { jsx as jsx78, jsxs as jsxs56 } from "react/jsx-runtime";
3720
+ import { jsx as jsx78, jsxs as jsxs57 } from "react/jsx-runtime";
3715
3721
  var ICVisibility = /* @__PURE__ */ __name((props) => {
3716
3722
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3717
3723
  if (thick) {
3718
- 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: [
3719
3725
  /* @__PURE__ */ jsx78(
3720
3726
  "path",
3721
3727
  {
@@ -3736,7 +3742,7 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
3736
3742
  )
3737
3743
  ] });
3738
3744
  }
3739
- 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: [
3740
3746
  /* @__PURE__ */ jsx78(
3741
3747
  "path",
3742
3748
  {
@@ -3759,11 +3765,11 @@ var ICVisibility = /* @__PURE__ */ __name((props) => {
3759
3765
  }, "ICVisibility");
3760
3766
 
3761
3767
  // src/assets/visibility-off.tsx
3762
- import { jsx as jsx79, jsxs as jsxs57 } from "react/jsx-runtime";
3768
+ import { jsx as jsx79, jsxs as jsxs58 } from "react/jsx-runtime";
3763
3769
  var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3764
3770
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3765
3771
  if (thick) {
3766
- 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: [
3767
3773
  /* @__PURE__ */ jsx79("path", { d: "M39.5568 36.7276L36.7284 39.5561L8.44409 11.2718L11.2725 8.44336L39.5568 36.7276Z", fill: color }),
3768
3774
  /* @__PURE__ */ jsx79(
3769
3775
  "path",
@@ -3795,7 +3801,7 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3795
3801
  )
3796
3802
  ] });
3797
3803
  }
3798
- 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: [
3799
3805
  /* @__PURE__ */ jsx79("path", { d: "M10.9186 8.79785L39.2028 37.0821L37.0815 39.2034L8.79724 10.9192L10.9186 8.79785Z", fill: color }),
3800
3806
  /* @__PURE__ */ jsx79(
3801
3807
  "path",
@@ -3833,11 +3839,11 @@ var ICVisibilityOff = /* @__PURE__ */ __name((props) => {
3833
3839
  }, "ICVisibilityOff");
3834
3840
 
3835
3841
  // src/assets/magic-wand.tsx
3836
- import { jsx as jsx80, jsxs as jsxs58 } from "react/jsx-runtime";
3842
+ import { jsx as jsx80, jsxs as jsxs59 } from "react/jsx-runtime";
3837
3843
  var ICMagicWand = /* @__PURE__ */ __name((props) => {
3838
3844
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3839
3845
  if (thick) {
3840
- 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: [
3841
3847
  /* @__PURE__ */ jsx80(
3842
3848
  "path",
3843
3849
  {
@@ -3870,7 +3876,7 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
3870
3876
  )
3871
3877
  ] });
3872
3878
  }
3873
- 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: [
3874
3880
  /* @__PURE__ */ jsx80(
3875
3881
  "path",
3876
3882
  {
@@ -3905,11 +3911,11 @@ var ICMagicWand = /* @__PURE__ */ __name((props) => {
3905
3911
  }, "ICMagicWand");
3906
3912
 
3907
3913
  // src/assets/magic-pencil.tsx
3908
- import { jsx as jsx81, jsxs as jsxs59 } from "react/jsx-runtime";
3914
+ import { jsx as jsx81, jsxs as jsxs60 } from "react/jsx-runtime";
3909
3915
  var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3910
3916
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3911
3917
  if (thick) {
3912
- 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: [
3913
3919
  /* @__PURE__ */ jsx81(
3914
3920
  "path",
3915
3921
  {
@@ -3943,7 +3949,7 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3943
3949
  )
3944
3950
  ] });
3945
3951
  }
3946
- 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: [
3947
3953
  /* @__PURE__ */ jsx81(
3948
3954
  "path",
3949
3955
  {
@@ -3979,11 +3985,11 @@ var ICMagicPencil = /* @__PURE__ */ __name((props) => {
3979
3985
  }, "ICMagicPencil");
3980
3986
 
3981
3987
  // src/assets/bulb-exclamtionmark.tsx
3982
- import { jsx as jsx82, jsxs as jsxs60 } from "react/jsx-runtime";
3988
+ import { jsx as jsx82, jsxs as jsxs61 } from "react/jsx-runtime";
3983
3989
  var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
3984
3990
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
3985
3991
  if (thick) {
3986
- 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: [
3987
3993
  /* @__PURE__ */ jsx82(
3988
3994
  "path",
3989
3995
  {
@@ -4004,7 +4010,7 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
4004
4010
  /* @__PURE__ */ jsx82("path", { d: "M18 39V43H30V39H18Z", fill: color })
4005
4011
  ] });
4006
4012
  }
4007
- 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: [
4008
4014
  /* @__PURE__ */ jsx82(
4009
4015
  "path",
4010
4016
  {
@@ -4027,11 +4033,11 @@ var ICBulbExclamtionmark = /* @__PURE__ */ __name((props) => {
4027
4033
  }, "ICBulbExclamtionmark");
4028
4034
 
4029
4035
  // src/assets/bulb.tsx
4030
- import { jsx as jsx83, jsxs as jsxs61 } from "react/jsx-runtime";
4036
+ import { jsx as jsx83, jsxs as jsxs62 } from "react/jsx-runtime";
4031
4037
  var ICBulb = /* @__PURE__ */ __name((props) => {
4032
4038
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4033
4039
  if (thick) {
4034
- 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: [
4035
4041
  /* @__PURE__ */ jsx83("path", { d: "M31 6H7V10H31V6Z", fill: "black" }),
4036
4042
  /* @__PURE__ */ jsx83("path", { d: "M31 15H7V19H31V15Z", fill: "black" }),
4037
4043
  /* @__PURE__ */ jsx83("path", { d: "M7 24H21V28H7V24Z", fill: "black" }),
@@ -4046,7 +4052,7 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
4046
4052
  )
4047
4053
  ] });
4048
4054
  }
4049
- 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: [
4050
4056
  /* @__PURE__ */ jsx83("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: "black" }),
4051
4057
  /* @__PURE__ */ jsx83("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: "black" }),
4052
4058
  /* @__PURE__ */ jsx83("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: "black" }),
@@ -4063,11 +4069,11 @@ var ICBulb = /* @__PURE__ */ __name((props) => {
4063
4069
  }, "ICBulb");
4064
4070
 
4065
4071
  // src/assets/paraphase.tsx
4066
- import { jsx as jsx84, jsxs as jsxs62 } from "react/jsx-runtime";
4072
+ import { jsx as jsx84, jsxs as jsxs63 } from "react/jsx-runtime";
4067
4073
  var ICParaphase = /* @__PURE__ */ __name((props) => {
4068
4074
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4069
4075
  if (thick) {
4070
- 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: [
4071
4077
  /* @__PURE__ */ jsx84("path", { d: "M31 6H7V10H31V6Z", fill: color }),
4072
4078
  /* @__PURE__ */ jsx84("path", { d: "M31 15H7V19H31V15Z", fill: color }),
4073
4079
  /* @__PURE__ */ jsx84("path", { d: "M7 24H21V28H7V24Z", fill: color }),
@@ -4082,7 +4088,7 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
4082
4088
  )
4083
4089
  ] });
4084
4090
  }
4085
- 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: [
4086
4092
  /* @__PURE__ */ jsx84("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
4087
4093
  /* @__PURE__ */ jsx84("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
4088
4094
  /* @__PURE__ */ jsx84("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
@@ -4099,11 +4105,11 @@ var ICParaphase = /* @__PURE__ */ __name((props) => {
4099
4105
  }, "ICParaphase");
4100
4106
 
4101
4107
  // src/assets/make-easy.tsx
4102
- import { jsx as jsx85, jsxs as jsxs63 } from "react/jsx-runtime";
4108
+ import { jsx as jsx85, jsxs as jsxs64 } from "react/jsx-runtime";
4103
4109
  var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4104
4110
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4105
4111
  if (thick) {
4106
- 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: [
4107
4113
  /* @__PURE__ */ jsx85(
4108
4114
  "path",
4109
4115
  {
@@ -4135,7 +4141,7 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4135
4141
  /* @__PURE__ */ jsx85("path", { d: "M26 36.0003V40.0003H41V36.0003H26Z", fill: color })
4136
4142
  ] });
4137
4143
  }
4138
- 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: [
4139
4145
  /* @__PURE__ */ jsx85(
4140
4146
  "path",
4141
4147
  {
@@ -4169,11 +4175,11 @@ var ICMakeEasy = /* @__PURE__ */ __name((props) => {
4169
4175
  }, "ICMakeEasy");
4170
4176
 
4171
4177
  // src/assets/translate.tsx
4172
- import { jsx as jsx86, jsxs as jsxs64 } from "react/jsx-runtime";
4178
+ import { jsx as jsx86, jsxs as jsxs65 } from "react/jsx-runtime";
4173
4179
  var ICTranslate = /* @__PURE__ */ __name((props) => {
4174
4180
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4175
4181
  if (thick) {
4176
- 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: [
4177
4183
  /* @__PURE__ */ jsx86(
4178
4184
  "path",
4179
4185
  {
@@ -4192,7 +4198,7 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
4192
4198
  )
4193
4199
  ] });
4194
4200
  }
4195
- 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: [
4196
4202
  /* @__PURE__ */ jsx86(
4197
4203
  "path",
4198
4204
  {
@@ -4213,11 +4219,11 @@ var ICTranslate = /* @__PURE__ */ __name((props) => {
4213
4219
  }, "ICTranslate");
4214
4220
 
4215
4221
  // src/assets/Info.tsx
4216
- import { jsx as jsx87, jsxs as jsxs65 } from "react/jsx-runtime";
4222
+ import { jsx as jsx87, jsxs as jsxs66 } from "react/jsx-runtime";
4217
4223
  var ICInfo = /* @__PURE__ */ __name((props) => {
4218
4224
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4219
4225
  if (thick) {
4220
- 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: [
4221
4227
  /* @__PURE__ */ jsx87(
4222
4228
  "path",
4223
4229
  {
@@ -4237,7 +4243,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
4237
4243
  )
4238
4244
  ] });
4239
4245
  }
4240
- 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: [
4241
4247
  /* @__PURE__ */ jsx87(
4242
4248
  "path",
4243
4249
  {
@@ -4259,7 +4265,7 @@ var ICInfo = /* @__PURE__ */ __name((props) => {
4259
4265
  }, "ICInfo");
4260
4266
 
4261
4267
  // src/assets/folder-open.tsx
4262
- import { jsx as jsx88, jsxs as jsxs66 } from "react/jsx-runtime";
4268
+ import { jsx as jsx88, jsxs as jsxs67 } from "react/jsx-runtime";
4263
4269
  var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4264
4270
  const { thick = false, fill = false, size = 32, color = "#1E1E1F", ...rest } = props;
4265
4271
  if (fill && thick) {
@@ -4281,7 +4287,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4281
4287
  ) });
4282
4288
  }
4283
4289
  if (thick) {
4284
- 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: [
4285
4291
  /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1749)", children: /* @__PURE__ */ jsx88(
4286
4292
  "path",
4287
4293
  {
@@ -4294,7 +4300,7 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4294
4300
  /* @__PURE__ */ jsx88("defs", { children: /* @__PURE__ */ jsx88("clipPath", { id: "clip0_975_1749", children: /* @__PURE__ */ jsx88("rect", { width: "48", height: "48", fill: "white" }) }) })
4295
4301
  ] });
4296
4302
  }
4297
- 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: [
4298
4304
  /* @__PURE__ */ jsx88("g", { "clip-path": "url(#clip0_975_1738)", children: /* @__PURE__ */ jsx88(
4299
4305
  "path",
4300
4306
  {
@@ -4309,11 +4315,11 @@ var ICFolderOpen = /* @__PURE__ */ __name((props) => {
4309
4315
  }, "ICFolderOpen");
4310
4316
 
4311
4317
  // src/assets/highlight-edit.tsx
4312
- import { jsx as jsx89, jsxs as jsxs67 } from "react/jsx-runtime";
4318
+ import { jsx as jsx89, jsxs as jsxs68 } from "react/jsx-runtime";
4313
4319
  var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4314
4320
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4315
4321
  if (thick) {
4316
- 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: [
4317
4323
  /* @__PURE__ */ jsx89(
4318
4324
  "path",
4319
4325
  {
@@ -4332,7 +4338,7 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4332
4338
  )
4333
4339
  ] });
4334
4340
  }
4335
- 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: [
4336
4342
  /* @__PURE__ */ jsx89(
4337
4343
  "path",
4338
4344
  {
@@ -4353,11 +4359,11 @@ var ICHighlightEdit = /* @__PURE__ */ __name((props) => {
4353
4359
  }, "ICHighlightEdit");
4354
4360
 
4355
4361
  // src/assets/apple.tsx
4356
- import { jsx as jsx90, jsxs as jsxs68 } from "react/jsx-runtime";
4362
+ import { jsx as jsx90, jsxs as jsxs69 } from "react/jsx-runtime";
4357
4363
  var ICApple = /* @__PURE__ */ __name((props) => {
4358
4364
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4359
4365
  if (fill) {
4360
- 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: [
4361
4367
  /* @__PURE__ */ jsx90(
4362
4368
  "path",
4363
4369
  {
@@ -4374,7 +4380,7 @@ var ICApple = /* @__PURE__ */ __name((props) => {
4374
4380
  )
4375
4381
  ] });
4376
4382
  }
4377
- 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: [
4378
4384
  /* @__PURE__ */ jsx90(
4379
4385
  "path",
4380
4386
  {
@@ -4459,11 +4465,11 @@ var ICFacebook = /* @__PURE__ */ __name((props) => {
4459
4465
  }, "ICFacebook");
4460
4466
 
4461
4467
  // src/assets/google.tsx
4462
- import { jsx as jsx94, jsxs as jsxs69 } from "react/jsx-runtime";
4468
+ import { jsx as jsx94, jsxs as jsxs70 } from "react/jsx-runtime";
4463
4469
  var ICGoogle = /* @__PURE__ */ __name((props) => {
4464
4470
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4465
4471
  if (fill) {
4466
- 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: [
4467
4473
  /* @__PURE__ */ jsx94(
4468
4474
  "path",
4469
4475
  {
@@ -4506,11 +4512,11 @@ var ICGoogle = /* @__PURE__ */ __name((props) => {
4506
4512
  }, "ICGoogle");
4507
4513
 
4508
4514
  // src/assets/paraphrase.tsx
4509
- import { jsx as jsx95, jsxs as jsxs70 } from "react/jsx-runtime";
4515
+ import { jsx as jsx95, jsxs as jsxs71 } from "react/jsx-runtime";
4510
4516
  var ICParaphrase = /* @__PURE__ */ __name((props) => {
4511
4517
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4512
4518
  if (thick) {
4513
- 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: [
4514
4520
  /* @__PURE__ */ jsx95("path", { d: "M31 6H7V10H31V6Z", fill: color }),
4515
4521
  /* @__PURE__ */ jsx95("path", { d: "M31 15H7V19H31V15Z", fill: color }),
4516
4522
  /* @__PURE__ */ jsx95("path", { d: "M7 24H21V28H7V24Z", fill: color }),
@@ -4525,7 +4531,7 @@ var ICParaphrase = /* @__PURE__ */ __name((props) => {
4525
4531
  )
4526
4532
  ] });
4527
4533
  }
4528
- 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: [
4529
4535
  /* @__PURE__ */ jsx95("path", { d: "M31 6.5H7V9.5H31V6.5Z", fill: color }),
4530
4536
  /* @__PURE__ */ jsx95("path", { d: "M31 15.5H7V18.5H31V15.5Z", fill: color }),
4531
4537
  /* @__PURE__ */ jsx95("path", { d: "M7 24.5H21V27.5H7V24.5Z", fill: color }),
@@ -4594,11 +4600,11 @@ var ICAirplane = /* @__PURE__ */ __name((props) => {
4594
4600
  }, "ICAirplane");
4595
4601
 
4596
4602
  // src/assets/rocket.tsx
4597
- import { jsx as jsx98, jsxs as jsxs71 } from "react/jsx-runtime";
4603
+ import { jsx as jsx98, jsxs as jsxs72 } from "react/jsx-runtime";
4598
4604
  var ICRocket = /* @__PURE__ */ __name((props) => {
4599
4605
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4600
4606
  if (thick) {
4601
- 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: [
4602
4608
  /* @__PURE__ */ jsx98(
4603
4609
  "path",
4604
4610
  {
@@ -4617,7 +4623,7 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
4617
4623
  )
4618
4624
  ] });
4619
4625
  }
4620
- 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: [
4621
4627
  /* @__PURE__ */ jsx98(
4622
4628
  "path",
4623
4629
  {
@@ -4638,11 +4644,11 @@ var ICRocket = /* @__PURE__ */ __name((props) => {
4638
4644
  }, "ICRocket");
4639
4645
 
4640
4646
  // src/assets/source.tsx
4641
- import { jsx as jsx99, jsxs as jsxs72 } from "react/jsx-runtime";
4647
+ import { jsx as jsx99, jsxs as jsxs73 } from "react/jsx-runtime";
4642
4648
  var ICSource = /* @__PURE__ */ __name((props) => {
4643
4649
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4644
4650
  if (thick) {
4645
- 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: [
4646
4652
  /* @__PURE__ */ jsx99(
4647
4653
  "path",
4648
4654
  {
@@ -4681,7 +4687,7 @@ var ICSource = /* @__PURE__ */ __name((props) => {
4681
4687
  )
4682
4688
  ] });
4683
4689
  }
4684
- 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: [
4685
4691
  /* @__PURE__ */ jsx99(
4686
4692
  "path",
4687
4693
  {
@@ -4722,11 +4728,11 @@ var ICSource = /* @__PURE__ */ __name((props) => {
4722
4728
  }, "ICSource");
4723
4729
 
4724
4730
  // src/assets/setting.tsx
4725
- import { jsx as jsx100, jsxs as jsxs73 } from "react/jsx-runtime";
4731
+ import { jsx as jsx100, jsxs as jsxs74 } from "react/jsx-runtime";
4726
4732
  var ICSetting = /* @__PURE__ */ __name((props) => {
4727
4733
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4728
4734
  if (thick) {
4729
- 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: [
4730
4736
  /* @__PURE__ */ jsx100(
4731
4737
  "path",
4732
4738
  {
@@ -4747,7 +4753,7 @@ var ICSetting = /* @__PURE__ */ __name((props) => {
4747
4753
  )
4748
4754
  ] });
4749
4755
  }
4750
- 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: [
4751
4757
  /* @__PURE__ */ jsx100(
4752
4758
  "path",
4753
4759
  {
@@ -4792,11 +4798,11 @@ var ICExtend = /* @__PURE__ */ __name((props) => {
4792
4798
  }, "ICExtend");
4793
4799
 
4794
4800
  // src/assets/shorten.tsx
4795
- import { jsx as jsx102, jsxs as jsxs74 } from "react/jsx-runtime";
4801
+ import { jsx as jsx102, jsxs as jsxs75 } from "react/jsx-runtime";
4796
4802
  var ICShorten = /* @__PURE__ */ __name((props) => {
4797
4803
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4798
4804
  if (thick) {
4799
- 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: [
4800
4806
  /* @__PURE__ */ jsx102(
4801
4807
  "path",
4802
4808
  {
@@ -4813,7 +4819,7 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
4813
4819
  )
4814
4820
  ] });
4815
4821
  }
4816
- 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: [
4817
4823
  /* @__PURE__ */ jsx102(
4818
4824
  "path",
4819
4825
  {
@@ -4832,11 +4838,11 @@ var ICShorten = /* @__PURE__ */ __name((props) => {
4832
4838
  }, "ICShorten");
4833
4839
 
4834
4840
  // src/assets/sun.tsx
4835
- import { jsx as jsx103, jsxs as jsxs75 } from "react/jsx-runtime";
4841
+ import { jsx as jsx103, jsxs as jsxs76 } from "react/jsx-runtime";
4836
4842
  var ICSun = /* @__PURE__ */ __name((props) => {
4837
4843
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4838
4844
  if (thick) {
4839
- 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: [
4840
4846
  /* @__PURE__ */ jsx103("path", { d: "M26 4V12H22V4H26Z", fill: color }),
4841
4847
  /* @__PURE__ */ jsx103(
4842
4848
  "path",
@@ -4856,7 +4862,7 @@ var ICSun = /* @__PURE__ */ __name((props) => {
4856
4862
  /* @__PURE__ */ jsx103("path", { d: "M8.44382 11.272L14.1007 16.9289L16.9291 14.1004L11.2723 8.44358L8.44382 11.272Z", fill: color })
4857
4863
  ] });
4858
4864
  }
4859
- 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: [
4860
4866
  /* @__PURE__ */ jsx103("path", { d: "M25.5 4V12H22.5V4H25.5Z", fill: color }),
4861
4867
  /* @__PURE__ */ jsx103(
4862
4868
  "path",
@@ -4904,11 +4910,11 @@ var ICMoon = /* @__PURE__ */ __name((props) => {
4904
4910
  }, "ICMoon");
4905
4911
 
4906
4912
  // src/assets/fire.tsx
4907
- import { jsx as jsx105, jsxs as jsxs76 } from "react/jsx-runtime";
4913
+ import { jsx as jsx105, jsxs as jsxs77 } from "react/jsx-runtime";
4908
4914
  var ICFire = /* @__PURE__ */ __name((props) => {
4909
4915
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
4910
4916
  if (thick) {
4911
- 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: [
4912
4918
  /* @__PURE__ */ jsx105(
4913
4919
  "path",
4914
4920
  {
@@ -4940,7 +4946,7 @@ var ICFire = /* @__PURE__ */ __name((props) => {
4940
4946
  }
4941
4947
  ) });
4942
4948
  }
4943
- 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: [
4944
4950
  /* @__PURE__ */ jsx105(
4945
4951
  "path",
4946
4952
  {
@@ -5015,11 +5021,11 @@ var ICArrowDownward = /* @__PURE__ */ __name((props) => {
5015
5021
  }, "ICArrowDownward");
5016
5022
 
5017
5023
  // src/assets/light-mode.tsx
5018
- import { jsx as jsx108, jsxs as jsxs77 } from "react/jsx-runtime";
5024
+ import { jsx as jsx108, jsxs as jsxs78 } from "react/jsx-runtime";
5019
5025
  var ICLightMode = /* @__PURE__ */ __name((props) => {
5020
5026
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5021
5027
  if (thick) {
5022
- 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: [
5023
5029
  /* @__PURE__ */ jsx108("path", { d: "M26 2V11H22V2H26Z", fill: color }),
5024
5030
  /* @__PURE__ */ jsx108(
5025
5031
  "path",
@@ -5039,7 +5045,7 @@ var ICLightMode = /* @__PURE__ */ __name((props) => {
5039
5045
  /* @__PURE__ */ jsx108("path", { d: "M7.02978 9.85802L13.3937 16.222L16.2222 13.3936L9.85821 7.02959L7.02978 9.85802Z", fill: color })
5040
5046
  ] });
5041
5047
  }
5042
- 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: [
5043
5049
  /* @__PURE__ */ jsx108("path", { d: "M25.5 2V11H22.5V2H25.5Z", fill: color }),
5044
5050
  /* @__PURE__ */ jsx108(
5045
5051
  "path",
@@ -5087,11 +5093,11 @@ var ICDarkMode = /* @__PURE__ */ __name((props) => {
5087
5093
  }, "ICDarkMode");
5088
5094
 
5089
5095
  // src/assets/target.tsx
5090
- import { jsx as jsx110, jsxs as jsxs78 } from "react/jsx-runtime";
5096
+ import { jsx as jsx110, jsxs as jsxs79 } from "react/jsx-runtime";
5091
5097
  var ICTarget = /* @__PURE__ */ __name((props) => {
5092
5098
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5093
5099
  if (thick) {
5094
- 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: [
5095
5101
  /* @__PURE__ */ jsx110(
5096
5102
  "path",
5097
5103
  {
@@ -5115,7 +5121,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
5115
5121
  )
5116
5122
  ] });
5117
5123
  }
5118
- 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: [
5119
5125
  /* @__PURE__ */ jsx110(
5120
5126
  "path",
5121
5127
  {
@@ -5141,7 +5147,7 @@ var ICTarget = /* @__PURE__ */ __name((props) => {
5141
5147
  }, "ICTarget");
5142
5148
 
5143
5149
  // src/assets/question-box.tsx
5144
- import { jsx as jsx111, jsxs as jsxs79 } from "react/jsx-runtime";
5150
+ import { jsx as jsx111, jsxs as jsxs80 } from "react/jsx-runtime";
5145
5151
  var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5146
5152
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5147
5153
  if (fill && thick) {
@@ -5156,7 +5162,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5156
5162
  ) });
5157
5163
  }
5158
5164
  if (thick) {
5159
- 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: [
5160
5166
  /* @__PURE__ */ jsx111(
5161
5167
  "path",
5162
5168
  {
@@ -5193,7 +5199,7 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5193
5199
  }
5194
5200
  ) });
5195
5201
  }
5196
- 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: [
5197
5203
  /* @__PURE__ */ jsx111(
5198
5204
  "path",
5199
5205
  {
@@ -5221,11 +5227,11 @@ var ICQuestionBox = /* @__PURE__ */ __name((props) => {
5221
5227
  }, "ICQuestionBox");
5222
5228
 
5223
5229
  // src/assets/new-tab.tsx
5224
- import { jsx as jsx112, jsxs as jsxs80 } from "react/jsx-runtime";
5230
+ import { jsx as jsx112, jsxs as jsxs81 } from "react/jsx-runtime";
5225
5231
  var ICNewTab = /* @__PURE__ */ __name((props) => {
5226
5232
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5227
5233
  if (fill && thick) {
5228
- 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: [
5229
5235
  /* @__PURE__ */ jsx112(
5230
5236
  "path",
5231
5237
  {
@@ -5242,7 +5248,7 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
5242
5248
  )
5243
5249
  ] });
5244
5250
  }
5245
- 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: [
5246
5252
  /* @__PURE__ */ jsx112(
5247
5253
  "path",
5248
5254
  {
@@ -5261,11 +5267,11 @@ var ICNewTab = /* @__PURE__ */ __name((props) => {
5261
5267
  }, "ICNewTab");
5262
5268
 
5263
5269
  // src/assets/example.tsx
5264
- import { jsx as jsx113, jsxs as jsxs81 } from "react/jsx-runtime";
5270
+ import { jsx as jsx113, jsxs as jsxs82 } from "react/jsx-runtime";
5265
5271
  var ICExample = /* @__PURE__ */ __name((props) => {
5266
5272
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5267
5273
  if (fill && thick) {
5268
- 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: [
5269
5275
  /* @__PURE__ */ jsx113(
5270
5276
  "path",
5271
5277
  {
@@ -5279,7 +5285,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5279
5285
  ] });
5280
5286
  }
5281
5287
  if (fill) {
5282
- 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: [
5283
5289
  /* @__PURE__ */ jsx113(
5284
5290
  "path",
5285
5291
  {
@@ -5292,7 +5298,7 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5292
5298
  /* @__PURE__ */ jsx113("rect", { x: "18", y: "18", width: size, height: size, fill: color })
5293
5299
  ] });
5294
5300
  }
5295
- 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: [
5296
5302
  /* @__PURE__ */ jsx113(
5297
5303
  "path",
5298
5304
  {
@@ -5307,11 +5313,11 @@ var ICExample = /* @__PURE__ */ __name((props) => {
5307
5313
  }, "ICExample");
5308
5314
 
5309
5315
  // src/assets/quote.tsx
5310
- import { jsx as jsx114, jsxs as jsxs82 } from "react/jsx-runtime";
5316
+ import { jsx as jsx114, jsxs as jsxs83 } from "react/jsx-runtime";
5311
5317
  var ICQuote = /* @__PURE__ */ __name((props) => {
5312
5318
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5313
5319
  if (thick) {
5314
- 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: [
5315
5321
  /* @__PURE__ */ jsx114(
5316
5322
  "path",
5317
5323
  {
@@ -5333,7 +5339,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5333
5339
  ] });
5334
5340
  }
5335
5341
  if (fill) {
5336
- 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: [
5337
5343
  /* @__PURE__ */ jsx114(
5338
5344
  "path",
5339
5345
  {
@@ -5350,7 +5356,7 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5350
5356
  )
5351
5357
  ] });
5352
5358
  }
5353
- 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: [
5354
5360
  /* @__PURE__ */ jsx114(
5355
5361
  "path",
5356
5362
  {
@@ -5373,11 +5379,11 @@ var ICQuote = /* @__PURE__ */ __name((props) => {
5373
5379
  }, "ICQuote");
5374
5380
 
5375
5381
  // src/assets/document-check.tsx
5376
- import { jsx as jsx115, jsxs as jsxs83 } from "react/jsx-runtime";
5382
+ import { jsx as jsx115, jsxs as jsxs84 } from "react/jsx-runtime";
5377
5383
  var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5378
5384
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5379
5385
  if (fill && thick) {
5380
- 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: [
5381
5387
  /* @__PURE__ */ jsx115(
5382
5388
  "path",
5383
5389
  {
@@ -5396,7 +5402,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5396
5402
  ] });
5397
5403
  }
5398
5404
  if (thick) {
5399
- 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: [
5400
5406
  /* @__PURE__ */ jsx115(
5401
5407
  "path",
5402
5408
  {
@@ -5416,7 +5422,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5416
5422
  ] });
5417
5423
  }
5418
5424
  if (fill) {
5419
- 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: [
5420
5426
  /* @__PURE__ */ jsx115(
5421
5427
  "path",
5422
5428
  {
@@ -5440,7 +5446,7 @@ var ICDocumentCheck = /* @__PURE__ */ __name((props) => {
5440
5446
  )
5441
5447
  ] });
5442
5448
  }
5443
- 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: [
5444
5450
  /* @__PURE__ */ jsx115(
5445
5451
  "path",
5446
5452
  {
@@ -5487,11 +5493,11 @@ var ICBlock = /* @__PURE__ */ __name((props) => {
5487
5493
  }, "ICBlock");
5488
5494
 
5489
5495
  // src/assets/bookmark-cancel.tsx
5490
- import { jsx as jsx117, jsxs as jsxs84 } from "react/jsx-runtime";
5496
+ import { jsx as jsx117, jsxs as jsxs85 } from "react/jsx-runtime";
5491
5497
  var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5492
5498
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5493
5499
  if (fill && thick) {
5494
- 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: [
5495
5501
  /* @__PURE__ */ jsx117("path", { d: "M3.67651 6.50421L6.50494 3.67578L44.3233 41.4941L41.4949 44.3226L3.67651 6.50421Z", fill: "#1E1E1F" }),
5496
5502
  /* @__PURE__ */ jsx117("path", { d: "M12.0713 5L41.0001 33.9287V7C41.0001 5.89543 40.1046 5 39.0001 5H12.0713Z", fill: "#1E1E1F" }),
5497
5503
  /* @__PURE__ */ jsx117(
@@ -5504,7 +5510,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5504
5510
  ] });
5505
5511
  }
5506
5512
  if (thick) {
5507
- 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: [
5508
5514
  /* @__PURE__ */ jsx117(
5509
5515
  "path",
5510
5516
  {
@@ -5529,7 +5535,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5529
5535
  ] });
5530
5536
  }
5531
5537
  if (fill) {
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: [
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: [
5533
5539
  /* @__PURE__ */ jsx117("path", { d: "M41.9395 44.0608L44.0608 41.9395L6.06077 3.93945L3.93945 6.06077L41.9395 44.0608Z", fill: "#1E1E1F" }),
5534
5540
  /* @__PURE__ */ jsx117("path", { d: "M39 5.00023C40.1046 5.00023 41 5.89566 41 7.00023V34.6361L11.3642 5.00023H39Z", fill: "#1E1E1F" }),
5535
5541
  /* @__PURE__ */ jsx117(
@@ -5541,7 +5547,7 @@ var ICBookmarkCancel = /* @__PURE__ */ __name((props) => {
5541
5547
  )
5542
5548
  ] });
5543
5549
  }
5544
- 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: [
5545
5551
  /* @__PURE__ */ jsx117("path", { d: "M41.9393 44.0608L44.0606 41.9395L6.06065 3.93945L3.93933 6.06077L41.9393 44.0608Z", fill: "#1E1E1F" }),
5546
5552
  /* @__PURE__ */ jsx117(
5547
5553
  "path",
@@ -5627,11 +5633,11 @@ var ICArrowUpLeft = /* @__PURE__ */ __name((props) => {
5627
5633
  }, "ICArrowUpLeft");
5628
5634
 
5629
5635
  // src/assets/email.tsx
5630
- import { jsx as jsx121, jsxs as jsxs85 } from "react/jsx-runtime";
5636
+ import { jsx as jsx121, jsxs as jsxs86 } from "react/jsx-runtime";
5631
5637
  var ICEmail = /* @__PURE__ */ __name((props) => {
5632
5638
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5633
5639
  if (fill && thick) {
5634
- 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: [
5635
5641
  /* @__PURE__ */ jsx121(
5636
5642
  "path",
5637
5643
  {
@@ -5660,7 +5666,7 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
5660
5666
  ) });
5661
5667
  }
5662
5668
  if (fill) {
5663
- 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: [
5664
5670
  /* @__PURE__ */ jsx121(
5665
5671
  "path",
5666
5672
  {
@@ -5689,17 +5695,17 @@ var ICEmail = /* @__PURE__ */ __name((props) => {
5689
5695
  }, "ICEmail");
5690
5696
 
5691
5697
  // src/assets/filter.tsx
5692
- import { jsx as jsx122, jsxs as jsxs86 } from "react/jsx-runtime";
5698
+ import { jsx as jsx122, jsxs as jsxs87 } from "react/jsx-runtime";
5693
5699
  var ICFilter = /* @__PURE__ */ __name((props) => {
5694
5700
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5695
5701
  if (thick) {
5696
- 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: [
5697
5703
  /* @__PURE__ */ jsx122("path", { d: "M42 16H6V12H42V16Z", fill: color }),
5698
5704
  /* @__PURE__ */ jsx122("path", { d: "M36 26H12V22H36V26Z", fill: color }),
5699
5705
  /* @__PURE__ */ jsx122("path", { d: "M19 36H29V32H19V36Z", fill: color })
5700
5706
  ] });
5701
5707
  }
5702
- 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: [
5703
5709
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M36 25.5H12V22.5H36V25.5Z", fill: color }),
5704
5710
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M42 15.5H6V12.5H42V15.5Z", fill: color }),
5705
5711
  /* @__PURE__ */ jsx122("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M29 35.5H19V32.5H29V35.5Z", fill: color })
@@ -5707,11 +5713,11 @@ var ICFilter = /* @__PURE__ */ __name((props) => {
5707
5713
  }, "ICFilter");
5708
5714
 
5709
5715
  // src/assets/timer.tsx
5710
- import { jsx as jsx123, jsxs as jsxs87 } from "react/jsx-runtime";
5716
+ import { jsx as jsx123, jsxs as jsxs88 } from "react/jsx-runtime";
5711
5717
  var ICTimer = /* @__PURE__ */ __name((props) => {
5712
5718
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5713
5719
  if (thick) {
5714
- 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: [
5715
5721
  /* @__PURE__ */ jsx123("path", { d: "M18 6H30V2H18V6Z", fill: color }),
5716
5722
  /* @__PURE__ */ jsx123("path", { d: "M26 26V15H22V26H26Z", fill: color }),
5717
5723
  /* @__PURE__ */ jsx123(
@@ -5725,7 +5731,7 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
5725
5731
  )
5726
5732
  ] });
5727
5733
  }
5728
- 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: [
5729
5735
  /* @__PURE__ */ jsx123("path", { d: "M18 5.5H30V2.5H18V5.5Z", fill: color }),
5730
5736
  /* @__PURE__ */ jsx123("path", { d: "M25.5 26V15H22.5V26H25.5Z", fill: color }),
5731
5737
  /* @__PURE__ */ jsx123(
@@ -5741,11 +5747,11 @@ var ICTimer = /* @__PURE__ */ __name((props) => {
5741
5747
  }, "ICTimer");
5742
5748
 
5743
5749
  // src/assets/play-button.tsx
5744
- import { jsx as jsx124, jsxs as jsxs88 } from "react/jsx-runtime";
5750
+ import { jsx as jsx124, jsxs as jsxs89 } from "react/jsx-runtime";
5745
5751
  var ICPlayButton = /* @__PURE__ */ __name((props) => {
5746
5752
  const { thick = false, fill = false, size = 32, color = "#1E1E1F" } = props;
5747
5753
  if (thick) {
5748
- 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: [
5749
5755
  /* @__PURE__ */ jsx124(
5750
5756
  "path",
5751
5757
  {
@@ -5769,7 +5775,7 @@ var ICPlayButton = /* @__PURE__ */ __name((props) => {
5769
5775
  }
5770
5776
  ) });
5771
5777
  }
5772
- 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: [
5773
5779
  /* @__PURE__ */ jsx124(
5774
5780
  "path",
5775
5781
  {
@@ -6044,7 +6050,7 @@ var Icon = /* @__PURE__ */ __name((props) => {
6044
6050
  }, "Icon");
6045
6051
 
6046
6052
  // src/components/Button/index.tsx
6047
- import { jsx as jsx126, jsxs as jsxs89 } from "react/jsx-runtime";
6053
+ import { jsx as jsx126, jsxs as jsxs90 } from "react/jsx-runtime";
6048
6054
  var buttonIconSizeMap = {
6049
6055
  cta: "m",
6050
6056
  l: "s",
@@ -6131,7 +6137,7 @@ var DefaultButton = forwardRef(
6131
6137
  className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
6132
6138
  ref
6133
6139
  },
6134
- /* @__PURE__ */ jsxs89("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6140
+ /* @__PURE__ */ jsxs90("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6135
6141
  !!leftIcon && /* @__PURE__ */ jsx126(Icon, { name: leftIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] }),
6136
6142
  /* @__PURE__ */ jsx126("p", { className: style_module_default.content, children: newChildren }),
6137
6143
  !!rightIcon && /* @__PURE__ */ jsx126(Icon, { name: rightIcon.name, size: buttonIconSizeMap[size], thick: buttonSizeIconThickMap[size] })
@@ -6145,7 +6151,7 @@ var DefaultButton = forwardRef(
6145
6151
  ...rest,
6146
6152
  className: clsx2(defaultButtonVariants({ level, fill, align, size, width }), className),
6147
6153
  ref,
6148
- children: /* @__PURE__ */ jsxs89("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6154
+ children: /* @__PURE__ */ jsxs90("span", { className: clsx2(defaultButtonChildrenVariants({ size })), children: [
6149
6155
  !!leftIcon && /* @__PURE__ */ jsx126(
6150
6156
  Icon,
6151
6157
  {
@@ -6289,11 +6295,11 @@ var Paragraph = /* @__PURE__ */ __name(({
6289
6295
 
6290
6296
  // src/components/Toast/index.tsx
6291
6297
  import { useRecoilValue, useSetRecoilState as useSetRecoilState2 } from "recoil";
6292
- import { jsx as jsx128, jsxs as jsxs90 } from "react/jsx-runtime";
6298
+ import { jsx as jsx128, jsxs as jsxs91 } from "react/jsx-runtime";
6293
6299
  import { createElement } from "react";
6294
6300
  var Toaster = /* @__PURE__ */ __name(() => {
6295
6301
  const { list } = useRecoilValue(toastAtom);
6296
- return /* @__PURE__ */ jsxs90(Provider, { children: [
6302
+ return /* @__PURE__ */ jsxs91(Provider, { children: [
6297
6303
  list.map((props) => /* @__PURE__ */ createElement(SingleToast, { ...props, key: props.toastId })),
6298
6304
  /* @__PURE__ */ jsx128(Viewport, { className: style_module_default3.ToastViewport })
6299
6305
  ] });
@@ -6324,9 +6330,9 @@ var SingleToast = /* @__PURE__ */ __name((props) => {
6324
6330
  clearTimeout(timerRef.current);
6325
6331
  };
6326
6332
  }, []);
6327
- 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: [
6328
6334
  icon && /* @__PURE__ */ jsx128("i", { className: style_module_default3.Icon, children: /* @__PURE__ */ jsx128(Icon, { ...icon, size: "s" }) }),
6329
- /* @__PURE__ */ jsxs90(Title, { className: style_module_default3.ToastTitle, children: [
6335
+ /* @__PURE__ */ jsxs91(Title, { className: style_module_default3.ToastTitle, children: [
6330
6336
  /* @__PURE__ */ jsx128(
6331
6337
  Paragraph,
6332
6338
  {
@@ -6475,7 +6481,7 @@ var style_module_default5 = {
6475
6481
  // src/components/Popover/index.tsx
6476
6482
  import { cva as cva4 } from "class-variance-authority";
6477
6483
  import { clsx as clsx8 } from "clsx";
6478
- import { jsx as jsx133, jsxs as jsxs91 } from "react/jsx-runtime";
6484
+ import { jsx as jsx133, jsxs as jsxs92 } from "react/jsx-runtime";
6479
6485
  var DEFAULT_OFFSET = -6;
6480
6486
  var popoverVariants = cva4(style_module_default5.content, {
6481
6487
  variants: {
@@ -6534,7 +6540,7 @@ var PopoverContent = React.forwardRef(
6534
6540
  onClose,
6535
6541
  className,
6536
6542
  ...props
6537
- }, ref) => /* @__PURE__ */ jsx133(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs91(
6543
+ }, ref) => /* @__PURE__ */ jsx133(PopoverPrimitive.Portal, { children: /* @__PURE__ */ jsxs92(
6538
6544
  PopoverPrimitive.Content,
6539
6545
  {
6540
6546
  ref,
@@ -6544,8 +6550,8 @@ var PopoverContent = React.forwardRef(
6544
6550
  className: clsx8(popoverVariants({ level }), className),
6545
6551
  ...props,
6546
6552
  children: [
6547
- /* @__PURE__ */ jsxs91("div", { className: style_module_default5.contentContainer, children: [
6548
- /* @__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: [
6549
6555
  tag && /* @__PURE__ */ jsx133("span", { className: popoverTagVariants(), children: tag }),
6550
6556
  icon && /* @__PURE__ */ jsx133(Icon, { name: icon.name, size: "xs", thick: icon.thick, fill: icon.fill }),
6551
6557
  /* @__PURE__ */ jsx133("p", { className: popoverTitleVariants(), children: title }),