@instructure/ui-icons 7.15.0 → 7.18.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 +17 -0
- package/es/IconAnalyticsLine.js +10 -3
- package/es/IconAnalyticsSolid.js +1 -4
- 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/IconStatsLine.js +10 -3
- package/es/IconStatsSolid.js +1 -4
- 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 +318 -300
- 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 +318 -300
- 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/IconAnalyticsLine.js +10 -3
- package/lib/IconAnalyticsSolid.js +1 -4
- 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/IconStatsLine.js +10 -3
- package/lib/IconStatsSolid.js +1 -4
- 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 +318 -300
- 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 +318 -300
- 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/analytics.svg +6 -2
- 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/Line/stats.svg +6 -2
- package/svg/Solid/analytics.svg +2 -2
- 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
- package/svg/Solid/stats.svg +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [7.18.0](https://github.com/instructure/instructure-ui/compare/v7.17.0...v7.18.0) (2022-03-30)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **ui-icons:** update `stats` and `analytics` icons ([be58092](https://github.com/instructure/instructure-ui/commit/be58092))
|
|
11
|
+
|
|
12
|
+
# [7.17.0](https://github.com/instructure/instructure-ui/compare/v7.16.0...v7.17.0) (2022-03-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **ui-icons:** add `mini-arrow-double` icon to the Iconography ([a9e9fa3](https://github.com/instructure/instructure-ui/commit/a9e9fa3))
|
|
17
|
+
- **ui-icons:** add new icons: `canvas-logo`, `cloud-upload`, `elevate-logo`, `impact-logo` and `mastery-logo`. ([c6d35b1](https://github.com/instructure/instructure-ui/commit/c6d35b1))
|
|
18
|
+
|
|
19
|
+
# [7.16.0](https://github.com/instructure/instructure-ui/compare/v7.15.0...v7.16.0) (2022-02-08)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
22
|
+
|
|
6
23
|
# [7.15.0](https://github.com/instructure/instructure-ui/compare/v7.14.1...v7.15.0) (2022-02-03)
|
|
7
24
|
|
|
8
25
|
**Note:** Version bump only for package @instructure/ui-icons
|
package/es/IconAnalyticsLine.js
CHANGED
|
@@ -6,12 +6,19 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
|
6
6
|
import React, { Component } from 'react';
|
|
7
7
|
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
8
|
|
|
9
|
-
var _ref = /*#__PURE__*/React.createElement("
|
|
10
|
-
d: "M112.941176,153.572235 L112.941176,1734.74871 L338.823529,1734.74871 L338.823529,944.160471 L790.588235,944.160471 L790.588235,1734.74871 L903.529412,1734.74871 L903.529412,1170.04282 L1355.29412,1170.04282 L1355.29412,1734.74871 L1468.23529,1734.74871 L1468.23529,718.278118 L1920,718.278118 L1920,1847.68988 L0,1847.68988 L0,153.572235 L112.941176,153.572235 Z M1807.05882,831.219294 L1581.17647,831.219294 L1581.17647,1734.74871 L1807.05882,1734.74871 L1807.05882,831.219294 Z M1242.35294,1282.984 L1016.47059,1282.984 L1016.47059,1734.74871 L1242.35294,1734.74871 L1242.35294,1282.984 Z M677.647059,1057.10165 L451.764706,1057.10165 L451.764706,1734.74871 L677.647059,1734.74871 L677.647059,1057.10165 Z M1586.60894,73 L1688.70776,121.112941 C1681.70541,136.247059 1511.95482,491.785882 1248.35012,557.404706 C1138.68424,584.736471 1030.03482,559.098824 926.128941,481.056471 C805.733647,390.703529 706.006588,364.501176 629.997176,402.449412 C496.274824,469.197647 451.776,714.844706 451.776,774.703529 L451.776,774.703529 L338.834824,774.703529 C338.834824,680.510588 395.870118,393.188235 579.512471,301.367059 C697.197176,242.750588 836.566588,272.792941 993.893647,390.703529 C1070.24188,448.077647 1144.44424,466.825882 1220.67953,447.851765 C1432.33129,395.334118 1585.02776,76.2752941 1586.60894,73 L1586.60894,73 Z",
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
11
10
|
fillRule: "evenodd",
|
|
12
11
|
stroke: "none",
|
|
13
12
|
strokeWidth: "1"
|
|
14
|
-
}
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M746.667 106.667V1493.33H1173.33V106.667H746.667zM1056 224H864V1376H1056V224zM106.667 533.333H533.333V1493.33H106.667V533.333zM224 650.667H416V1376H224V650.667z",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M1920 1706.67H0V1824H1920V1706.67Z"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M1386.67 746.667H1813.33V1493.33H1386.67V746.667ZM1504 864H1696V1376H1504V864Z",
|
|
20
|
+
fillRule: "evenodd"
|
|
21
|
+
}));
|
|
15
22
|
|
|
16
23
|
var IconAnalyticsLine = /*#__PURE__*/function (_Component) {
|
|
17
24
|
_inherits(IconAnalyticsLine, _Component);
|
package/es/IconAnalyticsSolid.js
CHANGED
|
@@ -7,10 +7,7 @@ import React, { Component } from 'react';
|
|
|
7
7
|
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
8
|
|
|
9
9
|
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
d: "
|
|
11
|
-
fillRule: "evenodd",
|
|
12
|
-
stroke: "none",
|
|
13
|
-
strokeWidth: "1"
|
|
10
|
+
d: "M746.667 106.667H1173.33V1493.33H746.667V106.667zM533.333 533.333H106.667V1493.33H533.333V533.333zM1920 1706.67H0V1824H1920V1706.67zM1813.33 746.667H1386.67V1493.33H1813.33V746.667z"
|
|
14
11
|
});
|
|
15
12
|
|
|
16
13
|
var IconAnalyticsSolid = /*#__PURE__*/function (_Component) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M958.568 277.97C1100.42 277.97 1216.48 171.94 1233.67 34.3881 1146.27 12.8955 1054.57 0 958.568 0 864.001 0 770.867 12.8955 683.464 34.3881 700.658 171.94 816.718 277.97 958.568 277.97zM35.8207 682.031C173.373 699.225 279.403 815.285 279.403 957.136 279.403 1098.99 173.373 1215.05 35.8207 1232.24 12.8953 1144.84 1.43262 1051.7 1.43262 957.136 1.43262 862.569 12.8953 769.434 35.8207 682.031zM528.713 957.142C528.713 1005.41 489.581 1044.55 441.31 1044.55 393.038 1044.55 353.907 1005.41 353.907 957.142 353.907 908.871 393.038 869.74 441.31 869.74 489.581 869.74 528.713 908.871 528.713 957.142zM1642.03 957.136C1642.03 1098.99 1748.06 1215.05 1885.61 1232.24 1908.54 1144.84 1920 1051.7 1920 957.136 1920 862.569 1908.54 769.434 1885.61 682.031 1748.06 699.225 1642.03 815.285 1642.03 957.136zM1567.51 957.142C1567.51 1005.41 1528.38 1044.55 1480.11 1044.55 1431.84 1044.55 1392.71 1005.41 1392.71 957.142 1392.71 908.871 1431.84 869.74 1480.11 869.74 1528.38 869.74 1567.51 908.871 1567.51 957.142zM958.568 1640.6C816.718 1640.6 700.658 1746.63 683.464 1884.18 770.867 1907.11 864.001 1918.57 958.568 1918.57 1053.14 1918.57 1146.27 1907.11 1233.67 1884.18 1216.48 1746.63 1100.42 1640.6 958.568 1640.6zM1045.98 1480.11C1045.98 1528.38 1006.85 1567.51 958.575 1567.51 910.304 1567.51 871.172 1528.38 871.172 1480.11 871.172 1431.84 910.304 1392.71 958.575 1392.71 1006.85 1392.71 1045.98 1431.84 1045.98 1480.11zM1045.98 439.877C1045.98 488.148 1006.85 527.28 958.575 527.28 910.304 527.28 871.172 488.148 871.172 439.877 871.172 391.606 910.304 352.474 958.575 352.474 1006.85 352.474 1045.98 391.606 1045.98 439.877zM1441.44 1439.99C1341.15 1540.29 1333.98 1697.91 1418.52 1806.8 1579 1712.23 1713.68 1577.55 1806.82 1418.5 1699.35 1332.53 1541.74 1339.7 1441.44 1439.99zM1414.21 1325.37C1414.21 1373.64 1375.08 1412.77 1326.8 1412.77 1278.53 1412.77 1239.4 1373.64 1239.4 1325.37 1239.4 1277.1 1278.53 1237.97 1326.8 1237.97 1375.08 1237.97 1414.21 1277.1 1414.21 1325.37zM478.577 477.145C578.875 376.846 586.039 219.234 501.502 110.339 341.024 204.906 206.338 339.592 113.203 498.637 220.666 584.607 378.278 576.01 478.577 477.145zM679.155 590.32C679.155 638.591 640.024 677.723 591.752 677.723 543.481 677.723 504.349 638.591 504.349 590.32 504.349 542.048 543.481 502.917 591.752 502.917 640.024 502.917 679.155 542.048 679.155 590.32zM1440 475.712C1540.3 576.01 1697.91 583.174 1806.8 498.637 1712.24 338.159 1577.55 203.473 1418.51 110.339 1332.54 217.801 1341.13 375.413 1440 475.712zM1414.21 590.32C1414.21 638.591 1375.08 677.723 1326.8 677.723 1278.53 677.723 1239.4 638.591 1239.4 590.32 1239.4 542.048 1278.53 502.917 1326.8 502.917 1375.08 502.917 1414.21 542.048 1414.21 590.32zM477.145 1438.58C376.846 1338.28 219.234 1331.12 110.339 1415.65 204.906 1576.13 339.593 1710.82 498.637 1805.39 584.607 1696.49 577.443 1538.88 477.145 1438.58zM679.155 1325.37C679.155 1373.64 640.024 1412.77 591.752 1412.77 543.481 1412.77 504.349 1373.64 504.349 1325.37 504.349 1277.1 543.481 1237.97 591.752 1237.97 640.024 1237.97 679.155 1277.1 679.155 1325.37z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconCanvasLogoLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconCanvasLogoLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconCanvasLogoLine);
|
|
17
|
+
|
|
18
|
+
function IconCanvasLogoLine() {
|
|
19
|
+
_classCallCheck(this, IconCanvasLogoLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconCanvasLogoLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconCanvasLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconCanvasLogoLine.displayName = "IconCanvasLogoLine";
|
|
35
|
+
return IconCanvasLogoLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconCanvasLogoLine.glyphName = 'canvas-logo';
|
|
39
|
+
IconCanvasLogoLine.variant = 'Line';
|
|
40
|
+
IconCanvasLogoLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconCanvasLogoLine;
|
|
42
|
+
export { IconCanvasLogoLine };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M958.568 277.97C1100.42 277.97 1216.48 171.94 1233.67 34.3881 1146.27 12.8955 1054.57 0 958.568 0 864.001 0 770.867 12.8955 683.464 34.3881 700.658 171.94 816.718 277.97 958.568 277.97zM35.8207 682.031C173.373 699.225 279.403 815.285 279.403 957.136 279.403 1098.99 173.373 1215.05 35.8207 1232.24 12.8953 1144.84 1.43262 1051.7 1.43262 957.136 1.43262 862.569 12.8953 769.434 35.8207 682.031zM528.713 957.142C528.713 1005.41 489.581 1044.55 441.31 1044.55 393.038 1044.55 353.907 1005.41 353.907 957.142 353.907 908.871 393.038 869.74 441.31 869.74 489.581 869.74 528.713 908.871 528.713 957.142zM1642.03 957.136C1642.03 1098.99 1748.06 1215.05 1885.61 1232.24 1908.54 1144.84 1920 1051.7 1920 957.136 1920 862.569 1908.54 769.434 1885.61 682.031 1748.06 699.225 1642.03 815.285 1642.03 957.136zM1567.51 957.142C1567.51 1005.41 1528.38 1044.55 1480.11 1044.55 1431.84 1044.55 1392.71 1005.41 1392.71 957.142 1392.71 908.871 1431.84 869.74 1480.11 869.74 1528.38 869.74 1567.51 908.871 1567.51 957.142zM958.568 1640.6C816.718 1640.6 700.658 1746.63 683.464 1884.18 770.867 1907.11 864.001 1918.57 958.568 1918.57 1053.14 1918.57 1146.27 1907.11 1233.67 1884.18 1216.48 1746.63 1100.42 1640.6 958.568 1640.6zM1045.98 1480.11C1045.98 1528.38 1006.85 1567.51 958.575 1567.51 910.304 1567.51 871.172 1528.38 871.172 1480.11 871.172 1431.84 910.304 1392.71 958.575 1392.71 1006.85 1392.71 1045.98 1431.84 1045.98 1480.11zM1045.98 439.877C1045.98 488.148 1006.85 527.28 958.575 527.28 910.304 527.28 871.172 488.148 871.172 439.877 871.172 391.606 910.304 352.474 958.575 352.474 1006.85 352.474 1045.98 391.606 1045.98 439.877zM1441.44 1439.99C1341.15 1540.29 1333.98 1697.91 1418.52 1806.8 1579 1712.23 1713.68 1577.55 1806.82 1418.5 1699.35 1332.53 1541.74 1339.7 1441.44 1439.99zM1414.21 1325.37C1414.21 1373.64 1375.08 1412.77 1326.8 1412.77 1278.53 1412.77 1239.4 1373.64 1239.4 1325.37 1239.4 1277.1 1278.53 1237.97 1326.8 1237.97 1375.08 1237.97 1414.21 1277.1 1414.21 1325.37zM478.577 477.145C578.875 376.846 586.039 219.234 501.502 110.339 341.024 204.906 206.338 339.592 113.203 498.637 220.666 584.607 378.278 576.01 478.577 477.145zM679.155 590.32C679.155 638.591 640.024 677.723 591.752 677.723 543.481 677.723 504.349 638.591 504.349 590.32 504.349 542.048 543.481 502.917 591.752 502.917 640.024 502.917 679.155 542.048 679.155 590.32zM1440 475.712C1540.3 576.01 1697.91 583.174 1806.8 498.637 1712.24 338.159 1577.55 203.473 1418.51 110.339 1332.54 217.801 1341.13 375.413 1440 475.712zM1414.21 590.32C1414.21 638.591 1375.08 677.723 1326.8 677.723 1278.53 677.723 1239.4 638.591 1239.4 590.32 1239.4 542.048 1278.53 502.917 1326.8 502.917 1375.08 502.917 1414.21 542.048 1414.21 590.32zM477.145 1438.58C376.846 1338.28 219.234 1331.12 110.339 1415.65 204.906 1576.13 339.593 1710.82 498.637 1805.39 584.607 1696.49 577.443 1538.88 477.145 1438.58zM679.155 1325.37C679.155 1373.64 640.024 1412.77 591.752 1412.77 543.481 1412.77 504.349 1373.64 504.349 1325.37 504.349 1277.1 543.481 1237.97 591.752 1237.97 640.024 1237.97 679.155 1277.1 679.155 1325.37z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconCanvasLogoSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconCanvasLogoSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconCanvasLogoSolid);
|
|
17
|
+
|
|
18
|
+
function IconCanvasLogoSolid() {
|
|
19
|
+
_classCallCheck(this, IconCanvasLogoSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconCanvasLogoSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconCanvasLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconCanvasLogoSolid.displayName = "IconCanvasLogoSolid";
|
|
35
|
+
return IconCanvasLogoSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconCanvasLogoSolid.glyphName = 'canvas-logo';
|
|
39
|
+
IconCanvasLogoSolid.variant = 'Solid';
|
|
40
|
+
IconCanvasLogoSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconCanvasLogoSolid;
|
|
42
|
+
export { IconCanvasLogoSolid };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M1451.06 557.963C1456.76 557.07 1462.44 556.179 1468.24 556.179C1717.38 556.179 1920 761.2 1920 1013.31C1920 1265.41 1717.38 1470.43 1468.24 1470.43H1355.29V1356.15H1468.24C1655.04 1356.15 1807.06 1202.33 1807.06 1013.31C1807.06 824.283 1655.04 670.46 1468.24 670.46C1467.28 670.46 1466.34 670.632 1465.41 670.803C1464.48 670.975 1463.55 671.146 1462.59 671.146C1463.2 676.832 1463.97 682.485 1464.73 688.143C1466.48 701.135 1468.24 714.146 1468.24 727.601C1468.24 772.4 1462.48 816.855 1451.29 859.825L1342.08 830.569C1350.78 797.084 1355.29 762.571 1355.29 727.601C1355.29 507.038 1177.98 327.616 960 327.616C747.558 327.616 574.871 498.581 566.287 711.373C604.574 730.115 640.602 753.772 671.887 784.628L592.941 866.339C539.746 813.77 469.609 784.742 395.294 784.742C239.661 784.742 112.941 912.852 112.941 1070.45C112.941 1228.04 239.661 1356.15 395.294 1356.15H564.706V1470.43H395.294C177.318 1470.43 0 1291.01 0 1070.45C0 849.883 177.318 670.46 395.294 670.46C416.188 670.46 436.631 673.203 456.847 676.517C482.598 417.098 697.073 213.334 960 213.334C1181.82 213.334 1368.85 358.7 1438.08 559.607C1442.45 559.312 1446.76 558.637 1451.06 557.963ZM717.572 1282.27L637.722 1201.47L960.056 875.31L1282.28 1201.47L1202.43 1282.27L1016.53 1094.16V1813.33H903.586V1094.16L717.572 1282.27Z",
|
|
11
|
+
fillRule: "evenodd"
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
var IconCloudUploadLine = /*#__PURE__*/function (_Component) {
|
|
15
|
+
_inherits(IconCloudUploadLine, _Component);
|
|
16
|
+
|
|
17
|
+
var _super = _createSuper(IconCloudUploadLine);
|
|
18
|
+
|
|
19
|
+
function IconCloudUploadLine() {
|
|
20
|
+
_classCallCheck(this, IconCloudUploadLine);
|
|
21
|
+
|
|
22
|
+
return _super.apply(this, arguments);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
_createClass(IconCloudUploadLine, [{
|
|
26
|
+
key: "render",
|
|
27
|
+
value: function render() {
|
|
28
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
29
|
+
name: "IconCloudUpload",
|
|
30
|
+
viewBox: "0 0 1920 1920"
|
|
31
|
+
}), _ref);
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
IconCloudUploadLine.displayName = "IconCloudUploadLine";
|
|
36
|
+
return IconCloudUploadLine;
|
|
37
|
+
}(Component);
|
|
38
|
+
|
|
39
|
+
IconCloudUploadLine.glyphName = 'cloud-upload';
|
|
40
|
+
IconCloudUploadLine.variant = 'Line';
|
|
41
|
+
IconCloudUploadLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
42
|
+
export default IconCloudUploadLine;
|
|
43
|
+
export { IconCloudUploadLine };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M1451.06 557.975C1456.76 557.082 1462.44 556.191 1468.24 556.191C1717.38 556.191 1920 761.334 1920 1013.33C1920 1265.33 1717.38 1470.48 1468.24 1470.48H1016.47V1094.13L1202.37 1282.36L1282.33 1201.45L960 875.391L637.666 1201.45L717.628 1282.36L903.529 1094.13V1470.48H395.294C177.318 1470.48 0 1291.05 0 1070.48C0 849.905 177.318 670.477 395.294 670.477C416.188 670.477 436.631 673.22 456.847 676.534C482.598 417.105 697.073 213.334 960 213.334C1181.82 213.334 1368.85 358.705 1438.08 559.62C1442.45 559.325 1446.76 558.649 1451.06 557.975ZM1016.47 1813.33H903.53V1470.48H1016.47V1813.33Z",
|
|
11
|
+
fillRule: "evenodd"
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
var IconCloudUploadSolid = /*#__PURE__*/function (_Component) {
|
|
15
|
+
_inherits(IconCloudUploadSolid, _Component);
|
|
16
|
+
|
|
17
|
+
var _super = _createSuper(IconCloudUploadSolid);
|
|
18
|
+
|
|
19
|
+
function IconCloudUploadSolid() {
|
|
20
|
+
_classCallCheck(this, IconCloudUploadSolid);
|
|
21
|
+
|
|
22
|
+
return _super.apply(this, arguments);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
_createClass(IconCloudUploadSolid, [{
|
|
26
|
+
key: "render",
|
|
27
|
+
value: function render() {
|
|
28
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
29
|
+
name: "IconCloudUpload",
|
|
30
|
+
viewBox: "0 0 1920 1920"
|
|
31
|
+
}), _ref);
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
IconCloudUploadSolid.displayName = "IconCloudUploadSolid";
|
|
36
|
+
return IconCloudUploadSolid;
|
|
37
|
+
}(Component);
|
|
38
|
+
|
|
39
|
+
IconCloudUploadSolid.glyphName = 'cloud-upload';
|
|
40
|
+
IconCloudUploadSolid.variant = 'Solid';
|
|
41
|
+
IconCloudUploadSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
42
|
+
export default IconCloudUploadSolid;
|
|
43
|
+
export { IconCloudUploadSolid };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M1070.45 53.9152C1104.97 88.4365 1124.36 135.258 1124.36 184.078L1123.51 1188.09C1123.74 1229.1 1110.25 1269.01 1085.18 1301.47 1060.11 1333.93 1024.9 1357.08 985.16 1367.22 945.419 1377.35 903.428 1373.91 865.87 1357.43 828.312 1340.95 797.346 1312.38 777.899 1276.28 763.314 1249.19 755.85 1218.85 756.21 1188.09V184.078C756.21 135.258 775.603 88.4365 810.124 53.9152 844.646 19.3939 891.467 0 940.288 0 989.108 0 1035.93 19.3939 1070.45 53.9152zM161.091 1320.33C194.624 1353.7 240.009 1372.44 287.319 1372.44 310.767 1372.44 333.985 1367.81 355.644 1358.83 377.304 1349.85 396.98 1336.69 413.547 1320.1 430.113 1303.5 443.246 1283.8 452.193 1262.13 461.141 1240.45 465.726 1217.23 465.689 1193.78L463.406 359.01 106.666 741.15 108.378 1194.35C108.605 1241.67 127.558 1286.96 161.091 1320.33zM1592.41 1372.44C1639.74 1372.51 1685.17 1353.81 1718.72 1320.42 1752.27 1287.02 1771.2 1241.69 1771.35 1194.35L1773.06 741.15 1416.33 359.01 1414.32 1193.78C1414.29 1217.21 1418.87 1240.41 1427.79 1262.06 1436.72 1283.71 1449.83 1303.41 1466.37 1319.99 1482.9 1336.58 1502.55 1349.75 1524.17 1358.75 1545.8 1367.75 1568.99 1372.4 1592.41 1372.44zM1123.46 1752.39C1126.77 1716.09 1119.25 1679.61 1101.83 1647.56 1090.29 1626.27 1074.66 1607.47 1055.85 1592.22 1037.03 1576.97 1015.39 1565.59 992.163 1558.73 968.939 1551.86 944.588 1549.64 920.506 1552.2 896.423 1554.76 873.083 1562.05 851.822 1573.65 819.782 1591.06 793.627 1617.59 776.661 1649.87 759.697 1682.14 752.685 1718.73 756.513 1754.99 760.341 1791.25 774.837 1825.57 798.168 1853.59 821.499 1881.62 852.616 1902.09 887.585 1912.44 922.554 1922.77 959.804 1922.51 994.623 1911.68 1029.44 1900.84 1060.27 1879.94 1083.2 1851.58 1106.13 1823.23 1120.14 1788.71 1123.46 1752.39z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconElevateLogoLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconElevateLogoLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconElevateLogoLine);
|
|
17
|
+
|
|
18
|
+
function IconElevateLogoLine() {
|
|
19
|
+
_classCallCheck(this, IconElevateLogoLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconElevateLogoLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconElevateLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconElevateLogoLine.displayName = "IconElevateLogoLine";
|
|
35
|
+
return IconElevateLogoLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconElevateLogoLine.glyphName = 'elevate-logo';
|
|
39
|
+
IconElevateLogoLine.variant = 'Line';
|
|
40
|
+
IconElevateLogoLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconElevateLogoLine;
|
|
42
|
+
export { IconElevateLogoLine };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M1070.45 53.9152C1104.97 88.4365 1124.36 135.258 1124.36 184.078L1123.51 1188.09C1123.74 1229.1 1110.25 1269.01 1085.18 1301.47 1060.11 1333.93 1024.9 1357.08 985.16 1367.22 945.419 1377.35 903.428 1373.91 865.87 1357.43 828.312 1340.95 797.346 1312.38 777.899 1276.28 763.314 1249.19 755.85 1218.85 756.21 1188.09V184.078C756.21 135.258 775.603 88.4365 810.124 53.9152 844.646 19.3939 891.467 0 940.288 0 989.108 0 1035.93 19.3939 1070.45 53.9152zM161.091 1320.33C194.624 1353.7 240.009 1372.44 287.319 1372.44 310.767 1372.44 333.985 1367.81 355.644 1358.83 377.304 1349.85 396.98 1336.69 413.547 1320.1 430.113 1303.5 443.246 1283.8 452.193 1262.13 461.141 1240.45 465.726 1217.23 465.689 1193.78L463.406 359.01 106.666 741.15 108.378 1194.35C108.605 1241.67 127.558 1286.96 161.091 1320.33zM1592.41 1372.44C1639.74 1372.51 1685.17 1353.81 1718.72 1320.42 1752.27 1287.02 1771.2 1241.69 1771.35 1194.35L1773.06 741.15 1416.33 359.01 1414.32 1193.78C1414.29 1217.21 1418.87 1240.41 1427.79 1262.06 1436.72 1283.71 1449.83 1303.41 1466.37 1319.99 1482.9 1336.58 1502.55 1349.75 1524.17 1358.75 1545.8 1367.75 1568.99 1372.4 1592.41 1372.44zM1123.46 1752.39C1126.77 1716.09 1119.25 1679.61 1101.83 1647.56 1090.29 1626.27 1074.66 1607.47 1055.85 1592.22 1037.03 1576.97 1015.39 1565.59 992.163 1558.73 968.939 1551.86 944.588 1549.64 920.506 1552.2 896.423 1554.76 873.083 1562.05 851.822 1573.65 819.782 1591.06 793.627 1617.59 776.661 1649.87 759.697 1682.14 752.685 1718.73 756.513 1754.99 760.341 1791.25 774.837 1825.57 798.168 1853.59 821.499 1881.62 852.616 1902.09 887.585 1912.44 922.554 1922.77 959.804 1922.51 994.623 1911.68 1029.44 1900.84 1060.27 1879.94 1083.2 1851.58 1106.13 1823.23 1120.14 1788.71 1123.46 1752.39z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconElevateLogoSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconElevateLogoSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconElevateLogoSolid);
|
|
17
|
+
|
|
18
|
+
function IconElevateLogoSolid() {
|
|
19
|
+
_classCallCheck(this, IconElevateLogoSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconElevateLogoSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconElevateLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconElevateLogoSolid.displayName = "IconElevateLogoSolid";
|
|
35
|
+
return IconElevateLogoSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconElevateLogoSolid.glyphName = 'elevate-logo';
|
|
39
|
+
IconElevateLogoSolid.variant = 'Solid';
|
|
40
|
+
IconElevateLogoSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconElevateLogoSolid;
|
|
42
|
+
export { IconElevateLogoSolid };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M910.001 203.918C910.001 163.587 921.96 124.161 944.366 90.6273 966.773 57.0931 998.621 30.9565 1035.88 15.5225 1073.14.0883516 1114.15-3.9499 1153.7 3.91831 1193.26 11.7866 1229.59 31.2078 1258.11 59.7263 1286.63 88.2447 1306.05 124.579 1313.92 164.135 1321.78 203.692 1317.75 244.693 1302.32 281.954 1286.88 319.215 1260.74 351.062 1227.21 373.47 1193.68 395.876 1154.25 407.836 1113.92 407.836 1087.13 407.869 1060.6 402.617 1035.84 392.38 1011.09 382.144 988.596 367.124 969.654 348.182 950.712 329.241 935.692 306.748 925.457 281.993 915.22 257.237 909.967 230.706 910.001 203.918zM167.424 913.308 458.311 622.422H1045.04L460.789 1206.68C421.886 1245.58 369.124 1267.44 314.107 1267.44 259.09 1267.44 206.327 1245.58 167.424 1206.68 128.522 1167.77 106.667 1115.01 106.667 1059.99 106.667 1004.97 128.522 952.211 167.424 913.308zM1738.81 1027.77 1454.11 1313.21H867.136L1444.7 734.406C1483.6 695.405 1536.4 673.455 1591.49 673.386 1646.57 673.316 1699.43 695.132 1738.43 734.034 1777.43 772.936 1799.38 825.739 1799.45 880.826 1799.52 935.911 1777.71 988.769 1738.81 1027.77zM587.075 1602.79C564.668 1636.33 552.709 1675.75 552.709 1716.08 552.709 1770.16 574.192 1822.02 612.435 1860.27 650.677 1898.51 702.543 1920 756.627 1920 796.957 1920 836.382 1908.04 869.917 1885.63 903.451 1863.23 929.588 1831.38 945.021 1794.12 960.456 1756.85 964.494 1715.85 956.625 1676.29 948.758 1636.74 929.336 1600.4 900.817 1571.89 872.299 1543.37 835.965 1523.94 796.409 1516.08 756.853 1508.21 715.851 1512.25 678.59 1527.69 641.329 1543.12 609.481 1569.25 587.075 1602.79z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconImpactLogoLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconImpactLogoLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconImpactLogoLine);
|
|
17
|
+
|
|
18
|
+
function IconImpactLogoLine() {
|
|
19
|
+
_classCallCheck(this, IconImpactLogoLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconImpactLogoLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconImpactLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconImpactLogoLine.displayName = "IconImpactLogoLine";
|
|
35
|
+
return IconImpactLogoLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconImpactLogoLine.glyphName = 'impact-logo';
|
|
39
|
+
IconImpactLogoLine.variant = 'Line';
|
|
40
|
+
IconImpactLogoLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconImpactLogoLine;
|
|
42
|
+
export { IconImpactLogoLine };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M910.001 203.918C910.001 163.587 921.96 124.161 944.366 90.6273 966.773 57.0931 998.621 30.9565 1035.88 15.5225 1073.14.0883516 1114.15-3.9499 1153.7 3.91831 1193.26 11.7866 1229.59 31.2078 1258.11 59.7263 1286.63 88.2447 1306.05 124.579 1313.92 164.135 1321.78 203.692 1317.75 244.693 1302.32 281.954 1286.88 319.215 1260.74 351.062 1227.21 373.47 1193.68 395.876 1154.25 407.836 1113.92 407.836 1087.13 407.869 1060.6 402.617 1035.84 392.38 1011.09 382.144 988.596 367.124 969.654 348.182 950.712 329.241 935.692 306.748 925.457 281.993 915.22 257.237 909.967 230.706 910.001 203.918zM167.424 913.308 458.311 622.422H1045.04L460.789 1206.68C421.886 1245.58 369.124 1267.44 314.107 1267.44 259.09 1267.44 206.327 1245.58 167.424 1206.68 128.522 1167.77 106.667 1115.01 106.667 1059.99 106.667 1004.97 128.522 952.211 167.424 913.308zM1738.81 1027.77 1454.11 1313.21H867.136L1444.7 734.406C1483.6 695.405 1536.4 673.455 1591.49 673.386 1646.57 673.316 1699.43 695.132 1738.43 734.034 1777.43 772.936 1799.38 825.739 1799.45 880.826 1799.52 935.911 1777.71 988.769 1738.81 1027.77zM587.075 1602.79C564.668 1636.33 552.709 1675.75 552.709 1716.08 552.709 1770.16 574.192 1822.02 612.435 1860.27 650.677 1898.51 702.543 1920 756.627 1920 796.957 1920 836.382 1908.04 869.917 1885.63 903.451 1863.23 929.588 1831.38 945.021 1794.12 960.456 1756.85 964.494 1715.85 956.625 1676.29 948.758 1636.74 929.336 1600.4 900.817 1571.89 872.299 1543.37 835.965 1523.94 796.409 1516.08 756.853 1508.21 715.851 1512.25 678.59 1527.69 641.329 1543.12 609.481 1569.25 587.075 1602.79z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconImpactLogoSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconImpactLogoSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconImpactLogoSolid);
|
|
17
|
+
|
|
18
|
+
function IconImpactLogoSolid() {
|
|
19
|
+
_classCallCheck(this, IconImpactLogoSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconImpactLogoSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconImpactLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconImpactLogoSolid.displayName = "IconImpactLogoSolid";
|
|
35
|
+
return IconImpactLogoSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconImpactLogoSolid.glyphName = 'impact-logo';
|
|
39
|
+
IconImpactLogoSolid.variant = 'Solid';
|
|
40
|
+
IconImpactLogoSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconImpactLogoSolid;
|
|
42
|
+
export { IconImpactLogoSolid };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M672.274 547.699V889.681L371.706 760.866C332.318 747.272 297.441 723.083 270.907 690.958 244.373 658.833 227.209 620.015 221.301 578.769 215.392 537.524 220.969 495.447 237.417 457.164 253.866 418.883 280.55 385.876 314.537 361.771 348.524 337.668 388.498 323.399 430.066 320.536 471.634 317.672 513.187 326.323 550.158 345.538 587.13 364.753 618.089 393.788 639.632 429.453 661.176 465.119 672.47 506.033 672.274 547.699zM959.895 1550.52C1013.45 1550.76 1065.35 1531.95 1106.32 1497.47 1147.3 1462.98 1174.68 1415.06 1183.6 1362.25 1192.51 1309.44 1182.37 1255.17 1154.98 1209.16 1127.6 1163.13 1084.75 1128.34 1034.08 1110.97L733.516 982.161V1324.15C733.584 1384.17 757.456 1441.7 799.895 1484.15 842.335 1526.59 899.876 1550.46 959.895 1550.52zM226.887 1097.53C182.052 1097.47 138.21 1110.72 100.908 1135.6 63.6045 1160.47 34.5168 1195.85 17.3245 1237.26.13224 1278.67-4.39211 1324.24 4.32386 1368.21 13.0399 1412.19 34.6045 1452.61 66.2896 1484.32 97.9747 1516.04 138.356 1537.65 182.325 1546.42 226.295 1555.19 271.876 1550.71 313.303 1533.57 354.73 1516.42 390.14 1487.37 415.054 1450.1 439.968 1412.82 453.266 1368.99 453.266 1324.16 453.199 1264.12 429.335 1206.55 386.902 1164.08 344.47 1121.59 286.929 1097.66 226.887 1097.53zM1693.14 1550.52C1746.69 1550.76 1798.6 1531.95 1839.57 1497.47 1880.54 1462.98 1907.93 1415.06 1916.85 1362.25 1925.75 1309.44 1915.62 1255.17 1888.23 1209.16 1860.85 1163.13 1818 1128.34 1767.33 1110.97L1466.51 982.161V1324.15C1466.64 1384.19 1490.57 1441.72 1533.05 1484.16 1575.53 1526.59 1633.1 1550.46 1693.14 1550.52zM1405.53 547.689V889.671L1104.7 760.856C1065.35 747.221 1030.51 723.005 1004.02 690.865 977.527 658.724 960.404 619.905 954.531 578.67 948.656 537.434 954.261 495.378 970.726 457.12 987.192 418.861 1013.88 385.879 1047.87 361.798 1081.85 337.716 1121.81 323.465 1163.37 320.611 1204.92 317.757 1246.46 326.408 1283.41 345.617 1320.37 364.825 1351.33 393.847 1372.86 429.495 1394.41 465.143 1405.71 506.038 1405.53 547.689z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconMasteryLogoLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconMasteryLogoLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconMasteryLogoLine);
|
|
17
|
+
|
|
18
|
+
function IconMasteryLogoLine() {
|
|
19
|
+
_classCallCheck(this, IconMasteryLogoLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconMasteryLogoLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconMasteryLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconMasteryLogoLine.displayName = "IconMasteryLogoLine";
|
|
35
|
+
return IconMasteryLogoLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconMasteryLogoLine.glyphName = 'mastery-logo';
|
|
39
|
+
IconMasteryLogoLine.variant = 'Line';
|
|
40
|
+
IconMasteryLogoLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconMasteryLogoLine;
|
|
42
|
+
export { IconMasteryLogoLine };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M672.274 547.699V889.681L371.706 760.866C332.318 747.272 297.441 723.083 270.907 690.958 244.373 658.833 227.209 620.015 221.301 578.769 215.392 537.524 220.969 495.447 237.417 457.164 253.866 418.883 280.55 385.876 314.537 361.771 348.524 337.668 388.498 323.399 430.066 320.536 471.634 317.672 513.187 326.323 550.158 345.538 587.13 364.753 618.089 393.788 639.632 429.453 661.176 465.119 672.47 506.033 672.274 547.699zM959.895 1550.52C1013.45 1550.76 1065.35 1531.95 1106.32 1497.47 1147.3 1462.98 1174.68 1415.06 1183.6 1362.25 1192.51 1309.44 1182.37 1255.17 1154.98 1209.16 1127.6 1163.13 1084.75 1128.34 1034.08 1110.97L733.516 982.161V1324.15C733.584 1384.17 757.456 1441.7 799.895 1484.15 842.335 1526.59 899.876 1550.46 959.895 1550.52zM226.887 1097.53C182.052 1097.47 138.21 1110.72 100.908 1135.6 63.6045 1160.47 34.5168 1195.85 17.3245 1237.26.13224 1278.67-4.39211 1324.24 4.32386 1368.21 13.0399 1412.19 34.6045 1452.61 66.2896 1484.32 97.9747 1516.04 138.356 1537.65 182.325 1546.42 226.295 1555.19 271.876 1550.71 313.303 1533.57 354.73 1516.42 390.14 1487.37 415.054 1450.1 439.968 1412.82 453.266 1368.99 453.266 1324.16 453.199 1264.12 429.335 1206.55 386.902 1164.08 344.47 1121.59 286.929 1097.66 226.887 1097.53zM1693.14 1550.52C1746.69 1550.76 1798.6 1531.95 1839.57 1497.47 1880.54 1462.98 1907.93 1415.06 1916.85 1362.25 1925.75 1309.44 1915.62 1255.17 1888.23 1209.16 1860.85 1163.13 1818 1128.34 1767.33 1110.97L1466.51 982.161V1324.15C1466.64 1384.19 1490.57 1441.72 1533.05 1484.16 1575.53 1526.59 1633.1 1550.46 1693.14 1550.52zM1405.53 547.689V889.671L1104.7 760.856C1065.35 747.221 1030.51 723.005 1004.02 690.865 977.527 658.724 960.404 619.905 954.531 578.67 948.656 537.434 954.261 495.378 970.726 457.12 987.192 418.861 1013.88 385.879 1047.87 361.798 1081.85 337.716 1121.81 323.465 1163.37 320.611 1204.92 317.757 1246.46 326.408 1283.41 345.617 1320.37 364.825 1351.33 393.847 1372.86 429.495 1394.41 465.143 1405.71 506.038 1405.53 547.689z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconMasteryLogoSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconMasteryLogoSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconMasteryLogoSolid);
|
|
17
|
+
|
|
18
|
+
function IconMasteryLogoSolid() {
|
|
19
|
+
_classCallCheck(this, IconMasteryLogoSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconMasteryLogoSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconMasteryLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconMasteryLogoSolid.displayName = "IconMasteryLogoSolid";
|
|
35
|
+
return IconMasteryLogoSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconMasteryLogoSolid.glyphName = 'mastery-logo';
|
|
39
|
+
IconMasteryLogoSolid.variant = 'Solid';
|
|
40
|
+
IconMasteryLogoSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconMasteryLogoSolid;
|
|
42
|
+
export { IconMasteryLogoSolid };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
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"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconMiniArrowDoubleLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconMiniArrowDoubleLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconMiniArrowDoubleLine);
|
|
17
|
+
|
|
18
|
+
function IconMiniArrowDoubleLine() {
|
|
19
|
+
_classCallCheck(this, IconMiniArrowDoubleLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconMiniArrowDoubleLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconMiniArrowDouble",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconMiniArrowDoubleLine.displayName = "IconMiniArrowDoubleLine";
|
|
35
|
+
return IconMiniArrowDoubleLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconMiniArrowDoubleLine.glyphName = 'mini-arrow-double';
|
|
39
|
+
IconMiniArrowDoubleLine.variant = 'Line';
|
|
40
|
+
IconMiniArrowDoubleLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconMiniArrowDoubleLine;
|
|
42
|
+
export { IconMiniArrowDoubleLine };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
|
+
import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";
|
|
3
|
+
import _createClass from "@babel/runtime/helpers/esm/createClass";
|
|
4
|
+
import _inherits from "@babel/runtime/helpers/esm/inherits";
|
|
5
|
+
import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
6
|
+
import React, { Component } from 'react';
|
|
7
|
+
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
|
+
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
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"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconMiniArrowDoubleSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconMiniArrowDoubleSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconMiniArrowDoubleSolid);
|
|
17
|
+
|
|
18
|
+
function IconMiniArrowDoubleSolid() {
|
|
19
|
+
_classCallCheck(this, IconMiniArrowDoubleSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconMiniArrowDoubleSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconMiniArrowDouble",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconMiniArrowDoubleSolid.displayName = "IconMiniArrowDoubleSolid";
|
|
35
|
+
return IconMiniArrowDoubleSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconMiniArrowDoubleSolid.glyphName = 'mini-arrow-double';
|
|
39
|
+
IconMiniArrowDoubleSolid.variant = 'Solid';
|
|
40
|
+
IconMiniArrowDoubleSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconMiniArrowDoubleSolid;
|
|
42
|
+
export { IconMiniArrowDoubleSolid };
|
package/es/IconStatsLine.js
CHANGED
|
@@ -6,12 +6,19 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
|
|
|
6
6
|
import React, { Component } from 'react';
|
|
7
7
|
import { SVGIcon } from '@instructure/ui-svg-images';
|
|
8
8
|
|
|
9
|
-
var _ref = /*#__PURE__*/React.createElement("
|
|
10
|
-
d: "M1581.17647,1734.74871 L1807.05882,1734.74871 L1807.05882,831.219294 L1581.17647,831.219294 L1581.17647,1734.74871 Z M1016.47059,1734.74871 L1242.35294,1734.74871 L1242.35294,1282.984 L1016.47059,1282.984 L1016.47059,1734.74871 Z M451.764706,1734.74871 L677.647059,1734.74871 L677.647059,1057.10165 L451.764706,1057.10165 L451.764706,1734.74871 Z M112.941176,153.572235 L112.941176,1734.74871 L338.823529,1734.74871 L338.823529,944.160471 L790.588235,944.160471 L790.588235,1734.74871 L903.529412,1734.74871 L903.529412,1170.04282 L1355.29412,1170.04282 L1355.29412,1734.74871 L1468.23529,1734.74871 L1468.23529,718.278118 L1920,718.278118 L1920,1847.68988 L0,1847.68988 L0,153.572235 L112.941176,153.572235 Z M1586.60894,73 L1688.70776,121.112941 C1681.70541,136.247059 1511.95482,491.785882 1248.35012,557.404706 C1138.68424,584.736471 1030.03482,559.098824 926.128941,481.056471 C805.733647,390.703529 706.006588,364.501176 629.997176,402.449412 C496.274824,469.197647 451.776,714.844706 451.776,774.703529 L451.776,774.703529 L338.834824,774.703529 C338.834824,680.510588 395.870118,393.188235 579.512471,301.367059 C697.197176,242.750588 836.566588,272.792941 993.893647,390.703529 C1070.24188,448.077647 1144.44424,466.825882 1220.67953,447.851765 C1432.33129,395.334118 1585.02776,76.2752941 1586.60894,73 L1586.60894,73 Z",
|
|
9
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
11
10
|
fillRule: "evenodd",
|
|
12
11
|
stroke: "none",
|
|
13
12
|
strokeWidth: "1"
|
|
14
|
-
}
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M746.667 106.667V1493.33H1173.33V106.667H746.667zM1056 224H864V1376H1056V224zM106.667 533.333H533.333V1493.33H106.667V533.333zM224 650.667H416V1376H224V650.667z",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M1920 1706.67H0V1824H1920V1706.67Z"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M1386.67 746.667H1813.33V1493.33H1386.67V746.667ZM1504 864H1696V1376H1504V864Z",
|
|
20
|
+
fillRule: "evenodd"
|
|
21
|
+
}));
|
|
15
22
|
|
|
16
23
|
var IconStatsLine = /*#__PURE__*/function (_Component) {
|
|
17
24
|
_inherits(IconStatsLine, _Component);
|