@instructure/ui-icons 8.32.2-snapshot-1 → 8.32.2-snapshot-2

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