@instructure/ui-icons 8.11.2-snapshot.44 → 8.11.2-snapshot.52

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 (60) hide show
  1. package/es/IconArrowDoubleEndLine.js +46 -0
  2. package/es/IconArrowDoubleEndSolid.js +46 -0
  3. package/es/IconArrowDoubleStartLine.js +46 -0
  4. package/es/IconArrowDoubleStartSolid.js +46 -0
  5. package/es/font/Line/InstructureIcons-Line.css +344 -334
  6. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  7. package/es/font/Line/InstructureIcons-Line.svg +340 -334
  8. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  9. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  10. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  11. package/es/font/Line/InstructureIcons-Line_icon-map.scss +338 -334
  12. package/es/font/Solid/InstructureIcons-Solid.css +344 -334
  13. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  14. package/es/font/Solid/InstructureIcons-Solid.svg +340 -334
  15. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  16. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  17. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  18. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +338 -334
  19. package/es/font/index.js +708 -668
  20. package/es/index.js +4 -0
  21. package/es/package.json +1 -0
  22. package/es/svg/index.js +1 -1
  23. package/lib/IconArrowDoubleEndLine.js +57 -0
  24. package/lib/IconArrowDoubleEndSolid.js +57 -0
  25. package/lib/IconArrowDoubleStartLine.js +57 -0
  26. package/lib/IconArrowDoubleStartSolid.js +57 -0
  27. package/lib/font/Line/InstructureIcons-Line.css +344 -334
  28. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  29. package/lib/font/Line/InstructureIcons-Line.svg +340 -334
  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 +338 -334
  34. package/lib/font/Solid/InstructureIcons-Solid.css +344 -334
  35. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  36. package/lib/font/Solid/InstructureIcons-Solid.svg +340 -334
  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 +338 -334
  41. package/lib/font/index.js +720 -675
  42. package/lib/index.js +32 -0
  43. package/lib/svg/index.js +1 -1
  44. package/package.json +5 -5
  45. package/svg/Line/arrow-double-end.svg +6 -0
  46. package/svg/Line/arrow-double-start.svg +6 -0
  47. package/svg/Solid/arrow-double-end.svg +6 -0
  48. package/svg/Solid/arrow-double-start.svg +6 -0
  49. package/types/IconArrowDoubleEndLine.d.ts +29 -0
  50. package/types/IconArrowDoubleEndLine.d.ts.map +1 -0
  51. package/types/IconArrowDoubleEndSolid.d.ts +29 -0
  52. package/types/IconArrowDoubleEndSolid.d.ts.map +1 -0
  53. package/types/IconArrowDoubleStartLine.d.ts +29 -0
  54. package/types/IconArrowDoubleStartLine.d.ts.map +1 -0
  55. package/types/IconArrowDoubleStartSolid.d.ts +29 -0
  56. package/types/IconArrowDoubleStartSolid.d.ts.map +1 -0
  57. package/types/font/index.d.ts +740 -668
  58. package/types/index.d.ts +4 -0
  59. package/types/index.d.ts.map +1 -1
  60. package/types/svg/index.d.ts +708 -668
@@ -0,0 +1,46 @@
1
+ var _g;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconArrowDoubleEndLine extends Component {
7
+ constructor(...args) {
8
+ super(...args);
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: "IconArrowDoubleEnd",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M0 92.1684L92.2989 0L1052.23 959.935L92.2989 1920L0 1827.57L867.636 959.935L0 92.1684Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M868 92.1684L960.299 0L1920.23 959.935L960.299 1920L868 1827.57L1735.64 959.935L868 92.1684Z"
34
+ }))));
35
+ }
36
+
37
+ }
38
+
39
+ IconArrowDoubleEndLine.glyphName = 'arrow-double-end';
40
+ IconArrowDoubleEndLine.variant = 'Line';
41
+ IconArrowDoubleEndLine.displayName = 'IconArrowDoubleEndLine';
42
+ IconArrowDoubleEndLine.propTypes = { ...SVGIcon.propTypes
43
+ };
44
+ IconArrowDoubleEndLine.allowedProps = [...SVGIcon.allowedProps];
45
+ export default IconArrowDoubleEndLine;
46
+ export { IconArrowDoubleEndLine };
@@ -0,0 +1,46 @@
1
+ var _g;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconArrowDoubleEndSolid extends Component {
7
+ constructor(...args) {
8
+ super(...args);
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: "IconArrowDoubleEnd",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M0 176.142L176.13 0.0124512L1136.25 960.131L176.13 1920L0 1743.87L783.864 960.131L0 176.142Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M784 176.142L960.13 0.0124512L1920.25 960.131L960.13 1920L784 1743.87L1567.86 960.131L784 176.142Z"
34
+ }))));
35
+ }
36
+
37
+ }
38
+
39
+ IconArrowDoubleEndSolid.glyphName = 'arrow-double-end';
40
+ IconArrowDoubleEndSolid.variant = 'Solid';
41
+ IconArrowDoubleEndSolid.displayName = 'IconArrowDoubleEndSolid';
42
+ IconArrowDoubleEndSolid.propTypes = { ...SVGIcon.propTypes
43
+ };
44
+ IconArrowDoubleEndSolid.allowedProps = [...SVGIcon.allowedProps];
45
+ export default IconArrowDoubleEndSolid;
46
+ export { IconArrowDoubleEndSolid };
@@ -0,0 +1,46 @@
1
+ var _g;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconArrowDoubleStartLine extends Component {
7
+ constructor(...args) {
8
+ super(...args);
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: "IconArrowDoubleStart",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M1052 92.1684L959.701 0L-0.233643 959.935L959.701 1920L1052 1827.57L184.364 959.935L1052 92.1684Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M1920 92.1684L1827.7 0L867.766 959.935L1827.7 1920L1920 1827.57L1052.36 959.935L1920 92.1684Z"
34
+ }))));
35
+ }
36
+
37
+ }
38
+
39
+ IconArrowDoubleStartLine.glyphName = 'arrow-double-start';
40
+ IconArrowDoubleStartLine.variant = 'Line';
41
+ IconArrowDoubleStartLine.displayName = 'IconArrowDoubleStartLine';
42
+ IconArrowDoubleStartLine.propTypes = { ...SVGIcon.propTypes
43
+ };
44
+ IconArrowDoubleStartLine.allowedProps = [...SVGIcon.allowedProps];
45
+ export default IconArrowDoubleStartLine;
46
+ export { IconArrowDoubleStartLine };
@@ -0,0 +1,46 @@
1
+ var _g;
2
+
3
+ import React, { Component } from 'react';
4
+ import { SVGIcon } from '@instructure/ui-svg-images';
5
+
6
+ class IconArrowDoubleStartSolid extends Component {
7
+ constructor(...args) {
8
+ super(...args);
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: "IconArrowDoubleStart",
24
+ viewBox: "0 0 1920 1920",
25
+ elementRef: this.handleRef
26
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
27
+ fillRule: "evenodd",
28
+ stroke: "none",
29
+ strokeWidth: "1"
30
+ }, /*#__PURE__*/React.createElement("path", {
31
+ d: "M1136 176.142L959.87 0.0124512L-0.248047 960.131L959.87 1920L1136 1743.87L352.136 960.131L1136 176.142Z"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M1920 176.142L1743.87 0.0124512L783.752 960.131L1743.87 1920L1920 1743.87L1136.14 960.131L1920 176.142Z"
34
+ }))));
35
+ }
36
+
37
+ }
38
+
39
+ IconArrowDoubleStartSolid.glyphName = 'arrow-double-start';
40
+ IconArrowDoubleStartSolid.variant = 'Solid';
41
+ IconArrowDoubleStartSolid.displayName = 'IconArrowDoubleStartSolid';
42
+ IconArrowDoubleStartSolid.propTypes = { ...SVGIcon.propTypes
43
+ };
44
+ IconArrowDoubleStartSolid.allowedProps = [...SVGIcon.allowedProps];
45
+ export default IconArrowDoubleStartSolid;
46
+ export { IconArrowDoubleStartSolid };