@instructure/ui-icons 7.8.0 → 7.12.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/es/IconButtonAndIconMakerLine.js +49 -0
  3. package/es/IconButtonAndIconMakerSolid.js +42 -0
  4. package/es/IconImmersiveReaderLine.js +52 -0
  5. package/es/IconImmersiveReaderSolid.js +55 -0
  6. package/es/IconImportantDatesLine.js +48 -0
  7. package/es/IconImportantDatesSolid.js +43 -0
  8. package/es/IconSubtitlesLine.js +49 -0
  9. package/es/IconSubtitlesSolid.js +43 -0
  10. package/es/font/Line/InstructureIcons-Line.css +323 -303
  11. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  12. package/es/font/Line/InstructureIcons-Line.svg +316 -304
  13. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  14. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  15. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  16. package/es/font/Line/InstructureIcons-Line_icon-map.scss +311 -303
  17. package/es/font/Solid/InstructureIcons-Solid.css +323 -303
  18. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  19. package/es/font/Solid/InstructureIcons-Solid.svg +316 -304
  20. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  21. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  22. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  23. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +311 -303
  24. package/es/font/index.js +686 -606
  25. package/es/index.js +300 -292
  26. package/es/svg/index.js +1 -1
  27. package/lib/IconButtonAndIconMakerLine.js +65 -0
  28. package/lib/IconButtonAndIconMakerSolid.js +58 -0
  29. package/lib/IconImmersiveReaderLine.js +68 -0
  30. package/lib/IconImmersiveReaderSolid.js +71 -0
  31. package/lib/IconImportantDatesLine.js +64 -0
  32. package/lib/IconImportantDatesSolid.js +59 -0
  33. package/lib/IconSubtitlesLine.js +65 -0
  34. package/lib/IconSubtitlesSolid.js +59 -0
  35. package/lib/font/Line/InstructureIcons-Line.css +323 -303
  36. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  37. package/lib/font/Line/InstructureIcons-Line.svg +316 -304
  38. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  39. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  40. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  41. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +311 -303
  42. package/lib/font/Solid/InstructureIcons-Solid.css +323 -303
  43. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  44. package/lib/font/Solid/InstructureIcons-Solid.svg +316 -304
  45. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  46. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  47. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  48. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +311 -303
  49. package/lib/font/index.js +701 -613
  50. package/lib/index.js +943 -879
  51. package/lib/svg/index.js +1 -1
  52. package/package.json +4 -4
  53. package/svg/Line/button-and-icon-maker.svg +6 -0
  54. package/svg/Line/immersive-reader.svg +7 -0
  55. package/svg/Line/important-dates.svg +6 -0
  56. package/svg/Line/subtitles.svg +6 -0
  57. package/svg/Solid/button-and-icon-maker.svg +3 -0
  58. package/svg/Solid/immersive-reader.svg +8 -0
  59. package/svg/Solid/important-dates.svg +3 -0
  60. package/svg/Solid/subtitles.svg +3 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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.12.0](https://github.com/instructure/instructure-ui/compare/v7.11.0...v7.12.0) (2021-10-15)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-icons
9
+
10
+ # [7.11.0](https://github.com/instructure/instructure-ui/compare/v7.10.0...v7.11.0) (2021-09-17)
11
+
12
+ ### Features
13
+
14
+ - **ui-icons:** add `immersive-reader` icon ([50013f4](https://github.com/instructure/instructure-ui/commit/50013f4))
15
+
16
+ # [7.10.0](https://github.com/instructure/instructure-ui/compare/v7.9.0...v7.10.0) (2021-08-27)
17
+
18
+ ### Features
19
+
20
+ - **ui-icons:** add `button-and-icon-maker` icon ([4132357](https://github.com/instructure/instructure-ui/commit/4132357))
21
+ - **ui-icons:** add `important-dates` icon ([5553e6a](https://github.com/instructure/instructure-ui/commit/5553e6a))
22
+ - **ui-icons:** add `subtitles` icon ([f853143](https://github.com/instructure/instructure-ui/commit/f853143))
23
+
24
+ # [7.9.0](https://github.com/instructure/instructure-ui/compare/v7.8.0...v7.9.0) (2021-07-16)
25
+
26
+ **Note:** Version bump only for package @instructure/ui-icons
27
+
6
28
  # [7.8.0](https://github.com/instructure/instructure-ui/compare/v7.7.1...v7.8.0) (2021-06-18)
7
29
 
8
30
  ### Features
@@ -0,0 +1,49 @@
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("g", {
10
+ fillRule: "evenodd",
11
+ stroke: "none",
12
+ strokeWidth: "1"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M0 426.667C0 191.025 191.025 0 426.667 0 662.308 0 853.333 191.025 853.333 426.667 853.333 662.308 662.308 853.333 426.667 853.333 191.025 853.333 0 662.308 0 426.667zM426.667 746.667C249.936 746.667 106.667 603.398 106.667 426.667 106.667 249.936 249.936 106.667 426.667 106.667 603.398 106.667 746.667 249.936 746.667 426.667 746.667 603.398 603.398 746.667 426.667 746.667zM0 1920V1066.67H853.333V1920H0zM106.667 1813.33V1173.33H746.667V1813.33H106.667zM1920 853.333 1440 0 960 853.333H1920zM1737.62 746.667 1440 217.571 1142.38 746.667H1737.62z",
15
+ fillRule: "evenodd"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M1386.67 1920V1546.67H1013.33V1440L1386.67 1440V1066.67H1493.33V1440H1866.67V1546.67H1493.33V1920H1386.67Z"
18
+ }));
19
+
20
+ var IconButtonAndIconMakerLine = /*#__PURE__*/function (_Component) {
21
+ _inherits(IconButtonAndIconMakerLine, _Component);
22
+
23
+ var _super = _createSuper(IconButtonAndIconMakerLine);
24
+
25
+ function IconButtonAndIconMakerLine() {
26
+ _classCallCheck(this, IconButtonAndIconMakerLine);
27
+
28
+ return _super.apply(this, arguments);
29
+ }
30
+
31
+ _createClass(IconButtonAndIconMakerLine, [{
32
+ key: "render",
33
+ value: function render() {
34
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
35
+ name: "IconButtonAndIconMaker",
36
+ viewBox: "0 0 1920 1920"
37
+ }), _ref);
38
+ }
39
+ }]);
40
+
41
+ IconButtonAndIconMakerLine.displayName = "IconButtonAndIconMakerLine";
42
+ return IconButtonAndIconMakerLine;
43
+ }(Component);
44
+
45
+ IconButtonAndIconMakerLine.glyphName = 'button-and-icon-maker';
46
+ IconButtonAndIconMakerLine.variant = 'Line';
47
+ IconButtonAndIconMakerLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
48
+ export default IconButtonAndIconMakerLine;
49
+ export { IconButtonAndIconMakerLine };
@@ -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: "M0 426.667C0 191.025 191.025 0 426.667 0 662.308 0 853.333 191.025 853.333 426.667 853.333 662.308 662.308 853.333 426.667 853.333 191.025 853.333 0 662.308 0 426.667zM853.333 1066.67V1920H0V1066.67H853.333zM1360 1920V1573.33H1013.33V1413.33L1360 1413.33V1066.67H1520V1413.33H1866.67V1573.33H1520V1920H1360zM1920 853.333 1440 0 960 853.333H1920z"
11
+ });
12
+
13
+ var IconButtonAndIconMakerSolid = /*#__PURE__*/function (_Component) {
14
+ _inherits(IconButtonAndIconMakerSolid, _Component);
15
+
16
+ var _super = _createSuper(IconButtonAndIconMakerSolid);
17
+
18
+ function IconButtonAndIconMakerSolid() {
19
+ _classCallCheck(this, IconButtonAndIconMakerSolid);
20
+
21
+ return _super.apply(this, arguments);
22
+ }
23
+
24
+ _createClass(IconButtonAndIconMakerSolid, [{
25
+ key: "render",
26
+ value: function render() {
27
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
28
+ name: "IconButtonAndIconMaker",
29
+ viewBox: "0 0 1920 1920"
30
+ }), _ref);
31
+ }
32
+ }]);
33
+
34
+ IconButtonAndIconMakerSolid.displayName = "IconButtonAndIconMakerSolid";
35
+ return IconButtonAndIconMakerSolid;
36
+ }(Component);
37
+
38
+ IconButtonAndIconMakerSolid.glyphName = 'button-and-icon-maker';
39
+ IconButtonAndIconMakerSolid.variant = 'Solid';
40
+ IconButtonAndIconMakerSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
41
+ export default IconButtonAndIconMakerSolid;
42
+ export { IconButtonAndIconMakerSolid };
@@ -0,0 +1,52 @@
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("g", {
10
+ fillRule: "evenodd",
11
+ stroke: "none",
12
+ strokeWidth: "1"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M1579.95 1387.02C1572.53 1519.42 1513.62 1648.22 1429.38 1759.63L1344.05 1696.16C1419.79 1596 1467.54 1486.79 1473.46 1381.16 1479.27 1277.42 1445.11 1173 1349.01 1077.68L1424.42 1002.88C1541.63 1119.13 1587.47 1252.74 1579.95 1387.02zM1918.83 1413.75C1907.82 1593.17 1820.33 1768.26 1694.57 1920.15L1612.15 1853.01C1728.94 1711.95 1803.16 1557.47 1812.37 1407.33 1821.43 1259.62 1768.07 1110.03 1617.4 973.552L1689.32 895.438C1862.06 1051.91 1929.98 1231.89 1918.83 1413.75z",
15
+ fillRule: "evenodd"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M106.657 105.935H533.283C709.974 105.935 853.253 248.072 853.253 423.369V786.462H959.91V423.369C959.91 248.096 1103.17 105.935 1279.88 105.935H1706.51V649.004H1813.16V0.147949H1279.88C1119.24 0.147949 979.341 88.2059 906.566 218.309C833.783 88.2148 693.898 0.147949 533.283 0.147949H0V1631.52H362.782V1525.73H106.657V105.935Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M814.549 1139.33L1071.24 884.726H1199.99V1904.31L1071.24 1904.31L798.232 1633.53H543.994V1139.33H814.549ZM1093.33 1012.42L858.728 1245.11H650.65V1527.74H842.411L1093.33 1776.62V1012.42Z",
20
+ fillRule: "evenodd"
21
+ }));
22
+
23
+ var IconImmersiveReaderLine = /*#__PURE__*/function (_Component) {
24
+ _inherits(IconImmersiveReaderLine, _Component);
25
+
26
+ var _super = _createSuper(IconImmersiveReaderLine);
27
+
28
+ function IconImmersiveReaderLine() {
29
+ _classCallCheck(this, IconImmersiveReaderLine);
30
+
31
+ return _super.apply(this, arguments);
32
+ }
33
+
34
+ _createClass(IconImmersiveReaderLine, [{
35
+ key: "render",
36
+ value: function render() {
37
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
38
+ name: "IconImmersiveReader",
39
+ viewBox: "0 0 1920 1921"
40
+ }), _ref);
41
+ }
42
+ }]);
43
+
44
+ IconImmersiveReaderLine.displayName = "IconImmersiveReaderLine";
45
+ return IconImmersiveReaderLine;
46
+ }(Component);
47
+
48
+ IconImmersiveReaderLine.glyphName = 'immersive-reader';
49
+ IconImmersiveReaderLine.variant = 'Line';
50
+ IconImmersiveReaderLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
51
+ export default IconImmersiveReaderLine;
52
+ export { IconImmersiveReaderLine };
@@ -0,0 +1,55 @@
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("g", {
10
+ fillRule: "evenodd",
11
+ stroke: "none",
12
+ strokeWidth: "1"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M1579.74 1372.56C1571.95 1511.59 1510.22 1645.24 1423.81 1759.42L1295.76 1664.25C1369.41 1566.93 1414.38 1462.66 1419.93 1363.76C1425.31 1267.7 1394.06 1170.62 1303.19 1080.57L1416.37 968.413C1538.92 1089.85 1587.7 1230.7 1579.74 1372.56Z",
15
+ fillRule: "evenodd"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M1918.78 1399.41C1907.32 1586.09 1816.46 1766.25 1688.4 1920.78L1564.7 1820.12C1679.32 1681.82 1750.25 1532.55 1759.01 1389.78C1767.55 1250.67 1717.81 1108.74 1572.58 977.31L1680.52 860.186C1858.86 1021.59 1930.46 1209.09 1918.78 1399.41Z",
18
+ fillRule: "evenodd"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M160.063 159.401H570.008C717.291 159.401 836.779 277.812 836.779 423.865V656.096H838.661V781.847H998.723V423.763C998.723 277.76 1118.16 159.401 1265.49 159.401H1653.98V781.847H1654.16V711.472H1814.04V0.78418H1265.49C1122.04 0.78418 995.116 70.914 917.727 178.464C840.334 70.9225 713.432 0.78418 570.008 0.78418H0V1660.6H330.804V1501.98H160.063V159.401Z"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M1014.36 885.009L784.214 1113.07H497.901V1659.95H767.889L1014.36 1904.19H1207.57V885.009H1014.36ZM1047.51 1076.48L850.514 1271.69H657.963V1501.33H834.189L1047.51 1712.72V1076.48Z",
23
+ fillRule: "evenodd"
24
+ }));
25
+
26
+ var IconImmersiveReaderSolid = /*#__PURE__*/function (_Component) {
27
+ _inherits(IconImmersiveReaderSolid, _Component);
28
+
29
+ var _super = _createSuper(IconImmersiveReaderSolid);
30
+
31
+ function IconImmersiveReaderSolid() {
32
+ _classCallCheck(this, IconImmersiveReaderSolid);
33
+
34
+ return _super.apply(this, arguments);
35
+ }
36
+
37
+ _createClass(IconImmersiveReaderSolid, [{
38
+ key: "render",
39
+ value: function render() {
40
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
41
+ name: "IconImmersiveReader",
42
+ viewBox: "0 0 1920 1921"
43
+ }), _ref);
44
+ }
45
+ }]);
46
+
47
+ IconImmersiveReaderSolid.displayName = "IconImmersiveReaderSolid";
48
+ return IconImmersiveReaderSolid;
49
+ }(Component);
50
+
51
+ IconImmersiveReaderSolid.glyphName = 'immersive-reader';
52
+ IconImmersiveReaderSolid.variant = 'Solid';
53
+ IconImmersiveReaderSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
54
+ export default IconImmersiveReaderSolid;
55
+ export { IconImmersiveReaderSolid };
@@ -0,0 +1,48 @@
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("g", {
10
+ fillRule: "evenodd",
11
+ stroke: "none",
12
+ strokeWidth: "1"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M213.333 451.765V282.353C213.333 251.181 235.608 225.882 266.667 225.882H445.488V282.353C445.488 313.525 470.787 338.823 501.959 338.823C533.131 338.823 558.43 313.525 558.43 282.353V225.882H1349.02V282.353C1349.02 313.525 1374.32 338.823 1405.49 338.823C1436.66 338.823 1461.96 313.525 1461.96 282.353V225.882H1653.33C1684.39 225.882 1706.67 251.181 1706.67 282.353V451.765H213.333ZM213.333 1813.34L1706.67 1819.59V570.973H213.333V1813.34ZM1653.33 112.941H1461.96V56.4706C1461.96 25.2988 1436.66 0 1405.49 0C1374.32 0 1349.02 25.2988 1349.02 56.4706V112.941H558.431V56.4706C558.431 25.2988 533.133 0 501.961 0C470.789 0 445.49 25.2988 445.49 56.4706V112.941H276.078C182.676 112.941 106.667 188.951 106.667 282.353V451.765V564.706V1920H1813.33V266.667C1813.33 173.264 1746.74 112.941 1653.33 112.941Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M1019.51 1123.69L960.002 931.876L900.459 1123.69H695.527L861.346 1249.82L800.38 1446.25L959.995 1324.85L1119.62 1446.29L1058.63 1249.81L1224.48 1123.69H1019.51ZM1308.54 1093.85L1348.21 1081.35L1348.14 1081.26L1308.47 1093.63M1348.26 1081.22L1348.33 1081.31L1384.84 1069.8C1389.76 1085.41 1384.49 1102.44 1371.79 1112.16L1151.64 1279.59L1235.71 1550.44C1240.58 1566.15 1235.26 1583.18 1222.51 1592.79C1209.81 1602.41 1192.7 1602.41 1180 1592.74L959.989 1425.37L739.931 1592.74C733.557 1597.58 726.128 1599.99 718.699 1599.99C711.27 1599.99 703.841 1597.58 697.516 1592.79C684.766 1583.18 679.396 1566.15 684.265 1550.49L768.342 1279.59L548.234 1112.16C535.485 1102.44 530.264 1085.41 535.133 1069.8C540.002 1054.2 553.806 1043.69 569.517 1043.69H841.527L925.605 772.837C925.61 772.82 925.6 772.855 925.605 772.837C930.489 757.206 944.346 746.667 959.989 746.667C975.7 746.667 989.504 757.177 994.423 772.785L1001.89 796.918L1078.45 1043.69H1350.46C1366.17 1043.69 1379.98 1054.2 1384.84 1069.8L1348.26 1081.22Z"
17
+ }));
18
+
19
+ var IconImportantDatesLine = /*#__PURE__*/function (_Component) {
20
+ _inherits(IconImportantDatesLine, _Component);
21
+
22
+ var _super = _createSuper(IconImportantDatesLine);
23
+
24
+ function IconImportantDatesLine() {
25
+ _classCallCheck(this, IconImportantDatesLine);
26
+
27
+ return _super.apply(this, arguments);
28
+ }
29
+
30
+ _createClass(IconImportantDatesLine, [{
31
+ key: "render",
32
+ value: function render() {
33
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
34
+ name: "IconImportantDates",
35
+ viewBox: "0 0 1920 1920"
36
+ }), _ref);
37
+ }
38
+ }]);
39
+
40
+ IconImportantDatesLine.displayName = "IconImportantDatesLine";
41
+ return IconImportantDatesLine;
42
+ }(Component);
43
+
44
+ IconImportantDatesLine.glyphName = 'important-dates';
45
+ IconImportantDatesLine.variant = 'Line';
46
+ IconImportantDatesLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
47
+ export default IconImportantDatesLine;
48
+ export { IconImportantDatesLine };
@@ -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: "M1687.84 451.764H219.606V282.353C219.606 250.729 244.453 225.882 276.077 225.882H445.489V282.353C445.489 313.976 470.336 338.823 501.959 338.823C533.583 338.823 558.43 313.976 558.43 282.353V225.882H1349.02V282.353C1349.02 313.976 1373.87 338.823 1405.49 338.823C1437.11 338.823 1461.96 313.976 1461.96 282.353V225.882H1631.37C1662.99 225.882 1687.84 250.729 1687.84 282.353V451.764ZM1384.84 1069.8C1379.98 1054.2 1366.17 1043.69 1350.46 1043.69H1078.45L994.423 772.837V772.785C989.504 757.177 975.7 746.667 959.989 746.667C944.328 746.667 930.474 757.177 925.605 772.837L841.527 1043.69H569.517C553.806 1043.69 540.002 1054.2 535.133 1069.8C530.264 1085.41 535.485 1102.44 548.235 1112.16L768.342 1279.59L684.265 1550.49C679.396 1566.15 684.767 1583.18 697.516 1592.79C703.841 1597.58 711.27 1599.99 718.699 1599.99C726.128 1599.99 733.557 1597.58 739.932 1592.74L959.989 1425.37L1180 1592.74C1192.7 1602.41 1209.81 1602.41 1222.51 1592.79C1235.26 1583.18 1240.58 1566.15 1235.71 1550.44L1151.64 1279.59L1371.79 1112.16C1384.49 1102.44 1389.76 1085.41 1384.84 1069.8M1631.37 112.941H1461.96V56.4706C1461.96 24.8471 1437.11 0 1405.49 0C1373.87 0 1349.02 24.8471 1349.02 56.4706V112.941H558.431V56.4706C558.431 24.8471 533.584 0 501.961 0C470.337 0 445.49 24.8471 445.49 56.4706V112.941H276.079C182.337 112.941 106.667 188.612 106.667 282.353V1920H1800.78V282.353C1800.78 188.612 1725.11 112.941 1631.37 112.941V112.941Z",
11
+ fillRule: "evenodd"
12
+ });
13
+
14
+ var IconImportantDatesSolid = /*#__PURE__*/function (_Component) {
15
+ _inherits(IconImportantDatesSolid, _Component);
16
+
17
+ var _super = _createSuper(IconImportantDatesSolid);
18
+
19
+ function IconImportantDatesSolid() {
20
+ _classCallCheck(this, IconImportantDatesSolid);
21
+
22
+ return _super.apply(this, arguments);
23
+ }
24
+
25
+ _createClass(IconImportantDatesSolid, [{
26
+ key: "render",
27
+ value: function render() {
28
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
29
+ name: "IconImportantDates",
30
+ viewBox: "0 0 1920 1920"
31
+ }), _ref);
32
+ }
33
+ }]);
34
+
35
+ IconImportantDatesSolid.displayName = "IconImportantDatesSolid";
36
+ return IconImportantDatesSolid;
37
+ }(Component);
38
+
39
+ IconImportantDatesSolid.glyphName = 'important-dates';
40
+ IconImportantDatesSolid.variant = 'Solid';
41
+ IconImportantDatesSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
42
+ export default IconImportantDatesSolid;
43
+ export { IconImportantDatesSolid };
@@ -0,0 +1,49 @@
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("g", {
10
+ fillRule: "evenodd",
11
+ stroke: "none",
12
+ strokeWidth: "1"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M320 1221.33C320 1188.93 346.266 1162.67 378.667 1162.67H1114.67C1147.07 1162.67 1173.33 1188.93 1173.33 1221.33 1173.33 1253.73 1147.07 1280 1114.67 1280H378.667C346.266 1280 320 1253.73 320 1221.33zM1386.67 1221.33C1386.67 1188.93 1412.93 1162.67 1445.33 1162.67H1541.33C1573.73 1162.67 1600 1188.93 1600 1221.33 1600 1253.73 1573.73 1280 1541.33 1280H1445.33C1412.93 1280 1386.67 1253.73 1386.67 1221.33zM805.333 1482.67C772.933 1482.67 746.667 1508.93 746.667 1541.33 746.667 1573.73 772.933 1600 805.333 1600H1541.33C1573.73 1600 1600 1573.73 1600 1541.33 1600 1508.93 1573.73 1482.67 1541.33 1482.67H805.333zM320 1541.33C320 1508.93 346.266 1482.67 378.667 1482.67H474.667C507.067 1482.67 533.333 1508.93 533.333 1541.33 533.333 1573.73 507.067 1600 474.667 1600H378.667C346.266 1600 320 1573.73 320 1541.33z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M0 213.333C0 95.5126 95.5126 0 213.333 0H1706.67C1824.49 0 1920 95.5126 1920 213.333V1706.67C1920 1824.49 1824.49 1920 1706.67 1920H213.333C95.5126 1920 0 1824.49 0 1706.67V213.333ZM213.333 117.333H1706.67C1759.69 117.333 1802.67 160.314 1802.67 213.333V1706.67C1802.67 1759.69 1759.69 1802.67 1706.67 1802.67H213.333C160.314 1802.67 117.333 1759.69 117.333 1706.67V213.333C117.333 160.314 160.314 117.333 213.333 117.333Z",
17
+ fillRule: "evenodd"
18
+ }));
19
+
20
+ var IconSubtitlesLine = /*#__PURE__*/function (_Component) {
21
+ _inherits(IconSubtitlesLine, _Component);
22
+
23
+ var _super = _createSuper(IconSubtitlesLine);
24
+
25
+ function IconSubtitlesLine() {
26
+ _classCallCheck(this, IconSubtitlesLine);
27
+
28
+ return _super.apply(this, arguments);
29
+ }
30
+
31
+ _createClass(IconSubtitlesLine, [{
32
+ key: "render",
33
+ value: function render() {
34
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
35
+ name: "IconSubtitles",
36
+ viewBox: "0 0 1920 1920"
37
+ }), _ref);
38
+ }
39
+ }]);
40
+
41
+ IconSubtitlesLine.displayName = "IconSubtitlesLine";
42
+ return IconSubtitlesLine;
43
+ }(Component);
44
+
45
+ IconSubtitlesLine.glyphName = 'subtitles';
46
+ IconSubtitlesLine.variant = 'Line';
47
+ IconSubtitlesLine.propTypes = _objectSpread({}, SVGIcon.propTypes);
48
+ export default IconSubtitlesLine;
49
+ export { IconSubtitlesLine };
@@ -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: "M213.333 0C95.5126 0 0 95.5126 0 213.333V1706.67C0 1824.49 95.5126 1920 213.333 1920H1706.67C1824.49 1920 1920 1824.49 1920 1706.67V213.333C1920 95.5126 1824.49 0 1706.67 0H213.333ZM320 1200C320 1155.82 355.817 1120 400 1120H1093.33C1137.52 1120 1173.33 1155.82 1173.33 1200C1173.33 1244.18 1137.52 1280 1093.33 1280H400C355.817 1280 320 1244.18 320 1200ZM1386.67 1200C1386.67 1155.82 1422.48 1120 1466.67 1120H1520C1564.18 1120 1600 1155.82 1600 1200C1600 1244.18 1564.18 1280 1520 1280H1466.67C1422.48 1280 1386.67 1244.18 1386.67 1200ZM746.667 1520C746.667 1475.82 782.484 1440 826.667 1440H1520C1564.18 1440 1600 1475.82 1600 1520C1600 1564.18 1564.18 1600 1520 1600H826.667C782.484 1600 746.667 1564.18 746.667 1520ZM320 1520C320 1475.82 355.817 1440 400 1440H453.333C497.516 1440 533.333 1475.82 533.333 1520C533.333 1564.18 497.516 1600 453.333 1600H400C355.817 1600 320 1564.18 320 1520Z",
11
+ fillRule: "evenodd"
12
+ });
13
+
14
+ var IconSubtitlesSolid = /*#__PURE__*/function (_Component) {
15
+ _inherits(IconSubtitlesSolid, _Component);
16
+
17
+ var _super = _createSuper(IconSubtitlesSolid);
18
+
19
+ function IconSubtitlesSolid() {
20
+ _classCallCheck(this, IconSubtitlesSolid);
21
+
22
+ return _super.apply(this, arguments);
23
+ }
24
+
25
+ _createClass(IconSubtitlesSolid, [{
26
+ key: "render",
27
+ value: function render() {
28
+ return /*#__PURE__*/React.createElement(SVGIcon, Object.assign({}, this.props, {
29
+ name: "IconSubtitles",
30
+ viewBox: "0 0 1920 1920"
31
+ }), _ref);
32
+ }
33
+ }]);
34
+
35
+ IconSubtitlesSolid.displayName = "IconSubtitlesSolid";
36
+ return IconSubtitlesSolid;
37
+ }(Component);
38
+
39
+ IconSubtitlesSolid.glyphName = 'subtitles';
40
+ IconSubtitlesSolid.variant = 'Solid';
41
+ IconSubtitlesSolid.propTypes = _objectSpread({}, SVGIcon.propTypes);
42
+ export default IconSubtitlesSolid;
43
+ export { IconSubtitlesSolid };