@instructure/ui-icons 7.10.0 → 7.14.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 (42) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/es/IconImmersiveReaderLine.js +52 -0
  3. package/es/IconImmersiveReaderSolid.js +55 -0
  4. package/es/font/Line/InstructureIcons-Line.css +208 -203
  5. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  6. package/es/font/Line/InstructureIcons-Line.svg +207 -204
  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 +205 -203
  11. package/es/font/Solid/InstructureIcons-Solid.css +208 -203
  12. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  13. package/es/font/Solid/InstructureIcons-Solid.svg +207 -204
  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 +205 -203
  18. package/es/font/index.js +1882 -1862
  19. package/es/index.js +2 -0
  20. package/es/svg/index.js +1 -1
  21. package/lib/IconImmersiveReaderLine.js +68 -0
  22. package/lib/IconImmersiveReaderSolid.js +71 -0
  23. package/lib/font/Line/InstructureIcons-Line.css +208 -203
  24. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  25. package/lib/font/Line/InstructureIcons-Line.svg +207 -204
  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 +205 -203
  30. package/lib/font/Solid/InstructureIcons-Solid.css +208 -203
  31. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  32. package/lib/font/Solid/InstructureIcons-Solid.svg +207 -204
  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 +205 -203
  37. package/lib/font/index.js +2235 -2213
  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/immersive-reader.svg +7 -0
  42. package/svg/Solid/immersive-reader.svg +8 -0
package/es/index.js CHANGED
@@ -288,6 +288,8 @@ export { IconHourGlassLine } from "./IconHourGlassLine.js";
288
288
  export { IconHourGlassSolid } from "./IconHourGlassSolid.js";
289
289
  export { IconImageLine } from "./IconImageLine.js";
290
290
  export { IconImageSolid } from "./IconImageSolid.js";
291
+ export { IconImmersiveReaderLine } from "./IconImmersiveReaderLine.js";
292
+ export { IconImmersiveReaderSolid } from "./IconImmersiveReaderSolid.js";
291
293
  export { IconImportContentLine } from "./IconImportContentLine.js";
292
294
  export { IconImportContentSolid } from "./IconImportContentSolid.js";
293
295
  export { IconImportLine } from "./IconImportLine.js";