@instructure/ui-icons 7.15.0 → 7.18.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 (84) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/es/IconAnalyticsLine.js +10 -3
  3. package/es/IconAnalyticsSolid.js +1 -4
  4. package/es/IconCanvasLogoLine.js +42 -0
  5. package/es/IconCanvasLogoSolid.js +42 -0
  6. package/es/IconCloudUploadLine.js +43 -0
  7. package/es/IconCloudUploadSolid.js +43 -0
  8. package/es/IconElevateLogoLine.js +42 -0
  9. package/es/IconElevateLogoSolid.js +42 -0
  10. package/es/IconImpactLogoLine.js +42 -0
  11. package/es/IconImpactLogoSolid.js +42 -0
  12. package/es/IconMasteryLogoLine.js +42 -0
  13. package/es/IconMasteryLogoSolid.js +42 -0
  14. package/es/IconMiniArrowDoubleLine.js +42 -0
  15. package/es/IconMiniArrowDoubleSolid.js +42 -0
  16. package/es/IconStatsLine.js +10 -3
  17. package/es/IconStatsSolid.js +1 -4
  18. package/es/font/Line/InstructureIcons-Line.css +328 -298
  19. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  20. package/es/font/Line/InstructureIcons-Line.svg +318 -300
  21. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  22. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  23. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  24. package/es/font/Line/InstructureIcons-Line_icon-map.scss +310 -298
  25. package/es/font/Solid/InstructureIcons-Solid.css +328 -298
  26. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  27. package/es/font/Solid/InstructureIcons-Solid.svg +318 -300
  28. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  29. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  30. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  31. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +310 -298
  32. package/es/font/index.js +716 -596
  33. package/es/index.js +12 -0
  34. package/es/svg/index.js +1 -1
  35. package/lib/IconAnalyticsLine.js +10 -3
  36. package/lib/IconAnalyticsSolid.js +1 -4
  37. package/lib/IconCanvasLogoLine.js +58 -0
  38. package/lib/IconCanvasLogoSolid.js +58 -0
  39. package/lib/IconCloudUploadLine.js +59 -0
  40. package/lib/IconCloudUploadSolid.js +59 -0
  41. package/lib/IconElevateLogoLine.js +58 -0
  42. package/lib/IconElevateLogoSolid.js +58 -0
  43. package/lib/IconImpactLogoLine.js +58 -0
  44. package/lib/IconImpactLogoSolid.js +58 -0
  45. package/lib/IconMasteryLogoLine.js +58 -0
  46. package/lib/IconMasteryLogoSolid.js +58 -0
  47. package/lib/IconMiniArrowDoubleLine.js +58 -0
  48. package/lib/IconMiniArrowDoubleSolid.js +58 -0
  49. package/lib/IconStatsLine.js +10 -3
  50. package/lib/IconStatsSolid.js +1 -4
  51. package/lib/font/Line/InstructureIcons-Line.css +328 -298
  52. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  53. package/lib/font/Line/InstructureIcons-Line.svg +318 -300
  54. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  55. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  56. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  57. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +310 -298
  58. package/lib/font/Solid/InstructureIcons-Solid.css +328 -298
  59. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  60. package/lib/font/Solid/InstructureIcons-Solid.svg +318 -300
  61. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  62. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  63. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  64. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +310 -298
  65. package/lib/font/index.js +735 -602
  66. package/lib/index.js +96 -0
  67. package/lib/svg/index.js +1 -1
  68. package/package.json +4 -4
  69. package/svg/Line/analytics.svg +6 -2
  70. package/svg/Line/canvas-logo.svg +3 -0
  71. package/svg/Line/cloud-upload.svg +3 -0
  72. package/svg/Line/elevate-logo.svg +3 -0
  73. package/svg/Line/impact-logo.svg +3 -0
  74. package/svg/Line/mastery-logo.svg +3 -0
  75. package/svg/Line/mini-arrow-double.svg +3 -0
  76. package/svg/Line/stats.svg +6 -2
  77. package/svg/Solid/analytics.svg +2 -2
  78. package/svg/Solid/canvas-logo.svg +3 -0
  79. package/svg/Solid/cloud-upload.svg +3 -0
  80. package/svg/Solid/elevate-logo.svg +3 -0
  81. package/svg/Solid/impact-logo.svg +3 -0
  82. package/svg/Solid/mastery-logo.svg +3 -0
  83. package/svg/Solid/mini-arrow-double.svg +3 -0
  84. package/svg/Solid/stats.svg +2 -2
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+
5
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
+
7
+ Object.defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+ exports.IconMiniArrowDoubleLine = exports.default = void 0;
11
+
12
+ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
13
+
14
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
15
+
16
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
17
+
18
+ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
19
+
20
+ var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
21
+
22
+ var _react = _interopRequireWildcard(require("react"));
23
+
24
+ var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
25
+
26
+ var _ref = /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M1319.1 790.054 1020.06 355.79C986.895 307.625 932.507 308.517 899.956 355.79L600.92 790.054C567.754 838.219 588.339 877.264 647.036 877.264H1272.98C1331.62 877.264 1351.65 837.326 1319.1 790.054zM600.634 1129.94 899.669 1564.21C932.836 1612.37 987.223 1611.48 1019.77 1564.21L1318.81 1129.94C1351.98 1081.78 1331.39 1042.73 1272.69 1042.73L646.75 1042.73C588.114 1042.73 568.082 1082.67 600.634 1129.94z"
28
+ });
29
+
30
+ var IconMiniArrowDoubleLine = /*#__PURE__*/function (_Component) {
31
+ (0, _inherits2.default)(IconMiniArrowDoubleLine, _Component);
32
+
33
+ var _super = (0, _createSuper2.default)(IconMiniArrowDoubleLine);
34
+
35
+ function IconMiniArrowDoubleLine() {
36
+ (0, _classCallCheck2.default)(this, IconMiniArrowDoubleLine);
37
+ return _super.apply(this, arguments);
38
+ }
39
+
40
+ (0, _createClass2.default)(IconMiniArrowDoubleLine, [{
41
+ key: "render",
42
+ value: function render() {
43
+ return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
44
+ name: "IconMiniArrowDouble",
45
+ viewBox: "0 0 1920 1920"
46
+ }), _ref);
47
+ }
48
+ }]);
49
+ IconMiniArrowDoubleLine.displayName = "IconMiniArrowDoubleLine";
50
+ return IconMiniArrowDoubleLine;
51
+ }(_react.Component);
52
+
53
+ exports.IconMiniArrowDoubleLine = IconMiniArrowDoubleLine;
54
+ IconMiniArrowDoubleLine.glyphName = 'mini-arrow-double';
55
+ IconMiniArrowDoubleLine.variant = 'Line';
56
+ IconMiniArrowDoubleLine.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
57
+ var _default = IconMiniArrowDoubleLine;
58
+ exports.default = _default;
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+
5
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
6
+
7
+ Object.defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+ exports.IconMiniArrowDoubleSolid = exports.default = void 0;
11
+
12
+ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
13
+
14
+ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
15
+
16
+ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
17
+
18
+ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
19
+
20
+ var _createSuper2 = _interopRequireDefault(require("@babel/runtime/helpers/createSuper"));
21
+
22
+ var _react = _interopRequireWildcard(require("react"));
23
+
24
+ var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
25
+
26
+ var _ref = /*#__PURE__*/_react.default.createElement("path", {
27
+ d: "M1319.1 790.054 1020.06 355.79C986.895 307.625 932.507 308.517 899.956 355.79L600.92 790.054C567.754 838.219 588.339 877.264 647.036 877.264H1272.98C1331.62 877.264 1351.65 837.326 1319.1 790.054zM600.634 1129.94 899.669 1564.21C932.836 1612.37 987.223 1611.48 1019.77 1564.21L1318.81 1129.94C1351.98 1081.78 1331.39 1042.73 1272.69 1042.73L646.75 1042.73C588.114 1042.73 568.082 1082.67 600.634 1129.94z"
28
+ });
29
+
30
+ var IconMiniArrowDoubleSolid = /*#__PURE__*/function (_Component) {
31
+ (0, _inherits2.default)(IconMiniArrowDoubleSolid, _Component);
32
+
33
+ var _super = (0, _createSuper2.default)(IconMiniArrowDoubleSolid);
34
+
35
+ function IconMiniArrowDoubleSolid() {
36
+ (0, _classCallCheck2.default)(this, IconMiniArrowDoubleSolid);
37
+ return _super.apply(this, arguments);
38
+ }
39
+
40
+ (0, _createClass2.default)(IconMiniArrowDoubleSolid, [{
41
+ key: "render",
42
+ value: function render() {
43
+ return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
44
+ name: "IconMiniArrowDouble",
45
+ viewBox: "0 0 1920 1920"
46
+ }), _ref);
47
+ }
48
+ }]);
49
+ IconMiniArrowDoubleSolid.displayName = "IconMiniArrowDoubleSolid";
50
+ return IconMiniArrowDoubleSolid;
51
+ }(_react.Component);
52
+
53
+ exports.IconMiniArrowDoubleSolid = IconMiniArrowDoubleSolid;
54
+ IconMiniArrowDoubleSolid.glyphName = 'mini-arrow-double';
55
+ IconMiniArrowDoubleSolid.variant = 'Solid';
56
+ IconMiniArrowDoubleSolid.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
57
+ var _default = IconMiniArrowDoubleSolid;
58
+ exports.default = _default;
@@ -23,12 +23,19 @@ var _react = _interopRequireWildcard(require("react"));
23
23
 
24
24
  var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
25
25
 
26
- var _ref = /*#__PURE__*/_react.default.createElement("path", {
27
- d: "M1581.17647,1734.74871 L1807.05882,1734.74871 L1807.05882,831.219294 L1581.17647,831.219294 L1581.17647,1734.74871 Z M1016.47059,1734.74871 L1242.35294,1734.74871 L1242.35294,1282.984 L1016.47059,1282.984 L1016.47059,1734.74871 Z M451.764706,1734.74871 L677.647059,1734.74871 L677.647059,1057.10165 L451.764706,1057.10165 L451.764706,1734.74871 Z M112.941176,153.572235 L112.941176,1734.74871 L338.823529,1734.74871 L338.823529,944.160471 L790.588235,944.160471 L790.588235,1734.74871 L903.529412,1734.74871 L903.529412,1170.04282 L1355.29412,1170.04282 L1355.29412,1734.74871 L1468.23529,1734.74871 L1468.23529,718.278118 L1920,718.278118 L1920,1847.68988 L0,1847.68988 L0,153.572235 L112.941176,153.572235 Z M1586.60894,73 L1688.70776,121.112941 C1681.70541,136.247059 1511.95482,491.785882 1248.35012,557.404706 C1138.68424,584.736471 1030.03482,559.098824 926.128941,481.056471 C805.733647,390.703529 706.006588,364.501176 629.997176,402.449412 C496.274824,469.197647 451.776,714.844706 451.776,774.703529 L451.776,774.703529 L338.834824,774.703529 C338.834824,680.510588 395.870118,393.188235 579.512471,301.367059 C697.197176,242.750588 836.566588,272.792941 993.893647,390.703529 C1070.24188,448.077647 1144.44424,466.825882 1220.67953,447.851765 C1432.33129,395.334118 1585.02776,76.2752941 1586.60894,73 L1586.60894,73 Z",
26
+ var _ref = /*#__PURE__*/_react.default.createElement("g", {
28
27
  fillRule: "evenodd",
29
28
  stroke: "none",
30
29
  strokeWidth: "1"
31
- });
30
+ }, /*#__PURE__*/_react.default.createElement("path", {
31
+ d: "M746.667 106.667V1493.33H1173.33V106.667H746.667zM1056 224H864V1376H1056V224zM106.667 533.333H533.333V1493.33H106.667V533.333zM224 650.667H416V1376H224V650.667z",
32
+ fillRule: "evenodd"
33
+ }), /*#__PURE__*/_react.default.createElement("path", {
34
+ d: "M1920 1706.67H0V1824H1920V1706.67Z"
35
+ }), /*#__PURE__*/_react.default.createElement("path", {
36
+ d: "M1386.67 746.667H1813.33V1493.33H1386.67V746.667ZM1504 864H1696V1376H1504V864Z",
37
+ fillRule: "evenodd"
38
+ }));
32
39
 
33
40
  var IconStatsLine = /*#__PURE__*/function (_Component) {
34
41
  (0, _inherits2.default)(IconStatsLine, _Component);
@@ -24,10 +24,7 @@ var _react = _interopRequireWildcard(require("react"));
24
24
  var _SVGIcon = require("@instructure/ui-svg-images/lib/SVGIcon");
25
25
 
26
26
  var _ref = /*#__PURE__*/_react.default.createElement("path", {
27
- d: "M112.941176,153.527059 L112.941176,1734.70353 L338.823529,1734.70353 L338.823529,944.115294 L790.588235,944.115294 L790.588235,1734.70353 L903.529412,1734.70353 L903.529412,1169.99765 L1355.29412,1169.99765 L1355.29412,1734.70353 L1468.23529,1734.70353 L1468.23529,718.232941 L1920,718.232941 L1920,1847.64471 L0,1847.64471 L0,153.527059 L112.941176,153.527059 Z M1586.59765,73 L1688.69647,121 C1681.69412,136.134118 1511.94353,491.672941 1248.33882,557.404706 C1138.56,584.623529 1030.02353,559.098824 926.117647,481.056471 C805.609412,390.703529 705.882353,364.501176 629.985882,402.449412 C496.376471,469.197647 451.764706,714.731765 451.764706,774.703529 L338.823529,774.703529 C338.823529,680.510588 395.858824,393.188235 579.501176,301.367059 C697.298824,242.637647 836.555294,272.68 993.882353,390.703529 C1070.34353,447.964706 1144.43294,466.712941 1220.78118,447.738824 C1432.43294,395.334118 1585.01647,76.1623529 1586.59765,73 Z",
28
- fillRule: "evenodd",
29
- stroke: "none",
30
- strokeWidth: "1"
27
+ d: "M746.667 106.667H1173.33V1493.33H746.667V106.667zM533.333 533.333H106.667V1493.33H533.333V533.333zM1920 1706.67H0V1824H1920V1706.67zM1813.33 746.667H1386.67V1493.33H1813.33V746.667z"
31
28
  });
32
29
 
33
30
  var IconStatsSolid = /*#__PURE__*/function (_Component) {