@instructure/ui-icons 7.18.0 → 7.20.1
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 +19 -0
- package/es/IconArrowLeftLine.js +3 -1
- package/es/IconArrowLeftSolid.js +3 -1
- package/es/IconArrowOpenLeftLine.js +3 -1
- package/es/IconArrowOpenLeftSolid.js +3 -1
- package/es/IconArrowOpenRightLine.js +3 -1
- package/es/IconArrowOpenRightSolid.js +3 -1
- package/es/IconArrowRightLine.js +3 -1
- package/es/IconArrowRightSolid.js +3 -1
- package/es/IconBankLine.js +11 -3
- package/es/IconBankSolid.js +7 -3
- package/es/IconConfigureLine.js +45 -0
- package/es/IconConfigureSolid.js +45 -0
- package/es/IconCopyCourseLine.js +3 -1
- package/es/IconCopyCourseSolid.js +3 -1
- package/es/IconDiscussionReplyDarkLine.js +3 -1
- package/es/IconDiscussionReplyDarkSolid.js +3 -1
- package/es/IconDiscussionReplyLine.js +3 -1
- package/es/IconDiscussionReplySolid.js +3 -1
- package/es/IconDiscussionSearchLine.js +3 -1
- package/es/IconDiscussionSearchSolid.js +3 -1
- package/es/IconDiscussionXLine.js +3 -1
- package/es/IconDiscussionXSolid.js +3 -1
- package/es/IconExpandLeftLine.js +3 -1
- package/es/IconExpandLeftSolid.js +3 -1
- package/es/IconInstructureLine.js +5 -0
- package/es/IconInstructureLogoLine.js +42 -0
- package/es/IconInstructureLogoSolid.js +42 -0
- package/es/IconInstructureSolid.js +5 -0
- package/es/IconMaterialsRequiredLightLine.js +3 -1
- package/es/IconMaterialsRequiredLightSolid.js +3 -1
- package/es/IconMatureLightLine.js +3 -1
- package/es/IconMatureLightSolid.js +3 -1
- package/es/IconMiniArrowLeftLine.js +3 -1
- package/es/IconMiniArrowLeftSolid.js +3 -1
- package/es/IconMiniArrowRightLine.js +3 -1
- package/es/IconMiniArrowRightSolid.js +3 -1
- package/es/IconMoveLeftLine.js +3 -1
- package/es/IconMoveLeftSolid.js +3 -1
- package/es/IconMoveRightLine.js +3 -1
- package/es/IconMoveRightSolid.js +3 -1
- package/es/IconNoteDarkLine.js +3 -1
- package/es/IconNoteDarkSolid.js +3 -1
- package/es/IconNoteLightLine.js +3 -1
- package/es/IconNoteLightSolid.js +3 -1
- package/es/IconRssAddLine.js +3 -1
- package/es/IconRssAddSolid.js +3 -1
- package/es/IconSearchAddressBookLine.js +3 -1
- package/es/IconSearchAddressBookSolid.js +3 -1
- package/es/IconSettings2Line.js +3 -1
- package/es/IconSettings2Solid.js +3 -1
- package/es/IconTextLeftLine.js +3 -1
- package/es/IconTextLeftSolid.js +3 -1
- package/es/IconTextRightLine.js +3 -1
- package/es/IconTextRightSolid.js +3 -1
- package/es/IconToggleLeftLine.js +3 -1
- package/es/IconToggleLeftSolid.js +3 -1
- package/es/IconToggleRightLine.js +3 -1
- package/es/IconToggleRightSolid.js +3 -1
- package/es/IconTwitterBoxedLine.js +3 -1
- package/es/IconTwitterBoxedSolid.js +3 -1
- package/es/IconUnpublishLine.js +3 -1
- package/es/IconUnpublishSolid.js +3 -1
- package/es/IconUserAddLine.js +3 -1
- package/es/IconUserAddSolid.js +3 -1
- package/es/font/Line/InstructureIcons-Line.css +285 -275
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +282 -276
- 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 +279 -275
- package/es/font/Solid/InstructureIcons-Solid.css +285 -275
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +282 -276
- 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 +279 -275
- package/es/font/index.js +592 -552
- package/es/index.js +4 -0
- package/es/svg/index.js +1 -1
- package/lib/IconArrowLeftLine.js +3 -1
- package/lib/IconArrowLeftSolid.js +3 -1
- package/lib/IconArrowOpenLeftLine.js +3 -1
- package/lib/IconArrowOpenLeftSolid.js +3 -1
- package/lib/IconArrowOpenRightLine.js +3 -1
- package/lib/IconArrowOpenRightSolid.js +3 -1
- package/lib/IconArrowRightLine.js +3 -1
- package/lib/IconArrowRightSolid.js +3 -1
- package/lib/IconBankLine.js +11 -3
- package/lib/IconBankSolid.js +7 -3
- package/lib/IconConfigureLine.js +61 -0
- package/lib/IconConfigureSolid.js +61 -0
- package/lib/IconCopyCourseLine.js +3 -1
- package/lib/IconCopyCourseSolid.js +3 -1
- package/lib/IconDiscussionReplyDarkLine.js +3 -1
- package/lib/IconDiscussionReplyDarkSolid.js +3 -1
- package/lib/IconDiscussionReplyLine.js +3 -1
- package/lib/IconDiscussionReplySolid.js +3 -1
- package/lib/IconDiscussionSearchLine.js +3 -1
- package/lib/IconDiscussionSearchSolid.js +3 -1
- package/lib/IconDiscussionXLine.js +3 -1
- package/lib/IconDiscussionXSolid.js +3 -1
- package/lib/IconExpandLeftLine.js +3 -1
- package/lib/IconExpandLeftSolid.js +3 -1
- package/lib/IconInstructureLine.js +5 -0
- package/lib/IconInstructureLogoLine.js +58 -0
- package/lib/IconInstructureLogoSolid.js +58 -0
- package/lib/IconInstructureSolid.js +5 -0
- package/lib/IconMaterialsRequiredLightLine.js +3 -1
- package/lib/IconMaterialsRequiredLightSolid.js +3 -1
- package/lib/IconMatureLightLine.js +3 -1
- package/lib/IconMatureLightSolid.js +3 -1
- package/lib/IconMiniArrowLeftLine.js +3 -1
- package/lib/IconMiniArrowLeftSolid.js +3 -1
- package/lib/IconMiniArrowRightLine.js +3 -1
- package/lib/IconMiniArrowRightSolid.js +3 -1
- package/lib/IconMoveLeftLine.js +3 -1
- package/lib/IconMoveLeftSolid.js +3 -1
- package/lib/IconMoveRightLine.js +3 -1
- package/lib/IconMoveRightSolid.js +3 -1
- package/lib/IconNoteDarkLine.js +3 -1
- package/lib/IconNoteDarkSolid.js +3 -1
- package/lib/IconNoteLightLine.js +3 -1
- package/lib/IconNoteLightSolid.js +3 -1
- package/lib/IconRssAddLine.js +3 -1
- package/lib/IconRssAddSolid.js +3 -1
- package/lib/IconSearchAddressBookLine.js +3 -1
- package/lib/IconSearchAddressBookSolid.js +3 -1
- package/lib/IconSettings2Line.js +3 -1
- package/lib/IconSettings2Solid.js +3 -1
- package/lib/IconTextLeftLine.js +3 -1
- package/lib/IconTextLeftSolid.js +3 -1
- package/lib/IconTextRightLine.js +3 -1
- package/lib/IconTextRightSolid.js +3 -1
- package/lib/IconToggleLeftLine.js +3 -1
- package/lib/IconToggleLeftSolid.js +3 -1
- package/lib/IconToggleRightLine.js +3 -1
- package/lib/IconToggleRightSolid.js +3 -1
- package/lib/IconTwitterBoxedLine.js +3 -1
- package/lib/IconTwitterBoxedSolid.js +3 -1
- package/lib/IconUnpublishLine.js +3 -1
- package/lib/IconUnpublishSolid.js +3 -1
- package/lib/IconUserAddLine.js +3 -1
- package/lib/IconUserAddSolid.js +3 -1
- package/lib/font/Line/InstructureIcons-Line.css +285 -275
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +282 -276
- 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 +279 -275
- package/lib/font/Solid/InstructureIcons-Solid.css +285 -275
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +282 -276
- 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 +279 -275
- package/lib/font/index.js +603 -559
- package/lib/index.js +32 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/bank.svg +7 -2
- package/svg/Line/configure.svg +3 -0
- package/svg/Line/instructure-logo.svg +3 -0
- package/svg/Solid/bank.svg +5 -2
- package/svg/Solid/configure.svg +3 -0
- package/svg/Solid/instructure-logo.svg +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.20.1](https://github.com/instructure/instructure-ui/compare/v7.20.0...v7.20.1) (2022-07-22)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
10
|
+
# [7.20.0](https://github.com/instructure/instructure-ui/compare/v7.19.0...v7.20.0) (2022-06-22)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
13
|
+
|
|
14
|
+
# [7.19.0](https://github.com/instructure/instructure-ui/compare/v7.18.0...v7.19.0) (2022-06-03)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- **ui-icons-build,ui-icons:** correct `instructure` icon displaying `canvas` logo ([93fe5a4](https://github.com/instructure/instructure-ui/commit/93fe5a4))
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- **ui-icons:** add new `configure` icon ([9e64574](https://github.com/instructure/instructure-ui/commit/9e64574))
|
|
23
|
+
- **ui-icons:** replace the `bank` icon with a new one ([3e4e69a](https://github.com/instructure/instructure-ui/commit/3e4e69a))
|
|
24
|
+
|
|
6
25
|
# [7.18.0](https://github.com/instructure/instructure-ui/compare/v7.17.0...v7.18.0) (2022-03-30)
|
|
7
26
|
|
|
8
27
|
### Features
|
package/es/IconArrowLeftLine.js
CHANGED
|
@@ -27,7 +27,9 @@ var IconArrowLeftLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowLeftLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowLeftLine /> is deprecated. Please use <IconArrowStartLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowLeft",
|
package/es/IconArrowLeftSolid.js
CHANGED
|
@@ -27,7 +27,9 @@ var IconArrowLeftSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowLeftSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowLeftSolid /> is deprecated. Please use <IconArrowStartSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowLeft",
|
|
@@ -28,7 +28,9 @@ var IconArrowOpenLeftLine = /*#__PURE__*/function (_Component) {
|
|
|
28
28
|
_createClass(IconArrowOpenLeftLine, [{
|
|
29
29
|
key: "render",
|
|
30
30
|
value: function render() {
|
|
31
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
32
|
+
console.warn('<IconArrowOpenLeftLine /> is deprecated. Please use <IconArrowOpenStartLine /> instead.');
|
|
33
|
+
}
|
|
32
34
|
|
|
33
35
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
34
36
|
name: "IconArrowOpenLeft",
|
|
@@ -28,7 +28,9 @@ var IconArrowOpenLeftSolid = /*#__PURE__*/function (_Component) {
|
|
|
28
28
|
_createClass(IconArrowOpenLeftSolid, [{
|
|
29
29
|
key: "render",
|
|
30
30
|
value: function render() {
|
|
31
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
32
|
+
console.warn('<IconArrowOpenLeftSolid /> is deprecated. Please use <IconArrowOpenStartSolid /> instead.');
|
|
33
|
+
}
|
|
32
34
|
|
|
33
35
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
34
36
|
name: "IconArrowOpenLeft",
|
|
@@ -27,7 +27,9 @@ var IconArrowOpenRightLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowOpenRightLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowOpenRightLine /> is deprecated. Please use <IconArrowOpenEndLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowOpenRight",
|
|
@@ -27,7 +27,9 @@ var IconArrowOpenRightSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowOpenRightSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowOpenRightSolid /> is deprecated. Please use <IconArrowOpenEndSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowOpenRight",
|
package/es/IconArrowRightLine.js
CHANGED
|
@@ -27,7 +27,9 @@ var IconArrowRightLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowRightLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowRightLine /> is deprecated. Please use <IconArrowEndLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowRight",
|
|
@@ -27,7 +27,9 @@ var IconArrowRightSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconArrowRightSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconArrowRightSolid /> is deprecated. Please use <IconArrowEndSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconArrowRight",
|
package/es/IconBankLine.js
CHANGED
|
@@ -6,12 +6,20 @@ 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: "M561.272621,1604.00563 L755.546927,1604.00563 C780.4209,1604.00563 784.602301,1594.67789 786.746609,1589.63877 L820.841106,1515.55292 C839.496586,1467.30599 898.572271,1427.31465 957.004664,1425.49199 C984.022945,1424.74148 1040.31103,1424.95591 1087.80745,1425.27756 L1140.98629,1425.49199 C1194.16513,1425.49199 1237.8018,1454.01128 1270.5025,1510.19215 L1310.60106,1580.73989 C1316.4979,1591.46143 1328.18438,1602.93348 1343.51618,1602.93348 L1527.28338,1603.68398 L1472.81796,1370.06163 L1509.91448,1350.87007 C1625.38547,1291.25831 1704.18879,1160.24109 1693.36003,1046.1639 L1689.71471,1008.5313 L1724.13085,992.448986 C1795.96517,959.104996 1829.95246,921.25796 1804.11354,817.259021 C1789.10339,756.253458 1737.53278,699.536512 1670.41594,714.439452 L1631.49675,723.1239 L1611.87633,688.38611 C1494.58268,479.744941 1325.28957,399.011744 1204.02895,367.919278 C1010.07629,318.171332 836.172908,363.094585 772.165314,403.085929 L731.423462,428.495979 L701.724796,390.863374 C637.824417,309.701316 534.361556,300.695222 452.877852,336.290735 C483.112594,387.003619 509.487583,448.116398 524.497739,504.511698 L535.755356,546.754566 L496.72895,566.267769 C432.828572,598.217958 349.843852,717.227053 332.367741,802.034434 L328.722418,819.832191 L314.891631,831.7331 C251.312899,886.627385 169.829194,906.355019 107.2154,912.573512 L107.2154,1092.90982 C107.2154,1148.44739 133.483174,1177.50277 189.771259,1184.47177 C282.298149,1195.94382 328.507987,1245.37012 369.249839,1289.00678 C414.601954,1337.46814 453.84279,1379.38937 564.596299,1389.78926 L624.851354,1395.47168 L611.87829,1454.65458 C604.694859,1487.67692 581.10747,1552.43502 561.272621,1604.00563 L561.272621,1604.00563 Z M1662.482,1711.54268 L1343.30175,1710.14888 C1291.30228,1710.14888 1242.73371,1680.45021 1216.8948,1632.73936 L1177.65396,1563.69264 C1159.64177,1532.70739 1146.99035,1532.70739 1140.98629,1532.70739 L1087.16416,1532.49296 C1041.16875,1532.27853 986.596115,1531.95688 960.328342,1532.70739 C942.852232,1533.24347 923.124598,1548.03919 919.479274,1557.36693 L884.527054,1633.59708 C863.083974,1682.59452 815.909197,1711.22103 755.546927,1711.22103 L402.80826,1711.22103 L432.828572,1637.45683 C445.158343,1607.11488 472.069408,1538.71145 490.296026,1486.39034 C384.259995,1462.05244 333.225465,1407.4798 290.982597,1362.2349 C254.529361,1323.2085 230.513111,1297.58402 176.69098,1290.93666 C66.0446867,1277.3203 0,1203.23446 0,1092.90982 L0,808.145712 L53.6077002,808.145712 C125.442019,808.145712 189.342397,790.884033 232.228557,760.434859 C256.995315,671.017215 327.97191,556.082306 409.348399,494.969528 C388.655827,436.215488 358.313868,382.822219 334.190403,351.944183 L299.98869,308.521946 L344.590297,275.714034 C474.642578,180.077896 646.61608,189.08399 755.332496,291.045836 C866.086005,241.405105 1050.71092,217.817717 1230.61837,264.027555 C1365.9242,298.658129 1552.26457,386.038681 1687.14154,604.758098 C1784.81477,604.329236 1879.7004,676.592416 1908.2197,791.42011 C1940.59875,921.901252 1906.61147,1012.28383 1801.54037,1073.07497 C1799.18164,1206.987 1718.12679,1345.61651 1595.68681,1424.95591 L1662.482,1711.54268 Z M850.722038,645.446342 L797.75763,552.276159 C945.929314,468.004854 1120.04712,467.468777 1263.2869,550.882359 L1209.46477,643.516465 C1097.74632,578.758363 967.050748,579.401655 850.722038,645.446342 M750.518525,853.497827 C750.518525,912.680728 702.486025,960.713227 643.303124,960.713227 C584.120223,960.713227 536.087724,912.680728 536.087724,853.497827 C536.087724,794.314926 584.120223,746.282426 643.303124,746.282426 C702.486025,746.282426 750.518525,794.314926 750.518525,853.497827",
|
|
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: "M517.334 0V638.23H624.001V106.372H1493.33V638.23L1493.33 640L1497.99 639.557L1600 640V638.23V0H517.334Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M0 212.743H410.667V319.447H107V1759.94C107 1789.39 131.074 1813.3 160.499 1813.3H1552.99C1578.35 1813.3 1600.39 1795.26 1605.42 1770.4L1789.35 852.965H595.872L340.25 1669.14L238.065 1637.34L517.334 746.261H1920L1710.39 1791.32C1695.41 1865.9 1629.18 1920 1552.99 1920H160.499C72.0107 1920 0 1848.19 0 1759.94V212.743Z"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M693.333 425.486C693.333 337.365 764.968 265.929 853.333 265.929C941.699 265.929 1013.33 337.365 1013.33 425.486C1013.33 513.607 941.699 585.044 853.333 585.044C764.968 585.044 693.333 513.607 693.333 425.486ZM853.333 372.301C823.878 372.301 800 396.113 800 425.486C800 454.86 823.878 478.672 853.333 478.672C882.788 478.672 906.667 454.86 906.667 425.486C906.667 396.113 882.788 372.301 853.333 372.301Z",
|
|
19
|
+
fillRule: "evenodd"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M1386.67 372.301H1120V478.672H1386.67V372.301Z"
|
|
22
|
+
}));
|
|
15
23
|
|
|
16
24
|
var IconBankLine = /*#__PURE__*/function (_Component) {
|
|
17
25
|
_inherits(IconBankLine, _Component);
|
package/es/IconBankSolid.js
CHANGED
|
@@ -6,12 +6,16 @@ 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: "M1209.41883,643.473317 C1097.6977,578.713656 966.998976,579.356964 850.667466,645.510458 L797.701783,552.230814 C945.877034,467.957481 1119.99904,467.528609 1263.24226,550.944199 L1209.41883,643.473317 Z M643.30789,960.731324 C584.016346,960.731324 536.089908,912.804886 536.089908,853.513343 C536.089908,794.221799 584.016346,746.295361 643.30789,746.295361 C702.492215,746.295361 750.525871,794.221799 750.525871,853.513343 C750.525871,912.804886 702.492215,960.731324 643.30789,960.731324 L643.30789,960.731324 Z M1908.26564,791.541349 C1879.74565,676.603673 1784.85774,604.338753 1687.18216,604.767625 C1552.19472,386.150161 1365.95709,298.660288 1230.64799,264.02888 C1050.73622,217.81793 866.106855,241.405886 755.35068,291.047811 C646.631647,189.083511 474.546787,180.0772 344.491375,275.71564 L299.995913,308.417124 L334.091231,351.947625 C358.322495,382.719185 388.665183,436.11374 409.358254,494.976412 C327.979806,556.090662 257.001502,671.028338 232.12693,760.555353 C189.239738,790.898041 125.33782,808.052918 53.6089908,808.052918 L0,808.052918 L0,1092.9311 C0,1203.2584 65.9390587,1277.34602 176.588016,1290.96271 C230.51866,1297.61022 254.535488,1323.23532 290.882384,1362.15545 C333.233487,1407.40144 384.162028,1462.08261 490.30783,1486.42109 C472.080773,1538.74346 445.16906,1607.14854 432.731774,1637.49122 L402.817957,1711.2572 L755.565116,1711.2572 C815.92884,1711.2572 863.104752,1682.52278 884.548348,1633.52416 L919.394192,1557.39939 C923.146822,1548.17865 942.87493,1533.27535 960.351461,1532.73926 C986.512649,1531.98873 1041.0866,1532.31038 1087.19033,1532.63204 L1140.90654,1532.84647 C1146.91075,1532.84647 1159.56247,1532.84647 1177.57509,1563.61803 L1216.92409,1632.77363 C1242.76362,1680.48563 1291.22615,1710.18502 1343.33409,1710.18502 L1662.4148,1711.57885 L1595.72522,1424.98518 C1718.16816,1345.64388 1799.22495,1207.01103 1801.47653,1073.09577 C1906.65737,1012.19596 1940.53825,922.025633 1908.26564,791.541349 L1908.26564,791.541349 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: "M933.333 368.375C903.878 368.375 880 392.277 880 421.762C880 451.247 903.878 475.15 933.333 475.15C962.788 475.15 986.667 451.247 986.667 421.762C986.667 392.277 962.788 368.375 933.333 368.375Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
d: "M0 213.55H517.333V632.308H624V0H1600V747.424H516.667L234.126 1633.06L337.468 1665.34L596.094 854.199H1920L1729.66 1789.36C1714.51 1865.08 1647.52 1920 1570.48 1920H162.318C72.8265 1920 0 1847.1 0 1757.52V213.55ZM773.333 421.762C773.333 333.307 844.968 261.6 933.333 261.6C1021.7 261.6 1093.33 333.307 1093.33 421.762C1093.33 510.217 1021.7 581.925 933.333 581.925C844.968 581.925 773.333 510.217 773.333 421.762ZM1200 368.375H1466.67V475.15H1200V368.375Z",
|
|
17
|
+
fillRule: "evenodd"
|
|
18
|
+
}));
|
|
15
19
|
|
|
16
20
|
var IconBankSolid = /*#__PURE__*/function (_Component) {
|
|
17
21
|
_inherits(IconBankSolid, _Component);
|
|
@@ -0,0 +1,45 @@
|
|
|
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: "M262.749 410.667H.000648499V282.667H262.749C292.139 145.504 414.06 42.6667 560 42.6667 705.94 42.6667 827.861 145.504 857.251 282.667H1920V410.667H857.251C827.861 547.829 705.94 650.667 560 650.667 414.06 650.667 292.139 547.829 262.749 410.667zM384 346.667C384 249.465 462.798 170.667 560 170.667 657.202 170.667 736 249.465 736 346.667 736 443.869 657.202 522.667 560 522.667 462.798 522.667 384 443.869 384 346.667zM.000648499 896H1009.42C1038.81 758.837 1160.73 656 1306.67 656 1452.61 656 1574.53 758.837 1603.92 896H1920V1024H1603.92C1574.53 1161.16 1452.61 1264 1306.67 1264 1160.73 1264 1038.81 1161.16 1009.42 1024H.000648499V896zM1306.67 784C1209.46 784 1130.67 862.798 1130.67 960 1130.67 1057.2 1209.46 1136 1306.67 1136 1403.87 1136 1482.67 1057.2 1482.67 960 1482.67 862.798 1403.87 784 1306.67 784zM857.251 1637.33C827.861 1774.5 705.94 1877.33 560 1877.33 414.06 1877.33 292.139 1774.5 262.749 1637.33H.000648499V1509.33H262.749C292.139 1372.17 414.06 1269.33 560 1269.33 705.94 1269.33 827.861 1372.17 857.251 1509.33H1920V1637.33H857.251zM384 1573.33C384 1476.13 462.798 1397.33 560 1397.33 657.202 1397.33 736 1476.13 736 1573.33 736 1670.54 657.202 1749.33 560 1749.33 462.798 1749.33 384 1670.54 384 1573.33z",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
stroke: "none",
|
|
13
|
+
strokeWidth: "1"
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
var IconConfigureLine = /*#__PURE__*/function (_Component) {
|
|
17
|
+
_inherits(IconConfigureLine, _Component);
|
|
18
|
+
|
|
19
|
+
var _super = _createSuper(IconConfigureLine);
|
|
20
|
+
|
|
21
|
+
function IconConfigureLine() {
|
|
22
|
+
_classCallCheck(this, IconConfigureLine);
|
|
23
|
+
|
|
24
|
+
return _super.apply(this, arguments);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
_createClass(IconConfigureLine, [{
|
|
28
|
+
key: "render",
|
|
29
|
+
value: function render() {
|
|
30
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
31
|
+
name: "IconConfigure",
|
|
32
|
+
viewBox: "0 0 1920 1920"
|
|
33
|
+
}), _ref);
|
|
34
|
+
}
|
|
35
|
+
}]);
|
|
36
|
+
|
|
37
|
+
IconConfigureLine.displayName = "IconConfigureLine";
|
|
38
|
+
return IconConfigureLine;
|
|
39
|
+
}(Component);
|
|
40
|
+
|
|
41
|
+
IconConfigureLine.glyphName = 'configure';
|
|
42
|
+
IconConfigureLine.variant = 'Line';
|
|
43
|
+
IconConfigureLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
44
|
+
export default IconConfigureLine;
|
|
45
|
+
export { IconConfigureLine };
|
|
@@ -0,0 +1,45 @@
|
|
|
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: "M230.053 453.333H0V240H230.053C275.043 100.733 405.758 0 560 0 714.242 0 844.957 100.733 889.947 240H1920V453.333H889.947C844.957 592.601 714.242 693.333 560 693.333 405.758 693.333 275.043 592.601 230.053 453.333zM426.667 346.667C426.667 273.029 486.362 213.333 560 213.333 633.638 213.333 693.333 273.029 693.333 346.667 693.333 420.305 633.638 480 560 480 486.362 480 426.667 420.305 426.667 346.667zM0 853.333H976.72C1021.71 714.066 1152.42 613.333 1306.67 613.333 1460.91 613.333 1591.62 714.066 1636.61 853.333H1920V1066.67H1636.61C1591.62 1205.93 1460.91 1306.67 1306.67 1306.67 1152.42 1306.67 1021.71 1205.93 976.72 1066.67H0V853.333zM1306.67 826.667C1233.03 826.667 1173.33 886.362 1173.33 960 1173.33 1033.64 1233.03 1093.33 1306.67 1093.33 1380.3 1093.33 1440 1033.64 1440 960 1440 886.362 1380.3 826.667 1306.67 826.667zM889.947 1680C844.957 1819.27 714.242 1920 560 1920 405.758 1920 275.043 1819.27 230.053 1680H0V1466.67H230.053C275.043 1327.4 405.758 1226.67 560 1226.67 714.242 1226.67 844.957 1327.4 889.947 1466.67H1920V1680H889.947zM426.667 1573.33C426.667 1499.7 486.362 1440 560 1440 633.638 1440 693.333 1499.7 693.333 1573.33 693.333 1646.97 633.638 1706.67 560 1706.67 486.362 1706.67 426.667 1646.97 426.667 1573.33z",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
stroke: "none",
|
|
13
|
+
strokeWidth: "1"
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
var IconConfigureSolid = /*#__PURE__*/function (_Component) {
|
|
17
|
+
_inherits(IconConfigureSolid, _Component);
|
|
18
|
+
|
|
19
|
+
var _super = _createSuper(IconConfigureSolid);
|
|
20
|
+
|
|
21
|
+
function IconConfigureSolid() {
|
|
22
|
+
_classCallCheck(this, IconConfigureSolid);
|
|
23
|
+
|
|
24
|
+
return _super.apply(this, arguments);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
_createClass(IconConfigureSolid, [{
|
|
28
|
+
key: "render",
|
|
29
|
+
value: function render() {
|
|
30
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
31
|
+
name: "IconConfigure",
|
|
32
|
+
viewBox: "0 0 1920 1920"
|
|
33
|
+
}), _ref);
|
|
34
|
+
}
|
|
35
|
+
}]);
|
|
36
|
+
|
|
37
|
+
IconConfigureSolid.displayName = "IconConfigureSolid";
|
|
38
|
+
return IconConfigureSolid;
|
|
39
|
+
}(Component);
|
|
40
|
+
|
|
41
|
+
IconConfigureSolid.glyphName = 'configure';
|
|
42
|
+
IconConfigureSolid.variant = 'Solid';
|
|
43
|
+
IconConfigureSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
44
|
+
export default IconConfigureSolid;
|
|
45
|
+
export { IconConfigureSolid };
|
package/es/IconCopyCourseLine.js
CHANGED
|
@@ -27,7 +27,9 @@ var IconCopyCourseLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconCopyCourseLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconCopyCourseLine /> is deprecated. Please use <IconCopyLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconCopyCourse",
|
|
@@ -27,7 +27,9 @@ var IconCopyCourseSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconCopyCourseSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconCopyCourseSolid /> is deprecated. Please use <IconCopySolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconCopyCourse",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionReplyDarkLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionReplyDarkLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionReplyDarkLine /> is deprecated. Please use <IconMoreLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionReplyDark",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionReplyDarkSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionReplyDarkSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionReplyDarkSolid /> is deprecated. Please use <IconMoreSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionReplyDark",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionReplyLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionReplyLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionReplyLine /> is deprecated. Please use <IconMoreLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionReply",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionReplySolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionReplySolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionReplySolid /> is deprecated. Please use <IconMoreSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionReply",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionSearchLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionSearchLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionSearchLine /> is deprecated. Please use <IconSearchLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionSearch",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionSearchSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionSearchSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionSearchSolid /> is deprecated. Please use <IconSearchSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionSearch",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionXLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionXLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionXLine /> is deprecated. Please use <IconXLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionX",
|
|
@@ -27,7 +27,9 @@ var IconDiscussionXSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconDiscussionXSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconDiscussionXSolid /> is deprecated. Please use <IconXSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconDiscussionX",
|
package/es/IconExpandLeftLine.js
CHANGED
|
@@ -27,7 +27,9 @@ var IconExpandLeftLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconExpandLeftLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconExpandLeftLine /> is deprecated. Please use <IconExpandStartLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconExpandLeft",
|
|
@@ -27,7 +27,9 @@ var IconExpandLeftSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconExpandLeftSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconExpandLeftSolid /> is deprecated. Please use <IconExpandStartSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconExpandLeft",
|
|
@@ -27,6 +27,10 @@ var IconInstructureLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconInstructureLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconInstructureLine /> is deprecated. Please use <IconInstructureLogoLine /> instead.');
|
|
32
|
+
}
|
|
33
|
+
|
|
30
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
31
35
|
name: "IconInstructure",
|
|
32
36
|
viewBox: "0 0 1920 1920"
|
|
@@ -40,6 +44,7 @@ var IconInstructureLine = /*#__PURE__*/function (_Component) {
|
|
|
40
44
|
|
|
41
45
|
IconInstructureLine.glyphName = 'instructure';
|
|
42
46
|
IconInstructureLine.variant = 'Line';
|
|
47
|
+
IconInstructureLine.deprecated = true;
|
|
43
48
|
IconInstructureLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
44
49
|
export default IconInstructureLine;
|
|
45
50
|
export { IconInstructureLine };
|
|
@@ -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: "M1448.57 288.052 1084.46 502.746 1448.55 718.026 1813.23 502.732 1448.57 288.052zM959.965 429.191 1323.92 214.589 959.988 0 596.032 214.602 959.965 429.191zM835.499 502.732 471.388 288.038 106.704 502.732 471.388 718.026 835.499 502.732zM106.667 1416.54 960 1920 1813.33 1416.54 960 913.07 106.667 1416.54z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconInstructureLogoLine = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconInstructureLogoLine, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconInstructureLogoLine);
|
|
17
|
+
|
|
18
|
+
function IconInstructureLogoLine() {
|
|
19
|
+
_classCallCheck(this, IconInstructureLogoLine);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconInstructureLogoLine, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconInstructureLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconInstructureLogoLine.displayName = "IconInstructureLogoLine";
|
|
35
|
+
return IconInstructureLogoLine;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconInstructureLogoLine.glyphName = 'instructure-logo';
|
|
39
|
+
IconInstructureLogoLine.variant = 'Line';
|
|
40
|
+
IconInstructureLogoLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconInstructureLogoLine;
|
|
42
|
+
export { IconInstructureLogoLine };
|
|
@@ -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: "M1448.57 288.052 1084.46 502.746 1448.55 718.026 1813.23 502.732 1448.57 288.052zM959.966 429.191 1323.92 214.589 959.988 0 596.032 214.602 959.966 429.191zM835.499 502.732 471.388 288.038 106.704 502.732 471.388 718.026 835.499 502.732zM106.667 1416.54 960 1920 1813.33 1416.54 960 913.07 106.667 1416.54z"
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
var IconInstructureLogoSolid = /*#__PURE__*/function (_Component) {
|
|
14
|
+
_inherits(IconInstructureLogoSolid, _Component);
|
|
15
|
+
|
|
16
|
+
var _super = _createSuper(IconInstructureLogoSolid);
|
|
17
|
+
|
|
18
|
+
function IconInstructureLogoSolid() {
|
|
19
|
+
_classCallCheck(this, IconInstructureLogoSolid);
|
|
20
|
+
|
|
21
|
+
return _super.apply(this, arguments);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
_createClass(IconInstructureLogoSolid, [{
|
|
25
|
+
key: "render",
|
|
26
|
+
value: function render() {
|
|
27
|
+
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
28
|
+
name: "IconInstructureLogo",
|
|
29
|
+
viewBox: "0 0 1920 1920"
|
|
30
|
+
}), _ref);
|
|
31
|
+
}
|
|
32
|
+
}]);
|
|
33
|
+
|
|
34
|
+
IconInstructureLogoSolid.displayName = "IconInstructureLogoSolid";
|
|
35
|
+
return IconInstructureLogoSolid;
|
|
36
|
+
}(Component);
|
|
37
|
+
|
|
38
|
+
IconInstructureLogoSolid.glyphName = 'instructure-logo';
|
|
39
|
+
IconInstructureLogoSolid.variant = 'Solid';
|
|
40
|
+
IconInstructureLogoSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
41
|
+
export default IconInstructureLogoSolid;
|
|
42
|
+
export { IconInstructureLogoSolid };
|
|
@@ -27,6 +27,10 @@ var IconInstructureSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconInstructureSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconInstructureSolid /> is deprecated. Please use <IconInstructureLogoSolid /> instead.');
|
|
32
|
+
}
|
|
33
|
+
|
|
30
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
31
35
|
name: "IconInstructure",
|
|
32
36
|
viewBox: "0 0 1920 1920"
|
|
@@ -40,6 +44,7 @@ var IconInstructureSolid = /*#__PURE__*/function (_Component) {
|
|
|
40
44
|
|
|
41
45
|
IconInstructureSolid.glyphName = 'instructure';
|
|
42
46
|
IconInstructureSolid.variant = 'Solid';
|
|
47
|
+
IconInstructureSolid.deprecated = true;
|
|
43
48
|
IconInstructureSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
|
|
44
49
|
export default IconInstructureSolid;
|
|
45
50
|
export { IconInstructureSolid };
|
|
@@ -27,7 +27,9 @@ var IconMaterialsRequiredLightLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconMaterialsRequiredLightLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconMaterialsRequiredLightLine /> is deprecated. Please use <IconMaterialsRequiredLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconMaterialsRequiredLight",
|
|
@@ -27,7 +27,9 @@ var IconMaterialsRequiredLightSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconMaterialsRequiredLightSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconMaterialsRequiredLightSolid /> is deprecated. Please use <IconMaterialsRequiredSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconMaterialsRequiredLight",
|
|
@@ -27,7 +27,9 @@ var IconMatureLightLine = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconMatureLightLine, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconMatureLightLine /> is deprecated. Please use <IconMatureLine /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconMatureLight",
|
|
@@ -27,7 +27,9 @@ var IconMatureLightSolid = /*#__PURE__*/function (_Component) {
|
|
|
27
27
|
_createClass(IconMatureLightSolid, [{
|
|
28
28
|
key: "render",
|
|
29
29
|
value: function render() {
|
|
30
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
30
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
console.warn('<IconMatureLightSolid /> is deprecated. Please use <IconMatureSolid /> instead.');
|
|
32
|
+
}
|
|
31
33
|
|
|
32
34
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
33
35
|
name: "IconMatureLight",
|
|
@@ -28,7 +28,9 @@ var IconMiniArrowLeftLine = /*#__PURE__*/function (_Component) {
|
|
|
28
28
|
_createClass(IconMiniArrowLeftLine, [{
|
|
29
29
|
key: "render",
|
|
30
30
|
value: function render() {
|
|
31
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
32
|
+
console.warn('<IconMiniArrowLeftLine /> is deprecated. Please use <IconMiniArrowStartLine /> instead.');
|
|
33
|
+
}
|
|
32
34
|
|
|
33
35
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
34
36
|
name: "IconMiniArrowLeft",
|
|
@@ -28,7 +28,9 @@ var IconMiniArrowLeftSolid = /*#__PURE__*/function (_Component) {
|
|
|
28
28
|
_createClass(IconMiniArrowLeftSolid, [{
|
|
29
29
|
key: "render",
|
|
30
30
|
value: function render() {
|
|
31
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
32
|
+
console.warn('<IconMiniArrowLeftSolid /> is deprecated. Please use <IconMiniArrowStartSolid /> instead.');
|
|
33
|
+
}
|
|
32
34
|
|
|
33
35
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
34
36
|
name: "IconMiniArrowLeft",
|
|
@@ -28,7 +28,9 @@ var IconMiniArrowRightLine = /*#__PURE__*/function (_Component) {
|
|
|
28
28
|
_createClass(IconMiniArrowRightLine, [{
|
|
29
29
|
key: "render",
|
|
30
30
|
value: function render() {
|
|
31
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
31
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
32
|
+
console.warn('<IconMiniArrowRightLine /> is deprecated. Please use <IconMiniArrowEndLine /> instead.');
|
|
33
|
+
}
|
|
32
34
|
|
|
33
35
|
return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
|
|
34
36
|
name: "IconMiniArrowRight",
|