@dataloop-ai/icons 3.1.71 → 3.1.73
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/assets/dataloop.svg +2 -28
- package/fonts/dl-icons.eot +0 -0
- package/fonts/dl-icons.svg +644 -649
- package/fonts/dl-icons.ttf +0 -0
- package/fonts/dl-icons.woff +0 -0
- package/package.json +2 -2
- package/style.css +649 -674
package/style.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'dl-icons';
|
|
3
|
-
src: url('fonts/dl-icons.eot?
|
|
4
|
-
src: url('fonts/dl-icons.eot?
|
|
5
|
-
url('fonts/dl-icons.ttf?
|
|
6
|
-
url('fonts/dl-icons.woff?
|
|
7
|
-
url('fonts/dl-icons.svg?
|
|
3
|
+
src: url('fonts/dl-icons.eot?71hbab');
|
|
4
|
+
src: url('fonts/dl-icons.eot?71hbab#iefix') format('embedded-opentype'),
|
|
5
|
+
url('fonts/dl-icons.ttf?71hbab') format('truetype'),
|
|
6
|
+
url('fonts/dl-icons.woff?71hbab') format('woff'),
|
|
7
|
+
url('fonts/dl-icons.svg?71hbab#dl-icons') format('svg');
|
|
8
8
|
font-weight: normal;
|
|
9
9
|
font-style: normal;
|
|
10
10
|
font-display: block;
|
|
@@ -811,2430 +811,2405 @@
|
|
|
811
811
|
}
|
|
812
812
|
.icon-dl-dataloop .path1:before {
|
|
813
813
|
content: "\e9d4";
|
|
814
|
-
color: rgb(0,
|
|
814
|
+
color: rgb(0, 118, 206);
|
|
815
815
|
}
|
|
816
816
|
.icon-dl-dataloop .path2:before {
|
|
817
817
|
content: "\e9d5";
|
|
818
818
|
margin-left: -1em;
|
|
819
|
-
color: rgb(
|
|
820
|
-
}
|
|
821
|
-
.icon-dl-dataloop .path3:before {
|
|
822
|
-
content: "\ec5d";
|
|
823
|
-
margin-left: -1em;
|
|
824
|
-
color: rgb(239, 98, 132);
|
|
825
|
-
}
|
|
826
|
-
.icon-dl-dataloop .path4:before {
|
|
827
|
-
content: "\ec5e";
|
|
828
|
-
margin-left: -1em;
|
|
829
|
-
color: rgb(239, 98, 132);
|
|
830
|
-
}
|
|
831
|
-
.icon-dl-dataloop .path5:before {
|
|
832
|
-
content: "\ec5f";
|
|
833
|
-
margin-left: -1em;
|
|
834
|
-
color: rgb(255, 215, 226);
|
|
835
|
-
}
|
|
836
|
-
.icon-dl-dataloop .path6:before {
|
|
837
|
-
content: "\ec60";
|
|
838
|
-
margin-left: -1em;
|
|
839
|
-
color: rgb(255, 215, 226);
|
|
840
|
-
}
|
|
841
|
-
.icon-dl-dataloop .path7:before {
|
|
842
|
-
content: "\ec61";
|
|
843
|
-
margin-left: -1em;
|
|
844
|
-
color: rgb(255, 215, 226);
|
|
819
|
+
color: rgb(255, 255, 255);
|
|
845
820
|
}
|
|
846
821
|
.icon-dl-dataset:before {
|
|
847
|
-
content: "\
|
|
822
|
+
content: "\e9d6";
|
|
848
823
|
}
|
|
849
824
|
.icon-dl-dataset-filled:before {
|
|
850
|
-
content: "\
|
|
825
|
+
content: "\e9d7";
|
|
851
826
|
}
|
|
852
827
|
.icon-dl-date:before {
|
|
853
|
-
content: "\
|
|
828
|
+
content: "\e9d8";
|
|
854
829
|
}
|
|
855
830
|
.icon-dl-debit .path1:before {
|
|
856
|
-
content: "\
|
|
831
|
+
content: "\e9d9";
|
|
857
832
|
color: rgb(255, 255, 255);
|
|
858
833
|
}
|
|
859
834
|
.icon-dl-debit .path2:before {
|
|
860
|
-
content: "\
|
|
835
|
+
content: "\e9da";
|
|
861
836
|
margin-left: -1em;
|
|
862
837
|
color: rgb(228, 228, 228);
|
|
863
838
|
}
|
|
864
839
|
.icon-dl-debit .path3:before {
|
|
865
|
-
content: "\
|
|
840
|
+
content: "\e9db";
|
|
866
841
|
margin-left: -1em;
|
|
867
842
|
color: rgb(29, 29, 27);
|
|
868
843
|
}
|
|
869
844
|
.icon-dl-debit .path4:before {
|
|
870
|
-
content: "\
|
|
845
|
+
content: "\e9dc";
|
|
871
846
|
margin-left: -1em;
|
|
872
847
|
color: rgb(29, 29, 27);
|
|
873
848
|
}
|
|
874
849
|
.icon-dl-debit .path5:before {
|
|
875
|
-
content: "\
|
|
850
|
+
content: "\e9dd";
|
|
876
851
|
margin-left: -1em;
|
|
877
852
|
color: rgb(29, 29, 27);
|
|
878
853
|
}
|
|
879
854
|
.icon-dl-debit .path6:before {
|
|
880
|
-
content: "\
|
|
855
|
+
content: "\e9de";
|
|
881
856
|
margin-left: -1em;
|
|
882
857
|
color: rgb(29, 29, 27);
|
|
883
858
|
}
|
|
884
859
|
.icon-dl-debit .path7:before {
|
|
885
|
-
content: "\
|
|
860
|
+
content: "\e9df";
|
|
886
861
|
margin-left: -1em;
|
|
887
862
|
color: rgb(29, 29, 27);
|
|
888
863
|
}
|
|
889
864
|
.icon-dl-debit .path8:before {
|
|
890
|
-
content: "\
|
|
865
|
+
content: "\e9e0";
|
|
891
866
|
margin-left: -1em;
|
|
892
867
|
color: rgb(29, 29, 27);
|
|
893
868
|
}
|
|
894
869
|
.icon-dl-debit .path9:before {
|
|
895
|
-
content: "\
|
|
870
|
+
content: "\e9e1";
|
|
896
871
|
margin-left: -1em;
|
|
897
872
|
color: rgb(29, 29, 27);
|
|
898
873
|
}
|
|
899
874
|
.icon-dl-debit .path10:before {
|
|
900
|
-
content: "\
|
|
875
|
+
content: "\e9e2";
|
|
901
876
|
margin-left: -1em;
|
|
902
877
|
color: rgb(29, 29, 27);
|
|
903
878
|
}
|
|
904
879
|
.icon-dl-debit .path11:before {
|
|
905
|
-
content: "\
|
|
880
|
+
content: "\e9e3";
|
|
906
881
|
margin-left: -1em;
|
|
907
882
|
color: rgb(29, 29, 27);
|
|
908
883
|
}
|
|
909
884
|
.icon-dl-debug:before {
|
|
910
|
-
content: "\
|
|
885
|
+
content: "\e9e4";
|
|
911
886
|
}
|
|
912
887
|
.icon-dl-deepseek:before {
|
|
913
|
-
content: "\
|
|
888
|
+
content: "\e9e5";
|
|
914
889
|
color: #4d6bfe;
|
|
915
890
|
}
|
|
916
891
|
.icon-dl-delete:before {
|
|
917
|
-
content: "\
|
|
892
|
+
content: "\e9e6";
|
|
918
893
|
}
|
|
919
894
|
.icon-dl-delete-filled:before {
|
|
920
|
-
content: "\
|
|
895
|
+
content: "\e9e7";
|
|
921
896
|
}
|
|
922
897
|
.icon-dl-dell .path1:before {
|
|
923
|
-
content: "\
|
|
898
|
+
content: "\e9e8";
|
|
924
899
|
color: rgb(0, 118, 206);
|
|
925
900
|
}
|
|
926
901
|
.icon-dl-dell .path2:before {
|
|
927
|
-
content: "\
|
|
902
|
+
content: "\e9e9";
|
|
928
903
|
margin-left: -1em;
|
|
929
904
|
color: rgb(255, 255, 255);
|
|
930
905
|
}
|
|
931
906
|
.icon-dl-deploy:before {
|
|
932
|
-
content: "\
|
|
907
|
+
content: "\e9ea";
|
|
933
908
|
}
|
|
934
909
|
.icon-dl-description:before {
|
|
935
|
-
content: "\
|
|
910
|
+
content: "\e9eb";
|
|
936
911
|
}
|
|
937
912
|
.icon-dl-developer:before {
|
|
938
|
-
content: "\
|
|
913
|
+
content: "\e9ec";
|
|
939
914
|
}
|
|
940
915
|
.icon-dl-diagonal-maximize:before {
|
|
941
|
-
content: "\
|
|
916
|
+
content: "\e9ed";
|
|
942
917
|
}
|
|
943
918
|
.icon-dl-diagonal-minimize:before {
|
|
944
|
-
content: "\
|
|
919
|
+
content: "\e9ee";
|
|
945
920
|
}
|
|
946
921
|
.icon-dl-dicom-file:before {
|
|
947
|
-
content: "\
|
|
922
|
+
content: "\e9ef";
|
|
948
923
|
}
|
|
949
924
|
.icon-dl-dicom-file-fill:before {
|
|
950
|
-
content: "\
|
|
925
|
+
content: "\e9f0";
|
|
951
926
|
}
|
|
952
927
|
.icon-dl-diner .path1:before {
|
|
953
|
-
content: "\
|
|
928
|
+
content: "\e9f1";
|
|
954
929
|
color: rgb(255, 255, 255);
|
|
955
930
|
}
|
|
956
931
|
.icon-dl-diner .path2:before {
|
|
957
|
-
content: "\
|
|
932
|
+
content: "\e9f2";
|
|
958
933
|
margin-left: -1em;
|
|
959
934
|
color: rgb(228, 228, 228);
|
|
960
935
|
}
|
|
961
936
|
.icon-dl-diner .path3:before {
|
|
962
|
-
content: "\
|
|
937
|
+
content: "\e9f3";
|
|
963
938
|
margin-left: -1em;
|
|
964
939
|
color: rgb(0, 106, 201);
|
|
965
940
|
}
|
|
966
941
|
.icon-dl-diner .path4:before {
|
|
967
|
-
content: "\
|
|
942
|
+
content: "\e9f4";
|
|
968
943
|
margin-left: -1em;
|
|
969
944
|
color: rgb(0, 74, 151);
|
|
970
945
|
}
|
|
971
946
|
.icon-dl-diner .path5:before {
|
|
972
|
-
content: "\
|
|
947
|
+
content: "\e9f5";
|
|
973
948
|
margin-left: -1em;
|
|
974
949
|
color: rgb(2, 53, 99);
|
|
975
950
|
}
|
|
976
951
|
.icon-dl-diner .path6:before {
|
|
977
|
-
content: "\
|
|
952
|
+
content: "\e9f6";
|
|
978
953
|
margin-left: -1em;
|
|
979
954
|
color: rgb(2, 53, 99);
|
|
980
955
|
}
|
|
981
956
|
.icon-dl-diner .path7:before {
|
|
982
|
-
content: "\
|
|
957
|
+
content: "\e9f7";
|
|
983
958
|
margin-left: -1em;
|
|
984
959
|
color: rgb(0, 74, 151);
|
|
985
960
|
}
|
|
986
961
|
.icon-dl-diner .path8:before {
|
|
987
|
-
content: "\
|
|
962
|
+
content: "\e9f8";
|
|
988
963
|
margin-left: -1em;
|
|
989
964
|
color: rgb(0, 74, 151);
|
|
990
965
|
}
|
|
991
966
|
.icon-dl-diner .path9:before {
|
|
992
|
-
content: "\
|
|
967
|
+
content: "\e9f9";
|
|
993
968
|
margin-left: -1em;
|
|
994
969
|
color: rgb(0, 74, 151);
|
|
995
970
|
}
|
|
996
971
|
.icon-dl-diner .path10:before {
|
|
997
|
-
content: "\
|
|
972
|
+
content: "\e9fa";
|
|
998
973
|
margin-left: -1em;
|
|
999
974
|
color: rgb(0, 74, 151);
|
|
1000
975
|
}
|
|
1001
976
|
.icon-dl-diner .path11:before {
|
|
1002
|
-
content: "\
|
|
977
|
+
content: "\e9fb";
|
|
1003
978
|
margin-left: -1em;
|
|
1004
979
|
color: rgb(0, 74, 151);
|
|
1005
980
|
}
|
|
1006
981
|
.icon-dl-diner .path12:before {
|
|
1007
|
-
content: "\
|
|
982
|
+
content: "\e9fc";
|
|
1008
983
|
margin-left: -1em;
|
|
1009
984
|
color: rgb(0, 74, 151);
|
|
1010
985
|
}
|
|
1011
986
|
.icon-dl-diner .path13:before {
|
|
1012
|
-
content: "\
|
|
987
|
+
content: "\e9fd";
|
|
1013
988
|
margin-left: -1em;
|
|
1014
989
|
color: rgb(0, 74, 151);
|
|
1015
990
|
}
|
|
1016
991
|
.icon-dl-diner .path14:before {
|
|
1017
|
-
content: "\
|
|
992
|
+
content: "\e9fe";
|
|
1018
993
|
margin-left: -1em;
|
|
1019
994
|
color: rgb(0, 74, 151);
|
|
1020
995
|
}
|
|
1021
996
|
.icon-dl-diner .path15:before {
|
|
1022
|
-
content: "\
|
|
997
|
+
content: "\e9ff";
|
|
1023
998
|
margin-left: -1em;
|
|
1024
999
|
color: rgb(0, 74, 151);
|
|
1025
1000
|
}
|
|
1026
1001
|
.icon-dl-diner .path16:before {
|
|
1027
|
-
content: "\
|
|
1002
|
+
content: "\ea00";
|
|
1028
1003
|
margin-left: -1em;
|
|
1029
1004
|
color: rgb(0, 74, 151);
|
|
1030
1005
|
}
|
|
1031
1006
|
.icon-dl-diner .path17:before {
|
|
1032
|
-
content: "\
|
|
1007
|
+
content: "\ea01";
|
|
1033
1008
|
margin-left: -1em;
|
|
1034
1009
|
color: rgb(0, 106, 201);
|
|
1035
1010
|
}
|
|
1036
1011
|
.icon-dl-diner .path18:before {
|
|
1037
|
-
content: "\
|
|
1012
|
+
content: "\ea02";
|
|
1038
1013
|
margin-left: -1em;
|
|
1039
1014
|
color: rgb(0, 106, 201);
|
|
1040
1015
|
}
|
|
1041
1016
|
.icon-dl-diner .path19:before {
|
|
1042
|
-
content: "\
|
|
1017
|
+
content: "\ea03";
|
|
1043
1018
|
margin-left: -1em;
|
|
1044
1019
|
color: rgb(0, 106, 201);
|
|
1045
1020
|
}
|
|
1046
1021
|
.icon-dl-diner .path20:before {
|
|
1047
|
-
content: "\
|
|
1022
|
+
content: "\ea04";
|
|
1048
1023
|
margin-left: -1em;
|
|
1049
1024
|
color: rgb(0, 106, 201);
|
|
1050
1025
|
}
|
|
1051
1026
|
.icon-dl-diner .path21:before {
|
|
1052
|
-
content: "\
|
|
1027
|
+
content: "\ea05";
|
|
1053
1028
|
margin-left: -1em;
|
|
1054
1029
|
color: rgb(0, 106, 201);
|
|
1055
1030
|
}
|
|
1056
1031
|
.icon-dl-diner .path22:before {
|
|
1057
|
-
content: "\
|
|
1032
|
+
content: "\ea06";
|
|
1058
1033
|
margin-left: -1em;
|
|
1059
1034
|
color: rgb(0, 106, 201);
|
|
1060
1035
|
}
|
|
1061
1036
|
.icon-dl-diner .path23:before {
|
|
1062
|
-
content: "\
|
|
1037
|
+
content: "\ea07";
|
|
1063
1038
|
margin-left: -1em;
|
|
1064
1039
|
color: rgb(0, 106, 201);
|
|
1065
1040
|
}
|
|
1066
1041
|
.icon-dl-diner .path24:before {
|
|
1067
|
-
content: "\
|
|
1042
|
+
content: "\ea08";
|
|
1068
1043
|
margin-left: -1em;
|
|
1069
1044
|
color: rgb(0, 106, 201);
|
|
1070
1045
|
}
|
|
1071
1046
|
.icon-dl-diner .path25:before {
|
|
1072
|
-
content: "\
|
|
1047
|
+
content: "\ea09";
|
|
1073
1048
|
margin-left: -1em;
|
|
1074
1049
|
color: rgb(0, 106, 201);
|
|
1075
1050
|
}
|
|
1076
1051
|
.icon-dl-diner .path26:before {
|
|
1077
|
-
content: "\
|
|
1052
|
+
content: "\ea0a";
|
|
1078
1053
|
margin-left: -1em;
|
|
1079
1054
|
color: rgb(0, 106, 201);
|
|
1080
1055
|
}
|
|
1081
1056
|
.icon-dl-diner .path27:before {
|
|
1082
|
-
content: "\
|
|
1057
|
+
content: "\ea0b";
|
|
1083
1058
|
margin-left: -1em;
|
|
1084
1059
|
color: rgb(0, 106, 201);
|
|
1085
1060
|
}
|
|
1086
1061
|
.icon-dl-diner .path28:before {
|
|
1087
|
-
content: "\
|
|
1062
|
+
content: "\ea0c";
|
|
1088
1063
|
margin-left: -1em;
|
|
1089
1064
|
color: rgb(0, 106, 201);
|
|
1090
1065
|
}
|
|
1091
1066
|
.icon-dl-diner .path29:before {
|
|
1092
|
-
content: "\
|
|
1067
|
+
content: "\ea0d";
|
|
1093
1068
|
margin-left: -1em;
|
|
1094
1069
|
color: rgb(0, 106, 201);
|
|
1095
1070
|
}
|
|
1096
1071
|
.icon-dl-diner .path30:before {
|
|
1097
|
-
content: "\
|
|
1072
|
+
content: "\ea0e";
|
|
1098
1073
|
margin-left: -1em;
|
|
1099
1074
|
color: rgb(0, 106, 201);
|
|
1100
1075
|
}
|
|
1101
1076
|
.icon-dl-diner .path31:before {
|
|
1102
|
-
content: "\
|
|
1077
|
+
content: "\ea0f";
|
|
1103
1078
|
margin-left: -1em;
|
|
1104
1079
|
color: rgb(0, 106, 201);
|
|
1105
1080
|
}
|
|
1106
1081
|
.icon-dl-diner .path32:before {
|
|
1107
|
-
content: "\
|
|
1082
|
+
content: "\ea10";
|
|
1108
1083
|
margin-left: -1em;
|
|
1109
1084
|
color: rgb(0, 106, 201);
|
|
1110
1085
|
}
|
|
1111
1086
|
.icon-dl-diner .path33:before {
|
|
1112
|
-
content: "\
|
|
1087
|
+
content: "\ea11";
|
|
1113
1088
|
margin-left: -1em;
|
|
1114
1089
|
color: rgb(0, 106, 201);
|
|
1115
1090
|
}
|
|
1116
1091
|
.icon-dl-diner .path34:before {
|
|
1117
|
-
content: "\
|
|
1092
|
+
content: "\ea12";
|
|
1118
1093
|
margin-left: -1em;
|
|
1119
1094
|
color: rgb(0, 106, 201);
|
|
1120
1095
|
}
|
|
1121
1096
|
.icon-dl-diner .path35:before {
|
|
1122
|
-
content: "\
|
|
1097
|
+
content: "\ea13";
|
|
1123
1098
|
margin-left: -1em;
|
|
1124
1099
|
color: rgb(0, 106, 201);
|
|
1125
1100
|
}
|
|
1126
1101
|
.icon-dl-diner .path36:before {
|
|
1127
|
-
content: "\
|
|
1102
|
+
content: "\ea14";
|
|
1128
1103
|
margin-left: -1em;
|
|
1129
1104
|
color: rgb(0, 106, 201);
|
|
1130
1105
|
}
|
|
1131
1106
|
.icon-dl-diner .path37:before {
|
|
1132
|
-
content: "\
|
|
1107
|
+
content: "\ea15";
|
|
1133
1108
|
margin-left: -1em;
|
|
1134
1109
|
color: rgb(0, 106, 201);
|
|
1135
1110
|
}
|
|
1136
1111
|
.icon-dl-diner .path38:before {
|
|
1137
|
-
content: "\
|
|
1112
|
+
content: "\ea16";
|
|
1138
1113
|
margin-left: -1em;
|
|
1139
1114
|
color: rgb(0, 106, 201);
|
|
1140
1115
|
}
|
|
1141
1116
|
.icon-dl-diner .path39:before {
|
|
1142
|
-
content: "\
|
|
1117
|
+
content: "\ea17";
|
|
1143
1118
|
margin-left: -1em;
|
|
1144
1119
|
color: rgb(0, 106, 201);
|
|
1145
1120
|
}
|
|
1146
1121
|
.icon-dl-diner .path40:before {
|
|
1147
|
-
content: "\
|
|
1122
|
+
content: "\ea18";
|
|
1148
1123
|
margin-left: -1em;
|
|
1149
1124
|
color: rgb(0, 106, 201);
|
|
1150
1125
|
}
|
|
1151
1126
|
.icon-dl-diner .path41:before {
|
|
1152
|
-
content: "\
|
|
1127
|
+
content: "\ea19";
|
|
1153
1128
|
margin-left: -1em;
|
|
1154
1129
|
color: rgb(0, 106, 201);
|
|
1155
1130
|
}
|
|
1156
1131
|
.icon-dl-diner .path42:before {
|
|
1157
|
-
content: "\
|
|
1132
|
+
content: "\ea1a";
|
|
1158
1133
|
margin-left: -1em;
|
|
1159
1134
|
color: rgb(0, 106, 201);
|
|
1160
1135
|
}
|
|
1161
1136
|
.icon-dl-diner .path43:before {
|
|
1162
|
-
content: "\
|
|
1137
|
+
content: "\ea1b";
|
|
1163
1138
|
margin-left: -1em;
|
|
1164
1139
|
color: rgb(0, 106, 201);
|
|
1165
1140
|
}
|
|
1166
1141
|
.icon-dl-diner .path44:before {
|
|
1167
|
-
content: "\
|
|
1142
|
+
content: "\ea1c";
|
|
1168
1143
|
margin-left: -1em;
|
|
1169
1144
|
color: rgb(0, 74, 151);
|
|
1170
1145
|
}
|
|
1171
1146
|
.icon-dl-diner .path45:before {
|
|
1172
|
-
content: "\
|
|
1147
|
+
content: "\ea1d";
|
|
1173
1148
|
margin-left: -1em;
|
|
1174
1149
|
color: rgb(0, 106, 201);
|
|
1175
1150
|
}
|
|
1176
1151
|
.icon-dl-discard:before {
|
|
1177
|
-
content: "\
|
|
1152
|
+
content: "\ea1e";
|
|
1178
1153
|
}
|
|
1179
1154
|
.icon-dl-discard-filled:before {
|
|
1180
|
-
content: "\
|
|
1155
|
+
content: "\ea1f";
|
|
1181
1156
|
}
|
|
1182
1157
|
.icon-dl-disconnect-all-children:before {
|
|
1183
|
-
content: "\
|
|
1158
|
+
content: "\ea20";
|
|
1184
1159
|
}
|
|
1185
1160
|
.icon-dl-disconnect-from-parent:before {
|
|
1186
|
-
content: "\
|
|
1161
|
+
content: "\ea21";
|
|
1187
1162
|
}
|
|
1188
1163
|
.icon-dl-disconnection:before {
|
|
1189
|
-
content: "\
|
|
1164
|
+
content: "\ea22";
|
|
1190
1165
|
}
|
|
1191
1166
|
.icon-dl-discovery:before {
|
|
1192
|
-
content: "\
|
|
1167
|
+
content: "\ea23";
|
|
1193
1168
|
}
|
|
1194
1169
|
.icon-dl-display:before {
|
|
1195
|
-
content: "\
|
|
1170
|
+
content: "\ea24";
|
|
1196
1171
|
}
|
|
1197
1172
|
.icon-dl-distribution:before {
|
|
1198
|
-
content: "\
|
|
1173
|
+
content: "\ea25";
|
|
1199
1174
|
}
|
|
1200
1175
|
.icon-dl-distribution-filled:before {
|
|
1201
|
-
content: "\
|
|
1176
|
+
content: "\ea26";
|
|
1202
1177
|
}
|
|
1203
1178
|
.icon-dl-divide:before {
|
|
1204
|
-
content: "\
|
|
1179
|
+
content: "\ea27";
|
|
1205
1180
|
}
|
|
1206
1181
|
.icon-dl-dockerhub:before {
|
|
1207
|
-
content: "\
|
|
1182
|
+
content: "\ea28";
|
|
1208
1183
|
color: #1d63ed;
|
|
1209
1184
|
}
|
|
1210
1185
|
.icon-dl-donuts:before {
|
|
1211
|
-
content: "\
|
|
1186
|
+
content: "\ea29";
|
|
1212
1187
|
}
|
|
1213
1188
|
.icon-dl-dot:before {
|
|
1214
|
-
content: "\
|
|
1189
|
+
content: "\ea2a";
|
|
1215
1190
|
}
|
|
1216
1191
|
.icon-dl-dot-menu:before {
|
|
1217
|
-
content: "\
|
|
1192
|
+
content: "\ea2b";
|
|
1218
1193
|
}
|
|
1219
1194
|
.icon-dl-down-chevron:before {
|
|
1220
|
-
content: "\
|
|
1195
|
+
content: "\ea2c";
|
|
1221
1196
|
}
|
|
1222
1197
|
.icon-dl-download:before {
|
|
1223
|
-
content: "\
|
|
1198
|
+
content: "\ea2d";
|
|
1224
1199
|
}
|
|
1225
1200
|
.icon-dl-drag:before {
|
|
1226
|
-
content: "\
|
|
1201
|
+
content: "\ea2e";
|
|
1227
1202
|
}
|
|
1228
1203
|
.icon-dl-drone:before {
|
|
1229
|
-
content: "\
|
|
1204
|
+
content: "\ea2f";
|
|
1230
1205
|
}
|
|
1231
1206
|
.icon-dl-edit:before {
|
|
1232
|
-
content: "\
|
|
1207
|
+
content: "\ea30";
|
|
1233
1208
|
}
|
|
1234
1209
|
.icon-dl-edit-filled:before {
|
|
1235
|
-
content: "\
|
|
1210
|
+
content: "\ea31";
|
|
1236
1211
|
}
|
|
1237
1212
|
.icon-dl-ellipse:before {
|
|
1238
|
-
content: "\
|
|
1213
|
+
content: "\ea32";
|
|
1239
1214
|
}
|
|
1240
1215
|
.icon-dl-embeddings:before {
|
|
1241
|
-
content: "\
|
|
1216
|
+
content: "\ea33";
|
|
1242
1217
|
}
|
|
1243
1218
|
.icon-dl-enter:before {
|
|
1244
|
-
content: "\
|
|
1219
|
+
content: "\ea34";
|
|
1245
1220
|
}
|
|
1246
1221
|
.icon-dl-enterprise:before {
|
|
1247
|
-
content: "\
|
|
1222
|
+
content: "\ea35";
|
|
1248
1223
|
}
|
|
1249
1224
|
.icon-dl-equipment-detection:before {
|
|
1250
|
-
content: "\
|
|
1225
|
+
content: "\ea36";
|
|
1251
1226
|
}
|
|
1252
1227
|
.icon-dl-eraser-filled:before {
|
|
1253
|
-
content: "\
|
|
1228
|
+
content: "\ea37";
|
|
1254
1229
|
}
|
|
1255
1230
|
.icon-dl-eraser-freehand:before {
|
|
1256
|
-
content: "\
|
|
1231
|
+
content: "\ea38";
|
|
1257
1232
|
}
|
|
1258
1233
|
.icon-dl-eraser-outline:before {
|
|
1259
|
-
content: "\
|
|
1234
|
+
content: "\ea39";
|
|
1260
1235
|
}
|
|
1261
1236
|
.icon-dl-error:before {
|
|
1262
|
-
content: "\
|
|
1237
|
+
content: "\ea3a";
|
|
1263
1238
|
}
|
|
1264
1239
|
.icon-dl-error-filled:before {
|
|
1265
|
-
content: "\
|
|
1240
|
+
content: "\ea3b";
|
|
1266
1241
|
}
|
|
1267
1242
|
.icon-dl-excel:before {
|
|
1268
|
-
content: "\
|
|
1243
|
+
content: "\ea3c";
|
|
1269
1244
|
}
|
|
1270
1245
|
.icon-dl-excel-outline:before {
|
|
1271
|
-
content: "\
|
|
1246
|
+
content: "\ea3d";
|
|
1272
1247
|
}
|
|
1273
1248
|
.icon-dl-execution:before {
|
|
1274
|
-
content: "\
|
|
1249
|
+
content: "\ea3e";
|
|
1275
1250
|
}
|
|
1276
1251
|
.icon-dl-execution-filled:before {
|
|
1277
|
-
content: "\
|
|
1252
|
+
content: "\ea3f";
|
|
1278
1253
|
}
|
|
1279
1254
|
.icon-dl-expand:before {
|
|
1280
|
-
content: "\
|
|
1255
|
+
content: "\ea40";
|
|
1281
1256
|
}
|
|
1282
1257
|
.icon-dl-expand-1:before {
|
|
1283
|
-
content: "\
|
|
1258
|
+
content: "\ea41";
|
|
1284
1259
|
}
|
|
1285
1260
|
.icon-dl-expand-3:before {
|
|
1286
|
-
content: "\
|
|
1261
|
+
content: "\ea42";
|
|
1287
1262
|
}
|
|
1288
1263
|
.icon-dl-expand-4:before {
|
|
1289
|
-
content: "\
|
|
1264
|
+
content: "\ea43";
|
|
1290
1265
|
}
|
|
1291
1266
|
.icon-dl-expand-all:before {
|
|
1292
|
-
content: "\
|
|
1267
|
+
content: "\ea44";
|
|
1293
1268
|
}
|
|
1294
1269
|
.icon-dl-export:before {
|
|
1295
|
-
content: "\
|
|
1270
|
+
content: "\ea45";
|
|
1296
1271
|
}
|
|
1297
1272
|
.icon-dl-export-annotations:before {
|
|
1298
|
-
content: "\
|
|
1273
|
+
content: "\ea46";
|
|
1299
1274
|
}
|
|
1300
1275
|
.icon-dl-faas:before {
|
|
1301
|
-
content: "\
|
|
1276
|
+
content: "\ea47";
|
|
1302
1277
|
}
|
|
1303
1278
|
.icon-dl-faas-outline:before {
|
|
1304
|
-
content: "\
|
|
1279
|
+
content: "\ea48";
|
|
1305
1280
|
}
|
|
1306
1281
|
.icon-dl-face-detection:before {
|
|
1307
|
-
content: "\
|
|
1282
|
+
content: "\ea49";
|
|
1308
1283
|
}
|
|
1309
1284
|
.icon-dl-file:before {
|
|
1310
|
-
content: "\
|
|
1285
|
+
content: "\ea4a";
|
|
1311
1286
|
}
|
|
1312
1287
|
.icon-dl-file-filled:before {
|
|
1313
|
-
content: "\
|
|
1288
|
+
content: "\ea4b";
|
|
1314
1289
|
}
|
|
1315
1290
|
.icon-dl-filter:before {
|
|
1316
|
-
content: "\
|
|
1291
|
+
content: "\ea4c";
|
|
1317
1292
|
}
|
|
1318
1293
|
.icon-dl-filter-filled-2:before {
|
|
1319
|
-
content: "\
|
|
1294
|
+
content: "\ea4d";
|
|
1320
1295
|
}
|
|
1321
1296
|
.icon-dl-finish:before {
|
|
1322
|
-
content: "\
|
|
1297
|
+
content: "\ea4e";
|
|
1323
1298
|
}
|
|
1324
1299
|
.icon-dl-first-page:before {
|
|
1325
|
-
content: "\
|
|
1300
|
+
content: "\ea4f";
|
|
1326
1301
|
}
|
|
1327
1302
|
.icon-dl-fit-to-page:before {
|
|
1328
|
-
content: "\
|
|
1303
|
+
content: "\ea50";
|
|
1329
1304
|
}
|
|
1330
1305
|
.icon-dl-fit-to-screen:before {
|
|
1331
|
-
content: "\
|
|
1306
|
+
content: "\ea51";
|
|
1332
1307
|
}
|
|
1333
1308
|
.icon-dl-fit-to-width:before {
|
|
1334
|
-
content: "\
|
|
1309
|
+
content: "\ea52";
|
|
1335
1310
|
}
|
|
1336
1311
|
.icon-dl-flag:before {
|
|
1337
|
-
content: "\
|
|
1312
|
+
content: "\ea53";
|
|
1338
1313
|
}
|
|
1339
1314
|
.icon-dl-flag-filled:before {
|
|
1340
|
-
content: "\
|
|
1315
|
+
content: "\ea54";
|
|
1341
1316
|
}
|
|
1342
1317
|
.icon-dl-flip-image:before {
|
|
1343
|
-
content: "\
|
|
1318
|
+
content: "\ea55";
|
|
1344
1319
|
}
|
|
1345
1320
|
.icon-dl-float:before {
|
|
1346
|
-
content: "\
|
|
1321
|
+
content: "\ea56";
|
|
1347
1322
|
}
|
|
1348
1323
|
.icon-dl-focus:before {
|
|
1349
|
-
content: "\
|
|
1324
|
+
content: "\ea57";
|
|
1350
1325
|
}
|
|
1351
1326
|
.icon-dl-folder:before {
|
|
1352
|
-
content: "\
|
|
1327
|
+
content: "\ea58";
|
|
1353
1328
|
}
|
|
1354
1329
|
.icon-dl-folder-filled:before {
|
|
1355
|
-
content: "\
|
|
1330
|
+
content: "\ea59";
|
|
1356
1331
|
}
|
|
1357
1332
|
.icon-dl-front-view:before {
|
|
1358
|
-
content: "\
|
|
1333
|
+
content: "\ea5a";
|
|
1359
1334
|
}
|
|
1360
1335
|
.icon-dl-fsx .path1:before {
|
|
1361
|
-
content: "\
|
|
1336
|
+
content: "\ea5b";
|
|
1362
1337
|
color: rgb(0, 0, 0);
|
|
1363
1338
|
}
|
|
1364
1339
|
.icon-dl-fsx .path2:before {
|
|
1365
|
-
content: "\
|
|
1340
|
+
content: "\ea5c";
|
|
1366
1341
|
margin-left: -1em;
|
|
1367
1342
|
color: rgb(255, 255, 255);
|
|
1368
1343
|
}
|
|
1369
1344
|
.icon-dl-full-screen:before {
|
|
1370
|
-
content: "\
|
|
1345
|
+
content: "\ea5d";
|
|
1371
1346
|
}
|
|
1372
1347
|
.icon-dl-fullscreen:before {
|
|
1373
|
-
content: "\
|
|
1348
|
+
content: "\ea5e";
|
|
1374
1349
|
}
|
|
1375
1350
|
.icon-dl-fullscreen-exit:before {
|
|
1376
|
-
content: "\
|
|
1351
|
+
content: "\ea5f";
|
|
1377
1352
|
}
|
|
1378
1353
|
.icon-dl-function:before {
|
|
1379
|
-
content: "\
|
|
1354
|
+
content: "\ea60";
|
|
1380
1355
|
}
|
|
1381
1356
|
.icon-dl-gcp .path1:before {
|
|
1382
|
-
content: "\
|
|
1357
|
+
content: "\ea61";
|
|
1383
1358
|
color: rgb(234, 67, 53);
|
|
1384
1359
|
}
|
|
1385
1360
|
.icon-dl-gcp .path2:before {
|
|
1386
|
-
content: "\
|
|
1361
|
+
content: "\ea62";
|
|
1387
1362
|
margin-left: -1em;
|
|
1388
1363
|
color: rgb(66, 133, 244);
|
|
1389
1364
|
}
|
|
1390
1365
|
.icon-dl-gcp .path3:before {
|
|
1391
|
-
content: "\
|
|
1366
|
+
content: "\ea63";
|
|
1392
1367
|
margin-left: -1em;
|
|
1393
1368
|
color: rgb(52, 168, 83);
|
|
1394
1369
|
}
|
|
1395
1370
|
.icon-dl-gcp .path4:before {
|
|
1396
|
-
content: "\
|
|
1371
|
+
content: "\ea64";
|
|
1397
1372
|
margin-left: -1em;
|
|
1398
1373
|
color: rgb(251, 188, 5);
|
|
1399
1374
|
}
|
|
1400
1375
|
.icon-dl-gemini:before {
|
|
1401
|
-
content: "\
|
|
1376
|
+
content: "\ea65";
|
|
1402
1377
|
}
|
|
1403
1378
|
.icon-dl-gemma:before {
|
|
1404
|
-
content: "\
|
|
1379
|
+
content: "\ea66";
|
|
1405
1380
|
}
|
|
1406
1381
|
.icon-dl-generate:before {
|
|
1407
|
-
content: "\
|
|
1382
|
+
content: "\ea67";
|
|
1408
1383
|
}
|
|
1409
1384
|
.icon-dl-getty-images-dark:before {
|
|
1410
|
-
content: "\
|
|
1385
|
+
content: "\ea68";
|
|
1411
1386
|
color: #fff;
|
|
1412
1387
|
}
|
|
1413
1388
|
.icon-dl-getty-images-light:before {
|
|
1414
|
-
content: "\
|
|
1389
|
+
content: "\ea69";
|
|
1415
1390
|
}
|
|
1416
1391
|
.icon-dl-github:before {
|
|
1417
|
-
content: "\
|
|
1392
|
+
content: "\ea6a";
|
|
1418
1393
|
}
|
|
1419
1394
|
.icon-dl-global:before {
|
|
1420
|
-
content: "\
|
|
1395
|
+
content: "\ea6b";
|
|
1421
1396
|
}
|
|
1422
1397
|
.icon-dl-google .path1:before {
|
|
1423
|
-
content: "\
|
|
1398
|
+
content: "\ea6c";
|
|
1424
1399
|
color: rgb(0, 0, 0);
|
|
1425
1400
|
}
|
|
1426
1401
|
.icon-dl-google .path2:before {
|
|
1427
|
-
content: "\
|
|
1402
|
+
content: "\ea6d";
|
|
1428
1403
|
margin-left: -1em;
|
|
1429
1404
|
color: rgb(0, 0, 0);
|
|
1430
1405
|
}
|
|
1431
1406
|
.icon-dl-google .path3:before {
|
|
1432
|
-
content: "\
|
|
1407
|
+
content: "\ea6e";
|
|
1433
1408
|
margin-left: -1em;
|
|
1434
1409
|
color: rgb(0, 0, 0);
|
|
1435
1410
|
}
|
|
1436
1411
|
.icon-dl-google .path4:before {
|
|
1437
|
-
content: "\
|
|
1412
|
+
content: "\ea6f";
|
|
1438
1413
|
margin-left: -1em;
|
|
1439
1414
|
color: rgb(0, 0, 0);
|
|
1440
1415
|
}
|
|
1441
1416
|
.icon-dl-google .path5:before {
|
|
1442
|
-
content: "\
|
|
1417
|
+
content: "\ea70";
|
|
1443
1418
|
margin-left: -1em;
|
|
1444
1419
|
color: rgb(48, 134, 255);
|
|
1445
1420
|
}
|
|
1446
1421
|
.icon-dl-google .path6:before {
|
|
1447
|
-
content: "\
|
|
1422
|
+
content: "\ea71";
|
|
1448
1423
|
margin-left: -1em;
|
|
1449
1424
|
color: rgb(0, 0, 0);
|
|
1450
1425
|
}
|
|
1451
1426
|
.icon-dl-google .path7:before {
|
|
1452
|
-
content: "\
|
|
1427
|
+
content: "\ea72";
|
|
1453
1428
|
margin-left: -1em;
|
|
1454
1429
|
color: rgb(0, 0, 0);
|
|
1455
1430
|
}
|
|
1456
1431
|
.icon-dl-google .path8:before {
|
|
1457
|
-
content: "\
|
|
1432
|
+
content: "\ea73";
|
|
1458
1433
|
margin-left: -1em;
|
|
1459
1434
|
color: rgb(0, 0, 0);
|
|
1460
1435
|
}
|
|
1461
1436
|
.icon-dl-google .path9:before {
|
|
1462
|
-
content: "\
|
|
1437
|
+
content: "\ea74";
|
|
1463
1438
|
margin-left: -1em;
|
|
1464
1439
|
color: rgb(0, 0, 0);
|
|
1465
1440
|
opacity: 0.5;
|
|
1466
1441
|
}
|
|
1467
1442
|
.icon-dl-governance-filled:before {
|
|
1468
|
-
content: "\
|
|
1443
|
+
content: "\ea75";
|
|
1469
1444
|
}
|
|
1470
1445
|
.icon-dl-governance-outline:before {
|
|
1471
|
-
content: "\
|
|
1446
|
+
content: "\ea76";
|
|
1472
1447
|
}
|
|
1473
1448
|
.icon-dl-gradio:before {
|
|
1474
|
-
content: "\
|
|
1449
|
+
content: "\ea77";
|
|
1475
1450
|
}
|
|
1476
1451
|
.icon-dl-group:before {
|
|
1477
|
-
content: "\
|
|
1452
|
+
content: "\ea78";
|
|
1478
1453
|
}
|
|
1479
1454
|
.icon-dl-group-filled:before {
|
|
1480
|
-
content: "\
|
|
1455
|
+
content: "\ea79";
|
|
1481
1456
|
}
|
|
1482
1457
|
.icon-dl-grouping:before {
|
|
1483
|
-
content: "\
|
|
1458
|
+
content: "\ea7a";
|
|
1484
1459
|
}
|
|
1485
1460
|
.icon-dl-hamburger-menu:before {
|
|
1486
|
-
content: "\
|
|
1461
|
+
content: "\ea7b";
|
|
1487
1462
|
}
|
|
1488
1463
|
.icon-dl-help:before {
|
|
1489
|
-
content: "\
|
|
1464
|
+
content: "\ea7c";
|
|
1490
1465
|
}
|
|
1491
1466
|
.icon-dl-hide:before {
|
|
1492
|
-
content: "\
|
|
1467
|
+
content: "\ea7d";
|
|
1493
1468
|
}
|
|
1494
1469
|
.icon-dl-hide-filled:before {
|
|
1495
|
-
content: "\
|
|
1470
|
+
content: "\ea7e";
|
|
1496
1471
|
}
|
|
1497
1472
|
.icon-dl-high-quality:before {
|
|
1498
|
-
content: "\
|
|
1473
|
+
content: "\ea7f";
|
|
1499
1474
|
}
|
|
1500
1475
|
.icon-dl-history:before {
|
|
1501
|
-
content: "\
|
|
1476
|
+
content: "\ea80";
|
|
1502
1477
|
}
|
|
1503
1478
|
.icon-dl-home:before {
|
|
1504
|
-
content: "\
|
|
1479
|
+
content: "\ea81";
|
|
1505
1480
|
}
|
|
1506
1481
|
.icon-dl-hourglass:before {
|
|
1507
|
-
content: "\
|
|
1482
|
+
content: "\ea82";
|
|
1508
1483
|
}
|
|
1509
1484
|
.icon-dl-html-file:before {
|
|
1510
|
-
content: "\
|
|
1485
|
+
content: "\ea83";
|
|
1511
1486
|
}
|
|
1512
1487
|
.icon-dl-hub:before {
|
|
1513
|
-
content: "\
|
|
1488
|
+
content: "\ea84";
|
|
1514
1489
|
}
|
|
1515
1490
|
.icon-dl-hub-filled:before {
|
|
1516
|
-
content: "\
|
|
1491
|
+
content: "\ea85";
|
|
1517
1492
|
}
|
|
1518
1493
|
.icon-dl-hugging-face .path1:before {
|
|
1519
|
-
content: "\
|
|
1494
|
+
content: "\ea86";
|
|
1520
1495
|
color: rgb(255, 255, 255);
|
|
1521
1496
|
}
|
|
1522
1497
|
.icon-dl-hugging-face .path2:before {
|
|
1523
|
-
content: "\
|
|
1498
|
+
content: "\ea87";
|
|
1524
1499
|
margin-left: -1em;
|
|
1525
1500
|
color: rgb(255, 157, 0);
|
|
1526
1501
|
}
|
|
1527
1502
|
.icon-dl-hugging-face .path3:before {
|
|
1528
|
-
content: "\
|
|
1503
|
+
content: "\ea88";
|
|
1529
1504
|
margin-left: -1em;
|
|
1530
1505
|
color: rgb(255, 210, 30);
|
|
1531
1506
|
}
|
|
1532
1507
|
.icon-dl-hugging-face .path4:before {
|
|
1533
|
-
content: "\
|
|
1508
|
+
content: "\ea89";
|
|
1534
1509
|
margin-left: -1em;
|
|
1535
1510
|
color: rgb(50, 52, 61);
|
|
1536
1511
|
}
|
|
1537
1512
|
.icon-dl-hugging-face .path5:before {
|
|
1538
|
-
content: "\
|
|
1513
|
+
content: "\ea8a";
|
|
1539
1514
|
margin-left: -1em;
|
|
1540
1515
|
color: rgb(255, 50, 61);
|
|
1541
1516
|
}
|
|
1542
1517
|
.icon-dl-hugging-face .path6:before {
|
|
1543
|
-
content: "\
|
|
1518
|
+
content: "\ea8b";
|
|
1544
1519
|
margin-left: -1em;
|
|
1545
1520
|
color: rgb(255, 173, 3);
|
|
1546
1521
|
}
|
|
1547
1522
|
.icon-dl-ibm:before {
|
|
1548
|
-
content: "\
|
|
1523
|
+
content: "\ea8c";
|
|
1549
1524
|
}
|
|
1550
1525
|
.icon-dl-id:before {
|
|
1551
|
-
content: "\
|
|
1526
|
+
content: "\ea8d";
|
|
1552
1527
|
}
|
|
1553
1528
|
.icon-dl-image-generation-filled:before {
|
|
1554
|
-
content: "\
|
|
1529
|
+
content: "\ea8e";
|
|
1555
1530
|
}
|
|
1556
1531
|
.icon-dl-image-generation-outline:before {
|
|
1557
|
-
content: "\
|
|
1532
|
+
content: "\ea8f";
|
|
1558
1533
|
}
|
|
1559
1534
|
.icon-dl-image-modification-filled:before {
|
|
1560
|
-
content: "\
|
|
1535
|
+
content: "\ea90";
|
|
1561
1536
|
}
|
|
1562
1537
|
.icon-dl-image-modification-outline:before {
|
|
1563
|
-
content: "\
|
|
1538
|
+
content: "\ea91";
|
|
1564
1539
|
}
|
|
1565
1540
|
.icon-dl-import:before {
|
|
1566
|
-
content: "\
|
|
1541
|
+
content: "\ea92";
|
|
1567
1542
|
}
|
|
1568
1543
|
.icon-dl-import-annotations:before {
|
|
1569
|
-
content: "\
|
|
1544
|
+
content: "\ea93";
|
|
1570
1545
|
}
|
|
1571
1546
|
.icon-dl-index-audio:before {
|
|
1572
|
-
content: "\
|
|
1547
|
+
content: "\ea94";
|
|
1573
1548
|
}
|
|
1574
1549
|
.icon-dl-info:before {
|
|
1575
|
-
content: "\
|
|
1550
|
+
content: "\ea95";
|
|
1576
1551
|
}
|
|
1577
1552
|
.icon-dl-info-filled:before {
|
|
1578
|
-
content: "\
|
|
1553
|
+
content: "\ea96";
|
|
1579
1554
|
}
|
|
1580
1555
|
.icon-dl-infokeyboard:before {
|
|
1581
|
-
content: "\
|
|
1556
|
+
content: "\ea97";
|
|
1582
1557
|
}
|
|
1583
1558
|
.icon-dl-integer:before {
|
|
1584
|
-
content: "\
|
|
1559
|
+
content: "\ea98";
|
|
1585
1560
|
}
|
|
1586
1561
|
.icon-dl-integration:before {
|
|
1587
|
-
content: "\
|
|
1562
|
+
content: "\ea99";
|
|
1588
1563
|
}
|
|
1589
1564
|
.icon-dl-integration-outline:before {
|
|
1590
|
-
content: "\
|
|
1565
|
+
content: "\ea9a";
|
|
1591
1566
|
}
|
|
1592
1567
|
.icon-dl-intel:before {
|
|
1593
|
-
content: "\
|
|
1568
|
+
content: "\ea9b";
|
|
1594
1569
|
color: #0e7dc2;
|
|
1595
1570
|
}
|
|
1596
1571
|
.icon-dl-intel-dark .path1:before {
|
|
1597
|
-
content: "\
|
|
1572
|
+
content: "\ea9c";
|
|
1598
1573
|
color: rgb(0, 199, 253);
|
|
1599
1574
|
}
|
|
1600
1575
|
.icon-dl-intel-dark .path2:before {
|
|
1601
|
-
content: "\
|
|
1576
|
+
content: "\ea9d";
|
|
1602
1577
|
margin-left: -1em;
|
|
1603
1578
|
color: rgb(255, 255, 255);
|
|
1604
1579
|
}
|
|
1605
1580
|
.icon-dl-intel-light .path1:before {
|
|
1606
|
-
content: "\
|
|
1581
|
+
content: "\ea9e";
|
|
1607
1582
|
color: rgb(4, 105, 171);
|
|
1608
1583
|
}
|
|
1609
1584
|
.icon-dl-intel-light .path2:before {
|
|
1610
|
-
content: "\
|
|
1585
|
+
content: "\ea9f";
|
|
1611
1586
|
margin-left: -1em;
|
|
1612
1587
|
color: rgb(2, 2, 2);
|
|
1613
1588
|
}
|
|
1614
1589
|
.icon-dl-item-filled:before {
|
|
1615
|
-
content: "\
|
|
1590
|
+
content: "\eaa0";
|
|
1616
1591
|
}
|
|
1617
1592
|
.icon-dl-item-outline:before {
|
|
1618
|
-
content: "\
|
|
1593
|
+
content: "\eaa1";
|
|
1619
1594
|
}
|
|
1620
1595
|
.icon-dl-jcb .path1:before {
|
|
1621
|
-
content: "\
|
|
1596
|
+
content: "\eaa2";
|
|
1622
1597
|
color: rgb(255, 255, 255);
|
|
1623
1598
|
}
|
|
1624
1599
|
.icon-dl-jcb .path2:before {
|
|
1625
|
-
content: "\
|
|
1600
|
+
content: "\eaa3";
|
|
1626
1601
|
margin-left: -1em;
|
|
1627
1602
|
color: rgb(228, 228, 228);
|
|
1628
1603
|
}
|
|
1629
1604
|
.icon-dl-jcb .path3:before {
|
|
1630
|
-
content: "\
|
|
1605
|
+
content: "\eaa4";
|
|
1631
1606
|
margin-left: -1em;
|
|
1632
1607
|
color: rgb(17, 116, 206);
|
|
1633
1608
|
}
|
|
1634
1609
|
.icon-dl-jcb .path4:before {
|
|
1635
|
-
content: "\
|
|
1610
|
+
content: "\eaa5";
|
|
1636
1611
|
margin-left: -1em;
|
|
1637
1612
|
color: rgb(15, 84, 157);
|
|
1638
1613
|
}
|
|
1639
1614
|
.icon-dl-jcb .path5:before {
|
|
1640
|
-
content: "\
|
|
1615
|
+
content: "\eaa6";
|
|
1641
1616
|
margin-left: -1em;
|
|
1642
1617
|
color: rgb(2, 55, 94);
|
|
1643
1618
|
}
|
|
1644
1619
|
.icon-dl-jcb .path6:before {
|
|
1645
|
-
content: "\
|
|
1620
|
+
content: "\eaa7";
|
|
1646
1621
|
margin-left: -1em;
|
|
1647
1622
|
color: rgb(20, 102, 67);
|
|
1648
1623
|
}
|
|
1649
1624
|
.icon-dl-jcb .path7:before {
|
|
1650
|
-
content: "\
|
|
1625
|
+
content: "\eaa8";
|
|
1651
1626
|
margin-left: -1em;
|
|
1652
1627
|
color: rgb(27, 204, 56);
|
|
1653
1628
|
}
|
|
1654
1629
|
.icon-dl-jcb .path8:before {
|
|
1655
|
-
content: "\
|
|
1630
|
+
content: "\eaa9";
|
|
1656
1631
|
margin-left: -1em;
|
|
1657
1632
|
color: rgb(50, 153, 71);
|
|
1658
1633
|
}
|
|
1659
1634
|
.icon-dl-jcb .path9:before {
|
|
1660
|
-
content: "\
|
|
1635
|
+
content: "\eaaa";
|
|
1661
1636
|
margin-left: -1em;
|
|
1662
1637
|
color: rgb(20, 102, 67);
|
|
1663
1638
|
}
|
|
1664
1639
|
.icon-dl-jcb .path10:before {
|
|
1665
|
-
content: "\
|
|
1640
|
+
content: "\eaab";
|
|
1666
1641
|
margin-left: -1em;
|
|
1667
1642
|
color: rgb(20, 102, 67);
|
|
1668
1643
|
}
|
|
1669
1644
|
.icon-dl-jcb .path11:before {
|
|
1670
|
-
content: "\
|
|
1645
|
+
content: "\eaac";
|
|
1671
1646
|
margin-left: -1em;
|
|
1672
1647
|
color: rgb(226, 14, 55);
|
|
1673
1648
|
}
|
|
1674
1649
|
.icon-dl-jcb .path12:before {
|
|
1675
|
-
content: "\
|
|
1650
|
+
content: "\eaad";
|
|
1676
1651
|
margin-left: -1em;
|
|
1677
1652
|
color: rgb(180, 31, 54);
|
|
1678
1653
|
}
|
|
1679
1654
|
.icon-dl-jcb .path13:before {
|
|
1680
|
-
content: "\
|
|
1655
|
+
content: "\eaae";
|
|
1681
1656
|
margin-left: -1em;
|
|
1682
1657
|
color: rgb(114, 10, 30);
|
|
1683
1658
|
}
|
|
1684
1659
|
.icon-dl-js:before {
|
|
1685
|
-
content: "\
|
|
1660
|
+
content: "\eaaf";
|
|
1686
1661
|
}
|
|
1687
1662
|
.icon-dl-js-file:before {
|
|
1688
|
-
content: "\
|
|
1663
|
+
content: "\eab0";
|
|
1689
1664
|
}
|
|
1690
1665
|
.icon-dl-json:before {
|
|
1691
|
-
content: "\
|
|
1666
|
+
content: "\eab1";
|
|
1692
1667
|
}
|
|
1693
1668
|
.icon-dl-json-file:before {
|
|
1694
|
-
content: "\
|
|
1669
|
+
content: "\eab2";
|
|
1695
1670
|
}
|
|
1696
1671
|
.icon-dl-json-node:before {
|
|
1697
|
-
content: "\
|
|
1672
|
+
content: "\eab3";
|
|
1698
1673
|
}
|
|
1699
1674
|
.icon-dl-jupyter .path1:before {
|
|
1700
|
-
content: "\
|
|
1675
|
+
content: "\eab4";
|
|
1701
1676
|
color: rgb(78, 78, 78);
|
|
1702
1677
|
}
|
|
1703
1678
|
.icon-dl-jupyter .path2:before {
|
|
1704
|
-
content: "\
|
|
1679
|
+
content: "\eab5";
|
|
1705
1680
|
margin-left: -1em;
|
|
1706
1681
|
color: rgb(78, 78, 78);
|
|
1707
1682
|
}
|
|
1708
1683
|
.icon-dl-jupyter .path3:before {
|
|
1709
|
-
content: "\
|
|
1684
|
+
content: "\eab6";
|
|
1710
1685
|
margin-left: -1em;
|
|
1711
1686
|
color: rgb(78, 78, 78);
|
|
1712
1687
|
}
|
|
1713
1688
|
.icon-dl-jupyter .path4:before {
|
|
1714
|
-
content: "\
|
|
1689
|
+
content: "\eab7";
|
|
1715
1690
|
margin-left: -1em;
|
|
1716
1691
|
color: rgb(78, 78, 78);
|
|
1717
1692
|
}
|
|
1718
1693
|
.icon-dl-jupyter .path5:before {
|
|
1719
|
-
content: "\
|
|
1694
|
+
content: "\eab8";
|
|
1720
1695
|
margin-left: -1em;
|
|
1721
1696
|
color: rgb(78, 78, 78);
|
|
1722
1697
|
}
|
|
1723
1698
|
.icon-dl-jupyter .path6:before {
|
|
1724
|
-
content: "\
|
|
1699
|
+
content: "\eab9";
|
|
1725
1700
|
margin-left: -1em;
|
|
1726
1701
|
color: rgb(78, 78, 78);
|
|
1727
1702
|
}
|
|
1728
1703
|
.icon-dl-jupyter .path7:before {
|
|
1729
|
-
content: "\
|
|
1704
|
+
content: "\eaba";
|
|
1730
1705
|
margin-left: -1em;
|
|
1731
1706
|
color: rgb(78, 78, 78);
|
|
1732
1707
|
}
|
|
1733
1708
|
.icon-dl-jupyter .path8:before {
|
|
1734
|
-
content: "\
|
|
1709
|
+
content: "\eabb";
|
|
1735
1710
|
margin-left: -1em;
|
|
1736
1711
|
color: rgb(243, 119, 38);
|
|
1737
1712
|
}
|
|
1738
1713
|
.icon-dl-jupyter .path9:before {
|
|
1739
|
-
content: "\
|
|
1714
|
+
content: "\eabc";
|
|
1740
1715
|
margin-left: -1em;
|
|
1741
1716
|
color: rgb(243, 119, 38);
|
|
1742
1717
|
}
|
|
1743
1718
|
.icon-dl-kaggle:before {
|
|
1744
|
-
content: "\
|
|
1719
|
+
content: "\eabd";
|
|
1745
1720
|
}
|
|
1746
1721
|
.icon-dl-keyback:before {
|
|
1747
|
-
content: "\
|
|
1722
|
+
content: "\eabe";
|
|
1748
1723
|
}
|
|
1749
1724
|
.icon-dl-keyboard:before {
|
|
1750
|
-
content: "\
|
|
1725
|
+
content: "\eabf";
|
|
1751
1726
|
}
|
|
1752
1727
|
.icon-dl-keynext:before {
|
|
1753
|
-
content: "\
|
|
1728
|
+
content: "\eac0";
|
|
1754
1729
|
}
|
|
1755
1730
|
.icon-dl-kubernetes-logo .path1:before {
|
|
1756
|
-
content: "\
|
|
1731
|
+
content: "\eac1";
|
|
1757
1732
|
color: rgb(50, 108, 229);
|
|
1758
1733
|
}
|
|
1759
1734
|
.icon-dl-kubernetes-logo .path2:before {
|
|
1760
|
-
content: "\
|
|
1735
|
+
content: "\eac2";
|
|
1761
1736
|
margin-left: -1em;
|
|
1762
1737
|
color: rgb(255, 255, 255);
|
|
1763
1738
|
}
|
|
1764
1739
|
.icon-dl-label:before {
|
|
1765
|
-
content: "\
|
|
1740
|
+
content: "\eac3";
|
|
1766
1741
|
}
|
|
1767
1742
|
.icon-dl-label-fill:before {
|
|
1768
|
-
content: "\
|
|
1743
|
+
content: "\eac4";
|
|
1769
1744
|
}
|
|
1770
1745
|
.icon-dl-label-filled:before {
|
|
1771
|
-
content: "\
|
|
1746
|
+
content: "\eac5";
|
|
1772
1747
|
}
|
|
1773
1748
|
.icon-dl-label-no:before {
|
|
1774
|
-
content: "\
|
|
1749
|
+
content: "\eac6";
|
|
1775
1750
|
}
|
|
1776
1751
|
.icon-dl-label-outline:before {
|
|
1777
|
-
content: "\
|
|
1752
|
+
content: "\eac7";
|
|
1778
1753
|
}
|
|
1779
1754
|
.icon-dl-labeling-task:before {
|
|
1780
|
-
content: "\
|
|
1755
|
+
content: "\eac8";
|
|
1781
1756
|
}
|
|
1782
1757
|
.icon-dl-labeling-task-fill:before {
|
|
1783
|
-
content: "\
|
|
1758
|
+
content: "\eac9";
|
|
1784
1759
|
}
|
|
1785
1760
|
.icon-dl-langchain:before {
|
|
1786
|
-
content: "\
|
|
1761
|
+
content: "\eaca";
|
|
1787
1762
|
}
|
|
1788
1763
|
.icon-dl-langchain2:before {
|
|
1789
|
-
content: "\
|
|
1764
|
+
content: "\eacb";
|
|
1790
1765
|
}
|
|
1791
1766
|
.icon-dl-last-page:before {
|
|
1792
|
-
content: "\
|
|
1767
|
+
content: "\eacc";
|
|
1793
1768
|
}
|
|
1794
1769
|
.icon-dl-launch .path1:before {
|
|
1795
|
-
content: "\
|
|
1770
|
+
content: "\eacd";
|
|
1796
1771
|
color: rgb(231, 239, 255);
|
|
1797
1772
|
}
|
|
1798
1773
|
.icon-dl-launch .path2:before {
|
|
1799
|
-
content: "\
|
|
1774
|
+
content: "\eace";
|
|
1800
1775
|
margin-left: -1em;
|
|
1801
1776
|
color: rgb(127, 150, 209);
|
|
1802
1777
|
}
|
|
1803
1778
|
.icon-dl-launch .path3:before {
|
|
1804
|
-
content: "\
|
|
1779
|
+
content: "\eacf";
|
|
1805
1780
|
margin-left: -1em;
|
|
1806
1781
|
color: rgb(52, 82, 255);
|
|
1807
1782
|
}
|
|
1808
1783
|
.icon-dl-launch .path4:before {
|
|
1809
|
-
content: "\
|
|
1784
|
+
content: "\ead0";
|
|
1810
1785
|
margin-left: -1em;
|
|
1811
1786
|
color: rgb(52, 82, 255);
|
|
1812
1787
|
}
|
|
1813
1788
|
.icon-dl-launch .path5:before {
|
|
1814
|
-
content: "\
|
|
1789
|
+
content: "\ead1";
|
|
1815
1790
|
margin-left: -1em;
|
|
1816
1791
|
color: rgb(255, 255, 255);
|
|
1817
1792
|
}
|
|
1818
1793
|
.icon-dl-launch .path6:before {
|
|
1819
|
-
content: "\
|
|
1794
|
+
content: "\ead2";
|
|
1820
1795
|
margin-left: -1em;
|
|
1821
1796
|
color: rgb(78, 106, 255);
|
|
1822
1797
|
}
|
|
1823
1798
|
.icon-dl-launch .path7:before {
|
|
1824
|
-
content: "\
|
|
1799
|
+
content: "\ead3";
|
|
1825
1800
|
margin-left: -1em;
|
|
1826
1801
|
color: rgb(52, 82, 255);
|
|
1827
1802
|
}
|
|
1828
1803
|
.icon-dl-launch .path8:before {
|
|
1829
|
-
content: "\
|
|
1804
|
+
content: "\ead4";
|
|
1830
1805
|
margin-left: -1em;
|
|
1831
1806
|
color: rgb(78, 106, 255);
|
|
1832
1807
|
}
|
|
1833
1808
|
.icon-dl-launch .path9:before {
|
|
1834
|
-
content: "\
|
|
1809
|
+
content: "\ead5";
|
|
1835
1810
|
margin-left: -1em;
|
|
1836
1811
|
color: rgb(231, 239, 255);
|
|
1837
1812
|
}
|
|
1838
1813
|
.icon-dl-launch .path10:before {
|
|
1839
|
-
content: "\
|
|
1814
|
+
content: "\ead6";
|
|
1840
1815
|
margin-left: -1em;
|
|
1841
1816
|
color: rgb(225, 183, 91);
|
|
1842
1817
|
}
|
|
1843
1818
|
.icon-dl-launch .path11:before {
|
|
1844
|
-
content: "\
|
|
1819
|
+
content: "\ead7";
|
|
1845
1820
|
margin-left: -1em;
|
|
1846
1821
|
color: rgb(255, 255, 255);
|
|
1847
1822
|
}
|
|
1848
1823
|
.icon-dl-launch .path12:before {
|
|
1849
|
-
content: "\
|
|
1824
|
+
content: "\ead8";
|
|
1850
1825
|
margin-left: -1em;
|
|
1851
1826
|
color: rgb(255, 255, 255);
|
|
1852
1827
|
}
|
|
1853
1828
|
.icon-dl-launch .path13:before {
|
|
1854
|
-
content: "\
|
|
1829
|
+
content: "\ead9";
|
|
1855
1830
|
margin-left: -1em;
|
|
1856
1831
|
color: rgb(231, 239, 255);
|
|
1857
1832
|
}
|
|
1858
1833
|
.icon-dl-launch .path14:before {
|
|
1859
|
-
content: "\
|
|
1834
|
+
content: "\eada";
|
|
1860
1835
|
margin-left: -1em;
|
|
1861
1836
|
color: rgb(231, 239, 255);
|
|
1862
1837
|
}
|
|
1863
1838
|
.icon-dl-launch .path15:before {
|
|
1864
|
-
content: "\
|
|
1839
|
+
content: "\eadb";
|
|
1865
1840
|
margin-left: -1em;
|
|
1866
1841
|
color: rgb(225, 183, 91);
|
|
1867
1842
|
}
|
|
1868
1843
|
.icon-dl-launch .path16:before {
|
|
1869
|
-
content: "\
|
|
1844
|
+
content: "\eadc";
|
|
1870
1845
|
margin-left: -1em;
|
|
1871
1846
|
color: rgb(225, 183, 91);
|
|
1872
1847
|
}
|
|
1873
1848
|
.icon-dl-launch .path17:before {
|
|
1874
|
-
content: "\
|
|
1849
|
+
content: "\eadd";
|
|
1875
1850
|
margin-left: -1em;
|
|
1876
1851
|
color: rgb(0, 222, 147);
|
|
1877
1852
|
}
|
|
1878
1853
|
.icon-dl-launch .path18:before {
|
|
1879
|
-
content: "\
|
|
1854
|
+
content: "\eade";
|
|
1880
1855
|
margin-left: -1em;
|
|
1881
1856
|
color: rgb(0, 222, 147);
|
|
1882
1857
|
}
|
|
1883
1858
|
.icon-dl-layers:before {
|
|
1884
|
-
content: "\
|
|
1859
|
+
content: "\eadf";
|
|
1885
1860
|
}
|
|
1886
1861
|
.icon-dl-layout-sidebar-left-collapse:before {
|
|
1887
|
-
content: "\
|
|
1862
|
+
content: "\eae0";
|
|
1888
1863
|
}
|
|
1889
1864
|
.icon-dl-layout-sidebar-left-expand:before {
|
|
1890
|
-
content: "\
|
|
1865
|
+
content: "\eae1";
|
|
1891
1866
|
}
|
|
1892
1867
|
.icon-dl-left-chevron:before {
|
|
1893
|
-
content: "\
|
|
1868
|
+
content: "\eae2";
|
|
1894
1869
|
}
|
|
1895
1870
|
.icon-dl-license:before {
|
|
1896
|
-
content: "\
|
|
1871
|
+
content: "\eae3";
|
|
1897
1872
|
}
|
|
1898
1873
|
.icon-dl-lidar:before {
|
|
1899
|
-
content: "\
|
|
1874
|
+
content: "\eae4";
|
|
1900
1875
|
}
|
|
1901
1876
|
.icon-dl-light-theme:before {
|
|
1902
|
-
content: "\
|
|
1877
|
+
content: "\eae5";
|
|
1903
1878
|
}
|
|
1904
1879
|
.icon-dl-linear:before {
|
|
1905
|
-
content: "\
|
|
1880
|
+
content: "\eae6";
|
|
1906
1881
|
}
|
|
1907
1882
|
.icon-dl-link:before {
|
|
1908
|
-
content: "\
|
|
1883
|
+
content: "\eae7";
|
|
1909
1884
|
}
|
|
1910
1885
|
.icon-dl-list-confirm:before {
|
|
1911
|
-
content: "\
|
|
1886
|
+
content: "\eae8";
|
|
1912
1887
|
}
|
|
1913
1888
|
.icon-dl-list-copy-annotations:before {
|
|
1914
|
-
content: "\
|
|
1889
|
+
content: "\eae9";
|
|
1915
1890
|
}
|
|
1916
1891
|
.icon-dl-list-down:before {
|
|
1917
|
-
content: "\
|
|
1892
|
+
content: "\eaea";
|
|
1918
1893
|
}
|
|
1919
1894
|
.icon-dl-list-up:before {
|
|
1920
|
-
content: "\
|
|
1895
|
+
content: "\eaeb";
|
|
1921
1896
|
}
|
|
1922
1897
|
.icon-dl-list-view:before {
|
|
1923
|
-
content: "\
|
|
1898
|
+
content: "\eaec";
|
|
1924
1899
|
}
|
|
1925
1900
|
.icon-dl-llamaindex:before {
|
|
1926
|
-
content: "\
|
|
1901
|
+
content: "\eaed";
|
|
1927
1902
|
}
|
|
1928
1903
|
.icon-dl-loading:before {
|
|
1929
|
-
content: "\
|
|
1904
|
+
content: "\eaee";
|
|
1930
1905
|
}
|
|
1931
1906
|
.icon-dl-local-database:before {
|
|
1932
|
-
content: "\
|
|
1907
|
+
content: "\eaef";
|
|
1933
1908
|
}
|
|
1934
1909
|
.icon-dl-lock:before {
|
|
1935
|
-
content: "\
|
|
1910
|
+
content: "\eaf0";
|
|
1936
1911
|
}
|
|
1937
1912
|
.icon-dl-lock-open:before {
|
|
1938
|
-
content: "\
|
|
1913
|
+
content: "\eaf1";
|
|
1939
1914
|
}
|
|
1940
1915
|
.icon-dl-lock-open-outline:before {
|
|
1941
|
-
content: "\
|
|
1916
|
+
content: "\eaf2";
|
|
1942
1917
|
}
|
|
1943
1918
|
.icon-dl-lock-outline:before {
|
|
1944
|
-
content: "\
|
|
1919
|
+
content: "\eaf3";
|
|
1945
1920
|
}
|
|
1946
1921
|
.icon-dl-log-out:before {
|
|
1947
|
-
content: "\
|
|
1922
|
+
content: "\eaf4";
|
|
1948
1923
|
}
|
|
1949
1924
|
.icon-dl-logo-detection:before {
|
|
1950
|
-
content: "\
|
|
1925
|
+
content: "\eaf5";
|
|
1951
1926
|
}
|
|
1952
1927
|
.icon-dl-loop:before {
|
|
1953
|
-
content: "\
|
|
1928
|
+
content: "\eaf6";
|
|
1954
1929
|
}
|
|
1955
1930
|
.icon-dl-magic:before {
|
|
1956
|
-
content: "\
|
|
1931
|
+
content: "\eaf7";
|
|
1957
1932
|
}
|
|
1958
1933
|
.icon-dl-map-file:before {
|
|
1959
|
-
content: "\
|
|
1934
|
+
content: "\eaf8";
|
|
1960
1935
|
}
|
|
1961
1936
|
.icon-dl-map-filled:before {
|
|
1962
|
-
content: "\
|
|
1937
|
+
content: "\eaf9";
|
|
1963
1938
|
}
|
|
1964
1939
|
.icon-dl-map-outlined:before {
|
|
1965
|
-
content: "\
|
|
1940
|
+
content: "\eafa";
|
|
1966
1941
|
}
|
|
1967
1942
|
.icon-dl-marker:before {
|
|
1968
|
-
content: "\
|
|
1943
|
+
content: "\eafb";
|
|
1969
1944
|
}
|
|
1970
1945
|
.icon-dl-master:before {
|
|
1971
|
-
content: "\
|
|
1946
|
+
content: "\eafc";
|
|
1972
1947
|
}
|
|
1973
1948
|
.icon-dl-master-filled:before {
|
|
1974
|
-
content: "\
|
|
1949
|
+
content: "\eafd";
|
|
1975
1950
|
}
|
|
1976
1951
|
.icon-dl-master-recipy:before {
|
|
1977
|
-
content: "\
|
|
1952
|
+
content: "\eafe";
|
|
1978
1953
|
}
|
|
1979
1954
|
.icon-dl-mastercard .path1:before {
|
|
1980
|
-
content: "\
|
|
1955
|
+
content: "\eaff";
|
|
1981
1956
|
color: rgb(255, 255, 255);
|
|
1982
1957
|
}
|
|
1983
1958
|
.icon-dl-mastercard .path2:before {
|
|
1984
|
-
content: "\
|
|
1959
|
+
content: "\eb00";
|
|
1985
1960
|
margin-left: -1em;
|
|
1986
1961
|
color: rgb(228, 228, 228);
|
|
1987
1962
|
}
|
|
1988
1963
|
.icon-dl-mastercard .path3:before {
|
|
1989
|
-
content: "\
|
|
1964
|
+
content: "\eb01";
|
|
1990
1965
|
margin-left: -1em;
|
|
1991
1966
|
color: rgb(253, 161, 53);
|
|
1992
1967
|
}
|
|
1993
1968
|
.icon-dl-mastercard .path4:before {
|
|
1994
|
-
content: "\
|
|
1969
|
+
content: "\eb02";
|
|
1995
1970
|
margin-left: -1em;
|
|
1996
1971
|
color: rgb(251, 33, 41);
|
|
1997
1972
|
}
|
|
1998
1973
|
.icon-dl-material-file:before {
|
|
1999
|
-
content: "\
|
|
1974
|
+
content: "\eb03";
|
|
2000
1975
|
}
|
|
2001
1976
|
.icon-dl-material-file-fill:before {
|
|
2002
|
-
content: "\
|
|
1977
|
+
content: "\eb04";
|
|
2003
1978
|
}
|
|
2004
1979
|
.icon-dl-md-file:before {
|
|
2005
|
-
content: "\
|
|
1980
|
+
content: "\eb05";
|
|
2006
1981
|
}
|
|
2007
1982
|
.icon-dl-medical:before {
|
|
2008
|
-
content: "\
|
|
1983
|
+
content: "\eb06";
|
|
2009
1984
|
}
|
|
2010
1985
|
.icon-dl-members:before {
|
|
2011
|
-
content: "\
|
|
1986
|
+
content: "\eb07";
|
|
2012
1987
|
}
|
|
2013
1988
|
.icon-dl-members-outline:before {
|
|
2014
|
-
content: "\
|
|
1989
|
+
content: "\eb08";
|
|
2015
1990
|
}
|
|
2016
1991
|
.icon-dl-merge:before {
|
|
2017
|
-
content: "\
|
|
1992
|
+
content: "\eb09";
|
|
2018
1993
|
}
|
|
2019
1994
|
.icon-dl-merge-to-origin:before {
|
|
2020
|
-
content: "\
|
|
1995
|
+
content: "\eb0a";
|
|
2021
1996
|
}
|
|
2022
1997
|
.icon-dl-meshe-files:before {
|
|
2023
|
-
content: "\
|
|
1998
|
+
content: "\eb0b";
|
|
2024
1999
|
}
|
|
2025
2000
|
.icon-dl-meshe-files-fill:before {
|
|
2026
|
-
content: "\
|
|
2001
|
+
content: "\eb0c";
|
|
2027
2002
|
}
|
|
2028
2003
|
.icon-dl-meta:before {
|
|
2029
|
-
content: "\
|
|
2004
|
+
content: "\eb0d";
|
|
2030
2005
|
}
|
|
2031
2006
|
.icon-dl-microsoft .path1:before {
|
|
2032
|
-
content: "\
|
|
2007
|
+
content: "\eb0e";
|
|
2033
2008
|
color: rgb(241, 81, 27);
|
|
2034
2009
|
}
|
|
2035
2010
|
.icon-dl-microsoft .path2:before {
|
|
2036
|
-
content: "\
|
|
2011
|
+
content: "\eb0f";
|
|
2037
2012
|
margin-left: -1em;
|
|
2038
2013
|
color: rgb(128, 204, 40);
|
|
2039
2014
|
}
|
|
2040
2015
|
.icon-dl-microsoft .path3:before {
|
|
2041
|
-
content: "\
|
|
2016
|
+
content: "\eb10";
|
|
2042
2017
|
margin-left: -1em;
|
|
2043
2018
|
color: rgb(0, 173, 239);
|
|
2044
2019
|
}
|
|
2045
2020
|
.icon-dl-microsoft .path4:before {
|
|
2046
|
-
content: "\
|
|
2021
|
+
content: "\eb11";
|
|
2047
2022
|
margin-left: -1em;
|
|
2048
2023
|
color: rgb(251, 188, 9);
|
|
2049
2024
|
}
|
|
2050
2025
|
.icon-dl-microsoft-office:before {
|
|
2051
|
-
content: "\
|
|
2026
|
+
content: "\eb12";
|
|
2052
2027
|
}
|
|
2053
2028
|
.icon-dl-minimize:before {
|
|
2054
|
-
content: "\
|
|
2029
|
+
content: "\eb13";
|
|
2055
2030
|
}
|
|
2056
2031
|
.icon-dl-minus:before {
|
|
2057
|
-
content: "\
|
|
2032
|
+
content: "\eb14";
|
|
2058
2033
|
}
|
|
2059
2034
|
.icon-dl-mistral-ai .path1:before {
|
|
2060
|
-
content: "\
|
|
2035
|
+
content: "\eb15";
|
|
2061
2036
|
color: rgb(0, 0, 0);
|
|
2062
2037
|
}
|
|
2063
2038
|
.icon-dl-mistral-ai .path2:before {
|
|
2064
|
-
content: "\
|
|
2039
|
+
content: "\eb16";
|
|
2065
2040
|
margin-left: -1em;
|
|
2066
2041
|
color: rgb(247, 208, 70);
|
|
2067
2042
|
}
|
|
2068
2043
|
.icon-dl-mistral-ai .path3:before {
|
|
2069
|
-
content: "\
|
|
2044
|
+
content: "\eb17";
|
|
2070
2045
|
margin-left: -1em;
|
|
2071
2046
|
color: rgb(0, 0, 0);
|
|
2072
2047
|
}
|
|
2073
2048
|
.icon-dl-mistral-ai .path4:before {
|
|
2074
|
-
content: "\
|
|
2049
|
+
content: "\eb18";
|
|
2075
2050
|
margin-left: -1em;
|
|
2076
2051
|
color: rgb(0, 0, 0);
|
|
2077
2052
|
}
|
|
2078
2053
|
.icon-dl-mistral-ai .path5:before {
|
|
2079
|
-
content: "\
|
|
2054
|
+
content: "\eb19";
|
|
2080
2055
|
margin-left: -1em;
|
|
2081
2056
|
color: rgb(0, 0, 0);
|
|
2082
2057
|
}
|
|
2083
2058
|
.icon-dl-mistral-ai .path6:before {
|
|
2084
|
-
content: "\
|
|
2059
|
+
content: "\eb1a";
|
|
2085
2060
|
margin-left: -1em;
|
|
2086
2061
|
color: rgb(247, 208, 70);
|
|
2087
2062
|
}
|
|
2088
2063
|
.icon-dl-mistral-ai .path7:before {
|
|
2089
|
-
content: "\
|
|
2064
|
+
content: "\eb1b";
|
|
2090
2065
|
margin-left: -1em;
|
|
2091
2066
|
color: rgb(242, 167, 59);
|
|
2092
2067
|
}
|
|
2093
2068
|
.icon-dl-mistral-ai .path8:before {
|
|
2094
|
-
content: "\
|
|
2069
|
+
content: "\eb1c";
|
|
2095
2070
|
margin-left: -1em;
|
|
2096
2071
|
color: rgb(0, 0, 0);
|
|
2097
2072
|
}
|
|
2098
2073
|
.icon-dl-mistral-ai .path9:before {
|
|
2099
|
-
content: "\
|
|
2074
|
+
content: "\eb1d";
|
|
2100
2075
|
margin-left: -1em;
|
|
2101
2076
|
color: rgb(242, 167, 59);
|
|
2102
2077
|
}
|
|
2103
2078
|
.icon-dl-mistral-ai .path10:before {
|
|
2104
|
-
content: "\
|
|
2079
|
+
content: "\eb1e";
|
|
2105
2080
|
margin-left: -1em;
|
|
2106
2081
|
color: rgb(238, 121, 47);
|
|
2107
2082
|
}
|
|
2108
2083
|
.icon-dl-mistral-ai .path11:before {
|
|
2109
|
-
content: "\
|
|
2084
|
+
content: "\eb1f";
|
|
2110
2085
|
margin-left: -1em;
|
|
2111
2086
|
color: rgb(238, 121, 47);
|
|
2112
2087
|
}
|
|
2113
2088
|
.icon-dl-mistral-ai .path12:before {
|
|
2114
|
-
content: "\
|
|
2089
|
+
content: "\eb20";
|
|
2115
2090
|
margin-left: -1em;
|
|
2116
2091
|
color: rgb(0, 0, 0);
|
|
2117
2092
|
}
|
|
2118
2093
|
.icon-dl-mistral-ai .path13:before {
|
|
2119
|
-
content: "\
|
|
2094
|
+
content: "\eb21";
|
|
2120
2095
|
margin-left: -1em;
|
|
2121
2096
|
color: rgb(235, 88, 41);
|
|
2122
2097
|
}
|
|
2123
2098
|
.icon-dl-mistral-ai .path14:before {
|
|
2124
|
-
content: "\
|
|
2099
|
+
content: "\eb22";
|
|
2125
2100
|
margin-left: -1em;
|
|
2126
2101
|
color: rgb(238, 121, 47);
|
|
2127
2102
|
}
|
|
2128
2103
|
.icon-dl-mistral-ai .path15:before {
|
|
2129
|
-
content: "\
|
|
2104
|
+
content: "\eb23";
|
|
2130
2105
|
margin-left: -1em;
|
|
2131
2106
|
color: rgb(0, 0, 0);
|
|
2132
2107
|
}
|
|
2133
2108
|
.icon-dl-mistral-ai .path16:before {
|
|
2134
|
-
content: "\
|
|
2109
|
+
content: "\eb24";
|
|
2135
2110
|
margin-left: -1em;
|
|
2136
2111
|
color: rgb(235, 88, 41);
|
|
2137
2112
|
}
|
|
2138
2113
|
.icon-dl-mistral-ai .path17:before {
|
|
2139
|
-
content: "\
|
|
2114
|
+
content: "\eb25";
|
|
2140
2115
|
margin-left: -1em;
|
|
2141
2116
|
color: rgb(0, 0, 0);
|
|
2142
2117
|
}
|
|
2143
2118
|
.icon-dl-mistral-ai .path18:before {
|
|
2144
|
-
content: "\
|
|
2119
|
+
content: "\eb26";
|
|
2145
2120
|
margin-left: -1em;
|
|
2146
2121
|
color: rgb(235, 88, 41);
|
|
2147
2122
|
}
|
|
2148
2123
|
.icon-dl-mistral-ai .path19:before {
|
|
2149
|
-
content: "\
|
|
2124
|
+
content: "\eb27";
|
|
2150
2125
|
margin-left: -1em;
|
|
2151
2126
|
color: rgb(234, 51, 38);
|
|
2152
2127
|
}
|
|
2153
2128
|
.icon-dl-modality:before {
|
|
2154
|
-
content: "\
|
|
2129
|
+
content: "\eb28";
|
|
2155
2130
|
}
|
|
2156
2131
|
.icon-dl-models:before {
|
|
2157
|
-
content: "\
|
|
2132
|
+
content: "\eb29";
|
|
2158
2133
|
}
|
|
2159
2134
|
.icon-dl-models-management:before {
|
|
2160
|
-
content: "\
|
|
2135
|
+
content: "\eb2a";
|
|
2161
2136
|
}
|
|
2162
2137
|
.icon-dl-models-management-filled:before {
|
|
2163
|
-
content: "\
|
|
2138
|
+
content: "\eb2b";
|
|
2164
2139
|
}
|
|
2165
2140
|
.icon-dl-mongodb .path1:before {
|
|
2166
|
-
content: "\
|
|
2141
|
+
content: "\eb2c";
|
|
2167
2142
|
color: rgb(1, 31, 43);
|
|
2168
2143
|
}
|
|
2169
2144
|
.icon-dl-mongodb .path2:before {
|
|
2170
|
-
content: "\
|
|
2145
|
+
content: "\eb2d";
|
|
2171
2146
|
margin-left: -1em;
|
|
2172
2147
|
color: rgb(70, 234, 110);
|
|
2173
2148
|
}
|
|
2174
2149
|
.icon-dl-more-horiz:before {
|
|
2175
|
-
content: "\
|
|
2150
|
+
content: "\eb2e";
|
|
2176
2151
|
}
|
|
2177
2152
|
.icon-dl-more-vert:before {
|
|
2178
|
-
content: "\
|
|
2153
|
+
content: "\eb2f";
|
|
2179
2154
|
}
|
|
2180
2155
|
.icon-dl-move-to-folder:before {
|
|
2181
|
-
content: "\
|
|
2156
|
+
content: "\eb30";
|
|
2182
2157
|
}
|
|
2183
2158
|
.icon-dl-move-tool:before {
|
|
2184
|
-
content: "\
|
|
2159
|
+
content: "\eb31";
|
|
2185
2160
|
}
|
|
2186
2161
|
.icon-dl-multi-modal:before {
|
|
2187
|
-
content: "\
|
|
2162
|
+
content: "\eb32";
|
|
2188
2163
|
}
|
|
2189
2164
|
.icon-dl-mute:before {
|
|
2190
|
-
content: "\
|
|
2165
|
+
content: "\eb33";
|
|
2191
2166
|
}
|
|
2192
2167
|
.icon-dl-netapp:before {
|
|
2193
|
-
content: "\
|
|
2168
|
+
content: "\eb34";
|
|
2194
2169
|
color: #0077c0;
|
|
2195
2170
|
}
|
|
2196
2171
|
.icon-dl-new-window:before {
|
|
2197
|
-
content: "\
|
|
2172
|
+
content: "\eb35";
|
|
2198
2173
|
}
|
|
2199
2174
|
.icon-dl-next:before {
|
|
2200
|
-
content: "\
|
|
2175
|
+
content: "\eb36";
|
|
2201
2176
|
}
|
|
2202
2177
|
.icon-dl-next-frame:before {
|
|
2203
|
-
content: "\
|
|
2178
|
+
content: "\eb37";
|
|
2204
2179
|
}
|
|
2205
2180
|
.icon-dl-nims:before {
|
|
2206
|
-
content: "\
|
|
2181
|
+
content: "\eb38";
|
|
2207
2182
|
}
|
|
2208
2183
|
.icon-dl-no-output:before {
|
|
2209
|
-
content: "\
|
|
2184
|
+
content: "\eb39";
|
|
2210
2185
|
}
|
|
2211
2186
|
.icon-dl-node-annotation:before {
|
|
2212
|
-
content: "\
|
|
2187
|
+
content: "\eb3a";
|
|
2213
2188
|
}
|
|
2214
2189
|
.icon-dl-node-predict:before {
|
|
2215
|
-
content: "\
|
|
2190
|
+
content: "\eb3b";
|
|
2216
2191
|
}
|
|
2217
2192
|
.icon-dl-node-train:before {
|
|
2218
|
-
content: "\
|
|
2193
|
+
content: "\eb3c";
|
|
2219
2194
|
}
|
|
2220
2195
|
.icon-dl-note-tool:before {
|
|
2221
|
-
content: "\
|
|
2196
|
+
content: "\eb3d";
|
|
2222
2197
|
}
|
|
2223
2198
|
.icon-dl-notification:before {
|
|
2224
|
-
content: "\
|
|
2199
|
+
content: "\eb3e";
|
|
2225
2200
|
}
|
|
2226
2201
|
.icon-dl-nvidia:before {
|
|
2227
|
-
content: "\
|
|
2202
|
+
content: "\eb3f";
|
|
2228
2203
|
color: #76b900;
|
|
2229
2204
|
}
|
|
2230
2205
|
.icon-dl-object-detection:before {
|
|
2231
|
-
content: "\
|
|
2206
|
+
content: "\eb40";
|
|
2232
2207
|
}
|
|
2233
2208
|
.icon-dl-ocr:before {
|
|
2234
|
-
content: "\
|
|
2209
|
+
content: "\eb41";
|
|
2235
2210
|
}
|
|
2236
2211
|
.icon-dl-onenote:before {
|
|
2237
|
-
content: "\
|
|
2212
|
+
content: "\eb42";
|
|
2238
2213
|
}
|
|
2239
2214
|
.icon-dl-onenote-outline:before {
|
|
2240
|
-
content: "\
|
|
2215
|
+
content: "\eb43";
|
|
2241
2216
|
}
|
|
2242
2217
|
.icon-dl-ontology:before {
|
|
2243
|
-
content: "\
|
|
2218
|
+
content: "\eb44";
|
|
2244
2219
|
}
|
|
2245
2220
|
.icon-dl-ontology-filled:before {
|
|
2246
|
-
content: "\
|
|
2221
|
+
content: "\eb45";
|
|
2247
2222
|
}
|
|
2248
2223
|
.icon-dl-opacity:before {
|
|
2249
|
-
content: "\
|
|
2224
|
+
content: "\eb46";
|
|
2250
2225
|
}
|
|
2251
2226
|
.icon-dl-open-ai:before {
|
|
2252
|
-
content: "\
|
|
2227
|
+
content: "\eb47";
|
|
2253
2228
|
color: #74aa9c;
|
|
2254
2229
|
}
|
|
2255
2230
|
.icon-dl-open-folder:before {
|
|
2256
|
-
content: "\
|
|
2231
|
+
content: "\eb48";
|
|
2257
2232
|
}
|
|
2258
2233
|
.icon-dl-open-mm-labs:before {
|
|
2259
|
-
content: "\
|
|
2234
|
+
content: "\eb49";
|
|
2260
2235
|
}
|
|
2261
2236
|
.icon-dl-opencv .path1:before {
|
|
2262
|
-
content: "\
|
|
2237
|
+
content: "\eb4a";
|
|
2263
2238
|
color: rgb(255, 1, 1);
|
|
2264
2239
|
}
|
|
2265
2240
|
.icon-dl-opencv .path2:before {
|
|
2266
|
-
content: "\
|
|
2241
|
+
content: "\eb4b";
|
|
2267
2242
|
margin-left: -1em;
|
|
2268
2243
|
color: rgb(1, 1, 255);
|
|
2269
2244
|
}
|
|
2270
2245
|
.icon-dl-opencv .path3:before {
|
|
2271
|
-
content: "\
|
|
2246
|
+
content: "\eb4c";
|
|
2272
2247
|
margin-left: -1em;
|
|
2273
2248
|
color: rgb(1, 255, 1);
|
|
2274
2249
|
}
|
|
2275
2250
|
.icon-dl-org-projects:before {
|
|
2276
|
-
content: "\
|
|
2251
|
+
content: "\eb4d";
|
|
2277
2252
|
}
|
|
2278
2253
|
.icon-dl-organization:before {
|
|
2279
|
-
content: "\
|
|
2254
|
+
content: "\eb4e";
|
|
2280
2255
|
}
|
|
2281
2256
|
.icon-dl-organization-outline:before {
|
|
2282
|
-
content: "\
|
|
2257
|
+
content: "\eb4f";
|
|
2283
2258
|
}
|
|
2284
2259
|
.icon-dl-other:before {
|
|
2285
|
-
content: "\
|
|
2260
|
+
content: "\eb50";
|
|
2286
2261
|
}
|
|
2287
2262
|
.icon-dl-oval:before {
|
|
2288
|
-
content: "\
|
|
2263
|
+
content: "\eb51";
|
|
2289
2264
|
}
|
|
2290
2265
|
.icon-dl-overview:before {
|
|
2291
|
-
content: "\
|
|
2266
|
+
content: "\eb52";
|
|
2292
2267
|
}
|
|
2293
2268
|
.icon-dl-package-filled:before {
|
|
2294
|
-
content: "\
|
|
2269
|
+
content: "\eb53";
|
|
2295
2270
|
}
|
|
2296
2271
|
.icon-dl-palm .path1:before {
|
|
2297
|
-
content: "\
|
|
2272
|
+
content: "\eb54";
|
|
2298
2273
|
color: rgb(249, 171, 0);
|
|
2299
2274
|
}
|
|
2300
2275
|
.icon-dl-palm .path2:before {
|
|
2301
|
-
content: "\
|
|
2276
|
+
content: "\eb55";
|
|
2302
2277
|
margin-left: -1em;
|
|
2303
2278
|
color: rgb(91, 185, 116);
|
|
2304
2279
|
}
|
|
2305
2280
|
.icon-dl-palm .path3:before {
|
|
2306
|
-
content: "\
|
|
2281
|
+
content: "\eb56";
|
|
2307
2282
|
margin-left: -1em;
|
|
2308
2283
|
color: rgb(18, 158, 175);
|
|
2309
2284
|
}
|
|
2310
2285
|
.icon-dl-palm .path4:before {
|
|
2311
|
-
content: "\
|
|
2286
|
+
content: "\eb57";
|
|
2312
2287
|
margin-left: -1em;
|
|
2313
2288
|
color: rgb(175, 92, 247);
|
|
2314
2289
|
}
|
|
2315
2290
|
.icon-dl-palm .path5:before {
|
|
2316
|
-
content: "\
|
|
2291
|
+
content: "\eb58";
|
|
2317
2292
|
margin-left: -1em;
|
|
2318
2293
|
color: rgb(255, 139, 203);
|
|
2319
2294
|
}
|
|
2320
2295
|
.icon-dl-palm .path6:before {
|
|
2321
|
-
content: "\
|
|
2296
|
+
content: "\eb59";
|
|
2322
2297
|
margin-left: -1em;
|
|
2323
2298
|
color: rgb(250, 123, 23);
|
|
2324
2299
|
}
|
|
2325
2300
|
.icon-dl-palm .path7:before {
|
|
2326
|
-
content: "\
|
|
2301
|
+
content: "\eb5a";
|
|
2327
2302
|
margin-left: -1em;
|
|
2328
2303
|
color: rgb(66, 133, 244);
|
|
2329
2304
|
}
|
|
2330
2305
|
.icon-dl-pandas .path1:before {
|
|
2331
|
-
content: "\
|
|
2306
|
+
content: "\eb5b";
|
|
2332
2307
|
color: rgb(19, 7, 84);
|
|
2333
2308
|
}
|
|
2334
2309
|
.icon-dl-pandas .path2:before {
|
|
2335
|
-
content: "\
|
|
2310
|
+
content: "\eb5c";
|
|
2336
2311
|
margin-left: -1em;
|
|
2337
2312
|
color: rgb(19, 7, 84);
|
|
2338
2313
|
}
|
|
2339
2314
|
.icon-dl-pandas .path3:before {
|
|
2340
|
-
content: "\
|
|
2315
|
+
content: "\eb5d";
|
|
2341
2316
|
margin-left: -1em;
|
|
2342
2317
|
color: rgb(255, 202, 0);
|
|
2343
2318
|
}
|
|
2344
2319
|
.icon-dl-pandas .path4:before {
|
|
2345
|
-
content: "\
|
|
2320
|
+
content: "\eb5e";
|
|
2346
2321
|
margin-left: -1em;
|
|
2347
2322
|
color: rgb(19, 7, 84);
|
|
2348
2323
|
}
|
|
2349
2324
|
.icon-dl-pandas .path5:before {
|
|
2350
|
-
content: "\
|
|
2325
|
+
content: "\eb5f";
|
|
2351
2326
|
margin-left: -1em;
|
|
2352
2327
|
color: rgb(19, 7, 84);
|
|
2353
2328
|
}
|
|
2354
2329
|
.icon-dl-pandas .path6:before {
|
|
2355
|
-
content: "\
|
|
2330
|
+
content: "\eb60";
|
|
2356
2331
|
margin-left: -1em;
|
|
2357
2332
|
color: rgb(19, 7, 84);
|
|
2358
2333
|
}
|
|
2359
2334
|
.icon-dl-pandas .path7:before {
|
|
2360
|
-
content: "\
|
|
2335
|
+
content: "\eb61";
|
|
2361
2336
|
margin-left: -1em;
|
|
2362
2337
|
color: rgb(231, 4, 136);
|
|
2363
2338
|
}
|
|
2364
2339
|
.icon-dl-pandas .path8:before {
|
|
2365
|
-
content: "\
|
|
2340
|
+
content: "\eb62";
|
|
2366
2341
|
margin-left: -1em;
|
|
2367
2342
|
color: rgb(19, 7, 84);
|
|
2368
2343
|
}
|
|
2369
2344
|
.icon-dl-panel-resize:before {
|
|
2370
|
-
content: "\
|
|
2345
|
+
content: "\eb63";
|
|
2371
2346
|
}
|
|
2372
2347
|
.icon-dl-parenting:before {
|
|
2373
|
-
content: "\
|
|
2348
|
+
content: "\eb64";
|
|
2374
2349
|
}
|
|
2375
2350
|
.icon-dl-paste:before {
|
|
2376
|
-
content: "\
|
|
2351
|
+
content: "\eb65";
|
|
2377
2352
|
}
|
|
2378
2353
|
.icon-dl-pause:before {
|
|
2379
|
-
content: "\
|
|
2354
|
+
content: "\eb66";
|
|
2380
2355
|
}
|
|
2381
2356
|
.icon-dl-pdf:before {
|
|
2382
|
-
content: "\
|
|
2357
|
+
content: "\eb67";
|
|
2383
2358
|
}
|
|
2384
2359
|
.icon-dl-pdf-file:before {
|
|
2385
|
-
content: "\
|
|
2360
|
+
content: "\eb68";
|
|
2386
2361
|
}
|
|
2387
2362
|
.icon-dl-pdf-filled:before {
|
|
2388
|
-
content: "\
|
|
2363
|
+
content: "\eb69";
|
|
2389
2364
|
}
|
|
2390
2365
|
.icon-dl-pin:before {
|
|
2391
|
-
content: "\
|
|
2366
|
+
content: "\eb6a";
|
|
2392
2367
|
}
|
|
2393
2368
|
.icon-dl-pin-filled:before {
|
|
2394
|
-
content: "\
|
|
2369
|
+
content: "\eb6b";
|
|
2395
2370
|
}
|
|
2396
2371
|
.icon-dl-pin-mark:before {
|
|
2397
|
-
content: "\
|
|
2372
|
+
content: "\eb6c";
|
|
2398
2373
|
}
|
|
2399
2374
|
.icon-dl-pipeline:before {
|
|
2400
|
-
content: "\
|
|
2375
|
+
content: "\eb6d";
|
|
2401
2376
|
}
|
|
2402
2377
|
.icon-dl-pipeline-filled:before {
|
|
2403
|
-
content: "\
|
|
2378
|
+
content: "\eb6e";
|
|
2404
2379
|
}
|
|
2405
2380
|
.icon-dl-plan:before {
|
|
2406
|
-
content: "\
|
|
2381
|
+
content: "\eb6f";
|
|
2407
2382
|
}
|
|
2408
2383
|
.icon-dl-plan-filled:before {
|
|
2409
|
-
content: "\
|
|
2384
|
+
content: "\eb70";
|
|
2410
2385
|
}
|
|
2411
2386
|
.icon-dl-platform-release-notes:before {
|
|
2412
|
-
content: "\
|
|
2387
|
+
content: "\eb71";
|
|
2413
2388
|
}
|
|
2414
2389
|
.icon-dl-platform-release-notes-filled:before {
|
|
2415
|
-
content: "\
|
|
2390
|
+
content: "\eb72";
|
|
2416
2391
|
}
|
|
2417
2392
|
.icon-dl-play:before {
|
|
2418
|
-
content: "\
|
|
2393
|
+
content: "\eb73";
|
|
2419
2394
|
}
|
|
2420
2395
|
.icon-dl-play-outline:before {
|
|
2421
|
-
content: "\
|
|
2396
|
+
content: "\eb74";
|
|
2422
2397
|
}
|
|
2423
2398
|
.icon-dl-plus:before {
|
|
2424
|
-
content: "\
|
|
2399
|
+
content: "\eb75";
|
|
2425
2400
|
}
|
|
2426
2401
|
.icon-dl-point:before {
|
|
2427
|
-
content: "\
|
|
2402
|
+
content: "\eb76";
|
|
2428
2403
|
}
|
|
2429
2404
|
.icon-dl-poligonal-hand-filled:before {
|
|
2430
|
-
content: "\
|
|
2405
|
+
content: "\eb77";
|
|
2431
2406
|
}
|
|
2432
2407
|
.icon-dl-polygon:before {
|
|
2433
|
-
content: "\
|
|
2408
|
+
content: "\eb78";
|
|
2434
2409
|
}
|
|
2435
2410
|
.icon-dl-polyline:before {
|
|
2436
|
-
content: "\
|
|
2411
|
+
content: "\eb79";
|
|
2437
2412
|
}
|
|
2438
2413
|
.icon-dl-pose:before {
|
|
2439
|
-
content: "\
|
|
2414
|
+
content: "\eb7a";
|
|
2440
2415
|
}
|
|
2441
2416
|
.icon-dl-powerpoint:before {
|
|
2442
|
-
content: "\
|
|
2417
|
+
content: "\eb7b";
|
|
2443
2418
|
}
|
|
2444
2419
|
.icon-dl-powerpoint-outline:before {
|
|
2445
|
-
content: "\
|
|
2420
|
+
content: "\eb7c";
|
|
2446
2421
|
}
|
|
2447
2422
|
.icon-dl-previous-page:before {
|
|
2448
|
-
content: "\
|
|
2423
|
+
content: "\eb7d";
|
|
2449
2424
|
}
|
|
2450
2425
|
.icon-dl-private:before {
|
|
2451
|
-
content: "\
|
|
2426
|
+
content: "\eb7e";
|
|
2452
2427
|
}
|
|
2453
2428
|
.icon-dl-private-compute:before {
|
|
2454
|
-
content: "\
|
|
2429
|
+
content: "\eb7f";
|
|
2455
2430
|
}
|
|
2456
2431
|
.icon-dl-private-compute-outline:before {
|
|
2457
|
-
content: "\
|
|
2432
|
+
content: "\eb80";
|
|
2458
2433
|
}
|
|
2459
2434
|
.icon-dl-project:before {
|
|
2460
|
-
content: "\
|
|
2435
|
+
content: "\eb81";
|
|
2461
2436
|
}
|
|
2462
2437
|
.icon-dl-project-filled:before {
|
|
2463
|
-
content: "\
|
|
2438
|
+
content: "\eb82";
|
|
2464
2439
|
}
|
|
2465
2440
|
.icon-dl-pulling:before {
|
|
2466
|
-
content: "\
|
|
2441
|
+
content: "\eb83";
|
|
2467
2442
|
}
|
|
2468
2443
|
.icon-dl-pulling-filled:before {
|
|
2469
|
-
content: "\
|
|
2444
|
+
content: "\eb84";
|
|
2470
2445
|
}
|
|
2471
2446
|
.icon-dl-python:before {
|
|
2472
|
-
content: "\
|
|
2447
|
+
content: "\eb85";
|
|
2473
2448
|
}
|
|
2474
2449
|
.icon-dl-python-file:before {
|
|
2475
|
-
content: "\
|
|
2450
|
+
content: "\eb86";
|
|
2476
2451
|
}
|
|
2477
2452
|
.icon-dl-pytorch:before {
|
|
2478
|
-
content: "\
|
|
2453
|
+
content: "\eb87";
|
|
2479
2454
|
color: #ee4c2c;
|
|
2480
2455
|
}
|
|
2481
2456
|
.icon-dl-qa:before {
|
|
2482
|
-
content: "\
|
|
2457
|
+
content: "\eb88";
|
|
2483
2458
|
}
|
|
2484
2459
|
.icon-dl-qa-filled:before {
|
|
2485
|
-
content: "\
|
|
2460
|
+
content: "\eb89";
|
|
2486
2461
|
}
|
|
2487
2462
|
.icon-dl-qa-sampling:before {
|
|
2488
|
-
content: "\
|
|
2463
|
+
content: "\eb8a";
|
|
2489
2464
|
}
|
|
2490
2465
|
.icon-dl-qualcomm:before {
|
|
2491
|
-
content: "\
|
|
2466
|
+
content: "\eb8b";
|
|
2492
2467
|
color: #3253dc;
|
|
2493
2468
|
}
|
|
2494
2469
|
.icon-dl-query:before {
|
|
2495
|
-
content: "\
|
|
2470
|
+
content: "\eb8c";
|
|
2496
2471
|
}
|
|
2497
2472
|
.icon-dl-query-search:before {
|
|
2498
|
-
content: "\
|
|
2473
|
+
content: "\eb8d";
|
|
2499
2474
|
}
|
|
2500
2475
|
.icon-dl-question:before {
|
|
2501
|
-
content: "\
|
|
2476
|
+
content: "\eb8e";
|
|
2502
2477
|
}
|
|
2503
2478
|
.icon-dl-queue:before {
|
|
2504
|
-
content: "\
|
|
2479
|
+
content: "\eb8f";
|
|
2505
2480
|
}
|
|
2506
2481
|
.icon-dl-radio-button-checked:before {
|
|
2507
|
-
content: "\
|
|
2482
|
+
content: "\eb90";
|
|
2508
2483
|
}
|
|
2509
2484
|
.icon-dl-recipe:before {
|
|
2510
|
-
content: "\
|
|
2485
|
+
content: "\eb91";
|
|
2511
2486
|
}
|
|
2512
2487
|
.icon-dl-recipe-filled:before {
|
|
2513
|
-
content: "\
|
|
2488
|
+
content: "\eb92";
|
|
2514
2489
|
}
|
|
2515
2490
|
.icon-dl-recognize-celebrities:before {
|
|
2516
|
-
content: "\
|
|
2491
|
+
content: "\eb93";
|
|
2517
2492
|
}
|
|
2518
2493
|
.icon-dl-redo:before {
|
|
2519
|
-
content: "\
|
|
2494
|
+
content: "\eb94";
|
|
2520
2495
|
}
|
|
2521
2496
|
.icon-dl-refresh:before {
|
|
2522
|
-
content: "\
|
|
2497
|
+
content: "\eb95";
|
|
2523
2498
|
}
|
|
2524
2499
|
.icon-dl-related:before {
|
|
2525
|
-
content: "\
|
|
2500
|
+
content: "\eb96";
|
|
2526
2501
|
}
|
|
2527
2502
|
.icon-dl-related-filled:before {
|
|
2528
|
-
content: "\
|
|
2503
|
+
content: "\eb97";
|
|
2529
2504
|
}
|
|
2530
2505
|
.icon-dl-reload:before {
|
|
2531
|
-
content: "\
|
|
2506
|
+
content: "\eb98";
|
|
2532
2507
|
}
|
|
2533
2508
|
.icon-dl-rename:before {
|
|
2534
|
-
content: "\
|
|
2509
|
+
content: "\eb99";
|
|
2535
2510
|
}
|
|
2536
2511
|
.icon-dl-reopen:before {
|
|
2537
|
-
content: "\
|
|
2512
|
+
content: "\eb9a";
|
|
2538
2513
|
}
|
|
2539
2514
|
.icon-dl-replace:before {
|
|
2540
|
-
content: "\
|
|
2515
|
+
content: "\eb9b";
|
|
2541
2516
|
}
|
|
2542
2517
|
.icon-dl-replay:before {
|
|
2543
|
-
content: "\
|
|
2518
|
+
content: "\eb9c";
|
|
2544
2519
|
}
|
|
2545
2520
|
.icon-dl-rerun:before {
|
|
2546
|
-
content: "\
|
|
2521
|
+
content: "\eb9d";
|
|
2547
2522
|
}
|
|
2548
2523
|
.icon-dl-reset:before {
|
|
2549
|
-
content: "\
|
|
2524
|
+
content: "\eb9e";
|
|
2550
2525
|
}
|
|
2551
2526
|
.icon-dl-resize:before {
|
|
2552
|
-
content: "\
|
|
2527
|
+
content: "\eb9f";
|
|
2553
2528
|
}
|
|
2554
2529
|
.icon-dl-resolution-adjustment:before {
|
|
2555
|
-
content: "\
|
|
2530
|
+
content: "\eba0";
|
|
2556
2531
|
}
|
|
2557
2532
|
.icon-dl-restore:before {
|
|
2558
|
-
content: "\
|
|
2533
|
+
content: "\eba1";
|
|
2559
2534
|
}
|
|
2560
2535
|
.icon-dl-retriver:before {
|
|
2561
|
-
content: "\
|
|
2536
|
+
content: "\eba2";
|
|
2562
2537
|
}
|
|
2563
2538
|
.icon-dl-review-task:before {
|
|
2564
|
-
content: "\
|
|
2539
|
+
content: "\eba3";
|
|
2565
2540
|
}
|
|
2566
2541
|
.icon-dl-review-task-fill:before {
|
|
2567
|
-
content: "\
|
|
2542
|
+
content: "\eba4";
|
|
2568
2543
|
}
|
|
2569
2544
|
.icon-dl-right-chevron:before {
|
|
2570
|
-
content: "\
|
|
2545
|
+
content: "\eba5";
|
|
2571
2546
|
}
|
|
2572
2547
|
.icon-dl-right-next-page:before {
|
|
2573
|
-
content: "\
|
|
2548
|
+
content: "\eba6";
|
|
2574
2549
|
}
|
|
2575
2550
|
.icon-dl-roboflow:before {
|
|
2576
|
-
content: "\
|
|
2551
|
+
content: "\eba7";
|
|
2577
2552
|
color: #6706ce;
|
|
2578
2553
|
}
|
|
2579
2554
|
.icon-dl-roi-filled:before {
|
|
2580
|
-
content: "\
|
|
2555
|
+
content: "\eba8";
|
|
2581
2556
|
}
|
|
2582
2557
|
.icon-dl-roi-filled2:before {
|
|
2583
|
-
content: "\
|
|
2558
|
+
content: "\eba9";
|
|
2584
2559
|
}
|
|
2585
2560
|
.icon-dl-rotate:before {
|
|
2586
|
-
content: "\
|
|
2561
|
+
content: "\ebaa";
|
|
2587
2562
|
}
|
|
2588
2563
|
.icon-dl-rounded-github:before {
|
|
2589
|
-
content: "\
|
|
2564
|
+
content: "\ebab";
|
|
2590
2565
|
}
|
|
2591
2566
|
.icon-dl-runway:before {
|
|
2592
|
-
content: "\
|
|
2567
|
+
content: "\ebac";
|
|
2593
2568
|
}
|
|
2594
2569
|
.icon-dl-salesforce:before {
|
|
2595
|
-
content: "\
|
|
2570
|
+
content: "\ebad";
|
|
2596
2571
|
color: #009ddc;
|
|
2597
2572
|
}
|
|
2598
2573
|
.icon-dl-sam:before {
|
|
2599
|
-
content: "\
|
|
2574
|
+
content: "\ebae";
|
|
2600
2575
|
}
|
|
2601
2576
|
.icon-dl-save:before {
|
|
2602
|
-
content: "\
|
|
2577
|
+
content: "\ebaf";
|
|
2603
2578
|
}
|
|
2604
2579
|
.icon-dl-save-as:before {
|
|
2605
|
-
content: "\
|
|
2580
|
+
content: "\ebb0";
|
|
2606
2581
|
}
|
|
2607
2582
|
.icon-dl-save-filled:before {
|
|
2608
|
-
content: "\
|
|
2583
|
+
content: "\ebb1";
|
|
2609
2584
|
}
|
|
2610
2585
|
.icon-dl-scale:before {
|
|
2611
|
-
content: "\
|
|
2586
|
+
content: "\ebb2";
|
|
2612
2587
|
}
|
|
2613
2588
|
.icon-dl-sdk-documentation:before {
|
|
2614
|
-
content: "\
|
|
2589
|
+
content: "\ebb3";
|
|
2615
2590
|
}
|
|
2616
2591
|
.icon-dl-sdk-release-notes:before {
|
|
2617
|
-
content: "\
|
|
2592
|
+
content: "\ebb4";
|
|
2618
2593
|
}
|
|
2619
2594
|
.icon-dl-search:before {
|
|
2620
|
-
content: "\
|
|
2595
|
+
content: "\ebb5";
|
|
2621
2596
|
}
|
|
2622
2597
|
.icon-dl-secret:before {
|
|
2623
|
-
content: "\
|
|
2598
|
+
content: "\ebb6";
|
|
2624
2599
|
}
|
|
2625
2600
|
.icon-dl-selection:before {
|
|
2626
|
-
content: "\
|
|
2601
|
+
content: "\ebb7";
|
|
2627
2602
|
}
|
|
2628
2603
|
.icon-dl-semantic-filled:before {
|
|
2629
|
-
content: "\
|
|
2604
|
+
content: "\ebb8";
|
|
2630
2605
|
}
|
|
2631
2606
|
.icon-dl-semantic-outline:before {
|
|
2632
|
-
content: "\
|
|
2607
|
+
content: "\ebb9";
|
|
2633
2608
|
}
|
|
2634
2609
|
.icon-dl-services:before {
|
|
2635
|
-
content: "\
|
|
2610
|
+
content: "\ebba";
|
|
2636
2611
|
}
|
|
2637
2612
|
.icon-dl-services-filled:before {
|
|
2638
|
-
content: "\
|
|
2613
|
+
content: "\ebbb";
|
|
2639
2614
|
}
|
|
2640
2615
|
.icon-dl-settings:before {
|
|
2641
|
-
content: "\
|
|
2616
|
+
content: "\ebbc";
|
|
2642
2617
|
}
|
|
2643
2618
|
.icon-dl-settings-filled:before {
|
|
2644
|
-
content: "\
|
|
2619
|
+
content: "\ebbd";
|
|
2645
2620
|
}
|
|
2646
2621
|
.icon-dl-sharepoint:before {
|
|
2647
|
-
content: "\
|
|
2622
|
+
content: "\ebbe";
|
|
2648
2623
|
}
|
|
2649
2624
|
.icon-dl-sharepoint-outline:before {
|
|
2650
|
-
content: "\
|
|
2625
|
+
content: "\ebbf";
|
|
2651
2626
|
}
|
|
2652
2627
|
.icon-dl-shift:before {
|
|
2653
|
-
content: "\
|
|
2628
|
+
content: "\ebc0";
|
|
2654
2629
|
}
|
|
2655
2630
|
.icon-dl-show:before {
|
|
2656
|
-
content: "\
|
|
2631
|
+
content: "\ebc1";
|
|
2657
2632
|
}
|
|
2658
2633
|
.icon-dl-show-filled:before {
|
|
2659
|
-
content: "\
|
|
2634
|
+
content: "\ebc2";
|
|
2660
2635
|
}
|
|
2661
2636
|
.icon-dl-singlestore:before {
|
|
2662
|
-
content: "\
|
|
2637
|
+
content: "\ebc3";
|
|
2663
2638
|
}
|
|
2664
2639
|
.icon-dl-size-position:before {
|
|
2665
|
-
content: "\
|
|
2640
|
+
content: "\ebc4";
|
|
2666
2641
|
}
|
|
2667
2642
|
.icon-dl-slack .path1:before {
|
|
2668
|
-
content: "\
|
|
2643
|
+
content: "\ebc5";
|
|
2669
2644
|
color: rgb(224, 30, 90);
|
|
2670
2645
|
}
|
|
2671
2646
|
.icon-dl-slack .path2:before {
|
|
2672
|
-
content: "\
|
|
2647
|
+
content: "\ebc6";
|
|
2673
2648
|
margin-left: -1em;
|
|
2674
2649
|
color: rgb(224, 30, 90);
|
|
2675
2650
|
}
|
|
2676
2651
|
.icon-dl-slack .path3:before {
|
|
2677
|
-
content: "\
|
|
2652
|
+
content: "\ebc7";
|
|
2678
2653
|
margin-left: -1em;
|
|
2679
2654
|
color: rgb(54, 197, 240);
|
|
2680
2655
|
}
|
|
2681
2656
|
.icon-dl-slack .path4:before {
|
|
2682
|
-
content: "\
|
|
2657
|
+
content: "\ebc8";
|
|
2683
2658
|
margin-left: -1em;
|
|
2684
2659
|
color: rgb(54, 197, 240);
|
|
2685
2660
|
}
|
|
2686
2661
|
.icon-dl-slack .path5:before {
|
|
2687
|
-
content: "\
|
|
2662
|
+
content: "\ebc9";
|
|
2688
2663
|
margin-left: -1em;
|
|
2689
2664
|
color: rgb(46, 182, 125);
|
|
2690
2665
|
}
|
|
2691
2666
|
.icon-dl-slack .path6:before {
|
|
2692
|
-
content: "\
|
|
2667
|
+
content: "\ebca";
|
|
2693
2668
|
margin-left: -1em;
|
|
2694
2669
|
color: rgb(46, 182, 125);
|
|
2695
2670
|
}
|
|
2696
2671
|
.icon-dl-slack .path7:before {
|
|
2697
|
-
content: "\
|
|
2672
|
+
content: "\ebcb";
|
|
2698
2673
|
margin-left: -1em;
|
|
2699
2674
|
color: rgb(236, 178, 46);
|
|
2700
2675
|
}
|
|
2701
2676
|
.icon-dl-slack .path8:before {
|
|
2702
|
-
content: "\
|
|
2677
|
+
content: "\ebcc";
|
|
2703
2678
|
margin-left: -1em;
|
|
2704
2679
|
color: rgb(236, 178, 46);
|
|
2705
2680
|
}
|
|
2706
2681
|
.icon-dl-slack-bw:before {
|
|
2707
|
-
content: "\
|
|
2682
|
+
content: "\ebcd";
|
|
2708
2683
|
}
|
|
2709
2684
|
.icon-dl-slider-filled:before {
|
|
2710
|
-
content: "\
|
|
2685
|
+
content: "\ebce";
|
|
2711
2686
|
}
|
|
2712
2687
|
.icon-dl-slider-outline:before {
|
|
2713
|
-
content: "\
|
|
2688
|
+
content: "\ebcf";
|
|
2714
2689
|
}
|
|
2715
2690
|
.icon-dl-smart:before {
|
|
2716
|
-
content: "\
|
|
2691
|
+
content: "\ebd0";
|
|
2717
2692
|
}
|
|
2718
2693
|
.icon-dl-smart-search:before {
|
|
2719
|
-
content: "\
|
|
2694
|
+
content: "\ebd1";
|
|
2720
2695
|
}
|
|
2721
2696
|
.icon-dl-smart-search-temporary:before {
|
|
2722
|
-
content: "\
|
|
2697
|
+
content: "\ebd2";
|
|
2723
2698
|
}
|
|
2724
2699
|
.icon-dl-snapshot:before {
|
|
2725
|
-
content: "\
|
|
2700
|
+
content: "\ebd3";
|
|
2726
2701
|
}
|
|
2727
2702
|
.icon-dl-snowflake:before {
|
|
2728
|
-
content: "\
|
|
2703
|
+
content: "\ebd4";
|
|
2729
2704
|
color: #249edc;
|
|
2730
2705
|
}
|
|
2731
2706
|
.icon-dl-soil:before {
|
|
2732
|
-
content: "\
|
|
2707
|
+
content: "\ebd5";
|
|
2733
2708
|
}
|
|
2734
2709
|
.icon-dl-solutions:before {
|
|
2735
|
-
content: "\
|
|
2710
|
+
content: "\ebd6";
|
|
2736
2711
|
}
|
|
2737
2712
|
.icon-dl-sort:before {
|
|
2738
|
-
content: "\
|
|
2713
|
+
content: "\ebd7";
|
|
2739
2714
|
}
|
|
2740
2715
|
.icon-dl-speech-brain .path1:before {
|
|
2741
|
-
content: "\
|
|
2716
|
+
content: "\ebd8";
|
|
2742
2717
|
color: rgb(255, 255, 255);
|
|
2743
2718
|
}
|
|
2744
2719
|
.icon-dl-speech-brain .path2:before {
|
|
2745
|
-
content: "\
|
|
2720
|
+
content: "\ebd9";
|
|
2746
2721
|
margin-left: -1em;
|
|
2747
2722
|
color: rgb(88, 88, 88);
|
|
2748
2723
|
}
|
|
2749
2724
|
.icon-dl-speech-brain .path3:before {
|
|
2750
|
-
content: "\
|
|
2725
|
+
content: "\ebda";
|
|
2751
2726
|
margin-left: -1em;
|
|
2752
2727
|
color: rgb(50, 140, 231);
|
|
2753
2728
|
}
|
|
2754
2729
|
.icon-dl-speech-brain .path4:before {
|
|
2755
|
-
content: "\
|
|
2730
|
+
content: "\ebdb";
|
|
2756
2731
|
margin-left: -1em;
|
|
2757
2732
|
color: rgb(50, 140, 231);
|
|
2758
2733
|
}
|
|
2759
2734
|
.icon-dl-speech-brain .path5:before {
|
|
2760
|
-
content: "\
|
|
2735
|
+
content: "\ebdc";
|
|
2761
2736
|
margin-left: -1em;
|
|
2762
2737
|
color: rgb(50, 140, 231);
|
|
2763
2738
|
}
|
|
2764
2739
|
.icon-dl-speech-brain .path6:before {
|
|
2765
|
-
content: "\
|
|
2740
|
+
content: "\ebdd";
|
|
2766
2741
|
margin-left: -1em;
|
|
2767
2742
|
color: rgb(88, 88, 88);
|
|
2768
2743
|
}
|
|
2769
2744
|
.icon-dl-speech-brain .path7:before {
|
|
2770
|
-
content: "\
|
|
2745
|
+
content: "\ebde";
|
|
2771
2746
|
margin-left: -1em;
|
|
2772
2747
|
color: rgb(88, 88, 88);
|
|
2773
2748
|
}
|
|
2774
2749
|
.icon-dl-speech-brain .path8:before {
|
|
2775
|
-
content: "\
|
|
2750
|
+
content: "\ebdf";
|
|
2776
2751
|
margin-left: -1em;
|
|
2777
2752
|
color: rgb(88, 88, 88);
|
|
2778
2753
|
}
|
|
2779
2754
|
.icon-dl-speech-brain .path9:before {
|
|
2780
|
-
content: "\
|
|
2755
|
+
content: "\ebe0";
|
|
2781
2756
|
margin-left: -1em;
|
|
2782
2757
|
color: rgb(88, 88, 88);
|
|
2783
2758
|
}
|
|
2784
2759
|
.icon-dl-speech-brain .path10:before {
|
|
2785
|
-
content: "\
|
|
2760
|
+
content: "\ebe1";
|
|
2786
2761
|
margin-left: -1em;
|
|
2787
2762
|
color: rgb(88, 88, 88);
|
|
2788
2763
|
}
|
|
2789
2764
|
.icon-dl-speech-brain .path11:before {
|
|
2790
|
-
content: "\
|
|
2765
|
+
content: "\ebe2";
|
|
2791
2766
|
margin-left: -1em;
|
|
2792
2767
|
color: rgb(88, 88, 88);
|
|
2793
2768
|
}
|
|
2794
2769
|
.icon-dl-speech-brain .path12:before {
|
|
2795
|
-
content: "\
|
|
2770
|
+
content: "\ebe3";
|
|
2796
2771
|
margin-left: -1em;
|
|
2797
2772
|
color: rgb(88, 88, 88);
|
|
2798
2773
|
}
|
|
2799
2774
|
.icon-dl-split:before {
|
|
2800
|
-
content: "\
|
|
2775
|
+
content: "\ebe4";
|
|
2801
2776
|
}
|
|
2802
2777
|
.icon-dl-split-image:before {
|
|
2803
|
-
content: "\
|
|
2778
|
+
content: "\ebe5";
|
|
2804
2779
|
}
|
|
2805
2780
|
.icon-dl-split-image-with-mask:before {
|
|
2806
|
-
content: "\
|
|
2781
|
+
content: "\ebe6";
|
|
2807
2782
|
}
|
|
2808
2783
|
.icon-dl-stability-ai .path1:before {
|
|
2809
|
-
content: "\
|
|
2784
|
+
content: "\ebe7";
|
|
2810
2785
|
color: rgb(0, 0, 0);
|
|
2811
2786
|
}
|
|
2812
2787
|
.icon-dl-stability-ai .path2:before {
|
|
2813
|
-
content: "\
|
|
2788
|
+
content: "\ebe8";
|
|
2814
2789
|
margin-left: -1em;
|
|
2815
2790
|
color: rgb(232, 0, 0);
|
|
2816
2791
|
}
|
|
2817
2792
|
.icon-dl-stars:before {
|
|
2818
|
-
content: "\
|
|
2793
|
+
content: "\ebe9";
|
|
2819
2794
|
}
|
|
2820
2795
|
.icon-dl-start-pipeline:before {
|
|
2821
|
-
content: "\
|
|
2796
|
+
content: "\ebea";
|
|
2822
2797
|
}
|
|
2823
2798
|
.icon-dl-statistics:before {
|
|
2824
|
-
content: "\
|
|
2799
|
+
content: "\ebeb";
|
|
2825
2800
|
}
|
|
2826
2801
|
.icon-dl-status:before {
|
|
2827
|
-
content: "\
|
|
2802
|
+
content: "\ebec";
|
|
2828
2803
|
}
|
|
2829
2804
|
.icon-dl-status-filled:before {
|
|
2830
|
-
content: "\
|
|
2805
|
+
content: "\ebed";
|
|
2831
2806
|
}
|
|
2832
2807
|
.icon-dl-stop:before {
|
|
2833
|
-
content: "\
|
|
2808
|
+
content: "\ebee";
|
|
2834
2809
|
}
|
|
2835
2810
|
.icon-dl-string:before {
|
|
2836
|
-
content: "\
|
|
2811
|
+
content: "\ebef";
|
|
2837
2812
|
}
|
|
2838
2813
|
.icon-dl-superpixel-filled:before {
|
|
2839
|
-
content: "\
|
|
2814
|
+
content: "\ebf0";
|
|
2840
2815
|
}
|
|
2841
2816
|
.icon-dl-support:before {
|
|
2842
|
-
content: "\
|
|
2817
|
+
content: "\ebf1";
|
|
2843
2818
|
}
|
|
2844
2819
|
.icon-dl-sync-dataset:before {
|
|
2845
|
-
content: "\
|
|
2820
|
+
content: "\ebf2";
|
|
2846
2821
|
}
|
|
2847
2822
|
.icon-dl-task:before {
|
|
2848
|
-
content: "\
|
|
2823
|
+
content: "\ebf3";
|
|
2849
2824
|
}
|
|
2850
2825
|
.icon-dl-task-filled:before {
|
|
2851
|
-
content: "\
|
|
2826
|
+
content: "\ebf4";
|
|
2852
2827
|
}
|
|
2853
2828
|
.icon-dl-temperature:before {
|
|
2854
|
-
content: "\
|
|
2829
|
+
content: "\ebf5";
|
|
2855
2830
|
}
|
|
2856
2831
|
.icon-dl-tensor-flow:before {
|
|
2857
|
-
content: "\
|
|
2832
|
+
content: "\ebf6";
|
|
2858
2833
|
}
|
|
2859
2834
|
.icon-dl-text:before {
|
|
2860
|
-
content: "\
|
|
2835
|
+
content: "\ebf7";
|
|
2861
2836
|
}
|
|
2862
2837
|
.icon-dl-text-detection:before {
|
|
2863
|
-
content: "\
|
|
2838
|
+
content: "\ebf8";
|
|
2864
2839
|
}
|
|
2865
2840
|
.icon-dl-text-file:before {
|
|
2866
|
-
content: "\
|
|
2841
|
+
content: "\ebf9";
|
|
2867
2842
|
}
|
|
2868
2843
|
.icon-dl-thumbnail:before {
|
|
2869
|
-
content: "\
|
|
2844
|
+
content: "\ebfa";
|
|
2870
2845
|
}
|
|
2871
2846
|
.icon-dl-time:before {
|
|
2872
|
-
content: "\
|
|
2847
|
+
content: "\ebfb";
|
|
2873
2848
|
}
|
|
2874
2849
|
.icon-dl-timer:before {
|
|
2875
|
-
content: "\
|
|
2850
|
+
content: "\ebfc";
|
|
2876
2851
|
}
|
|
2877
2852
|
.icon-dl-timer-completed:before {
|
|
2878
|
-
content: "\
|
|
2853
|
+
content: "\ebfd";
|
|
2879
2854
|
}
|
|
2880
2855
|
.icon-dl-timer-start:before {
|
|
2881
|
-
content: "\
|
|
2856
|
+
content: "\ebfe";
|
|
2882
2857
|
}
|
|
2883
2858
|
.icon-dl-toggle-off-filled:before {
|
|
2884
|
-
content: "\
|
|
2859
|
+
content: "\ebff";
|
|
2885
2860
|
}
|
|
2886
2861
|
.icon-dl-toggle-off-outline:before {
|
|
2887
|
-
content: "\
|
|
2862
|
+
content: "\ec00";
|
|
2888
2863
|
}
|
|
2889
2864
|
.icon-dl-toggle-on-filled:before {
|
|
2890
|
-
content: "\
|
|
2865
|
+
content: "\ec01";
|
|
2891
2866
|
}
|
|
2892
2867
|
.icon-dl-toggle-on-outline:before {
|
|
2893
|
-
content: "\
|
|
2868
|
+
content: "\ec02";
|
|
2894
2869
|
}
|
|
2895
2870
|
.icon-dl-top-view:before {
|
|
2896
|
-
content: "\
|
|
2871
|
+
content: "\ec03";
|
|
2897
2872
|
}
|
|
2898
2873
|
.icon-dl-train:before {
|
|
2899
|
-
content: "\
|
|
2874
|
+
content: "\ec04";
|
|
2900
2875
|
}
|
|
2901
2876
|
.icon-dl-translate:before {
|
|
2902
|
-
content: "\
|
|
2877
|
+
content: "\ec05";
|
|
2903
2878
|
}
|
|
2904
2879
|
.icon-dl-trigger:before {
|
|
2905
|
-
content: "\
|
|
2880
|
+
content: "\ec06";
|
|
2906
2881
|
}
|
|
2907
2882
|
.icon-dl-trigger-filled:before {
|
|
2908
|
-
content: "\
|
|
2883
|
+
content: "\ec07";
|
|
2909
2884
|
}
|
|
2910
2885
|
.icon-dl-two-lines:before {
|
|
2911
|
-
content: "\
|
|
2886
|
+
content: "\ec08";
|
|
2912
2887
|
}
|
|
2913
2888
|
.icon-dl-txt-file:before {
|
|
2914
|
-
content: "\
|
|
2889
|
+
content: "\ec09";
|
|
2915
2890
|
}
|
|
2916
2891
|
.icon-dl-ultralytics .path1:before {
|
|
2917
|
-
content: "\
|
|
2892
|
+
content: "\ec0a";
|
|
2918
2893
|
color: rgb(0, 0, 0);
|
|
2919
2894
|
}
|
|
2920
2895
|
.icon-dl-ultralytics .path2:before {
|
|
2921
|
-
content: "\
|
|
2896
|
+
content: "\ec0b";
|
|
2922
2897
|
margin-left: -1em;
|
|
2923
2898
|
color: rgb(11, 35, 169);
|
|
2924
2899
|
}
|
|
2925
2900
|
.icon-dl-ultralytics-dark:before {
|
|
2926
|
-
content: "\
|
|
2901
|
+
content: "\ec0c";
|
|
2927
2902
|
color: #fff;
|
|
2928
2903
|
}
|
|
2929
2904
|
.icon-dl-ultralytics-light:before {
|
|
2930
|
-
content: "\
|
|
2905
|
+
content: "\ec0d";
|
|
2931
2906
|
}
|
|
2932
2907
|
.icon-dl-undefined-label:before {
|
|
2933
|
-
content: "\
|
|
2908
|
+
content: "\ec0e";
|
|
2934
2909
|
}
|
|
2935
2910
|
.icon-dl-undo:before {
|
|
2936
|
-
content: "\
|
|
2911
|
+
content: "\ec0f";
|
|
2937
2912
|
}
|
|
2938
2913
|
.icon-dl-unionpay .path1:before {
|
|
2939
|
-
content: "\
|
|
2914
|
+
content: "\ec10";
|
|
2940
2915
|
color: rgb(255, 255, 255);
|
|
2941
2916
|
}
|
|
2942
2917
|
.icon-dl-unionpay .path2:before {
|
|
2943
|
-
content: "\
|
|
2918
|
+
content: "\ec11";
|
|
2944
2919
|
margin-left: -1em;
|
|
2945
2920
|
color: rgb(228, 228, 228);
|
|
2946
2921
|
}
|
|
2947
2922
|
.icon-dl-unionpay .path3:before {
|
|
2948
|
-
content: "\
|
|
2923
|
+
content: "\ec12";
|
|
2949
2924
|
margin-left: -1em;
|
|
2950
2925
|
color: rgb(0, 157, 165);
|
|
2951
2926
|
}
|
|
2952
2927
|
.icon-dl-unionpay .path4:before {
|
|
2953
|
-
content: "\
|
|
2928
|
+
content: "\ec13";
|
|
2954
2929
|
margin-left: -1em;
|
|
2955
2930
|
color: rgb(2, 204, 204);
|
|
2956
2931
|
}
|
|
2957
2932
|
.icon-dl-unionpay .path5:before {
|
|
2958
|
-
content: "\
|
|
2933
|
+
content: "\ec14";
|
|
2959
2934
|
margin-left: -1em;
|
|
2960
2935
|
color: rgb(2, 204, 204);
|
|
2961
2936
|
}
|
|
2962
2937
|
.icon-dl-unionpay .path6:before {
|
|
2963
|
-
content: "\
|
|
2938
|
+
content: "\ec15";
|
|
2964
2939
|
margin-left: -1em;
|
|
2965
2940
|
color: rgb(0, 157, 165);
|
|
2966
2941
|
}
|
|
2967
2942
|
.icon-dl-unionpay .path7:before {
|
|
2968
|
-
content: "\
|
|
2943
|
+
content: "\ec16";
|
|
2969
2944
|
margin-left: -1em;
|
|
2970
2945
|
color: rgb(2, 204, 204);
|
|
2971
2946
|
}
|
|
2972
2947
|
.icon-dl-unionpay .path8:before {
|
|
2973
|
-
content: "\
|
|
2948
|
+
content: "\ec17";
|
|
2974
2949
|
margin-left: -1em;
|
|
2975
2950
|
color: rgb(255, 127, 41);
|
|
2976
2951
|
}
|
|
2977
2952
|
.icon-dl-unionpay .path9:before {
|
|
2978
|
-
content: "\
|
|
2953
|
+
content: "\ec18";
|
|
2979
2954
|
margin-left: -1em;
|
|
2980
2955
|
color: rgb(234, 34, 39);
|
|
2981
2956
|
}
|
|
2982
2957
|
.icon-dl-unionpay .path10:before {
|
|
2983
|
-
content: "\
|
|
2958
|
+
content: "\ec19";
|
|
2984
2959
|
margin-left: -1em;
|
|
2985
2960
|
color: rgb(234, 34, 39);
|
|
2986
2961
|
}
|
|
2987
2962
|
.icon-dl-unionpay .path11:before {
|
|
2988
|
-
content: "\
|
|
2963
|
+
content: "\ec1a";
|
|
2989
2964
|
margin-left: -1em;
|
|
2990
2965
|
color: rgb(165, 0, 47);
|
|
2991
2966
|
}
|
|
2992
2967
|
.icon-dl-unionpay .path12:before {
|
|
2993
|
-
content: "\
|
|
2968
|
+
content: "\ec1b";
|
|
2994
2969
|
margin-left: -1em;
|
|
2995
2970
|
color: rgb(234, 34, 39);
|
|
2996
2971
|
}
|
|
2997
2972
|
.icon-dl-unionpay .path13:before {
|
|
2998
|
-
content: "\
|
|
2973
|
+
content: "\ec1c";
|
|
2999
2974
|
margin-left: -1em;
|
|
3000
2975
|
color: rgb(234, 34, 39);
|
|
3001
2976
|
}
|
|
3002
2977
|
.icon-dl-unionpay .path14:before {
|
|
3003
|
-
content: "\
|
|
2978
|
+
content: "\ec1d";
|
|
3004
2979
|
margin-left: -1em;
|
|
3005
2980
|
color: rgb(19, 152, 226);
|
|
3006
2981
|
}
|
|
3007
2982
|
.icon-dl-unionpay .path15:before {
|
|
3008
|
-
content: "\
|
|
2983
|
+
content: "\ec1e";
|
|
3009
2984
|
margin-left: -1em;
|
|
3010
2985
|
color: rgb(8, 114, 185);
|
|
3011
2986
|
}
|
|
3012
2987
|
.icon-dl-unionpay .path16:before {
|
|
3013
|
-
content: "\
|
|
2988
|
+
content: "\ec1f";
|
|
3014
2989
|
margin-left: -1em;
|
|
3015
2990
|
color: rgb(5, 80, 147);
|
|
3016
2991
|
}
|
|
3017
2992
|
.icon-dl-unionpay .path17:before {
|
|
3018
|
-
content: "\
|
|
2993
|
+
content: "\ec20";
|
|
3019
2994
|
margin-left: -1em;
|
|
3020
2995
|
color: rgb(8, 114, 185);
|
|
3021
2996
|
}
|
|
3022
2997
|
.icon-dl-unionpay .path18:before {
|
|
3023
|
-
content: "\
|
|
2998
|
+
content: "\ec21";
|
|
3024
2999
|
margin-left: -1em;
|
|
3025
3000
|
color: rgb(5, 80, 147);
|
|
3026
3001
|
}
|
|
3027
3002
|
.icon-dl-unionpay .path19:before {
|
|
3028
|
-
content: "\
|
|
3003
|
+
content: "\ec22";
|
|
3029
3004
|
margin-left: -1em;
|
|
3030
3005
|
color: rgb(165, 0, 47);
|
|
3031
3006
|
}
|
|
3032
3007
|
.icon-dl-unite:before {
|
|
3033
|
-
content: "\
|
|
3008
|
+
content: "\ec23";
|
|
3034
3009
|
}
|
|
3035
3010
|
.icon-dl-unmasked-pixel-filled:before {
|
|
3036
|
-
content: "\
|
|
3011
|
+
content: "\ec24";
|
|
3037
3012
|
}
|
|
3038
3013
|
.icon-dl-unpin:before {
|
|
3039
|
-
content: "\
|
|
3014
|
+
content: "\ec25";
|
|
3040
3015
|
}
|
|
3041
3016
|
.icon-dl-unpin-filled:before {
|
|
3042
|
-
content: "\
|
|
3017
|
+
content: "\ec26";
|
|
3043
3018
|
}
|
|
3044
3019
|
.icon-dl-unstucturedio:before {
|
|
3045
|
-
content: "\
|
|
3020
|
+
content: "\ec27";
|
|
3046
3021
|
}
|
|
3047
3022
|
.icon-dl-unsupported-file:before {
|
|
3048
|
-
content: "\
|
|
3023
|
+
content: "\ec28";
|
|
3049
3024
|
}
|
|
3050
3025
|
.icon-dl-unsupported-file-filled:before {
|
|
3051
|
-
content: "\
|
|
3026
|
+
content: "\ec29";
|
|
3052
3027
|
}
|
|
3053
3028
|
.icon-dl-unum:before {
|
|
3054
|
-
content: "\
|
|
3029
|
+
content: "\ec2a";
|
|
3055
3030
|
}
|
|
3056
3031
|
.icon-dl-up-chevron:before {
|
|
3057
|
-
content: "\
|
|
3032
|
+
content: "\ec2b";
|
|
3058
3033
|
}
|
|
3059
3034
|
.icon-dl-upload:before {
|
|
3060
|
-
content: "\
|
|
3035
|
+
content: "\ec2c";
|
|
3061
3036
|
}
|
|
3062
3037
|
.icon-dl-usage:before {
|
|
3063
|
-
content: "\
|
|
3038
|
+
content: "\ec2d";
|
|
3064
3039
|
}
|
|
3065
3040
|
.icon-dl-variable:before {
|
|
3066
|
-
content: "\
|
|
3041
|
+
content: "\ec2e";
|
|
3067
3042
|
}
|
|
3068
3043
|
.icon-dl-vehicles:before {
|
|
3069
|
-
content: "\
|
|
3044
|
+
content: "\ec2f";
|
|
3070
3045
|
}
|
|
3071
3046
|
.icon-dl-version:before {
|
|
3072
|
-
content: "\
|
|
3047
|
+
content: "\ec30";
|
|
3073
3048
|
}
|
|
3074
3049
|
.icon-dl-vertex-ai .path1:before {
|
|
3075
|
-
content: "\
|
|
3050
|
+
content: "\ec31";
|
|
3076
3051
|
color: rgb(102, 157, 246);
|
|
3077
3052
|
}
|
|
3078
3053
|
.icon-dl-vertex-ai .path2:before {
|
|
3079
|
-
content: "\
|
|
3054
|
+
content: "\ec32";
|
|
3080
3055
|
margin-left: -1em;
|
|
3081
3056
|
color: rgb(174, 203, 250);
|
|
3082
3057
|
}
|
|
3083
3058
|
.icon-dl-vertex-ai .path3:before {
|
|
3084
|
-
content: "\
|
|
3059
|
+
content: "\ec33";
|
|
3085
3060
|
margin-left: -1em;
|
|
3086
3061
|
color: rgb(66, 133, 244);
|
|
3087
3062
|
}
|
|
3088
3063
|
.icon-dl-vertex-ai .path4:before {
|
|
3089
|
-
content: "\
|
|
3064
|
+
content: "\ec34";
|
|
3090
3065
|
margin-left: -1em;
|
|
3091
3066
|
color: rgb(174, 203, 250);
|
|
3092
3067
|
}
|
|
3093
3068
|
.icon-dl-vertex-ai .path5:before {
|
|
3094
|
-
content: "\
|
|
3069
|
+
content: "\ec35";
|
|
3095
3070
|
margin-left: -1em;
|
|
3096
3071
|
color: rgb(174, 203, 250);
|
|
3097
3072
|
}
|
|
3098
3073
|
.icon-dl-vertex-ai .path6:before {
|
|
3099
|
-
content: "\
|
|
3074
|
+
content: "\ec36";
|
|
3100
3075
|
margin-left: -1em;
|
|
3101
3076
|
color: rgb(174, 203, 250);
|
|
3102
3077
|
}
|
|
3103
3078
|
.icon-dl-vertex-ai .path7:before {
|
|
3104
|
-
content: "\
|
|
3079
|
+
content: "\ec37";
|
|
3105
3080
|
margin-left: -1em;
|
|
3106
3081
|
color: rgb(174, 203, 250);
|
|
3107
3082
|
}
|
|
3108
3083
|
.icon-dl-vertex-ai .path8:before {
|
|
3109
|
-
content: "\
|
|
3084
|
+
content: "\ec38";
|
|
3110
3085
|
margin-left: -1em;
|
|
3111
3086
|
color: rgb(66, 133, 244);
|
|
3112
3087
|
}
|
|
3113
3088
|
.icon-dl-vertex-ai .path9:before {
|
|
3114
|
-
content: "\
|
|
3089
|
+
content: "\ec39";
|
|
3115
3090
|
margin-left: -1em;
|
|
3116
3091
|
color: rgb(66, 133, 244);
|
|
3117
3092
|
}
|
|
3118
3093
|
.icon-dl-vertex-ai .path10:before {
|
|
3119
|
-
content: "\
|
|
3094
|
+
content: "\ec3a";
|
|
3120
3095
|
margin-left: -1em;
|
|
3121
3096
|
color: rgb(66, 133, 244);
|
|
3122
3097
|
}
|
|
3123
3098
|
.icon-dl-vertex-ai .path11:before {
|
|
3124
|
-
content: "\
|
|
3099
|
+
content: "\ec3b";
|
|
3125
3100
|
margin-left: -1em;
|
|
3126
3101
|
color: rgb(66, 133, 244);
|
|
3127
3102
|
}
|
|
3128
3103
|
.icon-dl-vertex-ai .path12:before {
|
|
3129
|
-
content: "\
|
|
3104
|
+
content: "\ec3c";
|
|
3130
3105
|
margin-left: -1em;
|
|
3131
3106
|
color: rgb(102, 157, 246);
|
|
3132
3107
|
}
|
|
3133
3108
|
.icon-dl-vertex-ai .path13:before {
|
|
3134
|
-
content: "\
|
|
3109
|
+
content: "\ec3d";
|
|
3135
3110
|
margin-left: -1em;
|
|
3136
3111
|
color: rgb(102, 157, 246);
|
|
3137
3112
|
}
|
|
3138
3113
|
.icon-dl-vertex-ai .path14:before {
|
|
3139
|
-
content: "\
|
|
3114
|
+
content: "\ec3e";
|
|
3140
3115
|
margin-left: -1em;
|
|
3141
3116
|
color: rgb(102, 157, 246);
|
|
3142
3117
|
}
|
|
3143
3118
|
.icon-dl-vertex-ai .path15:before {
|
|
3144
|
-
content: "\
|
|
3119
|
+
content: "\ec3f";
|
|
3145
3120
|
margin-left: -1em;
|
|
3146
3121
|
color: rgb(102, 157, 246);
|
|
3147
3122
|
}
|
|
3148
3123
|
.icon-dl-vertex-ai .path16:before {
|
|
3149
|
-
content: "\
|
|
3124
|
+
content: "\ec40";
|
|
3150
3125
|
margin-left: -1em;
|
|
3151
3126
|
color: rgb(66, 133, 244);
|
|
3152
3127
|
}
|
|
3153
3128
|
.icon-dl-vertex-ai .path17:before {
|
|
3154
|
-
content: "\
|
|
3129
|
+
content: "\ec41";
|
|
3155
3130
|
margin-left: -1em;
|
|
3156
3131
|
color: rgb(66, 133, 244);
|
|
3157
3132
|
}
|
|
3158
3133
|
.icon-dl-vertex-ai .path18:before {
|
|
3159
|
-
content: "\
|
|
3134
|
+
content: "\ec42";
|
|
3160
3135
|
margin-left: -1em;
|
|
3161
3136
|
color: rgb(66, 133, 244);
|
|
3162
3137
|
}
|
|
3163
3138
|
.icon-dl-vertex-ai .path19:before {
|
|
3164
|
-
content: "\
|
|
3139
|
+
content: "\ec43";
|
|
3165
3140
|
margin-left: -1em;
|
|
3166
3141
|
color: rgb(66, 133, 244);
|
|
3167
3142
|
}
|
|
3168
3143
|
.icon-dl-vertex-ai .path20:before {
|
|
3169
|
-
content: "\
|
|
3144
|
+
content: "\ec44";
|
|
3170
3145
|
margin-left: -1em;
|
|
3171
3146
|
color: rgb(174, 203, 250);
|
|
3172
3147
|
}
|
|
3173
3148
|
.icon-dl-vertex-ai .path21:before {
|
|
3174
|
-
content: "\
|
|
3149
|
+
content: "\ec45";
|
|
3175
3150
|
margin-left: -1em;
|
|
3176
3151
|
color: rgb(174, 203, 250);
|
|
3177
3152
|
}
|
|
3178
3153
|
.icon-dl-vertex-ai .path22:before {
|
|
3179
|
-
content: "\
|
|
3154
|
+
content: "\ec46";
|
|
3180
3155
|
margin-left: -1em;
|
|
3181
3156
|
color: rgb(174, 203, 250);
|
|
3182
3157
|
}
|
|
3183
3158
|
.icon-dl-vertex-ai .path23:before {
|
|
3184
|
-
content: "\
|
|
3159
|
+
content: "\ec47";
|
|
3185
3160
|
margin-left: -1em;
|
|
3186
3161
|
color: rgb(174, 203, 250);
|
|
3187
3162
|
}
|
|
3188
3163
|
.icon-dl-video-end:before {
|
|
3189
|
-
content: "\
|
|
3164
|
+
content: "\ec48";
|
|
3190
3165
|
}
|
|
3191
3166
|
.icon-dl-video-filled:before {
|
|
3192
|
-
content: "\
|
|
3167
|
+
content: "\ec49";
|
|
3193
3168
|
}
|
|
3194
3169
|
.icon-dl-view:before {
|
|
3195
|
-
content: "\
|
|
3170
|
+
content: "\ec4a";
|
|
3196
3171
|
}
|
|
3197
3172
|
.icon-dl-visa .path1:before {
|
|
3198
|
-
content: "\
|
|
3173
|
+
content: "\ec4b";
|
|
3199
3174
|
color: rgb(255, 255, 255);
|
|
3200
3175
|
}
|
|
3201
3176
|
.icon-dl-visa .path2:before {
|
|
3202
|
-
content: "\
|
|
3177
|
+
content: "\ec4c";
|
|
3203
3178
|
margin-left: -1em;
|
|
3204
3179
|
color: rgb(228, 228, 228);
|
|
3205
3180
|
}
|
|
3206
3181
|
.icon-dl-visa .path3:before {
|
|
3207
|
-
content: "\
|
|
3182
|
+
content: "\ec4d";
|
|
3208
3183
|
margin-left: -1em;
|
|
3209
3184
|
color: rgb(26, 42, 223);
|
|
3210
3185
|
}
|
|
3211
3186
|
.icon-dl-web-detection:before {
|
|
3212
|
-
content: "\
|
|
3187
|
+
content: "\ec4e";
|
|
3213
3188
|
}
|
|
3214
3189
|
.icon-dl-window:before {
|
|
3215
|
-
content: "\
|
|
3190
|
+
content: "\ec4f";
|
|
3216
3191
|
}
|
|
3217
3192
|
.icon-dl-word:before {
|
|
3218
|
-
content: "\
|
|
3193
|
+
content: "\ec50";
|
|
3219
3194
|
}
|
|
3220
3195
|
.icon-dl-word-outline:before {
|
|
3221
|
-
content: "\
|
|
3196
|
+
content: "\ec51";
|
|
3222
3197
|
}
|
|
3223
3198
|
.icon-dl-workflows:before {
|
|
3224
|
-
content: "\
|
|
3199
|
+
content: "\ec52";
|
|
3225
3200
|
}
|
|
3226
3201
|
.icon-dl-workflows-outline:before {
|
|
3227
|
-
content: "\
|
|
3202
|
+
content: "\ec53";
|
|
3228
3203
|
}
|
|
3229
3204
|
.icon-dl-xml-file:before {
|
|
3230
|
-
content: "\
|
|
3205
|
+
content: "\ec54";
|
|
3231
3206
|
}
|
|
3232
3207
|
.icon-dl-youtube:before {
|
|
3233
|
-
content: "\
|
|
3208
|
+
content: "\ec55";
|
|
3234
3209
|
}
|
|
3235
3210
|
.icon-dl-zoom-in:before {
|
|
3236
|
-
content: "\
|
|
3211
|
+
content: "\ec56";
|
|
3237
3212
|
}
|
|
3238
3213
|
.icon-dl-zoom-out:before {
|
|
3239
|
-
content: "\
|
|
3214
|
+
content: "\ec57";
|
|
3240
3215
|
}
|