@instructure/ui-icons 7.8.0 → 7.12.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 +300 -292
  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 +943 -879
  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