@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.22.0](https://github.com/instructure/instructure-ui/compare/v7.21.0...v7.22.0) (2023-01-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **ui-icons:** add `arrow-nest` icon ([ec2e19f](https://github.com/instructure/instructure-ui/commit/ec2e19f))
12
+
13
+
14
+
15
+
16
+
17
+ # [7.21.0](https://github.com/instructure/instructure-ui/compare/v7.20.2...v7.21.0) (2022-09-05)
18
+
19
+ ### Features
20
+
21
+ - **ui-icons:** add `header` icon ([8bfae47](https://github.com/instructure/instructure-ui/commit/8bfae47))
22
+
6
23
  ## [7.20.2](https://github.com/instructure/instructure-ui/compare/v7.20.1...v7.20.2) (2022-07-29)
7
24
 
8
25
  **Note:** Version bump only for package @instructure/ui-icons
@@ -0,0 +1,42 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
+ import React, { Component } from 'react';
7
+ import { SVGIcon } from '@instructure/ui-svg-images';
8
+
9
+ var _ref = /*#__PURE__*/React.createElement("path", {
10
+ d: "M224 0H106.667V1339.83H1700.04L1223.57 1835.48L1304.82 1920L1920 1280.06L1304.82 640L1223.57 724.52L1700.04 1220.29H224V0Z"
11
+ });
12
+
13
+ var IconArrowNestLine = /*#__PURE__*/function (_Component) {
14
+ _inherits(IconArrowNestLine, _Component);
15
+
16
+ var _super = _createSuper(IconArrowNestLine);
17
+
18
+ function IconArrowNestLine() {
19
+ _classCallCheck(this, IconArrowNestLine);
20
+
21
+ return _super.apply(this, arguments);
22
+ }
23
+
24
+ _createClass(IconArrowNestLine, [{
25
+ key: "render",
26
+ value: function render() {
27
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
28
+ name: "IconArrowNest",
29
+ viewBox: "0 0 1920 1920"
30
+ }), _ref);
31
+ }
32
+ }]);
33
+
34
+ IconArrowNestLine.displayName = "IconArrowNestLine";
35
+ return IconArrowNestLine;
36
+ }(Component);
37
+
38
+ IconArrowNestLine.glyphName = 'arrow-nest';
39
+ IconArrowNestLine.variant = 'Line';
40
+ IconArrowNestLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
41
+ export default IconArrowNestLine;
42
+ export { IconArrowNestLine };
@@ -0,0 +1,42 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
+ import React, { Component } from 'react';
7
+ import { SVGIcon } from '@instructure/ui-svg-images';
8
+
9
+ var _ref = /*#__PURE__*/React.createElement("path", {
10
+ d: "M320 0H106.667L106.677 1392.14H1497.94L1134.87 1761.43L1290.77 1920L1920 1280L1290.77 640L1134.87 798.57L1497.94 1167.86H320V0Z"
11
+ });
12
+
13
+ var IconArrowNestSolid = /*#__PURE__*/function (_Component) {
14
+ _inherits(IconArrowNestSolid, _Component);
15
+
16
+ var _super = _createSuper(IconArrowNestSolid);
17
+
18
+ function IconArrowNestSolid() {
19
+ _classCallCheck(this, IconArrowNestSolid);
20
+
21
+ return _super.apply(this, arguments);
22
+ }
23
+
24
+ _createClass(IconArrowNestSolid, [{
25
+ key: "render",
26
+ value: function render() {
27
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
28
+ name: "IconArrowNest",
29
+ viewBox: "0 0 1920 1920"
30
+ }), _ref);
31
+ }
32
+ }]);
33
+
34
+ IconArrowNestSolid.displayName = "IconArrowNestSolid";
35
+ return IconArrowNestSolid;
36
+ }(Component);
37
+
38
+ IconArrowNestSolid.glyphName = 'arrow-nest';
39
+ IconArrowNestSolid.variant = 'Solid';
40
+ IconArrowNestSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
41
+ export default IconArrowNestSolid;
42
+ export { IconArrowNestSolid };
@@ -0,0 +1,43 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
+ import React, { Component } from 'react';
7
+ import { SVGIcon } from '@instructure/ui-svg-images';
8
+
9
+ var _ref = /*#__PURE__*/React.createElement("path", {
10
+ d: "M0 213.333C0 95.5126 95.5126 0 213.333 0H1706.67C1824.49 0 1920 95.5126 1920 213.333V1706.67C1920 1824.49 1824.49 1920 1706.67 1920H213.333C95.5126 1920 0 1824.49 0 1706.67V213.333ZM213.333 106.667C154.423 106.667 106.667 154.423 106.667 213.333V1706.67C106.667 1765.58 154.423 1813.33 213.333 1813.33H1706.67C1765.58 1813.33 1813.33 1765.58 1813.33 1706.67V213.333C1813.33 154.423 1765.58 106.667 1706.67 106.667H213.333ZM266.667 746.667C237.211 746.667 213.333 722.788 213.333 693.333V373.333C213.333 343.878 237.211 320 266.667 320H1653.33C1682.79 320 1706.67 343.878 1706.67 373.333V693.333C1706.67 722.788 1682.79 746.667 1653.33 746.667H266.667ZM346.667 426.667C331.939 426.667 320 438.606 320 453.333V613.333C320 628.061 331.939 640 346.667 640H1573.33C1588.06 640 1600 628.061 1600 613.333V453.333C1600 438.606 1588.06 426.667 1573.33 426.667H346.667Z",
11
+ fillRule: "evenodd"
12
+ });
13
+
14
+ var IconHeaderLine = /*#__PURE__*/function (_Component) {
15
+ _inherits(IconHeaderLine, _Component);
16
+
17
+ var _super = _createSuper(IconHeaderLine);
18
+
19
+ function IconHeaderLine() {
20
+ _classCallCheck(this, IconHeaderLine);
21
+
22
+ return _super.apply(this, arguments);
23
+ }
24
+
25
+ _createClass(IconHeaderLine, [{
26
+ key: "render",
27
+ value: function render() {
28
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
29
+ name: "IconHeader",
30
+ viewBox: "0 0 1920 1920"
31
+ }), _ref);
32
+ }
33
+ }]);
34
+
35
+ IconHeaderLine.displayName = "IconHeaderLine";
36
+ return IconHeaderLine;
37
+ }(Component);
38
+
39
+ IconHeaderLine.glyphName = 'header';
40
+ IconHeaderLine.variant = 'Line';
41
+ IconHeaderLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
42
+ export default IconHeaderLine;
43
+ export { IconHeaderLine };
@@ -0,0 +1,43 @@
1
+ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
2
+ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
3
+ import _createClass from "@babel/runtime/helpers/esm/createClass";
4
+ import _inherits from "@babel/runtime/helpers/esm/inherits";
5
+ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
6
+ import React, { Component } from 'react';
7
+ import { SVGIcon } from '@instructure/ui-svg-images';
8
+
9
+ var _ref = /*#__PURE__*/React.createElement("path", {
10
+ d: "M213.333 0C95.5126 0 0 95.5126 0 213.333V1706.67C0 1824.49 95.5126 1920 213.333 1920H1706.67C1824.49 1920 1920 1824.49 1920 1706.67V213.333C1920 95.5126 1824.49 0 1706.67 0H213.333ZM266.667 746.667C237.211 746.667 213.333 722.788 213.333 693.333V373.333C213.333 343.878 237.211 320 266.667 320H1653.33C1682.79 320 1706.67 343.878 1706.67 373.333V693.333C1706.67 722.788 1682.79 746.667 1653.33 746.667H266.667Z",
11
+ fillRule: "evenodd"
12
+ });
13
+
14
+ var IconHeaderSolid = /*#__PURE__*/function (_Component) {
15
+ _inherits(IconHeaderSolid, _Component);
16
+
17
+ var _super = _createSuper(IconHeaderSolid);
18
+
19
+ function IconHeaderSolid() {
20
+ _classCallCheck(this, IconHeaderSolid);
21
+
22
+ return _super.apply(this, arguments);
23
+ }
24
+
25
+ _createClass(IconHeaderSolid, [{
26
+ key: "render",
27
+ value: function render() {
28
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
29
+ name: "IconHeader",
30
+ viewBox: "0 0 1920 1920"
31
+ }), _ref);
32
+ }
33
+ }]);
34
+
35
+ IconHeaderSolid.displayName = "IconHeaderSolid";
36
+ return IconHeaderSolid;
37
+ }(Component);
38
+
39
+ IconHeaderSolid.glyphName = 'header';
40
+ IconHeaderSolid.variant = 'Solid';
41
+ IconHeaderSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
42
+ export default IconHeaderSolid;
43
+ export { IconHeaderSolid };