@instructure/ui-icons 8.41.1-snapshot-0 → 8.41.1-snapshot-1
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 +84 -84
- 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 +84 -84
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +84 -84
- 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.41.1-snapshot-
|
|
6
|
+
## [8.41.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.41.0...v8.41.1-snapshot-1) (2023-08-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
9
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -118,174 +118,174 @@ export { IconCheckDarkLine } from './IconCheckDarkLine';
|
|
|
118
118
|
export { IconCheckDarkSolid } from './IconCheckDarkSolid';
|
|
119
119
|
export { IconCheckMarkIndeterminateLine } from './IconCheckMarkIndeterminateLine';
|
|
120
120
|
export { IconCheckMarkIndeterminateSolid } from './IconCheckMarkIndeterminateSolid';
|
|
121
|
-
export { IconCheckMarkLine } from './IconCheckMarkLine';
|
|
122
121
|
export { IconCheckMarkSolid } from './IconCheckMarkSolid';
|
|
123
|
-
export {
|
|
122
|
+
export { IconCheckMarkLine } from './IconCheckMarkLine';
|
|
124
123
|
export { IconCheckPlusSolid } from './IconCheckPlusSolid';
|
|
125
|
-
export {
|
|
124
|
+
export { IconCheckPlusLine } from './IconCheckPlusLine';
|
|
126
125
|
export { IconCheckSolid } from './IconCheckSolid';
|
|
127
|
-
export {
|
|
126
|
+
export { IconCheckLine } from './IconCheckLine';
|
|
128
127
|
export { IconCircleArrowDownSolid } from './IconCircleArrowDownSolid';
|
|
129
|
-
export {
|
|
128
|
+
export { IconCircleArrowDownLine } from './IconCircleArrowDownLine';
|
|
130
129
|
export { IconCircleArrowUpSolid } from './IconCircleArrowUpSolid';
|
|
131
|
-
export {
|
|
130
|
+
export { IconCircleArrowUpLine } from './IconCircleArrowUpLine';
|
|
132
131
|
export { IconClearTextFormattingSolid } from './IconClearTextFormattingSolid';
|
|
133
|
-
export {
|
|
132
|
+
export { IconClearTextFormattingLine } from './IconClearTextFormattingLine';
|
|
134
133
|
export { IconClockSolid } from './IconClockSolid';
|
|
135
|
-
export {
|
|
134
|
+
export { IconClockLine } from './IconClockLine';
|
|
136
135
|
export { IconClosedCaptioningOffSolid } from './IconClosedCaptioningOffSolid';
|
|
137
|
-
export {
|
|
136
|
+
export { IconClosedCaptioningOffLine } from './IconClosedCaptioningOffLine';
|
|
138
137
|
export { IconClosedCaptioningOnSolid } from './IconClosedCaptioningOnSolid';
|
|
139
|
-
export {
|
|
138
|
+
export { IconClosedCaptioningOnLine } from './IconClosedCaptioningOnLine';
|
|
140
139
|
export { IconClosedCaptioningSolid } from './IconClosedCaptioningSolid';
|
|
141
|
-
export {
|
|
140
|
+
export { IconClosedCaptioningLine } from './IconClosedCaptioningLine';
|
|
142
141
|
export { IconCloudDownloadSolid } from './IconCloudDownloadSolid';
|
|
143
|
-
export {
|
|
142
|
+
export { IconCloudDownloadLine } from './IconCloudDownloadLine';
|
|
144
143
|
export { IconCloudLockSolid } from './IconCloudLockSolid';
|
|
145
|
-
export {
|
|
144
|
+
export { IconCloudLockLine } from './IconCloudLockLine';
|
|
146
145
|
export { IconCloudUploadSolid } from './IconCloudUploadSolid';
|
|
147
|
-
export {
|
|
146
|
+
export { IconCloudUploadLine } from './IconCloudUploadLine';
|
|
148
147
|
export { IconCodeSolid } from './IconCodeSolid';
|
|
149
|
-
export {
|
|
148
|
+
export { IconCodeLine } from './IconCodeLine';
|
|
150
149
|
export { IconCollapseSolid } from './IconCollapseSolid';
|
|
151
|
-
export {
|
|
150
|
+
export { IconCollapseLine } from './IconCollapseLine';
|
|
152
151
|
export { IconCollectionSaveSolid } from './IconCollectionSaveSolid';
|
|
153
|
-
export {
|
|
152
|
+
export { IconCollectionSaveLine } from './IconCollectionSaveLine';
|
|
154
153
|
export { IconCollectionSolid } from './IconCollectionSolid';
|
|
155
|
-
export {
|
|
154
|
+
export { IconCollectionLine } from './IconCollectionLine';
|
|
156
155
|
export { IconCommentSolid } from './IconCommentSolid';
|
|
157
|
-
export {
|
|
156
|
+
export { IconCommentLine } from './IconCommentLine';
|
|
158
157
|
export { IconCommentsOffSolid } from './IconCommentsOffSolid';
|
|
159
|
-
export {
|
|
158
|
+
export { IconCommentsOffLine } from './IconCommentsOffLine';
|
|
160
159
|
export { IconCommentsOnSolid } from './IconCommentsOnSolid';
|
|
161
|
-
export {
|
|
160
|
+
export { IconCommentsOnLine } from './IconCommentsOnLine';
|
|
162
161
|
export { IconCommonsSolid } from './IconCommonsSolid';
|
|
163
|
-
export {
|
|
162
|
+
export { IconCommonsLine } from './IconCommonsLine';
|
|
164
163
|
export { IconCompassSolid } from './IconCompassSolid';
|
|
165
|
-
export {
|
|
164
|
+
export { IconCompassLine } from './IconCompassLine';
|
|
166
165
|
export { IconCompleteSolid } from './IconCompleteSolid';
|
|
167
|
-
export {
|
|
166
|
+
export { IconCompleteLine } from './IconCompleteLine';
|
|
168
167
|
export { IconComposeSolid } from './IconComposeSolid';
|
|
169
|
-
export {
|
|
168
|
+
export { IconComposeLine } from './IconComposeLine';
|
|
170
169
|
export { IconConfigureSolid } from './IconConfigureSolid';
|
|
171
|
-
export {
|
|
170
|
+
export { IconConfigureLine } from './IconConfigureLine';
|
|
172
171
|
export { IconCopyCourseSolid } from './IconCopyCourseSolid';
|
|
173
|
-
export {
|
|
172
|
+
export { IconCopyCourseLine } from './IconCopyCourseLine';
|
|
174
173
|
export { IconCopySolid } from './IconCopySolid';
|
|
175
|
-
export {
|
|
174
|
+
export { IconCopyLine } from './IconCopyLine';
|
|
176
175
|
export { IconCoursesSolid } from './IconCoursesSolid';
|
|
177
|
-
export {
|
|
176
|
+
export { IconCoursesLine } from './IconCoursesLine';
|
|
178
177
|
export { IconCropSolid } from './IconCropSolid';
|
|
179
|
-
export {
|
|
178
|
+
export { IconCropLine } from './IconCropLine';
|
|
180
179
|
export { IconDashboardSolid } from './IconDashboardSolid';
|
|
181
|
-
export {
|
|
180
|
+
export { IconDashboardLine } from './IconDashboardLine';
|
|
182
181
|
export { IconDeactivateUserSolid } from './IconDeactivateUserSolid';
|
|
183
|
-
export {
|
|
182
|
+
export { IconDeactivateUserLine } from './IconDeactivateUserLine';
|
|
184
183
|
export { IconDiscussionCheckSolid } from './IconDiscussionCheckSolid';
|
|
185
|
-
export {
|
|
184
|
+
export { IconDiscussionCheckLine } from './IconDiscussionCheckLine';
|
|
186
185
|
export { IconDiscussionNewSolid } from './IconDiscussionNewSolid';
|
|
187
|
-
export {
|
|
186
|
+
export { IconDiscussionNewLine } from './IconDiscussionNewLine';
|
|
188
187
|
export { IconDiscussionReply2Solid } from './IconDiscussionReply2Solid';
|
|
189
|
-
export {
|
|
188
|
+
export { IconDiscussionReply2Line } from './IconDiscussionReply2Line';
|
|
190
189
|
export { IconDiscussionReplyDarkSolid } from './IconDiscussionReplyDarkSolid';
|
|
191
|
-
export {
|
|
190
|
+
export { IconDiscussionReplyDarkLine } from './IconDiscussionReplyDarkLine';
|
|
192
191
|
export { IconDiscussionReplySolid } from './IconDiscussionReplySolid';
|
|
193
|
-
export {
|
|
192
|
+
export { IconDiscussionReplyLine } from './IconDiscussionReplyLine';
|
|
194
193
|
export { IconDiscussionSearchSolid } from './IconDiscussionSearchSolid';
|
|
195
|
-
export {
|
|
194
|
+
export { IconDiscussionSearchLine } from './IconDiscussionSearchLine';
|
|
196
195
|
export { IconDiscussionXSolid } from './IconDiscussionXSolid';
|
|
197
|
-
export {
|
|
196
|
+
export { IconDiscussionXLine } from './IconDiscussionXLine';
|
|
198
197
|
export { IconDiscussionSolid } from './IconDiscussionSolid';
|
|
199
|
-
export {
|
|
198
|
+
export { IconDiscussionLine } from './IconDiscussionLine';
|
|
200
199
|
export { IconDocumentSolid } from './IconDocumentSolid';
|
|
201
|
-
export {
|
|
200
|
+
export { IconDocumentLine } from './IconDocumentLine';
|
|
202
201
|
export { IconDownloadSolid } from './IconDownloadSolid';
|
|
203
|
-
export {
|
|
202
|
+
export { IconDownloadLine } from './IconDownloadLine';
|
|
204
203
|
export { IconDragHandleSolid } from './IconDragHandleSolid';
|
|
205
|
-
export {
|
|
204
|
+
export { IconDragHandleLine } from './IconDragHandleLine';
|
|
206
205
|
export { IconDropDownSolid } from './IconDropDownSolid';
|
|
207
|
-
export {
|
|
206
|
+
export { IconDropDownLine } from './IconDropDownLine';
|
|
208
207
|
export { IconDuplicateSolid } from './IconDuplicateSolid';
|
|
209
|
-
export {
|
|
208
|
+
export { IconDuplicateLine } from './IconDuplicateLine';
|
|
210
209
|
export { IconEditSolid } from './IconEditSolid';
|
|
211
|
-
export {
|
|
210
|
+
export { IconEditLine } from './IconEditLine';
|
|
212
211
|
export { IconEducatorsSolid } from './IconEducatorsSolid';
|
|
213
|
-
export {
|
|
212
|
+
export { IconEducatorsLine } from './IconEducatorsLine';
|
|
214
213
|
export { IconElevateLogoSolid } from './IconElevateLogoSolid';
|
|
215
|
-
export {
|
|
214
|
+
export { IconElevateLogoLine } from './IconElevateLogoLine';
|
|
216
215
|
export { IconEmailSolid } from './IconEmailSolid';
|
|
217
|
-
export {
|
|
216
|
+
export { IconEmailLine } from './IconEmailLine';
|
|
218
217
|
export { IconEmptySolid } from './IconEmptySolid';
|
|
219
|
-
export {
|
|
218
|
+
export { IconEmptyLine } from './IconEmptyLine';
|
|
220
219
|
export { IconEndSolid } from './IconEndSolid';
|
|
221
|
-
export {
|
|
220
|
+
export { IconEndLine } from './IconEndLine';
|
|
222
221
|
export { IconEportfolioSolid } from './IconEportfolioSolid';
|
|
223
|
-
export {
|
|
222
|
+
export { IconEportfolioLine } from './IconEportfolioLine';
|
|
224
223
|
export { IconEquationSolid } from './IconEquationSolid';
|
|
225
|
-
export {
|
|
224
|
+
export { IconEquationLine } from './IconEquationLine';
|
|
226
225
|
export { IconEquellaSolid } from './IconEquellaSolid';
|
|
227
|
-
export {
|
|
226
|
+
export { IconEquellaLine } from './IconEquellaLine';
|
|
228
227
|
export { IconEssaySolid } from './IconEssaySolid';
|
|
229
|
-
export {
|
|
228
|
+
export { IconEssayLine } from './IconEssayLine';
|
|
230
229
|
export { IconExitFullScreenSolid } from './IconExitFullScreenSolid';
|
|
231
|
-
export {
|
|
230
|
+
export { IconExitFullScreenLine } from './IconExitFullScreenLine';
|
|
232
231
|
export { IconExpandItemsSolid } from './IconExpandItemsSolid';
|
|
233
|
-
export {
|
|
232
|
+
export { IconExpandItemsLine } from './IconExpandItemsLine';
|
|
234
233
|
export { IconExpandLeftSolid } from './IconExpandLeftSolid';
|
|
235
|
-
export {
|
|
234
|
+
export { IconExpandLeftLine } from './IconExpandLeftLine';
|
|
236
235
|
export { IconExpandStartSolid } from './IconExpandStartSolid';
|
|
237
|
-
export {
|
|
236
|
+
export { IconExpandStartLine } from './IconExpandStartLine';
|
|
238
237
|
export { IconExpandSolid } from './IconExpandSolid';
|
|
239
|
-
export {
|
|
238
|
+
export { IconExpandLine } from './IconExpandLine';
|
|
240
239
|
export { IconExportContentSolid } from './IconExportContentSolid';
|
|
241
|
-
export {
|
|
240
|
+
export { IconExportContentLine } from './IconExportContentLine';
|
|
242
241
|
export { IconExportSolid } from './IconExportSolid';
|
|
243
|
-
export {
|
|
242
|
+
export { IconExportLine } from './IconExportLine';
|
|
244
243
|
export { IconExternalLinkSolid } from './IconExternalLinkSolid';
|
|
245
|
-
export {
|
|
244
|
+
export { IconExternalLinkLine } from './IconExternalLinkLine';
|
|
246
245
|
export { IconEyeSolid } from './IconEyeSolid';
|
|
247
|
-
export {
|
|
246
|
+
export { IconEyeLine } from './IconEyeLine';
|
|
248
247
|
export { IconFacebookBoxedSolid } from './IconFacebookBoxedSolid';
|
|
249
|
-
export {
|
|
248
|
+
export { IconFacebookBoxedLine } from './IconFacebookBoxedLine';
|
|
250
249
|
export { IconFacebookSolid } from './IconFacebookSolid';
|
|
251
|
-
export {
|
|
250
|
+
export { IconFacebookLine } from './IconFacebookLine';
|
|
252
251
|
export { IconFastForwardSolid } from './IconFastForwardSolid';
|
|
253
|
-
export {
|
|
252
|
+
export { IconFastForwardLine } from './IconFastForwardLine';
|
|
254
253
|
export { IconFeedbackSolid } from './IconFeedbackSolid';
|
|
255
|
-
export {
|
|
254
|
+
export { IconFeedbackLine } from './IconFeedbackLine';
|
|
256
255
|
export { IconFileLockedSolid } from './IconFileLockedSolid';
|
|
257
|
-
export {
|
|
256
|
+
export { IconFileLockedLine } from './IconFileLockedLine';
|
|
258
257
|
export { IconFilesCopyrightSolid } from './IconFilesCopyrightSolid';
|
|
259
|
-
export {
|
|
258
|
+
export { IconFilesCopyrightLine } from './IconFilesCopyrightLine';
|
|
260
259
|
export { IconFilesCreativeCommonsSolid } from './IconFilesCreativeCommonsSolid';
|
|
261
|
-
export {
|
|
260
|
+
export { IconFilesCreativeCommonsLine } from './IconFilesCreativeCommonsLine';
|
|
262
261
|
export { IconFilesFairUseSolid } from './IconFilesFairUseSolid';
|
|
263
|
-
export {
|
|
262
|
+
export { IconFilesFairUseLine } from './IconFilesFairUseLine';
|
|
264
263
|
export { IconFilesObtainedPermissionSolid } from './IconFilesObtainedPermissionSolid';
|
|
265
|
-
export {
|
|
264
|
+
export { IconFilesObtainedPermissionLine } from './IconFilesObtainedPermissionLine';
|
|
266
265
|
export { IconFilesPublicDomainSolid } from './IconFilesPublicDomainSolid';
|
|
267
|
-
export {
|
|
266
|
+
export { IconFilesPublicDomainLine } from './IconFilesPublicDomainLine';
|
|
268
267
|
export { IconFilmstripSolid } from './IconFilmstripSolid';
|
|
269
|
-
export {
|
|
268
|
+
export { IconFilmstripLine } from './IconFilmstripLine';
|
|
270
269
|
export { IconFilterSolid } from './IconFilterSolid';
|
|
271
|
-
export {
|
|
270
|
+
export { IconFilterLine } from './IconFilterLine';
|
|
272
271
|
export { IconFlagSolid } from './IconFlagSolid';
|
|
273
|
-
export {
|
|
272
|
+
export { IconFlagLine } from './IconFlagLine';
|
|
274
273
|
export { IconFolderLockedSolid } from './IconFolderLockedSolid';
|
|
275
|
-
export {
|
|
274
|
+
export { IconFolderLockedLine } from './IconFolderLockedLine';
|
|
276
275
|
export { IconFolderSolid } from './IconFolderSolid';
|
|
277
|
-
export {
|
|
276
|
+
export { IconFolderLine } from './IconFolderLine';
|
|
278
277
|
export { IconForwardSolid } from './IconForwardSolid';
|
|
279
|
-
export {
|
|
278
|
+
export { IconForwardLine } from './IconForwardLine';
|
|
280
279
|
export { IconFullScreenSolid } from './IconFullScreenSolid';
|
|
281
|
-
export {
|
|
280
|
+
export { IconFullScreenLine } from './IconFullScreenLine';
|
|
282
281
|
export { IconGithubSolid } from './IconGithubSolid';
|
|
283
|
-
export {
|
|
282
|
+
export { IconGithubLine } from './IconGithubLine';
|
|
284
283
|
export { IconGradebookExportSolid } from './IconGradebookExportSolid';
|
|
285
|
-
export {
|
|
284
|
+
export { IconGradebookExportLine } from './IconGradebookExportLine';
|
|
286
285
|
export { IconGradebookImportSolid } from './IconGradebookImportSolid';
|
|
287
|
-
export {
|
|
286
|
+
export { IconGradebookImportLine } from './IconGradebookImportLine';
|
|
288
287
|
export { IconGradebookSolid } from './IconGradebookSolid';
|
|
288
|
+
export { IconGradebookLine } from './IconGradebookLine';
|
|
289
289
|
export { IconGroupDarkNewSolid } from './IconGroupDarkNewSolid';
|
|
290
290
|
export { IconGroupDarkNewLine } from './IconGroupDarkNewLine';
|
|
291
291
|
export { IconGroupNewSolid } from './IconGroupNewSolid';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED
|
@@ -4479,174 +4479,174 @@ var _IconCheckDarkLine = require("./IconCheckDarkLine");
|
|
|
4479
4479
|
var _IconCheckDarkSolid = require("./IconCheckDarkSolid");
|
|
4480
4480
|
var _IconCheckMarkIndeterminateLine = require("./IconCheckMarkIndeterminateLine");
|
|
4481
4481
|
var _IconCheckMarkIndeterminateSolid = require("./IconCheckMarkIndeterminateSolid");
|
|
4482
|
-
var _IconCheckMarkLine = require("./IconCheckMarkLine");
|
|
4483
4482
|
var _IconCheckMarkSolid = require("./IconCheckMarkSolid");
|
|
4484
|
-
var
|
|
4483
|
+
var _IconCheckMarkLine = require("./IconCheckMarkLine");
|
|
4485
4484
|
var _IconCheckPlusSolid = require("./IconCheckPlusSolid");
|
|
4486
|
-
var
|
|
4485
|
+
var _IconCheckPlusLine = require("./IconCheckPlusLine");
|
|
4487
4486
|
var _IconCheckSolid = require("./IconCheckSolid");
|
|
4488
|
-
var
|
|
4487
|
+
var _IconCheckLine = require("./IconCheckLine");
|
|
4489
4488
|
var _IconCircleArrowDownSolid = require("./IconCircleArrowDownSolid");
|
|
4490
|
-
var
|
|
4489
|
+
var _IconCircleArrowDownLine = require("./IconCircleArrowDownLine");
|
|
4491
4490
|
var _IconCircleArrowUpSolid = require("./IconCircleArrowUpSolid");
|
|
4492
|
-
var
|
|
4491
|
+
var _IconCircleArrowUpLine = require("./IconCircleArrowUpLine");
|
|
4493
4492
|
var _IconClearTextFormattingSolid = require("./IconClearTextFormattingSolid");
|
|
4494
|
-
var
|
|
4493
|
+
var _IconClearTextFormattingLine = require("./IconClearTextFormattingLine");
|
|
4495
4494
|
var _IconClockSolid = require("./IconClockSolid");
|
|
4496
|
-
var
|
|
4495
|
+
var _IconClockLine = require("./IconClockLine");
|
|
4497
4496
|
var _IconClosedCaptioningOffSolid = require("./IconClosedCaptioningOffSolid");
|
|
4498
|
-
var
|
|
4497
|
+
var _IconClosedCaptioningOffLine = require("./IconClosedCaptioningOffLine");
|
|
4499
4498
|
var _IconClosedCaptioningOnSolid = require("./IconClosedCaptioningOnSolid");
|
|
4500
|
-
var
|
|
4499
|
+
var _IconClosedCaptioningOnLine = require("./IconClosedCaptioningOnLine");
|
|
4501
4500
|
var _IconClosedCaptioningSolid = require("./IconClosedCaptioningSolid");
|
|
4502
|
-
var
|
|
4501
|
+
var _IconClosedCaptioningLine = require("./IconClosedCaptioningLine");
|
|
4503
4502
|
var _IconCloudDownloadSolid = require("./IconCloudDownloadSolid");
|
|
4504
|
-
var
|
|
4503
|
+
var _IconCloudDownloadLine = require("./IconCloudDownloadLine");
|
|
4505
4504
|
var _IconCloudLockSolid = require("./IconCloudLockSolid");
|
|
4506
|
-
var
|
|
4505
|
+
var _IconCloudLockLine = require("./IconCloudLockLine");
|
|
4507
4506
|
var _IconCloudUploadSolid = require("./IconCloudUploadSolid");
|
|
4508
|
-
var
|
|
4507
|
+
var _IconCloudUploadLine = require("./IconCloudUploadLine");
|
|
4509
4508
|
var _IconCodeSolid = require("./IconCodeSolid");
|
|
4510
|
-
var
|
|
4509
|
+
var _IconCodeLine = require("./IconCodeLine");
|
|
4511
4510
|
var _IconCollapseSolid = require("./IconCollapseSolid");
|
|
4512
|
-
var
|
|
4511
|
+
var _IconCollapseLine = require("./IconCollapseLine");
|
|
4513
4512
|
var _IconCollectionSaveSolid = require("./IconCollectionSaveSolid");
|
|
4514
|
-
var
|
|
4513
|
+
var _IconCollectionSaveLine = require("./IconCollectionSaveLine");
|
|
4515
4514
|
var _IconCollectionSolid = require("./IconCollectionSolid");
|
|
4516
|
-
var
|
|
4515
|
+
var _IconCollectionLine = require("./IconCollectionLine");
|
|
4517
4516
|
var _IconCommentSolid = require("./IconCommentSolid");
|
|
4518
|
-
var
|
|
4517
|
+
var _IconCommentLine = require("./IconCommentLine");
|
|
4519
4518
|
var _IconCommentsOffSolid = require("./IconCommentsOffSolid");
|
|
4520
|
-
var
|
|
4519
|
+
var _IconCommentsOffLine = require("./IconCommentsOffLine");
|
|
4521
4520
|
var _IconCommentsOnSolid = require("./IconCommentsOnSolid");
|
|
4522
|
-
var
|
|
4521
|
+
var _IconCommentsOnLine = require("./IconCommentsOnLine");
|
|
4523
4522
|
var _IconCommonsSolid = require("./IconCommonsSolid");
|
|
4524
|
-
var
|
|
4523
|
+
var _IconCommonsLine = require("./IconCommonsLine");
|
|
4525
4524
|
var _IconCompassSolid = require("./IconCompassSolid");
|
|
4526
|
-
var
|
|
4525
|
+
var _IconCompassLine = require("./IconCompassLine");
|
|
4527
4526
|
var _IconCompleteSolid = require("./IconCompleteSolid");
|
|
4528
|
-
var
|
|
4527
|
+
var _IconCompleteLine = require("./IconCompleteLine");
|
|
4529
4528
|
var _IconComposeSolid = require("./IconComposeSolid");
|
|
4530
|
-
var
|
|
4529
|
+
var _IconComposeLine = require("./IconComposeLine");
|
|
4531
4530
|
var _IconConfigureSolid = require("./IconConfigureSolid");
|
|
4532
|
-
var
|
|
4531
|
+
var _IconConfigureLine = require("./IconConfigureLine");
|
|
4533
4532
|
var _IconCopyCourseSolid = require("./IconCopyCourseSolid");
|
|
4534
|
-
var
|
|
4533
|
+
var _IconCopyCourseLine = require("./IconCopyCourseLine");
|
|
4535
4534
|
var _IconCopySolid = require("./IconCopySolid");
|
|
4536
|
-
var
|
|
4535
|
+
var _IconCopyLine = require("./IconCopyLine");
|
|
4537
4536
|
var _IconCoursesSolid = require("./IconCoursesSolid");
|
|
4538
|
-
var
|
|
4537
|
+
var _IconCoursesLine = require("./IconCoursesLine");
|
|
4539
4538
|
var _IconCropSolid = require("./IconCropSolid");
|
|
4540
|
-
var
|
|
4539
|
+
var _IconCropLine = require("./IconCropLine");
|
|
4541
4540
|
var _IconDashboardSolid = require("./IconDashboardSolid");
|
|
4542
|
-
var
|
|
4541
|
+
var _IconDashboardLine = require("./IconDashboardLine");
|
|
4543
4542
|
var _IconDeactivateUserSolid = require("./IconDeactivateUserSolid");
|
|
4544
|
-
var
|
|
4543
|
+
var _IconDeactivateUserLine = require("./IconDeactivateUserLine");
|
|
4545
4544
|
var _IconDiscussionCheckSolid = require("./IconDiscussionCheckSolid");
|
|
4546
|
-
var
|
|
4545
|
+
var _IconDiscussionCheckLine = require("./IconDiscussionCheckLine");
|
|
4547
4546
|
var _IconDiscussionNewSolid = require("./IconDiscussionNewSolid");
|
|
4548
|
-
var
|
|
4547
|
+
var _IconDiscussionNewLine = require("./IconDiscussionNewLine");
|
|
4549
4548
|
var _IconDiscussionReply2Solid = require("./IconDiscussionReply2Solid");
|
|
4550
|
-
var
|
|
4549
|
+
var _IconDiscussionReply2Line = require("./IconDiscussionReply2Line");
|
|
4551
4550
|
var _IconDiscussionReplyDarkSolid = require("./IconDiscussionReplyDarkSolid");
|
|
4552
|
-
var
|
|
4551
|
+
var _IconDiscussionReplyDarkLine = require("./IconDiscussionReplyDarkLine");
|
|
4553
4552
|
var _IconDiscussionReplySolid = require("./IconDiscussionReplySolid");
|
|
4554
|
-
var
|
|
4553
|
+
var _IconDiscussionReplyLine = require("./IconDiscussionReplyLine");
|
|
4555
4554
|
var _IconDiscussionSearchSolid = require("./IconDiscussionSearchSolid");
|
|
4556
|
-
var
|
|
4555
|
+
var _IconDiscussionSearchLine = require("./IconDiscussionSearchLine");
|
|
4557
4556
|
var _IconDiscussionXSolid = require("./IconDiscussionXSolid");
|
|
4558
|
-
var
|
|
4557
|
+
var _IconDiscussionXLine = require("./IconDiscussionXLine");
|
|
4559
4558
|
var _IconDiscussionSolid = require("./IconDiscussionSolid");
|
|
4560
|
-
var
|
|
4559
|
+
var _IconDiscussionLine = require("./IconDiscussionLine");
|
|
4561
4560
|
var _IconDocumentSolid = require("./IconDocumentSolid");
|
|
4562
|
-
var
|
|
4561
|
+
var _IconDocumentLine = require("./IconDocumentLine");
|
|
4563
4562
|
var _IconDownloadSolid = require("./IconDownloadSolid");
|
|
4564
|
-
var
|
|
4563
|
+
var _IconDownloadLine = require("./IconDownloadLine");
|
|
4565
4564
|
var _IconDragHandleSolid = require("./IconDragHandleSolid");
|
|
4566
|
-
var
|
|
4565
|
+
var _IconDragHandleLine = require("./IconDragHandleLine");
|
|
4567
4566
|
var _IconDropDownSolid = require("./IconDropDownSolid");
|
|
4568
|
-
var
|
|
4567
|
+
var _IconDropDownLine = require("./IconDropDownLine");
|
|
4569
4568
|
var _IconDuplicateSolid = require("./IconDuplicateSolid");
|
|
4570
|
-
var
|
|
4569
|
+
var _IconDuplicateLine = require("./IconDuplicateLine");
|
|
4571
4570
|
var _IconEditSolid = require("./IconEditSolid");
|
|
4572
|
-
var
|
|
4571
|
+
var _IconEditLine = require("./IconEditLine");
|
|
4573
4572
|
var _IconEducatorsSolid = require("./IconEducatorsSolid");
|
|
4574
|
-
var
|
|
4573
|
+
var _IconEducatorsLine = require("./IconEducatorsLine");
|
|
4575
4574
|
var _IconElevateLogoSolid = require("./IconElevateLogoSolid");
|
|
4576
|
-
var
|
|
4575
|
+
var _IconElevateLogoLine = require("./IconElevateLogoLine");
|
|
4577
4576
|
var _IconEmailSolid = require("./IconEmailSolid");
|
|
4578
|
-
var
|
|
4577
|
+
var _IconEmailLine = require("./IconEmailLine");
|
|
4579
4578
|
var _IconEmptySolid = require("./IconEmptySolid");
|
|
4580
|
-
var
|
|
4579
|
+
var _IconEmptyLine = require("./IconEmptyLine");
|
|
4581
4580
|
var _IconEndSolid = require("./IconEndSolid");
|
|
4582
|
-
var
|
|
4581
|
+
var _IconEndLine = require("./IconEndLine");
|
|
4583
4582
|
var _IconEportfolioSolid = require("./IconEportfolioSolid");
|
|
4584
|
-
var
|
|
4583
|
+
var _IconEportfolioLine = require("./IconEportfolioLine");
|
|
4585
4584
|
var _IconEquationSolid = require("./IconEquationSolid");
|
|
4586
|
-
var
|
|
4585
|
+
var _IconEquationLine = require("./IconEquationLine");
|
|
4587
4586
|
var _IconEquellaSolid = require("./IconEquellaSolid");
|
|
4588
|
-
var
|
|
4587
|
+
var _IconEquellaLine = require("./IconEquellaLine");
|
|
4589
4588
|
var _IconEssaySolid = require("./IconEssaySolid");
|
|
4590
|
-
var
|
|
4589
|
+
var _IconEssayLine = require("./IconEssayLine");
|
|
4591
4590
|
var _IconExitFullScreenSolid = require("./IconExitFullScreenSolid");
|
|
4592
|
-
var
|
|
4591
|
+
var _IconExitFullScreenLine = require("./IconExitFullScreenLine");
|
|
4593
4592
|
var _IconExpandItemsSolid = require("./IconExpandItemsSolid");
|
|
4594
|
-
var
|
|
4593
|
+
var _IconExpandItemsLine = require("./IconExpandItemsLine");
|
|
4595
4594
|
var _IconExpandLeftSolid = require("./IconExpandLeftSolid");
|
|
4596
|
-
var
|
|
4595
|
+
var _IconExpandLeftLine = require("./IconExpandLeftLine");
|
|
4597
4596
|
var _IconExpandStartSolid = require("./IconExpandStartSolid");
|
|
4598
|
-
var
|
|
4597
|
+
var _IconExpandStartLine = require("./IconExpandStartLine");
|
|
4599
4598
|
var _IconExpandSolid = require("./IconExpandSolid");
|
|
4600
|
-
var
|
|
4599
|
+
var _IconExpandLine = require("./IconExpandLine");
|
|
4601
4600
|
var _IconExportContentSolid = require("./IconExportContentSolid");
|
|
4602
|
-
var
|
|
4601
|
+
var _IconExportContentLine = require("./IconExportContentLine");
|
|
4603
4602
|
var _IconExportSolid = require("./IconExportSolid");
|
|
4604
|
-
var
|
|
4603
|
+
var _IconExportLine = require("./IconExportLine");
|
|
4605
4604
|
var _IconExternalLinkSolid = require("./IconExternalLinkSolid");
|
|
4606
|
-
var
|
|
4605
|
+
var _IconExternalLinkLine = require("./IconExternalLinkLine");
|
|
4607
4606
|
var _IconEyeSolid = require("./IconEyeSolid");
|
|
4608
|
-
var
|
|
4607
|
+
var _IconEyeLine = require("./IconEyeLine");
|
|
4609
4608
|
var _IconFacebookBoxedSolid = require("./IconFacebookBoxedSolid");
|
|
4610
|
-
var
|
|
4609
|
+
var _IconFacebookBoxedLine = require("./IconFacebookBoxedLine");
|
|
4611
4610
|
var _IconFacebookSolid = require("./IconFacebookSolid");
|
|
4612
|
-
var
|
|
4611
|
+
var _IconFacebookLine = require("./IconFacebookLine");
|
|
4613
4612
|
var _IconFastForwardSolid = require("./IconFastForwardSolid");
|
|
4614
|
-
var
|
|
4613
|
+
var _IconFastForwardLine = require("./IconFastForwardLine");
|
|
4615
4614
|
var _IconFeedbackSolid = require("./IconFeedbackSolid");
|
|
4616
|
-
var
|
|
4615
|
+
var _IconFeedbackLine = require("./IconFeedbackLine");
|
|
4617
4616
|
var _IconFileLockedSolid = require("./IconFileLockedSolid");
|
|
4618
|
-
var
|
|
4617
|
+
var _IconFileLockedLine = require("./IconFileLockedLine");
|
|
4619
4618
|
var _IconFilesCopyrightSolid = require("./IconFilesCopyrightSolid");
|
|
4620
|
-
var
|
|
4619
|
+
var _IconFilesCopyrightLine = require("./IconFilesCopyrightLine");
|
|
4621
4620
|
var _IconFilesCreativeCommonsSolid = require("./IconFilesCreativeCommonsSolid");
|
|
4622
|
-
var
|
|
4621
|
+
var _IconFilesCreativeCommonsLine = require("./IconFilesCreativeCommonsLine");
|
|
4623
4622
|
var _IconFilesFairUseSolid = require("./IconFilesFairUseSolid");
|
|
4624
|
-
var
|
|
4623
|
+
var _IconFilesFairUseLine = require("./IconFilesFairUseLine");
|
|
4625
4624
|
var _IconFilesObtainedPermissionSolid = require("./IconFilesObtainedPermissionSolid");
|
|
4626
|
-
var
|
|
4625
|
+
var _IconFilesObtainedPermissionLine = require("./IconFilesObtainedPermissionLine");
|
|
4627
4626
|
var _IconFilesPublicDomainSolid = require("./IconFilesPublicDomainSolid");
|
|
4628
|
-
var
|
|
4627
|
+
var _IconFilesPublicDomainLine = require("./IconFilesPublicDomainLine");
|
|
4629
4628
|
var _IconFilmstripSolid = require("./IconFilmstripSolid");
|
|
4630
|
-
var
|
|
4629
|
+
var _IconFilmstripLine = require("./IconFilmstripLine");
|
|
4631
4630
|
var _IconFilterSolid = require("./IconFilterSolid");
|
|
4632
|
-
var
|
|
4631
|
+
var _IconFilterLine = require("./IconFilterLine");
|
|
4633
4632
|
var _IconFlagSolid = require("./IconFlagSolid");
|
|
4634
|
-
var
|
|
4633
|
+
var _IconFlagLine = require("./IconFlagLine");
|
|
4635
4634
|
var _IconFolderLockedSolid = require("./IconFolderLockedSolid");
|
|
4636
|
-
var
|
|
4635
|
+
var _IconFolderLockedLine = require("./IconFolderLockedLine");
|
|
4637
4636
|
var _IconFolderSolid = require("./IconFolderSolid");
|
|
4638
|
-
var
|
|
4637
|
+
var _IconFolderLine = require("./IconFolderLine");
|
|
4639
4638
|
var _IconForwardSolid = require("./IconForwardSolid");
|
|
4640
|
-
var
|
|
4639
|
+
var _IconForwardLine = require("./IconForwardLine");
|
|
4641
4640
|
var _IconFullScreenSolid = require("./IconFullScreenSolid");
|
|
4642
|
-
var
|
|
4641
|
+
var _IconFullScreenLine = require("./IconFullScreenLine");
|
|
4643
4642
|
var _IconGithubSolid = require("./IconGithubSolid");
|
|
4644
|
-
var
|
|
4643
|
+
var _IconGithubLine = require("./IconGithubLine");
|
|
4645
4644
|
var _IconGradebookExportSolid = require("./IconGradebookExportSolid");
|
|
4646
|
-
var
|
|
4645
|
+
var _IconGradebookExportLine = require("./IconGradebookExportLine");
|
|
4647
4646
|
var _IconGradebookImportSolid = require("./IconGradebookImportSolid");
|
|
4648
|
-
var
|
|
4647
|
+
var _IconGradebookImportLine = require("./IconGradebookImportLine");
|
|
4649
4648
|
var _IconGradebookSolid = require("./IconGradebookSolid");
|
|
4649
|
+
var _IconGradebookLine = require("./IconGradebookLine");
|
|
4650
4650
|
var _IconGroupDarkNewSolid = require("./IconGroupDarkNewSolid");
|
|
4651
4651
|
var _IconGroupDarkNewLine = require("./IconGroupDarkNewLine");
|
|
4652
4652
|
var _IconGroupNewSolid = require("./IconGroupNewSolid");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-icons",
|
|
3
|
-
"version": "8.41.1-snapshot-
|
|
3
|
+
"version": "8.41.1-snapshot-1",
|
|
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.41.1-snapshot-
|
|
26
|
-
"@instructure/ui-icons-build": "8.41.1-snapshot-
|
|
25
|
+
"@instructure/ui-babel-preset": "8.41.1-snapshot-1",
|
|
26
|
+
"@instructure/ui-icons-build": "8.41.1-snapshot-1",
|
|
27
27
|
"gulp": "^4.0.2"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.22.6",
|
|
31
|
-
"@instructure/ui-svg-images": "8.41.1-snapshot-
|
|
31
|
+
"@instructure/ui-svg-images": "8.41.1-snapshot-1",
|
|
32
32
|
"prop-types": "^15.8.1"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|