@instructure/ui-icons 8.22.0 → 8.22.1-snapshot.23
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/LICENSE.md +27 -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 +6 -5
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +26 -26
- package/types/index.d.ts.map +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The MIT License (MIT)
|
|
3
|
+
category: Getting Started
|
|
4
|
+
order: 9
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The MIT License (MIT)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
+
|
|
11
|
+
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions.**
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
|
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 { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
664
663
|
export { IconToggleStartLine } from './IconToggleStartLine';
|
|
665
|
-
export {
|
|
664
|
+
export { IconToggleStartSolid } from './IconToggleStartSolid';
|
|
666
665
|
export { IconTrashLine } from './IconTrashLine';
|
|
667
|
-
export {
|
|
666
|
+
export { IconTrashSolid } from './IconTrashSolid';
|
|
668
667
|
export { IconTroubleLine } from './IconTroubleLine';
|
|
669
|
-
export {
|
|
668
|
+
export { IconTroubleSolid } from './IconTroubleSolid';
|
|
670
669
|
export { IconTwitterBoxedLine } from './IconTwitterBoxedLine';
|
|
671
|
-
export {
|
|
670
|
+
export { IconTwitterBoxedSolid } from './IconTwitterBoxedSolid';
|
|
672
671
|
export { IconTwitterLine } from './IconTwitterLine';
|
|
673
|
-
export {
|
|
672
|
+
export { IconTwitterSolid } from './IconTwitterSolid';
|
|
674
673
|
export { IconUnarchiveLine } from './IconUnarchiveLine';
|
|
675
|
-
export {
|
|
674
|
+
export { IconUnarchiveSolid } from './IconUnarchiveSolid';
|
|
676
675
|
export { IconUnderlineLine } from './IconUnderlineLine';
|
|
677
|
-
export {
|
|
676
|
+
export { IconUnderlineSolid } from './IconUnderlineSolid';
|
|
678
677
|
export { IconUnlockLine } from './IconUnlockLine';
|
|
679
|
-
export {
|
|
678
|
+
export { IconUnlockSolid } from './IconUnlockSolid';
|
|
680
679
|
export { IconUnmutedLine } from './IconUnmutedLine';
|
|
681
|
-
export {
|
|
680
|
+
export { IconUnmutedSolid } from './IconUnmutedSolid';
|
|
682
681
|
export { IconUnpublishLine } from './IconUnpublishLine';
|
|
683
|
-
export {
|
|
682
|
+
export { IconUnpublishSolid } from './IconUnpublishSolid';
|
|
684
683
|
export { IconUnpublishedLine } from './IconUnpublishedLine';
|
|
685
|
-
export {
|
|
684
|
+
export { IconUnpublishedSolid } from './IconUnpublishedSolid';
|
|
686
685
|
export { IconUpdownLine } from './IconUpdownLine';
|
|
687
|
-
export {
|
|
686
|
+
export { IconUpdownSolid } from './IconUpdownSolid';
|
|
688
687
|
export { IconUploadLine } from './IconUploadLine';
|
|
689
|
-
export {
|
|
688
|
+
export { IconUploadSolid } from './IconUploadSolid';
|
|
690
689
|
export { IconUserAddLine } from './IconUserAddLine';
|
|
691
|
-
export {
|
|
690
|
+
export { IconUserAddSolid } from './IconUserAddSolid';
|
|
692
691
|
export { IconUserLine } from './IconUserLine';
|
|
693
|
-
export {
|
|
692
|
+
export { IconUserSolid } from './IconUserSolid';
|
|
694
693
|
export { IconVideoCameraOffLine } from './IconVideoCameraOffLine';
|
|
695
|
-
export {
|
|
694
|
+
export { IconVideoCameraOffSolid } from './IconVideoCameraOffSolid';
|
|
696
695
|
export { IconVideoCameraLine } from './IconVideoCameraLine';
|
|
697
|
-
export {
|
|
696
|
+
export { IconVideoCameraSolid } from './IconVideoCameraSolid';
|
|
698
697
|
export { IconVideoLine } from './IconVideoLine';
|
|
699
|
-
export {
|
|
698
|
+
export { IconVideoSolid } from './IconVideoSolid';
|
|
700
699
|
export { IconWarningBorderlessLine } from './IconWarningBorderlessLine';
|
|
701
|
-
export {
|
|
700
|
+
export { IconWarningBorderlessSolid } from './IconWarningBorderlessSolid';
|
|
702
701
|
export { IconWarningLine } from './IconWarningLine';
|
|
703
|
-
export {
|
|
702
|
+
export { IconWarningSolid } from './IconWarningSolid';
|
|
704
703
|
export { IconWindowsLine } from './IconWindowsLine';
|
|
705
|
-
export {
|
|
704
|
+
export { IconWindowsSolid } from './IconWindowsSolid';
|
|
706
705
|
export { IconWordpressLine } from './IconWordpressLine';
|
|
707
|
-
export {
|
|
706
|
+
export { IconWordpressSolid } from './IconWordpressSolid';
|
|
708
707
|
export { IconXLine } from './IconXLine';
|
|
709
|
-
export {
|
|
708
|
+
export { IconXSolid } from './IconXSolid';
|
|
710
709
|
export { IconZippedLine } from './IconZippedLine';
|
|
711
|
-
export {
|
|
710
|
+
export { IconZippedSolid } from './IconZippedSolid';
|
|
712
711
|
export { IconZoomInLine } from './IconZoomInLine';
|
|
713
|
-
export {
|
|
714
|
-
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
712
|
+
export { IconZoomInSolid } from './IconZoomInSolid';
|
|
713
|
+
export { IconZoomOutLine } from './IconZoomOutLine';
|
|
714
|
+
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
|
@@ -5612,106 +5612,106 @@ var _IconToggleRightLine = require("./IconToggleRightLine");
|
|
|
5612
5612
|
|
|
5613
5613
|
var _IconToggleRightSolid = require("./IconToggleRightSolid");
|
|
5614
5614
|
|
|
5615
|
-
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
|
5616
|
-
|
|
5617
5615
|
var _IconToggleStartLine = require("./IconToggleStartLine");
|
|
5618
5616
|
|
|
5619
|
-
var
|
|
5617
|
+
var _IconToggleStartSolid = require("./IconToggleStartSolid");
|
|
5620
5618
|
|
|
5621
5619
|
var _IconTrashLine = require("./IconTrashLine");
|
|
5622
5620
|
|
|
5623
|
-
var
|
|
5621
|
+
var _IconTrashSolid = require("./IconTrashSolid");
|
|
5624
5622
|
|
|
5625
5623
|
var _IconTroubleLine = require("./IconTroubleLine");
|
|
5626
5624
|
|
|
5627
|
-
var
|
|
5625
|
+
var _IconTroubleSolid = require("./IconTroubleSolid");
|
|
5628
5626
|
|
|
5629
5627
|
var _IconTwitterBoxedLine = require("./IconTwitterBoxedLine");
|
|
5630
5628
|
|
|
5631
|
-
var
|
|
5629
|
+
var _IconTwitterBoxedSolid = require("./IconTwitterBoxedSolid");
|
|
5632
5630
|
|
|
5633
5631
|
var _IconTwitterLine = require("./IconTwitterLine");
|
|
5634
5632
|
|
|
5635
|
-
var
|
|
5633
|
+
var _IconTwitterSolid = require("./IconTwitterSolid");
|
|
5636
5634
|
|
|
5637
5635
|
var _IconUnarchiveLine = require("./IconUnarchiveLine");
|
|
5638
5636
|
|
|
5639
|
-
var
|
|
5637
|
+
var _IconUnarchiveSolid = require("./IconUnarchiveSolid");
|
|
5640
5638
|
|
|
5641
5639
|
var _IconUnderlineLine = require("./IconUnderlineLine");
|
|
5642
5640
|
|
|
5643
|
-
var
|
|
5641
|
+
var _IconUnderlineSolid = require("./IconUnderlineSolid");
|
|
5644
5642
|
|
|
5645
5643
|
var _IconUnlockLine = require("./IconUnlockLine");
|
|
5646
5644
|
|
|
5647
|
-
var
|
|
5645
|
+
var _IconUnlockSolid = require("./IconUnlockSolid");
|
|
5648
5646
|
|
|
5649
5647
|
var _IconUnmutedLine = require("./IconUnmutedLine");
|
|
5650
5648
|
|
|
5651
|
-
var
|
|
5649
|
+
var _IconUnmutedSolid = require("./IconUnmutedSolid");
|
|
5652
5650
|
|
|
5653
5651
|
var _IconUnpublishLine = require("./IconUnpublishLine");
|
|
5654
5652
|
|
|
5655
|
-
var
|
|
5653
|
+
var _IconUnpublishSolid = require("./IconUnpublishSolid");
|
|
5656
5654
|
|
|
5657
5655
|
var _IconUnpublishedLine = require("./IconUnpublishedLine");
|
|
5658
5656
|
|
|
5659
|
-
var
|
|
5657
|
+
var _IconUnpublishedSolid = require("./IconUnpublishedSolid");
|
|
5660
5658
|
|
|
5661
5659
|
var _IconUpdownLine = require("./IconUpdownLine");
|
|
5662
5660
|
|
|
5663
|
-
var
|
|
5661
|
+
var _IconUpdownSolid = require("./IconUpdownSolid");
|
|
5664
5662
|
|
|
5665
5663
|
var _IconUploadLine = require("./IconUploadLine");
|
|
5666
5664
|
|
|
5667
|
-
var
|
|
5665
|
+
var _IconUploadSolid = require("./IconUploadSolid");
|
|
5668
5666
|
|
|
5669
5667
|
var _IconUserAddLine = require("./IconUserAddLine");
|
|
5670
5668
|
|
|
5671
|
-
var
|
|
5669
|
+
var _IconUserAddSolid = require("./IconUserAddSolid");
|
|
5672
5670
|
|
|
5673
5671
|
var _IconUserLine = require("./IconUserLine");
|
|
5674
5672
|
|
|
5675
|
-
var
|
|
5673
|
+
var _IconUserSolid = require("./IconUserSolid");
|
|
5676
5674
|
|
|
5677
5675
|
var _IconVideoCameraOffLine = require("./IconVideoCameraOffLine");
|
|
5678
5676
|
|
|
5679
|
-
var
|
|
5677
|
+
var _IconVideoCameraOffSolid = require("./IconVideoCameraOffSolid");
|
|
5680
5678
|
|
|
5681
5679
|
var _IconVideoCameraLine = require("./IconVideoCameraLine");
|
|
5682
5680
|
|
|
5683
|
-
var
|
|
5681
|
+
var _IconVideoCameraSolid = require("./IconVideoCameraSolid");
|
|
5684
5682
|
|
|
5685
5683
|
var _IconVideoLine = require("./IconVideoLine");
|
|
5686
5684
|
|
|
5687
|
-
var
|
|
5685
|
+
var _IconVideoSolid = require("./IconVideoSolid");
|
|
5688
5686
|
|
|
5689
5687
|
var _IconWarningBorderlessLine = require("./IconWarningBorderlessLine");
|
|
5690
5688
|
|
|
5691
|
-
var
|
|
5689
|
+
var _IconWarningBorderlessSolid = require("./IconWarningBorderlessSolid");
|
|
5692
5690
|
|
|
5693
5691
|
var _IconWarningLine = require("./IconWarningLine");
|
|
5694
5692
|
|
|
5695
|
-
var
|
|
5693
|
+
var _IconWarningSolid = require("./IconWarningSolid");
|
|
5696
5694
|
|
|
5697
5695
|
var _IconWindowsLine = require("./IconWindowsLine");
|
|
5698
5696
|
|
|
5699
|
-
var
|
|
5697
|
+
var _IconWindowsSolid = require("./IconWindowsSolid");
|
|
5700
5698
|
|
|
5701
5699
|
var _IconWordpressLine = require("./IconWordpressLine");
|
|
5702
5700
|
|
|
5703
|
-
var
|
|
5701
|
+
var _IconWordpressSolid = require("./IconWordpressSolid");
|
|
5704
5702
|
|
|
5705
5703
|
var _IconXLine = require("./IconXLine");
|
|
5706
5704
|
|
|
5707
|
-
var
|
|
5705
|
+
var _IconXSolid = require("./IconXSolid");
|
|
5708
5706
|
|
|
5709
5707
|
var _IconZippedLine = require("./IconZippedLine");
|
|
5710
5708
|
|
|
5711
|
-
var
|
|
5709
|
+
var _IconZippedSolid = require("./IconZippedSolid");
|
|
5712
5710
|
|
|
5713
5711
|
var _IconZoomInLine = require("./IconZoomInLine");
|
|
5714
5712
|
|
|
5715
|
-
var
|
|
5713
|
+
var _IconZoomInSolid = require("./IconZoomInSolid");
|
|
5714
|
+
|
|
5715
|
+
var _IconZoomOutLine = require("./IconZoomOutLine");
|
|
5716
5716
|
|
|
5717
|
-
var
|
|
5717
|
+
var _IconZoomOutSolid = require("./IconZoomOutSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.22.
|
|
3
|
+
"version": "8.22.1-snapshot.23+23720451b",
|
|
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.22.
|
|
26
|
-
"@instructure/ui-icons-build": "8.22.
|
|
25
|
+
"@instructure/ui-babel-preset": "8.22.1-snapshot.23+23720451b",
|
|
26
|
+
"@instructure/ui-icons-build": "8.22.1-snapshot.23+23720451b",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.22.
|
|
31
|
+
"@instructure/ui-svg-images": "8.22.1-snapshot.23+23720451b",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -37,5 +37,6 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"sideEffects": false
|
|
40
|
+
"sideEffects": false,
|
|
41
|
+
"gitHead": "23720451b9e91fc1ba0b31b4f22fff32669a4d59"
|
|
41
42
|
}
|