@instructure/ui-icons 8.33.2 → 8.33.3-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 +8 -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 +176 -176
- 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 +176 -176
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +176 -176
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.33.3-snapshot-3](https://github.com/instructure/instructure-ui/compare/v8.33.2...v8.33.3-snapshot-3) (2023-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [8.33.2](https://github.com/instructure/instructure-ui/compare/v8.33.1...v8.33.2) (2023-01-25)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -180,358 +180,358 @@ export { IconDashboardLine } from './IconDashboardLine';
|
|
|
180
180
|
export { IconDashboardSolid } from './IconDashboardSolid';
|
|
181
181
|
export { IconDeactivateUserLine } from './IconDeactivateUserLine';
|
|
182
182
|
export { IconDeactivateUserSolid } from './IconDeactivateUserSolid';
|
|
183
|
-
export { IconDiscussionCheckSolid } from './IconDiscussionCheckSolid';
|
|
184
183
|
export { IconDiscussionCheckLine } from './IconDiscussionCheckLine';
|
|
185
|
-
export {
|
|
184
|
+
export { IconDiscussionCheckSolid } from './IconDiscussionCheckSolid';
|
|
186
185
|
export { IconDiscussionNewLine } from './IconDiscussionNewLine';
|
|
187
|
-
export {
|
|
186
|
+
export { IconDiscussionNewSolid } from './IconDiscussionNewSolid';
|
|
188
187
|
export { IconDiscussionReply2Line } from './IconDiscussionReply2Line';
|
|
189
|
-
export {
|
|
188
|
+
export { IconDiscussionReply2Solid } from './IconDiscussionReply2Solid';
|
|
190
189
|
export { IconDiscussionReplyDarkLine } from './IconDiscussionReplyDarkLine';
|
|
191
|
-
export {
|
|
190
|
+
export { IconDiscussionReplyDarkSolid } from './IconDiscussionReplyDarkSolid';
|
|
192
191
|
export { IconDiscussionReplyLine } from './IconDiscussionReplyLine';
|
|
193
|
-
export {
|
|
192
|
+
export { IconDiscussionReplySolid } from './IconDiscussionReplySolid';
|
|
194
193
|
export { IconDiscussionSearchLine } from './IconDiscussionSearchLine';
|
|
195
|
-
export {
|
|
194
|
+
export { IconDiscussionSearchSolid } from './IconDiscussionSearchSolid';
|
|
196
195
|
export { IconDiscussionXLine } from './IconDiscussionXLine';
|
|
197
|
-
export {
|
|
196
|
+
export { IconDiscussionXSolid } from './IconDiscussionXSolid';
|
|
198
197
|
export { IconDiscussionLine } from './IconDiscussionLine';
|
|
199
|
-
export {
|
|
198
|
+
export { IconDiscussionSolid } from './IconDiscussionSolid';
|
|
200
199
|
export { IconDocumentLine } from './IconDocumentLine';
|
|
201
|
-
export {
|
|
200
|
+
export { IconDocumentSolid } from './IconDocumentSolid';
|
|
202
201
|
export { IconDownloadLine } from './IconDownloadLine';
|
|
203
|
-
export {
|
|
202
|
+
export { IconDownloadSolid } from './IconDownloadSolid';
|
|
204
203
|
export { IconDragHandleLine } from './IconDragHandleLine';
|
|
205
|
-
export {
|
|
204
|
+
export { IconDragHandleSolid } from './IconDragHandleSolid';
|
|
206
205
|
export { IconDropDownLine } from './IconDropDownLine';
|
|
207
|
-
export {
|
|
206
|
+
export { IconDropDownSolid } from './IconDropDownSolid';
|
|
208
207
|
export { IconDuplicateLine } from './IconDuplicateLine';
|
|
209
|
-
export {
|
|
208
|
+
export { IconDuplicateSolid } from './IconDuplicateSolid';
|
|
210
209
|
export { IconEditLine } from './IconEditLine';
|
|
211
|
-
export {
|
|
210
|
+
export { IconEditSolid } from './IconEditSolid';
|
|
212
211
|
export { IconEducatorsLine } from './IconEducatorsLine';
|
|
213
|
-
export {
|
|
212
|
+
export { IconEducatorsSolid } from './IconEducatorsSolid';
|
|
214
213
|
export { IconElevateLogoLine } from './IconElevateLogoLine';
|
|
215
|
-
export {
|
|
214
|
+
export { IconElevateLogoSolid } from './IconElevateLogoSolid';
|
|
216
215
|
export { IconEmailLine } from './IconEmailLine';
|
|
217
|
-
export {
|
|
216
|
+
export { IconEmailSolid } from './IconEmailSolid';
|
|
218
217
|
export { IconEmptyLine } from './IconEmptyLine';
|
|
219
|
-
export {
|
|
218
|
+
export { IconEmptySolid } from './IconEmptySolid';
|
|
220
219
|
export { IconEndLine } from './IconEndLine';
|
|
221
|
-
export {
|
|
220
|
+
export { IconEndSolid } from './IconEndSolid';
|
|
222
221
|
export { IconEportfolioLine } from './IconEportfolioLine';
|
|
223
|
-
export {
|
|
222
|
+
export { IconEportfolioSolid } from './IconEportfolioSolid';
|
|
224
223
|
export { IconEquationLine } from './IconEquationLine';
|
|
225
|
-
export {
|
|
224
|
+
export { IconEquationSolid } from './IconEquationSolid';
|
|
226
225
|
export { IconEquellaLine } from './IconEquellaLine';
|
|
227
|
-
export {
|
|
226
|
+
export { IconEquellaSolid } from './IconEquellaSolid';
|
|
228
227
|
export { IconEssayLine } from './IconEssayLine';
|
|
229
|
-
export {
|
|
228
|
+
export { IconEssaySolid } from './IconEssaySolid';
|
|
230
229
|
export { IconExitFullScreenLine } from './IconExitFullScreenLine';
|
|
231
|
-
export {
|
|
230
|
+
export { IconExitFullScreenSolid } from './IconExitFullScreenSolid';
|
|
232
231
|
export { IconExpandItemsLine } from './IconExpandItemsLine';
|
|
233
|
-
export {
|
|
232
|
+
export { IconExpandItemsSolid } from './IconExpandItemsSolid';
|
|
234
233
|
export { IconExpandLeftLine } from './IconExpandLeftLine';
|
|
235
|
-
export {
|
|
234
|
+
export { IconExpandLeftSolid } from './IconExpandLeftSolid';
|
|
236
235
|
export { IconExpandStartLine } from './IconExpandStartLine';
|
|
237
|
-
export {
|
|
236
|
+
export { IconExpandStartSolid } from './IconExpandStartSolid';
|
|
238
237
|
export { IconExpandLine } from './IconExpandLine';
|
|
239
|
-
export {
|
|
238
|
+
export { IconExpandSolid } from './IconExpandSolid';
|
|
240
239
|
export { IconExportContentLine } from './IconExportContentLine';
|
|
241
|
-
export {
|
|
240
|
+
export { IconExportContentSolid } from './IconExportContentSolid';
|
|
242
241
|
export { IconExportLine } from './IconExportLine';
|
|
243
|
-
export {
|
|
242
|
+
export { IconExportSolid } from './IconExportSolid';
|
|
244
243
|
export { IconExternalLinkLine } from './IconExternalLinkLine';
|
|
245
|
-
export {
|
|
244
|
+
export { IconExternalLinkSolid } from './IconExternalLinkSolid';
|
|
246
245
|
export { IconEyeLine } from './IconEyeLine';
|
|
247
|
-
export {
|
|
246
|
+
export { IconEyeSolid } from './IconEyeSolid';
|
|
248
247
|
export { IconFacebookBoxedLine } from './IconFacebookBoxedLine';
|
|
249
|
-
export {
|
|
248
|
+
export { IconFacebookBoxedSolid } from './IconFacebookBoxedSolid';
|
|
250
249
|
export { IconFacebookLine } from './IconFacebookLine';
|
|
251
|
-
export {
|
|
250
|
+
export { IconFacebookSolid } from './IconFacebookSolid';
|
|
252
251
|
export { IconFastForwardLine } from './IconFastForwardLine';
|
|
253
|
-
export {
|
|
252
|
+
export { IconFastForwardSolid } from './IconFastForwardSolid';
|
|
254
253
|
export { IconFeedbackLine } from './IconFeedbackLine';
|
|
255
|
-
export {
|
|
254
|
+
export { IconFeedbackSolid } from './IconFeedbackSolid';
|
|
256
255
|
export { IconFileLockedLine } from './IconFileLockedLine';
|
|
257
|
-
export {
|
|
256
|
+
export { IconFileLockedSolid } from './IconFileLockedSolid';
|
|
258
257
|
export { IconFilesCopyrightLine } from './IconFilesCopyrightLine';
|
|
259
|
-
export {
|
|
258
|
+
export { IconFilesCopyrightSolid } from './IconFilesCopyrightSolid';
|
|
260
259
|
export { IconFilesCreativeCommonsLine } from './IconFilesCreativeCommonsLine';
|
|
261
|
-
export {
|
|
260
|
+
export { IconFilesCreativeCommonsSolid } from './IconFilesCreativeCommonsSolid';
|
|
262
261
|
export { IconFilesFairUseLine } from './IconFilesFairUseLine';
|
|
263
|
-
export {
|
|
262
|
+
export { IconFilesFairUseSolid } from './IconFilesFairUseSolid';
|
|
264
263
|
export { IconFilesObtainedPermissionLine } from './IconFilesObtainedPermissionLine';
|
|
265
|
-
export {
|
|
264
|
+
export { IconFilesObtainedPermissionSolid } from './IconFilesObtainedPermissionSolid';
|
|
266
265
|
export { IconFilesPublicDomainLine } from './IconFilesPublicDomainLine';
|
|
267
|
-
export {
|
|
266
|
+
export { IconFilesPublicDomainSolid } from './IconFilesPublicDomainSolid';
|
|
268
267
|
export { IconFilmstripLine } from './IconFilmstripLine';
|
|
269
|
-
export {
|
|
268
|
+
export { IconFilmstripSolid } from './IconFilmstripSolid';
|
|
270
269
|
export { IconFilterLine } from './IconFilterLine';
|
|
271
|
-
export {
|
|
270
|
+
export { IconFilterSolid } from './IconFilterSolid';
|
|
272
271
|
export { IconFlagLine } from './IconFlagLine';
|
|
273
|
-
export {
|
|
272
|
+
export { IconFlagSolid } from './IconFlagSolid';
|
|
274
273
|
export { IconFolderLockedLine } from './IconFolderLockedLine';
|
|
275
|
-
export {
|
|
274
|
+
export { IconFolderLockedSolid } from './IconFolderLockedSolid';
|
|
276
275
|
export { IconFolderLine } from './IconFolderLine';
|
|
277
|
-
export {
|
|
276
|
+
export { IconFolderSolid } from './IconFolderSolid';
|
|
278
277
|
export { IconForwardLine } from './IconForwardLine';
|
|
279
|
-
export {
|
|
278
|
+
export { IconForwardSolid } from './IconForwardSolid';
|
|
280
279
|
export { IconFullScreenLine } from './IconFullScreenLine';
|
|
281
|
-
export {
|
|
280
|
+
export { IconFullScreenSolid } from './IconFullScreenSolid';
|
|
282
281
|
export { IconGithubLine } from './IconGithubLine';
|
|
283
|
-
export {
|
|
282
|
+
export { IconGithubSolid } from './IconGithubSolid';
|
|
284
283
|
export { IconGradebookExportLine } from './IconGradebookExportLine';
|
|
285
|
-
export {
|
|
284
|
+
export { IconGradebookExportSolid } from './IconGradebookExportSolid';
|
|
286
285
|
export { IconGradebookImportLine } from './IconGradebookImportLine';
|
|
287
|
-
export {
|
|
286
|
+
export { IconGradebookImportSolid } from './IconGradebookImportSolid';
|
|
288
287
|
export { IconGradebookLine } from './IconGradebookLine';
|
|
289
|
-
export {
|
|
288
|
+
export { IconGradebookSolid } from './IconGradebookSolid';
|
|
290
289
|
export { IconGroupDarkNewLine } from './IconGroupDarkNewLine';
|
|
291
|
-
export {
|
|
290
|
+
export { IconGroupDarkNewSolid } from './IconGroupDarkNewSolid';
|
|
292
291
|
export { IconGroupNewLine } from './IconGroupNewLine';
|
|
293
|
-
export {
|
|
292
|
+
export { IconGroupNewSolid } from './IconGroupNewSolid';
|
|
294
293
|
export { IconGroupLine } from './IconGroupLine';
|
|
295
|
-
export {
|
|
294
|
+
export { IconGroupSolid } from './IconGroupSolid';
|
|
296
295
|
export { IconHamburgerLine } from './IconHamburgerLine';
|
|
297
|
-
export {
|
|
296
|
+
export { IconHamburgerSolid } from './IconHamburgerSolid';
|
|
298
297
|
export { IconHeaderLine } from './IconHeaderLine';
|
|
299
|
-
export {
|
|
298
|
+
export { IconHeaderSolid } from './IconHeaderSolid';
|
|
300
299
|
export { IconHeartLine } from './IconHeartLine';
|
|
301
|
-
export {
|
|
300
|
+
export { IconHeartSolid } from './IconHeartSolid';
|
|
302
301
|
export { IconHighlighterLine } from './IconHighlighterLine';
|
|
303
|
-
export {
|
|
302
|
+
export { IconHighlighterSolid } from './IconHighlighterSolid';
|
|
304
303
|
export { IconHomeLine } from './IconHomeLine';
|
|
305
|
-
export {
|
|
304
|
+
export { IconHomeSolid } from './IconHomeSolid';
|
|
306
305
|
export { IconHourGlassLine } from './IconHourGlassLine';
|
|
307
|
-
export {
|
|
306
|
+
export { IconHourGlassSolid } from './IconHourGlassSolid';
|
|
308
307
|
export { IconImageLine } from './IconImageLine';
|
|
309
|
-
export {
|
|
308
|
+
export { IconImageSolid } from './IconImageSolid';
|
|
310
309
|
export { IconImmersiveReaderLine } from './IconImmersiveReaderLine';
|
|
311
|
-
export {
|
|
310
|
+
export { IconImmersiveReaderSolid } from './IconImmersiveReaderSolid';
|
|
312
311
|
export { IconImpactLogoLine } from './IconImpactLogoLine';
|
|
313
|
-
export {
|
|
312
|
+
export { IconImpactLogoSolid } from './IconImpactLogoSolid';
|
|
314
313
|
export { IconImportContentLine } from './IconImportContentLine';
|
|
315
|
-
export {
|
|
314
|
+
export { IconImportContentSolid } from './IconImportContentSolid';
|
|
316
315
|
export { IconImportLine } from './IconImportLine';
|
|
317
|
-
export {
|
|
316
|
+
export { IconImportSolid } from './IconImportSolid';
|
|
318
317
|
export { IconImportantDatesLine } from './IconImportantDatesLine';
|
|
319
|
-
export {
|
|
318
|
+
export { IconImportantDatesSolid } from './IconImportantDatesSolid';
|
|
320
319
|
export { IconInboxLine } from './IconInboxLine';
|
|
321
|
-
export {
|
|
320
|
+
export { IconInboxSolid } from './IconInboxSolid';
|
|
322
321
|
export { IconIndent2Line } from './IconIndent2Line';
|
|
323
|
-
export {
|
|
322
|
+
export { IconIndent2Solid } from './IconIndent2Solid';
|
|
324
323
|
export { IconIndentLine } from './IconIndentLine';
|
|
325
|
-
export {
|
|
324
|
+
export { IconIndentSolid } from './IconIndentSolid';
|
|
326
325
|
export { IconInfoBorderlessLine } from './IconInfoBorderlessLine';
|
|
327
|
-
export {
|
|
326
|
+
export { IconInfoBorderlessSolid } from './IconInfoBorderlessSolid';
|
|
328
327
|
export { IconInfoLine } from './IconInfoLine';
|
|
329
|
-
export {
|
|
328
|
+
export { IconInfoSolid } from './IconInfoSolid';
|
|
330
329
|
export { IconInstructureLogoLine } from './IconInstructureLogoLine';
|
|
331
|
-
export {
|
|
330
|
+
export { IconInstructureLogoSolid } from './IconInstructureLogoSolid';
|
|
332
331
|
export { IconInstructureLine } from './IconInstructureLine';
|
|
333
|
-
export {
|
|
332
|
+
export { IconInstructureSolid } from './IconInstructureSolid';
|
|
334
333
|
export { IconIntegrationsLine } from './IconIntegrationsLine';
|
|
335
|
-
export {
|
|
334
|
+
export { IconIntegrationsSolid } from './IconIntegrationsSolid';
|
|
336
335
|
export { IconInvitationLine } from './IconInvitationLine';
|
|
337
|
-
export {
|
|
336
|
+
export { IconInvitationSolid } from './IconInvitationSolid';
|
|
338
337
|
export { IconItalicLine } from './IconItalicLine';
|
|
339
|
-
export {
|
|
338
|
+
export { IconItalicSolid } from './IconItalicSolid';
|
|
340
339
|
export { IconKeyboardShortcutsLine } from './IconKeyboardShortcutsLine';
|
|
341
|
-
export {
|
|
340
|
+
export { IconKeyboardShortcutsSolid } from './IconKeyboardShortcutsSolid';
|
|
342
341
|
export { IconLaunchLine } from './IconLaunchLine';
|
|
343
|
-
export {
|
|
342
|
+
export { IconLaunchSolid } from './IconLaunchSolid';
|
|
344
343
|
export { IconLifePreserverLine } from './IconLifePreserverLine';
|
|
345
|
-
export {
|
|
344
|
+
export { IconLifePreserverSolid } from './IconLifePreserverSolid';
|
|
346
345
|
export { IconLikeLine } from './IconLikeLine';
|
|
347
|
-
export {
|
|
346
|
+
export { IconLikeSolid } from './IconLikeSolid';
|
|
348
347
|
export { IconLineReaderLine } from './IconLineReaderLine';
|
|
349
|
-
export {
|
|
348
|
+
export { IconLineReaderSolid } from './IconLineReaderSolid';
|
|
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';
|
|
455
|
-
export {
|
|
454
|
+
export { IconOvalHalfSolid } from './IconOvalHalfSolid';
|
|
456
455
|
export { IconPageDownLine } from './IconPageDownLine';
|
|
457
|
-
export {
|
|
456
|
+
export { IconPageDownSolid } from './IconPageDownSolid';
|
|
458
457
|
export { IconPageUpLine } from './IconPageUpLine';
|
|
459
|
-
export {
|
|
458
|
+
export { IconPageUpSolid } from './IconPageUpSolid';
|
|
460
459
|
export { IconPaintLine } from './IconPaintLine';
|
|
461
|
-
export {
|
|
460
|
+
export { IconPaintSolid } from './IconPaintSolid';
|
|
462
461
|
export { IconPaperclipLine } from './IconPaperclipLine';
|
|
463
|
-
export {
|
|
462
|
+
export { IconPaperclipSolid } from './IconPaperclipSolid';
|
|
464
463
|
export { IconPartialLine } from './IconPartialLine';
|
|
465
|
-
export {
|
|
464
|
+
export { IconPartialSolid } from './IconPartialSolid';
|
|
466
465
|
export { IconPauseLine } from './IconPauseLine';
|
|
467
|
-
export {
|
|
466
|
+
export { IconPauseSolid } from './IconPauseSolid';
|
|
468
467
|
export { IconPdfLine } from './IconPdfLine';
|
|
469
|
-
export {
|
|
468
|
+
export { IconPdfSolid } from './IconPdfSolid';
|
|
470
469
|
export { IconPeerGradedLine } from './IconPeerGradedLine';
|
|
471
|
-
export {
|
|
470
|
+
export { IconPeerGradedSolid } from './IconPeerGradedSolid';
|
|
472
471
|
export { IconPeerReviewLine } from './IconPeerReviewLine';
|
|
473
|
-
export {
|
|
472
|
+
export { IconPeerReviewSolid } from './IconPeerReviewSolid';
|
|
474
473
|
export { IconPermissionsLine } from './IconPermissionsLine';
|
|
475
|
-
export {
|
|
474
|
+
export { IconPermissionsSolid } from './IconPermissionsSolid';
|
|
476
475
|
export { IconPinLine } from './IconPinLine';
|
|
477
|
-
export {
|
|
476
|
+
export { IconPinSolid } from './IconPinSolid';
|
|
478
477
|
export { IconPinterestLine } from './IconPinterestLine';
|
|
479
|
-
export {
|
|
478
|
+
export { IconPinterestSolid } from './IconPinterestSolid';
|
|
480
479
|
export { IconPlayLine } from './IconPlayLine';
|
|
481
|
-
export {
|
|
480
|
+
export { IconPlaySolid } from './IconPlaySolid';
|
|
482
481
|
export { IconPlusLine } from './IconPlusLine';
|
|
483
|
-
export {
|
|
482
|
+
export { IconPlusSolid } from './IconPlusSolid';
|
|
484
483
|
export { IconPostToSisLine } from './IconPostToSisLine';
|
|
485
|
-
export {
|
|
484
|
+
export { IconPostToSisSolid } from './IconPostToSisSolid';
|
|
486
485
|
export { IconPredictiveLine } from './IconPredictiveLine';
|
|
487
|
-
export {
|
|
486
|
+
export { IconPredictiveSolid } from './IconPredictiveSolid';
|
|
488
487
|
export { IconPrerequisiteLine } from './IconPrerequisiteLine';
|
|
489
|
-
export {
|
|
488
|
+
export { IconPrerequisiteSolid } from './IconPrerequisiteSolid';
|
|
490
489
|
export { IconPrinterLine } from './IconPrinterLine';
|
|
491
|
-
export {
|
|
490
|
+
export { IconPrinterSolid } from './IconPrinterSolid';
|
|
492
491
|
export { IconProgressLine } from './IconProgressLine';
|
|
493
|
-
export {
|
|
492
|
+
export { IconProgressSolid } from './IconProgressSolid';
|
|
494
493
|
export { IconProtractorLine } from './IconProtractorLine';
|
|
495
|
-
export {
|
|
494
|
+
export { IconProtractorSolid } from './IconProtractorSolid';
|
|
496
495
|
export { IconPublishLine } from './IconPublishLine';
|
|
497
|
-
export {
|
|
496
|
+
export { IconPublishSolid } from './IconPublishSolid';
|
|
498
497
|
export { IconQuestionLine } from './IconQuestionLine';
|
|
499
|
-
export {
|
|
498
|
+
export { IconQuestionSolid } from './IconQuestionSolid';
|
|
500
499
|
export { IconQuizInstructionsLine } from './IconQuizInstructionsLine';
|
|
501
|
-
export {
|
|
500
|
+
export { IconQuizInstructionsSolid } from './IconQuizInstructionsSolid';
|
|
502
501
|
export { IconQuizStatsAvgLine } from './IconQuizStatsAvgLine';
|
|
503
|
-
export {
|
|
502
|
+
export { IconQuizStatsAvgSolid } from './IconQuizStatsAvgSolid';
|
|
504
503
|
export { IconQuizStatsCronbachsAlphaLine } from './IconQuizStatsCronbachsAlphaLine';
|
|
505
|
-
export {
|
|
504
|
+
export { IconQuizStatsCronbachsAlphaSolid } from './IconQuizStatsCronbachsAlphaSolid';
|
|
506
505
|
export { IconQuizStatsDeviationLine } from './IconQuizStatsDeviationLine';
|
|
507
|
-
export {
|
|
506
|
+
export { IconQuizStatsDeviationSolid } from './IconQuizStatsDeviationSolid';
|
|
508
507
|
export { IconQuizStatsHighLine } from './IconQuizStatsHighLine';
|
|
509
|
-
export {
|
|
508
|
+
export { IconQuizStatsHighSolid } from './IconQuizStatsHighSolid';
|
|
510
509
|
export { IconQuizStatsLowLine } from './IconQuizStatsLowLine';
|
|
511
|
-
export {
|
|
510
|
+
export { IconQuizStatsLowSolid } from './IconQuizStatsLowSolid';
|
|
512
511
|
export { IconQuizStatsTimeLine } from './IconQuizStatsTimeLine';
|
|
513
|
-
export {
|
|
512
|
+
export { IconQuizStatsTimeSolid } from './IconQuizStatsTimeSolid';
|
|
514
513
|
export { IconQuizTitleLine } from './IconQuizTitleLine';
|
|
515
|
-
export {
|
|
514
|
+
export { IconQuizTitleSolid } from './IconQuizTitleSolid';
|
|
516
515
|
export { IconQuizLine } from './IconQuizLine';
|
|
517
|
-
export {
|
|
516
|
+
export { IconQuizSolid } from './IconQuizSolid';
|
|
518
517
|
export { IconRecordLine } from './IconRecordLine';
|
|
519
|
-
export {
|
|
518
|
+
export { IconRecordSolid } from './IconRecordSolid';
|
|
520
519
|
export { IconRefreshLine } from './IconRefreshLine';
|
|
521
|
-
export {
|
|
520
|
+
export { IconRefreshSolid } from './IconRefreshSolid';
|
|
522
521
|
export { IconRemoveBookmarkLine } from './IconRemoveBookmarkLine';
|
|
523
|
-
export {
|
|
522
|
+
export { IconRemoveBookmarkSolid } from './IconRemoveBookmarkSolid';
|
|
524
523
|
export { IconRemoveFromCollectionLine } from './IconRemoveFromCollectionLine';
|
|
525
|
-
export {
|
|
524
|
+
export { IconRemoveFromCollectionSolid } from './IconRemoveFromCollectionSolid';
|
|
526
525
|
export { IconRemoveLinkLine } from './IconRemoveLinkLine';
|
|
527
|
-
export {
|
|
526
|
+
export { IconRemoveLinkSolid } from './IconRemoveLinkSolid';
|
|
528
527
|
export { IconRepliedLine } from './IconRepliedLine';
|
|
529
|
-
export {
|
|
528
|
+
export { IconRepliedSolid } from './IconRepliedSolid';
|
|
530
529
|
export { IconReply2Line } from './IconReply2Line';
|
|
531
|
-
export {
|
|
530
|
+
export { IconReply2Solid } from './IconReply2Solid';
|
|
532
531
|
export { IconReplyAll2Line } from './IconReplyAll2Line';
|
|
533
|
-
export {
|
|
532
|
+
export { IconReplyAll2Solid } from './IconReplyAll2Solid';
|
|
534
533
|
export { IconReplyLine } from './IconReplyLine';
|
|
534
|
+
export { IconReplySolid } from './IconReplySolid';
|
|
535
535
|
export { IconResetSolid } from './IconResetSolid';
|
|
536
536
|
export { IconResetLine } from './IconResetLine';
|
|
537
537
|
export { IconReviewScreenSolid } from './IconReviewScreenSolid';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|