@instructure/ui-icons 8.19.0 → 8.19.1-snapshot.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +27 -0
- package/es/IconAnnotateLine.js +9 -3
- package/es/IconAnnotateSolid.js +9 -3
- package/es/IconMiniArrowDoubleLine.js +40 -0
- package/es/IconMiniArrowDoubleSolid.js +40 -0
- package/es/font/Line/InstructureIcons-Line.css +175 -170
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +173 -170
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +172 -170
- package/es/font/Solid/InstructureIcons-Solid.css +175 -170
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +173 -170
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +172 -170
- package/es/font/index.js +360 -340
- package/es/index.js +2 -0
- package/es/svg/index.js +1 -1
- package/lib/IconAnnotateLine.js +9 -3
- package/lib/IconAnnotateSolid.js +9 -3
- package/lib/IconMiniArrowDoubleLine.js +51 -0
- package/lib/IconMiniArrowDoubleSolid.js +51 -0
- package/lib/font/Line/InstructureIcons-Line.css +175 -170
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +173 -170
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +172 -170
- package/lib/font/Solid/InstructureIcons-Solid.css +175 -170
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +173 -170
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +172 -170
- package/lib/font/index.js +367 -345
- package/lib/index.js +16 -0
- package/lib/svg/index.js +1 -1
- package/package.json +6 -5
- package/svg/Line/annotate.svg +4 -2
- package/svg/Line/mini-arrow-double.svg +3 -0
- package/svg/Solid/annotate.svg +4 -2
- package/svg/Solid/mini-arrow-double.svg +3 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/IconAnnotateLine.d.ts.map +1 -1
- package/types/IconAnnotateSolid.d.ts.map +1 -1
- package/types/IconMiniArrowDoubleLine.d.ts +29 -0
- package/types/IconMiniArrowDoubleLine.d.ts.map +1 -0
- package/types/IconMiniArrowDoubleSolid.d.ts +29 -0
- package/types/IconMiniArrowDoubleSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +376 -340
- package/types/index.d.ts +2 -0
- package/types/index.d.ts.map +1 -1
- package/types/svg/index.d.ts +360 -340
|
@@ -1109,22 +1109,27 @@
|
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
|
|
1112
|
-
.icon-mini-arrow-
|
|
1112
|
+
.icon-mini-arrow-double::before {
|
|
1113
1113
|
content: "\EAB6";
|
|
1114
1114
|
}
|
|
1115
1115
|
|
|
1116
1116
|
|
|
1117
|
-
.icon-mini-arrow-
|
|
1117
|
+
.icon-mini-arrow-down::before {
|
|
1118
1118
|
content: "\EAB7";
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
|
+
|
|
1122
|
+
.icon-mini-arrow-end::before {
|
|
1123
|
+
content: "\EAB8";
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1121
1126
|
[dir="rtl"] .icon-mini-arrow-end::before {
|
|
1122
1127
|
transform: scale3d(-1, 1, 1);
|
|
1123
1128
|
}
|
|
1124
1129
|
|
|
1125
1130
|
|
|
1126
1131
|
.icon-mini-arrow-left::before {
|
|
1127
|
-
content: "\
|
|
1132
|
+
content: "\EAB9";
|
|
1128
1133
|
}
|
|
1129
1134
|
|
|
1130
1135
|
[dir="rtl"] .icon-mini-arrow-left::before {
|
|
@@ -1133,7 +1138,7 @@
|
|
|
1133
1138
|
|
|
1134
1139
|
|
|
1135
1140
|
.icon-mini-arrow-right::before {
|
|
1136
|
-
content: "\
|
|
1141
|
+
content: "\EABA";
|
|
1137
1142
|
}
|
|
1138
1143
|
|
|
1139
1144
|
[dir="rtl"] .icon-mini-arrow-right::before {
|
|
@@ -1142,7 +1147,7 @@
|
|
|
1142
1147
|
|
|
1143
1148
|
|
|
1144
1149
|
.icon-mini-arrow-start::before {
|
|
1145
|
-
content: "\
|
|
1150
|
+
content: "\EABB";
|
|
1146
1151
|
}
|
|
1147
1152
|
|
|
1148
1153
|
[dir="rtl"] .icon-mini-arrow-start::before {
|
|
@@ -1151,37 +1156,37 @@
|
|
|
1151
1156
|
|
|
1152
1157
|
|
|
1153
1158
|
.icon-mini-arrow-up::before {
|
|
1154
|
-
content: "\
|
|
1159
|
+
content: "\EABC";
|
|
1155
1160
|
}
|
|
1156
1161
|
|
|
1157
1162
|
|
|
1158
1163
|
.icon-minimize::before {
|
|
1159
|
-
content: "\
|
|
1164
|
+
content: "\EABD";
|
|
1160
1165
|
}
|
|
1161
1166
|
|
|
1162
1167
|
|
|
1163
1168
|
.icon-module::before {
|
|
1164
|
-
content: "\
|
|
1169
|
+
content: "\EABE";
|
|
1165
1170
|
}
|
|
1166
1171
|
|
|
1167
1172
|
|
|
1168
1173
|
.icon-more::before {
|
|
1169
|
-
content: "\
|
|
1174
|
+
content: "\EABF";
|
|
1170
1175
|
}
|
|
1171
1176
|
|
|
1172
1177
|
|
|
1173
1178
|
.icon-move-down-bottom::before {
|
|
1174
|
-
content: "\
|
|
1179
|
+
content: "\EAC0";
|
|
1175
1180
|
}
|
|
1176
1181
|
|
|
1177
1182
|
|
|
1178
1183
|
.icon-move-down::before {
|
|
1179
|
-
content: "\
|
|
1184
|
+
content: "\EAC1";
|
|
1180
1185
|
}
|
|
1181
1186
|
|
|
1182
1187
|
|
|
1183
1188
|
.icon-move-end::before {
|
|
1184
|
-
content: "\
|
|
1189
|
+
content: "\EAC2";
|
|
1185
1190
|
}
|
|
1186
1191
|
|
|
1187
1192
|
[dir="rtl"] .icon-move-end::before {
|
|
@@ -1190,7 +1195,7 @@
|
|
|
1190
1195
|
|
|
1191
1196
|
|
|
1192
1197
|
.icon-move-left::before {
|
|
1193
|
-
content: "\
|
|
1198
|
+
content: "\EAC3";
|
|
1194
1199
|
}
|
|
1195
1200
|
|
|
1196
1201
|
[dir="rtl"] .icon-move-left::before {
|
|
@@ -1199,7 +1204,7 @@
|
|
|
1199
1204
|
|
|
1200
1205
|
|
|
1201
1206
|
.icon-move-right::before {
|
|
1202
|
-
content: "\
|
|
1207
|
+
content: "\EAC4";
|
|
1203
1208
|
}
|
|
1204
1209
|
|
|
1205
1210
|
[dir="rtl"] .icon-move-right::before {
|
|
@@ -1208,7 +1213,7 @@
|
|
|
1208
1213
|
|
|
1209
1214
|
|
|
1210
1215
|
.icon-move-start::before {
|
|
1211
|
-
content: "\
|
|
1216
|
+
content: "\EAC5";
|
|
1212
1217
|
}
|
|
1213
1218
|
|
|
1214
1219
|
[dir="rtl"] .icon-move-start::before {
|
|
@@ -1217,37 +1222,37 @@
|
|
|
1217
1222
|
|
|
1218
1223
|
|
|
1219
1224
|
.icon-move-up-top::before {
|
|
1220
|
-
content: "\
|
|
1225
|
+
content: "\EAC6";
|
|
1221
1226
|
}
|
|
1222
1227
|
|
|
1223
1228
|
|
|
1224
1229
|
.icon-move-up::before {
|
|
1225
|
-
content: "\
|
|
1230
|
+
content: "\EAC7";
|
|
1226
1231
|
}
|
|
1227
1232
|
|
|
1228
1233
|
|
|
1229
1234
|
.icon-ms-excel::before {
|
|
1230
|
-
content: "\
|
|
1235
|
+
content: "\EAC8";
|
|
1231
1236
|
}
|
|
1232
1237
|
|
|
1233
1238
|
|
|
1234
1239
|
.icon-ms-ppt::before {
|
|
1235
|
-
content: "\
|
|
1240
|
+
content: "\EAC9";
|
|
1236
1241
|
}
|
|
1237
1242
|
|
|
1238
1243
|
|
|
1239
1244
|
.icon-ms-word::before {
|
|
1240
|
-
content: "\
|
|
1245
|
+
content: "\EACA";
|
|
1241
1246
|
}
|
|
1242
1247
|
|
|
1243
1248
|
|
|
1244
1249
|
.icon-muted::before {
|
|
1245
|
-
content: "\
|
|
1250
|
+
content: "\EACB";
|
|
1246
1251
|
}
|
|
1247
1252
|
|
|
1248
1253
|
|
|
1249
1254
|
.icon-next-unread::before {
|
|
1250
|
-
content: "\
|
|
1255
|
+
content: "\EACC";
|
|
1251
1256
|
}
|
|
1252
1257
|
|
|
1253
1258
|
[dir="rtl"] .icon-next-unread::before {
|
|
@@ -1256,12 +1261,12 @@
|
|
|
1256
1261
|
|
|
1257
1262
|
|
|
1258
1263
|
.icon-no::before {
|
|
1259
|
-
content: "\
|
|
1264
|
+
content: "\EACD";
|
|
1260
1265
|
}
|
|
1261
1266
|
|
|
1262
1267
|
|
|
1263
1268
|
.icon-not-graded::before {
|
|
1264
|
-
content: "\
|
|
1269
|
+
content: "\EACE";
|
|
1265
1270
|
}
|
|
1266
1271
|
|
|
1267
1272
|
[dir="rtl"] .icon-not-graded::before {
|
|
@@ -1270,17 +1275,17 @@
|
|
|
1270
1275
|
|
|
1271
1276
|
|
|
1272
1277
|
.icon-note-dark::before {
|
|
1273
|
-
content: "\
|
|
1278
|
+
content: "\EACF";
|
|
1274
1279
|
}
|
|
1275
1280
|
|
|
1276
1281
|
|
|
1277
1282
|
.icon-note-light::before {
|
|
1278
|
-
content: "\
|
|
1283
|
+
content: "\EAD0";
|
|
1279
1284
|
}
|
|
1280
1285
|
|
|
1281
1286
|
|
|
1282
1287
|
.icon-note::before {
|
|
1283
|
-
content: "\
|
|
1288
|
+
content: "\EAD1";
|
|
1284
1289
|
}
|
|
1285
1290
|
|
|
1286
1291
|
[dir="rtl"] .icon-note::before {
|
|
@@ -1289,22 +1294,22 @@
|
|
|
1289
1294
|
|
|
1290
1295
|
|
|
1291
1296
|
.icon-notepad::before {
|
|
1292
|
-
content: "\
|
|
1297
|
+
content: "\EAD2";
|
|
1293
1298
|
}
|
|
1294
1299
|
|
|
1295
1300
|
|
|
1296
1301
|
.icon-numbered-list::before {
|
|
1297
|
-
content: "\
|
|
1302
|
+
content: "\EAD3";
|
|
1298
1303
|
}
|
|
1299
1304
|
|
|
1300
1305
|
|
|
1301
1306
|
.icon-off::before {
|
|
1302
|
-
content: "\
|
|
1307
|
+
content: "\EAD4";
|
|
1303
1308
|
}
|
|
1304
1309
|
|
|
1305
1310
|
|
|
1306
1311
|
.icon-open-folder::before {
|
|
1307
|
-
content: "\
|
|
1312
|
+
content: "\EAD5";
|
|
1308
1313
|
}
|
|
1309
1314
|
|
|
1310
1315
|
[dir="rtl"] .icon-open-folder::before {
|
|
@@ -1313,12 +1318,12 @@
|
|
|
1313
1318
|
|
|
1314
1319
|
|
|
1315
1320
|
.icon-outcomes::before {
|
|
1316
|
-
content: "\
|
|
1321
|
+
content: "\EAD6";
|
|
1317
1322
|
}
|
|
1318
1323
|
|
|
1319
1324
|
|
|
1320
1325
|
.icon-outdent::before {
|
|
1321
|
-
content: "\
|
|
1326
|
+
content: "\EAD7";
|
|
1322
1327
|
}
|
|
1323
1328
|
|
|
1324
1329
|
[dir="rtl"] .icon-outdent::before {
|
|
@@ -1327,7 +1332,7 @@
|
|
|
1327
1332
|
|
|
1328
1333
|
|
|
1329
1334
|
.icon-outdent2::before {
|
|
1330
|
-
content: "\
|
|
1335
|
+
content: "\EAD8";
|
|
1331
1336
|
}
|
|
1332
1337
|
|
|
1333
1338
|
[dir="rtl"] .icon-outdent2::before {
|
|
@@ -1336,137 +1341,137 @@
|
|
|
1336
1341
|
|
|
1337
1342
|
|
|
1338
1343
|
.icon-oval-half::before {
|
|
1339
|
-
content: "\
|
|
1344
|
+
content: "\EAD9";
|
|
1340
1345
|
}
|
|
1341
1346
|
|
|
1342
1347
|
|
|
1343
1348
|
.icon-page-down::before {
|
|
1344
|
-
content: "\
|
|
1349
|
+
content: "\EADA";
|
|
1345
1350
|
}
|
|
1346
1351
|
|
|
1347
1352
|
|
|
1348
1353
|
.icon-page-up::before {
|
|
1349
|
-
content: "\
|
|
1354
|
+
content: "\EADB";
|
|
1350
1355
|
}
|
|
1351
1356
|
|
|
1352
1357
|
|
|
1353
1358
|
.icon-paint::before {
|
|
1354
|
-
content: "\
|
|
1359
|
+
content: "\EADC";
|
|
1355
1360
|
}
|
|
1356
1361
|
|
|
1357
1362
|
|
|
1358
1363
|
.icon-paperclip::before {
|
|
1359
|
-
content: "\
|
|
1364
|
+
content: "\EADD";
|
|
1360
1365
|
}
|
|
1361
1366
|
|
|
1362
1367
|
|
|
1363
1368
|
.icon-partial::before {
|
|
1364
|
-
content: "\
|
|
1369
|
+
content: "\EADE";
|
|
1365
1370
|
}
|
|
1366
1371
|
|
|
1367
1372
|
|
|
1368
1373
|
.icon-pause::before {
|
|
1369
|
-
content: "\
|
|
1374
|
+
content: "\EADF";
|
|
1370
1375
|
}
|
|
1371
1376
|
|
|
1372
1377
|
|
|
1373
1378
|
.icon-pdf::before {
|
|
1374
|
-
content: "\
|
|
1379
|
+
content: "\EAE0";
|
|
1375
1380
|
}
|
|
1376
1381
|
|
|
1377
1382
|
|
|
1378
1383
|
.icon-peer-graded::before {
|
|
1379
|
-
content: "\
|
|
1384
|
+
content: "\EAE1";
|
|
1380
1385
|
}
|
|
1381
1386
|
|
|
1382
1387
|
|
|
1383
1388
|
.icon-peer-review::before {
|
|
1384
|
-
content: "\
|
|
1389
|
+
content: "\EAE2";
|
|
1385
1390
|
}
|
|
1386
1391
|
|
|
1387
1392
|
|
|
1388
1393
|
.icon-permissions::before {
|
|
1389
|
-
content: "\
|
|
1394
|
+
content: "\EAE3";
|
|
1390
1395
|
}
|
|
1391
1396
|
|
|
1392
1397
|
|
|
1393
1398
|
.icon-pin::before {
|
|
1394
|
-
content: "\
|
|
1399
|
+
content: "\EAE4";
|
|
1395
1400
|
}
|
|
1396
1401
|
|
|
1397
1402
|
|
|
1398
1403
|
.icon-pinterest::before {
|
|
1399
|
-
content: "\
|
|
1404
|
+
content: "\EAE5";
|
|
1400
1405
|
}
|
|
1401
1406
|
|
|
1402
1407
|
|
|
1403
1408
|
.icon-play::before {
|
|
1404
|
-
content: "\
|
|
1409
|
+
content: "\EAE6";
|
|
1405
1410
|
}
|
|
1406
1411
|
|
|
1407
1412
|
|
|
1408
1413
|
.icon-plus::before {
|
|
1409
|
-
content: "\
|
|
1414
|
+
content: "\EAE7";
|
|
1410
1415
|
}
|
|
1411
1416
|
|
|
1412
1417
|
|
|
1413
1418
|
.icon-post-to-sis::before {
|
|
1414
|
-
content: "\
|
|
1419
|
+
content: "\EAE8";
|
|
1415
1420
|
}
|
|
1416
1421
|
|
|
1417
1422
|
|
|
1418
1423
|
.icon-prerequisite::before {
|
|
1419
|
-
content: "\
|
|
1424
|
+
content: "\EAE9";
|
|
1420
1425
|
}
|
|
1421
1426
|
|
|
1422
1427
|
|
|
1423
1428
|
.icon-printer::before {
|
|
1424
|
-
content: "\
|
|
1429
|
+
content: "\EAEA";
|
|
1425
1430
|
}
|
|
1426
1431
|
|
|
1427
1432
|
|
|
1428
1433
|
.icon-progress::before {
|
|
1429
|
-
content: "\
|
|
1434
|
+
content: "\EAEB";
|
|
1430
1435
|
}
|
|
1431
1436
|
|
|
1432
1437
|
|
|
1433
1438
|
.icon-protractor::before {
|
|
1434
|
-
content: "\
|
|
1439
|
+
content: "\EAEC";
|
|
1435
1440
|
}
|
|
1436
1441
|
|
|
1437
1442
|
|
|
1438
1443
|
.icon-publish::before {
|
|
1439
|
-
content: "\
|
|
1444
|
+
content: "\EAED";
|
|
1440
1445
|
}
|
|
1441
1446
|
|
|
1442
1447
|
|
|
1443
1448
|
.icon-question::before {
|
|
1444
|
-
content: "\
|
|
1449
|
+
content: "\EAEE";
|
|
1445
1450
|
}
|
|
1446
1451
|
|
|
1447
1452
|
|
|
1448
1453
|
.icon-quiz-instructions::before {
|
|
1449
|
-
content: "\
|
|
1454
|
+
content: "\EAEF";
|
|
1450
1455
|
}
|
|
1451
1456
|
|
|
1452
1457
|
|
|
1453
1458
|
.icon-quiz-stats-avg::before {
|
|
1454
|
-
content: "\
|
|
1459
|
+
content: "\EAF0";
|
|
1455
1460
|
}
|
|
1456
1461
|
|
|
1457
1462
|
|
|
1458
1463
|
.icon-quiz-stats-cronbachs-alpha::before {
|
|
1459
|
-
content: "\
|
|
1464
|
+
content: "\EAF1";
|
|
1460
1465
|
}
|
|
1461
1466
|
|
|
1462
1467
|
|
|
1463
1468
|
.icon-quiz-stats-deviation::before {
|
|
1464
|
-
content: "\
|
|
1469
|
+
content: "\EAF2";
|
|
1465
1470
|
}
|
|
1466
1471
|
|
|
1467
1472
|
|
|
1468
1473
|
.icon-quiz-stats-high::before {
|
|
1469
|
-
content: "\
|
|
1474
|
+
content: "\EAF3";
|
|
1470
1475
|
}
|
|
1471
1476
|
|
|
1472
1477
|
[dir="rtl"] .icon-quiz-stats-high::before {
|
|
@@ -1475,7 +1480,7 @@
|
|
|
1475
1480
|
|
|
1476
1481
|
|
|
1477
1482
|
.icon-quiz-stats-low::before {
|
|
1478
|
-
content: "\
|
|
1483
|
+
content: "\EAF4";
|
|
1479
1484
|
}
|
|
1480
1485
|
|
|
1481
1486
|
[dir="rtl"] .icon-quiz-stats-low::before {
|
|
@@ -1484,17 +1489,17 @@
|
|
|
1484
1489
|
|
|
1485
1490
|
|
|
1486
1491
|
.icon-quiz-stats-time::before {
|
|
1487
|
-
content: "\
|
|
1492
|
+
content: "\EAF5";
|
|
1488
1493
|
}
|
|
1489
1494
|
|
|
1490
1495
|
|
|
1491
1496
|
.icon-quiz-title::before {
|
|
1492
|
-
content: "\
|
|
1497
|
+
content: "\EAF6";
|
|
1493
1498
|
}
|
|
1494
1499
|
|
|
1495
1500
|
|
|
1496
1501
|
.icon-quiz::before {
|
|
1497
|
-
content: "\
|
|
1502
|
+
content: "\EAF7";
|
|
1498
1503
|
}
|
|
1499
1504
|
|
|
1500
1505
|
[dir="rtl"] .icon-quiz::before {
|
|
@@ -1503,32 +1508,32 @@
|
|
|
1503
1508
|
|
|
1504
1509
|
|
|
1505
1510
|
.icon-record::before {
|
|
1506
|
-
content: "\
|
|
1511
|
+
content: "\EAF8";
|
|
1507
1512
|
}
|
|
1508
1513
|
|
|
1509
1514
|
|
|
1510
1515
|
.icon-refresh::before {
|
|
1511
|
-
content: "\
|
|
1516
|
+
content: "\EAF9";
|
|
1512
1517
|
}
|
|
1513
1518
|
|
|
1514
1519
|
|
|
1515
1520
|
.icon-remove-bookmark::before {
|
|
1516
|
-
content: "\
|
|
1521
|
+
content: "\EAFA";
|
|
1517
1522
|
}
|
|
1518
1523
|
|
|
1519
1524
|
|
|
1520
1525
|
.icon-remove-from-collection::before {
|
|
1521
|
-
content: "\
|
|
1526
|
+
content: "\EAFB";
|
|
1522
1527
|
}
|
|
1523
1528
|
|
|
1524
1529
|
|
|
1525
1530
|
.icon-remove-link::before {
|
|
1526
|
-
content: "\
|
|
1531
|
+
content: "\EAFC";
|
|
1527
1532
|
}
|
|
1528
1533
|
|
|
1529
1534
|
|
|
1530
1535
|
.icon-replied::before {
|
|
1531
|
-
content: "\
|
|
1536
|
+
content: "\EAFD";
|
|
1532
1537
|
}
|
|
1533
1538
|
|
|
1534
1539
|
[dir="rtl"] .icon-replied::before {
|
|
@@ -1537,7 +1542,7 @@
|
|
|
1537
1542
|
|
|
1538
1543
|
|
|
1539
1544
|
.icon-reply-2::before {
|
|
1540
|
-
content: "\
|
|
1545
|
+
content: "\EAFE";
|
|
1541
1546
|
}
|
|
1542
1547
|
|
|
1543
1548
|
[dir="rtl"] .icon-reply-2::before {
|
|
@@ -1546,7 +1551,7 @@
|
|
|
1546
1551
|
|
|
1547
1552
|
|
|
1548
1553
|
.icon-reply-all-2::before {
|
|
1549
|
-
content: "\
|
|
1554
|
+
content: "\EAFF";
|
|
1550
1555
|
}
|
|
1551
1556
|
|
|
1552
1557
|
[dir="rtl"] .icon-reply-all-2::before {
|
|
@@ -1555,7 +1560,7 @@
|
|
|
1555
1560
|
|
|
1556
1561
|
|
|
1557
1562
|
.icon-reply::before {
|
|
1558
|
-
content: "\
|
|
1563
|
+
content: "\EB00";
|
|
1559
1564
|
}
|
|
1560
1565
|
|
|
1561
1566
|
[dir="rtl"] .icon-reply::before {
|
|
@@ -1564,42 +1569,42 @@
|
|
|
1564
1569
|
|
|
1565
1570
|
|
|
1566
1571
|
.icon-reset::before {
|
|
1567
|
-
content: "\
|
|
1572
|
+
content: "\EB01";
|
|
1568
1573
|
}
|
|
1569
1574
|
|
|
1570
1575
|
|
|
1571
1576
|
.icon-review-screen::before {
|
|
1572
|
-
content: "\
|
|
1577
|
+
content: "\EB02";
|
|
1573
1578
|
}
|
|
1574
1579
|
|
|
1575
1580
|
|
|
1576
1581
|
.icon-rewind::before {
|
|
1577
|
-
content: "\
|
|
1582
|
+
content: "\EB03";
|
|
1578
1583
|
}
|
|
1579
1584
|
|
|
1580
1585
|
|
|
1581
1586
|
.icon-rotate-left::before {
|
|
1582
|
-
content: "\
|
|
1587
|
+
content: "\EB04";
|
|
1583
1588
|
}
|
|
1584
1589
|
|
|
1585
1590
|
|
|
1586
1591
|
.icon-rotate-right::before {
|
|
1587
|
-
content: "\
|
|
1592
|
+
content: "\EB05";
|
|
1588
1593
|
}
|
|
1589
1594
|
|
|
1590
1595
|
|
|
1591
1596
|
.icon-rss-add::before {
|
|
1592
|
-
content: "\
|
|
1597
|
+
content: "\EB06";
|
|
1593
1598
|
}
|
|
1594
1599
|
|
|
1595
1600
|
|
|
1596
1601
|
.icon-rss::before {
|
|
1597
|
-
content: "\
|
|
1602
|
+
content: "\EB07";
|
|
1598
1603
|
}
|
|
1599
1604
|
|
|
1600
1605
|
|
|
1601
1606
|
.icon-rubric-dark::before {
|
|
1602
|
-
content: "\
|
|
1607
|
+
content: "\EB08";
|
|
1603
1608
|
}
|
|
1604
1609
|
|
|
1605
1610
|
[dir="rtl"] .icon-rubric-dark::before {
|
|
@@ -1608,7 +1613,7 @@
|
|
|
1608
1613
|
|
|
1609
1614
|
|
|
1610
1615
|
.icon-rubric::before {
|
|
1611
|
-
content: "\
|
|
1616
|
+
content: "\EB09";
|
|
1612
1617
|
}
|
|
1613
1618
|
|
|
1614
1619
|
[dir="rtl"] .icon-rubric::before {
|
|
@@ -1617,62 +1622,62 @@
|
|
|
1617
1622
|
|
|
1618
1623
|
|
|
1619
1624
|
.icon-ruler::before {
|
|
1620
|
-
content: "\
|
|
1625
|
+
content: "\EB0A";
|
|
1621
1626
|
}
|
|
1622
1627
|
|
|
1623
1628
|
|
|
1624
1629
|
.icon-save::before {
|
|
1625
|
-
content: "\
|
|
1630
|
+
content: "\EB0B";
|
|
1626
1631
|
}
|
|
1627
1632
|
|
|
1628
1633
|
|
|
1629
1634
|
.icon-screen-capture::before {
|
|
1630
|
-
content: "\
|
|
1635
|
+
content: "\EB0C";
|
|
1631
1636
|
}
|
|
1632
1637
|
|
|
1633
1638
|
|
|
1634
1639
|
.icon-search-address-book::before {
|
|
1635
|
-
content: "\
|
|
1640
|
+
content: "\EB0D";
|
|
1636
1641
|
}
|
|
1637
1642
|
|
|
1638
1643
|
|
|
1639
1644
|
.icon-search::before {
|
|
1640
|
-
content: "\
|
|
1645
|
+
content: "\EB0E";
|
|
1641
1646
|
}
|
|
1642
1647
|
|
|
1643
1648
|
|
|
1644
1649
|
.icon-settings-2::before {
|
|
1645
|
-
content: "\
|
|
1650
|
+
content: "\EB0F";
|
|
1646
1651
|
}
|
|
1647
1652
|
|
|
1648
1653
|
|
|
1649
1654
|
.icon-settings::before {
|
|
1650
|
-
content: "\
|
|
1655
|
+
content: "\EB10";
|
|
1651
1656
|
}
|
|
1652
1657
|
|
|
1653
1658
|
|
|
1654
1659
|
.icon-shape-oval::before {
|
|
1655
|
-
content: "\
|
|
1660
|
+
content: "\EB11";
|
|
1656
1661
|
}
|
|
1657
1662
|
|
|
1658
1663
|
|
|
1659
1664
|
.icon-shape-polygon::before {
|
|
1660
|
-
content: "\
|
|
1665
|
+
content: "\EB12";
|
|
1661
1666
|
}
|
|
1662
1667
|
|
|
1663
1668
|
|
|
1664
1669
|
.icon-shape-rectangle::before {
|
|
1665
|
-
content: "\
|
|
1670
|
+
content: "\EB13";
|
|
1666
1671
|
}
|
|
1667
1672
|
|
|
1668
1673
|
|
|
1669
1674
|
.icon-share::before {
|
|
1670
|
-
content: "\
|
|
1675
|
+
content: "\EB14";
|
|
1671
1676
|
}
|
|
1672
1677
|
|
|
1673
1678
|
|
|
1674
1679
|
.icon-sis-imported::before {
|
|
1675
|
-
content: "\
|
|
1680
|
+
content: "\EB15";
|
|
1676
1681
|
}
|
|
1677
1682
|
|
|
1678
1683
|
[dir="rtl"] .icon-sis-imported::before {
|
|
@@ -1681,82 +1686,82 @@
|
|
|
1681
1686
|
|
|
1682
1687
|
|
|
1683
1688
|
.icon-sis-not-synced::before {
|
|
1684
|
-
content: "\
|
|
1689
|
+
content: "\EB16";
|
|
1685
1690
|
}
|
|
1686
1691
|
|
|
1687
1692
|
|
|
1688
1693
|
.icon-sis-synced::before {
|
|
1689
|
-
content: "\
|
|
1694
|
+
content: "\EB17";
|
|
1690
1695
|
}
|
|
1691
1696
|
|
|
1692
1697
|
|
|
1693
1698
|
.icon-skype::before {
|
|
1694
|
-
content: "\
|
|
1699
|
+
content: "\EB18";
|
|
1695
1700
|
}
|
|
1696
1701
|
|
|
1697
1702
|
|
|
1698
1703
|
.icon-sort::before {
|
|
1699
|
-
content: "\
|
|
1704
|
+
content: "\EB19";
|
|
1700
1705
|
}
|
|
1701
1706
|
|
|
1702
1707
|
|
|
1703
1708
|
.icon-speed-grader::before {
|
|
1704
|
-
content: "\
|
|
1709
|
+
content: "\EB1A";
|
|
1705
1710
|
}
|
|
1706
1711
|
|
|
1707
1712
|
|
|
1708
1713
|
.icon-standards::before {
|
|
1709
|
-
content: "\
|
|
1714
|
+
content: "\EB1B";
|
|
1710
1715
|
}
|
|
1711
1716
|
|
|
1712
1717
|
|
|
1713
1718
|
.icon-star-light::before {
|
|
1714
|
-
content: "\
|
|
1719
|
+
content: "\EB1C";
|
|
1715
1720
|
}
|
|
1716
1721
|
|
|
1717
1722
|
|
|
1718
1723
|
.icon-star::before {
|
|
1719
|
-
content: "\
|
|
1724
|
+
content: "\EB1D";
|
|
1720
1725
|
}
|
|
1721
1726
|
|
|
1722
1727
|
|
|
1723
1728
|
.icon-stats::before {
|
|
1724
|
-
content: "\
|
|
1729
|
+
content: "\EB1E";
|
|
1725
1730
|
}
|
|
1726
1731
|
|
|
1727
1732
|
|
|
1728
1733
|
.icon-stop::before {
|
|
1729
|
-
content: "\
|
|
1734
|
+
content: "\EB1F";
|
|
1730
1735
|
}
|
|
1731
1736
|
|
|
1732
1737
|
|
|
1733
1738
|
.icon-strikethrough::before {
|
|
1734
|
-
content: "\
|
|
1739
|
+
content: "\EB20";
|
|
1735
1740
|
}
|
|
1736
1741
|
|
|
1737
1742
|
|
|
1738
1743
|
.icon-student-view::before {
|
|
1739
|
-
content: "\
|
|
1744
|
+
content: "\EB21";
|
|
1740
1745
|
}
|
|
1741
1746
|
|
|
1742
1747
|
|
|
1743
1748
|
.icon-studio::before {
|
|
1744
|
-
content: "\
|
|
1749
|
+
content: "\EB22";
|
|
1745
1750
|
}
|
|
1746
1751
|
|
|
1747
1752
|
|
|
1748
1753
|
.icon-subaccounts::before {
|
|
1749
|
-
content: "\
|
|
1754
|
+
content: "\EB23";
|
|
1750
1755
|
}
|
|
1751
1756
|
|
|
1752
1757
|
|
|
1753
1758
|
.icon-subtitles::before {
|
|
1754
|
-
content: "\
|
|
1759
|
+
content: "\EB24";
|
|
1755
1760
|
}
|
|
1756
1761
|
|
|
1757
1762
|
|
|
1758
1763
|
.icon-syllabus::before {
|
|
1759
|
-
content: "\
|
|
1764
|
+
content: "\EB25";
|
|
1760
1765
|
}
|
|
1761
1766
|
|
|
1762
1767
|
[dir="rtl"] .icon-syllabus::before {
|
|
@@ -1765,112 +1770,112 @@
|
|
|
1765
1770
|
|
|
1766
1771
|
|
|
1767
1772
|
.icon-table-cell-select-all::before {
|
|
1768
|
-
content: "\
|
|
1773
|
+
content: "\EB26";
|
|
1769
1774
|
}
|
|
1770
1775
|
|
|
1771
1776
|
|
|
1772
1777
|
.icon-table-delete-column::before {
|
|
1773
|
-
content: "\
|
|
1778
|
+
content: "\EB27";
|
|
1774
1779
|
}
|
|
1775
1780
|
|
|
1776
1781
|
|
|
1777
1782
|
.icon-table-delete-row::before {
|
|
1778
|
-
content: "\
|
|
1783
|
+
content: "\EB28";
|
|
1779
1784
|
}
|
|
1780
1785
|
|
|
1781
1786
|
|
|
1782
1787
|
.icon-table-delete-table::before {
|
|
1783
|
-
content: "\
|
|
1788
|
+
content: "\EB29";
|
|
1784
1789
|
}
|
|
1785
1790
|
|
|
1786
1791
|
|
|
1787
1792
|
.icon-table-insert-column-after::before {
|
|
1788
|
-
content: "\
|
|
1793
|
+
content: "\EB2A";
|
|
1789
1794
|
}
|
|
1790
1795
|
|
|
1791
1796
|
|
|
1792
1797
|
.icon-table-insert-column-before::before {
|
|
1793
|
-
content: "\
|
|
1798
|
+
content: "\EB2B";
|
|
1794
1799
|
}
|
|
1795
1800
|
|
|
1796
1801
|
|
|
1797
1802
|
.icon-table-insert-row-above::before {
|
|
1798
|
-
content: "\
|
|
1803
|
+
content: "\EB2C";
|
|
1799
1804
|
}
|
|
1800
1805
|
|
|
1801
1806
|
|
|
1802
1807
|
.icon-table-insert-row-after::before {
|
|
1803
|
-
content: "\
|
|
1808
|
+
content: "\EB2D";
|
|
1804
1809
|
}
|
|
1805
1810
|
|
|
1806
1811
|
|
|
1807
1812
|
.icon-table-left-header::before {
|
|
1808
|
-
content: "\
|
|
1813
|
+
content: "\EB2E";
|
|
1809
1814
|
}
|
|
1810
1815
|
|
|
1811
1816
|
|
|
1812
1817
|
.icon-table-merge-cells::before {
|
|
1813
|
-
content: "\
|
|
1818
|
+
content: "\EB2F";
|
|
1814
1819
|
}
|
|
1815
1820
|
|
|
1816
1821
|
|
|
1817
1822
|
.icon-table-row-properties::before {
|
|
1818
|
-
content: "\
|
|
1823
|
+
content: "\EB30";
|
|
1819
1824
|
}
|
|
1820
1825
|
|
|
1821
1826
|
|
|
1822
1827
|
.icon-table-split-cells::before {
|
|
1823
|
-
content: "\
|
|
1828
|
+
content: "\EB31";
|
|
1824
1829
|
}
|
|
1825
1830
|
|
|
1826
1831
|
|
|
1827
1832
|
.icon-table-top-header::before {
|
|
1828
|
-
content: "\
|
|
1833
|
+
content: "\EB32";
|
|
1829
1834
|
}
|
|
1830
1835
|
|
|
1831
1836
|
|
|
1832
1837
|
.icon-table::before {
|
|
1833
|
-
content: "\
|
|
1838
|
+
content: "\EB33";
|
|
1834
1839
|
}
|
|
1835
1840
|
|
|
1836
1841
|
|
|
1837
1842
|
.icon-tag::before {
|
|
1838
|
-
content: "\
|
|
1843
|
+
content: "\EB34";
|
|
1839
1844
|
}
|
|
1840
1845
|
|
|
1841
1846
|
|
|
1842
1847
|
.icon-target::before {
|
|
1843
|
-
content: "\
|
|
1848
|
+
content: "\EB35";
|
|
1844
1849
|
}
|
|
1845
1850
|
|
|
1846
1851
|
|
|
1847
1852
|
.icon-text-background-color::before {
|
|
1848
|
-
content: "\
|
|
1853
|
+
content: "\EB36";
|
|
1849
1854
|
}
|
|
1850
1855
|
|
|
1851
1856
|
|
|
1852
1857
|
.icon-text-centered::before {
|
|
1853
|
-
content: "\
|
|
1858
|
+
content: "\EB37";
|
|
1854
1859
|
}
|
|
1855
1860
|
|
|
1856
1861
|
|
|
1857
1862
|
.icon-text-color::before {
|
|
1858
|
-
content: "\
|
|
1863
|
+
content: "\EB38";
|
|
1859
1864
|
}
|
|
1860
1865
|
|
|
1861
1866
|
|
|
1862
1867
|
.icon-text-direction-ltr::before {
|
|
1863
|
-
content: "\
|
|
1868
|
+
content: "\EB39";
|
|
1864
1869
|
}
|
|
1865
1870
|
|
|
1866
1871
|
|
|
1867
1872
|
.icon-text-direction-rtl::before {
|
|
1868
|
-
content: "\
|
|
1873
|
+
content: "\EB3A";
|
|
1869
1874
|
}
|
|
1870
1875
|
|
|
1871
1876
|
|
|
1872
1877
|
.icon-text-end::before {
|
|
1873
|
-
content: "\
|
|
1878
|
+
content: "\EB3B";
|
|
1874
1879
|
}
|
|
1875
1880
|
|
|
1876
1881
|
[dir="rtl"] .icon-text-end::before {
|
|
@@ -1879,7 +1884,7 @@
|
|
|
1879
1884
|
|
|
1880
1885
|
|
|
1881
1886
|
.icon-text-left::before {
|
|
1882
|
-
content: "\
|
|
1887
|
+
content: "\EB3C";
|
|
1883
1888
|
}
|
|
1884
1889
|
|
|
1885
1890
|
[dir="rtl"] .icon-text-left::before {
|
|
@@ -1888,7 +1893,7 @@
|
|
|
1888
1893
|
|
|
1889
1894
|
|
|
1890
1895
|
.icon-text-right::before {
|
|
1891
|
-
content: "\
|
|
1896
|
+
content: "\EB3D";
|
|
1892
1897
|
}
|
|
1893
1898
|
|
|
1894
1899
|
[dir="rtl"] .icon-text-right::before {
|
|
@@ -1897,7 +1902,7 @@
|
|
|
1897
1902
|
|
|
1898
1903
|
|
|
1899
1904
|
.icon-text-start::before {
|
|
1900
|
-
content: "\
|
|
1905
|
+
content: "\EB3E";
|
|
1901
1906
|
}
|
|
1902
1907
|
|
|
1903
1908
|
[dir="rtl"] .icon-text-start::before {
|
|
@@ -1906,22 +1911,22 @@
|
|
|
1906
1911
|
|
|
1907
1912
|
|
|
1908
1913
|
.icon-text-subscript::before {
|
|
1909
|
-
content: "\
|
|
1914
|
+
content: "\EB3F";
|
|
1910
1915
|
}
|
|
1911
1916
|
|
|
1912
1917
|
|
|
1913
1918
|
.icon-text-superscript::before {
|
|
1914
|
-
content: "\
|
|
1919
|
+
content: "\EB40";
|
|
1915
1920
|
}
|
|
1916
1921
|
|
|
1917
1922
|
|
|
1918
1923
|
.icon-text::before {
|
|
1919
|
-
content: "\
|
|
1924
|
+
content: "\EB41";
|
|
1920
1925
|
}
|
|
1921
1926
|
|
|
1922
1927
|
|
|
1923
1928
|
.icon-textarea::before {
|
|
1924
|
-
content: "\
|
|
1929
|
+
content: "\EB42";
|
|
1925
1930
|
}
|
|
1926
1931
|
|
|
1927
1932
|
[dir="rtl"] .icon-textarea::before {
|
|
@@ -1930,12 +1935,12 @@
|
|
|
1930
1935
|
|
|
1931
1936
|
|
|
1932
1937
|
.icon-timer::before {
|
|
1933
|
-
content: "\
|
|
1938
|
+
content: "\EB43";
|
|
1934
1939
|
}
|
|
1935
1940
|
|
|
1936
1941
|
|
|
1937
1942
|
.icon-toggle-end::before {
|
|
1938
|
-
content: "\
|
|
1943
|
+
content: "\EB44";
|
|
1939
1944
|
}
|
|
1940
1945
|
|
|
1941
1946
|
[dir="rtl"] .icon-toggle-end::before {
|
|
@@ -1944,7 +1949,7 @@
|
|
|
1944
1949
|
|
|
1945
1950
|
|
|
1946
1951
|
.icon-toggle-left::before {
|
|
1947
|
-
content: "\
|
|
1952
|
+
content: "\EB45";
|
|
1948
1953
|
}
|
|
1949
1954
|
|
|
1950
1955
|
[dir="rtl"] .icon-toggle-left::before {
|
|
@@ -1953,7 +1958,7 @@
|
|
|
1953
1958
|
|
|
1954
1959
|
|
|
1955
1960
|
.icon-toggle-right::before {
|
|
1956
|
-
content: "\
|
|
1961
|
+
content: "\EB46";
|
|
1957
1962
|
}
|
|
1958
1963
|
|
|
1959
1964
|
[dir="rtl"] .icon-toggle-right::before {
|
|
@@ -1962,7 +1967,7 @@
|
|
|
1962
1967
|
|
|
1963
1968
|
|
|
1964
1969
|
.icon-toggle-start::before {
|
|
1965
|
-
content: "\
|
|
1970
|
+
content: "\EB47";
|
|
1966
1971
|
}
|
|
1967
1972
|
|
|
1968
1973
|
[dir="rtl"] .icon-toggle-start::before {
|
|
@@ -1971,127 +1976,127 @@
|
|
|
1971
1976
|
|
|
1972
1977
|
|
|
1973
1978
|
.icon-trash::before {
|
|
1974
|
-
content: "\
|
|
1979
|
+
content: "\EB48";
|
|
1975
1980
|
}
|
|
1976
1981
|
|
|
1977
1982
|
|
|
1978
1983
|
.icon-trouble::before {
|
|
1979
|
-
content: "\
|
|
1984
|
+
content: "\EB49";
|
|
1980
1985
|
}
|
|
1981
1986
|
|
|
1982
1987
|
|
|
1983
1988
|
.icon-twitter-boxed::before {
|
|
1984
|
-
content: "\
|
|
1989
|
+
content: "\EB4A";
|
|
1985
1990
|
}
|
|
1986
1991
|
|
|
1987
1992
|
|
|
1988
1993
|
.icon-twitter::before {
|
|
1989
|
-
content: "\
|
|
1994
|
+
content: "\EB4B";
|
|
1990
1995
|
}
|
|
1991
1996
|
|
|
1992
1997
|
|
|
1993
1998
|
.icon-unarchive::before {
|
|
1994
|
-
content: "\
|
|
1999
|
+
content: "\EB4C";
|
|
1995
2000
|
}
|
|
1996
2001
|
|
|
1997
2002
|
|
|
1998
2003
|
.icon-underline::before {
|
|
1999
|
-
content: "\
|
|
2004
|
+
content: "\EB4D";
|
|
2000
2005
|
}
|
|
2001
2006
|
|
|
2002
2007
|
|
|
2003
2008
|
.icon-unlock::before {
|
|
2004
|
-
content: "\
|
|
2009
|
+
content: "\EB4E";
|
|
2005
2010
|
}
|
|
2006
2011
|
|
|
2007
2012
|
|
|
2008
2013
|
.icon-unmuted::before {
|
|
2009
|
-
content: "\
|
|
2014
|
+
content: "\EB4F";
|
|
2010
2015
|
}
|
|
2011
2016
|
|
|
2012
2017
|
|
|
2013
2018
|
.icon-unpublish::before {
|
|
2014
|
-
content: "\
|
|
2019
|
+
content: "\EB50";
|
|
2015
2020
|
}
|
|
2016
2021
|
|
|
2017
2022
|
|
|
2018
2023
|
.icon-unpublished::before {
|
|
2019
|
-
content: "\
|
|
2024
|
+
content: "\EB51";
|
|
2020
2025
|
}
|
|
2021
2026
|
|
|
2022
2027
|
|
|
2023
2028
|
.icon-updown::before {
|
|
2024
|
-
content: "\
|
|
2029
|
+
content: "\EB52";
|
|
2025
2030
|
}
|
|
2026
2031
|
|
|
2027
2032
|
|
|
2028
2033
|
.icon-upload::before {
|
|
2029
|
-
content: "\
|
|
2034
|
+
content: "\EB53";
|
|
2030
2035
|
}
|
|
2031
2036
|
|
|
2032
2037
|
|
|
2033
2038
|
.icon-user-add::before {
|
|
2034
|
-
content: "\
|
|
2039
|
+
content: "\EB54";
|
|
2035
2040
|
}
|
|
2036
2041
|
|
|
2037
2042
|
|
|
2038
2043
|
.icon-user::before {
|
|
2039
|
-
content: "\
|
|
2044
|
+
content: "\EB55";
|
|
2040
2045
|
}
|
|
2041
2046
|
|
|
2042
2047
|
|
|
2043
2048
|
.icon-video-camera-off::before {
|
|
2044
|
-
content: "\
|
|
2049
|
+
content: "\EB56";
|
|
2045
2050
|
}
|
|
2046
2051
|
|
|
2047
2052
|
|
|
2048
2053
|
.icon-video-camera::before {
|
|
2049
|
-
content: "\
|
|
2054
|
+
content: "\EB57";
|
|
2050
2055
|
}
|
|
2051
2056
|
|
|
2052
2057
|
|
|
2053
2058
|
.icon-video::before {
|
|
2054
|
-
content: "\
|
|
2059
|
+
content: "\EB58";
|
|
2055
2060
|
}
|
|
2056
2061
|
|
|
2057
2062
|
|
|
2058
2063
|
.icon-warning-borderless::before {
|
|
2059
|
-
content: "\
|
|
2064
|
+
content: "\EB59";
|
|
2060
2065
|
}
|
|
2061
2066
|
|
|
2062
2067
|
|
|
2063
2068
|
.icon-warning::before {
|
|
2064
|
-
content: "\
|
|
2069
|
+
content: "\EB5A";
|
|
2065
2070
|
}
|
|
2066
2071
|
|
|
2067
2072
|
|
|
2068
2073
|
.icon-windows::before {
|
|
2069
|
-
content: "\
|
|
2074
|
+
content: "\EB5B";
|
|
2070
2075
|
}
|
|
2071
2076
|
|
|
2072
2077
|
|
|
2073
2078
|
.icon-wordpress::before {
|
|
2074
|
-
content: "\
|
|
2079
|
+
content: "\EB5C";
|
|
2075
2080
|
}
|
|
2076
2081
|
|
|
2077
2082
|
|
|
2078
2083
|
.icon-x::before {
|
|
2079
|
-
content: "\
|
|
2084
|
+
content: "\EB5D";
|
|
2080
2085
|
}
|
|
2081
2086
|
|
|
2082
2087
|
|
|
2083
2088
|
.icon-zipped::before {
|
|
2084
|
-
content: "\
|
|
2089
|
+
content: "\EB5E";
|
|
2085
2090
|
}
|
|
2086
2091
|
|
|
2087
2092
|
|
|
2088
2093
|
.icon-zoom-in::before {
|
|
2089
|
-
content: "\
|
|
2094
|
+
content: "\EB5F";
|
|
2090
2095
|
}
|
|
2091
2096
|
|
|
2092
2097
|
|
|
2093
2098
|
.icon-zoom-out::before {
|
|
2094
|
-
content: "\
|
|
2099
|
+
content: "\EB60";
|
|
2095
2100
|
}
|
|
2096
2101
|
|
|
2097
2102
|
|