@instructure/ui-icons 7.21.0 → 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 (42) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/es/IconArrowNestLine.js +42 -0
  3. package/es/IconArrowNestSolid.js +42 -0
  4. package/es/font/Line/InstructureIcons-Line.css +345 -340
  5. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  6. package/es/font/Line/InstructureIcons-Line.svg +343 -340
  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 +342 -340
  11. package/es/font/Solid/InstructureIcons-Solid.css +345 -340
  12. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  13. package/es/font/Solid/InstructureIcons-Solid.svg +343 -340
  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 +342 -340
  18. package/es/font/index.js +700 -680
  19. package/es/index.js +169 -167
  20. package/es/svg/index.js +1 -1
  21. package/lib/IconArrowNestLine.js +58 -0
  22. package/lib/IconArrowNestSolid.js +58 -0
  23. package/lib/font/Line/InstructureIcons-Line.css +345 -340
  24. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  25. package/lib/font/Line/InstructureIcons-Line.svg +343 -340
  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 +342 -340
  30. package/lib/font/Solid/InstructureIcons-Solid.css +345 -340
  31. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  32. package/lib/font/Solid/InstructureIcons-Solid.svg +343 -340
  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 +342 -340
  37. package/lib/font/index.js +710 -688
  38. package/lib/index.js +520 -504
  39. package/lib/svg/index.js +1 -1
  40. package/package.json +4 -4
  41. package/svg/Line/arrow-nest.svg +3 -0
  42. package/svg/Solid/arrow-nest.svg +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-icons",
3
- "version": "7.21.0",
3
+ "version": "7.22.0",
4
4
  "description": "Icon set for Instructure, Inc. products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
- "@instructure/ui-babel-preset": "^7.21.0",
23
- "@instructure/ui-icons-build": "^7.21.0",
22
+ "@instructure/ui-babel-preset": "^7.22.0",
23
+ "@instructure/ui-icons-build": "^7.22.0",
24
24
  "gulp": "^4.0.2"
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.9.2",
28
- "@instructure/ui-svg-images": "^7.21.0",
28
+ "@instructure/ui-svg-images": "^7.22.0",
29
29
  "prop-types": "^15"
30
30
  },
31
31
  "peerDependencies": {
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M224 0H106.667V1339.83H1700.04L1223.57 1835.48L1304.82 1920L1920 1280.06L1304.82 640L1223.57 724.52L1700.04 1220.29H224V0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M320 0H106.667L106.677 1392.14H1497.94L1134.87 1761.43L1290.77 1920L1920 1280L1290.77 640L1134.87 798.57L1497.94 1167.86H320V0Z"/>
3
+ </svg>