@instructure/ui-icons 8.21.0 → 8.22.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 +4 -0
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- 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/Solid/InstructureIcons-Solid.eot +0 -0
- 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/index.js +27 -27
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- 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/Solid/InstructureIcons-Solid.eot +0 -0
- 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/index.js +28 -28
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +26 -26
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
# [8.22.0](https://github.com/instructure/instructure-ui/compare/v8.21.0...v8.22.0) (2022-03-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
6
10
|
# [8.21.0](https://github.com/instructure/instructure-ui/compare/v8.20.0...v8.21.0) (2022-03-30)
|
|
7
11
|
|
|
8
12
|
### Features
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -660,55 +660,55 @@ export { IconToggleLeftLine } from './IconToggleLeftLine';
|
|
|
660
660
|
export { IconToggleLeftSolid } from './IconToggleLeftSolid';
|
|
661
661
|
export { IconToggleRightLine } from './IconToggleRightLine';
|
|
662
662
|
export { IconToggleRightSolid } from './IconToggleRightSolid';
|
|
663
|
-
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
664
663
|
export { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
665
|
-
export {
|
|
664
|
+
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
666
665
|
export { IconTrashSolid } from './IconTrashSolid';
|
|
667
|
-
export {
|
|
666
|
+
export { IconTrashLine } from './IconTrashLine';
|
|
668
667
|
export { IconTroubleSolid } from './IconTroubleSolid';
|
|
669
|
-
export {
|
|
668
|
+
export { IconTroubleLine } from './IconTroubleLine';
|
|
670
669
|
export { IconTwitterBoxedSolid } from './IconTwitterBoxedSolid';
|
|
671
|
-
export {
|
|
670
|
+
export { IconTwitterBoxedLine } from './IconTwitterBoxedLine';
|
|
672
671
|
export { IconTwitterSolid } from './IconTwitterSolid';
|
|
673
|
-
export {
|
|
672
|
+
export { IconTwitterLine } from './IconTwitterLine';
|
|
674
673
|
export { IconUnarchiveSolid } from './IconUnarchiveSolid';
|
|
675
|
-
export {
|
|
674
|
+
export { IconUnarchiveLine } from './IconUnarchiveLine';
|
|
676
675
|
export { IconUnderlineSolid } from './IconUnderlineSolid';
|
|
677
|
-
export {
|
|
676
|
+
export { IconUnderlineLine } from './IconUnderlineLine';
|
|
678
677
|
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
679
|
-
export {
|
|
678
|
+
export { IconUnlockLine } from './IconUnlockLine';
|
|
680
679
|
export { IconUnmutedSolid } from './IconUnmutedSolid';
|
|
681
|
-
export {
|
|
680
|
+
export { IconUnmutedLine } from './IconUnmutedLine';
|
|
682
681
|
export { IconUnpublishSolid } from './IconUnpublishSolid';
|
|
683
|
-
export {
|
|
682
|
+
export { IconUnpublishLine } from './IconUnpublishLine';
|
|
684
683
|
export { IconUnpublishedSolid } from './IconUnpublishedSolid';
|
|
685
|
-
export {
|
|
684
|
+
export { IconUnpublishedLine } from './IconUnpublishedLine';
|
|
686
685
|
export { IconUpdownSolid } from './IconUpdownSolid';
|
|
687
|
-
export {
|
|
686
|
+
export { IconUpdownLine } from './IconUpdownLine';
|
|
688
687
|
export { IconUploadSolid } from './IconUploadSolid';
|
|
689
|
-
export {
|
|
688
|
+
export { IconUploadLine } from './IconUploadLine';
|
|
690
689
|
export { IconUserAddSolid } from './IconUserAddSolid';
|
|
691
|
-
export {
|
|
690
|
+
export { IconUserAddLine } from './IconUserAddLine';
|
|
692
691
|
export { IconUserSolid } from './IconUserSolid';
|
|
693
|
-
export {
|
|
692
|
+
export { IconUserLine } from './IconUserLine';
|
|
694
693
|
export { IconVideoCameraOffSolid } from './IconVideoCameraOffSolid';
|
|
695
|
-
export {
|
|
694
|
+
export { IconVideoCameraOffLine } from './IconVideoCameraOffLine';
|
|
696
695
|
export { IconVideoCameraSolid } from './IconVideoCameraSolid';
|
|
697
|
-
export {
|
|
696
|
+
export { IconVideoCameraLine } from './IconVideoCameraLine';
|
|
698
697
|
export { IconVideoSolid } from './IconVideoSolid';
|
|
699
|
-
export {
|
|
698
|
+
export { IconVideoLine } from './IconVideoLine';
|
|
700
699
|
export { IconWarningBorderlessSolid } from './IconWarningBorderlessSolid';
|
|
701
|
-
export {
|
|
700
|
+
export { IconWarningBorderlessLine } from './IconWarningBorderlessLine';
|
|
702
701
|
export { IconWarningSolid } from './IconWarningSolid';
|
|
703
|
-
export {
|
|
702
|
+
export { IconWarningLine } from './IconWarningLine';
|
|
704
703
|
export { IconWindowsSolid } from './IconWindowsSolid';
|
|
705
|
-
export {
|
|
704
|
+
export { IconWindowsLine } from './IconWindowsLine';
|
|
706
705
|
export { IconWordpressSolid } from './IconWordpressSolid';
|
|
707
|
-
export {
|
|
706
|
+
export { IconWordpressLine } from './IconWordpressLine';
|
|
708
707
|
export { IconXSolid } from './IconXSolid';
|
|
709
|
-
export {
|
|
708
|
+
export { IconXLine } from './IconXLine';
|
|
710
709
|
export { IconZippedSolid } from './IconZippedSolid';
|
|
711
|
-
export {
|
|
710
|
+
export { IconZippedLine } from './IconZippedLine';
|
|
712
711
|
export { IconZoomInSolid } from './IconZoomInSolid';
|
|
713
|
-
export {
|
|
714
|
-
export { IconZoomOutSolid } from './IconZoomOutSolid';
|
|
712
|
+
export { IconZoomInLine } from './IconZoomInLine';
|
|
713
|
+
export { IconZoomOutSolid } from './IconZoomOutSolid';
|
|
714
|
+
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -5612,106 +5612,106 @@ var _IconToggleRightLine = require("./IconToggleRightLine");
|
|
|
5612
5612
|
|
|
5613
5613
|
var _IconToggleRightSolid = require("./IconToggleRightSolid");
|
|
5614
5614
|
|
|
5615
|
-
var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
5616
|
-
|
|
5617
5615
|
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
|
5618
5616
|
|
|
5619
|
-
var
|
|
5617
|
+
var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
5620
5618
|
|
|
5621
5619
|
var _IconTrashSolid = require("./IconTrashSolid");
|
|
5622
5620
|
|
|
5623
|
-
var
|
|
5621
|
+
var _IconTrashLine = require("./IconTrashLine");
|
|
5624
5622
|
|
|
5625
5623
|
var _IconTroubleSolid = require("./IconTroubleSolid");
|
|
5626
5624
|
|
|
5627
|
-
var
|
|
5625
|
+
var _IconTroubleLine = require("./IconTroubleLine");
|
|
5628
5626
|
|
|
5629
5627
|
var _IconTwitterBoxedSolid = require("./IconTwitterBoxedSolid");
|
|
5630
5628
|
|
|
5631
|
-
var
|
|
5629
|
+
var _IconTwitterBoxedLine = require("./IconTwitterBoxedLine");
|
|
5632
5630
|
|
|
5633
5631
|
var _IconTwitterSolid = require("./IconTwitterSolid");
|
|
5634
5632
|
|
|
5635
|
-
var
|
|
5633
|
+
var _IconTwitterLine = require("./IconTwitterLine");
|
|
5636
5634
|
|
|
5637
5635
|
var _IconUnarchiveSolid = require("./IconUnarchiveSolid");
|
|
5638
5636
|
|
|
5639
|
-
var
|
|
5637
|
+
var _IconUnarchiveLine = require("./IconUnarchiveLine");
|
|
5640
5638
|
|
|
5641
5639
|
var _IconUnderlineSolid = require("./IconUnderlineSolid");
|
|
5642
5640
|
|
|
5643
|
-
var
|
|
5641
|
+
var _IconUnderlineLine = require("./IconUnderlineLine");
|
|
5644
5642
|
|
|
5645
5643
|
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5646
5644
|
|
|
5647
|
-
var
|
|
5645
|
+
var _IconUnlockLine = require("./IconUnlockLine");
|
|
5648
5646
|
|
|
5649
5647
|
var _IconUnmutedSolid = require("./IconUnmutedSolid");
|
|
5650
5648
|
|
|
5651
|
-
var
|
|
5649
|
+
var _IconUnmutedLine = require("./IconUnmutedLine");
|
|
5652
5650
|
|
|
5653
5651
|
var _IconUnpublishSolid = require("./IconUnpublishSolid");
|
|
5654
5652
|
|
|
5655
|
-
var
|
|
5653
|
+
var _IconUnpublishLine = require("./IconUnpublishLine");
|
|
5656
5654
|
|
|
5657
5655
|
var _IconUnpublishedSolid = require("./IconUnpublishedSolid");
|
|
5658
5656
|
|
|
5659
|
-
var
|
|
5657
|
+
var _IconUnpublishedLine = require("./IconUnpublishedLine");
|
|
5660
5658
|
|
|
5661
5659
|
var _IconUpdownSolid = require("./IconUpdownSolid");
|
|
5662
5660
|
|
|
5663
|
-
var
|
|
5661
|
+
var _IconUpdownLine = require("./IconUpdownLine");
|
|
5664
5662
|
|
|
5665
5663
|
var _IconUploadSolid = require("./IconUploadSolid");
|
|
5666
5664
|
|
|
5667
|
-
var
|
|
5665
|
+
var _IconUploadLine = require("./IconUploadLine");
|
|
5668
5666
|
|
|
5669
5667
|
var _IconUserAddSolid = require("./IconUserAddSolid");
|
|
5670
5668
|
|
|
5671
|
-
var
|
|
5669
|
+
var _IconUserAddLine = require("./IconUserAddLine");
|
|
5672
5670
|
|
|
5673
5671
|
var _IconUserSolid = require("./IconUserSolid");
|
|
5674
5672
|
|
|
5675
|
-
var
|
|
5673
|
+
var _IconUserLine = require("./IconUserLine");
|
|
5676
5674
|
|
|
5677
5675
|
var _IconVideoCameraOffSolid = require("./IconVideoCameraOffSolid");
|
|
5678
5676
|
|
|
5679
|
-
var
|
|
5677
|
+
var _IconVideoCameraOffLine = require("./IconVideoCameraOffLine");
|
|
5680
5678
|
|
|
5681
5679
|
var _IconVideoCameraSolid = require("./IconVideoCameraSolid");
|
|
5682
5680
|
|
|
5683
|
-
var
|
|
5681
|
+
var _IconVideoCameraLine = require("./IconVideoCameraLine");
|
|
5684
5682
|
|
|
5685
5683
|
var _IconVideoSolid = require("./IconVideoSolid");
|
|
5686
5684
|
|
|
5687
|
-
var
|
|
5685
|
+
var _IconVideoLine = require("./IconVideoLine");
|
|
5688
5686
|
|
|
5689
5687
|
var _IconWarningBorderlessSolid = require("./IconWarningBorderlessSolid");
|
|
5690
5688
|
|
|
5691
|
-
var
|
|
5689
|
+
var _IconWarningBorderlessLine = require("./IconWarningBorderlessLine");
|
|
5692
5690
|
|
|
5693
5691
|
var _IconWarningSolid = require("./IconWarningSolid");
|
|
5694
5692
|
|
|
5695
|
-
var
|
|
5693
|
+
var _IconWarningLine = require("./IconWarningLine");
|
|
5696
5694
|
|
|
5697
5695
|
var _IconWindowsSolid = require("./IconWindowsSolid");
|
|
5698
5696
|
|
|
5699
|
-
var
|
|
5697
|
+
var _IconWindowsLine = require("./IconWindowsLine");
|
|
5700
5698
|
|
|
5701
5699
|
var _IconWordpressSolid = require("./IconWordpressSolid");
|
|
5702
5700
|
|
|
5703
|
-
var
|
|
5701
|
+
var _IconWordpressLine = require("./IconWordpressLine");
|
|
5704
5702
|
|
|
5705
5703
|
var _IconXSolid = require("./IconXSolid");
|
|
5706
5704
|
|
|
5707
|
-
var
|
|
5705
|
+
var _IconXLine = require("./IconXLine");
|
|
5708
5706
|
|
|
5709
5707
|
var _IconZippedSolid = require("./IconZippedSolid");
|
|
5710
5708
|
|
|
5711
|
-
var
|
|
5709
|
+
var _IconZippedLine = require("./IconZippedLine");
|
|
5712
5710
|
|
|
5713
5711
|
var _IconZoomInSolid = require("./IconZoomInSolid");
|
|
5714
5712
|
|
|
5715
|
-
var
|
|
5713
|
+
var _IconZoomInLine = require("./IconZoomInLine");
|
|
5714
|
+
|
|
5715
|
+
var _IconZoomOutSolid = require("./IconZoomOutSolid");
|
|
5716
5716
|
|
|
5717
|
-
var
|
|
5717
|
+
var _IconZoomOutLine = require("./IconZoomOutLine");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.22.0",
|
|
4
4
|
"description": "Icon set for Instructure, Inc. products",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@instructure/ui-babel-preset": "8.
|
|
26
|
-
"@instructure/ui-icons-build": "8.
|
|
25
|
+
"@instructure/ui-babel-preset": "8.22.0",
|
|
26
|
+
"@instructure/ui-icons-build": "8.22.0",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.
|
|
31
|
+
"@instructure/ui-svg-images": "8.22.0",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|