@instructure/ui-icons 8.32.2-snapshot-3 → 8.32.2-snapshot-4
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 -1
- 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 +53 -53
- 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 +54 -54
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +53 -53
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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.32.2-snapshot-
|
|
6
|
+
## [8.32.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.32.2-snapshot-4) (2023-01-03)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -346,112 +346,112 @@ export { IconLikeLine } from './IconLikeLine';
|
|
|
346
346
|
export { IconLikeSolid } from './IconLikeSolid';
|
|
347
347
|
export { IconLineReaderLine } from './IconLineReaderLine';
|
|
348
348
|
export { IconLineReaderSolid } from './IconLineReaderSolid';
|
|
349
|
-
export { IconLinkSolid } from './IconLinkSolid';
|
|
350
349
|
export { IconLinkLine } from './IconLinkLine';
|
|
351
|
-
export {
|
|
350
|
+
export { IconLinkSolid } from './IconLinkSolid';
|
|
352
351
|
export { IconLinkedinLine } from './IconLinkedinLine';
|
|
353
|
-
export {
|
|
352
|
+
export { IconLinkedinSolid } from './IconLinkedinSolid';
|
|
354
353
|
export { IconLockLine } from './IconLockLine';
|
|
355
|
-
export {
|
|
354
|
+
export { IconLockSolid } from './IconLockSolid';
|
|
356
355
|
export { IconLtiLine } from './IconLtiLine';
|
|
357
|
-
export {
|
|
356
|
+
export { IconLtiSolid } from './IconLtiSolid';
|
|
358
357
|
export { IconMarkAsReadLine } from './IconMarkAsReadLine';
|
|
359
|
-
export {
|
|
358
|
+
export { IconMarkAsReadSolid } from './IconMarkAsReadSolid';
|
|
360
359
|
export { IconMarkerLine } from './IconMarkerLine';
|
|
361
|
-
export {
|
|
360
|
+
export { IconMarkerSolid } from './IconMarkerSolid';
|
|
362
361
|
export { IconMasqueradeLine } from './IconMasqueradeLine';
|
|
363
|
-
export {
|
|
362
|
+
export { IconMasqueradeSolid } from './IconMasqueradeSolid';
|
|
364
363
|
export { IconMasteryLogoLine } from './IconMasteryLogoLine';
|
|
365
|
-
export {
|
|
364
|
+
export { IconMasteryLogoSolid } from './IconMasteryLogoSolid';
|
|
366
365
|
export { IconMasteryPathsLine } from './IconMasteryPathsLine';
|
|
367
|
-
export {
|
|
366
|
+
export { IconMasteryPathsSolid } from './IconMasteryPathsSolid';
|
|
368
367
|
export { IconMaterialsRequiredLightLine } from './IconMaterialsRequiredLightLine';
|
|
369
|
-
export {
|
|
368
|
+
export { IconMaterialsRequiredLightSolid } from './IconMaterialsRequiredLightSolid';
|
|
370
369
|
export { IconMaterialsRequiredLine } from './IconMaterialsRequiredLine';
|
|
371
|
-
export {
|
|
370
|
+
export { IconMaterialsRequiredSolid } from './IconMaterialsRequiredSolid';
|
|
372
371
|
export { IconMatureLightLine } from './IconMatureLightLine';
|
|
373
|
-
export {
|
|
372
|
+
export { IconMatureLightSolid } from './IconMatureLightSolid';
|
|
374
373
|
export { IconMatureLine } from './IconMatureLine';
|
|
375
|
-
export {
|
|
374
|
+
export { IconMatureSolid } from './IconMatureSolid';
|
|
376
375
|
export { IconMediaLine } from './IconMediaLine';
|
|
377
|
-
export {
|
|
376
|
+
export { IconMediaSolid } from './IconMediaSolid';
|
|
378
377
|
export { IconMessageLine } from './IconMessageLine';
|
|
379
|
-
export {
|
|
378
|
+
export { IconMessageSolid } from './IconMessageSolid';
|
|
380
379
|
export { IconMicOffLine } from './IconMicOffLine';
|
|
381
|
-
export {
|
|
380
|
+
export { IconMicOffSolid } from './IconMicOffSolid';
|
|
382
381
|
export { IconMicLine } from './IconMicLine';
|
|
383
|
-
export {
|
|
382
|
+
export { IconMicSolid } from './IconMicSolid';
|
|
384
383
|
export { IconMiniArrowDoubleLine } from './IconMiniArrowDoubleLine';
|
|
385
|
-
export {
|
|
384
|
+
export { IconMiniArrowDoubleSolid } from './IconMiniArrowDoubleSolid';
|
|
386
385
|
export { IconMiniArrowDownLine } from './IconMiniArrowDownLine';
|
|
387
|
-
export {
|
|
386
|
+
export { IconMiniArrowDownSolid } from './IconMiniArrowDownSolid';
|
|
388
387
|
export { IconMiniArrowEndLine } from './IconMiniArrowEndLine';
|
|
389
|
-
export {
|
|
388
|
+
export { IconMiniArrowEndSolid } from './IconMiniArrowEndSolid';
|
|
390
389
|
export { IconMiniArrowLeftLine } from './IconMiniArrowLeftLine';
|
|
391
|
-
export {
|
|
390
|
+
export { IconMiniArrowLeftSolid } from './IconMiniArrowLeftSolid';
|
|
392
391
|
export { IconMiniArrowRightLine } from './IconMiniArrowRightLine';
|
|
393
|
-
export {
|
|
392
|
+
export { IconMiniArrowRightSolid } from './IconMiniArrowRightSolid';
|
|
394
393
|
export { IconMiniArrowStartLine } from './IconMiniArrowStartLine';
|
|
395
|
-
export {
|
|
394
|
+
export { IconMiniArrowStartSolid } from './IconMiniArrowStartSolid';
|
|
396
395
|
export { IconMiniArrowUpLine } from './IconMiniArrowUpLine';
|
|
397
|
-
export {
|
|
396
|
+
export { IconMiniArrowUpSolid } from './IconMiniArrowUpSolid';
|
|
398
397
|
export { IconMinimizeLine } from './IconMinimizeLine';
|
|
399
|
-
export {
|
|
398
|
+
export { IconMinimizeSolid } from './IconMinimizeSolid';
|
|
400
399
|
export { IconModuleLine } from './IconModuleLine';
|
|
401
|
-
export {
|
|
400
|
+
export { IconModuleSolid } from './IconModuleSolid';
|
|
402
401
|
export { IconMoreLine } from './IconMoreLine';
|
|
403
|
-
export {
|
|
402
|
+
export { IconMoreSolid } from './IconMoreSolid';
|
|
404
403
|
export { IconMoveDownBottomLine } from './IconMoveDownBottomLine';
|
|
405
|
-
export {
|
|
404
|
+
export { IconMoveDownBottomSolid } from './IconMoveDownBottomSolid';
|
|
406
405
|
export { IconMoveDownLine } from './IconMoveDownLine';
|
|
407
|
-
export {
|
|
406
|
+
export { IconMoveDownSolid } from './IconMoveDownSolid';
|
|
408
407
|
export { IconMoveEndLine } from './IconMoveEndLine';
|
|
409
|
-
export {
|
|
408
|
+
export { IconMoveEndSolid } from './IconMoveEndSolid';
|
|
410
409
|
export { IconMoveLeftLine } from './IconMoveLeftLine';
|
|
411
|
-
export {
|
|
410
|
+
export { IconMoveLeftSolid } from './IconMoveLeftSolid';
|
|
412
411
|
export { IconMoveRightLine } from './IconMoveRightLine';
|
|
413
|
-
export {
|
|
412
|
+
export { IconMoveRightSolid } from './IconMoveRightSolid';
|
|
414
413
|
export { IconMoveStartLine } from './IconMoveStartLine';
|
|
415
|
-
export {
|
|
414
|
+
export { IconMoveStartSolid } from './IconMoveStartSolid';
|
|
416
415
|
export { IconMoveUpTopLine } from './IconMoveUpTopLine';
|
|
417
|
-
export {
|
|
416
|
+
export { IconMoveUpTopSolid } from './IconMoveUpTopSolid';
|
|
418
417
|
export { IconMoveUpLine } from './IconMoveUpLine';
|
|
419
|
-
export {
|
|
418
|
+
export { IconMoveUpSolid } from './IconMoveUpSolid';
|
|
420
419
|
export { IconMsExcelLine } from './IconMsExcelLine';
|
|
421
|
-
export {
|
|
420
|
+
export { IconMsExcelSolid } from './IconMsExcelSolid';
|
|
422
421
|
export { IconMsPptLine } from './IconMsPptLine';
|
|
423
|
-
export {
|
|
422
|
+
export { IconMsPptSolid } from './IconMsPptSolid';
|
|
424
423
|
export { IconMsWordLine } from './IconMsWordLine';
|
|
425
|
-
export {
|
|
424
|
+
export { IconMsWordSolid } from './IconMsWordSolid';
|
|
426
425
|
export { IconMutedLine } from './IconMutedLine';
|
|
427
|
-
export {
|
|
426
|
+
export { IconMutedSolid } from './IconMutedSolid';
|
|
428
427
|
export { IconNextUnreadLine } from './IconNextUnreadLine';
|
|
429
|
-
export {
|
|
428
|
+
export { IconNextUnreadSolid } from './IconNextUnreadSolid';
|
|
430
429
|
export { IconNoLine } from './IconNoLine';
|
|
431
|
-
export {
|
|
430
|
+
export { IconNoSolid } from './IconNoSolid';
|
|
432
431
|
export { IconNotGradedLine } from './IconNotGradedLine';
|
|
433
|
-
export {
|
|
432
|
+
export { IconNotGradedSolid } from './IconNotGradedSolid';
|
|
434
433
|
export { IconNoteDarkLine } from './IconNoteDarkLine';
|
|
435
|
-
export {
|
|
434
|
+
export { IconNoteDarkSolid } from './IconNoteDarkSolid';
|
|
436
435
|
export { IconNoteLightLine } from './IconNoteLightLine';
|
|
437
|
-
export {
|
|
436
|
+
export { IconNoteLightSolid } from './IconNoteLightSolid';
|
|
438
437
|
export { IconNoteLine } from './IconNoteLine';
|
|
439
|
-
export {
|
|
438
|
+
export { IconNoteSolid } from './IconNoteSolid';
|
|
440
439
|
export { IconNotepadLine } from './IconNotepadLine';
|
|
441
|
-
export {
|
|
440
|
+
export { IconNotepadSolid } from './IconNotepadSolid';
|
|
442
441
|
export { IconNumberedListLine } from './IconNumberedListLine';
|
|
443
|
-
export {
|
|
442
|
+
export { IconNumberedListSolid } from './IconNumberedListSolid';
|
|
444
443
|
export { IconOffLine } from './IconOffLine';
|
|
445
|
-
export {
|
|
444
|
+
export { IconOffSolid } from './IconOffSolid';
|
|
446
445
|
export { IconOpenFolderLine } from './IconOpenFolderLine';
|
|
447
|
-
export {
|
|
446
|
+
export { IconOpenFolderSolid } from './IconOpenFolderSolid';
|
|
448
447
|
export { IconOutcomesLine } from './IconOutcomesLine';
|
|
449
|
-
export {
|
|
448
|
+
export { IconOutcomesSolid } from './IconOutcomesSolid';
|
|
450
449
|
export { IconOutdentLine } from './IconOutdentLine';
|
|
451
|
-
export {
|
|
450
|
+
export { IconOutdentSolid } from './IconOutdentSolid';
|
|
452
451
|
export { IconOutdent2Line } from './IconOutdent2Line';
|
|
453
|
-
export {
|
|
452
|
+
export { IconOutdent2Solid } from './IconOutdent2Solid';
|
|
454
453
|
export { IconOvalHalfLine } from './IconOvalHalfLine';
|
|
454
|
+
export { IconOvalHalfSolid } from './IconOvalHalfSolid';
|
|
455
455
|
export { IconPageDownLine } from './IconPageDownLine';
|
|
456
456
|
export { IconPageDownSolid } from './IconPageDownSolid';
|
|
457
457
|
export { IconPageUpLine } from './IconPageUpLine';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -5056,218 +5056,218 @@ var _IconLineReaderLine = require("./IconLineReaderLine");
|
|
|
5056
5056
|
|
|
5057
5057
|
var _IconLineReaderSolid = require("./IconLineReaderSolid");
|
|
5058
5058
|
|
|
5059
|
-
var _IconLinkSolid = require("./IconLinkSolid");
|
|
5060
|
-
|
|
5061
5059
|
var _IconLinkLine = require("./IconLinkLine");
|
|
5062
5060
|
|
|
5063
|
-
var
|
|
5061
|
+
var _IconLinkSolid = require("./IconLinkSolid");
|
|
5064
5062
|
|
|
5065
5063
|
var _IconLinkedinLine = require("./IconLinkedinLine");
|
|
5066
5064
|
|
|
5067
|
-
var
|
|
5065
|
+
var _IconLinkedinSolid = require("./IconLinkedinSolid");
|
|
5068
5066
|
|
|
5069
5067
|
var _IconLockLine = require("./IconLockLine");
|
|
5070
5068
|
|
|
5071
|
-
var
|
|
5069
|
+
var _IconLockSolid = require("./IconLockSolid");
|
|
5072
5070
|
|
|
5073
5071
|
var _IconLtiLine = require("./IconLtiLine");
|
|
5074
5072
|
|
|
5075
|
-
var
|
|
5073
|
+
var _IconLtiSolid = require("./IconLtiSolid");
|
|
5076
5074
|
|
|
5077
5075
|
var _IconMarkAsReadLine = require("./IconMarkAsReadLine");
|
|
5078
5076
|
|
|
5079
|
-
var
|
|
5077
|
+
var _IconMarkAsReadSolid = require("./IconMarkAsReadSolid");
|
|
5080
5078
|
|
|
5081
5079
|
var _IconMarkerLine = require("./IconMarkerLine");
|
|
5082
5080
|
|
|
5083
|
-
var
|
|
5081
|
+
var _IconMarkerSolid = require("./IconMarkerSolid");
|
|
5084
5082
|
|
|
5085
5083
|
var _IconMasqueradeLine = require("./IconMasqueradeLine");
|
|
5086
5084
|
|
|
5087
|
-
var
|
|
5085
|
+
var _IconMasqueradeSolid = require("./IconMasqueradeSolid");
|
|
5088
5086
|
|
|
5089
5087
|
var _IconMasteryLogoLine = require("./IconMasteryLogoLine");
|
|
5090
5088
|
|
|
5091
|
-
var
|
|
5089
|
+
var _IconMasteryLogoSolid = require("./IconMasteryLogoSolid");
|
|
5092
5090
|
|
|
5093
5091
|
var _IconMasteryPathsLine = require("./IconMasteryPathsLine");
|
|
5094
5092
|
|
|
5095
|
-
var
|
|
5093
|
+
var _IconMasteryPathsSolid = require("./IconMasteryPathsSolid");
|
|
5096
5094
|
|
|
5097
5095
|
var _IconMaterialsRequiredLightLine = require("./IconMaterialsRequiredLightLine");
|
|
5098
5096
|
|
|
5099
|
-
var
|
|
5097
|
+
var _IconMaterialsRequiredLightSolid = require("./IconMaterialsRequiredLightSolid");
|
|
5100
5098
|
|
|
5101
5099
|
var _IconMaterialsRequiredLine = require("./IconMaterialsRequiredLine");
|
|
5102
5100
|
|
|
5103
|
-
var
|
|
5101
|
+
var _IconMaterialsRequiredSolid = require("./IconMaterialsRequiredSolid");
|
|
5104
5102
|
|
|
5105
5103
|
var _IconMatureLightLine = require("./IconMatureLightLine");
|
|
5106
5104
|
|
|
5107
|
-
var
|
|
5105
|
+
var _IconMatureLightSolid = require("./IconMatureLightSolid");
|
|
5108
5106
|
|
|
5109
5107
|
var _IconMatureLine = require("./IconMatureLine");
|
|
5110
5108
|
|
|
5111
|
-
var
|
|
5109
|
+
var _IconMatureSolid = require("./IconMatureSolid");
|
|
5112
5110
|
|
|
5113
5111
|
var _IconMediaLine = require("./IconMediaLine");
|
|
5114
5112
|
|
|
5115
|
-
var
|
|
5113
|
+
var _IconMediaSolid = require("./IconMediaSolid");
|
|
5116
5114
|
|
|
5117
5115
|
var _IconMessageLine = require("./IconMessageLine");
|
|
5118
5116
|
|
|
5119
|
-
var
|
|
5117
|
+
var _IconMessageSolid = require("./IconMessageSolid");
|
|
5120
5118
|
|
|
5121
5119
|
var _IconMicOffLine = require("./IconMicOffLine");
|
|
5122
5120
|
|
|
5123
|
-
var
|
|
5121
|
+
var _IconMicOffSolid = require("./IconMicOffSolid");
|
|
5124
5122
|
|
|
5125
5123
|
var _IconMicLine = require("./IconMicLine");
|
|
5126
5124
|
|
|
5127
|
-
var
|
|
5125
|
+
var _IconMicSolid = require("./IconMicSolid");
|
|
5128
5126
|
|
|
5129
5127
|
var _IconMiniArrowDoubleLine = require("./IconMiniArrowDoubleLine");
|
|
5130
5128
|
|
|
5131
|
-
var
|
|
5129
|
+
var _IconMiniArrowDoubleSolid = require("./IconMiniArrowDoubleSolid");
|
|
5132
5130
|
|
|
5133
5131
|
var _IconMiniArrowDownLine = require("./IconMiniArrowDownLine");
|
|
5134
5132
|
|
|
5135
|
-
var
|
|
5133
|
+
var _IconMiniArrowDownSolid = require("./IconMiniArrowDownSolid");
|
|
5136
5134
|
|
|
5137
5135
|
var _IconMiniArrowEndLine = require("./IconMiniArrowEndLine");
|
|
5138
5136
|
|
|
5139
|
-
var
|
|
5137
|
+
var _IconMiniArrowEndSolid = require("./IconMiniArrowEndSolid");
|
|
5140
5138
|
|
|
5141
5139
|
var _IconMiniArrowLeftLine = require("./IconMiniArrowLeftLine");
|
|
5142
5140
|
|
|
5143
|
-
var
|
|
5141
|
+
var _IconMiniArrowLeftSolid = require("./IconMiniArrowLeftSolid");
|
|
5144
5142
|
|
|
5145
5143
|
var _IconMiniArrowRightLine = require("./IconMiniArrowRightLine");
|
|
5146
5144
|
|
|
5147
|
-
var
|
|
5145
|
+
var _IconMiniArrowRightSolid = require("./IconMiniArrowRightSolid");
|
|
5148
5146
|
|
|
5149
5147
|
var _IconMiniArrowStartLine = require("./IconMiniArrowStartLine");
|
|
5150
5148
|
|
|
5151
|
-
var
|
|
5149
|
+
var _IconMiniArrowStartSolid = require("./IconMiniArrowStartSolid");
|
|
5152
5150
|
|
|
5153
5151
|
var _IconMiniArrowUpLine = require("./IconMiniArrowUpLine");
|
|
5154
5152
|
|
|
5155
|
-
var
|
|
5153
|
+
var _IconMiniArrowUpSolid = require("./IconMiniArrowUpSolid");
|
|
5156
5154
|
|
|
5157
5155
|
var _IconMinimizeLine = require("./IconMinimizeLine");
|
|
5158
5156
|
|
|
5159
|
-
var
|
|
5157
|
+
var _IconMinimizeSolid = require("./IconMinimizeSolid");
|
|
5160
5158
|
|
|
5161
5159
|
var _IconModuleLine = require("./IconModuleLine");
|
|
5162
5160
|
|
|
5163
|
-
var
|
|
5161
|
+
var _IconModuleSolid = require("./IconModuleSolid");
|
|
5164
5162
|
|
|
5165
5163
|
var _IconMoreLine = require("./IconMoreLine");
|
|
5166
5164
|
|
|
5167
|
-
var
|
|
5165
|
+
var _IconMoreSolid = require("./IconMoreSolid");
|
|
5168
5166
|
|
|
5169
5167
|
var _IconMoveDownBottomLine = require("./IconMoveDownBottomLine");
|
|
5170
5168
|
|
|
5171
|
-
var
|
|
5169
|
+
var _IconMoveDownBottomSolid = require("./IconMoveDownBottomSolid");
|
|
5172
5170
|
|
|
5173
5171
|
var _IconMoveDownLine = require("./IconMoveDownLine");
|
|
5174
5172
|
|
|
5175
|
-
var
|
|
5173
|
+
var _IconMoveDownSolid = require("./IconMoveDownSolid");
|
|
5176
5174
|
|
|
5177
5175
|
var _IconMoveEndLine = require("./IconMoveEndLine");
|
|
5178
5176
|
|
|
5179
|
-
var
|
|
5177
|
+
var _IconMoveEndSolid = require("./IconMoveEndSolid");
|
|
5180
5178
|
|
|
5181
5179
|
var _IconMoveLeftLine = require("./IconMoveLeftLine");
|
|
5182
5180
|
|
|
5183
|
-
var
|
|
5181
|
+
var _IconMoveLeftSolid = require("./IconMoveLeftSolid");
|
|
5184
5182
|
|
|
5185
5183
|
var _IconMoveRightLine = require("./IconMoveRightLine");
|
|
5186
5184
|
|
|
5187
|
-
var
|
|
5185
|
+
var _IconMoveRightSolid = require("./IconMoveRightSolid");
|
|
5188
5186
|
|
|
5189
5187
|
var _IconMoveStartLine = require("./IconMoveStartLine");
|
|
5190
5188
|
|
|
5191
|
-
var
|
|
5189
|
+
var _IconMoveStartSolid = require("./IconMoveStartSolid");
|
|
5192
5190
|
|
|
5193
5191
|
var _IconMoveUpTopLine = require("./IconMoveUpTopLine");
|
|
5194
5192
|
|
|
5195
|
-
var
|
|
5193
|
+
var _IconMoveUpTopSolid = require("./IconMoveUpTopSolid");
|
|
5196
5194
|
|
|
5197
5195
|
var _IconMoveUpLine = require("./IconMoveUpLine");
|
|
5198
5196
|
|
|
5199
|
-
var
|
|
5197
|
+
var _IconMoveUpSolid = require("./IconMoveUpSolid");
|
|
5200
5198
|
|
|
5201
5199
|
var _IconMsExcelLine = require("./IconMsExcelLine");
|
|
5202
5200
|
|
|
5203
|
-
var
|
|
5201
|
+
var _IconMsExcelSolid = require("./IconMsExcelSolid");
|
|
5204
5202
|
|
|
5205
5203
|
var _IconMsPptLine = require("./IconMsPptLine");
|
|
5206
5204
|
|
|
5207
|
-
var
|
|
5205
|
+
var _IconMsPptSolid = require("./IconMsPptSolid");
|
|
5208
5206
|
|
|
5209
5207
|
var _IconMsWordLine = require("./IconMsWordLine");
|
|
5210
5208
|
|
|
5211
|
-
var
|
|
5209
|
+
var _IconMsWordSolid = require("./IconMsWordSolid");
|
|
5212
5210
|
|
|
5213
5211
|
var _IconMutedLine = require("./IconMutedLine");
|
|
5214
5212
|
|
|
5215
|
-
var
|
|
5213
|
+
var _IconMutedSolid = require("./IconMutedSolid");
|
|
5216
5214
|
|
|
5217
5215
|
var _IconNextUnreadLine = require("./IconNextUnreadLine");
|
|
5218
5216
|
|
|
5219
|
-
var
|
|
5217
|
+
var _IconNextUnreadSolid = require("./IconNextUnreadSolid");
|
|
5220
5218
|
|
|
5221
5219
|
var _IconNoLine = require("./IconNoLine");
|
|
5222
5220
|
|
|
5223
|
-
var
|
|
5221
|
+
var _IconNoSolid = require("./IconNoSolid");
|
|
5224
5222
|
|
|
5225
5223
|
var _IconNotGradedLine = require("./IconNotGradedLine");
|
|
5226
5224
|
|
|
5227
|
-
var
|
|
5225
|
+
var _IconNotGradedSolid = require("./IconNotGradedSolid");
|
|
5228
5226
|
|
|
5229
5227
|
var _IconNoteDarkLine = require("./IconNoteDarkLine");
|
|
5230
5228
|
|
|
5231
|
-
var
|
|
5229
|
+
var _IconNoteDarkSolid = require("./IconNoteDarkSolid");
|
|
5232
5230
|
|
|
5233
5231
|
var _IconNoteLightLine = require("./IconNoteLightLine");
|
|
5234
5232
|
|
|
5235
|
-
var
|
|
5233
|
+
var _IconNoteLightSolid = require("./IconNoteLightSolid");
|
|
5236
5234
|
|
|
5237
5235
|
var _IconNoteLine = require("./IconNoteLine");
|
|
5238
5236
|
|
|
5239
|
-
var
|
|
5237
|
+
var _IconNoteSolid = require("./IconNoteSolid");
|
|
5240
5238
|
|
|
5241
5239
|
var _IconNotepadLine = require("./IconNotepadLine");
|
|
5242
5240
|
|
|
5243
|
-
var
|
|
5241
|
+
var _IconNotepadSolid = require("./IconNotepadSolid");
|
|
5244
5242
|
|
|
5245
5243
|
var _IconNumberedListLine = require("./IconNumberedListLine");
|
|
5246
5244
|
|
|
5247
|
-
var
|
|
5245
|
+
var _IconNumberedListSolid = require("./IconNumberedListSolid");
|
|
5248
5246
|
|
|
5249
5247
|
var _IconOffLine = require("./IconOffLine");
|
|
5250
5248
|
|
|
5251
|
-
var
|
|
5249
|
+
var _IconOffSolid = require("./IconOffSolid");
|
|
5252
5250
|
|
|
5253
5251
|
var _IconOpenFolderLine = require("./IconOpenFolderLine");
|
|
5254
5252
|
|
|
5255
|
-
var
|
|
5253
|
+
var _IconOpenFolderSolid = require("./IconOpenFolderSolid");
|
|
5256
5254
|
|
|
5257
5255
|
var _IconOutcomesLine = require("./IconOutcomesLine");
|
|
5258
5256
|
|
|
5259
|
-
var
|
|
5257
|
+
var _IconOutcomesSolid = require("./IconOutcomesSolid");
|
|
5260
5258
|
|
|
5261
5259
|
var _IconOutdentLine = require("./IconOutdentLine");
|
|
5262
5260
|
|
|
5263
|
-
var
|
|
5261
|
+
var _IconOutdentSolid = require("./IconOutdentSolid");
|
|
5264
5262
|
|
|
5265
5263
|
var _IconOutdent2Line = require("./IconOutdent2Line");
|
|
5266
5264
|
|
|
5267
|
-
var
|
|
5265
|
+
var _IconOutdent2Solid = require("./IconOutdent2Solid");
|
|
5268
5266
|
|
|
5269
5267
|
var _IconOvalHalfLine = require("./IconOvalHalfLine");
|
|
5270
5268
|
|
|
5269
|
+
var _IconOvalHalfSolid = require("./IconOvalHalfSolid");
|
|
5270
|
+
|
|
5271
5271
|
var _IconPageDownLine = require("./IconPageDownLine");
|
|
5272
5272
|
|
|
5273
5273
|
var _IconPageDownSolid = require("./IconPageDownSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.32.2-snapshot-
|
|
3
|
+
"version": "8.32.2-snapshot-4",
|
|
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.32.2-snapshot-
|
|
26
|
-
"@instructure/ui-icons-build": "8.32.2-snapshot-
|
|
25
|
+
"@instructure/ui-babel-preset": "8.32.2-snapshot-4",
|
|
26
|
+
"@instructure/ui-icons-build": "8.32.2-snapshot-4",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.32.2-snapshot-
|
|
31
|
+
"@instructure/ui-svg-images": "8.32.2-snapshot-4",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|