@instructure/ui-icons 8.23.1-snapshot.7 → 8.24.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 +4 -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 +126 -126
- 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 +127 -127
- package/package.json +5 -6
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +126 -126
- package/types/index.d.ts.map +1 -1
- package/LICENSE.md +0 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.24.0](https://github.com/instructure/instructure-ui/compare/v8.23.0...v8.24.0) (2022-04-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui-icons
|
|
9
|
+
|
|
6
10
|
# [8.23.0](https://github.com/instructure/instructure-ui/compare/v8.22.0...v8.23.0) (2022-04-07)
|
|
7
11
|
|
|
8
12
|
**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
|
@@ -1,255 +1,255 @@
|
|
|
1
|
-
export { IconArcSolid } from './IconArcSolid';
|
|
2
1
|
export { IconArcLine } from './IconArcLine';
|
|
3
|
-
export {
|
|
2
|
+
export { IconArcSolid } from './IconArcSolid';
|
|
4
3
|
export { IconA11yLine } from './IconA11yLine';
|
|
5
|
-
export {
|
|
4
|
+
export { IconA11ySolid } from './IconA11ySolid';
|
|
6
5
|
export { IconAddFolderLine } from './IconAddFolderLine';
|
|
7
|
-
export {
|
|
6
|
+
export { IconAddFolderSolid } from './IconAddFolderSolid';
|
|
8
7
|
export { IconAddMediaLine } from './IconAddMediaLine';
|
|
9
|
-
export {
|
|
8
|
+
export { IconAddMediaSolid } from './IconAddMediaSolid';
|
|
10
9
|
export { IconAddLine } from './IconAddLine';
|
|
11
|
-
export {
|
|
10
|
+
export { IconAddSolid } from './IconAddSolid';
|
|
12
11
|
export { IconAddressBookLine } from './IconAddressBookLine';
|
|
13
|
-
export {
|
|
12
|
+
export { IconAddressBookSolid } from './IconAddressBookSolid';
|
|
14
13
|
export { IconAdminToolsLine } from './IconAdminToolsLine';
|
|
15
|
-
export {
|
|
14
|
+
export { IconAdminToolsSolid } from './IconAdminToolsSolid';
|
|
16
15
|
export { IconAdminLine } from './IconAdminLine';
|
|
17
|
-
export {
|
|
16
|
+
export { IconAdminSolid } from './IconAdminSolid';
|
|
18
17
|
export { IconAlertsLine } from './IconAlertsLine';
|
|
19
|
-
export {
|
|
18
|
+
export { IconAlertsSolid } from './IconAlertsSolid';
|
|
20
19
|
export { IconAnalyticsLine } from './IconAnalyticsLine';
|
|
21
|
-
export {
|
|
20
|
+
export { IconAnalyticsSolid } from './IconAnalyticsSolid';
|
|
22
21
|
export { IconAndroidLine } from './IconAndroidLine';
|
|
23
|
-
export {
|
|
22
|
+
export { IconAndroidSolid } from './IconAndroidSolid';
|
|
24
23
|
export { IconAnnotateLine } from './IconAnnotateLine';
|
|
25
|
-
export {
|
|
24
|
+
export { IconAnnotateSolid } from './IconAnnotateSolid';
|
|
26
25
|
export { IconAnnouncementLine } from './IconAnnouncementLine';
|
|
27
|
-
export {
|
|
26
|
+
export { IconAnnouncementSolid } from './IconAnnouncementSolid';
|
|
28
27
|
export { IconAppleLine } from './IconAppleLine';
|
|
29
|
-
export {
|
|
28
|
+
export { IconAppleSolid } from './IconAppleSolid';
|
|
30
29
|
export { IconArchiveLine } from './IconArchiveLine';
|
|
31
|
-
export {
|
|
30
|
+
export { IconArchiveSolid } from './IconArchiveSolid';
|
|
32
31
|
export { IconArrowDoubleEndLine } from './IconArrowDoubleEndLine';
|
|
33
|
-
export {
|
|
32
|
+
export { IconArrowDoubleEndSolid } from './IconArrowDoubleEndSolid';
|
|
34
33
|
export { IconArrowDoubleStartLine } from './IconArrowDoubleStartLine';
|
|
35
|
-
export {
|
|
34
|
+
export { IconArrowDoubleStartSolid } from './IconArrowDoubleStartSolid';
|
|
36
35
|
export { IconArrowDownLine } from './IconArrowDownLine';
|
|
37
|
-
export {
|
|
36
|
+
export { IconArrowDownSolid } from './IconArrowDownSolid';
|
|
38
37
|
export { IconArrowEndLine } from './IconArrowEndLine';
|
|
39
|
-
export {
|
|
38
|
+
export { IconArrowEndSolid } from './IconArrowEndSolid';
|
|
40
39
|
export { IconArrowLeftLine } from './IconArrowLeftLine';
|
|
41
|
-
export {
|
|
40
|
+
export { IconArrowLeftSolid } from './IconArrowLeftSolid';
|
|
42
41
|
export { IconArrowOpenDownLine } from './IconArrowOpenDownLine';
|
|
43
|
-
export {
|
|
42
|
+
export { IconArrowOpenDownSolid } from './IconArrowOpenDownSolid';
|
|
44
43
|
export { IconArrowOpenEndLine } from './IconArrowOpenEndLine';
|
|
45
|
-
export {
|
|
44
|
+
export { IconArrowOpenEndSolid } from './IconArrowOpenEndSolid';
|
|
46
45
|
export { IconArrowOpenLeftLine } from './IconArrowOpenLeftLine';
|
|
47
|
-
export {
|
|
46
|
+
export { IconArrowOpenLeftSolid } from './IconArrowOpenLeftSolid';
|
|
48
47
|
export { IconArrowOpenRightLine } from './IconArrowOpenRightLine';
|
|
49
|
-
export {
|
|
48
|
+
export { IconArrowOpenRightSolid } from './IconArrowOpenRightSolid';
|
|
50
49
|
export { IconArrowOpenStartLine } from './IconArrowOpenStartLine';
|
|
51
|
-
export {
|
|
50
|
+
export { IconArrowOpenStartSolid } from './IconArrowOpenStartSolid';
|
|
52
51
|
export { IconArrowOpenUpLine } from './IconArrowOpenUpLine';
|
|
53
|
-
export {
|
|
52
|
+
export { IconArrowOpenUpSolid } from './IconArrowOpenUpSolid';
|
|
54
53
|
export { IconArrowRightLine } from './IconArrowRightLine';
|
|
55
|
-
export {
|
|
54
|
+
export { IconArrowRightSolid } from './IconArrowRightSolid';
|
|
56
55
|
export { IconArrowStartLine } from './IconArrowStartLine';
|
|
57
|
-
export {
|
|
56
|
+
export { IconArrowStartSolid } from './IconArrowStartSolid';
|
|
58
57
|
export { IconArrowUpLine } from './IconArrowUpLine';
|
|
59
|
-
export {
|
|
58
|
+
export { IconArrowUpSolid } from './IconArrowUpSolid';
|
|
60
59
|
export { IconAssignmentLine } from './IconAssignmentLine';
|
|
61
|
-
export {
|
|
60
|
+
export { IconAssignmentSolid } from './IconAssignmentSolid';
|
|
62
61
|
export { IconAttachMediaLine } from './IconAttachMediaLine';
|
|
63
|
-
export {
|
|
62
|
+
export { IconAttachMediaSolid } from './IconAttachMediaSolid';
|
|
64
63
|
export { IconAudioOffLine } from './IconAudioOffLine';
|
|
65
|
-
export {
|
|
64
|
+
export { IconAudioOffSolid } from './IconAudioOffSolid';
|
|
66
65
|
export { IconAudioLine } from './IconAudioLine';
|
|
67
|
-
export {
|
|
66
|
+
export { IconAudioSolid } from './IconAudioSolid';
|
|
68
67
|
export { IconBankLine } from './IconBankLine';
|
|
69
|
-
export {
|
|
68
|
+
export { IconBankSolid } from './IconBankSolid';
|
|
70
69
|
export { IconBlueprintLockLine } from './IconBlueprintLockLine';
|
|
71
|
-
export {
|
|
70
|
+
export { IconBlueprintLockSolid } from './IconBlueprintLockSolid';
|
|
72
71
|
export { IconBlueprintLine } from './IconBlueprintLine';
|
|
73
|
-
export {
|
|
72
|
+
export { IconBlueprintSolid } from './IconBlueprintSolid';
|
|
74
73
|
export { IconBoldLine } from './IconBoldLine';
|
|
75
|
-
export {
|
|
74
|
+
export { IconBoldSolid } from './IconBoldSolid';
|
|
76
75
|
export { IconBookmarkLine } from './IconBookmarkLine';
|
|
77
|
-
export {
|
|
76
|
+
export { IconBookmarkSolid } from './IconBookmarkSolid';
|
|
78
77
|
export { IconBoxLine } from './IconBoxLine';
|
|
79
|
-
export {
|
|
78
|
+
export { IconBoxSolid } from './IconBoxSolid';
|
|
80
79
|
export { IconBulletListAlphaLine } from './IconBulletListAlphaLine';
|
|
81
|
-
export {
|
|
80
|
+
export { IconBulletListAlphaSolid } from './IconBulletListAlphaSolid';
|
|
82
81
|
export { IconBulletListCircleOutlineLine } from './IconBulletListCircleOutlineLine';
|
|
83
|
-
export {
|
|
82
|
+
export { IconBulletListCircleOutlineSolid } from './IconBulletListCircleOutlineSolid';
|
|
84
83
|
export { IconBulletListRomanLine } from './IconBulletListRomanLine';
|
|
85
|
-
export {
|
|
84
|
+
export { IconBulletListRomanSolid } from './IconBulletListRomanSolid';
|
|
86
85
|
export { IconBulletListSquareLine } from './IconBulletListSquareLine';
|
|
87
|
-
export {
|
|
86
|
+
export { IconBulletListSquareSolid } from './IconBulletListSquareSolid';
|
|
88
87
|
export { IconBulletListLine } from './IconBulletListLine';
|
|
89
|
-
export {
|
|
88
|
+
export { IconBulletListSolid } from './IconBulletListSolid';
|
|
90
89
|
export { IconButtonAndIconMakerLine } from './IconButtonAndIconMakerLine';
|
|
91
|
-
export {
|
|
90
|
+
export { IconButtonAndIconMakerSolid } from './IconButtonAndIconMakerSolid';
|
|
92
91
|
export { IconCalculatorDesmosLine } from './IconCalculatorDesmosLine';
|
|
93
|
-
export {
|
|
92
|
+
export { IconCalculatorDesmosSolid } from './IconCalculatorDesmosSolid';
|
|
94
93
|
export { IconCalculatorLine } from './IconCalculatorLine';
|
|
95
|
-
export {
|
|
94
|
+
export { IconCalculatorSolid } from './IconCalculatorSolid';
|
|
96
95
|
export { IconCalendarAddLine } from './IconCalendarAddLine';
|
|
97
|
-
export {
|
|
96
|
+
export { IconCalendarAddSolid } from './IconCalendarAddSolid';
|
|
98
97
|
export { IconCalendarClockLine } from './IconCalendarClockLine';
|
|
99
|
-
export {
|
|
98
|
+
export { IconCalendarClockSolid } from './IconCalendarClockSolid';
|
|
100
99
|
export { IconCalendarDayLine } from './IconCalendarDayLine';
|
|
101
|
-
export {
|
|
100
|
+
export { IconCalendarDaySolid } from './IconCalendarDaySolid';
|
|
102
101
|
export { IconCalendarDaysLine } from './IconCalendarDaysLine';
|
|
103
|
-
export {
|
|
102
|
+
export { IconCalendarDaysSolid } from './IconCalendarDaysSolid';
|
|
104
103
|
export { IconCalendarMonthLine } from './IconCalendarMonthLine';
|
|
105
|
-
export {
|
|
104
|
+
export { IconCalendarMonthSolid } from './IconCalendarMonthSolid';
|
|
106
105
|
export { IconCalendarReservedLine } from './IconCalendarReservedLine';
|
|
107
|
-
export {
|
|
106
|
+
export { IconCalendarReservedSolid } from './IconCalendarReservedSolid';
|
|
108
107
|
export { IconCanvasLogoLine } from './IconCanvasLogoLine';
|
|
109
|
-
export {
|
|
108
|
+
export { IconCanvasLogoSolid } from './IconCanvasLogoSolid';
|
|
110
109
|
export { IconCertifiedLine } from './IconCertifiedLine';
|
|
111
|
-
export {
|
|
110
|
+
export { IconCertifiedSolid } from './IconCertifiedSolid';
|
|
112
111
|
export { IconChatLine } from './IconChatLine';
|
|
113
|
-
export {
|
|
112
|
+
export { IconChatSolid } from './IconChatSolid';
|
|
114
113
|
export { IconCheckDarkLine } from './IconCheckDarkLine';
|
|
115
|
-
export {
|
|
114
|
+
export { IconCheckDarkSolid } from './IconCheckDarkSolid';
|
|
116
115
|
export { IconCheckMarkIndeterminateLine } from './IconCheckMarkIndeterminateLine';
|
|
117
|
-
export {
|
|
116
|
+
export { IconCheckMarkIndeterminateSolid } from './IconCheckMarkIndeterminateSolid';
|
|
118
117
|
export { IconCheckMarkLine } from './IconCheckMarkLine';
|
|
119
|
-
export {
|
|
118
|
+
export { IconCheckMarkSolid } from './IconCheckMarkSolid';
|
|
120
119
|
export { IconCheckPlusLine } from './IconCheckPlusLine';
|
|
121
|
-
export {
|
|
120
|
+
export { IconCheckPlusSolid } from './IconCheckPlusSolid';
|
|
122
121
|
export { IconCheckLine } from './IconCheckLine';
|
|
123
|
-
export {
|
|
122
|
+
export { IconCheckSolid } from './IconCheckSolid';
|
|
124
123
|
export { IconCircleArrowDownLine } from './IconCircleArrowDownLine';
|
|
125
|
-
export {
|
|
124
|
+
export { IconCircleArrowDownSolid } from './IconCircleArrowDownSolid';
|
|
126
125
|
export { IconCircleArrowUpLine } from './IconCircleArrowUpLine';
|
|
127
|
-
export {
|
|
126
|
+
export { IconCircleArrowUpSolid } from './IconCircleArrowUpSolid';
|
|
128
127
|
export { IconClearTextFormattingLine } from './IconClearTextFormattingLine';
|
|
129
|
-
export {
|
|
128
|
+
export { IconClearTextFormattingSolid } from './IconClearTextFormattingSolid';
|
|
130
129
|
export { IconClockLine } from './IconClockLine';
|
|
131
|
-
export {
|
|
130
|
+
export { IconClockSolid } from './IconClockSolid';
|
|
132
131
|
export { IconClosedCaptioningOffLine } from './IconClosedCaptioningOffLine';
|
|
133
|
-
export {
|
|
132
|
+
export { IconClosedCaptioningOffSolid } from './IconClosedCaptioningOffSolid';
|
|
134
133
|
export { IconClosedCaptioningOnLine } from './IconClosedCaptioningOnLine';
|
|
135
|
-
export {
|
|
134
|
+
export { IconClosedCaptioningOnSolid } from './IconClosedCaptioningOnSolid';
|
|
136
135
|
export { IconClosedCaptioningLine } from './IconClosedCaptioningLine';
|
|
137
|
-
export {
|
|
136
|
+
export { IconClosedCaptioningSolid } from './IconClosedCaptioningSolid';
|
|
138
137
|
export { IconCloudDownloadLine } from './IconCloudDownloadLine';
|
|
139
|
-
export {
|
|
138
|
+
export { IconCloudDownloadSolid } from './IconCloudDownloadSolid';
|
|
140
139
|
export { IconCloudLockLine } from './IconCloudLockLine';
|
|
141
|
-
export {
|
|
140
|
+
export { IconCloudLockSolid } from './IconCloudLockSolid';
|
|
142
141
|
export { IconCloudUploadLine } from './IconCloudUploadLine';
|
|
143
|
-
export {
|
|
142
|
+
export { IconCloudUploadSolid } from './IconCloudUploadSolid';
|
|
144
143
|
export { IconCodeLine } from './IconCodeLine';
|
|
145
|
-
export {
|
|
144
|
+
export { IconCodeSolid } from './IconCodeSolid';
|
|
146
145
|
export { IconCollapseLine } from './IconCollapseLine';
|
|
147
|
-
export {
|
|
146
|
+
export { IconCollapseSolid } from './IconCollapseSolid';
|
|
148
147
|
export { IconCollectionSaveLine } from './IconCollectionSaveLine';
|
|
149
|
-
export {
|
|
148
|
+
export { IconCollectionSaveSolid } from './IconCollectionSaveSolid';
|
|
150
149
|
export { IconCollectionLine } from './IconCollectionLine';
|
|
151
|
-
export {
|
|
150
|
+
export { IconCollectionSolid } from './IconCollectionSolid';
|
|
152
151
|
export { IconCommentLine } from './IconCommentLine';
|
|
153
|
-
export {
|
|
152
|
+
export { IconCommentSolid } from './IconCommentSolid';
|
|
154
153
|
export { IconCommentsOffLine } from './IconCommentsOffLine';
|
|
155
|
-
export {
|
|
154
|
+
export { IconCommentsOffSolid } from './IconCommentsOffSolid';
|
|
156
155
|
export { IconCommentsOnLine } from './IconCommentsOnLine';
|
|
157
|
-
export {
|
|
156
|
+
export { IconCommentsOnSolid } from './IconCommentsOnSolid';
|
|
158
157
|
export { IconCommonsLine } from './IconCommonsLine';
|
|
159
|
-
export {
|
|
158
|
+
export { IconCommonsSolid } from './IconCommonsSolid';
|
|
160
159
|
export { IconCompassLine } from './IconCompassLine';
|
|
161
|
-
export {
|
|
160
|
+
export { IconCompassSolid } from './IconCompassSolid';
|
|
162
161
|
export { IconCompleteLine } from './IconCompleteLine';
|
|
163
|
-
export {
|
|
162
|
+
export { IconCompleteSolid } from './IconCompleteSolid';
|
|
164
163
|
export { IconComposeLine } from './IconComposeLine';
|
|
165
|
-
export {
|
|
164
|
+
export { IconComposeSolid } from './IconComposeSolid';
|
|
166
165
|
export { IconCopyCourseLine } from './IconCopyCourseLine';
|
|
167
|
-
export {
|
|
166
|
+
export { IconCopyCourseSolid } from './IconCopyCourseSolid';
|
|
168
167
|
export { IconCopyLine } from './IconCopyLine';
|
|
169
|
-
export {
|
|
168
|
+
export { IconCopySolid } from './IconCopySolid';
|
|
170
169
|
export { IconCoursesLine } from './IconCoursesLine';
|
|
171
|
-
export {
|
|
170
|
+
export { IconCoursesSolid } from './IconCoursesSolid';
|
|
172
171
|
export { IconCropLine } from './IconCropLine';
|
|
173
|
-
export {
|
|
172
|
+
export { IconCropSolid } from './IconCropSolid';
|
|
174
173
|
export { IconDashboardLine } from './IconDashboardLine';
|
|
175
|
-
export {
|
|
174
|
+
export { IconDashboardSolid } from './IconDashboardSolid';
|
|
176
175
|
export { IconDeactivateUserLine } from './IconDeactivateUserLine';
|
|
177
|
-
export {
|
|
176
|
+
export { IconDeactivateUserSolid } from './IconDeactivateUserSolid';
|
|
178
177
|
export { IconDiscussionCheckLine } from './IconDiscussionCheckLine';
|
|
179
|
-
export {
|
|
178
|
+
export { IconDiscussionCheckSolid } from './IconDiscussionCheckSolid';
|
|
180
179
|
export { IconDiscussionNewLine } from './IconDiscussionNewLine';
|
|
181
|
-
export {
|
|
180
|
+
export { IconDiscussionNewSolid } from './IconDiscussionNewSolid';
|
|
182
181
|
export { IconDiscussionReply2Line } from './IconDiscussionReply2Line';
|
|
183
|
-
export {
|
|
182
|
+
export { IconDiscussionReply2Solid } from './IconDiscussionReply2Solid';
|
|
184
183
|
export { IconDiscussionReplyDarkLine } from './IconDiscussionReplyDarkLine';
|
|
185
|
-
export {
|
|
184
|
+
export { IconDiscussionReplyDarkSolid } from './IconDiscussionReplyDarkSolid';
|
|
186
185
|
export { IconDiscussionReplyLine } from './IconDiscussionReplyLine';
|
|
187
|
-
export {
|
|
186
|
+
export { IconDiscussionReplySolid } from './IconDiscussionReplySolid';
|
|
188
187
|
export { IconDiscussionSearchLine } from './IconDiscussionSearchLine';
|
|
189
|
-
export {
|
|
188
|
+
export { IconDiscussionSearchSolid } from './IconDiscussionSearchSolid';
|
|
190
189
|
export { IconDiscussionXLine } from './IconDiscussionXLine';
|
|
191
|
-
export {
|
|
190
|
+
export { IconDiscussionXSolid } from './IconDiscussionXSolid';
|
|
192
191
|
export { IconDiscussionLine } from './IconDiscussionLine';
|
|
193
|
-
export {
|
|
192
|
+
export { IconDiscussionSolid } from './IconDiscussionSolid';
|
|
194
193
|
export { IconDocumentLine } from './IconDocumentLine';
|
|
195
|
-
export {
|
|
194
|
+
export { IconDocumentSolid } from './IconDocumentSolid';
|
|
196
195
|
export { IconDownloadLine } from './IconDownloadLine';
|
|
197
|
-
export {
|
|
196
|
+
export { IconDownloadSolid } from './IconDownloadSolid';
|
|
198
197
|
export { IconDragHandleLine } from './IconDragHandleLine';
|
|
199
|
-
export {
|
|
198
|
+
export { IconDragHandleSolid } from './IconDragHandleSolid';
|
|
200
199
|
export { IconDropDownLine } from './IconDropDownLine';
|
|
201
|
-
export {
|
|
200
|
+
export { IconDropDownSolid } from './IconDropDownSolid';
|
|
202
201
|
export { IconDuplicateLine } from './IconDuplicateLine';
|
|
203
|
-
export {
|
|
202
|
+
export { IconDuplicateSolid } from './IconDuplicateSolid';
|
|
204
203
|
export { IconEditLine } from './IconEditLine';
|
|
205
|
-
export {
|
|
204
|
+
export { IconEditSolid } from './IconEditSolid';
|
|
206
205
|
export { IconEducatorsLine } from './IconEducatorsLine';
|
|
207
|
-
export {
|
|
206
|
+
export { IconEducatorsSolid } from './IconEducatorsSolid';
|
|
208
207
|
export { IconElevateLogoLine } from './IconElevateLogoLine';
|
|
209
|
-
export {
|
|
208
|
+
export { IconElevateLogoSolid } from './IconElevateLogoSolid';
|
|
210
209
|
export { IconEmailLine } from './IconEmailLine';
|
|
211
|
-
export {
|
|
210
|
+
export { IconEmailSolid } from './IconEmailSolid';
|
|
212
211
|
export { IconEmptyLine } from './IconEmptyLine';
|
|
213
|
-
export {
|
|
212
|
+
export { IconEmptySolid } from './IconEmptySolid';
|
|
214
213
|
export { IconEndLine } from './IconEndLine';
|
|
215
|
-
export {
|
|
214
|
+
export { IconEndSolid } from './IconEndSolid';
|
|
216
215
|
export { IconEportfolioLine } from './IconEportfolioLine';
|
|
217
|
-
export {
|
|
216
|
+
export { IconEportfolioSolid } from './IconEportfolioSolid';
|
|
218
217
|
export { IconEquationLine } from './IconEquationLine';
|
|
219
|
-
export {
|
|
218
|
+
export { IconEquationSolid } from './IconEquationSolid';
|
|
220
219
|
export { IconEquellaLine } from './IconEquellaLine';
|
|
221
|
-
export {
|
|
220
|
+
export { IconEquellaSolid } from './IconEquellaSolid';
|
|
222
221
|
export { IconEssayLine } from './IconEssayLine';
|
|
223
|
-
export {
|
|
222
|
+
export { IconEssaySolid } from './IconEssaySolid';
|
|
224
223
|
export { IconExitFullScreenLine } from './IconExitFullScreenLine';
|
|
225
|
-
export {
|
|
224
|
+
export { IconExitFullScreenSolid } from './IconExitFullScreenSolid';
|
|
226
225
|
export { IconExpandItemsLine } from './IconExpandItemsLine';
|
|
227
|
-
export {
|
|
226
|
+
export { IconExpandItemsSolid } from './IconExpandItemsSolid';
|
|
228
227
|
export { IconExpandLeftLine } from './IconExpandLeftLine';
|
|
229
|
-
export {
|
|
228
|
+
export { IconExpandLeftSolid } from './IconExpandLeftSolid';
|
|
230
229
|
export { IconExpandStartLine } from './IconExpandStartLine';
|
|
231
|
-
export {
|
|
230
|
+
export { IconExpandStartSolid } from './IconExpandStartSolid';
|
|
232
231
|
export { IconExpandLine } from './IconExpandLine';
|
|
233
|
-
export {
|
|
232
|
+
export { IconExpandSolid } from './IconExpandSolid';
|
|
234
233
|
export { IconExportContentLine } from './IconExportContentLine';
|
|
235
|
-
export {
|
|
234
|
+
export { IconExportContentSolid } from './IconExportContentSolid';
|
|
236
235
|
export { IconExportLine } from './IconExportLine';
|
|
237
|
-
export {
|
|
236
|
+
export { IconExportSolid } from './IconExportSolid';
|
|
238
237
|
export { IconExternalLinkLine } from './IconExternalLinkLine';
|
|
239
|
-
export {
|
|
238
|
+
export { IconExternalLinkSolid } from './IconExternalLinkSolid';
|
|
240
239
|
export { IconEyeLine } from './IconEyeLine';
|
|
241
|
-
export {
|
|
240
|
+
export { IconEyeSolid } from './IconEyeSolid';
|
|
242
241
|
export { IconFacebookBoxedLine } from './IconFacebookBoxedLine';
|
|
243
|
-
export {
|
|
242
|
+
export { IconFacebookBoxedSolid } from './IconFacebookBoxedSolid';
|
|
244
243
|
export { IconFacebookLine } from './IconFacebookLine';
|
|
245
|
-
export {
|
|
244
|
+
export { IconFacebookSolid } from './IconFacebookSolid';
|
|
246
245
|
export { IconFastForwardLine } from './IconFastForwardLine';
|
|
247
|
-
export {
|
|
246
|
+
export { IconFastForwardSolid } from './IconFastForwardSolid';
|
|
248
247
|
export { IconFeedbackLine } from './IconFeedbackLine';
|
|
249
|
-
export {
|
|
248
|
+
export { IconFeedbackSolid } from './IconFeedbackSolid';
|
|
250
249
|
export { IconFileLockedLine } from './IconFileLockedLine';
|
|
251
|
-
export {
|
|
250
|
+
export { IconFileLockedSolid } from './IconFileLockedSolid';
|
|
252
251
|
export { IconFilesCopyrightLine } from './IconFilesCopyrightLine';
|
|
252
|
+
export { IconFilesCopyrightSolid } from './IconFilesCopyrightSolid';
|
|
253
253
|
export { IconFilesCreativeCommonsLine } from './IconFilesCreativeCommonsLine';
|
|
254
254
|
export { IconFilesCreativeCommonsSolid } from './IconFilesCreativeCommonsSolid';
|
|
255
255
|
export { IconFilesFairUseLine } from './IconFilesFairUseLine';
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|