office-ui-fabric-rails 3.1.0.0 → 3.1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b93f0efff4f0b1a014bbfff40e56ee1e31046a8
4
- data.tar.gz: 5f1c65adde4d93106c3fdfb636db3c6e283e57b3
3
+ metadata.gz: b8670369cf54888b22ef5e69d77d951c7e9b86d3
4
+ data.tar.gz: 0d4a8274b32e5df7348e3787c01b9e847ea7da45
5
5
  SHA512:
6
- metadata.gz: 537670732e6dbddb1ce9e637a1cd9794aba296d2530b4cc894a5c2bd06d25480b8b9f4282cfc8089465b492001f821a2665c86ca3883ae8daffe27877b618b35
7
- data.tar.gz: bcc67fe7e5214089f4253d79bdaec264154d453c2a1d2612efb06dc51e34760a58404b38f4b5a67d8a37cdb7421ceacaaa2d10d1a80bbec5a2930bcc671e079d
6
+ metadata.gz: 10d35e4bbf3c06bf59d1ebbc95fee23cf0e2a6345c931632cbece0976ee5b2b0893a8d3e9a6cabd4831f780b604ce6d276755720f95ae42b0bc74a1b1777b5d0
7
+ data.tar.gz: 2b88f266a397d140710131659329fbe4353d62251e4153c911654ed03afb4cce61bd691bf75bd1211b8489dbc5d89c7e1c686a83c44da52c93397c0b15d344f0
data/Rakefile CHANGED
@@ -12,8 +12,6 @@ namespace :assets do
12
12
  sh 'cp -r bower_components/office-ui-fabric/dist/sass/* vendor/assets/scss'
13
13
  sh 'cp -r bower_components/office-ui-fabric/dist/css/* vendor/assets/css'
14
14
  sh 'cp -r bower_components/office-ui-fabric-js/dist/js/* vendor/assets/js'
15
- sh 'cp -r bower_components/office-ui-fabric-js/dist/css/* vendor/assets/css'
16
- sh 'cp -r bower_components/office-ui-fabric-js/dist/sass/* vendor/assets/scss'
17
15
 
18
16
  puts "Updated to the latest version of Office UI Fabric"
19
17
  end
@@ -2,6 +2,6 @@ module OfficeUiFabric
2
2
  module Rails
3
3
  FABRIC_CORE_VERSION = "3.1.0"
4
4
  FABRIC_JS_VERSION = "3.0.0-beta2"
5
- VERSION = "3.1.0.0"
5
+ VERSION = "3.1.0.1"
6
6
  end
7
7
  end
@@ -1,11 +1,11 @@
1
1
  /* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
2
2
  /**
3
- * Office UI Fabric 3.0.0
3
+ * Office UI Fabric 3.1.0
4
4
  * The front-end framework for building experiences for Office 365.
5
5
  **/
6
6
  .ms-u-borderBox,
7
- .ms-u-borderBox:before,
8
- .ms-u-borderBox:after {
7
+ .ms-u-borderBox::before,
8
+ .ms-u-borderBox::after {
9
9
  box-sizing: border-box;
10
10
  }
11
11
 
@@ -17,14 +17,14 @@
17
17
  *zoom: 1;
18
18
  }
19
19
 
20
- .ms-u-clearfix:before,
21
- .ms-u-clearfix:after {
20
+ .ms-u-clearfix::before,
21
+ .ms-u-clearfix::after {
22
22
  display: table;
23
23
  content: '';
24
24
  line-height: 0;
25
25
  }
26
26
 
27
- .ms-u-clearfix:after {
27
+ .ms-u-clearfix::after {
28
28
  clear: both;
29
29
  }
30
30
 
@@ -91,17 +91,17 @@
91
91
 
92
92
  .ms-bgColor-themeSecondary,
93
93
  .ms-bgColor-themeSecondary--hover:hover {
94
- background-color: #2b88d8;
94
+ background-color: #2488d8;
95
95
  }
96
96
 
97
97
  .ms-bgColor-themeTertiary,
98
98
  .ms-bgColor-themeTertiary--hover:hover {
99
- background-color: #71afe5;
99
+ background-color: #69afe5;
100
100
  }
101
101
 
102
102
  .ms-bgColor-themeLight,
103
103
  .ms-bgColor-themeLight--hover:hover {
104
- background-color: #c7e0f4;
104
+ background-color: #b3d6f2;
105
105
  }
106
106
 
107
107
  .ms-bgColor-themeLighter,
@@ -308,17 +308,17 @@
308
308
 
309
309
  .ms-borderColor-themeSecondary,
310
310
  .ms-borderColor-themeSecondary--hover:hover {
311
- border-color: #2b88d8;
311
+ border-color: #2488d8;
312
312
  }
313
313
 
314
314
  .ms-borderColor-themeTertiary,
315
315
  .ms-borderColor-themeTertiary--hover:hover {
316
- border-color: #71afe5;
316
+ border-color: #69afe5;
317
317
  }
318
318
 
319
319
  .ms-borderColor-themeLight,
320
320
  .ms-borderColor-themeLight--hover:hover {
321
- border-color: #c7e0f4;
321
+ border-color: #b3d6f2;
322
322
  }
323
323
 
324
324
  .ms-borderColor-themeLighter,
@@ -650,17 +650,17 @@
650
650
 
651
651
  .ms-fontColor-themeSecondary,
652
652
  .ms-fontColor-themeSecondary--hover:hover {
653
- color: #2b88d8;
653
+ color: #2488d8;
654
654
  }
655
655
 
656
656
  .ms-fontColor-themeTertiary,
657
657
  .ms-fontColor-themeTertiary--hover:hover {
658
- color: #71afe5;
658
+ color: #69afe5;
659
659
  }
660
660
 
661
661
  .ms-fontColor-themeLight,
662
662
  .ms-fontColor-themeLight--hover:hover {
663
- color: #c7e0f4;
663
+ color: #b3d6f2;
664
664
  }
665
665
 
666
666
  .ms-fontColor-themeLighter,
@@ -916,9 +916,8 @@
916
916
  Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
917
917
  */
918
918
  @font-face {
919
- font-family: 'Office365Icons';
920
- src: url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.eot?');
921
- src: url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.eot?#iefix') format('embedded-opentype'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.woff?') format('woff'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.ttf?') format('truetype'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.svg?#office365icons') format('svg');
919
+ font-family: 'FabricMDL2Icons';
920
+ src: url('https://appsforoffice.microsoft.com/fabric/fonts/icons/FabricMDL2Icons.woff') format('woff'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/FabricMDL2Icons.ttf') format('truetype');
922
921
  font-weight: normal;
923
922
  font-style: normal;
924
923
  }
@@ -927,1395 +926,1178 @@
927
926
  -moz-osx-font-smoothing: grayscale;
928
927
  -webkit-font-smoothing: antialiased;
929
928
  display: inline-block;
930
- font-family: 'Office365Icons';
929
+ font-family: 'FabricMDL2Icons';
931
930
  font-style: normal;
932
931
  font-weight: normal;
933
- line-height: 1;
934
932
  speak: none;
935
933
  }
936
934
 
937
- .ms-Icon--circleEmpty:before {
938
- content: '\e000';
939
- }
940
-
941
- .ms-Icon--circleFill:before {
942
- content: '\e001';
943
- }
944
-
945
- .ms-Icon--placeholder:before {
946
- content: '\e002';
947
- }
948
-
949
- .ms-Icon--star:before {
950
- content: '\e003';
951
- }
952
-
953
- .ms-Icon--plus:before {
954
- content: '\e004';
955
- }
956
-
957
- .ms-Icon--minus:before {
958
- content: '\e005';
959
- }
960
-
961
- .ms-Icon--question:before {
962
- content: '\e006';
963
- }
964
-
965
- .ms-Icon--exclamation:before {
966
- content: '\e007';
967
- }
968
-
969
- .ms-Icon--person:before {
970
- content: '\e008';
971
- }
972
-
973
- .ms-Icon--mail:before {
974
- content: '\e009';
975
- }
976
-
977
- .ms-Icon--infoCircle:before {
978
- content: '\e00a';
979
- }
980
-
981
- .ms-Icon--alert:before {
982
- content: '\e00b';
983
- }
984
-
985
- .ms-Icon--xCircle:before {
986
- content: '\e00c';
987
- }
988
-
989
- .ms-Icon--mailOpen:before {
990
- content: '\e00d';
991
- }
992
-
993
- .ms-Icon--people:before {
994
- content: '\e00e';
995
- }
996
-
997
- .ms-Icon--bell:before {
998
- content: '\e010';
999
- }
1000
-
1001
- .ms-Icon--calendar:before {
1002
- content: '\e011';
1003
- }
1004
-
1005
- .ms-Icon--scheduling:before {
1006
- content: '\e012';
1007
- }
1008
-
1009
- .ms-Icon--event:before {
1010
- content: '\e013';
1011
- }
1012
-
1013
- .ms-Icon--folder:before {
1014
- content: '\e014';
1015
- }
1016
-
1017
- .ms-Icon--documents:before {
1018
- content: '\e015';
1019
- }
1020
-
1021
- .ms-Icon--onedrive:before {
1022
- content: '\e016';
1023
- }
1024
-
1025
- .ms-Icon--chat:before {
1026
- content: '\e017';
1027
- }
1028
-
1029
- .ms-Icon--sites:before {
1030
- content: '\e018';
1031
- }
1032
-
1033
- .ms-Icon--listBullets:before {
1034
- content: '\e019';
1035
- }
1036
-
1037
- .ms-Icon--calendarWeek:before {
1038
- content: '\e01a';
1039
- }
1040
-
1041
- .ms-Icon--calendarWorkWeek:before {
1042
- content: '\e01b';
1043
- }
1044
-
1045
- .ms-Icon--calendarDay:before {
1046
- content: '\e01c';
1047
- }
1048
-
1049
- .ms-Icon--folderMove:before {
1050
- content: '\e01d';
1051
- }
1052
-
1053
- .ms-Icon--panel:before {
1054
- content: '\e01e';
1055
- }
1056
-
1057
- .ms-Icon--popout:before {
1058
- content: '\e01f';
1059
- }
1060
-
1061
- .ms-Icon--menu:before {
1062
- content: '\e020';
1063
- }
1064
-
1065
- .ms-Icon--home:before {
1066
- content: '\e021';
1067
- }
1068
-
1069
- .ms-Icon--favorites:before {
1070
- content: '\e022';
1071
- }
1072
-
1073
- .ms-Icon--phone:before {
1074
- content: '\e023';
1075
- }
1076
-
1077
- .ms-Icon--mailSend:before {
1078
- content: '\e024';
1079
- }
1080
-
1081
- .ms-Icon--save:before {
1082
- content: '\e025';
1083
- }
1084
-
1085
- .ms-Icon--trash:before {
1086
- content: '\e026';
1087
- }
1088
-
1089
- .ms-Icon--pencil:before {
1090
- content: '\e027';
1091
- }
1092
-
1093
- .ms-Icon--flag:before {
1094
- content: '\e028';
1095
- }
1096
-
1097
- .ms-Icon--reply:before {
1098
- content: '\e029';
1099
- }
1100
-
1101
- .ms-Icon--miniatures:before {
1102
- content: '\e02a';
1103
- }
1104
-
1105
- .ms-Icon--voicemail:before {
1106
- content: '\e02b';
935
+ .ms-Icon--GlobalNavButton::before {
936
+ content: '\E700';
1107
937
  }
1108
938
 
1109
- .ms-Icon--play:before {
1110
- content: '\e02c';
939
+ .ms-Icon--MapPin::before {
940
+ content: '\E707';
1111
941
  }
1112
942
 
1113
- .ms-Icon--pause:before {
1114
- content: '\e02d';
943
+ .ms-Icon--Airplane::before {
944
+ content: '\E709';
1115
945
  }
1116
946
 
1117
- .ms-Icon--onlineAdd:before {
1118
- content: '\e02e';
947
+ .ms-Icon--Tablet::before {
948
+ content: '\E70A';
1119
949
  }
1120
950
 
1121
- .ms-Icon--onlineJoin:before {
1122
- content: '\e02f';
951
+ .ms-Icon--QuickNote::before {
952
+ content: '\E70B';
1123
953
  }
1124
954
 
1125
- .ms-Icon--replyAll:before {
1126
- content: '\e030';
955
+ .ms-Icon--ChevronDown::before {
956
+ content: '\E70D';
1127
957
  }
1128
958
 
1129
- .ms-Icon--attachment:before {
1130
- content: '\e031';
959
+ .ms-Icon--ChevronUp::before {
960
+ content: '\E70E';
1131
961
  }
1132
962
 
1133
- .ms-Icon--drm:before {
1134
- content: '\e032';
963
+ .ms-Icon--Edit::before {
964
+ content: '\E70F';
1135
965
  }
1136
966
 
1137
- .ms-Icon--pinDown:before {
1138
- content: '\e033';
967
+ .ms-Icon--Add::before {
968
+ content: '\E710';
1139
969
  }
1140
970
 
1141
- .ms-Icon--refresh:before {
1142
- content: '\e034';
971
+ .ms-Icon--Cancel::before {
972
+ content: '\E711';
1143
973
  }
1144
974
 
1145
- .ms-Icon--gear:before {
1146
- content: '\e035';
975
+ .ms-Icon--More::before {
976
+ content: '\E712';
1147
977
  }
1148
978
 
1149
- .ms-Icon--smiley:before {
1150
- content: '\e036';
979
+ .ms-Icon--Settings::before {
980
+ content: '\E713';
1151
981
  }
1152
982
 
1153
- .ms-Icon--info:before {
1154
- content: '\e037';
983
+ .ms-Icon--Video::before {
984
+ content: '\E714';
1155
985
  }
1156
986
 
1157
- .ms-Icon--lock:before {
1158
- content: '\e038';
987
+ .ms-Icon--Mail::before {
988
+ content: '\E715';
1159
989
  }
1160
990
 
1161
- .ms-Icon--search:before {
1162
- content: '\e039';
991
+ .ms-Icon--People::before {
992
+ content: '\E716';
1163
993
  }
1164
994
 
1165
- .ms-Icon--questionReverse:before {
1166
- content: '\e03a';
995
+ .ms-Icon--Phone::before {
996
+ content: '\E717';
1167
997
  }
1168
998
 
1169
- .ms-Icon--notRecurring:before {
1170
- content: '\e03b';
999
+ .ms-Icon--Pin::before {
1000
+ content: '\E718';
1171
1001
  }
1172
1002
 
1173
- .ms-Icon--tasks:before {
1174
- content: '\e040';
1003
+ .ms-Icon--Shop::before {
1004
+ content: '\E719';
1175
1005
  }
1176
1006
 
1177
- .ms-Icon--check:before {
1178
- content: '\e041';
1007
+ .ms-Icon--Link::before {
1008
+ content: '\E71B';
1179
1009
  }
1180
1010
 
1181
- .ms-Icon--x:before {
1182
- content: '\e042';
1011
+ .ms-Icon--Filter::before {
1012
+ content: '\E71C';
1183
1013
  }
1184
1014
 
1185
- .ms-Icon--ellipsis:before {
1186
- content: '\e045';
1015
+ .ms-Icon--Zoom::before {
1016
+ content: '\E71E';
1187
1017
  }
1188
1018
 
1189
- .ms-Icon--dot:before {
1190
- content: '\e046';
1019
+ .ms-Icon--Microphone::before {
1020
+ content: '\E720';
1191
1021
  }
1192
1022
 
1193
- .ms-Icon--arrowUp:before {
1194
- content: '\e047';
1023
+ .ms-Icon--Search::before {
1024
+ content: '\E721';
1195
1025
  }
1196
1026
 
1197
- .ms-Icon--arrowDown:before {
1198
- content: '\e048';
1027
+ .ms-Icon--Camera::before {
1028
+ content: '\E722';
1199
1029
  }
1200
1030
 
1201
- .ms-Icon--arrowLeft:before {
1202
- content: '\e049';
1031
+ .ms-Icon--Attach::before {
1032
+ content: '\E723';
1203
1033
  }
1204
1034
 
1205
- .ms-Icon--arrowRight:before {
1206
- content: '\e04a';
1035
+ .ms-Icon--Send::before {
1036
+ content: '\E724';
1207
1037
  }
1208
1038
 
1209
- .ms-Icon--download:before {
1210
- content: '\e04b';
1039
+ .ms-Icon--PageFill::before {
1040
+ content: '\E729';
1211
1041
  }
1212
1042
 
1213
- .ms-Icon--directions:before {
1214
- content: '\e04c';
1043
+ .ms-Icon--Forward::before {
1044
+ content: '\E72A';
1215
1045
  }
1216
1046
 
1217
- .ms-Icon--microphone:before {
1218
- content: '\e04f';
1047
+ .ms-Icon--Back::before {
1048
+ content: '\E72B';
1219
1049
  }
1220
1050
 
1221
- .ms-Icon--caretUp:before {
1222
- content: '\e051';
1051
+ .ms-Icon--Refresh::before {
1052
+ content: '\E72C';
1223
1053
  }
1224
1054
 
1225
- .ms-Icon--caretDown:before {
1226
- content: '\e052';
1055
+ .ms-Icon--Share::before {
1056
+ content: '\E72D';
1227
1057
  }
1228
1058
 
1229
- .ms-Icon--caretLeft:before {
1230
- content: '\e053';
1059
+ .ms-Icon--Lock::before {
1060
+ content: '\E72E';
1231
1061
  }
1232
1062
 
1233
- .ms-Icon--caretRight:before {
1234
- content: '\e054';
1063
+ .ms-Icon--Blocked::before {
1064
+ content: '\E733';
1235
1065
  }
1236
1066
 
1237
- .ms-Icon--caretUpLeft:before {
1238
- content: '\e05a';
1067
+ .ms-Icon--FavoriteStar::before {
1068
+ content: '\E734';
1239
1069
  }
1240
1070
 
1241
- .ms-Icon--caretUpRight:before {
1242
- content: '\e05b';
1071
+ .ms-Icon--FavoriteStarFill::before {
1072
+ content: '\E735';
1243
1073
  }
1244
1074
 
1245
- .ms-Icon--caretDownRight:before {
1246
- content: '\e05c';
1075
+ .ms-Icon--ReadingMode::before {
1076
+ content: '\E736';
1247
1077
  }
1248
1078
 
1249
- .ms-Icon--caretDownLeft:before {
1250
- content: '\e05d';
1079
+ .ms-Icon--Remove::before {
1080
+ content: '\E738';
1251
1081
  }
1252
1082
 
1253
- .ms-Icon--note:before {
1254
- content: '\e06a';
1083
+ .ms-Icon--Checkbox::before {
1084
+ content: '\E739';
1255
1085
  }
1256
1086
 
1257
- .ms-Icon--noteReply:before {
1258
- content: '\e06b';
1087
+ .ms-Icon--CheckboxComposite::before {
1088
+ content: '\E73A';
1259
1089
  }
1260
1090
 
1261
- .ms-Icon--noteForward:before {
1262
- content: '\e06c';
1091
+ .ms-Icon--CheckboxIndeterminate::before {
1092
+ content: '\E73C';
1263
1093
  }
1264
1094
 
1265
- .ms-Icon--key:before {
1266
- content: '\e06f';
1095
+ .ms-Icon--CheckMark::before {
1096
+ content: '\E73E';
1267
1097
  }
1268
1098
 
1269
- .ms-Icon--tile:before {
1270
- content: '\e070';
1099
+ .ms-Icon--BackToWindow::before {
1100
+ content: '\E73F';
1271
1101
  }
1272
1102
 
1273
- .ms-Icon--taskRecurring:before {
1274
- content: '\e071';
1103
+ .ms-Icon--FullScreen::before {
1104
+ content: '\E740';
1275
1105
  }
1276
1106
 
1277
- .ms-Icon--starEmpty:before {
1278
- content: '\e073';
1107
+ .ms-Icon--Print::before {
1108
+ content: '\E749';
1279
1109
  }
1280
1110
 
1281
- .ms-Icon--upload:before {
1282
- content: '\e076';
1111
+ .ms-Icon--Up::before {
1112
+ content: '\E74A';
1283
1113
  }
1284
1114
 
1285
- .ms-Icon--wrench:before {
1286
- content: '\e077';
1115
+ .ms-Icon--Down::before {
1116
+ content: '\E74B';
1287
1117
  }
1288
1118
 
1289
- .ms-Icon--share:before {
1290
- content: '\e078';
1119
+ .ms-Icon--Delete::before {
1120
+ content: '\E74D';
1291
1121
  }
1292
1122
 
1293
- .ms-Icon--documentReply:before {
1294
- content: '\e079';
1123
+ .ms-Icon--Save::before {
1124
+ content: '\E74E';
1295
1125
  }
1296
1126
 
1297
- .ms-Icon--documentForward:before {
1298
- content: '\e07a';
1127
+ .ms-Icon--Sad::before {
1128
+ content: '\E757';
1299
1129
  }
1300
1130
 
1301
- .ms-Icon--partner:before {
1302
- content: '\e080';
1131
+ .ms-Icon--SIPMove::before {
1132
+ content: '\E759';
1303
1133
  }
1304
1134
 
1305
- .ms-Icon--reactivate:before {
1306
- content: '\e084';
1135
+ .ms-Icon--EraseTool::before {
1136
+ content: '\E75C';
1307
1137
  }
1308
1138
 
1309
- .ms-Icon--sort:before {
1310
- content: '\e085';
1139
+ .ms-Icon--GripperTool::before {
1140
+ content: '\E75E';
1311
1141
  }
1312
1142
 
1313
- .ms-Icon--personAdd:before {
1314
- content: '\e086';
1143
+ .ms-Icon--Dialpad::before {
1144
+ content: '\E75F';
1315
1145
  }
1316
1146
 
1317
- .ms-Icon--chevronUp:before {
1318
- content: '\e087';
1147
+ .ms-Icon--PageLeft::before {
1148
+ content: '\E760';
1319
1149
  }
1320
1150
 
1321
- .ms-Icon--chevronDown:before {
1322
- content: '\e088';
1151
+ .ms-Icon--PageRight::before {
1152
+ content: '\E761';
1323
1153
  }
1324
1154
 
1325
- .ms-Icon--chevronLeft:before {
1326
- content: '\e089';
1155
+ .ms-Icon--MultiSelect::before {
1156
+ content: '\E762';
1327
1157
  }
1328
1158
 
1329
- .ms-Icon--chevronRight:before {
1330
- content: '\e08a';
1159
+ .ms-Icon--Play::before {
1160
+ content: '\E768';
1331
1161
  }
1332
1162
 
1333
- .ms-Icon--peopleAdd:before {
1334
- content: '\e08c';
1163
+ .ms-Icon--Pause::before {
1164
+ content: '\E769';
1335
1165
  }
1336
1166
 
1337
- .ms-Icon--newsfeed:before {
1338
- content: '\e08d';
1167
+ .ms-Icon--ChevronLeft::before {
1168
+ content: '\E76B';
1339
1169
  }
1340
1170
 
1341
- .ms-Icon--notebook:before {
1342
- content: '\e08e';
1171
+ .ms-Icon--ChevronRight::before {
1172
+ content: '\E76C';
1343
1173
  }
1344
1174
 
1345
- .ms-Icon--link:before {
1346
- content: '\e08f';
1175
+ .ms-Icon--Emoji2::before {
1176
+ content: '\E76E';
1347
1177
  }
1348
1178
 
1349
- .ms-Icon--chevronsUp:before {
1350
- content: '\e090';
1179
+ .ms-Icon--System::before {
1180
+ content: '\E770';
1351
1181
  }
1352
1182
 
1353
- .ms-Icon--chevronsDown:before {
1354
- content: '\e091';
1183
+ .ms-Icon--Globe::before {
1184
+ content: '\E774';
1355
1185
  }
1356
1186
 
1357
- .ms-Icon--chevronsLeft:before {
1358
- content: '\e092';
1187
+ .ms-Icon--ContactInfo::before {
1188
+ content: '\E779';
1359
1189
  }
1360
1190
 
1361
- .ms-Icon--chevronsRight:before {
1362
- content: '\e093';
1191
+ .ms-Icon--Unpin::before {
1192
+ content: '\E77A';
1363
1193
  }
1364
1194
 
1365
- .ms-Icon--clutter:before {
1366
- content: '\e09a';
1195
+ .ms-Icon--Contact::before {
1196
+ content: '\E77B';
1367
1197
  }
1368
1198
 
1369
- .ms-Icon--subscribe:before {
1370
- content: '\e09c';
1199
+ .ms-Icon--Memo::before {
1200
+ content: '\E77C';
1371
1201
  }
1372
1202
 
1373
- .ms-Icon--unsubscribe:before {
1374
- content: '\e09d';
1203
+ .ms-Icon--Unlock::before {
1204
+ content: '\E785';
1375
1205
  }
1376
1206
 
1377
- .ms-Icon--personRemove:before {
1378
- content: '\e09e';
1207
+ .ms-Icon--Calendar::before {
1208
+ content: '\E787';
1379
1209
  }
1380
1210
 
1381
- .ms-Icon--receiptForward:before {
1382
- content: '\e0a0';
1211
+ .ms-Icon--SaveAs::before {
1212
+ content: '\E792';
1383
1213
  }
1384
1214
 
1385
- .ms-Icon--receiptReply:before {
1386
- content: '\e0a1';
1215
+ .ms-Icon--Filters::before {
1216
+ content: '\E795';
1387
1217
  }
1388
1218
 
1389
- .ms-Icon--receiptCheck:before {
1390
- content: '\e0a2';
1219
+ .ms-Icon--Contrast::before {
1220
+ content: '\E7A1';
1391
1221
  }
1392
1222
 
1393
- .ms-Icon--peopleRemove:before {
1394
- content: '\e0a3';
1223
+ .ms-Icon--Rotate::before {
1224
+ content: '\E7AD';
1395
1225
  }
1396
1226
 
1397
- .ms-Icon--merge:before {
1398
- content: '\e0a4';
1227
+ .ms-Icon--PanoIndicator::before {
1228
+ content: '\E7B0';
1399
1229
  }
1400
1230
 
1401
- .ms-Icon--split:before {
1402
- content: '\e0a5';
1231
+ .ms-Icon--Warning::before {
1232
+ content: '\E7BA';
1403
1233
  }
1404
1234
 
1405
- .ms-Icon--eventCancel:before {
1406
- content: '\e0a6';
1235
+ .ms-Icon--Financial::before {
1236
+ content: '\E7BB';
1407
1237
  }
1408
1238
 
1409
- .ms-Icon--eventShare:before {
1410
- content: '\e0a7';
1239
+ .ms-Icon--ShoppingCart::before {
1240
+ content: '\E7BF';
1411
1241
  }
1412
1242
 
1413
- .ms-Icon--today:before {
1414
- content: '\e0a9';
1243
+ .ms-Icon--Flag::before {
1244
+ content: '\E7C1';
1415
1245
  }
1416
1246
 
1417
- .ms-Icon--oofReply:before {
1418
- content: '\e0aa';
1247
+ .ms-Icon--Move::before {
1248
+ content: '\E7C2';
1419
1249
  }
1420
1250
 
1421
- .ms-Icon--voicemailReply:before {
1422
- content: '\e0ac';
1251
+ .ms-Icon--Page::before {
1252
+ content: '\E7C3';
1423
1253
  }
1424
1254
 
1425
- .ms-Icon--voicemailForward:before {
1426
- content: '\e0ad';
1255
+ .ms-Icon--TouchPointer::before {
1256
+ content: '\E7C9';
1427
1257
  }
1428
1258
 
1429
- .ms-Icon--ribbon:before {
1430
- content: '\e0af';
1259
+ .ms-Icon--Merge::before {
1260
+ content: '\E7D5';
1431
1261
  }
1432
1262
 
1433
- .ms-Icon--contact:before {
1434
- content: '\e0b0';
1263
+ .ms-Icon--Admin::before {
1264
+ content: '\E7EF';
1435
1265
  }
1436
1266
 
1437
- .ms-Icon--eye:before {
1438
- content: '\e0b1';
1267
+ .ms-Icon--TVMonitor::before {
1268
+ content: '\E7F4';
1439
1269
  }
1440
1270
 
1441
- .ms-Icon--glasses:before {
1442
- content: '\e0b2';
1271
+ .ms-Icon--Car::before {
1272
+ content: '\E804';
1443
1273
  }
1444
1274
 
1445
- .ms-Icon--print:before {
1446
- content: '\e100';
1275
+ .ms-Icon--EatDrink::before {
1276
+ content: '\E807';
1447
1277
  }
1448
1278
 
1449
- .ms-Icon--room:before {
1450
- content: '\e101';
1279
+ .ms-Icon--LocationCircle::before {
1280
+ content: '\E80E';
1451
1281
  }
1452
1282
 
1453
- .ms-Icon--post:before {
1454
- content: '\e102';
1283
+ .ms-Icon--Home::before {
1284
+ content: '\E80F';
1455
1285
  }
1456
1286
 
1457
- .ms-Icon--toggle:before {
1458
- content: '\e103';
1287
+ .ms-Icon--SwitcherStartEnd::before {
1288
+ content: '\E810';
1459
1289
  }
1460
1290
 
1461
- .ms-Icon--touch:before {
1462
- content: '\e104';
1291
+ .ms-Icon--IncidentTriangle::before {
1292
+ content: '\E814';
1463
1293
  }
1464
1294
 
1465
- .ms-Icon--clock:before {
1466
- content: '\e105';
1295
+ .ms-Icon--MapDirections::before {
1296
+ content: '\E816';
1467
1297
  }
1468
1298
 
1469
- .ms-Icon--fax:before {
1470
- content: '\e106';
1299
+ .ms-Icon--Location::before {
1300
+ content: '\E81D';
1471
1301
  }
1472
1302
 
1473
- .ms-Icon--lightning:before {
1474
- content: '\e110';
1303
+ .ms-Icon--Work::before {
1304
+ content: '\E821';
1475
1305
  }
1476
1306
 
1477
- .ms-Icon--dialpad:before {
1478
- content: '\e111';
1307
+ .ms-Icon--Recent::before {
1308
+ content: '\E823';
1479
1309
  }
1480
1310
 
1481
- .ms-Icon--phoneTransfer:before {
1482
- content: '\e112';
1311
+ .ms-Icon--LocationDot::before {
1312
+ content: '\E827';
1483
1313
  }
1484
1314
 
1485
- .ms-Icon--phoneAdd:before {
1486
- content: '\e113';
1315
+ .ms-Icon--News::before {
1316
+ content: '\E900';
1487
1317
  }
1488
1318
 
1489
- .ms-Icon--late:before {
1490
- content: '\e114';
1319
+ .ms-Icon--Chat::before {
1320
+ content: '\E901';
1491
1321
  }
1492
1322
 
1493
- .ms-Icon--chatAdd:before {
1494
- content: '\e115';
1323
+ .ms-Icon--Group::before {
1324
+ content: '\E902';
1495
1325
  }
1496
1326
 
1497
- .ms-Icon--conflict:before {
1498
- content: '\e116';
1327
+ .ms-Icon--View::before {
1328
+ content: '\E890';
1499
1329
  }
1500
1330
 
1501
- .ms-Icon--navigate:before {
1502
- content: '\e117';
1331
+ .ms-Icon--Clear::before {
1332
+ content: '\E894';
1503
1333
  }
1504
1334
 
1505
- .ms-Icon--camera:before {
1506
- content: '\e119';
1335
+ .ms-Icon--Sync::before {
1336
+ content: '\E895';
1507
1337
  }
1508
1338
 
1509
- .ms-Icon--filter:before {
1510
- content: '\e11a';
1339
+ .ms-Icon--Download::before {
1340
+ content: '\E896';
1511
1341
  }
1512
1342
 
1513
- .ms-Icon--fullscreen:before {
1514
- content: '\e11b';
1343
+ .ms-Icon--Help::before {
1344
+ content: '\E897';
1515
1345
  }
1516
1346
 
1517
- .ms-Icon--new:before {
1518
- content: '\e11c';
1347
+ .ms-Icon--Upload::before {
1348
+ content: '\E898';
1519
1349
  }
1520
1350
 
1521
- .ms-Icon--mailEmpty:before {
1522
- content: '\e11d';
1351
+ .ms-Icon--Emoji::before {
1352
+ content: '\E899';
1523
1353
  }
1524
1354
 
1525
- .ms-Icon--editBox:before {
1526
- content: '\e11e';
1355
+ .ms-Icon--ClosePane::before {
1356
+ content: '\E89F';
1527
1357
  }
1528
1358
 
1529
- .ms-Icon--waffle:before {
1530
- content: '\e11f';
1359
+ .ms-Icon--OpenPane::before {
1360
+ content: '\E8A0';
1531
1361
  }
1532
1362
 
1533
- .ms-Icon--work:before {
1534
- content: '\e120';
1363
+ .ms-Icon--PreviewLink::before {
1364
+ content: '\E8A1';
1535
1365
  }
1536
1366
 
1537
- .ms-Icon--eventRecurring:before {
1538
- content: '\e121';
1367
+ .ms-Icon--Bookmarks::before {
1368
+ content: '\E8A4';
1539
1369
  }
1540
1370
 
1541
- .ms-Icon--cart:before {
1542
- content: '\e122';
1371
+ .ms-Icon--Document::before {
1372
+ content: '\E8A5';
1543
1373
  }
1544
1374
 
1545
- .ms-Icon--socialListening:before {
1546
- content: '\e123';
1375
+ .ms-Icon--ProtectedDocument::before {
1376
+ content: '\E8A6';
1547
1377
  }
1548
1378
 
1549
- .ms-Icon--mapMarker:before {
1550
- content: '\e124';
1379
+ .ms-Icon--OpenInNewWindow::before {
1380
+ content: '\E8A7';
1551
1381
  }
1552
1382
 
1553
- .ms-Icon--org:before {
1554
- content: '\e125';
1383
+ .ms-Icon--MailFill::before {
1384
+ content: '\E8A8';
1555
1385
  }
1556
1386
 
1557
- .ms-Icon--replyAlt:before {
1558
- content: '\e150';
1387
+ .ms-Icon--Rename::before {
1388
+ content: '\E8AC';
1559
1389
  }
1560
1390
 
1561
- .ms-Icon--replyAllAlt:before {
1562
- content: '\e152';
1391
+ .ms-Icon--Folder::before {
1392
+ content: '\E8B7';
1563
1393
  }
1564
1394
 
1565
- .ms-Icon--eventInfo:before {
1566
- content: '\e154';
1395
+ .ms-Icon--Picture::before {
1396
+ content: '\E8B9';
1567
1397
  }
1568
1398
 
1569
- .ms-Icon--group:before {
1570
- content: '\e155';
1399
+ .ms-Icon--ShowResults::before {
1400
+ content: '\E8BC';
1571
1401
  }
1572
1402
 
1573
- .ms-Icon--money:before {
1574
- content: '\e161';
1403
+ .ms-Icon--Message::before {
1404
+ content: '\E8BD';
1575
1405
  }
1576
1406
 
1577
- .ms-Icon--graph:before {
1578
- content: '\e162';
1407
+ .ms-Icon--CalendarDay::before {
1408
+ content: '\E8BF';
1579
1409
  }
1580
1410
 
1581
- .ms-Icon--noteEdit:before {
1582
- content: '\e163';
1411
+ .ms-Icon--CalendarWeek::before {
1412
+ content: '\E8C0';
1583
1413
  }
1584
1414
 
1585
- .ms-Icon--dashboard:before {
1586
- content: '\e164';
1415
+ .ms-Icon--MailReplyAll::before {
1416
+ content: '\E8C2';
1587
1417
  }
1588
1418
 
1589
- .ms-Icon--mailEdit:before {
1590
- content: '\e165';
1419
+ .ms-Icon--Read::before {
1420
+ content: '\E8C3';
1591
1421
  }
1592
1422
 
1593
- .ms-Icon--pinLeft:before {
1594
- content: '\e167';
1423
+ .ms-Icon--PaymentCard::before {
1424
+ content: '\E8C7';
1595
1425
  }
1596
1426
 
1597
- .ms-Icon--heart:before {
1598
- content: '\e16a';
1427
+ .ms-Icon--Copy::before {
1428
+ content: '\E8C8';
1599
1429
  }
1600
1430
 
1601
- .ms-Icon--heartEmpty:before {
1602
- content: '\e16b';
1431
+ .ms-Icon--Important::before {
1432
+ content: '\E8C9';
1603
1433
  }
1604
1434
 
1605
- .ms-Icon--picture:before {
1606
- content: '\e16c';
1435
+ .ms-Icon--MailReply::before {
1436
+ content: '\E8CA';
1607
1437
  }
1608
1438
 
1609
- .ms-Icon--cake:before {
1610
- content: '\e16d';
1439
+ .ms-Icon--Sort::before {
1440
+ content: '\E8CB';
1611
1441
  }
1612
1442
 
1613
- .ms-Icon--books:before {
1614
- content: '\e16e';
1443
+ .ms-Icon--GotoToday::before {
1444
+ content: '\E8D1';
1615
1445
  }
1616
1446
 
1617
- .ms-Icon--chart:before {
1618
- content: '\e16f';
1447
+ .ms-Icon--Font::before {
1448
+ content: '\E8D2';
1619
1449
  }
1620
1450
 
1621
- .ms-Icon--video:before {
1622
- content: '\e170';
1451
+ .ms-Icon--FontColor::before {
1452
+ content: '\E8D3';
1623
1453
  }
1624
1454
 
1625
- .ms-Icon--soccer:before {
1626
- content: '\e171';
1455
+ .ms-Icon--FolderFill::before {
1456
+ content: '\E8D5';
1627
1457
  }
1628
1458
 
1629
- .ms-Icon--meal:before {
1630
- content: '\e172';
1459
+ .ms-Icon--Permissions::before {
1460
+ content: '\E8D7';
1631
1461
  }
1632
1462
 
1633
- .ms-Icon--balloon:before {
1634
- content: '\e173';
1463
+ .ms-Icon--DisableUpdates::before {
1464
+ content: '\E8D8';
1635
1465
  }
1636
1466
 
1637
- .ms-Icon--cat:before {
1638
- content: '\e174';
1467
+ .ms-Icon--Italic::before {
1468
+ content: '\E8DB';
1639
1469
  }
1640
1470
 
1641
- .ms-Icon--dog:before {
1642
- content: '\e175';
1471
+ .ms-Icon--Underline::before {
1472
+ content: '\E8DC';
1643
1473
  }
1644
1474
 
1645
- .ms-Icon--bag:before {
1646
- content: '\e176';
1475
+ .ms-Icon--Bold::before {
1476
+ content: '\E8DD';
1647
1477
  }
1648
1478
 
1649
- .ms-Icon--music:before {
1650
- content: '\e177';
1479
+ .ms-Icon--MoveToFolder::before {
1480
+ content: '\E8DE';
1651
1481
  }
1652
1482
 
1653
- .ms-Icon--stopwatch:before {
1654
- content: '\e178';
1483
+ .ms-Icon--OpenFile::before {
1484
+ content: '\E8E5';
1655
1485
  }
1656
1486
 
1657
- .ms-Icon--coffee:before {
1658
- content: '\e179';
1487
+ .ms-Icon--FontDecrease::before {
1488
+ content: '\E8E7';
1659
1489
  }
1660
1490
 
1661
- .ms-Icon--briefcase:before {
1662
- content: '\e17a';
1491
+ .ms-Icon--FontIncrease::before {
1492
+ content: '\E8E8';
1663
1493
  }
1664
1494
 
1665
- .ms-Icon--pill:before {
1666
- content: '\e17b';
1495
+ .ms-Icon--CellPhone::before {
1496
+ content: '\E8EA';
1667
1497
  }
1668
1498
 
1669
- .ms-Icon--trophy:before {
1670
- content: '\e17c';
1499
+ .ms-Icon--Tag::before {
1500
+ content: '\E8EC';
1671
1501
  }
1672
1502
 
1673
- .ms-Icon--firstAid:before {
1674
- content: '\e17d';
1503
+ .ms-Icon--Library::before {
1504
+ content: '\E8F1';
1675
1505
  }
1676
1506
 
1677
- .ms-Icon--plane:before {
1678
- content: '\e17e';
1507
+ .ms-Icon--PostUpdate::before {
1508
+ content: '\E8F3';
1679
1509
  }
1680
1510
 
1681
- .ms-Icon--page:before {
1682
- content: '\e17f';
1511
+ .ms-Icon--NewFolder::before {
1512
+ content: '\E8F4';
1683
1513
  }
1684
1514
 
1685
- .ms-Icon--car:before {
1686
- content: '\e180';
1515
+ .ms-Icon--UnsyncFolder::before {
1516
+ content: '\E8F6';
1687
1517
  }
1688
1518
 
1689
- .ms-Icon--dogAlt:before {
1690
- content: '\e181';
1519
+ .ms-Icon--SyncFolder::before {
1520
+ content: '\E8F7';
1691
1521
  }
1692
1522
 
1693
- .ms-Icon--document:before {
1694
- content: '\e182';
1523
+ .ms-Icon--BlockContact::before {
1524
+ content: '\E8F8';
1695
1525
  }
1696
1526
 
1697
- .ms-Icon--metadata:before {
1698
- content: '\e183';
1527
+ .ms-Icon--AddFriend::before {
1528
+ content: '\E8FA';
1699
1529
  }
1700
1530
 
1701
- .ms-Icon--pointItem:before {
1702
- content: '\e184';
1531
+ .ms-Icon--BulletedList::before {
1532
+ content: '\E8FD';
1703
1533
  }
1704
1534
 
1705
- .ms-Icon--text:before {
1706
- content: '\e185';
1535
+ .ms-Icon--Preview::before {
1536
+ content: '\E8FF';
1707
1537
  }
1708
1538
 
1709
- .ms-Icon--fieldText:before {
1710
- content: '\e186';
1539
+ .ms-Icon--DockLeft::before {
1540
+ content: '\E90C';
1711
1541
  }
1712
1542
 
1713
- .ms-Icon--fieldNumber:before {
1714
- content: '\e187';
1543
+ .ms-Icon--DockRight::before {
1544
+ content: '\E90D';
1715
1545
  }
1716
1546
 
1717
- .ms-Icon--dropdown:before {
1718
- content: '\e188';
1547
+ .ms-Icon--Repair::before {
1548
+ content: '\E90F';
1719
1549
  }
1720
1550
 
1721
- .ms-Icon--radioButton:before {
1722
- content: '\e189';
1551
+ .ms-Icon--RadioBullet::before {
1552
+ content: '\E915';
1723
1553
  }
1724
1554
 
1725
- .ms-Icon--checkbox:before {
1726
- content: '\e18a';
1555
+ .ms-Icon--Stopwatch::before {
1556
+ content: '\E916';
1727
1557
  }
1728
1558
 
1729
- .ms-Icon--story:before {
1730
- content: '\e18b';
1559
+ .ms-Icon--Clock::before {
1560
+ content: '\E917';
1731
1561
  }
1732
1562
 
1733
- .ms-Icon--bold:before {
1734
- content: '\e18c';
1563
+ .ms-Icon--AlarmClock::before {
1564
+ content: '\E919';
1735
1565
  }
1736
1566
 
1737
- .ms-Icon--italic:before {
1738
- content: '\e18d';
1567
+ .ms-Icon--Hospital::before {
1568
+ content: '\E91D';
1739
1569
  }
1740
1570
 
1741
- .ms-Icon--underline:before {
1742
- content: '\e18e';
1571
+ .ms-Icon--Timer::before {
1572
+ content: '\E91E';
1743
1573
  }
1744
1574
 
1745
- .ms-Icon--quote:before {
1746
- content: '\e18f';
1575
+ .ms-Icon--FullCircleMask::before {
1576
+ content: '\E91F';
1747
1577
  }
1748
1578
 
1749
- .ms-Icon--styleRemove:before {
1750
- content: '\e190';
1579
+ .ms-Icon--LocationFill::before {
1580
+ content: '\E920';
1751
1581
  }
1752
1582
 
1753
- .ms-Icon--pictureAdd:before {
1754
- content: '\e191';
1583
+ .ms-Icon--ChromeMinimize::before {
1584
+ content: '\E921';
1755
1585
  }
1756
1586
 
1757
- .ms-Icon--pictureRemove:before {
1758
- content: '\e192';
1587
+ .ms-Icon--ChromeClose::before {
1588
+ content: '\E8BB';
1759
1589
  }
1760
1590
 
1761
- .ms-Icon--desktop:before {
1762
- content: '\e193';
1591
+ .ms-Icon--Accept::before {
1592
+ content: '\E8FB';
1763
1593
  }
1764
1594
 
1765
- .ms-Icon--tablet:before {
1766
- content: '\e194';
1595
+ .ms-Icon--Handwriting::before {
1596
+ content: '\E929';
1767
1597
  }
1768
1598
 
1769
- .ms-Icon--mobile:before {
1770
- content: '\e195';
1599
+ .ms-Icon--StackIndicator::before {
1600
+ content: '\E7FF';
1771
1601
  }
1772
1602
 
1773
- .ms-Icon--table:before {
1774
- content: '\e196';
1603
+ .ms-Icon--Completed::before {
1604
+ content: '\E930';
1775
1605
  }
1776
1606
 
1777
- .ms-Icon--hide:before {
1778
- content: '\e197';
1607
+ .ms-Icon--Label::before {
1608
+ content: '\E932';
1779
1609
  }
1780
1610
 
1781
- .ms-Icon--shield:before {
1782
- content: '\e198';
1611
+ .ms-Icon--FlickDown::before {
1612
+ content: '\E935';
1783
1613
  }
1784
1614
 
1785
- .ms-Icon--header:before {
1786
- content: '\e19a';
1615
+ .ms-Icon--FlickUp::before {
1616
+ content: '\E936';
1787
1617
  }
1788
1618
 
1789
- .ms-Icon--paint:before {
1790
- content: '\e19b';
1619
+ .ms-Icon--FlickLeft::before {
1620
+ content: '\E937';
1791
1621
  }
1792
1622
 
1793
- .ms-Icon--support:before {
1794
- content: '\e19c';
1623
+ .ms-Icon--FlickRight::before {
1624
+ content: '\E938';
1795
1625
  }
1796
1626
 
1797
- .ms-Icon--settings:before {
1798
- content: '\e19d';
1627
+ .ms-Icon--LightningBolt::before {
1628
+ content: '\E945';
1799
1629
  }
1800
1630
 
1801
- .ms-Icon--creditCard:before {
1802
- content: '\e19e';
1631
+ .ms-Icon--Info::before {
1632
+ content: '\E946';
1803
1633
  }
1804
1634
 
1805
- .ms-Icon--reload:before {
1806
- content: '\e19f';
1635
+ .ms-Icon--CalculatorAddition::before {
1636
+ content: '\E948';
1807
1637
  }
1808
1638
 
1809
- .ms-Icon--peopleSecurity:before {
1810
- content: '\e200';
1639
+ .ms-Icon--CalculatorSubtract::before {
1640
+ content: '\E949';
1811
1641
  }
1812
1642
 
1813
- .ms-Icon--fieldTextBox:before {
1814
- content: '\e203';
1643
+ .ms-Icon--PrintfaxPrinterFile::before {
1644
+ content: '\E956';
1815
1645
  }
1816
1646
 
1817
- .ms-Icon--multiChoice:before {
1818
- content: '\e204';
1647
+ .ms-Icon--ChevronUpSmall::before {
1648
+ content: '\E96D';
1819
1649
  }
1820
1650
 
1821
- .ms-Icon--fieldMail:before {
1822
- content: '\e205';
1651
+ .ms-Icon--ChevronDownSmall::before {
1652
+ content: '\E96E';
1823
1653
  }
1824
1654
 
1825
- .ms-Icon--contactForm:before {
1826
- content: '\e206';
1655
+ .ms-Icon--ChevronLeftSmall::before {
1656
+ content: '\E96F';
1827
1657
  }
1828
1658
 
1829
- .ms-Icon--circleHalfFilled:before {
1830
- content: '\e207';
1659
+ .ms-Icon--ChevronRightSmall::before {
1660
+ content: '\E970';
1831
1661
  }
1832
1662
 
1833
- .ms-Icon--documentPDF:before {
1834
- content: '\e208';
1663
+ .ms-Icon--ChevronUpMed::before {
1664
+ content: '\E971';
1835
1665
  }
1836
1666
 
1837
- .ms-Icon--bookmark:before {
1838
- content: '\e209';
1667
+ .ms-Icon--ChevronDownMed::before {
1668
+ content: '\E972';
1839
1669
  }
1840
1670
 
1841
- .ms-Icon--circleUnfilled:before {
1842
- content: '\e20b';
1671
+ .ms-Icon--ChevronLeftMed::before {
1672
+ content: '\E973';
1843
1673
  }
1844
1674
 
1845
- .ms-Icon--circleFilled:before {
1846
- content: '\e20c';
1675
+ .ms-Icon--ChevronRightMed::before {
1676
+ content: '\E974';
1847
1677
  }
1848
1678
 
1849
- .ms-Icon--textBox:before {
1850
- content: '\e20e';
1679
+ .ms-Icon--ChromeBack::before {
1680
+ content: '\E830';
1851
1681
  }
1852
1682
 
1853
- .ms-Icon--drop:before {
1854
- content: '\e20f';
1683
+ .ms-Icon--PC1::before {
1684
+ content: '\E977';
1855
1685
  }
1856
1686
 
1857
- .ms-Icon--sun:before {
1858
- content: '\e210';
1687
+ .ms-Icon--PresenceChickletVideo::before {
1688
+ content: '\E979';
1859
1689
  }
1860
1690
 
1861
- .ms-Icon--lifesaver:before {
1862
- content: '\e211';
1691
+ .ms-Icon--Reply::before {
1692
+ content: '\E97A';
1863
1693
  }
1864
1694
 
1865
- .ms-Icon--lifesaverLock:before {
1866
- content: '\e212';
1695
+ .ms-Icon--DoubleChevronDown::before {
1696
+ content: '\E98B';
1867
1697
  }
1868
1698
 
1869
- .ms-Icon--mailUnread:before {
1870
- content: '\e213';
1699
+ .ms-Icon--DoubleChevronLeftMed::before {
1700
+ content: '\E991';
1871
1701
  }
1872
1702
 
1873
- .ms-Icon--mailRead:before {
1874
- content: '\e214';
1703
+ .ms-Icon--CaretHollow::before {
1704
+ content: '\E817';
1875
1705
  }
1876
1706
 
1877
- .ms-Icon--inboxCheck:before {
1878
- content: '\e215';
1707
+ .ms-Icon--CaretSolid::before {
1708
+ content: '\E818';
1879
1709
  }
1880
1710
 
1881
- .ms-Icon--folderSearch:before {
1882
- content: '\e216';
1711
+ .ms-Icon--Pinned::before {
1712
+ content: '\E840';
1883
1713
  }
1884
1714
 
1885
- .ms-Icon--collapse:before {
1886
- content: '\e217';
1715
+ .ms-Icon--PinnedFill::before {
1716
+ content: '\E842';
1887
1717
  }
1888
1718
 
1889
- .ms-Icon--expand:before {
1890
- content: '\e218';
1719
+ .ms-Icon--Chart::before {
1720
+ content: '\E999';
1891
1721
  }
1892
1722
 
1893
- .ms-Icon--ascending:before {
1894
- content: '\e219';
1723
+ .ms-Icon--RevToggleKey::before {
1724
+ content: '\E845';
1895
1725
  }
1896
1726
 
1897
- .ms-Icon--descending:before {
1898
- content: '\e21a';
1727
+ .ms-Icon--RightDoubleQuote::before {
1728
+ content: '\E9B1';
1899
1729
  }
1900
1730
 
1901
- .ms-Icon--filterClear:before {
1902
- content: '\e21b';
1731
+ .ms-Icon--Sunny::before {
1732
+ content: '\E9BD';
1903
1733
  }
1904
1734
 
1905
- .ms-Icon--checkboxEmpty:before {
1906
- content: '\e21c';
1735
+ .ms-Icon--Ringer::before {
1736
+ content: '\EA8F';
1907
1737
  }
1908
1738
 
1909
- .ms-Icon--checkboxMixed:before {
1910
- content: '\e21d';
1739
+ .ms-Icon--PDF::before {
1740
+ content: '\EA90';
1911
1741
  }
1912
1742
 
1913
- .ms-Icon--boards:before {
1914
- content: '\e21e';
1743
+ .ms-Icon--SortLines::before {
1744
+ content: '\E9D0';
1915
1745
  }
1916
1746
 
1917
- .ms-Icon--checkboxCheck:before {
1918
- content: '\e21f';
1747
+ .ms-Icon--Ribbon::before {
1748
+ content: '\E9D1';
1919
1749
  }
1920
1750
 
1921
- .ms-Icon--frowny:before {
1922
- content: '\e220';
1751
+ .ms-Icon--Info2::before {
1752
+ content: '\EA1F';
1923
1753
  }
1924
1754
 
1925
- .ms-Icon--lightBulb:before {
1926
- content: '\e221';
1755
+ .ms-Icon--MultiSelectMirrored::before {
1756
+ content: '\EA98';
1927
1757
  }
1928
1758
 
1929
- .ms-Icon--globe:before {
1930
- content: '\e222';
1759
+ .ms-Icon--Broom::before {
1760
+ content: '\EA99';
1931
1761
  }
1932
1762
 
1933
- .ms-Icon--deviceWipe:before {
1934
- content: '\e223';
1763
+ .ms-Icon--MusicInCollectionFill::before {
1764
+ content: '\EA36';
1935
1765
  }
1936
1766
 
1937
- .ms-Icon--listCheck:before {
1938
- content: '\e226';
1767
+ .ms-Icon--List::before {
1768
+ content: '\EA37';
1939
1769
  }
1940
1770
 
1941
- .ms-Icon--listGroup:before {
1942
- content: '\e227';
1771
+ .ms-Icon--Asterisk::before {
1772
+ content: '\EA38';
1943
1773
  }
1944
1774
 
1945
- .ms-Icon--timeline:before {
1946
- content: '\e228';
1775
+ .ms-Icon--ErrorBadge::before {
1776
+ content: '\EA39';
1947
1777
  }
1948
1778
 
1949
- .ms-Icon--fontIncrease:before {
1950
- content: '\e229';
1779
+ .ms-Icon--CircleRing::before {
1780
+ content: '\EA3A';
1951
1781
  }
1952
1782
 
1953
- .ms-Icon--fontDecrease:before {
1954
- content: '\e22a';
1783
+ .ms-Icon--CircleFill::before {
1784
+ content: '\EA3B';
1955
1785
  }
1956
1786
 
1957
- .ms-Icon--fontColor:before {
1958
- content: '\e22b';
1787
+ .ms-Icon--BookmarksMirrored::before {
1788
+ content: '\EA41';
1959
1789
  }
1960
1790
 
1961
- .ms-Icon--mailCheck:before {
1962
- content: '\e22c';
1791
+ .ms-Icon--BulletedListMirrored::before {
1792
+ content: '\EA42';
1963
1793
  }
1964
1794
 
1965
- .ms-Icon--mailDown:before {
1966
- content: '\e22d';
1795
+ .ms-Icon--CaretHollowMirrored::before {
1796
+ content: '\EA45';
1967
1797
  }
1968
1798
 
1969
- .ms-Icon--listCheckbox:before {
1970
- content: '\e22e';
1799
+ .ms-Icon--CaretSolidMirrored::before {
1800
+ content: '\EA46';
1971
1801
  }
1972
1802
 
1973
- .ms-Icon--sunAdd:before {
1974
- content: '\e22f';
1803
+ .ms-Icon--ChromeBackMirrored::before {
1804
+ content: '\EA47';
1975
1805
  }
1976
1806
 
1977
- .ms-Icon--sunQuestion:before {
1978
- content: '\e230';
1807
+ .ms-Icon--ClosePaneMirrored::before {
1808
+ content: '\EA49';
1979
1809
  }
1980
1810
 
1981
- .ms-Icon--chevronThinUp:before {
1982
- content: '\e231';
1811
+ .ms-Icon--DockLeftMirrored::before {
1812
+ content: '\EA4C';
1983
1813
  }
1984
1814
 
1985
- .ms-Icon--chevronThinDown:before {
1986
- content: '\e232';
1815
+ .ms-Icon--DoubleChevronLeftMedMirrored::before {
1816
+ content: '\EA4D';
1987
1817
  }
1988
1818
 
1989
- .ms-Icon--chevronThinLeft:before {
1990
- content: '\e233';
1819
+ .ms-Icon--HelpMirrored::before {
1820
+ content: '\EA51';
1991
1821
  }
1992
1822
 
1993
- .ms-Icon--chevronThinRight:before {
1994
- content: '\e234';
1823
+ .ms-Icon--ListMirrored::before {
1824
+ content: '\EA55';
1995
1825
  }
1996
1826
 
1997
- .ms-Icon--chevronThickUp:before {
1998
- content: '\e235';
1827
+ .ms-Icon--MailReplyMirrored::before {
1828
+ content: '\EA57';
1999
1829
  }
2000
1830
 
2001
- .ms-Icon--chevronThickDown:before {
2002
- content: '\e236';
1831
+ .ms-Icon--MailReplyAllMirrored::before {
1832
+ content: '\EA58';
2003
1833
  }
2004
1834
 
2005
- .ms-Icon--chevronThickLeft:before {
2006
- content: '\e237';
1835
+ .ms-Icon--OpenPaneMirrored::before {
1836
+ content: '\EA5B';
2007
1837
  }
2008
1838
 
2009
- .ms-Icon--chevronThickRight:before {
2010
- content: '\e238';
1839
+ .ms-Icon--ShowResultsMirrored::before {
1840
+ content: '\EA65';
2011
1841
  }
2012
1842
 
2013
- .ms-Icon--linkRemove:before {
2014
- content: '\e239';
1843
+ .ms-Icon--Lightbulb::before {
1844
+ content: '\EA80';
2015
1845
  }
2016
1846
 
2017
- .ms-Icon--alertOutline:before {
2018
- content: '\e23b';
1847
+ .ms-Icon--StatusTriangle::before {
1848
+ content: '\EA82';
2019
1849
  }
2020
1850
 
2021
- .ms-Icon--documentLandscape:before {
2022
- content: '\e23c';
1851
+ .ms-Icon--EmojiNeutral::before {
1852
+ content: '\EA87';
2023
1853
  }
2024
1854
 
2025
- .ms-Icon--documentAdd:before {
2026
- content: '\e23d';
1855
+ .ms-Icon--EmojiDisappointed::before {
1856
+ content: '\EA88';
2027
1857
  }
2028
1858
 
2029
- .ms-Icon--toggleMiddle:before {
2030
- content: '\e23e';
1859
+ .ms-Icon--HomeSolid::before {
1860
+ content: '\EA8A';
2031
1861
  }
2032
1862
 
2033
- .ms-Icon--embed:before {
2034
- content: '\e23f';
1863
+ .ms-Icon--Articles::before {
1864
+ content: '\EAC1';
2035
1865
  }
2036
1866
 
2037
- .ms-Icon--listNumbered:before {
2038
- content: '\e240';
1867
+ .ms-Icon--DietPlanNotebook::before {
1868
+ content: '\EAC8';
2039
1869
  }
2040
1870
 
2041
- .ms-Icon--peopleCheck:before {
2042
- content: '\e242';
1871
+ .ms-Icon--DrugLookUp::before {
1872
+ content: '\EACB';
2043
1873
  }
2044
1874
 
2045
- .ms-Icon--caretUpOutline:before {
2046
- content: '\e243';
1875
+ .ms-Icon--Running::before {
1876
+ content: '\EADA';
2047
1877
  }
2048
1878
 
2049
- .ms-Icon--caretDownOutline:before {
2050
- content: '\e244';
1879
+ .ms-Icon--CirclePlus::before {
1880
+ content: '\EAEE';
2051
1881
  }
2052
1882
 
2053
- .ms-Icon--caretLeftOutline:before {
2054
- content: '\e245';
1883
+ .ms-Icon--Coffee::before {
1884
+ content: '\EAEF';
2055
1885
  }
2056
1886
 
2057
- .ms-Icon--caretRightOutline:before {
2058
- content: '\e246';
1887
+ .ms-Icon--Money::before {
1888
+ content: '\EAFD';
2059
1889
  }
2060
1890
 
2061
- .ms-Icon--mailSync:before {
2062
- content: '\e248';
1891
+ .ms-Icon--StockDown::before {
1892
+ content: '\EB0F';
2063
1893
  }
2064
1894
 
2065
- .ms-Icon--mailError:before {
2066
- content: '\e249';
1895
+ .ms-Icon--StockUp::before {
1896
+ content: '\EB11';
2067
1897
  }
2068
1898
 
2069
- .ms-Icon--mailPause:before {
2070
- content: '\e24a';
1899
+ .ms-Icon--Soccer::before {
1900
+ content: '\EB21';
2071
1901
  }
2072
1902
 
2073
- .ms-Icon--peopleSync:before {
2074
- content: '\e24b';
1903
+ .ms-Icon--AutoRacing::before {
1904
+ content: '\EB24';
2075
1905
  }
2076
1906
 
2077
- .ms-Icon--peopleError:before {
2078
- content: '\e24c';
1907
+ .ms-Icon--Drop::before {
1908
+ content: '\EB42';
2079
1909
  }
2080
1910
 
2081
- .ms-Icon--peoplePause:before {
2082
- content: '\e24d';
1911
+ .ms-Icon--Heart::before {
1912
+ content: '\EB51';
2083
1913
  }
2084
1914
 
2085
- .ms-Icon--circleBall:before {
2086
- content: '\e24e';
1915
+ .ms-Icon--HeartFill::before {
1916
+ content: '\EB52';
2087
1917
  }
2088
1918
 
2089
- .ms-Icon--circleBalloons:before {
2090
- content: '\e24f';
1919
+ .ms-Icon--Door::before {
1920
+ content: '\EB75';
2091
1921
  }
2092
1922
 
2093
- .ms-Icon--circleCar:before {
2094
- content: '\e250';
1923
+ .ms-Icon--DoubleBookmark::before {
1924
+ content: '\EB8F';
2095
1925
  }
2096
1926
 
2097
- .ms-Icon--circleCat:before {
2098
- content: '\e251';
1927
+ .ms-Icon--Certificate::before {
1928
+ content: '\EB95';
2099
1929
  }
2100
1930
 
2101
- .ms-Icon--circleCoffee:before {
2102
- content: '\e252';
1931
+ .ms-Icon--Photo2::before {
1932
+ content: '\EB9F';
2103
1933
  }
2104
1934
 
2105
- .ms-Icon--circleDog:before {
2106
- content: '\e253';
1935
+ .ms-Icon--CloudDownload::before {
1936
+ content: '\EBD3';
2107
1937
  }
2108
1938
 
2109
- .ms-Icon--circleLightning:before {
2110
- content: '\e254';
1939
+ .ms-Icon--WindDirection::before {
1940
+ content: '\EBE6';
2111
1941
  }
2112
1942
 
2113
- .ms-Icon--circlePill:before {
2114
- content: '\e255';
1943
+ .ms-Icon--CSS::before {
1944
+ content: '\EBEF';
2115
1945
  }
2116
1946
 
2117
- .ms-Icon--circlePlane:before {
2118
- content: '\e256';
1947
+ .ms-Icon--JS::before {
1948
+ content: '\EBF0';
2119
1949
  }
2120
1950
 
2121
- .ms-Icon--circlePoodle:before {
2122
- content: '\e257';
1951
+ .ms-Icon--Section::before {
1952
+ content: '\EC0C';
2123
1953
  }
2124
1954
 
2125
- .ms-Icon--checkPeople:before {
2126
- content: '\e259';
1955
+ .ms-Icon--ToggleFilled::before {
1956
+ content: '\EC11';
2127
1957
  }
2128
1958
 
2129
- .ms-Icon--documentSearch:before {
2130
- content: '\e25a';
1959
+ .ms-Icon--ToggleBorder::before {
1960
+ content: '\EC12';
2131
1961
  }
2132
1962
 
2133
- .ms-Icon--sortLines:before {
2134
- content: '\e25c';
1963
+ .ms-Icon--SliderThumb::before {
1964
+ content: '\EC13';
2135
1965
  }
2136
1966
 
2137
- .ms-Icon--calendarPublic:before {
2138
- content: '\e25d';
1967
+ .ms-Icon--ToggleThumb::before {
1968
+ content: '\EC14';
2139
1969
  }
2140
1970
 
2141
- .ms-Icon--contactPublic:before {
2142
- content: '\e25e';
1971
+ .ms-Icon--Documentation::before {
1972
+ content: '\EC17';
2143
1973
  }
2144
1974
 
2145
- .ms-Icon--classNotebook:before {
2146
- content: '\e25f';
1975
+ .ms-Icon--Badge::before {
1976
+ content: '\EC1B';
2147
1977
  }
2148
1978
 
2149
- .ms-Icon--triangleUp:before {
2150
- content: '\e260';
1979
+ .ms-Icon--AlbumRemove::before {
1980
+ content: '\EC62';
2151
1981
  }
2152
1982
 
2153
- .ms-Icon--triangleRight:before {
2154
- content: '\e261';
1983
+ .ms-Icon--MessageFill::before {
1984
+ content: '\EC70';
2155
1985
  }
2156
1986
 
2157
- .ms-Icon--triangleDown:before {
2158
- content: '\e262';
1987
+ .ms-Icon--TabletSelected::before {
1988
+ content: '\EC74';
2159
1989
  }
2160
1990
 
2161
- .ms-Icon--triangleLeft:before {
2162
- content: '\e263';
1991
+ .ms-Icon--MobileSelected::before {
1992
+ content: '\EC75';
2163
1993
  }
2164
1994
 
2165
- .ms-Icon--triangleEmptyUp:before {
2166
- content: '\e264';
1995
+ .ms-Icon--LaptopSelected::before {
1996
+ content: '\EC76';
2167
1997
  }
2168
1998
 
2169
- .ms-Icon--triangleEmptyRight:before {
2170
- content: '\e265';
1999
+ .ms-Icon--TVMonitorSelected::before {
2000
+ content: '\EC77';
2171
2001
  }
2172
2002
 
2173
- .ms-Icon--triangleEmptyDown:before {
2174
- content: '\e266';
2003
+ .ms-Icon--DeveloperTools::before {
2004
+ content: '\EC7A';
2175
2005
  }
2176
2006
 
2177
- .ms-Icon--triangleEmptyLeft:before {
2178
- content: '\e267';
2007
+ .ms-Icon--InsertTextBox::before {
2008
+ content: '\EC7D';
2179
2009
  }
2180
2010
 
2181
- .ms-Icon--filePDF:before {
2182
- content: '\e268';
2011
+ .ms-Icon--Event::before {
2012
+ content: '\ECA3';
2183
2013
  }
2184
2014
 
2185
- .ms-Icon--fileImage:before {
2186
- content: '\e26c';
2015
+ .ms-Icon--Cake::before {
2016
+ content: '\ECA4';
2187
2017
  }
2188
2018
 
2189
- .ms-Icon--fileDocument:before {
2190
- content: '\e26d';
2019
+ .ms-Icon--Tiles::before {
2020
+ content: '\ECA5';
2191
2021
  }
2192
2022
 
2193
- .ms-Icon--listGroup2:before {
2194
- content: '\e26e';
2023
+ .ms-Icon--Org::before {
2024
+ content: '\ECA6';
2195
2025
  }
2196
2026
 
2197
- .ms-Icon--copy:before {
2198
- content: '\e26f';
2027
+ .ms-Icon--PartyLeader::before {
2028
+ content: '\ECA7';
2199
2029
  }
2200
2030
 
2201
- .ms-Icon--creditCardOutline:before {
2202
- content: '\e270';
2031
+ .ms-Icon--DRM::before {
2032
+ content: '\ECA8';
2203
2033
  }
2204
2034
 
2205
- .ms-Icon--mailPublic:before {
2206
- content: '\e272';
2035
+ .ms-Icon--CloudAdd::before {
2036
+ content: '\ECA9';
2207
2037
  }
2208
2038
 
2209
- .ms-Icon--folderPublic:before {
2210
- content: '\e273';
2039
+ .ms-Icon--AppIconDefault::before {
2040
+ content: '\ECAA';
2211
2041
  }
2212
2042
 
2213
- .ms-Icon--teamwork:before {
2214
- content: '\e274';
2043
+ .ms-Icon--Photo2Add::before {
2044
+ content: '\ECAB';
2215
2045
  }
2216
2046
 
2217
- .ms-Icon--move:before {
2218
- content: '\e275';
2047
+ .ms-Icon--Photo2Remove::before {
2048
+ content: '\ECAC';
2219
2049
  }
2220
2050
 
2221
- .ms-Icon--classroom:before {
2222
- content: '\e276';
2051
+ .ms-Icon--Embed::before {
2052
+ content: '\ECCE';
2223
2053
  }
2224
2054
 
2225
- .ms-Icon--menu2:before {
2226
- content: '\e277';
2055
+ .ms-Icon--Teamwork::before {
2056
+ content: '\EA12';
2227
2057
  }
2228
2058
 
2229
- .ms-Icon--plus2:before {
2230
- content: '\e278';
2059
+ .ms-Icon--PeopleAdd::before {
2060
+ content: '\EA15';
2231
2061
  }
2232
2062
 
2233
- .ms-Icon--tag:before {
2234
- content: '\e279';
2063
+ .ms-Icon--Glasses::before {
2064
+ content: '\EA16';
2235
2065
  }
2236
2066
 
2237
- .ms-Icon--arrowUp2:before {
2238
- content: '\e27a';
2067
+ .ms-Icon--DateTime2::before {
2068
+ content: '\EA17';
2239
2069
  }
2240
2070
 
2241
- .ms-Icon--arrowDown2:before {
2242
- content: '\e27b';
2071
+ .ms-Icon--Shield::before {
2072
+ content: '\EA18';
2243
2073
  }
2244
2074
 
2245
- .ms-Icon--circlePlus:before {
2246
- content: '\e27c';
2075
+ .ms-Icon--Header::before {
2076
+ content: '\EA19';
2247
2077
  }
2248
2078
 
2249
- .ms-Icon--circleInfo:before {
2250
- content: '\e27d';
2079
+ .ms-Icon--PageAdd::before {
2080
+ content: '\EA1A';
2251
2081
  }
2252
2082
 
2253
- .ms-Icon--section:before {
2254
- content: '\e27e';
2083
+ .ms-Icon--NumberedList::before {
2084
+ content: '\EA1C';
2255
2085
  }
2256
2086
 
2257
- .ms-Icon--sections:before {
2258
- content: '\e27f';
2087
+ .ms-Icon--Glimmer::before {
2088
+ content: '\ECF4';
2259
2089
  }
2260
2090
 
2261
- .ms-Icon--at:before {
2262
- content: '\e282';
2091
+ .ms-Icon--SkypeCheck::before {
2092
+ content: '\EF80';
2263
2093
  }
2264
2094
 
2265
- .ms-Icon--arrowUpRight:before {
2266
- content: '\e283';
2095
+ .ms-Icon--SkypeClock::before {
2096
+ content: '\EF81';
2267
2097
  }
2268
2098
 
2269
- .ms-Icon--arrowDownRight:before {
2270
- content: '\e284';
2271
- }
2272
-
2273
- .ms-Icon--arrowDownLeft:before {
2274
- content: '\e285';
2275
- }
2276
-
2277
- .ms-Icon--arrowUpLeft:before {
2278
- content: '\e286';
2279
- }
2280
-
2281
- .ms-Icon--bundle:before {
2282
- content: '\e287';
2283
- }
2284
-
2285
- .ms-Icon--pictureEdit:before {
2286
- content: '\e288';
2287
- }
2288
-
2289
- .ms-Icon--protectionCenter:before {
2290
- content: '\e289';
2291
- }
2292
-
2293
- .ms-Icon--alert2:before {
2294
- content: '\e28a';
2295
- }
2296
-
2297
- .ms-Icon--skypeCircleCheck:before {
2298
- content: '\e310';
2299
- }
2300
-
2301
- .ms-Icon--skypeCircleClock:before {
2302
- content: '\e311';
2303
- }
2304
-
2305
- .ms-Icon--skypeCircleMinus:before {
2306
- content: '\e312';
2307
- }
2308
-
2309
- .ms-Icon--skypeCheck:before {
2310
- content: '\e315';
2311
- }
2312
-
2313
- .ms-Icon--skypeClock:before {
2314
- content: '\e316';
2315
- }
2316
-
2317
- .ms-Icon--skypeMinus:before {
2318
- content: '\e317';
2099
+ .ms-Icon--SkypeMinus::before {
2100
+ content: '\EF82';
2319
2101
  }
2320
2102
 
2321
2103
  .ms-Icon--circle {
@@ -2330,13 +2112,13 @@
2330
2112
  -webkit-font-smoothing: antialiased;
2331
2113
  }
2332
2114
 
2333
- .ms-Icon--circle:before,
2334
- .ms-Icon--circle:after {
2115
+ .ms-Icon--circle::before,
2116
+ .ms-Icon--circle::after {
2335
2117
  line-height: 1;
2336
2118
  font-size: inherit;
2337
2119
  }
2338
2120
 
2339
- .ms-Icon--circle:before {
2121
+ .ms-Icon--circle::before {
2340
2122
  display: block;
2341
2123
  width: 100%;
2342
2124
  height: 100%;
@@ -2346,7 +2128,7 @@
2346
2128
  position: absolute;
2347
2129
  }
2348
2130
 
2349
- .ms-Icon--circle:after {
2131
+ .ms-Icon--circle::after {
2350
2132
  content: '\e000';
2351
2133
  position: absolute;
2352
2134
  top: 0;
@@ -2358,528 +2140,20 @@
2358
2140
  z-index: 0;
2359
2141
  }
2360
2142
 
2361
- .ms-Icon--circle.ms-Icon--star:before {
2362
- top: -2%;
2363
- left: 1%;
2364
- }
2365
-
2366
- .ms-Icon--circle.ms-Icon--person:before {
2367
- top: -2%;
2368
- left: -3%;
2369
- }
2370
-
2371
- .ms-Icon--circle.ms-Icon--alert:before {
2372
- top: -4%;
2373
- }
2374
-
2375
- .ms-Icon--circle.ms-Icon--mailOpen:before {
2376
- top: -5%;
2377
- }
2378
-
2379
- .ms-Icon--circle.ms-Icon--people:before {
2380
- top: -4%;
2381
- left: -7%;
2382
- }
2383
-
2384
- .ms-Icon--circle.ms-Icon--bell:before {
2385
- top: -3%;
2386
- }
2387
-
2388
- .ms-Icon--circle.ms-Icon--scheduling:before {
2389
- top: -3%;
2390
- left: 6%;
2391
- }
2392
-
2393
- .ms-Icon--circle.ms-Icon--documents:before {
2394
- top: -1%;
2395
- left: -2%;
2396
- }
2397
-
2398
- .ms-Icon--circle.ms-Icon--listBullets:before {
2399
- top: -1%;
2400
- left: 5%;
2401
- }
2402
-
2403
- .ms-Icon--circle.ms-Icon--panel:before {
2404
- left: -2%;
2405
- }
2406
-
2407
- .ms-Icon--circle.ms-Icon--popout:before {
2408
- top: -2%;
2409
- left: -2%;
2410
- }
2411
-
2412
- .ms-Icon--circle.ms-Icon--home:before {
2413
- top: -4%;
2414
- }
2415
-
2416
- .ms-Icon--circle.ms-Icon--favorites:before {
2417
- top: -2%;
2418
- left: 2%;
2419
- }
2420
-
2421
- .ms-Icon--circle.ms-Icon--phone:before {
2422
- top: -2%;
2423
- left: -2%;
2424
- }
2425
-
2426
- .ms-Icon--circle.ms-Icon--mailSend:before {
2427
- left: -10%;
2428
- }
2429
-
2430
- .ms-Icon--circle.ms-Icon--pencil:before {
2431
- top: -2%;
2432
- left: 3%;
2433
- }
2434
-
2435
- .ms-Icon--circle.ms-Icon--flag:before {
2436
- left: 3%;
2437
- }
2438
-
2439
- .ms-Icon--circle.ms-Icon--miniatures:before {
2440
- left: -3%;
2441
- }
2442
-
2443
- .ms-Icon--circle.ms-Icon--voicemail:before {
2444
- top: 2%;
2445
- left: -7%;
2446
- }
2447
-
2448
- .ms-Icon--circle.ms-Icon--onlineAdd:before {
2449
- top: -1%;
2450
- left: 2%;
2451
- }
2452
-
2453
- .ms-Icon--circle.ms-Icon--pinDown:before {
2454
- top: 5%;
2455
- }
2456
-
2457
- .ms-Icon--circle.ms-Icon--gear:before {
2458
- left: 2%;
2459
- }
2460
-
2461
- .ms-Icon--circle.ms-Icon--check:before {
2462
- top: 3%;
2463
- }
2464
-
2465
- .ms-Icon--circle.ms-Icon--ellipsis:before {
2466
- top: 2%;
2467
- left: -12%;
2468
- }
2469
-
2470
- .ms-Icon--circle.ms-Icon--directions:before {
2471
- left: 10%;
2472
- }
2473
-
2474
- .ms-Icon--circle.ms-Icon--microphone:before {
2475
- top: -3%;
2476
- }
2477
-
2478
- .ms-Icon--circle.ms-Icon--caretDown:before {
2479
- top: 5%;
2480
- left: 2%;
2481
- }
2482
-
2483
- .ms-Icon--circle.ms-Icon--caretLeft:before {
2484
- left: -6%;
2485
- }
2486
-
2487
- .ms-Icon--circle.ms-Icon--caretRight:before {
2488
- left: 6%;
2489
- }
2490
-
2491
- .ms-Icon--circle.ms-Icon--caretUpLeft:before {
2492
- top: 5%;
2493
- left: 5%;
2494
- }
2495
-
2496
- .ms-Icon--circle.ms-Icon--caretUpRight:before {
2497
- top: 5%;
2498
- left: -3%;
2499
- }
2500
-
2501
- .ms-Icon--circle.ms-Icon--caretDownRight:before {
2502
- left: -3%;
2503
- }
2504
-
2505
- .ms-Icon--circle.ms-Icon--caretDownLeft:before {
2506
- left: 4%;
2507
- }
2508
-
2509
- .ms-Icon--circle.ms-Icon--note:before {
2510
- top: 2%;
2511
- left: -3%;
2512
- }
2513
-
2514
- .ms-Icon--circle.ms-Icon--noteReply:before {
2515
- top: 6%;
2516
- left: 3%;
2517
- }
2518
-
2519
- .ms-Icon--circle.ms-Icon--noteForward:before {
2520
- top: 6%;
2521
- }
2522
-
2523
- .ms-Icon--circle.ms-Icon--key:before {
2524
- top: 5%;
2525
- left: 1%;
2526
- }
2527
-
2528
- .ms-Icon--circle.ms-Icon--tile:before {
2529
- top: -1%;
2530
- left: -18%;
2531
- }
2532
-
2533
- .ms-Icon--circle.ms-Icon--taskRecurring:before {
2534
- top: 2%;
2535
- left: -1%;
2536
- }
2537
-
2538
- .ms-Icon--circle.ms-Icon--starEmpty:before {
2539
- top: -4%;
2540
- left: 1%;
2541
- }
2542
-
2543
- .ms-Icon--circle.ms-Icon--documentReply:before {
2544
- top: -2%;
2545
- left: 7%;
2546
- }
2547
-
2548
- .ms-Icon--circle.ms-Icon--documentForward:before {
2549
- left: 5%;
2550
- }
2551
-
2552
- .ms-Icon--circle.ms-Icon--partner:before {
2553
- top: -2%;
2554
- }
2555
-
2556
- .ms-Icon--circle.ms-Icon--reactivate:before {
2557
- top: -2%;
2558
- left: 6%;
2559
- }
2560
-
2561
- .ms-Icon--circle.ms-Icon--sort:before {
2562
- left: -19%;
2563
- }
2564
-
2565
- .ms-Icon--circle.ms-Icon--personAdd:before {
2566
- top: -2%;
2567
- left: 6%;
2568
- }
2569
-
2570
- .ms-Icon--circle.ms-Icon--chevronDown:before {
2571
- top: 4%;
2572
- }
2573
-
2574
- .ms-Icon--circle.ms-Icon--chevronLeft:before {
2575
- left: -5%;
2576
- }
2577
-
2578
- .ms-Icon--circle.ms-Icon--chevronRight:before {
2579
- left: 4%;
2580
- }
2581
-
2582
- .ms-Icon--circle.ms-Icon--peopleAdd:before {
2583
- top: -5%;
2584
- left: -12%;
2585
- }
2586
-
2587
- .ms-Icon--circle.ms-Icon--newsfeed:before {
2588
- left: -4%;
2589
- }
2590
-
2591
- .ms-Icon--circle.ms-Icon--notebook:before {
2592
- left: -4%;
2593
- }
2594
-
2595
- .ms-Icon--circle.ms-Icon--link:before {
2596
- top: 2%;
2597
- left: -18%;
2598
- }
2599
-
2600
- .ms-Icon--circle.ms-Icon--chevronsDown:before {
2601
- top: 5%;
2602
- }
2603
-
2604
- .ms-Icon--circle.ms-Icon--chevronsLeft:before {
2605
- left: -5%;
2606
- }
2607
-
2608
- .ms-Icon--circle.ms-Icon--chevronsRight:before {
2609
- left: 4%;
2610
- }
2611
-
2612
- .ms-Icon--circle.ms-Icon--personRemove:before {
2613
- left: 5%;
2614
- }
2615
-
2616
- .ms-Icon--circle.ms-Icon--receiptForward:before {
2617
- left: -20%;
2618
- }
2619
-
2620
- .ms-Icon--circle.ms-Icon--receiptReply:before {
2621
- left: -20%;
2622
- }
2623
-
2624
- .ms-Icon--circle.ms-Icon--receiptCheck:before {
2625
- left: -20%;
2626
- }
2627
-
2628
- .ms-Icon--circle.ms-Icon--peopleRemove:before {
2629
- top: -3%;
2630
- left: -12%;
2631
- }
2632
-
2633
- .ms-Icon--circle.ms-Icon--merge:before {
2634
- top: 2%;
2635
- }
2636
-
2637
- .ms-Icon--circle.ms-Icon--split:before {
2638
- top: 2%;
2639
- }
2640
-
2641
- .ms-Icon--circle.ms-Icon--eventCancel:before {
2642
- left: -2%;
2643
- }
2644
-
2645
- .ms-Icon--circle.ms-Icon--today:before {
2646
- top: -2%;
2647
- }
2648
-
2649
- .ms-Icon--circle.ms-Icon--oofReply:before {
2650
- left: 5%;
2651
- }
2652
-
2653
- .ms-Icon--circle.ms-Icon--voicemailReply:before {
2654
- top: 4%;
2655
- left: -25%;
2656
- }
2657
-
2658
- .ms-Icon--circle.ms-Icon--voicemailForward:before {
2659
- top: 4%;
2660
- left: -20%;
2661
- }
2662
-
2663
- .ms-Icon--circle.ms-Icon--eye:before {
2664
- top: -4%;
2665
- }
2666
-
2667
- .ms-Icon--circle.ms-Icon--post:before {
2668
- top: -4%;
2669
- left: 4%;
2670
- }
2671
-
2672
- .ms-Icon--circle.ms-Icon--fax:before {
2673
- top: -3%;
2674
- left: -2%;
2675
- }
2676
-
2677
- .ms-Icon--circle.ms-Icon--lightning:before {
2678
- top: 2%;
2679
- left: 1%;
2680
- }
2681
-
2682
- .ms-Icon--circle.ms-Icon--filter:before {
2683
- top: 7%;
2684
- }
2685
-
2686
- .ms-Icon--circle.ms-Icon--cart:before {
2687
- left: 3%;
2688
- }
2689
-
2690
- .ms-Icon--circle.ms-Icon--socialListening:before {
2691
- top: 2%;
2692
- }
2693
-
2694
- .ms-Icon--circle.ms-Icon--mapMarker:before {
2695
- top: 2%;
2696
- }
2697
-
2698
- .ms-Icon--circle.ms-Icon--replyAllAlt:before {
2699
- left: -16%;
2700
- }
2701
-
2702
- .ms-Icon--circle.ms-Icon--group:before {
2703
- left: -33%;
2704
- }
2705
-
2706
- .ms-Icon--circle.ms-Icon--money:before {
2707
- left: -8%;
2708
- }
2709
-
2710
- .ms-Icon--circle.ms-Icon--noteEdit:before {
2711
- left: 4%;
2712
- }
2713
-
2714
- .ms-Icon--circle.ms-Icon--mailEdit:before {
2715
- top: 3%;
2716
- left: 7%;
2717
- }
2718
-
2719
- .ms-Icon--circle.ms-Icon--pinLeft:before {
2720
- left: -6%;
2721
- }
2722
-
2723
- .ms-Icon--circle.ms-Icon--heart:before {
2724
- top: 5%;
2725
- }
2726
-
2727
- .ms-Icon--circle.ms-Icon--heartEmpty:before {
2728
- top: 5%;
2729
- }
2730
-
2731
- .ms-Icon--circle.ms-Icon--cake:before {
2732
- top: -5%;
2733
- }
2734
-
2735
- .ms-Icon--circle.ms-Icon--books:before {
2736
- left: -8%;
2737
- }
2738
-
2739
- .ms-Icon--circle.ms-Icon--video:before {
2740
- top: -3%;
2741
- left: 3%;
2742
- }
2743
-
2744
- .ms-Icon--circle.ms-Icon--balloon:before {
2745
- top: 4%;
2746
- left: -1%;
2747
- }
2748
-
2749
- .ms-Icon--circle.ms-Icon--music:before {
2750
- top: -2%;
2751
- left: -5%;
2752
- }
2753
-
2754
- .ms-Icon--circle.ms-Icon--stopwatch:before {
2755
- top: -3%;
2756
- left: 3%;
2757
- }
2758
-
2759
- .ms-Icon--circle.ms-Icon--coffee:before {
2760
- top: -3%;
2761
- left: 3%;
2762
- }
2763
-
2764
- .ms-Icon--circle.ms-Icon--plane:before {
2765
- left: 4%;
2766
- }
2767
-
2768
- .ms-Icon--circle.ms-Icon--dogAlt:before {
2769
- left: -15%;
2770
- }
2771
-
2772
- .ms-Icon--circle.ms-Icon--metadata:before {
2773
- top: -4%;
2774
- left: 4%;
2775
- }
2776
-
2777
- .ms-Icon--circle.ms-Icon--text:before {
2778
- top: -4%;
2779
- left: 10%;
2780
- }
2781
-
2782
- .ms-Icon--circle.ms-Icon--fieldText:before {
2783
- left: -14%;
2784
- }
2785
-
2786
- .ms-Icon--circle.ms-Icon--fieldNumber:before {
2787
- left: -14%;
2788
- }
2789
-
2790
- .ms-Icon--circle.ms-Icon--dropdown:before {
2791
- left: -14%;
2792
- }
2793
-
2794
- .ms-Icon--circle.ms-Icon--story:before {
2795
- left: -5%;
2796
- }
2797
-
2798
- .ms-Icon--circle.ms-Icon--bold:before {
2799
- left: 4%;
2800
- }
2801
-
2802
- .ms-Icon--circle.ms-Icon--underline:before {
2803
- top: 4%;
2804
- }
2805
-
2806
- .ms-Icon--circle.ms-Icon--quote:before {
2807
- left: -4%;
2808
- }
2809
-
2810
- .ms-Icon--circle.ms-Icon--styleRemove:before {
2811
- top: 4%;
2812
- left: 5%;
2813
- }
2814
-
2815
- .ms-Icon--circle.ms-Icon--pictureAdd:before {
2816
- left: -6%;
2817
- }
2818
-
2819
- .ms-Icon--circle.ms-Icon--pictureRemove:before {
2820
- left: -6%;
2821
- }
2822
-
2823
- .ms-Icon--circle.ms-Icon--mobile:before {
2824
- left: -3%;
2825
- }
2826
-
2827
- .ms-Icon--circle.ms-Icon--hide:before {
2828
- top: -4%;
2829
- }
2830
-
2831
- .ms-Icon--circle.ms-Icon--header:before {
2832
- left: -9%;
2833
- }
2834
-
2835
- .ms-Icon--circle.ms-Icon--msn:before {
2836
- left: 3%;
2837
- }
2838
-
2839
- .ms-Icon--circle.ms-Icon--peopleCheck:before {
2840
- left: -7%;
2841
- top: -3%;
2842
- }
2843
-
2844
- .ms-Icon--circle.ms-Icon--caretDownOutline:before {
2845
- top: 6%;
2846
- }
2847
-
2848
- .ms-Icon--circle.ms-Icon--caretLeftOutline:before {
2849
- left: -5%;
2850
- }
2851
-
2852
- .ms-Icon--circle.ms-Icon--caretRightOutline:before {
2853
- left: 5%;
2854
- }
2855
-
2856
- .ms-Icon--circle.ms-Icon--sway:before {
2857
- left: -3%;
2858
- }
2859
-
2860
- .ms-Icon--circle.ms-Icon--mailSync:before {
2861
- left: 8%;
2862
- top: 3%;
2863
- }
2864
-
2865
- .ms-Icon--circle.ms-Icon--peopleSync:before {
2866
- left: -8%;
2867
- }
2868
-
2869
- .ms-Icon--circle.ms-Icon--peopleError:before {
2870
- left: -8%;
2143
+ .ms-Icon--xs {
2144
+ font-size: 10px;
2871
2145
  }
2872
2146
 
2873
- .ms-Icon--circle.ms-Icon--peoplePause:before {
2874
- left: -8%;
2147
+ .ms-Icon--s {
2148
+ font-size: 12px;
2875
2149
  }
2876
2150
 
2877
- .ms-Icon--circle.ms-Icon--documentSearch:before {
2878
- left: 8%;
2151
+ .ms-Icon--m {
2152
+ font-size: 16px;
2879
2153
  }
2880
2154
 
2881
- .ms-Icon--circle.ms-Icon--dynamicsMarketing:before {
2882
- left: -8%;
2155
+ .ms-Icon--l {
2156
+ font-size: 20px;
2883
2157
  }
2884
2158
 
2885
2159
  .ms-u-slideRightIn10 {
@@ -4802,14 +4076,14 @@
4802
4076
  padding: 0 8px;
4803
4077
  }
4804
4078
 
4805
- .ms-Grid:before,
4806
- .ms-Grid:after {
4079
+ .ms-Grid::before,
4080
+ .ms-Grid::after {
4807
4081
  display: table;
4808
4082
  content: '';
4809
4083
  line-height: 0;
4810
4084
  }
4811
4085
 
4812
- .ms-Grid:after {
4086
+ .ms-Grid::after {
4813
4087
  clear: both;
4814
4088
  }
4815
4089
 
@@ -4819,14 +4093,14 @@
4819
4093
  *zoom: 1;
4820
4094
  }
4821
4095
 
4822
- .ms-Grid-row:before,
4823
- .ms-Grid-row:after {
4096
+ .ms-Grid-row::before,
4097
+ .ms-Grid-row::after {
4824
4098
  display: table;
4825
4099
  content: '';
4826
4100
  line-height: 0;
4827
4101
  }
4828
4102
 
4829
- .ms-Grid-row:after {
4103
+ .ms-Grid-row::after {
4830
4104
  clear: both;
4831
4105
  }
4832
4106