@instructure/ui-icons 7.9.0 → 7.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/es/IconButtonAndIconMakerLine.js +49 -0
  3. package/es/IconButtonAndIconMakerSolid.js +42 -0
  4. package/es/IconImmersiveReaderLine.js +52 -0
  5. package/es/IconImmersiveReaderSolid.js +55 -0
  6. package/es/IconImportantDatesLine.js +48 -0
  7. package/es/IconImportantDatesSolid.js +43 -0
  8. package/es/IconSubtitlesLine.js +49 -0
  9. package/es/IconSubtitlesSolid.js +43 -0
  10. package/es/font/Line/InstructureIcons-Line.css +323 -303
  11. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  12. package/es/font/Line/InstructureIcons-Line.svg +316 -304
  13. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  14. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  15. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  16. package/es/font/Line/InstructureIcons-Line_icon-map.scss +311 -303
  17. package/es/font/Solid/InstructureIcons-Solid.css +323 -303
  18. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  19. package/es/font/Solid/InstructureIcons-Solid.svg +316 -304
  20. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  21. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  22. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  23. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +311 -303
  24. package/es/font/index.js +686 -606
  25. package/es/index.js +8 -0
  26. package/es/svg/index.js +1 -1
  27. package/lib/IconButtonAndIconMakerLine.js +65 -0
  28. package/lib/IconButtonAndIconMakerSolid.js +58 -0
  29. package/lib/IconImmersiveReaderLine.js +68 -0
  30. package/lib/IconImmersiveReaderSolid.js +71 -0
  31. package/lib/IconImportantDatesLine.js +64 -0
  32. package/lib/IconImportantDatesSolid.js +59 -0
  33. package/lib/IconSubtitlesLine.js +65 -0
  34. package/lib/IconSubtitlesSolid.js +59 -0
  35. package/lib/font/Line/InstructureIcons-Line.css +323 -303
  36. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  37. package/lib/font/Line/InstructureIcons-Line.svg +316 -304
  38. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  39. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  40. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  41. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +311 -303
  42. package/lib/font/Solid/InstructureIcons-Solid.css +323 -303
  43. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  44. package/lib/font/Solid/InstructureIcons-Solid.svg +316 -304
  45. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  46. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  47. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  48. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +311 -303
  49. package/lib/font/index.js +701 -613
  50. package/lib/index.js +64 -0
  51. package/lib/svg/index.js +1 -1
  52. package/package.json +4 -4
  53. package/svg/Line/button-and-icon-maker.svg +6 -0
  54. package/svg/Line/immersive-reader.svg +7 -0
  55. package/svg/Line/important-dates.svg +6 -0
  56. package/svg/Line/subtitles.svg +6 -0
  57. package/svg/Solid/button-and-icon-maker.svg +3 -0
  58. package/svg/Solid/immersive-reader.svg +8 -0
  59. package/svg/Solid/important-dates.svg +3 -0
  60. package/svg/Solid/subtitles.svg +3 -0
package/lib/index.js CHANGED
@@ -507,6 +507,18 @@ Object.defineProperty(exports, "IconBulletListSolid", {
507
507
  return _IconBulletListSolid.IconBulletListSolid;
508
508
  }
509
509
  });
510
+ Object.defineProperty(exports, "IconButtonAndIconMakerLine", {
511
+ enumerable: true,
512
+ get: function get() {
513
+ return _IconButtonAndIconMakerLine.IconButtonAndIconMakerLine;
514
+ }
515
+ });
516
+ Object.defineProperty(exports, "IconButtonAndIconMakerSolid", {
517
+ enumerable: true,
518
+ get: function get() {
519
+ return _IconButtonAndIconMakerSolid.IconButtonAndIconMakerSolid;
520
+ }
521
+ });
510
522
  Object.defineProperty(exports, "IconCalculatorDesmosLine", {
511
523
  enumerable: true,
512
524
  get: function get() {
@@ -1731,6 +1743,18 @@ Object.defineProperty(exports, "IconImageSolid", {
1731
1743
  return _IconImageSolid.IconImageSolid;
1732
1744
  }
1733
1745
  });
1746
+ Object.defineProperty(exports, "IconImmersiveReaderLine", {
1747
+ enumerable: true,
1748
+ get: function get() {
1749
+ return _IconImmersiveReaderLine.IconImmersiveReaderLine;
1750
+ }
1751
+ });
1752
+ Object.defineProperty(exports, "IconImmersiveReaderSolid", {
1753
+ enumerable: true,
1754
+ get: function get() {
1755
+ return _IconImmersiveReaderSolid.IconImmersiveReaderSolid;
1756
+ }
1757
+ });
1734
1758
  Object.defineProperty(exports, "IconImportContentLine", {
1735
1759
  enumerable: true,
1736
1760
  get: function get() {
@@ -1755,6 +1779,18 @@ Object.defineProperty(exports, "IconImportSolid", {
1755
1779
  return _IconImportSolid.IconImportSolid;
1756
1780
  }
1757
1781
  });
1782
+ Object.defineProperty(exports, "IconImportantDatesLine", {
1783
+ enumerable: true,
1784
+ get: function get() {
1785
+ return _IconImportantDatesLine.IconImportantDatesLine;
1786
+ }
1787
+ });
1788
+ Object.defineProperty(exports, "IconImportantDatesSolid", {
1789
+ enumerable: true,
1790
+ get: function get() {
1791
+ return _IconImportantDatesSolid.IconImportantDatesSolid;
1792
+ }
1793
+ });
1758
1794
  Object.defineProperty(exports, "IconInboxLine", {
1759
1795
  enumerable: true,
1760
1796
  get: function get() {
@@ -3423,6 +3459,18 @@ Object.defineProperty(exports, "IconSubaccountsSolid", {
3423
3459
  return _IconSubaccountsSolid.IconSubaccountsSolid;
3424
3460
  }
3425
3461
  });
3462
+ Object.defineProperty(exports, "IconSubtitlesLine", {
3463
+ enumerable: true,
3464
+ get: function get() {
3465
+ return _IconSubtitlesLine.IconSubtitlesLine;
3466
+ }
3467
+ });
3468
+ Object.defineProperty(exports, "IconSubtitlesSolid", {
3469
+ enumerable: true,
3470
+ get: function get() {
3471
+ return _IconSubtitlesSolid.IconSubtitlesSolid;
3472
+ }
3473
+ });
3426
3474
  Object.defineProperty(exports, "IconSyllabusLine", {
3427
3475
  enumerable: true,
3428
3476
  get: function get() {
@@ -4312,6 +4360,10 @@ var _IconBulletListLine = require("./IconBulletListLine.js");
4312
4360
 
4313
4361
  var _IconBulletListSolid = require("./IconBulletListSolid.js");
4314
4362
 
4363
+ var _IconButtonAndIconMakerLine = require("./IconButtonAndIconMakerLine.js");
4364
+
4365
+ var _IconButtonAndIconMakerSolid = require("./IconButtonAndIconMakerSolid.js");
4366
+
4315
4367
  var _IconCalculatorDesmosLine = require("./IconCalculatorDesmosLine.js");
4316
4368
 
4317
4369
  var _IconCalculatorDesmosSolid = require("./IconCalculatorDesmosSolid.js");
@@ -4720,6 +4772,10 @@ var _IconImageLine = require("./IconImageLine.js");
4720
4772
 
4721
4773
  var _IconImageSolid = require("./IconImageSolid.js");
4722
4774
 
4775
+ var _IconImmersiveReaderLine = require("./IconImmersiveReaderLine.js");
4776
+
4777
+ var _IconImmersiveReaderSolid = require("./IconImmersiveReaderSolid.js");
4778
+
4723
4779
  var _IconImportContentLine = require("./IconImportContentLine.js");
4724
4780
 
4725
4781
  var _IconImportContentSolid = require("./IconImportContentSolid.js");
@@ -4728,6 +4784,10 @@ var _IconImportLine = require("./IconImportLine.js");
4728
4784
 
4729
4785
  var _IconImportSolid = require("./IconImportSolid.js");
4730
4786
 
4787
+ var _IconImportantDatesLine = require("./IconImportantDatesLine.js");
4788
+
4789
+ var _IconImportantDatesSolid = require("./IconImportantDatesSolid.js");
4790
+
4731
4791
  var _IconInboxLine = require("./IconInboxLine.js");
4732
4792
 
4733
4793
  var _IconInboxSolid = require("./IconInboxSolid.js");
@@ -5284,6 +5344,10 @@ var _IconSubaccountsLine = require("./IconSubaccountsLine.js");
5284
5344
 
5285
5345
  var _IconSubaccountsSolid = require("./IconSubaccountsSolid.js");
5286
5346
 
5347
+ var _IconSubtitlesLine = require("./IconSubtitlesLine.js");
5348
+
5349
+ var _IconSubtitlesSolid = require("./IconSubtitlesSolid.js");
5350
+
5287
5351
  var _IconSyllabusLine = require("./IconSyllabusLine.js");
5288
5352
 
5289
5353
  var _IconSyllabusSolid = require("./IconSyllabusSolid.js");