odaptos_design_system 2.0.340 → 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.cjs +118 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +230 -218
- package/dist/index.d.ts +230 -218
- package/dist/index.js +118 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
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$
|
|
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$
|
|
667
|
+
}: SvgIconProps & CustomSvgProps$180): JSX.Element;
|
|
668
668
|
//#endregion
|
|
669
669
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineLeftIcon.d.ts
|
|
670
|
-
interface CustomSvgProps$
|
|
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$
|
|
679
|
+
}: SvgIconProps & CustomSvgProps$179): JSX.Element;
|
|
680
680
|
//#endregion
|
|
681
681
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineRightIcon.d.ts
|
|
682
|
-
interface CustomSvgProps$
|
|
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$
|
|
691
|
+
}: SvgIconProps & CustomSvgProps$178): JSX.Element;
|
|
692
692
|
//#endregion
|
|
693
693
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineUpIcon.d.ts
|
|
694
|
-
interface CustomSvgProps$
|
|
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$
|
|
703
|
+
}: SvgIconProps & CustomSvgProps$177): JSX.Element;
|
|
704
704
|
//#endregion
|
|
705
705
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledDownIcon.d.ts
|
|
706
|
-
interface CustomSvgProps$
|
|
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$
|
|
715
|
+
}: SvgIconProps & CustomSvgProps$176): JSX.Element;
|
|
716
716
|
//#endregion
|
|
717
717
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledLeftIcon.d.ts
|
|
718
|
-
interface CustomSvgProps$
|
|
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$
|
|
727
|
+
}: SvgIconProps & CustomSvgProps$175): JSX.Element;
|
|
728
728
|
//#endregion
|
|
729
729
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledRightIcon.d.ts
|
|
730
|
-
interface CustomSvgProps$
|
|
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$
|
|
739
|
+
}: SvgIconProps & CustomSvgProps$174): JSX.Element;
|
|
740
740
|
//#endregion
|
|
741
741
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledUpIcon.d.ts
|
|
742
|
-
interface CustomSvgProps$
|
|
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$
|
|
751
|
+
}: SvgIconProps & CustomSvgProps$173): JSX.Element;
|
|
752
752
|
//#endregion
|
|
753
753
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineDownIcon.d.ts
|
|
754
|
-
interface CustomSvgProps$
|
|
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$
|
|
763
|
+
}: SvgIconProps & CustomSvgProps$172): JSX.Element;
|
|
764
764
|
//#endregion
|
|
765
765
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineLeftIcon.d.ts
|
|
766
|
-
interface CustomSvgProps$
|
|
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$
|
|
775
|
+
}: SvgIconProps & CustomSvgProps$171): JSX.Element;
|
|
776
776
|
//#endregion
|
|
777
777
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineRightIcon.d.ts
|
|
778
|
-
interface CustomSvgProps$
|
|
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$
|
|
787
|
+
}: SvgIconProps & CustomSvgProps$170): JSX.Element;
|
|
788
788
|
//#endregion
|
|
789
789
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineUpIcon.d.ts
|
|
790
|
-
interface CustomSvgProps$
|
|
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$
|
|
799
|
+
}: SvgIconProps & CustomSvgProps$169): JSX.Element;
|
|
800
800
|
//#endregion
|
|
801
801
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDown.d.ts
|
|
802
|
-
interface CustomSvgProps$
|
|
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$
|
|
811
|
+
}: SvgIconProps & CustomSvgProps$168): JSX.Element;
|
|
812
812
|
//#endregion
|
|
813
813
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownLeft.d.ts
|
|
814
|
-
interface CustomSvgProps$
|
|
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$
|
|
823
|
+
}: SvgIconProps & CustomSvgProps$167): JSX.Element;
|
|
824
824
|
//#endregion
|
|
825
825
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownRight.d.ts
|
|
826
|
-
interface CustomSvgProps$
|
|
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$
|
|
835
|
+
}: SvgIconProps & CustomSvgProps$166): JSX.Element;
|
|
836
836
|
//#endregion
|
|
837
837
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerLeft.d.ts
|
|
838
|
-
interface CustomSvgProps$
|
|
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$
|
|
847
|
+
}: SvgIconProps & CustomSvgProps$165): JSX.Element;
|
|
848
848
|
//#endregion
|
|
849
849
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerRight.d.ts
|
|
850
|
-
interface CustomSvgProps$
|
|
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$
|
|
859
|
+
}: SvgIconProps & CustomSvgProps$164): JSX.Element;
|
|
860
860
|
//#endregion
|
|
861
861
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUp.d.ts
|
|
862
|
-
interface CustomSvgProps$
|
|
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$
|
|
871
|
+
}: SvgIconProps & CustomSvgProps$163): JSX.Element;
|
|
872
872
|
//#endregion
|
|
873
873
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpLeft.d.ts
|
|
874
|
-
interface CustomSvgProps$
|
|
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$
|
|
883
|
+
}: SvgIconProps & CustomSvgProps$162): JSX.Element;
|
|
884
884
|
//#endregion
|
|
885
885
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpRight.d.ts
|
|
886
|
-
interface CustomSvgProps$
|
|
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$
|
|
895
|
+
}: SvgIconProps & CustomSvgProps$161): JSX.Element;
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/DesignTokens/Icons/Circled/AddCircledIcon.d.ts
|
|
898
|
-
interface CustomSvgProps$
|
|
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$
|
|
907
|
+
}: SvgIconProps & CustomSvgProps$160): JSX.Element;
|
|
908
908
|
//#endregion
|
|
909
909
|
//#region src/DesignTokens/Icons/Circled/AlertCircledIcon.d.ts
|
|
910
|
-
interface CustomSvgProps$
|
|
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$
|
|
919
|
+
}: SvgIconProps & CustomSvgProps$159): JSX.Element;
|
|
920
920
|
//#endregion
|
|
921
921
|
//#region src/DesignTokens/Icons/Circled/CheckedCircled.d.ts
|
|
922
|
-
interface CustomSvgProps$
|
|
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$
|
|
931
|
+
}: SvgIconProps & CustomSvgProps$158): JSX.Element;
|
|
932
932
|
//#endregion
|
|
933
933
|
//#region src/DesignTokens/Icons/Circled/InfoCircledIcon.d.ts
|
|
934
|
-
interface CustomSvgProps$
|
|
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$
|
|
943
|
+
}: SvgIconProps & CustomSvgProps$157): JSX.Element;
|
|
944
944
|
//#endregion
|
|
945
945
|
//#region src/DesignTokens/Icons/Circled/MinusCircledIcon.d.ts
|
|
946
|
-
interface CustomSvgProps$
|
|
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$
|
|
955
|
+
}: SvgIconProps & CustomSvgProps$156): JSX.Element;
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region src/DesignTokens/Icons/Circled/NavigationCircledIcon.d.ts
|
|
958
|
-
interface CustomSvgProps$
|
|
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$
|
|
967
|
+
}: SvgIconProps & CustomSvgProps$155): JSX.Element;
|
|
968
968
|
//#endregion
|
|
969
969
|
//#region src/DesignTokens/Icons/Circled/QuestionCircledIcon.d.ts
|
|
970
|
-
interface CustomSvgProps$
|
|
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$
|
|
979
|
+
}: SvgIconProps & CustomSvgProps$154): JSX.Element;
|
|
980
980
|
//#endregion
|
|
981
981
|
//#region src/DesignTokens/Icons/Circled/RemoveCircledIcon.d.ts
|
|
982
|
-
interface CustomSvgProps$
|
|
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$
|
|
991
|
+
}: SvgIconProps & CustomSvgProps$153): JSX.Element;
|
|
992
992
|
//#endregion
|
|
993
993
|
//#region src/DesignTokens/Icons/Circled/SearchCircledIcon.d.ts
|
|
994
|
-
interface CustomSvgProps$
|
|
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$
|
|
1003
|
+
}: SvgIconProps & CustomSvgProps$152): JSX.Element;
|
|
1004
1004
|
//#endregion
|
|
1005
1005
|
//#region src/DesignTokens/Icons/Circled/SettingsCircledIcon.d.ts
|
|
1006
|
-
interface CustomSvgProps$
|
|
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$
|
|
1015
|
+
}: SvgIconProps & CustomSvgProps$151): JSX.Element;
|
|
1016
1016
|
//#endregion
|
|
1017
1017
|
//#region src/DesignTokens/Icons/Equipment/CameraIcon.d.ts
|
|
1018
|
-
interface CustomSvgProps$
|
|
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$
|
|
1027
|
+
}: SvgIconProps & CustomSvgProps$150): JSX.Element;
|
|
1028
1028
|
//#endregion
|
|
1029
1029
|
//#region src/DesignTokens/Icons/Equipment/LaptopIcon.d.ts
|
|
1030
|
-
interface CustomSvgProps$
|
|
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$
|
|
1039
|
+
}: SvgIconProps & CustomSvgProps$149): JSX.Element;
|
|
1040
1040
|
//#endregion
|
|
1041
1041
|
//#region src/DesignTokens/Icons/Equipment/MicrophonePodcastIcon.d.ts
|
|
1042
|
-
interface CustomSvgProps$
|
|
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$
|
|
1051
|
+
}: SvgIconProps & CustomSvgProps$148): JSX.Element;
|
|
1052
1052
|
//#endregion
|
|
1053
1053
|
//#region src/DesignTokens/Icons/Equipment/MobileIcon.d.ts
|
|
1054
|
-
interface CustomSvgProps$
|
|
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$
|
|
1063
|
+
}: SvgIconProps & CustomSvgProps$147): JSX.Element;
|
|
1064
1064
|
//#endregion
|
|
1065
1065
|
//#region src/DesignTokens/Icons/Equipment/TvFlatScreenIcon.d.ts
|
|
1066
|
-
interface CustomSvgProps$
|
|
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$
|
|
1075
|
+
}: SvgIconProps & CustomSvgProps$146): JSX.Element;
|
|
1076
1076
|
//#endregion
|
|
1077
1077
|
//#region src/DesignTokens/Icons/Equipment/TvIcon.d.ts
|
|
1078
|
-
interface CustomSvgProps$
|
|
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$
|
|
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({
|
|
@@ -1306,7 +1306,7 @@ declare function WaitingMen({
|
|
|
1306
1306
|
}: SvgIconProps): JSX.Element;
|
|
1307
1307
|
//#endregion
|
|
1308
1308
|
//#region src/DesignTokens/Icons/Interaction/AccountIcon.d.ts
|
|
1309
|
-
interface CustomSvgProps$
|
|
1309
|
+
interface CustomSvgProps$144 {
|
|
1310
1310
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1311
1311
|
}
|
|
1312
1312
|
declare function AccountIcon({
|
|
@@ -1315,10 +1315,10 @@ declare function AccountIcon({
|
|
|
1315
1315
|
fill,
|
|
1316
1316
|
size,
|
|
1317
1317
|
...rest
|
|
1318
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1318
|
+
}: SvgIconProps & CustomSvgProps$144): JSX.Element;
|
|
1319
1319
|
//#endregion
|
|
1320
1320
|
//#region src/DesignTokens/Icons/Interaction/AccountIconMksite.d.ts
|
|
1321
|
-
interface CustomSvgProps$
|
|
1321
|
+
interface CustomSvgProps$143 {
|
|
1322
1322
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1323
1323
|
}
|
|
1324
1324
|
declare function AccountIconMksite({
|
|
@@ -1327,10 +1327,10 @@ declare function AccountIconMksite({
|
|
|
1327
1327
|
fill,
|
|
1328
1328
|
size,
|
|
1329
1329
|
...rest
|
|
1330
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1330
|
+
}: SvgIconProps & CustomSvgProps$143): JSX.Element;
|
|
1331
1331
|
//#endregion
|
|
1332
1332
|
//#region src/DesignTokens/Icons/Interaction/KeyIcon.d.ts
|
|
1333
|
-
interface CustomSvgProps$
|
|
1333
|
+
interface CustomSvgProps$142 {
|
|
1334
1334
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1335
1335
|
}
|
|
1336
1336
|
declare function KeyIcon({
|
|
@@ -1339,10 +1339,10 @@ declare function KeyIcon({
|
|
|
1339
1339
|
fill,
|
|
1340
1340
|
size,
|
|
1341
1341
|
...rest
|
|
1342
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1342
|
+
}: SvgIconProps & CustomSvgProps$142): JSX.Element;
|
|
1343
1343
|
//#endregion
|
|
1344
1344
|
//#region src/DesignTokens/Icons/Interaction/MailIcon.d.ts
|
|
1345
|
-
interface CustomSvgProps$
|
|
1345
|
+
interface CustomSvgProps$141 {
|
|
1346
1346
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1347
1347
|
}
|
|
1348
1348
|
declare function MailIcon({
|
|
@@ -1351,10 +1351,10 @@ declare function MailIcon({
|
|
|
1351
1351
|
fill,
|
|
1352
1352
|
size,
|
|
1353
1353
|
...rest
|
|
1354
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1354
|
+
}: SvgIconProps & CustomSvgProps$141): JSX.Element;
|
|
1355
1355
|
//#endregion
|
|
1356
1356
|
//#region src/DesignTokens/Icons/Interaction/RoleIcon.d.ts
|
|
1357
|
-
interface CustomSvgProps$
|
|
1357
|
+
interface CustomSvgProps$140 {
|
|
1358
1358
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1359
1359
|
}
|
|
1360
1360
|
declare function RoleIcon({
|
|
@@ -1363,10 +1363,10 @@ declare function RoleIcon({
|
|
|
1363
1363
|
fill,
|
|
1364
1364
|
size,
|
|
1365
1365
|
...rest
|
|
1366
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1366
|
+
}: SvgIconProps & CustomSvgProps$140): JSX.Element;
|
|
1367
1367
|
//#endregion
|
|
1368
1368
|
//#region src/DesignTokens/Icons/Interaction/AddIcon.d.ts
|
|
1369
|
-
interface CustomSvgProps$
|
|
1369
|
+
interface CustomSvgProps$139 {
|
|
1370
1370
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1371
1371
|
}
|
|
1372
1372
|
declare function AddIcon({
|
|
@@ -1375,10 +1375,10 @@ declare function AddIcon({
|
|
|
1375
1375
|
fill,
|
|
1376
1376
|
size,
|
|
1377
1377
|
...rest
|
|
1378
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1378
|
+
}: SvgIconProps & CustomSvgProps$139): JSX.Element;
|
|
1379
1379
|
//#endregion
|
|
1380
1380
|
//#region src/DesignTokens/Icons/Interaction/AddTagIcon.d.ts
|
|
1381
|
-
interface CustomSvgProps$
|
|
1381
|
+
interface CustomSvgProps$138 {
|
|
1382
1382
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1383
1383
|
}
|
|
1384
1384
|
declare function AddTagIcon({
|
|
@@ -1387,10 +1387,10 @@ declare function AddTagIcon({
|
|
|
1387
1387
|
fill,
|
|
1388
1388
|
size,
|
|
1389
1389
|
...rest
|
|
1390
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1390
|
+
}: SvgIconProps & CustomSvgProps$138): JSX.Element;
|
|
1391
1391
|
//#endregion
|
|
1392
1392
|
//#region src/DesignTokens/Icons/Interaction/AgendaIcon.d.ts
|
|
1393
|
-
interface CustomSvgProps$
|
|
1393
|
+
interface CustomSvgProps$137 {
|
|
1394
1394
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1395
1395
|
}
|
|
1396
1396
|
declare function AgendaIcon({
|
|
@@ -1399,10 +1399,10 @@ declare function AgendaIcon({
|
|
|
1399
1399
|
fill,
|
|
1400
1400
|
size,
|
|
1401
1401
|
...rest
|
|
1402
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1402
|
+
}: SvgIconProps & CustomSvgProps$137): JSX.Element;
|
|
1403
1403
|
//#endregion
|
|
1404
1404
|
//#region src/DesignTokens/Icons/Interaction/BillingIcon.d.ts
|
|
1405
|
-
interface CustomSvgProps$
|
|
1405
|
+
interface CustomSvgProps$136 {
|
|
1406
1406
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1407
1407
|
}
|
|
1408
1408
|
declare function BillingIcon({
|
|
@@ -1411,10 +1411,10 @@ declare function BillingIcon({
|
|
|
1411
1411
|
fill,
|
|
1412
1412
|
size,
|
|
1413
1413
|
...rest
|
|
1414
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1414
|
+
}: SvgIconProps & CustomSvgProps$136): JSX.Element;
|
|
1415
1415
|
//#endregion
|
|
1416
1416
|
//#region src/DesignTokens/Icons/Interaction/BinIcon.d.ts
|
|
1417
|
-
interface CustomSvgProps$
|
|
1417
|
+
interface CustomSvgProps$135 {
|
|
1418
1418
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1419
1419
|
}
|
|
1420
1420
|
declare function BinIcon({
|
|
@@ -1423,10 +1423,10 @@ declare function BinIcon({
|
|
|
1423
1423
|
fill,
|
|
1424
1424
|
size,
|
|
1425
1425
|
...rest
|
|
1426
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1426
|
+
}: SvgIconProps & CustomSvgProps$135): JSX.Element;
|
|
1427
1427
|
//#endregion
|
|
1428
1428
|
//#region src/DesignTokens/Icons/Interaction/CheckedIcon.d.ts
|
|
1429
|
-
interface CustomSvgProps$
|
|
1429
|
+
interface CustomSvgProps$134 {
|
|
1430
1430
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1431
1431
|
}
|
|
1432
1432
|
declare function CheckedIcon({
|
|
@@ -1435,10 +1435,10 @@ declare function CheckedIcon({
|
|
|
1435
1435
|
fill,
|
|
1436
1436
|
size,
|
|
1437
1437
|
...rest
|
|
1438
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1438
|
+
}: SvgIconProps & CustomSvgProps$134): JSX.Element;
|
|
1439
1439
|
//#endregion
|
|
1440
1440
|
//#region src/DesignTokens/Icons/Interaction/CheckedIconThin.d.ts
|
|
1441
|
-
interface CustomSvgProps$
|
|
1441
|
+
interface CustomSvgProps$133 {
|
|
1442
1442
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1443
1443
|
}
|
|
1444
1444
|
declare function CheckedIconThin({
|
|
@@ -1447,10 +1447,10 @@ declare function CheckedIconThin({
|
|
|
1447
1447
|
fill,
|
|
1448
1448
|
size,
|
|
1449
1449
|
...rest
|
|
1450
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1450
|
+
}: SvgIconProps & CustomSvgProps$133): JSX.Element;
|
|
1451
1451
|
//#endregion
|
|
1452
1452
|
//#region src/DesignTokens/Icons/Interaction/ClockIcon.d.ts
|
|
1453
|
-
interface CustomSvgProps$
|
|
1453
|
+
interface CustomSvgProps$132 {
|
|
1454
1454
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1455
1455
|
}
|
|
1456
1456
|
declare function ClockIcon({
|
|
@@ -1459,10 +1459,10 @@ declare function ClockIcon({
|
|
|
1459
1459
|
fill,
|
|
1460
1460
|
size,
|
|
1461
1461
|
...rest
|
|
1462
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1462
|
+
}: SvgIconProps & CustomSvgProps$132): JSX.Element;
|
|
1463
1463
|
//#endregion
|
|
1464
1464
|
//#region src/DesignTokens/Icons/Interaction/CloseIcon.d.ts
|
|
1465
|
-
interface CustomSvgProps$
|
|
1465
|
+
interface CustomSvgProps$131 {
|
|
1466
1466
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1467
1467
|
}
|
|
1468
1468
|
declare function CloseIcon({
|
|
@@ -1471,10 +1471,10 @@ declare function CloseIcon({
|
|
|
1471
1471
|
fill,
|
|
1472
1472
|
size,
|
|
1473
1473
|
...rest
|
|
1474
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1474
|
+
}: SvgIconProps & CustomSvgProps$131): JSX.Element;
|
|
1475
1475
|
//#endregion
|
|
1476
1476
|
//#region src/DesignTokens/Icons/Interaction/CogIcon.d.ts
|
|
1477
|
-
interface CustomSvgProps$
|
|
1477
|
+
interface CustomSvgProps$130 {
|
|
1478
1478
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1479
1479
|
}
|
|
1480
1480
|
declare function CogIcon({
|
|
@@ -1483,10 +1483,10 @@ declare function CogIcon({
|
|
|
1483
1483
|
fill,
|
|
1484
1484
|
size,
|
|
1485
1485
|
...rest
|
|
1486
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1486
|
+
}: SvgIconProps & CustomSvgProps$130): JSX.Element;
|
|
1487
1487
|
//#endregion
|
|
1488
1488
|
//#region src/DesignTokens/Icons/Interaction/CopyPasteIcon.d.ts
|
|
1489
|
-
interface CustomSvgProps$
|
|
1489
|
+
interface CustomSvgProps$129 {
|
|
1490
1490
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1491
1491
|
}
|
|
1492
1492
|
declare function CopyPasteIcon({
|
|
@@ -1495,10 +1495,10 @@ declare function CopyPasteIcon({
|
|
|
1495
1495
|
fill,
|
|
1496
1496
|
size,
|
|
1497
1497
|
...rest
|
|
1498
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1498
|
+
}: SvgIconProps & CustomSvgProps$129): JSX.Element;
|
|
1499
1499
|
//#endregion
|
|
1500
1500
|
//#region src/DesignTokens/Icons/Interaction/DragDropIcon.d.ts
|
|
1501
|
-
interface CustomSvgProps$
|
|
1501
|
+
interface CustomSvgProps$128 {
|
|
1502
1502
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1503
1503
|
}
|
|
1504
1504
|
declare function DragDropIcon({
|
|
@@ -1507,10 +1507,10 @@ declare function DragDropIcon({
|
|
|
1507
1507
|
fill,
|
|
1508
1508
|
size,
|
|
1509
1509
|
...rest
|
|
1510
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1510
|
+
}: SvgIconProps & CustomSvgProps$128): JSX.Element;
|
|
1511
1511
|
//#endregion
|
|
1512
1512
|
//#region src/DesignTokens/Icons/Interaction/EditIcon.d.ts
|
|
1513
|
-
interface CustomSvgProps$
|
|
1513
|
+
interface CustomSvgProps$127 {
|
|
1514
1514
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1515
1515
|
}
|
|
1516
1516
|
declare function EditIcon({
|
|
@@ -1519,10 +1519,10 @@ declare function EditIcon({
|
|
|
1519
1519
|
fill,
|
|
1520
1520
|
size,
|
|
1521
1521
|
...rest
|
|
1522
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1522
|
+
}: SvgIconProps & CustomSvgProps$127): JSX.Element;
|
|
1523
1523
|
//#endregion
|
|
1524
1524
|
//#region src/DesignTokens/Icons/Interaction/EditTextIcon.d.ts
|
|
1525
|
-
interface CustomSvgProps$
|
|
1525
|
+
interface CustomSvgProps$126 {
|
|
1526
1526
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1527
1527
|
}
|
|
1528
1528
|
declare function EditTextIcon({
|
|
@@ -1531,10 +1531,10 @@ declare function EditTextIcon({
|
|
|
1531
1531
|
fill,
|
|
1532
1532
|
size,
|
|
1533
1533
|
...rest
|
|
1534
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1534
|
+
}: SvgIconProps & CustomSvgProps$126): JSX.Element;
|
|
1535
1535
|
//#endregion
|
|
1536
1536
|
//#region src/DesignTokens/Icons/Interaction/FilterIcon.d.ts
|
|
1537
|
-
interface CustomSvgProps$
|
|
1537
|
+
interface CustomSvgProps$125 {
|
|
1538
1538
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1539
1539
|
}
|
|
1540
1540
|
declare function FilterIcon({
|
|
@@ -1543,10 +1543,10 @@ declare function FilterIcon({
|
|
|
1543
1543
|
fill,
|
|
1544
1544
|
size,
|
|
1545
1545
|
...rest
|
|
1546
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1546
|
+
}: SvgIconProps & CustomSvgProps$125): JSX.Element;
|
|
1547
1547
|
//#endregion
|
|
1548
1548
|
//#region src/DesignTokens/Icons/Interaction/LayoutIcon.d.ts
|
|
1549
|
-
interface CustomSvgProps$
|
|
1549
|
+
interface CustomSvgProps$124 {
|
|
1550
1550
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1551
1551
|
}
|
|
1552
1552
|
declare function LayoutIcon({
|
|
@@ -1555,10 +1555,10 @@ declare function LayoutIcon({
|
|
|
1555
1555
|
fill,
|
|
1556
1556
|
size,
|
|
1557
1557
|
...rest
|
|
1558
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1558
|
+
}: SvgIconProps & CustomSvgProps$124): JSX.Element;
|
|
1559
1559
|
//#endregion
|
|
1560
1560
|
//#region src/DesignTokens/Icons/Interaction/LayoutLeftIcon.d.ts
|
|
1561
|
-
interface CustomSvgProps$
|
|
1561
|
+
interface CustomSvgProps$123 {
|
|
1562
1562
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1563
1563
|
}
|
|
1564
1564
|
declare function LayoutLeftIcon({
|
|
@@ -1567,10 +1567,10 @@ declare function LayoutLeftIcon({
|
|
|
1567
1567
|
fill,
|
|
1568
1568
|
size,
|
|
1569
1569
|
...rest
|
|
1570
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1570
|
+
}: SvgIconProps & CustomSvgProps$123): JSX.Element;
|
|
1571
1571
|
//#endregion
|
|
1572
1572
|
//#region src/DesignTokens/Icons/Interaction/LayoutRightIcon.d.ts
|
|
1573
|
-
interface CustomSvgProps$
|
|
1573
|
+
interface CustomSvgProps$122 {
|
|
1574
1574
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1575
1575
|
}
|
|
1576
1576
|
declare function LayoutRightIcon({
|
|
@@ -1579,10 +1579,10 @@ declare function LayoutRightIcon({
|
|
|
1579
1579
|
fill,
|
|
1580
1580
|
size,
|
|
1581
1581
|
...rest
|
|
1582
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1582
|
+
}: SvgIconProps & CustomSvgProps$122): JSX.Element;
|
|
1583
1583
|
//#endregion
|
|
1584
1584
|
//#region src/DesignTokens/Icons/Interaction/LockIcon.d.ts
|
|
1585
|
-
interface CustomSvgProps$
|
|
1585
|
+
interface CustomSvgProps$121 {
|
|
1586
1586
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1587
1587
|
}
|
|
1588
1588
|
declare function LockIcon({
|
|
@@ -1591,10 +1591,10 @@ declare function LockIcon({
|
|
|
1591
1591
|
fill,
|
|
1592
1592
|
size,
|
|
1593
1593
|
...rest
|
|
1594
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1594
|
+
}: SvgIconProps & CustomSvgProps$121): JSX.Element;
|
|
1595
1595
|
//#endregion
|
|
1596
1596
|
//#region src/DesignTokens/Icons/Interaction/LogoutIcon.d.ts
|
|
1597
|
-
interface CustomSvgProps$
|
|
1597
|
+
interface CustomSvgProps$120 {
|
|
1598
1598
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1599
1599
|
}
|
|
1600
1600
|
declare function LogoutIcon({
|
|
@@ -1603,10 +1603,10 @@ declare function LogoutIcon({
|
|
|
1603
1603
|
fill,
|
|
1604
1604
|
size,
|
|
1605
1605
|
...rest
|
|
1606
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1606
|
+
}: SvgIconProps & CustomSvgProps$120): JSX.Element;
|
|
1607
1607
|
//#endregion
|
|
1608
1608
|
//#region src/DesignTokens/Icons/Interaction/MenuHorizontalIcon.d.ts
|
|
1609
|
-
interface CustomSvgProps$
|
|
1609
|
+
interface CustomSvgProps$119 {
|
|
1610
1610
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1611
1611
|
}
|
|
1612
1612
|
declare function MenuHorizontalIcon({
|
|
@@ -1615,10 +1615,10 @@ declare function MenuHorizontalIcon({
|
|
|
1615
1615
|
fill,
|
|
1616
1616
|
size,
|
|
1617
1617
|
...rest
|
|
1618
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1618
|
+
}: SvgIconProps & CustomSvgProps$119): JSX.Element;
|
|
1619
1619
|
//#endregion
|
|
1620
1620
|
//#region src/DesignTokens/Icons/Interaction/MenuVerticalIcon.d.ts
|
|
1621
|
-
interface CustomSvgProps$
|
|
1621
|
+
interface CustomSvgProps$118 {
|
|
1622
1622
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1623
1623
|
}
|
|
1624
1624
|
declare function MenuVerticalIcon({
|
|
@@ -1627,10 +1627,10 @@ declare function MenuVerticalIcon({
|
|
|
1627
1627
|
fill,
|
|
1628
1628
|
size,
|
|
1629
1629
|
...rest
|
|
1630
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1630
|
+
}: SvgIconProps & CustomSvgProps$118): JSX.Element;
|
|
1631
1631
|
//#endregion
|
|
1632
1632
|
//#region src/DesignTokens/Icons/Interaction/MinusIcon.d.ts
|
|
1633
|
-
interface CustomSvgProps$
|
|
1633
|
+
interface CustomSvgProps$117 {
|
|
1634
1634
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1635
1635
|
}
|
|
1636
1636
|
declare function MinusIcon({
|
|
@@ -1639,10 +1639,10 @@ declare function MinusIcon({
|
|
|
1639
1639
|
fill,
|
|
1640
1640
|
size,
|
|
1641
1641
|
...rest
|
|
1642
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1642
|
+
}: SvgIconProps & CustomSvgProps$117): JSX.Element;
|
|
1643
1643
|
//#endregion
|
|
1644
1644
|
//#region src/DesignTokens/Icons/Interaction/PencilWriteIcon.d.ts
|
|
1645
|
-
interface CustomSvgProps$
|
|
1645
|
+
interface CustomSvgProps$116 {
|
|
1646
1646
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1647
1647
|
}
|
|
1648
1648
|
declare function PencilWriteIcon({
|
|
@@ -1651,10 +1651,10 @@ declare function PencilWriteIcon({
|
|
|
1651
1651
|
fill,
|
|
1652
1652
|
size,
|
|
1653
1653
|
...rest
|
|
1654
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1654
|
+
}: SvgIconProps & CustomSvgProps$116): JSX.Element;
|
|
1655
1655
|
//#endregion
|
|
1656
1656
|
//#region src/DesignTokens/Icons/Interaction/PricingCheckedIcon.d.ts
|
|
1657
|
-
interface CustomSvgProps$
|
|
1657
|
+
interface CustomSvgProps$115 {
|
|
1658
1658
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1659
1659
|
}
|
|
1660
1660
|
declare function PricingCheckedIcon({
|
|
@@ -1663,10 +1663,10 @@ declare function PricingCheckedIcon({
|
|
|
1663
1663
|
fill,
|
|
1664
1664
|
size,
|
|
1665
1665
|
...rest
|
|
1666
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1666
|
+
}: SvgIconProps & CustomSvgProps$115): JSX.Element;
|
|
1667
1667
|
//#endregion
|
|
1668
1668
|
//#region src/DesignTokens/Icons/Interaction/SearchIcon.d.ts
|
|
1669
|
-
interface CustomSvgProps$
|
|
1669
|
+
interface CustomSvgProps$114 {
|
|
1670
1670
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1671
1671
|
}
|
|
1672
1672
|
declare function SearchIcon({
|
|
@@ -1675,10 +1675,10 @@ declare function SearchIcon({
|
|
|
1675
1675
|
fill,
|
|
1676
1676
|
size,
|
|
1677
1677
|
...rest
|
|
1678
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1678
|
+
}: SvgIconProps & CustomSvgProps$114): JSX.Element;
|
|
1679
1679
|
//#endregion
|
|
1680
1680
|
//#region src/DesignTokens/Icons/Interaction/SearchRemoveIcon.d.ts
|
|
1681
|
-
interface CustomSvgProps$
|
|
1681
|
+
interface CustomSvgProps$113 {
|
|
1682
1682
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1683
1683
|
}
|
|
1684
1684
|
declare function SearchRemoveIcon({
|
|
@@ -1687,10 +1687,10 @@ declare function SearchRemoveIcon({
|
|
|
1687
1687
|
fill,
|
|
1688
1688
|
size,
|
|
1689
1689
|
...rest
|
|
1690
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1690
|
+
}: SvgIconProps & CustomSvgProps$113): JSX.Element;
|
|
1691
1691
|
//#endregion
|
|
1692
1692
|
//#region src/DesignTokens/Icons/Interaction/SettingsSliderIcon.d.ts
|
|
1693
|
-
interface CustomSvgProps$
|
|
1693
|
+
interface CustomSvgProps$112 {
|
|
1694
1694
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1695
1695
|
}
|
|
1696
1696
|
declare function SettingsSliderIcon({
|
|
@@ -1699,10 +1699,10 @@ declare function SettingsSliderIcon({
|
|
|
1699
1699
|
fill,
|
|
1700
1700
|
size,
|
|
1701
1701
|
...rest
|
|
1702
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1702
|
+
}: SvgIconProps & CustomSvgProps$112): JSX.Element;
|
|
1703
1703
|
//#endregion
|
|
1704
1704
|
//#region src/DesignTokens/Icons/Interaction/ShareIcon.d.ts
|
|
1705
|
-
interface CustomSvgProps$
|
|
1705
|
+
interface CustomSvgProps$111 {
|
|
1706
1706
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1707
1707
|
}
|
|
1708
1708
|
declare function ShareIcon({
|
|
@@ -1711,10 +1711,10 @@ declare function ShareIcon({
|
|
|
1711
1711
|
fill,
|
|
1712
1712
|
size,
|
|
1713
1713
|
...rest
|
|
1714
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1714
|
+
}: SvgIconProps & CustomSvgProps$111): JSX.Element;
|
|
1715
1715
|
//#endregion
|
|
1716
1716
|
//#region src/DesignTokens/Icons/Interaction/SortingIcon.d.ts
|
|
1717
|
-
interface CustomSvgProps$
|
|
1717
|
+
interface CustomSvgProps$110 {
|
|
1718
1718
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1719
1719
|
}
|
|
1720
1720
|
declare function SortingIcon({
|
|
@@ -1723,10 +1723,10 @@ declare function SortingIcon({
|
|
|
1723
1723
|
fill,
|
|
1724
1724
|
size,
|
|
1725
1725
|
...rest
|
|
1726
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1726
|
+
}: SvgIconProps & CustomSvgProps$110): JSX.Element;
|
|
1727
1727
|
//#endregion
|
|
1728
1728
|
//#region src/DesignTokens/Icons/Interaction/SortingIconZA.d.ts
|
|
1729
|
-
interface CustomSvgProps$
|
|
1729
|
+
interface CustomSvgProps$109 {
|
|
1730
1730
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1731
1731
|
}
|
|
1732
1732
|
declare function SortingIconZA({
|
|
@@ -1735,10 +1735,10 @@ declare function SortingIconZA({
|
|
|
1735
1735
|
fill,
|
|
1736
1736
|
size,
|
|
1737
1737
|
...rest
|
|
1738
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1738
|
+
}: SvgIconProps & CustomSvgProps$109): JSX.Element;
|
|
1739
1739
|
//#endregion
|
|
1740
1740
|
//#region src/DesignTokens/Icons/Interaction/TagAddIcon.d.ts
|
|
1741
|
-
interface CustomSvgProps$
|
|
1741
|
+
interface CustomSvgProps$108 {
|
|
1742
1742
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1743
1743
|
}
|
|
1744
1744
|
declare function TagAddIcon({
|
|
@@ -1747,10 +1747,10 @@ declare function TagAddIcon({
|
|
|
1747
1747
|
fill,
|
|
1748
1748
|
size,
|
|
1749
1749
|
...rest
|
|
1750
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1750
|
+
}: SvgIconProps & CustomSvgProps$108): JSX.Element;
|
|
1751
1751
|
//#endregion
|
|
1752
1752
|
//#region src/DesignTokens/Icons/Interaction/TagEditIcon.d.ts
|
|
1753
|
-
interface CustomSvgProps$
|
|
1753
|
+
interface CustomSvgProps$107 {
|
|
1754
1754
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1755
1755
|
}
|
|
1756
1756
|
declare function TagEditIcon({
|
|
@@ -1759,10 +1759,10 @@ declare function TagEditIcon({
|
|
|
1759
1759
|
fill,
|
|
1760
1760
|
size,
|
|
1761
1761
|
...rest
|
|
1762
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1762
|
+
}: SvgIconProps & CustomSvgProps$107): JSX.Element;
|
|
1763
1763
|
//#endregion
|
|
1764
1764
|
//#region src/DesignTokens/Icons/Interaction/TagRemoveIcon.d.ts
|
|
1765
|
-
interface CustomSvgProps$
|
|
1765
|
+
interface CustomSvgProps$106 {
|
|
1766
1766
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1767
1767
|
}
|
|
1768
1768
|
declare function TagRemoveIcon({
|
|
@@ -1771,10 +1771,10 @@ declare function TagRemoveIcon({
|
|
|
1771
1771
|
fill,
|
|
1772
1772
|
size,
|
|
1773
1773
|
...rest
|
|
1774
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1774
|
+
}: SvgIconProps & CustomSvgProps$106): JSX.Element;
|
|
1775
1775
|
//#endregion
|
|
1776
1776
|
//#region src/DesignTokens/Icons/Interaction/TeamIcon.d.ts
|
|
1777
|
-
interface CustomSvgProps$
|
|
1777
|
+
interface CustomSvgProps$105 {
|
|
1778
1778
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1779
1779
|
}
|
|
1780
1780
|
declare function TeamIcon({
|
|
@@ -1783,10 +1783,10 @@ declare function TeamIcon({
|
|
|
1783
1783
|
fill,
|
|
1784
1784
|
size,
|
|
1785
1785
|
...rest
|
|
1786
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1786
|
+
}: SvgIconProps & CustomSvgProps$105): JSX.Element;
|
|
1787
1787
|
//#endregion
|
|
1788
1788
|
//#region src/DesignTokens/Icons/Interaction/UndoIcon.d.ts
|
|
1789
|
-
interface CustomSvgProps$
|
|
1789
|
+
interface CustomSvgProps$104 {
|
|
1790
1790
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1791
1791
|
}
|
|
1792
1792
|
declare function UndoIcon({
|
|
@@ -1795,10 +1795,10 @@ declare function UndoIcon({
|
|
|
1795
1795
|
fill,
|
|
1796
1796
|
size,
|
|
1797
1797
|
...rest
|
|
1798
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1798
|
+
}: SvgIconProps & CustomSvgProps$104): JSX.Element;
|
|
1799
1799
|
//#endregion
|
|
1800
1800
|
//#region src/DesignTokens/Icons/Interaction/UnlockedIcon.d.ts
|
|
1801
|
-
interface CustomSvgProps$
|
|
1801
|
+
interface CustomSvgProps$103 {
|
|
1802
1802
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1803
1803
|
}
|
|
1804
1804
|
declare function UnlockedIcon({
|
|
@@ -1807,10 +1807,10 @@ declare function UnlockedIcon({
|
|
|
1807
1807
|
fill,
|
|
1808
1808
|
size,
|
|
1809
1809
|
...rest
|
|
1810
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1810
|
+
}: SvgIconProps & CustomSvgProps$103): JSX.Element;
|
|
1811
1811
|
//#endregion
|
|
1812
1812
|
//#region src/DesignTokens/Icons/Interaction/UnLockIcon.d.ts
|
|
1813
|
-
interface CustomSvgProps$
|
|
1813
|
+
interface CustomSvgProps$102 {
|
|
1814
1814
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1815
1815
|
}
|
|
1816
1816
|
declare function UnLockIcon({
|
|
@@ -1819,7 +1819,7 @@ declare function UnLockIcon({
|
|
|
1819
1819
|
fill,
|
|
1820
1820
|
size,
|
|
1821
1821
|
...rest
|
|
1822
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1822
|
+
}: SvgIconProps & CustomSvgProps$102): JSX.Element;
|
|
1823
1823
|
//#endregion
|
|
1824
1824
|
//#region src/DesignTokens/Icons/Logos/LogoBeta.d.ts
|
|
1825
1825
|
declare function LogoBeta({
|
|
@@ -1886,7 +1886,7 @@ declare function LogoBlue({
|
|
|
1886
1886
|
}: SvgIconProps): JSX.Element;
|
|
1887
1887
|
//#endregion
|
|
1888
1888
|
//#region src/DesignTokens/Icons/MediaControl/CutClipIcon.d.ts
|
|
1889
|
-
interface CustomSvgProps$
|
|
1889
|
+
interface CustomSvgProps$101 {
|
|
1890
1890
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1891
1891
|
}
|
|
1892
1892
|
declare function CutClipIcon({
|
|
@@ -1895,10 +1895,10 @@ declare function CutClipIcon({
|
|
|
1895
1895
|
fill,
|
|
1896
1896
|
size,
|
|
1897
1897
|
...rest
|
|
1898
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1898
|
+
}: SvgIconProps & CustomSvgProps$101): JSX.Element;
|
|
1899
1899
|
//#endregion
|
|
1900
1900
|
//#region src/DesignTokens/Icons/MediaControl/HangUpIcon.d.ts
|
|
1901
|
-
interface CustomSvgProps$
|
|
1901
|
+
interface CustomSvgProps$100 {
|
|
1902
1902
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1903
1903
|
}
|
|
1904
1904
|
declare function HangUpIcon({
|
|
@@ -1907,10 +1907,10 @@ declare function HangUpIcon({
|
|
|
1907
1907
|
fill,
|
|
1908
1908
|
size,
|
|
1909
1909
|
...rest
|
|
1910
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1910
|
+
}: SvgIconProps & CustomSvgProps$100): JSX.Element;
|
|
1911
1911
|
//#endregion
|
|
1912
1912
|
//#region src/DesignTokens/Icons/MediaControl/MeetingIcon.d.ts
|
|
1913
|
-
interface CustomSvgProps$
|
|
1913
|
+
interface CustomSvgProps$99 {
|
|
1914
1914
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1915
1915
|
}
|
|
1916
1916
|
declare function MeetingIcon({
|
|
@@ -1919,10 +1919,10 @@ declare function MeetingIcon({
|
|
|
1919
1919
|
fill,
|
|
1920
1920
|
size,
|
|
1921
1921
|
...rest
|
|
1922
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1922
|
+
}: SvgIconProps & CustomSvgProps$99): JSX.Element;
|
|
1923
1923
|
//#endregion
|
|
1924
1924
|
//#region src/DesignTokens/Icons/MediaControl/MicrophoneIcon.d.ts
|
|
1925
|
-
interface CustomSvgProps$
|
|
1925
|
+
interface CustomSvgProps$98 {
|
|
1926
1926
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1927
1927
|
}
|
|
1928
1928
|
declare function MicrophoneIcon({
|
|
@@ -1931,10 +1931,10 @@ declare function MicrophoneIcon({
|
|
|
1931
1931
|
fill,
|
|
1932
1932
|
size,
|
|
1933
1933
|
...rest
|
|
1934
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1934
|
+
}: SvgIconProps & CustomSvgProps$98): JSX.Element;
|
|
1935
1935
|
//#endregion
|
|
1936
1936
|
//#region src/DesignTokens/Icons/MediaControl/MoveBackIcon.d.ts
|
|
1937
|
-
interface CustomSvgProps$
|
|
1937
|
+
interface CustomSvgProps$97 {
|
|
1938
1938
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1939
1939
|
}
|
|
1940
1940
|
declare function MoveBackIcon({
|
|
@@ -1943,10 +1943,10 @@ declare function MoveBackIcon({
|
|
|
1943
1943
|
fill,
|
|
1944
1944
|
size,
|
|
1945
1945
|
...rest
|
|
1946
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1946
|
+
}: SvgIconProps & CustomSvgProps$97): JSX.Element;
|
|
1947
1947
|
//#endregion
|
|
1948
1948
|
//#region src/DesignTokens/Icons/MediaControl/MoveInIcon.d.ts
|
|
1949
|
-
interface CustomSvgProps$
|
|
1949
|
+
interface CustomSvgProps$96 {
|
|
1950
1950
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1951
1951
|
}
|
|
1952
1952
|
declare function MoveInIcon({
|
|
@@ -1955,10 +1955,10 @@ declare function MoveInIcon({
|
|
|
1955
1955
|
fill,
|
|
1956
1956
|
size,
|
|
1957
1957
|
...rest
|
|
1958
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1958
|
+
}: SvgIconProps & CustomSvgProps$96): JSX.Element;
|
|
1959
1959
|
//#endregion
|
|
1960
1960
|
//#region src/DesignTokens/Icons/MediaControl/MuteIcon.d.ts
|
|
1961
|
-
interface CustomSvgProps$
|
|
1961
|
+
interface CustomSvgProps$95 {
|
|
1962
1962
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1963
1963
|
}
|
|
1964
1964
|
declare function MuteIcon({
|
|
@@ -1967,10 +1967,10 @@ declare function MuteIcon({
|
|
|
1967
1967
|
fill,
|
|
1968
1968
|
size,
|
|
1969
1969
|
...rest
|
|
1970
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1970
|
+
}: SvgIconProps & CustomSvgProps$95): JSX.Element;
|
|
1971
1971
|
//#endregion
|
|
1972
1972
|
//#region src/DesignTokens/Icons/MediaControl/NoCameraIcon.d.ts
|
|
1973
|
-
interface CustomSvgProps$
|
|
1973
|
+
interface CustomSvgProps$94 {
|
|
1974
1974
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1975
1975
|
}
|
|
1976
1976
|
declare function NoCameraIcon({
|
|
@@ -1979,10 +1979,10 @@ declare function NoCameraIcon({
|
|
|
1979
1979
|
fill,
|
|
1980
1980
|
size,
|
|
1981
1981
|
...rest
|
|
1982
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1982
|
+
}: SvgIconProps & CustomSvgProps$94): JSX.Element;
|
|
1983
1983
|
//#endregion
|
|
1984
1984
|
//#region src/DesignTokens/Icons/MediaControl/NoMicrophoneIcon.d.ts
|
|
1985
|
-
interface CustomSvgProps$
|
|
1985
|
+
interface CustomSvgProps$93 {
|
|
1986
1986
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1987
1987
|
}
|
|
1988
1988
|
declare function NoMicrophoneIcon({
|
|
@@ -1991,10 +1991,10 @@ declare function NoMicrophoneIcon({
|
|
|
1991
1991
|
fill,
|
|
1992
1992
|
size,
|
|
1993
1993
|
...rest
|
|
1994
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1994
|
+
}: SvgIconProps & CustomSvgProps$93): JSX.Element;
|
|
1995
1995
|
//#endregion
|
|
1996
1996
|
//#region src/DesignTokens/Icons/MediaControl/PauseIcon.d.ts
|
|
1997
|
-
interface CustomSvgProps$
|
|
1997
|
+
interface CustomSvgProps$92 {
|
|
1998
1998
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1999
1999
|
}
|
|
2000
2000
|
declare function PauseIcon({
|
|
@@ -2003,10 +2003,10 @@ declare function PauseIcon({
|
|
|
2003
2003
|
fill,
|
|
2004
2004
|
size,
|
|
2005
2005
|
...rest
|
|
2006
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2006
|
+
}: SvgIconProps & CustomSvgProps$92): JSX.Element;
|
|
2007
2007
|
//#endregion
|
|
2008
2008
|
//#region src/DesignTokens/Icons/MediaControl/PlayIcon.d.ts
|
|
2009
|
-
interface CustomSvgProps$
|
|
2009
|
+
interface CustomSvgProps$91 {
|
|
2010
2010
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2011
2011
|
}
|
|
2012
2012
|
declare function PlayIcon({
|
|
@@ -2015,10 +2015,10 @@ declare function PlayIcon({
|
|
|
2015
2015
|
fill,
|
|
2016
2016
|
size,
|
|
2017
2017
|
...rest
|
|
2018
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2018
|
+
}: SvgIconProps & CustomSvgProps$91): JSX.Element;
|
|
2019
2019
|
//#endregion
|
|
2020
2020
|
//#region src/DesignTokens/Icons/MediaControl/ScreenShareIcon.d.ts
|
|
2021
|
-
interface CustomSvgProps$
|
|
2021
|
+
interface CustomSvgProps$90 {
|
|
2022
2022
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2023
2023
|
}
|
|
2024
2024
|
declare function ScreenShareIcon({
|
|
@@ -2027,10 +2027,10 @@ declare function ScreenShareIcon({
|
|
|
2027
2027
|
fill,
|
|
2028
2028
|
size,
|
|
2029
2029
|
...rest
|
|
2030
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2030
|
+
}: SvgIconProps & CustomSvgProps$90): JSX.Element;
|
|
2031
2031
|
//#endregion
|
|
2032
2032
|
//#region src/DesignTokens/Icons/MediaControl/PlayFillIcon.d.ts
|
|
2033
|
-
interface CustomSvgProps$
|
|
2033
|
+
interface CustomSvgProps$89 {
|
|
2034
2034
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2035
2035
|
}
|
|
2036
2036
|
declare function PlayFillIcon({
|
|
@@ -2039,10 +2039,10 @@ declare function PlayFillIcon({
|
|
|
2039
2039
|
fill,
|
|
2040
2040
|
size,
|
|
2041
2041
|
...rest
|
|
2042
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2042
|
+
}: SvgIconProps & CustomSvgProps$89): JSX.Element;
|
|
2043
2043
|
//#endregion
|
|
2044
2044
|
//#region src/DesignTokens/Icons/MediaControl/PreviousIcon.d.ts
|
|
2045
|
-
interface CustomSvgProps$
|
|
2045
|
+
interface CustomSvgProps$88 {
|
|
2046
2046
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2047
2047
|
}
|
|
2048
2048
|
declare function PreviousIcon({
|
|
@@ -2051,10 +2051,10 @@ declare function PreviousIcon({
|
|
|
2051
2051
|
fill,
|
|
2052
2052
|
size,
|
|
2053
2053
|
...rest
|
|
2054
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2054
|
+
}: SvgIconProps & CustomSvgProps$88): JSX.Element;
|
|
2055
2055
|
//#endregion
|
|
2056
2056
|
//#region src/DesignTokens/Icons/MediaControl/RecordIcon.d.ts
|
|
2057
|
-
interface CustomSvgProps$
|
|
2057
|
+
interface CustomSvgProps$87 {
|
|
2058
2058
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2059
2059
|
}
|
|
2060
2060
|
declare function RecordIcon({
|
|
@@ -2063,10 +2063,10 @@ declare function RecordIcon({
|
|
|
2063
2063
|
fill,
|
|
2064
2064
|
size,
|
|
2065
2065
|
...rest
|
|
2066
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2066
|
+
}: SvgIconProps & CustomSvgProps$87): JSX.Element;
|
|
2067
2067
|
//#endregion
|
|
2068
2068
|
//#region src/DesignTokens/Icons/MediaControl/RecordingIcon.d.ts
|
|
2069
|
-
interface CustomSvgProps$
|
|
2069
|
+
interface CustomSvgProps$86 {
|
|
2070
2070
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2071
2071
|
}
|
|
2072
2072
|
declare function RecordingIcon({
|
|
@@ -2075,10 +2075,10 @@ declare function RecordingIcon({
|
|
|
2075
2075
|
fill,
|
|
2076
2076
|
size,
|
|
2077
2077
|
...rest
|
|
2078
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2078
|
+
}: SvgIconProps & CustomSvgProps$86): JSX.Element;
|
|
2079
2079
|
//#endregion
|
|
2080
2080
|
//#region src/DesignTokens/Icons/MediaControl/StopRecordIcon.d.ts
|
|
2081
|
-
interface CustomSvgProps$
|
|
2081
|
+
interface CustomSvgProps$85 {
|
|
2082
2082
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2083
2083
|
}
|
|
2084
2084
|
declare function StopRecordingIcon({
|
|
@@ -2087,10 +2087,10 @@ declare function StopRecordingIcon({
|
|
|
2087
2087
|
fill,
|
|
2088
2088
|
size,
|
|
2089
2089
|
...rest
|
|
2090
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2090
|
+
}: SvgIconProps & CustomSvgProps$85): JSX.Element;
|
|
2091
2091
|
//#endregion
|
|
2092
2092
|
//#region src/DesignTokens/Icons/MediaControl/TagIcon.d.ts
|
|
2093
|
-
interface CustomSvgProps$
|
|
2093
|
+
interface CustomSvgProps$84 {
|
|
2094
2094
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2095
2095
|
}
|
|
2096
2096
|
declare function TagIcon({
|
|
@@ -2099,10 +2099,10 @@ declare function TagIcon({
|
|
|
2099
2099
|
fill,
|
|
2100
2100
|
size,
|
|
2101
2101
|
...rest
|
|
2102
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2102
|
+
}: SvgIconProps & CustomSvgProps$84): JSX.Element;
|
|
2103
2103
|
//#endregion
|
|
2104
2104
|
//#region src/DesignTokens/Icons/MediaControl/VolumeIcon.d.ts
|
|
2105
|
-
interface CustomSvgProps$
|
|
2105
|
+
interface CustomSvgProps$83 {
|
|
2106
2106
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2107
2107
|
}
|
|
2108
2108
|
declare function VolumeIcon({
|
|
@@ -2111,10 +2111,10 @@ declare function VolumeIcon({
|
|
|
2111
2111
|
fill,
|
|
2112
2112
|
size,
|
|
2113
2113
|
...rest
|
|
2114
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2114
|
+
}: SvgIconProps & CustomSvgProps$83): JSX.Element;
|
|
2115
2115
|
//#endregion
|
|
2116
2116
|
//#region src/DesignTokens/Icons/Miscellaneous/AddSeatIcon.d.ts
|
|
2117
|
-
interface CustomSvgProps$
|
|
2117
|
+
interface CustomSvgProps$82 {
|
|
2118
2118
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2119
2119
|
}
|
|
2120
2120
|
declare function AddSeatIcon({
|
|
@@ -2123,10 +2123,10 @@ declare function AddSeatIcon({
|
|
|
2123
2123
|
fill,
|
|
2124
2124
|
size,
|
|
2125
2125
|
...rest
|
|
2126
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2126
|
+
}: SvgIconProps & CustomSvgProps$82): JSX.Element;
|
|
2127
2127
|
//#endregion
|
|
2128
2128
|
//#region src/DesignTokens/Icons/Miscellaneous/AddUsersIcon.d.ts
|
|
2129
|
-
interface CustomSvgProps$
|
|
2129
|
+
interface CustomSvgProps$81 {
|
|
2130
2130
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2131
2131
|
}
|
|
2132
2132
|
declare function AddUsersIcon({
|
|
@@ -2135,10 +2135,10 @@ declare function AddUsersIcon({
|
|
|
2135
2135
|
fill,
|
|
2136
2136
|
size,
|
|
2137
2137
|
...rest
|
|
2138
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2138
|
+
}: SvgIconProps & CustomSvgProps$81): JSX.Element;
|
|
2139
2139
|
//#endregion
|
|
2140
2140
|
//#region src/DesignTokens/Icons/Miscellaneous/AndroidIcon.d.ts
|
|
2141
|
-
interface CustomSvgProps$
|
|
2141
|
+
interface CustomSvgProps$80 {
|
|
2142
2142
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2143
2143
|
}
|
|
2144
2144
|
declare function AndroidIcon({
|
|
@@ -2147,10 +2147,10 @@ declare function AndroidIcon({
|
|
|
2147
2147
|
fill,
|
|
2148
2148
|
size,
|
|
2149
2149
|
...rest
|
|
2150
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2150
|
+
}: SvgIconProps & CustomSvgProps$80): JSX.Element;
|
|
2151
2151
|
//#endregion
|
|
2152
2152
|
//#region src/DesignTokens/Icons/Miscellaneous/AnonymizeIcon.d.ts
|
|
2153
|
-
interface CustomSvgProps$
|
|
2153
|
+
interface CustomSvgProps$79 {
|
|
2154
2154
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2155
2155
|
}
|
|
2156
2156
|
declare function AnonymizeIcon({
|
|
@@ -2159,10 +2159,10 @@ declare function AnonymizeIcon({
|
|
|
2159
2159
|
fill,
|
|
2160
2160
|
size,
|
|
2161
2161
|
...rest
|
|
2162
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2162
|
+
}: SvgIconProps & CustomSvgProps$79): JSX.Element;
|
|
2163
2163
|
//#endregion
|
|
2164
2164
|
//#region src/DesignTokens/Icons/Miscellaneous/AppWindowPieIcon.d.ts
|
|
2165
|
-
interface CustomSvgProps$
|
|
2165
|
+
interface CustomSvgProps$78 {
|
|
2166
2166
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2167
2167
|
}
|
|
2168
2168
|
declare function AppWindowPieIcon({
|
|
@@ -2171,10 +2171,10 @@ declare function AppWindowPieIcon({
|
|
|
2171
2171
|
fill,
|
|
2172
2172
|
size,
|
|
2173
2173
|
...rest
|
|
2174
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2174
|
+
}: SvgIconProps & CustomSvgProps$78): JSX.Element;
|
|
2175
2175
|
//#endregion
|
|
2176
2176
|
//#region src/DesignTokens/Icons/Miscellaneous/ArchiveIcon.d.ts
|
|
2177
|
-
interface CustomSvgProps$
|
|
2177
|
+
interface CustomSvgProps$77 {
|
|
2178
2178
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2179
2179
|
}
|
|
2180
2180
|
declare function ArchiveIcon({
|
|
@@ -2183,10 +2183,10 @@ declare function ArchiveIcon({
|
|
|
2183
2183
|
fill,
|
|
2184
2184
|
size,
|
|
2185
2185
|
...rest
|
|
2186
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2186
|
+
}: SvgIconProps & CustomSvgProps$77): JSX.Element;
|
|
2187
2187
|
//#endregion
|
|
2188
2188
|
//#region src/DesignTokens/Icons/Miscellaneous/BillPdfIcon.d.ts
|
|
2189
|
-
interface CustomSvgProps$
|
|
2189
|
+
interface CustomSvgProps$76 {
|
|
2190
2190
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2191
2191
|
}
|
|
2192
2192
|
declare function BillPdfIcon({
|
|
@@ -2195,10 +2195,10 @@ declare function BillPdfIcon({
|
|
|
2195
2195
|
fill,
|
|
2196
2196
|
size,
|
|
2197
2197
|
...rest
|
|
2198
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2198
|
+
}: SvgIconProps & CustomSvgProps$76): JSX.Element;
|
|
2199
2199
|
//#endregion
|
|
2200
2200
|
//#region src/DesignTokens/Icons/Miscellaneous/BinocularIcon.d.ts
|
|
2201
|
-
interface CustomSvgProps$
|
|
2201
|
+
interface CustomSvgProps$75 {
|
|
2202
2202
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2203
2203
|
}
|
|
2204
2204
|
declare function BinocularIcon({
|
|
@@ -2207,10 +2207,10 @@ declare function BinocularIcon({
|
|
|
2207
2207
|
fill,
|
|
2208
2208
|
size,
|
|
2209
2209
|
...rest
|
|
2210
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2210
|
+
}: SvgIconProps & CustomSvgProps$75): JSX.Element;
|
|
2211
2211
|
//#endregion
|
|
2212
2212
|
//#region src/DesignTokens/Icons/Miscellaneous/BookFlipPageIcon.d.ts
|
|
2213
|
-
interface CustomSvgProps$
|
|
2213
|
+
interface CustomSvgProps$74 {
|
|
2214
2214
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2215
2215
|
}
|
|
2216
2216
|
declare function BookFlipPageIcon({
|
|
@@ -2219,10 +2219,10 @@ declare function BookFlipPageIcon({
|
|
|
2219
2219
|
fill,
|
|
2220
2220
|
size,
|
|
2221
2221
|
...rest
|
|
2222
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2222
|
+
}: SvgIconProps & CustomSvgProps$74): JSX.Element;
|
|
2223
2223
|
//#endregion
|
|
2224
2224
|
//#region src/DesignTokens/Icons/Miscellaneous/WalletIcon.d.ts
|
|
2225
|
-
interface CustomSvgProps$
|
|
2225
|
+
interface CustomSvgProps$73 {
|
|
2226
2226
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2227
2227
|
}
|
|
2228
2228
|
declare function WalletIcon({
|
|
@@ -2231,10 +2231,10 @@ declare function WalletIcon({
|
|
|
2231
2231
|
fill,
|
|
2232
2232
|
size,
|
|
2233
2233
|
...rest
|
|
2234
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2234
|
+
}: SvgIconProps & CustomSvgProps$73): JSX.Element;
|
|
2235
2235
|
//#endregion
|
|
2236
2236
|
//#region src/DesignTokens/Icons/Miscellaneous/BrainIcon.d.ts
|
|
2237
|
-
interface CustomSvgProps$
|
|
2237
|
+
interface CustomSvgProps$72 {
|
|
2238
2238
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2239
2239
|
}
|
|
2240
2240
|
declare function BrainIcon({
|
|
@@ -2243,6 +2243,18 @@ declare function BrainIcon({
|
|
|
2243
2243
|
fill,
|
|
2244
2244
|
size,
|
|
2245
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
|
|
2246
2258
|
}: SvgIconProps & CustomSvgProps$71): JSX.Element;
|
|
2247
2259
|
//#endregion
|
|
2248
2260
|
//#region src/DesignTokens/Icons/Miscellaneous/BulbIcon.d.ts
|
|
@@ -4992,5 +5004,5 @@ declare const getIconSize: (size: "sm" | "base" | "lg" | "xl") => string;
|
|
|
4992
5004
|
*/
|
|
4993
5005
|
declare const getReadableTextColor: (backgroundColor: Colord) => string;
|
|
4994
5006
|
//#endregion
|
|
4995
|
-
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, 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 };
|
|
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 };
|
|
4996
5008
|
//# sourceMappingURL=index.d.cts.map
|