@instructure/ui-icons 8.11.2-snapshot.44 → 8.11.2-snapshot.45
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.
- package/es/IconArrowDoubleEndLine.js +46 -0
- package/es/IconArrowDoubleEndSolid.js +46 -0
- package/es/IconArrowDoubleStartLine.js +46 -0
- package/es/IconArrowDoubleStartSolid.js +46 -0
- package/es/font/Line/InstructureIcons-Line.css +344 -334
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +340 -334
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +338 -334
- package/es/font/Solid/InstructureIcons-Solid.css +344 -334
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +340 -334
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +338 -334
- package/es/font/index.js +2236 -2196
- package/es/index.js +4 -0
- package/es/svg/index.js +1 -1
- package/lib/IconArrowDoubleEndLine.js +57 -0
- package/lib/IconArrowDoubleEndSolid.js +57 -0
- package/lib/IconArrowDoubleStartLine.js +57 -0
- package/lib/IconArrowDoubleStartSolid.js +57 -0
- package/lib/font/Line/InstructureIcons-Line.css +344 -334
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +340 -334
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +338 -334
- package/lib/font/Solid/InstructureIcons-Solid.css +344 -334
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +340 -334
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +338 -334
- package/lib/font/index.js +2602 -2557
- package/lib/index.js +32 -0
- package/lib/svg/index.js +1 -1
- package/package.json +5 -5
- package/svg/Line/arrow-double-end.svg +6 -0
- package/svg/Line/arrow-double-start.svg +6 -0
- package/svg/Solid/arrow-double-end.svg +6 -0
- package/svg/Solid/arrow-double-start.svg +6 -0
- package/types/IconArrowDoubleEndLine.d.ts +29 -0
- package/types/IconArrowDoubleEndLine.d.ts.map +1 -0
- package/types/IconArrowDoubleEndSolid.d.ts +29 -0
- package/types/IconArrowDoubleEndSolid.d.ts.map +1 -0
- package/types/IconArrowDoubleStartLine.d.ts +29 -0
- package/types/IconArrowDoubleStartLine.d.ts.map +1 -0
- package/types/IconArrowDoubleStartSolid.d.ts +29 -0
- package/types/IconArrowDoubleStartSolid.d.ts.map +1 -0
- package/types/font/index.d.ts +770 -698
- package/types/index.d.ts +4 -0
- package/types/index.d.ts.map +1 -1
- 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 };
|