@instructure/ui-icons 7.10.0 → 7.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/es/IconImmersiveReaderLine.js +52 -0
- package/es/IconImmersiveReaderSolid.js +55 -0
- package/es/font/Line/InstructureIcons-Line.css +208 -203
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +207 -204
- 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 +205 -203
- package/es/font/Solid/InstructureIcons-Solid.css +208 -203
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +207 -204
- 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 +205 -203
- package/es/font/index.js +1882 -1862
- package/es/index.js +2 -0
- package/es/svg/index.js +1 -1
- package/lib/IconImmersiveReaderLine.js +68 -0
- package/lib/IconImmersiveReaderSolid.js +71 -0
- package/lib/font/Line/InstructureIcons-Line.css +208 -203
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +207 -204
- 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 +205 -203
- package/lib/font/Solid/InstructureIcons-Solid.css +208 -203
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +207 -204
- 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 +205 -203
- package/lib/font/index.js +2235 -2213
- package/lib/index.js +16 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/immersive-reader.svg +7 -0
- package/svg/Solid/immersive-reader.svg +8 -0
package/lib/index.js
CHANGED
|
@@ -1743,6 +1743,18 @@ Object.defineProperty(exports, "IconImageSolid", {
|
|
|
1743
1743
|
return _IconImageSolid.IconImageSolid;
|
|
1744
1744
|
}
|
|
1745
1745
|
});
|
|
1746
|
+
Object.defineProperty(exports, "IconImmersiveReaderLine", {
|
|
1747
|
+
enumerable: true,
|
|
1748
|
+
get: function get() {
|
|
1749
|
+
return _IconImmersiveReaderLine.IconImmersiveReaderLine;
|
|
1750
|
+
}
|
|
1751
|
+
});
|
|
1752
|
+
Object.defineProperty(exports, "IconImmersiveReaderSolid", {
|
|
1753
|
+
enumerable: true,
|
|
1754
|
+
get: function get() {
|
|
1755
|
+
return _IconImmersiveReaderSolid.IconImmersiveReaderSolid;
|
|
1756
|
+
}
|
|
1757
|
+
});
|
|
1746
1758
|
Object.defineProperty(exports, "IconImportContentLine", {
|
|
1747
1759
|
enumerable: true,
|
|
1748
1760
|
get: function get() {
|
|
@@ -4760,6 +4772,10 @@ var _IconImageLine = require("./IconImageLine.js");
|
|
|
4760
4772
|
|
|
4761
4773
|
var _IconImageSolid = require("./IconImageSolid.js");
|
|
4762
4774
|
|
|
4775
|
+
var _IconImmersiveReaderLine = require("./IconImmersiveReaderLine.js");
|
|
4776
|
+
|
|
4777
|
+
var _IconImmersiveReaderSolid = require("./IconImmersiveReaderSolid.js");
|
|
4778
|
+
|
|
4763
4779
|
var _IconImportContentLine = require("./IconImportContentLine.js");
|
|
4764
4780
|
|
|
4765
4781
|
var _IconImportContentSolid = require("./IconImportContentSolid.js");
|