@instructure/ui-icons 10.6.2-snapshot-2 → 10.6.2-snapshot-3

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.
Files changed (111) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/es/IconChartLineLine.js +58 -0
  3. package/es/IconChartLineSolid.js +58 -0
  4. package/es/IconChartPieLine.js +69 -0
  5. package/es/IconChartPieSolid.js +58 -0
  6. package/es/IconChartScatterLine.js +67 -0
  7. package/es/IconChartScatterSolid.js +64 -0
  8. package/es/IconLearnplatformLine.js +58 -0
  9. package/es/IconLearnplatformSolid.js +58 -0
  10. package/es/IconSearchAiLine.js +64 -0
  11. package/es/IconSearchAiSolid.js +64 -0
  12. package/es/IconSingleMetricLine.js +69 -0
  13. package/es/IconSingleMetricSolid.js +59 -0
  14. package/es/font/Line/InstructureIcons-Line.css +336 -306
  15. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  16. package/es/font/Line/InstructureIcons-Line.svg +324 -306
  17. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  18. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  19. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  20. package/es/font/Line/InstructureIcons-Line_icon-map.scss +318 -306
  21. package/es/font/Solid/InstructureIcons-Solid.css +336 -306
  22. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  23. package/es/font/Solid/InstructureIcons-Solid.svg +324 -306
  24. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  25. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  26. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  27. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +318 -306
  28. package/es/font/index.js +732 -612
  29. package/es/icon-font/Line/InstructureIcons-Line.css +307 -289
  30. package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  31. package/es/icon-font/Solid/InstructureIcons-Solid.css +307 -289
  32. package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  33. package/es/icons-data.json +1 -1
  34. package/es/index.js +12 -0
  35. package/es/svg/index.js +61 -2
  36. package/lib/IconChartLineLine.js +65 -0
  37. package/lib/IconChartLineSolid.js +65 -0
  38. package/lib/IconChartPieLine.js +76 -0
  39. package/lib/IconChartPieSolid.js +65 -0
  40. package/lib/IconChartScatterLine.js +74 -0
  41. package/lib/IconChartScatterSolid.js +71 -0
  42. package/lib/IconLearnplatformLine.js +65 -0
  43. package/lib/IconLearnplatformSolid.js +65 -0
  44. package/lib/IconSearchAiLine.js +71 -0
  45. package/lib/IconSearchAiSolid.js +71 -0
  46. package/lib/IconSingleMetricLine.js +76 -0
  47. package/lib/IconSingleMetricSolid.js +66 -0
  48. package/lib/font/Line/InstructureIcons-Line.css +336 -306
  49. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  50. package/lib/font/Line/InstructureIcons-Line.svg +324 -306
  51. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  52. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  53. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  54. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +318 -306
  55. package/lib/font/Solid/InstructureIcons-Solid.css +336 -306
  56. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  57. package/lib/font/Solid/InstructureIcons-Solid.svg +324 -306
  58. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  59. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  60. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  61. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +318 -306
  62. package/lib/font/index.js +739 -619
  63. package/lib/icon-font/Line/InstructureIcons-Line.css +307 -289
  64. package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  65. package/lib/icon-font/Solid/InstructureIcons-Solid.css +307 -289
  66. package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  67. package/lib/icons-data.json +1 -1
  68. package/lib/index.js +84 -0
  69. package/lib/svg/index.js +62 -3
  70. package/package.json +4 -4
  71. package/svg/Line/chart-line.svg +3 -0
  72. package/svg/Line/chart-pie.svg +8 -0
  73. package/svg/Line/chart-scatter.svg +7 -0
  74. package/svg/Line/learnplatform.svg +3 -0
  75. package/svg/Line/search-ai.svg +6 -0
  76. package/svg/Line/single-metric.svg +8 -0
  77. package/svg/Solid/chart-line.svg +3 -0
  78. package/svg/Solid/chart-pie.svg +3 -0
  79. package/svg/Solid/chart-scatter.svg +6 -0
  80. package/svg/Solid/learnplatform.svg +3 -0
  81. package/svg/Solid/search-ai.svg +6 -0
  82. package/svg/Solid/single-metric.svg +3 -0
  83. package/tsconfig.build.tsbuildinfo +1 -1
  84. package/types/IconChartLineLine.d.ts +29 -0
  85. package/types/IconChartLineLine.d.ts.map +1 -0
  86. package/types/IconChartLineSolid.d.ts +29 -0
  87. package/types/IconChartLineSolid.d.ts.map +1 -0
  88. package/types/IconChartPieLine.d.ts +29 -0
  89. package/types/IconChartPieLine.d.ts.map +1 -0
  90. package/types/IconChartPieSolid.d.ts +29 -0
  91. package/types/IconChartPieSolid.d.ts.map +1 -0
  92. package/types/IconChartScatterLine.d.ts +29 -0
  93. package/types/IconChartScatterLine.d.ts.map +1 -0
  94. package/types/IconChartScatterSolid.d.ts +29 -0
  95. package/types/IconChartScatterSolid.d.ts.map +1 -0
  96. package/types/IconLearnplatformLine.d.ts +29 -0
  97. package/types/IconLearnplatformLine.d.ts.map +1 -0
  98. package/types/IconLearnplatformSolid.d.ts +29 -0
  99. package/types/IconLearnplatformSolid.d.ts.map +1 -0
  100. package/types/IconSearchAiLine.d.ts +29 -0
  101. package/types/IconSearchAiLine.d.ts.map +1 -0
  102. package/types/IconSearchAiSolid.d.ts +29 -0
  103. package/types/IconSearchAiSolid.d.ts.map +1 -0
  104. package/types/IconSingleMetricLine.d.ts +29 -0
  105. package/types/IconSingleMetricLine.d.ts.map +1 -0
  106. package/types/IconSingleMetricSolid.d.ts +29 -0
  107. package/types/IconSingleMetricSolid.d.ts.map +1 -0
  108. package/types/font/index.d.ts +828 -612
  109. package/types/index.d.ts +12 -0
  110. package/types/index.d.ts.map +1 -1
  111. package/types/svg/index.d.ts +790 -670
package/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
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
- ## [10.6.2-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-2) (2024-11-28)
6
+ ## [10.6.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-3) (2024-11-29)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-icons
8
+
9
+ ### Features
10
+
11
+ * **ui-icons:** new icons: chart-line,chart-pie,chart-scatter,learnplatform,search-ai,single-metric ([304a29a](https://github.com/instructure/instructure-ui/commit/304a29a4a2d950c62aa159e0db3212239afefc78))
9
12
 
10
13
 
11
14
 
@@ -0,0 +1,58 @@
1
+ var _path;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartLineLine extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartLine",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
45
+ d: "M1424.38 175.621C1413.65 164.894 1398.86 159.243 1383.72 160.082 1368.57 160.921 1354.5 168.17 1345.02 180.016L945.288 679.682 557.185 485.631C533.127 473.602 503.877 481.37 488.957 503.749L62.2906 1143.75C45.9518 1168.26 52.5744 1201.37 77.0826 1217.71 101.591 1234.05 134.704 1227.43 151.043 1202.92L551.593 602.092 936.149 794.37C958.642 805.616 985.936 799.622 1001.65 779.984L1391.09 293.181 1775.62 677.712C1796.45 698.54 1830.22 698.54 1851.05 677.712 1871.87 656.884 1871.87 623.116 1851.05 602.288L1424.38 175.621ZM106.667 1546.67C77.2115 1546.67 53.3333 1570.54 53.3333 1600 53.3333 1629.46 77.2115 1653.33 106.667 1653.33H1813.33C1842.79 1653.33 1866.67 1629.46 1866.67 1600 1866.67 1570.54 1842.79 1546.67 1813.33 1546.67H106.667Z"
46
+ })));
47
+ }
48
+ }
49
+ IconChartLineLine.glyphName = 'chart-line';
50
+ IconChartLineLine.variant = 'Line';
51
+ IconChartLineLine.displayName = 'IconChartLineLine';
52
+ // eslint-disable-next-line react/forbid-foreign-prop-types
53
+ IconChartLineLine.propTypes = {
54
+ ...SVGIcon.propTypes
55
+ };
56
+ IconChartLineLine.allowedProps = [...SVGIcon.allowedProps];
57
+ export default IconChartLineLine;
58
+ export { IconChartLineLine };
@@ -0,0 +1,58 @@
1
+ var _path;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartLineSolid extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartLine",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
45
+ d: "M1443.24 156.765C1427.14 140.674 1404.96 132.197 1382.24 133.456 1359.52 134.714 1338.41 145.589 1324.2 163.358L937.932 646.19 569.11 461.779C533.024 443.736 489.149 455.387 466.769 488.957L40.1027 1128.96C15.5945 1165.72 25.5284 1215.39 62.2907 1239.9 99.053 1264.41 148.723 1254.47 173.231 1217.71L560.723 636.471 924.223 818.221C957.963 835.091 998.904 826.099 1022.47 796.642L1393.3 333.104 1756.76 696.568C1788.01 727.81 1838.66 727.81 1869.9 696.568 1901.14 665.326 1901.14 614.673 1869.9 583.431L1443.24 156.765ZM106.667 1520C62.4839 1520 26.6667 1555.82 26.6667 1600 26.6667 1644.18 62.4839 1680 106.667 1680H1813.33C1857.52 1680 1893.33 1644.18 1893.33 1600 1893.33 1555.82 1857.52 1520 1813.33 1520H106.667Z"
46
+ })));
47
+ }
48
+ }
49
+ IconChartLineSolid.glyphName = 'chart-line';
50
+ IconChartLineSolid.variant = 'Solid';
51
+ IconChartLineSolid.displayName = 'IconChartLineSolid';
52
+ // eslint-disable-next-line react/forbid-foreign-prop-types
53
+ IconChartLineSolid.propTypes = {
54
+ ...SVGIcon.propTypes
55
+ };
56
+ IconChartLineSolid.allowedProps = [...SVGIcon.allowedProps];
57
+ export default IconChartLineSolid;
58
+ export { IconChartLineSolid };
@@ -0,0 +1,69 @@
1
+ var _g;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartPieLine extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartPie",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
45
+ fillRule: "evenodd",
46
+ stroke: "none",
47
+ strokeWidth: "1"
48
+ }, /*#__PURE__*/React.createElement("path", {
49
+ d: "M960 1920C1490.19 1920 1920 1490.19 1920 960C1920 429.807 1490.19 0 960 0C429.807 0 0 429.807 0 960C0 1490.19 429.807 1920 960 1920ZM960 1813.33C1431.28 1813.33 1813.33 1431.28 1813.33 960C1813.33 488.717 1431.28 106.667 960 106.667C488.717 106.667 106.667 488.717 106.667 960C106.667 1431.28 488.717 1813.33 960 1813.33Z",
50
+ fillRule: "evenodd"
51
+ }), /*#__PURE__*/React.createElement("path", {
52
+ d: "M960 1013.33C930.545 1013.33 906.666 989.455 906.666 960L906.666 53.3383C906.666 23.8832 930.545 0.00507242 960 0.00507113C989.455 0.00506984 1013.33 23.8832 1013.33 53.3384L1013.33 960C1013.33 989.455 989.455 1013.33 960 1013.33Z"
53
+ }), /*#__PURE__*/React.createElement("path", {
54
+ d: "M906.672 960C906.672 930.545 930.55 906.667 960.005 906.667H1866.67C1896.12 906.667 1920 930.545 1920 960C1920 989.455 1896.12 1013.33 1866.67 1013.33H960.005C930.55 1013.33 906.672 989.455 906.672 960Z"
55
+ }), /*#__PURE__*/React.createElement("path", {
56
+ d: "M281.181 1638.82C260.353 1617.99 260.353 1584.22 281.181 1563.39L922.287 922.287C943.115 901.459 976.884 901.46 997.712 922.287C1018.54 943.115 1018.54 976.884 997.712 997.712L356.606 1638.82C335.778 1659.65 302.009 1659.65 281.181 1638.82Z"
57
+ }))));
58
+ }
59
+ }
60
+ IconChartPieLine.glyphName = 'chart-pie';
61
+ IconChartPieLine.variant = 'Line';
62
+ IconChartPieLine.displayName = 'IconChartPieLine';
63
+ // eslint-disable-next-line react/forbid-foreign-prop-types
64
+ IconChartPieLine.propTypes = {
65
+ ...SVGIcon.propTypes
66
+ };
67
+ IconChartPieLine.allowedProps = [...SVGIcon.allowedProps];
68
+ export default IconChartPieLine;
69
+ export { IconChartPieLine };
@@ -0,0 +1,58 @@
1
+ var _path;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartPieSolid extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartPie",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
45
+ d: "M1916.71 880C1916.21 873.932 1915.66 867.88 1915.04 861.845 1869.31 411.518 1512.33 53.2039 1062.61 5.41895 1055.1 4.62088 1047.56 3.90946 1040 3.28564V880H1916.71ZM880 3.28564V926.862L226.955 1579.91C86.6134 1414.12 1.50085 1200.08.0196554 966.208.00655833 964.14 0 962.071 0 960 0 496.081 329.071 109.02 766.527 19.5035 803.617 11.9137 841.486 6.46298 880 3.28564ZM340.092 1693.04C343.162 1695.64 346.248 1698.22 349.351 1700.78 515.295 1837.73 728.04 1920 960 1920 1463.25 1920 1876.06 1532.76 1916.71 1040H993.137L340.092 1693.04Z"
46
+ })));
47
+ }
48
+ }
49
+ IconChartPieSolid.glyphName = 'chart-pie';
50
+ IconChartPieSolid.variant = 'Solid';
51
+ IconChartPieSolid.displayName = 'IconChartPieSolid';
52
+ // eslint-disable-next-line react/forbid-foreign-prop-types
53
+ IconChartPieSolid.propTypes = {
54
+ ...SVGIcon.propTypes
55
+ };
56
+ IconChartPieSolid.allowedProps = [...SVGIcon.allowedProps];
57
+ export default IconChartPieSolid;
58
+ export { IconChartPieSolid };
@@ -0,0 +1,67 @@
1
+ var _g;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartScatterLine extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartScatter",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
45
+ fillRule: "evenodd",
46
+ stroke: "none",
47
+ strokeWidth: "1"
48
+ }, /*#__PURE__*/React.createElement("path", {
49
+ d: "M0 53.3334C0 23.8782 23.8781 0 53.3333 0C82.7885 0 106.667 23.8781 106.667 53.3333V1866.67C106.667 1896.12 82.7885 1920 53.3333 1920C23.8781 1920 0 1896.12 0 1866.67V53.3334Z"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M1866.67 1813.33C1896.12 1813.33 1920 1837.21 1920 1866.67C1920 1896.12 1896.12 1920 1866.67 1920H53.3333C23.8781 1920 0 1896.12 0 1866.67C1.28753e-06 1837.21 23.8781 1813.33 53.3333 1813.33L1866.67 1813.33Z"
52
+ }), /*#__PURE__*/React.createElement("path", {
53
+ d: "M445.415 1280C533.78 1280 605.415 1208.37 605.415 1120 605.415 1031.63 533.78 960 445.415 960 357.049 960 285.415 1031.63 285.415 1120 285.415 1208.37 357.049 1280 445.415 1280ZM445.415 1173.33C474.87 1173.33 498.748 1149.46 498.748 1120 498.748 1090.54 474.87 1066.67 445.415 1066.67 415.959 1066.67 392.081 1090.54 392.081 1120 392.081 1149.46 415.959 1173.33 445.415 1173.33ZM1280 1645.8C1368.37 1645.8 1440 1574.16 1440 1485.8 1440 1397.43 1368.37 1325.8 1280 1325.8 1191.63 1325.8 1120 1397.43 1120 1485.8 1120 1574.16 1191.63 1645.8 1280 1645.8ZM1280 1539.13C1309.46 1539.13 1333.33 1515.25 1333.33 1485.8 1333.33 1456.34 1309.46 1432.46 1280 1432.46 1250.54 1432.46 1226.67 1456.34 1226.67 1485.8 1226.67 1515.25 1250.54 1539.13 1280 1539.13ZM445.415 502.331C533.78 502.331 605.415 430.697 605.415 342.331 605.415 253.966 533.78 182.331 445.415 182.331 357.049 182.331 285.415 253.966 285.415 342.331 285.415 430.697 357.049 502.331 445.415 502.331ZM445.415 395.665C474.87 395.665 498.748 371.786 498.748 342.331 498.748 312.876 474.87 288.998 445.415 288.998 415.959 288.998 392.081 312.876 392.081 342.331 392.081 371.786 415.959 395.665 445.415 395.665ZM1722.17 1280C1810.54 1280 1882.17 1208.37 1882.17 1120 1882.17 1031.63 1810.54 960 1722.17 960 1633.81 960 1562.17 1031.63 1562.17 1120 1562.17 1208.37 1633.81 1280 1722.17 1280ZM1722.17 1173.33C1751.63 1173.33 1775.5 1149.46 1775.5 1120 1775.5 1090.54 1751.63 1066.67 1722.17 1066.67 1692.72 1066.67 1668.84 1090.54 1668.84 1120 1668.84 1149.46 1692.72 1173.33 1722.17 1173.33ZM995.616 1044.58C1083.98 1044.58 1155.62 972.946 1155.62 884.581 1155.62 796.215 1083.98 724.581 995.616 724.581 907.251 724.581 835.616 796.215 835.616 884.581 835.616 972.946 907.251 1044.58 995.616 1044.58ZM995.616 937.914C1025.07 937.914 1048.95 914.036 1048.95 884.581 1048.95 855.126 1025.07 831.247 995.616 831.247 966.161 831.247 942.283 855.126 942.283 884.581 942.283 914.036 966.161 937.914 995.616 937.914Z",
54
+ fillRule: "evenodd"
55
+ }))));
56
+ }
57
+ }
58
+ IconChartScatterLine.glyphName = 'chart-scatter';
59
+ IconChartScatterLine.variant = 'Line';
60
+ IconChartScatterLine.displayName = 'IconChartScatterLine';
61
+ // eslint-disable-next-line react/forbid-foreign-prop-types
62
+ IconChartScatterLine.propTypes = {
63
+ ...SVGIcon.propTypes
64
+ };
65
+ IconChartScatterLine.allowedProps = [...SVGIcon.allowedProps];
66
+ export default IconChartScatterLine;
67
+ export { IconChartScatterLine };
@@ -0,0 +1,64 @@
1
+ var _g;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconChartScatterSolid extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconChartScatter",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
45
+ fillRule: "evenodd",
46
+ stroke: "none",
47
+ strokeWidth: "1"
48
+ }, /*#__PURE__*/React.createElement("path", {
49
+ d: "M0 80C0 35.8173 35.8172 0 80 0C124.183 0 160 35.8172 160 80V1840C160 1884.18 124.183 1920 80 1920C35.8172 1920 0 1884.18 0 1840V80Z"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M1840 1760C1884.18 1760 1920 1795.82 1920 1840 1920 1884.18 1884.18 1920 1840 1920H80C35.8172 1920 0 1884.18 0 1840 .00000193129 1795.82 35.8172 1760 80 1760H1840ZM605.415 1120C605.415 1208.37 533.78 1280 445.415 1280 357.049 1280 285.415 1208.37 285.415 1120 285.415 1031.63 357.049 960 445.415 960 533.78 960 605.415 1031.63 605.415 1120ZM1440 1485.8C1440 1574.16 1368.37 1645.8 1280 1645.8 1191.63 1645.8 1120 1574.16 1120 1485.8 1120 1397.43 1191.63 1325.8 1280 1325.8 1368.37 1325.8 1440 1397.43 1440 1485.8ZM605.415 342.331C605.415 430.697 533.78 502.331 445.415 502.331 357.049 502.331 285.415 430.697 285.415 342.331 285.415 253.966 357.049 182.331 445.415 182.331 533.78 182.331 605.415 253.966 605.415 342.331ZM1882.17 1120C1882.17 1208.37 1810.54 1280 1722.17 1280 1633.81 1280 1562.17 1208.37 1562.17 1120 1562.17 1031.63 1633.81 960 1722.17 960 1810.54 960 1882.17 1031.63 1882.17 1120ZM1155.62 884.581C1155.62 972.947 1083.98 1044.58 995.616 1044.58 907.251 1044.58 835.616 972.947 835.616 884.581 835.616 796.215 907.251 724.581 995.616 724.581 1083.98 724.581 1155.62 796.215 1155.62 884.581Z"
52
+ }))));
53
+ }
54
+ }
55
+ IconChartScatterSolid.glyphName = 'chart-scatter';
56
+ IconChartScatterSolid.variant = 'Solid';
57
+ IconChartScatterSolid.displayName = 'IconChartScatterSolid';
58
+ // eslint-disable-next-line react/forbid-foreign-prop-types
59
+ IconChartScatterSolid.propTypes = {
60
+ ...SVGIcon.propTypes
61
+ };
62
+ IconChartScatterSolid.allowedProps = [...SVGIcon.allowedProps];
63
+ export default IconChartScatterSolid;
64
+ export { IconChartScatterSolid };
@@ -0,0 +1,58 @@
1
+ var _path;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconLearnplatformLine extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconLearnplatform",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
45
+ d: "M1443.33 1625.47C1155.58 1837.95 763.392 1840 473.344 1630.59L515.712 1572.22C248.832 1380.99 136.192 1039.49 236.928 727.296L305.664 740.352C400.384 460.672 663.296 272.896 958.976 273.92V0.768066C543.104 1.28007 174.848 269.312 46.72 664.576C-81.4079 1059.84 59.776 1492.74 396.544 1736.58C733.184 1980.54 1188.61 1980.03 1524.99 1735.55C1861.12 1490.94 2001.66 1058.05 1872.77 662.912L1809.54 683.52C1931.9 1052.42 1801.98 1457.79 1487.87 1686.91"
46
+ })));
47
+ }
48
+ }
49
+ IconLearnplatformLine.glyphName = 'learnplatform';
50
+ IconLearnplatformLine.variant = 'Line';
51
+ IconLearnplatformLine.displayName = 'IconLearnplatformLine';
52
+ // eslint-disable-next-line react/forbid-foreign-prop-types
53
+ IconLearnplatformLine.propTypes = {
54
+ ...SVGIcon.propTypes
55
+ };
56
+ IconLearnplatformLine.allowedProps = [...SVGIcon.allowedProps];
57
+ export default IconLearnplatformLine;
58
+ export { IconLearnplatformLine };
@@ -0,0 +1,58 @@
1
+ var _path;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconLearnplatformSolid extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconLearnplatform",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _path || (_path = /*#__PURE__*/React.createElement("path", {
45
+ d: "M1443.33 1625.47C1155.58 1837.95 763.392 1840 473.344 1630.59L515.712 1572.22C248.832 1380.99 136.192 1039.49 236.928 727.296L305.664 740.352C400.384 460.672 663.296 272.896 958.976 273.92V0.768066C543.104 1.28007 174.848 269.312 46.72 664.576C-81.4079 1059.84 59.776 1492.74 396.544 1736.58C733.184 1980.54 1188.61 1980.03 1524.99 1735.55C1861.12 1490.94 2001.66 1058.05 1872.77 662.912L1809.54 683.52C1931.9 1052.42 1801.98 1457.79 1487.87 1686.91"
46
+ })));
47
+ }
48
+ }
49
+ IconLearnplatformSolid.glyphName = 'learnplatform';
50
+ IconLearnplatformSolid.variant = 'Solid';
51
+ IconLearnplatformSolid.displayName = 'IconLearnplatformSolid';
52
+ // eslint-disable-next-line react/forbid-foreign-prop-types
53
+ IconLearnplatformSolid.propTypes = {
54
+ ...SVGIcon.propTypes
55
+ };
56
+ IconLearnplatformSolid.allowedProps = [...SVGIcon.allowedProps];
57
+ export default IconLearnplatformSolid;
58
+ export { IconLearnplatformSolid };
@@ -0,0 +1,64 @@
1
+ var _g;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconSearchAiLine extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconSearchAi",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
45
+ fillRule: "evenodd",
46
+ stroke: "none",
47
+ strokeWidth: "1"
48
+ }, /*#__PURE__*/React.createElement("path", {
49
+ d: "M1077.93 50.9427C990.631 18.0208 896.094 0 797.437 0C357.821 0 0 357.821 0 797.437C0 1237.05 357.821 1594.87 797.437 1594.87C996.796 1594.87 1178.95 1520.83 1318.85 1399.39L1839.35 1920L1920 1839.35L1399.39 1318.85C1520.83 1178.95 1594.87 996.796 1594.87 797.437C1594.87 756.403 1591.76 716.082 1585.75 676.698L1476.06 715.392C1479.29 742.295 1480.95 769.675 1480.95 797.437C1480.95 1174.4 1174.4 1480.95 797.437 1480.95C420.477 1480.95 113.92 1174.4 113.92 797.437C113.92 420.477 420.477 113.92 797.437 113.92C881.581 113.92 962.217 129.194 1036.72 157.117L1077.93 50.9427Z"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M1212.8 0L1350.51 372.156L1722.67 509.867L1350.51 647.577L1212.8 1019.73L1075.09 647.577L702.933 509.867L1075.09 372.156L1212.8 0Z"
52
+ }))));
53
+ }
54
+ }
55
+ IconSearchAiLine.glyphName = 'search-ai';
56
+ IconSearchAiLine.variant = 'Line';
57
+ IconSearchAiLine.displayName = 'IconSearchAiLine';
58
+ // eslint-disable-next-line react/forbid-foreign-prop-types
59
+ IconSearchAiLine.propTypes = {
60
+ ...SVGIcon.propTypes
61
+ };
62
+ IconSearchAiLine.allowedProps = [...SVGIcon.allowedProps];
63
+ export default IconSearchAiLine;
64
+ export { IconSearchAiLine };
@@ -0,0 +1,64 @@
1
+ var _g;
2
+ /*
3
+ * The MIT License (MIT)
4
+ *
5
+ * Copyright (c) 2015 - present Instructure, Inc.
6
+ *
7
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ * of this software and associated documentation files (the "Software"), to deal
9
+ * in the Software without restriction, including without limitation the rights
10
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ * copies of the Software, and to permit persons to whom the Software is
12
+ * furnished to do so, subject to the following conditions:
13
+ *
14
+ * The above copyright notice and this permission notice shall be included in all
15
+ * copies or substantial portions of the Software.
16
+ *
17
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ * SOFTWARE.
24
+ */
25
+ import React, { Component } from 'react';
26
+ import { SVGIcon } from '@instructure/ui-svg-images';
27
+ class IconSearchAiSolid extends Component {
28
+ constructor(...args) {
29
+ super(...args);
30
+ this.ref = null;
31
+ this.handleRef = el => {
32
+ const elementRef = this.props.elementRef;
33
+ this.ref = el;
34
+ if (typeof elementRef === 'function') {
35
+ elementRef(el);
36
+ }
37
+ };
38
+ }
39
+ render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconSearchAi",
42
+ viewBox: "0 0 1920 1920",
43
+ elementRef: this.handleRef
44
+ }), _g || (_g = /*#__PURE__*/React.createElement("g", {
45
+ fillRule: "evenodd",
46
+ stroke: "none",
47
+ strokeWidth: "1"
48
+ }, /*#__PURE__*/React.createElement("path", {
49
+ d: "M1080.23 45.0035C996.57 15.8497 906.723 0 813.238 0C364.764 0 0 364.764 0 813.238C0 1261.71 364.764 1626.48 813.238 1626.48C998.439 1626.48 1168.79 1563.59 1305.73 1458.95L1766.68 1920L1920 1766.68L1458.95 1305.63C1563.59 1168.68 1626.48 998.439 1626.48 813.238C1626.48 763.036 1621.9 713.883 1613.16 666.173L1405.04 739.191C1408.06 763.457 1409.61 788.169 1409.61 813.237C1409.61 1142 1142.11 1409.61 813.239 1409.61C484.365 1409.61 216.864 1142 216.864 813.237C216.864 484.473 484.365 216.863 813.239 216.863C879.065 216.863 942.432 227.584 1001.69 247.371L1080.23 45.0035Z"
50
+ }), /*#__PURE__*/React.createElement("path", {
51
+ d: "M1212.8 0L1350.51 372.156L1722.67 509.867L1350.51 647.577L1212.8 1019.73L1075.09 647.577L702.933 509.867L1075.09 372.156L1212.8 0Z"
52
+ }))));
53
+ }
54
+ }
55
+ IconSearchAiSolid.glyphName = 'search-ai';
56
+ IconSearchAiSolid.variant = 'Solid';
57
+ IconSearchAiSolid.displayName = 'IconSearchAiSolid';
58
+ // eslint-disable-next-line react/forbid-foreign-prop-types
59
+ IconSearchAiSolid.propTypes = {
60
+ ...SVGIcon.propTypes
61
+ };
62
+ IconSearchAiSolid.allowedProps = [...SVGIcon.allowedProps];
63
+ export default IconSearchAiSolid;
64
+ export { IconSearchAiSolid };