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