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