@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
package/LICENSE.md ADDED
@@ -0,0 +1,27 @@
1
+ ---
2
+ title: The MIT License (MIT)
3
+ category: Getting Started
4
+ order: 9
5
+ ---
6
+
7
+ # The MIT License (MIT)
8
+
9
+ Copyright (c) 2015 Instructure, Inc.
10
+
11
+ **Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions.**
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.
@@ -1,4 +1,4 @@
1
- var _path;
1
+ var _g;
2
2
 
3
3
  import React, { Component } from 'react';
4
4
  import { SVGIcon } from '@instructure/ui-svg-images';
@@ -24,9 +24,15 @@ class IconAnnotateLine extends Component {
24
24
  viewBox: "0 0 1920 1920",
25
25
  elementRef: this.handleRef,
26
26
  bidirectional: true
27
- }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
28
+ fillRule: "evenodd",
29
+ stroke: "none",
30
+ strokeWidth: "1"
31
+ }, /*#__PURE__*/React.createElement("path", {
28
32
  d: "M1468.235 113v99.388l-112.94 112.941v-99.388H112.94v1468.235h1242.353v-438.211l112.941-112.941v664.094H0V113h1468.235ZM421.271 1163.353c96-9.035 154.729 108.423 190.87 197.647 28.235 68.894 38.4 92.612 72.283 96 33.882 3.388 89.223-58.73 112.94-101.647 16.53-26.51 51.42-34.6 77.93-18.07 26.51 16.529 34.6 51.42 18.07 77.929-9.035 16.94-92.611 160.376-205.552 160.376h-9.036c-70.023-4.517-121.976-48.564-169.411-166.023-47.436-117.46-77.93-127.624-77.93-127.624a484.518 484.518 0 0 0-97.13 225.883c-6.549 31.187-37.14 51.16-68.329 44.611-31.187-6.55-51.16-37.141-44.611-68.33 20.33-94.87 79.059-310.587 199.906-320.752Zm256.376-485.647v112.941H338.824V677.706h338.823ZM903.53 451.824v112.94H338.824v-112.94h564.705Z"
29
- })));
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "m1903.059 468.765-225.883-225.883a56.47 56.47 0 0 0-80.188 0L919.341 920.53a56.476 56.476 0 0 0-15.813 39.53v282.353h282.354a56.47 56.47 0 0 0 39.53-16.941l677.647-677.647c21.523-21.959 21.523-57.101 0-79.06Zm-740.894 660.706H1016.47V983.776l451.764-451.764 145.694 145.694-451.764 451.765Zm531.953-531.953-145.694-145.694 89.223-89.224 145.694 145.694-89.223 89.224Z"
35
+ }))));
30
36
  }
31
37
 
32
38
  }
@@ -1,4 +1,4 @@
1
- var _path;
1
+ var _g;
2
2
 
3
3
  import React, { Component } from 'react';
4
4
  import { SVGIcon } from '@instructure/ui-svg-images';
@@ -24,9 +24,15 @@ class IconAnnotateSolid extends Component {
24
24
  viewBox: "0 0 1920 1920",
25
25
  elementRef: this.handleRef,
26
26
  bidirectional: true
27
- }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
28
+ fillRule: "evenodd",
29
+ stroke: "none",
30
+ strokeWidth: "1"
31
+ }, /*#__PURE__*/React.createElement("path", {
28
32
  d: "M1468.235 113v91.142L822.674 862.89a87.85 87.85 0 0 0-24.598 61.495l-.002 429.859c-.24.366-.477.736-.71 1.109-23.717 42.918-79.058 105.035-112.94 101.647-33.883-3.388-44.048-27.106-72.283-96-36.141-89.224-94.87-206.682-190.87-197.647-120.847 10.165-179.577 225.882-199.906 320.753-6.55 31.188 13.424 61.78 44.611 68.33 31.188 6.549 61.78-13.425 68.33-44.612a484.518 484.518 0 0 1 97.13-225.883s30.493 10.165 77.929 127.624c47.435 117.459 99.388 161.506 169.411 166.023h9.036c112.94 0 196.517-143.435 205.553-160.376 10.037-16.097 10.996-35.285 4.266-51.575h339.697a87.85 87.85 0 0 0 61.496-26.355l169.411-172.872v642.708H0V113h1468.235Zm-903.53 564.706H225.883v112.941h338.824V677.706Zm225.883-225.882H225.882v112.94h564.706v-112.94Z"
29
- })));
33
+ }), /*#__PURE__*/React.createElement("path", {
34
+ d: "m1903.059 468.765-225.883-225.883a56.47 56.47 0 0 0-80.188 0L919.341 920.53a56.476 56.476 0 0 0-15.813 39.53v282.353h282.354a56.47 56.47 0 0 0 39.53-16.941l677.647-677.647c21.523-21.959 21.523-57.101 0-79.06Zm-208.941 128.753-145.694-145.694 89.223-89.224 145.694 145.694-89.223 89.224Z"
35
+ }))));
30
36
  }
31
37
 
32
38
  }
@@ -0,0 +1,40 @@
1
+ var _path;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconMiniArrowDoubleLine extends Component {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.ref = null;
10
+
11
+ this.handleRef = el => {
12
+ const elementRef = this.props.elementRef;
13
+ this.ref = el;
14
+
15
+ if (typeof elementRef === 'function') {
16
+ elementRef(el);
17
+ }
18
+ };
19
+ }
20
+
21
+ render() {
22
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
+ name: "IconMiniArrowDouble",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
27
+ d: "M1319.1 790.054 1020.06 355.79c-33.165-48.165-87.553-47.273-120.104 0L600.92 790.054c-33.166 48.165-12.581 87.21 46.116 87.21h625.944c58.64 0 78.67-39.938 46.12-87.21ZM600.634 1129.94l299.035 434.27c33.167 48.16 87.554 47.27 120.101 0l299.04-434.27c33.17-48.16 12.58-87.21-46.12-87.21H646.75c-58.636 0-78.668 39.94-46.116 87.21Z"
28
+ })));
29
+ }
30
+
31
+ }
32
+
33
+ IconMiniArrowDoubleLine.glyphName = 'mini-arrow-double';
34
+ IconMiniArrowDoubleLine.variant = 'Line';
35
+ IconMiniArrowDoubleLine.displayName = 'IconMiniArrowDoubleLine';
36
+ IconMiniArrowDoubleLine.propTypes = { ...SVGIcon.propTypes
37
+ };
38
+ IconMiniArrowDoubleLine.allowedProps = [...SVGIcon.allowedProps];
39
+ export default IconMiniArrowDoubleLine;
40
+ export { IconMiniArrowDoubleLine };
@@ -0,0 +1,40 @@
1
+ var _path;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconMiniArrowDoubleSolid extends Component {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.ref = null;
10
+
11
+ this.handleRef = el => {
12
+ const elementRef = this.props.elementRef;
13
+ this.ref = el;
14
+
15
+ if (typeof elementRef === 'function') {
16
+ elementRef(el);
17
+ }
18
+ };
19
+ }
20
+
21
+ render() {
22
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
23
+ name: "IconMiniArrowDouble",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _path || (_path = /*#__PURE__*/React.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
+
31
+ }
32
+
33
+ IconMiniArrowDoubleSolid.glyphName = 'mini-arrow-double';
34
+ IconMiniArrowDoubleSolid.variant = 'Solid';
35
+ IconMiniArrowDoubleSolid.displayName = 'IconMiniArrowDoubleSolid';
36
+ IconMiniArrowDoubleSolid.propTypes = { ...SVGIcon.propTypes
37
+ };
38
+ IconMiniArrowDoubleSolid.allowedProps = [...SVGIcon.allowedProps];
39
+ export default IconMiniArrowDoubleSolid;
40
+ export { IconMiniArrowDoubleSolid };