@instructure/ui-icons 8.22.0 → 8.22.1-snapshot.21
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/font/index.js +1911 -1911
- 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/font/index.js +2269 -2269
- package/lib/index.js +28 -28
- package/package.json +6 -5
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/font/index.d.ts +714 -714
- package/types/index.d.ts +26 -26
- package/types/index.d.ts.map +1 -1
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
|