@fctc/sme-widget-ui 1.9.7 → 1.9.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/icons.mjs CHANGED
@@ -344,31 +344,76 @@ var DownloadIcon = () => {
344
344
  };
345
345
 
346
346
  // src/icons/excel-icon.tsx
347
- import { jsx as jsx14 } from "react/jsx-runtime";
347
+ import { jsx as jsx14, jsxs as jsxs4 } from "react/jsx-runtime";
348
348
  var ExcelIcon = () => {
349
- return /* @__PURE__ */ jsx14(
349
+ return /* @__PURE__ */ jsxs4(
350
350
  "svg",
351
351
  {
352
352
  xmlns: "http://www.w3.org/2000/svg",
353
- width: "19",
354
- height: "10",
355
- viewBox: "0 0 19 10",
353
+ width: "24",
354
+ height: "24",
355
+ viewBox: "0 0 24 24",
356
356
  fill: "none",
357
- children: /* @__PURE__ */ jsx14(
358
- "path",
359
- {
360
- d: "M18.5 8.5C18.5 8.9125 18.1625 9.25 17.75 9.25H1.25C0.8375 9.25 0.5 8.9125 0.5 8.5V1C0.5 0.5875 0.8375 0.25 1.25 0.25H17.75C18.1625 0.25 18.5 0.5875 18.5 1V8.5Z",
361
- fill: "#47A800"
362
- }
363
- )
357
+ children: [
358
+ /* @__PURE__ */ jsx14(
359
+ "path",
360
+ {
361
+ d: "M6 0C5.175 0 4.5 0.675 4.5 1.5V22.5C4.5 23.325 5.175 24 6 24H21C21.825 24 22.5 23.325 22.5 22.5V6L16.5 0H6Z",
362
+ fill: "#ECECEC"
363
+ }
364
+ ),
365
+ /* @__PURE__ */ jsx14(
366
+ "path",
367
+ {
368
+ d: "M18 6H22.5L16.5 0V4.5C16.5 5.325 17.175 6 18 6Z",
369
+ fill: "#C6C6C6"
370
+ }
371
+ ),
372
+ /* @__PURE__ */ jsx14("path", { d: "M22.5 10.5L18 6H22.5V10.5Z", fill: "#DCDCDC" }),
373
+ /* @__PURE__ */ jsx14(
374
+ "path",
375
+ {
376
+ d: "M19.5 19.5C19.5 19.9125 19.1625 20.25 18.75 20.25H2.25C1.8375 20.25 1.5 19.9125 1.5 19.5V12C1.5 11.5875 1.8375 11.25 2.25 11.25H18.75C19.1625 11.25 19.5 11.5875 19.5 12V19.5Z",
377
+ fill: "#47A800"
378
+ }
379
+ ),
380
+ /* @__PURE__ */ jsx14(
381
+ "path",
382
+ {
383
+ d: "M6.76622 15.2898L7.80947 13.9826C8.12147 13.5746 8.72747 14.0958 8.38547 14.4859C8.02622 14.9118 7.64822 15.3738 7.28822 15.8471L8.51147 17.3703C8.84147 17.8204 8.18222 18.2516 7.85822 17.8076L6.75422 16.3923L5.66897 17.8384C5.36297 18.2756 4.68497 17.7844 5.02697 17.3764L6.23222 15.8471C5.85422 15.3731 5.48822 14.9118 5.12297 14.4859C4.74572 14.0359 5.44697 13.5746 5.72297 13.9953L6.76622 15.2898Z",
384
+ fill: "white"
385
+ }
386
+ ),
387
+ /* @__PURE__ */ jsx14(
388
+ "path",
389
+ {
390
+ d: "M9.2517 14.2098C9.2517 14.0118 9.4197 13.8438 9.6297 13.8438C9.8217 13.8438 9.9837 14.0126 9.9837 14.2098V17.2143H11.6149C12.2022 17.2143 12.2149 17.9996 11.6149 17.9996H9.63045C9.42045 17.9996 9.25245 17.8503 9.25245 17.6343L9.2517 14.2098Z",
391
+ fill: "white"
392
+ }
393
+ ),
394
+ /* @__PURE__ */ jsx14(
395
+ "path",
396
+ {
397
+ d: "M12.752 14.7498C12.89 13.5858 14.6465 13.3766 15.4745 14.0126C15.8825 14.3418 15.4505 14.8638 15.0905 14.5998C14.6465 14.3186 13.6392 14.1866 13.5132 14.8091C13.3512 15.7931 15.9597 15.2298 15.9177 16.8251C15.8757 18.3483 13.6692 18.3836 12.8412 17.7003C12.6425 17.5383 12.6492 17.2751 12.7572 17.1123C12.9132 16.9571 13.0865 16.9031 13.2912 17.0711C13.7825 17.4063 15.0485 17.6583 15.1377 16.8063C15.0605 15.9198 12.566 16.4531 12.752 14.7498Z",
398
+ fill: "white"
399
+ }
400
+ ),
401
+ /* @__PURE__ */ jsx14(
402
+ "path",
403
+ {
404
+ d: "M18.75 20.25H4.5V21H18.75C19.1625 21 19.5 20.6625 19.5 20.25V19.5C19.5 19.9125 19.1625 20.25 18.75 20.25Z",
405
+ fill: "#DCDCDC"
406
+ }
407
+ )
408
+ ]
364
409
  }
365
410
  );
366
411
  };
367
412
 
368
413
  // src/icons/export-icon.tsx
369
- import { jsx as jsx15, jsxs as jsxs4 } from "react/jsx-runtime";
414
+ import { jsx as jsx15, jsxs as jsxs5 } from "react/jsx-runtime";
370
415
  var ExportIcon = () => {
371
- return /* @__PURE__ */ jsxs4(
416
+ return /* @__PURE__ */ jsxs5(
372
417
  "svg",
373
418
  {
374
419
  xmlns: "http://www.w3.org/2000/svg",
@@ -404,8 +449,8 @@ var ExportIcon = () => {
404
449
  };
405
450
 
406
451
  // src/icons/eye-icon.tsx
407
- import { jsx as jsx16, jsxs as jsxs5 } from "react/jsx-runtime";
408
- var EyeIcon = () => /* @__PURE__ */ jsxs5(
452
+ import { jsx as jsx16, jsxs as jsxs6 } from "react/jsx-runtime";
453
+ var EyeIcon = () => /* @__PURE__ */ jsxs6(
409
454
  "svg",
410
455
  {
411
456
  width: "20",
@@ -456,9 +501,9 @@ var FilterIcon = ({ className }) => {
456
501
  };
457
502
 
458
503
  // src/icons/groupby-icon.tsx
459
- import { jsx as jsx18, jsxs as jsxs6 } from "react/jsx-runtime";
504
+ import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
460
505
  var GroupByIcon = ({ className }) => {
461
- return /* @__PURE__ */ jsxs6(
506
+ return /* @__PURE__ */ jsxs7(
462
507
  "svg",
463
508
  {
464
509
  xmlns: "http://www.w3.org/2000/svg",
@@ -481,9 +526,9 @@ var GroupByIcon = ({ className }) => {
481
526
  };
482
527
 
483
528
  // src/icons/kanban-icon.tsx
484
- import { jsx as jsx19, jsxs as jsxs7 } from "react/jsx-runtime";
529
+ import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
485
530
  var KanbanIcon = () => {
486
- return /* @__PURE__ */ jsxs7(
531
+ return /* @__PURE__ */ jsxs8(
487
532
  "svg",
488
533
  {
489
534
  xmlns: "http://www.w3.org/2000/svg",
@@ -512,9 +557,9 @@ var KanbanIcon = () => {
512
557
  };
513
558
 
514
559
  // src/icons/list-icon.tsx
515
- import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
560
+ import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
516
561
  var ListIcon = () => {
517
- return /* @__PURE__ */ jsxs8(
562
+ return /* @__PURE__ */ jsxs9(
518
563
  "svg",
519
564
  {
520
565
  xmlns: "http://www.w3.org/2000/svg",
@@ -557,9 +602,9 @@ var ListIcon = () => {
557
602
  };
558
603
 
559
604
  // src/icons/more-icon.tsx
560
- import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
605
+ import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
561
606
  var MoreIcon = () => {
562
- return /* @__PURE__ */ jsxs9(
607
+ return /* @__PURE__ */ jsxs10(
563
608
  "svg",
564
609
  {
565
610
  width: "24px",
@@ -604,23 +649,68 @@ var MoreIcon = () => {
604
649
  };
605
650
 
606
651
  // src/icons/pdf-icon.tsx
607
- import { jsx as jsx22 } from "react/jsx-runtime";
652
+ import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
608
653
  var PdfIcon = () => {
609
- return /* @__PURE__ */ jsx22(
654
+ return /* @__PURE__ */ jsxs11(
610
655
  "svg",
611
656
  {
612
657
  xmlns: "http://www.w3.org/2000/svg",
613
- width: "19",
614
- height: "10",
615
- viewBox: "0 0 19 10",
658
+ width: "25",
659
+ height: "24",
660
+ viewBox: "0 0 25 24",
616
661
  fill: "none",
617
- children: /* @__PURE__ */ jsx22(
618
- "path",
619
- {
620
- d: "M18.6992 8.5C18.6992 8.9125 18.3617 9.25 17.9492 9.25H1.44922C1.03672 9.25 0.699219 8.9125 0.699219 8.5V1C0.699219 0.5875 1.03672 0.25 1.44922 0.25H17.9492C18.3617 0.25 18.6992 0.5875 18.6992 1V8.5Z",
621
- fill: "#FF4B34"
622
- }
623
- )
662
+ children: [
663
+ /* @__PURE__ */ jsx22(
664
+ "path",
665
+ {
666
+ d: "M6.19922 0C5.37422 0 4.69922 0.675 4.69922 1.5V22.5C4.69922 23.325 5.37422 24 6.19922 24H21.1992C22.0242 24 22.6992 23.325 22.6992 22.5V6L16.6992 0H6.19922Z",
667
+ fill: "#ECECEC"
668
+ }
669
+ ),
670
+ /* @__PURE__ */ jsx22(
671
+ "path",
672
+ {
673
+ d: "M18.1992 6H22.6992L16.6992 0V4.5C16.6992 5.325 17.3742 6 18.1992 6Z",
674
+ fill: "#C6C6C6"
675
+ }
676
+ ),
677
+ /* @__PURE__ */ jsx22("path", { d: "M22.6992 10.5L18.1992 6H22.6992V10.5Z", fill: "#DCDCDC" }),
678
+ /* @__PURE__ */ jsx22(
679
+ "path",
680
+ {
681
+ d: "M19.6992 19.5C19.6992 19.9125 19.3617 20.25 18.9492 20.25H2.44922C2.03672 20.25 1.69922 19.9125 1.69922 19.5V12C1.69922 11.5875 2.03672 11.25 2.44922 11.25H18.9492C19.3617 11.25 19.6992 11.5875 19.6992 12V19.5Z",
682
+ fill: "#FF4B34"
683
+ }
684
+ ),
685
+ /* @__PURE__ */ jsx22(
686
+ "path",
687
+ {
688
+ d: "M4.96855 14.2096C4.96855 14.0116 5.12455 13.7956 5.3758 13.7956H6.76105C7.54105 13.7956 8.24305 14.3176 8.24305 15.3181C8.24305 16.2661 7.54105 16.7941 6.76105 16.7941H5.7598V17.5861C5.7598 17.8501 5.5918 17.9994 5.3758 17.9994C5.1778 17.9994 4.96855 17.8501 4.96855 17.5861V14.2096ZM5.7598 14.5509V16.0449H6.76105C7.16305 16.0449 7.48105 15.6901 7.48105 15.3181C7.48105 14.8989 7.16305 14.5509 6.76105 14.5509H5.7598Z",
689
+ fill: "white"
690
+ }
691
+ ),
692
+ /* @__PURE__ */ jsx22(
693
+ "path",
694
+ {
695
+ d: "M9.41755 17.9994C9.21955 17.9994 9.00355 17.8914 9.00355 17.6281V14.2216C9.00355 14.0064 9.21955 13.8496 9.41755 13.8496H10.7908C13.5313 13.8496 13.4713 17.9994 10.8448 17.9994H9.41755ZM9.79555 14.5816V17.2681H10.7908C12.4101 17.2681 12.4821 14.5816 10.7908 14.5816H9.79555Z",
696
+ fill: "white"
697
+ }
698
+ ),
699
+ /* @__PURE__ */ jsx22(
700
+ "path",
701
+ {
702
+ d: "M14.4433 14.6296V15.5829H15.9726C16.1886 15.5829 16.4046 15.7989 16.4046 16.0081C16.4046 16.2061 16.1886 16.3681 15.9726 16.3681H14.4433V17.6274C14.4433 17.8374 14.2941 17.9986 14.0841 17.9986C13.8201 17.9986 13.6588 17.8374 13.6588 17.6274V14.2209C13.6588 14.0056 13.8208 13.8489 14.0841 13.8489H16.1893C16.4533 13.8489 16.6093 14.0056 16.6093 14.2209C16.6093 14.4129 16.4533 14.6289 16.1893 14.6289L14.4433 14.6296Z",
703
+ fill: "white"
704
+ }
705
+ ),
706
+ /* @__PURE__ */ jsx22(
707
+ "path",
708
+ {
709
+ d: "M18.9492 20.25H4.69922V21H18.9492C19.3617 21 19.6992 20.6625 19.6992 20.25V19.5C19.6992 19.9125 19.3617 20.25 18.9492 20.25Z",
710
+ fill: "#DCDCDC"
711
+ }
712
+ )
713
+ ]
624
714
  }
625
715
  );
626
716
  };
@@ -648,9 +738,9 @@ var PlayIcon = () => {
648
738
  };
649
739
 
650
740
  // src/icons/reset-icon.tsx
651
- import { jsx as jsx24, jsxs as jsxs10 } from "react/jsx-runtime";
741
+ import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
652
742
  var ResetIcon = () => {
653
- return /* @__PURE__ */ jsxs10(
743
+ return /* @__PURE__ */ jsxs12(
654
744
  "svg",
655
745
  {
656
746
  width: "16",
@@ -708,9 +798,9 @@ var SearchIcon = () => {
708
798
  };
709
799
 
710
800
  // src/icons/setting-icon.tsx
711
- import { jsx as jsx26, jsxs as jsxs11 } from "react/jsx-runtime";
801
+ import { jsx as jsx26, jsxs as jsxs13 } from "react/jsx-runtime";
712
802
  var SettingIcon = ({ className = "" }) => {
713
- return /* @__PURE__ */ jsxs11(
803
+ return /* @__PURE__ */ jsxs13(
714
804
  "svg",
715
805
  {
716
806
  width: "16",
@@ -802,9 +892,9 @@ var UnArchiveIcon = () => {
802
892
  };
803
893
 
804
894
  // src/icons/vector-icon.tsx
805
- import { jsx as jsx30, jsxs as jsxs12 } from "react/jsx-runtime";
895
+ import { jsx as jsx30, jsxs as jsxs14 } from "react/jsx-runtime";
806
896
  var VectorIcon = () => {
807
- return /* @__PURE__ */ jsxs12(
897
+ return /* @__PURE__ */ jsxs14(
808
898
  "svg",
809
899
  {
810
900
  xmlns: "http://www.w3.org/2000/svg",
@@ -833,19 +923,19 @@ var VectorIcon = () => {
833
923
  };
834
924
 
835
925
  // src/icons/zip-icon.tsx
836
- import { jsx as jsx31, jsxs as jsxs13 } from "react/jsx-runtime";
926
+ import { jsx as jsx31, jsxs as jsxs15 } from "react/jsx-runtime";
837
927
  var ZipIcon = () => {
838
- return /* @__PURE__ */ jsxs13(
928
+ return /* @__PURE__ */ jsxs15(
839
929
  "svg",
840
930
  {
841
- width: "40",
842
- height: "40",
931
+ width: "30",
932
+ height: "30",
843
933
  viewBox: "0 0 40 40",
844
934
  fill: "none",
845
935
  xmlns: "http://www.w3.org/2000/svg",
846
936
  children: [
847
- /* @__PURE__ */ jsxs13("g", { clipPath: "url(#clip0_3042_66427)", children: [
848
- /* @__PURE__ */ jsxs13("g", { filter: "url(#filter0_di_3042_66427)", children: [
937
+ /* @__PURE__ */ jsxs15("g", { clipPath: "url(#clip0_3042_66427)", children: [
938
+ /* @__PURE__ */ jsxs15("g", { filter: "url(#filter0_di_3042_66427)", children: [
849
939
  /* @__PURE__ */ jsx31(
850
940
  "path",
851
941
  {
@@ -870,7 +960,7 @@ var ZipIcon = () => {
870
960
  strokeWidth: "1.5"
871
961
  }
872
962
  ),
873
- /* @__PURE__ */ jsxs13("g", { filter: "url(#filter1_i_3042_66427)", children: [
963
+ /* @__PURE__ */ jsxs15("g", { filter: "url(#filter1_i_3042_66427)", children: [
874
964
  /* @__PURE__ */ jsx31("mask", { id: "path-4-inside-1_3042_66427", fill: "white", children: /* @__PURE__ */ jsx31("path", { d: "M0 22C0 19.7909 1.79086 18 4 18H20C22.2091 18 24 19.7909 24 22V30C24 32.2091 22.2091 34 20 34H4C1.79086 34 0 32.2091 0 30V22Z" }) }),
875
965
  /* @__PURE__ */ jsx31(
876
966
  "path",
@@ -897,8 +987,8 @@ var ZipIcon = () => {
897
987
  )
898
988
  ] })
899
989
  ] }),
900
- /* @__PURE__ */ jsxs13("defs", { children: [
901
- /* @__PURE__ */ jsxs13(
990
+ /* @__PURE__ */ jsxs15("defs", { children: [
991
+ /* @__PURE__ */ jsxs15(
902
992
  "filter",
903
993
  {
904
994
  id: "filter0_di_3042_66427",
@@ -976,7 +1066,7 @@ var ZipIcon = () => {
976
1066
  ]
977
1067
  }
978
1068
  ),
979
- /* @__PURE__ */ jsxs13(
1069
+ /* @__PURE__ */ jsxs15(
980
1070
  "filter",
981
1071
  {
982
1072
  id: "filter1_i_3042_66427",
@@ -1035,7 +1125,7 @@ var ZipIcon = () => {
1035
1125
  };
1036
1126
 
1037
1127
  // src/icons/loading-icon.tsx
1038
- import { jsx as jsx32, jsxs as jsxs14 } from "react/jsx-runtime";
1128
+ import { jsx as jsx32, jsxs as jsxs16 } from "react/jsx-runtime";
1039
1129
  var LoadingIcon = ({
1040
1130
  width = 15,
1041
1131
  height = 15,
@@ -1056,7 +1146,7 @@ var LoadingIcon = ({
1056
1146
  background: "transparent"
1057
1147
  },
1058
1148
  ...props,
1059
- children: /* @__PURE__ */ jsxs14("g", { children: [
1149
+ children: /* @__PURE__ */ jsxs16("g", { children: [
1060
1150
  /* @__PURE__ */ jsx32(
1061
1151
  "circle",
1062
1152
  {
@@ -1087,8 +1177,8 @@ var LoadingIcon = ({
1087
1177
  };
1088
1178
 
1089
1179
  // src/icons/paid-icon.tsx
1090
- import { jsx as jsx33, jsxs as jsxs15 } from "react/jsx-runtime";
1091
- var PaidIcon = () => /* @__PURE__ */ jsxs15(
1180
+ import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
1181
+ var PaidIcon = () => /* @__PURE__ */ jsxs17(
1092
1182
  "svg",
1093
1183
  {
1094
1184
  width: "208",
@@ -1097,7 +1187,7 @@ var PaidIcon = () => /* @__PURE__ */ jsxs15(
1097
1187
  fill: "none",
1098
1188
  xmlns: "http://www.w3.org/2000/svg",
1099
1189
  children: [
1100
- /* @__PURE__ */ jsxs15("g", { opacity: "0.5", filter: "url(#filter0_d_615_26793)", children: [
1190
+ /* @__PURE__ */ jsxs17("g", { opacity: "0.5", filter: "url(#filter0_d_615_26793)", children: [
1101
1191
  /* @__PURE__ */ jsx33(
1102
1192
  "path",
1103
1193
  {
@@ -1173,8 +1263,8 @@ var PaidIcon = () => /* @__PURE__ */ jsxs15(
1173
1263
  }
1174
1264
  )
1175
1265
  ] }),
1176
- /* @__PURE__ */ jsxs15("defs", { children: [
1177
- /* @__PURE__ */ jsxs15(
1266
+ /* @__PURE__ */ jsxs17("defs", { children: [
1267
+ /* @__PURE__ */ jsxs17(
1178
1268
  "filter",
1179
1269
  {
1180
1270
  id: "filter0_d_615_26793",
@@ -1271,13 +1361,13 @@ var PlaceHolderIcon = () => {
1271
1361
  };
1272
1362
 
1273
1363
  // src/icons/google-icon.tsx
1274
- import { jsx as jsx35, jsxs as jsxs16 } from "react/jsx-runtime";
1364
+ import { jsx as jsx35, jsxs as jsxs18 } from "react/jsx-runtime";
1275
1365
  var GoogleIcon = ({
1276
1366
  width = 20,
1277
1367
  height = 20,
1278
1368
  ...props
1279
1369
  }) => {
1280
- return /* @__PURE__ */ jsxs16(
1370
+ return /* @__PURE__ */ jsxs18(
1281
1371
  "svg",
1282
1372
  {
1283
1373
  xmlns: "http://www.w3.org/2000/svg",
@@ -1322,9 +1412,9 @@ var GoogleIcon = ({
1322
1412
  };
1323
1413
 
1324
1414
  // src/icons/eye-closed-icon.tsx
1325
- import { jsx as jsx36, jsxs as jsxs17 } from "react/jsx-runtime";
1415
+ import { jsx as jsx36, jsxs as jsxs19 } from "react/jsx-runtime";
1326
1416
  var EyeClosedIcon = () => {
1327
- return /* @__PURE__ */ jsxs17(
1417
+ return /* @__PURE__ */ jsxs19(
1328
1418
  "svg",
1329
1419
  {
1330
1420
  width: "20",
@@ -1389,9 +1479,9 @@ var DeleteIconDanger = () => {
1389
1479
  };
1390
1480
 
1391
1481
  // src/icons/image-icon.tsx
1392
- import { jsx as jsx38, jsxs as jsxs18 } from "react/jsx-runtime";
1482
+ import { jsx as jsx38, jsxs as jsxs20 } from "react/jsx-runtime";
1393
1483
  var ImageIcon = () => {
1394
- return /* @__PURE__ */ jsxs18(
1484
+ return /* @__PURE__ */ jsxs20(
1395
1485
  "svg",
1396
1486
  {
1397
1487
  xmlns: "http://www.w3.org/2000/svg",
@@ -1434,35 +1524,91 @@ var ImageIcon = () => {
1434
1524
  };
1435
1525
 
1436
1526
  // src/icons/video-icon.tsx
1437
- import { jsx as jsx39, jsxs as jsxs19 } from "react/jsx-runtime";
1527
+ import { jsx as jsx39, jsxs as jsxs21 } from "react/jsx-runtime";
1438
1528
  var VideoIcon = () => {
1439
- return /* @__PURE__ */ jsxs19(
1529
+ return /* @__PURE__ */ jsxs21(
1440
1530
  "svg",
1441
1531
  {
1442
1532
  xmlns: "http://www.w3.org/2000/svg",
1443
- width: "22",
1444
- height: "20",
1445
- viewBox: "0 0 22 20",
1533
+ width: "24",
1534
+ height: "24",
1535
+ viewBox: "0 0 24 24",
1446
1536
  fill: "none",
1447
1537
  children: [
1448
1538
  /* @__PURE__ */ jsx39(
1449
1539
  "path",
1450
1540
  {
1451
- d: "M22.0001 1.60859L22.0001 18.3914C22.0001 19.2798 21.2799 20 20.3915 20H1.61054C0.722142 20 0.00195312 19.2798 0.00195312 18.3914V1.60859C0.00195312 0.720189 0.722143 0 1.61054 0H20.3915C21.2799 0 22.0001 0.720189 22.0001 1.60859Z",
1541
+ d: "M22.9996 3.60859L22.9995 20.3914C22.9995 21.2798 22.2794 22 21.391 22H2.61004C1.72164 22 1.00145 21.2798 1.00145 20.3914V3.60859C1.00145 2.72019 1.72164 2 2.61004 2H21.391C22.2794 2 22.9996 2.72019 22.9996 3.60859Z",
1452
1542
  fill: "#435E88"
1453
1543
  }
1454
1544
  ),
1455
1545
  /* @__PURE__ */ jsx39(
1456
1546
  "path",
1457
1547
  {
1458
- d: "M21.9974 1.60515L21.9981 18.3914C21.9981 19.2782 21.2797 20 20.3895 20H1.60863C0.721846 20 0 19.2782 0 18.3914L20.3888 0C21.2791 0 21.9974 0.718322 21.9974 1.60515Z",
1548
+ d: "M22.9974 3.60553L22.9981 20.3918C22.9981 21.2786 22.2797 22.0004 21.3895 22.0004H2.60863C1.72185 22.0004 1 21.2786 1 20.3918L21.3888 2.00039C22.2791 2.00039 22.9974 2.71871 22.9974 3.60553Z",
1459
1549
  fill: "#33527D"
1460
1550
  }
1461
1551
  ),
1462
1552
  /* @__PURE__ */ jsx39(
1463
1553
  "path",
1464
1554
  {
1465
- d: "M3.96875 14.3779C4.15191 14.3782 4.30078 14.5267 4.30078 14.71V16.623C4.30078 16.8063 4.15191 16.9549 3.96875 16.9551H2.05469C1.87133 16.9551 1.72266 16.8064 1.72266 16.623V14.71C1.72266 14.5266 1.87133 14.3779 2.05469 14.3779H3.96875ZM19.9492 14.3779C20.1326 14.3779 20.2812 14.5266 20.2812 14.71V16.623C20.2812 16.8064 20.1326 16.9551 19.9492 16.9551H18.0361C17.8528 16.9551 17.7041 16.8064 17.7041 16.623V14.71C17.7041 14.5266 17.8528 14.3779 18.0361 14.3779H19.9492ZM8.59473 7.05566C8.59499 6.5953 9.10791 6.32103 9.49121 6.57617L14.1484 9.67578C14.4914 9.90408 14.4914 10.4084 14.1484 10.6367L9.49121 13.7363C9.10788 13.9915 8.59493 13.7173 8.59473 13.2568V7.05566ZM3.96875 10.1592C4.15175 10.1594 4.30052 10.3072 4.30078 10.4902V12.4043C4.30078 12.5875 4.15191 12.7361 3.96875 12.7363H2.05469C1.87133 12.7363 1.72266 12.5877 1.72266 12.4043V10.4902C1.72292 10.3071 1.87149 10.1592 2.05469 10.1592H3.96875ZM19.9492 10.1592C20.1324 10.1592 20.281 10.3071 20.2812 10.4902V12.4043C20.2812 12.5877 20.1326 12.7363 19.9492 12.7363H18.0361C17.8528 12.7363 17.7041 12.5877 17.7041 12.4043V10.4902C17.7044 10.3071 17.8529 10.1592 18.0361 10.1592H19.9492ZM3.96875 5.9375C4.15177 5.93773 4.30055 6.08651 4.30078 6.26953V8.18359C4.30078 8.36681 4.15191 8.5154 3.96875 8.51562H2.05469C1.87133 8.51562 1.72266 8.36695 1.72266 8.18359V6.26953C1.72289 6.08637 1.87147 5.9375 2.05469 5.9375H3.96875ZM19.9492 5.9375C20.1324 5.9375 20.281 6.08637 20.2812 6.26953V8.18359C20.2812 8.36695 20.1326 8.51562 19.9492 8.51562H18.0361C17.8528 8.51562 17.7041 8.36695 17.7041 8.18359V6.26953C17.7043 6.08637 17.8529 5.9375 18.0361 5.9375H19.9492ZM3.96875 1.71875C4.15181 1.71898 4.3006 1.86771 4.30078 2.05078V3.96484C4.30078 4.14806 4.15191 4.29665 3.96875 4.29688H2.05469C1.87133 4.29688 1.72266 4.1482 1.72266 3.96484V2.05078C1.72283 1.86757 1.87144 1.71875 2.05469 1.71875H3.96875ZM19.9492 1.71875C20.1325 1.71875 20.2811 1.86757 20.2812 2.05078V3.96484C20.2812 4.1482 20.1326 4.29688 19.9492 4.29688H18.0361C17.8528 4.29688 17.7041 4.1482 17.7041 3.96484V2.05078C17.7043 1.86757 17.8529 1.71875 18.0361 1.71875H19.9492Z",
1555
+ d: "M4.96732 16.3783C5.15049 16.3785 5.29935 16.5271 5.29935 16.7103V18.6234C5.29935 18.8067 5.15049 18.9552 4.96732 18.9555H3.05326C2.8699 18.9555 2.72123 18.8068 2.72123 18.6234V16.7103C2.72123 16.527 2.8699 16.3783 3.05326 16.3783H4.96732Z",
1556
+ fill: "white"
1557
+ }
1558
+ ),
1559
+ /* @__PURE__ */ jsx39(
1560
+ "path",
1561
+ {
1562
+ d: "M20.9478 16.3783C21.1311 16.3783 21.2798 16.527 21.2798 16.7103V18.6234C21.2798 18.8068 21.1311 18.9555 20.9478 18.9555H19.0347C18.8513 18.9555 18.7027 18.8068 18.7027 18.6234V16.7103C18.7027 16.527 18.8513 16.3783 19.0347 16.3783H20.9478Z",
1563
+ fill: "white"
1564
+ }
1565
+ ),
1566
+ /* @__PURE__ */ jsx39(
1567
+ "path",
1568
+ {
1569
+ d: "M9.5933 9.05605C9.59356 8.59569 10.1065 8.32141 10.4898 8.57656L15.147 11.6762C15.49 11.9045 15.49 12.4088 15.147 12.6371L10.4898 15.7367C10.1065 15.9919 9.5935 15.7176 9.5933 15.2572V9.05605Z",
1570
+ fill: "white"
1571
+ }
1572
+ ),
1573
+ /* @__PURE__ */ jsx39(
1574
+ "path",
1575
+ {
1576
+ d: "M4.96732 12.1596C5.15033 12.1598 5.29909 12.3076 5.29935 12.4906V14.4047C5.29935 14.5879 5.15049 14.7365 4.96732 14.7367H3.05326C2.8699 14.7367 2.72123 14.588 2.72123 14.4047V12.4906C2.72149 12.3075 2.87006 12.1596 3.05326 12.1596H4.96732Z",
1577
+ fill: "white"
1578
+ }
1579
+ ),
1580
+ /* @__PURE__ */ jsx39(
1581
+ "path",
1582
+ {
1583
+ d: "M20.9478 12.1596C21.131 12.1596 21.2796 12.3075 21.2798 12.4906V14.4047C21.2798 14.588 21.1311 14.7367 20.9478 14.7367H19.0347C18.8513 14.7367 18.7027 14.588 18.7027 14.4047V12.4906C18.7029 12.3075 18.8515 12.1596 19.0347 12.1596H20.9478Z",
1584
+ fill: "white"
1585
+ }
1586
+ ),
1587
+ /* @__PURE__ */ jsx39(
1588
+ "path",
1589
+ {
1590
+ d: "M4.96732 7.93789C5.15034 7.93811 5.29912 8.0869 5.29935 8.26992V10.184C5.29935 10.3672 5.15049 10.5158 4.96732 10.516H3.05326C2.8699 10.516 2.72123 10.3673 2.72123 10.184V8.26992C2.72146 8.08676 2.87005 7.93789 3.05326 7.93789H4.96732Z",
1591
+ fill: "white"
1592
+ }
1593
+ ),
1594
+ /* @__PURE__ */ jsx39(
1595
+ "path",
1596
+ {
1597
+ d: "M20.9478 7.93789C21.131 7.93789 21.2796 8.08676 21.2798 8.26992V10.184C21.2798 10.3673 21.1311 10.516 20.9478 10.516H19.0347C18.8513 10.516 18.7027 10.3673 18.7027 10.184V8.26992C18.7029 8.08676 18.8515 7.93789 19.0347 7.93789H20.9478Z",
1598
+ fill: "white"
1599
+ }
1600
+ ),
1601
+ /* @__PURE__ */ jsx39(
1602
+ "path",
1603
+ {
1604
+ d: "M4.96732 3.71914C5.15038 3.71936 5.29918 3.8681 5.29935 4.05117V5.96523C5.29935 6.14845 5.15049 6.29703 4.96732 6.29726H3.05326C2.8699 6.29726 2.72123 6.14859 2.72123 5.96523V4.05117C2.72141 3.86796 2.87001 3.71914 3.05326 3.71914H4.96732Z",
1605
+ fill: "white"
1606
+ }
1607
+ ),
1608
+ /* @__PURE__ */ jsx39(
1609
+ "path",
1610
+ {
1611
+ d: "M20.9478 3.71914C21.131 3.71914 21.2796 3.86796 21.2798 4.05117V5.96523C21.2798 6.14859 21.1311 6.29726 20.9478 6.29726H19.0347C18.8513 6.29726 18.7027 6.14859 18.7027 5.96523V4.05117C18.7029 3.86796 18.8515 3.71914 19.0347 3.71914H20.9478Z",
1466
1612
  fill: "white"
1467
1613
  }
1468
1614
  )