@instructure/ui-icons 8.26.1-snapshot-2 → 8.26.1
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 +1 -5
- 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 +26 -26
- 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 +27 -27
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +25 -25
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,14 +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.26.1
|
|
6
|
+
## [8.26.1](https://github.com/instructure/instructure-ui/compare/v8.26.0...v8.26.1) (2022-07-06)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
10
|
# [8.26.0](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.26.0) (2022-06-30)
|
|
15
11
|
|
|
16
12
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -666,53 +666,53 @@ export { IconToggleRightLine } from './IconToggleRightLine';
|
|
|
666
666
|
export { IconToggleRightSolid } from './IconToggleRightSolid';
|
|
667
667
|
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
668
668
|
export { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
669
|
-
export { IconTrashSolid } from './IconTrashSolid';
|
|
670
669
|
export { IconTrashLine } from './IconTrashLine';
|
|
671
|
-
export {
|
|
670
|
+
export { IconTrashSolid } from './IconTrashSolid';
|
|
672
671
|
export { IconTroubleLine } from './IconTroubleLine';
|
|
673
|
-
export {
|
|
672
|
+
export { IconTroubleSolid } from './IconTroubleSolid';
|
|
674
673
|
export { IconTwitterBoxedLine } from './IconTwitterBoxedLine';
|
|
675
|
-
export {
|
|
674
|
+
export { IconTwitterBoxedSolid } from './IconTwitterBoxedSolid';
|
|
676
675
|
export { IconTwitterLine } from './IconTwitterLine';
|
|
677
|
-
export {
|
|
676
|
+
export { IconTwitterSolid } from './IconTwitterSolid';
|
|
678
677
|
export { IconUnarchiveLine } from './IconUnarchiveLine';
|
|
679
|
-
export {
|
|
678
|
+
export { IconUnarchiveSolid } from './IconUnarchiveSolid';
|
|
680
679
|
export { IconUnderlineLine } from './IconUnderlineLine';
|
|
681
|
-
export {
|
|
680
|
+
export { IconUnderlineSolid } from './IconUnderlineSolid';
|
|
682
681
|
export { IconUnlockLine } from './IconUnlockLine';
|
|
683
|
-
export {
|
|
682
|
+
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
684
683
|
export { IconUnmutedLine } from './IconUnmutedLine';
|
|
685
|
-
export {
|
|
684
|
+
export { IconUnmutedSolid } from './IconUnmutedSolid';
|
|
686
685
|
export { IconUnpublishLine } from './IconUnpublishLine';
|
|
687
|
-
export {
|
|
686
|
+
export { IconUnpublishSolid } from './IconUnpublishSolid';
|
|
688
687
|
export { IconUnpublishedLine } from './IconUnpublishedLine';
|
|
689
|
-
export {
|
|
688
|
+
export { IconUnpublishedSolid } from './IconUnpublishedSolid';
|
|
690
689
|
export { IconUpdownLine } from './IconUpdownLine';
|
|
691
|
-
export {
|
|
690
|
+
export { IconUpdownSolid } from './IconUpdownSolid';
|
|
692
691
|
export { IconUploadLine } from './IconUploadLine';
|
|
693
|
-
export {
|
|
692
|
+
export { IconUploadSolid } from './IconUploadSolid';
|
|
694
693
|
export { IconUserAddLine } from './IconUserAddLine';
|
|
695
|
-
export {
|
|
694
|
+
export { IconUserAddSolid } from './IconUserAddSolid';
|
|
696
695
|
export { IconUserLine } from './IconUserLine';
|
|
697
|
-
export {
|
|
696
|
+
export { IconUserSolid } from './IconUserSolid';
|
|
698
697
|
export { IconVideoCameraOffLine } from './IconVideoCameraOffLine';
|
|
699
|
-
export {
|
|
698
|
+
export { IconVideoCameraOffSolid } from './IconVideoCameraOffSolid';
|
|
700
699
|
export { IconVideoCameraLine } from './IconVideoCameraLine';
|
|
701
|
-
export {
|
|
700
|
+
export { IconVideoCameraSolid } from './IconVideoCameraSolid';
|
|
702
701
|
export { IconVideoLine } from './IconVideoLine';
|
|
703
|
-
export {
|
|
702
|
+
export { IconVideoSolid } from './IconVideoSolid';
|
|
704
703
|
export { IconWarningBorderlessLine } from './IconWarningBorderlessLine';
|
|
705
|
-
export {
|
|
704
|
+
export { IconWarningBorderlessSolid } from './IconWarningBorderlessSolid';
|
|
706
705
|
export { IconWarningLine } from './IconWarningLine';
|
|
707
|
-
export {
|
|
706
|
+
export { IconWarningSolid } from './IconWarningSolid';
|
|
708
707
|
export { IconWindowsLine } from './IconWindowsLine';
|
|
709
|
-
export {
|
|
708
|
+
export { IconWindowsSolid } from './IconWindowsSolid';
|
|
710
709
|
export { IconWordpressLine } from './IconWordpressLine';
|
|
711
|
-
export {
|
|
710
|
+
export { IconWordpressSolid } from './IconWordpressSolid';
|
|
712
711
|
export { IconXLine } from './IconXLine';
|
|
713
|
-
export {
|
|
712
|
+
export { IconXSolid } from './IconXSolid';
|
|
714
713
|
export { IconZippedLine } from './IconZippedLine';
|
|
715
|
-
export {
|
|
714
|
+
export { IconZippedSolid } from './IconZippedSolid';
|
|
716
715
|
export { IconZoomInLine } from './IconZoomInLine';
|
|
717
|
-
export {
|
|
718
|
-
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
716
|
+
export { IconZoomInSolid } from './IconZoomInSolid';
|
|
717
|
+
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
718
|
+
export { IconZoomOutSolid } from './IconZoomOutSolid';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -5648,102 +5648,102 @@ var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
|
5648
5648
|
|
|
5649
5649
|
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
|
5650
5650
|
|
|
5651
|
-
var _IconTrashSolid = require("./IconTrashSolid");
|
|
5652
|
-
|
|
5653
5651
|
var _IconTrashLine = require("./IconTrashLine");
|
|
5654
5652
|
|
|
5655
|
-
var
|
|
5653
|
+
var _IconTrashSolid = require("./IconTrashSolid");
|
|
5656
5654
|
|
|
5657
5655
|
var _IconTroubleLine = require("./IconTroubleLine");
|
|
5658
5656
|
|
|
5659
|
-
var
|
|
5657
|
+
var _IconTroubleSolid = require("./IconTroubleSolid");
|
|
5660
5658
|
|
|
5661
5659
|
var _IconTwitterBoxedLine = require("./IconTwitterBoxedLine");
|
|
5662
5660
|
|
|
5663
|
-
var
|
|
5661
|
+
var _IconTwitterBoxedSolid = require("./IconTwitterBoxedSolid");
|
|
5664
5662
|
|
|
5665
5663
|
var _IconTwitterLine = require("./IconTwitterLine");
|
|
5666
5664
|
|
|
5667
|
-
var
|
|
5665
|
+
var _IconTwitterSolid = require("./IconTwitterSolid");
|
|
5668
5666
|
|
|
5669
5667
|
var _IconUnarchiveLine = require("./IconUnarchiveLine");
|
|
5670
5668
|
|
|
5671
|
-
var
|
|
5669
|
+
var _IconUnarchiveSolid = require("./IconUnarchiveSolid");
|
|
5672
5670
|
|
|
5673
5671
|
var _IconUnderlineLine = require("./IconUnderlineLine");
|
|
5674
5672
|
|
|
5675
|
-
var
|
|
5673
|
+
var _IconUnderlineSolid = require("./IconUnderlineSolid");
|
|
5676
5674
|
|
|
5677
5675
|
var _IconUnlockLine = require("./IconUnlockLine");
|
|
5678
5676
|
|
|
5679
|
-
var
|
|
5677
|
+
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5680
5678
|
|
|
5681
5679
|
var _IconUnmutedLine = require("./IconUnmutedLine");
|
|
5682
5680
|
|
|
5683
|
-
var
|
|
5681
|
+
var _IconUnmutedSolid = require("./IconUnmutedSolid");
|
|
5684
5682
|
|
|
5685
5683
|
var _IconUnpublishLine = require("./IconUnpublishLine");
|
|
5686
5684
|
|
|
5687
|
-
var
|
|
5685
|
+
var _IconUnpublishSolid = require("./IconUnpublishSolid");
|
|
5688
5686
|
|
|
5689
5687
|
var _IconUnpublishedLine = require("./IconUnpublishedLine");
|
|
5690
5688
|
|
|
5691
|
-
var
|
|
5689
|
+
var _IconUnpublishedSolid = require("./IconUnpublishedSolid");
|
|
5692
5690
|
|
|
5693
5691
|
var _IconUpdownLine = require("./IconUpdownLine");
|
|
5694
5692
|
|
|
5695
|
-
var
|
|
5693
|
+
var _IconUpdownSolid = require("./IconUpdownSolid");
|
|
5696
5694
|
|
|
5697
5695
|
var _IconUploadLine = require("./IconUploadLine");
|
|
5698
5696
|
|
|
5699
|
-
var
|
|
5697
|
+
var _IconUploadSolid = require("./IconUploadSolid");
|
|
5700
5698
|
|
|
5701
5699
|
var _IconUserAddLine = require("./IconUserAddLine");
|
|
5702
5700
|
|
|
5703
|
-
var
|
|
5701
|
+
var _IconUserAddSolid = require("./IconUserAddSolid");
|
|
5704
5702
|
|
|
5705
5703
|
var _IconUserLine = require("./IconUserLine");
|
|
5706
5704
|
|
|
5707
|
-
var
|
|
5705
|
+
var _IconUserSolid = require("./IconUserSolid");
|
|
5708
5706
|
|
|
5709
5707
|
var _IconVideoCameraOffLine = require("./IconVideoCameraOffLine");
|
|
5710
5708
|
|
|
5711
|
-
var
|
|
5709
|
+
var _IconVideoCameraOffSolid = require("./IconVideoCameraOffSolid");
|
|
5712
5710
|
|
|
5713
5711
|
var _IconVideoCameraLine = require("./IconVideoCameraLine");
|
|
5714
5712
|
|
|
5715
|
-
var
|
|
5713
|
+
var _IconVideoCameraSolid = require("./IconVideoCameraSolid");
|
|
5716
5714
|
|
|
5717
5715
|
var _IconVideoLine = require("./IconVideoLine");
|
|
5718
5716
|
|
|
5719
|
-
var
|
|
5717
|
+
var _IconVideoSolid = require("./IconVideoSolid");
|
|
5720
5718
|
|
|
5721
5719
|
var _IconWarningBorderlessLine = require("./IconWarningBorderlessLine");
|
|
5722
5720
|
|
|
5723
|
-
var
|
|
5721
|
+
var _IconWarningBorderlessSolid = require("./IconWarningBorderlessSolid");
|
|
5724
5722
|
|
|
5725
5723
|
var _IconWarningLine = require("./IconWarningLine");
|
|
5726
5724
|
|
|
5727
|
-
var
|
|
5725
|
+
var _IconWarningSolid = require("./IconWarningSolid");
|
|
5728
5726
|
|
|
5729
5727
|
var _IconWindowsLine = require("./IconWindowsLine");
|
|
5730
5728
|
|
|
5731
|
-
var
|
|
5729
|
+
var _IconWindowsSolid = require("./IconWindowsSolid");
|
|
5732
5730
|
|
|
5733
5731
|
var _IconWordpressLine = require("./IconWordpressLine");
|
|
5734
5732
|
|
|
5735
|
-
var
|
|
5733
|
+
var _IconWordpressSolid = require("./IconWordpressSolid");
|
|
5736
5734
|
|
|
5737
5735
|
var _IconXLine = require("./IconXLine");
|
|
5738
5736
|
|
|
5739
|
-
var
|
|
5737
|
+
var _IconXSolid = require("./IconXSolid");
|
|
5740
5738
|
|
|
5741
5739
|
var _IconZippedLine = require("./IconZippedLine");
|
|
5742
5740
|
|
|
5743
|
-
var
|
|
5741
|
+
var _IconZippedSolid = require("./IconZippedSolid");
|
|
5744
5742
|
|
|
5745
5743
|
var _IconZoomInLine = require("./IconZoomInLine");
|
|
5746
5744
|
|
|
5747
|
-
var
|
|
5745
|
+
var _IconZoomInSolid = require("./IconZoomInSolid");
|
|
5746
|
+
|
|
5747
|
+
var _IconZoomOutLine = require("./IconZoomOutLine");
|
|
5748
5748
|
|
|
5749
|
-
var
|
|
5749
|
+
var _IconZoomOutSolid = require("./IconZoomOutSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.26.1
|
|
3
|
+
"version": "8.26.1",
|
|
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.1
|
|
26
|
-
"@instructure/ui-icons-build": "8.26.1
|
|
25
|
+
"@instructure/ui-babel-preset": "8.26.1",
|
|
26
|
+
"@instructure/ui-icons-build": "8.26.1",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.26.1
|
|
31
|
+
"@instructure/ui-svg-images": "8.26.1",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|