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