@siemens/ix-icons 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/css/ix-icons.css +532 -516
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.svg +565 -517
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/sample.html +793 -518
- package/dist/sample.json +32 -0
- package/dist/scss/ix-icons.scss +532 -516
- package/dist/svg/battery-check.svg +1 -0
- package/dist/svg/battery-empty-question.svg +1 -0
- package/dist/svg/battery-empty.svg +1 -0
- package/dist/svg/battery-exclamation.svg +1 -0
- package/dist/svg/battery-full-check.svg +1 -0
- package/dist/svg/battery-full.svg +1 -0
- package/dist/svg/battery-half.svg +1 -0
- package/dist/svg/battery-low.svg +1 -0
- package/dist/svg/battery-quarter.svg +1 -0
- package/dist/svg/battery-slash.svg +1 -0
- package/dist/svg/battery-three-quarter.svg +1 -0
- package/dist/svg/battery-xmark.svg +1 -0
- package/dist/svg/clear.svg +1 -9
- package/dist/svg/compact-disc-filled.svg +1 -0
- package/dist/svg/compact-disc.svg +1 -0
- package/dist/svg/pc-tower-filled.svg +1 -0
- package/dist/svg/pc-tower.svg +1 -0
- package/package.json +1 -1
package/dist/sample.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
<link href="css/ix-icons.css" rel="stylesheet" />
|
6
6
|
<style>
|
7
7
|
body {
|
8
|
-
font-family:
|
8
|
+
font-family: 'Siemens Sans', 'Helvetica', 'Arial', sans-serif;
|
9
9
|
text-align: center;
|
10
10
|
background: #f7f7f7;
|
11
11
|
}
|
@@ -16,12 +16,14 @@
|
|
16
16
|
.glyph-icon-list {
|
17
17
|
display: flex;
|
18
18
|
flex-wrap: wrap;
|
19
|
+
background-color: #e2e2e2;
|
19
20
|
}
|
20
21
|
.glyph-demo {
|
21
22
|
margin: 1rem;
|
22
23
|
}
|
23
24
|
.glyph {
|
24
25
|
padding: 0;
|
26
|
+
background-color: #fff;
|
25
27
|
}
|
26
28
|
.glyph > li {
|
27
29
|
display: inline-block;
|
@@ -62,6 +64,7 @@
|
|
62
64
|
.installation {
|
63
65
|
list-style: none;
|
64
66
|
background-color: #e2e2e2;
|
67
|
+
padding: 1rem;
|
65
68
|
}
|
66
69
|
</style>
|
67
70
|
<style>
|
@@ -114,7 +117,7 @@
|
|
114
117
|
bottom: 30px;
|
115
118
|
opacity: 1;
|
116
119
|
}
|
117
|
-
to {
|
120
|
+
to {
|
118
121
|
bottom: 0;
|
119
122
|
opacity: 0;
|
120
123
|
}
|
@@ -777,13 +780,217 @@
|
|
777
780
|
/>
|
778
781
|
</div>
|
779
782
|
|
783
|
+
<div class="glyph-demo">
|
784
|
+
<i
|
785
|
+
class="glyph glyph-battery-check glyph-4x"
|
786
|
+
></i>
|
787
|
+
<span class="glyph-name">battery-check</span>
|
788
|
+
<span class="glyph-codepoint"
|
789
|
+
>EA26</span
|
790
|
+
>
|
791
|
+
<input
|
792
|
+
readonly
|
793
|
+
onclick="myFunction(this)"
|
794
|
+
class="glyph-input"
|
795
|
+
type="text"
|
796
|
+
value="glyph glyph-battery-check"
|
797
|
+
/>
|
798
|
+
</div>
|
799
|
+
|
800
|
+
<div class="glyph-demo">
|
801
|
+
<i
|
802
|
+
class="glyph glyph-battery-empty-question glyph-4x"
|
803
|
+
></i>
|
804
|
+
<span class="glyph-name">battery-empty-question</span>
|
805
|
+
<span class="glyph-codepoint"
|
806
|
+
>EA27</span
|
807
|
+
>
|
808
|
+
<input
|
809
|
+
readonly
|
810
|
+
onclick="myFunction(this)"
|
811
|
+
class="glyph-input"
|
812
|
+
type="text"
|
813
|
+
value="glyph glyph-battery-empty-question"
|
814
|
+
/>
|
815
|
+
</div>
|
816
|
+
|
817
|
+
<div class="glyph-demo">
|
818
|
+
<i
|
819
|
+
class="glyph glyph-battery-empty glyph-4x"
|
820
|
+
></i>
|
821
|
+
<span class="glyph-name">battery-empty</span>
|
822
|
+
<span class="glyph-codepoint"
|
823
|
+
>EA28</span
|
824
|
+
>
|
825
|
+
<input
|
826
|
+
readonly
|
827
|
+
onclick="myFunction(this)"
|
828
|
+
class="glyph-input"
|
829
|
+
type="text"
|
830
|
+
value="glyph glyph-battery-empty"
|
831
|
+
/>
|
832
|
+
</div>
|
833
|
+
|
834
|
+
<div class="glyph-demo">
|
835
|
+
<i
|
836
|
+
class="glyph glyph-battery-exclamation glyph-4x"
|
837
|
+
></i>
|
838
|
+
<span class="glyph-name">battery-exclamation</span>
|
839
|
+
<span class="glyph-codepoint"
|
840
|
+
>EA29</span
|
841
|
+
>
|
842
|
+
<input
|
843
|
+
readonly
|
844
|
+
onclick="myFunction(this)"
|
845
|
+
class="glyph-input"
|
846
|
+
type="text"
|
847
|
+
value="glyph glyph-battery-exclamation"
|
848
|
+
/>
|
849
|
+
</div>
|
850
|
+
|
851
|
+
<div class="glyph-demo">
|
852
|
+
<i
|
853
|
+
class="glyph glyph-battery-full-check glyph-4x"
|
854
|
+
></i>
|
855
|
+
<span class="glyph-name">battery-full-check</span>
|
856
|
+
<span class="glyph-codepoint"
|
857
|
+
>EA2A</span
|
858
|
+
>
|
859
|
+
<input
|
860
|
+
readonly
|
861
|
+
onclick="myFunction(this)"
|
862
|
+
class="glyph-input"
|
863
|
+
type="text"
|
864
|
+
value="glyph glyph-battery-full-check"
|
865
|
+
/>
|
866
|
+
</div>
|
867
|
+
|
868
|
+
<div class="glyph-demo">
|
869
|
+
<i
|
870
|
+
class="glyph glyph-battery-full glyph-4x"
|
871
|
+
></i>
|
872
|
+
<span class="glyph-name">battery-full</span>
|
873
|
+
<span class="glyph-codepoint"
|
874
|
+
>EA2B</span
|
875
|
+
>
|
876
|
+
<input
|
877
|
+
readonly
|
878
|
+
onclick="myFunction(this)"
|
879
|
+
class="glyph-input"
|
880
|
+
type="text"
|
881
|
+
value="glyph glyph-battery-full"
|
882
|
+
/>
|
883
|
+
</div>
|
884
|
+
|
885
|
+
<div class="glyph-demo">
|
886
|
+
<i
|
887
|
+
class="glyph glyph-battery-half glyph-4x"
|
888
|
+
></i>
|
889
|
+
<span class="glyph-name">battery-half</span>
|
890
|
+
<span class="glyph-codepoint"
|
891
|
+
>EA2C</span
|
892
|
+
>
|
893
|
+
<input
|
894
|
+
readonly
|
895
|
+
onclick="myFunction(this)"
|
896
|
+
class="glyph-input"
|
897
|
+
type="text"
|
898
|
+
value="glyph glyph-battery-half"
|
899
|
+
/>
|
900
|
+
</div>
|
901
|
+
|
902
|
+
<div class="glyph-demo">
|
903
|
+
<i
|
904
|
+
class="glyph glyph-battery-low glyph-4x"
|
905
|
+
></i>
|
906
|
+
<span class="glyph-name">battery-low</span>
|
907
|
+
<span class="glyph-codepoint"
|
908
|
+
>EA2D</span
|
909
|
+
>
|
910
|
+
<input
|
911
|
+
readonly
|
912
|
+
onclick="myFunction(this)"
|
913
|
+
class="glyph-input"
|
914
|
+
type="text"
|
915
|
+
value="glyph glyph-battery-low"
|
916
|
+
/>
|
917
|
+
</div>
|
918
|
+
|
919
|
+
<div class="glyph-demo">
|
920
|
+
<i
|
921
|
+
class="glyph glyph-battery-quarter glyph-4x"
|
922
|
+
></i>
|
923
|
+
<span class="glyph-name">battery-quarter</span>
|
924
|
+
<span class="glyph-codepoint"
|
925
|
+
>EA2E</span
|
926
|
+
>
|
927
|
+
<input
|
928
|
+
readonly
|
929
|
+
onclick="myFunction(this)"
|
930
|
+
class="glyph-input"
|
931
|
+
type="text"
|
932
|
+
value="glyph glyph-battery-quarter"
|
933
|
+
/>
|
934
|
+
</div>
|
935
|
+
|
936
|
+
<div class="glyph-demo">
|
937
|
+
<i
|
938
|
+
class="glyph glyph-battery-slash glyph-4x"
|
939
|
+
></i>
|
940
|
+
<span class="glyph-name">battery-slash</span>
|
941
|
+
<span class="glyph-codepoint"
|
942
|
+
>EA2F</span
|
943
|
+
>
|
944
|
+
<input
|
945
|
+
readonly
|
946
|
+
onclick="myFunction(this)"
|
947
|
+
class="glyph-input"
|
948
|
+
type="text"
|
949
|
+
value="glyph glyph-battery-slash"
|
950
|
+
/>
|
951
|
+
</div>
|
952
|
+
|
953
|
+
<div class="glyph-demo">
|
954
|
+
<i
|
955
|
+
class="glyph glyph-battery-three-quarter glyph-4x"
|
956
|
+
></i>
|
957
|
+
<span class="glyph-name">battery-three-quarter</span>
|
958
|
+
<span class="glyph-codepoint"
|
959
|
+
>EA30</span
|
960
|
+
>
|
961
|
+
<input
|
962
|
+
readonly
|
963
|
+
onclick="myFunction(this)"
|
964
|
+
class="glyph-input"
|
965
|
+
type="text"
|
966
|
+
value="glyph glyph-battery-three-quarter"
|
967
|
+
/>
|
968
|
+
</div>
|
969
|
+
|
970
|
+
<div class="glyph-demo">
|
971
|
+
<i
|
972
|
+
class="glyph glyph-battery-xmark glyph-4x"
|
973
|
+
></i>
|
974
|
+
<span class="glyph-name">battery-xmark</span>
|
975
|
+
<span class="glyph-codepoint"
|
976
|
+
>EA31</span
|
977
|
+
>
|
978
|
+
<input
|
979
|
+
readonly
|
980
|
+
onclick="myFunction(this)"
|
981
|
+
class="glyph-input"
|
982
|
+
type="text"
|
983
|
+
value="glyph glyph-battery-xmark"
|
984
|
+
/>
|
985
|
+
</div>
|
986
|
+
|
780
987
|
<div class="glyph-demo">
|
781
988
|
<i
|
782
989
|
class="glyph glyph-binoculars-filled glyph-4x"
|
783
990
|
></i>
|
784
991
|
<span class="glyph-name">binoculars-filled</span>
|
785
992
|
<span class="glyph-codepoint"
|
786
|
-
>
|
993
|
+
>EA32</span
|
787
994
|
>
|
788
995
|
<input
|
789
996
|
readonly
|
@@ -800,7 +1007,7 @@
|
|
800
1007
|
></i>
|
801
1008
|
<span class="glyph-name">binoculars</span>
|
802
1009
|
<span class="glyph-codepoint"
|
803
|
-
>
|
1010
|
+
>EA33</span
|
804
1011
|
>
|
805
1012
|
<input
|
806
1013
|
readonly
|
@@ -817,7 +1024,7 @@
|
|
817
1024
|
></i>
|
818
1025
|
<span class="glyph-name">book</span>
|
819
1026
|
<span class="glyph-codepoint"
|
820
|
-
>
|
1027
|
+
>EA34</span
|
821
1028
|
>
|
822
1029
|
<input
|
823
1030
|
readonly
|
@@ -834,7 +1041,7 @@
|
|
834
1041
|
></i>
|
835
1042
|
<span class="glyph-name">bookmark-filled</span>
|
836
1043
|
<span class="glyph-codepoint"
|
837
|
-
>
|
1044
|
+
>EA35</span
|
838
1045
|
>
|
839
1046
|
<input
|
840
1047
|
readonly
|
@@ -851,7 +1058,7 @@
|
|
851
1058
|
></i>
|
852
1059
|
<span class="glyph-name">bookmark</span>
|
853
1060
|
<span class="glyph-codepoint"
|
854
|
-
>
|
1061
|
+
>EA36</span
|
855
1062
|
>
|
856
1063
|
<input
|
857
1064
|
readonly
|
@@ -868,7 +1075,7 @@
|
|
868
1075
|
></i>
|
869
1076
|
<span class="glyph-name">building1-filled</span>
|
870
1077
|
<span class="glyph-codepoint"
|
871
|
-
>
|
1078
|
+
>EA37</span
|
872
1079
|
>
|
873
1080
|
<input
|
874
1081
|
readonly
|
@@ -885,7 +1092,7 @@
|
|
885
1092
|
></i>
|
886
1093
|
<span class="glyph-name">building1</span>
|
887
1094
|
<span class="glyph-codepoint"
|
888
|
-
>
|
1095
|
+
>EA38</span
|
889
1096
|
>
|
890
1097
|
<input
|
891
1098
|
readonly
|
@@ -902,7 +1109,7 @@
|
|
902
1109
|
></i>
|
903
1110
|
<span class="glyph-name">building2-filled</span>
|
904
1111
|
<span class="glyph-codepoint"
|
905
|
-
>
|
1112
|
+
>EA39</span
|
906
1113
|
>
|
907
1114
|
<input
|
908
1115
|
readonly
|
@@ -919,7 +1126,7 @@
|
|
919
1126
|
></i>
|
920
1127
|
<span class="glyph-name">building2</span>
|
921
1128
|
<span class="glyph-codepoint"
|
922
|
-
>
|
1129
|
+
>EA3A</span
|
923
1130
|
>
|
924
1131
|
<input
|
925
1132
|
readonly
|
@@ -936,7 +1143,7 @@
|
|
936
1143
|
></i>
|
937
1144
|
<span class="glyph-name">bulb-filled</span>
|
938
1145
|
<span class="glyph-codepoint"
|
939
|
-
>
|
1146
|
+
>EA3B</span
|
940
1147
|
>
|
941
1148
|
<input
|
942
1149
|
readonly
|
@@ -953,7 +1160,7 @@
|
|
953
1160
|
></i>
|
954
1161
|
<span class="glyph-name">bulb</span>
|
955
1162
|
<span class="glyph-codepoint"
|
956
|
-
>
|
1163
|
+
>EA3C</span
|
957
1164
|
>
|
958
1165
|
<input
|
959
1166
|
readonly
|
@@ -970,7 +1177,7 @@
|
|
970
1177
|
></i>
|
971
1178
|
<span class="glyph-name">calendar-filled</span>
|
972
1179
|
<span class="glyph-codepoint"
|
973
|
-
>
|
1180
|
+
>EA3D</span
|
974
1181
|
>
|
975
1182
|
<input
|
976
1183
|
readonly
|
@@ -987,7 +1194,7 @@
|
|
987
1194
|
></i>
|
988
1195
|
<span class="glyph-name">calendar-settings</span>
|
989
1196
|
<span class="glyph-codepoint"
|
990
|
-
>
|
1197
|
+
>EA3E</span
|
991
1198
|
>
|
992
1199
|
<input
|
993
1200
|
readonly
|
@@ -1004,7 +1211,7 @@
|
|
1004
1211
|
></i>
|
1005
1212
|
<span class="glyph-name">calendar</span>
|
1006
1213
|
<span class="glyph-codepoint"
|
1007
|
-
>
|
1214
|
+
>EA3F</span
|
1008
1215
|
>
|
1009
1216
|
<input
|
1010
1217
|
readonly
|
@@ -1021,7 +1228,7 @@
|
|
1021
1228
|
></i>
|
1022
1229
|
<span class="glyph-name">cancel</span>
|
1023
1230
|
<span class="glyph-codepoint"
|
1024
|
-
>
|
1231
|
+
>EA40</span
|
1025
1232
|
>
|
1026
1233
|
<input
|
1027
1234
|
readonly
|
@@ -1038,7 +1245,7 @@
|
|
1038
1245
|
></i>
|
1039
1246
|
<span class="glyph-name">cancelled</span>
|
1040
1247
|
<span class="glyph-codepoint"
|
1041
|
-
>
|
1248
|
+
>EA41</span
|
1042
1249
|
>
|
1043
1250
|
<input
|
1044
1251
|
readonly
|
@@ -1055,7 +1262,7 @@
|
|
1055
1262
|
></i>
|
1056
1263
|
<span class="glyph-name">capacity-filled</span>
|
1057
1264
|
<span class="glyph-codepoint"
|
1058
|
-
>
|
1265
|
+
>EA42</span
|
1059
1266
|
>
|
1060
1267
|
<input
|
1061
1268
|
readonly
|
@@ -1072,7 +1279,7 @@
|
|
1072
1279
|
></i>
|
1073
1280
|
<span class="glyph-name">capacity</span>
|
1074
1281
|
<span class="glyph-codepoint"
|
1075
|
-
>
|
1282
|
+
>EA43</span
|
1076
1283
|
>
|
1077
1284
|
<input
|
1078
1285
|
readonly
|
@@ -1089,7 +1296,7 @@
|
|
1089
1296
|
></i>
|
1090
1297
|
<span class="glyph-name">capture</span>
|
1091
1298
|
<span class="glyph-codepoint"
|
1092
|
-
>
|
1299
|
+
>EA44</span
|
1093
1300
|
>
|
1094
1301
|
<input
|
1095
1302
|
readonly
|
@@ -1106,7 +1313,7 @@
|
|
1106
1313
|
></i>
|
1107
1314
|
<span class="glyph-name">card-layout-filled</span>
|
1108
1315
|
<span class="glyph-codepoint"
|
1109
|
-
>
|
1316
|
+
>EA45</span
|
1110
1317
|
>
|
1111
1318
|
<input
|
1112
1319
|
readonly
|
@@ -1123,7 +1330,7 @@
|
|
1123
1330
|
></i>
|
1124
1331
|
<span class="glyph-name">card-layout</span>
|
1125
1332
|
<span class="glyph-codepoint"
|
1126
|
-
>
|
1333
|
+
>EA46</span
|
1127
1334
|
>
|
1128
1335
|
<input
|
1129
1336
|
readonly
|
@@ -1140,7 +1347,7 @@
|
|
1140
1347
|
></i>
|
1141
1348
|
<span class="glyph-name">chart-cursor</span>
|
1142
1349
|
<span class="glyph-codepoint"
|
1143
|
-
>
|
1350
|
+
>EA47</span
|
1144
1351
|
>
|
1145
1352
|
<input
|
1146
1353
|
readonly
|
@@ -1157,7 +1364,7 @@
|
|
1157
1364
|
></i>
|
1158
1365
|
<span class="glyph-name">chart-curve-linear</span>
|
1159
1366
|
<span class="glyph-codepoint"
|
1160
|
-
>
|
1367
|
+
>EA48</span
|
1161
1368
|
>
|
1162
1369
|
<input
|
1163
1370
|
readonly
|
@@ -1174,7 +1381,7 @@
|
|
1174
1381
|
></i>
|
1175
1382
|
<span class="glyph-name">chart-curve-spline</span>
|
1176
1383
|
<span class="glyph-codepoint"
|
1177
|
-
>
|
1384
|
+
>EA49</span
|
1178
1385
|
>
|
1179
1386
|
<input
|
1180
1387
|
readonly
|
@@ -1191,7 +1398,7 @@
|
|
1191
1398
|
></i>
|
1192
1399
|
<span class="glyph-name">chart-curve-stepped</span>
|
1193
1400
|
<span class="glyph-codepoint"
|
1194
|
-
>
|
1401
|
+
>EA4A</span
|
1195
1402
|
>
|
1196
1403
|
<input
|
1197
1404
|
readonly
|
@@ -1208,7 +1415,7 @@
|
|
1208
1415
|
></i>
|
1209
1416
|
<span class="glyph-name">chart-labels-filled</span>
|
1210
1417
|
<span class="glyph-codepoint"
|
1211
|
-
>
|
1418
|
+
>EA4B</span
|
1212
1419
|
>
|
1213
1420
|
<input
|
1214
1421
|
readonly
|
@@ -1225,7 +1432,7 @@
|
|
1225
1432
|
></i>
|
1226
1433
|
<span class="glyph-name">chart-labels</span>
|
1227
1434
|
<span class="glyph-codepoint"
|
1228
|
-
>
|
1435
|
+
>EA4C</span
|
1229
1436
|
>
|
1230
1437
|
<input
|
1231
1438
|
readonly
|
@@ -1242,7 +1449,7 @@
|
|
1242
1449
|
></i>
|
1243
1450
|
<span class="glyph-name">checkbox-component-checked</span>
|
1244
1451
|
<span class="glyph-codepoint"
|
1245
|
-
>
|
1452
|
+
>EA4D</span
|
1246
1453
|
>
|
1247
1454
|
<input
|
1248
1455
|
readonly
|
@@ -1259,7 +1466,7 @@
|
|
1259
1466
|
></i>
|
1260
1467
|
<span class="glyph-name">checkbox-component-mixed</span>
|
1261
1468
|
<span class="glyph-codepoint"
|
1262
|
-
>
|
1469
|
+
>EA4E</span
|
1263
1470
|
>
|
1264
1471
|
<input
|
1265
1472
|
readonly
|
@@ -1276,7 +1483,7 @@
|
|
1276
1483
|
></i>
|
1277
1484
|
<span class="glyph-name">checkbox-component-unchecked</span>
|
1278
1485
|
<span class="glyph-codepoint"
|
1279
|
-
>
|
1486
|
+
>EA4F</span
|
1280
1487
|
>
|
1281
1488
|
<input
|
1282
1489
|
readonly
|
@@ -1293,7 +1500,7 @@
|
|
1293
1500
|
></i>
|
1294
1501
|
<span class="glyph-name">checkbox-filled</span>
|
1295
1502
|
<span class="glyph-codepoint"
|
1296
|
-
>
|
1503
|
+
>EA50</span
|
1297
1504
|
>
|
1298
1505
|
<input
|
1299
1506
|
readonly
|
@@ -1310,7 +1517,7 @@
|
|
1310
1517
|
></i>
|
1311
1518
|
<span class="glyph-name">checkbox</span>
|
1312
1519
|
<span class="glyph-codepoint"
|
1313
|
-
>
|
1520
|
+
>EA51</span
|
1314
1521
|
>
|
1315
1522
|
<input
|
1316
1523
|
readonly
|
@@ -1327,7 +1534,7 @@
|
|
1327
1534
|
></i>
|
1328
1535
|
<span class="glyph-name">checkboxes-filled</span>
|
1329
1536
|
<span class="glyph-codepoint"
|
1330
|
-
>
|
1537
|
+
>EA52</span
|
1331
1538
|
>
|
1332
1539
|
<input
|
1333
1540
|
readonly
|
@@ -1344,7 +1551,7 @@
|
|
1344
1551
|
></i>
|
1345
1552
|
<span class="glyph-name">checkboxes</span>
|
1346
1553
|
<span class="glyph-codepoint"
|
1347
|
-
>
|
1554
|
+
>EA53</span
|
1348
1555
|
>
|
1349
1556
|
<input
|
1350
1557
|
readonly
|
@@ -1361,7 +1568,7 @@
|
|
1361
1568
|
></i>
|
1362
1569
|
<span class="glyph-name">chevron-down-small</span>
|
1363
1570
|
<span class="glyph-codepoint"
|
1364
|
-
>
|
1571
|
+
>EA54</span
|
1365
1572
|
>
|
1366
1573
|
<input
|
1367
1574
|
readonly
|
@@ -1378,7 +1585,7 @@
|
|
1378
1585
|
></i>
|
1379
1586
|
<span class="glyph-name">chevron-down</span>
|
1380
1587
|
<span class="glyph-codepoint"
|
1381
|
-
>
|
1588
|
+
>EA55</span
|
1382
1589
|
>
|
1383
1590
|
<input
|
1384
1591
|
readonly
|
@@ -1395,7 +1602,7 @@
|
|
1395
1602
|
></i>
|
1396
1603
|
<span class="glyph-name">chevron-left-small</span>
|
1397
1604
|
<span class="glyph-codepoint"
|
1398
|
-
>
|
1605
|
+
>EA56</span
|
1399
1606
|
>
|
1400
1607
|
<input
|
1401
1608
|
readonly
|
@@ -1412,7 +1619,7 @@
|
|
1412
1619
|
></i>
|
1413
1620
|
<span class="glyph-name">chevron-left</span>
|
1414
1621
|
<span class="glyph-codepoint"
|
1415
|
-
>
|
1622
|
+
>EA57</span
|
1416
1623
|
>
|
1417
1624
|
<input
|
1418
1625
|
readonly
|
@@ -1429,7 +1636,7 @@
|
|
1429
1636
|
></i>
|
1430
1637
|
<span class="glyph-name">chevron-right-small</span>
|
1431
1638
|
<span class="glyph-codepoint"
|
1432
|
-
>
|
1639
|
+
>EA58</span
|
1433
1640
|
>
|
1434
1641
|
<input
|
1435
1642
|
readonly
|
@@ -1446,7 +1653,7 @@
|
|
1446
1653
|
></i>
|
1447
1654
|
<span class="glyph-name">chevron-right</span>
|
1448
1655
|
<span class="glyph-codepoint"
|
1449
|
-
>
|
1656
|
+
>EA59</span
|
1450
1657
|
>
|
1451
1658
|
<input
|
1452
1659
|
readonly
|
@@ -1463,7 +1670,7 @@
|
|
1463
1670
|
></i>
|
1464
1671
|
<span class="glyph-name">chevron-up-small</span>
|
1465
1672
|
<span class="glyph-codepoint"
|
1466
|
-
>
|
1673
|
+
>EA5A</span
|
1467
1674
|
>
|
1468
1675
|
<input
|
1469
1676
|
readonly
|
@@ -1480,7 +1687,7 @@
|
|
1480
1687
|
></i>
|
1481
1688
|
<span class="glyph-name">chevron-up</span>
|
1482
1689
|
<span class="glyph-codepoint"
|
1483
|
-
>
|
1690
|
+
>EA5B</span
|
1484
1691
|
>
|
1485
1692
|
<input
|
1486
1693
|
readonly
|
@@ -1497,7 +1704,7 @@
|
|
1497
1704
|
></i>
|
1498
1705
|
<span class="glyph-name">circle-dot-filled</span>
|
1499
1706
|
<span class="glyph-codepoint"
|
1500
|
-
>
|
1707
|
+
>EA5C</span
|
1501
1708
|
>
|
1502
1709
|
<input
|
1503
1710
|
readonly
|
@@ -1514,7 +1721,7 @@
|
|
1514
1721
|
></i>
|
1515
1722
|
<span class="glyph-name">circle-dot</span>
|
1516
1723
|
<span class="glyph-codepoint"
|
1517
|
-
>
|
1724
|
+
>EA5D</span
|
1518
1725
|
>
|
1519
1726
|
<input
|
1520
1727
|
readonly
|
@@ -1531,7 +1738,7 @@
|
|
1531
1738
|
></i>
|
1532
1739
|
<span class="glyph-name">circle-filled</span>
|
1533
1740
|
<span class="glyph-codepoint"
|
1534
|
-
>
|
1741
|
+
>EA5E</span
|
1535
1742
|
>
|
1536
1743
|
<input
|
1537
1744
|
readonly
|
@@ -1548,7 +1755,7 @@
|
|
1548
1755
|
></i>
|
1549
1756
|
<span class="glyph-name">circle-pause-filled</span>
|
1550
1757
|
<span class="glyph-codepoint"
|
1551
|
-
>
|
1758
|
+
>EA5F</span
|
1552
1759
|
>
|
1553
1760
|
<input
|
1554
1761
|
readonly
|
@@ -1565,7 +1772,7 @@
|
|
1565
1772
|
></i>
|
1566
1773
|
<span class="glyph-name">circle-pause</span>
|
1567
1774
|
<span class="glyph-codepoint"
|
1568
|
-
>
|
1775
|
+
>EA60</span
|
1569
1776
|
>
|
1570
1777
|
<input
|
1571
1778
|
readonly
|
@@ -1582,7 +1789,7 @@
|
|
1582
1789
|
></i>
|
1583
1790
|
<span class="glyph-name">circle-play-filled</span>
|
1584
1791
|
<span class="glyph-codepoint"
|
1585
|
-
>
|
1792
|
+
>EA61</span
|
1586
1793
|
>
|
1587
1794
|
<input
|
1588
1795
|
readonly
|
@@ -1599,7 +1806,7 @@
|
|
1599
1806
|
></i>
|
1600
1807
|
<span class="glyph-name">circle-play</span>
|
1601
1808
|
<span class="glyph-codepoint"
|
1602
|
-
>
|
1809
|
+
>EA62</span
|
1603
1810
|
>
|
1604
1811
|
<input
|
1605
1812
|
readonly
|
@@ -1616,7 +1823,7 @@
|
|
1616
1823
|
></i>
|
1617
1824
|
<span class="glyph-name">circle-stop-filled</span>
|
1618
1825
|
<span class="glyph-codepoint"
|
1619
|
-
>
|
1826
|
+
>EA63</span
|
1620
1827
|
>
|
1621
1828
|
<input
|
1622
1829
|
readonly
|
@@ -1633,7 +1840,7 @@
|
|
1633
1840
|
></i>
|
1634
1841
|
<span class="glyph-name">circle-stop</span>
|
1635
1842
|
<span class="glyph-codepoint"
|
1636
|
-
>
|
1843
|
+
>EA64</span
|
1637
1844
|
>
|
1638
1845
|
<input
|
1639
1846
|
readonly
|
@@ -1650,7 +1857,7 @@
|
|
1650
1857
|
></i>
|
1651
1858
|
<span class="glyph-name">circle</span>
|
1652
1859
|
<span class="glyph-codepoint"
|
1653
|
-
>
|
1860
|
+
>EA65</span
|
1654
1861
|
>
|
1655
1862
|
<input
|
1656
1863
|
readonly
|
@@ -1667,7 +1874,7 @@
|
|
1667
1874
|
></i>
|
1668
1875
|
<span class="glyph-name">clear-filter-filled</span>
|
1669
1876
|
<span class="glyph-codepoint"
|
1670
|
-
>
|
1877
|
+
>EA66</span
|
1671
1878
|
>
|
1672
1879
|
<input
|
1673
1880
|
readonly
|
@@ -1684,7 +1891,7 @@
|
|
1684
1891
|
></i>
|
1685
1892
|
<span class="glyph-name">clear-filter</span>
|
1686
1893
|
<span class="glyph-codepoint"
|
1687
|
-
>
|
1894
|
+
>EA67</span
|
1688
1895
|
>
|
1689
1896
|
<input
|
1690
1897
|
readonly
|
@@ -1701,7 +1908,7 @@
|
|
1701
1908
|
></i>
|
1702
1909
|
<span class="glyph-name">clear</span>
|
1703
1910
|
<span class="glyph-codepoint"
|
1704
|
-
>
|
1911
|
+
>EA68</span
|
1705
1912
|
>
|
1706
1913
|
<input
|
1707
1914
|
readonly
|
@@ -1718,7 +1925,7 @@
|
|
1718
1925
|
></i>
|
1719
1926
|
<span class="glyph-name">clock-filled</span>
|
1720
1927
|
<span class="glyph-codepoint"
|
1721
|
-
>
|
1928
|
+
>EA69</span
|
1722
1929
|
>
|
1723
1930
|
<input
|
1724
1931
|
readonly
|
@@ -1735,7 +1942,7 @@
|
|
1735
1942
|
></i>
|
1736
1943
|
<span class="glyph-name">clock</span>
|
1737
1944
|
<span class="glyph-codepoint"
|
1738
|
-
>
|
1945
|
+
>EA6A</span
|
1739
1946
|
>
|
1740
1947
|
<input
|
1741
1948
|
readonly
|
@@ -1752,7 +1959,7 @@
|
|
1752
1959
|
></i>
|
1753
1960
|
<span class="glyph-name">close-small</span>
|
1754
1961
|
<span class="glyph-codepoint"
|
1755
|
-
>
|
1962
|
+
>EA6B</span
|
1756
1963
|
>
|
1757
1964
|
<input
|
1758
1965
|
readonly
|
@@ -1769,7 +1976,7 @@
|
|
1769
1976
|
></i>
|
1770
1977
|
<span class="glyph-name">close</span>
|
1771
1978
|
<span class="glyph-codepoint"
|
1772
|
-
>
|
1979
|
+
>EA6C</span
|
1773
1980
|
>
|
1774
1981
|
<input
|
1775
1982
|
readonly
|
@@ -1786,7 +1993,7 @@
|
|
1786
1993
|
></i>
|
1787
1994
|
<span class="glyph-name">cloud-download-add-filled</span>
|
1788
1995
|
<span class="glyph-codepoint"
|
1789
|
-
>
|
1996
|
+
>EA6D</span
|
1790
1997
|
>
|
1791
1998
|
<input
|
1792
1999
|
readonly
|
@@ -1803,7 +2010,7 @@
|
|
1803
2010
|
></i>
|
1804
2011
|
<span class="glyph-name">cloud-download-add</span>
|
1805
2012
|
<span class="glyph-codepoint"
|
1806
|
-
>
|
2013
|
+
>EA6E</span
|
1807
2014
|
>
|
1808
2015
|
<input
|
1809
2016
|
readonly
|
@@ -1820,7 +2027,7 @@
|
|
1820
2027
|
></i>
|
1821
2028
|
<span class="glyph-name">cloud-download-filled</span>
|
1822
2029
|
<span class="glyph-codepoint"
|
1823
|
-
>
|
2030
|
+
>EA6F</span
|
1824
2031
|
>
|
1825
2032
|
<input
|
1826
2033
|
readonly
|
@@ -1837,7 +2044,7 @@
|
|
1837
2044
|
></i>
|
1838
2045
|
<span class="glyph-name">cloud-download-list-filled</span>
|
1839
2046
|
<span class="glyph-codepoint"
|
1840
|
-
>
|
2047
|
+
>EA70</span
|
1841
2048
|
>
|
1842
2049
|
<input
|
1843
2050
|
readonly
|
@@ -1854,7 +2061,7 @@
|
|
1854
2061
|
></i>
|
1855
2062
|
<span class="glyph-name">cloud-download-list</span>
|
1856
2063
|
<span class="glyph-codepoint"
|
1857
|
-
>
|
2064
|
+
>EA71</span
|
1858
2065
|
>
|
1859
2066
|
<input
|
1860
2067
|
readonly
|
@@ -1871,7 +2078,7 @@
|
|
1871
2078
|
></i>
|
1872
2079
|
<span class="glyph-name">cloud-download</span>
|
1873
2080
|
<span class="glyph-codepoint"
|
1874
|
-
>
|
2081
|
+
>EA72</span
|
1875
2082
|
>
|
1876
2083
|
<input
|
1877
2084
|
readonly
|
@@ -1888,7 +2095,7 @@
|
|
1888
2095
|
></i>
|
1889
2096
|
<span class="glyph-name">cloud-filled</span>
|
1890
2097
|
<span class="glyph-codepoint"
|
1891
|
-
>
|
2098
|
+
>EA73</span
|
1892
2099
|
>
|
1893
2100
|
<input
|
1894
2101
|
readonly
|
@@ -1905,7 +2112,7 @@
|
|
1905
2112
|
></i>
|
1906
2113
|
<span class="glyph-name">cloud-new-filled</span>
|
1907
2114
|
<span class="glyph-codepoint"
|
1908
|
-
>
|
2115
|
+
>EA74</span
|
1909
2116
|
>
|
1910
2117
|
<input
|
1911
2118
|
readonly
|
@@ -1922,7 +2129,7 @@
|
|
1922
2129
|
></i>
|
1923
2130
|
<span class="glyph-name">cloud-new</span>
|
1924
2131
|
<span class="glyph-codepoint"
|
1925
|
-
>
|
2132
|
+
>EA75</span
|
1926
2133
|
>
|
1927
2134
|
<input
|
1928
2135
|
readonly
|
@@ -1939,7 +2146,7 @@
|
|
1939
2146
|
></i>
|
1940
2147
|
<span class="glyph-name">cloud-success-filled</span>
|
1941
2148
|
<span class="glyph-codepoint"
|
1942
|
-
>
|
2149
|
+
>EA76</span
|
1943
2150
|
>
|
1944
2151
|
<input
|
1945
2152
|
readonly
|
@@ -1956,7 +2163,7 @@
|
|
1956
2163
|
></i>
|
1957
2164
|
<span class="glyph-name">cloud-success</span>
|
1958
2165
|
<span class="glyph-codepoint"
|
1959
|
-
>
|
2166
|
+
>EA77</span
|
1960
2167
|
>
|
1961
2168
|
<input
|
1962
2169
|
readonly
|
@@ -1973,7 +2180,7 @@
|
|
1973
2180
|
></i>
|
1974
2181
|
<span class="glyph-name">cloud-upload-filled</span>
|
1975
2182
|
<span class="glyph-codepoint"
|
1976
|
-
>
|
2183
|
+
>EA78</span
|
1977
2184
|
>
|
1978
2185
|
<input
|
1979
2186
|
readonly
|
@@ -1990,7 +2197,7 @@
|
|
1990
2197
|
></i>
|
1991
2198
|
<span class="glyph-name">cloud-upload</span>
|
1992
2199
|
<span class="glyph-codepoint"
|
1993
|
-
>
|
2200
|
+
>EA79</span
|
1994
2201
|
>
|
1995
2202
|
<input
|
1996
2203
|
readonly
|
@@ -2007,7 +2214,7 @@
|
|
2007
2214
|
></i>
|
2008
2215
|
<span class="glyph-name">cloud</span>
|
2009
2216
|
<span class="glyph-codepoint"
|
2010
|
-
>
|
2217
|
+
>EA7A</span
|
2011
2218
|
>
|
2012
2219
|
<input
|
2013
2220
|
readonly
|
@@ -2024,7 +2231,7 @@
|
|
2024
2231
|
></i>
|
2025
2232
|
<span class="glyph-name">code</span>
|
2026
2233
|
<span class="glyph-codepoint"
|
2027
|
-
>
|
2234
|
+
>EA7B</span
|
2028
2235
|
>
|
2029
2236
|
<input
|
2030
2237
|
readonly
|
@@ -2041,7 +2248,7 @@
|
|
2041
2248
|
></i>
|
2042
2249
|
<span class="glyph-name">cogwheel-filled</span>
|
2043
2250
|
<span class="glyph-codepoint"
|
2044
|
-
>
|
2251
|
+
>EA7C</span
|
2045
2252
|
>
|
2046
2253
|
<input
|
2047
2254
|
readonly
|
@@ -2058,7 +2265,7 @@
|
|
2058
2265
|
></i>
|
2059
2266
|
<span class="glyph-name">cogwheel</span>
|
2060
2267
|
<span class="glyph-codepoint"
|
2061
|
-
>
|
2268
|
+
>EA7D</span
|
2062
2269
|
>
|
2063
2270
|
<input
|
2064
2271
|
readonly
|
@@ -2075,7 +2282,7 @@
|
|
2075
2282
|
></i>
|
2076
2283
|
<span class="glyph-name">combine</span>
|
2077
2284
|
<span class="glyph-codepoint"
|
2078
|
-
>
|
2285
|
+
>EA7E</span
|
2079
2286
|
>
|
2080
2287
|
<input
|
2081
2288
|
readonly
|
@@ -2086,13 +2293,47 @@
|
|
2086
2293
|
/>
|
2087
2294
|
</div>
|
2088
2295
|
|
2296
|
+
<div class="glyph-demo">
|
2297
|
+
<i
|
2298
|
+
class="glyph glyph-compact-disc-filled glyph-4x"
|
2299
|
+
></i>
|
2300
|
+
<span class="glyph-name">compact-disc-filled</span>
|
2301
|
+
<span class="glyph-codepoint"
|
2302
|
+
>EA7F</span
|
2303
|
+
>
|
2304
|
+
<input
|
2305
|
+
readonly
|
2306
|
+
onclick="myFunction(this)"
|
2307
|
+
class="glyph-input"
|
2308
|
+
type="text"
|
2309
|
+
value="glyph glyph-compact-disc-filled"
|
2310
|
+
/>
|
2311
|
+
</div>
|
2312
|
+
|
2313
|
+
<div class="glyph-demo">
|
2314
|
+
<i
|
2315
|
+
class="glyph glyph-compact-disc glyph-4x"
|
2316
|
+
></i>
|
2317
|
+
<span class="glyph-name">compact-disc</span>
|
2318
|
+
<span class="glyph-codepoint"
|
2319
|
+
>EA80</span
|
2320
|
+
>
|
2321
|
+
<input
|
2322
|
+
readonly
|
2323
|
+
onclick="myFunction(this)"
|
2324
|
+
class="glyph-input"
|
2325
|
+
type="text"
|
2326
|
+
value="glyph glyph-compact-disc"
|
2327
|
+
/>
|
2328
|
+
</div>
|
2329
|
+
|
2089
2330
|
<div class="glyph-demo">
|
2090
2331
|
<i
|
2091
2332
|
class="glyph glyph-compound-block glyph-4x"
|
2092
2333
|
></i>
|
2093
2334
|
<span class="glyph-name">compound-block</span>
|
2094
2335
|
<span class="glyph-codepoint"
|
2095
|
-
>
|
2336
|
+
>EA81</span
|
2096
2337
|
>
|
2097
2338
|
<input
|
2098
2339
|
readonly
|
@@ -2109,7 +2350,7 @@
|
|
2109
2350
|
></i>
|
2110
2351
|
<span class="glyph-name">configuration</span>
|
2111
2352
|
<span class="glyph-codepoint"
|
2112
|
-
>
|
2353
|
+
>EA82</span
|
2113
2354
|
>
|
2114
2355
|
<input
|
2115
2356
|
readonly
|
@@ -2126,7 +2367,7 @@
|
|
2126
2367
|
></i>
|
2127
2368
|
<span class="glyph-name">configure-filled</span>
|
2128
2369
|
<span class="glyph-codepoint"
|
2129
|
-
>
|
2370
|
+
>EA83</span
|
2130
2371
|
>
|
2131
2372
|
<input
|
2132
2373
|
readonly
|
@@ -2143,7 +2384,7 @@
|
|
2143
2384
|
></i>
|
2144
2385
|
<span class="glyph-name">configure</span>
|
2145
2386
|
<span class="glyph-codepoint"
|
2146
|
-
>
|
2387
|
+
>EA84</span
|
2147
2388
|
>
|
2148
2389
|
<input
|
2149
2390
|
readonly
|
@@ -2160,7 +2401,7 @@
|
|
2160
2401
|
></i>
|
2161
2402
|
<span class="glyph-name">connected</span>
|
2162
2403
|
<span class="glyph-codepoint"
|
2163
|
-
>
|
2404
|
+
>EA85</span
|
2164
2405
|
>
|
2165
2406
|
<input
|
2166
2407
|
readonly
|
@@ -2177,7 +2418,7 @@
|
|
2177
2418
|
></i>
|
2178
2419
|
<span class="glyph-name">connector-chart-filled</span>
|
2179
2420
|
<span class="glyph-codepoint"
|
2180
|
-
>
|
2421
|
+
>EA86</span
|
2181
2422
|
>
|
2182
2423
|
<input
|
2183
2424
|
readonly
|
@@ -2194,7 +2435,7 @@
|
|
2194
2435
|
></i>
|
2195
2436
|
<span class="glyph-name">connector-chart</span>
|
2196
2437
|
<span class="glyph-codepoint"
|
2197
|
-
>
|
2438
|
+
>EA87</span
|
2198
2439
|
>
|
2199
2440
|
<input
|
2200
2441
|
readonly
|
@@ -2211,7 +2452,7 @@
|
|
2211
2452
|
></i>
|
2212
2453
|
<span class="glyph-name">connector-filled</span>
|
2213
2454
|
<span class="glyph-codepoint"
|
2214
|
-
>
|
2455
|
+
>EA88</span
|
2215
2456
|
>
|
2216
2457
|
<input
|
2217
2458
|
readonly
|
@@ -2228,7 +2469,7 @@
|
|
2228
2469
|
></i>
|
2229
2470
|
<span class="glyph-name">connector-hex-filled</span>
|
2230
2471
|
<span class="glyph-codepoint"
|
2231
|
-
>
|
2472
|
+
>EA89</span
|
2232
2473
|
>
|
2233
2474
|
<input
|
2234
2475
|
readonly
|
@@ -2245,7 +2486,7 @@
|
|
2245
2486
|
></i>
|
2246
2487
|
<span class="glyph-name">connector-hex</span>
|
2247
2488
|
<span class="glyph-codepoint"
|
2248
|
-
>
|
2489
|
+
>EA8A</span
|
2249
2490
|
>
|
2250
2491
|
<input
|
2251
2492
|
readonly
|
@@ -2262,7 +2503,7 @@
|
|
2262
2503
|
></i>
|
2263
2504
|
<span class="glyph-name">connector-rect-filled</span>
|
2264
2505
|
<span class="glyph-codepoint"
|
2265
|
-
>
|
2506
|
+
>EA8B</span
|
2266
2507
|
>
|
2267
2508
|
<input
|
2268
2509
|
readonly
|
@@ -2279,7 +2520,7 @@
|
|
2279
2520
|
></i>
|
2280
2521
|
<span class="glyph-name">connector-rect</span>
|
2281
2522
|
<span class="glyph-codepoint"
|
2282
|
-
>
|
2523
|
+
>EA8C</span
|
2283
2524
|
>
|
2284
2525
|
<input
|
2285
2526
|
readonly
|
@@ -2296,7 +2537,7 @@
|
|
2296
2537
|
></i>
|
2297
2538
|
<span class="glyph-name">connector-rhomb-filled</span>
|
2298
2539
|
<span class="glyph-codepoint"
|
2299
|
-
>
|
2540
|
+
>EA8D</span
|
2300
2541
|
>
|
2301
2542
|
<input
|
2302
2543
|
readonly
|
@@ -2313,7 +2554,7 @@
|
|
2313
2554
|
></i>
|
2314
2555
|
<span class="glyph-name">connector-rhomb</span>
|
2315
2556
|
<span class="glyph-codepoint"
|
2316
|
-
>
|
2557
|
+
>EA8E</span
|
2317
2558
|
>
|
2318
2559
|
<input
|
2319
2560
|
readonly
|
@@ -2330,7 +2571,7 @@
|
|
2330
2571
|
></i>
|
2331
2572
|
<span class="glyph-name">connector</span>
|
2332
2573
|
<span class="glyph-codepoint"
|
2333
|
-
>
|
2574
|
+
>EA8F</span
|
2334
2575
|
>
|
2335
2576
|
<input
|
2336
2577
|
readonly
|
@@ -2347,7 +2588,7 @@
|
|
2347
2588
|
></i>
|
2348
2589
|
<span class="glyph-name">contact-details-filled</span>
|
2349
2590
|
<span class="glyph-codepoint"
|
2350
|
-
>
|
2591
|
+
>EA90</span
|
2351
2592
|
>
|
2352
2593
|
<input
|
2353
2594
|
readonly
|
@@ -2364,7 +2605,7 @@
|
|
2364
2605
|
></i>
|
2365
2606
|
<span class="glyph-name">contact-details</span>
|
2366
2607
|
<span class="glyph-codepoint"
|
2367
|
-
>
|
2608
|
+
>EA91</span
|
2368
2609
|
>
|
2369
2610
|
<input
|
2370
2611
|
readonly
|
@@ -2381,7 +2622,7 @@
|
|
2381
2622
|
></i>
|
2382
2623
|
<span class="glyph-name">context-menu</span>
|
2383
2624
|
<span class="glyph-codepoint"
|
2384
|
-
>
|
2625
|
+
>EA92</span
|
2385
2626
|
>
|
2386
2627
|
<input
|
2387
2628
|
readonly
|
@@ -2398,7 +2639,7 @@
|
|
2398
2639
|
></i>
|
2399
2640
|
<span class="glyph-name">controlled-device</span>
|
2400
2641
|
<span class="glyph-codepoint"
|
2401
|
-
>
|
2642
|
+
>EA93</span
|
2402
2643
|
>
|
2403
2644
|
<input
|
2404
2645
|
readonly
|
@@ -2415,7 +2656,7 @@
|
|
2415
2656
|
></i>
|
2416
2657
|
<span class="glyph-name">controller-device</span>
|
2417
2658
|
<span class="glyph-codepoint"
|
2418
|
-
>
|
2659
|
+
>EA94</span
|
2419
2660
|
>
|
2420
2661
|
<input
|
2421
2662
|
readonly
|
@@ -2432,7 +2673,7 @@
|
|
2432
2673
|
></i>
|
2433
2674
|
<span class="glyph-name">copy</span>
|
2434
2675
|
<span class="glyph-codepoint"
|
2435
|
-
>
|
2676
|
+
>EA95</span
|
2436
2677
|
>
|
2437
2678
|
<input
|
2438
2679
|
readonly
|
@@ -2449,7 +2690,7 @@
|
|
2449
2690
|
></i>
|
2450
2691
|
<span class="glyph-name">corner-arrow-up-left</span>
|
2451
2692
|
<span class="glyph-codepoint"
|
2452
|
-
>
|
2693
|
+
>EA96</span
|
2453
2694
|
>
|
2454
2695
|
<input
|
2455
2696
|
readonly
|
@@ -2466,7 +2707,7 @@
|
|
2466
2707
|
></i>
|
2467
2708
|
<span class="glyph-name">couch-filled</span>
|
2468
2709
|
<span class="glyph-codepoint"
|
2469
|
-
>
|
2710
|
+
>EA97</span
|
2470
2711
|
>
|
2471
2712
|
<input
|
2472
2713
|
readonly
|
@@ -2483,7 +2724,7 @@
|
|
2483
2724
|
></i>
|
2484
2725
|
<span class="glyph-name">couch</span>
|
2485
2726
|
<span class="glyph-codepoint"
|
2486
|
-
>
|
2727
|
+
>EA98</span
|
2487
2728
|
>
|
2488
2729
|
<input
|
2489
2730
|
readonly
|
@@ -2500,7 +2741,7 @@
|
|
2500
2741
|
></i>
|
2501
2742
|
<span class="glyph-name">create-plant-filled</span>
|
2502
2743
|
<span class="glyph-codepoint"
|
2503
|
-
>
|
2744
|
+
>EA99</span
|
2504
2745
|
>
|
2505
2746
|
<input
|
2506
2747
|
readonly
|
@@ -2517,7 +2758,7 @@
|
|
2517
2758
|
></i>
|
2518
2759
|
<span class="glyph-name">create-plant</span>
|
2519
2760
|
<span class="glyph-codepoint"
|
2520
|
-
>
|
2761
|
+
>EA9A</span
|
2521
2762
|
>
|
2522
2763
|
<input
|
2523
2764
|
readonly
|
@@ -2534,7 +2775,7 @@
|
|
2534
2775
|
></i>
|
2535
2776
|
<span class="glyph-name">cut</span>
|
2536
2777
|
<span class="glyph-codepoint"
|
2537
|
-
>
|
2778
|
+
>EA9B</span
|
2538
2779
|
>
|
2539
2780
|
<input
|
2540
2781
|
readonly
|
@@ -2551,7 +2792,7 @@
|
|
2551
2792
|
></i>
|
2552
2793
|
<span class="glyph-name">cycle</span>
|
2553
2794
|
<span class="glyph-codepoint"
|
2554
|
-
>
|
2795
|
+
>EA9C</span
|
2555
2796
|
>
|
2556
2797
|
<input
|
2557
2798
|
readonly
|
@@ -2568,7 +2809,7 @@
|
|
2568
2809
|
></i>
|
2569
2810
|
<span class="glyph-name">data-egress</span>
|
2570
2811
|
<span class="glyph-codepoint"
|
2571
|
-
>
|
2812
|
+
>EA9D</span
|
2572
2813
|
>
|
2573
2814
|
<input
|
2574
2815
|
readonly
|
@@ -2585,7 +2826,7 @@
|
|
2585
2826
|
></i>
|
2586
2827
|
<span class="glyph-name">data-ingress-egress</span>
|
2587
2828
|
<span class="glyph-codepoint"
|
2588
|
-
>
|
2829
|
+
>EA9E</span
|
2589
2830
|
>
|
2590
2831
|
<input
|
2591
2832
|
readonly
|
@@ -2602,7 +2843,7 @@
|
|
2602
2843
|
></i>
|
2603
2844
|
<span class="glyph-name">data-ingress</span>
|
2604
2845
|
<span class="glyph-codepoint"
|
2605
|
-
>
|
2846
|
+
>EA9F</span
|
2606
2847
|
>
|
2607
2848
|
<input
|
2608
2849
|
readonly
|
@@ -2619,7 +2860,7 @@
|
|
2619
2860
|
></i>
|
2620
2861
|
<span class="glyph-name">database-filled</span>
|
2621
2862
|
<span class="glyph-codepoint"
|
2622
|
-
>
|
2863
|
+
>EAA0</span
|
2623
2864
|
>
|
2624
2865
|
<input
|
2625
2866
|
readonly
|
@@ -2636,7 +2877,7 @@
|
|
2636
2877
|
></i>
|
2637
2878
|
<span class="glyph-name">database</span>
|
2638
2879
|
<span class="glyph-codepoint"
|
2639
|
-
>
|
2880
|
+
>EAA1</span
|
2640
2881
|
>
|
2641
2882
|
<input
|
2642
2883
|
readonly
|
@@ -2653,7 +2894,7 @@
|
|
2653
2894
|
></i>
|
2654
2895
|
<span class="glyph-name">details</span>
|
2655
2896
|
<span class="glyph-codepoint"
|
2656
|
-
>
|
2897
|
+
>EAA2</span
|
2657
2898
|
>
|
2658
2899
|
<input
|
2659
2900
|
readonly
|
@@ -2670,7 +2911,7 @@
|
|
2670
2911
|
></i>
|
2671
2912
|
<span class="glyph-name">diagram-module-library</span>
|
2672
2913
|
<span class="glyph-codepoint"
|
2673
|
-
>
|
2914
|
+
>EAA3</span
|
2674
2915
|
>
|
2675
2916
|
<input
|
2676
2917
|
readonly
|
@@ -2687,7 +2928,7 @@
|
|
2687
2928
|
></i>
|
2688
2929
|
<span class="glyph-name">diagram-module-new</span>
|
2689
2930
|
<span class="glyph-codepoint"
|
2690
|
-
>
|
2931
|
+
>EAA4</span
|
2691
2932
|
>
|
2692
2933
|
<input
|
2693
2934
|
readonly
|
@@ -2704,7 +2945,7 @@
|
|
2704
2945
|
></i>
|
2705
2946
|
<span class="glyph-name">diagram-module</span>
|
2706
2947
|
<span class="glyph-codepoint"
|
2707
|
-
>
|
2948
|
+
>EAA5</span
|
2708
2949
|
>
|
2709
2950
|
<input
|
2710
2951
|
readonly
|
@@ -2721,7 +2962,7 @@
|
|
2721
2962
|
></i>
|
2722
2963
|
<span class="glyph-name">diamond</span>
|
2723
2964
|
<span class="glyph-codepoint"
|
2724
|
-
>
|
2965
|
+
>EAA6</span
|
2725
2966
|
>
|
2726
2967
|
<input
|
2727
2968
|
readonly
|
@@ -2738,7 +2979,7 @@
|
|
2738
2979
|
></i>
|
2739
2980
|
<span class="glyph-name">disconnected</span>
|
2740
2981
|
<span class="glyph-codepoint"
|
2741
|
-
>
|
2982
|
+
>EAA7</span
|
2742
2983
|
>
|
2743
2984
|
<input
|
2744
2985
|
readonly
|
@@ -2755,7 +2996,7 @@
|
|
2755
2996
|
></i>
|
2756
2997
|
<span class="glyph-name">disk-filled</span>
|
2757
2998
|
<span class="glyph-codepoint"
|
2758
|
-
>
|
2999
|
+
>EAA8</span
|
2759
3000
|
>
|
2760
3001
|
<input
|
2761
3002
|
readonly
|
@@ -2772,7 +3013,7 @@
|
|
2772
3013
|
></i>
|
2773
3014
|
<span class="glyph-name">disk-pen</span>
|
2774
3015
|
<span class="glyph-codepoint"
|
2775
|
-
>
|
3016
|
+
>EAA9</span
|
2776
3017
|
>
|
2777
3018
|
<input
|
2778
3019
|
readonly
|
@@ -2789,7 +3030,7 @@
|
|
2789
3030
|
></i>
|
2790
3031
|
<span class="glyph-name">disk</span>
|
2791
3032
|
<span class="glyph-codepoint"
|
2792
|
-
>
|
3033
|
+
>EAAA</span
|
2793
3034
|
>
|
2794
3035
|
<input
|
2795
3036
|
readonly
|
@@ -2806,7 +3047,7 @@
|
|
2806
3047
|
></i>
|
2807
3048
|
<span class="glyph-name">doc-document</span>
|
2808
3049
|
<span class="glyph-codepoint"
|
2809
|
-
>
|
3050
|
+
>EAAB</span
|
2810
3051
|
>
|
2811
3052
|
<input
|
2812
3053
|
readonly
|
@@ -2823,7 +3064,7 @@
|
|
2823
3064
|
></i>
|
2824
3065
|
<span class="glyph-name">document-bulk</span>
|
2825
3066
|
<span class="glyph-codepoint"
|
2826
|
-
>
|
3067
|
+
>EAAC</span
|
2827
3068
|
>
|
2828
3069
|
<input
|
2829
3070
|
readonly
|
@@ -2840,7 +3081,7 @@
|
|
2840
3081
|
></i>
|
2841
3082
|
<span class="glyph-name">document-info</span>
|
2842
3083
|
<span class="glyph-codepoint"
|
2843
|
-
>
|
3084
|
+
>EAAD</span
|
2844
3085
|
>
|
2845
3086
|
<input
|
2846
3087
|
readonly
|
@@ -2857,7 +3098,7 @@
|
|
2857
3098
|
></i>
|
2858
3099
|
<span class="glyph-name">document-link</span>
|
2859
3100
|
<span class="glyph-codepoint"
|
2860
|
-
>
|
3101
|
+
>EAAE</span
|
2861
3102
|
>
|
2862
3103
|
<input
|
2863
3104
|
readonly
|
@@ -2874,7 +3115,7 @@
|
|
2874
3115
|
></i>
|
2875
3116
|
<span class="glyph-name">document-management</span>
|
2876
3117
|
<span class="glyph-codepoint"
|
2877
|
-
>
|
3118
|
+
>EAAF</span
|
2878
3119
|
>
|
2879
3120
|
<input
|
2880
3121
|
readonly
|
@@ -2891,7 +3132,7 @@
|
|
2891
3132
|
></i>
|
2892
3133
|
<span class="glyph-name">document-reference</span>
|
2893
3134
|
<span class="glyph-codepoint"
|
2894
|
-
>
|
3135
|
+
>EAB0</span
|
2895
3136
|
>
|
2896
3137
|
<input
|
2897
3138
|
readonly
|
@@ -2908,7 +3149,7 @@
|
|
2908
3149
|
></i>
|
2909
3150
|
<span class="glyph-name">document-settings</span>
|
2910
3151
|
<span class="glyph-codepoint"
|
2911
|
-
>
|
3152
|
+
>EAB1</span
|
2912
3153
|
>
|
2913
3154
|
<input
|
2914
3155
|
readonly
|
@@ -2925,7 +3166,7 @@
|
|
2925
3166
|
></i>
|
2926
3167
|
<span class="glyph-name">document-success</span>
|
2927
3168
|
<span class="glyph-codepoint"
|
2928
|
-
>
|
3169
|
+
>EAB2</span
|
2929
3170
|
>
|
2930
3171
|
<input
|
2931
3172
|
readonly
|
@@ -2942,7 +3183,7 @@
|
|
2942
3183
|
></i>
|
2943
3184
|
<span class="glyph-name">document</span>
|
2944
3185
|
<span class="glyph-codepoint"
|
2945
|
-
>
|
3186
|
+
>EAB3</span
|
2946
3187
|
>
|
2947
3188
|
<input
|
2948
3189
|
readonly
|
@@ -2959,7 +3200,7 @@
|
|
2959
3200
|
></i>
|
2960
3201
|
<span class="glyph-name">double-check</span>
|
2961
3202
|
<span class="glyph-codepoint"
|
2962
|
-
>
|
3203
|
+
>EAB4</span
|
2963
3204
|
>
|
2964
3205
|
<input
|
2965
3206
|
readonly
|
@@ -2976,7 +3217,7 @@
|
|
2976
3217
|
></i>
|
2977
3218
|
<span class="glyph-name">double-chevron-down</span>
|
2978
3219
|
<span class="glyph-codepoint"
|
2979
|
-
>
|
3220
|
+
>EAB5</span
|
2980
3221
|
>
|
2981
3222
|
<input
|
2982
3223
|
readonly
|
@@ -2993,7 +3234,7 @@
|
|
2993
3234
|
></i>
|
2994
3235
|
<span class="glyph-name">double-chevron-left</span>
|
2995
3236
|
<span class="glyph-codepoint"
|
2996
|
-
>
|
3237
|
+
>EAB6</span
|
2997
3238
|
>
|
2998
3239
|
<input
|
2999
3240
|
readonly
|
@@ -3010,7 +3251,7 @@
|
|
3010
3251
|
></i>
|
3011
3252
|
<span class="glyph-name">double-chevron-right</span>
|
3012
3253
|
<span class="glyph-codepoint"
|
3013
|
-
>
|
3254
|
+
>EAB7</span
|
3014
3255
|
>
|
3015
3256
|
<input
|
3016
3257
|
readonly
|
@@ -3027,7 +3268,7 @@
|
|
3027
3268
|
></i>
|
3028
3269
|
<span class="glyph-name">double-chevron-up</span>
|
3029
3270
|
<span class="glyph-codepoint"
|
3030
|
-
>
|
3271
|
+
>EAB8</span
|
3031
3272
|
>
|
3032
3273
|
<input
|
3033
3274
|
readonly
|
@@ -3044,7 +3285,7 @@
|
|
3044
3285
|
></i>
|
3045
3286
|
<span class="glyph-name">doublet-filled</span>
|
3046
3287
|
<span class="glyph-codepoint"
|
3047
|
-
>
|
3288
|
+
>EAB9</span
|
3048
3289
|
>
|
3049
3290
|
<input
|
3050
3291
|
readonly
|
@@ -3061,7 +3302,7 @@
|
|
3061
3302
|
></i>
|
3062
3303
|
<span class="glyph-name">doublet</span>
|
3063
3304
|
<span class="glyph-codepoint"
|
3064
|
-
>
|
3305
|
+
>EABA</span
|
3065
3306
|
>
|
3066
3307
|
<input
|
3067
3308
|
readonly
|
@@ -3078,7 +3319,7 @@
|
|
3078
3319
|
></i>
|
3079
3320
|
<span class="glyph-name">download-add</span>
|
3080
3321
|
<span class="glyph-codepoint"
|
3081
|
-
>
|
3322
|
+
>EABB</span
|
3082
3323
|
>
|
3083
3324
|
<input
|
3084
3325
|
readonly
|
@@ -3095,7 +3336,7 @@
|
|
3095
3336
|
></i>
|
3096
3337
|
<span class="glyph-name">download-list</span>
|
3097
3338
|
<span class="glyph-codepoint"
|
3098
|
-
>
|
3339
|
+
>EABC</span
|
3099
3340
|
>
|
3100
3341
|
<input
|
3101
3342
|
readonly
|
@@ -3112,7 +3353,7 @@
|
|
3112
3353
|
></i>
|
3113
3354
|
<span class="glyph-name">download</span>
|
3114
3355
|
<span class="glyph-codepoint"
|
3115
|
-
>
|
3356
|
+
>EABD</span
|
3116
3357
|
>
|
3117
3358
|
<input
|
3118
3359
|
readonly
|
@@ -3129,7 +3370,7 @@
|
|
3129
3370
|
></i>
|
3130
3371
|
<span class="glyph-name">drop</span>
|
3131
3372
|
<span class="glyph-codepoint"
|
3132
|
-
>
|
3373
|
+
>EABE</span
|
3133
3374
|
>
|
3134
3375
|
<input
|
3135
3376
|
readonly
|
@@ -3146,7 +3387,7 @@
|
|
3146
3387
|
></i>
|
3147
3388
|
<span class="glyph-name">duplicate-document</span>
|
3148
3389
|
<span class="glyph-codepoint"
|
3149
|
-
>
|
3390
|
+
>EABF</span
|
3150
3391
|
>
|
3151
3392
|
<input
|
3152
3393
|
readonly
|
@@ -3163,7 +3404,7 @@
|
|
3163
3404
|
></i>
|
3164
3405
|
<span class="glyph-name">duplicate</span>
|
3165
3406
|
<span class="glyph-codepoint"
|
3166
|
-
>
|
3407
|
+
>EAC0</span
|
3167
3408
|
>
|
3168
3409
|
<input
|
3169
3410
|
readonly
|
@@ -3180,7 +3421,7 @@
|
|
3180
3421
|
></i>
|
3181
3422
|
<span class="glyph-name">e-mail-filled</span>
|
3182
3423
|
<span class="glyph-codepoint"
|
3183
|
-
>
|
3424
|
+
>EAC1</span
|
3184
3425
|
>
|
3185
3426
|
<input
|
3186
3427
|
readonly
|
@@ -3197,7 +3438,7 @@
|
|
3197
3438
|
></i>
|
3198
3439
|
<span class="glyph-name">e-mail</span>
|
3199
3440
|
<span class="glyph-codepoint"
|
3200
|
-
>
|
3441
|
+
>EAC2</span
|
3201
3442
|
>
|
3202
3443
|
<input
|
3203
3444
|
readonly
|
@@ -3214,7 +3455,7 @@
|
|
3214
3455
|
></i>
|
3215
3456
|
<span class="glyph-name">earth-filled</span>
|
3216
3457
|
<span class="glyph-codepoint"
|
3217
|
-
>
|
3458
|
+
>EAC3</span
|
3218
3459
|
>
|
3219
3460
|
<input
|
3220
3461
|
readonly
|
@@ -3231,7 +3472,7 @@
|
|
3231
3472
|
></i>
|
3232
3473
|
<span class="glyph-name">earth</span>
|
3233
3474
|
<span class="glyph-codepoint"
|
3234
|
-
>
|
3475
|
+
>EAC4</span
|
3235
3476
|
>
|
3236
3477
|
<input
|
3237
3478
|
readonly
|
@@ -3248,7 +3489,7 @@
|
|
3248
3489
|
></i>
|
3249
3490
|
<span class="glyph-name">edit-plant</span>
|
3250
3491
|
<span class="glyph-codepoint"
|
3251
|
-
>
|
3492
|
+
>EAC5</span
|
3252
3493
|
>
|
3253
3494
|
<input
|
3254
3495
|
readonly
|
@@ -3265,7 +3506,7 @@
|
|
3265
3506
|
></i>
|
3266
3507
|
<span class="glyph-name">error-filled</span>
|
3267
3508
|
<span class="glyph-codepoint"
|
3268
|
-
>
|
3509
|
+
>EAC6</span
|
3269
3510
|
>
|
3270
3511
|
<input
|
3271
3512
|
readonly
|
@@ -3282,7 +3523,7 @@
|
|
3282
3523
|
></i>
|
3283
3524
|
<span class="glyph-name">error</span>
|
3284
3525
|
<span class="glyph-codepoint"
|
3285
|
-
>
|
3526
|
+
>EAC7</span
|
3286
3527
|
>
|
3287
3528
|
<input
|
3288
3529
|
readonly
|
@@ -3299,7 +3540,7 @@
|
|
3299
3540
|
></i>
|
3300
3541
|
<span class="glyph-name">explore-filled</span>
|
3301
3542
|
<span class="glyph-codepoint"
|
3302
|
-
>
|
3543
|
+
>EAC8</span
|
3303
3544
|
>
|
3304
3545
|
<input
|
3305
3546
|
readonly
|
@@ -3316,7 +3557,7 @@
|
|
3316
3557
|
></i>
|
3317
3558
|
<span class="glyph-name">explore</span>
|
3318
3559
|
<span class="glyph-codepoint"
|
3319
|
-
>
|
3560
|
+
>EAC9</span
|
3320
3561
|
>
|
3321
3562
|
<input
|
3322
3563
|
readonly
|
@@ -3333,7 +3574,7 @@
|
|
3333
3574
|
></i>
|
3334
3575
|
<span class="glyph-name">export</span>
|
3335
3576
|
<span class="glyph-codepoint"
|
3336
|
-
>
|
3577
|
+
>EACA</span
|
3337
3578
|
>
|
3338
3579
|
<input
|
3339
3580
|
readonly
|
@@ -3350,7 +3591,7 @@
|
|
3350
3591
|
></i>
|
3351
3592
|
<span class="glyph-name">eye-cancelled-filled</span>
|
3352
3593
|
<span class="glyph-codepoint"
|
3353
|
-
>
|
3594
|
+
>EACB</span
|
3354
3595
|
>
|
3355
3596
|
<input
|
3356
3597
|
readonly
|
@@ -3367,7 +3608,7 @@
|
|
3367
3608
|
></i>
|
3368
3609
|
<span class="glyph-name">eye-cancelled</span>
|
3369
3610
|
<span class="glyph-codepoint"
|
3370
|
-
>
|
3611
|
+
>EACC</span
|
3371
3612
|
>
|
3372
3613
|
<input
|
3373
3614
|
readonly
|
@@ -3384,7 +3625,7 @@
|
|
3384
3625
|
></i>
|
3385
3626
|
<span class="glyph-name">eye-filled</span>
|
3386
3627
|
<span class="glyph-codepoint"
|
3387
|
-
>
|
3628
|
+
>EACD</span
|
3388
3629
|
>
|
3389
3630
|
<input
|
3390
3631
|
readonly
|
@@ -3401,7 +3642,7 @@
|
|
3401
3642
|
></i>
|
3402
3643
|
<span class="glyph-name">eye</span>
|
3403
3644
|
<span class="glyph-codepoint"
|
3404
|
-
>
|
3645
|
+
>EACE</span
|
3405
3646
|
>
|
3406
3647
|
<input
|
3407
3648
|
readonly
|
@@ -3418,7 +3659,7 @@
|
|
3418
3659
|
></i>
|
3419
3660
|
<span class="glyph-name">filter-filled</span>
|
3420
3661
|
<span class="glyph-codepoint"
|
3421
|
-
>
|
3662
|
+
>EACF</span
|
3422
3663
|
>
|
3423
3664
|
<input
|
3424
3665
|
readonly
|
@@ -3435,7 +3676,7 @@
|
|
3435
3676
|
></i>
|
3436
3677
|
<span class="glyph-name">filter-outline</span>
|
3437
3678
|
<span class="glyph-codepoint"
|
3438
|
-
>
|
3679
|
+
>EAD0</span
|
3439
3680
|
>
|
3440
3681
|
<input
|
3441
3682
|
readonly
|
@@ -3452,7 +3693,7 @@
|
|
3452
3693
|
></i>
|
3453
3694
|
<span class="glyph-name">filter</span>
|
3454
3695
|
<span class="glyph-codepoint"
|
3455
|
-
>
|
3696
|
+
>EAD1</span
|
3456
3697
|
>
|
3457
3698
|
<input
|
3458
3699
|
readonly
|
@@ -3469,7 +3710,7 @@
|
|
3469
3710
|
></i>
|
3470
3711
|
<span class="glyph-name">flag-filled</span>
|
3471
3712
|
<span class="glyph-codepoint"
|
3472
|
-
>
|
3713
|
+
>EAD2</span
|
3473
3714
|
>
|
3474
3715
|
<input
|
3475
3716
|
readonly
|
@@ -3486,7 +3727,7 @@
|
|
3486
3727
|
></i>
|
3487
3728
|
<span class="glyph-name">flag</span>
|
3488
3729
|
<span class="glyph-codepoint"
|
3489
|
-
>
|
3730
|
+
>EAD3</span
|
3490
3731
|
>
|
3491
3732
|
<input
|
3492
3733
|
readonly
|
@@ -3503,7 +3744,7 @@
|
|
3503
3744
|
></i>
|
3504
3745
|
<span class="glyph-name">folder-down-filled</span>
|
3505
3746
|
<span class="glyph-codepoint"
|
3506
|
-
>
|
3747
|
+
>EAD4</span
|
3507
3748
|
>
|
3508
3749
|
<input
|
3509
3750
|
readonly
|
@@ -3520,7 +3761,7 @@
|
|
3520
3761
|
></i>
|
3521
3762
|
<span class="glyph-name">folder-down</span>
|
3522
3763
|
<span class="glyph-codepoint"
|
3523
|
-
>
|
3764
|
+
>EAD5</span
|
3524
3765
|
>
|
3525
3766
|
<input
|
3526
3767
|
readonly
|
@@ -3537,7 +3778,7 @@
|
|
3537
3778
|
></i>
|
3538
3779
|
<span class="glyph-name">folder-filled</span>
|
3539
3780
|
<span class="glyph-codepoint"
|
3540
|
-
>
|
3781
|
+
>EAD6</span
|
3541
3782
|
>
|
3542
3783
|
<input
|
3543
3784
|
readonly
|
@@ -3554,7 +3795,7 @@
|
|
3554
3795
|
></i>
|
3555
3796
|
<span class="glyph-name">folder-new-filled</span>
|
3556
3797
|
<span class="glyph-codepoint"
|
3557
|
-
>
|
3798
|
+
>EAD7</span
|
3558
3799
|
>
|
3559
3800
|
<input
|
3560
3801
|
readonly
|
@@ -3571,7 +3812,7 @@
|
|
3571
3812
|
></i>
|
3572
3813
|
<span class="glyph-name">folder-new-outline</span>
|
3573
3814
|
<span class="glyph-codepoint"
|
3574
|
-
>
|
3815
|
+
>EAD8</span
|
3575
3816
|
>
|
3576
3817
|
<input
|
3577
3818
|
readonly
|
@@ -3588,7 +3829,7 @@
|
|
3588
3829
|
></i>
|
3589
3830
|
<span class="glyph-name">folder-new</span>
|
3590
3831
|
<span class="glyph-codepoint"
|
3591
|
-
>
|
3832
|
+
>EAD9</span
|
3592
3833
|
>
|
3593
3834
|
<input
|
3594
3835
|
readonly
|
@@ -3605,7 +3846,7 @@
|
|
3605
3846
|
></i>
|
3606
3847
|
<span class="glyph-name">folder-open-filled</span>
|
3607
3848
|
<span class="glyph-codepoint"
|
3608
|
-
>
|
3849
|
+
>EADA</span
|
3609
3850
|
>
|
3610
3851
|
<input
|
3611
3852
|
readonly
|
@@ -3622,7 +3863,7 @@
|
|
3622
3863
|
></i>
|
3623
3864
|
<span class="glyph-name">folder-open-outline</span>
|
3624
3865
|
<span class="glyph-codepoint"
|
3625
|
-
>
|
3866
|
+
>EADB</span
|
3626
3867
|
>
|
3627
3868
|
<input
|
3628
3869
|
readonly
|
@@ -3639,7 +3880,7 @@
|
|
3639
3880
|
></i>
|
3640
3881
|
<span class="glyph-name">folder-open</span>
|
3641
3882
|
<span class="glyph-codepoint"
|
3642
|
-
>
|
3883
|
+
>EADC</span
|
3643
3884
|
>
|
3644
3885
|
<input
|
3645
3886
|
readonly
|
@@ -3656,7 +3897,7 @@
|
|
3656
3897
|
></i>
|
3657
3898
|
<span class="glyph-name">folder-outline</span>
|
3658
3899
|
<span class="glyph-codepoint"
|
3659
|
-
>
|
3900
|
+
>EADD</span
|
3660
3901
|
>
|
3661
3902
|
<input
|
3662
3903
|
readonly
|
@@ -3673,7 +3914,7 @@
|
|
3673
3914
|
></i>
|
3674
3915
|
<span class="glyph-name">folder-up-filled</span>
|
3675
3916
|
<span class="glyph-codepoint"
|
3676
|
-
>
|
3917
|
+
>EADE</span
|
3677
3918
|
>
|
3678
3919
|
<input
|
3679
3920
|
readonly
|
@@ -3690,7 +3931,7 @@
|
|
3690
3931
|
></i>
|
3691
3932
|
<span class="glyph-name">folder-up</span>
|
3692
3933
|
<span class="glyph-codepoint"
|
3693
|
-
>
|
3934
|
+
>EADF</span
|
3694
3935
|
>
|
3695
3936
|
<input
|
3696
3937
|
readonly
|
@@ -3707,7 +3948,7 @@
|
|
3707
3948
|
></i>
|
3708
3949
|
<span class="glyph-name">folder</span>
|
3709
3950
|
<span class="glyph-codepoint"
|
3710
|
-
>
|
3951
|
+
>EAE0</span
|
3711
3952
|
>
|
3712
3953
|
<input
|
3713
3954
|
readonly
|
@@ -3724,7 +3965,7 @@
|
|
3724
3965
|
></i>
|
3725
3966
|
<span class="glyph-name">full-screeen-exit</span>
|
3726
3967
|
<span class="glyph-codepoint"
|
3727
|
-
>
|
3968
|
+
>EAE1</span
|
3728
3969
|
>
|
3729
3970
|
<input
|
3730
3971
|
readonly
|
@@ -3741,7 +3982,7 @@
|
|
3741
3982
|
></i>
|
3742
3983
|
<span class="glyph-name">full-screeen</span>
|
3743
3984
|
<span class="glyph-codepoint"
|
3744
|
-
>
|
3985
|
+
>EAE2</span
|
3745
3986
|
>
|
3746
3987
|
<input
|
3747
3988
|
readonly
|
@@ -3758,7 +3999,7 @@
|
|
3758
3999
|
></i>
|
3759
4000
|
<span class="glyph-name">function-block-library</span>
|
3760
4001
|
<span class="glyph-codepoint"
|
3761
|
-
>
|
4002
|
+
>EAE3</span
|
3762
4003
|
>
|
3763
4004
|
<input
|
3764
4005
|
readonly
|
@@ -3775,7 +4016,7 @@
|
|
3775
4016
|
></i>
|
3776
4017
|
<span class="glyph-name">function-block-new</span>
|
3777
4018
|
<span class="glyph-codepoint"
|
3778
|
-
>
|
4019
|
+
>EAE4</span
|
3779
4020
|
>
|
3780
4021
|
<input
|
3781
4022
|
readonly
|
@@ -3792,7 +4033,7 @@
|
|
3792
4033
|
></i>
|
3793
4034
|
<span class="glyph-name">function-block</span>
|
3794
4035
|
<span class="glyph-codepoint"
|
3795
|
-
>
|
4036
|
+
>EAE5</span
|
3796
4037
|
>
|
3797
4038
|
<input
|
3798
4039
|
readonly
|
@@ -3809,7 +4050,7 @@
|
|
3809
4050
|
></i>
|
3810
4051
|
<span class="glyph-name">function-diagram-new</span>
|
3811
4052
|
<span class="glyph-codepoint"
|
3812
|
-
>
|
4053
|
+
>EAE6</span
|
3813
4054
|
>
|
3814
4055
|
<input
|
3815
4056
|
readonly
|
@@ -3826,7 +4067,7 @@
|
|
3826
4067
|
></i>
|
3827
4068
|
<span class="glyph-name">function-diagram</span>
|
3828
4069
|
<span class="glyph-codepoint"
|
3829
|
-
>
|
4070
|
+
>EAE7</span
|
3830
4071
|
>
|
3831
4072
|
<input
|
3832
4073
|
readonly
|
@@ -3843,7 +4084,7 @@
|
|
3843
4084
|
></i>
|
3844
4085
|
<span class="glyph-name">gauge-filled</span>
|
3845
4086
|
<span class="glyph-codepoint"
|
3846
|
-
>
|
4087
|
+
>EAE8</span
|
3847
4088
|
>
|
3848
4089
|
<input
|
3849
4090
|
readonly
|
@@ -3860,7 +4101,7 @@
|
|
3860
4101
|
></i>
|
3861
4102
|
<span class="glyph-name">gauge</span>
|
3862
4103
|
<span class="glyph-codepoint"
|
3863
|
-
>
|
4104
|
+
>EAE9</span
|
3864
4105
|
>
|
3865
4106
|
<input
|
3866
4107
|
readonly
|
@@ -3877,7 +4118,7 @@
|
|
3877
4118
|
></i>
|
3878
4119
|
<span class="glyph-name">gaugechart</span>
|
3879
4120
|
<span class="glyph-codepoint"
|
3880
|
-
>
|
4121
|
+
>EAEA</span
|
3881
4122
|
>
|
3882
4123
|
<input
|
3883
4124
|
readonly
|
@@ -3894,7 +4135,7 @@
|
|
3894
4135
|
></i>
|
3895
4136
|
<span class="glyph-name">global-plant-filled</span>
|
3896
4137
|
<span class="glyph-codepoint"
|
3897
|
-
>
|
4138
|
+
>EAEB</span
|
3898
4139
|
>
|
3899
4140
|
<input
|
3900
4141
|
readonly
|
@@ -3911,7 +4152,7 @@
|
|
3911
4152
|
></i>
|
3912
4153
|
<span class="glyph-name">global-plant</span>
|
3913
4154
|
<span class="glyph-codepoint"
|
3914
|
-
>
|
4155
|
+
>EAEC</span
|
3915
4156
|
>
|
3916
4157
|
<input
|
3917
4158
|
readonly
|
@@ -3928,7 +4169,7 @@
|
|
3928
4169
|
></i>
|
3929
4170
|
<span class="glyph-name">globe-filled</span>
|
3930
4171
|
<span class="glyph-codepoint"
|
3931
|
-
>
|
4172
|
+
>EAED</span
|
3932
4173
|
>
|
3933
4174
|
<input
|
3934
4175
|
readonly
|
@@ -3945,7 +4186,7 @@
|
|
3945
4186
|
></i>
|
3946
4187
|
<span class="glyph-name">globe</span>
|
3947
4188
|
<span class="glyph-codepoint"
|
3948
|
-
>
|
4189
|
+
>EAEE</span
|
3949
4190
|
>
|
3950
4191
|
<input
|
3951
4192
|
readonly
|
@@ -3962,7 +4203,7 @@
|
|
3962
4203
|
></i>
|
3963
4204
|
<span class="glyph-name">goto</span>
|
3964
4205
|
<span class="glyph-codepoint"
|
3965
|
-
>
|
4206
|
+
>EAEF</span
|
3966
4207
|
>
|
3967
4208
|
<input
|
3968
4209
|
readonly
|
@@ -3979,7 +4220,7 @@
|
|
3979
4220
|
></i>
|
3980
4221
|
<span class="glyph-name">group</span>
|
3981
4222
|
<span class="glyph-codepoint"
|
3982
|
-
>
|
4223
|
+
>EAF0</span
|
3983
4224
|
>
|
3984
4225
|
<input
|
3985
4226
|
readonly
|
@@ -3996,7 +4237,7 @@
|
|
3996
4237
|
></i>
|
3997
4238
|
<span class="glyph-name">hardware-cabinet</span>
|
3998
4239
|
<span class="glyph-codepoint"
|
3999
|
-
>
|
4240
|
+
>EAF1</span
|
4000
4241
|
>
|
4001
4242
|
<input
|
4002
4243
|
readonly
|
@@ -4013,7 +4254,7 @@
|
|
4013
4254
|
></i>
|
4014
4255
|
<span class="glyph-name">health-filled</span>
|
4015
4256
|
<span class="glyph-codepoint"
|
4016
|
-
>
|
4257
|
+
>EAF2</span
|
4017
4258
|
>
|
4018
4259
|
<input
|
4019
4260
|
readonly
|
@@ -4030,7 +4271,7 @@
|
|
4030
4271
|
></i>
|
4031
4272
|
<span class="glyph-name">health</span>
|
4032
4273
|
<span class="glyph-codepoint"
|
4033
|
-
>
|
4274
|
+
>EAF3</span
|
4034
4275
|
>
|
4035
4276
|
<input
|
4036
4277
|
readonly
|
@@ -4047,7 +4288,7 @@
|
|
4047
4288
|
></i>
|
4048
4289
|
<span class="glyph-name">heart-filled</span>
|
4049
4290
|
<span class="glyph-codepoint"
|
4050
|
-
>
|
4291
|
+
>EAF4</span
|
4051
4292
|
>
|
4052
4293
|
<input
|
4053
4294
|
readonly
|
@@ -4064,7 +4305,7 @@
|
|
4064
4305
|
></i>
|
4065
4306
|
<span class="glyph-name">heart</span>
|
4066
4307
|
<span class="glyph-codepoint"
|
4067
|
-
>
|
4308
|
+
>EAF5</span
|
4068
4309
|
>
|
4069
4310
|
<input
|
4070
4311
|
readonly
|
@@ -4081,7 +4322,7 @@
|
|
4081
4322
|
></i>
|
4082
4323
|
<span class="glyph-name">hierarchy</span>
|
4083
4324
|
<span class="glyph-codepoint"
|
4084
|
-
>
|
4325
|
+
>EAF6</span
|
4085
4326
|
>
|
4086
4327
|
<input
|
4087
4328
|
readonly
|
@@ -4098,7 +4339,7 @@
|
|
4098
4339
|
></i>
|
4099
4340
|
<span class="glyph-name">highlight-filled</span>
|
4100
4341
|
<span class="glyph-codepoint"
|
4101
|
-
>
|
4342
|
+
>EAF7</span
|
4102
4343
|
>
|
4103
4344
|
<input
|
4104
4345
|
readonly
|
@@ -4115,7 +4356,7 @@
|
|
4115
4356
|
></i>
|
4116
4357
|
<span class="glyph-name">highlight</span>
|
4117
4358
|
<span class="glyph-codepoint"
|
4118
|
-
>
|
4359
|
+
>EAF8</span
|
4119
4360
|
>
|
4120
4361
|
<input
|
4121
4362
|
readonly
|
@@ -4132,7 +4373,7 @@
|
|
4132
4373
|
></i>
|
4133
4374
|
<span class="glyph-name">history-list</span>
|
4134
4375
|
<span class="glyph-codepoint"
|
4135
|
-
>
|
4376
|
+
>EAF9</span
|
4136
4377
|
>
|
4137
4378
|
<input
|
4138
4379
|
readonly
|
@@ -4149,7 +4390,7 @@
|
|
4149
4390
|
></i>
|
4150
4391
|
<span class="glyph-name">history</span>
|
4151
4392
|
<span class="glyph-codepoint"
|
4152
|
-
>
|
4393
|
+
>EAFA</span
|
4153
4394
|
>
|
4154
4395
|
<input
|
4155
4396
|
readonly
|
@@ -4166,7 +4407,7 @@
|
|
4166
4407
|
></i>
|
4167
4408
|
<span class="glyph-name">home-filled</span>
|
4168
4409
|
<span class="glyph-codepoint"
|
4169
|
-
>
|
4410
|
+
>EAFB</span
|
4170
4411
|
>
|
4171
4412
|
<input
|
4172
4413
|
readonly
|
@@ -4183,7 +4424,7 @@
|
|
4183
4424
|
></i>
|
4184
4425
|
<span class="glyph-name">home</span>
|
4185
4426
|
<span class="glyph-codepoint"
|
4186
|
-
>
|
4427
|
+
>EAFC</span
|
4187
4428
|
>
|
4188
4429
|
<input
|
4189
4430
|
readonly
|
@@ -4200,7 +4441,7 @@
|
|
4200
4441
|
></i>
|
4201
4442
|
<span class="glyph-name">hourglass</span>
|
4202
4443
|
<span class="glyph-codepoint"
|
4203
|
-
>
|
4444
|
+
>EAFD</span
|
4204
4445
|
>
|
4205
4446
|
<input
|
4206
4447
|
readonly
|
@@ -4217,7 +4458,7 @@
|
|
4217
4458
|
></i>
|
4218
4459
|
<span class="glyph-name">image-filled</span>
|
4219
4460
|
<span class="glyph-codepoint"
|
4220
|
-
>
|
4461
|
+
>EAFE</span
|
4221
4462
|
>
|
4222
4463
|
<input
|
4223
4464
|
readonly
|
@@ -4234,7 +4475,7 @@
|
|
4234
4475
|
></i>
|
4235
4476
|
<span class="glyph-name">image</span>
|
4236
4477
|
<span class="glyph-codepoint"
|
4237
|
-
>
|
4478
|
+
>EAFF</span
|
4238
4479
|
>
|
4239
4480
|
<input
|
4240
4481
|
readonly
|
@@ -4251,7 +4492,7 @@
|
|
4251
4492
|
></i>
|
4252
4493
|
<span class="glyph-name">import</span>
|
4253
4494
|
<span class="glyph-codepoint"
|
4254
|
-
>
|
4495
|
+
>EB00</span
|
4255
4496
|
>
|
4256
4497
|
<input
|
4257
4498
|
readonly
|
@@ -4268,7 +4509,7 @@
|
|
4268
4509
|
></i>
|
4269
4510
|
<span class="glyph-name">info-feed</span>
|
4270
4511
|
<span class="glyph-codepoint"
|
4271
|
-
>
|
4512
|
+
>EB01</span
|
4272
4513
|
>
|
4273
4514
|
<input
|
4274
4515
|
readonly
|
@@ -4285,7 +4526,7 @@
|
|
4285
4526
|
></i>
|
4286
4527
|
<span class="glyph-name">info-filled</span>
|
4287
4528
|
<span class="glyph-codepoint"
|
4288
|
-
>
|
4529
|
+
>EB02</span
|
4289
4530
|
>
|
4290
4531
|
<input
|
4291
4532
|
readonly
|
@@ -4302,7 +4543,7 @@
|
|
4302
4543
|
></i>
|
4303
4544
|
<span class="glyph-name">info</span>
|
4304
4545
|
<span class="glyph-codepoint"
|
4305
|
-
>
|
4546
|
+
>EB03</span
|
4306
4547
|
>
|
4307
4548
|
<input
|
4308
4549
|
readonly
|
@@ -4319,7 +4560,7 @@
|
|
4319
4560
|
></i>
|
4320
4561
|
<span class="glyph-name">ingestion-report</span>
|
4321
4562
|
<span class="glyph-codepoint"
|
4322
|
-
>
|
4563
|
+
>EB04</span
|
4323
4564
|
>
|
4324
4565
|
<input
|
4325
4566
|
readonly
|
@@ -4336,7 +4577,7 @@
|
|
4336
4577
|
></i>
|
4337
4578
|
<span class="glyph-name">ingestion</span>
|
4338
4579
|
<span class="glyph-codepoint"
|
4339
|
-
>
|
4580
|
+
>EB05</span
|
4340
4581
|
>
|
4341
4582
|
<input
|
4342
4583
|
readonly
|
@@ -4353,7 +4594,7 @@
|
|
4353
4594
|
></i>
|
4354
4595
|
<span class="glyph-name">ink-pen</span>
|
4355
4596
|
<span class="glyph-codepoint"
|
4356
|
-
>
|
4597
|
+
>EB06</span
|
4357
4598
|
>
|
4358
4599
|
<input
|
4359
4600
|
readonly
|
@@ -4370,7 +4611,7 @@
|
|
4370
4611
|
></i>
|
4371
4612
|
<span class="glyph-name">inquiry-filled</span>
|
4372
4613
|
<span class="glyph-codepoint"
|
4373
|
-
>
|
4614
|
+
>EB07</span
|
4374
4615
|
>
|
4375
4616
|
<input
|
4376
4617
|
readonly
|
@@ -4387,7 +4628,7 @@
|
|
4387
4628
|
></i>
|
4388
4629
|
<span class="glyph-name">inquiry-mail</span>
|
4389
4630
|
<span class="glyph-codepoint"
|
4390
|
-
>
|
4631
|
+
>EB08</span
|
4391
4632
|
>
|
4392
4633
|
<input
|
4393
4634
|
readonly
|
@@ -4404,7 +4645,7 @@
|
|
4404
4645
|
></i>
|
4405
4646
|
<span class="glyph-name">inquiry</span>
|
4406
4647
|
<span class="glyph-codepoint"
|
4407
|
-
>
|
4648
|
+
>EB09</span
|
4408
4649
|
>
|
4409
4650
|
<input
|
4410
4651
|
readonly
|
@@ -4421,7 +4662,7 @@
|
|
4421
4662
|
></i>
|
4422
4663
|
<span class="glyph-name">item-details-filled</span>
|
4423
4664
|
<span class="glyph-codepoint"
|
4424
|
-
>
|
4665
|
+
>EB0A</span
|
4425
4666
|
>
|
4426
4667
|
<input
|
4427
4668
|
readonly
|
@@ -4438,7 +4679,7 @@
|
|
4438
4679
|
></i>
|
4439
4680
|
<span class="glyph-name">item-details</span>
|
4440
4681
|
<span class="glyph-codepoint"
|
4441
|
-
>
|
4682
|
+
>EB0B</span
|
4442
4683
|
>
|
4443
4684
|
<input
|
4444
4685
|
readonly
|
@@ -4455,7 +4696,7 @@
|
|
4455
4696
|
></i>
|
4456
4697
|
<span class="glyph-name">label-filled</span>
|
4457
4698
|
<span class="glyph-codepoint"
|
4458
|
-
>
|
4699
|
+
>EB0C</span
|
4459
4700
|
>
|
4460
4701
|
<input
|
4461
4702
|
readonly
|
@@ -4472,7 +4713,7 @@
|
|
4472
4713
|
></i>
|
4473
4714
|
<span class="glyph-name">label</span>
|
4474
4715
|
<span class="glyph-codepoint"
|
4475
|
-
>
|
4716
|
+
>EB0D</span
|
4476
4717
|
>
|
4477
4718
|
<input
|
4478
4719
|
readonly
|
@@ -4489,7 +4730,7 @@
|
|
4489
4730
|
></i>
|
4490
4731
|
<span class="glyph-name">language-filled</span>
|
4491
4732
|
<span class="glyph-codepoint"
|
4492
|
-
>
|
4733
|
+
>EB0E</span
|
4493
4734
|
>
|
4494
4735
|
<input
|
4495
4736
|
readonly
|
@@ -4506,7 +4747,7 @@
|
|
4506
4747
|
></i>
|
4507
4748
|
<span class="glyph-name">language</span>
|
4508
4749
|
<span class="glyph-codepoint"
|
4509
|
-
>
|
4750
|
+
>EB0F</span
|
4510
4751
|
>
|
4511
4752
|
<input
|
4512
4753
|
readonly
|
@@ -4523,7 +4764,7 @@
|
|
4523
4764
|
></i>
|
4524
4765
|
<span class="glyph-name">layers-filled</span>
|
4525
4766
|
<span class="glyph-codepoint"
|
4526
|
-
>
|
4767
|
+
>EB10</span
|
4527
4768
|
>
|
4528
4769
|
<input
|
4529
4770
|
readonly
|
@@ -4540,7 +4781,7 @@
|
|
4540
4781
|
></i>
|
4541
4782
|
<span class="glyph-name">layers</span>
|
4542
4783
|
<span class="glyph-codepoint"
|
4543
|
-
>
|
4784
|
+
>EB11</span
|
4544
4785
|
>
|
4545
4786
|
<input
|
4546
4787
|
readonly
|
@@ -4557,7 +4798,7 @@
|
|
4557
4798
|
></i>
|
4558
4799
|
<span class="glyph-name">leaf</span>
|
4559
4800
|
<span class="glyph-codepoint"
|
4560
|
-
>
|
4801
|
+
>EB12</span
|
4561
4802
|
>
|
4562
4803
|
<input
|
4563
4804
|
readonly
|
@@ -4574,7 +4815,7 @@
|
|
4574
4815
|
></i>
|
4575
4816
|
<span class="glyph-name">legal</span>
|
4576
4817
|
<span class="glyph-codepoint"
|
4577
|
-
>
|
4818
|
+
>EB13</span
|
4578
4819
|
>
|
4579
4820
|
<input
|
4580
4821
|
readonly
|
@@ -4591,7 +4832,7 @@
|
|
4591
4832
|
></i>
|
4592
4833
|
<span class="glyph-name">library-new</span>
|
4593
4834
|
<span class="glyph-codepoint"
|
4594
|
-
>
|
4835
|
+
>EB14</span
|
4595
4836
|
>
|
4596
4837
|
<input
|
4597
4838
|
readonly
|
@@ -4608,7 +4849,7 @@
|
|
4608
4849
|
></i>
|
4609
4850
|
<span class="glyph-name">library</span>
|
4610
4851
|
<span class="glyph-codepoint"
|
4611
|
-
>
|
4852
|
+
>EB15</span
|
4612
4853
|
>
|
4613
4854
|
<input
|
4614
4855
|
readonly
|
@@ -4625,7 +4866,7 @@
|
|
4625
4866
|
></i>
|
4626
4867
|
<span class="glyph-name">license</span>
|
4627
4868
|
<span class="glyph-codepoint"
|
4628
|
-
>
|
4869
|
+
>EB16</span
|
4629
4870
|
>
|
4630
4871
|
<input
|
4631
4872
|
readonly
|
@@ -4642,7 +4883,7 @@
|
|
4642
4883
|
></i>
|
4643
4884
|
<span class="glyph-name">link</span>
|
4644
4885
|
<span class="glyph-codepoint"
|
4645
|
-
>
|
4886
|
+
>EB17</span
|
4646
4887
|
>
|
4647
4888
|
<input
|
4648
4889
|
readonly
|
@@ -4659,7 +4900,7 @@
|
|
4659
4900
|
></i>
|
4660
4901
|
<span class="glyph-name">list</span>
|
4661
4902
|
<span class="glyph-codepoint"
|
4662
|
-
>
|
4903
|
+
>EB18</span
|
4663
4904
|
>
|
4664
4905
|
<input
|
4665
4906
|
readonly
|
@@ -4676,7 +4917,7 @@
|
|
4676
4917
|
></i>
|
4677
4918
|
<span class="glyph-name">live-schedule</span>
|
4678
4919
|
<span class="glyph-codepoint"
|
4679
|
-
>
|
4920
|
+
>EB19</span
|
4680
4921
|
>
|
4681
4922
|
<input
|
4682
4923
|
readonly
|
@@ -4693,7 +4934,7 @@
|
|
4693
4934
|
></i>
|
4694
4935
|
<span class="glyph-name">location-filled</span>
|
4695
4936
|
<span class="glyph-codepoint"
|
4696
|
-
>
|
4937
|
+
>EB1A</span
|
4697
4938
|
>
|
4698
4939
|
<input
|
4699
4940
|
readonly
|
@@ -4710,7 +4951,7 @@
|
|
4710
4951
|
></i>
|
4711
4952
|
<span class="glyph-name">location-outline</span>
|
4712
4953
|
<span class="glyph-codepoint"
|
4713
|
-
>
|
4954
|
+
>EB1B</span
|
4714
4955
|
>
|
4715
4956
|
<input
|
4716
4957
|
readonly
|
@@ -4727,7 +4968,7 @@
|
|
4727
4968
|
></i>
|
4728
4969
|
<span class="glyph-name">location</span>
|
4729
4970
|
<span class="glyph-codepoint"
|
4730
|
-
>
|
4971
|
+
>EB1C</span
|
4731
4972
|
>
|
4732
4973
|
<input
|
4733
4974
|
readonly
|
@@ -4744,7 +4985,7 @@
|
|
4744
4985
|
></i>
|
4745
4986
|
<span class="glyph-name">lock-filled</span>
|
4746
4987
|
<span class="glyph-codepoint"
|
4747
|
-
>
|
4988
|
+
>EB1D</span
|
4748
4989
|
>
|
4749
4990
|
<input
|
4750
4991
|
readonly
|
@@ -4761,7 +5002,7 @@
|
|
4761
5002
|
></i>
|
4762
5003
|
<span class="glyph-name">lock-key-filled</span>
|
4763
5004
|
<span class="glyph-codepoint"
|
4764
|
-
>
|
5005
|
+
>EB1E</span
|
4765
5006
|
>
|
4766
5007
|
<input
|
4767
5008
|
readonly
|
@@ -4778,7 +5019,7 @@
|
|
4778
5019
|
></i>
|
4779
5020
|
<span class="glyph-name">lock-key</span>
|
4780
5021
|
<span class="glyph-codepoint"
|
4781
|
-
>
|
5022
|
+
>EB1F</span
|
4782
5023
|
>
|
4783
5024
|
<input
|
4784
5025
|
readonly
|
@@ -4795,7 +5036,7 @@
|
|
4795
5036
|
></i>
|
4796
5037
|
<span class="glyph-name">lock</span>
|
4797
5038
|
<span class="glyph-codepoint"
|
4798
|
-
>
|
5039
|
+
>EB20</span
|
4799
5040
|
>
|
4800
5041
|
<input
|
4801
5042
|
readonly
|
@@ -4812,7 +5053,7 @@
|
|
4812
5053
|
></i>
|
4813
5054
|
<span class="glyph-name">log-in</span>
|
4814
5055
|
<span class="glyph-codepoint"
|
4815
|
-
>
|
5056
|
+
>EB21</span
|
4816
5057
|
>
|
4817
5058
|
<input
|
4818
5059
|
readonly
|
@@ -4829,7 +5070,7 @@
|
|
4829
5070
|
></i>
|
4830
5071
|
<span class="glyph-name">log-out</span>
|
4831
5072
|
<span class="glyph-codepoint"
|
4832
|
-
>
|
5073
|
+
>EB22</span
|
4833
5074
|
>
|
4834
5075
|
<input
|
4835
5076
|
readonly
|
@@ -4846,7 +5087,7 @@
|
|
4846
5087
|
></i>
|
4847
5088
|
<span class="glyph-name">log</span>
|
4848
5089
|
<span class="glyph-codepoint"
|
4849
|
-
>
|
5090
|
+
>EB23</span
|
4850
5091
|
>
|
4851
5092
|
<input
|
4852
5093
|
readonly
|
@@ -4863,7 +5104,7 @@
|
|
4863
5104
|
></i>
|
4864
5105
|
<span class="glyph-name">logic-diagram</span>
|
4865
5106
|
<span class="glyph-codepoint"
|
4866
|
-
>
|
5107
|
+
>EB24</span
|
4867
5108
|
>
|
4868
5109
|
<input
|
4869
5110
|
readonly
|
@@ -4880,7 +5121,7 @@
|
|
4880
5121
|
></i>
|
4881
5122
|
<span class="glyph-name">lower-limit</span>
|
4882
5123
|
<span class="glyph-codepoint"
|
4883
|
-
>
|
5124
|
+
>EB25</span
|
4884
5125
|
>
|
4885
5126
|
<input
|
4886
5127
|
readonly
|
@@ -4897,7 +5138,7 @@
|
|
4897
5138
|
></i>
|
4898
5139
|
<span class="glyph-name">mail-filled</span>
|
4899
5140
|
<span class="glyph-codepoint"
|
4900
|
-
>
|
5141
|
+
>EB26</span
|
4901
5142
|
>
|
4902
5143
|
<input
|
4903
5144
|
readonly
|
@@ -4914,7 +5155,7 @@
|
|
4914
5155
|
></i>
|
4915
5156
|
<span class="glyph-name">mail</span>
|
4916
5157
|
<span class="glyph-codepoint"
|
4917
|
-
>
|
5158
|
+
>EB27</span
|
4918
5159
|
>
|
4919
5160
|
<input
|
4920
5161
|
readonly
|
@@ -4931,7 +5172,7 @@
|
|
4931
5172
|
></i>
|
4932
5173
|
<span class="glyph-name">maintenance-documents</span>
|
4933
5174
|
<span class="glyph-codepoint"
|
4934
|
-
>
|
5175
|
+
>EB28</span
|
4935
5176
|
>
|
4936
5177
|
<input
|
4937
5178
|
readonly
|
@@ -4948,7 +5189,7 @@
|
|
4948
5189
|
></i>
|
4949
5190
|
<span class="glyph-name">maintenance-info</span>
|
4950
5191
|
<span class="glyph-codepoint"
|
4951
|
-
>
|
5192
|
+
>EB29</span
|
4952
5193
|
>
|
4953
5194
|
<input
|
4954
5195
|
readonly
|
@@ -4965,7 +5206,7 @@
|
|
4965
5206
|
></i>
|
4966
5207
|
<span class="glyph-name">maintenance-warning-filled</span>
|
4967
5208
|
<span class="glyph-codepoint"
|
4968
|
-
>
|
5209
|
+
>EB2A</span
|
4969
5210
|
>
|
4970
5211
|
<input
|
4971
5212
|
readonly
|
@@ -4982,7 +5223,7 @@
|
|
4982
5223
|
></i>
|
4983
5224
|
<span class="glyph-name">maintenance-warning</span>
|
4984
5225
|
<span class="glyph-codepoint"
|
4985
|
-
>
|
5226
|
+
>EB2B</span
|
4986
5227
|
>
|
4987
5228
|
<input
|
4988
5229
|
readonly
|
@@ -4999,7 +5240,7 @@
|
|
4999
5240
|
></i>
|
5000
5241
|
<span class="glyph-name">maintenance</span>
|
5001
5242
|
<span class="glyph-codepoint"
|
5002
|
-
>
|
5243
|
+
>EB2C</span
|
5003
5244
|
>
|
5004
5245
|
<input
|
5005
5246
|
readonly
|
@@ -5016,7 +5257,7 @@
|
|
5016
5257
|
></i>
|
5017
5258
|
<span class="glyph-name">mandatory-done</span>
|
5018
5259
|
<span class="glyph-codepoint"
|
5019
|
-
>
|
5260
|
+
>EB2D</span
|
5020
5261
|
>
|
5021
5262
|
<input
|
5022
5263
|
readonly
|
@@ -5033,7 +5274,7 @@
|
|
5033
5274
|
></i>
|
5034
5275
|
<span class="glyph-name">mandatory</span>
|
5035
5276
|
<span class="glyph-codepoint"
|
5036
|
-
>
|
5277
|
+
>EB2E</span
|
5037
5278
|
>
|
5038
5279
|
<input
|
5039
5280
|
readonly
|
@@ -5050,7 +5291,7 @@
|
|
5050
5291
|
></i>
|
5051
5292
|
<span class="glyph-name">map</span>
|
5052
5293
|
<span class="glyph-codepoint"
|
5053
|
-
>
|
5294
|
+
>EB2F</span
|
5054
5295
|
>
|
5055
5296
|
<input
|
5056
5297
|
readonly
|
@@ -5067,7 +5308,7 @@
|
|
5067
5308
|
></i>
|
5068
5309
|
<span class="glyph-name">maximize</span>
|
5069
5310
|
<span class="glyph-codepoint"
|
5070
|
-
>
|
5311
|
+
>EB30</span
|
5071
5312
|
>
|
5072
5313
|
<input
|
5073
5314
|
readonly
|
@@ -5084,7 +5325,7 @@
|
|
5084
5325
|
></i>
|
5085
5326
|
<span class="glyph-name">microphone-filled</span>
|
5086
5327
|
<span class="glyph-codepoint"
|
5087
|
-
>
|
5328
|
+
>EB31</span
|
5088
5329
|
>
|
5089
5330
|
<input
|
5090
5331
|
readonly
|
@@ -5101,7 +5342,7 @@
|
|
5101
5342
|
></i>
|
5102
5343
|
<span class="glyph-name">microphone</span>
|
5103
5344
|
<span class="glyph-codepoint"
|
5104
|
-
>
|
5345
|
+
>EB32</span
|
5105
5346
|
>
|
5106
5347
|
<input
|
5107
5348
|
readonly
|
@@ -5118,7 +5359,7 @@
|
|
5118
5359
|
></i>
|
5119
5360
|
<span class="glyph-name">minimize</span>
|
5120
5361
|
<span class="glyph-codepoint"
|
5121
|
-
>
|
5362
|
+
>EB33</span
|
5122
5363
|
>
|
5123
5364
|
<input
|
5124
5365
|
readonly
|
@@ -5135,7 +5376,7 @@
|
|
5135
5376
|
></i>
|
5136
5377
|
<span class="glyph-name">minus</span>
|
5137
5378
|
<span class="glyph-codepoint"
|
5138
|
-
>
|
5379
|
+
>EB34</span
|
5139
5380
|
>
|
5140
5381
|
<input
|
5141
5382
|
readonly
|
@@ -5152,7 +5393,7 @@
|
|
5152
5393
|
></i>
|
5153
5394
|
<span class="glyph-name">mix</span>
|
5154
5395
|
<span class="glyph-codepoint"
|
5155
|
-
>
|
5396
|
+
>EB35</span
|
5156
5397
|
>
|
5157
5398
|
<input
|
5158
5399
|
readonly
|
@@ -5169,7 +5410,7 @@
|
|
5169
5410
|
></i>
|
5170
5411
|
<span class="glyph-name">monitor-filled</span>
|
5171
5412
|
<span class="glyph-codepoint"
|
5172
|
-
>
|
5413
|
+
>EB36</span
|
5173
5414
|
>
|
5174
5415
|
<input
|
5175
5416
|
readonly
|
@@ -5186,7 +5427,7 @@
|
|
5186
5427
|
></i>
|
5187
5428
|
<span class="glyph-name">monitor-trend</span>
|
5188
5429
|
<span class="glyph-codepoint"
|
5189
|
-
>
|
5430
|
+
>EB37</span
|
5190
5431
|
>
|
5191
5432
|
<input
|
5192
5433
|
readonly
|
@@ -5203,7 +5444,7 @@
|
|
5203
5444
|
></i>
|
5204
5445
|
<span class="glyph-name">monitor</span>
|
5205
5446
|
<span class="glyph-codepoint"
|
5206
|
-
>
|
5447
|
+
>EB38</span
|
5207
5448
|
>
|
5208
5449
|
<input
|
5209
5450
|
readonly
|
@@ -5220,7 +5461,7 @@
|
|
5220
5461
|
></i>
|
5221
5462
|
<span class="glyph-name">more-menu</span>
|
5222
5463
|
<span class="glyph-codepoint"
|
5223
|
-
>
|
5464
|
+
>EB39</span
|
5224
5465
|
>
|
5225
5466
|
<input
|
5226
5467
|
readonly
|
@@ -5237,7 +5478,7 @@
|
|
5237
5478
|
></i>
|
5238
5479
|
<span class="glyph-name">mouse-click-filled</span>
|
5239
5480
|
<span class="glyph-codepoint"
|
5240
|
-
>
|
5481
|
+
>EB3A</span
|
5241
5482
|
>
|
5242
5483
|
<input
|
5243
5484
|
readonly
|
@@ -5254,7 +5495,7 @@
|
|
5254
5495
|
></i>
|
5255
5496
|
<span class="glyph-name">mouse-click</span>
|
5256
5497
|
<span class="glyph-codepoint"
|
5257
|
-
>
|
5498
|
+
>EB3B</span
|
5258
5499
|
>
|
5259
5500
|
<input
|
5260
5501
|
readonly
|
@@ -5271,7 +5512,7 @@
|
|
5271
5512
|
></i>
|
5272
5513
|
<span class="glyph-name">mouse-select-filled</span>
|
5273
5514
|
<span class="glyph-codepoint"
|
5274
|
-
>
|
5515
|
+
>EB3C</span
|
5275
5516
|
>
|
5276
5517
|
<input
|
5277
5518
|
readonly
|
@@ -5288,7 +5529,7 @@
|
|
5288
5529
|
></i>
|
5289
5530
|
<span class="glyph-name">mouse-select</span>
|
5290
5531
|
<span class="glyph-codepoint"
|
5291
|
-
>
|
5532
|
+
>EB3D</span
|
5292
5533
|
>
|
5293
5534
|
<input
|
5294
5535
|
readonly
|
@@ -5305,7 +5546,7 @@
|
|
5305
5546
|
></i>
|
5306
5547
|
<span class="glyph-name">mp4-document</span>
|
5307
5548
|
<span class="glyph-codepoint"
|
5308
|
-
>
|
5549
|
+
>EB3E</span
|
5309
5550
|
>
|
5310
5551
|
<input
|
5311
5552
|
readonly
|
@@ -5322,7 +5563,7 @@
|
|
5322
5563
|
></i>
|
5323
5564
|
<span class="glyph-name">namur-check-function-filled</span>
|
5324
5565
|
<span class="glyph-codepoint"
|
5325
|
-
>
|
5566
|
+
>EB3F</span
|
5326
5567
|
>
|
5327
5568
|
<input
|
5328
5569
|
readonly
|
@@ -5339,7 +5580,7 @@
|
|
5339
5580
|
></i>
|
5340
5581
|
<span class="glyph-name">namur-check-function</span>
|
5341
5582
|
<span class="glyph-codepoint"
|
5342
|
-
>
|
5583
|
+
>EB40</span
|
5343
5584
|
>
|
5344
5585
|
<input
|
5345
5586
|
readonly
|
@@ -5356,7 +5597,7 @@
|
|
5356
5597
|
></i>
|
5357
5598
|
<span class="glyph-name">namur-failure-filled</span>
|
5358
5599
|
<span class="glyph-codepoint"
|
5359
|
-
>
|
5600
|
+
>EB41</span
|
5360
5601
|
>
|
5361
5602
|
<input
|
5362
5603
|
readonly
|
@@ -5373,7 +5614,7 @@
|
|
5373
5614
|
></i>
|
5374
5615
|
<span class="glyph-name">namur-failure</span>
|
5375
5616
|
<span class="glyph-codepoint"
|
5376
|
-
>
|
5617
|
+
>EB42</span
|
5377
5618
|
>
|
5378
5619
|
<input
|
5379
5620
|
readonly
|
@@ -5390,7 +5631,7 @@
|
|
5390
5631
|
></i>
|
5391
5632
|
<span class="glyph-name">namur-maintenance-required-filled</span>
|
5392
5633
|
<span class="glyph-codepoint"
|
5393
|
-
>
|
5634
|
+
>EB43</span
|
5394
5635
|
>
|
5395
5636
|
<input
|
5396
5637
|
readonly
|
@@ -5407,7 +5648,7 @@
|
|
5407
5648
|
></i>
|
5408
5649
|
<span class="glyph-name">namur-maintenance-required</span>
|
5409
5650
|
<span class="glyph-codepoint"
|
5410
|
-
>
|
5651
|
+
>EB44</span
|
5411
5652
|
>
|
5412
5653
|
<input
|
5413
5654
|
readonly
|
@@ -5424,7 +5665,7 @@
|
|
5424
5665
|
></i>
|
5425
5666
|
<span class="glyph-name">namur-ok-filled</span>
|
5426
5667
|
<span class="glyph-codepoint"
|
5427
|
-
>
|
5668
|
+
>EB45</span
|
5428
5669
|
>
|
5429
5670
|
<input
|
5430
5671
|
readonly
|
@@ -5441,7 +5682,7 @@
|
|
5441
5682
|
></i>
|
5442
5683
|
<span class="glyph-name">namur-ok</span>
|
5443
5684
|
<span class="glyph-codepoint"
|
5444
|
-
>
|
5685
|
+
>EB46</span
|
5445
5686
|
>
|
5446
5687
|
<input
|
5447
5688
|
readonly
|
@@ -5458,7 +5699,7 @@
|
|
5458
5699
|
></i>
|
5459
5700
|
<span class="glyph-name">namur-out-of-spec-filled</span>
|
5460
5701
|
<span class="glyph-codepoint"
|
5461
|
-
>
|
5702
|
+
>EB47</span
|
5462
5703
|
>
|
5463
5704
|
<input
|
5464
5705
|
readonly
|
@@ -5475,7 +5716,7 @@
|
|
5475
5716
|
></i>
|
5476
5717
|
<span class="glyph-name">namur-out-of-spec</span>
|
5477
5718
|
<span class="glyph-codepoint"
|
5478
|
-
>
|
5719
|
+
>EB48</span
|
5479
5720
|
>
|
5480
5721
|
<input
|
5481
5722
|
readonly
|
@@ -5492,7 +5733,7 @@
|
|
5492
5733
|
></i>
|
5493
5734
|
<span class="glyph-name">navigation-filled</span>
|
5494
5735
|
<span class="glyph-codepoint"
|
5495
|
-
>
|
5736
|
+
>EB49</span
|
5496
5737
|
>
|
5497
5738
|
<input
|
5498
5739
|
readonly
|
@@ -5509,7 +5750,7 @@
|
|
5509
5750
|
></i>
|
5510
5751
|
<span class="glyph-name">navigation-left</span>
|
5511
5752
|
<span class="glyph-codepoint"
|
5512
|
-
>
|
5753
|
+
>EB4A</span
|
5513
5754
|
>
|
5514
5755
|
<input
|
5515
5756
|
readonly
|
@@ -5526,7 +5767,7 @@
|
|
5526
5767
|
></i>
|
5527
5768
|
<span class="glyph-name">navigation-right</span>
|
5528
5769
|
<span class="glyph-codepoint"
|
5529
|
-
>
|
5770
|
+
>EB4B</span
|
5530
5771
|
>
|
5531
5772
|
<input
|
5532
5773
|
readonly
|
@@ -5543,7 +5784,7 @@
|
|
5543
5784
|
></i>
|
5544
5785
|
<span class="glyph-name">navigation</span>
|
5545
5786
|
<span class="glyph-codepoint"
|
5546
|
-
>
|
5787
|
+
>EB4C</span
|
5547
5788
|
>
|
5548
5789
|
<input
|
5549
5790
|
readonly
|
@@ -5560,7 +5801,7 @@
|
|
5560
5801
|
></i>
|
5561
5802
|
<span class="glyph-name">new-indicator-filled</span>
|
5562
5803
|
<span class="glyph-codepoint"
|
5563
|
-
>
|
5804
|
+
>EB4D</span
|
5564
5805
|
>
|
5565
5806
|
<input
|
5566
5807
|
readonly
|
@@ -5577,7 +5818,7 @@
|
|
5577
5818
|
></i>
|
5578
5819
|
<span class="glyph-name">new-indicator</span>
|
5579
5820
|
<span class="glyph-codepoint"
|
5580
|
-
>
|
5821
|
+
>EB4E</span
|
5581
5822
|
>
|
5582
5823
|
<input
|
5583
5824
|
readonly
|
@@ -5594,7 +5835,7 @@
|
|
5594
5835
|
></i>
|
5595
5836
|
<span class="glyph-name">no-filter-filled</span>
|
5596
5837
|
<span class="glyph-codepoint"
|
5597
|
-
>
|
5838
|
+
>EB4F</span
|
5598
5839
|
>
|
5599
5840
|
<input
|
5600
5841
|
readonly
|
@@ -5611,7 +5852,7 @@
|
|
5611
5852
|
></i>
|
5612
5853
|
<span class="glyph-name">no-filter</span>
|
5613
5854
|
<span class="glyph-codepoint"
|
5614
|
-
>
|
5855
|
+
>EB50</span
|
5615
5856
|
>
|
5616
5857
|
<input
|
5617
5858
|
readonly
|
@@ -5628,7 +5869,7 @@
|
|
5628
5869
|
></i>
|
5629
5870
|
<span class="glyph-name">note-filled</span>
|
5630
5871
|
<span class="glyph-codepoint"
|
5631
|
-
>
|
5872
|
+
>EB51</span
|
5632
5873
|
>
|
5633
5874
|
<input
|
5634
5875
|
readonly
|
@@ -5645,7 +5886,7 @@
|
|
5645
5886
|
></i>
|
5646
5887
|
<span class="glyph-name">note</span>
|
5647
5888
|
<span class="glyph-codepoint"
|
5648
|
-
>
|
5889
|
+
>EB52</span
|
5649
5890
|
>
|
5650
5891
|
<input
|
5651
5892
|
readonly
|
@@ -5662,7 +5903,7 @@
|
|
5662
5903
|
></i>
|
5663
5904
|
<span class="glyph-name">notification-filled</span>
|
5664
5905
|
<span class="glyph-codepoint"
|
5665
|
-
>
|
5906
|
+
>EB53</span
|
5666
5907
|
>
|
5667
5908
|
<input
|
5668
5909
|
readonly
|
@@ -5679,7 +5920,7 @@
|
|
5679
5920
|
></i>
|
5680
5921
|
<span class="glyph-name">notification</span>
|
5681
5922
|
<span class="glyph-codepoint"
|
5682
|
-
>
|
5923
|
+
>EB54</span
|
5683
5924
|
>
|
5684
5925
|
<input
|
5685
5926
|
readonly
|
@@ -5696,7 +5937,7 @@
|
|
5696
5937
|
></i>
|
5697
5938
|
<span class="glyph-name">notifications-filled</span>
|
5698
5939
|
<span class="glyph-codepoint"
|
5699
|
-
>
|
5940
|
+
>EB55</span
|
5700
5941
|
>
|
5701
5942
|
<input
|
5702
5943
|
readonly
|
@@ -5713,7 +5954,7 @@
|
|
5713
5954
|
></i>
|
5714
5955
|
<span class="glyph-name">notifications</span>
|
5715
5956
|
<span class="glyph-codepoint"
|
5716
|
-
>
|
5957
|
+
>EB56</span
|
5717
5958
|
>
|
5718
5959
|
<input
|
5719
5960
|
readonly
|
@@ -5730,7 +5971,7 @@
|
|
5730
5971
|
></i>
|
5731
5972
|
<span class="glyph-name">ontology-filled</span>
|
5732
5973
|
<span class="glyph-codepoint"
|
5733
|
-
>
|
5974
|
+
>EB57</span
|
5734
5975
|
>
|
5735
5976
|
<input
|
5736
5977
|
readonly
|
@@ -5747,7 +5988,7 @@
|
|
5747
5988
|
></i>
|
5748
5989
|
<span class="glyph-name">ontology</span>
|
5749
5990
|
<span class="glyph-codepoint"
|
5750
|
-
>
|
5991
|
+
>EB58</span
|
5751
5992
|
>
|
5752
5993
|
<input
|
5753
5994
|
readonly
|
@@ -5764,7 +6005,7 @@
|
|
5764
6005
|
></i>
|
5765
6006
|
<span class="glyph-name">open-external</span>
|
5766
6007
|
<span class="glyph-codepoint"
|
5767
|
-
>
|
6008
|
+
>EB59</span
|
5768
6009
|
>
|
5769
6010
|
<input
|
5770
6011
|
readonly
|
@@ -5781,7 +6022,7 @@
|
|
5781
6022
|
></i>
|
5782
6023
|
<span class="glyph-name">open-file-filled</span>
|
5783
6024
|
<span class="glyph-codepoint"
|
5784
|
-
>
|
6025
|
+
>EB5A</span
|
5785
6026
|
>
|
5786
6027
|
<input
|
5787
6028
|
readonly
|
@@ -5798,7 +6039,7 @@
|
|
5798
6039
|
></i>
|
5799
6040
|
<span class="glyph-name">open-file</span>
|
5800
6041
|
<span class="glyph-codepoint"
|
5801
|
-
>
|
6042
|
+
>EB5B</span
|
5802
6043
|
>
|
5803
6044
|
<input
|
5804
6045
|
readonly
|
@@ -5815,7 +6056,7 @@
|
|
5815
6056
|
></i>
|
5816
6057
|
<span class="glyph-name">operate-plant-filled</span>
|
5817
6058
|
<span class="glyph-codepoint"
|
5818
|
-
>
|
6059
|
+
>EB5C</span
|
5819
6060
|
>
|
5820
6061
|
<input
|
5821
6062
|
readonly
|
@@ -5832,7 +6073,7 @@
|
|
5832
6073
|
></i>
|
5833
6074
|
<span class="glyph-name">operate-plant</span>
|
5834
6075
|
<span class="glyph-codepoint"
|
5835
|
-
>
|
6076
|
+
>EB5D</span
|
5836
6077
|
>
|
5837
6078
|
<input
|
5838
6079
|
readonly
|
@@ -5849,7 +6090,7 @@
|
|
5849
6090
|
></i>
|
5850
6091
|
<span class="glyph-name">optimize</span>
|
5851
6092
|
<span class="glyph-codepoint"
|
5852
|
-
>
|
6093
|
+
>EB5E</span
|
5853
6094
|
>
|
5854
6095
|
<input
|
5855
6096
|
readonly
|
@@ -5866,7 +6107,7 @@
|
|
5866
6107
|
></i>
|
5867
6108
|
<span class="glyph-name">p-and-i-symbols</span>
|
5868
6109
|
<span class="glyph-codepoint"
|
5869
|
-
>
|
6110
|
+
>EB5F</span
|
5870
6111
|
>
|
5871
6112
|
<input
|
5872
6113
|
readonly
|
@@ -5883,7 +6124,7 @@
|
|
5883
6124
|
></i>
|
5884
6125
|
<span class="glyph-name">p-i-diagram</span>
|
5885
6126
|
<span class="glyph-codepoint"
|
5886
|
-
>
|
6127
|
+
>EB60</span
|
5887
6128
|
>
|
5888
6129
|
<input
|
5889
6130
|
readonly
|
@@ -5900,7 +6141,7 @@
|
|
5900
6141
|
></i>
|
5901
6142
|
<span class="glyph-name">pan</span>
|
5902
6143
|
<span class="glyph-codepoint"
|
5903
|
-
>
|
6144
|
+
>EB61</span
|
5904
6145
|
>
|
5905
6146
|
<input
|
5906
6147
|
readonly
|
@@ -5917,7 +6158,7 @@
|
|
5917
6158
|
></i>
|
5918
6159
|
<span class="glyph-name">paste</span>
|
5919
6160
|
<span class="glyph-codepoint"
|
5920
|
-
>
|
6161
|
+
>EB62</span
|
5921
6162
|
>
|
5922
6163
|
<input
|
5923
6164
|
readonly
|
@@ -5934,7 +6175,7 @@
|
|
5934
6175
|
></i>
|
5935
6176
|
<span class="glyph-name">pause</span>
|
5936
6177
|
<span class="glyph-codepoint"
|
5937
|
-
>
|
6178
|
+
>EB63</span
|
5938
6179
|
>
|
5939
6180
|
<input
|
5940
6181
|
readonly
|
@@ -5945,13 +6186,47 @@
|
|
5945
6186
|
/>
|
5946
6187
|
</div>
|
5947
6188
|
|
6189
|
+
<div class="glyph-demo">
|
6190
|
+
<i
|
6191
|
+
class="glyph glyph-pc-tower-filled glyph-4x"
|
6192
|
+
></i>
|
6193
|
+
<span class="glyph-name">pc-tower-filled</span>
|
6194
|
+
<span class="glyph-codepoint"
|
6195
|
+
>EB64</span
|
6196
|
+
>
|
6197
|
+
<input
|
6198
|
+
readonly
|
6199
|
+
onclick="myFunction(this)"
|
6200
|
+
class="glyph-input"
|
6201
|
+
type="text"
|
6202
|
+
value="glyph glyph-pc-tower-filled"
|
6203
|
+
/>
|
6204
|
+
</div>
|
6205
|
+
|
6206
|
+
<div class="glyph-demo">
|
6207
|
+
<i
|
6208
|
+
class="glyph glyph-pc-tower glyph-4x"
|
6209
|
+
></i>
|
6210
|
+
<span class="glyph-name">pc-tower</span>
|
6211
|
+
<span class="glyph-codepoint"
|
6212
|
+
>EB65</span
|
6213
|
+
>
|
6214
|
+
<input
|
6215
|
+
readonly
|
6216
|
+
onclick="myFunction(this)"
|
6217
|
+
class="glyph-input"
|
6218
|
+
type="text"
|
6219
|
+
value="glyph glyph-pc-tower"
|
6220
|
+
/>
|
6221
|
+
</div>
|
6222
|
+
|
5948
6223
|
<div class="glyph-demo">
|
5949
6224
|
<i
|
5950
6225
|
class="glyph glyph-pdf-document glyph-4x"
|
5951
6226
|
></i>
|
5952
6227
|
<span class="glyph-name">pdf-document</span>
|
5953
6228
|
<span class="glyph-codepoint"
|
5954
|
-
>
|
6229
|
+
>EB66</span
|
5955
6230
|
>
|
5956
6231
|
<input
|
5957
6232
|
readonly
|
@@ -5968,7 +6243,7 @@
|
|
5968
6243
|
></i>
|
5969
6244
|
<span class="glyph-name">pen-filled</span>
|
5970
6245
|
<span class="glyph-codepoint"
|
5971
|
-
>
|
6246
|
+
>EB67</span
|
5972
6247
|
>
|
5973
6248
|
<input
|
5974
6249
|
readonly
|
@@ -5985,7 +6260,7 @@
|
|
5985
6260
|
></i>
|
5986
6261
|
<span class="glyph-name">pen</span>
|
5987
6262
|
<span class="glyph-codepoint"
|
5988
|
-
>
|
6263
|
+
>EB68</span
|
5989
6264
|
>
|
5990
6265
|
<input
|
5991
6266
|
readonly
|
@@ -6002,7 +6277,7 @@
|
|
6002
6277
|
></i>
|
6003
6278
|
<span class="glyph-name">phone-filled</span>
|
6004
6279
|
<span class="glyph-codepoint"
|
6005
|
-
>
|
6280
|
+
>EB69</span
|
6006
6281
|
>
|
6007
6282
|
<input
|
6008
6283
|
readonly
|
@@ -6019,7 +6294,7 @@
|
|
6019
6294
|
></i>
|
6020
6295
|
<span class="glyph-name">phone</span>
|
6021
6296
|
<span class="glyph-codepoint"
|
6022
|
-
>
|
6297
|
+
>EB6A</span
|
6023
6298
|
>
|
6024
6299
|
<input
|
6025
6300
|
readonly
|
@@ -6036,7 +6311,7 @@
|
|
6036
6311
|
></i>
|
6037
6312
|
<span class="glyph-name">photo-camera-filled</span>
|
6038
6313
|
<span class="glyph-codepoint"
|
6039
|
-
>
|
6314
|
+
>EB6B</span
|
6040
6315
|
>
|
6041
6316
|
<input
|
6042
6317
|
readonly
|
@@ -6053,7 +6328,7 @@
|
|
6053
6328
|
></i>
|
6054
6329
|
<span class="glyph-name">photo-camera</span>
|
6055
6330
|
<span class="glyph-codepoint"
|
6056
|
-
>
|
6331
|
+
>EB6C</span
|
6057
6332
|
>
|
6058
6333
|
<input
|
6059
6334
|
readonly
|
@@ -6070,7 +6345,7 @@
|
|
6070
6345
|
></i>
|
6071
6346
|
<span class="glyph-name">piechart-filled</span>
|
6072
6347
|
<span class="glyph-codepoint"
|
6073
|
-
>
|
6348
|
+
>EB6D</span
|
6074
6349
|
>
|
6075
6350
|
<input
|
6076
6351
|
readonly
|
@@ -6087,7 +6362,7 @@
|
|
6087
6362
|
></i>
|
6088
6363
|
<span class="glyph-name">piechart</span>
|
6089
6364
|
<span class="glyph-codepoint"
|
6090
|
-
>
|
6365
|
+
>EB6E</span
|
6091
6366
|
>
|
6092
6367
|
<input
|
6093
6368
|
readonly
|
@@ -6104,7 +6379,7 @@
|
|
6104
6379
|
></i>
|
6105
6380
|
<span class="glyph-name">pin-filled</span>
|
6106
6381
|
<span class="glyph-codepoint"
|
6107
|
-
>
|
6382
|
+
>EB6F</span
|
6108
6383
|
>
|
6109
6384
|
<input
|
6110
6385
|
readonly
|
@@ -6121,7 +6396,7 @@
|
|
6121
6396
|
></i>
|
6122
6397
|
<span class="glyph-name">pin</span>
|
6123
6398
|
<span class="glyph-codepoint"
|
6124
|
-
>
|
6399
|
+
>EB70</span
|
6125
6400
|
>
|
6126
6401
|
<input
|
6127
6402
|
readonly
|
@@ -6138,7 +6413,7 @@
|
|
6138
6413
|
></i>
|
6139
6414
|
<span class="glyph-name">plant-filled</span>
|
6140
6415
|
<span class="glyph-codepoint"
|
6141
|
-
>
|
6416
|
+
>EB71</span
|
6142
6417
|
>
|
6143
6418
|
<input
|
6144
6419
|
readonly
|
@@ -6155,7 +6430,7 @@
|
|
6155
6430
|
></i>
|
6156
6431
|
<span class="glyph-name">plant-handbook-filled</span>
|
6157
6432
|
<span class="glyph-codepoint"
|
6158
|
-
>
|
6433
|
+
>EB72</span
|
6159
6434
|
>
|
6160
6435
|
<input
|
6161
6436
|
readonly
|
@@ -6172,7 +6447,7 @@
|
|
6172
6447
|
></i>
|
6173
6448
|
<span class="glyph-name">plant-handbook</span>
|
6174
6449
|
<span class="glyph-codepoint"
|
6175
|
-
>
|
6450
|
+
>EB73</span
|
6176
6451
|
>
|
6177
6452
|
<input
|
6178
6453
|
readonly
|
@@ -6189,7 +6464,7 @@
|
|
6189
6464
|
></i>
|
6190
6465
|
<span class="glyph-name">plant-outline</span>
|
6191
6466
|
<span class="glyph-codepoint"
|
6192
|
-
>
|
6467
|
+
>EB74</span
|
6193
6468
|
>
|
6194
6469
|
<input
|
6195
6470
|
readonly
|
@@ -6206,7 +6481,7 @@
|
|
6206
6481
|
></i>
|
6207
6482
|
<span class="glyph-name">plant-security</span>
|
6208
6483
|
<span class="glyph-codepoint"
|
6209
|
-
>
|
6484
|
+
>EB75</span
|
6210
6485
|
>
|
6211
6486
|
<input
|
6212
6487
|
readonly
|
@@ -6223,7 +6498,7 @@
|
|
6223
6498
|
></i>
|
6224
6499
|
<span class="glyph-name">plant-settings-filled</span>
|
6225
6500
|
<span class="glyph-codepoint"
|
6226
|
-
>
|
6501
|
+
>EB76</span
|
6227
6502
|
>
|
6228
6503
|
<input
|
6229
6504
|
readonly
|
@@ -6240,7 +6515,7 @@
|
|
6240
6515
|
></i>
|
6241
6516
|
<span class="glyph-name">plant-settings</span>
|
6242
6517
|
<span class="glyph-codepoint"
|
6243
|
-
>
|
6518
|
+
>EB77</span
|
6244
6519
|
>
|
6245
6520
|
<input
|
6246
6521
|
readonly
|
@@ -6257,7 +6532,7 @@
|
|
6257
6532
|
></i>
|
6258
6533
|
<span class="glyph-name">plant-user-filled</span>
|
6259
6534
|
<span class="glyph-codepoint"
|
6260
|
-
>
|
6535
|
+
>EB78</span
|
6261
6536
|
>
|
6262
6537
|
<input
|
6263
6538
|
readonly
|
@@ -6274,7 +6549,7 @@
|
|
6274
6549
|
></i>
|
6275
6550
|
<span class="glyph-name">plant-user</span>
|
6276
6551
|
<span class="glyph-codepoint"
|
6277
|
-
>
|
6552
|
+
>EB79</span
|
6278
6553
|
>
|
6279
6554
|
<input
|
6280
6555
|
readonly
|
@@ -6291,7 +6566,7 @@
|
|
6291
6566
|
></i>
|
6292
6567
|
<span class="glyph-name">plant</span>
|
6293
6568
|
<span class="glyph-codepoint"
|
6294
|
-
>
|
6569
|
+
>EB7A</span
|
6295
6570
|
>
|
6296
6571
|
<input
|
6297
6572
|
readonly
|
@@ -6308,7 +6583,7 @@
|
|
6308
6583
|
></i>
|
6309
6584
|
<span class="glyph-name">plants-filled</span>
|
6310
6585
|
<span class="glyph-codepoint"
|
6311
|
-
>
|
6586
|
+
>EB7B</span
|
6312
6587
|
>
|
6313
6588
|
<input
|
6314
6589
|
readonly
|
@@ -6325,7 +6600,7 @@
|
|
6325
6600
|
></i>
|
6326
6601
|
<span class="glyph-name">plants</span>
|
6327
6602
|
<span class="glyph-codepoint"
|
6328
|
-
>
|
6603
|
+
>EB7C</span
|
6329
6604
|
>
|
6330
6605
|
<input
|
6331
6606
|
readonly
|
@@ -6342,7 +6617,7 @@
|
|
6342
6617
|
></i>
|
6343
6618
|
<span class="glyph-name">play-filled</span>
|
6344
6619
|
<span class="glyph-codepoint"
|
6345
|
-
>
|
6620
|
+
>EB7D</span
|
6346
6621
|
>
|
6347
6622
|
<input
|
6348
6623
|
readonly
|
@@ -6359,7 +6634,7 @@
|
|
6359
6634
|
></i>
|
6360
6635
|
<span class="glyph-name">play</span>
|
6361
6636
|
<span class="glyph-codepoint"
|
6362
|
-
>
|
6637
|
+
>EB7E</span
|
6363
6638
|
>
|
6364
6639
|
<input
|
6365
6640
|
readonly
|
@@ -6376,7 +6651,7 @@
|
|
6376
6651
|
></i>
|
6377
6652
|
<span class="glyph-name">plus</span>
|
6378
6653
|
<span class="glyph-codepoint"
|
6379
|
-
>
|
6654
|
+
>EB7F</span
|
6380
6655
|
>
|
6381
6656
|
<input
|
6382
6657
|
readonly
|
@@ -6393,7 +6668,7 @@
|
|
6393
6668
|
></i>
|
6394
6669
|
<span class="glyph-name">point-up-filled</span>
|
6395
6670
|
<span class="glyph-codepoint"
|
6396
|
-
>
|
6671
|
+
>EB80</span
|
6397
6672
|
>
|
6398
6673
|
<input
|
6399
6674
|
readonly
|
@@ -6410,7 +6685,7 @@
|
|
6410
6685
|
></i>
|
6411
6686
|
<span class="glyph-name">point-up</span>
|
6412
6687
|
<span class="glyph-codepoint"
|
6413
|
-
>
|
6688
|
+
>EB81</span
|
6414
6689
|
>
|
6415
6690
|
<input
|
6416
6691
|
readonly
|
@@ -6427,7 +6702,7 @@
|
|
6427
6702
|
></i>
|
6428
6703
|
<span class="glyph-name">polar-plot</span>
|
6429
6704
|
<span class="glyph-codepoint"
|
6430
|
-
>
|
6705
|
+
>EB82</span
|
6431
6706
|
>
|
6432
6707
|
<input
|
6433
6708
|
readonly
|
@@ -6444,7 +6719,7 @@
|
|
6444
6719
|
></i>
|
6445
6720
|
<span class="glyph-name">ppt-document</span>
|
6446
6721
|
<span class="glyph-codepoint"
|
6447
|
-
>
|
6722
|
+
>EB83</span
|
6448
6723
|
>
|
6449
6724
|
<input
|
6450
6725
|
readonly
|
@@ -6461,7 +6736,7 @@
|
|
6461
6736
|
></i>
|
6462
6737
|
<span class="glyph-name">print-filled</span>
|
6463
6738
|
<span class="glyph-codepoint"
|
6464
|
-
>
|
6739
|
+
>EB84</span
|
6465
6740
|
>
|
6466
6741
|
<input
|
6467
6742
|
readonly
|
@@ -6478,7 +6753,7 @@
|
|
6478
6753
|
></i>
|
6479
6754
|
<span class="glyph-name">print</span>
|
6480
6755
|
<span class="glyph-codepoint"
|
6481
|
-
>
|
6756
|
+
>EB85</span
|
6482
6757
|
>
|
6483
6758
|
<input
|
6484
6759
|
readonly
|
@@ -6495,7 +6770,7 @@
|
|
6495
6770
|
></i>
|
6496
6771
|
<span class="glyph-name">prio-high</span>
|
6497
6772
|
<span class="glyph-codepoint"
|
6498
|
-
>
|
6773
|
+
>EB86</span
|
6499
6774
|
>
|
6500
6775
|
<input
|
6501
6776
|
readonly
|
@@ -6512,7 +6787,7 @@
|
|
6512
6787
|
></i>
|
6513
6788
|
<span class="glyph-name">prio-low</span>
|
6514
6789
|
<span class="glyph-codepoint"
|
6515
|
-
>
|
6790
|
+
>EB87</span
|
6516
6791
|
>
|
6517
6792
|
<input
|
6518
6793
|
readonly
|
@@ -6529,7 +6804,7 @@
|
|
6529
6804
|
></i>
|
6530
6805
|
<span class="glyph-name">prio-middle</span>
|
6531
6806
|
<span class="glyph-codepoint"
|
6532
|
-
>
|
6807
|
+
>EB88</span
|
6533
6808
|
>
|
6534
6809
|
<input
|
6535
6810
|
readonly
|
@@ -6546,7 +6821,7 @@
|
|
6546
6821
|
></i>
|
6547
6822
|
<span class="glyph-name">product-catalog</span>
|
6548
6823
|
<span class="glyph-codepoint"
|
6549
|
-
>
|
6824
|
+
>EB89</span
|
6550
6825
|
>
|
6551
6826
|
<input
|
6552
6827
|
readonly
|
@@ -6563,7 +6838,7 @@
|
|
6563
6838
|
></i>
|
6564
6839
|
<span class="glyph-name">product-management</span>
|
6565
6840
|
<span class="glyph-codepoint"
|
6566
|
-
>
|
6841
|
+
>EB8A</span
|
6567
6842
|
>
|
6568
6843
|
<input
|
6569
6844
|
readonly
|
@@ -6580,7 +6855,7 @@
|
|
6580
6855
|
></i>
|
6581
6856
|
<span class="glyph-name">product</span>
|
6582
6857
|
<span class="glyph-codepoint"
|
6583
|
-
>
|
6858
|
+
>EB8B</span
|
6584
6859
|
>
|
6585
6860
|
<input
|
6586
6861
|
readonly
|
@@ -6597,7 +6872,7 @@
|
|
6597
6872
|
></i>
|
6598
6873
|
<span class="glyph-name">project-configuration</span>
|
6599
6874
|
<span class="glyph-codepoint"
|
6600
|
-
>
|
6875
|
+
>EB8C</span
|
6601
6876
|
>
|
6602
6877
|
<input
|
6603
6878
|
readonly
|
@@ -6614,7 +6889,7 @@
|
|
6614
6889
|
></i>
|
6615
6890
|
<span class="glyph-name">project-new</span>
|
6616
6891
|
<span class="glyph-codepoint"
|
6617
|
-
>
|
6892
|
+
>EB8D</span
|
6618
6893
|
>
|
6619
6894
|
<input
|
6620
6895
|
readonly
|
@@ -6631,7 +6906,7 @@
|
|
6631
6906
|
></i>
|
6632
6907
|
<span class="glyph-name">project</span>
|
6633
6908
|
<span class="glyph-codepoint"
|
6634
|
-
>
|
6909
|
+
>EB8E</span
|
6635
6910
|
>
|
6636
6911
|
<input
|
6637
6912
|
readonly
|
@@ -6648,7 +6923,7 @@
|
|
6648
6923
|
></i>
|
6649
6924
|
<span class="glyph-name">protocol</span>
|
6650
6925
|
<span class="glyph-codepoint"
|
6651
|
-
>
|
6926
|
+
>EB8F</span
|
6652
6927
|
>
|
6653
6928
|
<input
|
6654
6929
|
readonly
|
@@ -6665,7 +6940,7 @@
|
|
6665
6940
|
></i>
|
6666
6941
|
<span class="glyph-name">publish-document</span>
|
6667
6942
|
<span class="glyph-codepoint"
|
6668
|
-
>
|
6943
|
+
>EB90</span
|
6669
6944
|
>
|
6670
6945
|
<input
|
6671
6946
|
readonly
|
@@ -6682,7 +6957,7 @@
|
|
6682
6957
|
></i>
|
6683
6958
|
<span class="glyph-name">publish</span>
|
6684
6959
|
<span class="glyph-codepoint"
|
6685
|
-
>
|
6960
|
+
>EB91</span
|
6686
6961
|
>
|
6687
6962
|
<input
|
6688
6963
|
readonly
|
@@ -6699,7 +6974,7 @@
|
|
6699
6974
|
></i>
|
6700
6975
|
<span class="glyph-name">qr-code</span>
|
6701
6976
|
<span class="glyph-codepoint"
|
6702
|
-
>
|
6977
|
+
>EB92</span
|
6703
6978
|
>
|
6704
6979
|
<input
|
6705
6980
|
readonly
|
@@ -6716,7 +6991,7 @@
|
|
6716
6991
|
></i>
|
6717
6992
|
<span class="glyph-name">quality-report</span>
|
6718
6993
|
<span class="glyph-codepoint"
|
6719
|
-
>
|
6994
|
+
>EB93</span
|
6720
6995
|
>
|
6721
6996
|
<input
|
6722
6997
|
readonly
|
@@ -6733,7 +7008,7 @@
|
|
6733
7008
|
></i>
|
6734
7009
|
<span class="glyph-name">question-filled</span>
|
6735
7010
|
<span class="glyph-codepoint"
|
6736
|
-
>
|
7011
|
+
>EB94</span
|
6737
7012
|
>
|
6738
7013
|
<input
|
6739
7014
|
readonly
|
@@ -6750,7 +7025,7 @@
|
|
6750
7025
|
></i>
|
6751
7026
|
<span class="glyph-name">question</span>
|
6752
7027
|
<span class="glyph-codepoint"
|
6753
|
-
>
|
7028
|
+
>EB95</span
|
6754
7029
|
>
|
6755
7030
|
<input
|
6756
7031
|
readonly
|
@@ -6767,7 +7042,7 @@
|
|
6767
7042
|
></i>
|
6768
7043
|
<span class="glyph-name">radarchart</span>
|
6769
7044
|
<span class="glyph-codepoint"
|
6770
|
-
>
|
7045
|
+
>EB96</span
|
6771
7046
|
>
|
6772
7047
|
<input
|
6773
7048
|
readonly
|
@@ -6784,7 +7059,7 @@
|
|
6784
7059
|
></i>
|
6785
7060
|
<span class="glyph-name">radio-waves-off</span>
|
6786
7061
|
<span class="glyph-codepoint"
|
6787
|
-
>
|
7062
|
+
>EB97</span
|
6788
7063
|
>
|
6789
7064
|
<input
|
6790
7065
|
readonly
|
@@ -6801,7 +7076,7 @@
|
|
6801
7076
|
></i>
|
6802
7077
|
<span class="glyph-name">radio-waves</span>
|
6803
7078
|
<span class="glyph-codepoint"
|
6804
|
-
>
|
7079
|
+
>EB98</span
|
6805
7080
|
>
|
6806
7081
|
<input
|
6807
7082
|
readonly
|
@@ -6818,7 +7093,7 @@
|
|
6818
7093
|
></i>
|
6819
7094
|
<span class="glyph-name">random-filled</span>
|
6820
7095
|
<span class="glyph-codepoint"
|
6821
|
-
>
|
7096
|
+
>EB99</span
|
6822
7097
|
>
|
6823
7098
|
<input
|
6824
7099
|
readonly
|
@@ -6835,7 +7110,7 @@
|
|
6835
7110
|
></i>
|
6836
7111
|
<span class="glyph-name">random</span>
|
6837
7112
|
<span class="glyph-codepoint"
|
6838
|
-
>
|
7113
|
+
>EB9A</span
|
6839
7114
|
>
|
6840
7115
|
<input
|
6841
7116
|
readonly
|
@@ -6852,7 +7127,7 @@
|
|
6852
7127
|
></i>
|
6853
7128
|
<span class="glyph-name">redo</span>
|
6854
7129
|
<span class="glyph-codepoint"
|
6855
|
-
>
|
7130
|
+
>EB9B</span
|
6856
7131
|
>
|
6857
7132
|
<input
|
6858
7133
|
readonly
|
@@ -6869,7 +7144,7 @@
|
|
6869
7144
|
></i>
|
6870
7145
|
<span class="glyph-name">reference</span>
|
6871
7146
|
<span class="glyph-codepoint"
|
6872
|
-
>
|
7147
|
+
>EB9C</span
|
6873
7148
|
>
|
6874
7149
|
<input
|
6875
7150
|
readonly
|
@@ -6886,7 +7161,7 @@
|
|
6886
7161
|
></i>
|
6887
7162
|
<span class="glyph-name">refresh-cancelled</span>
|
6888
7163
|
<span class="glyph-codepoint"
|
6889
|
-
>
|
7164
|
+
>EB9D</span
|
6890
7165
|
>
|
6891
7166
|
<input
|
6892
7167
|
readonly
|
@@ -6903,7 +7178,7 @@
|
|
6903
7178
|
></i>
|
6904
7179
|
<span class="glyph-name">refresh</span>
|
6905
7180
|
<span class="glyph-codepoint"
|
6906
|
-
>
|
7181
|
+
>EB9E</span
|
6907
7182
|
>
|
6908
7183
|
<input
|
6909
7184
|
readonly
|
@@ -6920,7 +7195,7 @@
|
|
6920
7195
|
></i>
|
6921
7196
|
<span class="glyph-name">reload</span>
|
6922
7197
|
<span class="glyph-codepoint"
|
6923
|
-
>
|
7198
|
+
>EB9F</span
|
6924
7199
|
>
|
6925
7200
|
<input
|
6926
7201
|
readonly
|
@@ -6937,7 +7212,7 @@
|
|
6937
7212
|
></i>
|
6938
7213
|
<span class="glyph-name">remove-eye-filled</span>
|
6939
7214
|
<span class="glyph-codepoint"
|
6940
|
-
>
|
7215
|
+
>EBA0</span
|
6941
7216
|
>
|
6942
7217
|
<input
|
6943
7218
|
readonly
|
@@ -6954,7 +7229,7 @@
|
|
6954
7229
|
></i>
|
6955
7230
|
<span class="glyph-name">remove-eye</span>
|
6956
7231
|
<span class="glyph-codepoint"
|
6957
|
-
>
|
7232
|
+
>EBA1</span
|
6958
7233
|
>
|
6959
7234
|
<input
|
6960
7235
|
readonly
|
@@ -6971,7 +7246,7 @@
|
|
6971
7246
|
></i>
|
6972
7247
|
<span class="glyph-name">rename</span>
|
6973
7248
|
<span class="glyph-codepoint"
|
6974
|
-
>
|
7249
|
+
>EBA2</span
|
6975
7250
|
>
|
6976
7251
|
<input
|
6977
7252
|
readonly
|
@@ -6988,7 +7263,7 @@
|
|
6988
7263
|
></i>
|
6989
7264
|
<span class="glyph-name">report-barchart</span>
|
6990
7265
|
<span class="glyph-codepoint"
|
6991
|
-
>
|
7266
|
+
>EBA3</span
|
6992
7267
|
>
|
6993
7268
|
<input
|
6994
7269
|
readonly
|
@@ -7005,7 +7280,7 @@
|
|
7005
7280
|
></i>
|
7006
7281
|
<span class="glyph-name">report-linechart</span>
|
7007
7282
|
<span class="glyph-codepoint"
|
7008
|
-
>
|
7283
|
+
>EBA4</span
|
7009
7284
|
>
|
7010
7285
|
<input
|
7011
7286
|
readonly
|
@@ -7022,7 +7297,7 @@
|
|
7022
7297
|
></i>
|
7023
7298
|
<span class="glyph-name">report-text</span>
|
7024
7299
|
<span class="glyph-codepoint"
|
7025
|
-
>
|
7300
|
+
>EBA5</span
|
7026
7301
|
>
|
7027
7302
|
<input
|
7028
7303
|
readonly
|
@@ -7039,7 +7314,7 @@
|
|
7039
7314
|
></i>
|
7040
7315
|
<span class="glyph-name">reset</span>
|
7041
7316
|
<span class="glyph-codepoint"
|
7042
|
-
>
|
7317
|
+
>EBA6</span
|
7043
7318
|
>
|
7044
7319
|
<input
|
7045
7320
|
readonly
|
@@ -7056,7 +7331,7 @@
|
|
7056
7331
|
></i>
|
7057
7332
|
<span class="glyph-name">rhomb-filled</span>
|
7058
7333
|
<span class="glyph-codepoint"
|
7059
|
-
>
|
7334
|
+
>EBA7</span
|
7060
7335
|
>
|
7061
7336
|
<input
|
7062
7337
|
readonly
|
@@ -7073,7 +7348,7 @@
|
|
7073
7348
|
></i>
|
7074
7349
|
<span class="glyph-name">rhomb</span>
|
7075
7350
|
<span class="glyph-codepoint"
|
7076
|
-
>
|
7351
|
+
>EBA8</span
|
7077
7352
|
>
|
7078
7353
|
<input
|
7079
7354
|
readonly
|
@@ -7090,7 +7365,7 @@
|
|
7090
7365
|
></i>
|
7091
7366
|
<span class="glyph-name">rocket-filled</span>
|
7092
7367
|
<span class="glyph-codepoint"
|
7093
|
-
>
|
7368
|
+
>EBA9</span
|
7094
7369
|
>
|
7095
7370
|
<input
|
7096
7371
|
readonly
|
@@ -7107,7 +7382,7 @@
|
|
7107
7382
|
></i>
|
7108
7383
|
<span class="glyph-name">rocket</span>
|
7109
7384
|
<span class="glyph-codepoint"
|
7110
|
-
>
|
7385
|
+
>EBAA</span
|
7111
7386
|
>
|
7112
7387
|
<input
|
7113
7388
|
readonly
|
@@ -7124,7 +7399,7 @@
|
|
7124
7399
|
></i>
|
7125
7400
|
<span class="glyph-name">scatterplot</span>
|
7126
7401
|
<span class="glyph-codepoint"
|
7127
|
-
>
|
7402
|
+
>EBAB</span
|
7128
7403
|
>
|
7129
7404
|
<input
|
7130
7405
|
readonly
|
@@ -7141,7 +7416,7 @@
|
|
7141
7416
|
></i>
|
7142
7417
|
<span class="glyph-name">scheduler-filled</span>
|
7143
7418
|
<span class="glyph-codepoint"
|
7144
|
-
>
|
7419
|
+
>EBAC</span
|
7145
7420
|
>
|
7146
7421
|
<input
|
7147
7422
|
readonly
|
@@ -7158,7 +7433,7 @@
|
|
7158
7433
|
></i>
|
7159
7434
|
<span class="glyph-name">scheduler</span>
|
7160
7435
|
<span class="glyph-codepoint"
|
7161
|
-
>
|
7436
|
+
>EBAD</span
|
7162
7437
|
>
|
7163
7438
|
<input
|
7164
7439
|
readonly
|
@@ -7175,7 +7450,7 @@
|
|
7175
7450
|
></i>
|
7176
7451
|
<span class="glyph-name">screen-filled</span>
|
7177
7452
|
<span class="glyph-codepoint"
|
7178
|
-
>
|
7453
|
+
>EBAE</span
|
7179
7454
|
>
|
7180
7455
|
<input
|
7181
7456
|
readonly
|
@@ -7192,7 +7467,7 @@
|
|
7192
7467
|
></i>
|
7193
7468
|
<span class="glyph-name">screen</span>
|
7194
7469
|
<span class="glyph-codepoint"
|
7195
|
-
>
|
7470
|
+
>EBAF</span
|
7196
7471
|
>
|
7197
7472
|
<input
|
7198
7473
|
readonly
|
@@ -7209,7 +7484,7 @@
|
|
7209
7484
|
></i>
|
7210
7485
|
<span class="glyph-name">screenshot-filled</span>
|
7211
7486
|
<span class="glyph-codepoint"
|
7212
|
-
>
|
7487
|
+
>EBB0</span
|
7213
7488
|
>
|
7214
7489
|
<input
|
7215
7490
|
readonly
|
@@ -7226,7 +7501,7 @@
|
|
7226
7501
|
></i>
|
7227
7502
|
<span class="glyph-name">screenshot</span>
|
7228
7503
|
<span class="glyph-codepoint"
|
7229
|
-
>
|
7504
|
+
>EBB1</span
|
7230
7505
|
>
|
7231
7506
|
<input
|
7232
7507
|
readonly
|
@@ -7243,7 +7518,7 @@
|
|
7243
7518
|
></i>
|
7244
7519
|
<span class="glyph-name">search</span>
|
7245
7520
|
<span class="glyph-codepoint"
|
7246
|
-
>
|
7521
|
+
>EBB2</span
|
7247
7522
|
>
|
7248
7523
|
<input
|
7249
7524
|
readonly
|
@@ -7260,7 +7535,7 @@
|
|
7260
7535
|
></i>
|
7261
7536
|
<span class="glyph-name">share-filled</span>
|
7262
7537
|
<span class="glyph-codepoint"
|
7263
|
-
>
|
7538
|
+
>EBB3</span
|
7264
7539
|
>
|
7265
7540
|
<input
|
7266
7541
|
readonly
|
@@ -7277,7 +7552,7 @@
|
|
7277
7552
|
></i>
|
7278
7553
|
<span class="glyph-name">share</span>
|
7279
7554
|
<span class="glyph-codepoint"
|
7280
|
-
>
|
7555
|
+
>EBB4</span
|
7281
7556
|
>
|
7282
7557
|
<input
|
7283
7558
|
readonly
|
@@ -7294,7 +7569,7 @@
|
|
7294
7569
|
></i>
|
7295
7570
|
<span class="glyph-name">shopping-cart-filled</span>
|
7296
7571
|
<span class="glyph-codepoint"
|
7297
|
-
>
|
7572
|
+
>EBB5</span
|
7298
7573
|
>
|
7299
7574
|
<input
|
7300
7575
|
readonly
|
@@ -7311,7 +7586,7 @@
|
|
7311
7586
|
></i>
|
7312
7587
|
<span class="glyph-name">shopping-cart</span>
|
7313
7588
|
<span class="glyph-codepoint"
|
7314
|
-
>
|
7589
|
+
>EBB6</span
|
7315
7590
|
>
|
7316
7591
|
<input
|
7317
7592
|
readonly
|
@@ -7328,7 +7603,7 @@
|
|
7328
7603
|
></i>
|
7329
7604
|
<span class="glyph-name">shout-filled</span>
|
7330
7605
|
<span class="glyph-codepoint"
|
7331
|
-
>
|
7606
|
+
>EBB7</span
|
7332
7607
|
>
|
7333
7608
|
<input
|
7334
7609
|
readonly
|
@@ -7345,7 +7620,7 @@
|
|
7345
7620
|
></i>
|
7346
7621
|
<span class="glyph-name">shout</span>
|
7347
7622
|
<span class="glyph-codepoint"
|
7348
|
-
>
|
7623
|
+
>EBB8</span
|
7349
7624
|
>
|
7350
7625
|
<input
|
7351
7626
|
readonly
|
@@ -7362,7 +7637,7 @@
|
|
7362
7637
|
></i>
|
7363
7638
|
<span class="glyph-name">sign-language</span>
|
7364
7639
|
<span class="glyph-codepoint"
|
7365
|
-
>
|
7640
|
+
>EBB9</span
|
7366
7641
|
>
|
7367
7642
|
<input
|
7368
7643
|
readonly
|
@@ -7379,7 +7654,7 @@
|
|
7379
7654
|
></i>
|
7380
7655
|
<span class="glyph-name">signal-strength-0</span>
|
7381
7656
|
<span class="glyph-codepoint"
|
7382
|
-
>
|
7657
|
+
>EBBA</span
|
7383
7658
|
>
|
7384
7659
|
<input
|
7385
7660
|
readonly
|
@@ -7396,7 +7671,7 @@
|
|
7396
7671
|
></i>
|
7397
7672
|
<span class="glyph-name">signal-strength-1</span>
|
7398
7673
|
<span class="glyph-codepoint"
|
7399
|
-
>
|
7674
|
+
>EBBB</span
|
7400
7675
|
>
|
7401
7676
|
<input
|
7402
7677
|
readonly
|
@@ -7413,7 +7688,7 @@
|
|
7413
7688
|
></i>
|
7414
7689
|
<span class="glyph-name">signal-strength-2</span>
|
7415
7690
|
<span class="glyph-codepoint"
|
7416
|
-
>
|
7691
|
+
>EBBC</span
|
7417
7692
|
>
|
7418
7693
|
<input
|
7419
7694
|
readonly
|
@@ -7430,7 +7705,7 @@
|
|
7430
7705
|
></i>
|
7431
7706
|
<span class="glyph-name">signal-strength-3</span>
|
7432
7707
|
<span class="glyph-codepoint"
|
7433
|
-
>
|
7708
|
+
>EBBD</span
|
7434
7709
|
>
|
7435
7710
|
<input
|
7436
7711
|
readonly
|
@@ -7447,7 +7722,7 @@
|
|
7447
7722
|
></i>
|
7448
7723
|
<span class="glyph-name">signal-strength-4</span>
|
7449
7724
|
<span class="glyph-codepoint"
|
7450
|
-
>
|
7725
|
+
>EBBE</span
|
7451
7726
|
>
|
7452
7727
|
<input
|
7453
7728
|
readonly
|
@@ -7464,7 +7739,7 @@
|
|
7464
7739
|
></i>
|
7465
7740
|
<span class="glyph-name">signal-strength-5</span>
|
7466
7741
|
<span class="glyph-codepoint"
|
7467
|
-
>
|
7742
|
+
>EBBF</span
|
7468
7743
|
>
|
7469
7744
|
<input
|
7470
7745
|
readonly
|
@@ -7481,7 +7756,7 @@
|
|
7481
7756
|
></i>
|
7482
7757
|
<span class="glyph-name">signal-strength-6</span>
|
7483
7758
|
<span class="glyph-codepoint"
|
7484
|
-
>
|
7759
|
+
>EBC0</span
|
7485
7760
|
>
|
7486
7761
|
<input
|
7487
7762
|
readonly
|
@@ -7498,7 +7773,7 @@
|
|
7498
7773
|
></i>
|
7499
7774
|
<span class="glyph-name">signal-strength-7</span>
|
7500
7775
|
<span class="glyph-codepoint"
|
7501
|
-
>
|
7776
|
+
>EBC1</span
|
7502
7777
|
>
|
7503
7778
|
<input
|
7504
7779
|
readonly
|
@@ -7515,7 +7790,7 @@
|
|
7515
7790
|
></i>
|
7516
7791
|
<span class="glyph-name">signal-strength-8</span>
|
7517
7792
|
<span class="glyph-codepoint"
|
7518
|
-
>
|
7793
|
+
>EBC2</span
|
7519
7794
|
>
|
7520
7795
|
<input
|
7521
7796
|
readonly
|
@@ -7532,7 +7807,7 @@
|
|
7532
7807
|
></i>
|
7533
7808
|
<span class="glyph-name">single-check</span>
|
7534
7809
|
<span class="glyph-codepoint"
|
7535
|
-
>
|
7810
|
+
>EBC3</span
|
7536
7811
|
>
|
7537
7812
|
<input
|
7538
7813
|
readonly
|
@@ -7549,7 +7824,7 @@
|
|
7549
7824
|
></i>
|
7550
7825
|
<span class="glyph-name">skip-back-filled</span>
|
7551
7826
|
<span class="glyph-codepoint"
|
7552
|
-
>
|
7827
|
+
>EBC4</span
|
7553
7828
|
>
|
7554
7829
|
<input
|
7555
7830
|
readonly
|
@@ -7566,7 +7841,7 @@
|
|
7566
7841
|
></i>
|
7567
7842
|
<span class="glyph-name">skip-back</span>
|
7568
7843
|
<span class="glyph-codepoint"
|
7569
|
-
>
|
7844
|
+
>EBC5</span
|
7570
7845
|
>
|
7571
7846
|
<input
|
7572
7847
|
readonly
|
@@ -7583,7 +7858,7 @@
|
|
7583
7858
|
></i>
|
7584
7859
|
<span class="glyph-name">skip-filled</span>
|
7585
7860
|
<span class="glyph-codepoint"
|
7586
|
-
>
|
7861
|
+
>EBC6</span
|
7587
7862
|
>
|
7588
7863
|
<input
|
7589
7864
|
readonly
|
@@ -7600,7 +7875,7 @@
|
|
7600
7875
|
></i>
|
7601
7876
|
<span class="glyph-name">skip</span>
|
7602
7877
|
<span class="glyph-codepoint"
|
7603
|
-
>
|
7878
|
+
>EBC7</span
|
7604
7879
|
>
|
7605
7880
|
<input
|
7606
7881
|
readonly
|
@@ -7617,7 +7892,7 @@
|
|
7617
7892
|
></i>
|
7618
7893
|
<span class="glyph-name">snowflake</span>
|
7619
7894
|
<span class="glyph-codepoint"
|
7620
|
-
>
|
7895
|
+
>EBC8</span
|
7621
7896
|
>
|
7622
7897
|
<input
|
7623
7898
|
readonly
|
@@ -7634,7 +7909,7 @@
|
|
7634
7909
|
></i>
|
7635
7910
|
<span class="glyph-name">sort-ascending</span>
|
7636
7911
|
<span class="glyph-codepoint"
|
7637
|
-
>
|
7912
|
+
>EBC9</span
|
7638
7913
|
>
|
7639
7914
|
<input
|
7640
7915
|
readonly
|
@@ -7651,7 +7926,7 @@
|
|
7651
7926
|
></i>
|
7652
7927
|
<span class="glyph-name">sort-descending</span>
|
7653
7928
|
<span class="glyph-codepoint"
|
7654
|
-
>
|
7929
|
+
>EBCA</span
|
7655
7930
|
>
|
7656
7931
|
<input
|
7657
7932
|
readonly
|
@@ -7668,7 +7943,7 @@
|
|
7668
7943
|
></i>
|
7669
7944
|
<span class="glyph-name">sort</span>
|
7670
7945
|
<span class="glyph-codepoint"
|
7671
|
-
>
|
7946
|
+
>EBCB</span
|
7672
7947
|
>
|
7673
7948
|
<input
|
7674
7949
|
readonly
|
@@ -7685,7 +7960,7 @@
|
|
7685
7960
|
></i>
|
7686
7961
|
<span class="glyph-name">sound-loud-filled</span>
|
7687
7962
|
<span class="glyph-codepoint"
|
7688
|
-
>
|
7963
|
+
>EBCC</span
|
7689
7964
|
>
|
7690
7965
|
<input
|
7691
7966
|
readonly
|
@@ -7702,7 +7977,7 @@
|
|
7702
7977
|
></i>
|
7703
7978
|
<span class="glyph-name">sound-loud</span>
|
7704
7979
|
<span class="glyph-codepoint"
|
7705
|
-
>
|
7980
|
+
>EBCD</span
|
7706
7981
|
>
|
7707
7982
|
<input
|
7708
7983
|
readonly
|
@@ -7719,7 +7994,7 @@
|
|
7719
7994
|
></i>
|
7720
7995
|
<span class="glyph-name">sound-mute-filled</span>
|
7721
7996
|
<span class="glyph-codepoint"
|
7722
|
-
>
|
7997
|
+
>EBCE</span
|
7723
7998
|
>
|
7724
7999
|
<input
|
7725
8000
|
readonly
|
@@ -7736,7 +8011,7 @@
|
|
7736
8011
|
></i>
|
7737
8012
|
<span class="glyph-name">sound-mute</span>
|
7738
8013
|
<span class="glyph-codepoint"
|
7739
|
-
>
|
8014
|
+
>EBCF</span
|
7740
8015
|
>
|
7741
8016
|
<input
|
7742
8017
|
readonly
|
@@ -7753,7 +8028,7 @@
|
|
7753
8028
|
></i>
|
7754
8029
|
<span class="glyph-name">sound-off-filled</span>
|
7755
8030
|
<span class="glyph-codepoint"
|
7756
|
-
>
|
8031
|
+
>EBD0</span
|
7757
8032
|
>
|
7758
8033
|
<input
|
7759
8034
|
readonly
|
@@ -7770,7 +8045,7 @@
|
|
7770
8045
|
></i>
|
7771
8046
|
<span class="glyph-name">sound-off</span>
|
7772
8047
|
<span class="glyph-codepoint"
|
7773
|
-
>
|
8048
|
+
>EBD1</span
|
7774
8049
|
>
|
7775
8050
|
<input
|
7776
8051
|
readonly
|
@@ -7787,7 +8062,7 @@
|
|
7787
8062
|
></i>
|
7788
8063
|
<span class="glyph-name">sound-quiet-filled</span>
|
7789
8064
|
<span class="glyph-codepoint"
|
7790
|
-
>
|
8065
|
+
>EBD2</span
|
7791
8066
|
>
|
7792
8067
|
<input
|
7793
8068
|
readonly
|
@@ -7804,7 +8079,7 @@
|
|
7804
8079
|
></i>
|
7805
8080
|
<span class="glyph-name">sound-quiet</span>
|
7806
8081
|
<span class="glyph-codepoint"
|
7807
|
-
>
|
8082
|
+
>EBD3</span
|
7808
8083
|
>
|
7809
8084
|
<input
|
7810
8085
|
readonly
|
@@ -7821,7 +8096,7 @@
|
|
7821
8096
|
></i>
|
7822
8097
|
<span class="glyph-name">spatial</span>
|
7823
8098
|
<span class="glyph-codepoint"
|
7824
|
-
>
|
8099
|
+
>EBD4</span
|
7825
8100
|
>
|
7826
8101
|
<input
|
7827
8102
|
readonly
|
@@ -7838,7 +8113,7 @@
|
|
7838
8113
|
></i>
|
7839
8114
|
<span class="glyph-name">split-horizontally</span>
|
7840
8115
|
<span class="glyph-codepoint"
|
7841
|
-
>
|
8116
|
+
>EBD5</span
|
7842
8117
|
>
|
7843
8118
|
<input
|
7844
8119
|
readonly
|
@@ -7855,7 +8130,7 @@
|
|
7855
8130
|
></i>
|
7856
8131
|
<span class="glyph-name">split-vertically</span>
|
7857
8132
|
<span class="glyph-codepoint"
|
7858
|
-
>
|
8133
|
+
>EBD6</span
|
7859
8134
|
>
|
7860
8135
|
<input
|
7861
8136
|
readonly
|
@@ -7872,7 +8147,7 @@
|
|
7872
8147
|
></i>
|
7873
8148
|
<span class="glyph-name">star-add-filled</span>
|
7874
8149
|
<span class="glyph-codepoint"
|
7875
|
-
>
|
8150
|
+
>EBD7</span
|
7876
8151
|
>
|
7877
8152
|
<input
|
7878
8153
|
readonly
|
@@ -7889,7 +8164,7 @@
|
|
7889
8164
|
></i>
|
7890
8165
|
<span class="glyph-name">star-add</span>
|
7891
8166
|
<span class="glyph-codepoint"
|
7892
|
-
>
|
8167
|
+
>EBD8</span
|
7893
8168
|
>
|
7894
8169
|
<input
|
7895
8170
|
readonly
|
@@ -7906,7 +8181,7 @@
|
|
7906
8181
|
></i>
|
7907
8182
|
<span class="glyph-name">star-cancelled-filled</span>
|
7908
8183
|
<span class="glyph-codepoint"
|
7909
|
-
>
|
8184
|
+
>EBD9</span
|
7910
8185
|
>
|
7911
8186
|
<input
|
7912
8187
|
readonly
|
@@ -7923,7 +8198,7 @@
|
|
7923
8198
|
></i>
|
7924
8199
|
<span class="glyph-name">star-cancelled</span>
|
7925
8200
|
<span class="glyph-codepoint"
|
7926
|
-
>
|
8201
|
+
>EBDA</span
|
7927
8202
|
>
|
7928
8203
|
<input
|
7929
8204
|
readonly
|
@@ -7940,7 +8215,7 @@
|
|
7940
8215
|
></i>
|
7941
8216
|
<span class="glyph-name">star-filled</span>
|
7942
8217
|
<span class="glyph-codepoint"
|
7943
|
-
>
|
8218
|
+
>EBDB</span
|
7944
8219
|
>
|
7945
8220
|
<input
|
7946
8221
|
readonly
|
@@ -7957,7 +8232,7 @@
|
|
7957
8232
|
></i>
|
7958
8233
|
<span class="glyph-name">star-list-filled</span>
|
7959
8234
|
<span class="glyph-codepoint"
|
7960
|
-
>
|
8235
|
+
>EBDC</span
|
7961
8236
|
>
|
7962
8237
|
<input
|
7963
8238
|
readonly
|
@@ -7974,7 +8249,7 @@
|
|
7974
8249
|
></i>
|
7975
8250
|
<span class="glyph-name">star-list</span>
|
7976
8251
|
<span class="glyph-codepoint"
|
7977
|
-
>
|
8252
|
+
>EBDD</span
|
7978
8253
|
>
|
7979
8254
|
<input
|
7980
8255
|
readonly
|
@@ -7991,7 +8266,7 @@
|
|
7991
8266
|
></i>
|
7992
8267
|
<span class="glyph-name">star</span>
|
7993
8268
|
<span class="glyph-codepoint"
|
7994
|
-
>
|
8269
|
+
>EBDE</span
|
7995
8270
|
>
|
7996
8271
|
<input
|
7997
8272
|
readonly
|
@@ -8008,7 +8283,7 @@
|
|
8008
8283
|
></i>
|
8009
8284
|
<span class="glyph-name">start-data-analysis</span>
|
8010
8285
|
<span class="glyph-codepoint"
|
8011
|
-
>
|
8286
|
+
>EBDF</span
|
8012
8287
|
>
|
8013
8288
|
<input
|
8014
8289
|
readonly
|
@@ -8025,7 +8300,7 @@
|
|
8025
8300
|
></i>
|
8026
8301
|
<span class="glyph-name">stop-filled</span>
|
8027
8302
|
<span class="glyph-codepoint"
|
8028
|
-
>
|
8303
|
+
>EBE0</span
|
8029
8304
|
>
|
8030
8305
|
<input
|
8031
8306
|
readonly
|
@@ -8042,7 +8317,7 @@
|
|
8042
8317
|
></i>
|
8043
8318
|
<span class="glyph-name">stop</span>
|
8044
8319
|
<span class="glyph-codepoint"
|
8045
|
-
>
|
8320
|
+
>EBE1</span
|
8046
8321
|
>
|
8047
8322
|
<input
|
8048
8323
|
readonly
|
@@ -8059,7 +8334,7 @@
|
|
8059
8334
|
></i>
|
8060
8335
|
<span class="glyph-name">success-filled</span>
|
8061
8336
|
<span class="glyph-codepoint"
|
8062
|
-
>
|
8337
|
+
>EBE2</span
|
8063
8338
|
>
|
8064
8339
|
<input
|
8065
8340
|
readonly
|
@@ -8076,7 +8351,7 @@
|
|
8076
8351
|
></i>
|
8077
8352
|
<span class="glyph-name">success</span>
|
8078
8353
|
<span class="glyph-codepoint"
|
8079
|
-
>
|
8354
|
+
>EBE3</span
|
8080
8355
|
>
|
8081
8356
|
<input
|
8082
8357
|
readonly
|
@@ -8093,7 +8368,7 @@
|
|
8093
8368
|
></i>
|
8094
8369
|
<span class="glyph-name">sun-filled</span>
|
8095
8370
|
<span class="glyph-codepoint"
|
8096
|
-
>
|
8371
|
+
>EBE4</span
|
8097
8372
|
>
|
8098
8373
|
<input
|
8099
8374
|
readonly
|
@@ -8110,7 +8385,7 @@
|
|
8110
8385
|
></i>
|
8111
8386
|
<span class="glyph-name">sun</span>
|
8112
8387
|
<span class="glyph-codepoint"
|
8113
|
-
>
|
8388
|
+
>EBE5</span
|
8114
8389
|
>
|
8115
8390
|
<input
|
8116
8391
|
readonly
|
@@ -8127,7 +8402,7 @@
|
|
8127
8402
|
></i>
|
8128
8403
|
<span class="glyph-name">support</span>
|
8129
8404
|
<span class="glyph-codepoint"
|
8130
|
-
>
|
8405
|
+
>EBE6</span
|
8131
8406
|
>
|
8132
8407
|
<input
|
8133
8408
|
readonly
|
@@ -8144,7 +8419,7 @@
|
|
8144
8419
|
></i>
|
8145
8420
|
<span class="glyph-name">surveillance-filled</span>
|
8146
8421
|
<span class="glyph-codepoint"
|
8147
|
-
>
|
8422
|
+
>EBE7</span
|
8148
8423
|
>
|
8149
8424
|
<input
|
8150
8425
|
readonly
|
@@ -8161,7 +8436,7 @@
|
|
8161
8436
|
></i>
|
8162
8437
|
<span class="glyph-name">surveillance</span>
|
8163
8438
|
<span class="glyph-codepoint"
|
8164
|
-
>
|
8439
|
+
>EBE8</span
|
8165
8440
|
>
|
8166
8441
|
<input
|
8167
8442
|
readonly
|
@@ -8178,7 +8453,7 @@
|
|
8178
8453
|
></i>
|
8179
8454
|
<span class="glyph-name">svg-document</span>
|
8180
8455
|
<span class="glyph-codepoint"
|
8181
|
-
>
|
8456
|
+
>EBE9</span
|
8182
8457
|
>
|
8183
8458
|
<input
|
8184
8459
|
readonly
|
@@ -8195,7 +8470,7 @@
|
|
8195
8470
|
></i>
|
8196
8471
|
<span class="glyph-name">swap-left-right</span>
|
8197
8472
|
<span class="glyph-codepoint"
|
8198
|
-
>
|
8473
|
+
>EBEA</span
|
8199
8474
|
>
|
8200
8475
|
<input
|
8201
8476
|
readonly
|
@@ -8212,7 +8487,7 @@
|
|
8212
8487
|
></i>
|
8213
8488
|
<span class="glyph-name">table-columns</span>
|
8214
8489
|
<span class="glyph-codepoint"
|
8215
|
-
>
|
8490
|
+
>EBEB</span
|
8216
8491
|
>
|
8217
8492
|
<input
|
8218
8493
|
readonly
|
@@ -8229,7 +8504,7 @@
|
|
8229
8504
|
></i>
|
8230
8505
|
<span class="glyph-name">table-rows</span>
|
8231
8506
|
<span class="glyph-codepoint"
|
8232
|
-
>
|
8507
|
+
>EBEC</span
|
8233
8508
|
>
|
8234
8509
|
<input
|
8235
8510
|
readonly
|
@@ -8246,7 +8521,7 @@
|
|
8246
8521
|
></i>
|
8247
8522
|
<span class="glyph-name">table-settings</span>
|
8248
8523
|
<span class="glyph-codepoint"
|
8249
|
-
>
|
8524
|
+
>EBED</span
|
8250
8525
|
>
|
8251
8526
|
<input
|
8252
8527
|
readonly
|
@@ -8263,7 +8538,7 @@
|
|
8263
8538
|
></i>
|
8264
8539
|
<span class="glyph-name">table</span>
|
8265
8540
|
<span class="glyph-codepoint"
|
8266
|
-
>
|
8541
|
+
>EBEE</span
|
8267
8542
|
>
|
8268
8543
|
<input
|
8269
8544
|
readonly
|
@@ -8280,7 +8555,7 @@
|
|
8280
8555
|
></i>
|
8281
8556
|
<span class="glyph-name">tag-filled</span>
|
8282
8557
|
<span class="glyph-codepoint"
|
8283
|
-
>
|
8558
|
+
>EBEF</span
|
8284
8559
|
>
|
8285
8560
|
<input
|
8286
8561
|
readonly
|
@@ -8297,7 +8572,7 @@
|
|
8297
8572
|
></i>
|
8298
8573
|
<span class="glyph-name">tag</span>
|
8299
8574
|
<span class="glyph-codepoint"
|
8300
|
-
>
|
8575
|
+
>EBF0</span
|
8301
8576
|
>
|
8302
8577
|
<input
|
8303
8578
|
readonly
|
@@ -8314,7 +8589,7 @@
|
|
8314
8589
|
></i>
|
8315
8590
|
<span class="glyph-name">tasks-all</span>
|
8316
8591
|
<span class="glyph-codepoint"
|
8317
|
-
>
|
8592
|
+
>EBF1</span
|
8318
8593
|
>
|
8319
8594
|
<input
|
8320
8595
|
readonly
|
@@ -8331,7 +8606,7 @@
|
|
8331
8606
|
></i>
|
8332
8607
|
<span class="glyph-name">tasks-done</span>
|
8333
8608
|
<span class="glyph-codepoint"
|
8334
|
-
>
|
8609
|
+
>EBF2</span
|
8335
8610
|
>
|
8336
8611
|
<input
|
8337
8612
|
readonly
|
@@ -8348,7 +8623,7 @@
|
|
8348
8623
|
></i>
|
8349
8624
|
<span class="glyph-name">tasks-open</span>
|
8350
8625
|
<span class="glyph-codepoint"
|
8351
|
-
>
|
8626
|
+
>EBF3</span
|
8352
8627
|
>
|
8353
8628
|
<input
|
8354
8629
|
readonly
|
@@ -8365,7 +8640,7 @@
|
|
8365
8640
|
></i>
|
8366
8641
|
<span class="glyph-name">text-document</span>
|
8367
8642
|
<span class="glyph-codepoint"
|
8368
|
-
>
|
8643
|
+
>EBF4</span
|
8369
8644
|
>
|
8370
8645
|
<input
|
8371
8646
|
readonly
|
@@ -8382,7 +8657,7 @@
|
|
8382
8657
|
></i>
|
8383
8658
|
<span class="glyph-name">threshold-cancelled</span>
|
8384
8659
|
<span class="glyph-codepoint"
|
8385
|
-
>
|
8660
|
+
>EBF5</span
|
8386
8661
|
>
|
8387
8662
|
<input
|
8388
8663
|
readonly
|
@@ -8399,7 +8674,7 @@
|
|
8399
8674
|
></i>
|
8400
8675
|
<span class="glyph-name">threshold-off</span>
|
8401
8676
|
<span class="glyph-codepoint"
|
8402
|
-
>
|
8677
|
+
>EBF6</span
|
8403
8678
|
>
|
8404
8679
|
<input
|
8405
8680
|
readonly
|
@@ -8416,7 +8691,7 @@
|
|
8416
8691
|
></i>
|
8417
8692
|
<span class="glyph-name">threshold-on</span>
|
8418
8693
|
<span class="glyph-codepoint"
|
8419
|
-
>
|
8694
|
+
>EBF7</span
|
8420
8695
|
>
|
8421
8696
|
<input
|
8422
8697
|
readonly
|
@@ -8433,7 +8708,7 @@
|
|
8433
8708
|
></i>
|
8434
8709
|
<span class="glyph-name">to-be-published</span>
|
8435
8710
|
<span class="glyph-codepoint"
|
8436
|
-
>
|
8711
|
+
>EBF8</span
|
8437
8712
|
>
|
8438
8713
|
<input
|
8439
8714
|
readonly
|
@@ -8450,7 +8725,7 @@
|
|
8450
8725
|
></i>
|
8451
8726
|
<span class="glyph-name">to-search</span>
|
8452
8727
|
<span class="glyph-codepoint"
|
8453
|
-
>
|
8728
|
+
>EBF9</span
|
8454
8729
|
>
|
8455
8730
|
<input
|
8456
8731
|
readonly
|
@@ -8467,7 +8742,7 @@
|
|
8467
8742
|
></i>
|
8468
8743
|
<span class="glyph-name">topic-filled</span>
|
8469
8744
|
<span class="glyph-codepoint"
|
8470
|
-
>
|
8745
|
+
>EBFA</span
|
8471
8746
|
>
|
8472
8747
|
<input
|
8473
8748
|
readonly
|
@@ -8484,7 +8759,7 @@
|
|
8484
8759
|
></i>
|
8485
8760
|
<span class="glyph-name">topic</span>
|
8486
8761
|
<span class="glyph-codepoint"
|
8487
|
-
>
|
8762
|
+
>EBFB</span
|
8488
8763
|
>
|
8489
8764
|
<input
|
8490
8765
|
readonly
|
@@ -8501,7 +8776,7 @@
|
|
8501
8776
|
></i>
|
8502
8777
|
<span class="glyph-name">touch-filled</span>
|
8503
8778
|
<span class="glyph-codepoint"
|
8504
|
-
>
|
8779
|
+
>EBFC</span
|
8505
8780
|
>
|
8506
8781
|
<input
|
8507
8782
|
readonly
|
@@ -8518,7 +8793,7 @@
|
|
8518
8793
|
></i>
|
8519
8794
|
<span class="glyph-name">touch</span>
|
8520
8795
|
<span class="glyph-codepoint"
|
8521
|
-
>
|
8796
|
+
>EBFD</span
|
8522
8797
|
>
|
8523
8798
|
<input
|
8524
8799
|
readonly
|
@@ -8535,7 +8810,7 @@
|
|
8535
8810
|
></i>
|
8536
8811
|
<span class="glyph-name">trashcan-filled</span>
|
8537
8812
|
<span class="glyph-codepoint"
|
8538
|
-
>
|
8813
|
+
>EBFE</span
|
8539
8814
|
>
|
8540
8815
|
<input
|
8541
8816
|
readonly
|
@@ -8552,7 +8827,7 @@
|
|
8552
8827
|
></i>
|
8553
8828
|
<span class="glyph-name">trashcan</span>
|
8554
8829
|
<span class="glyph-codepoint"
|
8555
|
-
>
|
8830
|
+
>EBFF</span
|
8556
8831
|
>
|
8557
8832
|
<input
|
8558
8833
|
readonly
|
@@ -8569,7 +8844,7 @@
|
|
8569
8844
|
></i>
|
8570
8845
|
<span class="glyph-name">tree</span>
|
8571
8846
|
<span class="glyph-codepoint"
|
8572
|
-
>
|
8847
|
+
>EC00</span
|
8573
8848
|
>
|
8574
8849
|
<input
|
8575
8850
|
readonly
|
@@ -8586,7 +8861,7 @@
|
|
8586
8861
|
></i>
|
8587
8862
|
<span class="glyph-name">trend</span>
|
8588
8863
|
<span class="glyph-codepoint"
|
8589
|
-
>
|
8864
|
+
>EC01</span
|
8590
8865
|
>
|
8591
8866
|
<input
|
8592
8867
|
readonly
|
@@ -8603,7 +8878,7 @@
|
|
8603
8878
|
></i>
|
8604
8879
|
<span class="glyph-name">triangle-filled</span>
|
8605
8880
|
<span class="glyph-codepoint"
|
8606
|
-
>
|
8881
|
+
>EC02</span
|
8607
8882
|
>
|
8608
8883
|
<input
|
8609
8884
|
readonly
|
@@ -8620,7 +8895,7 @@
|
|
8620
8895
|
></i>
|
8621
8896
|
<span class="glyph-name">triangle</span>
|
8622
8897
|
<span class="glyph-codepoint"
|
8623
|
-
>
|
8898
|
+
>EC03</span
|
8624
8899
|
>
|
8625
8900
|
<input
|
8626
8901
|
readonly
|
@@ -8637,7 +8912,7 @@
|
|
8637
8912
|
></i>
|
8638
8913
|
<span class="glyph-name">tulip-filled</span>
|
8639
8914
|
<span class="glyph-codepoint"
|
8640
|
-
>
|
8915
|
+
>EC04</span
|
8641
8916
|
>
|
8642
8917
|
<input
|
8643
8918
|
readonly
|
@@ -8654,7 +8929,7 @@
|
|
8654
8929
|
></i>
|
8655
8930
|
<span class="glyph-name">tulip</span>
|
8656
8931
|
<span class="glyph-codepoint"
|
8657
|
-
>
|
8932
|
+
>EC05</span
|
8658
8933
|
>
|
8659
8934
|
<input
|
8660
8935
|
readonly
|
@@ -8671,7 +8946,7 @@
|
|
8671
8946
|
></i>
|
8672
8947
|
<span class="glyph-name">txt-document</span>
|
8673
8948
|
<span class="glyph-codepoint"
|
8674
|
-
>
|
8949
|
+
>EC06</span
|
8675
8950
|
>
|
8676
8951
|
<input
|
8677
8952
|
readonly
|
@@ -8688,7 +8963,7 @@
|
|
8688
8963
|
></i>
|
8689
8964
|
<span class="glyph-name">undo</span>
|
8690
8965
|
<span class="glyph-codepoint"
|
8691
|
-
>
|
8966
|
+
>EC07</span
|
8692
8967
|
>
|
8693
8968
|
<input
|
8694
8969
|
readonly
|
@@ -8705,7 +8980,7 @@
|
|
8705
8980
|
></i>
|
8706
8981
|
<span class="glyph-name">ungroup</span>
|
8707
8982
|
<span class="glyph-codepoint"
|
8708
|
-
>
|
8983
|
+
>EC08</span
|
8709
8984
|
>
|
8710
8985
|
<input
|
8711
8986
|
readonly
|
@@ -8722,7 +8997,7 @@
|
|
8722
8997
|
></i>
|
8723
8998
|
<span class="glyph-name">unlock-filled</span>
|
8724
8999
|
<span class="glyph-codepoint"
|
8725
|
-
>
|
9000
|
+
>EC09</span
|
8726
9001
|
>
|
8727
9002
|
<input
|
8728
9003
|
readonly
|
@@ -8739,7 +9014,7 @@
|
|
8739
9014
|
></i>
|
8740
9015
|
<span class="glyph-name">unlock-plant-filled</span>
|
8741
9016
|
<span class="glyph-codepoint"
|
8742
|
-
>
|
9017
|
+
>EC0A</span
|
8743
9018
|
>
|
8744
9019
|
<input
|
8745
9020
|
readonly
|
@@ -8756,7 +9031,7 @@
|
|
8756
9031
|
></i>
|
8757
9032
|
<span class="glyph-name">unlock-plant</span>
|
8758
9033
|
<span class="glyph-codepoint"
|
8759
|
-
>
|
9034
|
+
>EC0B</span
|
8760
9035
|
>
|
8761
9036
|
<input
|
8762
9037
|
readonly
|
@@ -8773,7 +9048,7 @@
|
|
8773
9048
|
></i>
|
8774
9049
|
<span class="glyph-name">unlock</span>
|
8775
9050
|
<span class="glyph-codepoint"
|
8776
|
-
>
|
9051
|
+
>EC0C</span
|
8777
9052
|
>
|
8778
9053
|
<input
|
8779
9054
|
readonly
|
@@ -8790,7 +9065,7 @@
|
|
8790
9065
|
></i>
|
8791
9066
|
<span class="glyph-name">upload-document-note</span>
|
8792
9067
|
<span class="glyph-codepoint"
|
8793
|
-
>
|
9068
|
+
>EC0D</span
|
8794
9069
|
>
|
8795
9070
|
<input
|
8796
9071
|
readonly
|
@@ -8807,7 +9082,7 @@
|
|
8807
9082
|
></i>
|
8808
9083
|
<span class="glyph-name">upload-success</span>
|
8809
9084
|
<span class="glyph-codepoint"
|
8810
|
-
>
|
9085
|
+
>EC0E</span
|
8811
9086
|
>
|
8812
9087
|
<input
|
8813
9088
|
readonly
|
@@ -8824,7 +9099,7 @@
|
|
8824
9099
|
></i>
|
8825
9100
|
<span class="glyph-name">upload</span>
|
8826
9101
|
<span class="glyph-codepoint"
|
8827
|
-
>
|
9102
|
+
>EC0F</span
|
8828
9103
|
>
|
8829
9104
|
<input
|
8830
9105
|
readonly
|
@@ -8841,7 +9116,7 @@
|
|
8841
9116
|
></i>
|
8842
9117
|
<span class="glyph-name">upper-limit</span>
|
8843
9118
|
<span class="glyph-codepoint"
|
8844
|
-
>
|
9119
|
+
>EC10</span
|
8845
9120
|
>
|
8846
9121
|
<input
|
8847
9122
|
readonly
|
@@ -8858,7 +9133,7 @@
|
|
8858
9133
|
></i>
|
8859
9134
|
<span class="glyph-name">user-check-filled</span>
|
8860
9135
|
<span class="glyph-codepoint"
|
8861
|
-
>
|
9136
|
+
>EC11</span
|
8862
9137
|
>
|
8863
9138
|
<input
|
8864
9139
|
readonly
|
@@ -8875,7 +9150,7 @@
|
|
8875
9150
|
></i>
|
8876
9151
|
<span class="glyph-name">user-check</span>
|
8877
9152
|
<span class="glyph-codepoint"
|
8878
|
-
>
|
9153
|
+
>EC12</span
|
8879
9154
|
>
|
8880
9155
|
<input
|
8881
9156
|
readonly
|
@@ -8892,7 +9167,7 @@
|
|
8892
9167
|
></i>
|
8893
9168
|
<span class="glyph-name">user-filled</span>
|
8894
9169
|
<span class="glyph-codepoint"
|
8895
|
-
>
|
9170
|
+
>EC13</span
|
8896
9171
|
>
|
8897
9172
|
<input
|
8898
9173
|
readonly
|
@@ -8909,7 +9184,7 @@
|
|
8909
9184
|
></i>
|
8910
9185
|
<span class="glyph-name">user-management-filled</span>
|
8911
9186
|
<span class="glyph-codepoint"
|
8912
|
-
>
|
9187
|
+
>EC14</span
|
8913
9188
|
>
|
8914
9189
|
<input
|
8915
9190
|
readonly
|
@@ -8926,7 +9201,7 @@
|
|
8926
9201
|
></i>
|
8927
9202
|
<span class="glyph-name">user-management</span>
|
8928
9203
|
<span class="glyph-codepoint"
|
8929
|
-
>
|
9204
|
+
>EC15</span
|
8930
9205
|
>
|
8931
9206
|
<input
|
8932
9207
|
readonly
|
@@ -8943,7 +9218,7 @@
|
|
8943
9218
|
></i>
|
8944
9219
|
<span class="glyph-name">user-profile-filled</span>
|
8945
9220
|
<span class="glyph-codepoint"
|
8946
|
-
>
|
9221
|
+
>EC16</span
|
8947
9222
|
>
|
8948
9223
|
<input
|
8949
9224
|
readonly
|
@@ -8960,7 +9235,7 @@
|
|
8960
9235
|
></i>
|
8961
9236
|
<span class="glyph-name">user-profile</span>
|
8962
9237
|
<span class="glyph-codepoint"
|
8963
|
-
>
|
9238
|
+
>EC17</span
|
8964
9239
|
>
|
8965
9240
|
<input
|
8966
9241
|
readonly
|
@@ -8977,7 +9252,7 @@
|
|
8977
9252
|
></i>
|
8978
9253
|
<span class="glyph-name">user-settings-filled</span>
|
8979
9254
|
<span class="glyph-codepoint"
|
8980
|
-
>
|
9255
|
+
>EC18</span
|
8981
9256
|
>
|
8982
9257
|
<input
|
8983
9258
|
readonly
|
@@ -8994,7 +9269,7 @@
|
|
8994
9269
|
></i>
|
8995
9270
|
<span class="glyph-name">user-settings</span>
|
8996
9271
|
<span class="glyph-codepoint"
|
8997
|
-
>
|
9272
|
+
>EC19</span
|
8998
9273
|
>
|
8999
9274
|
<input
|
9000
9275
|
readonly
|
@@ -9011,7 +9286,7 @@
|
|
9011
9286
|
></i>
|
9012
9287
|
<span class="glyph-name">user</span>
|
9013
9288
|
<span class="glyph-codepoint"
|
9014
|
-
>
|
9289
|
+
>EC1A</span
|
9015
9290
|
>
|
9016
9291
|
<input
|
9017
9292
|
readonly
|
@@ -9028,7 +9303,7 @@
|
|
9028
9303
|
></i>
|
9029
9304
|
<span class="glyph-name">validate</span>
|
9030
9305
|
<span class="glyph-codepoint"
|
9031
|
-
>
|
9306
|
+
>EC1B</span
|
9032
9307
|
>
|
9033
9308
|
<input
|
9034
9309
|
readonly
|
@@ -9045,7 +9320,7 @@
|
|
9045
9320
|
></i>
|
9046
9321
|
<span class="glyph-name">vdi-folder</span>
|
9047
9322
|
<span class="glyph-codepoint"
|
9048
|
-
>
|
9323
|
+
>EC1C</span
|
9049
9324
|
>
|
9050
9325
|
<input
|
9051
9326
|
readonly
|
@@ -9062,7 +9337,7 @@
|
|
9062
9337
|
></i>
|
9063
9338
|
<span class="glyph-name">version-history</span>
|
9064
9339
|
<span class="glyph-codepoint"
|
9065
|
-
>
|
9340
|
+
>EC1D</span
|
9066
9341
|
>
|
9067
9342
|
<input
|
9068
9343
|
readonly
|
@@ -9079,7 +9354,7 @@
|
|
9079
9354
|
></i>
|
9080
9355
|
<span class="glyph-name">video-file-filled</span>
|
9081
9356
|
<span class="glyph-codepoint"
|
9082
|
-
>
|
9357
|
+
>EC1E</span
|
9083
9358
|
>
|
9084
9359
|
<input
|
9085
9360
|
readonly
|
@@ -9096,7 +9371,7 @@
|
|
9096
9371
|
></i>
|
9097
9372
|
<span class="glyph-name">video-file</span>
|
9098
9373
|
<span class="glyph-codepoint"
|
9099
|
-
>
|
9374
|
+
>EC1F</span
|
9100
9375
|
>
|
9101
9376
|
<input
|
9102
9377
|
readonly
|
@@ -9113,7 +9388,7 @@
|
|
9113
9388
|
></i>
|
9114
9389
|
<span class="glyph-name">warning-filled</span>
|
9115
9390
|
<span class="glyph-codepoint"
|
9116
|
-
>
|
9391
|
+
>EC20</span
|
9117
9392
|
>
|
9118
9393
|
<input
|
9119
9394
|
readonly
|
@@ -9130,7 +9405,7 @@
|
|
9130
9405
|
></i>
|
9131
9406
|
<span class="glyph-name">warning-rhomb-filled</span>
|
9132
9407
|
<span class="glyph-codepoint"
|
9133
|
-
>
|
9408
|
+
>EC21</span
|
9134
9409
|
>
|
9135
9410
|
<input
|
9136
9411
|
readonly
|
@@ -9147,7 +9422,7 @@
|
|
9147
9422
|
></i>
|
9148
9423
|
<span class="glyph-name">warning-rhomb</span>
|
9149
9424
|
<span class="glyph-codepoint"
|
9150
|
-
>
|
9425
|
+
>EC22</span
|
9151
9426
|
>
|
9152
9427
|
<input
|
9153
9428
|
readonly
|
@@ -9164,7 +9439,7 @@
|
|
9164
9439
|
></i>
|
9165
9440
|
<span class="glyph-name">warning</span>
|
9166
9441
|
<span class="glyph-codepoint"
|
9167
|
-
>
|
9442
|
+
>EC23</span
|
9168
9443
|
>
|
9169
9444
|
<input
|
9170
9445
|
readonly
|
@@ -9181,7 +9456,7 @@
|
|
9181
9456
|
></i>
|
9182
9457
|
<span class="glyph-name">water-bathing</span>
|
9183
9458
|
<span class="glyph-codepoint"
|
9184
|
-
>
|
9459
|
+
>EC24</span
|
9185
9460
|
>
|
9186
9461
|
<input
|
9187
9462
|
readonly
|
@@ -9198,7 +9473,7 @@
|
|
9198
9473
|
></i>
|
9199
9474
|
<span class="glyph-name">water-fish</span>
|
9200
9475
|
<span class="glyph-codepoint"
|
9201
|
-
>
|
9476
|
+
>EC25</span
|
9202
9477
|
>
|
9203
9478
|
<input
|
9204
9479
|
readonly
|
@@ -9215,7 +9490,7 @@
|
|
9215
9490
|
></i>
|
9216
9491
|
<span class="glyph-name">water-sunbathing</span>
|
9217
9492
|
<span class="glyph-codepoint"
|
9218
|
-
>
|
9493
|
+
>EC26</span
|
9219
9494
|
>
|
9220
9495
|
<input
|
9221
9496
|
readonly
|
@@ -9232,7 +9507,7 @@
|
|
9232
9507
|
></i>
|
9233
9508
|
<span class="glyph-name">waveform</span>
|
9234
9509
|
<span class="glyph-codepoint"
|
9235
|
-
>
|
9510
|
+
>EC27</span
|
9236
9511
|
>
|
9237
9512
|
<input
|
9238
9513
|
readonly
|
@@ -9249,7 +9524,7 @@
|
|
9249
9524
|
></i>
|
9250
9525
|
<span class="glyph-name">webcam-filled</span>
|
9251
9526
|
<span class="glyph-codepoint"
|
9252
|
-
>
|
9527
|
+
>EC28</span
|
9253
9528
|
>
|
9254
9529
|
<input
|
9255
9530
|
readonly
|
@@ -9266,7 +9541,7 @@
|
|
9266
9541
|
></i>
|
9267
9542
|
<span class="glyph-name">webcam</span>
|
9268
9543
|
<span class="glyph-codepoint"
|
9269
|
-
>
|
9544
|
+
>EC29</span
|
9270
9545
|
>
|
9271
9546
|
<input
|
9272
9547
|
readonly
|
@@ -9283,7 +9558,7 @@
|
|
9283
9558
|
></i>
|
9284
9559
|
<span class="glyph-name">wlan-off</span>
|
9285
9560
|
<span class="glyph-codepoint"
|
9286
|
-
>
|
9561
|
+
>EC2A</span
|
9287
9562
|
>
|
9288
9563
|
<input
|
9289
9564
|
readonly
|
@@ -9300,7 +9575,7 @@
|
|
9300
9575
|
></i>
|
9301
9576
|
<span class="glyph-name">wlan-strength-0</span>
|
9302
9577
|
<span class="glyph-codepoint"
|
9303
|
-
>
|
9578
|
+
>EC2B</span
|
9304
9579
|
>
|
9305
9580
|
<input
|
9306
9581
|
readonly
|
@@ -9317,7 +9592,7 @@
|
|
9317
9592
|
></i>
|
9318
9593
|
<span class="glyph-name">wlan-strength-1</span>
|
9319
9594
|
<span class="glyph-codepoint"
|
9320
|
-
>
|
9595
|
+
>EC2C</span
|
9321
9596
|
>
|
9322
9597
|
<input
|
9323
9598
|
readonly
|
@@ -9334,7 +9609,7 @@
|
|
9334
9609
|
></i>
|
9335
9610
|
<span class="glyph-name">wlan-strength-2</span>
|
9336
9611
|
<span class="glyph-codepoint"
|
9337
|
-
>
|
9612
|
+
>EC2D</span
|
9338
9613
|
>
|
9339
9614
|
<input
|
9340
9615
|
readonly
|
@@ -9351,7 +9626,7 @@
|
|
9351
9626
|
></i>
|
9352
9627
|
<span class="glyph-name">wlan-strength-3</span>
|
9353
9628
|
<span class="glyph-codepoint"
|
9354
|
-
>
|
9629
|
+
>EC2E</span
|
9355
9630
|
>
|
9356
9631
|
<input
|
9357
9632
|
readonly
|
@@ -9368,7 +9643,7 @@
|
|
9368
9643
|
></i>
|
9369
9644
|
<span class="glyph-name">work-case-filled</span>
|
9370
9645
|
<span class="glyph-codepoint"
|
9371
|
-
>
|
9646
|
+
>EC2F</span
|
9372
9647
|
>
|
9373
9648
|
<input
|
9374
9649
|
readonly
|
@@ -9385,7 +9660,7 @@
|
|
9385
9660
|
></i>
|
9386
9661
|
<span class="glyph-name">work-case</span>
|
9387
9662
|
<span class="glyph-codepoint"
|
9388
|
-
>
|
9663
|
+
>EC30</span
|
9389
9664
|
>
|
9390
9665
|
<input
|
9391
9666
|
readonly
|
@@ -9402,7 +9677,7 @@
|
|
9402
9677
|
></i>
|
9403
9678
|
<span class="glyph-name">x-axis-settings</span>
|
9404
9679
|
<span class="glyph-codepoint"
|
9405
|
-
>
|
9680
|
+
>EC31</span
|
9406
9681
|
>
|
9407
9682
|
<input
|
9408
9683
|
readonly
|
@@ -9419,7 +9694,7 @@
|
|
9419
9694
|
></i>
|
9420
9695
|
<span class="glyph-name">xls-document</span>
|
9421
9696
|
<span class="glyph-codepoint"
|
9422
|
-
>
|
9697
|
+
>EC32</span
|
9423
9698
|
>
|
9424
9699
|
<input
|
9425
9700
|
readonly
|
@@ -9436,7 +9711,7 @@
|
|
9436
9711
|
></i>
|
9437
9712
|
<span class="glyph-name">xml-document</span>
|
9438
9713
|
<span class="glyph-codepoint"
|
9439
|
-
>
|
9714
|
+
>EC33</span
|
9440
9715
|
>
|
9441
9716
|
<input
|
9442
9717
|
readonly
|
@@ -9453,7 +9728,7 @@
|
|
9453
9728
|
></i>
|
9454
9729
|
<span class="glyph-name">y-axis-settings</span>
|
9455
9730
|
<span class="glyph-codepoint"
|
9456
|
-
>
|
9731
|
+
>EC34</span
|
9457
9732
|
>
|
9458
9733
|
<input
|
9459
9734
|
readonly
|
@@ -9470,7 +9745,7 @@
|
|
9470
9745
|
></i>
|
9471
9746
|
<span class="glyph-name">youtube-filled</span>
|
9472
9747
|
<span class="glyph-codepoint"
|
9473
|
-
>
|
9748
|
+
>EC35</span
|
9474
9749
|
>
|
9475
9750
|
<input
|
9476
9751
|
readonly
|
@@ -9487,7 +9762,7 @@
|
|
9487
9762
|
></i>
|
9488
9763
|
<span class="glyph-name">youtube</span>
|
9489
9764
|
<span class="glyph-codepoint"
|
9490
|
-
>
|
9765
|
+
>EC36</span
|
9491
9766
|
>
|
9492
9767
|
<input
|
9493
9768
|
readonly
|
@@ -9504,7 +9779,7 @@
|
|
9504
9779
|
></i>
|
9505
9780
|
<span class="glyph-name">zoom-in</span>
|
9506
9781
|
<span class="glyph-codepoint"
|
9507
|
-
>
|
9782
|
+
>EC37</span
|
9508
9783
|
>
|
9509
9784
|
<input
|
9510
9785
|
readonly
|
@@ -9521,7 +9796,7 @@
|
|
9521
9796
|
></i>
|
9522
9797
|
<span class="glyph-name">zoom-out</span>
|
9523
9798
|
<span class="glyph-codepoint"
|
9524
|
-
>
|
9799
|
+
>EC38</span
|
9525
9800
|
>
|
9526
9801
|
<input
|
9527
9802
|
readonly
|
@@ -9538,7 +9813,7 @@
|
|
9538
9813
|
></i>
|
9539
9814
|
<span class="glyph-name">zoom-selection</span>
|
9540
9815
|
<span class="glyph-codepoint"
|
9541
|
-
>
|
9816
|
+
>EC39</span
|
9542
9817
|
>
|
9543
9818
|
<input
|
9544
9819
|
readonly
|