@instructure/ui-icons 7.21.0 → 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.
- package/CHANGELOG.md +11 -0
- package/es/IconArrowNestLine.js +42 -0
- package/es/IconArrowNestSolid.js +42 -0
- package/es/font/Line/InstructureIcons-Line.css +345 -340
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +343 -340
- 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 +342 -340
- package/es/font/Solid/InstructureIcons-Solid.css +345 -340
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +343 -340
- 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 +342 -340
- package/es/font/index.js +700 -680
- package/es/index.js +169 -167
- package/es/svg/index.js +1 -1
- package/lib/IconArrowNestLine.js +58 -0
- package/lib/IconArrowNestSolid.js +58 -0
- package/lib/font/Line/InstructureIcons-Line.css +345 -340
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +343 -340
- 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 +342 -340
- package/lib/font/Solid/InstructureIcons-Solid.css +345 -340
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +343 -340
- 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 +342 -340
- package/lib/font/index.js +710 -688
- package/lib/index.js +520 -504
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/arrow-nest.svg +3 -0
- package/svg/Solid/arrow-nest.svg +3 -0
|
@@ -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.IconArrowNestLine = 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: "M224 0H106.667V1339.83H1700.04L1223.57 1835.48L1304.82 1920L1920 1280.06L1304.82 640L1223.57 724.52L1700.04 1220.29H224V0Z"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var IconArrowNestLine = /*#__PURE__*/function (_Component) {
|
|
31
|
+
(0, _inherits2.default)(IconArrowNestLine, _Component);
|
|
32
|
+
|
|
33
|
+
var _super = (0, _createSuper2.default)(IconArrowNestLine);
|
|
34
|
+
|
|
35
|
+
function IconArrowNestLine() {
|
|
36
|
+
(0, _classCallCheck2.default)(this, IconArrowNestLine);
|
|
37
|
+
return _super.apply(this, arguments);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
(0, _createClass2.default)(IconArrowNestLine, [{
|
|
41
|
+
key: "render",
|
|
42
|
+
value: function render() {
|
|
43
|
+
return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
|
|
44
|
+
name: "IconArrowNest",
|
|
45
|
+
viewBox: "0 0 1920 1920"
|
|
46
|
+
}), _ref);
|
|
47
|
+
}
|
|
48
|
+
}]);
|
|
49
|
+
IconArrowNestLine.displayName = "IconArrowNestLine";
|
|
50
|
+
return IconArrowNestLine;
|
|
51
|
+
}(_react.Component);
|
|
52
|
+
|
|
53
|
+
exports.IconArrowNestLine = IconArrowNestLine;
|
|
54
|
+
IconArrowNestLine.glyphName = 'arrow-nest';
|
|
55
|
+
IconArrowNestLine.variant = 'Line';
|
|
56
|
+
IconArrowNestLine.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
|
|
57
|
+
var _default = IconArrowNestLine;
|
|
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.IconArrowNestSolid = 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: "M320 0H106.667L106.677 1392.14H1497.94L1134.87 1761.43L1290.77 1920L1920 1280L1290.77 640L1134.87 798.57L1497.94 1167.86H320V0Z"
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var IconArrowNestSolid = /*#__PURE__*/function (_Component) {
|
|
31
|
+
(0, _inherits2.default)(IconArrowNestSolid, _Component);
|
|
32
|
+
|
|
33
|
+
var _super = (0, _createSuper2.default)(IconArrowNestSolid);
|
|
34
|
+
|
|
35
|
+
function IconArrowNestSolid() {
|
|
36
|
+
(0, _classCallCheck2.default)(this, IconArrowNestSolid);
|
|
37
|
+
return _super.apply(this, arguments);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
(0, _createClass2.default)(IconArrowNestSolid, [{
|
|
41
|
+
key: "render",
|
|
42
|
+
value: function render() {
|
|
43
|
+
return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
|
|
44
|
+
name: "IconArrowNest",
|
|
45
|
+
viewBox: "0 0 1920 1920"
|
|
46
|
+
}), _ref);
|
|
47
|
+
}
|
|
48
|
+
}]);
|
|
49
|
+
IconArrowNestSolid.displayName = "IconArrowNestSolid";
|
|
50
|
+
return IconArrowNestSolid;
|
|
51
|
+
}(_react.Component);
|
|
52
|
+
|
|
53
|
+
exports.IconArrowNestSolid = IconArrowNestSolid;
|
|
54
|
+
IconArrowNestSolid.glyphName = 'arrow-nest';
|
|
55
|
+
IconArrowNestSolid.variant = 'Solid';
|
|
56
|
+
IconArrowNestSolid.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
|
|
57
|
+
var _default = IconArrowNestSolid;
|
|
58
|
+
exports.default = _default;
|