odaptos_design_system 2.0.339 → 2.0.341

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -655,7 +655,7 @@ declare const colors: ColorPalette;
655
655
  declare const getColor: (colorName: string, shade: string) => string | undefined;
656
656
  //#endregion
657
657
  //#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineDownIcon.d.ts
658
- interface CustomSvgProps$179 {
658
+ interface CustomSvgProps$180 {
659
659
  size?: 'sm' | 'base' | 'lg' | 'xl';
660
660
  }
661
661
  declare function ArrowDoubleLineDownIcon({
@@ -664,10 +664,10 @@ declare function ArrowDoubleLineDownIcon({
664
664
  fill,
665
665
  size,
666
666
  ...rest
667
- }: SvgIconProps & CustomSvgProps$179): JSX.Element;
667
+ }: SvgIconProps & CustomSvgProps$180): JSX.Element;
668
668
  //#endregion
669
669
  //#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineLeftIcon.d.ts
670
- interface CustomSvgProps$178 {
670
+ interface CustomSvgProps$179 {
671
671
  size?: 'sm' | 'base' | 'lg' | 'xl';
672
672
  }
673
673
  declare function ArrowDoubleLineLeftIcon({
@@ -676,10 +676,10 @@ declare function ArrowDoubleLineLeftIcon({
676
676
  fill,
677
677
  size,
678
678
  ...rest
679
- }: SvgIconProps & CustomSvgProps$178): JSX.Element;
679
+ }: SvgIconProps & CustomSvgProps$179): JSX.Element;
680
680
  //#endregion
681
681
  //#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineRightIcon.d.ts
682
- interface CustomSvgProps$177 {
682
+ interface CustomSvgProps$178 {
683
683
  size?: 'sm' | 'base' | 'lg' | 'xl';
684
684
  }
685
685
  declare function ArrowDoubleLineRightIcon({
@@ -688,10 +688,10 @@ declare function ArrowDoubleLineRightIcon({
688
688
  fill,
689
689
  size,
690
690
  ...rest
691
- }: SvgIconProps & CustomSvgProps$177): JSX.Element;
691
+ }: SvgIconProps & CustomSvgProps$178): JSX.Element;
692
692
  //#endregion
693
693
  //#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineUpIcon.d.ts
694
- interface CustomSvgProps$176 {
694
+ interface CustomSvgProps$177 {
695
695
  size?: 'sm' | 'base' | 'lg' | 'xl';
696
696
  }
697
697
  declare function ArrowDoubleLineUpIcon({
@@ -700,10 +700,10 @@ declare function ArrowDoubleLineUpIcon({
700
700
  fill,
701
701
  size,
702
702
  ...rest
703
- }: SvgIconProps & CustomSvgProps$176): JSX.Element;
703
+ }: SvgIconProps & CustomSvgProps$177): JSX.Element;
704
704
  //#endregion
705
705
  //#region src/DesignTokens/Icons/Arrows/ArrowFilledDownIcon.d.ts
706
- interface CustomSvgProps$175 {
706
+ interface CustomSvgProps$176 {
707
707
  size?: 'sm' | 'base' | 'lg' | 'xl';
708
708
  }
709
709
  declare function ArrowFilledDownIcon({
@@ -712,10 +712,10 @@ declare function ArrowFilledDownIcon({
712
712
  fill,
713
713
  size,
714
714
  ...rest
715
- }: SvgIconProps & CustomSvgProps$175): JSX.Element;
715
+ }: SvgIconProps & CustomSvgProps$176): JSX.Element;
716
716
  //#endregion
717
717
  //#region src/DesignTokens/Icons/Arrows/ArrowFilledLeftIcon.d.ts
718
- interface CustomSvgProps$174 {
718
+ interface CustomSvgProps$175 {
719
719
  size?: 'sm' | 'base' | 'lg' | 'xl';
720
720
  }
721
721
  declare function ArrowFilledLeftIcon({
@@ -724,10 +724,10 @@ declare function ArrowFilledLeftIcon({
724
724
  fill,
725
725
  size,
726
726
  ...rest
727
- }: SvgIconProps & CustomSvgProps$174): JSX.Element;
727
+ }: SvgIconProps & CustomSvgProps$175): JSX.Element;
728
728
  //#endregion
729
729
  //#region src/DesignTokens/Icons/Arrows/ArrowFilledRightIcon.d.ts
730
- interface CustomSvgProps$173 {
730
+ interface CustomSvgProps$174 {
731
731
  size?: 'sm' | 'base' | 'lg' | 'xl';
732
732
  }
733
733
  declare function ArrowFilledRightIcon({
@@ -736,10 +736,10 @@ declare function ArrowFilledRightIcon({
736
736
  fill,
737
737
  size,
738
738
  ...rest
739
- }: SvgIconProps & CustomSvgProps$173): JSX.Element;
739
+ }: SvgIconProps & CustomSvgProps$174): JSX.Element;
740
740
  //#endregion
741
741
  //#region src/DesignTokens/Icons/Arrows/ArrowFilledUpIcon.d.ts
742
- interface CustomSvgProps$172 {
742
+ interface CustomSvgProps$173 {
743
743
  size?: 'sm' | 'base' | 'lg' | 'xl';
744
744
  }
745
745
  declare function ArrowFilledUpIcon({
@@ -748,10 +748,10 @@ declare function ArrowFilledUpIcon({
748
748
  fill,
749
749
  size,
750
750
  ...rest
751
- }: SvgIconProps & CustomSvgProps$172): JSX.Element;
751
+ }: SvgIconProps & CustomSvgProps$173): JSX.Element;
752
752
  //#endregion
753
753
  //#region src/DesignTokens/Icons/Arrows/ArrowLineDownIcon.d.ts
754
- interface CustomSvgProps$171 {
754
+ interface CustomSvgProps$172 {
755
755
  size?: 'sm' | 'base' | 'lg' | 'xl';
756
756
  }
757
757
  declare function ArrowLineDowIcon({
@@ -760,10 +760,10 @@ declare function ArrowLineDowIcon({
760
760
  fill,
761
761
  size,
762
762
  ...rest
763
- }: SvgIconProps & CustomSvgProps$171): JSX.Element;
763
+ }: SvgIconProps & CustomSvgProps$172): JSX.Element;
764
764
  //#endregion
765
765
  //#region src/DesignTokens/Icons/Arrows/ArrowLineLeftIcon.d.ts
766
- interface CustomSvgProps$170 {
766
+ interface CustomSvgProps$171 {
767
767
  size?: 'sm' | 'base' | 'lg' | 'xl';
768
768
  }
769
769
  declare function ArrowLineLeftIcon({
@@ -772,10 +772,10 @@ declare function ArrowLineLeftIcon({
772
772
  fill,
773
773
  size,
774
774
  ...rest
775
- }: SvgIconProps & CustomSvgProps$170): JSX.Element;
775
+ }: SvgIconProps & CustomSvgProps$171): JSX.Element;
776
776
  //#endregion
777
777
  //#region src/DesignTokens/Icons/Arrows/ArrowLineRightIcon.d.ts
778
- interface CustomSvgProps$169 {
778
+ interface CustomSvgProps$170 {
779
779
  size?: 'sm' | 'base' | 'lg' | 'xl';
780
780
  }
781
781
  declare function ArrowLineRightIcon({
@@ -784,10 +784,10 @@ declare function ArrowLineRightIcon({
784
784
  fill,
785
785
  size,
786
786
  ...rest
787
- }: SvgIconProps & CustomSvgProps$169): JSX.Element;
787
+ }: SvgIconProps & CustomSvgProps$170): JSX.Element;
788
788
  //#endregion
789
789
  //#region src/DesignTokens/Icons/Arrows/ArrowLineUpIcon.d.ts
790
- interface CustomSvgProps$168 {
790
+ interface CustomSvgProps$169 {
791
791
  size?: 'sm' | 'base' | 'lg' | 'xl';
792
792
  }
793
793
  declare function ArrowLineUpIcon({
@@ -796,10 +796,10 @@ declare function ArrowLineUpIcon({
796
796
  fill,
797
797
  size,
798
798
  ...rest
799
- }: SvgIconProps & CustomSvgProps$168): JSX.Element;
799
+ }: SvgIconProps & CustomSvgProps$169): JSX.Element;
800
800
  //#endregion
801
801
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerDown.d.ts
802
- interface CustomSvgProps$167 {
802
+ interface CustomSvgProps$168 {
803
803
  size?: 'sm' | 'base' | 'lg' | 'xl';
804
804
  }
805
805
  declare function ArrowPointerDown({
@@ -808,10 +808,10 @@ declare function ArrowPointerDown({
808
808
  fill,
809
809
  size,
810
810
  ...rest
811
- }: SvgIconProps & CustomSvgProps$167): JSX.Element;
811
+ }: SvgIconProps & CustomSvgProps$168): JSX.Element;
812
812
  //#endregion
813
813
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerDownLeft.d.ts
814
- interface CustomSvgProps$166 {
814
+ interface CustomSvgProps$167 {
815
815
  size?: 'sm' | 'base' | 'lg' | 'xl';
816
816
  }
817
817
  declare function ArrowPointerDownLeft({
@@ -820,10 +820,10 @@ declare function ArrowPointerDownLeft({
820
820
  fill,
821
821
  size,
822
822
  ...rest
823
- }: SvgIconProps & CustomSvgProps$166): JSX.Element;
823
+ }: SvgIconProps & CustomSvgProps$167): JSX.Element;
824
824
  //#endregion
825
825
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerDownRight.d.ts
826
- interface CustomSvgProps$165 {
826
+ interface CustomSvgProps$166 {
827
827
  size?: 'sm' | 'base' | 'lg' | 'xl';
828
828
  }
829
829
  declare function ArrowPointerDownRight({
@@ -832,10 +832,10 @@ declare function ArrowPointerDownRight({
832
832
  fill,
833
833
  size,
834
834
  ...rest
835
- }: SvgIconProps & CustomSvgProps$165): JSX.Element;
835
+ }: SvgIconProps & CustomSvgProps$166): JSX.Element;
836
836
  //#endregion
837
837
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerLeft.d.ts
838
- interface CustomSvgProps$164 {
838
+ interface CustomSvgProps$165 {
839
839
  size?: 'sm' | 'base' | 'lg' | 'xl';
840
840
  }
841
841
  declare function ArrowPointerLeft({
@@ -844,10 +844,10 @@ declare function ArrowPointerLeft({
844
844
  fill,
845
845
  size,
846
846
  ...rest
847
- }: SvgIconProps & CustomSvgProps$164): JSX.Element;
847
+ }: SvgIconProps & CustomSvgProps$165): JSX.Element;
848
848
  //#endregion
849
849
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerRight.d.ts
850
- interface CustomSvgProps$163 {
850
+ interface CustomSvgProps$164 {
851
851
  size?: 'sm' | 'base' | 'lg' | 'xl';
852
852
  }
853
853
  declare function ArrowPointerRight({
@@ -856,10 +856,10 @@ declare function ArrowPointerRight({
856
856
  fill,
857
857
  size,
858
858
  ...rest
859
- }: SvgIconProps & CustomSvgProps$163): JSX.Element;
859
+ }: SvgIconProps & CustomSvgProps$164): JSX.Element;
860
860
  //#endregion
861
861
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerUp.d.ts
862
- interface CustomSvgProps$162 {
862
+ interface CustomSvgProps$163 {
863
863
  size?: 'sm' | 'base' | 'lg' | 'xl';
864
864
  }
865
865
  declare function ArrowPointerUp({
@@ -868,10 +868,10 @@ declare function ArrowPointerUp({
868
868
  fill,
869
869
  size,
870
870
  ...rest
871
- }: SvgIconProps & CustomSvgProps$162): JSX.Element;
871
+ }: SvgIconProps & CustomSvgProps$163): JSX.Element;
872
872
  //#endregion
873
873
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerUpLeft.d.ts
874
- interface CustomSvgProps$161 {
874
+ interface CustomSvgProps$162 {
875
875
  size?: 'sm' | 'base' | 'lg' | 'xl';
876
876
  }
877
877
  declare function ArrowPointerUpLeft({
@@ -880,10 +880,10 @@ declare function ArrowPointerUpLeft({
880
880
  fill,
881
881
  size,
882
882
  ...rest
883
- }: SvgIconProps & CustomSvgProps$161): JSX.Element;
883
+ }: SvgIconProps & CustomSvgProps$162): JSX.Element;
884
884
  //#endregion
885
885
  //#region src/DesignTokens/Icons/Arrows/ArrowPointerUpRight.d.ts
886
- interface CustomSvgProps$160 {
886
+ interface CustomSvgProps$161 {
887
887
  size?: 'sm' | 'base' | 'lg' | 'xl';
888
888
  }
889
889
  declare function ArrowPointerUpRight({
@@ -892,10 +892,10 @@ declare function ArrowPointerUpRight({
892
892
  fill,
893
893
  size,
894
894
  ...rest
895
- }: SvgIconProps & CustomSvgProps$160): JSX.Element;
895
+ }: SvgIconProps & CustomSvgProps$161): JSX.Element;
896
896
  //#endregion
897
897
  //#region src/DesignTokens/Icons/Circled/AddCircledIcon.d.ts
898
- interface CustomSvgProps$159 {
898
+ interface CustomSvgProps$160 {
899
899
  size?: 'sm' | 'base' | 'lg' | 'xl';
900
900
  }
901
901
  declare function AddCircledIcon({
@@ -904,10 +904,10 @@ declare function AddCircledIcon({
904
904
  fill,
905
905
  size,
906
906
  ...rest
907
- }: SvgIconProps & CustomSvgProps$159): JSX.Element;
907
+ }: SvgIconProps & CustomSvgProps$160): JSX.Element;
908
908
  //#endregion
909
909
  //#region src/DesignTokens/Icons/Circled/AlertCircledIcon.d.ts
910
- interface CustomSvgProps$158 {
910
+ interface CustomSvgProps$159 {
911
911
  size?: 'sm' | 'base' | 'lg' | 'xl';
912
912
  }
913
913
  declare function AlertCircledIcon({
@@ -916,10 +916,10 @@ declare function AlertCircledIcon({
916
916
  fill,
917
917
  size,
918
918
  ...rest
919
- }: SvgIconProps & CustomSvgProps$158): JSX.Element;
919
+ }: SvgIconProps & CustomSvgProps$159): JSX.Element;
920
920
  //#endregion
921
921
  //#region src/DesignTokens/Icons/Circled/CheckedCircled.d.ts
922
- interface CustomSvgProps$157 {
922
+ interface CustomSvgProps$158 {
923
923
  size?: 'sm' | 'base' | 'lg' | 'xl';
924
924
  }
925
925
  declare function CheckedCircled({
@@ -928,10 +928,10 @@ declare function CheckedCircled({
928
928
  fill,
929
929
  size,
930
930
  ...rest
931
- }: SvgIconProps & CustomSvgProps$157): JSX.Element;
931
+ }: SvgIconProps & CustomSvgProps$158): JSX.Element;
932
932
  //#endregion
933
933
  //#region src/DesignTokens/Icons/Circled/InfoCircledIcon.d.ts
934
- interface CustomSvgProps$156 {
934
+ interface CustomSvgProps$157 {
935
935
  size?: 'sm' | 'base' | 'lg' | 'xl';
936
936
  }
937
937
  declare function InfoCircledIcon({
@@ -940,10 +940,10 @@ declare function InfoCircledIcon({
940
940
  fill,
941
941
  size,
942
942
  ...rest
943
- }: SvgIconProps & CustomSvgProps$156): JSX.Element;
943
+ }: SvgIconProps & CustomSvgProps$157): JSX.Element;
944
944
  //#endregion
945
945
  //#region src/DesignTokens/Icons/Circled/MinusCircledIcon.d.ts
946
- interface CustomSvgProps$155 {
946
+ interface CustomSvgProps$156 {
947
947
  size?: 'sm' | 'base' | 'lg' | 'xl';
948
948
  }
949
949
  declare function MinusCircledIcon({
@@ -952,10 +952,10 @@ declare function MinusCircledIcon({
952
952
  fill,
953
953
  size,
954
954
  ...rest
955
- }: SvgIconProps & CustomSvgProps$155): JSX.Element;
955
+ }: SvgIconProps & CustomSvgProps$156): JSX.Element;
956
956
  //#endregion
957
957
  //#region src/DesignTokens/Icons/Circled/NavigationCircledIcon.d.ts
958
- interface CustomSvgProps$154 {
958
+ interface CustomSvgProps$155 {
959
959
  size?: 'sm' | 'base' | 'lg' | 'xl';
960
960
  }
961
961
  declare function NavigationCircledIcon({
@@ -964,10 +964,10 @@ declare function NavigationCircledIcon({
964
964
  fill,
965
965
  size,
966
966
  ...rest
967
- }: SvgIconProps & CustomSvgProps$154): JSX.Element;
967
+ }: SvgIconProps & CustomSvgProps$155): JSX.Element;
968
968
  //#endregion
969
969
  //#region src/DesignTokens/Icons/Circled/QuestionCircledIcon.d.ts
970
- interface CustomSvgProps$153 {
970
+ interface CustomSvgProps$154 {
971
971
  size?: 'sm' | 'base' | 'lg' | 'xl';
972
972
  }
973
973
  declare function QuestionCircledIcon({
@@ -976,10 +976,10 @@ declare function QuestionCircledIcon({
976
976
  fill,
977
977
  size,
978
978
  ...rest
979
- }: SvgIconProps & CustomSvgProps$153): JSX.Element;
979
+ }: SvgIconProps & CustomSvgProps$154): JSX.Element;
980
980
  //#endregion
981
981
  //#region src/DesignTokens/Icons/Circled/RemoveCircledIcon.d.ts
982
- interface CustomSvgProps$152 {
982
+ interface CustomSvgProps$153 {
983
983
  size?: 'sm' | 'base' | 'lg' | 'xl';
984
984
  }
985
985
  declare function RemoveCircledIcon({
@@ -988,10 +988,10 @@ declare function RemoveCircledIcon({
988
988
  fill,
989
989
  size,
990
990
  ...rest
991
- }: SvgIconProps & CustomSvgProps$152): JSX.Element;
991
+ }: SvgIconProps & CustomSvgProps$153): JSX.Element;
992
992
  //#endregion
993
993
  //#region src/DesignTokens/Icons/Circled/SearchCircledIcon.d.ts
994
- interface CustomSvgProps$151 {
994
+ interface CustomSvgProps$152 {
995
995
  size?: 'sm' | 'base' | 'lg' | 'xl';
996
996
  }
997
997
  declare function SearchCircledIcon({
@@ -1000,10 +1000,10 @@ declare function SearchCircledIcon({
1000
1000
  fill,
1001
1001
  size,
1002
1002
  ...rest
1003
- }: SvgIconProps & CustomSvgProps$151): JSX.Element;
1003
+ }: SvgIconProps & CustomSvgProps$152): JSX.Element;
1004
1004
  //#endregion
1005
1005
  //#region src/DesignTokens/Icons/Circled/SettingsCircledIcon.d.ts
1006
- interface CustomSvgProps$150 {
1006
+ interface CustomSvgProps$151 {
1007
1007
  size?: 'sm' | 'base' | 'lg' | 'xl';
1008
1008
  }
1009
1009
  declare function SettingsCircledIcon({
@@ -1012,10 +1012,10 @@ declare function SettingsCircledIcon({
1012
1012
  fill,
1013
1013
  size,
1014
1014
  ...rest
1015
- }: SvgIconProps & CustomSvgProps$150): JSX.Element;
1015
+ }: SvgIconProps & CustomSvgProps$151): JSX.Element;
1016
1016
  //#endregion
1017
1017
  //#region src/DesignTokens/Icons/Equipment/CameraIcon.d.ts
1018
- interface CustomSvgProps$149 {
1018
+ interface CustomSvgProps$150 {
1019
1019
  size?: 'sm' | 'base' | 'lg' | 'xl';
1020
1020
  }
1021
1021
  declare function CameraIcon({
@@ -1024,10 +1024,10 @@ declare function CameraIcon({
1024
1024
  fill,
1025
1025
  size,
1026
1026
  ...rest
1027
- }: SvgIconProps & CustomSvgProps$149): JSX.Element;
1027
+ }: SvgIconProps & CustomSvgProps$150): JSX.Element;
1028
1028
  //#endregion
1029
1029
  //#region src/DesignTokens/Icons/Equipment/LaptopIcon.d.ts
1030
- interface CustomSvgProps$148 {
1030
+ interface CustomSvgProps$149 {
1031
1031
  size?: 'sm' | 'base' | 'lg' | 'xl';
1032
1032
  }
1033
1033
  declare function LaptopIcon({
@@ -1036,10 +1036,10 @@ declare function LaptopIcon({
1036
1036
  fill,
1037
1037
  size,
1038
1038
  ...rest
1039
- }: SvgIconProps & CustomSvgProps$148): JSX.Element;
1039
+ }: SvgIconProps & CustomSvgProps$149): JSX.Element;
1040
1040
  //#endregion
1041
1041
  //#region src/DesignTokens/Icons/Equipment/MicrophonePodcastIcon.d.ts
1042
- interface CustomSvgProps$147 {
1042
+ interface CustomSvgProps$148 {
1043
1043
  size?: 'sm' | 'base' | 'lg' | 'xl';
1044
1044
  }
1045
1045
  declare function MicrophonePodcastIcon({
@@ -1048,10 +1048,10 @@ declare function MicrophonePodcastIcon({
1048
1048
  fill,
1049
1049
  size,
1050
1050
  ...rest
1051
- }: SvgIconProps & CustomSvgProps$147): JSX.Element;
1051
+ }: SvgIconProps & CustomSvgProps$148): JSX.Element;
1052
1052
  //#endregion
1053
1053
  //#region src/DesignTokens/Icons/Equipment/MobileIcon.d.ts
1054
- interface CustomSvgProps$146 {
1054
+ interface CustomSvgProps$147 {
1055
1055
  size?: 'sm' | 'base' | 'lg' | 'xl';
1056
1056
  }
1057
1057
  declare function MobileIcon({
@@ -1060,10 +1060,10 @@ declare function MobileIcon({
1060
1060
  fill,
1061
1061
  size,
1062
1062
  ...rest
1063
- }: SvgIconProps & CustomSvgProps$146): JSX.Element;
1063
+ }: SvgIconProps & CustomSvgProps$147): JSX.Element;
1064
1064
  //#endregion
1065
1065
  //#region src/DesignTokens/Icons/Equipment/TvFlatScreenIcon.d.ts
1066
- interface CustomSvgProps$145 {
1066
+ interface CustomSvgProps$146 {
1067
1067
  size?: 'sm' | 'base' | 'lg' | 'xl';
1068
1068
  }
1069
1069
  declare function TvFlatScreenIcon({
@@ -1072,10 +1072,10 @@ declare function TvFlatScreenIcon({
1072
1072
  fill,
1073
1073
  size,
1074
1074
  ...rest
1075
- }: SvgIconProps & CustomSvgProps$145): JSX.Element;
1075
+ }: SvgIconProps & CustomSvgProps$146): JSX.Element;
1076
1076
  //#endregion
1077
1077
  //#region src/DesignTokens/Icons/Equipment/TvIcon.d.ts
1078
- interface CustomSvgProps$144 {
1078
+ interface CustomSvgProps$145 {
1079
1079
  size?: 'sm' | 'base' | 'lg' | 'xl';
1080
1080
  }
1081
1081
  declare function TvIcon({
@@ -1084,7 +1084,7 @@ declare function TvIcon({
1084
1084
  fill,
1085
1085
  size,
1086
1086
  ...rest
1087
- }: SvgIconProps & CustomSvgProps$144): JSX.Element;
1087
+ }: SvgIconProps & CustomSvgProps$145): JSX.Element;
1088
1088
  //#endregion
1089
1089
  //#region src/DesignTokens/Icons/Illustrations/AI_UserTest.d.ts
1090
1090
  declare function AI_UserTest({
@@ -1239,6 +1239,14 @@ declare function ScheduleTasks({
1239
1239
  ...rest
1240
1240
  }: SvgIconProps): JSX.Element;
1241
1241
  //#endregion
1242
+ //#region src/DesignTokens/Icons/Illustrations/SurprisedInterviewee.d.ts
1243
+ declare function SurprisedInterviewee({
1244
+ stroke,
1245
+ strokeWidth,
1246
+ fill,
1247
+ ...rest
1248
+ }: SvgIconProps): JSX.Element;
1249
+ //#endregion
1242
1250
  //#region src/DesignTokens/Icons/Illustrations/Sentiment.d.ts
1243
1251
  declare function Sentiment({
1244
1252
  ...rest
@@ -1298,7 +1306,7 @@ declare function WaitingMen({
1298
1306
  }: SvgIconProps): JSX.Element;
1299
1307
  //#endregion
1300
1308
  //#region src/DesignTokens/Icons/Interaction/AccountIcon.d.ts
1301
- interface CustomSvgProps$143 {
1309
+ interface CustomSvgProps$144 {
1302
1310
  size?: 'sm' | 'base' | 'lg' | 'xl';
1303
1311
  }
1304
1312
  declare function AccountIcon({
@@ -1307,10 +1315,10 @@ declare function AccountIcon({
1307
1315
  fill,
1308
1316
  size,
1309
1317
  ...rest
1310
- }: SvgIconProps & CustomSvgProps$143): JSX.Element;
1318
+ }: SvgIconProps & CustomSvgProps$144): JSX.Element;
1311
1319
  //#endregion
1312
1320
  //#region src/DesignTokens/Icons/Interaction/AccountIconMksite.d.ts
1313
- interface CustomSvgProps$142 {
1321
+ interface CustomSvgProps$143 {
1314
1322
  size?: 'sm' | 'base' | 'lg' | 'xl';
1315
1323
  }
1316
1324
  declare function AccountIconMksite({
@@ -1319,10 +1327,10 @@ declare function AccountIconMksite({
1319
1327
  fill,
1320
1328
  size,
1321
1329
  ...rest
1322
- }: SvgIconProps & CustomSvgProps$142): JSX.Element;
1330
+ }: SvgIconProps & CustomSvgProps$143): JSX.Element;
1323
1331
  //#endregion
1324
1332
  //#region src/DesignTokens/Icons/Interaction/KeyIcon.d.ts
1325
- interface CustomSvgProps$141 {
1333
+ interface CustomSvgProps$142 {
1326
1334
  size?: 'sm' | 'base' | 'lg' | 'xl';
1327
1335
  }
1328
1336
  declare function KeyIcon({
@@ -1331,10 +1339,10 @@ declare function KeyIcon({
1331
1339
  fill,
1332
1340
  size,
1333
1341
  ...rest
1334
- }: SvgIconProps & CustomSvgProps$141): JSX.Element;
1342
+ }: SvgIconProps & CustomSvgProps$142): JSX.Element;
1335
1343
  //#endregion
1336
1344
  //#region src/DesignTokens/Icons/Interaction/MailIcon.d.ts
1337
- interface CustomSvgProps$140 {
1345
+ interface CustomSvgProps$141 {
1338
1346
  size?: 'sm' | 'base' | 'lg' | 'xl';
1339
1347
  }
1340
1348
  declare function MailIcon({
@@ -1343,10 +1351,10 @@ declare function MailIcon({
1343
1351
  fill,
1344
1352
  size,
1345
1353
  ...rest
1346
- }: SvgIconProps & CustomSvgProps$140): JSX.Element;
1354
+ }: SvgIconProps & CustomSvgProps$141): JSX.Element;
1347
1355
  //#endregion
1348
1356
  //#region src/DesignTokens/Icons/Interaction/RoleIcon.d.ts
1349
- interface CustomSvgProps$139 {
1357
+ interface CustomSvgProps$140 {
1350
1358
  size?: 'sm' | 'base' | 'lg' | 'xl';
1351
1359
  }
1352
1360
  declare function RoleIcon({
@@ -1355,10 +1363,10 @@ declare function RoleIcon({
1355
1363
  fill,
1356
1364
  size,
1357
1365
  ...rest
1358
- }: SvgIconProps & CustomSvgProps$139): JSX.Element;
1366
+ }: SvgIconProps & CustomSvgProps$140): JSX.Element;
1359
1367
  //#endregion
1360
1368
  //#region src/DesignTokens/Icons/Interaction/AddIcon.d.ts
1361
- interface CustomSvgProps$138 {
1369
+ interface CustomSvgProps$139 {
1362
1370
  size?: 'sm' | 'base' | 'lg' | 'xl';
1363
1371
  }
1364
1372
  declare function AddIcon({
@@ -1367,10 +1375,10 @@ declare function AddIcon({
1367
1375
  fill,
1368
1376
  size,
1369
1377
  ...rest
1370
- }: SvgIconProps & CustomSvgProps$138): JSX.Element;
1378
+ }: SvgIconProps & CustomSvgProps$139): JSX.Element;
1371
1379
  //#endregion
1372
1380
  //#region src/DesignTokens/Icons/Interaction/AddTagIcon.d.ts
1373
- interface CustomSvgProps$137 {
1381
+ interface CustomSvgProps$138 {
1374
1382
  size?: 'sm' | 'base' | 'lg' | 'xl';
1375
1383
  }
1376
1384
  declare function AddTagIcon({
@@ -1379,10 +1387,10 @@ declare function AddTagIcon({
1379
1387
  fill,
1380
1388
  size,
1381
1389
  ...rest
1382
- }: SvgIconProps & CustomSvgProps$137): JSX.Element;
1390
+ }: SvgIconProps & CustomSvgProps$138): JSX.Element;
1383
1391
  //#endregion
1384
1392
  //#region src/DesignTokens/Icons/Interaction/AgendaIcon.d.ts
1385
- interface CustomSvgProps$136 {
1393
+ interface CustomSvgProps$137 {
1386
1394
  size?: 'sm' | 'base' | 'lg' | 'xl';
1387
1395
  }
1388
1396
  declare function AgendaIcon({
@@ -1391,10 +1399,10 @@ declare function AgendaIcon({
1391
1399
  fill,
1392
1400
  size,
1393
1401
  ...rest
1394
- }: SvgIconProps & CustomSvgProps$136): JSX.Element;
1402
+ }: SvgIconProps & CustomSvgProps$137): JSX.Element;
1395
1403
  //#endregion
1396
1404
  //#region src/DesignTokens/Icons/Interaction/BillingIcon.d.ts
1397
- interface CustomSvgProps$135 {
1405
+ interface CustomSvgProps$136 {
1398
1406
  size?: 'sm' | 'base' | 'lg' | 'xl';
1399
1407
  }
1400
1408
  declare function BillingIcon({
@@ -1403,10 +1411,10 @@ declare function BillingIcon({
1403
1411
  fill,
1404
1412
  size,
1405
1413
  ...rest
1406
- }: SvgIconProps & CustomSvgProps$135): JSX.Element;
1414
+ }: SvgIconProps & CustomSvgProps$136): JSX.Element;
1407
1415
  //#endregion
1408
1416
  //#region src/DesignTokens/Icons/Interaction/BinIcon.d.ts
1409
- interface CustomSvgProps$134 {
1417
+ interface CustomSvgProps$135 {
1410
1418
  size?: 'sm' | 'base' | 'lg' | 'xl';
1411
1419
  }
1412
1420
  declare function BinIcon({
@@ -1415,10 +1423,10 @@ declare function BinIcon({
1415
1423
  fill,
1416
1424
  size,
1417
1425
  ...rest
1418
- }: SvgIconProps & CustomSvgProps$134): JSX.Element;
1426
+ }: SvgIconProps & CustomSvgProps$135): JSX.Element;
1419
1427
  //#endregion
1420
1428
  //#region src/DesignTokens/Icons/Interaction/CheckedIcon.d.ts
1421
- interface CustomSvgProps$133 {
1429
+ interface CustomSvgProps$134 {
1422
1430
  size?: 'sm' | 'base' | 'lg' | 'xl';
1423
1431
  }
1424
1432
  declare function CheckedIcon({
@@ -1427,10 +1435,10 @@ declare function CheckedIcon({
1427
1435
  fill,
1428
1436
  size,
1429
1437
  ...rest
1430
- }: SvgIconProps & CustomSvgProps$133): JSX.Element;
1438
+ }: SvgIconProps & CustomSvgProps$134): JSX.Element;
1431
1439
  //#endregion
1432
1440
  //#region src/DesignTokens/Icons/Interaction/CheckedIconThin.d.ts
1433
- interface CustomSvgProps$132 {
1441
+ interface CustomSvgProps$133 {
1434
1442
  size?: 'sm' | 'base' | 'lg' | 'xl';
1435
1443
  }
1436
1444
  declare function CheckedIconThin({
@@ -1439,10 +1447,10 @@ declare function CheckedIconThin({
1439
1447
  fill,
1440
1448
  size,
1441
1449
  ...rest
1442
- }: SvgIconProps & CustomSvgProps$132): JSX.Element;
1450
+ }: SvgIconProps & CustomSvgProps$133): JSX.Element;
1443
1451
  //#endregion
1444
1452
  //#region src/DesignTokens/Icons/Interaction/ClockIcon.d.ts
1445
- interface CustomSvgProps$131 {
1453
+ interface CustomSvgProps$132 {
1446
1454
  size?: 'sm' | 'base' | 'lg' | 'xl';
1447
1455
  }
1448
1456
  declare function ClockIcon({
@@ -1451,10 +1459,10 @@ declare function ClockIcon({
1451
1459
  fill,
1452
1460
  size,
1453
1461
  ...rest
1454
- }: SvgIconProps & CustomSvgProps$131): JSX.Element;
1462
+ }: SvgIconProps & CustomSvgProps$132): JSX.Element;
1455
1463
  //#endregion
1456
1464
  //#region src/DesignTokens/Icons/Interaction/CloseIcon.d.ts
1457
- interface CustomSvgProps$130 {
1465
+ interface CustomSvgProps$131 {
1458
1466
  size?: 'sm' | 'base' | 'lg' | 'xl';
1459
1467
  }
1460
1468
  declare function CloseIcon({
@@ -1463,10 +1471,10 @@ declare function CloseIcon({
1463
1471
  fill,
1464
1472
  size,
1465
1473
  ...rest
1466
- }: SvgIconProps & CustomSvgProps$130): JSX.Element;
1474
+ }: SvgIconProps & CustomSvgProps$131): JSX.Element;
1467
1475
  //#endregion
1468
1476
  //#region src/DesignTokens/Icons/Interaction/CogIcon.d.ts
1469
- interface CustomSvgProps$129 {
1477
+ interface CustomSvgProps$130 {
1470
1478
  size?: 'sm' | 'base' | 'lg' | 'xl';
1471
1479
  }
1472
1480
  declare function CogIcon({
@@ -1475,10 +1483,10 @@ declare function CogIcon({
1475
1483
  fill,
1476
1484
  size,
1477
1485
  ...rest
1478
- }: SvgIconProps & CustomSvgProps$129): JSX.Element;
1486
+ }: SvgIconProps & CustomSvgProps$130): JSX.Element;
1479
1487
  //#endregion
1480
1488
  //#region src/DesignTokens/Icons/Interaction/CopyPasteIcon.d.ts
1481
- interface CustomSvgProps$128 {
1489
+ interface CustomSvgProps$129 {
1482
1490
  size?: 'sm' | 'base' | 'lg' | 'xl';
1483
1491
  }
1484
1492
  declare function CopyPasteIcon({
@@ -1487,10 +1495,10 @@ declare function CopyPasteIcon({
1487
1495
  fill,
1488
1496
  size,
1489
1497
  ...rest
1490
- }: SvgIconProps & CustomSvgProps$128): JSX.Element;
1498
+ }: SvgIconProps & CustomSvgProps$129): JSX.Element;
1491
1499
  //#endregion
1492
1500
  //#region src/DesignTokens/Icons/Interaction/DragDropIcon.d.ts
1493
- interface CustomSvgProps$127 {
1501
+ interface CustomSvgProps$128 {
1494
1502
  size?: 'sm' | 'base' | 'lg' | 'xl';
1495
1503
  }
1496
1504
  declare function DragDropIcon({
@@ -1499,10 +1507,10 @@ declare function DragDropIcon({
1499
1507
  fill,
1500
1508
  size,
1501
1509
  ...rest
1502
- }: SvgIconProps & CustomSvgProps$127): JSX.Element;
1510
+ }: SvgIconProps & CustomSvgProps$128): JSX.Element;
1503
1511
  //#endregion
1504
1512
  //#region src/DesignTokens/Icons/Interaction/EditIcon.d.ts
1505
- interface CustomSvgProps$126 {
1513
+ interface CustomSvgProps$127 {
1506
1514
  size?: 'sm' | 'base' | 'lg' | 'xl';
1507
1515
  }
1508
1516
  declare function EditIcon({
@@ -1511,10 +1519,10 @@ declare function EditIcon({
1511
1519
  fill,
1512
1520
  size,
1513
1521
  ...rest
1514
- }: SvgIconProps & CustomSvgProps$126): JSX.Element;
1522
+ }: SvgIconProps & CustomSvgProps$127): JSX.Element;
1515
1523
  //#endregion
1516
1524
  //#region src/DesignTokens/Icons/Interaction/EditTextIcon.d.ts
1517
- interface CustomSvgProps$125 {
1525
+ interface CustomSvgProps$126 {
1518
1526
  size?: 'sm' | 'base' | 'lg' | 'xl';
1519
1527
  }
1520
1528
  declare function EditTextIcon({
@@ -1523,10 +1531,10 @@ declare function EditTextIcon({
1523
1531
  fill,
1524
1532
  size,
1525
1533
  ...rest
1526
- }: SvgIconProps & CustomSvgProps$125): JSX.Element;
1534
+ }: SvgIconProps & CustomSvgProps$126): JSX.Element;
1527
1535
  //#endregion
1528
1536
  //#region src/DesignTokens/Icons/Interaction/FilterIcon.d.ts
1529
- interface CustomSvgProps$124 {
1537
+ interface CustomSvgProps$125 {
1530
1538
  size?: 'sm' | 'base' | 'lg' | 'xl';
1531
1539
  }
1532
1540
  declare function FilterIcon({
@@ -1535,10 +1543,10 @@ declare function FilterIcon({
1535
1543
  fill,
1536
1544
  size,
1537
1545
  ...rest
1538
- }: SvgIconProps & CustomSvgProps$124): JSX.Element;
1546
+ }: SvgIconProps & CustomSvgProps$125): JSX.Element;
1539
1547
  //#endregion
1540
1548
  //#region src/DesignTokens/Icons/Interaction/LayoutIcon.d.ts
1541
- interface CustomSvgProps$123 {
1549
+ interface CustomSvgProps$124 {
1542
1550
  size?: 'sm' | 'base' | 'lg' | 'xl';
1543
1551
  }
1544
1552
  declare function LayoutIcon({
@@ -1547,10 +1555,10 @@ declare function LayoutIcon({
1547
1555
  fill,
1548
1556
  size,
1549
1557
  ...rest
1550
- }: SvgIconProps & CustomSvgProps$123): JSX.Element;
1558
+ }: SvgIconProps & CustomSvgProps$124): JSX.Element;
1551
1559
  //#endregion
1552
1560
  //#region src/DesignTokens/Icons/Interaction/LayoutLeftIcon.d.ts
1553
- interface CustomSvgProps$122 {
1561
+ interface CustomSvgProps$123 {
1554
1562
  size?: 'sm' | 'base' | 'lg' | 'xl';
1555
1563
  }
1556
1564
  declare function LayoutLeftIcon({
@@ -1559,10 +1567,10 @@ declare function LayoutLeftIcon({
1559
1567
  fill,
1560
1568
  size,
1561
1569
  ...rest
1562
- }: SvgIconProps & CustomSvgProps$122): JSX.Element;
1570
+ }: SvgIconProps & CustomSvgProps$123): JSX.Element;
1563
1571
  //#endregion
1564
1572
  //#region src/DesignTokens/Icons/Interaction/LayoutRightIcon.d.ts
1565
- interface CustomSvgProps$121 {
1573
+ interface CustomSvgProps$122 {
1566
1574
  size?: 'sm' | 'base' | 'lg' | 'xl';
1567
1575
  }
1568
1576
  declare function LayoutRightIcon({
@@ -1571,10 +1579,10 @@ declare function LayoutRightIcon({
1571
1579
  fill,
1572
1580
  size,
1573
1581
  ...rest
1574
- }: SvgIconProps & CustomSvgProps$121): JSX.Element;
1582
+ }: SvgIconProps & CustomSvgProps$122): JSX.Element;
1575
1583
  //#endregion
1576
1584
  //#region src/DesignTokens/Icons/Interaction/LockIcon.d.ts
1577
- interface CustomSvgProps$120 {
1585
+ interface CustomSvgProps$121 {
1578
1586
  size?: 'sm' | 'base' | 'lg' | 'xl';
1579
1587
  }
1580
1588
  declare function LockIcon({
@@ -1583,10 +1591,10 @@ declare function LockIcon({
1583
1591
  fill,
1584
1592
  size,
1585
1593
  ...rest
1586
- }: SvgIconProps & CustomSvgProps$120): JSX.Element;
1594
+ }: SvgIconProps & CustomSvgProps$121): JSX.Element;
1587
1595
  //#endregion
1588
1596
  //#region src/DesignTokens/Icons/Interaction/LogoutIcon.d.ts
1589
- interface CustomSvgProps$119 {
1597
+ interface CustomSvgProps$120 {
1590
1598
  size?: 'sm' | 'base' | 'lg' | 'xl';
1591
1599
  }
1592
1600
  declare function LogoutIcon({
@@ -1595,10 +1603,10 @@ declare function LogoutIcon({
1595
1603
  fill,
1596
1604
  size,
1597
1605
  ...rest
1598
- }: SvgIconProps & CustomSvgProps$119): JSX.Element;
1606
+ }: SvgIconProps & CustomSvgProps$120): JSX.Element;
1599
1607
  //#endregion
1600
1608
  //#region src/DesignTokens/Icons/Interaction/MenuHorizontalIcon.d.ts
1601
- interface CustomSvgProps$118 {
1609
+ interface CustomSvgProps$119 {
1602
1610
  size?: 'sm' | 'base' | 'lg' | 'xl';
1603
1611
  }
1604
1612
  declare function MenuHorizontalIcon({
@@ -1607,10 +1615,10 @@ declare function MenuHorizontalIcon({
1607
1615
  fill,
1608
1616
  size,
1609
1617
  ...rest
1610
- }: SvgIconProps & CustomSvgProps$118): JSX.Element;
1618
+ }: SvgIconProps & CustomSvgProps$119): JSX.Element;
1611
1619
  //#endregion
1612
1620
  //#region src/DesignTokens/Icons/Interaction/MenuVerticalIcon.d.ts
1613
- interface CustomSvgProps$117 {
1621
+ interface CustomSvgProps$118 {
1614
1622
  size?: 'sm' | 'base' | 'lg' | 'xl';
1615
1623
  }
1616
1624
  declare function MenuVerticalIcon({
@@ -1619,10 +1627,10 @@ declare function MenuVerticalIcon({
1619
1627
  fill,
1620
1628
  size,
1621
1629
  ...rest
1622
- }: SvgIconProps & CustomSvgProps$117): JSX.Element;
1630
+ }: SvgIconProps & CustomSvgProps$118): JSX.Element;
1623
1631
  //#endregion
1624
1632
  //#region src/DesignTokens/Icons/Interaction/MinusIcon.d.ts
1625
- interface CustomSvgProps$116 {
1633
+ interface CustomSvgProps$117 {
1626
1634
  size?: 'sm' | 'base' | 'lg' | 'xl';
1627
1635
  }
1628
1636
  declare function MinusIcon({
@@ -1631,10 +1639,10 @@ declare function MinusIcon({
1631
1639
  fill,
1632
1640
  size,
1633
1641
  ...rest
1634
- }: SvgIconProps & CustomSvgProps$116): JSX.Element;
1642
+ }: SvgIconProps & CustomSvgProps$117): JSX.Element;
1635
1643
  //#endregion
1636
1644
  //#region src/DesignTokens/Icons/Interaction/PencilWriteIcon.d.ts
1637
- interface CustomSvgProps$115 {
1645
+ interface CustomSvgProps$116 {
1638
1646
  size?: 'sm' | 'base' | 'lg' | 'xl';
1639
1647
  }
1640
1648
  declare function PencilWriteIcon({
@@ -1643,10 +1651,10 @@ declare function PencilWriteIcon({
1643
1651
  fill,
1644
1652
  size,
1645
1653
  ...rest
1646
- }: SvgIconProps & CustomSvgProps$115): JSX.Element;
1654
+ }: SvgIconProps & CustomSvgProps$116): JSX.Element;
1647
1655
  //#endregion
1648
1656
  //#region src/DesignTokens/Icons/Interaction/PricingCheckedIcon.d.ts
1649
- interface CustomSvgProps$114 {
1657
+ interface CustomSvgProps$115 {
1650
1658
  size?: 'sm' | 'base' | 'lg' | 'xl';
1651
1659
  }
1652
1660
  declare function PricingCheckedIcon({
@@ -1655,10 +1663,10 @@ declare function PricingCheckedIcon({
1655
1663
  fill,
1656
1664
  size,
1657
1665
  ...rest
1658
- }: SvgIconProps & CustomSvgProps$114): JSX.Element;
1666
+ }: SvgIconProps & CustomSvgProps$115): JSX.Element;
1659
1667
  //#endregion
1660
1668
  //#region src/DesignTokens/Icons/Interaction/SearchIcon.d.ts
1661
- interface CustomSvgProps$113 {
1669
+ interface CustomSvgProps$114 {
1662
1670
  size?: 'sm' | 'base' | 'lg' | 'xl';
1663
1671
  }
1664
1672
  declare function SearchIcon({
@@ -1667,10 +1675,10 @@ declare function SearchIcon({
1667
1675
  fill,
1668
1676
  size,
1669
1677
  ...rest
1670
- }: SvgIconProps & CustomSvgProps$113): JSX.Element;
1678
+ }: SvgIconProps & CustomSvgProps$114): JSX.Element;
1671
1679
  //#endregion
1672
1680
  //#region src/DesignTokens/Icons/Interaction/SearchRemoveIcon.d.ts
1673
- interface CustomSvgProps$112 {
1681
+ interface CustomSvgProps$113 {
1674
1682
  size?: 'sm' | 'base' | 'lg' | 'xl';
1675
1683
  }
1676
1684
  declare function SearchRemoveIcon({
@@ -1679,10 +1687,10 @@ declare function SearchRemoveIcon({
1679
1687
  fill,
1680
1688
  size,
1681
1689
  ...rest
1682
- }: SvgIconProps & CustomSvgProps$112): JSX.Element;
1690
+ }: SvgIconProps & CustomSvgProps$113): JSX.Element;
1683
1691
  //#endregion
1684
1692
  //#region src/DesignTokens/Icons/Interaction/SettingsSliderIcon.d.ts
1685
- interface CustomSvgProps$111 {
1693
+ interface CustomSvgProps$112 {
1686
1694
  size?: 'sm' | 'base' | 'lg' | 'xl';
1687
1695
  }
1688
1696
  declare function SettingsSliderIcon({
@@ -1691,10 +1699,10 @@ declare function SettingsSliderIcon({
1691
1699
  fill,
1692
1700
  size,
1693
1701
  ...rest
1694
- }: SvgIconProps & CustomSvgProps$111): JSX.Element;
1702
+ }: SvgIconProps & CustomSvgProps$112): JSX.Element;
1695
1703
  //#endregion
1696
1704
  //#region src/DesignTokens/Icons/Interaction/ShareIcon.d.ts
1697
- interface CustomSvgProps$110 {
1705
+ interface CustomSvgProps$111 {
1698
1706
  size?: 'sm' | 'base' | 'lg' | 'xl';
1699
1707
  }
1700
1708
  declare function ShareIcon({
@@ -1703,10 +1711,10 @@ declare function ShareIcon({
1703
1711
  fill,
1704
1712
  size,
1705
1713
  ...rest
1706
- }: SvgIconProps & CustomSvgProps$110): JSX.Element;
1714
+ }: SvgIconProps & CustomSvgProps$111): JSX.Element;
1707
1715
  //#endregion
1708
1716
  //#region src/DesignTokens/Icons/Interaction/SortingIcon.d.ts
1709
- interface CustomSvgProps$109 {
1717
+ interface CustomSvgProps$110 {
1710
1718
  size?: 'sm' | 'base' | 'lg' | 'xl';
1711
1719
  }
1712
1720
  declare function SortingIcon({
@@ -1715,10 +1723,10 @@ declare function SortingIcon({
1715
1723
  fill,
1716
1724
  size,
1717
1725
  ...rest
1718
- }: SvgIconProps & CustomSvgProps$109): JSX.Element;
1726
+ }: SvgIconProps & CustomSvgProps$110): JSX.Element;
1719
1727
  //#endregion
1720
1728
  //#region src/DesignTokens/Icons/Interaction/SortingIconZA.d.ts
1721
- interface CustomSvgProps$108 {
1729
+ interface CustomSvgProps$109 {
1722
1730
  size?: 'sm' | 'base' | 'lg' | 'xl';
1723
1731
  }
1724
1732
  declare function SortingIconZA({
@@ -1727,10 +1735,10 @@ declare function SortingIconZA({
1727
1735
  fill,
1728
1736
  size,
1729
1737
  ...rest
1730
- }: SvgIconProps & CustomSvgProps$108): JSX.Element;
1738
+ }: SvgIconProps & CustomSvgProps$109): JSX.Element;
1731
1739
  //#endregion
1732
1740
  //#region src/DesignTokens/Icons/Interaction/TagAddIcon.d.ts
1733
- interface CustomSvgProps$107 {
1741
+ interface CustomSvgProps$108 {
1734
1742
  size?: 'sm' | 'base' | 'lg' | 'xl';
1735
1743
  }
1736
1744
  declare function TagAddIcon({
@@ -1739,10 +1747,10 @@ declare function TagAddIcon({
1739
1747
  fill,
1740
1748
  size,
1741
1749
  ...rest
1742
- }: SvgIconProps & CustomSvgProps$107): JSX.Element;
1750
+ }: SvgIconProps & CustomSvgProps$108): JSX.Element;
1743
1751
  //#endregion
1744
1752
  //#region src/DesignTokens/Icons/Interaction/TagEditIcon.d.ts
1745
- interface CustomSvgProps$106 {
1753
+ interface CustomSvgProps$107 {
1746
1754
  size?: 'sm' | 'base' | 'lg' | 'xl';
1747
1755
  }
1748
1756
  declare function TagEditIcon({
@@ -1751,10 +1759,10 @@ declare function TagEditIcon({
1751
1759
  fill,
1752
1760
  size,
1753
1761
  ...rest
1754
- }: SvgIconProps & CustomSvgProps$106): JSX.Element;
1762
+ }: SvgIconProps & CustomSvgProps$107): JSX.Element;
1755
1763
  //#endregion
1756
1764
  //#region src/DesignTokens/Icons/Interaction/TagRemoveIcon.d.ts
1757
- interface CustomSvgProps$105 {
1765
+ interface CustomSvgProps$106 {
1758
1766
  size?: 'sm' | 'base' | 'lg' | 'xl';
1759
1767
  }
1760
1768
  declare function TagRemoveIcon({
@@ -1763,10 +1771,10 @@ declare function TagRemoveIcon({
1763
1771
  fill,
1764
1772
  size,
1765
1773
  ...rest
1766
- }: SvgIconProps & CustomSvgProps$105): JSX.Element;
1774
+ }: SvgIconProps & CustomSvgProps$106): JSX.Element;
1767
1775
  //#endregion
1768
1776
  //#region src/DesignTokens/Icons/Interaction/TeamIcon.d.ts
1769
- interface CustomSvgProps$104 {
1777
+ interface CustomSvgProps$105 {
1770
1778
  size?: 'sm' | 'base' | 'lg' | 'xl';
1771
1779
  }
1772
1780
  declare function TeamIcon({
@@ -1775,10 +1783,10 @@ declare function TeamIcon({
1775
1783
  fill,
1776
1784
  size,
1777
1785
  ...rest
1778
- }: SvgIconProps & CustomSvgProps$104): JSX.Element;
1786
+ }: SvgIconProps & CustomSvgProps$105): JSX.Element;
1779
1787
  //#endregion
1780
1788
  //#region src/DesignTokens/Icons/Interaction/UndoIcon.d.ts
1781
- interface CustomSvgProps$103 {
1789
+ interface CustomSvgProps$104 {
1782
1790
  size?: 'sm' | 'base' | 'lg' | 'xl';
1783
1791
  }
1784
1792
  declare function UndoIcon({
@@ -1787,10 +1795,10 @@ declare function UndoIcon({
1787
1795
  fill,
1788
1796
  size,
1789
1797
  ...rest
1790
- }: SvgIconProps & CustomSvgProps$103): JSX.Element;
1798
+ }: SvgIconProps & CustomSvgProps$104): JSX.Element;
1791
1799
  //#endregion
1792
1800
  //#region src/DesignTokens/Icons/Interaction/UnlockedIcon.d.ts
1793
- interface CustomSvgProps$102 {
1801
+ interface CustomSvgProps$103 {
1794
1802
  size?: 'sm' | 'base' | 'lg' | 'xl';
1795
1803
  }
1796
1804
  declare function UnlockedIcon({
@@ -1799,10 +1807,10 @@ declare function UnlockedIcon({
1799
1807
  fill,
1800
1808
  size,
1801
1809
  ...rest
1802
- }: SvgIconProps & CustomSvgProps$102): JSX.Element;
1810
+ }: SvgIconProps & CustomSvgProps$103): JSX.Element;
1803
1811
  //#endregion
1804
1812
  //#region src/DesignTokens/Icons/Interaction/UnLockIcon.d.ts
1805
- interface CustomSvgProps$101 {
1813
+ interface CustomSvgProps$102 {
1806
1814
  size?: 'sm' | 'base' | 'lg' | 'xl';
1807
1815
  }
1808
1816
  declare function UnLockIcon({
@@ -1811,7 +1819,7 @@ declare function UnLockIcon({
1811
1819
  fill,
1812
1820
  size,
1813
1821
  ...rest
1814
- }: SvgIconProps & CustomSvgProps$101): JSX.Element;
1822
+ }: SvgIconProps & CustomSvgProps$102): JSX.Element;
1815
1823
  //#endregion
1816
1824
  //#region src/DesignTokens/Icons/Logos/LogoBeta.d.ts
1817
1825
  declare function LogoBeta({
@@ -1878,7 +1886,7 @@ declare function LogoBlue({
1878
1886
  }: SvgIconProps): JSX.Element;
1879
1887
  //#endregion
1880
1888
  //#region src/DesignTokens/Icons/MediaControl/CutClipIcon.d.ts
1881
- interface CustomSvgProps$100 {
1889
+ interface CustomSvgProps$101 {
1882
1890
  size?: 'sm' | 'base' | 'lg' | 'xl';
1883
1891
  }
1884
1892
  declare function CutClipIcon({
@@ -1887,10 +1895,10 @@ declare function CutClipIcon({
1887
1895
  fill,
1888
1896
  size,
1889
1897
  ...rest
1890
- }: SvgIconProps & CustomSvgProps$100): JSX.Element;
1898
+ }: SvgIconProps & CustomSvgProps$101): JSX.Element;
1891
1899
  //#endregion
1892
1900
  //#region src/DesignTokens/Icons/MediaControl/HangUpIcon.d.ts
1893
- interface CustomSvgProps$99 {
1901
+ interface CustomSvgProps$100 {
1894
1902
  size?: 'sm' | 'base' | 'lg' | 'xl';
1895
1903
  }
1896
1904
  declare function HangUpIcon({
@@ -1899,10 +1907,10 @@ declare function HangUpIcon({
1899
1907
  fill,
1900
1908
  size,
1901
1909
  ...rest
1902
- }: SvgIconProps & CustomSvgProps$99): JSX.Element;
1910
+ }: SvgIconProps & CustomSvgProps$100): JSX.Element;
1903
1911
  //#endregion
1904
1912
  //#region src/DesignTokens/Icons/MediaControl/MeetingIcon.d.ts
1905
- interface CustomSvgProps$98 {
1913
+ interface CustomSvgProps$99 {
1906
1914
  size?: 'sm' | 'base' | 'lg' | 'xl';
1907
1915
  }
1908
1916
  declare function MeetingIcon({
@@ -1911,10 +1919,10 @@ declare function MeetingIcon({
1911
1919
  fill,
1912
1920
  size,
1913
1921
  ...rest
1914
- }: SvgIconProps & CustomSvgProps$98): JSX.Element;
1922
+ }: SvgIconProps & CustomSvgProps$99): JSX.Element;
1915
1923
  //#endregion
1916
1924
  //#region src/DesignTokens/Icons/MediaControl/MicrophoneIcon.d.ts
1917
- interface CustomSvgProps$97 {
1925
+ interface CustomSvgProps$98 {
1918
1926
  size?: 'sm' | 'base' | 'lg' | 'xl';
1919
1927
  }
1920
1928
  declare function MicrophoneIcon({
@@ -1923,10 +1931,10 @@ declare function MicrophoneIcon({
1923
1931
  fill,
1924
1932
  size,
1925
1933
  ...rest
1926
- }: SvgIconProps & CustomSvgProps$97): JSX.Element;
1934
+ }: SvgIconProps & CustomSvgProps$98): JSX.Element;
1927
1935
  //#endregion
1928
1936
  //#region src/DesignTokens/Icons/MediaControl/MoveBackIcon.d.ts
1929
- interface CustomSvgProps$96 {
1937
+ interface CustomSvgProps$97 {
1930
1938
  size?: 'sm' | 'base' | 'lg' | 'xl';
1931
1939
  }
1932
1940
  declare function MoveBackIcon({
@@ -1935,10 +1943,10 @@ declare function MoveBackIcon({
1935
1943
  fill,
1936
1944
  size,
1937
1945
  ...rest
1938
- }: SvgIconProps & CustomSvgProps$96): JSX.Element;
1946
+ }: SvgIconProps & CustomSvgProps$97): JSX.Element;
1939
1947
  //#endregion
1940
1948
  //#region src/DesignTokens/Icons/MediaControl/MoveInIcon.d.ts
1941
- interface CustomSvgProps$95 {
1949
+ interface CustomSvgProps$96 {
1942
1950
  size?: 'sm' | 'base' | 'lg' | 'xl';
1943
1951
  }
1944
1952
  declare function MoveInIcon({
@@ -1947,10 +1955,10 @@ declare function MoveInIcon({
1947
1955
  fill,
1948
1956
  size,
1949
1957
  ...rest
1950
- }: SvgIconProps & CustomSvgProps$95): JSX.Element;
1958
+ }: SvgIconProps & CustomSvgProps$96): JSX.Element;
1951
1959
  //#endregion
1952
1960
  //#region src/DesignTokens/Icons/MediaControl/MuteIcon.d.ts
1953
- interface CustomSvgProps$94 {
1961
+ interface CustomSvgProps$95 {
1954
1962
  size?: 'sm' | 'base' | 'lg' | 'xl';
1955
1963
  }
1956
1964
  declare function MuteIcon({
@@ -1959,10 +1967,10 @@ declare function MuteIcon({
1959
1967
  fill,
1960
1968
  size,
1961
1969
  ...rest
1962
- }: SvgIconProps & CustomSvgProps$94): JSX.Element;
1970
+ }: SvgIconProps & CustomSvgProps$95): JSX.Element;
1963
1971
  //#endregion
1964
1972
  //#region src/DesignTokens/Icons/MediaControl/NoCameraIcon.d.ts
1965
- interface CustomSvgProps$93 {
1973
+ interface CustomSvgProps$94 {
1966
1974
  size?: 'sm' | 'base' | 'lg' | 'xl';
1967
1975
  }
1968
1976
  declare function NoCameraIcon({
@@ -1971,10 +1979,10 @@ declare function NoCameraIcon({
1971
1979
  fill,
1972
1980
  size,
1973
1981
  ...rest
1974
- }: SvgIconProps & CustomSvgProps$93): JSX.Element;
1982
+ }: SvgIconProps & CustomSvgProps$94): JSX.Element;
1975
1983
  //#endregion
1976
1984
  //#region src/DesignTokens/Icons/MediaControl/NoMicrophoneIcon.d.ts
1977
- interface CustomSvgProps$92 {
1985
+ interface CustomSvgProps$93 {
1978
1986
  size?: 'sm' | 'base' | 'lg' | 'xl';
1979
1987
  }
1980
1988
  declare function NoMicrophoneIcon({
@@ -1983,10 +1991,10 @@ declare function NoMicrophoneIcon({
1983
1991
  fill,
1984
1992
  size,
1985
1993
  ...rest
1986
- }: SvgIconProps & CustomSvgProps$92): JSX.Element;
1994
+ }: SvgIconProps & CustomSvgProps$93): JSX.Element;
1987
1995
  //#endregion
1988
1996
  //#region src/DesignTokens/Icons/MediaControl/PauseIcon.d.ts
1989
- interface CustomSvgProps$91 {
1997
+ interface CustomSvgProps$92 {
1990
1998
  size?: 'sm' | 'base' | 'lg' | 'xl';
1991
1999
  }
1992
2000
  declare function PauseIcon({
@@ -1995,10 +2003,10 @@ declare function PauseIcon({
1995
2003
  fill,
1996
2004
  size,
1997
2005
  ...rest
1998
- }: SvgIconProps & CustomSvgProps$91): JSX.Element;
2006
+ }: SvgIconProps & CustomSvgProps$92): JSX.Element;
1999
2007
  //#endregion
2000
2008
  //#region src/DesignTokens/Icons/MediaControl/PlayIcon.d.ts
2001
- interface CustomSvgProps$90 {
2009
+ interface CustomSvgProps$91 {
2002
2010
  size?: 'sm' | 'base' | 'lg' | 'xl';
2003
2011
  }
2004
2012
  declare function PlayIcon({
@@ -2007,10 +2015,10 @@ declare function PlayIcon({
2007
2015
  fill,
2008
2016
  size,
2009
2017
  ...rest
2010
- }: SvgIconProps & CustomSvgProps$90): JSX.Element;
2018
+ }: SvgIconProps & CustomSvgProps$91): JSX.Element;
2011
2019
  //#endregion
2012
2020
  //#region src/DesignTokens/Icons/MediaControl/ScreenShareIcon.d.ts
2013
- interface CustomSvgProps$89 {
2021
+ interface CustomSvgProps$90 {
2014
2022
  size?: 'sm' | 'base' | 'lg' | 'xl';
2015
2023
  }
2016
2024
  declare function ScreenShareIcon({
@@ -2019,10 +2027,10 @@ declare function ScreenShareIcon({
2019
2027
  fill,
2020
2028
  size,
2021
2029
  ...rest
2022
- }: SvgIconProps & CustomSvgProps$89): JSX.Element;
2030
+ }: SvgIconProps & CustomSvgProps$90): JSX.Element;
2023
2031
  //#endregion
2024
2032
  //#region src/DesignTokens/Icons/MediaControl/PlayFillIcon.d.ts
2025
- interface CustomSvgProps$88 {
2033
+ interface CustomSvgProps$89 {
2026
2034
  size?: 'sm' | 'base' | 'lg' | 'xl';
2027
2035
  }
2028
2036
  declare function PlayFillIcon({
@@ -2031,10 +2039,10 @@ declare function PlayFillIcon({
2031
2039
  fill,
2032
2040
  size,
2033
2041
  ...rest
2034
- }: SvgIconProps & CustomSvgProps$88): JSX.Element;
2042
+ }: SvgIconProps & CustomSvgProps$89): JSX.Element;
2035
2043
  //#endregion
2036
2044
  //#region src/DesignTokens/Icons/MediaControl/PreviousIcon.d.ts
2037
- interface CustomSvgProps$87 {
2045
+ interface CustomSvgProps$88 {
2038
2046
  size?: 'sm' | 'base' | 'lg' | 'xl';
2039
2047
  }
2040
2048
  declare function PreviousIcon({
@@ -2043,10 +2051,10 @@ declare function PreviousIcon({
2043
2051
  fill,
2044
2052
  size,
2045
2053
  ...rest
2046
- }: SvgIconProps & CustomSvgProps$87): JSX.Element;
2054
+ }: SvgIconProps & CustomSvgProps$88): JSX.Element;
2047
2055
  //#endregion
2048
2056
  //#region src/DesignTokens/Icons/MediaControl/RecordIcon.d.ts
2049
- interface CustomSvgProps$86 {
2057
+ interface CustomSvgProps$87 {
2050
2058
  size?: 'sm' | 'base' | 'lg' | 'xl';
2051
2059
  }
2052
2060
  declare function RecordIcon({
@@ -2055,10 +2063,10 @@ declare function RecordIcon({
2055
2063
  fill,
2056
2064
  size,
2057
2065
  ...rest
2058
- }: SvgIconProps & CustomSvgProps$86): JSX.Element;
2066
+ }: SvgIconProps & CustomSvgProps$87): JSX.Element;
2059
2067
  //#endregion
2060
2068
  //#region src/DesignTokens/Icons/MediaControl/RecordingIcon.d.ts
2061
- interface CustomSvgProps$85 {
2069
+ interface CustomSvgProps$86 {
2062
2070
  size?: 'sm' | 'base' | 'lg' | 'xl';
2063
2071
  }
2064
2072
  declare function RecordingIcon({
@@ -2067,10 +2075,10 @@ declare function RecordingIcon({
2067
2075
  fill,
2068
2076
  size,
2069
2077
  ...rest
2070
- }: SvgIconProps & CustomSvgProps$85): JSX.Element;
2078
+ }: SvgIconProps & CustomSvgProps$86): JSX.Element;
2071
2079
  //#endregion
2072
2080
  //#region src/DesignTokens/Icons/MediaControl/StopRecordIcon.d.ts
2073
- interface CustomSvgProps$84 {
2081
+ interface CustomSvgProps$85 {
2074
2082
  size?: 'sm' | 'base' | 'lg' | 'xl';
2075
2083
  }
2076
2084
  declare function StopRecordingIcon({
@@ -2079,10 +2087,10 @@ declare function StopRecordingIcon({
2079
2087
  fill,
2080
2088
  size,
2081
2089
  ...rest
2082
- }: SvgIconProps & CustomSvgProps$84): JSX.Element;
2090
+ }: SvgIconProps & CustomSvgProps$85): JSX.Element;
2083
2091
  //#endregion
2084
2092
  //#region src/DesignTokens/Icons/MediaControl/TagIcon.d.ts
2085
- interface CustomSvgProps$83 {
2093
+ interface CustomSvgProps$84 {
2086
2094
  size?: 'sm' | 'base' | 'lg' | 'xl';
2087
2095
  }
2088
2096
  declare function TagIcon({
@@ -2091,10 +2099,10 @@ declare function TagIcon({
2091
2099
  fill,
2092
2100
  size,
2093
2101
  ...rest
2094
- }: SvgIconProps & CustomSvgProps$83): JSX.Element;
2102
+ }: SvgIconProps & CustomSvgProps$84): JSX.Element;
2095
2103
  //#endregion
2096
2104
  //#region src/DesignTokens/Icons/MediaControl/VolumeIcon.d.ts
2097
- interface CustomSvgProps$82 {
2105
+ interface CustomSvgProps$83 {
2098
2106
  size?: 'sm' | 'base' | 'lg' | 'xl';
2099
2107
  }
2100
2108
  declare function VolumeIcon({
@@ -2103,10 +2111,10 @@ declare function VolumeIcon({
2103
2111
  fill,
2104
2112
  size,
2105
2113
  ...rest
2106
- }: SvgIconProps & CustomSvgProps$82): JSX.Element;
2114
+ }: SvgIconProps & CustomSvgProps$83): JSX.Element;
2107
2115
  //#endregion
2108
2116
  //#region src/DesignTokens/Icons/Miscellaneous/AddSeatIcon.d.ts
2109
- interface CustomSvgProps$81 {
2117
+ interface CustomSvgProps$82 {
2110
2118
  size?: 'sm' | 'base' | 'lg' | 'xl';
2111
2119
  }
2112
2120
  declare function AddSeatIcon({
@@ -2115,10 +2123,10 @@ declare function AddSeatIcon({
2115
2123
  fill,
2116
2124
  size,
2117
2125
  ...rest
2118
- }: SvgIconProps & CustomSvgProps$81): JSX.Element;
2126
+ }: SvgIconProps & CustomSvgProps$82): JSX.Element;
2119
2127
  //#endregion
2120
2128
  //#region src/DesignTokens/Icons/Miscellaneous/AddUsersIcon.d.ts
2121
- interface CustomSvgProps$80 {
2129
+ interface CustomSvgProps$81 {
2122
2130
  size?: 'sm' | 'base' | 'lg' | 'xl';
2123
2131
  }
2124
2132
  declare function AddUsersIcon({
@@ -2127,10 +2135,10 @@ declare function AddUsersIcon({
2127
2135
  fill,
2128
2136
  size,
2129
2137
  ...rest
2130
- }: SvgIconProps & CustomSvgProps$80): JSX.Element;
2138
+ }: SvgIconProps & CustomSvgProps$81): JSX.Element;
2131
2139
  //#endregion
2132
2140
  //#region src/DesignTokens/Icons/Miscellaneous/AndroidIcon.d.ts
2133
- interface CustomSvgProps$79 {
2141
+ interface CustomSvgProps$80 {
2134
2142
  size?: 'sm' | 'base' | 'lg' | 'xl';
2135
2143
  }
2136
2144
  declare function AndroidIcon({
@@ -2139,10 +2147,10 @@ declare function AndroidIcon({
2139
2147
  fill,
2140
2148
  size,
2141
2149
  ...rest
2142
- }: SvgIconProps & CustomSvgProps$79): JSX.Element;
2150
+ }: SvgIconProps & CustomSvgProps$80): JSX.Element;
2143
2151
  //#endregion
2144
2152
  //#region src/DesignTokens/Icons/Miscellaneous/AnonymizeIcon.d.ts
2145
- interface CustomSvgProps$78 {
2153
+ interface CustomSvgProps$79 {
2146
2154
  size?: 'sm' | 'base' | 'lg' | 'xl';
2147
2155
  }
2148
2156
  declare function AnonymizeIcon({
@@ -2151,10 +2159,10 @@ declare function AnonymizeIcon({
2151
2159
  fill,
2152
2160
  size,
2153
2161
  ...rest
2154
- }: SvgIconProps & CustomSvgProps$78): JSX.Element;
2162
+ }: SvgIconProps & CustomSvgProps$79): JSX.Element;
2155
2163
  //#endregion
2156
2164
  //#region src/DesignTokens/Icons/Miscellaneous/AppWindowPieIcon.d.ts
2157
- interface CustomSvgProps$77 {
2165
+ interface CustomSvgProps$78 {
2158
2166
  size?: 'sm' | 'base' | 'lg' | 'xl';
2159
2167
  }
2160
2168
  declare function AppWindowPieIcon({
@@ -2163,10 +2171,10 @@ declare function AppWindowPieIcon({
2163
2171
  fill,
2164
2172
  size,
2165
2173
  ...rest
2166
- }: SvgIconProps & CustomSvgProps$77): JSX.Element;
2174
+ }: SvgIconProps & CustomSvgProps$78): JSX.Element;
2167
2175
  //#endregion
2168
2176
  //#region src/DesignTokens/Icons/Miscellaneous/ArchiveIcon.d.ts
2169
- interface CustomSvgProps$76 {
2177
+ interface CustomSvgProps$77 {
2170
2178
  size?: 'sm' | 'base' | 'lg' | 'xl';
2171
2179
  }
2172
2180
  declare function ArchiveIcon({
@@ -2175,10 +2183,10 @@ declare function ArchiveIcon({
2175
2183
  fill,
2176
2184
  size,
2177
2185
  ...rest
2178
- }: SvgIconProps & CustomSvgProps$76): JSX.Element;
2186
+ }: SvgIconProps & CustomSvgProps$77): JSX.Element;
2179
2187
  //#endregion
2180
2188
  //#region src/DesignTokens/Icons/Miscellaneous/BillPdfIcon.d.ts
2181
- interface CustomSvgProps$75 {
2189
+ interface CustomSvgProps$76 {
2182
2190
  size?: 'sm' | 'base' | 'lg' | 'xl';
2183
2191
  }
2184
2192
  declare function BillPdfIcon({
@@ -2187,10 +2195,10 @@ declare function BillPdfIcon({
2187
2195
  fill,
2188
2196
  size,
2189
2197
  ...rest
2190
- }: SvgIconProps & CustomSvgProps$75): JSX.Element;
2198
+ }: SvgIconProps & CustomSvgProps$76): JSX.Element;
2191
2199
  //#endregion
2192
2200
  //#region src/DesignTokens/Icons/Miscellaneous/BinocularIcon.d.ts
2193
- interface CustomSvgProps$74 {
2201
+ interface CustomSvgProps$75 {
2194
2202
  size?: 'sm' | 'base' | 'lg' | 'xl';
2195
2203
  }
2196
2204
  declare function BinocularIcon({
@@ -2199,10 +2207,10 @@ declare function BinocularIcon({
2199
2207
  fill,
2200
2208
  size,
2201
2209
  ...rest
2202
- }: SvgIconProps & CustomSvgProps$74): JSX.Element;
2210
+ }: SvgIconProps & CustomSvgProps$75): JSX.Element;
2203
2211
  //#endregion
2204
2212
  //#region src/DesignTokens/Icons/Miscellaneous/BookFlipPageIcon.d.ts
2205
- interface CustomSvgProps$73 {
2213
+ interface CustomSvgProps$74 {
2206
2214
  size?: 'sm' | 'base' | 'lg' | 'xl';
2207
2215
  }
2208
2216
  declare function BookFlipPageIcon({
@@ -2211,10 +2219,10 @@ declare function BookFlipPageIcon({
2211
2219
  fill,
2212
2220
  size,
2213
2221
  ...rest
2214
- }: SvgIconProps & CustomSvgProps$73): JSX.Element;
2222
+ }: SvgIconProps & CustomSvgProps$74): JSX.Element;
2215
2223
  //#endregion
2216
2224
  //#region src/DesignTokens/Icons/Miscellaneous/WalletIcon.d.ts
2217
- interface CustomSvgProps$72 {
2225
+ interface CustomSvgProps$73 {
2218
2226
  size?: 'sm' | 'base' | 'lg' | 'xl';
2219
2227
  }
2220
2228
  declare function WalletIcon({
@@ -2223,10 +2231,10 @@ declare function WalletIcon({
2223
2231
  fill,
2224
2232
  size,
2225
2233
  ...rest
2226
- }: SvgIconProps & CustomSvgProps$72): JSX.Element;
2234
+ }: SvgIconProps & CustomSvgProps$73): JSX.Element;
2227
2235
  //#endregion
2228
2236
  //#region src/DesignTokens/Icons/Miscellaneous/BrainIcon.d.ts
2229
- interface CustomSvgProps$71 {
2237
+ interface CustomSvgProps$72 {
2230
2238
  size?: 'sm' | 'base' | 'lg' | 'xl';
2231
2239
  }
2232
2240
  declare function BrainIcon({
@@ -2235,6 +2243,18 @@ declare function BrainIcon({
2235
2243
  fill,
2236
2244
  size,
2237
2245
  ...rest
2246
+ }: SvgIconProps & CustomSvgProps$72): JSX.Element;
2247
+ //#endregion
2248
+ //#region src/DesignTokens/Icons/Miscellaneous/BrainIconGradiant.d.ts
2249
+ interface CustomSvgProps$71 {
2250
+ size?: 'sm' | 'base' | 'lg' | 'xl';
2251
+ }
2252
+ declare function BrainIconGradiant({
2253
+ stroke,
2254
+ strokeWidth,
2255
+ fill,
2256
+ size,
2257
+ ...rest
2238
2258
  }: SvgIconProps & CustomSvgProps$71): JSX.Element;
2239
2259
  //#endregion
2240
2260
  //#region src/DesignTokens/Icons/Miscellaneous/BulbIcon.d.ts
@@ -4984,5 +5004,5 @@ declare const getIconSize: (size: "sm" | "base" | "lg" | "xl") => string;
4984
5004
  */
4985
5005
  declare const getReadableTextColor: (backgroundColor: Colord) => string;
4986
5006
  //#endregion
4987
- export { AI_UserTest, Accordion, AccountIcon, AccountIconMksite, AddCircledIcon, AddIcon, AddSeatIcon, AddTagIcon, AddUsersIcon, AgendaIcon, AlamBellIdleIcon, AlarmBellStatusIcon, AlertCircledIcon, AndroidIcon, AngryIntervieweeFemale, AnonymizeIcon, AppStoreBadge, AppWindowPieIcon, ArchiveIcon, ArrowDoubleLineDownIcon, ArrowDoubleLineLeftIcon, ArrowDoubleLineRightIcon, ArrowDoubleLineUpIcon, ArrowFilledDownIcon, ArrowFilledLeftIcon, ArrowFilledRightIcon, ArrowFilledUpIcon, ArrowLineDowIcon as ArrowLineDownIcon, ArrowLineLeftIcon, ArrowLineRightIcon, ArrowLineUpIcon, ArrowPointerDown, ArrowPointerDownLeft, ArrowPointerDownRight, ArrowPointerLeft, ArrowPointerRight, ArrowPointerUp, ArrowPointerUpLeft, ArrowPointerUpRight, ArrowsIcon, Avatar, Badge, Banner, BigEmojisAnimation, BillPdfIcon, BillingIcon, BinIcon, BinocularIcon, Blog, BookFlipPageIcon, Box, BrainIcon, BulbIcon, Button, ButtonProps, CalendarIcon, CameraIcon, Caption, Card, CardButton, CardButtonProps, CardProps, ChatBubbleIcon, ChatIcon, ChatInput, ChatMessage, ChatMessageProps, Checkbox, CheckedCircled, CheckedIcon, CheckedIconThin, CheckoutIcon, CircledIconButton, CircledIconButtonProps, ClipIcon, ClockIcon, CloseIcon, CloudUpload, Cluster, ClusterProps, CogIcon, ColorPicker, ConfusedInterviewee, ConfusedIntervieweeFemale, ContentPenWriteIcon, ControlsBar, ControlsBarProps, ConversationIdleIcon, ConversationStatusIcon, CopyPasteIcon, CreditCardIcon, CutClipIcon, DashedArrow, DataProtectionDisclaimer, DatePicker, DatePickerProps, DateTimePicker, DateTimePickerProps, DisketteIcon, DownloadIcon, DragDropIcon, EarthIcon, EditIcon, EditTextIcon, EmotionsHeatMap, EndRecording, EndRecordingProps, FaceCenterIcon, FaceRecognitionIcon, Faq, FeaturesTable, FileInput, FileUploadIcon, FilesIcon, FillRecordIcon, FilledTaskIcon, FilterIcon, FlashIcon, FlyingDudeAnimation, FolderIcon, FormQuestions, GoogleIcon, GoogleIcon$1 as GroupIcon, HangUpIcon, HappyMen, HappyRobotAnimation, HardDriveIcon, HeartIcon, HeartIconFilled, HelpIcon, HelpIconAlt, IconButton, IconButtonProps, InfoCircledIcon, InputElementProps, IntegratedUsabilityScore, KeyIcon as InteractionKeyIcon, InterviewButton, InterviewButtonProps, InterviewTranscript, InterviewTranscriptGreen, IosIcon, KeyIcon$1 as KeyIcon, LanguageIcon, LaptopIcon, LaughingIntervieweeMale, LayoutIcon, LayoutLeftIcon, LayoutRightIcon, Link, LinkIcon, LinkedInIcon, ListToDoIcon, LockIcon, LogoBeta, LogoBlack, LogoBlue, LogoNormal, LogoSlider, LogoSliderProps, LogoSmall, LogoSquare, LogoText, LogoWhite, LogoutIcon, MailIcon, MarkUpBar, MarkUpBarProps, MeetingIcon, MenShowingSomething, MenuHorizontalIcon, MenuVerticalIcon, MessagesBubbleSquareQuestionIcon, MetaAnalyse, MetaAnalyse2, MetaAnalyseIcon, MicrophoneIcon, MicrophonePodcastIcon, MinusCircledIcon, MinusIcon, MksiteButton, MksiteButtonProps, MobileIcon, Modal, ModeratedIcon, MoveBackIcon, MoveInIcon, MultiSelect, MultiSelectWithCategories, MultiSelectWithoutFilter, MultipleUsersIcon, MuteIcon, NavigationCircledIcon, NbOfUsersIcon, NeutralBackgroudIcon, NewLoaderAnimation, NoCameraIcon, NoMicrophoneIcon, Non_Moderated, NotifAlertIcon, NotificationIcon, NumberField, NumbersCode, NumbersCodeProps, OdaAccountPro, OdaFeatures, OdaWaiting, OfficeDrawerIcon, OneColumnIcon, OtherTab, Partner1 as Partner1SVG, Partner2 as Partner2SVG, Partner3 as Partner3SVG, Partner4 as Partner4SVG, Partner5 as Partner5SVG, Partner6 as Partner6SVG, Partner7 as Partner7SVG, Partner8 as Partner8SVG, Partner9 as Partner9SVG, PasswordField, PauseIcon, PencilWriteIcon, PlayFillIcon, PlayIcon, PlayStoreBadge, PointingMan, PopoverBeta, PreviousIcon, PricingCard, PricingCheckedIcon, ProjectSvg as ProjectHoverSvg, ProjectSvg$1 as ProjectSvg, QuestionButton, QuestionCircledIcon, Radio, RatingScale, RecordIcon, RecordingAnimation, RecordingIcon, RecordingWhiteAnimation, RefreshIcon, RefusedIcon, RemoveCircledIcon, ReportIcon, RespondentLogo, RessourcesAnimation, RobotAnimation, RobotIcon, RoleIcon, SadInterviewee, Scenario, ScenarioProps, ScheduleTasks, ScreenShareIcon, Search, SearchCircledIcon, SearchIcon, SearchRemoveIcon, SeatIcon, SelfProtocolManager, SelfProtocolManagerProps, SendEmailIcon, SendIcon, Sentiment, SettingsCircledIcon, SettingsSliderIcon, ShareIcon, SingleSelect, SingleSelectWithCategories, SingleSelectWithoutFilter, Slider, SmartBrainIcon, SortingIcon, SortingIconZA, SoundInputAnimation, SquareText, StarFilledIcon, StarIcon, StarRating, StopRecordingIcon as StopRecordIcon, Success, SusExplanation, SusExplanationProps, Switch, Table, TableCell, TableFooter, TableHeader, TableRows, Tabs, TabsUnderline, Tag, TagAddIcon, TagEditIcon, TagIcon, TagRemoveIcon, Task, TaskIcon, TaskProps, TeamIcon, TestDetailsIcon, TestIcon, TestimonialAnimation, Text, TextForButton, TextForDropDownItem, TextInput, TextWithLink, Textarea, Thematic, ThematicProps, ThreeColumnIcon, TimeInterval, TimeIntervalProps, TimePicker, TimePickerProps, Title, Toast, ToggleTab, Tooltip, TvFlatScreenIcon, TvIcon, TwoColumnIcon, UnLockIcon, UndoIcon, UnhappyIntervieweeMale, UnlockedIcon, UnmoderatedIcon, UsabilityBrowser, UserFlows, UserIndicator, UserPanel, UxGuide, VideoFlag, VideoFlag2, VideoFlagGreen, ViewIcon, ViewOffIcon, VoiceIcon, VolumeIcon, WaitingMen, WalletIcon, WarningIcon, WelcomeMessage, WelcomeMessageProps, changeColorLuminance, colors, getColor, getIconSize, getReadableTextColor };
5007
+ export { AI_UserTest, Accordion, AccountIcon, AccountIconMksite, AddCircledIcon, AddIcon, AddSeatIcon, AddTagIcon, AddUsersIcon, AgendaIcon, AlamBellIdleIcon, AlarmBellStatusIcon, AlertCircledIcon, AndroidIcon, AngryIntervieweeFemale, AnonymizeIcon, AppStoreBadge, AppWindowPieIcon, ArchiveIcon, ArrowDoubleLineDownIcon, ArrowDoubleLineLeftIcon, ArrowDoubleLineRightIcon, ArrowDoubleLineUpIcon, ArrowFilledDownIcon, ArrowFilledLeftIcon, ArrowFilledRightIcon, ArrowFilledUpIcon, ArrowLineDowIcon as ArrowLineDownIcon, ArrowLineLeftIcon, ArrowLineRightIcon, ArrowLineUpIcon, ArrowPointerDown, ArrowPointerDownLeft, ArrowPointerDownRight, ArrowPointerLeft, ArrowPointerRight, ArrowPointerUp, ArrowPointerUpLeft, ArrowPointerUpRight, ArrowsIcon, Avatar, Badge, Banner, BigEmojisAnimation, BillPdfIcon, BillingIcon, BinIcon, BinocularIcon, Blog, BookFlipPageIcon, Box, BrainIcon, BrainIconGradiant, BulbIcon, Button, ButtonProps, CalendarIcon, CameraIcon, Caption, Card, CardButton, CardButtonProps, CardProps, ChatBubbleIcon, ChatIcon, ChatInput, ChatMessage, ChatMessageProps, Checkbox, CheckedCircled, CheckedIcon, CheckedIconThin, CheckoutIcon, CircledIconButton, CircledIconButtonProps, ClipIcon, ClockIcon, CloseIcon, CloudUpload, Cluster, ClusterProps, CogIcon, ColorPicker, ConfusedInterviewee, ConfusedIntervieweeFemale, ContentPenWriteIcon, ControlsBar, ControlsBarProps, ConversationIdleIcon, ConversationStatusIcon, CopyPasteIcon, CreditCardIcon, CutClipIcon, DashedArrow, DataProtectionDisclaimer, DatePicker, DatePickerProps, DateTimePicker, DateTimePickerProps, DisketteIcon, DownloadIcon, DragDropIcon, EarthIcon, EditIcon, EditTextIcon, EmotionsHeatMap, EndRecording, EndRecordingProps, FaceCenterIcon, FaceRecognitionIcon, Faq, FeaturesTable, FileInput, FileUploadIcon, FilesIcon, FillRecordIcon, FilledTaskIcon, FilterIcon, FlashIcon, FlyingDudeAnimation, FolderIcon, FormQuestions, GoogleIcon, GoogleIcon$1 as GroupIcon, HangUpIcon, HappyMen, HappyRobotAnimation, HardDriveIcon, HeartIcon, HeartIconFilled, HelpIcon, HelpIconAlt, IconButton, IconButtonProps, InfoCircledIcon, InputElementProps, IntegratedUsabilityScore, KeyIcon as InteractionKeyIcon, InterviewButton, InterviewButtonProps, InterviewTranscript, InterviewTranscriptGreen, IosIcon, KeyIcon$1 as KeyIcon, LanguageIcon, LaptopIcon, LaughingIntervieweeMale, LayoutIcon, LayoutLeftIcon, LayoutRightIcon, Link, LinkIcon, LinkedInIcon, ListToDoIcon, LockIcon, LogoBeta, LogoBlack, LogoBlue, LogoNormal, LogoSlider, LogoSliderProps, LogoSmall, LogoSquare, LogoText, LogoWhite, LogoutIcon, MailIcon, MarkUpBar, MarkUpBarProps, MeetingIcon, MenShowingSomething, MenuHorizontalIcon, MenuVerticalIcon, MessagesBubbleSquareQuestionIcon, MetaAnalyse, MetaAnalyse2, MetaAnalyseIcon, MicrophoneIcon, MicrophonePodcastIcon, MinusCircledIcon, MinusIcon, MksiteButton, MksiteButtonProps, MobileIcon, Modal, ModeratedIcon, MoveBackIcon, MoveInIcon, MultiSelect, MultiSelectWithCategories, MultiSelectWithoutFilter, MultipleUsersIcon, MuteIcon, NavigationCircledIcon, NbOfUsersIcon, NeutralBackgroudIcon, NewLoaderAnimation, NoCameraIcon, NoMicrophoneIcon, Non_Moderated, NotifAlertIcon, NotificationIcon, NumberField, NumbersCode, NumbersCodeProps, OdaAccountPro, OdaFeatures, OdaWaiting, OfficeDrawerIcon, OneColumnIcon, OtherTab, Partner1 as Partner1SVG, Partner2 as Partner2SVG, Partner3 as Partner3SVG, Partner4 as Partner4SVG, Partner5 as Partner5SVG, Partner6 as Partner6SVG, Partner7 as Partner7SVG, Partner8 as Partner8SVG, Partner9 as Partner9SVG, PasswordField, PauseIcon, PencilWriteIcon, PlayFillIcon, PlayIcon, PlayStoreBadge, PointingMan, PopoverBeta, PreviousIcon, PricingCard, PricingCheckedIcon, ProjectSvg as ProjectHoverSvg, ProjectSvg$1 as ProjectSvg, QuestionButton, QuestionCircledIcon, Radio, RatingScale, RecordIcon, RecordingAnimation, RecordingIcon, RecordingWhiteAnimation, RefreshIcon, RefusedIcon, RemoveCircledIcon, ReportIcon, RespondentLogo, RessourcesAnimation, RobotAnimation, RobotIcon, RoleIcon, SadInterviewee, Scenario, ScenarioProps, ScheduleTasks, ScreenShareIcon, Search, SearchCircledIcon, SearchIcon, SearchRemoveIcon, SeatIcon, SelfProtocolManager, SelfProtocolManagerProps, SendEmailIcon, SendIcon, Sentiment, SettingsCircledIcon, SettingsSliderIcon, ShareIcon, SingleSelect, SingleSelectWithCategories, SingleSelectWithoutFilter, Slider, SmartBrainIcon, SortingIcon, SortingIconZA, SoundInputAnimation, SquareText, StarFilledIcon, StarIcon, StarRating, StopRecordingIcon as StopRecordIcon, Success, SurprisedInterviewee, SusExplanation, SusExplanationProps, Switch, Table, TableCell, TableFooter, TableHeader, TableRows, Tabs, TabsUnderline, Tag, TagAddIcon, TagEditIcon, TagIcon, TagRemoveIcon, Task, TaskIcon, TaskProps, TeamIcon, TestDetailsIcon, TestIcon, TestimonialAnimation, Text, TextForButton, TextForDropDownItem, TextInput, TextWithLink, Textarea, Thematic, ThematicProps, ThreeColumnIcon, TimeInterval, TimeIntervalProps, TimePicker, TimePickerProps, Title, Toast, ToggleTab, Tooltip, TvFlatScreenIcon, TvIcon, TwoColumnIcon, UnLockIcon, UndoIcon, UnhappyIntervieweeMale, UnlockedIcon, UnmoderatedIcon, UsabilityBrowser, UserFlows, UserIndicator, UserPanel, UxGuide, VideoFlag, VideoFlag2, VideoFlagGreen, ViewIcon, ViewOffIcon, VoiceIcon, VolumeIcon, WaitingMen, WalletIcon, WarningIcon, WelcomeMessage, WelcomeMessageProps, changeColorLuminance, colors, getColor, getIconSize, getReadableTextColor };
4988
5008
  //# sourceMappingURL=index.d.ts.map