@instructure/ui-icons 7.20.2 → 7.22.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 (48) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/es/IconArrowNestLine.js +42 -0
  3. package/es/IconArrowNestSolid.js +42 -0
  4. package/es/IconHeaderLine.js +43 -0
  5. package/es/IconHeaderSolid.js +43 -0
  6. package/es/font/Line/InstructureIcons-Line.css +349 -339
  7. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  8. package/es/font/Line/InstructureIcons-Line.svg +345 -339
  9. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  10. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  11. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  12. package/es/font/Line/InstructureIcons-Line_icon-map.scss +343 -339
  13. package/es/font/Solid/InstructureIcons-Solid.css +349 -339
  14. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  15. package/es/font/Solid/InstructureIcons-Solid.svg +345 -339
  16. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  17. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  18. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  19. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +343 -339
  20. package/es/font/index.js +2156 -2116
  21. package/es/index.js +171 -167
  22. package/es/svg/index.js +1 -1
  23. package/lib/IconArrowNestLine.js +58 -0
  24. package/lib/IconArrowNestSolid.js +58 -0
  25. package/lib/IconHeaderLine.js +59 -0
  26. package/lib/IconHeaderSolid.js +59 -0
  27. package/lib/font/Line/InstructureIcons-Line.css +349 -339
  28. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  29. package/lib/font/Line/InstructureIcons-Line.svg +345 -339
  30. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  31. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  32. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  33. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +343 -339
  34. package/lib/font/Solid/InstructureIcons-Solid.css +349 -339
  35. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  36. package/lib/font/Solid/InstructureIcons-Solid.svg +345 -339
  37. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  38. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  39. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  40. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +343 -339
  41. package/lib/font/index.js +2529 -2485
  42. package/lib/index.js +536 -504
  43. package/lib/svg/index.js +1 -1
  44. package/package.json +4 -4
  45. package/svg/Line/arrow-nest.svg +3 -0
  46. package/svg/Line/header.svg +3 -0
  47. package/svg/Solid/arrow-nest.svg +3 -0
  48. package/svg/Solid/header.svg +3 -0