odaptos_design_system 2.0.344 → 2.0.346
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 +36 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +253 -241
- package/dist/index.d.ts +253 -241
- package/dist/index.js +36 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -661,7 +661,7 @@ declare const colors: ColorPalette;
|
|
|
661
661
|
declare const getColor: (colorName: string, shade: string) => string | undefined;
|
|
662
662
|
//#endregion
|
|
663
663
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineDownIcon.d.ts
|
|
664
|
-
interface CustomSvgProps$
|
|
664
|
+
interface CustomSvgProps$186 {
|
|
665
665
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
666
666
|
}
|
|
667
667
|
declare function ArrowDoubleLineDownIcon({
|
|
@@ -670,10 +670,10 @@ declare function ArrowDoubleLineDownIcon({
|
|
|
670
670
|
fill,
|
|
671
671
|
size,
|
|
672
672
|
...rest
|
|
673
|
-
}: SvgIconProps & CustomSvgProps$
|
|
673
|
+
}: SvgIconProps & CustomSvgProps$186): JSX.Element;
|
|
674
674
|
//#endregion
|
|
675
675
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineLeftIcon.d.ts
|
|
676
|
-
interface CustomSvgProps$
|
|
676
|
+
interface CustomSvgProps$185 {
|
|
677
677
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
678
678
|
}
|
|
679
679
|
declare function ArrowDoubleLineLeftIcon({
|
|
@@ -682,10 +682,10 @@ declare function ArrowDoubleLineLeftIcon({
|
|
|
682
682
|
fill,
|
|
683
683
|
size,
|
|
684
684
|
...rest
|
|
685
|
-
}: SvgIconProps & CustomSvgProps$
|
|
685
|
+
}: SvgIconProps & CustomSvgProps$185): JSX.Element;
|
|
686
686
|
//#endregion
|
|
687
687
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineRightIcon.d.ts
|
|
688
|
-
interface CustomSvgProps$
|
|
688
|
+
interface CustomSvgProps$184 {
|
|
689
689
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
690
690
|
}
|
|
691
691
|
declare function ArrowDoubleLineRightIcon({
|
|
@@ -694,10 +694,10 @@ declare function ArrowDoubleLineRightIcon({
|
|
|
694
694
|
fill,
|
|
695
695
|
size,
|
|
696
696
|
...rest
|
|
697
|
-
}: SvgIconProps & CustomSvgProps$
|
|
697
|
+
}: SvgIconProps & CustomSvgProps$184): JSX.Element;
|
|
698
698
|
//#endregion
|
|
699
699
|
//#region src/DesignTokens/Icons/Arrows/ArrowDoubleLineUpIcon.d.ts
|
|
700
|
-
interface CustomSvgProps$
|
|
700
|
+
interface CustomSvgProps$183 {
|
|
701
701
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
702
702
|
}
|
|
703
703
|
declare function ArrowDoubleLineUpIcon({
|
|
@@ -706,10 +706,10 @@ declare function ArrowDoubleLineUpIcon({
|
|
|
706
706
|
fill,
|
|
707
707
|
size,
|
|
708
708
|
...rest
|
|
709
|
-
}: SvgIconProps & CustomSvgProps$
|
|
709
|
+
}: SvgIconProps & CustomSvgProps$183): JSX.Element;
|
|
710
710
|
//#endregion
|
|
711
711
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledDownIcon.d.ts
|
|
712
|
-
interface CustomSvgProps$
|
|
712
|
+
interface CustomSvgProps$182 {
|
|
713
713
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
714
714
|
}
|
|
715
715
|
declare function ArrowFilledDownIcon({
|
|
@@ -718,10 +718,10 @@ declare function ArrowFilledDownIcon({
|
|
|
718
718
|
fill,
|
|
719
719
|
size,
|
|
720
720
|
...rest
|
|
721
|
-
}: SvgIconProps & CustomSvgProps$
|
|
721
|
+
}: SvgIconProps & CustomSvgProps$182): JSX.Element;
|
|
722
722
|
//#endregion
|
|
723
723
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledLeftIcon.d.ts
|
|
724
|
-
interface CustomSvgProps$
|
|
724
|
+
interface CustomSvgProps$181 {
|
|
725
725
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
726
726
|
}
|
|
727
727
|
declare function ArrowFilledLeftIcon({
|
|
@@ -730,10 +730,10 @@ declare function ArrowFilledLeftIcon({
|
|
|
730
730
|
fill,
|
|
731
731
|
size,
|
|
732
732
|
...rest
|
|
733
|
-
}: SvgIconProps & CustomSvgProps$
|
|
733
|
+
}: SvgIconProps & CustomSvgProps$181): JSX.Element;
|
|
734
734
|
//#endregion
|
|
735
735
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledRightIcon.d.ts
|
|
736
|
-
interface CustomSvgProps$
|
|
736
|
+
interface CustomSvgProps$180 {
|
|
737
737
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
738
738
|
}
|
|
739
739
|
declare function ArrowFilledRightIcon({
|
|
@@ -742,10 +742,10 @@ declare function ArrowFilledRightIcon({
|
|
|
742
742
|
fill,
|
|
743
743
|
size,
|
|
744
744
|
...rest
|
|
745
|
-
}: SvgIconProps & CustomSvgProps$
|
|
745
|
+
}: SvgIconProps & CustomSvgProps$180): JSX.Element;
|
|
746
746
|
//#endregion
|
|
747
747
|
//#region src/DesignTokens/Icons/Arrows/ArrowFilledUpIcon.d.ts
|
|
748
|
-
interface CustomSvgProps$
|
|
748
|
+
interface CustomSvgProps$179 {
|
|
749
749
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
750
750
|
}
|
|
751
751
|
declare function ArrowFilledUpIcon({
|
|
@@ -754,10 +754,10 @@ declare function ArrowFilledUpIcon({
|
|
|
754
754
|
fill,
|
|
755
755
|
size,
|
|
756
756
|
...rest
|
|
757
|
-
}: SvgIconProps & CustomSvgProps$
|
|
757
|
+
}: SvgIconProps & CustomSvgProps$179): JSX.Element;
|
|
758
758
|
//#endregion
|
|
759
759
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineDownIcon.d.ts
|
|
760
|
-
interface CustomSvgProps$
|
|
760
|
+
interface CustomSvgProps$178 {
|
|
761
761
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
762
762
|
}
|
|
763
763
|
declare function ArrowLineDowIcon({
|
|
@@ -766,10 +766,10 @@ declare function ArrowLineDowIcon({
|
|
|
766
766
|
fill,
|
|
767
767
|
size,
|
|
768
768
|
...rest
|
|
769
|
-
}: SvgIconProps & CustomSvgProps$
|
|
769
|
+
}: SvgIconProps & CustomSvgProps$178): JSX.Element;
|
|
770
770
|
//#endregion
|
|
771
771
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineLeftIcon.d.ts
|
|
772
|
-
interface CustomSvgProps$
|
|
772
|
+
interface CustomSvgProps$177 {
|
|
773
773
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
774
774
|
}
|
|
775
775
|
declare function ArrowLineLeftIcon({
|
|
@@ -778,10 +778,10 @@ declare function ArrowLineLeftIcon({
|
|
|
778
778
|
fill,
|
|
779
779
|
size,
|
|
780
780
|
...rest
|
|
781
|
-
}: SvgIconProps & CustomSvgProps$
|
|
781
|
+
}: SvgIconProps & CustomSvgProps$177): JSX.Element;
|
|
782
782
|
//#endregion
|
|
783
783
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineRightIcon.d.ts
|
|
784
|
-
interface CustomSvgProps$
|
|
784
|
+
interface CustomSvgProps$176 {
|
|
785
785
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
786
786
|
}
|
|
787
787
|
declare function ArrowLineRightIcon({
|
|
@@ -790,10 +790,10 @@ declare function ArrowLineRightIcon({
|
|
|
790
790
|
fill,
|
|
791
791
|
size,
|
|
792
792
|
...rest
|
|
793
|
-
}: SvgIconProps & CustomSvgProps$
|
|
793
|
+
}: SvgIconProps & CustomSvgProps$176): JSX.Element;
|
|
794
794
|
//#endregion
|
|
795
795
|
//#region src/DesignTokens/Icons/Arrows/ArrowLineUpIcon.d.ts
|
|
796
|
-
interface CustomSvgProps$
|
|
796
|
+
interface CustomSvgProps$175 {
|
|
797
797
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
798
798
|
}
|
|
799
799
|
declare function ArrowLineUpIcon({
|
|
@@ -802,10 +802,10 @@ declare function ArrowLineUpIcon({
|
|
|
802
802
|
fill,
|
|
803
803
|
size,
|
|
804
804
|
...rest
|
|
805
|
-
}: SvgIconProps & CustomSvgProps$
|
|
805
|
+
}: SvgIconProps & CustomSvgProps$175): JSX.Element;
|
|
806
806
|
//#endregion
|
|
807
807
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDown.d.ts
|
|
808
|
-
interface CustomSvgProps$
|
|
808
|
+
interface CustomSvgProps$174 {
|
|
809
809
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
810
810
|
}
|
|
811
811
|
declare function ArrowPointerDown({
|
|
@@ -814,10 +814,10 @@ declare function ArrowPointerDown({
|
|
|
814
814
|
fill,
|
|
815
815
|
size,
|
|
816
816
|
...rest
|
|
817
|
-
}: SvgIconProps & CustomSvgProps$
|
|
817
|
+
}: SvgIconProps & CustomSvgProps$174): JSX.Element;
|
|
818
818
|
//#endregion
|
|
819
819
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownLeft.d.ts
|
|
820
|
-
interface CustomSvgProps$
|
|
820
|
+
interface CustomSvgProps$173 {
|
|
821
821
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
822
822
|
}
|
|
823
823
|
declare function ArrowPointerDownLeft({
|
|
@@ -826,10 +826,10 @@ declare function ArrowPointerDownLeft({
|
|
|
826
826
|
fill,
|
|
827
827
|
size,
|
|
828
828
|
...rest
|
|
829
|
-
}: SvgIconProps & CustomSvgProps$
|
|
829
|
+
}: SvgIconProps & CustomSvgProps$173): JSX.Element;
|
|
830
830
|
//#endregion
|
|
831
831
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerDownRight.d.ts
|
|
832
|
-
interface CustomSvgProps$
|
|
832
|
+
interface CustomSvgProps$172 {
|
|
833
833
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
834
834
|
}
|
|
835
835
|
declare function ArrowPointerDownRight({
|
|
@@ -838,10 +838,10 @@ declare function ArrowPointerDownRight({
|
|
|
838
838
|
fill,
|
|
839
839
|
size,
|
|
840
840
|
...rest
|
|
841
|
-
}: SvgIconProps & CustomSvgProps$
|
|
841
|
+
}: SvgIconProps & CustomSvgProps$172): JSX.Element;
|
|
842
842
|
//#endregion
|
|
843
843
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerLeft.d.ts
|
|
844
|
-
interface CustomSvgProps$
|
|
844
|
+
interface CustomSvgProps$171 {
|
|
845
845
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
846
846
|
}
|
|
847
847
|
declare function ArrowPointerLeft({
|
|
@@ -850,10 +850,10 @@ declare function ArrowPointerLeft({
|
|
|
850
850
|
fill,
|
|
851
851
|
size,
|
|
852
852
|
...rest
|
|
853
|
-
}: SvgIconProps & CustomSvgProps$
|
|
853
|
+
}: SvgIconProps & CustomSvgProps$171): JSX.Element;
|
|
854
854
|
//#endregion
|
|
855
855
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerRight.d.ts
|
|
856
|
-
interface CustomSvgProps$
|
|
856
|
+
interface CustomSvgProps$170 {
|
|
857
857
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
858
858
|
}
|
|
859
859
|
declare function ArrowPointerRight({
|
|
@@ -862,10 +862,10 @@ declare function ArrowPointerRight({
|
|
|
862
862
|
fill,
|
|
863
863
|
size,
|
|
864
864
|
...rest
|
|
865
|
-
}: SvgIconProps & CustomSvgProps$
|
|
865
|
+
}: SvgIconProps & CustomSvgProps$170): JSX.Element;
|
|
866
866
|
//#endregion
|
|
867
867
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUp.d.ts
|
|
868
|
-
interface CustomSvgProps$
|
|
868
|
+
interface CustomSvgProps$169 {
|
|
869
869
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
870
870
|
}
|
|
871
871
|
declare function ArrowPointerUp({
|
|
@@ -874,10 +874,10 @@ declare function ArrowPointerUp({
|
|
|
874
874
|
fill,
|
|
875
875
|
size,
|
|
876
876
|
...rest
|
|
877
|
-
}: SvgIconProps & CustomSvgProps$
|
|
877
|
+
}: SvgIconProps & CustomSvgProps$169): JSX.Element;
|
|
878
878
|
//#endregion
|
|
879
879
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpLeft.d.ts
|
|
880
|
-
interface CustomSvgProps$
|
|
880
|
+
interface CustomSvgProps$168 {
|
|
881
881
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
882
882
|
}
|
|
883
883
|
declare function ArrowPointerUpLeft({
|
|
@@ -886,10 +886,10 @@ declare function ArrowPointerUpLeft({
|
|
|
886
886
|
fill,
|
|
887
887
|
size,
|
|
888
888
|
...rest
|
|
889
|
-
}: SvgIconProps & CustomSvgProps$
|
|
889
|
+
}: SvgIconProps & CustomSvgProps$168): JSX.Element;
|
|
890
890
|
//#endregion
|
|
891
891
|
//#region src/DesignTokens/Icons/Arrows/ArrowPointerUpRight.d.ts
|
|
892
|
-
interface CustomSvgProps$
|
|
892
|
+
interface CustomSvgProps$167 {
|
|
893
893
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
894
894
|
}
|
|
895
895
|
declare function ArrowPointerUpRight({
|
|
@@ -898,10 +898,10 @@ declare function ArrowPointerUpRight({
|
|
|
898
898
|
fill,
|
|
899
899
|
size,
|
|
900
900
|
...rest
|
|
901
|
-
}: SvgIconProps & CustomSvgProps$
|
|
901
|
+
}: SvgIconProps & CustomSvgProps$167): JSX.Element;
|
|
902
902
|
//#endregion
|
|
903
903
|
//#region src/DesignTokens/Icons/Circled/AddCircledIcon.d.ts
|
|
904
|
-
interface CustomSvgProps$
|
|
904
|
+
interface CustomSvgProps$166 {
|
|
905
905
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
906
906
|
}
|
|
907
907
|
declare function AddCircledIcon({
|
|
@@ -910,10 +910,10 @@ declare function AddCircledIcon({
|
|
|
910
910
|
fill,
|
|
911
911
|
size,
|
|
912
912
|
...rest
|
|
913
|
-
}: SvgIconProps & CustomSvgProps$
|
|
913
|
+
}: SvgIconProps & CustomSvgProps$166): JSX.Element;
|
|
914
914
|
//#endregion
|
|
915
915
|
//#region src/DesignTokens/Icons/Circled/AlertCircledIcon.d.ts
|
|
916
|
-
interface CustomSvgProps$
|
|
916
|
+
interface CustomSvgProps$165 {
|
|
917
917
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
918
918
|
}
|
|
919
919
|
declare function AlertCircledIcon({
|
|
@@ -922,10 +922,10 @@ declare function AlertCircledIcon({
|
|
|
922
922
|
fill,
|
|
923
923
|
size,
|
|
924
924
|
...rest
|
|
925
|
-
}: SvgIconProps & CustomSvgProps$
|
|
925
|
+
}: SvgIconProps & CustomSvgProps$165): JSX.Element;
|
|
926
926
|
//#endregion
|
|
927
927
|
//#region src/DesignTokens/Icons/Circled/CheckedCircled.d.ts
|
|
928
|
-
interface CustomSvgProps$
|
|
928
|
+
interface CustomSvgProps$164 {
|
|
929
929
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
930
930
|
}
|
|
931
931
|
declare function CheckedCircled({
|
|
@@ -934,10 +934,10 @@ declare function CheckedCircled({
|
|
|
934
934
|
fill,
|
|
935
935
|
size,
|
|
936
936
|
...rest
|
|
937
|
-
}: SvgIconProps & CustomSvgProps$
|
|
937
|
+
}: SvgIconProps & CustomSvgProps$164): JSX.Element;
|
|
938
938
|
//#endregion
|
|
939
939
|
//#region src/DesignTokens/Icons/Circled/InfoCircledIcon.d.ts
|
|
940
|
-
interface CustomSvgProps$
|
|
940
|
+
interface CustomSvgProps$163 {
|
|
941
941
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
942
942
|
}
|
|
943
943
|
declare function InfoCircledIcon({
|
|
@@ -946,10 +946,10 @@ declare function InfoCircledIcon({
|
|
|
946
946
|
fill,
|
|
947
947
|
size,
|
|
948
948
|
...rest
|
|
949
|
-
}: SvgIconProps & CustomSvgProps$
|
|
949
|
+
}: SvgIconProps & CustomSvgProps$163): JSX.Element;
|
|
950
950
|
//#endregion
|
|
951
951
|
//#region src/DesignTokens/Icons/Circled/MinusCircledIcon.d.ts
|
|
952
|
-
interface CustomSvgProps$
|
|
952
|
+
interface CustomSvgProps$162 {
|
|
953
953
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
954
954
|
}
|
|
955
955
|
declare function MinusCircledIcon({
|
|
@@ -958,10 +958,10 @@ declare function MinusCircledIcon({
|
|
|
958
958
|
fill,
|
|
959
959
|
size,
|
|
960
960
|
...rest
|
|
961
|
-
}: SvgIconProps & CustomSvgProps$
|
|
961
|
+
}: SvgIconProps & CustomSvgProps$162): JSX.Element;
|
|
962
962
|
//#endregion
|
|
963
963
|
//#region src/DesignTokens/Icons/Circled/NavigationCircledIcon.d.ts
|
|
964
|
-
interface CustomSvgProps$
|
|
964
|
+
interface CustomSvgProps$161 {
|
|
965
965
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
966
966
|
}
|
|
967
967
|
declare function NavigationCircledIcon({
|
|
@@ -970,10 +970,10 @@ declare function NavigationCircledIcon({
|
|
|
970
970
|
fill,
|
|
971
971
|
size,
|
|
972
972
|
...rest
|
|
973
|
-
}: SvgIconProps & CustomSvgProps$
|
|
973
|
+
}: SvgIconProps & CustomSvgProps$161): JSX.Element;
|
|
974
974
|
//#endregion
|
|
975
975
|
//#region src/DesignTokens/Icons/Circled/QuestionCircledIcon.d.ts
|
|
976
|
-
interface CustomSvgProps$
|
|
976
|
+
interface CustomSvgProps$160 {
|
|
977
977
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
978
978
|
}
|
|
979
979
|
declare function QuestionCircledIcon({
|
|
@@ -982,10 +982,10 @@ declare function QuestionCircledIcon({
|
|
|
982
982
|
fill,
|
|
983
983
|
size,
|
|
984
984
|
...rest
|
|
985
|
-
}: SvgIconProps & CustomSvgProps$
|
|
985
|
+
}: SvgIconProps & CustomSvgProps$160): JSX.Element;
|
|
986
986
|
//#endregion
|
|
987
987
|
//#region src/DesignTokens/Icons/Circled/RemoveCircledIcon.d.ts
|
|
988
|
-
interface CustomSvgProps$
|
|
988
|
+
interface CustomSvgProps$159 {
|
|
989
989
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
990
990
|
}
|
|
991
991
|
declare function RemoveCircledIcon({
|
|
@@ -994,10 +994,10 @@ declare function RemoveCircledIcon({
|
|
|
994
994
|
fill,
|
|
995
995
|
size,
|
|
996
996
|
...rest
|
|
997
|
-
}: SvgIconProps & CustomSvgProps$
|
|
997
|
+
}: SvgIconProps & CustomSvgProps$159): JSX.Element;
|
|
998
998
|
//#endregion
|
|
999
999
|
//#region src/DesignTokens/Icons/Circled/SearchCircledIcon.d.ts
|
|
1000
|
-
interface CustomSvgProps$
|
|
1000
|
+
interface CustomSvgProps$158 {
|
|
1001
1001
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1002
1002
|
}
|
|
1003
1003
|
declare function SearchCircledIcon({
|
|
@@ -1006,10 +1006,10 @@ declare function SearchCircledIcon({
|
|
|
1006
1006
|
fill,
|
|
1007
1007
|
size,
|
|
1008
1008
|
...rest
|
|
1009
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1009
|
+
}: SvgIconProps & CustomSvgProps$158): JSX.Element;
|
|
1010
1010
|
//#endregion
|
|
1011
1011
|
//#region src/DesignTokens/Icons/Circled/SettingsCircledIcon.d.ts
|
|
1012
|
-
interface CustomSvgProps$
|
|
1012
|
+
interface CustomSvgProps$157 {
|
|
1013
1013
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1014
1014
|
}
|
|
1015
1015
|
declare function SettingsCircledIcon({
|
|
@@ -1018,10 +1018,10 @@ declare function SettingsCircledIcon({
|
|
|
1018
1018
|
fill,
|
|
1019
1019
|
size,
|
|
1020
1020
|
...rest
|
|
1021
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1021
|
+
}: SvgIconProps & CustomSvgProps$157): JSX.Element;
|
|
1022
1022
|
//#endregion
|
|
1023
1023
|
//#region src/DesignTokens/Icons/Equipment/CameraIcon.d.ts
|
|
1024
|
-
interface CustomSvgProps$
|
|
1024
|
+
interface CustomSvgProps$156 {
|
|
1025
1025
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1026
1026
|
}
|
|
1027
1027
|
declare function CameraIcon({
|
|
@@ -1030,10 +1030,10 @@ declare function CameraIcon({
|
|
|
1030
1030
|
fill,
|
|
1031
1031
|
size,
|
|
1032
1032
|
...rest
|
|
1033
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1033
|
+
}: SvgIconProps & CustomSvgProps$156): JSX.Element;
|
|
1034
1034
|
//#endregion
|
|
1035
1035
|
//#region src/DesignTokens/Icons/Equipment/LaptopIcon.d.ts
|
|
1036
|
-
interface CustomSvgProps$
|
|
1036
|
+
interface CustomSvgProps$155 {
|
|
1037
1037
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1038
1038
|
}
|
|
1039
1039
|
declare function LaptopIcon({
|
|
@@ -1042,10 +1042,10 @@ declare function LaptopIcon({
|
|
|
1042
1042
|
fill,
|
|
1043
1043
|
size,
|
|
1044
1044
|
...rest
|
|
1045
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1045
|
+
}: SvgIconProps & CustomSvgProps$155): JSX.Element;
|
|
1046
1046
|
//#endregion
|
|
1047
1047
|
//#region src/DesignTokens/Icons/Equipment/MicrophonePodcastIcon.d.ts
|
|
1048
|
-
interface CustomSvgProps$
|
|
1048
|
+
interface CustomSvgProps$154 {
|
|
1049
1049
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1050
1050
|
}
|
|
1051
1051
|
declare function MicrophonePodcastIcon({
|
|
@@ -1054,10 +1054,10 @@ declare function MicrophonePodcastIcon({
|
|
|
1054
1054
|
fill,
|
|
1055
1055
|
size,
|
|
1056
1056
|
...rest
|
|
1057
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1057
|
+
}: SvgIconProps & CustomSvgProps$154): JSX.Element;
|
|
1058
1058
|
//#endregion
|
|
1059
1059
|
//#region src/DesignTokens/Icons/Equipment/MobileIcon.d.ts
|
|
1060
|
-
interface CustomSvgProps$
|
|
1060
|
+
interface CustomSvgProps$153 {
|
|
1061
1061
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1062
1062
|
}
|
|
1063
1063
|
declare function MobileIcon({
|
|
@@ -1066,10 +1066,10 @@ declare function MobileIcon({
|
|
|
1066
1066
|
fill,
|
|
1067
1067
|
size,
|
|
1068
1068
|
...rest
|
|
1069
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1069
|
+
}: SvgIconProps & CustomSvgProps$153): JSX.Element;
|
|
1070
1070
|
//#endregion
|
|
1071
1071
|
//#region src/DesignTokens/Icons/Equipment/TvFlatScreenIcon.d.ts
|
|
1072
|
-
interface CustomSvgProps$
|
|
1072
|
+
interface CustomSvgProps$152 {
|
|
1073
1073
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1074
1074
|
}
|
|
1075
1075
|
declare function TvFlatScreenIcon({
|
|
@@ -1078,10 +1078,10 @@ declare function TvFlatScreenIcon({
|
|
|
1078
1078
|
fill,
|
|
1079
1079
|
size,
|
|
1080
1080
|
...rest
|
|
1081
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1081
|
+
}: SvgIconProps & CustomSvgProps$152): JSX.Element;
|
|
1082
1082
|
//#endregion
|
|
1083
1083
|
//#region src/DesignTokens/Icons/Equipment/TvIcon.d.ts
|
|
1084
|
-
interface CustomSvgProps$
|
|
1084
|
+
interface CustomSvgProps$151 {
|
|
1085
1085
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1086
1086
|
}
|
|
1087
1087
|
declare function TvIcon({
|
|
@@ -1090,7 +1090,7 @@ declare function TvIcon({
|
|
|
1090
1090
|
fill,
|
|
1091
1091
|
size,
|
|
1092
1092
|
...rest
|
|
1093
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1093
|
+
}: SvgIconProps & CustomSvgProps$151): JSX.Element;
|
|
1094
1094
|
//#endregion
|
|
1095
1095
|
//#region src/DesignTokens/Icons/Illustrations/AI_UserTest.d.ts
|
|
1096
1096
|
declare function AI_UserTest({
|
|
@@ -1320,7 +1320,7 @@ declare function WaitingMen({
|
|
|
1320
1320
|
}: SvgIconProps): JSX.Element;
|
|
1321
1321
|
//#endregion
|
|
1322
1322
|
//#region src/DesignTokens/Icons/Interaction/AccountIcon.d.ts
|
|
1323
|
-
interface CustomSvgProps$
|
|
1323
|
+
interface CustomSvgProps$150 {
|
|
1324
1324
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1325
1325
|
}
|
|
1326
1326
|
declare function AccountIcon({
|
|
@@ -1329,10 +1329,10 @@ declare function AccountIcon({
|
|
|
1329
1329
|
fill,
|
|
1330
1330
|
size,
|
|
1331
1331
|
...rest
|
|
1332
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1332
|
+
}: SvgIconProps & CustomSvgProps$150): JSX.Element;
|
|
1333
1333
|
//#endregion
|
|
1334
1334
|
//#region src/DesignTokens/Icons/Interaction/AccountIconMksite.d.ts
|
|
1335
|
-
interface CustomSvgProps$
|
|
1335
|
+
interface CustomSvgProps$149 {
|
|
1336
1336
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1337
1337
|
}
|
|
1338
1338
|
declare function AccountIconMksite({
|
|
@@ -1341,10 +1341,10 @@ declare function AccountIconMksite({
|
|
|
1341
1341
|
fill,
|
|
1342
1342
|
size,
|
|
1343
1343
|
...rest
|
|
1344
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1344
|
+
}: SvgIconProps & CustomSvgProps$149): JSX.Element;
|
|
1345
1345
|
//#endregion
|
|
1346
1346
|
//#region src/DesignTokens/Icons/Interaction/KeyIcon.d.ts
|
|
1347
|
-
interface CustomSvgProps$
|
|
1347
|
+
interface CustomSvgProps$148 {
|
|
1348
1348
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1349
1349
|
}
|
|
1350
1350
|
declare function KeyIcon({
|
|
@@ -1353,10 +1353,10 @@ declare function KeyIcon({
|
|
|
1353
1353
|
fill,
|
|
1354
1354
|
size,
|
|
1355
1355
|
...rest
|
|
1356
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1356
|
+
}: SvgIconProps & CustomSvgProps$148): JSX.Element;
|
|
1357
1357
|
//#endregion
|
|
1358
1358
|
//#region src/DesignTokens/Icons/Interaction/MailIcon.d.ts
|
|
1359
|
-
interface CustomSvgProps$
|
|
1359
|
+
interface CustomSvgProps$147 {
|
|
1360
1360
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1361
1361
|
}
|
|
1362
1362
|
declare function MailIcon({
|
|
@@ -1365,10 +1365,10 @@ declare function MailIcon({
|
|
|
1365
1365
|
fill,
|
|
1366
1366
|
size,
|
|
1367
1367
|
...rest
|
|
1368
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1368
|
+
}: SvgIconProps & CustomSvgProps$147): JSX.Element;
|
|
1369
1369
|
//#endregion
|
|
1370
1370
|
//#region src/DesignTokens/Icons/Interaction/RoleIcon.d.ts
|
|
1371
|
-
interface CustomSvgProps$
|
|
1371
|
+
interface CustomSvgProps$146 {
|
|
1372
1372
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1373
1373
|
}
|
|
1374
1374
|
declare function RoleIcon({
|
|
@@ -1377,10 +1377,10 @@ declare function RoleIcon({
|
|
|
1377
1377
|
fill,
|
|
1378
1378
|
size,
|
|
1379
1379
|
...rest
|
|
1380
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1380
|
+
}: SvgIconProps & CustomSvgProps$146): JSX.Element;
|
|
1381
1381
|
//#endregion
|
|
1382
1382
|
//#region src/DesignTokens/Icons/Interaction/AddIcon.d.ts
|
|
1383
|
-
interface CustomSvgProps$
|
|
1383
|
+
interface CustomSvgProps$145 {
|
|
1384
1384
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1385
1385
|
}
|
|
1386
1386
|
declare function AddIcon({
|
|
@@ -1389,10 +1389,10 @@ declare function AddIcon({
|
|
|
1389
1389
|
fill,
|
|
1390
1390
|
size,
|
|
1391
1391
|
...rest
|
|
1392
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1392
|
+
}: SvgIconProps & CustomSvgProps$145): JSX.Element;
|
|
1393
1393
|
//#endregion
|
|
1394
1394
|
//#region src/DesignTokens/Icons/Interaction/AddTagIcon.d.ts
|
|
1395
|
-
interface CustomSvgProps$
|
|
1395
|
+
interface CustomSvgProps$144 {
|
|
1396
1396
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1397
1397
|
}
|
|
1398
1398
|
declare function AddTagIcon({
|
|
@@ -1401,10 +1401,10 @@ declare function AddTagIcon({
|
|
|
1401
1401
|
fill,
|
|
1402
1402
|
size,
|
|
1403
1403
|
...rest
|
|
1404
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1404
|
+
}: SvgIconProps & CustomSvgProps$144): JSX.Element;
|
|
1405
1405
|
//#endregion
|
|
1406
1406
|
//#region src/DesignTokens/Icons/Interaction/AgendaIcon.d.ts
|
|
1407
|
-
interface CustomSvgProps$
|
|
1407
|
+
interface CustomSvgProps$143 {
|
|
1408
1408
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1409
1409
|
}
|
|
1410
1410
|
declare function AgendaIcon({
|
|
@@ -1413,10 +1413,10 @@ declare function AgendaIcon({
|
|
|
1413
1413
|
fill,
|
|
1414
1414
|
size,
|
|
1415
1415
|
...rest
|
|
1416
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1416
|
+
}: SvgIconProps & CustomSvgProps$143): JSX.Element;
|
|
1417
1417
|
//#endregion
|
|
1418
1418
|
//#region src/DesignTokens/Icons/Interaction/BillingIcon.d.ts
|
|
1419
|
-
interface CustomSvgProps$
|
|
1419
|
+
interface CustomSvgProps$142 {
|
|
1420
1420
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1421
1421
|
}
|
|
1422
1422
|
declare function BillingIcon({
|
|
@@ -1425,10 +1425,10 @@ declare function BillingIcon({
|
|
|
1425
1425
|
fill,
|
|
1426
1426
|
size,
|
|
1427
1427
|
...rest
|
|
1428
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1428
|
+
}: SvgIconProps & CustomSvgProps$142): JSX.Element;
|
|
1429
1429
|
//#endregion
|
|
1430
1430
|
//#region src/DesignTokens/Icons/Interaction/BinIcon.d.ts
|
|
1431
|
-
interface CustomSvgProps$
|
|
1431
|
+
interface CustomSvgProps$141 {
|
|
1432
1432
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1433
1433
|
}
|
|
1434
1434
|
declare function BinIcon({
|
|
@@ -1437,10 +1437,10 @@ declare function BinIcon({
|
|
|
1437
1437
|
fill,
|
|
1438
1438
|
size,
|
|
1439
1439
|
...rest
|
|
1440
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1440
|
+
}: SvgIconProps & CustomSvgProps$141): JSX.Element;
|
|
1441
1441
|
//#endregion
|
|
1442
1442
|
//#region src/DesignTokens/Icons/Interaction/CheckedIcon.d.ts
|
|
1443
|
-
interface CustomSvgProps$
|
|
1443
|
+
interface CustomSvgProps$140 {
|
|
1444
1444
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1445
1445
|
}
|
|
1446
1446
|
declare function CheckedIcon({
|
|
@@ -1449,10 +1449,10 @@ declare function CheckedIcon({
|
|
|
1449
1449
|
fill,
|
|
1450
1450
|
size,
|
|
1451
1451
|
...rest
|
|
1452
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1452
|
+
}: SvgIconProps & CustomSvgProps$140): JSX.Element;
|
|
1453
1453
|
//#endregion
|
|
1454
1454
|
//#region src/DesignTokens/Icons/Interaction/CheckedIconThin.d.ts
|
|
1455
|
-
interface CustomSvgProps$
|
|
1455
|
+
interface CustomSvgProps$139 {
|
|
1456
1456
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1457
1457
|
}
|
|
1458
1458
|
declare function CheckedIconThin({
|
|
@@ -1461,10 +1461,10 @@ declare function CheckedIconThin({
|
|
|
1461
1461
|
fill,
|
|
1462
1462
|
size,
|
|
1463
1463
|
...rest
|
|
1464
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1464
|
+
}: SvgIconProps & CustomSvgProps$139): JSX.Element;
|
|
1465
1465
|
//#endregion
|
|
1466
1466
|
//#region src/DesignTokens/Icons/Interaction/ClockIcon.d.ts
|
|
1467
|
-
interface CustomSvgProps$
|
|
1467
|
+
interface CustomSvgProps$138 {
|
|
1468
1468
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1469
1469
|
}
|
|
1470
1470
|
declare function ClockIcon({
|
|
@@ -1473,10 +1473,10 @@ declare function ClockIcon({
|
|
|
1473
1473
|
fill,
|
|
1474
1474
|
size,
|
|
1475
1475
|
...rest
|
|
1476
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1476
|
+
}: SvgIconProps & CustomSvgProps$138): JSX.Element;
|
|
1477
1477
|
//#endregion
|
|
1478
1478
|
//#region src/DesignTokens/Icons/Interaction/CloseIcon.d.ts
|
|
1479
|
-
interface CustomSvgProps$
|
|
1479
|
+
interface CustomSvgProps$137 {
|
|
1480
1480
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1481
1481
|
}
|
|
1482
1482
|
declare function CloseIcon({
|
|
@@ -1485,10 +1485,10 @@ declare function CloseIcon({
|
|
|
1485
1485
|
fill,
|
|
1486
1486
|
size,
|
|
1487
1487
|
...rest
|
|
1488
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1488
|
+
}: SvgIconProps & CustomSvgProps$137): JSX.Element;
|
|
1489
1489
|
//#endregion
|
|
1490
1490
|
//#region src/DesignTokens/Icons/Interaction/CogIcon.d.ts
|
|
1491
|
-
interface CustomSvgProps$
|
|
1491
|
+
interface CustomSvgProps$136 {
|
|
1492
1492
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1493
1493
|
}
|
|
1494
1494
|
declare function CogIcon({
|
|
@@ -1497,10 +1497,10 @@ declare function CogIcon({
|
|
|
1497
1497
|
fill,
|
|
1498
1498
|
size,
|
|
1499
1499
|
...rest
|
|
1500
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1500
|
+
}: SvgIconProps & CustomSvgProps$136): JSX.Element;
|
|
1501
1501
|
//#endregion
|
|
1502
1502
|
//#region src/DesignTokens/Icons/Interaction/CopyPasteIcon.d.ts
|
|
1503
|
-
interface CustomSvgProps$
|
|
1503
|
+
interface CustomSvgProps$135 {
|
|
1504
1504
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1505
1505
|
}
|
|
1506
1506
|
declare function CopyPasteIcon({
|
|
@@ -1509,10 +1509,10 @@ declare function CopyPasteIcon({
|
|
|
1509
1509
|
fill,
|
|
1510
1510
|
size,
|
|
1511
1511
|
...rest
|
|
1512
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1512
|
+
}: SvgIconProps & CustomSvgProps$135): JSX.Element;
|
|
1513
1513
|
//#endregion
|
|
1514
1514
|
//#region src/DesignTokens/Icons/Interaction/DragDropIcon.d.ts
|
|
1515
|
-
interface CustomSvgProps$
|
|
1515
|
+
interface CustomSvgProps$134 {
|
|
1516
1516
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1517
1517
|
}
|
|
1518
1518
|
declare function DragDropIcon({
|
|
@@ -1521,10 +1521,10 @@ declare function DragDropIcon({
|
|
|
1521
1521
|
fill,
|
|
1522
1522
|
size,
|
|
1523
1523
|
...rest
|
|
1524
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1524
|
+
}: SvgIconProps & CustomSvgProps$134): JSX.Element;
|
|
1525
1525
|
//#endregion
|
|
1526
1526
|
//#region src/DesignTokens/Icons/Interaction/EditIcon.d.ts
|
|
1527
|
-
interface CustomSvgProps$
|
|
1527
|
+
interface CustomSvgProps$133 {
|
|
1528
1528
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1529
1529
|
}
|
|
1530
1530
|
declare function EditIcon({
|
|
@@ -1533,10 +1533,10 @@ declare function EditIcon({
|
|
|
1533
1533
|
fill,
|
|
1534
1534
|
size,
|
|
1535
1535
|
...rest
|
|
1536
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1536
|
+
}: SvgIconProps & CustomSvgProps$133): JSX.Element;
|
|
1537
1537
|
//#endregion
|
|
1538
1538
|
//#region src/DesignTokens/Icons/Interaction/EditTextIcon.d.ts
|
|
1539
|
-
interface CustomSvgProps$
|
|
1539
|
+
interface CustomSvgProps$132 {
|
|
1540
1540
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1541
1541
|
}
|
|
1542
1542
|
declare function EditTextIcon({
|
|
@@ -1545,10 +1545,10 @@ declare function EditTextIcon({
|
|
|
1545
1545
|
fill,
|
|
1546
1546
|
size,
|
|
1547
1547
|
...rest
|
|
1548
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1548
|
+
}: SvgIconProps & CustomSvgProps$132): JSX.Element;
|
|
1549
1549
|
//#endregion
|
|
1550
1550
|
//#region src/DesignTokens/Icons/Interaction/FilterIcon.d.ts
|
|
1551
|
-
interface CustomSvgProps$
|
|
1551
|
+
interface CustomSvgProps$131 {
|
|
1552
1552
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1553
1553
|
}
|
|
1554
1554
|
declare function FilterIcon({
|
|
@@ -1557,10 +1557,10 @@ declare function FilterIcon({
|
|
|
1557
1557
|
fill,
|
|
1558
1558
|
size,
|
|
1559
1559
|
...rest
|
|
1560
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1560
|
+
}: SvgIconProps & CustomSvgProps$131): JSX.Element;
|
|
1561
1561
|
//#endregion
|
|
1562
1562
|
//#region src/DesignTokens/Icons/Interaction/LayoutIcon.d.ts
|
|
1563
|
-
interface CustomSvgProps$
|
|
1563
|
+
interface CustomSvgProps$130 {
|
|
1564
1564
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1565
1565
|
}
|
|
1566
1566
|
declare function LayoutIcon({
|
|
@@ -1569,10 +1569,10 @@ declare function LayoutIcon({
|
|
|
1569
1569
|
fill,
|
|
1570
1570
|
size,
|
|
1571
1571
|
...rest
|
|
1572
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1572
|
+
}: SvgIconProps & CustomSvgProps$130): JSX.Element;
|
|
1573
1573
|
//#endregion
|
|
1574
1574
|
//#region src/DesignTokens/Icons/Interaction/LayoutLeftIcon.d.ts
|
|
1575
|
-
interface CustomSvgProps$
|
|
1575
|
+
interface CustomSvgProps$129 {
|
|
1576
1576
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1577
1577
|
}
|
|
1578
1578
|
declare function LayoutLeftIcon({
|
|
@@ -1581,10 +1581,10 @@ declare function LayoutLeftIcon({
|
|
|
1581
1581
|
fill,
|
|
1582
1582
|
size,
|
|
1583
1583
|
...rest
|
|
1584
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1584
|
+
}: SvgIconProps & CustomSvgProps$129): JSX.Element;
|
|
1585
1585
|
//#endregion
|
|
1586
1586
|
//#region src/DesignTokens/Icons/Interaction/LayoutRightIcon.d.ts
|
|
1587
|
-
interface CustomSvgProps$
|
|
1587
|
+
interface CustomSvgProps$128 {
|
|
1588
1588
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1589
1589
|
}
|
|
1590
1590
|
declare function LayoutRightIcon({
|
|
@@ -1593,10 +1593,10 @@ declare function LayoutRightIcon({
|
|
|
1593
1593
|
fill,
|
|
1594
1594
|
size,
|
|
1595
1595
|
...rest
|
|
1596
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1596
|
+
}: SvgIconProps & CustomSvgProps$128): JSX.Element;
|
|
1597
1597
|
//#endregion
|
|
1598
1598
|
//#region src/DesignTokens/Icons/Interaction/LockIcon.d.ts
|
|
1599
|
-
interface CustomSvgProps$
|
|
1599
|
+
interface CustomSvgProps$127 {
|
|
1600
1600
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1601
1601
|
}
|
|
1602
1602
|
declare function LockIcon({
|
|
@@ -1605,10 +1605,10 @@ declare function LockIcon({
|
|
|
1605
1605
|
fill,
|
|
1606
1606
|
size,
|
|
1607
1607
|
...rest
|
|
1608
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1608
|
+
}: SvgIconProps & CustomSvgProps$127): JSX.Element;
|
|
1609
1609
|
//#endregion
|
|
1610
1610
|
//#region src/DesignTokens/Icons/Interaction/LogoutIcon.d.ts
|
|
1611
|
-
interface CustomSvgProps$
|
|
1611
|
+
interface CustomSvgProps$126 {
|
|
1612
1612
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1613
1613
|
}
|
|
1614
1614
|
declare function LogoutIcon({
|
|
@@ -1617,10 +1617,10 @@ declare function LogoutIcon({
|
|
|
1617
1617
|
fill,
|
|
1618
1618
|
size,
|
|
1619
1619
|
...rest
|
|
1620
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1620
|
+
}: SvgIconProps & CustomSvgProps$126): JSX.Element;
|
|
1621
1621
|
//#endregion
|
|
1622
1622
|
//#region src/DesignTokens/Icons/Interaction/MenuHorizontalIcon.d.ts
|
|
1623
|
-
interface CustomSvgProps$
|
|
1623
|
+
interface CustomSvgProps$125 {
|
|
1624
1624
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1625
1625
|
}
|
|
1626
1626
|
declare function MenuHorizontalIcon({
|
|
@@ -1629,10 +1629,10 @@ declare function MenuHorizontalIcon({
|
|
|
1629
1629
|
fill,
|
|
1630
1630
|
size,
|
|
1631
1631
|
...rest
|
|
1632
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1632
|
+
}: SvgIconProps & CustomSvgProps$125): JSX.Element;
|
|
1633
1633
|
//#endregion
|
|
1634
1634
|
//#region src/DesignTokens/Icons/Interaction/MenuVerticalIcon.d.ts
|
|
1635
|
-
interface CustomSvgProps$
|
|
1635
|
+
interface CustomSvgProps$124 {
|
|
1636
1636
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1637
1637
|
}
|
|
1638
1638
|
declare function MenuVerticalIcon({
|
|
@@ -1641,10 +1641,10 @@ declare function MenuVerticalIcon({
|
|
|
1641
1641
|
fill,
|
|
1642
1642
|
size,
|
|
1643
1643
|
...rest
|
|
1644
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1644
|
+
}: SvgIconProps & CustomSvgProps$124): JSX.Element;
|
|
1645
1645
|
//#endregion
|
|
1646
1646
|
//#region src/DesignTokens/Icons/Interaction/MinusIcon.d.ts
|
|
1647
|
-
interface CustomSvgProps$
|
|
1647
|
+
interface CustomSvgProps$123 {
|
|
1648
1648
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1649
1649
|
}
|
|
1650
1650
|
declare function MinusIcon({
|
|
@@ -1653,10 +1653,10 @@ declare function MinusIcon({
|
|
|
1653
1653
|
fill,
|
|
1654
1654
|
size,
|
|
1655
1655
|
...rest
|
|
1656
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1656
|
+
}: SvgIconProps & CustomSvgProps$123): JSX.Element;
|
|
1657
1657
|
//#endregion
|
|
1658
1658
|
//#region src/DesignTokens/Icons/Interaction/PencilWriteIcon.d.ts
|
|
1659
|
-
interface CustomSvgProps$
|
|
1659
|
+
interface CustomSvgProps$122 {
|
|
1660
1660
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1661
1661
|
}
|
|
1662
1662
|
declare function PencilWriteIcon({
|
|
@@ -1665,10 +1665,10 @@ declare function PencilWriteIcon({
|
|
|
1665
1665
|
fill,
|
|
1666
1666
|
size,
|
|
1667
1667
|
...rest
|
|
1668
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1668
|
+
}: SvgIconProps & CustomSvgProps$122): JSX.Element;
|
|
1669
1669
|
//#endregion
|
|
1670
1670
|
//#region src/DesignTokens/Icons/Interaction/PricingCheckedIcon.d.ts
|
|
1671
|
-
interface CustomSvgProps$
|
|
1671
|
+
interface CustomSvgProps$121 {
|
|
1672
1672
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1673
1673
|
}
|
|
1674
1674
|
declare function PricingCheckedIcon({
|
|
@@ -1677,10 +1677,10 @@ declare function PricingCheckedIcon({
|
|
|
1677
1677
|
fill,
|
|
1678
1678
|
size,
|
|
1679
1679
|
...rest
|
|
1680
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1680
|
+
}: SvgIconProps & CustomSvgProps$121): JSX.Element;
|
|
1681
1681
|
//#endregion
|
|
1682
1682
|
//#region src/DesignTokens/Icons/Interaction/SearchIcon.d.ts
|
|
1683
|
-
interface CustomSvgProps$
|
|
1683
|
+
interface CustomSvgProps$120 {
|
|
1684
1684
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1685
1685
|
}
|
|
1686
1686
|
declare function SearchIcon({
|
|
@@ -1689,10 +1689,10 @@ declare function SearchIcon({
|
|
|
1689
1689
|
fill,
|
|
1690
1690
|
size,
|
|
1691
1691
|
...rest
|
|
1692
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1692
|
+
}: SvgIconProps & CustomSvgProps$120): JSX.Element;
|
|
1693
1693
|
//#endregion
|
|
1694
1694
|
//#region src/DesignTokens/Icons/Interaction/SearchRemoveIcon.d.ts
|
|
1695
|
-
interface CustomSvgProps$
|
|
1695
|
+
interface CustomSvgProps$119 {
|
|
1696
1696
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1697
1697
|
}
|
|
1698
1698
|
declare function SearchRemoveIcon({
|
|
@@ -1701,10 +1701,10 @@ declare function SearchRemoveIcon({
|
|
|
1701
1701
|
fill,
|
|
1702
1702
|
size,
|
|
1703
1703
|
...rest
|
|
1704
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1704
|
+
}: SvgIconProps & CustomSvgProps$119): JSX.Element;
|
|
1705
1705
|
//#endregion
|
|
1706
1706
|
//#region src/DesignTokens/Icons/Interaction/SettingsSliderIcon.d.ts
|
|
1707
|
-
interface CustomSvgProps$
|
|
1707
|
+
interface CustomSvgProps$118 {
|
|
1708
1708
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1709
1709
|
}
|
|
1710
1710
|
declare function SettingsSliderIcon({
|
|
@@ -1713,10 +1713,10 @@ declare function SettingsSliderIcon({
|
|
|
1713
1713
|
fill,
|
|
1714
1714
|
size,
|
|
1715
1715
|
...rest
|
|
1716
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1716
|
+
}: SvgIconProps & CustomSvgProps$118): JSX.Element;
|
|
1717
1717
|
//#endregion
|
|
1718
1718
|
//#region src/DesignTokens/Icons/Interaction/ShareIcon.d.ts
|
|
1719
|
-
interface CustomSvgProps$
|
|
1719
|
+
interface CustomSvgProps$117 {
|
|
1720
1720
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1721
1721
|
}
|
|
1722
1722
|
declare function ShareIcon({
|
|
@@ -1725,10 +1725,10 @@ declare function ShareIcon({
|
|
|
1725
1725
|
fill,
|
|
1726
1726
|
size,
|
|
1727
1727
|
...rest
|
|
1728
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1728
|
+
}: SvgIconProps & CustomSvgProps$117): JSX.Element;
|
|
1729
1729
|
//#endregion
|
|
1730
1730
|
//#region src/DesignTokens/Icons/Interaction/SortingIcon.d.ts
|
|
1731
|
-
interface CustomSvgProps$
|
|
1731
|
+
interface CustomSvgProps$116 {
|
|
1732
1732
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1733
1733
|
}
|
|
1734
1734
|
declare function SortingIcon({
|
|
@@ -1737,10 +1737,10 @@ declare function SortingIcon({
|
|
|
1737
1737
|
fill,
|
|
1738
1738
|
size,
|
|
1739
1739
|
...rest
|
|
1740
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1740
|
+
}: SvgIconProps & CustomSvgProps$116): JSX.Element;
|
|
1741
1741
|
//#endregion
|
|
1742
1742
|
//#region src/DesignTokens/Icons/Interaction/SortingIconZA.d.ts
|
|
1743
|
-
interface CustomSvgProps$
|
|
1743
|
+
interface CustomSvgProps$115 {
|
|
1744
1744
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1745
1745
|
}
|
|
1746
1746
|
declare function SortingIconZA({
|
|
@@ -1749,10 +1749,10 @@ declare function SortingIconZA({
|
|
|
1749
1749
|
fill,
|
|
1750
1750
|
size,
|
|
1751
1751
|
...rest
|
|
1752
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1752
|
+
}: SvgIconProps & CustomSvgProps$115): JSX.Element;
|
|
1753
1753
|
//#endregion
|
|
1754
1754
|
//#region src/DesignTokens/Icons/Interaction/TagAddIcon.d.ts
|
|
1755
|
-
interface CustomSvgProps$
|
|
1755
|
+
interface CustomSvgProps$114 {
|
|
1756
1756
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1757
1757
|
}
|
|
1758
1758
|
declare function TagAddIcon({
|
|
@@ -1761,10 +1761,10 @@ declare function TagAddIcon({
|
|
|
1761
1761
|
fill,
|
|
1762
1762
|
size,
|
|
1763
1763
|
...rest
|
|
1764
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1764
|
+
}: SvgIconProps & CustomSvgProps$114): JSX.Element;
|
|
1765
1765
|
//#endregion
|
|
1766
1766
|
//#region src/DesignTokens/Icons/Interaction/TagEditIcon.d.ts
|
|
1767
|
-
interface CustomSvgProps$
|
|
1767
|
+
interface CustomSvgProps$113 {
|
|
1768
1768
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1769
1769
|
}
|
|
1770
1770
|
declare function TagEditIcon({
|
|
@@ -1773,10 +1773,10 @@ declare function TagEditIcon({
|
|
|
1773
1773
|
fill,
|
|
1774
1774
|
size,
|
|
1775
1775
|
...rest
|
|
1776
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1776
|
+
}: SvgIconProps & CustomSvgProps$113): JSX.Element;
|
|
1777
1777
|
//#endregion
|
|
1778
1778
|
//#region src/DesignTokens/Icons/Interaction/TagRemoveIcon.d.ts
|
|
1779
|
-
interface CustomSvgProps$
|
|
1779
|
+
interface CustomSvgProps$112 {
|
|
1780
1780
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1781
1781
|
}
|
|
1782
1782
|
declare function TagRemoveIcon({
|
|
@@ -1785,10 +1785,10 @@ declare function TagRemoveIcon({
|
|
|
1785
1785
|
fill,
|
|
1786
1786
|
size,
|
|
1787
1787
|
...rest
|
|
1788
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1788
|
+
}: SvgIconProps & CustomSvgProps$112): JSX.Element;
|
|
1789
1789
|
//#endregion
|
|
1790
1790
|
//#region src/DesignTokens/Icons/Interaction/TeamIcon.d.ts
|
|
1791
|
-
interface CustomSvgProps$
|
|
1791
|
+
interface CustomSvgProps$111 {
|
|
1792
1792
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1793
1793
|
}
|
|
1794
1794
|
declare function TeamIcon({
|
|
@@ -1797,10 +1797,10 @@ declare function TeamIcon({
|
|
|
1797
1797
|
fill,
|
|
1798
1798
|
size,
|
|
1799
1799
|
...rest
|
|
1800
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1800
|
+
}: SvgIconProps & CustomSvgProps$111): JSX.Element;
|
|
1801
1801
|
//#endregion
|
|
1802
1802
|
//#region src/DesignTokens/Icons/Interaction/UndoIcon.d.ts
|
|
1803
|
-
interface CustomSvgProps$
|
|
1803
|
+
interface CustomSvgProps$110 {
|
|
1804
1804
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1805
1805
|
}
|
|
1806
1806
|
declare function UndoIcon({
|
|
@@ -1809,10 +1809,10 @@ declare function UndoIcon({
|
|
|
1809
1809
|
fill,
|
|
1810
1810
|
size,
|
|
1811
1811
|
...rest
|
|
1812
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1812
|
+
}: SvgIconProps & CustomSvgProps$110): JSX.Element;
|
|
1813
1813
|
//#endregion
|
|
1814
1814
|
//#region src/DesignTokens/Icons/Interaction/UnlockedIcon.d.ts
|
|
1815
|
-
interface CustomSvgProps$
|
|
1815
|
+
interface CustomSvgProps$109 {
|
|
1816
1816
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1817
1817
|
}
|
|
1818
1818
|
declare function UnlockedIcon({
|
|
@@ -1821,10 +1821,10 @@ declare function UnlockedIcon({
|
|
|
1821
1821
|
fill,
|
|
1822
1822
|
size,
|
|
1823
1823
|
...rest
|
|
1824
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1824
|
+
}: SvgIconProps & CustomSvgProps$109): JSX.Element;
|
|
1825
1825
|
//#endregion
|
|
1826
1826
|
//#region src/DesignTokens/Icons/Interaction/UnLockIcon.d.ts
|
|
1827
|
-
interface CustomSvgProps$
|
|
1827
|
+
interface CustomSvgProps$108 {
|
|
1828
1828
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1829
1829
|
}
|
|
1830
1830
|
declare function UnLockIcon({
|
|
@@ -1833,7 +1833,7 @@ declare function UnLockIcon({
|
|
|
1833
1833
|
fill,
|
|
1834
1834
|
size,
|
|
1835
1835
|
...rest
|
|
1836
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1836
|
+
}: SvgIconProps & CustomSvgProps$108): JSX.Element;
|
|
1837
1837
|
//#endregion
|
|
1838
1838
|
//#region src/DesignTokens/Icons/Logos/LogoBeta.d.ts
|
|
1839
1839
|
declare function LogoBeta({
|
|
@@ -1900,7 +1900,7 @@ declare function LogoBlue({
|
|
|
1900
1900
|
}: SvgIconProps): JSX.Element;
|
|
1901
1901
|
//#endregion
|
|
1902
1902
|
//#region src/DesignTokens/Icons/MediaControl/CutClipIcon.d.ts
|
|
1903
|
-
interface CustomSvgProps$
|
|
1903
|
+
interface CustomSvgProps$107 {
|
|
1904
1904
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1905
1905
|
}
|
|
1906
1906
|
declare function CutClipIcon({
|
|
@@ -1909,10 +1909,10 @@ declare function CutClipIcon({
|
|
|
1909
1909
|
fill,
|
|
1910
1910
|
size,
|
|
1911
1911
|
...rest
|
|
1912
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1912
|
+
}: SvgIconProps & CustomSvgProps$107): JSX.Element;
|
|
1913
1913
|
//#endregion
|
|
1914
1914
|
//#region src/DesignTokens/Icons/MediaControl/HangUpIcon.d.ts
|
|
1915
|
-
interface CustomSvgProps$
|
|
1915
|
+
interface CustomSvgProps$106 {
|
|
1916
1916
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1917
1917
|
}
|
|
1918
1918
|
declare function HangUpIcon({
|
|
@@ -1921,10 +1921,10 @@ declare function HangUpIcon({
|
|
|
1921
1921
|
fill,
|
|
1922
1922
|
size,
|
|
1923
1923
|
...rest
|
|
1924
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1924
|
+
}: SvgIconProps & CustomSvgProps$106): JSX.Element;
|
|
1925
1925
|
//#endregion
|
|
1926
1926
|
//#region src/DesignTokens/Icons/MediaControl/MeetingIcon.d.ts
|
|
1927
|
-
interface CustomSvgProps$
|
|
1927
|
+
interface CustomSvgProps$105 {
|
|
1928
1928
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1929
1929
|
}
|
|
1930
1930
|
declare function MeetingIcon({
|
|
@@ -1933,10 +1933,10 @@ declare function MeetingIcon({
|
|
|
1933
1933
|
fill,
|
|
1934
1934
|
size,
|
|
1935
1935
|
...rest
|
|
1936
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1936
|
+
}: SvgIconProps & CustomSvgProps$105): JSX.Element;
|
|
1937
1937
|
//#endregion
|
|
1938
1938
|
//#region src/DesignTokens/Icons/MediaControl/MicrophoneIcon.d.ts
|
|
1939
|
-
interface CustomSvgProps$
|
|
1939
|
+
interface CustomSvgProps$104 {
|
|
1940
1940
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1941
1941
|
}
|
|
1942
1942
|
declare function MicrophoneIcon({
|
|
@@ -1945,10 +1945,10 @@ declare function MicrophoneIcon({
|
|
|
1945
1945
|
fill,
|
|
1946
1946
|
size,
|
|
1947
1947
|
...rest
|
|
1948
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1948
|
+
}: SvgIconProps & CustomSvgProps$104): JSX.Element;
|
|
1949
1949
|
//#endregion
|
|
1950
1950
|
//#region src/DesignTokens/Icons/MediaControl/MoveBackIcon.d.ts
|
|
1951
|
-
interface CustomSvgProps$
|
|
1951
|
+
interface CustomSvgProps$103 {
|
|
1952
1952
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1953
1953
|
}
|
|
1954
1954
|
declare function MoveBackIcon({
|
|
@@ -1957,10 +1957,10 @@ declare function MoveBackIcon({
|
|
|
1957
1957
|
fill,
|
|
1958
1958
|
size,
|
|
1959
1959
|
...rest
|
|
1960
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1960
|
+
}: SvgIconProps & CustomSvgProps$103): JSX.Element;
|
|
1961
1961
|
//#endregion
|
|
1962
1962
|
//#region src/DesignTokens/Icons/MediaControl/MoveInIcon.d.ts
|
|
1963
|
-
interface CustomSvgProps$
|
|
1963
|
+
interface CustomSvgProps$102 {
|
|
1964
1964
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1965
1965
|
}
|
|
1966
1966
|
declare function MoveInIcon({
|
|
@@ -1969,10 +1969,10 @@ declare function MoveInIcon({
|
|
|
1969
1969
|
fill,
|
|
1970
1970
|
size,
|
|
1971
1971
|
...rest
|
|
1972
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1972
|
+
}: SvgIconProps & CustomSvgProps$102): JSX.Element;
|
|
1973
1973
|
//#endregion
|
|
1974
1974
|
//#region src/DesignTokens/Icons/MediaControl/MuteIcon.d.ts
|
|
1975
|
-
interface CustomSvgProps$
|
|
1975
|
+
interface CustomSvgProps$101 {
|
|
1976
1976
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1977
1977
|
}
|
|
1978
1978
|
declare function MuteIcon({
|
|
@@ -1981,10 +1981,10 @@ declare function MuteIcon({
|
|
|
1981
1981
|
fill,
|
|
1982
1982
|
size,
|
|
1983
1983
|
...rest
|
|
1984
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1984
|
+
}: SvgIconProps & CustomSvgProps$101): JSX.Element;
|
|
1985
1985
|
//#endregion
|
|
1986
1986
|
//#region src/DesignTokens/Icons/MediaControl/NoCameraIcon.d.ts
|
|
1987
|
-
interface CustomSvgProps$
|
|
1987
|
+
interface CustomSvgProps$100 {
|
|
1988
1988
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
1989
1989
|
}
|
|
1990
1990
|
declare function NoCameraIcon({
|
|
@@ -1993,10 +1993,10 @@ declare function NoCameraIcon({
|
|
|
1993
1993
|
fill,
|
|
1994
1994
|
size,
|
|
1995
1995
|
...rest
|
|
1996
|
-
}: SvgIconProps & CustomSvgProps$
|
|
1996
|
+
}: SvgIconProps & CustomSvgProps$100): JSX.Element;
|
|
1997
1997
|
//#endregion
|
|
1998
1998
|
//#region src/DesignTokens/Icons/MediaControl/NoMicrophoneIcon.d.ts
|
|
1999
|
-
interface CustomSvgProps$
|
|
1999
|
+
interface CustomSvgProps$99 {
|
|
2000
2000
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2001
2001
|
}
|
|
2002
2002
|
declare function NoMicrophoneIcon({
|
|
@@ -2005,10 +2005,10 @@ declare function NoMicrophoneIcon({
|
|
|
2005
2005
|
fill,
|
|
2006
2006
|
size,
|
|
2007
2007
|
...rest
|
|
2008
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2008
|
+
}: SvgIconProps & CustomSvgProps$99): JSX.Element;
|
|
2009
2009
|
//#endregion
|
|
2010
2010
|
//#region src/DesignTokens/Icons/MediaControl/PauseIcon.d.ts
|
|
2011
|
-
interface CustomSvgProps$
|
|
2011
|
+
interface CustomSvgProps$98 {
|
|
2012
2012
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2013
2013
|
}
|
|
2014
2014
|
declare function PauseIcon({
|
|
@@ -2017,10 +2017,10 @@ declare function PauseIcon({
|
|
|
2017
2017
|
fill,
|
|
2018
2018
|
size,
|
|
2019
2019
|
...rest
|
|
2020
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2020
|
+
}: SvgIconProps & CustomSvgProps$98): JSX.Element;
|
|
2021
2021
|
//#endregion
|
|
2022
2022
|
//#region src/DesignTokens/Icons/MediaControl/PlayIcon.d.ts
|
|
2023
|
-
interface CustomSvgProps$
|
|
2023
|
+
interface CustomSvgProps$97 {
|
|
2024
2024
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2025
2025
|
}
|
|
2026
2026
|
declare function PlayIcon({
|
|
@@ -2029,10 +2029,10 @@ declare function PlayIcon({
|
|
|
2029
2029
|
fill,
|
|
2030
2030
|
size,
|
|
2031
2031
|
...rest
|
|
2032
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2032
|
+
}: SvgIconProps & CustomSvgProps$97): JSX.Element;
|
|
2033
2033
|
//#endregion
|
|
2034
2034
|
//#region src/DesignTokens/Icons/MediaControl/ScreenShareIcon.d.ts
|
|
2035
|
-
interface CustomSvgProps$
|
|
2035
|
+
interface CustomSvgProps$96 {
|
|
2036
2036
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2037
2037
|
}
|
|
2038
2038
|
declare function ScreenShareIcon({
|
|
@@ -2041,10 +2041,10 @@ declare function ScreenShareIcon({
|
|
|
2041
2041
|
fill,
|
|
2042
2042
|
size,
|
|
2043
2043
|
...rest
|
|
2044
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2044
|
+
}: SvgIconProps & CustomSvgProps$96): JSX.Element;
|
|
2045
2045
|
//#endregion
|
|
2046
2046
|
//#region src/DesignTokens/Icons/MediaControl/PlayFillIcon.d.ts
|
|
2047
|
-
interface CustomSvgProps$
|
|
2047
|
+
interface CustomSvgProps$95 {
|
|
2048
2048
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2049
2049
|
}
|
|
2050
2050
|
declare function PlayFillIcon({
|
|
@@ -2053,10 +2053,10 @@ declare function PlayFillIcon({
|
|
|
2053
2053
|
fill,
|
|
2054
2054
|
size,
|
|
2055
2055
|
...rest
|
|
2056
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2056
|
+
}: SvgIconProps & CustomSvgProps$95): JSX.Element;
|
|
2057
2057
|
//#endregion
|
|
2058
2058
|
//#region src/DesignTokens/Icons/MediaControl/PreviousIcon.d.ts
|
|
2059
|
-
interface CustomSvgProps$
|
|
2059
|
+
interface CustomSvgProps$94 {
|
|
2060
2060
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2061
2061
|
}
|
|
2062
2062
|
declare function PreviousIcon({
|
|
@@ -2065,10 +2065,10 @@ declare function PreviousIcon({
|
|
|
2065
2065
|
fill,
|
|
2066
2066
|
size,
|
|
2067
2067
|
...rest
|
|
2068
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2068
|
+
}: SvgIconProps & CustomSvgProps$94): JSX.Element;
|
|
2069
2069
|
//#endregion
|
|
2070
2070
|
//#region src/DesignTokens/Icons/MediaControl/RecordIcon.d.ts
|
|
2071
|
-
interface CustomSvgProps$
|
|
2071
|
+
interface CustomSvgProps$93 {
|
|
2072
2072
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2073
2073
|
}
|
|
2074
2074
|
declare function RecordIcon({
|
|
@@ -2077,10 +2077,10 @@ declare function RecordIcon({
|
|
|
2077
2077
|
fill,
|
|
2078
2078
|
size,
|
|
2079
2079
|
...rest
|
|
2080
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2080
|
+
}: SvgIconProps & CustomSvgProps$93): JSX.Element;
|
|
2081
2081
|
//#endregion
|
|
2082
2082
|
//#region src/DesignTokens/Icons/MediaControl/RecordingIcon.d.ts
|
|
2083
|
-
interface CustomSvgProps$
|
|
2083
|
+
interface CustomSvgProps$92 {
|
|
2084
2084
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2085
2085
|
}
|
|
2086
2086
|
declare function RecordingIcon({
|
|
@@ -2089,10 +2089,10 @@ declare function RecordingIcon({
|
|
|
2089
2089
|
fill,
|
|
2090
2090
|
size,
|
|
2091
2091
|
...rest
|
|
2092
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2092
|
+
}: SvgIconProps & CustomSvgProps$92): JSX.Element;
|
|
2093
2093
|
//#endregion
|
|
2094
2094
|
//#region src/DesignTokens/Icons/MediaControl/StopRecordIcon.d.ts
|
|
2095
|
-
interface CustomSvgProps$
|
|
2095
|
+
interface CustomSvgProps$91 {
|
|
2096
2096
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2097
2097
|
}
|
|
2098
2098
|
declare function StopRecordingIcon({
|
|
@@ -2101,10 +2101,10 @@ declare function StopRecordingIcon({
|
|
|
2101
2101
|
fill,
|
|
2102
2102
|
size,
|
|
2103
2103
|
...rest
|
|
2104
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2104
|
+
}: SvgIconProps & CustomSvgProps$91): JSX.Element;
|
|
2105
2105
|
//#endregion
|
|
2106
2106
|
//#region src/DesignTokens/Icons/MediaControl/TagIcon.d.ts
|
|
2107
|
-
interface CustomSvgProps$
|
|
2107
|
+
interface CustomSvgProps$90 {
|
|
2108
2108
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2109
2109
|
}
|
|
2110
2110
|
declare function TagIcon({
|
|
@@ -2113,10 +2113,10 @@ declare function TagIcon({
|
|
|
2113
2113
|
fill,
|
|
2114
2114
|
size,
|
|
2115
2115
|
...rest
|
|
2116
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2116
|
+
}: SvgIconProps & CustomSvgProps$90): JSX.Element;
|
|
2117
2117
|
//#endregion
|
|
2118
2118
|
//#region src/DesignTokens/Icons/MediaControl/VolumeIcon.d.ts
|
|
2119
|
-
interface CustomSvgProps$
|
|
2119
|
+
interface CustomSvgProps$89 {
|
|
2120
2120
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2121
2121
|
}
|
|
2122
2122
|
declare function VolumeIcon({
|
|
@@ -2125,10 +2125,10 @@ declare function VolumeIcon({
|
|
|
2125
2125
|
fill,
|
|
2126
2126
|
size,
|
|
2127
2127
|
...rest
|
|
2128
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2128
|
+
}: SvgIconProps & CustomSvgProps$89): JSX.Element;
|
|
2129
2129
|
//#endregion
|
|
2130
2130
|
//#region src/DesignTokens/Icons/Miscellaneous/AddSeatIcon.d.ts
|
|
2131
|
-
interface CustomSvgProps$
|
|
2131
|
+
interface CustomSvgProps$88 {
|
|
2132
2132
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2133
2133
|
}
|
|
2134
2134
|
declare function AddSeatIcon({
|
|
@@ -2137,10 +2137,10 @@ declare function AddSeatIcon({
|
|
|
2137
2137
|
fill,
|
|
2138
2138
|
size,
|
|
2139
2139
|
...rest
|
|
2140
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2140
|
+
}: SvgIconProps & CustomSvgProps$88): JSX.Element;
|
|
2141
2141
|
//#endregion
|
|
2142
2142
|
//#region src/DesignTokens/Icons/Miscellaneous/AddUsersIcon.d.ts
|
|
2143
|
-
interface CustomSvgProps$
|
|
2143
|
+
interface CustomSvgProps$87 {
|
|
2144
2144
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2145
2145
|
}
|
|
2146
2146
|
declare function AddUsersIcon({
|
|
@@ -2149,10 +2149,10 @@ declare function AddUsersIcon({
|
|
|
2149
2149
|
fill,
|
|
2150
2150
|
size,
|
|
2151
2151
|
...rest
|
|
2152
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2152
|
+
}: SvgIconProps & CustomSvgProps$87): JSX.Element;
|
|
2153
2153
|
//#endregion
|
|
2154
2154
|
//#region src/DesignTokens/Icons/Miscellaneous/AndroidIcon.d.ts
|
|
2155
|
-
interface CustomSvgProps$
|
|
2155
|
+
interface CustomSvgProps$86 {
|
|
2156
2156
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2157
2157
|
}
|
|
2158
2158
|
declare function AndroidIcon({
|
|
@@ -2161,10 +2161,10 @@ declare function AndroidIcon({
|
|
|
2161
2161
|
fill,
|
|
2162
2162
|
size,
|
|
2163
2163
|
...rest
|
|
2164
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2164
|
+
}: SvgIconProps & CustomSvgProps$86): JSX.Element;
|
|
2165
2165
|
//#endregion
|
|
2166
2166
|
//#region src/DesignTokens/Icons/Miscellaneous/AnonymizeIcon.d.ts
|
|
2167
|
-
interface CustomSvgProps$
|
|
2167
|
+
interface CustomSvgProps$85 {
|
|
2168
2168
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2169
2169
|
}
|
|
2170
2170
|
declare function AnonymizeIcon({
|
|
@@ -2173,10 +2173,10 @@ declare function AnonymizeIcon({
|
|
|
2173
2173
|
fill,
|
|
2174
2174
|
size,
|
|
2175
2175
|
...rest
|
|
2176
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2176
|
+
}: SvgIconProps & CustomSvgProps$85): JSX.Element;
|
|
2177
2177
|
//#endregion
|
|
2178
2178
|
//#region src/DesignTokens/Icons/Miscellaneous/AppWindowPieIcon.d.ts
|
|
2179
|
-
interface CustomSvgProps$
|
|
2179
|
+
interface CustomSvgProps$84 {
|
|
2180
2180
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2181
2181
|
}
|
|
2182
2182
|
declare function AppWindowPieIcon({
|
|
@@ -2185,10 +2185,10 @@ declare function AppWindowPieIcon({
|
|
|
2185
2185
|
fill,
|
|
2186
2186
|
size,
|
|
2187
2187
|
...rest
|
|
2188
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2188
|
+
}: SvgIconProps & CustomSvgProps$84): JSX.Element;
|
|
2189
2189
|
//#endregion
|
|
2190
2190
|
//#region src/DesignTokens/Icons/Miscellaneous/ArchiveIcon.d.ts
|
|
2191
|
-
interface CustomSvgProps$
|
|
2191
|
+
interface CustomSvgProps$83 {
|
|
2192
2192
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2193
2193
|
}
|
|
2194
2194
|
declare function ArchiveIcon({
|
|
@@ -2197,10 +2197,10 @@ declare function ArchiveIcon({
|
|
|
2197
2197
|
fill,
|
|
2198
2198
|
size,
|
|
2199
2199
|
...rest
|
|
2200
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2200
|
+
}: SvgIconProps & CustomSvgProps$83): JSX.Element;
|
|
2201
2201
|
//#endregion
|
|
2202
2202
|
//#region src/DesignTokens/Icons/Miscellaneous/BillPdfIcon.d.ts
|
|
2203
|
-
interface CustomSvgProps$
|
|
2203
|
+
interface CustomSvgProps$82 {
|
|
2204
2204
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2205
2205
|
}
|
|
2206
2206
|
declare function BillPdfIcon({
|
|
@@ -2209,10 +2209,10 @@ declare function BillPdfIcon({
|
|
|
2209
2209
|
fill,
|
|
2210
2210
|
size,
|
|
2211
2211
|
...rest
|
|
2212
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2212
|
+
}: SvgIconProps & CustomSvgProps$82): JSX.Element;
|
|
2213
2213
|
//#endregion
|
|
2214
2214
|
//#region src/DesignTokens/Icons/Miscellaneous/BinocularIcon.d.ts
|
|
2215
|
-
interface CustomSvgProps$
|
|
2215
|
+
interface CustomSvgProps$81 {
|
|
2216
2216
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2217
2217
|
}
|
|
2218
2218
|
declare function BinocularIcon({
|
|
@@ -2221,10 +2221,10 @@ declare function BinocularIcon({
|
|
|
2221
2221
|
fill,
|
|
2222
2222
|
size,
|
|
2223
2223
|
...rest
|
|
2224
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2224
|
+
}: SvgIconProps & CustomSvgProps$81): JSX.Element;
|
|
2225
2225
|
//#endregion
|
|
2226
2226
|
//#region src/DesignTokens/Icons/Miscellaneous/BookFlipPageIcon.d.ts
|
|
2227
|
-
interface CustomSvgProps$
|
|
2227
|
+
interface CustomSvgProps$80 {
|
|
2228
2228
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2229
2229
|
}
|
|
2230
2230
|
declare function BookFlipPageIcon({
|
|
@@ -2233,10 +2233,10 @@ declare function BookFlipPageIcon({
|
|
|
2233
2233
|
fill,
|
|
2234
2234
|
size,
|
|
2235
2235
|
...rest
|
|
2236
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2236
|
+
}: SvgIconProps & CustomSvgProps$80): JSX.Element;
|
|
2237
2237
|
//#endregion
|
|
2238
2238
|
//#region src/DesignTokens/Icons/Miscellaneous/WalletIcon.d.ts
|
|
2239
|
-
interface CustomSvgProps$
|
|
2239
|
+
interface CustomSvgProps$79 {
|
|
2240
2240
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2241
2241
|
}
|
|
2242
2242
|
declare function WalletIcon({
|
|
@@ -2245,10 +2245,10 @@ declare function WalletIcon({
|
|
|
2245
2245
|
fill,
|
|
2246
2246
|
size,
|
|
2247
2247
|
...rest
|
|
2248
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2248
|
+
}: SvgIconProps & CustomSvgProps$79): JSX.Element;
|
|
2249
2249
|
//#endregion
|
|
2250
2250
|
//#region src/DesignTokens/Icons/Miscellaneous/BrainIcon.d.ts
|
|
2251
|
-
interface CustomSvgProps$
|
|
2251
|
+
interface CustomSvgProps$78 {
|
|
2252
2252
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2253
2253
|
}
|
|
2254
2254
|
declare function BrainIcon({
|
|
@@ -2257,10 +2257,10 @@ declare function BrainIcon({
|
|
|
2257
2257
|
fill,
|
|
2258
2258
|
size,
|
|
2259
2259
|
...rest
|
|
2260
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2260
|
+
}: SvgIconProps & CustomSvgProps$78): JSX.Element;
|
|
2261
2261
|
//#endregion
|
|
2262
2262
|
//#region src/DesignTokens/Icons/Miscellaneous/BrainIconGradiant.d.ts
|
|
2263
|
-
interface CustomSvgProps$
|
|
2263
|
+
interface CustomSvgProps$77 {
|
|
2264
2264
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2265
2265
|
}
|
|
2266
2266
|
declare function BrainIconGradiant({
|
|
@@ -2269,10 +2269,10 @@ declare function BrainIconGradiant({
|
|
|
2269
2269
|
fill,
|
|
2270
2270
|
size,
|
|
2271
2271
|
...rest
|
|
2272
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2272
|
+
}: SvgIconProps & CustomSvgProps$77): JSX.Element;
|
|
2273
2273
|
//#endregion
|
|
2274
2274
|
//#region src/DesignTokens/Icons/Miscellaneous/BulbIcon.d.ts
|
|
2275
|
-
interface CustomSvgProps$
|
|
2275
|
+
interface CustomSvgProps$76 {
|
|
2276
2276
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2277
2277
|
}
|
|
2278
2278
|
declare function BulbIcon({
|
|
@@ -2281,10 +2281,10 @@ declare function BulbIcon({
|
|
|
2281
2281
|
fill,
|
|
2282
2282
|
size,
|
|
2283
2283
|
...rest
|
|
2284
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2284
|
+
}: SvgIconProps & CustomSvgProps$76): JSX.Element;
|
|
2285
2285
|
//#endregion
|
|
2286
2286
|
//#region src/DesignTokens/Icons/Miscellaneous/CalendarIcon.d.ts
|
|
2287
|
-
interface CustomSvgProps$
|
|
2287
|
+
interface CustomSvgProps$75 {
|
|
2288
2288
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2289
2289
|
}
|
|
2290
2290
|
declare function CalendarIcon({
|
|
@@ -2293,10 +2293,10 @@ declare function CalendarIcon({
|
|
|
2293
2293
|
fill,
|
|
2294
2294
|
size,
|
|
2295
2295
|
...rest
|
|
2296
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2296
|
+
}: SvgIconProps & CustomSvgProps$75): JSX.Element;
|
|
2297
2297
|
//#endregion
|
|
2298
2298
|
//#region src/DesignTokens/Icons/Miscellaneous/ChatBubbleIcon.d.ts
|
|
2299
|
-
interface CustomSvgProps$
|
|
2299
|
+
interface CustomSvgProps$74 {
|
|
2300
2300
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2301
2301
|
}
|
|
2302
2302
|
declare function ChatBubbleIcon({
|
|
@@ -2304,10 +2304,10 @@ declare function ChatBubbleIcon({
|
|
|
2304
2304
|
strokeWidth,
|
|
2305
2305
|
size,
|
|
2306
2306
|
...rest
|
|
2307
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2307
|
+
}: SvgIconProps & CustomSvgProps$74): JSX.Element;
|
|
2308
2308
|
//#endregion
|
|
2309
2309
|
//#region src/DesignTokens/Icons/Miscellaneous/ChatIcon.d.ts
|
|
2310
|
-
interface CustomSvgProps$
|
|
2310
|
+
interface CustomSvgProps$73 {
|
|
2311
2311
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2312
2312
|
}
|
|
2313
2313
|
declare function ChatIcon({
|
|
@@ -2316,10 +2316,10 @@ declare function ChatIcon({
|
|
|
2316
2316
|
fill,
|
|
2317
2317
|
size,
|
|
2318
2318
|
...rest
|
|
2319
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2319
|
+
}: SvgIconProps & CustomSvgProps$73): JSX.Element;
|
|
2320
2320
|
//#endregion
|
|
2321
2321
|
//#region src/DesignTokens/Icons/Miscellaneous/CheckoutIcon.d.ts
|
|
2322
|
-
interface CustomSvgProps$
|
|
2322
|
+
interface CustomSvgProps$72 {
|
|
2323
2323
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2324
2324
|
}
|
|
2325
2325
|
declare function CheckoutIcon({
|
|
@@ -2328,10 +2328,10 @@ declare function CheckoutIcon({
|
|
|
2328
2328
|
fill,
|
|
2329
2329
|
size,
|
|
2330
2330
|
...rest
|
|
2331
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2331
|
+
}: SvgIconProps & CustomSvgProps$72): JSX.Element;
|
|
2332
2332
|
//#endregion
|
|
2333
2333
|
//#region src/DesignTokens/Icons/Miscellaneous/ClipIcon.d.ts
|
|
2334
|
-
interface CustomSvgProps$
|
|
2334
|
+
interface CustomSvgProps$71 {
|
|
2335
2335
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2336
2336
|
}
|
|
2337
2337
|
declare function ClipIcon({
|
|
@@ -2340,10 +2340,10 @@ declare function ClipIcon({
|
|
|
2340
2340
|
fill,
|
|
2341
2341
|
size,
|
|
2342
2342
|
...rest
|
|
2343
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2343
|
+
}: SvgIconProps & CustomSvgProps$71): JSX.Element;
|
|
2344
2344
|
//#endregion
|
|
2345
2345
|
//#region src/DesignTokens/Icons/Miscellaneous/CloudUpload.d.ts
|
|
2346
|
-
interface CustomSvgProps$
|
|
2346
|
+
interface CustomSvgProps$70 {
|
|
2347
2347
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2348
2348
|
}
|
|
2349
2349
|
declare function CloudUpload({
|
|
@@ -2352,10 +2352,10 @@ declare function CloudUpload({
|
|
|
2352
2352
|
fill,
|
|
2353
2353
|
size,
|
|
2354
2354
|
...rest
|
|
2355
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2355
|
+
}: SvgIconProps & CustomSvgProps$70): JSX.Element;
|
|
2356
2356
|
//#endregion
|
|
2357
2357
|
//#region src/DesignTokens/Icons/Miscellaneous/ContentPenWriteIcon.d.ts
|
|
2358
|
-
interface CustomSvgProps$
|
|
2358
|
+
interface CustomSvgProps$69 {
|
|
2359
2359
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2360
2360
|
}
|
|
2361
2361
|
declare function ContentPenWriteIcon({
|
|
@@ -2364,10 +2364,10 @@ declare function ContentPenWriteIcon({
|
|
|
2364
2364
|
fill,
|
|
2365
2365
|
size,
|
|
2366
2366
|
...rest
|
|
2367
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2367
|
+
}: SvgIconProps & CustomSvgProps$69): JSX.Element;
|
|
2368
2368
|
//#endregion
|
|
2369
2369
|
//#region src/DesignTokens/Icons/Miscellaneous/CreditCardIcon.d.ts
|
|
2370
|
-
interface CustomSvgProps$
|
|
2370
|
+
interface CustomSvgProps$68 {
|
|
2371
2371
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2372
2372
|
}
|
|
2373
2373
|
declare function CreditCardIcon({
|
|
@@ -2376,10 +2376,10 @@ declare function CreditCardIcon({
|
|
|
2376
2376
|
fill,
|
|
2377
2377
|
size,
|
|
2378
2378
|
...rest
|
|
2379
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2379
|
+
}: SvgIconProps & CustomSvgProps$68): JSX.Element;
|
|
2380
2380
|
//#endregion
|
|
2381
2381
|
//#region src/DesignTokens/Icons/Miscellaneous/DisketteIcon.d.ts
|
|
2382
|
-
interface CustomSvgProps$
|
|
2382
|
+
interface CustomSvgProps$67 {
|
|
2383
2383
|
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2384
2384
|
}
|
|
2385
2385
|
declare function DisketteIcon({
|
|
@@ -2388,7 +2388,19 @@ declare function DisketteIcon({
|
|
|
2388
2388
|
fill,
|
|
2389
2389
|
size,
|
|
2390
2390
|
...rest
|
|
2391
|
-
}: SvgIconProps & CustomSvgProps$
|
|
2391
|
+
}: SvgIconProps & CustomSvgProps$67): React.JSX.Element;
|
|
2392
|
+
//#endregion
|
|
2393
|
+
//#region src/DesignTokens/Icons/Miscellaneous/ShrinkIcon.d.ts
|
|
2394
|
+
interface CustomSvgProps$66 {
|
|
2395
|
+
size?: 'sm' | 'base' | 'lg' | 'xl';
|
|
2396
|
+
}
|
|
2397
|
+
declare function ShrinkIcon({
|
|
2398
|
+
stroke,
|
|
2399
|
+
strokeWidth,
|
|
2400
|
+
fill,
|
|
2401
|
+
size,
|
|
2402
|
+
...rest
|
|
2403
|
+
}: SvgIconProps & CustomSvgProps$66): JSX.Element;
|
|
2392
2404
|
//#endregion
|
|
2393
2405
|
//#region src/DesignTokens/Icons/Miscellaneous/KeyIcon.d.ts
|
|
2394
2406
|
interface CustomSvgProps$65 {
|
|
@@ -5078,5 +5090,5 @@ declare const getIconSize: (size: "sm" | "base" | "lg" | "xl") => string;
|
|
|
5078
5090
|
*/
|
|
5079
5091
|
declare const getReadableTextColor: (backgroundColor: Colord) => string;
|
|
5080
5092
|
//#endregion
|
|
5081
|
-
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, ColorSample, 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 };
|
|
5093
|
+
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, ColorSample, 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, ShrinkIcon, 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 };
|
|
5082
5094
|
//# sourceMappingURL=index.d.cts.map
|