odaptos_design_system 2.0.340 → 2.0.342
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 +871 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +405 -337
- package/dist/index.d.ts +405 -337
- package/dist/index.js +866 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -369,7 +369,7 @@ interface TagProps$1 extends HTMLAttributes<HTMLDivElement> {
|
|
|
369
369
|
text: string;
|
|
370
370
|
id?: string;
|
|
371
371
|
status?: 'idle' | 'success' | 'info' | 'warning' | 'critical' | 'light' | 'violet';
|
|
372
|
-
size?: 'sm' | 'base';
|
|
372
|
+
size?: 'sm' | 'base' | 'lg';
|
|
373
373
|
iconLeft?: JSX.Element;
|
|
374
374
|
iconRight?: JSX.Element;
|
|
375
375
|
amountNumber?: number | undefined;
|
|
@@ -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$184 {
|
|
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$184): JSX.Element;
|
|
668
668
|
//#endregion
|
|
669
669
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineLeftIcon.d.ts
|
|
670
|
-
interface CustomSvgProps$
|
|
670
|
+
interface CustomSvgProps$183 {
|
|
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$183): JSX.Element;
|
|
680
680
|
//#endregion
|
|
681
681
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineRightIcon.d.ts
|
|
682
|
-
interface CustomSvgProps$
|
|
682
|
+
interface CustomSvgProps$182 {
|
|
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$182): JSX.Element;
|
|
692
692
|
//#endregion
|
|
693
693
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineUpIcon.d.ts
|
|
694
|
-
interface CustomSvgProps$
|
|
694
|
+
interface CustomSvgProps$181 {
|
|
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$181): JSX.Element;
|
|
704
704
|
//#endregion
|
|
705
705
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledDownIcon.d.ts
|
|
706
|
-
interface CustomSvgProps$
|
|
706
|
+
interface CustomSvgProps$180 {
|
|
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$180): JSX.Element;
|
|
716
716
|
//#endregion
|
|
717
717
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledLeftIcon.d.ts
|
|
718
|
-
interface CustomSvgProps$
|
|
718
|
+
interface CustomSvgProps$179 {
|
|
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$179): JSX.Element;
|
|
728
728
|
//#endregion
|
|
729
729
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledRightIcon.d.ts
|
|
730
|
-
interface CustomSvgProps$
|
|
730
|
+
interface CustomSvgProps$178 {
|
|
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$178): JSX.Element;
|
|
740
740
|
//#endregion
|
|
741
741
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledUpIcon.d.ts
|
|
742
|
-
interface CustomSvgProps$
|
|
742
|
+
interface CustomSvgProps$177 {
|
|
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$177): JSX.Element;
|
|
752
752
|
//#endregion
|
|
753
753
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineDownIcon.d.ts
|
|
754
|
-
interface CustomSvgProps$
|
|
754
|
+
interface CustomSvgProps$176 {
|
|
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$176): JSX.Element;
|
|
764
764
|
//#endregion
|
|
765
765
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineLeftIcon.d.ts
|
|
766
|
-
interface CustomSvgProps$
|
|
766
|
+
interface CustomSvgProps$175 {
|
|
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$175): JSX.Element;
|
|
776
776
|
//#endregion
|
|
777
777
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineRightIcon.d.ts
|
|
778
|
-
interface CustomSvgProps$
|
|
778
|
+
interface CustomSvgProps$174 {
|
|
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$174): JSX.Element;
|
|
788
788
|
//#endregion
|
|
789
789
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineUpIcon.d.ts
|
|
790
|
-
interface CustomSvgProps$
|
|
790
|
+
interface CustomSvgProps$173 {
|
|
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$173): JSX.Element;
|
|
800
800
|
//#endregion
|
|
801
801
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDown.d.ts
|
|
802
|
-
interface CustomSvgProps$
|
|
802
|
+
interface CustomSvgProps$172 {
|
|
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$172): JSX.Element;
|
|
812
812
|
//#endregion
|
|
813
813
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownLeft.d.ts
|
|
814
|
-
interface CustomSvgProps$
|
|
814
|
+
interface CustomSvgProps$171 {
|
|
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$171): JSX.Element;
|
|
824
824
|
//#endregion
|
|
825
825
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownRight.d.ts
|
|
826
|
-
interface CustomSvgProps$
|
|
826
|
+
interface CustomSvgProps$170 {
|
|
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$170): JSX.Element;
|
|
836
836
|
//#endregion
|
|
837
837
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerLeft.d.ts
|
|
838
|
-
interface CustomSvgProps$
|
|
838
|
+
interface CustomSvgProps$169 {
|
|
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$169): JSX.Element;
|
|
848
848
|
//#endregion
|
|
849
849
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerRight.d.ts
|
|
850
|
-
interface CustomSvgProps$
|
|
850
|
+
interface CustomSvgProps$168 {
|
|
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$168): JSX.Element;
|
|
860
860
|
//#endregion
|
|
861
861
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUp.d.ts
|
|
862
|
-
interface CustomSvgProps$
|
|
862
|
+
interface CustomSvgProps$167 {
|
|
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$167): JSX.Element;
|
|
872
872
|
//#endregion
|
|
873
873
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpLeft.d.ts
|
|
874
|
-
interface CustomSvgProps$
|
|
874
|
+
interface CustomSvgProps$166 {
|
|
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$166): JSX.Element;
|
|
884
884
|
//#endregion
|
|
885
885
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpRight.d.ts
|
|
886
|
-
interface CustomSvgProps$
|
|
886
|
+
interface CustomSvgProps$165 {
|
|
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$165): JSX.Element;
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/DesignTokens/Icons/Circled/AddCircledIcon.d.ts
|
|
898
|
-
interface CustomSvgProps$
|
|
898
|
+
interface CustomSvgProps$164 {
|
|
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$164): JSX.Element;
|
|
908
908
|
//#endregion
|
|
909
909
|
//#region src/DesignTokens/Icons/Circled/AlertCircledIcon.d.ts
|
|
910
|
-
interface CustomSvgProps$
|
|
910
|
+
interface CustomSvgProps$163 {
|
|
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$163): JSX.Element;
|
|
920
920
|
//#endregion
|
|
921
921
|
//#region src/DesignTokens/Icons/Circled/CheckedCircled.d.ts
|
|
922
|
-
interface CustomSvgProps$
|
|
922
|
+
interface CustomSvgProps$162 {
|
|
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$162): JSX.Element;
|
|
932
932
|
//#endregion
|
|
933
933
|
//#region src/DesignTokens/Icons/Circled/InfoCircledIcon.d.ts
|
|
934
|
-
interface CustomSvgProps$
|
|
934
|
+
interface CustomSvgProps$161 {
|
|
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$161): JSX.Element;
|
|
944
944
|
//#endregion
|
|
945
945
|
//#region src/DesignTokens/Icons/Circled/MinusCircledIcon.d.ts
|
|
946
|
-
interface CustomSvgProps$
|
|
946
|
+
interface CustomSvgProps$160 {
|
|
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$160): JSX.Element;
|
|
956
956
|
//#endregion
|
|
957
957
|
//#region src/DesignTokens/Icons/Circled/NavigationCircledIcon.d.ts
|
|
958
|
-
interface CustomSvgProps$
|
|
958
|
+
interface CustomSvgProps$159 {
|
|
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$159): JSX.Element;
|
|
968
968
|
//#endregion
|
|
969
969
|
//#region src/DesignTokens/Icons/Circled/QuestionCircledIcon.d.ts
|
|
970
|
-
interface CustomSvgProps$
|
|
970
|
+
interface CustomSvgProps$158 {
|
|
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$158): JSX.Element;
|
|
980
980
|
//#endregion
|
|
981
981
|
//#region src/DesignTokens/Icons/Circled/RemoveCircledIcon.d.ts
|
|
982
|
-
interface CustomSvgProps$
|
|
982
|
+
interface CustomSvgProps$157 {
|
|
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$157): JSX.Element;
|
|
992
992
|
//#endregion
|
|
993
993
|
//#region src/DesignTokens/Icons/Circled/SearchCircledIcon.d.ts
|
|
994
|
-
interface CustomSvgProps$
|
|
994
|
+
interface CustomSvgProps$156 {
|
|
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$156): JSX.Element;
|
|
1004
1004
|
//#endregion
|
|
1005
1005
|
//#region src/DesignTokens/Icons/Circled/SettingsCircledIcon.d.ts
|
|
1006
|
-
interface CustomSvgProps$
|
|
1006
|
+
interface CustomSvgProps$155 {
|
|
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$155): JSX.Element;
|
|
1016
1016
|
//#endregion
|
|
1017
1017
|
//#region src/DesignTokens/Icons/Equipment/CameraIcon.d.ts
|
|
1018
|
-
interface CustomSvgProps$
|
|
1018
|
+
interface CustomSvgProps$154 {
|
|
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$154): JSX.Element;
|
|
1028
1028
|
//#endregion
|
|
1029
1029
|
//#region src/DesignTokens/Icons/Equipment/LaptopIcon.d.ts
|
|
1030
|
-
interface CustomSvgProps$
|
|
1030
|
+
interface CustomSvgProps$153 {
|
|
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$153): JSX.Element;
|
|
1040
1040
|
//#endregion
|
|
1041
1041
|
//#region src/DesignTokens/Icons/Equipment/MicrophonePodcastIcon.d.ts
|
|
1042
|
-
interface CustomSvgProps$
|
|
1042
|
+
interface CustomSvgProps$152 {
|
|
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$152): JSX.Element;
|
|
1052
1052
|
//#endregion
|
|
1053
1053
|
//#region src/DesignTokens/Icons/Equipment/MobileIcon.d.ts
|
|
1054
|
-
interface CustomSvgProps$
|
|
1054
|
+
interface CustomSvgProps$151 {
|
|
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$151): JSX.Element;
|
|
1064
1064
|
//#endregion
|
|
1065
1065
|
//#region src/DesignTokens/Icons/Equipment/TvFlatScreenIcon.d.ts
|
|
1066
|
-
interface CustomSvgProps$
|
|
1066
|
+
interface CustomSvgProps$150 {
|
|
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$150): JSX.Element;
|
|
1076
1076
|
//#endregion
|
|
1077
1077
|
//#region src/DesignTokens/Icons/Equipment/TvIcon.d.ts
|
|
1078
|
-
interface CustomSvgProps$
|
|
1078
|
+
interface CustomSvgProps$149 {
|
|
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$149): JSX.Element;
|
|
1088
1088
|
//#endregion
|
|
1089
1089
|
//#region src/DesignTokens/Icons/Illustrations/AI_UserTest.d.ts
|
|
1090
1090
|
declare function AI_UserTest({
|
|
@@ -1156,6 +1156,14 @@ declare function IntegratedUsabilityScore({
|
|
|
1156
1156
|
...rest
|
|
1157
1157
|
}: SvgIconProps): JSX.Element;
|
|
1158
1158
|
//#endregion
|
|
1159
|
+
//#region src/DesignTokens/Icons/Illustrations/PdfReport.d.ts
|
|
1160
|
+
declare function PdfReport({
|
|
1161
|
+
stroke,
|
|
1162
|
+
strokeWidth,
|
|
1163
|
+
fill,
|
|
1164
|
+
...rest
|
|
1165
|
+
}: SvgIconProps): JSX.Element;
|
|
1166
|
+
//#endregion
|
|
1159
1167
|
//#region src/DesignTokens/Icons/Illustrations/InterviewTranscript.d.ts
|
|
1160
1168
|
declare function InterviewTranscript({
|
|
1161
1169
|
...rest
|
|
@@ -1306,7 +1314,7 @@ declare function WaitingMen({
|
|
|
1306
1314
|
}: SvgIconProps): JSX.Element;
|
|
1307
1315
|
//#endregion
|
|
1308
1316
|
//#region src/DesignTokens/Icons/Interaction/AccountIcon.d.ts
|
|
1309
|
-
interface CustomSvgProps$
|
|
1317
|
+
interface CustomSvgProps$148 {
|
|
1310
1318
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1311
1319
|
}
|
|
1312
1320
|
declare function AccountIcon({
|
|
@@ -1315,10 +1323,10 @@ declare function AccountIcon({
|
|
|
1315
1323
|
fill,
|
|
1316
1324
|
size,
|
|
1317
1325
|
...rest
|
|
1318
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1326
|
+
}: SvgIconProps & CustomSvgProps$148): JSX.Element;
|
|
1319
1327
|
//#endregion
|
|
1320
1328
|
//#region src/DesignTokens/Icons/Interaction/AccountIconMksite.d.ts
|
|
1321
|
-
interface CustomSvgProps$
|
|
1329
|
+
interface CustomSvgProps$147 {
|
|
1322
1330
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1323
1331
|
}
|
|
1324
1332
|
declare function AccountIconMksite({
|
|
@@ -1327,10 +1335,10 @@ declare function AccountIconMksite({
|
|
|
1327
1335
|
fill,
|
|
1328
1336
|
size,
|
|
1329
1337
|
...rest
|
|
1330
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1338
|
+
}: SvgIconProps & CustomSvgProps$147): JSX.Element;
|
|
1331
1339
|
//#endregion
|
|
1332
1340
|
//#region src/DesignTokens/Icons/Interaction/KeyIcon.d.ts
|
|
1333
|
-
interface CustomSvgProps$
|
|
1341
|
+
interface CustomSvgProps$146 {
|
|
1334
1342
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1335
1343
|
}
|
|
1336
1344
|
declare function KeyIcon({
|
|
@@ -1339,10 +1347,10 @@ declare function KeyIcon({
|
|
|
1339
1347
|
fill,
|
|
1340
1348
|
size,
|
|
1341
1349
|
...rest
|
|
1342
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1350
|
+
}: SvgIconProps & CustomSvgProps$146): JSX.Element;
|
|
1343
1351
|
//#endregion
|
|
1344
1352
|
//#region src/DesignTokens/Icons/Interaction/MailIcon.d.ts
|
|
1345
|
-
interface CustomSvgProps$
|
|
1353
|
+
interface CustomSvgProps$145 {
|
|
1346
1354
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1347
1355
|
}
|
|
1348
1356
|
declare function MailIcon({
|
|
@@ -1351,10 +1359,10 @@ declare function MailIcon({
|
|
|
1351
1359
|
fill,
|
|
1352
1360
|
size,
|
|
1353
1361
|
...rest
|
|
1354
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1362
|
+
}: SvgIconProps & CustomSvgProps$145): JSX.Element;
|
|
1355
1363
|
//#endregion
|
|
1356
1364
|
//#region src/DesignTokens/Icons/Interaction/RoleIcon.d.ts
|
|
1357
|
-
interface CustomSvgProps$
|
|
1365
|
+
interface CustomSvgProps$144 {
|
|
1358
1366
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1359
1367
|
}
|
|
1360
1368
|
declare function RoleIcon({
|
|
@@ -1363,10 +1371,10 @@ declare function RoleIcon({
|
|
|
1363
1371
|
fill,
|
|
1364
1372
|
size,
|
|
1365
1373
|
...rest
|
|
1366
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1374
|
+
}: SvgIconProps & CustomSvgProps$144): JSX.Element;
|
|
1367
1375
|
//#endregion
|
|
1368
1376
|
//#region src/DesignTokens/Icons/Interaction/AddIcon.d.ts
|
|
1369
|
-
interface CustomSvgProps$
|
|
1377
|
+
interface CustomSvgProps$143 {
|
|
1370
1378
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1371
1379
|
}
|
|
1372
1380
|
declare function AddIcon({
|
|
@@ -1375,10 +1383,10 @@ declare function AddIcon({
|
|
|
1375
1383
|
fill,
|
|
1376
1384
|
size,
|
|
1377
1385
|
...rest
|
|
1378
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1386
|
+
}: SvgIconProps & CustomSvgProps$143): JSX.Element;
|
|
1379
1387
|
//#endregion
|
|
1380
1388
|
//#region src/DesignTokens/Icons/Interaction/AddTagIcon.d.ts
|
|
1381
|
-
interface CustomSvgProps$
|
|
1389
|
+
interface CustomSvgProps$142 {
|
|
1382
1390
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1383
1391
|
}
|
|
1384
1392
|
declare function AddTagIcon({
|
|
@@ -1387,10 +1395,10 @@ declare function AddTagIcon({
|
|
|
1387
1395
|
fill,
|
|
1388
1396
|
size,
|
|
1389
1397
|
...rest
|
|
1390
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1398
|
+
}: SvgIconProps & CustomSvgProps$142): JSX.Element;
|
|
1391
1399
|
//#endregion
|
|
1392
1400
|
//#region src/DesignTokens/Icons/Interaction/AgendaIcon.d.ts
|
|
1393
|
-
interface CustomSvgProps$
|
|
1401
|
+
interface CustomSvgProps$141 {
|
|
1394
1402
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1395
1403
|
}
|
|
1396
1404
|
declare function AgendaIcon({
|
|
@@ -1399,10 +1407,10 @@ declare function AgendaIcon({
|
|
|
1399
1407
|
fill,
|
|
1400
1408
|
size,
|
|
1401
1409
|
...rest
|
|
1402
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1410
|
+
}: SvgIconProps & CustomSvgProps$141): JSX.Element;
|
|
1403
1411
|
//#endregion
|
|
1404
1412
|
//#region src/DesignTokens/Icons/Interaction/BillingIcon.d.ts
|
|
1405
|
-
interface CustomSvgProps$
|
|
1413
|
+
interface CustomSvgProps$140 {
|
|
1406
1414
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1407
1415
|
}
|
|
1408
1416
|
declare function BillingIcon({
|
|
@@ -1411,10 +1419,10 @@ declare function BillingIcon({
|
|
|
1411
1419
|
fill,
|
|
1412
1420
|
size,
|
|
1413
1421
|
...rest
|
|
1414
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1422
|
+
}: SvgIconProps & CustomSvgProps$140): JSX.Element;
|
|
1415
1423
|
//#endregion
|
|
1416
1424
|
//#region src/DesignTokens/Icons/Interaction/BinIcon.d.ts
|
|
1417
|
-
interface CustomSvgProps$
|
|
1425
|
+
interface CustomSvgProps$139 {
|
|
1418
1426
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1419
1427
|
}
|
|
1420
1428
|
declare function BinIcon({
|
|
@@ -1423,10 +1431,10 @@ declare function BinIcon({
|
|
|
1423
1431
|
fill,
|
|
1424
1432
|
size,
|
|
1425
1433
|
...rest
|
|
1426
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1434
|
+
}: SvgIconProps & CustomSvgProps$139): JSX.Element;
|
|
1427
1435
|
//#endregion
|
|
1428
1436
|
//#region src/DesignTokens/Icons/Interaction/CheckedIcon.d.ts
|
|
1429
|
-
interface CustomSvgProps$
|
|
1437
|
+
interface CustomSvgProps$138 {
|
|
1430
1438
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1431
1439
|
}
|
|
1432
1440
|
declare function CheckedIcon({
|
|
@@ -1435,10 +1443,10 @@ declare function CheckedIcon({
|
|
|
1435
1443
|
fill,
|
|
1436
1444
|
size,
|
|
1437
1445
|
...rest
|
|
1438
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1446
|
+
}: SvgIconProps & CustomSvgProps$138): JSX.Element;
|
|
1439
1447
|
//#endregion
|
|
1440
1448
|
//#region src/DesignTokens/Icons/Interaction/CheckedIconThin.d.ts
|
|
1441
|
-
interface CustomSvgProps$
|
|
1449
|
+
interface CustomSvgProps$137 {
|
|
1442
1450
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1443
1451
|
}
|
|
1444
1452
|
declare function CheckedIconThin({
|
|
@@ -1447,10 +1455,10 @@ declare function CheckedIconThin({
|
|
|
1447
1455
|
fill,
|
|
1448
1456
|
size,
|
|
1449
1457
|
...rest
|
|
1450
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1458
|
+
}: SvgIconProps & CustomSvgProps$137): JSX.Element;
|
|
1451
1459
|
//#endregion
|
|
1452
1460
|
//#region src/DesignTokens/Icons/Interaction/ClockIcon.d.ts
|
|
1453
|
-
interface CustomSvgProps$
|
|
1461
|
+
interface CustomSvgProps$136 {
|
|
1454
1462
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1455
1463
|
}
|
|
1456
1464
|
declare function ClockIcon({
|
|
@@ -1459,10 +1467,10 @@ declare function ClockIcon({
|
|
|
1459
1467
|
fill,
|
|
1460
1468
|
size,
|
|
1461
1469
|
...rest
|
|
1462
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1470
|
+
}: SvgIconProps & CustomSvgProps$136): JSX.Element;
|
|
1463
1471
|
//#endregion
|
|
1464
1472
|
//#region src/DesignTokens/Icons/Interaction/CloseIcon.d.ts
|
|
1465
|
-
interface CustomSvgProps$
|
|
1473
|
+
interface CustomSvgProps$135 {
|
|
1466
1474
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1467
1475
|
}
|
|
1468
1476
|
declare function CloseIcon({
|
|
@@ -1471,10 +1479,10 @@ declare function CloseIcon({
|
|
|
1471
1479
|
fill,
|
|
1472
1480
|
size,
|
|
1473
1481
|
...rest
|
|
1474
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1482
|
+
}: SvgIconProps & CustomSvgProps$135): JSX.Element;
|
|
1475
1483
|
//#endregion
|
|
1476
1484
|
//#region src/DesignTokens/Icons/Interaction/CogIcon.d.ts
|
|
1477
|
-
interface CustomSvgProps$
|
|
1485
|
+
interface CustomSvgProps$134 {
|
|
1478
1486
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1479
1487
|
}
|
|
1480
1488
|
declare function CogIcon({
|
|
@@ -1483,10 +1491,10 @@ declare function CogIcon({
|
|
|
1483
1491
|
fill,
|
|
1484
1492
|
size,
|
|
1485
1493
|
...rest
|
|
1486
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1494
|
+
}: SvgIconProps & CustomSvgProps$134): JSX.Element;
|
|
1487
1495
|
//#endregion
|
|
1488
1496
|
//#region src/DesignTokens/Icons/Interaction/CopyPasteIcon.d.ts
|
|
1489
|
-
interface CustomSvgProps$
|
|
1497
|
+
interface CustomSvgProps$133 {
|
|
1490
1498
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1491
1499
|
}
|
|
1492
1500
|
declare function CopyPasteIcon({
|
|
@@ -1495,10 +1503,10 @@ declare function CopyPasteIcon({
|
|
|
1495
1503
|
fill,
|
|
1496
1504
|
size,
|
|
1497
1505
|
...rest
|
|
1498
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1506
|
+
}: SvgIconProps & CustomSvgProps$133): JSX.Element;
|
|
1499
1507
|
//#endregion
|
|
1500
1508
|
//#region src/DesignTokens/Icons/Interaction/DragDropIcon.d.ts
|
|
1501
|
-
interface CustomSvgProps$
|
|
1509
|
+
interface CustomSvgProps$132 {
|
|
1502
1510
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1503
1511
|
}
|
|
1504
1512
|
declare function DragDropIcon({
|
|
@@ -1507,10 +1515,10 @@ declare function DragDropIcon({
|
|
|
1507
1515
|
fill,
|
|
1508
1516
|
size,
|
|
1509
1517
|
...rest
|
|
1510
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1518
|
+
}: SvgIconProps & CustomSvgProps$132): JSX.Element;
|
|
1511
1519
|
//#endregion
|
|
1512
1520
|
//#region src/DesignTokens/Icons/Interaction/EditIcon.d.ts
|
|
1513
|
-
interface CustomSvgProps$
|
|
1521
|
+
interface CustomSvgProps$131 {
|
|
1514
1522
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1515
1523
|
}
|
|
1516
1524
|
declare function EditIcon({
|
|
@@ -1519,10 +1527,10 @@ declare function EditIcon({
|
|
|
1519
1527
|
fill,
|
|
1520
1528
|
size,
|
|
1521
1529
|
...rest
|
|
1522
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1530
|
+
}: SvgIconProps & CustomSvgProps$131): JSX.Element;
|
|
1523
1531
|
//#endregion
|
|
1524
1532
|
//#region src/DesignTokens/Icons/Interaction/EditTextIcon.d.ts
|
|
1525
|
-
interface CustomSvgProps$
|
|
1533
|
+
interface CustomSvgProps$130 {
|
|
1526
1534
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1527
1535
|
}
|
|
1528
1536
|
declare function EditTextIcon({
|
|
@@ -1531,10 +1539,10 @@ declare function EditTextIcon({
|
|
|
1531
1539
|
fill,
|
|
1532
1540
|
size,
|
|
1533
1541
|
...rest
|
|
1534
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1542
|
+
}: SvgIconProps & CustomSvgProps$130): JSX.Element;
|
|
1535
1543
|
//#endregion
|
|
1536
1544
|
//#region src/DesignTokens/Icons/Interaction/FilterIcon.d.ts
|
|
1537
|
-
interface CustomSvgProps$
|
|
1545
|
+
interface CustomSvgProps$129 {
|
|
1538
1546
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1539
1547
|
}
|
|
1540
1548
|
declare function FilterIcon({
|
|
@@ -1543,10 +1551,10 @@ declare function FilterIcon({
|
|
|
1543
1551
|
fill,
|
|
1544
1552
|
size,
|
|
1545
1553
|
...rest
|
|
1546
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1554
|
+
}: SvgIconProps & CustomSvgProps$129): JSX.Element;
|
|
1547
1555
|
//#endregion
|
|
1548
1556
|
//#region src/DesignTokens/Icons/Interaction/LayoutIcon.d.ts
|
|
1549
|
-
interface CustomSvgProps$
|
|
1557
|
+
interface CustomSvgProps$128 {
|
|
1550
1558
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1551
1559
|
}
|
|
1552
1560
|
declare function LayoutIcon({
|
|
@@ -1555,10 +1563,10 @@ declare function LayoutIcon({
|
|
|
1555
1563
|
fill,
|
|
1556
1564
|
size,
|
|
1557
1565
|
...rest
|
|
1558
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1566
|
+
}: SvgIconProps & CustomSvgProps$128): JSX.Element;
|
|
1559
1567
|
//#endregion
|
|
1560
1568
|
//#region src/DesignTokens/Icons/Interaction/LayoutLeftIcon.d.ts
|
|
1561
|
-
interface CustomSvgProps$
|
|
1569
|
+
interface CustomSvgProps$127 {
|
|
1562
1570
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1563
1571
|
}
|
|
1564
1572
|
declare function LayoutLeftIcon({
|
|
@@ -1567,10 +1575,10 @@ declare function LayoutLeftIcon({
|
|
|
1567
1575
|
fill,
|
|
1568
1576
|
size,
|
|
1569
1577
|
...rest
|
|
1570
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1578
|
+
}: SvgIconProps & CustomSvgProps$127): JSX.Element;
|
|
1571
1579
|
//#endregion
|
|
1572
1580
|
//#region src/DesignTokens/Icons/Interaction/LayoutRightIcon.d.ts
|
|
1573
|
-
interface CustomSvgProps$
|
|
1581
|
+
interface CustomSvgProps$126 {
|
|
1574
1582
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1575
1583
|
}
|
|
1576
1584
|
declare function LayoutRightIcon({
|
|
@@ -1579,10 +1587,10 @@ declare function LayoutRightIcon({
|
|
|
1579
1587
|
fill,
|
|
1580
1588
|
size,
|
|
1581
1589
|
...rest
|
|
1582
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1590
|
+
}: SvgIconProps & CustomSvgProps$126): JSX.Element;
|
|
1583
1591
|
//#endregion
|
|
1584
1592
|
//#region src/DesignTokens/Icons/Interaction/LockIcon.d.ts
|
|
1585
|
-
interface CustomSvgProps$
|
|
1593
|
+
interface CustomSvgProps$125 {
|
|
1586
1594
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1587
1595
|
}
|
|
1588
1596
|
declare function LockIcon({
|
|
@@ -1591,10 +1599,10 @@ declare function LockIcon({
|
|
|
1591
1599
|
fill,
|
|
1592
1600
|
size,
|
|
1593
1601
|
...rest
|
|
1594
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1602
|
+
}: SvgIconProps & CustomSvgProps$125): JSX.Element;
|
|
1595
1603
|
//#endregion
|
|
1596
1604
|
//#region src/DesignTokens/Icons/Interaction/LogoutIcon.d.ts
|
|
1597
|
-
interface CustomSvgProps$
|
|
1605
|
+
interface CustomSvgProps$124 {
|
|
1598
1606
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1599
1607
|
}
|
|
1600
1608
|
declare function LogoutIcon({
|
|
@@ -1603,10 +1611,10 @@ declare function LogoutIcon({
|
|
|
1603
1611
|
fill,
|
|
1604
1612
|
size,
|
|
1605
1613
|
...rest
|
|
1606
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1614
|
+
}: SvgIconProps & CustomSvgProps$124): JSX.Element;
|
|
1607
1615
|
//#endregion
|
|
1608
1616
|
//#region src/DesignTokens/Icons/Interaction/MenuHorizontalIcon.d.ts
|
|
1609
|
-
interface CustomSvgProps$
|
|
1617
|
+
interface CustomSvgProps$123 {
|
|
1610
1618
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1611
1619
|
}
|
|
1612
1620
|
declare function MenuHorizontalIcon({
|
|
@@ -1615,10 +1623,10 @@ declare function MenuHorizontalIcon({
|
|
|
1615
1623
|
fill,
|
|
1616
1624
|
size,
|
|
1617
1625
|
...rest
|
|
1618
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1626
|
+
}: SvgIconProps & CustomSvgProps$123): JSX.Element;
|
|
1619
1627
|
//#endregion
|
|
1620
1628
|
//#region src/DesignTokens/Icons/Interaction/MenuVerticalIcon.d.ts
|
|
1621
|
-
interface CustomSvgProps$
|
|
1629
|
+
interface CustomSvgProps$122 {
|
|
1622
1630
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1623
1631
|
}
|
|
1624
1632
|
declare function MenuVerticalIcon({
|
|
@@ -1627,10 +1635,10 @@ declare function MenuVerticalIcon({
|
|
|
1627
1635
|
fill,
|
|
1628
1636
|
size,
|
|
1629
1637
|
...rest
|
|
1630
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1638
|
+
}: SvgIconProps & CustomSvgProps$122): JSX.Element;
|
|
1631
1639
|
//#endregion
|
|
1632
1640
|
//#region src/DesignTokens/Icons/Interaction/MinusIcon.d.ts
|
|
1633
|
-
interface CustomSvgProps$
|
|
1641
|
+
interface CustomSvgProps$121 {
|
|
1634
1642
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1635
1643
|
}
|
|
1636
1644
|
declare function MinusIcon({
|
|
@@ -1639,10 +1647,10 @@ declare function MinusIcon({
|
|
|
1639
1647
|
fill,
|
|
1640
1648
|
size,
|
|
1641
1649
|
...rest
|
|
1642
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1650
|
+
}: SvgIconProps & CustomSvgProps$121): JSX.Element;
|
|
1643
1651
|
//#endregion
|
|
1644
1652
|
//#region src/DesignTokens/Icons/Interaction/PencilWriteIcon.d.ts
|
|
1645
|
-
interface CustomSvgProps$
|
|
1653
|
+
interface CustomSvgProps$120 {
|
|
1646
1654
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1647
1655
|
}
|
|
1648
1656
|
declare function PencilWriteIcon({
|
|
@@ -1651,10 +1659,10 @@ declare function PencilWriteIcon({
|
|
|
1651
1659
|
fill,
|
|
1652
1660
|
size,
|
|
1653
1661
|
...rest
|
|
1654
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1662
|
+
}: SvgIconProps & CustomSvgProps$120): JSX.Element;
|
|
1655
1663
|
//#endregion
|
|
1656
1664
|
//#region src/DesignTokens/Icons/Interaction/PricingCheckedIcon.d.ts
|
|
1657
|
-
interface CustomSvgProps$
|
|
1665
|
+
interface CustomSvgProps$119 {
|
|
1658
1666
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1659
1667
|
}
|
|
1660
1668
|
declare function PricingCheckedIcon({
|
|
@@ -1663,10 +1671,10 @@ declare function PricingCheckedIcon({
|
|
|
1663
1671
|
fill,
|
|
1664
1672
|
size,
|
|
1665
1673
|
...rest
|
|
1666
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1674
|
+
}: SvgIconProps & CustomSvgProps$119): JSX.Element;
|
|
1667
1675
|
//#endregion
|
|
1668
1676
|
//#region src/DesignTokens/Icons/Interaction/SearchIcon.d.ts
|
|
1669
|
-
interface CustomSvgProps$
|
|
1677
|
+
interface CustomSvgProps$118 {
|
|
1670
1678
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1671
1679
|
}
|
|
1672
1680
|
declare function SearchIcon({
|
|
@@ -1675,10 +1683,10 @@ declare function SearchIcon({
|
|
|
1675
1683
|
fill,
|
|
1676
1684
|
size,
|
|
1677
1685
|
...rest
|
|
1678
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1686
|
+
}: SvgIconProps & CustomSvgProps$118): JSX.Element;
|
|
1679
1687
|
//#endregion
|
|
1680
1688
|
//#region src/DesignTokens/Icons/Interaction/SearchRemoveIcon.d.ts
|
|
1681
|
-
interface CustomSvgProps$
|
|
1689
|
+
interface CustomSvgProps$117 {
|
|
1682
1690
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1683
1691
|
}
|
|
1684
1692
|
declare function SearchRemoveIcon({
|
|
@@ -1687,10 +1695,10 @@ declare function SearchRemoveIcon({
|
|
|
1687
1695
|
fill,
|
|
1688
1696
|
size,
|
|
1689
1697
|
...rest
|
|
1690
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1698
|
+
}: SvgIconProps & CustomSvgProps$117): JSX.Element;
|
|
1691
1699
|
//#endregion
|
|
1692
1700
|
//#region src/DesignTokens/Icons/Interaction/SettingsSliderIcon.d.ts
|
|
1693
|
-
interface CustomSvgProps$
|
|
1701
|
+
interface CustomSvgProps$116 {
|
|
1694
1702
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1695
1703
|
}
|
|
1696
1704
|
declare function SettingsSliderIcon({
|
|
@@ -1699,10 +1707,10 @@ declare function SettingsSliderIcon({
|
|
|
1699
1707
|
fill,
|
|
1700
1708
|
size,
|
|
1701
1709
|
...rest
|
|
1702
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1710
|
+
}: SvgIconProps & CustomSvgProps$116): JSX.Element;
|
|
1703
1711
|
//#endregion
|
|
1704
1712
|
//#region src/DesignTokens/Icons/Interaction/ShareIcon.d.ts
|
|
1705
|
-
interface CustomSvgProps$
|
|
1713
|
+
interface CustomSvgProps$115 {
|
|
1706
1714
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1707
1715
|
}
|
|
1708
1716
|
declare function ShareIcon({
|
|
@@ -1711,10 +1719,10 @@ declare function ShareIcon({
|
|
|
1711
1719
|
fill,
|
|
1712
1720
|
size,
|
|
1713
1721
|
...rest
|
|
1714
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1722
|
+
}: SvgIconProps & CustomSvgProps$115): JSX.Element;
|
|
1715
1723
|
//#endregion
|
|
1716
1724
|
//#region src/DesignTokens/Icons/Interaction/SortingIcon.d.ts
|
|
1717
|
-
interface CustomSvgProps$
|
|
1725
|
+
interface CustomSvgProps$114 {
|
|
1718
1726
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1719
1727
|
}
|
|
1720
1728
|
declare function SortingIcon({
|
|
@@ -1723,10 +1731,10 @@ declare function SortingIcon({
|
|
|
1723
1731
|
fill,
|
|
1724
1732
|
size,
|
|
1725
1733
|
...rest
|
|
1726
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1734
|
+
}: SvgIconProps & CustomSvgProps$114): JSX.Element;
|
|
1727
1735
|
//#endregion
|
|
1728
1736
|
//#region src/DesignTokens/Icons/Interaction/SortingIconZA.d.ts
|
|
1729
|
-
interface CustomSvgProps$
|
|
1737
|
+
interface CustomSvgProps$113 {
|
|
1730
1738
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1731
1739
|
}
|
|
1732
1740
|
declare function SortingIconZA({
|
|
@@ -1735,10 +1743,10 @@ declare function SortingIconZA({
|
|
|
1735
1743
|
fill,
|
|
1736
1744
|
size,
|
|
1737
1745
|
...rest
|
|
1738
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1746
|
+
}: SvgIconProps & CustomSvgProps$113): JSX.Element;
|
|
1739
1747
|
//#endregion
|
|
1740
1748
|
//#region src/DesignTokens/Icons/Interaction/TagAddIcon.d.ts
|
|
1741
|
-
interface CustomSvgProps$
|
|
1749
|
+
interface CustomSvgProps$112 {
|
|
1742
1750
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1743
1751
|
}
|
|
1744
1752
|
declare function TagAddIcon({
|
|
@@ -1747,10 +1755,10 @@ declare function TagAddIcon({
|
|
|
1747
1755
|
fill,
|
|
1748
1756
|
size,
|
|
1749
1757
|
...rest
|
|
1750
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1758
|
+
}: SvgIconProps & CustomSvgProps$112): JSX.Element;
|
|
1751
1759
|
//#endregion
|
|
1752
1760
|
//#region src/DesignTokens/Icons/Interaction/TagEditIcon.d.ts
|
|
1753
|
-
interface CustomSvgProps$
|
|
1761
|
+
interface CustomSvgProps$111 {
|
|
1754
1762
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1755
1763
|
}
|
|
1756
1764
|
declare function TagEditIcon({
|
|
@@ -1759,10 +1767,10 @@ declare function TagEditIcon({
|
|
|
1759
1767
|
fill,
|
|
1760
1768
|
size,
|
|
1761
1769
|
...rest
|
|
1762
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1770
|
+
}: SvgIconProps & CustomSvgProps$111): JSX.Element;
|
|
1763
1771
|
//#endregion
|
|
1764
1772
|
//#region src/DesignTokens/Icons/Interaction/TagRemoveIcon.d.ts
|
|
1765
|
-
interface CustomSvgProps$
|
|
1773
|
+
interface CustomSvgProps$110 {
|
|
1766
1774
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1767
1775
|
}
|
|
1768
1776
|
declare function TagRemoveIcon({
|
|
@@ -1771,10 +1779,10 @@ declare function TagRemoveIcon({
|
|
|
1771
1779
|
fill,
|
|
1772
1780
|
size,
|
|
1773
1781
|
...rest
|
|
1774
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1782
|
+
}: SvgIconProps & CustomSvgProps$110): JSX.Element;
|
|
1775
1783
|
//#endregion
|
|
1776
1784
|
//#region src/DesignTokens/Icons/Interaction/TeamIcon.d.ts
|
|
1777
|
-
interface CustomSvgProps$
|
|
1785
|
+
interface CustomSvgProps$109 {
|
|
1778
1786
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1779
1787
|
}
|
|
1780
1788
|
declare function TeamIcon({
|
|
@@ -1783,10 +1791,10 @@ declare function TeamIcon({
|
|
|
1783
1791
|
fill,
|
|
1784
1792
|
size,
|
|
1785
1793
|
...rest
|
|
1786
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1794
|
+
}: SvgIconProps & CustomSvgProps$109): JSX.Element;
|
|
1787
1795
|
//#endregion
|
|
1788
1796
|
//#region src/DesignTokens/Icons/Interaction/UndoIcon.d.ts
|
|
1789
|
-
interface CustomSvgProps$
|
|
1797
|
+
interface CustomSvgProps$108 {
|
|
1790
1798
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1791
1799
|
}
|
|
1792
1800
|
declare function UndoIcon({
|
|
@@ -1795,10 +1803,10 @@ declare function UndoIcon({
|
|
|
1795
1803
|
fill,
|
|
1796
1804
|
size,
|
|
1797
1805
|
...rest
|
|
1798
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1806
|
+
}: SvgIconProps & CustomSvgProps$108): JSX.Element;
|
|
1799
1807
|
//#endregion
|
|
1800
1808
|
//#region src/DesignTokens/Icons/Interaction/UnlockedIcon.d.ts
|
|
1801
|
-
interface CustomSvgProps$
|
|
1809
|
+
interface CustomSvgProps$107 {
|
|
1802
1810
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1803
1811
|
}
|
|
1804
1812
|
declare function UnlockedIcon({
|
|
@@ -1807,10 +1815,10 @@ declare function UnlockedIcon({
|
|
|
1807
1815
|
fill,
|
|
1808
1816
|
size,
|
|
1809
1817
|
...rest
|
|
1810
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1818
|
+
}: SvgIconProps & CustomSvgProps$107): JSX.Element;
|
|
1811
1819
|
//#endregion
|
|
1812
1820
|
//#region src/DesignTokens/Icons/Interaction/UnLockIcon.d.ts
|
|
1813
|
-
interface CustomSvgProps$
|
|
1821
|
+
interface CustomSvgProps$106 {
|
|
1814
1822
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1815
1823
|
}
|
|
1816
1824
|
declare function UnLockIcon({
|
|
@@ -1819,7 +1827,7 @@ declare function UnLockIcon({
|
|
|
1819
1827
|
fill,
|
|
1820
1828
|
size,
|
|
1821
1829
|
...rest
|
|
1822
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1830
|
+
}: SvgIconProps & CustomSvgProps$106): JSX.Element;
|
|
1823
1831
|
//#endregion
|
|
1824
1832
|
//#region src/DesignTokens/Icons/Logos/LogoBeta.d.ts
|
|
1825
1833
|
declare function LogoBeta({
|
|
@@ -1886,7 +1894,7 @@ declare function LogoBlue({
|
|
|
1886
1894
|
}: SvgIconProps): JSX.Element;
|
|
1887
1895
|
//#endregion
|
|
1888
1896
|
//#region src/DesignTokens/Icons/MediaControl/CutClipIcon.d.ts
|
|
1889
|
-
interface CustomSvgProps$
|
|
1897
|
+
interface CustomSvgProps$105 {
|
|
1890
1898
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1891
1899
|
}
|
|
1892
1900
|
declare function CutClipIcon({
|
|
@@ -1895,10 +1903,10 @@ declare function CutClipIcon({
|
|
|
1895
1903
|
fill,
|
|
1896
1904
|
size,
|
|
1897
1905
|
...rest
|
|
1898
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1906
|
+
}: SvgIconProps & CustomSvgProps$105): JSX.Element;
|
|
1899
1907
|
//#endregion
|
|
1900
1908
|
//#region src/DesignTokens/Icons/MediaControl/HangUpIcon.d.ts
|
|
1901
|
-
interface CustomSvgProps$
|
|
1909
|
+
interface CustomSvgProps$104 {
|
|
1902
1910
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1903
1911
|
}
|
|
1904
1912
|
declare function HangUpIcon({
|
|
@@ -1907,10 +1915,10 @@ declare function HangUpIcon({
|
|
|
1907
1915
|
fill,
|
|
1908
1916
|
size,
|
|
1909
1917
|
...rest
|
|
1910
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1918
|
+
}: SvgIconProps & CustomSvgProps$104): JSX.Element;
|
|
1911
1919
|
//#endregion
|
|
1912
1920
|
//#region src/DesignTokens/Icons/MediaControl/MeetingIcon.d.ts
|
|
1913
|
-
interface CustomSvgProps$
|
|
1921
|
+
interface CustomSvgProps$103 {
|
|
1914
1922
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1915
1923
|
}
|
|
1916
1924
|
declare function MeetingIcon({
|
|
@@ -1919,10 +1927,10 @@ declare function MeetingIcon({
|
|
|
1919
1927
|
fill,
|
|
1920
1928
|
size,
|
|
1921
1929
|
...rest
|
|
1922
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1930
|
+
}: SvgIconProps & CustomSvgProps$103): JSX.Element;
|
|
1923
1931
|
//#endregion
|
|
1924
1932
|
//#region src/DesignTokens/Icons/MediaControl/MicrophoneIcon.d.ts
|
|
1925
|
-
interface CustomSvgProps$
|
|
1933
|
+
interface CustomSvgProps$102 {
|
|
1926
1934
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1927
1935
|
}
|
|
1928
1936
|
declare function MicrophoneIcon({
|
|
@@ -1931,10 +1939,10 @@ declare function MicrophoneIcon({
|
|
|
1931
1939
|
fill,
|
|
1932
1940
|
size,
|
|
1933
1941
|
...rest
|
|
1934
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1942
|
+
}: SvgIconProps & CustomSvgProps$102): JSX.Element;
|
|
1935
1943
|
//#endregion
|
|
1936
1944
|
//#region src/DesignTokens/Icons/MediaControl/MoveBackIcon.d.ts
|
|
1937
|
-
interface CustomSvgProps$
|
|
1945
|
+
interface CustomSvgProps$101 {
|
|
1938
1946
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1939
1947
|
}
|
|
1940
1948
|
declare function MoveBackIcon({
|
|
@@ -1943,10 +1951,10 @@ declare function MoveBackIcon({
|
|
|
1943
1951
|
fill,
|
|
1944
1952
|
size,
|
|
1945
1953
|
...rest
|
|
1946
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1954
|
+
}: SvgIconProps & CustomSvgProps$101): JSX.Element;
|
|
1947
1955
|
//#endregion
|
|
1948
1956
|
//#region src/DesignTokens/Icons/MediaControl/MoveInIcon.d.ts
|
|
1949
|
-
interface CustomSvgProps$
|
|
1957
|
+
interface CustomSvgProps$100 {
|
|
1950
1958
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1951
1959
|
}
|
|
1952
1960
|
declare function MoveInIcon({
|
|
@@ -1955,10 +1963,10 @@ declare function MoveInIcon({
|
|
|
1955
1963
|
fill,
|
|
1956
1964
|
size,
|
|
1957
1965
|
...rest
|
|
1958
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1966
|
+
}: SvgIconProps & CustomSvgProps$100): JSX.Element;
|
|
1959
1967
|
//#endregion
|
|
1960
1968
|
//#region src/DesignTokens/Icons/MediaControl/MuteIcon.d.ts
|
|
1961
|
-
interface CustomSvgProps$
|
|
1969
|
+
interface CustomSvgProps$99 {
|
|
1962
1970
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1963
1971
|
}
|
|
1964
1972
|
declare function MuteIcon({
|
|
@@ -1967,10 +1975,10 @@ declare function MuteIcon({
|
|
|
1967
1975
|
fill,
|
|
1968
1976
|
size,
|
|
1969
1977
|
...rest
|
|
1970
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1978
|
+
}: SvgIconProps & CustomSvgProps$99): JSX.Element;
|
|
1971
1979
|
//#endregion
|
|
1972
1980
|
//#region src/DesignTokens/Icons/MediaControl/NoCameraIcon.d.ts
|
|
1973
|
-
interface CustomSvgProps$
|
|
1981
|
+
interface CustomSvgProps$98 {
|
|
1974
1982
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1975
1983
|
}
|
|
1976
1984
|
declare function NoCameraIcon({
|
|
@@ -1979,10 +1987,10 @@ declare function NoCameraIcon({
|
|
|
1979
1987
|
fill,
|
|
1980
1988
|
size,
|
|
1981
1989
|
...rest
|
|
1982
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1990
|
+
}: SvgIconProps & CustomSvgProps$98): JSX.Element;
|
|
1983
1991
|
//#endregion
|
|
1984
1992
|
//#region src/DesignTokens/Icons/MediaControl/NoMicrophoneIcon.d.ts
|
|
1985
|
-
interface CustomSvgProps$
|
|
1993
|
+
interface CustomSvgProps$97 {
|
|
1986
1994
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1987
1995
|
}
|
|
1988
1996
|
declare function NoMicrophoneIcon({
|
|
@@ -1991,10 +1999,10 @@ declare function NoMicrophoneIcon({
|
|
|
1991
1999
|
fill,
|
|
1992
2000
|
size,
|
|
1993
2001
|
...rest
|
|
1994
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2002
|
+
}: SvgIconProps & CustomSvgProps$97): JSX.Element;
|
|
1995
2003
|
//#endregion
|
|
1996
2004
|
//#region src/DesignTokens/Icons/MediaControl/PauseIcon.d.ts
|
|
1997
|
-
interface CustomSvgProps$
|
|
2005
|
+
interface CustomSvgProps$96 {
|
|
1998
2006
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1999
2007
|
}
|
|
2000
2008
|
declare function PauseIcon({
|
|
@@ -2003,10 +2011,10 @@ declare function PauseIcon({
|
|
|
2003
2011
|
fill,
|
|
2004
2012
|
size,
|
|
2005
2013
|
...rest
|
|
2006
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2014
|
+
}: SvgIconProps & CustomSvgProps$96): JSX.Element;
|
|
2007
2015
|
//#endregion
|
|
2008
2016
|
//#region src/DesignTokens/Icons/MediaControl/PlayIcon.d.ts
|
|
2009
|
-
interface CustomSvgProps$
|
|
2017
|
+
interface CustomSvgProps$95 {
|
|
2010
2018
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2011
2019
|
}
|
|
2012
2020
|
declare function PlayIcon({
|
|
@@ -2015,10 +2023,10 @@ declare function PlayIcon({
|
|
|
2015
2023
|
fill,
|
|
2016
2024
|
size,
|
|
2017
2025
|
...rest
|
|
2018
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2026
|
+
}: SvgIconProps & CustomSvgProps$95): JSX.Element;
|
|
2019
2027
|
//#endregion
|
|
2020
2028
|
//#region src/DesignTokens/Icons/MediaControl/ScreenShareIcon.d.ts
|
|
2021
|
-
interface CustomSvgProps$
|
|
2029
|
+
interface CustomSvgProps$94 {
|
|
2022
2030
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2023
2031
|
}
|
|
2024
2032
|
declare function ScreenShareIcon({
|
|
@@ -2027,10 +2035,10 @@ declare function ScreenShareIcon({
|
|
|
2027
2035
|
fill,
|
|
2028
2036
|
size,
|
|
2029
2037
|
...rest
|
|
2030
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2038
|
+
}: SvgIconProps & CustomSvgProps$94): JSX.Element;
|
|
2031
2039
|
//#endregion
|
|
2032
2040
|
//#region src/DesignTokens/Icons/MediaControl/PlayFillIcon.d.ts
|
|
2033
|
-
interface CustomSvgProps$
|
|
2041
|
+
interface CustomSvgProps$93 {
|
|
2034
2042
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2035
2043
|
}
|
|
2036
2044
|
declare function PlayFillIcon({
|
|
@@ -2039,10 +2047,10 @@ declare function PlayFillIcon({
|
|
|
2039
2047
|
fill,
|
|
2040
2048
|
size,
|
|
2041
2049
|
...rest
|
|
2042
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2050
|
+
}: SvgIconProps & CustomSvgProps$93): JSX.Element;
|
|
2043
2051
|
//#endregion
|
|
2044
2052
|
//#region src/DesignTokens/Icons/MediaControl/PreviousIcon.d.ts
|
|
2045
|
-
interface CustomSvgProps$
|
|
2053
|
+
interface CustomSvgProps$92 {
|
|
2046
2054
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2047
2055
|
}
|
|
2048
2056
|
declare function PreviousIcon({
|
|
@@ -2051,10 +2059,10 @@ declare function PreviousIcon({
|
|
|
2051
2059
|
fill,
|
|
2052
2060
|
size,
|
|
2053
2061
|
...rest
|
|
2054
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2062
|
+
}: SvgIconProps & CustomSvgProps$92): JSX.Element;
|
|
2055
2063
|
//#endregion
|
|
2056
2064
|
//#region src/DesignTokens/Icons/MediaControl/RecordIcon.d.ts
|
|
2057
|
-
interface CustomSvgProps$
|
|
2065
|
+
interface CustomSvgProps$91 {
|
|
2058
2066
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2059
2067
|
}
|
|
2060
2068
|
declare function RecordIcon({
|
|
@@ -2063,10 +2071,10 @@ declare function RecordIcon({
|
|
|
2063
2071
|
fill,
|
|
2064
2072
|
size,
|
|
2065
2073
|
...rest
|
|
2066
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2074
|
+
}: SvgIconProps & CustomSvgProps$91): JSX.Element;
|
|
2067
2075
|
//#endregion
|
|
2068
2076
|
//#region src/DesignTokens/Icons/MediaControl/RecordingIcon.d.ts
|
|
2069
|
-
interface CustomSvgProps$
|
|
2077
|
+
interface CustomSvgProps$90 {
|
|
2070
2078
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2071
2079
|
}
|
|
2072
2080
|
declare function RecordingIcon({
|
|
@@ -2075,10 +2083,10 @@ declare function RecordingIcon({
|
|
|
2075
2083
|
fill,
|
|
2076
2084
|
size,
|
|
2077
2085
|
...rest
|
|
2078
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2086
|
+
}: SvgIconProps & CustomSvgProps$90): JSX.Element;
|
|
2079
2087
|
//#endregion
|
|
2080
2088
|
//#region src/DesignTokens/Icons/MediaControl/StopRecordIcon.d.ts
|
|
2081
|
-
interface CustomSvgProps$
|
|
2089
|
+
interface CustomSvgProps$89 {
|
|
2082
2090
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2083
2091
|
}
|
|
2084
2092
|
declare function StopRecordingIcon({
|
|
@@ -2087,10 +2095,10 @@ declare function StopRecordingIcon({
|
|
|
2087
2095
|
fill,
|
|
2088
2096
|
size,
|
|
2089
2097
|
...rest
|
|
2090
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2098
|
+
}: SvgIconProps & CustomSvgProps$89): JSX.Element;
|
|
2091
2099
|
//#endregion
|
|
2092
2100
|
//#region src/DesignTokens/Icons/MediaControl/TagIcon.d.ts
|
|
2093
|
-
interface CustomSvgProps$
|
|
2101
|
+
interface CustomSvgProps$88 {
|
|
2094
2102
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2095
2103
|
}
|
|
2096
2104
|
declare function TagIcon({
|
|
@@ -2099,10 +2107,10 @@ declare function TagIcon({
|
|
|
2099
2107
|
fill,
|
|
2100
2108
|
size,
|
|
2101
2109
|
...rest
|
|
2102
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2110
|
+
}: SvgIconProps & CustomSvgProps$88): JSX.Element;
|
|
2103
2111
|
//#endregion
|
|
2104
2112
|
//#region src/DesignTokens/Icons/MediaControl/VolumeIcon.d.ts
|
|
2105
|
-
interface CustomSvgProps$
|
|
2113
|
+
interface CustomSvgProps$87 {
|
|
2106
2114
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2107
2115
|
}
|
|
2108
2116
|
declare function VolumeIcon({
|
|
@@ -2111,10 +2119,10 @@ declare function VolumeIcon({
|
|
|
2111
2119
|
fill,
|
|
2112
2120
|
size,
|
|
2113
2121
|
...rest
|
|
2114
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2122
|
+
}: SvgIconProps & CustomSvgProps$87): JSX.Element;
|
|
2115
2123
|
//#endregion
|
|
2116
2124
|
//#region src/DesignTokens/Icons/Miscellaneous/AddSeatIcon.d.ts
|
|
2117
|
-
interface CustomSvgProps$
|
|
2125
|
+
interface CustomSvgProps$86 {
|
|
2118
2126
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2119
2127
|
}
|
|
2120
2128
|
declare function AddSeatIcon({
|
|
@@ -2123,10 +2131,10 @@ declare function AddSeatIcon({
|
|
|
2123
2131
|
fill,
|
|
2124
2132
|
size,
|
|
2125
2133
|
...rest
|
|
2126
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2134
|
+
}: SvgIconProps & CustomSvgProps$86): JSX.Element;
|
|
2127
2135
|
//#endregion
|
|
2128
2136
|
//#region src/DesignTokens/Icons/Miscellaneous/AddUsersIcon.d.ts
|
|
2129
|
-
interface CustomSvgProps$
|
|
2137
|
+
interface CustomSvgProps$85 {
|
|
2130
2138
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2131
2139
|
}
|
|
2132
2140
|
declare function AddUsersIcon({
|
|
@@ -2135,10 +2143,10 @@ declare function AddUsersIcon({
|
|
|
2135
2143
|
fill,
|
|
2136
2144
|
size,
|
|
2137
2145
|
...rest
|
|
2138
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2146
|
+
}: SvgIconProps & CustomSvgProps$85): JSX.Element;
|
|
2139
2147
|
//#endregion
|
|
2140
2148
|
//#region src/DesignTokens/Icons/Miscellaneous/AndroidIcon.d.ts
|
|
2141
|
-
interface CustomSvgProps$
|
|
2149
|
+
interface CustomSvgProps$84 {
|
|
2142
2150
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2143
2151
|
}
|
|
2144
2152
|
declare function AndroidIcon({
|
|
@@ -2147,10 +2155,10 @@ declare function AndroidIcon({
|
|
|
2147
2155
|
fill,
|
|
2148
2156
|
size,
|
|
2149
2157
|
...rest
|
|
2150
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2158
|
+
}: SvgIconProps & CustomSvgProps$84): JSX.Element;
|
|
2151
2159
|
//#endregion
|
|
2152
2160
|
//#region src/DesignTokens/Icons/Miscellaneous/AnonymizeIcon.d.ts
|
|
2153
|
-
interface CustomSvgProps$
|
|
2161
|
+
interface CustomSvgProps$83 {
|
|
2154
2162
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2155
2163
|
}
|
|
2156
2164
|
declare function AnonymizeIcon({
|
|
@@ -2159,10 +2167,10 @@ declare function AnonymizeIcon({
|
|
|
2159
2167
|
fill,
|
|
2160
2168
|
size,
|
|
2161
2169
|
...rest
|
|
2162
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2170
|
+
}: SvgIconProps & CustomSvgProps$83): JSX.Element;
|
|
2163
2171
|
//#endregion
|
|
2164
2172
|
//#region src/DesignTokens/Icons/Miscellaneous/AppWindowPieIcon.d.ts
|
|
2165
|
-
interface CustomSvgProps$
|
|
2173
|
+
interface CustomSvgProps$82 {
|
|
2166
2174
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2167
2175
|
}
|
|
2168
2176
|
declare function AppWindowPieIcon({
|
|
@@ -2171,10 +2179,10 @@ declare function AppWindowPieIcon({
|
|
|
2171
2179
|
fill,
|
|
2172
2180
|
size,
|
|
2173
2181
|
...rest
|
|
2174
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2182
|
+
}: SvgIconProps & CustomSvgProps$82): JSX.Element;
|
|
2175
2183
|
//#endregion
|
|
2176
2184
|
//#region src/DesignTokens/Icons/Miscellaneous/ArchiveIcon.d.ts
|
|
2177
|
-
interface CustomSvgProps$
|
|
2185
|
+
interface CustomSvgProps$81 {
|
|
2178
2186
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2179
2187
|
}
|
|
2180
2188
|
declare function ArchiveIcon({
|
|
@@ -2183,10 +2191,10 @@ declare function ArchiveIcon({
|
|
|
2183
2191
|
fill,
|
|
2184
2192
|
size,
|
|
2185
2193
|
...rest
|
|
2186
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2194
|
+
}: SvgIconProps & CustomSvgProps$81): JSX.Element;
|
|
2187
2195
|
//#endregion
|
|
2188
2196
|
//#region src/DesignTokens/Icons/Miscellaneous/BillPdfIcon.d.ts
|
|
2189
|
-
interface CustomSvgProps$
|
|
2197
|
+
interface CustomSvgProps$80 {
|
|
2190
2198
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2191
2199
|
}
|
|
2192
2200
|
declare function BillPdfIcon({
|
|
@@ -2195,10 +2203,10 @@ declare function BillPdfIcon({
|
|
|
2195
2203
|
fill,
|
|
2196
2204
|
size,
|
|
2197
2205
|
...rest
|
|
2198
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2206
|
+
}: SvgIconProps & CustomSvgProps$80): JSX.Element;
|
|
2199
2207
|
//#endregion
|
|
2200
2208
|
//#region src/DesignTokens/Icons/Miscellaneous/BinocularIcon.d.ts
|
|
2201
|
-
interface CustomSvgProps$
|
|
2209
|
+
interface CustomSvgProps$79 {
|
|
2202
2210
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2203
2211
|
}
|
|
2204
2212
|
declare function BinocularIcon({
|
|
@@ -2207,10 +2215,10 @@ declare function BinocularIcon({
|
|
|
2207
2215
|
fill,
|
|
2208
2216
|
size,
|
|
2209
2217
|
...rest
|
|
2210
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2218
|
+
}: SvgIconProps & CustomSvgProps$79): JSX.Element;
|
|
2211
2219
|
//#endregion
|
|
2212
2220
|
//#region src/DesignTokens/Icons/Miscellaneous/BookFlipPageIcon.d.ts
|
|
2213
|
-
interface CustomSvgProps$
|
|
2221
|
+
interface CustomSvgProps$78 {
|
|
2214
2222
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2215
2223
|
}
|
|
2216
2224
|
declare function BookFlipPageIcon({
|
|
@@ -2219,10 +2227,10 @@ declare function BookFlipPageIcon({
|
|
|
2219
2227
|
fill,
|
|
2220
2228
|
size,
|
|
2221
2229
|
...rest
|
|
2222
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2230
|
+
}: SvgIconProps & CustomSvgProps$78): JSX.Element;
|
|
2223
2231
|
//#endregion
|
|
2224
2232
|
//#region src/DesignTokens/Icons/Miscellaneous/WalletIcon.d.ts
|
|
2225
|
-
interface CustomSvgProps$
|
|
2233
|
+
interface CustomSvgProps$77 {
|
|
2226
2234
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2227
2235
|
}
|
|
2228
2236
|
declare function WalletIcon({
|
|
@@ -2231,10 +2239,10 @@ declare function WalletIcon({
|
|
|
2231
2239
|
fill,
|
|
2232
2240
|
size,
|
|
2233
2241
|
...rest
|
|
2234
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2242
|
+
}: SvgIconProps & CustomSvgProps$77): JSX.Element;
|
|
2235
2243
|
//#endregion
|
|
2236
2244
|
//#region src/DesignTokens/Icons/Miscellaneous/BrainIcon.d.ts
|
|
2237
|
-
interface CustomSvgProps$
|
|
2245
|
+
interface CustomSvgProps$76 {
|
|
2238
2246
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2239
2247
|
}
|
|
2240
2248
|
declare function BrainIcon({
|
|
@@ -2243,10 +2251,22 @@ declare function BrainIcon({
|
|
|
2243
2251
|
fill,
|
|
2244
2252
|
size,
|
|
2245
2253
|
...rest
|
|
2246
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2254
|
+
}: SvgIconProps & CustomSvgProps$76): JSX.Element;
|
|
2255
|
+
//#endregion
|
|
2256
|
+
//#region src/DesignTokens/Icons/Miscellaneous/BrainIconGradiant.d.ts
|
|
2257
|
+
interface CustomSvgProps$75 {
|
|
2258
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2259
|
+
}
|
|
2260
|
+
declare function BrainIconGradiant({
|
|
2261
|
+
stroke,
|
|
2262
|
+
strokeWidth,
|
|
2263
|
+
fill,
|
|
2264
|
+
size,
|
|
2265
|
+
...rest
|
|
2266
|
+
}: SvgIconProps & CustomSvgProps$75): JSX.Element;
|
|
2247
2267
|
//#endregion
|
|
2248
2268
|
//#region src/DesignTokens/Icons/Miscellaneous/BulbIcon.d.ts
|
|
2249
|
-
interface CustomSvgProps$
|
|
2269
|
+
interface CustomSvgProps$74 {
|
|
2250
2270
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2251
2271
|
}
|
|
2252
2272
|
declare function BulbIcon({
|
|
@@ -2255,10 +2275,10 @@ declare function BulbIcon({
|
|
|
2255
2275
|
fill,
|
|
2256
2276
|
size,
|
|
2257
2277
|
...rest
|
|
2258
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2278
|
+
}: SvgIconProps & CustomSvgProps$74): JSX.Element;
|
|
2259
2279
|
//#endregion
|
|
2260
2280
|
//#region src/DesignTokens/Icons/Miscellaneous/CalendarIcon.d.ts
|
|
2261
|
-
interface CustomSvgProps$
|
|
2281
|
+
interface CustomSvgProps$73 {
|
|
2262
2282
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2263
2283
|
}
|
|
2264
2284
|
declare function CalendarIcon({
|
|
@@ -2267,10 +2287,10 @@ declare function CalendarIcon({
|
|
|
2267
2287
|
fill,
|
|
2268
2288
|
size,
|
|
2269
2289
|
...rest
|
|
2270
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2290
|
+
}: SvgIconProps & CustomSvgProps$73): JSX.Element;
|
|
2271
2291
|
//#endregion
|
|
2272
2292
|
//#region src/DesignTokens/Icons/Miscellaneous/ChatBubbleIcon.d.ts
|
|
2273
|
-
interface CustomSvgProps$
|
|
2293
|
+
interface CustomSvgProps$72 {
|
|
2274
2294
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2275
2295
|
}
|
|
2276
2296
|
declare function ChatBubbleIcon({
|
|
@@ -2278,10 +2298,10 @@ declare function ChatBubbleIcon({
|
|
|
2278
2298
|
strokeWidth,
|
|
2279
2299
|
size,
|
|
2280
2300
|
...rest
|
|
2281
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2301
|
+
}: SvgIconProps & CustomSvgProps$72): JSX.Element;
|
|
2282
2302
|
//#endregion
|
|
2283
2303
|
//#region src/DesignTokens/Icons/Miscellaneous/ChatIcon.d.ts
|
|
2284
|
-
interface CustomSvgProps$
|
|
2304
|
+
interface CustomSvgProps$71 {
|
|
2285
2305
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2286
2306
|
}
|
|
2287
2307
|
declare function ChatIcon({
|
|
@@ -2290,10 +2310,10 @@ declare function ChatIcon({
|
|
|
2290
2310
|
fill,
|
|
2291
2311
|
size,
|
|
2292
2312
|
...rest
|
|
2293
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2313
|
+
}: SvgIconProps & CustomSvgProps$71): JSX.Element;
|
|
2294
2314
|
//#endregion
|
|
2295
2315
|
//#region src/DesignTokens/Icons/Miscellaneous/CheckoutIcon.d.ts
|
|
2296
|
-
interface CustomSvgProps$
|
|
2316
|
+
interface CustomSvgProps$70 {
|
|
2297
2317
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2298
2318
|
}
|
|
2299
2319
|
declare function CheckoutIcon({
|
|
@@ -2302,10 +2322,10 @@ declare function CheckoutIcon({
|
|
|
2302
2322
|
fill,
|
|
2303
2323
|
size,
|
|
2304
2324
|
...rest
|
|
2305
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2325
|
+
}: SvgIconProps & CustomSvgProps$70): JSX.Element;
|
|
2306
2326
|
//#endregion
|
|
2307
2327
|
//#region src/DesignTokens/Icons/Miscellaneous/ClipIcon.d.ts
|
|
2308
|
-
interface CustomSvgProps$
|
|
2328
|
+
interface CustomSvgProps$69 {
|
|
2309
2329
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2310
2330
|
}
|
|
2311
2331
|
declare function ClipIcon({
|
|
@@ -2314,10 +2334,10 @@ declare function ClipIcon({
|
|
|
2314
2334
|
fill,
|
|
2315
2335
|
size,
|
|
2316
2336
|
...rest
|
|
2317
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2337
|
+
}: SvgIconProps & CustomSvgProps$69): JSX.Element;
|
|
2318
2338
|
//#endregion
|
|
2319
2339
|
//#region src/DesignTokens/Icons/Miscellaneous/CloudUpload.d.ts
|
|
2320
|
-
interface CustomSvgProps$
|
|
2340
|
+
interface CustomSvgProps$68 {
|
|
2321
2341
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2322
2342
|
}
|
|
2323
2343
|
declare function CloudUpload({
|
|
@@ -2326,10 +2346,10 @@ declare function CloudUpload({
|
|
|
2326
2346
|
fill,
|
|
2327
2347
|
size,
|
|
2328
2348
|
...rest
|
|
2329
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2349
|
+
}: SvgIconProps & CustomSvgProps$68): JSX.Element;
|
|
2330
2350
|
//#endregion
|
|
2331
2351
|
//#region src/DesignTokens/Icons/Miscellaneous/ContentPenWriteIcon.d.ts
|
|
2332
|
-
interface CustomSvgProps$
|
|
2352
|
+
interface CustomSvgProps$67 {
|
|
2333
2353
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2334
2354
|
}
|
|
2335
2355
|
declare function ContentPenWriteIcon({
|
|
@@ -2338,10 +2358,10 @@ declare function ContentPenWriteIcon({
|
|
|
2338
2358
|
fill,
|
|
2339
2359
|
size,
|
|
2340
2360
|
...rest
|
|
2341
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2361
|
+
}: SvgIconProps & CustomSvgProps$67): JSX.Element;
|
|
2342
2362
|
//#endregion
|
|
2343
2363
|
//#region src/DesignTokens/Icons/Miscellaneous/CreditCardIcon.d.ts
|
|
2344
|
-
interface CustomSvgProps$
|
|
2364
|
+
interface CustomSvgProps$66 {
|
|
2345
2365
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2346
2366
|
}
|
|
2347
2367
|
declare function CreditCardIcon({
|
|
@@ -2350,10 +2370,10 @@ declare function CreditCardIcon({
|
|
|
2350
2370
|
fill,
|
|
2351
2371
|
size,
|
|
2352
2372
|
...rest
|
|
2353
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2373
|
+
}: SvgIconProps & CustomSvgProps$66): JSX.Element;
|
|
2354
2374
|
//#endregion
|
|
2355
2375
|
//#region src/DesignTokens/Icons/Miscellaneous/DisketteIcon.d.ts
|
|
2356
|
-
interface CustomSvgProps$
|
|
2376
|
+
interface CustomSvgProps$65 {
|
|
2357
2377
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2358
2378
|
}
|
|
2359
2379
|
declare function DisketteIcon({
|
|
@@ -2362,10 +2382,10 @@ declare function DisketteIcon({
|
|
|
2362
2382
|
fill,
|
|
2363
2383
|
size,
|
|
2364
2384
|
...rest
|
|
2365
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2385
|
+
}: SvgIconProps & CustomSvgProps$65): React.JSX.Element;
|
|
2366
2386
|
//#endregion
|
|
2367
2387
|
//#region src/DesignTokens/Icons/Miscellaneous/KeyIcon.d.ts
|
|
2368
|
-
interface CustomSvgProps$
|
|
2388
|
+
interface CustomSvgProps$64 {
|
|
2369
2389
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2370
2390
|
}
|
|
2371
2391
|
declare function KeyIcon$1({
|
|
@@ -2374,10 +2394,10 @@ declare function KeyIcon$1({
|
|
|
2374
2394
|
fill,
|
|
2375
2395
|
size,
|
|
2376
2396
|
...rest
|
|
2377
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2397
|
+
}: SvgIconProps & CustomSvgProps$64): React.JSX.Element;
|
|
2378
2398
|
//#endregion
|
|
2379
2399
|
//#region src/DesignTokens/Icons/Miscellaneous/DownloadIcon.d.ts
|
|
2380
|
-
interface CustomSvgProps$
|
|
2400
|
+
interface CustomSvgProps$63 {
|
|
2381
2401
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2382
2402
|
}
|
|
2383
2403
|
declare function DownloadIcon({
|
|
@@ -2386,10 +2406,10 @@ declare function DownloadIcon({
|
|
|
2386
2406
|
fill,
|
|
2387
2407
|
size,
|
|
2388
2408
|
...rest
|
|
2389
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2409
|
+
}: SvgIconProps & CustomSvgProps$63): JSX.Element;
|
|
2390
2410
|
//#endregion
|
|
2391
2411
|
//#region src/DesignTokens/Icons/Miscellaneous/EarthIcon.d.ts
|
|
2392
|
-
interface CustomSvgProps$
|
|
2412
|
+
interface CustomSvgProps$62 {
|
|
2393
2413
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2394
2414
|
}
|
|
2395
2415
|
declare function EarthIcon({
|
|
@@ -2398,10 +2418,10 @@ declare function EarthIcon({
|
|
|
2398
2418
|
fill,
|
|
2399
2419
|
size,
|
|
2400
2420
|
...rest
|
|
2401
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2421
|
+
}: SvgIconProps & CustomSvgProps$62): JSX.Element;
|
|
2402
2422
|
//#endregion
|
|
2403
2423
|
//#region src/DesignTokens/Icons/Miscellaneous/FaceCenterIcon.d.ts
|
|
2404
|
-
interface CustomSvgProps$
|
|
2424
|
+
interface CustomSvgProps$61 {
|
|
2405
2425
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2406
2426
|
}
|
|
2407
2427
|
declare function FaceCenterIcon({
|
|
@@ -2410,10 +2430,10 @@ declare function FaceCenterIcon({
|
|
|
2410
2430
|
fill,
|
|
2411
2431
|
size,
|
|
2412
2432
|
...rest
|
|
2413
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2433
|
+
}: SvgIconProps & CustomSvgProps$61): JSX.Element;
|
|
2414
2434
|
//#endregion
|
|
2415
2435
|
//#region src/DesignTokens/Icons/Miscellaneous/FaceRecognitionIcon.d.ts
|
|
2416
|
-
interface CustomSvgProps$
|
|
2436
|
+
interface CustomSvgProps$60 {
|
|
2417
2437
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2418
2438
|
}
|
|
2419
2439
|
declare function FaceRecognitionIcon({
|
|
@@ -2422,10 +2442,10 @@ declare function FaceRecognitionIcon({
|
|
|
2422
2442
|
fill,
|
|
2423
2443
|
size,
|
|
2424
2444
|
...rest
|
|
2425
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2445
|
+
}: SvgIconProps & CustomSvgProps$60): JSX.Element;
|
|
2426
2446
|
//#endregion
|
|
2427
2447
|
//#region src/DesignTokens/Icons/Miscellaneous/FilesIcon.d.ts
|
|
2428
|
-
interface CustomSvgProps$
|
|
2448
|
+
interface CustomSvgProps$59 {
|
|
2429
2449
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2430
2450
|
}
|
|
2431
2451
|
declare function FilesIcon({
|
|
@@ -2434,10 +2454,10 @@ declare function FilesIcon({
|
|
|
2434
2454
|
fill,
|
|
2435
2455
|
size,
|
|
2436
2456
|
...rest
|
|
2437
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2457
|
+
}: SvgIconProps & CustomSvgProps$59): JSX.Element;
|
|
2438
2458
|
//#endregion
|
|
2439
2459
|
//#region src/DesignTokens/Icons/Miscellaneous/FileUploadIcon.d.ts
|
|
2440
|
-
interface CustomSvgProps$
|
|
2460
|
+
interface CustomSvgProps$58 {
|
|
2441
2461
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2442
2462
|
}
|
|
2443
2463
|
declare function FileUploadIcon({
|
|
@@ -2446,10 +2466,10 @@ declare function FileUploadIcon({
|
|
|
2446
2466
|
fill,
|
|
2447
2467
|
size,
|
|
2448
2468
|
...rest
|
|
2449
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2469
|
+
}: SvgIconProps & CustomSvgProps$58): JSX.Element;
|
|
2450
2470
|
//#endregion
|
|
2451
2471
|
//#region src/DesignTokens/Icons/Miscellaneous/FilledTaskIcon.d.ts
|
|
2452
|
-
interface CustomSvgProps$
|
|
2472
|
+
interface CustomSvgProps$57 {
|
|
2453
2473
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2454
2474
|
}
|
|
2455
2475
|
declare function FilledTaskIcon({
|
|
@@ -2458,10 +2478,10 @@ declare function FilledTaskIcon({
|
|
|
2458
2478
|
fill,
|
|
2459
2479
|
size,
|
|
2460
2480
|
...rest
|
|
2461
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2481
|
+
}: SvgIconProps & CustomSvgProps$57): JSX.Element;
|
|
2462
2482
|
//#endregion
|
|
2463
2483
|
//#region src/DesignTokens/Icons/Miscellaneous/FillRecordIcon.d.ts
|
|
2464
|
-
interface CustomSvgProps$
|
|
2484
|
+
interface CustomSvgProps$56 {
|
|
2465
2485
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2466
2486
|
}
|
|
2467
2487
|
declare function FillRecordIcon({
|
|
@@ -2470,10 +2490,10 @@ declare function FillRecordIcon({
|
|
|
2470
2490
|
fill,
|
|
2471
2491
|
size,
|
|
2472
2492
|
...rest
|
|
2473
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2493
|
+
}: SvgIconProps & CustomSvgProps$56): JSX.Element;
|
|
2474
2494
|
//#endregion
|
|
2475
2495
|
//#region src/DesignTokens/Icons/Miscellaneous/FlashIcon.d.ts
|
|
2476
|
-
interface CustomSvgProps$
|
|
2496
|
+
interface CustomSvgProps$55 {
|
|
2477
2497
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2478
2498
|
}
|
|
2479
2499
|
declare function FlashIcon({
|
|
@@ -2482,10 +2502,10 @@ declare function FlashIcon({
|
|
|
2482
2502
|
fill,
|
|
2483
2503
|
size,
|
|
2484
2504
|
...rest
|
|
2485
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2505
|
+
}: SvgIconProps & CustomSvgProps$55): JSX.Element;
|
|
2486
2506
|
//#endregion
|
|
2487
2507
|
//#region src/DesignTokens/Icons/Miscellaneous/FolderIcon.d.ts
|
|
2488
|
-
interface CustomSvgProps$
|
|
2508
|
+
interface CustomSvgProps$54 {
|
|
2489
2509
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2490
2510
|
}
|
|
2491
2511
|
declare function FolderIcon({
|
|
@@ -2494,10 +2514,10 @@ declare function FolderIcon({
|
|
|
2494
2514
|
fill,
|
|
2495
2515
|
size,
|
|
2496
2516
|
...rest
|
|
2497
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2517
|
+
}: SvgIconProps & CustomSvgProps$54): JSX.Element;
|
|
2498
2518
|
//#endregion
|
|
2499
2519
|
//#region src/DesignTokens/Icons/Miscellaneous/GoogleIcon.d.ts
|
|
2500
|
-
interface CustomSvgProps$
|
|
2520
|
+
interface CustomSvgProps$53 {
|
|
2501
2521
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2502
2522
|
}
|
|
2503
2523
|
declare function GoogleIcon({
|
|
@@ -2506,10 +2526,10 @@ declare function GoogleIcon({
|
|
|
2506
2526
|
fill,
|
|
2507
2527
|
size,
|
|
2508
2528
|
...rest
|
|
2509
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2529
|
+
}: SvgIconProps & CustomSvgProps$53): JSX.Element;
|
|
2510
2530
|
//#endregion
|
|
2511
2531
|
//#region src/DesignTokens/Icons/Miscellaneous/GroupIcon.d.ts
|
|
2512
|
-
interface CustomSvgProps$
|
|
2532
|
+
interface CustomSvgProps$52 {
|
|
2513
2533
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2514
2534
|
}
|
|
2515
2535
|
declare function GoogleIcon$1({
|
|
@@ -2518,10 +2538,10 @@ declare function GoogleIcon$1({
|
|
|
2518
2538
|
fill,
|
|
2519
2539
|
size,
|
|
2520
2540
|
...rest
|
|
2521
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2541
|
+
}: SvgIconProps & CustomSvgProps$52): JSX.Element;
|
|
2522
2542
|
//#endregion
|
|
2523
2543
|
//#region src/DesignTokens/Icons/Miscellaneous/HardDriveIcon.d.ts
|
|
2524
|
-
interface CustomSvgProps$
|
|
2544
|
+
interface CustomSvgProps$51 {
|
|
2525
2545
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2526
2546
|
}
|
|
2527
2547
|
declare function HardDriveIcon({
|
|
@@ -2530,10 +2550,10 @@ declare function HardDriveIcon({
|
|
|
2530
2550
|
fill,
|
|
2531
2551
|
size,
|
|
2532
2552
|
...rest
|
|
2533
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2553
|
+
}: SvgIconProps & CustomSvgProps$51): JSX.Element;
|
|
2534
2554
|
//#endregion
|
|
2535
2555
|
//#region src/DesignTokens/Icons/Miscellaneous/HeartIcon.d.ts
|
|
2536
|
-
interface CustomSvgProps$
|
|
2556
|
+
interface CustomSvgProps$50 {
|
|
2537
2557
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2538
2558
|
}
|
|
2539
2559
|
declare function HeartIcon({
|
|
@@ -2542,10 +2562,10 @@ declare function HeartIcon({
|
|
|
2542
2562
|
fill,
|
|
2543
2563
|
size,
|
|
2544
2564
|
...rest
|
|
2545
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2565
|
+
}: SvgIconProps & CustomSvgProps$50): JSX.Element;
|
|
2546
2566
|
//#endregion
|
|
2547
2567
|
//#region src/DesignTokens/Icons/Miscellaneous/HeartIconFilled.d.ts
|
|
2548
|
-
interface CustomSvgProps$
|
|
2568
|
+
interface CustomSvgProps$49 {
|
|
2549
2569
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2550
2570
|
}
|
|
2551
2571
|
declare function HeartIconFilled({
|
|
@@ -2554,10 +2574,10 @@ declare function HeartIconFilled({
|
|
|
2554
2574
|
fill,
|
|
2555
2575
|
size,
|
|
2556
2576
|
...rest
|
|
2557
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2577
|
+
}: SvgIconProps & CustomSvgProps$49): JSX.Element;
|
|
2558
2578
|
//#endregion
|
|
2559
2579
|
//#region src/DesignTokens/Icons/Miscellaneous/HelpIcon.d.ts
|
|
2560
|
-
interface CustomSvgProps$
|
|
2580
|
+
interface CustomSvgProps$48 {
|
|
2561
2581
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2562
2582
|
}
|
|
2563
2583
|
declare function HelpIcon({
|
|
@@ -2566,10 +2586,10 @@ declare function HelpIcon({
|
|
|
2566
2586
|
fill,
|
|
2567
2587
|
size,
|
|
2568
2588
|
...rest
|
|
2569
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2589
|
+
}: SvgIconProps & CustomSvgProps$48): JSX.Element;
|
|
2570
2590
|
//#endregion
|
|
2571
2591
|
//#region src/DesignTokens/Icons/Miscellaneous/HelpIconAlt.d.ts
|
|
2572
|
-
interface CustomSvgProps$
|
|
2592
|
+
interface CustomSvgProps$47 {
|
|
2573
2593
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2574
2594
|
}
|
|
2575
2595
|
declare function HelpIconAlt({
|
|
@@ -2578,10 +2598,10 @@ declare function HelpIconAlt({
|
|
|
2578
2598
|
fill,
|
|
2579
2599
|
size,
|
|
2580
2600
|
...rest
|
|
2581
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2601
|
+
}: SvgIconProps & CustomSvgProps$47): JSX.Element;
|
|
2582
2602
|
//#endregion
|
|
2583
2603
|
//#region src/DesignTokens/Icons/Miscellaneous/IosIcon.d.ts
|
|
2584
|
-
interface CustomSvgProps$
|
|
2604
|
+
interface CustomSvgProps$46 {
|
|
2585
2605
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2586
2606
|
backgroundFill?: string;
|
|
2587
2607
|
}
|
|
@@ -2593,10 +2613,10 @@ declare function IosIcon({
|
|
|
2593
2613
|
backgroundFill,
|
|
2594
2614
|
// Default background color to white
|
|
2595
2615
|
...rest
|
|
2596
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2616
|
+
}: SvgIconProps & CustomSvgProps$46): JSX.Element;
|
|
2597
2617
|
//#endregion
|
|
2598
2618
|
//#region src/DesignTokens/Icons/Miscellaneous/LanguageIcon.d.ts
|
|
2599
|
-
interface CustomSvgProps$
|
|
2619
|
+
interface CustomSvgProps$45 {
|
|
2600
2620
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2601
2621
|
}
|
|
2602
2622
|
declare function LanguageIcon({
|
|
@@ -2605,10 +2625,10 @@ declare function LanguageIcon({
|
|
|
2605
2625
|
fill,
|
|
2606
2626
|
size,
|
|
2607
2627
|
...rest
|
|
2608
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2628
|
+
}: SvgIconProps & CustomSvgProps$45): JSX.Element;
|
|
2609
2629
|
//#endregion
|
|
2610
2630
|
//#region src/DesignTokens/Icons/Miscellaneous/ArrowsIcon.d.ts
|
|
2611
|
-
interface CustomSvgProps$
|
|
2631
|
+
interface CustomSvgProps$44 {
|
|
2612
2632
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2613
2633
|
}
|
|
2614
2634
|
declare function ArrowsIcon({
|
|
@@ -2617,10 +2637,10 @@ declare function ArrowsIcon({
|
|
|
2617
2637
|
fill,
|
|
2618
2638
|
size,
|
|
2619
2639
|
...rest
|
|
2620
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2640
|
+
}: SvgIconProps & CustomSvgProps$44): JSX.Element;
|
|
2621
2641
|
//#endregion
|
|
2622
2642
|
//#region src/DesignTokens/Icons/Miscellaneous/LinkIcon.d.ts
|
|
2623
|
-
interface CustomSvgProps$
|
|
2643
|
+
interface CustomSvgProps$43 {
|
|
2624
2644
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2625
2645
|
}
|
|
2626
2646
|
declare function LinkIcon({
|
|
@@ -2629,10 +2649,10 @@ declare function LinkIcon({
|
|
|
2629
2649
|
fill,
|
|
2630
2650
|
size,
|
|
2631
2651
|
...rest
|
|
2632
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2652
|
+
}: SvgIconProps & CustomSvgProps$43): JSX.Element;
|
|
2633
2653
|
//#endregion
|
|
2634
2654
|
//#region src/DesignTokens/Icons/Miscellaneous/ListToDoIcon.d.ts
|
|
2635
|
-
interface CustomSvgProps$
|
|
2655
|
+
interface CustomSvgProps$42 {
|
|
2636
2656
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2637
2657
|
}
|
|
2638
2658
|
declare function ListToDoIcon({
|
|
@@ -2641,10 +2661,10 @@ declare function ListToDoIcon({
|
|
|
2641
2661
|
fill,
|
|
2642
2662
|
size,
|
|
2643
2663
|
...rest
|
|
2644
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2664
|
+
}: SvgIconProps & CustomSvgProps$42): JSX.Element;
|
|
2645
2665
|
//#endregion
|
|
2646
2666
|
//#region src/DesignTokens/Icons/Miscellaneous/MessagesBubbleSquareQuestionIcon.d.ts
|
|
2647
|
-
interface CustomSvgProps$
|
|
2667
|
+
interface CustomSvgProps$41 {
|
|
2648
2668
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2649
2669
|
}
|
|
2650
2670
|
declare function MessagesBubbleSquareQuestionIcon({
|
|
@@ -2653,10 +2673,10 @@ declare function MessagesBubbleSquareQuestionIcon({
|
|
|
2653
2673
|
fill,
|
|
2654
2674
|
size,
|
|
2655
2675
|
...rest
|
|
2656
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2676
|
+
}: SvgIconProps & CustomSvgProps$41): JSX.Element;
|
|
2657
2677
|
//#endregion
|
|
2658
2678
|
//#region src/DesignTokens/Icons/Miscellaneous/MetaAnalyseIcon.d.ts
|
|
2659
|
-
interface CustomSvgProps$
|
|
2679
|
+
interface CustomSvgProps$40 {
|
|
2660
2680
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2661
2681
|
}
|
|
2662
2682
|
declare function MetaAnalyseIcon({
|
|
@@ -2665,10 +2685,10 @@ declare function MetaAnalyseIcon({
|
|
|
2665
2685
|
fill,
|
|
2666
2686
|
size,
|
|
2667
2687
|
...rest
|
|
2668
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2688
|
+
}: SvgIconProps & CustomSvgProps$40): JSX.Element;
|
|
2669
2689
|
//#endregion
|
|
2670
2690
|
//#region src/DesignTokens/Icons/Miscellaneous/ModeratedIcon.d.ts
|
|
2671
|
-
interface CustomSvgProps$
|
|
2691
|
+
interface CustomSvgProps$39 {
|
|
2672
2692
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2673
2693
|
}
|
|
2674
2694
|
declare function ModeratedIcon({
|
|
@@ -2677,10 +2697,10 @@ declare function ModeratedIcon({
|
|
|
2677
2697
|
fill,
|
|
2678
2698
|
size,
|
|
2679
2699
|
...rest
|
|
2680
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2700
|
+
}: SvgIconProps & CustomSvgProps$39): JSX.Element;
|
|
2681
2701
|
//#endregion
|
|
2682
2702
|
//#region src/DesignTokens/Icons/Miscellaneous/MultipleUsersIcon.d.ts
|
|
2683
|
-
interface CustomSvgProps$
|
|
2703
|
+
interface CustomSvgProps$38 {
|
|
2684
2704
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2685
2705
|
}
|
|
2686
2706
|
declare function MultipleUsersIcon({
|
|
@@ -2689,10 +2709,10 @@ declare function MultipleUsersIcon({
|
|
|
2689
2709
|
fill,
|
|
2690
2710
|
size,
|
|
2691
2711
|
...rest
|
|
2692
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2712
|
+
}: SvgIconProps & CustomSvgProps$38): JSX.Element;
|
|
2693
2713
|
//#endregion
|
|
2694
2714
|
//#region src/DesignTokens/Icons/Miscellaneous/NbOfUsersIcon.d.ts
|
|
2695
|
-
interface CustomSvgProps$
|
|
2715
|
+
interface CustomSvgProps$37 {
|
|
2696
2716
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2697
2717
|
}
|
|
2698
2718
|
declare function NbOfUsersIcon({
|
|
@@ -2701,10 +2721,10 @@ declare function NbOfUsersIcon({
|
|
|
2701
2721
|
fill,
|
|
2702
2722
|
size,
|
|
2703
2723
|
...rest
|
|
2704
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2724
|
+
}: SvgIconProps & CustomSvgProps$37): JSX.Element;
|
|
2705
2725
|
//#endregion
|
|
2706
2726
|
//#region src/DesignTokens/Icons/Miscellaneous/NeutralBackgroudIcon.d.ts
|
|
2707
|
-
interface CustomSvgProps$
|
|
2727
|
+
interface CustomSvgProps$36 {
|
|
2708
2728
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2709
2729
|
}
|
|
2710
2730
|
declare function NeutralBackgroudIcon({
|
|
@@ -2713,10 +2733,10 @@ declare function NeutralBackgroudIcon({
|
|
|
2713
2733
|
fill,
|
|
2714
2734
|
size,
|
|
2715
2735
|
...rest
|
|
2716
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2736
|
+
}: SvgIconProps & CustomSvgProps$36): JSX.Element;
|
|
2717
2737
|
//#endregion
|
|
2718
2738
|
//#region src/DesignTokens/Icons/Miscellaneous/OfficeDrawerIcon.d.ts
|
|
2719
|
-
interface CustomSvgProps$
|
|
2739
|
+
interface CustomSvgProps$35 {
|
|
2720
2740
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2721
2741
|
}
|
|
2722
2742
|
declare function OfficeDrawerIcon({
|
|
@@ -2725,10 +2745,10 @@ declare function OfficeDrawerIcon({
|
|
|
2725
2745
|
fill,
|
|
2726
2746
|
size,
|
|
2727
2747
|
...rest
|
|
2728
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2748
|
+
}: SvgIconProps & CustomSvgProps$35): JSX.Element;
|
|
2729
2749
|
//#endregion
|
|
2730
2750
|
//#region src/DesignTokens/Icons/Miscellaneous/OneColumnIcon.d.ts
|
|
2731
|
-
interface CustomSvgProps$
|
|
2751
|
+
interface CustomSvgProps$34 {
|
|
2732
2752
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2733
2753
|
}
|
|
2734
2754
|
declare function OneColumnIcon({
|
|
@@ -2737,10 +2757,10 @@ declare function OneColumnIcon({
|
|
|
2737
2757
|
fill,
|
|
2738
2758
|
size,
|
|
2739
2759
|
...rest
|
|
2740
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2760
|
+
}: SvgIconProps & CustomSvgProps$34): JSX.Element;
|
|
2741
2761
|
//#endregion
|
|
2742
2762
|
//#region src/DesignTokens/Icons/Miscellaneous/OtherTab.d.ts
|
|
2743
|
-
interface CustomSvgProps$
|
|
2763
|
+
interface CustomSvgProps$33 {
|
|
2744
2764
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2745
2765
|
}
|
|
2746
2766
|
declare function OtherTab({
|
|
@@ -2749,10 +2769,10 @@ declare function OtherTab({
|
|
|
2749
2769
|
fill,
|
|
2750
2770
|
size,
|
|
2751
2771
|
...rest
|
|
2752
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2772
|
+
}: SvgIconProps & CustomSvgProps$33): JSX.Element;
|
|
2753
2773
|
//#endregion
|
|
2754
2774
|
//#region src/DesignTokens/Icons/Miscellaneous/RefreshIcon.d.ts
|
|
2755
|
-
interface CustomSvgProps$
|
|
2775
|
+
interface CustomSvgProps$32 {
|
|
2756
2776
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2757
2777
|
}
|
|
2758
2778
|
declare function RefreshIcon({
|
|
@@ -2761,10 +2781,10 @@ declare function RefreshIcon({
|
|
|
2761
2781
|
fill,
|
|
2762
2782
|
size,
|
|
2763
2783
|
...rest
|
|
2764
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2784
|
+
}: SvgIconProps & CustomSvgProps$32): JSX.Element;
|
|
2765
2785
|
//#endregion
|
|
2766
2786
|
//#region src/DesignTokens/Icons/Miscellaneous/RefusedIcon.d.ts
|
|
2767
|
-
interface CustomSvgProps$
|
|
2787
|
+
interface CustomSvgProps$31 {
|
|
2768
2788
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2769
2789
|
}
|
|
2770
2790
|
declare function RefusedIcon({
|
|
@@ -2773,10 +2793,10 @@ declare function RefusedIcon({
|
|
|
2773
2793
|
fill,
|
|
2774
2794
|
size,
|
|
2775
2795
|
...rest
|
|
2776
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2796
|
+
}: SvgIconProps & CustomSvgProps$31): JSX.Element;
|
|
2777
2797
|
//#endregion
|
|
2778
2798
|
//#region src/DesignTokens/Icons/Miscellaneous/ReportIcon.d.ts
|
|
2779
|
-
interface CustomSvgProps$
|
|
2799
|
+
interface CustomSvgProps$30 {
|
|
2780
2800
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2781
2801
|
}
|
|
2782
2802
|
declare function ReportIcon({
|
|
@@ -2785,10 +2805,10 @@ declare function ReportIcon({
|
|
|
2785
2805
|
fill,
|
|
2786
2806
|
size,
|
|
2787
2807
|
...rest
|
|
2788
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2808
|
+
}: SvgIconProps & CustomSvgProps$30): JSX.Element;
|
|
2789
2809
|
//#endregion
|
|
2790
2810
|
//#region src/DesignTokens/Icons/Miscellaneous/RobotIcon.d.ts
|
|
2791
|
-
interface CustomSvgProps$
|
|
2811
|
+
interface CustomSvgProps$29 {
|
|
2792
2812
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2793
2813
|
}
|
|
2794
2814
|
declare function RobotIcon({
|
|
@@ -2797,10 +2817,10 @@ declare function RobotIcon({
|
|
|
2797
2817
|
fill,
|
|
2798
2818
|
size,
|
|
2799
2819
|
...rest
|
|
2800
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2820
|
+
}: SvgIconProps & CustomSvgProps$29): JSX.Element;
|
|
2801
2821
|
//#endregion
|
|
2802
2822
|
//#region src/DesignTokens/Icons/Miscellaneous/SeatIcon.d.ts
|
|
2803
|
-
interface CustomSvgProps$
|
|
2823
|
+
interface CustomSvgProps$28 {
|
|
2804
2824
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2805
2825
|
}
|
|
2806
2826
|
declare function SeatIcon({
|
|
@@ -2809,10 +2829,10 @@ declare function SeatIcon({
|
|
|
2809
2829
|
fill,
|
|
2810
2830
|
size,
|
|
2811
2831
|
...rest
|
|
2812
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2832
|
+
}: SvgIconProps & CustomSvgProps$28): JSX.Element;
|
|
2813
2833
|
//#endregion
|
|
2814
2834
|
//#region src/DesignTokens/Icons/Miscellaneous/SendEmailIcon.d.ts
|
|
2815
|
-
interface CustomSvgProps$
|
|
2835
|
+
interface CustomSvgProps$27 {
|
|
2816
2836
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2817
2837
|
}
|
|
2818
2838
|
declare function SendEmailIcon({
|
|
@@ -2821,10 +2841,10 @@ declare function SendEmailIcon({
|
|
|
2821
2841
|
fill,
|
|
2822
2842
|
size,
|
|
2823
2843
|
...rest
|
|
2824
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2844
|
+
}: SvgIconProps & CustomSvgProps$27): JSX.Element;
|
|
2825
2845
|
//#endregion
|
|
2826
2846
|
//#region src/DesignTokens/Icons/Miscellaneous/SendIcon.d.ts
|
|
2827
|
-
interface CustomSvgProps$
|
|
2847
|
+
interface CustomSvgProps$26 {
|
|
2828
2848
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2829
2849
|
}
|
|
2830
2850
|
declare function SendIcon({
|
|
@@ -2833,10 +2853,10 @@ declare function SendIcon({
|
|
|
2833
2853
|
fill,
|
|
2834
2854
|
size,
|
|
2835
2855
|
...rest
|
|
2836
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2856
|
+
}: SvgIconProps & CustomSvgProps$26): JSX.Element;
|
|
2837
2857
|
//#endregion
|
|
2838
2858
|
//#region src/DesignTokens/Icons/Miscellaneous/SmartBrainIcon.d.ts
|
|
2839
|
-
interface CustomSvgProps$
|
|
2859
|
+
interface CustomSvgProps$25 {
|
|
2840
2860
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2841
2861
|
}
|
|
2842
2862
|
declare function SmartBrainIcon({
|
|
@@ -2845,10 +2865,10 @@ declare function SmartBrainIcon({
|
|
|
2845
2865
|
fill,
|
|
2846
2866
|
size,
|
|
2847
2867
|
...rest
|
|
2848
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2868
|
+
}: SvgIconProps & CustomSvgProps$25): JSX.Element;
|
|
2849
2869
|
//#endregion
|
|
2850
2870
|
//#region src/DesignTokens/Icons/Miscellaneous/StarFilledIcon.d.ts
|
|
2851
|
-
interface CustomSvgProps$
|
|
2871
|
+
interface CustomSvgProps$24 {
|
|
2852
2872
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2853
2873
|
}
|
|
2854
2874
|
declare function StarFilledIcon({
|
|
@@ -2857,10 +2877,10 @@ declare function StarFilledIcon({
|
|
|
2857
2877
|
fill,
|
|
2858
2878
|
size,
|
|
2859
2879
|
...rest
|
|
2860
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2880
|
+
}: SvgIconProps & CustomSvgProps$24): JSX.Element;
|
|
2861
2881
|
//#endregion
|
|
2862
2882
|
//#region src/DesignTokens/Icons/Miscellaneous/StarIcon.d.ts
|
|
2863
|
-
interface CustomSvgProps$
|
|
2883
|
+
interface CustomSvgProps$23 {
|
|
2864
2884
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2865
2885
|
}
|
|
2866
2886
|
declare function StarIcon({
|
|
@@ -2869,10 +2889,10 @@ declare function StarIcon({
|
|
|
2869
2889
|
fill,
|
|
2870
2890
|
size,
|
|
2871
2891
|
...rest
|
|
2872
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2892
|
+
}: SvgIconProps & CustomSvgProps$23): JSX.Element;
|
|
2873
2893
|
//#endregion
|
|
2874
2894
|
//#region src/DesignTokens/Icons/Miscellaneous/TaskIcon.d.ts
|
|
2875
|
-
interface CustomSvgProps$
|
|
2895
|
+
interface CustomSvgProps$22 {
|
|
2876
2896
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2877
2897
|
}
|
|
2878
2898
|
declare function TaskIcon({
|
|
@@ -2881,10 +2901,10 @@ declare function TaskIcon({
|
|
|
2881
2901
|
fill,
|
|
2882
2902
|
size,
|
|
2883
2903
|
...rest
|
|
2884
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2904
|
+
}: SvgIconProps & CustomSvgProps$22): JSX.Element;
|
|
2885
2905
|
//#endregion
|
|
2886
2906
|
//#region src/DesignTokens/Icons/Miscellaneous/TestDetailsIcon.d.ts
|
|
2887
|
-
interface CustomSvgProps$
|
|
2907
|
+
interface CustomSvgProps$21 {
|
|
2888
2908
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2889
2909
|
}
|
|
2890
2910
|
declare function TestDetailsIcon({
|
|
@@ -2893,10 +2913,10 @@ declare function TestDetailsIcon({
|
|
|
2893
2913
|
fill,
|
|
2894
2914
|
size,
|
|
2895
2915
|
...rest
|
|
2896
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2916
|
+
}: SvgIconProps & CustomSvgProps$21): JSX.Element;
|
|
2897
2917
|
//#endregion
|
|
2898
2918
|
//#region src/DesignTokens/Icons/Miscellaneous/TestIcon.d.ts
|
|
2899
|
-
interface CustomSvgProps$
|
|
2919
|
+
interface CustomSvgProps$20 {
|
|
2900
2920
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2901
2921
|
}
|
|
2902
2922
|
declare function TestIcon({
|
|
@@ -2905,10 +2925,10 @@ declare function TestIcon({
|
|
|
2905
2925
|
fill,
|
|
2906
2926
|
size,
|
|
2907
2927
|
...rest
|
|
2908
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2928
|
+
}: SvgIconProps & CustomSvgProps$20): JSX.Element;
|
|
2909
2929
|
//#endregion
|
|
2910
2930
|
//#region src/DesignTokens/Icons/Miscellaneous/ThreeColumnIcon.d.ts
|
|
2911
|
-
interface CustomSvgProps$
|
|
2931
|
+
interface CustomSvgProps$19 {
|
|
2912
2932
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2913
2933
|
}
|
|
2914
2934
|
declare function ThreeColumnIcon({
|
|
@@ -2917,10 +2937,10 @@ declare function ThreeColumnIcon({
|
|
|
2917
2937
|
fill,
|
|
2918
2938
|
size,
|
|
2919
2939
|
...rest
|
|
2920
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2940
|
+
}: SvgIconProps & CustomSvgProps$19): JSX.Element;
|
|
2921
2941
|
//#endregion
|
|
2922
2942
|
//#region src/DesignTokens/Icons/Miscellaneous/TwoColumnIcon.d.ts
|
|
2923
|
-
interface CustomSvgProps$
|
|
2943
|
+
interface CustomSvgProps$18 {
|
|
2924
2944
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2925
2945
|
}
|
|
2926
2946
|
declare function TwoColumnIcon({
|
|
@@ -2929,10 +2949,10 @@ declare function TwoColumnIcon({
|
|
|
2929
2949
|
fill,
|
|
2930
2950
|
size,
|
|
2931
2951
|
...rest
|
|
2932
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2952
|
+
}: SvgIconProps & CustomSvgProps$18): JSX.Element;
|
|
2933
2953
|
//#endregion
|
|
2934
2954
|
//#region src/DesignTokens/Icons/Miscellaneous/UnmoderatedIcon.d.ts
|
|
2935
|
-
interface CustomSvgProps$
|
|
2955
|
+
interface CustomSvgProps$17 {
|
|
2936
2956
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2937
2957
|
}
|
|
2938
2958
|
declare function UnmoderatedIcon({
|
|
@@ -2941,10 +2961,10 @@ declare function UnmoderatedIcon({
|
|
|
2941
2961
|
fill,
|
|
2942
2962
|
size,
|
|
2943
2963
|
...rest
|
|
2944
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2964
|
+
}: SvgIconProps & CustomSvgProps$17): JSX.Element;
|
|
2945
2965
|
//#endregion
|
|
2946
2966
|
//#region src/DesignTokens/Icons/Miscellaneous/ViewIcon.d.ts
|
|
2947
|
-
interface CustomSvgProps$
|
|
2967
|
+
interface CustomSvgProps$16 {
|
|
2948
2968
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2949
2969
|
}
|
|
2950
2970
|
declare function ViewIcon({
|
|
@@ -2953,6 +2973,54 @@ declare function ViewIcon({
|
|
|
2953
2973
|
fill,
|
|
2954
2974
|
size,
|
|
2955
2975
|
...rest
|
|
2976
|
+
}: SvgIconProps & CustomSvgProps$16): JSX.Element;
|
|
2977
|
+
//#endregion
|
|
2978
|
+
//#region src/DesignTokens/Icons/Miscellaneous/QuoteIcon.d.ts
|
|
2979
|
+
interface CustomSvgProps$15 {
|
|
2980
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2981
|
+
}
|
|
2982
|
+
declare function QuoteIcon({
|
|
2983
|
+
stroke,
|
|
2984
|
+
strokeWidth,
|
|
2985
|
+
fill,
|
|
2986
|
+
size,
|
|
2987
|
+
...rest
|
|
2988
|
+
}: SvgIconProps & CustomSvgProps$15): JSX.Element;
|
|
2989
|
+
//#endregion
|
|
2990
|
+
//#region src/DesignTokens/Icons/Miscellaneous/HistoryIcon.d.ts
|
|
2991
|
+
interface CustomSvgProps$14 {
|
|
2992
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2993
|
+
}
|
|
2994
|
+
declare function HistoryIcon({
|
|
2995
|
+
stroke,
|
|
2996
|
+
strokeWidth,
|
|
2997
|
+
fill,
|
|
2998
|
+
size,
|
|
2999
|
+
...rest
|
|
3000
|
+
}: SvgIconProps & CustomSvgProps$14): JSX.Element;
|
|
3001
|
+
//#endregion
|
|
3002
|
+
//#region src/DesignTokens/Icons/Miscellaneous/ExpandIcon.d.ts
|
|
3003
|
+
interface CustomSvgProps$13 {
|
|
3004
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
3005
|
+
}
|
|
3006
|
+
declare function ExpandIcon({
|
|
3007
|
+
stroke,
|
|
3008
|
+
strokeWidth,
|
|
3009
|
+
fill,
|
|
3010
|
+
size,
|
|
3011
|
+
...rest
|
|
3012
|
+
}: SvgIconProps & CustomSvgProps$13): JSX.Element;
|
|
3013
|
+
//#endregion
|
|
3014
|
+
//#region src/DesignTokens/Icons/Miscellaneous/PaintingPaletteIcon.d.ts
|
|
3015
|
+
interface CustomSvgProps$12 {
|
|
3016
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
3017
|
+
}
|
|
3018
|
+
declare function PaintingPaletteIcon({
|
|
3019
|
+
stroke,
|
|
3020
|
+
strokeWidth,
|
|
3021
|
+
fill,
|
|
3022
|
+
size,
|
|
3023
|
+
...rest
|
|
2956
3024
|
}: SvgIconProps & CustomSvgProps$12): JSX.Element;
|
|
2957
3025
|
//#endregion
|
|
2958
3026
|
//#region src/DesignTokens/Icons/Miscellaneous/ViewOffIcon.d.ts
|
|
@@ -4992,5 +5060,5 @@ declare const getIconSize: (size: "sm" | "base" | "lg" | "xl") => string;
|
|
|
4992
5060
|
*/
|
|
4993
5061
|
declare const getReadableTextColor: (backgroundColor: Colord) => string;
|
|
4994
5062
|
//#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 };
|
|
5063
|
+
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, ExpandIcon, 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, HistoryIcon, 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, PaintingPaletteIcon, 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, PdfReport, PencilWriteIcon, PlayFillIcon, PlayIcon, PlayStoreBadge, PointingMan, PopoverBeta, PreviousIcon, PricingCard, PricingCheckedIcon, ProjectSvg as ProjectHoverSvg, ProjectSvg$1 as ProjectSvg, QuestionButton, QuestionCircledIcon, QuoteIcon, 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
5064
|
//# sourceMappingURL=index.d.ts.map
|