@nice2dev/icons-education 1.0.10

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.
@@ -0,0 +1,1760 @@
1
+ import { CSSProperties } from 'react';
2
+ import { default as default_2 } from 'react';
3
+ import { ForwardRefExoticComponent } from 'react';
4
+ import { RefAttributes } from 'react';
5
+ import { SVGProps } from 'react';
6
+
7
+ export declare const AbacusIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
8
+
9
+ /** Academic advisor icon */
10
+ export declare const AcademicAdvisorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
11
+
12
+ /** Academic gown icon */
13
+ export declare const AcademicGownIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
14
+
15
+ /** Journal/Publication icon */
16
+ export declare const AcademicJournalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
17
+
18
+ /** Accent icon */
19
+ export declare const AccentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
20
+
21
+ /** Accessibility icon */
22
+ export declare const AccessibilityIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
23
+
24
+ export declare type ActivityIconName = 'lecture' | 'discussion' | 'group-work' | 'presentation' | 'field-trip' | 'experiment' | 'research' | 'study' | 'reading' | 'writing' | 'classroom' | 'library-room' | 'lab-room' | 'cafeteria' | 'gym' | 'playground';
25
+
26
+ /** All Activity icons as a collection */
27
+ export declare const ActivityIcons: {
28
+ Lecture: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
29
+ Discussion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
30
+ GroupWork: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
31
+ Presentation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
32
+ FieldTrip: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
33
+ Experiment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
34
+ Research: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
35
+ Study: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
36
+ Reading: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
37
+ Writing: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
38
+ Classroom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
39
+ LibraryRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
40
+ LabRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
41
+ Cafeteria: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
42
+ Gym: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
43
+ Playground: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
44
+ };
45
+
46
+ /** Adaptive keyboard icon */
47
+ export declare const AdaptiveKeyboardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
48
+
49
+ /** ADHD support icon */
50
+ export declare const ADHDSupportIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
51
+
52
+ /** AI/Machine Learning icon */
53
+ export declare const AILearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
54
+
55
+ /** Algorithm icon */
56
+ export declare const AlgorithmIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
57
+
58
+ /** Alphabet icon */
59
+ export declare const AlphabetIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
60
+
61
+ /** Alumni icon */
62
+ export declare const AlumniIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
63
+
64
+ export declare interface AnimationConfig {
65
+ type: EducationIconAnimation;
66
+ duration: string;
67
+ repeatCount: string | number;
68
+ }
69
+
70
+ export declare type AnimationDuration = 'slow' | 'normal' | 'fast';
71
+
72
+ /** Annotation icon */
73
+ export declare const AnnotationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
74
+
75
+ /** App development icon */
76
+ export declare const AppDevelopmentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
77
+
78
+ /** Arabic icon */
79
+ export declare const ArabicIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
80
+
81
+ /** Archive room icon */
82
+ export declare const ArchiveRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
83
+
84
+ /** Art club icon */
85
+ export declare const ArtClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
86
+
87
+ export declare type ArtsIconName = 'palette' | 'brush' | 'easel' | 'canvas' | 'music-note' | 'piano' | 'guitar' | 'drama' | 'theater' | 'sculpture' | 'camera' | 'film' | 'dance' | 'crafts' | 'pottery';
88
+
89
+ /** All Arts icons as a collection */
90
+ export declare const ArtsIcons: {
91
+ Palette: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
92
+ Brush: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
93
+ Easel: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
94
+ Canvas: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
95
+ MusicNote: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
96
+ Piano: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
97
+ Guitar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
98
+ Drama: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
99
+ Theater: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
100
+ Sculpture: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
101
+ Camera: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
102
+ Film: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
103
+ Dance: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
104
+ Crafts: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
105
+ Pottery: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
106
+ };
107
+
108
+ /** Art studio icon */
109
+ export declare const ArtStudioIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
110
+
111
+ export declare type AssessmentIconName = 'TestPaper' | 'MultipleChoice' | 'TrueFalse' | 'Essay' | 'FillBlank' | 'Matching' | 'OralExam' | 'PracticalExam' | 'GradeA' | 'GradeB' | 'GradeC' | 'GradeF' | 'PercentageScore' | 'PointsScore' | 'Pass' | 'Fail' | 'Rubric' | 'ReportCard' | 'Feedback' | 'Comments' | 'Improvement' | 'PeerReview' | 'SelfAssessment' | 'StandardizedTest' | 'Proctoring' | 'TimedTest';
112
+
113
+ /** All Assessment & Grading icons as a collection */
114
+ export declare const AssessmentIcons: {
115
+ TestPaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
116
+ MultipleChoice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
117
+ TrueFalse: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
118
+ Essay: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
119
+ FillBlank: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
120
+ Matching: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
121
+ OralExam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
122
+ PracticalExam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
123
+ GradeA: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
124
+ GradeB: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
125
+ GradeC: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
126
+ GradeF: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
127
+ PercentageScore: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
128
+ PointsScore: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
129
+ Pass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
130
+ Fail: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
131
+ Rubric: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
132
+ ReportCard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
133
+ Feedback: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
134
+ Comments: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
135
+ Improvement: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
136
+ PeerReviewAssessment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
137
+ SelfAssessment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
138
+ StandardizedTest: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
139
+ Proctoring: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
140
+ TimedTest: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
141
+ };
142
+
143
+ /** Assignment icon - task with due date */
144
+ export declare const AssignmentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
145
+
146
+ /** Assistive technology icon */
147
+ export declare const AssistiveTechIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
148
+
149
+ export declare const AtomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
150
+
151
+ /** Audio description icon */
152
+ export declare const AudioDescriptionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
153
+
154
+ /** Auditorium icon */
155
+ export declare const AuditoriumIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
156
+
157
+ /** Autism support icon */
158
+ export declare const AutismSupportIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
159
+
160
+ /** Bachelor's degree icon */
161
+ export declare const BachelorsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
162
+
163
+ export declare const BackpackIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
164
+
165
+ /** Band/Orchestra icon */
166
+ export declare const BandClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
167
+
168
+ /** Basketball club icon */
169
+ export declare const BasketballClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
170
+
171
+ export declare const BeakerIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
172
+
173
+ export declare const BellIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
174
+
175
+ /** Bibliography icon */
176
+ export declare const BibliographyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
177
+
178
+ /** Bilingual icon */
179
+ export declare const BilingualIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
180
+
181
+ export declare const BiologyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
182
+
183
+ /** Scratch/Block coding icon */
184
+ export declare const BlockCodingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
185
+
186
+ /** Book checkout icon */
187
+ export declare const BookCheckoutIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
188
+
189
+ /** Book club icon */
190
+ export declare const BookClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
191
+
192
+ export declare const BookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
193
+
194
+ export declare const BookOpenIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
195
+
196
+ /** Book return icon */
197
+ export declare const BookReturnIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
198
+
199
+ /** Book stack icon */
200
+ export declare const BookStackIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
201
+
202
+ /** Braille icon */
203
+ export declare const BrailleIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
204
+
205
+ export declare const BrushIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
206
+
207
+ /** Bulletin board icon */
208
+ export declare const BulletinBoardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
209
+
210
+ /** Bus stop icon */
211
+ export declare const BusStopIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
212
+
213
+ /** Cafeteria icon - dining area */
214
+ export declare const CafeteriaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
215
+
216
+ export declare const CalculatorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
217
+
218
+ export declare const CameraIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
219
+
220
+ export declare const CanvasIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
221
+
222
+ /** Catalog search icon */
223
+ export declare const CatalogSearchIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
224
+
225
+ export declare const CertificateIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
226
+
227
+ /** Chair icon */
228
+ export declare const ChairIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
229
+
230
+ /** Chalkboard icon */
231
+ export declare const ChalkboardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
232
+
233
+ export declare const ChemicalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
234
+
235
+ /** Chess club icon */
236
+ export declare const ChessClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
237
+
238
+ /** Chinese/Mandarin icon */
239
+ export declare const ChineseIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
240
+
241
+ /** Choir/Glee club icon */
242
+ export declare const ChoirClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
243
+
244
+ /** Citation icon */
245
+ export declare const CitationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
246
+
247
+ /** Civics icon - scales of justice */
248
+ export declare const CivicsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
249
+
250
+ /** Classmate icon - two students together */
251
+ export declare const ClassmateIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
252
+
253
+ /** Clock (classroom) icon */
254
+ export declare const ClassroomClockIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
255
+
256
+ /** Classroom icon - room with desks */
257
+ export declare const ClassroomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
258
+
259
+ /** Closed captions icon */
260
+ export declare const ClosedCaptionsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
261
+
262
+ /** Cloud storage icon */
263
+ export declare const CloudStorageIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
264
+
265
+ /** Code learning icon */
266
+ export declare const CodeLearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
267
+
268
+ /** Coding club icon */
269
+ export declare const CodingClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
270
+
271
+ /** College campus icon */
272
+ export declare const CollegeCampusIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
273
+
274
+ /** Comments icon */
275
+ export declare const CommentsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
276
+
277
+ /** Communication board icon */
278
+ export declare const CommunicationBoardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
279
+
280
+ export declare const CompassIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
281
+
282
+ /** Computer lab icon */
283
+ export declare const ComputerLabIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
284
+
285
+ /** Computer Science icon - code brackets */
286
+ export declare const ComputerScienceIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
287
+
288
+ /** Conference icon */
289
+ export declare const ConferenceIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
290
+
291
+ /** Conversation icon */
292
+ export declare const ConversationPracticeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
293
+
294
+ /** Counselor icon - caring listener */
295
+ export declare const CounselorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
296
+
297
+ /** Course icon - stack of lesson cards */
298
+ export declare const CourseIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
299
+
300
+ export declare const CraftsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
301
+
302
+ export declare function createEducationIcon(renderIcon: (props: EducationIconProps) => default_2.ReactNode, options: CreateEducationIconOptions): default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
303
+
304
+ export declare interface CreateEducationIconOptions {
305
+ displayName: string;
306
+ viewBox?: string;
307
+ defaultSize?: number;
308
+ defaultColor?: string;
309
+ defaultAccentColor?: string;
310
+ defaultVariant?: 'filled' | 'outlined' | 'duotone';
311
+ }
312
+
313
+ export declare const DanceIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
314
+
315
+ /** Database learning icon */
316
+ export declare const DatabaseLearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
317
+
318
+ /** Database icon */
319
+ export declare const DatabaseResourceIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
320
+
321
+ /** Debate club icon */
322
+ export declare const DebateClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
323
+
324
+ /** Debugging icon */
325
+ export declare const DebuggingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
326
+
327
+ /** Degree icon - graduation scroll */
328
+ export declare const DegreeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
329
+
330
+ /** Desk icon */
331
+ export declare const DeskIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
332
+
333
+ /** Dictionary icon */
334
+ export declare const DictionaryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
335
+
336
+ /** Digital certification icon */
337
+ export declare const DigitalCertificationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
338
+
339
+ /** Digital whiteboard icon */
340
+ export declare const DigitalWhiteboardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
341
+
342
+ export declare const DiplomaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
343
+
344
+ /** Discussion icon - speech bubbles */
345
+ export declare const DiscussionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
346
+
347
+ export declare const DivisionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
348
+
349
+ export declare const DNAIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
350
+
351
+ /** Doctorate/PhD icon */
352
+ export declare const DoctorateIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
353
+
354
+ /** Dormitory icon */
355
+ export declare const DormitoryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
356
+
357
+ /** Drama club icon */
358
+ export declare const DramaClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
359
+
360
+ export declare const DramaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
361
+
362
+ /** Dyslexia friendly icon */
363
+ export declare const DyslexiaFriendlyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
364
+
365
+ export declare const EaselIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
366
+
367
+ /** E-book icon */
368
+ export declare const EbookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
369
+
370
+ /** Economics icon - chart with coins */
371
+ export declare const EconomicsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
372
+
373
+ export declare type EducationIconAnimation = 'none' | 'pulse' | 'grow' | 'shake' | 'spin' | 'bounce' | 'fade' | 'flip' | 'slide' | 'glow';
374
+
375
+ export declare type EducationIconName = SchoolIconName | ScienceIconName | MathIconName | ArtsIconName;
376
+
377
+ export declare interface EducationIconProps extends Omit<SVGProps<SVGSVGElement>, 'ref'> {
378
+ /** Icon size in pixels or CSS string */
379
+ size?: number | string;
380
+ /** Primary color */
381
+ color?: string;
382
+ /** Secondary/accent color */
383
+ accentColor?: string;
384
+ /** Animation type */
385
+ animation?: EducationIconAnimation;
386
+ /** Animation duration */
387
+ animationDuration?: AnimationDuration;
388
+ /** Whether animation should play */
389
+ animate?: boolean;
390
+ /** Title for accessibility */
391
+ title?: string;
392
+ /** Additional CSS classes */
393
+ className?: string;
394
+ /** Inline styles */
395
+ style?: CSSProperties;
396
+ /** Stroke width for outlined icons */
397
+ strokeWidth?: number;
398
+ /** Whether icon is filled or outlined */
399
+ variant?: 'filled' | 'outlined' | 'duotone';
400
+ }
401
+
402
+ /** All Education icons combined */
403
+ export declare const EducationIcons: {
404
+ University: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
405
+ CollegeCampus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
406
+ LectureHall: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
407
+ Dormitory: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
408
+ StudentUnion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
409
+ Bachelors: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
410
+ Masters: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
411
+ Doctorate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
412
+ GraduationCap: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
413
+ AcademicGown: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
414
+ Research: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
415
+ Thesis: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
416
+ Conference: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
417
+ Journal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
418
+ PeerReview: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
419
+ Professor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
420
+ OfficeHours: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
421
+ Syllabus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
422
+ Scholarship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
423
+ Fellowship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
424
+ TeachingAssistant: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
425
+ AcademicAdvisor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
426
+ StudyAbroad: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
427
+ Internship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
428
+ Alumni: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
429
+ BasketballClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
430
+ SoccerClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
431
+ SwimmingTeam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
432
+ TrackField: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
433
+ TennisClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
434
+ VolleyballTeam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
435
+ DebateClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
436
+ MathClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
437
+ ScienceClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
438
+ ChessClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
439
+ RoboticsClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
440
+ CodingClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
441
+ DramaClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
442
+ ChoirClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
443
+ BandClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
444
+ ArtClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
445
+ PhotographyClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
446
+ StudentCouncil: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
447
+ Volunteer: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
448
+ ServiceClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
449
+ HonorSociety: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
450
+ ModelUN: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
451
+ Yearbook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
452
+ EnvironmentClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
453
+ LanguageClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
454
+ BookClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
455
+ GamingClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
456
+ Accessibility: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
457
+ Wheelchair: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
458
+ ScreenReader: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
459
+ HearingImpaired: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
460
+ ClosedCaptions: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
461
+ Braille: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
462
+ TextToSpeech: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
463
+ HighContrast: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
464
+ LargeText: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
465
+ DyslexiaFriendly: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
466
+ ADHDSupport: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
467
+ AutismSupport: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
468
+ SpeechTherapy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
469
+ OccupationalTherapy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
470
+ IEP: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
471
+ Plan504: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
472
+ ResourceRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
473
+ OneOnOne: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
474
+ SmallGroup: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
475
+ Paraprofessional: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
476
+ AssistiveTech: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
477
+ CommunicationBoard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
478
+ AdaptiveKeyboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
479
+ LowVision: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
480
+ AudioDescription: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
481
+ TestPaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
482
+ MultipleChoice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
483
+ TrueFalse: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
484
+ Essay: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
485
+ FillBlank: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
486
+ Matching: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
487
+ OralExam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
488
+ PracticalExam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
489
+ GradeA: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
490
+ GradeB: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
491
+ GradeC: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
492
+ GradeF: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
493
+ PercentageScore: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
494
+ PointsScore: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
495
+ Pass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
496
+ Fail: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
497
+ Rubric: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
498
+ ReportCard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
499
+ Feedback: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
500
+ Comments: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
501
+ Improvement: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
502
+ PeerReviewAssessment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
503
+ SelfAssessment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
504
+ StandardizedTest: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
505
+ Proctoring: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
506
+ TimedTest: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
507
+ Desk: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
508
+ Chair: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
509
+ Whiteboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
510
+ Chalkboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
511
+ BulletinBoard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
512
+ GlobeStand: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
513
+ ClassroomClock: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
514
+ Locker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
515
+ ProjectorScreen: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
516
+ SchoolBuilding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
517
+ Auditorium: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
518
+ ScienceLab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
519
+ ComputerLab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
520
+ MusicRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
521
+ ArtStudio: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
522
+ Gymnasium: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
523
+ CafeteriaRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
524
+ PlaygroundArea: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
525
+ SportsField: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
526
+ SwimmingPool: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
527
+ ParkingLot: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
528
+ BusStop: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
529
+ LibraryBuilding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
530
+ ReadingRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
531
+ StudyCarrel: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
532
+ ArchiveRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
533
+ BookStack: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
534
+ Textbook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
535
+ Encyclopedia: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
536
+ Magazine: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
537
+ Newspaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
538
+ DatabaseResource: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
539
+ Ebook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
540
+ OnlineArticle: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
541
+ ResearchPaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
542
+ CatalogSearch: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
543
+ BookCheckout: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
544
+ BookReturn: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
545
+ ReservedBook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
546
+ LibraryCard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
547
+ InterlibraryLoan: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
548
+ Citation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
549
+ Bibliography: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
550
+ ReferenceDesk: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
551
+ SpecialCollections: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
552
+ LaptopLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
553
+ TabletLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
554
+ Smartboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
555
+ Projector: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
556
+ EReader: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
557
+ VideoLesson: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
558
+ LiveClass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
559
+ Webinar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
560
+ MOOC: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
561
+ ElearningPlatform: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
562
+ VirtualClassroom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
563
+ CodeLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
564
+ BlockCoding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
565
+ Algorithm: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
566
+ Debugging: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
567
+ DatabaseLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
568
+ WebDevelopment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
569
+ AppDevelopment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
570
+ Robotics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
571
+ AILearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
572
+ InteractiveQuiz: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
573
+ Gamification: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
574
+ Simulation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
575
+ DigitalWhiteboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
576
+ PodcastLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
577
+ ScreenRecording: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
578
+ Annotation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
579
+ CloudStorage: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
580
+ DigitalCertification: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
581
+ LearningAnalytics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
582
+ English: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
583
+ Spanish: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
584
+ French: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
585
+ German: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
586
+ Chinese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
587
+ Japanese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
588
+ Korean: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
589
+ Arabic: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
590
+ Russian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
591
+ Hindi: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
592
+ Portuguese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
593
+ Italian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
594
+ Translation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
595
+ Dictionary: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
596
+ Vocabulary: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
597
+ Grammar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
598
+ Pronunciation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
599
+ Flashcard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
600
+ ConversationPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
601
+ ListeningPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
602
+ SpeakingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
603
+ ReadingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
604
+ WritingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
605
+ Immersion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
606
+ Accent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
607
+ Alphabet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
608
+ NativeSpeaker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
609
+ Bilingual: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
610
+ Polyglot: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
611
+ Linguistics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
612
+ Phonetics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
613
+ SignLanguage: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
614
+ Lecture: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
615
+ Discussion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
616
+ GroupWork: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
617
+ Presentation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
618
+ FieldTrip: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
619
+ Experiment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
620
+ Study: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
621
+ Reading: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
622
+ Writing: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
623
+ Classroom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
624
+ LibraryRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
625
+ LabRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
626
+ Cafeteria: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
627
+ Gym: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
628
+ Playground: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
629
+ Student: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
630
+ Graduate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
631
+ Classmate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
632
+ Teacher: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
633
+ Tutor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
634
+ Mentor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
635
+ Principal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
636
+ Counselor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
637
+ Librarian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
638
+ Parent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
639
+ Guardian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
640
+ Lesson: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
641
+ Course: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
642
+ Tutorial: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
643
+ Quiz: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
644
+ Exam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
645
+ Test: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
646
+ Homework: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
647
+ Assignment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
648
+ Grade: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
649
+ Progress: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
650
+ Certificate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
651
+ Degree: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
652
+ Medal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
653
+ Trophy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
654
+ History: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
655
+ Geography: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
656
+ SocialStudies: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
657
+ Economics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
658
+ Music: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
659
+ Literature: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
660
+ Language: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
661
+ Philosophy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
662
+ Psychology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
663
+ PhysicalEducation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
664
+ Sports: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
665
+ ComputerScience: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
666
+ Technology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
667
+ Civics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
668
+ Palette: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
669
+ Brush: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
670
+ Easel: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
671
+ Canvas: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
672
+ MusicNote: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
673
+ Piano: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
674
+ Guitar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
675
+ Drama: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
676
+ Theater: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
677
+ Sculpture: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
678
+ Camera: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
679
+ Film: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
680
+ Dance: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
681
+ Crafts: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
682
+ Pottery: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
683
+ Calculator: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
684
+ Pi: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
685
+ Sigma: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
686
+ Infinity: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
687
+ Function: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
688
+ Graph: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
689
+ Geometry: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
690
+ Compass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
691
+ Protractor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
692
+ Abacus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
693
+ Formula: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
694
+ Percent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
695
+ Division: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
696
+ PlusMinus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
697
+ Equals: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
698
+ Atom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
699
+ Microscope: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
700
+ Telescope: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
701
+ Flask: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
702
+ Beaker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
703
+ DNA: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
704
+ Molecule: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
705
+ Magnet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
706
+ Planet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
707
+ Rocket: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
708
+ Lab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
709
+ PetriDish: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
710
+ Chemical: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
711
+ Radiation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
712
+ Biology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
713
+ Book: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
714
+ BookOpen: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
715
+ Library: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
716
+ Backpack: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
717
+ Pencil: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
718
+ PenFancy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
719
+ Ruler: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
720
+ Eraser: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
721
+ Scissors: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
722
+ Notebook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
723
+ Diploma: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
724
+ Bell: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
725
+ };
726
+
727
+ /** E-learning platform icon */
728
+ export declare const ElearningPlatformIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
729
+
730
+ /** Encyclopedia icon */
731
+ export declare const EncyclopediaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
732
+
733
+ /** English/ABC icon */
734
+ export declare const EnglishIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
735
+
736
+ /** Environmental club icon */
737
+ export declare const EnvironmentClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
738
+
739
+ export declare const EqualsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
740
+
741
+ export declare const EraserIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
742
+
743
+ /** E-reader icon */
744
+ export declare const EReaderIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
745
+
746
+ /** Essay/Long answer icon */
747
+ export declare const EssayIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
748
+
749
+ /** Exam icon - paper with A+ grade */
750
+ export declare const ExamIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
751
+
752
+ /** Experiment icon - science lab activity */
753
+ export declare const ExperimentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
754
+
755
+ export declare type ExtracurricularIconName = 'BasketballClub' | 'SoccerClub' | 'SwimmingTeam' | 'TrackField' | 'TennisClub' | 'VolleyballTeam' | 'DebateClub' | 'MathClub' | 'ScienceClub' | 'ChessClub' | 'RoboticsClub' | 'CodingClub' | 'DramaClub' | 'ChoirClub' | 'BandClub' | 'ArtClub' | 'PhotographyClub' | 'StudentCouncil' | 'Volunteer' | 'ServiceClub' | 'HonorSociety' | 'ModelUN' | 'Yearbook' | 'EnvironmentClub' | 'LanguageClub' | 'BookClub' | 'GamingClub';
756
+
757
+ /** All Extracurricular icons as a collection */
758
+ export declare const ExtracurricularIcons: {
759
+ BasketballClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
760
+ SoccerClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
761
+ SwimmingTeam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
762
+ TrackField: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
763
+ TennisClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
764
+ VolleyballTeam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
765
+ DebateClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
766
+ MathClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
767
+ ScienceClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
768
+ ChessClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
769
+ RoboticsClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
770
+ CodingClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
771
+ DramaClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
772
+ ChoirClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
773
+ BandClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
774
+ ArtClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
775
+ PhotographyClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
776
+ StudentCouncil: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
777
+ Volunteer: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
778
+ ServiceClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
779
+ HonorSociety: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
780
+ ModelUN: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
781
+ Yearbook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
782
+ EnvironmentClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
783
+ LanguageClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
784
+ BookClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
785
+ GamingClub: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
786
+ };
787
+
788
+ /** Cafeteria icon */
789
+ export declare const FacilityCafeteriaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
790
+
791
+ export declare type FacilityIconName = 'Desk' | 'Chair' | 'Whiteboard' | 'Chalkboard' | 'BulletinBoard' | 'GlobeStand' | 'ClassroomClock' | 'Locker' | 'ProjectorScreen' | 'SchoolBuilding' | 'Auditorium' | 'ScienceLab' | 'ComputerLab' | 'MusicRoom' | 'ArtStudio' | 'Gymnasium' | 'Cafeteria' | 'Playground' | 'SportsField' | 'SwimmingPool' | 'ParkingLot' | 'BusStop';
792
+
793
+ /** All Facility icons as a collection */
794
+ export declare const FacilityIcons: {
795
+ Desk: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
796
+ Chair: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
797
+ Whiteboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
798
+ Chalkboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
799
+ BulletinBoard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
800
+ GlobeStand: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
801
+ ClassroomClock: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
802
+ Locker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
803
+ ProjectorScreen: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
804
+ SchoolBuilding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
805
+ Auditorium: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
806
+ ScienceLab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
807
+ ComputerLab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
808
+ MusicRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
809
+ ArtStudio: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
810
+ Gymnasium: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
811
+ CafeteriaRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
812
+ PlaygroundArea: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
813
+ SportsField: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
814
+ SwimmingPool: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
815
+ ParkingLot: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
816
+ BusStop: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
817
+ };
818
+
819
+ /** Playground icon */
820
+ export declare const FacilityPlaygroundIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
821
+
822
+ /** Fail icon */
823
+ export declare const FailIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
824
+
825
+ /** Feedback icon */
826
+ export declare const FeedbackIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
827
+
828
+ /** Fellowship icon */
829
+ export declare const FellowshipIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
830
+
831
+ /** Field Trip icon - bus with nature */
832
+ export declare const FieldTripIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
833
+
834
+ /** Fill in the blank icon */
835
+ export declare const FillBlankIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
836
+
837
+ export declare const FilmIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
838
+
839
+ /** Flashcard icon */
840
+ export declare const FlashcardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
841
+
842
+ export declare const FlaskIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
843
+
844
+ export declare const FormulaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
845
+
846
+ /** French icon */
847
+ export declare const FrenchIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
848
+
849
+ export declare const FunctionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
850
+
851
+ /** Gamification icon */
852
+ export declare const GamificationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
853
+
854
+ /** Gaming/Esports club icon */
855
+ export declare const GamingClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
856
+
857
+ /** Geography icon - globe with meridians */
858
+ export declare const GeographyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
859
+
860
+ export declare const GeometryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
861
+
862
+ /** German icon */
863
+ export declare const GermanIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
864
+
865
+ export declare function getEducationAnimation(animation: EducationIconAnimation, duration: string): default_2.ReactNode;
866
+
867
+ /** Globe/World map icon */
868
+ export declare const GlobeStandIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
869
+
870
+ /** Grade A icon */
871
+ export declare const GradeAIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
872
+
873
+ /** Grade B icon */
874
+ export declare const GradeBIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
875
+
876
+ /** Grade C icon */
877
+ export declare const GradeCIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
878
+
879
+ /** Grade F icon */
880
+ export declare const GradeFIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
881
+
882
+ /** Grade icon - letter grade with star */
883
+ export declare const GradeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
884
+
885
+ /** Graduate icon - student with graduation cap */
886
+ export declare const GraduateIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
887
+
888
+ export declare const GraduationCapIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
889
+
890
+ /** Grammar icon */
891
+ export declare const GrammarIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
892
+
893
+ export declare const GraphIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
894
+
895
+ /** Group Work icon - connected people */
896
+ export declare const GroupWorkIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
897
+
898
+ /** Guardian icon - protective figure */
899
+ export declare const GuardianIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
900
+
901
+ export declare const GuitarIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
902
+
903
+ /** Gym icon - gymnasium */
904
+ export declare const GymIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
905
+
906
+ /** Gymnasium icon */
907
+ export declare const GymnasiumIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
908
+
909
+ /** Deaf/Hearing impaired icon */
910
+ export declare const HearingImpairedIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
911
+
912
+ /** High contrast icon */
913
+ export declare const HighContrastIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
914
+
915
+ /** Graduation cap icon */
916
+ export declare const HigherEdGraduationCapIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
917
+
918
+ export declare type HigherEdIconName = 'University' | 'CollegeCampus' | 'LectureHall' | 'Dormitory' | 'StudentUnion' | 'Bachelors' | 'Masters' | 'Doctorate' | 'GraduationCap' | 'AcademicGown' | 'Research' | 'Thesis' | 'Conference' | 'Journal' | 'PeerReview' | 'Professor' | 'OfficeHours' | 'Syllabus' | 'Scholarship' | 'Fellowship' | 'TeachingAssistant' | 'AcademicAdvisor' | 'StudyAbroad' | 'Internship' | 'Alumni';
919
+
920
+ /** All Higher Education icons as a collection */
921
+ export declare const HigherEdIcons: {
922
+ University: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
923
+ CollegeCampus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
924
+ LectureHall: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
925
+ Dormitory: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
926
+ StudentUnion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
927
+ Bachelors: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
928
+ Masters: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
929
+ Doctorate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
930
+ GraduationCap: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
931
+ AcademicGown: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
932
+ Research: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
933
+ Thesis: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
934
+ Conference: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
935
+ Journal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
936
+ PeerReview: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
937
+ Professor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
938
+ OfficeHours: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
939
+ Syllabus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
940
+ Scholarship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
941
+ Fellowship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
942
+ TeachingAssistant: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
943
+ AcademicAdvisor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
944
+ StudyAbroad: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
945
+ Internship: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
946
+ Alumni: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
947
+ };
948
+
949
+ /** Peer review icon */
950
+ export declare const HigherEdPeerReviewIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
951
+
952
+ /** Professor icon */
953
+ export declare const HigherEdProfessorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
954
+
955
+ /** Research icon */
956
+ export declare const HigherEdResearchIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
957
+
958
+ /** Thesis/Dissertation icon */
959
+ export declare const HigherEdThesisIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
960
+
961
+ /** Hindi icon */
962
+ export declare const HindiIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
963
+
964
+ /** History icon - ancient scroll or column */
965
+ export declare const HistoryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
966
+
967
+ export declare const HomeworkIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
968
+
969
+ /** Honor society icon */
970
+ export declare const HonorSocietyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
971
+
972
+ export declare const ICON_COUNT: {
973
+ readonly school: 15;
974
+ readonly science: 15;
975
+ readonly math: 15;
976
+ readonly arts: 15;
977
+ readonly subjects: 14;
978
+ readonly learning: 14;
979
+ readonly people: 12;
980
+ readonly activities: 16;
981
+ readonly languages: 32;
982
+ readonly technology: 30;
983
+ readonly libraries: 25;
984
+ readonly facilities: 22;
985
+ readonly assessment: 26;
986
+ readonly specialed: 25;
987
+ readonly extracurricular: 27;
988
+ readonly highered: 25;
989
+ readonly total: 313;
990
+ };
991
+
992
+ export declare type IconComponent = React.ForwardRefExoticComponent<EducationIconProps & React.RefAttributes<SVGSVGElement>>;
993
+
994
+ export declare const iconDefaults: {
995
+ size: number;
996
+ color: string;
997
+ variant: "filled";
998
+ animation: "none";
999
+ animationDuration: "normal";
1000
+ };
1001
+
1002
+ /** IEP (Individualized Education Program) icon */
1003
+ export declare const IEPIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1004
+
1005
+ /** Immersion icon */
1006
+ export declare const ImmersionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1007
+
1008
+ /** Improvement icon */
1009
+ export declare const ImprovementIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1010
+
1011
+ export declare const InfinityIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1012
+
1013
+ /** Interactive quiz icon */
1014
+ export declare const InteractiveQuizIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1015
+
1016
+ /** Interlibrary loan icon */
1017
+ export declare const InterlibraryLoanIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1018
+
1019
+ /** Internship icon */
1020
+ export declare const InternshipIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1021
+
1022
+ /** Italian icon */
1023
+ export declare const ItalianIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1024
+
1025
+ /** Japanese icon */
1026
+ export declare const JapaneseIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1027
+
1028
+ /** Korean icon */
1029
+ export declare const KoreanIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1030
+
1031
+ export declare const LabIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1032
+
1033
+ /** Lab Room icon - science laboratory */
1034
+ export declare const LabRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1035
+
1036
+ /** Language club icon */
1037
+ export declare const LanguageClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1038
+
1039
+ /** Language icon - speech bubble with letters */
1040
+ export declare const LanguageIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1041
+
1042
+ export declare type LanguageIconName = 'English' | 'Spanish' | 'French' | 'German' | 'Chinese' | 'Japanese' | 'Korean' | 'Arabic' | 'Russian' | 'Hindi' | 'Portuguese' | 'Italian' | 'Translation' | 'Dictionary' | 'Vocabulary' | 'Grammar' | 'Pronunciation' | 'Flashcard' | 'ConversationPractice' | 'ListeningPractice' | 'SpeakingPractice' | 'ReadingPractice' | 'WritingPractice' | 'Immersion' | 'Accent' | 'Alphabet' | 'NativeSpeaker' | 'Bilingual' | 'Polyglot' | 'Linguistics' | 'Phonetics' | 'SignLanguage';
1043
+
1044
+ /** All Language Learning icons as a collection */
1045
+ export declare const LanguageIcons: {
1046
+ English: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1047
+ Spanish: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1048
+ French: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1049
+ German: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1050
+ Chinese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1051
+ Japanese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1052
+ Korean: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1053
+ Arabic: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1054
+ Russian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1055
+ Hindi: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1056
+ Portuguese: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1057
+ Italian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1058
+ Translation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1059
+ Dictionary: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1060
+ Vocabulary: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1061
+ Grammar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1062
+ Pronunciation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1063
+ Flashcard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1064
+ ConversationPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1065
+ ListeningPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1066
+ SpeakingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1067
+ ReadingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1068
+ WritingPractice: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1069
+ Immersion: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1070
+ Accent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1071
+ Alphabet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1072
+ NativeSpeaker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1073
+ Bilingual: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1074
+ Polyglot: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1075
+ Linguistics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1076
+ Phonetics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1077
+ SignLanguage: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1078
+ };
1079
+
1080
+ /** Laptop for learning icon */
1081
+ export declare const LaptopLearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1082
+
1083
+ /** Large text icon */
1084
+ export declare const LargeTextIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1085
+
1086
+ /** Learning analytics icon */
1087
+ export declare const LearningAnalyticsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1088
+
1089
+ /** Certificate icon - achievement certificate */
1090
+ export declare const LearningCertificateIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1091
+
1092
+ /** Homework icon - paper with pencil */
1093
+ export declare const LearningHomeworkIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1094
+
1095
+ export declare type LearningIconName = 'lesson' | 'course' | 'tutorial' | 'quiz' | 'exam' | 'test' | 'homework' | 'assignment' | 'grade' | 'progress' | 'certificate' | 'degree' | 'medal' | 'trophy';
1096
+
1097
+ /** All Learning icons as a collection */
1098
+ export declare const LearningIcons: {
1099
+ Lesson: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1100
+ Course: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1101
+ Tutorial: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1102
+ Quiz: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1103
+ Exam: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1104
+ Test: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1105
+ Homework: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1106
+ Assignment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1107
+ Grade: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1108
+ Progress: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1109
+ Certificate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1110
+ Degree: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1111
+ Medal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1112
+ Trophy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1113
+ };
1114
+
1115
+ /** Lecture hall icon */
1116
+ export declare const LectureHallIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1117
+
1118
+ /** Lecture icon - speaker at podium */
1119
+ export declare const LectureIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1120
+
1121
+ /** Lesson icon - chalkboard with content */
1122
+ export declare const LessonIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1123
+
1124
+ /** Librarian icon - person with book */
1125
+ export declare const LibrarianIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1126
+
1127
+ /** Library building icon */
1128
+ export declare const LibraryBuildingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1129
+
1130
+ /** Library card icon */
1131
+ export declare const LibraryCardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1132
+
1133
+ export declare const LibraryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1134
+
1135
+ export declare type LibraryIconName = 'LibraryBuilding' | 'ReadingRoom' | 'StudyCarrel' | 'ArchiveRoom' | 'BookStack' | 'Textbook' | 'Encyclopedia' | 'Journal' | 'Magazine' | 'Newspaper' | 'Thesis' | 'DatabaseResource' | 'Ebook' | 'OnlineArticle' | 'ResearchPaper' | 'CatalogSearch' | 'BookCheckout' | 'BookReturn' | 'ReservedBook' | 'LibraryCard' | 'InterlibraryLoan' | 'Citation' | 'Bibliography' | 'ReferenceDesk' | 'SpecialCollections';
1136
+
1137
+ /** All Library & Resource icons as a collection */
1138
+ export declare const LibraryIcons: {
1139
+ LibraryBuilding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1140
+ ReadingRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1141
+ StudyCarrel: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1142
+ ArchiveRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1143
+ BookStack: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1144
+ Textbook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1145
+ Encyclopedia: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1146
+ Journal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1147
+ Magazine: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1148
+ Newspaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1149
+ Thesis: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1150
+ DatabaseResource: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1151
+ Ebook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1152
+ OnlineArticle: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1153
+ ResearchPaper: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1154
+ CatalogSearch: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1155
+ BookCheckout: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1156
+ BookReturn: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1157
+ ReservedBook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1158
+ LibraryCard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1159
+ InterlibraryLoan: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1160
+ Citation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1161
+ Bibliography: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1162
+ ReferenceDesk: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1163
+ SpecialCollections: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1164
+ };
1165
+
1166
+ /** Journal/Periodical icon */
1167
+ export declare const LibraryJournalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1168
+
1169
+ /** Library icon - books on shelves */
1170
+ export declare const LibraryRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1171
+
1172
+ /** Linguistics icon */
1173
+ export declare const LinguisticsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1174
+
1175
+ /** Listening icon */
1176
+ export declare const ListeningPracticeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1177
+
1178
+ /** Literature icon - open book with quill */
1179
+ export declare const LiteratureIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1180
+
1181
+ /** Live class icon */
1182
+ export declare const LiveClassIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1183
+
1184
+ /** Locker icon */
1185
+ export declare const LockerIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1186
+
1187
+ /** Magnifier/Low vision icon */
1188
+ export declare const LowVisionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1189
+
1190
+ /** Magazine icon */
1191
+ export declare const MagazineIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1192
+
1193
+ export declare const MagnetIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1194
+
1195
+ /** Master's degree icon */
1196
+ export declare const MastersIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1197
+
1198
+ /** Matching icon */
1199
+ export declare const MatchingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1200
+
1201
+ /** Math club icon */
1202
+ export declare const MathClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1203
+
1204
+ export declare type MathIconName = 'calculator' | 'pi' | 'sigma' | 'infinity' | 'function' | 'graph' | 'geometry' | 'compass' | 'protractor' | 'abacus' | 'formula' | 'percent' | 'division' | 'plus-minus' | 'equals';
1205
+
1206
+ /** All Math icons as a collection */
1207
+ export declare const MathIcons: {
1208
+ Calculator: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1209
+ Pi: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1210
+ Sigma: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1211
+ Infinity: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1212
+ Function: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1213
+ Graph: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1214
+ Geometry: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1215
+ Compass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1216
+ Protractor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1217
+ Abacus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1218
+ Formula: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1219
+ Percent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1220
+ Division: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1221
+ PlusMinus: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1222
+ Equals: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1223
+ };
1224
+
1225
+ /** Medal icon - achievement medal */
1226
+ export declare const MedalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1227
+
1228
+ /** Mentor icon - guiding figure */
1229
+ export declare const MentorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1230
+
1231
+ export declare const MicroscopeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1232
+
1233
+ /** Model UN icon */
1234
+ export declare const ModelUNIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1235
+
1236
+ export declare const MoleculeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1237
+
1238
+ /** MOOC icon */
1239
+ export declare const MOOCIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1240
+
1241
+ /** Multiple choice icon */
1242
+ export declare const MultipleChoiceIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1243
+
1244
+ /** Music icon - musical notes */
1245
+ export declare const MusicIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1246
+
1247
+ export declare const MusicNoteIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1248
+
1249
+ /** Music room icon */
1250
+ export declare const MusicRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1251
+
1252
+ /** Native Speaker icon */
1253
+ export declare const NativeSpeakerIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1254
+
1255
+ /** Newspaper icon */
1256
+ export declare const NewspaperIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1257
+
1258
+ export declare const NotebookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1259
+
1260
+ /** Occupational therapy icon */
1261
+ export declare const OccupationalTherapyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1262
+
1263
+ /** Office hours icon */
1264
+ export declare const OfficeHoursIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1265
+
1266
+ /** One-on-one support icon */
1267
+ export declare const OneOnOneIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1268
+
1269
+ /** Online article icon */
1270
+ export declare const OnlineArticleIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1271
+
1272
+ /** Oral exam icon */
1273
+ export declare const OralExamIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1274
+
1275
+ export declare const PaletteIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1276
+
1277
+ /** Paraprofessional/Aide icon */
1278
+ export declare const ParaprofessionalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1279
+
1280
+ /** Parent icon - adult with child */
1281
+ export declare const ParentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1282
+
1283
+ /** Parking lot icon */
1284
+ export declare const ParkingLotIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1285
+
1286
+ /** Pass icon */
1287
+ export declare const PassIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1288
+
1289
+ /** Peer review icon */
1290
+ export declare const PeerReviewIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1291
+
1292
+ export declare const PencilIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1293
+
1294
+ export declare const PenFancyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1295
+
1296
+ export declare type PeopleIconName = 'student' | 'graduate' | 'classmate' | 'teacher' | 'professor' | 'tutor' | 'mentor' | 'principal' | 'counselor' | 'librarian' | 'parent' | 'guardian';
1297
+
1298
+ /** All People icons as a collection */
1299
+ export declare const PeopleIcons: {
1300
+ Student: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1301
+ Graduate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1302
+ Classmate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1303
+ Teacher: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1304
+ Professor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1305
+ Tutor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1306
+ Mentor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1307
+ Principal: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1308
+ Counselor: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1309
+ Librarian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1310
+ Parent: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1311
+ Guardian: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1312
+ };
1313
+
1314
+ /** Percentage score icon */
1315
+ export declare const PercentageScoreIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1316
+
1317
+ export declare const PercentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1318
+
1319
+ export declare const PetriDishIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1320
+
1321
+ /** Philosophy icon - thinking head / owl */
1322
+ export declare const PhilosophyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1323
+
1324
+ /** Phonetics icon */
1325
+ export declare const PhoneticsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1326
+
1327
+ /** Photography club icon */
1328
+ export declare const PhotographyClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1329
+
1330
+ /** Physical Education (PE) icon - running figure */
1331
+ export declare const PhysicalEducationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1332
+
1333
+ export declare const PianoIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1334
+
1335
+ export declare const PiIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1336
+
1337
+ /** 504 Plan icon */
1338
+ export declare const Plan504Icon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1339
+
1340
+ export declare const PlanetIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1341
+
1342
+ /** Playground icon - outdoor play area */
1343
+ export declare const PlaygroundIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1344
+
1345
+ export declare const PlusMinusIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1346
+
1347
+ /** Podcast learning icon */
1348
+ export declare const PodcastLearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1349
+
1350
+ /** Points score icon */
1351
+ export declare const PointsScoreIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1352
+
1353
+ /** Polyglot icon */
1354
+ export declare const PolyglotIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1355
+
1356
+ /** Portuguese icon */
1357
+ export declare const PortugueseIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1358
+
1359
+ export declare const PotteryIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1360
+
1361
+ /** Practical exam icon */
1362
+ export declare const PracticalExamIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1363
+
1364
+ /** Presentation icon - screen with presenter */
1365
+ export declare const PresentationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1366
+
1367
+ /** Principal icon - authority figure with badge */
1368
+ export declare const PrincipalIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1369
+
1370
+ /** Proctoring icon */
1371
+ export declare const ProctoringIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1372
+
1373
+ /** Professor icon - academic with glasses */
1374
+ export declare const ProfessorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1375
+
1376
+ /** Progress icon - loading bar with percentage */
1377
+ export declare const ProgressIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1378
+
1379
+ /** Projector icon */
1380
+ export declare const ProjectorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1381
+
1382
+ /** Projector screen icon */
1383
+ export declare const ProjectorScreenIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1384
+
1385
+ /** Pronunciation icon */
1386
+ export declare const PronunciationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1387
+
1388
+ export declare const ProtractorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1389
+
1390
+ /** Psychology icon - head with mind/gears */
1391
+ export declare const PsychologyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1392
+
1393
+ /** Quiz icon - question sheet with multiple choice */
1394
+ export declare const QuizIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1395
+
1396
+ export declare const RadiationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1397
+
1398
+ /** Reading icon - open book */
1399
+ export declare const ReadingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1400
+
1401
+ /** Reading Practice icon */
1402
+ export declare const ReadingPracticeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1403
+
1404
+ /** Reading room icon */
1405
+ export declare const ReadingRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1406
+
1407
+ /** Reference desk icon */
1408
+ export declare const ReferenceDeskIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1409
+
1410
+ /** Report card icon */
1411
+ export declare const ReportCardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1412
+
1413
+ /** Research icon - magnifying glass with document */
1414
+ export declare const ResearchIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1415
+
1416
+ /** Research paper icon */
1417
+ export declare const ResearchPaperIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1418
+
1419
+ /** Reserved book icon */
1420
+ export declare const ReservedBookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1421
+
1422
+ /** Resource room icon */
1423
+ export declare const ResourceRoomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1424
+
1425
+ /** Robotics club icon */
1426
+ export declare const RoboticsClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1427
+
1428
+ /** Robotics icon */
1429
+ export declare const RoboticsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1430
+
1431
+ export declare const RocketIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1432
+
1433
+ /** Rubric icon */
1434
+ export declare const RubricIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1435
+
1436
+ export declare const RulerIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1437
+
1438
+ /** Russian icon */
1439
+ export declare const RussianIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1440
+
1441
+ /** Scholarship icon */
1442
+ export declare const ScholarshipIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1443
+
1444
+ /** School building icon */
1445
+ export declare const SchoolBuildingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1446
+
1447
+ export declare type SchoolIconName = 'graduation-cap' | 'book' | 'book-open' | 'library' | 'backpack' | 'pencil' | 'pen-fancy' | 'ruler' | 'eraser' | 'scissors' | 'notebook' | 'homework' | 'diploma' | 'certificate' | 'bell';
1448
+
1449
+ /** All School icons as a collection */
1450
+ export declare const SchoolIcons: {
1451
+ GraduationCap: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1452
+ Book: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1453
+ BookOpen: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1454
+ Library: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1455
+ Backpack: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1456
+ Pencil: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1457
+ PenFancy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1458
+ Ruler: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1459
+ Eraser: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1460
+ Scissors: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1461
+ Notebook: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1462
+ Homework: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1463
+ Diploma: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1464
+ Certificate: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1465
+ Bell: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1466
+ };
1467
+
1468
+ /** Science club icon */
1469
+ export declare const ScienceClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1470
+
1471
+ export declare type ScienceIconName = 'atom' | 'microscope' | 'telescope' | 'flask' | 'beaker' | 'dna' | 'molecule' | 'magnet' | 'planet' | 'rocket' | 'lab' | 'petri-dish' | 'chemical' | 'radiation' | 'biology';
1472
+
1473
+ /** All Science icons as a collection */
1474
+ export declare const ScienceIcons: {
1475
+ Atom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1476
+ Microscope: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1477
+ Telescope: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1478
+ Flask: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1479
+ Beaker: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1480
+ DNA: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1481
+ Molecule: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1482
+ Magnet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1483
+ Planet: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1484
+ Rocket: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1485
+ Lab: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1486
+ PetriDish: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1487
+ Chemical: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1488
+ Radiation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1489
+ Biology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1490
+ };
1491
+
1492
+ /** Science lab icon */
1493
+ export declare const ScienceLabIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1494
+
1495
+ export declare const ScissorsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1496
+
1497
+ /** Blind/Screen reader icon */
1498
+ export declare const ScreenReaderIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1499
+
1500
+ /** Screen recording icon */
1501
+ export declare const ScreenRecordingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1502
+
1503
+ export declare const SculptureIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1504
+
1505
+ /** Self assessment icon */
1506
+ export declare const SelfAssessmentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1507
+
1508
+ /** Key club/Service club icon */
1509
+ export declare const ServiceClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1510
+
1511
+ export declare const SigmaIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1512
+
1513
+ /** Sign Language icon */
1514
+ export declare const SignLanguageIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1515
+
1516
+ /** Simulation icon */
1517
+ export declare const SimulationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1518
+
1519
+ /** Small group icon */
1520
+ export declare const SmallGroupIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1521
+
1522
+ /** Smartboard icon */
1523
+ export declare const SmartboardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1524
+
1525
+ /** Soccer club icon */
1526
+ export declare const SoccerClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1527
+
1528
+ /** Social Studies icon - group of people */
1529
+ export declare const SocialStudiesIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1530
+
1531
+ /** Spanish icon */
1532
+ export declare const SpanishIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1533
+
1534
+ /** Speaking icon */
1535
+ export declare const SpeakingPracticeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1536
+
1537
+ /** Special collections icon */
1538
+ export declare const SpecialCollectionsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1539
+
1540
+ export declare type SpecialEdIconName = 'Accessibility' | 'Wheelchair' | 'ScreenReader' | 'HearingImpaired' | 'ClosedCaptions' | 'Braille' | 'TextToSpeech' | 'HighContrast' | 'LargeText' | 'DyslexiaFriendly' | 'ADHDSupport' | 'AutismSupport' | 'SpeechTherapy' | 'OccupationalTherapy' | 'IEP' | 'Plan504' | 'ResourceRoom' | 'OneOnOne' | 'SmallGroup' | 'Paraprofessional' | 'AssistiveTech' | 'CommunicationBoard' | 'AdaptiveKeyboard' | 'LowVision' | 'AudioDescription';
1541
+
1542
+ /** All Special Education icons as a collection */
1543
+ export declare const SpecialEdIcons: {
1544
+ Accessibility: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1545
+ Wheelchair: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1546
+ ScreenReader: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1547
+ HearingImpaired: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1548
+ ClosedCaptions: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1549
+ Braille: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1550
+ TextToSpeech: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1551
+ HighContrast: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1552
+ LargeText: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1553
+ DyslexiaFriendly: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1554
+ ADHDSupport: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1555
+ AutismSupport: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1556
+ SpeechTherapy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1557
+ OccupationalTherapy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1558
+ IEP: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1559
+ Plan504: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1560
+ ResourceRoom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1561
+ OneOnOne: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1562
+ SmallGroup: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1563
+ Paraprofessional: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1564
+ AssistiveTech: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1565
+ CommunicationBoard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1566
+ AdaptiveKeyboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1567
+ LowVision: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1568
+ AudioDescription: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1569
+ };
1570
+
1571
+ /** Speech therapy icon */
1572
+ export declare const SpeechTherapyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1573
+
1574
+ /** Sports field icon */
1575
+ export declare const SportsFieldIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1576
+
1577
+ /** Sports icon - ball */
1578
+ export declare const SportsIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1579
+
1580
+ /** Standardized test icon */
1581
+ export declare const StandardizedTestIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1582
+
1583
+ /** Student council icon */
1584
+ export declare const StudentCouncilIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1585
+
1586
+ /** Student icon - person with backpack */
1587
+ export declare const StudentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1588
+
1589
+ /** Student union icon */
1590
+ export declare const StudentUnionIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1591
+
1592
+ /** Study abroad icon */
1593
+ export declare const StudyAbroadIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1594
+
1595
+ /** Study carrel icon */
1596
+ export declare const StudyCarrelIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1597
+
1598
+ /** Study icon - person at desk with book */
1599
+ export declare const StudyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1600
+
1601
+ export declare type SubjectIconName = 'history' | 'geography' | 'social-studies' | 'economics' | 'music' | 'literature' | 'language' | 'philosophy' | 'psychology' | 'physical-education' | 'sports' | 'computer-science' | 'technology' | 'civics';
1602
+
1603
+ /** All Subject icons as a collection */
1604
+ export declare const SubjectIcons: {
1605
+ History: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1606
+ Geography: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1607
+ SocialStudies: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1608
+ Economics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1609
+ Music: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1610
+ Literature: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1611
+ Language: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1612
+ Philosophy: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1613
+ Psychology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1614
+ PhysicalEducation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1615
+ Sports: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1616
+ ComputerScience: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1617
+ Technology: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1618
+ Civics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1619
+ };
1620
+
1621
+ /** Swimming pool icon */
1622
+ export declare const SwimmingPoolIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1623
+
1624
+ /** Swimming team icon */
1625
+ export declare const SwimmingTeamIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1626
+
1627
+ /** Syllabus icon */
1628
+ export declare const SyllabusIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1629
+
1630
+ /** Tablet learning icon */
1631
+ export declare const TabletLearningIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1632
+
1633
+ /** Teacher icon - person at board */
1634
+ export declare const TeacherIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1635
+
1636
+ /** Teaching assistant icon */
1637
+ export declare const TeachingAssistantIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1638
+
1639
+ /** Technology icon - gear with circuit */
1640
+ export declare const TechnologyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1641
+
1642
+ export declare type TechnologyIconName = 'LaptopLearning' | 'TabletLearning' | 'Smartboard' | 'Projector' | 'EReader' | 'VideoLesson' | 'LiveClass' | 'Webinar' | 'MOOC' | 'ElearningPlatform' | 'VirtualClassroom' | 'CodeLearning' | 'BlockCoding' | 'Algorithm' | 'Debugging' | 'DatabaseLearning' | 'WebDevelopment' | 'AppDevelopment' | 'Robotics' | 'AILearning' | 'InteractiveQuiz' | 'Gamification' | 'Simulation' | 'DigitalWhiteboard' | 'PodcastLearning' | 'ScreenRecording' | 'Annotation' | 'CloudStorage' | 'DigitalCertification' | 'LearningAnalytics';
1643
+
1644
+ /** All Technology & Digital Learning icons as a collection */
1645
+ export declare const TechnologyIcons: {
1646
+ LaptopLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1647
+ TabletLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1648
+ Smartboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1649
+ Projector: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1650
+ EReader: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1651
+ VideoLesson: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1652
+ LiveClass: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1653
+ Webinar: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1654
+ MOOC: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1655
+ ElearningPlatform: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1656
+ VirtualClassroom: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1657
+ CodeLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1658
+ BlockCoding: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1659
+ Algorithm: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1660
+ Debugging: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1661
+ DatabaseLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1662
+ WebDevelopment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1663
+ AppDevelopment: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1664
+ Robotics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1665
+ AILearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1666
+ InteractiveQuiz: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1667
+ Gamification: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1668
+ Simulation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1669
+ DigitalWhiteboard: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1670
+ PodcastLearning: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1671
+ ScreenRecording: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1672
+ Annotation: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1673
+ CloudStorage: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1674
+ DigitalCertification: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1675
+ LearningAnalytics: () => Promise<ForwardRefExoticComponent<EducationIconProps & RefAttributes<SVGSVGElement>>>;
1676
+ };
1677
+
1678
+ export declare const TelescopeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1679
+
1680
+ /** Tennis club icon */
1681
+ export declare const TennisClubIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1682
+
1683
+ /** Test icon - clipboard with checklist */
1684
+ export declare const TestIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1685
+
1686
+ /** Test paper icon */
1687
+ export declare const TestPaperIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1688
+
1689
+ /** Textbook icon */
1690
+ export declare const TextbookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1691
+
1692
+ /** Text to speech icon */
1693
+ export declare const TextToSpeechIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1694
+
1695
+ export declare const TheaterIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1696
+
1697
+ /** Thesis/Dissertation icon */
1698
+ export declare const ThesisIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1699
+
1700
+ /** Timer/Timed test icon */
1701
+ export declare const TimedTestIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1702
+
1703
+ /** Track and field icon */
1704
+ export declare const TrackFieldIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1705
+
1706
+ /** Translation icon */
1707
+ export declare const TranslationIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1708
+
1709
+ /** Trophy icon - winner trophy */
1710
+ export declare const TrophyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1711
+
1712
+ /** True/False icon */
1713
+ export declare const TrueFalseIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1714
+
1715
+ /** Tutorial icon - lightbulb with steps */
1716
+ export declare const TutorialIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1717
+
1718
+ /** Tutor icon - one-on-one teaching */
1719
+ export declare const TutorIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1720
+
1721
+ /** University building icon */
1722
+ export declare const UniversityIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1723
+
1724
+ /** Video lesson icon */
1725
+ export declare const VideoLessonIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1726
+
1727
+ /** Virtual classroom icon */
1728
+ export declare const VirtualClassroomIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1729
+
1730
+ /** Vocabulary icon */
1731
+ export declare const VocabularyIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1732
+
1733
+ /** Volleyball team icon */
1734
+ export declare const VolleyballTeamIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1735
+
1736
+ /** Volunteer/Community service icon */
1737
+ export declare const VolunteerIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1738
+
1739
+ /** Web development icon */
1740
+ export declare const WebDevelopmentIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1741
+
1742
+ /** Webinar icon */
1743
+ export declare const WebinarIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1744
+
1745
+ /** Wheelchair icon */
1746
+ export declare const WheelchairIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1747
+
1748
+ /** Whiteboard icon */
1749
+ export declare const WhiteboardIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1750
+
1751
+ /** Writing icon - pen on paper */
1752
+ export declare const WritingIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1753
+
1754
+ /** Writing Practice icon */
1755
+ export declare const WritingPracticeIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1756
+
1757
+ /** Yearbook/Journalism icon */
1758
+ export declare const YearbookIcon: default_2.ForwardRefExoticComponent<EducationIconProps & default_2.RefAttributes<SVGSVGElement>>;
1759
+
1760
+ export { }