@instructure/ui-icons 7.16.0 → 7.17.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 +7 -0
- package/es/IconCanvasLogoLine.js +42 -0
- package/es/IconCanvasLogoSolid.js +42 -0
- package/es/IconCloudUploadLine.js +43 -0
- package/es/IconCloudUploadSolid.js +43 -0
- package/es/IconElevateLogoLine.js +42 -0
- package/es/IconElevateLogoSolid.js +42 -0
- package/es/IconImpactLogoLine.js +42 -0
- package/es/IconImpactLogoSolid.js +42 -0
- package/es/IconMasteryLogoLine.js +42 -0
- package/es/IconMasteryLogoSolid.js +42 -0
- package/es/IconMiniArrowDoubleLine.js +42 -0
- package/es/IconMiniArrowDoubleSolid.js +42 -0
- package/es/font/Line/InstructureIcons-Line.css +328 -298
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +316 -298
- 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 +310 -298
- package/es/font/Solid/InstructureIcons-Solid.css +328 -298
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +316 -298
- 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 +310 -298
- package/es/font/index.js +716 -596
- package/es/index.js +12 -0
- package/es/svg/index.js +1 -1
- package/lib/IconCanvasLogoLine.js +58 -0
- package/lib/IconCanvasLogoSolid.js +58 -0
- package/lib/IconCloudUploadLine.js +59 -0
- package/lib/IconCloudUploadSolid.js +59 -0
- package/lib/IconElevateLogoLine.js +58 -0
- package/lib/IconElevateLogoSolid.js +58 -0
- package/lib/IconImpactLogoLine.js +58 -0
- package/lib/IconImpactLogoSolid.js +58 -0
- package/lib/IconMasteryLogoLine.js +58 -0
- package/lib/IconMasteryLogoSolid.js +58 -0
- package/lib/IconMiniArrowDoubleLine.js +58 -0
- package/lib/IconMiniArrowDoubleSolid.js +58 -0
- package/lib/font/Line/InstructureIcons-Line.css +328 -298
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +316 -298
- 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 +310 -298
- package/lib/font/Solid/InstructureIcons-Solid.css +328 -298
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +316 -298
- 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 +310 -298
- package/lib/font/index.js +735 -602
- package/lib/index.js +96 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/canvas-logo.svg +3 -0
- package/svg/Line/cloud-upload.svg +3 -0
- package/svg/Line/elevate-logo.svg +3 -0
- package/svg/Line/impact-logo.svg +3 -0
- package/svg/Line/mastery-logo.svg +3 -0
- package/svg/Line/mini-arrow-double.svg +3 -0
- package/svg/Solid/canvas-logo.svg +3 -0
- package/svg/Solid/cloud-upload.svg +3 -0
- package/svg/Solid/elevate-logo.svg +3 -0
- package/svg/Solid/impact-logo.svg +3 -0
- package/svg/Solid/mastery-logo.svg +3 -0
- package/svg/Solid/mini-arrow-double.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.IconMiniArrowDoubleLine = 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: "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
|
+
var IconMiniArrowDoubleLine = /*#__PURE__*/function (_Component) {
|
|
31
|
+
(0, _inherits2.default)(IconMiniArrowDoubleLine, _Component);
|
|
32
|
+
|
|
33
|
+
var _super = (0, _createSuper2.default)(IconMiniArrowDoubleLine);
|
|
34
|
+
|
|
35
|
+
function IconMiniArrowDoubleLine() {
|
|
36
|
+
(0, _classCallCheck2.default)(this, IconMiniArrowDoubleLine);
|
|
37
|
+
return _super.apply(this, arguments);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
(0, _createClass2.default)(IconMiniArrowDoubleLine, [{
|
|
41
|
+
key: "render",
|
|
42
|
+
value: function render() {
|
|
43
|
+
return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
|
|
44
|
+
name: "IconMiniArrowDouble",
|
|
45
|
+
viewBox: "0 0 1920 1920"
|
|
46
|
+
}), _ref);
|
|
47
|
+
}
|
|
48
|
+
}]);
|
|
49
|
+
IconMiniArrowDoubleLine.displayName = "IconMiniArrowDoubleLine";
|
|
50
|
+
return IconMiniArrowDoubleLine;
|
|
51
|
+
}(_react.Component);
|
|
52
|
+
|
|
53
|
+
exports.IconMiniArrowDoubleLine = IconMiniArrowDoubleLine;
|
|
54
|
+
IconMiniArrowDoubleLine.glyphName = 'mini-arrow-double';
|
|
55
|
+
IconMiniArrowDoubleLine.variant = 'Line';
|
|
56
|
+
IconMiniArrowDoubleLine.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
|
|
57
|
+
var _default = IconMiniArrowDoubleLine;
|
|
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.IconMiniArrowDoubleSolid = 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: "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
|
+
var IconMiniArrowDoubleSolid = /*#__PURE__*/function (_Component) {
|
|
31
|
+
(0, _inherits2.default)(IconMiniArrowDoubleSolid, _Component);
|
|
32
|
+
|
|
33
|
+
var _super = (0, _createSuper2.default)(IconMiniArrowDoubleSolid);
|
|
34
|
+
|
|
35
|
+
function IconMiniArrowDoubleSolid() {
|
|
36
|
+
(0, _classCallCheck2.default)(this, IconMiniArrowDoubleSolid);
|
|
37
|
+
return _super.apply(this, arguments);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
(0, _createClass2.default)(IconMiniArrowDoubleSolid, [{
|
|
41
|
+
key: "render",
|
|
42
|
+
value: function render() {
|
|
43
|
+
return /*#__PURE__*/_react.default.createElement(_SVGIcon.SVGIcon, Object.assign({}, this.props, {
|
|
44
|
+
name: "IconMiniArrowDouble",
|
|
45
|
+
viewBox: "0 0 1920 1920"
|
|
46
|
+
}), _ref);
|
|
47
|
+
}
|
|
48
|
+
}]);
|
|
49
|
+
IconMiniArrowDoubleSolid.displayName = "IconMiniArrowDoubleSolid";
|
|
50
|
+
return IconMiniArrowDoubleSolid;
|
|
51
|
+
}(_react.Component);
|
|
52
|
+
|
|
53
|
+
exports.IconMiniArrowDoubleSolid = IconMiniArrowDoubleSolid;
|
|
54
|
+
IconMiniArrowDoubleSolid.glyphName = 'mini-arrow-double';
|
|
55
|
+
IconMiniArrowDoubleSolid.variant = 'Solid';
|
|
56
|
+
IconMiniArrowDoubleSolid.propTypes = (0, _objectSpread2.default)({}, _SVGIcon.SVGIcon.propTypes);
|
|
57
|
+
var _default = IconMiniArrowDoubleSolid;
|
|
58
|
+
exports.default = _default;
|