@instructure/ui-icons 7.20.2 → 7.22.0
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/CHANGELOG.md +17 -0
- package/es/IconArrowNestLine.js +42 -0
- package/es/IconArrowNestSolid.js +42 -0
- package/es/IconHeaderLine.js +43 -0
- package/es/IconHeaderSolid.js +43 -0
- package/es/font/Line/InstructureIcons-Line.css +349 -339
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +345 -339
- 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 +343 -339
- package/es/font/Solid/InstructureIcons-Solid.css +349 -339
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +345 -339
- 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 +343 -339
- package/es/font/index.js +2156 -2116
- package/es/index.js +171 -167
- package/es/svg/index.js +1 -1
- package/lib/IconArrowNestLine.js +58 -0
- package/lib/IconArrowNestSolid.js +58 -0
- package/lib/IconHeaderLine.js +59 -0
- package/lib/IconHeaderSolid.js +59 -0
- package/lib/font/Line/InstructureIcons-Line.css +349 -339
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +345 -339
- 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 +343 -339
- package/lib/font/Solid/InstructureIcons-Solid.css +349 -339
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +345 -339
- 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 +343 -339
- package/lib/font/index.js +2529 -2485
- package/lib/index.js +536 -504
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/arrow-nest.svg +3 -0
- package/svg/Line/header.svg +3 -0
- package/svg/Solid/arrow-nest.svg +3 -0
- package/svg/Solid/header.svg +3 -0
|
@@ -154,22 +154,27 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
.icon-arrow-
|
|
157
|
+
.icon-arrow-nest::before {
|
|
158
158
|
content: "\EA13";
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
.icon-arrow-open-
|
|
162
|
+
.icon-arrow-open-down::before {
|
|
163
163
|
content: "\EA14";
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
|
|
167
|
+
.icon-arrow-open-end::before {
|
|
168
|
+
content: "\EA15";
|
|
169
|
+
}
|
|
170
|
+
|
|
166
171
|
[dir="rtl"] .icon-arrow-open-end::before {
|
|
167
172
|
transform: scale3d(-1, 1, 1);
|
|
168
173
|
}
|
|
169
174
|
|
|
170
175
|
|
|
171
176
|
.icon-arrow-open-left::before {
|
|
172
|
-
content: "\
|
|
177
|
+
content: "\EA16";
|
|
173
178
|
}
|
|
174
179
|
|
|
175
180
|
[dir="rtl"] .icon-arrow-open-left::before {
|
|
@@ -178,7 +183,7 @@
|
|
|
178
183
|
|
|
179
184
|
|
|
180
185
|
.icon-arrow-open-right::before {
|
|
181
|
-
content: "\
|
|
186
|
+
content: "\EA17";
|
|
182
187
|
}
|
|
183
188
|
|
|
184
189
|
[dir="rtl"] .icon-arrow-open-right::before {
|
|
@@ -187,7 +192,7 @@
|
|
|
187
192
|
|
|
188
193
|
|
|
189
194
|
.icon-arrow-open-start::before {
|
|
190
|
-
content: "\
|
|
195
|
+
content: "\EA18";
|
|
191
196
|
}
|
|
192
197
|
|
|
193
198
|
[dir="rtl"] .icon-arrow-open-start::before {
|
|
@@ -196,12 +201,12 @@
|
|
|
196
201
|
|
|
197
202
|
|
|
198
203
|
.icon-arrow-open-up::before {
|
|
199
|
-
content: "\
|
|
204
|
+
content: "\EA19";
|
|
200
205
|
}
|
|
201
206
|
|
|
202
207
|
|
|
203
208
|
.icon-arrow-right::before {
|
|
204
|
-
content: "\
|
|
209
|
+
content: "\EA1A";
|
|
205
210
|
}
|
|
206
211
|
|
|
207
212
|
[dir="rtl"] .icon-arrow-right::before {
|
|
@@ -210,7 +215,7 @@
|
|
|
210
215
|
|
|
211
216
|
|
|
212
217
|
.icon-arrow-start::before {
|
|
213
|
-
content: "\
|
|
218
|
+
content: "\EA1B";
|
|
214
219
|
}
|
|
215
220
|
|
|
216
221
|
[dir="rtl"] .icon-arrow-start::before {
|
|
@@ -219,12 +224,12 @@
|
|
|
219
224
|
|
|
220
225
|
|
|
221
226
|
.icon-arrow-up::before {
|
|
222
|
-
content: "\
|
|
227
|
+
content: "\EA1C";
|
|
223
228
|
}
|
|
224
229
|
|
|
225
230
|
|
|
226
231
|
.icon-assignment::before {
|
|
227
|
-
content: "\
|
|
232
|
+
content: "\EA1D";
|
|
228
233
|
}
|
|
229
234
|
|
|
230
235
|
[dir="rtl"] .icon-assignment::before {
|
|
@@ -233,17 +238,17 @@
|
|
|
233
238
|
|
|
234
239
|
|
|
235
240
|
.icon-attach-media::before {
|
|
236
|
-
content: "\
|
|
241
|
+
content: "\EA1E";
|
|
237
242
|
}
|
|
238
243
|
|
|
239
244
|
|
|
240
245
|
.icon-audio-off::before {
|
|
241
|
-
content: "\
|
|
246
|
+
content: "\EA1F";
|
|
242
247
|
}
|
|
243
248
|
|
|
244
249
|
|
|
245
250
|
.icon-audio::before {
|
|
246
|
-
content: "\
|
|
251
|
+
content: "\EA20";
|
|
247
252
|
}
|
|
248
253
|
|
|
249
254
|
[dir="rtl"] .icon-audio::before {
|
|
@@ -252,57 +257,57 @@
|
|
|
252
257
|
|
|
253
258
|
|
|
254
259
|
.icon-bank::before {
|
|
255
|
-
content: "\
|
|
260
|
+
content: "\EA21";
|
|
256
261
|
}
|
|
257
262
|
|
|
258
263
|
|
|
259
264
|
.icon-blueprint-lock::before {
|
|
260
|
-
content: "\
|
|
265
|
+
content: "\EA22";
|
|
261
266
|
}
|
|
262
267
|
|
|
263
268
|
|
|
264
269
|
.icon-blueprint::before {
|
|
265
|
-
content: "\
|
|
270
|
+
content: "\EA23";
|
|
266
271
|
}
|
|
267
272
|
|
|
268
273
|
|
|
269
274
|
.icon-bold::before {
|
|
270
|
-
content: "\
|
|
275
|
+
content: "\EA24";
|
|
271
276
|
}
|
|
272
277
|
|
|
273
278
|
|
|
274
279
|
.icon-bookmark::before {
|
|
275
|
-
content: "\
|
|
280
|
+
content: "\EA25";
|
|
276
281
|
}
|
|
277
282
|
|
|
278
283
|
|
|
279
284
|
.icon-box::before {
|
|
280
|
-
content: "\
|
|
285
|
+
content: "\EA26";
|
|
281
286
|
}
|
|
282
287
|
|
|
283
288
|
|
|
284
289
|
.icon-bullet-list-alpha::before {
|
|
285
|
-
content: "\
|
|
290
|
+
content: "\EA27";
|
|
286
291
|
}
|
|
287
292
|
|
|
288
293
|
|
|
289
294
|
.icon-bullet-list-circle-outline::before {
|
|
290
|
-
content: "\
|
|
295
|
+
content: "\EA28";
|
|
291
296
|
}
|
|
292
297
|
|
|
293
298
|
|
|
294
299
|
.icon-bullet-list-roman::before {
|
|
295
|
-
content: "\
|
|
300
|
+
content: "\EA29";
|
|
296
301
|
}
|
|
297
302
|
|
|
298
303
|
|
|
299
304
|
.icon-bullet-list-square::before {
|
|
300
|
-
content: "\
|
|
305
|
+
content: "\EA2A";
|
|
301
306
|
}
|
|
302
307
|
|
|
303
308
|
|
|
304
309
|
.icon-bullet-list::before {
|
|
305
|
-
content: "\
|
|
310
|
+
content: "\EA2B";
|
|
306
311
|
}
|
|
307
312
|
|
|
308
313
|
[dir="rtl"] .icon-bullet-list::before {
|
|
@@ -311,62 +316,62 @@
|
|
|
311
316
|
|
|
312
317
|
|
|
313
318
|
.icon-button-and-icon-maker::before {
|
|
314
|
-
content: "\
|
|
319
|
+
content: "\EA2C";
|
|
315
320
|
}
|
|
316
321
|
|
|
317
322
|
|
|
318
323
|
.icon-calculator-desmos::before {
|
|
319
|
-
content: "\
|
|
324
|
+
content: "\EA2D";
|
|
320
325
|
}
|
|
321
326
|
|
|
322
327
|
|
|
323
328
|
.icon-calculator::before {
|
|
324
|
-
content: "\
|
|
329
|
+
content: "\EA2E";
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
|
|
328
333
|
.icon-calendar-add::before {
|
|
329
|
-
content: "\
|
|
334
|
+
content: "\EA2F";
|
|
330
335
|
}
|
|
331
336
|
|
|
332
337
|
|
|
333
338
|
.icon-calendar-clock::before {
|
|
334
|
-
content: "\
|
|
339
|
+
content: "\EA30";
|
|
335
340
|
}
|
|
336
341
|
|
|
337
342
|
|
|
338
343
|
.icon-calendar-day::before {
|
|
339
|
-
content: "\
|
|
344
|
+
content: "\EA31";
|
|
340
345
|
}
|
|
341
346
|
|
|
342
347
|
|
|
343
348
|
.icon-calendar-days::before {
|
|
344
|
-
content: "\
|
|
349
|
+
content: "\EA32";
|
|
345
350
|
}
|
|
346
351
|
|
|
347
352
|
|
|
348
353
|
.icon-calendar-month::before {
|
|
349
|
-
content: "\
|
|
354
|
+
content: "\EA33";
|
|
350
355
|
}
|
|
351
356
|
|
|
352
357
|
|
|
353
358
|
.icon-calendar-reserved::before {
|
|
354
|
-
content: "\
|
|
359
|
+
content: "\EA34";
|
|
355
360
|
}
|
|
356
361
|
|
|
357
362
|
|
|
358
363
|
.icon-canvas-logo::before {
|
|
359
|
-
content: "\
|
|
364
|
+
content: "\EA35";
|
|
360
365
|
}
|
|
361
366
|
|
|
362
367
|
|
|
363
368
|
.icon-certified::before {
|
|
364
|
-
content: "\
|
|
369
|
+
content: "\EA36";
|
|
365
370
|
}
|
|
366
371
|
|
|
367
372
|
|
|
368
373
|
.icon-chat::before {
|
|
369
|
-
content: "\
|
|
374
|
+
content: "\EA37";
|
|
370
375
|
}
|
|
371
376
|
|
|
372
377
|
[dir="rtl"] .icon-chat::before {
|
|
@@ -375,132 +380,132 @@
|
|
|
375
380
|
|
|
376
381
|
|
|
377
382
|
.icon-check-dark::before {
|
|
378
|
-
content: "\
|
|
383
|
+
content: "\EA38";
|
|
379
384
|
}
|
|
380
385
|
|
|
381
386
|
|
|
382
387
|
.icon-check-mark-indeterminate::before {
|
|
383
|
-
content: "\
|
|
388
|
+
content: "\EA39";
|
|
384
389
|
}
|
|
385
390
|
|
|
386
391
|
|
|
387
392
|
.icon-check-mark::before {
|
|
388
|
-
content: "\
|
|
393
|
+
content: "\EA3A";
|
|
389
394
|
}
|
|
390
395
|
|
|
391
396
|
|
|
392
397
|
.icon-check-plus::before {
|
|
393
|
-
content: "\
|
|
398
|
+
content: "\EA3B";
|
|
394
399
|
}
|
|
395
400
|
|
|
396
401
|
|
|
397
402
|
.icon-check::before {
|
|
398
|
-
content: "\
|
|
403
|
+
content: "\EA3C";
|
|
399
404
|
}
|
|
400
405
|
|
|
401
406
|
|
|
402
407
|
.icon-circle-arrow-down::before {
|
|
403
|
-
content: "\
|
|
408
|
+
content: "\EA3D";
|
|
404
409
|
}
|
|
405
410
|
|
|
406
411
|
|
|
407
412
|
.icon-circle-arrow-up::before {
|
|
408
|
-
content: "\
|
|
413
|
+
content: "\EA3E";
|
|
409
414
|
}
|
|
410
415
|
|
|
411
416
|
|
|
412
417
|
.icon-clear-text-formatting::before {
|
|
413
|
-
content: "\
|
|
418
|
+
content: "\EA3F";
|
|
414
419
|
}
|
|
415
420
|
|
|
416
421
|
|
|
417
422
|
.icon-clock::before {
|
|
418
|
-
content: "\
|
|
423
|
+
content: "\EA40";
|
|
419
424
|
}
|
|
420
425
|
|
|
421
426
|
|
|
422
427
|
.icon-closed-captioning-off::before {
|
|
423
|
-
content: "\
|
|
428
|
+
content: "\EA41";
|
|
424
429
|
}
|
|
425
430
|
|
|
426
431
|
|
|
427
432
|
.icon-closed-captioning-on::before {
|
|
428
|
-
content: "\
|
|
433
|
+
content: "\EA42";
|
|
429
434
|
}
|
|
430
435
|
|
|
431
436
|
|
|
432
437
|
.icon-closed-captioning::before {
|
|
433
|
-
content: "\
|
|
438
|
+
content: "\EA43";
|
|
434
439
|
}
|
|
435
440
|
|
|
436
441
|
|
|
437
442
|
.icon-cloud-download::before {
|
|
438
|
-
content: "\
|
|
443
|
+
content: "\EA44";
|
|
439
444
|
}
|
|
440
445
|
|
|
441
446
|
|
|
442
447
|
.icon-cloud-lock::before {
|
|
443
|
-
content: "\
|
|
448
|
+
content: "\EA45";
|
|
444
449
|
}
|
|
445
450
|
|
|
446
451
|
|
|
447
452
|
.icon-cloud-upload::before {
|
|
448
|
-
content: "\
|
|
453
|
+
content: "\EA46";
|
|
449
454
|
}
|
|
450
455
|
|
|
451
456
|
|
|
452
457
|
.icon-code::before {
|
|
453
|
-
content: "\
|
|
458
|
+
content: "\EA47";
|
|
454
459
|
}
|
|
455
460
|
|
|
456
461
|
|
|
457
462
|
.icon-collapse::before {
|
|
458
|
-
content: "\
|
|
463
|
+
content: "\EA48";
|
|
459
464
|
}
|
|
460
465
|
|
|
461
466
|
|
|
462
467
|
.icon-collection-save::before {
|
|
463
|
-
content: "\
|
|
468
|
+
content: "\EA49";
|
|
464
469
|
}
|
|
465
470
|
|
|
466
471
|
|
|
467
472
|
.icon-collection::before {
|
|
468
|
-
content: "\
|
|
473
|
+
content: "\EA4A";
|
|
469
474
|
}
|
|
470
475
|
|
|
471
476
|
|
|
472
477
|
.icon-comment::before {
|
|
473
|
-
content: "\
|
|
478
|
+
content: "\EA4B";
|
|
474
479
|
}
|
|
475
480
|
|
|
476
481
|
|
|
477
482
|
.icon-comments-off::before {
|
|
478
|
-
content: "\
|
|
483
|
+
content: "\EA4C";
|
|
479
484
|
}
|
|
480
485
|
|
|
481
486
|
|
|
482
487
|
.icon-comments-on::before {
|
|
483
|
-
content: "\
|
|
488
|
+
content: "\EA4D";
|
|
484
489
|
}
|
|
485
490
|
|
|
486
491
|
|
|
487
492
|
.icon-commons::before {
|
|
488
|
-
content: "\
|
|
493
|
+
content: "\EA4E";
|
|
489
494
|
}
|
|
490
495
|
|
|
491
496
|
|
|
492
497
|
.icon-compass::before {
|
|
493
|
-
content: "\
|
|
498
|
+
content: "\EA4F";
|
|
494
499
|
}
|
|
495
500
|
|
|
496
501
|
|
|
497
502
|
.icon-complete::before {
|
|
498
|
-
content: "\
|
|
503
|
+
content: "\EA50";
|
|
499
504
|
}
|
|
500
505
|
|
|
501
506
|
|
|
502
507
|
.icon-compose::before {
|
|
503
|
-
content: "\
|
|
508
|
+
content: "\EA51";
|
|
504
509
|
}
|
|
505
510
|
|
|
506
511
|
[dir="rtl"] .icon-compose::before {
|
|
@@ -509,22 +514,22 @@
|
|
|
509
514
|
|
|
510
515
|
|
|
511
516
|
.icon-configure::before {
|
|
512
|
-
content: "\
|
|
517
|
+
content: "\EA52";
|
|
513
518
|
}
|
|
514
519
|
|
|
515
520
|
|
|
516
521
|
.icon-copy-course::before {
|
|
517
|
-
content: "\
|
|
522
|
+
content: "\EA53";
|
|
518
523
|
}
|
|
519
524
|
|
|
520
525
|
|
|
521
526
|
.icon-copy::before {
|
|
522
|
-
content: "\
|
|
527
|
+
content: "\EA54";
|
|
523
528
|
}
|
|
524
529
|
|
|
525
530
|
|
|
526
531
|
.icon-courses::before {
|
|
527
|
-
content: "\
|
|
532
|
+
content: "\EA55";
|
|
528
533
|
}
|
|
529
534
|
|
|
530
535
|
[dir="rtl"] .icon-courses::before {
|
|
@@ -533,32 +538,32 @@
|
|
|
533
538
|
|
|
534
539
|
|
|
535
540
|
.icon-crop::before {
|
|
536
|
-
content: "\
|
|
541
|
+
content: "\EA56";
|
|
537
542
|
}
|
|
538
543
|
|
|
539
544
|
|
|
540
545
|
.icon-dashboard::before {
|
|
541
|
-
content: "\
|
|
546
|
+
content: "\EA57";
|
|
542
547
|
}
|
|
543
548
|
|
|
544
549
|
|
|
545
550
|
.icon-deactivate-user::before {
|
|
546
|
-
content: "\
|
|
551
|
+
content: "\EA58";
|
|
547
552
|
}
|
|
548
553
|
|
|
549
554
|
|
|
550
555
|
.icon-discussion-check::before {
|
|
551
|
-
content: "\
|
|
556
|
+
content: "\EA59";
|
|
552
557
|
}
|
|
553
558
|
|
|
554
559
|
|
|
555
560
|
.icon-discussion-new::before {
|
|
556
|
-
content: "\
|
|
561
|
+
content: "\EA5A";
|
|
557
562
|
}
|
|
558
563
|
|
|
559
564
|
|
|
560
565
|
.icon-discussion-reply-2::before {
|
|
561
|
-
content: "\
|
|
566
|
+
content: "\EA5B";
|
|
562
567
|
}
|
|
563
568
|
|
|
564
569
|
[dir="rtl"] .icon-discussion-reply-2::before {
|
|
@@ -567,27 +572,27 @@
|
|
|
567
572
|
|
|
568
573
|
|
|
569
574
|
.icon-discussion-reply-dark::before {
|
|
570
|
-
content: "\
|
|
575
|
+
content: "\EA5C";
|
|
571
576
|
}
|
|
572
577
|
|
|
573
578
|
|
|
574
579
|
.icon-discussion-reply::before {
|
|
575
|
-
content: "\
|
|
580
|
+
content: "\EA5D";
|
|
576
581
|
}
|
|
577
582
|
|
|
578
583
|
|
|
579
584
|
.icon-discussion-search::before {
|
|
580
|
-
content: "\
|
|
585
|
+
content: "\EA5E";
|
|
581
586
|
}
|
|
582
587
|
|
|
583
588
|
|
|
584
589
|
.icon-discussion-x::before {
|
|
585
|
-
content: "\
|
|
590
|
+
content: "\EA5F";
|
|
586
591
|
}
|
|
587
592
|
|
|
588
593
|
|
|
589
594
|
.icon-discussion::before {
|
|
590
|
-
content: "\
|
|
595
|
+
content: "\EA60";
|
|
591
596
|
}
|
|
592
597
|
|
|
593
598
|
[dir="rtl"] .icon-discussion::before {
|
|
@@ -596,7 +601,7 @@
|
|
|
596
601
|
|
|
597
602
|
|
|
598
603
|
.icon-document::before {
|
|
599
|
-
content: "\
|
|
604
|
+
content: "\EA61";
|
|
600
605
|
}
|
|
601
606
|
|
|
602
607
|
[dir="rtl"] .icon-document::before {
|
|
@@ -605,27 +610,27 @@
|
|
|
605
610
|
|
|
606
611
|
|
|
607
612
|
.icon-download::before {
|
|
608
|
-
content: "\
|
|
613
|
+
content: "\EA62";
|
|
609
614
|
}
|
|
610
615
|
|
|
611
616
|
|
|
612
617
|
.icon-drag-handle::before {
|
|
613
|
-
content: "\
|
|
618
|
+
content: "\EA63";
|
|
614
619
|
}
|
|
615
620
|
|
|
616
621
|
|
|
617
622
|
.icon-drop-down::before {
|
|
618
|
-
content: "\
|
|
623
|
+
content: "\EA64";
|
|
619
624
|
}
|
|
620
625
|
|
|
621
626
|
|
|
622
627
|
.icon-duplicate::before {
|
|
623
|
-
content: "\
|
|
628
|
+
content: "\EA65";
|
|
624
629
|
}
|
|
625
630
|
|
|
626
631
|
|
|
627
632
|
.icon-edit::before {
|
|
628
|
-
content: "\
|
|
633
|
+
content: "\EA66";
|
|
629
634
|
}
|
|
630
635
|
|
|
631
636
|
[dir="rtl"] .icon-edit::before {
|
|
@@ -634,47 +639,47 @@
|
|
|
634
639
|
|
|
635
640
|
|
|
636
641
|
.icon-educators::before {
|
|
637
|
-
content: "\
|
|
642
|
+
content: "\EA67";
|
|
638
643
|
}
|
|
639
644
|
|
|
640
645
|
|
|
641
646
|
.icon-elevate-logo::before {
|
|
642
|
-
content: "\
|
|
647
|
+
content: "\EA68";
|
|
643
648
|
}
|
|
644
649
|
|
|
645
650
|
|
|
646
651
|
.icon-email::before {
|
|
647
|
-
content: "\
|
|
652
|
+
content: "\EA69";
|
|
648
653
|
}
|
|
649
654
|
|
|
650
655
|
|
|
651
656
|
.icon-empty::before {
|
|
652
|
-
content: "\
|
|
657
|
+
content: "\EA6A";
|
|
653
658
|
}
|
|
654
659
|
|
|
655
660
|
|
|
656
661
|
.icon-end::before {
|
|
657
|
-
content: "\
|
|
662
|
+
content: "\EA6B";
|
|
658
663
|
}
|
|
659
664
|
|
|
660
665
|
|
|
661
666
|
.icon-eportfolio::before {
|
|
662
|
-
content: "\
|
|
667
|
+
content: "\EA6C";
|
|
663
668
|
}
|
|
664
669
|
|
|
665
670
|
|
|
666
671
|
.icon-equation::before {
|
|
667
|
-
content: "\
|
|
672
|
+
content: "\EA6D";
|
|
668
673
|
}
|
|
669
674
|
|
|
670
675
|
|
|
671
676
|
.icon-equella::before {
|
|
672
|
-
content: "\
|
|
677
|
+
content: "\EA6E";
|
|
673
678
|
}
|
|
674
679
|
|
|
675
680
|
|
|
676
681
|
.icon-essay::before {
|
|
677
|
-
content: "\
|
|
682
|
+
content: "\EA6F";
|
|
678
683
|
}
|
|
679
684
|
|
|
680
685
|
[dir="rtl"] .icon-essay::before {
|
|
@@ -683,17 +688,17 @@
|
|
|
683
688
|
|
|
684
689
|
|
|
685
690
|
.icon-exit-full-screen::before {
|
|
686
|
-
content: "\
|
|
691
|
+
content: "\EA70";
|
|
687
692
|
}
|
|
688
693
|
|
|
689
694
|
|
|
690
695
|
.icon-expand-items::before {
|
|
691
|
-
content: "\
|
|
696
|
+
content: "\EA71";
|
|
692
697
|
}
|
|
693
698
|
|
|
694
699
|
|
|
695
700
|
.icon-expand-left::before {
|
|
696
|
-
content: "\
|
|
701
|
+
content: "\EA72";
|
|
697
702
|
}
|
|
698
703
|
|
|
699
704
|
[dir="rtl"] .icon-expand-left::before {
|
|
@@ -702,7 +707,7 @@
|
|
|
702
707
|
|
|
703
708
|
|
|
704
709
|
.icon-expand-start::before {
|
|
705
|
-
content: "\
|
|
710
|
+
content: "\EA73";
|
|
706
711
|
}
|
|
707
712
|
|
|
708
713
|
[dir="rtl"] .icon-expand-start::before {
|
|
@@ -711,12 +716,12 @@
|
|
|
711
716
|
|
|
712
717
|
|
|
713
718
|
.icon-expand::before {
|
|
714
|
-
content: "\
|
|
719
|
+
content: "\EA74";
|
|
715
720
|
}
|
|
716
721
|
|
|
717
722
|
|
|
718
723
|
.icon-export-content::before {
|
|
719
|
-
content: "\
|
|
724
|
+
content: "\EA75";
|
|
720
725
|
}
|
|
721
726
|
|
|
722
727
|
[dir="rtl"] .icon-export-content::before {
|
|
@@ -725,7 +730,7 @@
|
|
|
725
730
|
|
|
726
731
|
|
|
727
732
|
.icon-export::before {
|
|
728
|
-
content: "\
|
|
733
|
+
content: "\EA76";
|
|
729
734
|
}
|
|
730
735
|
|
|
731
736
|
[dir="rtl"] .icon-export::before {
|
|
@@ -734,7 +739,7 @@
|
|
|
734
739
|
|
|
735
740
|
|
|
736
741
|
.icon-external-link::before {
|
|
737
|
-
content: "\
|
|
742
|
+
content: "\EA77";
|
|
738
743
|
}
|
|
739
744
|
|
|
740
745
|
[dir="rtl"] .icon-external-link::before {
|
|
@@ -743,27 +748,27 @@
|
|
|
743
748
|
|
|
744
749
|
|
|
745
750
|
.icon-eye::before {
|
|
746
|
-
content: "\
|
|
751
|
+
content: "\EA78";
|
|
747
752
|
}
|
|
748
753
|
|
|
749
754
|
|
|
750
755
|
.icon-facebook-boxed::before {
|
|
751
|
-
content: "\
|
|
756
|
+
content: "\EA79";
|
|
752
757
|
}
|
|
753
758
|
|
|
754
759
|
|
|
755
760
|
.icon-facebook::before {
|
|
756
|
-
content: "\
|
|
761
|
+
content: "\EA7A";
|
|
757
762
|
}
|
|
758
763
|
|
|
759
764
|
|
|
760
765
|
.icon-fast-forward::before {
|
|
761
|
-
content: "\
|
|
766
|
+
content: "\EA7B";
|
|
762
767
|
}
|
|
763
768
|
|
|
764
769
|
|
|
765
770
|
.icon-feedback::before {
|
|
766
|
-
content: "\
|
|
771
|
+
content: "\EA7C";
|
|
767
772
|
}
|
|
768
773
|
|
|
769
774
|
[dir="rtl"] .icon-feedback::before {
|
|
@@ -772,52 +777,52 @@
|
|
|
772
777
|
|
|
773
778
|
|
|
774
779
|
.icon-file-locked::before {
|
|
775
|
-
content: "\
|
|
780
|
+
content: "\EA7D";
|
|
776
781
|
}
|
|
777
782
|
|
|
778
783
|
|
|
779
784
|
.icon-files-copyright::before {
|
|
780
|
-
content: "\
|
|
785
|
+
content: "\EA7E";
|
|
781
786
|
}
|
|
782
787
|
|
|
783
788
|
|
|
784
789
|
.icon-files-creative-commons::before {
|
|
785
|
-
content: "\
|
|
790
|
+
content: "\EA7F";
|
|
786
791
|
}
|
|
787
792
|
|
|
788
793
|
|
|
789
794
|
.icon-files-fair-use::before {
|
|
790
|
-
content: "\
|
|
795
|
+
content: "\EA80";
|
|
791
796
|
}
|
|
792
797
|
|
|
793
798
|
|
|
794
799
|
.icon-files-obtained-permission::before {
|
|
795
|
-
content: "\
|
|
800
|
+
content: "\EA81";
|
|
796
801
|
}
|
|
797
802
|
|
|
798
803
|
|
|
799
804
|
.icon-files-public-domain::before {
|
|
800
|
-
content: "\
|
|
805
|
+
content: "\EA82";
|
|
801
806
|
}
|
|
802
807
|
|
|
803
808
|
|
|
804
809
|
.icon-filmstrip::before {
|
|
805
|
-
content: "\
|
|
810
|
+
content: "\EA83";
|
|
806
811
|
}
|
|
807
812
|
|
|
808
813
|
|
|
809
814
|
.icon-filter::before {
|
|
810
|
-
content: "\
|
|
815
|
+
content: "\EA84";
|
|
811
816
|
}
|
|
812
817
|
|
|
813
818
|
|
|
814
819
|
.icon-flag::before {
|
|
815
|
-
content: "\
|
|
820
|
+
content: "\EA85";
|
|
816
821
|
}
|
|
817
822
|
|
|
818
823
|
|
|
819
824
|
.icon-folder-locked::before {
|
|
820
|
-
content: "\
|
|
825
|
+
content: "\EA86";
|
|
821
826
|
}
|
|
822
827
|
|
|
823
828
|
[dir="rtl"] .icon-folder-locked::before {
|
|
@@ -826,7 +831,7 @@
|
|
|
826
831
|
|
|
827
832
|
|
|
828
833
|
.icon-folder::before {
|
|
829
|
-
content: "\
|
|
834
|
+
content: "\EA87";
|
|
830
835
|
}
|
|
831
836
|
|
|
832
837
|
[dir="rtl"] .icon-folder::before {
|
|
@@ -835,7 +840,7 @@
|
|
|
835
840
|
|
|
836
841
|
|
|
837
842
|
.icon-forward::before {
|
|
838
|
-
content: "\
|
|
843
|
+
content: "\EA88";
|
|
839
844
|
}
|
|
840
845
|
|
|
841
846
|
[dir="rtl"] .icon-forward::before {
|
|
@@ -844,17 +849,17 @@
|
|
|
844
849
|
|
|
845
850
|
|
|
846
851
|
.icon-full-screen::before {
|
|
847
|
-
content: "\
|
|
852
|
+
content: "\EA89";
|
|
848
853
|
}
|
|
849
854
|
|
|
850
855
|
|
|
851
856
|
.icon-github::before {
|
|
852
|
-
content: "\
|
|
857
|
+
content: "\EA8A";
|
|
853
858
|
}
|
|
854
859
|
|
|
855
860
|
|
|
856
861
|
.icon-gradebook-export::before {
|
|
857
|
-
content: "\
|
|
862
|
+
content: "\EA8B";
|
|
858
863
|
}
|
|
859
864
|
|
|
860
865
|
[dir="rtl"] .icon-gradebook-export::before {
|
|
@@ -863,7 +868,7 @@
|
|
|
863
868
|
|
|
864
869
|
|
|
865
870
|
.icon-gradebook-import::before {
|
|
866
|
-
content: "\
|
|
871
|
+
content: "\EA8C";
|
|
867
872
|
}
|
|
868
873
|
|
|
869
874
|
[dir="rtl"] .icon-gradebook-import::before {
|
|
@@ -872,37 +877,42 @@
|
|
|
872
877
|
|
|
873
878
|
|
|
874
879
|
.icon-gradebook::before {
|
|
875
|
-
content: "\
|
|
880
|
+
content: "\EA8D";
|
|
876
881
|
}
|
|
877
882
|
|
|
878
883
|
|
|
879
884
|
.icon-group-dark-new::before {
|
|
880
|
-
content: "\
|
|
885
|
+
content: "\EA8E";
|
|
881
886
|
}
|
|
882
887
|
|
|
883
888
|
|
|
884
889
|
.icon-group-new::before {
|
|
885
|
-
content: "\
|
|
890
|
+
content: "\EA8F";
|
|
886
891
|
}
|
|
887
892
|
|
|
888
893
|
|
|
889
894
|
.icon-group::before {
|
|
890
|
-
content: "\
|
|
895
|
+
content: "\EA90";
|
|
891
896
|
}
|
|
892
897
|
|
|
893
898
|
|
|
894
899
|
.icon-hamburger::before {
|
|
895
|
-
content: "\
|
|
900
|
+
content: "\EA91";
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
.icon-header::before {
|
|
905
|
+
content: "\EA92";
|
|
896
906
|
}
|
|
897
907
|
|
|
898
908
|
|
|
899
909
|
.icon-heart::before {
|
|
900
|
-
content: "\
|
|
910
|
+
content: "\EA93";
|
|
901
911
|
}
|
|
902
912
|
|
|
903
913
|
|
|
904
914
|
.icon-highlighter::before {
|
|
905
|
-
content: "\
|
|
915
|
+
content: "\EA94";
|
|
906
916
|
}
|
|
907
917
|
|
|
908
918
|
[dir="rtl"] .icon-highlighter::before {
|
|
@@ -911,32 +921,32 @@
|
|
|
911
921
|
|
|
912
922
|
|
|
913
923
|
.icon-home::before {
|
|
914
|
-
content: "\
|
|
924
|
+
content: "\EA95";
|
|
915
925
|
}
|
|
916
926
|
|
|
917
927
|
|
|
918
928
|
.icon-hour-glass::before {
|
|
919
|
-
content: "\
|
|
929
|
+
content: "\EA96";
|
|
920
930
|
}
|
|
921
931
|
|
|
922
932
|
|
|
923
933
|
.icon-image::before {
|
|
924
|
-
content: "\
|
|
934
|
+
content: "\EA97";
|
|
925
935
|
}
|
|
926
936
|
|
|
927
937
|
|
|
928
938
|
.icon-immersive-reader::before {
|
|
929
|
-
content: "\
|
|
939
|
+
content: "\EA98";
|
|
930
940
|
}
|
|
931
941
|
|
|
932
942
|
|
|
933
943
|
.icon-impact-logo::before {
|
|
934
|
-
content: "\
|
|
944
|
+
content: "\EA99";
|
|
935
945
|
}
|
|
936
946
|
|
|
937
947
|
|
|
938
948
|
.icon-import-content::before {
|
|
939
|
-
content: "\
|
|
949
|
+
content: "\EA9A";
|
|
940
950
|
}
|
|
941
951
|
|
|
942
952
|
[dir="rtl"] .icon-import-content::before {
|
|
@@ -945,7 +955,7 @@
|
|
|
945
955
|
|
|
946
956
|
|
|
947
957
|
.icon-import::before {
|
|
948
|
-
content: "\
|
|
958
|
+
content: "\EA9B";
|
|
949
959
|
}
|
|
950
960
|
|
|
951
961
|
[dir="rtl"] .icon-import::before {
|
|
@@ -954,17 +964,17 @@
|
|
|
954
964
|
|
|
955
965
|
|
|
956
966
|
.icon-important-dates::before {
|
|
957
|
-
content: "\
|
|
967
|
+
content: "\EA9C";
|
|
958
968
|
}
|
|
959
969
|
|
|
960
970
|
|
|
961
971
|
.icon-inbox::before {
|
|
962
|
-
content: "\
|
|
972
|
+
content: "\EA9D";
|
|
963
973
|
}
|
|
964
974
|
|
|
965
975
|
|
|
966
976
|
.icon-indent-2::before {
|
|
967
|
-
content: "\
|
|
977
|
+
content: "\EA9E";
|
|
968
978
|
}
|
|
969
979
|
|
|
970
980
|
[dir="rtl"] .icon-indent-2::before {
|
|
@@ -973,7 +983,7 @@
|
|
|
973
983
|
|
|
974
984
|
|
|
975
985
|
.icon-indent::before {
|
|
976
|
-
content: "\
|
|
986
|
+
content: "\EA9F";
|
|
977
987
|
}
|
|
978
988
|
|
|
979
989
|
[dir="rtl"] .icon-indent::before {
|
|
@@ -982,162 +992,162 @@
|
|
|
982
992
|
|
|
983
993
|
|
|
984
994
|
.icon-info-borderless::before {
|
|
985
|
-
content: "\
|
|
995
|
+
content: "\EAA0";
|
|
986
996
|
}
|
|
987
997
|
|
|
988
998
|
|
|
989
999
|
.icon-info::before {
|
|
990
|
-
content: "\
|
|
1000
|
+
content: "\EAA1";
|
|
991
1001
|
}
|
|
992
1002
|
|
|
993
1003
|
|
|
994
1004
|
.icon-instructure-logo::before {
|
|
995
|
-
content: "\
|
|
1005
|
+
content: "\EAA2";
|
|
996
1006
|
}
|
|
997
1007
|
|
|
998
1008
|
|
|
999
1009
|
.icon-instructure::before {
|
|
1000
|
-
content: "\
|
|
1010
|
+
content: "\EAA3";
|
|
1001
1011
|
}
|
|
1002
1012
|
|
|
1003
1013
|
|
|
1004
1014
|
.icon-integrations::before {
|
|
1005
|
-
content: "\
|
|
1015
|
+
content: "\EAA4";
|
|
1006
1016
|
}
|
|
1007
1017
|
|
|
1008
1018
|
|
|
1009
1019
|
.icon-invitation::before {
|
|
1010
|
-
content: "\
|
|
1020
|
+
content: "\EAA5";
|
|
1011
1021
|
}
|
|
1012
1022
|
|
|
1013
1023
|
|
|
1014
1024
|
.icon-italic::before {
|
|
1015
|
-
content: "\
|
|
1025
|
+
content: "\EAA6";
|
|
1016
1026
|
}
|
|
1017
1027
|
|
|
1018
1028
|
|
|
1019
1029
|
.icon-keyboard-shortcuts::before {
|
|
1020
|
-
content: "\
|
|
1030
|
+
content: "\EAA7";
|
|
1021
1031
|
}
|
|
1022
1032
|
|
|
1023
1033
|
|
|
1024
1034
|
.icon-launch::before {
|
|
1025
|
-
content: "\
|
|
1035
|
+
content: "\EAA8";
|
|
1026
1036
|
}
|
|
1027
1037
|
|
|
1028
1038
|
|
|
1029
1039
|
.icon-life-preserver::before {
|
|
1030
|
-
content: "\
|
|
1040
|
+
content: "\EAA9";
|
|
1031
1041
|
}
|
|
1032
1042
|
|
|
1033
1043
|
|
|
1034
1044
|
.icon-like::before {
|
|
1035
|
-
content: "\
|
|
1045
|
+
content: "\EAAA";
|
|
1036
1046
|
}
|
|
1037
1047
|
|
|
1038
1048
|
|
|
1039
1049
|
.icon-line-reader::before {
|
|
1040
|
-
content: "\
|
|
1050
|
+
content: "\EAAB";
|
|
1041
1051
|
}
|
|
1042
1052
|
|
|
1043
1053
|
|
|
1044
1054
|
.icon-link::before {
|
|
1045
|
-
content: "\
|
|
1055
|
+
content: "\EAAC";
|
|
1046
1056
|
}
|
|
1047
1057
|
|
|
1048
1058
|
|
|
1049
1059
|
.icon-linkedin::before {
|
|
1050
|
-
content: "\
|
|
1060
|
+
content: "\EAAD";
|
|
1051
1061
|
}
|
|
1052
1062
|
|
|
1053
1063
|
|
|
1054
1064
|
.icon-lock::before {
|
|
1055
|
-
content: "\
|
|
1065
|
+
content: "\EAAE";
|
|
1056
1066
|
}
|
|
1057
1067
|
|
|
1058
1068
|
|
|
1059
1069
|
.icon-lti::before {
|
|
1060
|
-
content: "\
|
|
1070
|
+
content: "\EAAF";
|
|
1061
1071
|
}
|
|
1062
1072
|
|
|
1063
1073
|
|
|
1064
1074
|
.icon-mark-as-read::before {
|
|
1065
|
-
content: "\
|
|
1075
|
+
content: "\EAB0";
|
|
1066
1076
|
}
|
|
1067
1077
|
|
|
1068
1078
|
|
|
1069
1079
|
.icon-marker::before {
|
|
1070
|
-
content: "\
|
|
1080
|
+
content: "\EAB1";
|
|
1071
1081
|
}
|
|
1072
1082
|
|
|
1073
1083
|
|
|
1074
1084
|
.icon-masquerade::before {
|
|
1075
|
-
content: "\
|
|
1085
|
+
content: "\EAB2";
|
|
1076
1086
|
}
|
|
1077
1087
|
|
|
1078
1088
|
|
|
1079
1089
|
.icon-mastery-logo::before {
|
|
1080
|
-
content: "\
|
|
1090
|
+
content: "\EAB3";
|
|
1081
1091
|
}
|
|
1082
1092
|
|
|
1083
1093
|
|
|
1084
1094
|
.icon-mastery-paths::before {
|
|
1085
|
-
content: "\
|
|
1095
|
+
content: "\EAB4";
|
|
1086
1096
|
}
|
|
1087
1097
|
|
|
1088
1098
|
|
|
1089
1099
|
.icon-materials-required-light::before {
|
|
1090
|
-
content: "\
|
|
1100
|
+
content: "\EAB5";
|
|
1091
1101
|
}
|
|
1092
1102
|
|
|
1093
1103
|
|
|
1094
1104
|
.icon-materials-required::before {
|
|
1095
|
-
content: "\
|
|
1105
|
+
content: "\EAB6";
|
|
1096
1106
|
}
|
|
1097
1107
|
|
|
1098
1108
|
|
|
1099
1109
|
.icon-mature-light::before {
|
|
1100
|
-
content: "\
|
|
1110
|
+
content: "\EAB7";
|
|
1101
1111
|
}
|
|
1102
1112
|
|
|
1103
1113
|
|
|
1104
1114
|
.icon-mature::before {
|
|
1105
|
-
content: "\
|
|
1115
|
+
content: "\EAB8";
|
|
1106
1116
|
}
|
|
1107
1117
|
|
|
1108
1118
|
|
|
1109
1119
|
.icon-media::before {
|
|
1110
|
-
content: "\
|
|
1120
|
+
content: "\EAB9";
|
|
1111
1121
|
}
|
|
1112
1122
|
|
|
1113
1123
|
|
|
1114
1124
|
.icon-message::before {
|
|
1115
|
-
content: "\
|
|
1125
|
+
content: "\EABA";
|
|
1116
1126
|
}
|
|
1117
1127
|
|
|
1118
1128
|
|
|
1119
1129
|
.icon-mic-off::before {
|
|
1120
|
-
content: "\
|
|
1130
|
+
content: "\EABB";
|
|
1121
1131
|
}
|
|
1122
1132
|
|
|
1123
1133
|
|
|
1124
1134
|
.icon-mic::before {
|
|
1125
|
-
content: "\
|
|
1135
|
+
content: "\EABC";
|
|
1126
1136
|
}
|
|
1127
1137
|
|
|
1128
1138
|
|
|
1129
1139
|
.icon-mini-arrow-double::before {
|
|
1130
|
-
content: "\
|
|
1140
|
+
content: "\EABD";
|
|
1131
1141
|
}
|
|
1132
1142
|
|
|
1133
1143
|
|
|
1134
1144
|
.icon-mini-arrow-down::before {
|
|
1135
|
-
content: "\
|
|
1145
|
+
content: "\EABE";
|
|
1136
1146
|
}
|
|
1137
1147
|
|
|
1138
1148
|
|
|
1139
1149
|
.icon-mini-arrow-end::before {
|
|
1140
|
-
content: "\
|
|
1150
|
+
content: "\EABF";
|
|
1141
1151
|
}
|
|
1142
1152
|
|
|
1143
1153
|
[dir="rtl"] .icon-mini-arrow-end::before {
|
|
@@ -1146,7 +1156,7 @@
|
|
|
1146
1156
|
|
|
1147
1157
|
|
|
1148
1158
|
.icon-mini-arrow-left::before {
|
|
1149
|
-
content: "\
|
|
1159
|
+
content: "\EAC0";
|
|
1150
1160
|
}
|
|
1151
1161
|
|
|
1152
1162
|
[dir="rtl"] .icon-mini-arrow-left::before {
|
|
@@ -1155,7 +1165,7 @@
|
|
|
1155
1165
|
|
|
1156
1166
|
|
|
1157
1167
|
.icon-mini-arrow-right::before {
|
|
1158
|
-
content: "\
|
|
1168
|
+
content: "\EAC1";
|
|
1159
1169
|
}
|
|
1160
1170
|
|
|
1161
1171
|
[dir="rtl"] .icon-mini-arrow-right::before {
|
|
@@ -1164,7 +1174,7 @@
|
|
|
1164
1174
|
|
|
1165
1175
|
|
|
1166
1176
|
.icon-mini-arrow-start::before {
|
|
1167
|
-
content: "\
|
|
1177
|
+
content: "\EAC2";
|
|
1168
1178
|
}
|
|
1169
1179
|
|
|
1170
1180
|
[dir="rtl"] .icon-mini-arrow-start::before {
|
|
@@ -1173,37 +1183,37 @@
|
|
|
1173
1183
|
|
|
1174
1184
|
|
|
1175
1185
|
.icon-mini-arrow-up::before {
|
|
1176
|
-
content: "\
|
|
1186
|
+
content: "\EAC3";
|
|
1177
1187
|
}
|
|
1178
1188
|
|
|
1179
1189
|
|
|
1180
1190
|
.icon-minimize::before {
|
|
1181
|
-
content: "\
|
|
1191
|
+
content: "\EAC4";
|
|
1182
1192
|
}
|
|
1183
1193
|
|
|
1184
1194
|
|
|
1185
1195
|
.icon-module::before {
|
|
1186
|
-
content: "\
|
|
1196
|
+
content: "\EAC5";
|
|
1187
1197
|
}
|
|
1188
1198
|
|
|
1189
1199
|
|
|
1190
1200
|
.icon-more::before {
|
|
1191
|
-
content: "\
|
|
1201
|
+
content: "\EAC6";
|
|
1192
1202
|
}
|
|
1193
1203
|
|
|
1194
1204
|
|
|
1195
1205
|
.icon-move-down-bottom::before {
|
|
1196
|
-
content: "\
|
|
1206
|
+
content: "\EAC7";
|
|
1197
1207
|
}
|
|
1198
1208
|
|
|
1199
1209
|
|
|
1200
1210
|
.icon-move-down::before {
|
|
1201
|
-
content: "\
|
|
1211
|
+
content: "\EAC8";
|
|
1202
1212
|
}
|
|
1203
1213
|
|
|
1204
1214
|
|
|
1205
1215
|
.icon-move-end::before {
|
|
1206
|
-
content: "\
|
|
1216
|
+
content: "\EAC9";
|
|
1207
1217
|
}
|
|
1208
1218
|
|
|
1209
1219
|
[dir="rtl"] .icon-move-end::before {
|
|
@@ -1212,7 +1222,7 @@
|
|
|
1212
1222
|
|
|
1213
1223
|
|
|
1214
1224
|
.icon-move-left::before {
|
|
1215
|
-
content: "\
|
|
1225
|
+
content: "\EACA";
|
|
1216
1226
|
}
|
|
1217
1227
|
|
|
1218
1228
|
[dir="rtl"] .icon-move-left::before {
|
|
@@ -1221,7 +1231,7 @@
|
|
|
1221
1231
|
|
|
1222
1232
|
|
|
1223
1233
|
.icon-move-right::before {
|
|
1224
|
-
content: "\
|
|
1234
|
+
content: "\EACB";
|
|
1225
1235
|
}
|
|
1226
1236
|
|
|
1227
1237
|
[dir="rtl"] .icon-move-right::before {
|
|
@@ -1230,7 +1240,7 @@
|
|
|
1230
1240
|
|
|
1231
1241
|
|
|
1232
1242
|
.icon-move-start::before {
|
|
1233
|
-
content: "\
|
|
1243
|
+
content: "\EACC";
|
|
1234
1244
|
}
|
|
1235
1245
|
|
|
1236
1246
|
[dir="rtl"] .icon-move-start::before {
|
|
@@ -1239,37 +1249,37 @@
|
|
|
1239
1249
|
|
|
1240
1250
|
|
|
1241
1251
|
.icon-move-up-top::before {
|
|
1242
|
-
content: "\
|
|
1252
|
+
content: "\EACD";
|
|
1243
1253
|
}
|
|
1244
1254
|
|
|
1245
1255
|
|
|
1246
1256
|
.icon-move-up::before {
|
|
1247
|
-
content: "\
|
|
1257
|
+
content: "\EACE";
|
|
1248
1258
|
}
|
|
1249
1259
|
|
|
1250
1260
|
|
|
1251
1261
|
.icon-ms-excel::before {
|
|
1252
|
-
content: "\
|
|
1262
|
+
content: "\EACF";
|
|
1253
1263
|
}
|
|
1254
1264
|
|
|
1255
1265
|
|
|
1256
1266
|
.icon-ms-ppt::before {
|
|
1257
|
-
content: "\
|
|
1267
|
+
content: "\EAD0";
|
|
1258
1268
|
}
|
|
1259
1269
|
|
|
1260
1270
|
|
|
1261
1271
|
.icon-ms-word::before {
|
|
1262
|
-
content: "\
|
|
1272
|
+
content: "\EAD1";
|
|
1263
1273
|
}
|
|
1264
1274
|
|
|
1265
1275
|
|
|
1266
1276
|
.icon-muted::before {
|
|
1267
|
-
content: "\
|
|
1277
|
+
content: "\EAD2";
|
|
1268
1278
|
}
|
|
1269
1279
|
|
|
1270
1280
|
|
|
1271
1281
|
.icon-next-unread::before {
|
|
1272
|
-
content: "\
|
|
1282
|
+
content: "\EAD3";
|
|
1273
1283
|
}
|
|
1274
1284
|
|
|
1275
1285
|
[dir="rtl"] .icon-next-unread::before {
|
|
@@ -1278,12 +1288,12 @@
|
|
|
1278
1288
|
|
|
1279
1289
|
|
|
1280
1290
|
.icon-no::before {
|
|
1281
|
-
content: "\
|
|
1291
|
+
content: "\EAD4";
|
|
1282
1292
|
}
|
|
1283
1293
|
|
|
1284
1294
|
|
|
1285
1295
|
.icon-not-graded::before {
|
|
1286
|
-
content: "\
|
|
1296
|
+
content: "\EAD5";
|
|
1287
1297
|
}
|
|
1288
1298
|
|
|
1289
1299
|
[dir="rtl"] .icon-not-graded::before {
|
|
@@ -1292,17 +1302,17 @@
|
|
|
1292
1302
|
|
|
1293
1303
|
|
|
1294
1304
|
.icon-note-dark::before {
|
|
1295
|
-
content: "\
|
|
1305
|
+
content: "\EAD6";
|
|
1296
1306
|
}
|
|
1297
1307
|
|
|
1298
1308
|
|
|
1299
1309
|
.icon-note-light::before {
|
|
1300
|
-
content: "\
|
|
1310
|
+
content: "\EAD7";
|
|
1301
1311
|
}
|
|
1302
1312
|
|
|
1303
1313
|
|
|
1304
1314
|
.icon-note::before {
|
|
1305
|
-
content: "\
|
|
1315
|
+
content: "\EAD8";
|
|
1306
1316
|
}
|
|
1307
1317
|
|
|
1308
1318
|
[dir="rtl"] .icon-note::before {
|
|
@@ -1311,22 +1321,22 @@
|
|
|
1311
1321
|
|
|
1312
1322
|
|
|
1313
1323
|
.icon-notepad::before {
|
|
1314
|
-
content: "\
|
|
1324
|
+
content: "\EAD9";
|
|
1315
1325
|
}
|
|
1316
1326
|
|
|
1317
1327
|
|
|
1318
1328
|
.icon-numbered-list::before {
|
|
1319
|
-
content: "\
|
|
1329
|
+
content: "\EADA";
|
|
1320
1330
|
}
|
|
1321
1331
|
|
|
1322
1332
|
|
|
1323
1333
|
.icon-off::before {
|
|
1324
|
-
content: "\
|
|
1334
|
+
content: "\EADB";
|
|
1325
1335
|
}
|
|
1326
1336
|
|
|
1327
1337
|
|
|
1328
1338
|
.icon-open-folder::before {
|
|
1329
|
-
content: "\
|
|
1339
|
+
content: "\EADC";
|
|
1330
1340
|
}
|
|
1331
1341
|
|
|
1332
1342
|
[dir="rtl"] .icon-open-folder::before {
|
|
@@ -1335,12 +1345,12 @@
|
|
|
1335
1345
|
|
|
1336
1346
|
|
|
1337
1347
|
.icon-outcomes::before {
|
|
1338
|
-
content: "\
|
|
1348
|
+
content: "\EADD";
|
|
1339
1349
|
}
|
|
1340
1350
|
|
|
1341
1351
|
|
|
1342
1352
|
.icon-outdent::before {
|
|
1343
|
-
content: "\
|
|
1353
|
+
content: "\EADE";
|
|
1344
1354
|
}
|
|
1345
1355
|
|
|
1346
1356
|
[dir="rtl"] .icon-outdent::before {
|
|
@@ -1349,7 +1359,7 @@
|
|
|
1349
1359
|
|
|
1350
1360
|
|
|
1351
1361
|
.icon-outdent2::before {
|
|
1352
|
-
content: "\
|
|
1362
|
+
content: "\EADF";
|
|
1353
1363
|
}
|
|
1354
1364
|
|
|
1355
1365
|
[dir="rtl"] .icon-outdent2::before {
|
|
@@ -1358,137 +1368,137 @@
|
|
|
1358
1368
|
|
|
1359
1369
|
|
|
1360
1370
|
.icon-oval-half::before {
|
|
1361
|
-
content: "\
|
|
1371
|
+
content: "\EAE0";
|
|
1362
1372
|
}
|
|
1363
1373
|
|
|
1364
1374
|
|
|
1365
1375
|
.icon-page-down::before {
|
|
1366
|
-
content: "\
|
|
1376
|
+
content: "\EAE1";
|
|
1367
1377
|
}
|
|
1368
1378
|
|
|
1369
1379
|
|
|
1370
1380
|
.icon-page-up::before {
|
|
1371
|
-
content: "\
|
|
1381
|
+
content: "\EAE2";
|
|
1372
1382
|
}
|
|
1373
1383
|
|
|
1374
1384
|
|
|
1375
1385
|
.icon-paint::before {
|
|
1376
|
-
content: "\
|
|
1386
|
+
content: "\EAE3";
|
|
1377
1387
|
}
|
|
1378
1388
|
|
|
1379
1389
|
|
|
1380
1390
|
.icon-paperclip::before {
|
|
1381
|
-
content: "\
|
|
1391
|
+
content: "\EAE4";
|
|
1382
1392
|
}
|
|
1383
1393
|
|
|
1384
1394
|
|
|
1385
1395
|
.icon-partial::before {
|
|
1386
|
-
content: "\
|
|
1396
|
+
content: "\EAE5";
|
|
1387
1397
|
}
|
|
1388
1398
|
|
|
1389
1399
|
|
|
1390
1400
|
.icon-pause::before {
|
|
1391
|
-
content: "\
|
|
1401
|
+
content: "\EAE6";
|
|
1392
1402
|
}
|
|
1393
1403
|
|
|
1394
1404
|
|
|
1395
1405
|
.icon-pdf::before {
|
|
1396
|
-
content: "\
|
|
1406
|
+
content: "\EAE7";
|
|
1397
1407
|
}
|
|
1398
1408
|
|
|
1399
1409
|
|
|
1400
1410
|
.icon-peer-graded::before {
|
|
1401
|
-
content: "\
|
|
1411
|
+
content: "\EAE8";
|
|
1402
1412
|
}
|
|
1403
1413
|
|
|
1404
1414
|
|
|
1405
1415
|
.icon-peer-review::before {
|
|
1406
|
-
content: "\
|
|
1416
|
+
content: "\EAE9";
|
|
1407
1417
|
}
|
|
1408
1418
|
|
|
1409
1419
|
|
|
1410
1420
|
.icon-permissions::before {
|
|
1411
|
-
content: "\
|
|
1421
|
+
content: "\EAEA";
|
|
1412
1422
|
}
|
|
1413
1423
|
|
|
1414
1424
|
|
|
1415
1425
|
.icon-pin::before {
|
|
1416
|
-
content: "\
|
|
1426
|
+
content: "\EAEB";
|
|
1417
1427
|
}
|
|
1418
1428
|
|
|
1419
1429
|
|
|
1420
1430
|
.icon-pinterest::before {
|
|
1421
|
-
content: "\
|
|
1431
|
+
content: "\EAEC";
|
|
1422
1432
|
}
|
|
1423
1433
|
|
|
1424
1434
|
|
|
1425
1435
|
.icon-play::before {
|
|
1426
|
-
content: "\
|
|
1436
|
+
content: "\EAED";
|
|
1427
1437
|
}
|
|
1428
1438
|
|
|
1429
1439
|
|
|
1430
1440
|
.icon-plus::before {
|
|
1431
|
-
content: "\
|
|
1441
|
+
content: "\EAEE";
|
|
1432
1442
|
}
|
|
1433
1443
|
|
|
1434
1444
|
|
|
1435
1445
|
.icon-post-to-sis::before {
|
|
1436
|
-
content: "\
|
|
1446
|
+
content: "\EAEF";
|
|
1437
1447
|
}
|
|
1438
1448
|
|
|
1439
1449
|
|
|
1440
1450
|
.icon-prerequisite::before {
|
|
1441
|
-
content: "\
|
|
1451
|
+
content: "\EAF0";
|
|
1442
1452
|
}
|
|
1443
1453
|
|
|
1444
1454
|
|
|
1445
1455
|
.icon-printer::before {
|
|
1446
|
-
content: "\
|
|
1456
|
+
content: "\EAF1";
|
|
1447
1457
|
}
|
|
1448
1458
|
|
|
1449
1459
|
|
|
1450
1460
|
.icon-progress::before {
|
|
1451
|
-
content: "\
|
|
1461
|
+
content: "\EAF2";
|
|
1452
1462
|
}
|
|
1453
1463
|
|
|
1454
1464
|
|
|
1455
1465
|
.icon-protractor::before {
|
|
1456
|
-
content: "\
|
|
1466
|
+
content: "\EAF3";
|
|
1457
1467
|
}
|
|
1458
1468
|
|
|
1459
1469
|
|
|
1460
1470
|
.icon-publish::before {
|
|
1461
|
-
content: "\
|
|
1471
|
+
content: "\EAF4";
|
|
1462
1472
|
}
|
|
1463
1473
|
|
|
1464
1474
|
|
|
1465
1475
|
.icon-question::before {
|
|
1466
|
-
content: "\
|
|
1476
|
+
content: "\EAF5";
|
|
1467
1477
|
}
|
|
1468
1478
|
|
|
1469
1479
|
|
|
1470
1480
|
.icon-quiz-instructions::before {
|
|
1471
|
-
content: "\
|
|
1481
|
+
content: "\EAF6";
|
|
1472
1482
|
}
|
|
1473
1483
|
|
|
1474
1484
|
|
|
1475
1485
|
.icon-quiz-stats-avg::before {
|
|
1476
|
-
content: "\
|
|
1486
|
+
content: "\EAF7";
|
|
1477
1487
|
}
|
|
1478
1488
|
|
|
1479
1489
|
|
|
1480
1490
|
.icon-quiz-stats-cronbachs-alpha::before {
|
|
1481
|
-
content: "\
|
|
1491
|
+
content: "\EAF8";
|
|
1482
1492
|
}
|
|
1483
1493
|
|
|
1484
1494
|
|
|
1485
1495
|
.icon-quiz-stats-deviation::before {
|
|
1486
|
-
content: "\
|
|
1496
|
+
content: "\EAF9";
|
|
1487
1497
|
}
|
|
1488
1498
|
|
|
1489
1499
|
|
|
1490
1500
|
.icon-quiz-stats-high::before {
|
|
1491
|
-
content: "\
|
|
1501
|
+
content: "\EAFA";
|
|
1492
1502
|
}
|
|
1493
1503
|
|
|
1494
1504
|
[dir="rtl"] .icon-quiz-stats-high::before {
|
|
@@ -1497,7 +1507,7 @@
|
|
|
1497
1507
|
|
|
1498
1508
|
|
|
1499
1509
|
.icon-quiz-stats-low::before {
|
|
1500
|
-
content: "\
|
|
1510
|
+
content: "\EAFB";
|
|
1501
1511
|
}
|
|
1502
1512
|
|
|
1503
1513
|
[dir="rtl"] .icon-quiz-stats-low::before {
|
|
@@ -1506,17 +1516,17 @@
|
|
|
1506
1516
|
|
|
1507
1517
|
|
|
1508
1518
|
.icon-quiz-stats-time::before {
|
|
1509
|
-
content: "\
|
|
1519
|
+
content: "\EAFC";
|
|
1510
1520
|
}
|
|
1511
1521
|
|
|
1512
1522
|
|
|
1513
1523
|
.icon-quiz-title::before {
|
|
1514
|
-
content: "\
|
|
1524
|
+
content: "\EAFD";
|
|
1515
1525
|
}
|
|
1516
1526
|
|
|
1517
1527
|
|
|
1518
1528
|
.icon-quiz::before {
|
|
1519
|
-
content: "\
|
|
1529
|
+
content: "\EAFE";
|
|
1520
1530
|
}
|
|
1521
1531
|
|
|
1522
1532
|
[dir="rtl"] .icon-quiz::before {
|
|
@@ -1525,32 +1535,32 @@
|
|
|
1525
1535
|
|
|
1526
1536
|
|
|
1527
1537
|
.icon-record::before {
|
|
1528
|
-
content: "\
|
|
1538
|
+
content: "\EAFF";
|
|
1529
1539
|
}
|
|
1530
1540
|
|
|
1531
1541
|
|
|
1532
1542
|
.icon-refresh::before {
|
|
1533
|
-
content: "\
|
|
1543
|
+
content: "\EB00";
|
|
1534
1544
|
}
|
|
1535
1545
|
|
|
1536
1546
|
|
|
1537
1547
|
.icon-remove-bookmark::before {
|
|
1538
|
-
content: "\
|
|
1548
|
+
content: "\EB01";
|
|
1539
1549
|
}
|
|
1540
1550
|
|
|
1541
1551
|
|
|
1542
1552
|
.icon-remove-from-collection::before {
|
|
1543
|
-
content: "\
|
|
1553
|
+
content: "\EB02";
|
|
1544
1554
|
}
|
|
1545
1555
|
|
|
1546
1556
|
|
|
1547
1557
|
.icon-remove-link::before {
|
|
1548
|
-
content: "\
|
|
1558
|
+
content: "\EB03";
|
|
1549
1559
|
}
|
|
1550
1560
|
|
|
1551
1561
|
|
|
1552
1562
|
.icon-replied::before {
|
|
1553
|
-
content: "\
|
|
1563
|
+
content: "\EB04";
|
|
1554
1564
|
}
|
|
1555
1565
|
|
|
1556
1566
|
[dir="rtl"] .icon-replied::before {
|
|
@@ -1559,7 +1569,7 @@
|
|
|
1559
1569
|
|
|
1560
1570
|
|
|
1561
1571
|
.icon-reply-2::before {
|
|
1562
|
-
content: "\
|
|
1572
|
+
content: "\EB05";
|
|
1563
1573
|
}
|
|
1564
1574
|
|
|
1565
1575
|
[dir="rtl"] .icon-reply-2::before {
|
|
@@ -1568,7 +1578,7 @@
|
|
|
1568
1578
|
|
|
1569
1579
|
|
|
1570
1580
|
.icon-reply-all-2::before {
|
|
1571
|
-
content: "\
|
|
1581
|
+
content: "\EB06";
|
|
1572
1582
|
}
|
|
1573
1583
|
|
|
1574
1584
|
[dir="rtl"] .icon-reply-all-2::before {
|
|
@@ -1577,7 +1587,7 @@
|
|
|
1577
1587
|
|
|
1578
1588
|
|
|
1579
1589
|
.icon-reply::before {
|
|
1580
|
-
content: "\
|
|
1590
|
+
content: "\EB07";
|
|
1581
1591
|
}
|
|
1582
1592
|
|
|
1583
1593
|
[dir="rtl"] .icon-reply::before {
|
|
@@ -1586,42 +1596,42 @@
|
|
|
1586
1596
|
|
|
1587
1597
|
|
|
1588
1598
|
.icon-reset::before {
|
|
1589
|
-
content: "\
|
|
1599
|
+
content: "\EB08";
|
|
1590
1600
|
}
|
|
1591
1601
|
|
|
1592
1602
|
|
|
1593
1603
|
.icon-review-screen::before {
|
|
1594
|
-
content: "\
|
|
1604
|
+
content: "\EB09";
|
|
1595
1605
|
}
|
|
1596
1606
|
|
|
1597
1607
|
|
|
1598
1608
|
.icon-rewind::before {
|
|
1599
|
-
content: "\
|
|
1609
|
+
content: "\EB0A";
|
|
1600
1610
|
}
|
|
1601
1611
|
|
|
1602
1612
|
|
|
1603
1613
|
.icon-rotate-left::before {
|
|
1604
|
-
content: "\
|
|
1614
|
+
content: "\EB0B";
|
|
1605
1615
|
}
|
|
1606
1616
|
|
|
1607
1617
|
|
|
1608
1618
|
.icon-rotate-right::before {
|
|
1609
|
-
content: "\
|
|
1619
|
+
content: "\EB0C";
|
|
1610
1620
|
}
|
|
1611
1621
|
|
|
1612
1622
|
|
|
1613
1623
|
.icon-rss-add::before {
|
|
1614
|
-
content: "\
|
|
1624
|
+
content: "\EB0D";
|
|
1615
1625
|
}
|
|
1616
1626
|
|
|
1617
1627
|
|
|
1618
1628
|
.icon-rss::before {
|
|
1619
|
-
content: "\
|
|
1629
|
+
content: "\EB0E";
|
|
1620
1630
|
}
|
|
1621
1631
|
|
|
1622
1632
|
|
|
1623
1633
|
.icon-rubric-dark::before {
|
|
1624
|
-
content: "\
|
|
1634
|
+
content: "\EB0F";
|
|
1625
1635
|
}
|
|
1626
1636
|
|
|
1627
1637
|
[dir="rtl"] .icon-rubric-dark::before {
|
|
@@ -1630,7 +1640,7 @@
|
|
|
1630
1640
|
|
|
1631
1641
|
|
|
1632
1642
|
.icon-rubric::before {
|
|
1633
|
-
content: "\
|
|
1643
|
+
content: "\EB10";
|
|
1634
1644
|
}
|
|
1635
1645
|
|
|
1636
1646
|
[dir="rtl"] .icon-rubric::before {
|
|
@@ -1639,62 +1649,62 @@
|
|
|
1639
1649
|
|
|
1640
1650
|
|
|
1641
1651
|
.icon-ruler::before {
|
|
1642
|
-
content: "\
|
|
1652
|
+
content: "\EB11";
|
|
1643
1653
|
}
|
|
1644
1654
|
|
|
1645
1655
|
|
|
1646
1656
|
.icon-save::before {
|
|
1647
|
-
content: "\
|
|
1657
|
+
content: "\EB12";
|
|
1648
1658
|
}
|
|
1649
1659
|
|
|
1650
1660
|
|
|
1651
1661
|
.icon-screen-capture::before {
|
|
1652
|
-
content: "\
|
|
1662
|
+
content: "\EB13";
|
|
1653
1663
|
}
|
|
1654
1664
|
|
|
1655
1665
|
|
|
1656
1666
|
.icon-search-address-book::before {
|
|
1657
|
-
content: "\
|
|
1667
|
+
content: "\EB14";
|
|
1658
1668
|
}
|
|
1659
1669
|
|
|
1660
1670
|
|
|
1661
1671
|
.icon-search::before {
|
|
1662
|
-
content: "\
|
|
1672
|
+
content: "\EB15";
|
|
1663
1673
|
}
|
|
1664
1674
|
|
|
1665
1675
|
|
|
1666
1676
|
.icon-settings-2::before {
|
|
1667
|
-
content: "\
|
|
1677
|
+
content: "\EB16";
|
|
1668
1678
|
}
|
|
1669
1679
|
|
|
1670
1680
|
|
|
1671
1681
|
.icon-settings::before {
|
|
1672
|
-
content: "\
|
|
1682
|
+
content: "\EB17";
|
|
1673
1683
|
}
|
|
1674
1684
|
|
|
1675
1685
|
|
|
1676
1686
|
.icon-shape-oval::before {
|
|
1677
|
-
content: "\
|
|
1687
|
+
content: "\EB18";
|
|
1678
1688
|
}
|
|
1679
1689
|
|
|
1680
1690
|
|
|
1681
1691
|
.icon-shape-polygon::before {
|
|
1682
|
-
content: "\
|
|
1692
|
+
content: "\EB19";
|
|
1683
1693
|
}
|
|
1684
1694
|
|
|
1685
1695
|
|
|
1686
1696
|
.icon-shape-rectangle::before {
|
|
1687
|
-
content: "\
|
|
1697
|
+
content: "\EB1A";
|
|
1688
1698
|
}
|
|
1689
1699
|
|
|
1690
1700
|
|
|
1691
1701
|
.icon-share::before {
|
|
1692
|
-
content: "\
|
|
1702
|
+
content: "\EB1B";
|
|
1693
1703
|
}
|
|
1694
1704
|
|
|
1695
1705
|
|
|
1696
1706
|
.icon-sis-imported::before {
|
|
1697
|
-
content: "\
|
|
1707
|
+
content: "\EB1C";
|
|
1698
1708
|
}
|
|
1699
1709
|
|
|
1700
1710
|
[dir="rtl"] .icon-sis-imported::before {
|
|
@@ -1703,82 +1713,82 @@
|
|
|
1703
1713
|
|
|
1704
1714
|
|
|
1705
1715
|
.icon-sis-not-synced::before {
|
|
1706
|
-
content: "\
|
|
1716
|
+
content: "\EB1D";
|
|
1707
1717
|
}
|
|
1708
1718
|
|
|
1709
1719
|
|
|
1710
1720
|
.icon-sis-synced::before {
|
|
1711
|
-
content: "\
|
|
1721
|
+
content: "\EB1E";
|
|
1712
1722
|
}
|
|
1713
1723
|
|
|
1714
1724
|
|
|
1715
1725
|
.icon-skype::before {
|
|
1716
|
-
content: "\
|
|
1726
|
+
content: "\EB1F";
|
|
1717
1727
|
}
|
|
1718
1728
|
|
|
1719
1729
|
|
|
1720
1730
|
.icon-sort::before {
|
|
1721
|
-
content: "\
|
|
1731
|
+
content: "\EB20";
|
|
1722
1732
|
}
|
|
1723
1733
|
|
|
1724
1734
|
|
|
1725
1735
|
.icon-speed-grader::before {
|
|
1726
|
-
content: "\
|
|
1736
|
+
content: "\EB21";
|
|
1727
1737
|
}
|
|
1728
1738
|
|
|
1729
1739
|
|
|
1730
1740
|
.icon-standards::before {
|
|
1731
|
-
content: "\
|
|
1741
|
+
content: "\EB22";
|
|
1732
1742
|
}
|
|
1733
1743
|
|
|
1734
1744
|
|
|
1735
1745
|
.icon-star-light::before {
|
|
1736
|
-
content: "\
|
|
1746
|
+
content: "\EB23";
|
|
1737
1747
|
}
|
|
1738
1748
|
|
|
1739
1749
|
|
|
1740
1750
|
.icon-star::before {
|
|
1741
|
-
content: "\
|
|
1751
|
+
content: "\EB24";
|
|
1742
1752
|
}
|
|
1743
1753
|
|
|
1744
1754
|
|
|
1745
1755
|
.icon-stats::before {
|
|
1746
|
-
content: "\
|
|
1756
|
+
content: "\EB25";
|
|
1747
1757
|
}
|
|
1748
1758
|
|
|
1749
1759
|
|
|
1750
1760
|
.icon-stop::before {
|
|
1751
|
-
content: "\
|
|
1761
|
+
content: "\EB26";
|
|
1752
1762
|
}
|
|
1753
1763
|
|
|
1754
1764
|
|
|
1755
1765
|
.icon-strikethrough::before {
|
|
1756
|
-
content: "\
|
|
1766
|
+
content: "\EB27";
|
|
1757
1767
|
}
|
|
1758
1768
|
|
|
1759
1769
|
|
|
1760
1770
|
.icon-student-view::before {
|
|
1761
|
-
content: "\
|
|
1771
|
+
content: "\EB28";
|
|
1762
1772
|
}
|
|
1763
1773
|
|
|
1764
1774
|
|
|
1765
1775
|
.icon-studio::before {
|
|
1766
|
-
content: "\
|
|
1776
|
+
content: "\EB29";
|
|
1767
1777
|
}
|
|
1768
1778
|
|
|
1769
1779
|
|
|
1770
1780
|
.icon-subaccounts::before {
|
|
1771
|
-
content: "\
|
|
1781
|
+
content: "\EB2A";
|
|
1772
1782
|
}
|
|
1773
1783
|
|
|
1774
1784
|
|
|
1775
1785
|
.icon-subtitles::before {
|
|
1776
|
-
content: "\
|
|
1786
|
+
content: "\EB2B";
|
|
1777
1787
|
}
|
|
1778
1788
|
|
|
1779
1789
|
|
|
1780
1790
|
.icon-syllabus::before {
|
|
1781
|
-
content: "\
|
|
1791
|
+
content: "\EB2C";
|
|
1782
1792
|
}
|
|
1783
1793
|
|
|
1784
1794
|
[dir="rtl"] .icon-syllabus::before {
|
|
@@ -1787,112 +1797,112 @@
|
|
|
1787
1797
|
|
|
1788
1798
|
|
|
1789
1799
|
.icon-table-cell-select-all::before {
|
|
1790
|
-
content: "\
|
|
1800
|
+
content: "\EB2D";
|
|
1791
1801
|
}
|
|
1792
1802
|
|
|
1793
1803
|
|
|
1794
1804
|
.icon-table-delete-column::before {
|
|
1795
|
-
content: "\
|
|
1805
|
+
content: "\EB2E";
|
|
1796
1806
|
}
|
|
1797
1807
|
|
|
1798
1808
|
|
|
1799
1809
|
.icon-table-delete-row::before {
|
|
1800
|
-
content: "\
|
|
1810
|
+
content: "\EB2F";
|
|
1801
1811
|
}
|
|
1802
1812
|
|
|
1803
1813
|
|
|
1804
1814
|
.icon-table-delete-table::before {
|
|
1805
|
-
content: "\
|
|
1815
|
+
content: "\EB30";
|
|
1806
1816
|
}
|
|
1807
1817
|
|
|
1808
1818
|
|
|
1809
1819
|
.icon-table-insert-column-after::before {
|
|
1810
|
-
content: "\
|
|
1820
|
+
content: "\EB31";
|
|
1811
1821
|
}
|
|
1812
1822
|
|
|
1813
1823
|
|
|
1814
1824
|
.icon-table-insert-column-before::before {
|
|
1815
|
-
content: "\
|
|
1825
|
+
content: "\EB32";
|
|
1816
1826
|
}
|
|
1817
1827
|
|
|
1818
1828
|
|
|
1819
1829
|
.icon-table-insert-row-above::before {
|
|
1820
|
-
content: "\
|
|
1830
|
+
content: "\EB33";
|
|
1821
1831
|
}
|
|
1822
1832
|
|
|
1823
1833
|
|
|
1824
1834
|
.icon-table-insert-row-after::before {
|
|
1825
|
-
content: "\
|
|
1835
|
+
content: "\EB34";
|
|
1826
1836
|
}
|
|
1827
1837
|
|
|
1828
1838
|
|
|
1829
1839
|
.icon-table-left-header::before {
|
|
1830
|
-
content: "\
|
|
1840
|
+
content: "\EB35";
|
|
1831
1841
|
}
|
|
1832
1842
|
|
|
1833
1843
|
|
|
1834
1844
|
.icon-table-merge-cells::before {
|
|
1835
|
-
content: "\
|
|
1845
|
+
content: "\EB36";
|
|
1836
1846
|
}
|
|
1837
1847
|
|
|
1838
1848
|
|
|
1839
1849
|
.icon-table-row-properties::before {
|
|
1840
|
-
content: "\
|
|
1850
|
+
content: "\EB37";
|
|
1841
1851
|
}
|
|
1842
1852
|
|
|
1843
1853
|
|
|
1844
1854
|
.icon-table-split-cells::before {
|
|
1845
|
-
content: "\
|
|
1855
|
+
content: "\EB38";
|
|
1846
1856
|
}
|
|
1847
1857
|
|
|
1848
1858
|
|
|
1849
1859
|
.icon-table-top-header::before {
|
|
1850
|
-
content: "\
|
|
1860
|
+
content: "\EB39";
|
|
1851
1861
|
}
|
|
1852
1862
|
|
|
1853
1863
|
|
|
1854
1864
|
.icon-table::before {
|
|
1855
|
-
content: "\
|
|
1865
|
+
content: "\EB3A";
|
|
1856
1866
|
}
|
|
1857
1867
|
|
|
1858
1868
|
|
|
1859
1869
|
.icon-tag::before {
|
|
1860
|
-
content: "\
|
|
1870
|
+
content: "\EB3B";
|
|
1861
1871
|
}
|
|
1862
1872
|
|
|
1863
1873
|
|
|
1864
1874
|
.icon-target::before {
|
|
1865
|
-
content: "\
|
|
1875
|
+
content: "\EB3C";
|
|
1866
1876
|
}
|
|
1867
1877
|
|
|
1868
1878
|
|
|
1869
1879
|
.icon-text-background-color::before {
|
|
1870
|
-
content: "\
|
|
1880
|
+
content: "\EB3D";
|
|
1871
1881
|
}
|
|
1872
1882
|
|
|
1873
1883
|
|
|
1874
1884
|
.icon-text-centered::before {
|
|
1875
|
-
content: "\
|
|
1885
|
+
content: "\EB3E";
|
|
1876
1886
|
}
|
|
1877
1887
|
|
|
1878
1888
|
|
|
1879
1889
|
.icon-text-color::before {
|
|
1880
|
-
content: "\
|
|
1890
|
+
content: "\EB3F";
|
|
1881
1891
|
}
|
|
1882
1892
|
|
|
1883
1893
|
|
|
1884
1894
|
.icon-text-direction-ltr::before {
|
|
1885
|
-
content: "\
|
|
1895
|
+
content: "\EB40";
|
|
1886
1896
|
}
|
|
1887
1897
|
|
|
1888
1898
|
|
|
1889
1899
|
.icon-text-direction-rtl::before {
|
|
1890
|
-
content: "\
|
|
1900
|
+
content: "\EB41";
|
|
1891
1901
|
}
|
|
1892
1902
|
|
|
1893
1903
|
|
|
1894
1904
|
.icon-text-end::before {
|
|
1895
|
-
content: "\
|
|
1905
|
+
content: "\EB42";
|
|
1896
1906
|
}
|
|
1897
1907
|
|
|
1898
1908
|
[dir="rtl"] .icon-text-end::before {
|
|
@@ -1901,7 +1911,7 @@
|
|
|
1901
1911
|
|
|
1902
1912
|
|
|
1903
1913
|
.icon-text-left::before {
|
|
1904
|
-
content: "\
|
|
1914
|
+
content: "\EB43";
|
|
1905
1915
|
}
|
|
1906
1916
|
|
|
1907
1917
|
[dir="rtl"] .icon-text-left::before {
|
|
@@ -1910,7 +1920,7 @@
|
|
|
1910
1920
|
|
|
1911
1921
|
|
|
1912
1922
|
.icon-text-right::before {
|
|
1913
|
-
content: "\
|
|
1923
|
+
content: "\EB44";
|
|
1914
1924
|
}
|
|
1915
1925
|
|
|
1916
1926
|
[dir="rtl"] .icon-text-right::before {
|
|
@@ -1919,7 +1929,7 @@
|
|
|
1919
1929
|
|
|
1920
1930
|
|
|
1921
1931
|
.icon-text-start::before {
|
|
1922
|
-
content: "\
|
|
1932
|
+
content: "\EB45";
|
|
1923
1933
|
}
|
|
1924
1934
|
|
|
1925
1935
|
[dir="rtl"] .icon-text-start::before {
|
|
@@ -1928,22 +1938,22 @@
|
|
|
1928
1938
|
|
|
1929
1939
|
|
|
1930
1940
|
.icon-text-subscript::before {
|
|
1931
|
-
content: "\
|
|
1941
|
+
content: "\EB46";
|
|
1932
1942
|
}
|
|
1933
1943
|
|
|
1934
1944
|
|
|
1935
1945
|
.icon-text-superscript::before {
|
|
1936
|
-
content: "\
|
|
1946
|
+
content: "\EB47";
|
|
1937
1947
|
}
|
|
1938
1948
|
|
|
1939
1949
|
|
|
1940
1950
|
.icon-text::before {
|
|
1941
|
-
content: "\
|
|
1951
|
+
content: "\EB48";
|
|
1942
1952
|
}
|
|
1943
1953
|
|
|
1944
1954
|
|
|
1945
1955
|
.icon-textarea::before {
|
|
1946
|
-
content: "\
|
|
1956
|
+
content: "\EB49";
|
|
1947
1957
|
}
|
|
1948
1958
|
|
|
1949
1959
|
[dir="rtl"] .icon-textarea::before {
|
|
@@ -1952,12 +1962,12 @@
|
|
|
1952
1962
|
|
|
1953
1963
|
|
|
1954
1964
|
.icon-timer::before {
|
|
1955
|
-
content: "\
|
|
1965
|
+
content: "\EB4A";
|
|
1956
1966
|
}
|
|
1957
1967
|
|
|
1958
1968
|
|
|
1959
1969
|
.icon-toggle-end::before {
|
|
1960
|
-
content: "\
|
|
1970
|
+
content: "\EB4B";
|
|
1961
1971
|
}
|
|
1962
1972
|
|
|
1963
1973
|
[dir="rtl"] .icon-toggle-end::before {
|
|
@@ -1966,7 +1976,7 @@
|
|
|
1966
1976
|
|
|
1967
1977
|
|
|
1968
1978
|
.icon-toggle-left::before {
|
|
1969
|
-
content: "\
|
|
1979
|
+
content: "\EB4C";
|
|
1970
1980
|
}
|
|
1971
1981
|
|
|
1972
1982
|
[dir="rtl"] .icon-toggle-left::before {
|
|
@@ -1975,7 +1985,7 @@
|
|
|
1975
1985
|
|
|
1976
1986
|
|
|
1977
1987
|
.icon-toggle-right::before {
|
|
1978
|
-
content: "\
|
|
1988
|
+
content: "\EB4D";
|
|
1979
1989
|
}
|
|
1980
1990
|
|
|
1981
1991
|
[dir="rtl"] .icon-toggle-right::before {
|
|
@@ -1984,7 +1994,7 @@
|
|
|
1984
1994
|
|
|
1985
1995
|
|
|
1986
1996
|
.icon-toggle-start::before {
|
|
1987
|
-
content: "\
|
|
1997
|
+
content: "\EB4E";
|
|
1988
1998
|
}
|
|
1989
1999
|
|
|
1990
2000
|
[dir="rtl"] .icon-toggle-start::before {
|
|
@@ -1993,127 +2003,127 @@
|
|
|
1993
2003
|
|
|
1994
2004
|
|
|
1995
2005
|
.icon-trash::before {
|
|
1996
|
-
content: "\
|
|
2006
|
+
content: "\EB4F";
|
|
1997
2007
|
}
|
|
1998
2008
|
|
|
1999
2009
|
|
|
2000
2010
|
.icon-trouble::before {
|
|
2001
|
-
content: "\
|
|
2011
|
+
content: "\EB50";
|
|
2002
2012
|
}
|
|
2003
2013
|
|
|
2004
2014
|
|
|
2005
2015
|
.icon-twitter-boxed::before {
|
|
2006
|
-
content: "\
|
|
2016
|
+
content: "\EB51";
|
|
2007
2017
|
}
|
|
2008
2018
|
|
|
2009
2019
|
|
|
2010
2020
|
.icon-twitter::before {
|
|
2011
|
-
content: "\
|
|
2021
|
+
content: "\EB52";
|
|
2012
2022
|
}
|
|
2013
2023
|
|
|
2014
2024
|
|
|
2015
2025
|
.icon-unarchive::before {
|
|
2016
|
-
content: "\
|
|
2026
|
+
content: "\EB53";
|
|
2017
2027
|
}
|
|
2018
2028
|
|
|
2019
2029
|
|
|
2020
2030
|
.icon-underline::before {
|
|
2021
|
-
content: "\
|
|
2031
|
+
content: "\EB54";
|
|
2022
2032
|
}
|
|
2023
2033
|
|
|
2024
2034
|
|
|
2025
2035
|
.icon-unlock::before {
|
|
2026
|
-
content: "\
|
|
2036
|
+
content: "\EB55";
|
|
2027
2037
|
}
|
|
2028
2038
|
|
|
2029
2039
|
|
|
2030
2040
|
.icon-unmuted::before {
|
|
2031
|
-
content: "\
|
|
2041
|
+
content: "\EB56";
|
|
2032
2042
|
}
|
|
2033
2043
|
|
|
2034
2044
|
|
|
2035
2045
|
.icon-unpublish::before {
|
|
2036
|
-
content: "\
|
|
2046
|
+
content: "\EB57";
|
|
2037
2047
|
}
|
|
2038
2048
|
|
|
2039
2049
|
|
|
2040
2050
|
.icon-unpublished::before {
|
|
2041
|
-
content: "\
|
|
2051
|
+
content: "\EB58";
|
|
2042
2052
|
}
|
|
2043
2053
|
|
|
2044
2054
|
|
|
2045
2055
|
.icon-updown::before {
|
|
2046
|
-
content: "\
|
|
2056
|
+
content: "\EB59";
|
|
2047
2057
|
}
|
|
2048
2058
|
|
|
2049
2059
|
|
|
2050
2060
|
.icon-upload::before {
|
|
2051
|
-
content: "\
|
|
2061
|
+
content: "\EB5A";
|
|
2052
2062
|
}
|
|
2053
2063
|
|
|
2054
2064
|
|
|
2055
2065
|
.icon-user-add::before {
|
|
2056
|
-
content: "\
|
|
2066
|
+
content: "\EB5B";
|
|
2057
2067
|
}
|
|
2058
2068
|
|
|
2059
2069
|
|
|
2060
2070
|
.icon-user::before {
|
|
2061
|
-
content: "\
|
|
2071
|
+
content: "\EB5C";
|
|
2062
2072
|
}
|
|
2063
2073
|
|
|
2064
2074
|
|
|
2065
2075
|
.icon-video-camera-off::before {
|
|
2066
|
-
content: "\
|
|
2076
|
+
content: "\EB5D";
|
|
2067
2077
|
}
|
|
2068
2078
|
|
|
2069
2079
|
|
|
2070
2080
|
.icon-video-camera::before {
|
|
2071
|
-
content: "\
|
|
2081
|
+
content: "\EB5E";
|
|
2072
2082
|
}
|
|
2073
2083
|
|
|
2074
2084
|
|
|
2075
2085
|
.icon-video::before {
|
|
2076
|
-
content: "\
|
|
2086
|
+
content: "\EB5F";
|
|
2077
2087
|
}
|
|
2078
2088
|
|
|
2079
2089
|
|
|
2080
2090
|
.icon-warning-borderless::before {
|
|
2081
|
-
content: "\
|
|
2091
|
+
content: "\EB60";
|
|
2082
2092
|
}
|
|
2083
2093
|
|
|
2084
2094
|
|
|
2085
2095
|
.icon-warning::before {
|
|
2086
|
-
content: "\
|
|
2096
|
+
content: "\EB61";
|
|
2087
2097
|
}
|
|
2088
2098
|
|
|
2089
2099
|
|
|
2090
2100
|
.icon-windows::before {
|
|
2091
|
-
content: "\
|
|
2101
|
+
content: "\EB62";
|
|
2092
2102
|
}
|
|
2093
2103
|
|
|
2094
2104
|
|
|
2095
2105
|
.icon-wordpress::before {
|
|
2096
|
-
content: "\
|
|
2106
|
+
content: "\EB63";
|
|
2097
2107
|
}
|
|
2098
2108
|
|
|
2099
2109
|
|
|
2100
2110
|
.icon-x::before {
|
|
2101
|
-
content: "\
|
|
2111
|
+
content: "\EB64";
|
|
2102
2112
|
}
|
|
2103
2113
|
|
|
2104
2114
|
|
|
2105
2115
|
.icon-zipped::before {
|
|
2106
|
-
content: "\
|
|
2116
|
+
content: "\EB65";
|
|
2107
2117
|
}
|
|
2108
2118
|
|
|
2109
2119
|
|
|
2110
2120
|
.icon-zoom-in::before {
|
|
2111
|
-
content: "\
|
|
2121
|
+
content: "\EB66";
|
|
2112
2122
|
}
|
|
2113
2123
|
|
|
2114
2124
|
|
|
2115
2125
|
.icon-zoom-out::before {
|
|
2116
|
-
content: "\
|
|
2126
|
+
content: "\EB67";
|
|
2117
2127
|
}
|
|
2118
2128
|
|
|
2119
2129
|
|