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