@instructure/ui-icons 8.19.0 → 8.19.1-snapshot.11

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 (59) hide show
  1. package/LICENSE.md +27 -0
  2. package/es/IconAnnotateLine.js +9 -3
  3. package/es/IconAnnotateSolid.js +9 -3
  4. package/es/IconMiniArrowDoubleLine.js +40 -0
  5. package/es/IconMiniArrowDoubleSolid.js +40 -0
  6. package/es/font/Line/InstructureIcons-Line.css +175 -170
  7. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  8. package/es/font/Line/InstructureIcons-Line.svg +173 -170
  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 +172 -170
  13. package/es/font/Solid/InstructureIcons-Solid.css +175 -170
  14. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  15. package/es/font/Solid/InstructureIcons-Solid.svg +173 -170
  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 +172 -170
  20. package/es/font/index.js +360 -340
  21. package/es/index.js +2 -0
  22. package/es/svg/index.js +1 -1
  23. package/lib/IconAnnotateLine.js +9 -3
  24. package/lib/IconAnnotateSolid.js +9 -3
  25. package/lib/IconMiniArrowDoubleLine.js +51 -0
  26. package/lib/IconMiniArrowDoubleSolid.js +51 -0
  27. package/lib/font/Line/InstructureIcons-Line.css +175 -170
  28. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  29. package/lib/font/Line/InstructureIcons-Line.svg +173 -170
  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 +172 -170
  34. package/lib/font/Solid/InstructureIcons-Solid.css +175 -170
  35. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  36. package/lib/font/Solid/InstructureIcons-Solid.svg +173 -170
  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 +172 -170
  41. package/lib/font/index.js +367 -345
  42. package/lib/index.js +16 -0
  43. package/lib/svg/index.js +1 -1
  44. package/package.json +6 -5
  45. package/svg/Line/annotate.svg +4 -2
  46. package/svg/Line/mini-arrow-double.svg +3 -0
  47. package/svg/Solid/annotate.svg +4 -2
  48. package/svg/Solid/mini-arrow-double.svg +3 -0
  49. package/tsconfig.build.tsbuildinfo +1 -1
  50. package/types/IconAnnotateLine.d.ts.map +1 -1
  51. package/types/IconAnnotateSolid.d.ts.map +1 -1
  52. package/types/IconMiniArrowDoubleLine.d.ts +29 -0
  53. package/types/IconMiniArrowDoubleLine.d.ts.map +1 -0
  54. package/types/IconMiniArrowDoubleSolid.d.ts +29 -0
  55. package/types/IconMiniArrowDoubleSolid.d.ts.map +1 -0
  56. package/types/font/index.d.ts +376 -340
  57. package/types/index.d.ts +2 -0
  58. package/types/index.d.ts.map +1 -1
  59. package/types/svg/index.d.ts +360 -340