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