@instructure/ui-icons 7.20.0 → 7.21.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 +14 -0
- package/es/IconHeaderLine.js +43 -0
- package/es/IconHeaderSolid.js +43 -0
- package/es/font/Line/InstructureIcons-Line.css +218 -213
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +216 -213
- 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 +215 -213
- package/es/font/Solid/InstructureIcons-Solid.css +218 -213
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +216 -213
- 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 +215 -213
- package/es/font/index.js +446 -426
- package/es/index.js +2 -0
- package/es/svg/index.js +1 -1
- package/lib/IconHeaderLine.js +59 -0
- package/lib/IconHeaderSolid.js +59 -0
- package/lib/font/Line/InstructureIcons-Line.css +218 -213
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +216 -213
- 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 +215 -213
- package/lib/font/Solid/InstructureIcons-Solid.css +218 -213
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +216 -213
- 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 +215 -213
- package/lib/font/index.js +454 -432
- package/lib/index.js +16 -0
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/header.svg +3 -0
- package/svg/Solid/header.svg +3 -0
package/lib/index.js
CHANGED
|
@@ -1731,6 +1731,18 @@ Object.defineProperty(exports, "IconHamburgerSolid", {
|
|
|
1731
1731
|
return _IconHamburgerSolid.IconHamburgerSolid;
|
|
1732
1732
|
}
|
|
1733
1733
|
});
|
|
1734
|
+
Object.defineProperty(exports, "IconHeaderLine", {
|
|
1735
|
+
enumerable: true,
|
|
1736
|
+
get: function get() {
|
|
1737
|
+
return _IconHeaderLine.IconHeaderLine;
|
|
1738
|
+
}
|
|
1739
|
+
});
|
|
1740
|
+
Object.defineProperty(exports, "IconHeaderSolid", {
|
|
1741
|
+
enumerable: true,
|
|
1742
|
+
get: function get() {
|
|
1743
|
+
return _IconHeaderSolid.IconHeaderSolid;
|
|
1744
|
+
}
|
|
1745
|
+
});
|
|
1734
1746
|
Object.defineProperty(exports, "IconHeartLine", {
|
|
1735
1747
|
enumerable: true,
|
|
1736
1748
|
get: function get() {
|
|
@@ -4864,6 +4876,10 @@ var _IconHamburgerLine = require("./IconHamburgerLine.js");
|
|
|
4864
4876
|
|
|
4865
4877
|
var _IconHamburgerSolid = require("./IconHamburgerSolid.js");
|
|
4866
4878
|
|
|
4879
|
+
var _IconHeaderLine = require("./IconHeaderLine.js");
|
|
4880
|
+
|
|
4881
|
+
var _IconHeaderSolid = require("./IconHeaderSolid.js");
|
|
4882
|
+
|
|
4867
4883
|
var _IconHeartLine = require("./IconHeartLine.js");
|
|
4868
4884
|
|
|
4869
4885
|
var _IconHeartSolid = require("./IconHeartSolid.js");
|