@instructure/ui-icons 8.28.3-snapshot-12 → 8.29.0
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 +55 -55
- 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 +56 -56
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +55 -55
- 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
|
-
|
|
6
|
+
# [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
|
|
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
|
@@ -234,116 +234,116 @@ export { IconExpandStartLine } from './IconExpandStartLine';
|
|
|
234
234
|
export { IconExpandStartSolid } from './IconExpandStartSolid';
|
|
235
235
|
export { IconExpandLine } from './IconExpandLine';
|
|
236
236
|
export { IconExpandSolid } from './IconExpandSolid';
|
|
237
|
-
export { IconExportContentLine } from './IconExportContentLine';
|
|
238
237
|
export { IconExportContentSolid } from './IconExportContentSolid';
|
|
239
|
-
export {
|
|
238
|
+
export { IconExportContentLine } from './IconExportContentLine';
|
|
240
239
|
export { IconExportSolid } from './IconExportSolid';
|
|
241
|
-
export {
|
|
240
|
+
export { IconExportLine } from './IconExportLine';
|
|
242
241
|
export { IconExternalLinkSolid } from './IconExternalLinkSolid';
|
|
243
|
-
export {
|
|
242
|
+
export { IconExternalLinkLine } from './IconExternalLinkLine';
|
|
244
243
|
export { IconEyeSolid } from './IconEyeSolid';
|
|
245
|
-
export {
|
|
244
|
+
export { IconEyeLine } from './IconEyeLine';
|
|
246
245
|
export { IconFacebookBoxedSolid } from './IconFacebookBoxedSolid';
|
|
247
|
-
export {
|
|
246
|
+
export { IconFacebookBoxedLine } from './IconFacebookBoxedLine';
|
|
248
247
|
export { IconFacebookSolid } from './IconFacebookSolid';
|
|
249
|
-
export {
|
|
248
|
+
export { IconFacebookLine } from './IconFacebookLine';
|
|
250
249
|
export { IconFastForwardSolid } from './IconFastForwardSolid';
|
|
251
|
-
export {
|
|
250
|
+
export { IconFastForwardLine } from './IconFastForwardLine';
|
|
252
251
|
export { IconFeedbackSolid } from './IconFeedbackSolid';
|
|
253
|
-
export {
|
|
252
|
+
export { IconFeedbackLine } from './IconFeedbackLine';
|
|
254
253
|
export { IconFileLockedSolid } from './IconFileLockedSolid';
|
|
255
|
-
export {
|
|
254
|
+
export { IconFileLockedLine } from './IconFileLockedLine';
|
|
256
255
|
export { IconFilesCopyrightSolid } from './IconFilesCopyrightSolid';
|
|
257
|
-
export {
|
|
256
|
+
export { IconFilesCopyrightLine } from './IconFilesCopyrightLine';
|
|
258
257
|
export { IconFilesCreativeCommonsSolid } from './IconFilesCreativeCommonsSolid';
|
|
259
|
-
export {
|
|
258
|
+
export { IconFilesCreativeCommonsLine } from './IconFilesCreativeCommonsLine';
|
|
260
259
|
export { IconFilesFairUseSolid } from './IconFilesFairUseSolid';
|
|
261
|
-
export {
|
|
260
|
+
export { IconFilesFairUseLine } from './IconFilesFairUseLine';
|
|
262
261
|
export { IconFilesObtainedPermissionSolid } from './IconFilesObtainedPermissionSolid';
|
|
263
|
-
export {
|
|
262
|
+
export { IconFilesObtainedPermissionLine } from './IconFilesObtainedPermissionLine';
|
|
264
263
|
export { IconFilesPublicDomainSolid } from './IconFilesPublicDomainSolid';
|
|
265
|
-
export {
|
|
264
|
+
export { IconFilesPublicDomainLine } from './IconFilesPublicDomainLine';
|
|
266
265
|
export { IconFilmstripSolid } from './IconFilmstripSolid';
|
|
267
|
-
export {
|
|
266
|
+
export { IconFilmstripLine } from './IconFilmstripLine';
|
|
268
267
|
export { IconFilterSolid } from './IconFilterSolid';
|
|
269
|
-
export {
|
|
268
|
+
export { IconFilterLine } from './IconFilterLine';
|
|
270
269
|
export { IconFlagSolid } from './IconFlagSolid';
|
|
271
|
-
export {
|
|
270
|
+
export { IconFlagLine } from './IconFlagLine';
|
|
272
271
|
export { IconFolderLockedSolid } from './IconFolderLockedSolid';
|
|
273
|
-
export {
|
|
272
|
+
export { IconFolderLockedLine } from './IconFolderLockedLine';
|
|
274
273
|
export { IconFolderSolid } from './IconFolderSolid';
|
|
275
|
-
export {
|
|
274
|
+
export { IconFolderLine } from './IconFolderLine';
|
|
276
275
|
export { IconForwardSolid } from './IconForwardSolid';
|
|
277
|
-
export {
|
|
276
|
+
export { IconForwardLine } from './IconForwardLine';
|
|
278
277
|
export { IconFullScreenSolid } from './IconFullScreenSolid';
|
|
279
|
-
export {
|
|
278
|
+
export { IconFullScreenLine } from './IconFullScreenLine';
|
|
280
279
|
export { IconGithubSolid } from './IconGithubSolid';
|
|
281
|
-
export {
|
|
280
|
+
export { IconGithubLine } from './IconGithubLine';
|
|
282
281
|
export { IconGradebookExportSolid } from './IconGradebookExportSolid';
|
|
283
|
-
export {
|
|
282
|
+
export { IconGradebookExportLine } from './IconGradebookExportLine';
|
|
284
283
|
export { IconGradebookImportSolid } from './IconGradebookImportSolid';
|
|
285
|
-
export {
|
|
284
|
+
export { IconGradebookImportLine } from './IconGradebookImportLine';
|
|
286
285
|
export { IconGradebookSolid } from './IconGradebookSolid';
|
|
287
|
-
export {
|
|
286
|
+
export { IconGradebookLine } from './IconGradebookLine';
|
|
288
287
|
export { IconGroupDarkNewSolid } from './IconGroupDarkNewSolid';
|
|
289
|
-
export {
|
|
288
|
+
export { IconGroupDarkNewLine } from './IconGroupDarkNewLine';
|
|
290
289
|
export { IconGroupNewSolid } from './IconGroupNewSolid';
|
|
291
|
-
export {
|
|
290
|
+
export { IconGroupNewLine } from './IconGroupNewLine';
|
|
292
291
|
export { IconGroupSolid } from './IconGroupSolid';
|
|
293
|
-
export {
|
|
292
|
+
export { IconGroupLine } from './IconGroupLine';
|
|
294
293
|
export { IconHamburgerSolid } from './IconHamburgerSolid';
|
|
295
|
-
export {
|
|
294
|
+
export { IconHamburgerLine } from './IconHamburgerLine';
|
|
296
295
|
export { IconHeaderSolid } from './IconHeaderSolid';
|
|
297
|
-
export {
|
|
296
|
+
export { IconHeaderLine } from './IconHeaderLine';
|
|
298
297
|
export { IconHeartSolid } from './IconHeartSolid';
|
|
299
|
-
export {
|
|
298
|
+
export { IconHeartLine } from './IconHeartLine';
|
|
300
299
|
export { IconHighlighterSolid } from './IconHighlighterSolid';
|
|
301
|
-
export {
|
|
300
|
+
export { IconHighlighterLine } from './IconHighlighterLine';
|
|
302
301
|
export { IconHomeSolid } from './IconHomeSolid';
|
|
303
|
-
export {
|
|
302
|
+
export { IconHomeLine } from './IconHomeLine';
|
|
304
303
|
export { IconHourGlassSolid } from './IconHourGlassSolid';
|
|
305
|
-
export {
|
|
304
|
+
export { IconHourGlassLine } from './IconHourGlassLine';
|
|
306
305
|
export { IconImageSolid } from './IconImageSolid';
|
|
307
|
-
export {
|
|
306
|
+
export { IconImageLine } from './IconImageLine';
|
|
308
307
|
export { IconImmersiveReaderSolid } from './IconImmersiveReaderSolid';
|
|
309
|
-
export {
|
|
308
|
+
export { IconImmersiveReaderLine } from './IconImmersiveReaderLine';
|
|
310
309
|
export { IconImpactLogoSolid } from './IconImpactLogoSolid';
|
|
311
|
-
export {
|
|
310
|
+
export { IconImpactLogoLine } from './IconImpactLogoLine';
|
|
312
311
|
export { IconImportContentSolid } from './IconImportContentSolid';
|
|
313
|
-
export {
|
|
312
|
+
export { IconImportContentLine } from './IconImportContentLine';
|
|
314
313
|
export { IconImportSolid } from './IconImportSolid';
|
|
315
|
-
export {
|
|
314
|
+
export { IconImportLine } from './IconImportLine';
|
|
316
315
|
export { IconImportantDatesSolid } from './IconImportantDatesSolid';
|
|
317
|
-
export {
|
|
316
|
+
export { IconImportantDatesLine } from './IconImportantDatesLine';
|
|
318
317
|
export { IconInboxSolid } from './IconInboxSolid';
|
|
319
|
-
export {
|
|
318
|
+
export { IconInboxLine } from './IconInboxLine';
|
|
320
319
|
export { IconIndent2Solid } from './IconIndent2Solid';
|
|
321
|
-
export {
|
|
320
|
+
export { IconIndent2Line } from './IconIndent2Line';
|
|
322
321
|
export { IconIndentSolid } from './IconIndentSolid';
|
|
323
|
-
export {
|
|
322
|
+
export { IconIndentLine } from './IconIndentLine';
|
|
324
323
|
export { IconInfoBorderlessSolid } from './IconInfoBorderlessSolid';
|
|
325
|
-
export {
|
|
324
|
+
export { IconInfoBorderlessLine } from './IconInfoBorderlessLine';
|
|
326
325
|
export { IconInfoSolid } from './IconInfoSolid';
|
|
327
|
-
export {
|
|
326
|
+
export { IconInfoLine } from './IconInfoLine';
|
|
328
327
|
export { IconInstructureLogoSolid } from './IconInstructureLogoSolid';
|
|
329
|
-
export {
|
|
328
|
+
export { IconInstructureLogoLine } from './IconInstructureLogoLine';
|
|
330
329
|
export { IconInstructureSolid } from './IconInstructureSolid';
|
|
331
|
-
export {
|
|
330
|
+
export { IconInstructureLine } from './IconInstructureLine';
|
|
332
331
|
export { IconIntegrationsSolid } from './IconIntegrationsSolid';
|
|
333
|
-
export {
|
|
332
|
+
export { IconIntegrationsLine } from './IconIntegrationsLine';
|
|
334
333
|
export { IconInvitationSolid } from './IconInvitationSolid';
|
|
335
|
-
export {
|
|
334
|
+
export { IconInvitationLine } from './IconInvitationLine';
|
|
336
335
|
export { IconItalicSolid } from './IconItalicSolid';
|
|
337
|
-
export {
|
|
336
|
+
export { IconItalicLine } from './IconItalicLine';
|
|
338
337
|
export { IconKeyboardShortcutsSolid } from './IconKeyboardShortcutsSolid';
|
|
339
|
-
export {
|
|
338
|
+
export { IconKeyboardShortcutsLine } from './IconKeyboardShortcutsLine';
|
|
340
339
|
export { IconLaunchSolid } from './IconLaunchSolid';
|
|
341
|
-
export {
|
|
340
|
+
export { IconLaunchLine } from './IconLaunchLine';
|
|
342
341
|
export { IconLifePreserverSolid } from './IconLifePreserverSolid';
|
|
343
|
-
export {
|
|
342
|
+
export { IconLifePreserverLine } from './IconLifePreserverLine';
|
|
344
343
|
export { IconLikeSolid } from './IconLikeSolid';
|
|
345
|
-
export {
|
|
344
|
+
export { IconLikeLine } from './IconLikeLine';
|
|
346
345
|
export { IconLineReaderSolid } from './IconLineReaderSolid';
|
|
346
|
+
export { IconLineReaderLine } from './IconLineReaderLine';
|
|
347
347
|
export { IconLinkLine } from './IconLinkLine';
|
|
348
348
|
export { IconLinkSolid } from './IconLinkSolid';
|
|
349
349
|
export { IconLinkedinLine } from './IconLinkedinLine';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -4820,226 +4820,226 @@ var _IconExpandLine = require("./IconExpandLine");
|
|
|
4820
4820
|
|
|
4821
4821
|
var _IconExpandSolid = require("./IconExpandSolid");
|
|
4822
4822
|
|
|
4823
|
-
var _IconExportContentLine = require("./IconExportContentLine");
|
|
4824
|
-
|
|
4825
4823
|
var _IconExportContentSolid = require("./IconExportContentSolid");
|
|
4826
4824
|
|
|
4827
|
-
var
|
|
4825
|
+
var _IconExportContentLine = require("./IconExportContentLine");
|
|
4828
4826
|
|
|
4829
4827
|
var _IconExportSolid = require("./IconExportSolid");
|
|
4830
4828
|
|
|
4831
|
-
var
|
|
4829
|
+
var _IconExportLine = require("./IconExportLine");
|
|
4832
4830
|
|
|
4833
4831
|
var _IconExternalLinkSolid = require("./IconExternalLinkSolid");
|
|
4834
4832
|
|
|
4835
|
-
var
|
|
4833
|
+
var _IconExternalLinkLine = require("./IconExternalLinkLine");
|
|
4836
4834
|
|
|
4837
4835
|
var _IconEyeSolid = require("./IconEyeSolid");
|
|
4838
4836
|
|
|
4839
|
-
var
|
|
4837
|
+
var _IconEyeLine = require("./IconEyeLine");
|
|
4840
4838
|
|
|
4841
4839
|
var _IconFacebookBoxedSolid = require("./IconFacebookBoxedSolid");
|
|
4842
4840
|
|
|
4843
|
-
var
|
|
4841
|
+
var _IconFacebookBoxedLine = require("./IconFacebookBoxedLine");
|
|
4844
4842
|
|
|
4845
4843
|
var _IconFacebookSolid = require("./IconFacebookSolid");
|
|
4846
4844
|
|
|
4847
|
-
var
|
|
4845
|
+
var _IconFacebookLine = require("./IconFacebookLine");
|
|
4848
4846
|
|
|
4849
4847
|
var _IconFastForwardSolid = require("./IconFastForwardSolid");
|
|
4850
4848
|
|
|
4851
|
-
var
|
|
4849
|
+
var _IconFastForwardLine = require("./IconFastForwardLine");
|
|
4852
4850
|
|
|
4853
4851
|
var _IconFeedbackSolid = require("./IconFeedbackSolid");
|
|
4854
4852
|
|
|
4855
|
-
var
|
|
4853
|
+
var _IconFeedbackLine = require("./IconFeedbackLine");
|
|
4856
4854
|
|
|
4857
4855
|
var _IconFileLockedSolid = require("./IconFileLockedSolid");
|
|
4858
4856
|
|
|
4859
|
-
var
|
|
4857
|
+
var _IconFileLockedLine = require("./IconFileLockedLine");
|
|
4860
4858
|
|
|
4861
4859
|
var _IconFilesCopyrightSolid = require("./IconFilesCopyrightSolid");
|
|
4862
4860
|
|
|
4863
|
-
var
|
|
4861
|
+
var _IconFilesCopyrightLine = require("./IconFilesCopyrightLine");
|
|
4864
4862
|
|
|
4865
4863
|
var _IconFilesCreativeCommonsSolid = require("./IconFilesCreativeCommonsSolid");
|
|
4866
4864
|
|
|
4867
|
-
var
|
|
4865
|
+
var _IconFilesCreativeCommonsLine = require("./IconFilesCreativeCommonsLine");
|
|
4868
4866
|
|
|
4869
4867
|
var _IconFilesFairUseSolid = require("./IconFilesFairUseSolid");
|
|
4870
4868
|
|
|
4871
|
-
var
|
|
4869
|
+
var _IconFilesFairUseLine = require("./IconFilesFairUseLine");
|
|
4872
4870
|
|
|
4873
4871
|
var _IconFilesObtainedPermissionSolid = require("./IconFilesObtainedPermissionSolid");
|
|
4874
4872
|
|
|
4875
|
-
var
|
|
4873
|
+
var _IconFilesObtainedPermissionLine = require("./IconFilesObtainedPermissionLine");
|
|
4876
4874
|
|
|
4877
4875
|
var _IconFilesPublicDomainSolid = require("./IconFilesPublicDomainSolid");
|
|
4878
4876
|
|
|
4879
|
-
var
|
|
4877
|
+
var _IconFilesPublicDomainLine = require("./IconFilesPublicDomainLine");
|
|
4880
4878
|
|
|
4881
4879
|
var _IconFilmstripSolid = require("./IconFilmstripSolid");
|
|
4882
4880
|
|
|
4883
|
-
var
|
|
4881
|
+
var _IconFilmstripLine = require("./IconFilmstripLine");
|
|
4884
4882
|
|
|
4885
4883
|
var _IconFilterSolid = require("./IconFilterSolid");
|
|
4886
4884
|
|
|
4887
|
-
var
|
|
4885
|
+
var _IconFilterLine = require("./IconFilterLine");
|
|
4888
4886
|
|
|
4889
4887
|
var _IconFlagSolid = require("./IconFlagSolid");
|
|
4890
4888
|
|
|
4891
|
-
var
|
|
4889
|
+
var _IconFlagLine = require("./IconFlagLine");
|
|
4892
4890
|
|
|
4893
4891
|
var _IconFolderLockedSolid = require("./IconFolderLockedSolid");
|
|
4894
4892
|
|
|
4895
|
-
var
|
|
4893
|
+
var _IconFolderLockedLine = require("./IconFolderLockedLine");
|
|
4896
4894
|
|
|
4897
4895
|
var _IconFolderSolid = require("./IconFolderSolid");
|
|
4898
4896
|
|
|
4899
|
-
var
|
|
4897
|
+
var _IconFolderLine = require("./IconFolderLine");
|
|
4900
4898
|
|
|
4901
4899
|
var _IconForwardSolid = require("./IconForwardSolid");
|
|
4902
4900
|
|
|
4903
|
-
var
|
|
4901
|
+
var _IconForwardLine = require("./IconForwardLine");
|
|
4904
4902
|
|
|
4905
4903
|
var _IconFullScreenSolid = require("./IconFullScreenSolid");
|
|
4906
4904
|
|
|
4907
|
-
var
|
|
4905
|
+
var _IconFullScreenLine = require("./IconFullScreenLine");
|
|
4908
4906
|
|
|
4909
4907
|
var _IconGithubSolid = require("./IconGithubSolid");
|
|
4910
4908
|
|
|
4911
|
-
var
|
|
4909
|
+
var _IconGithubLine = require("./IconGithubLine");
|
|
4912
4910
|
|
|
4913
4911
|
var _IconGradebookExportSolid = require("./IconGradebookExportSolid");
|
|
4914
4912
|
|
|
4915
|
-
var
|
|
4913
|
+
var _IconGradebookExportLine = require("./IconGradebookExportLine");
|
|
4916
4914
|
|
|
4917
4915
|
var _IconGradebookImportSolid = require("./IconGradebookImportSolid");
|
|
4918
4916
|
|
|
4919
|
-
var
|
|
4917
|
+
var _IconGradebookImportLine = require("./IconGradebookImportLine");
|
|
4920
4918
|
|
|
4921
4919
|
var _IconGradebookSolid = require("./IconGradebookSolid");
|
|
4922
4920
|
|
|
4923
|
-
var
|
|
4921
|
+
var _IconGradebookLine = require("./IconGradebookLine");
|
|
4924
4922
|
|
|
4925
4923
|
var _IconGroupDarkNewSolid = require("./IconGroupDarkNewSolid");
|
|
4926
4924
|
|
|
4927
|
-
var
|
|
4925
|
+
var _IconGroupDarkNewLine = require("./IconGroupDarkNewLine");
|
|
4928
4926
|
|
|
4929
4927
|
var _IconGroupNewSolid = require("./IconGroupNewSolid");
|
|
4930
4928
|
|
|
4931
|
-
var
|
|
4929
|
+
var _IconGroupNewLine = require("./IconGroupNewLine");
|
|
4932
4930
|
|
|
4933
4931
|
var _IconGroupSolid = require("./IconGroupSolid");
|
|
4934
4932
|
|
|
4935
|
-
var
|
|
4933
|
+
var _IconGroupLine = require("./IconGroupLine");
|
|
4936
4934
|
|
|
4937
4935
|
var _IconHamburgerSolid = require("./IconHamburgerSolid");
|
|
4938
4936
|
|
|
4939
|
-
var
|
|
4937
|
+
var _IconHamburgerLine = require("./IconHamburgerLine");
|
|
4940
4938
|
|
|
4941
4939
|
var _IconHeaderSolid = require("./IconHeaderSolid");
|
|
4942
4940
|
|
|
4943
|
-
var
|
|
4941
|
+
var _IconHeaderLine = require("./IconHeaderLine");
|
|
4944
4942
|
|
|
4945
4943
|
var _IconHeartSolid = require("./IconHeartSolid");
|
|
4946
4944
|
|
|
4947
|
-
var
|
|
4945
|
+
var _IconHeartLine = require("./IconHeartLine");
|
|
4948
4946
|
|
|
4949
4947
|
var _IconHighlighterSolid = require("./IconHighlighterSolid");
|
|
4950
4948
|
|
|
4951
|
-
var
|
|
4949
|
+
var _IconHighlighterLine = require("./IconHighlighterLine");
|
|
4952
4950
|
|
|
4953
4951
|
var _IconHomeSolid = require("./IconHomeSolid");
|
|
4954
4952
|
|
|
4955
|
-
var
|
|
4953
|
+
var _IconHomeLine = require("./IconHomeLine");
|
|
4956
4954
|
|
|
4957
4955
|
var _IconHourGlassSolid = require("./IconHourGlassSolid");
|
|
4958
4956
|
|
|
4959
|
-
var
|
|
4957
|
+
var _IconHourGlassLine = require("./IconHourGlassLine");
|
|
4960
4958
|
|
|
4961
4959
|
var _IconImageSolid = require("./IconImageSolid");
|
|
4962
4960
|
|
|
4963
|
-
var
|
|
4961
|
+
var _IconImageLine = require("./IconImageLine");
|
|
4964
4962
|
|
|
4965
4963
|
var _IconImmersiveReaderSolid = require("./IconImmersiveReaderSolid");
|
|
4966
4964
|
|
|
4967
|
-
var
|
|
4965
|
+
var _IconImmersiveReaderLine = require("./IconImmersiveReaderLine");
|
|
4968
4966
|
|
|
4969
4967
|
var _IconImpactLogoSolid = require("./IconImpactLogoSolid");
|
|
4970
4968
|
|
|
4971
|
-
var
|
|
4969
|
+
var _IconImpactLogoLine = require("./IconImpactLogoLine");
|
|
4972
4970
|
|
|
4973
4971
|
var _IconImportContentSolid = require("./IconImportContentSolid");
|
|
4974
4972
|
|
|
4975
|
-
var
|
|
4973
|
+
var _IconImportContentLine = require("./IconImportContentLine");
|
|
4976
4974
|
|
|
4977
4975
|
var _IconImportSolid = require("./IconImportSolid");
|
|
4978
4976
|
|
|
4979
|
-
var
|
|
4977
|
+
var _IconImportLine = require("./IconImportLine");
|
|
4980
4978
|
|
|
4981
4979
|
var _IconImportantDatesSolid = require("./IconImportantDatesSolid");
|
|
4982
4980
|
|
|
4983
|
-
var
|
|
4981
|
+
var _IconImportantDatesLine = require("./IconImportantDatesLine");
|
|
4984
4982
|
|
|
4985
4983
|
var _IconInboxSolid = require("./IconInboxSolid");
|
|
4986
4984
|
|
|
4987
|
-
var
|
|
4985
|
+
var _IconInboxLine = require("./IconInboxLine");
|
|
4988
4986
|
|
|
4989
4987
|
var _IconIndent2Solid = require("./IconIndent2Solid");
|
|
4990
4988
|
|
|
4991
|
-
var
|
|
4989
|
+
var _IconIndent2Line = require("./IconIndent2Line");
|
|
4992
4990
|
|
|
4993
4991
|
var _IconIndentSolid = require("./IconIndentSolid");
|
|
4994
4992
|
|
|
4995
|
-
var
|
|
4993
|
+
var _IconIndentLine = require("./IconIndentLine");
|
|
4996
4994
|
|
|
4997
4995
|
var _IconInfoBorderlessSolid = require("./IconInfoBorderlessSolid");
|
|
4998
4996
|
|
|
4999
|
-
var
|
|
4997
|
+
var _IconInfoBorderlessLine = require("./IconInfoBorderlessLine");
|
|
5000
4998
|
|
|
5001
4999
|
var _IconInfoSolid = require("./IconInfoSolid");
|
|
5002
5000
|
|
|
5003
|
-
var
|
|
5001
|
+
var _IconInfoLine = require("./IconInfoLine");
|
|
5004
5002
|
|
|
5005
5003
|
var _IconInstructureLogoSolid = require("./IconInstructureLogoSolid");
|
|
5006
5004
|
|
|
5007
|
-
var
|
|
5005
|
+
var _IconInstructureLogoLine = require("./IconInstructureLogoLine");
|
|
5008
5006
|
|
|
5009
5007
|
var _IconInstructureSolid = require("./IconInstructureSolid");
|
|
5010
5008
|
|
|
5011
|
-
var
|
|
5009
|
+
var _IconInstructureLine = require("./IconInstructureLine");
|
|
5012
5010
|
|
|
5013
5011
|
var _IconIntegrationsSolid = require("./IconIntegrationsSolid");
|
|
5014
5012
|
|
|
5015
|
-
var
|
|
5013
|
+
var _IconIntegrationsLine = require("./IconIntegrationsLine");
|
|
5016
5014
|
|
|
5017
5015
|
var _IconInvitationSolid = require("./IconInvitationSolid");
|
|
5018
5016
|
|
|
5019
|
-
var
|
|
5017
|
+
var _IconInvitationLine = require("./IconInvitationLine");
|
|
5020
5018
|
|
|
5021
5019
|
var _IconItalicSolid = require("./IconItalicSolid");
|
|
5022
5020
|
|
|
5023
|
-
var
|
|
5021
|
+
var _IconItalicLine = require("./IconItalicLine");
|
|
5024
5022
|
|
|
5025
5023
|
var _IconKeyboardShortcutsSolid = require("./IconKeyboardShortcutsSolid");
|
|
5026
5024
|
|
|
5027
|
-
var
|
|
5025
|
+
var _IconKeyboardShortcutsLine = require("./IconKeyboardShortcutsLine");
|
|
5028
5026
|
|
|
5029
5027
|
var _IconLaunchSolid = require("./IconLaunchSolid");
|
|
5030
5028
|
|
|
5031
|
-
var
|
|
5029
|
+
var _IconLaunchLine = require("./IconLaunchLine");
|
|
5032
5030
|
|
|
5033
5031
|
var _IconLifePreserverSolid = require("./IconLifePreserverSolid");
|
|
5034
5032
|
|
|
5035
|
-
var
|
|
5033
|
+
var _IconLifePreserverLine = require("./IconLifePreserverLine");
|
|
5036
5034
|
|
|
5037
5035
|
var _IconLikeSolid = require("./IconLikeSolid");
|
|
5038
5036
|
|
|
5039
|
-
var
|
|
5037
|
+
var _IconLikeLine = require("./IconLikeLine");
|
|
5040
5038
|
|
|
5041
5039
|
var _IconLineReaderSolid = require("./IconLineReaderSolid");
|
|
5042
5040
|
|
|
5041
|
+
var _IconLineReaderLine = require("./IconLineReaderLine");
|
|
5042
|
+
|
|
5043
5043
|
var _IconLinkLine = require("./IconLinkLine");
|
|
5044
5044
|
|
|
5045
5045
|
var _IconLinkSolid = require("./IconLinkSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.29.0",
|
|
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
|
-
"@instructure/ui-icons-build": "8.
|
|
25
|
+
"@instructure/ui-babel-preset": "8.29.0",
|
|
26
|
+
"@instructure/ui-icons-build": "8.29.0",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.13.10",
|
|
31
|
-
"@instructure/ui-svg-images": "8.
|
|
31
|
+
"@instructure/ui-svg-images": "8.29.0",
|
|
32
32
|
"prop-types": "^15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|