@mui/icons-material 5.10.3 → 5.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +367 -0
- package/index.d.ts +718 -718
- package/index.js +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -8,16 +8,31 @@ export const AbcOutlined: SvgIconComponent;
|
|
|
8
8
|
export const AbcRounded: SvgIconComponent;
|
|
9
9
|
export const AbcSharp: SvgIconComponent;
|
|
10
10
|
export const AbcTwoTone: SvgIconComponent;
|
|
11
|
+
export const AcUnit: SvgIconComponent;
|
|
12
|
+
export const AcUnitOutlined: SvgIconComponent;
|
|
13
|
+
export const AcUnitRounded: SvgIconComponent;
|
|
14
|
+
export const AcUnitSharp: SvgIconComponent;
|
|
15
|
+
export const AcUnitTwoTone: SvgIconComponent;
|
|
11
16
|
export const AccessAlarm: SvgIconComponent;
|
|
12
17
|
export const AccessAlarmOutlined: SvgIconComponent;
|
|
13
18
|
export const AccessAlarmRounded: SvgIconComponent;
|
|
14
|
-
export const AccessAlarms: SvgIconComponent;
|
|
15
19
|
export const AccessAlarmSharp: SvgIconComponent;
|
|
20
|
+
export const AccessAlarmTwoTone: SvgIconComponent;
|
|
21
|
+
export const AccessAlarms: SvgIconComponent;
|
|
16
22
|
export const AccessAlarmsOutlined: SvgIconComponent;
|
|
17
23
|
export const AccessAlarmsRounded: SvgIconComponent;
|
|
18
24
|
export const AccessAlarmsSharp: SvgIconComponent;
|
|
19
25
|
export const AccessAlarmsTwoTone: SvgIconComponent;
|
|
20
|
-
export const
|
|
26
|
+
export const AccessTime: SvgIconComponent;
|
|
27
|
+
export const AccessTimeFilled: SvgIconComponent;
|
|
28
|
+
export const AccessTimeFilledOutlined: SvgIconComponent;
|
|
29
|
+
export const AccessTimeFilledRounded: SvgIconComponent;
|
|
30
|
+
export const AccessTimeFilledSharp: SvgIconComponent;
|
|
31
|
+
export const AccessTimeFilledTwoTone: SvgIconComponent;
|
|
32
|
+
export const AccessTimeOutlined: SvgIconComponent;
|
|
33
|
+
export const AccessTimeRounded: SvgIconComponent;
|
|
34
|
+
export const AccessTimeSharp: SvgIconComponent;
|
|
35
|
+
export const AccessTimeTwoTone: SvgIconComponent;
|
|
21
36
|
export const Accessibility: SvgIconComponent;
|
|
22
37
|
export const AccessibilityNew: SvgIconComponent;
|
|
23
38
|
export const AccessibilityNewOutlined: SvgIconComponent;
|
|
@@ -38,16 +53,6 @@ export const AccessibleOutlined: SvgIconComponent;
|
|
|
38
53
|
export const AccessibleRounded: SvgIconComponent;
|
|
39
54
|
export const AccessibleSharp: SvgIconComponent;
|
|
40
55
|
export const AccessibleTwoTone: SvgIconComponent;
|
|
41
|
-
export const AccessTime: SvgIconComponent;
|
|
42
|
-
export const AccessTimeFilled: SvgIconComponent;
|
|
43
|
-
export const AccessTimeFilledOutlined: SvgIconComponent;
|
|
44
|
-
export const AccessTimeFilledRounded: SvgIconComponent;
|
|
45
|
-
export const AccessTimeFilledSharp: SvgIconComponent;
|
|
46
|
-
export const AccessTimeFilledTwoTone: SvgIconComponent;
|
|
47
|
-
export const AccessTimeOutlined: SvgIconComponent;
|
|
48
|
-
export const AccessTimeRounded: SvgIconComponent;
|
|
49
|
-
export const AccessTimeSharp: SvgIconComponent;
|
|
50
|
-
export const AccessTimeTwoTone: SvgIconComponent;
|
|
51
56
|
export const AccountBalance: SvgIconComponent;
|
|
52
57
|
export const AccountBalanceOutlined: SvgIconComponent;
|
|
53
58
|
export const AccountBalanceRounded: SvgIconComponent;
|
|
@@ -73,17 +78,22 @@ export const AccountTreeOutlined: SvgIconComponent;
|
|
|
73
78
|
export const AccountTreeRounded: SvgIconComponent;
|
|
74
79
|
export const AccountTreeSharp: SvgIconComponent;
|
|
75
80
|
export const AccountTreeTwoTone: SvgIconComponent;
|
|
76
|
-
export const
|
|
77
|
-
export const
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
+
export const AdUnits: SvgIconComponent;
|
|
82
|
+
export const AdUnitsOutlined: SvgIconComponent;
|
|
83
|
+
export const AdUnitsRounded: SvgIconComponent;
|
|
84
|
+
export const AdUnitsSharp: SvgIconComponent;
|
|
85
|
+
export const AdUnitsTwoTone: SvgIconComponent;
|
|
81
86
|
export const Adb: SvgIconComponent;
|
|
82
87
|
export const AdbOutlined: SvgIconComponent;
|
|
83
88
|
export const AdbRounded: SvgIconComponent;
|
|
84
89
|
export const AdbSharp: SvgIconComponent;
|
|
85
90
|
export const AdbTwoTone: SvgIconComponent;
|
|
86
91
|
export const Add: SvgIconComponent;
|
|
92
|
+
export const AddAPhoto: SvgIconComponent;
|
|
93
|
+
export const AddAPhotoOutlined: SvgIconComponent;
|
|
94
|
+
export const AddAPhotoRounded: SvgIconComponent;
|
|
95
|
+
export const AddAPhotoSharp: SvgIconComponent;
|
|
96
|
+
export const AddAPhotoTwoTone: SvgIconComponent;
|
|
87
97
|
export const AddAlarm: SvgIconComponent;
|
|
88
98
|
export const AddAlarmOutlined: SvgIconComponent;
|
|
89
99
|
export const AddAlarmRounded: SvgIconComponent;
|
|
@@ -94,11 +104,6 @@ export const AddAlertOutlined: SvgIconComponent;
|
|
|
94
104
|
export const AddAlertRounded: SvgIconComponent;
|
|
95
105
|
export const AddAlertSharp: SvgIconComponent;
|
|
96
106
|
export const AddAlertTwoTone: SvgIconComponent;
|
|
97
|
-
export const AddAPhoto: SvgIconComponent;
|
|
98
|
-
export const AddAPhotoOutlined: SvgIconComponent;
|
|
99
|
-
export const AddAPhotoRounded: SvgIconComponent;
|
|
100
|
-
export const AddAPhotoSharp: SvgIconComponent;
|
|
101
|
-
export const AddAPhotoTwoTone: SvgIconComponent;
|
|
102
107
|
export const AddBox: SvgIconComponent;
|
|
103
108
|
export const AddBoxOutlined: SvgIconComponent;
|
|
104
109
|
export const AddBoxRounded: SvgIconComponent;
|
|
@@ -114,18 +119,13 @@ export const AddCardOutlined: SvgIconComponent;
|
|
|
114
119
|
export const AddCardRounded: SvgIconComponent;
|
|
115
120
|
export const AddCardSharp: SvgIconComponent;
|
|
116
121
|
export const AddCardTwoTone: SvgIconComponent;
|
|
117
|
-
export const Addchart: SvgIconComponent;
|
|
118
|
-
export const AddchartOutlined: SvgIconComponent;
|
|
119
|
-
export const AddchartRounded: SvgIconComponent;
|
|
120
|
-
export const AddchartSharp: SvgIconComponent;
|
|
121
|
-
export const AddchartTwoTone: SvgIconComponent;
|
|
122
122
|
export const AddCircle: SvgIconComponent;
|
|
123
123
|
export const AddCircleOutline: SvgIconComponent;
|
|
124
|
-
export const AddCircleOutlined: SvgIconComponent;
|
|
125
124
|
export const AddCircleOutlineOutlined: SvgIconComponent;
|
|
126
125
|
export const AddCircleOutlineRounded: SvgIconComponent;
|
|
127
126
|
export const AddCircleOutlineSharp: SvgIconComponent;
|
|
128
127
|
export const AddCircleOutlineTwoTone: SvgIconComponent;
|
|
128
|
+
export const AddCircleOutlined: SvgIconComponent;
|
|
129
129
|
export const AddCircleRounded: SvgIconComponent;
|
|
130
130
|
export const AddCircleSharp: SvgIconComponent;
|
|
131
131
|
export const AddCircleTwoTone: SvgIconComponent;
|
|
@@ -218,6 +218,11 @@ export const AddToQueueRounded: SvgIconComponent;
|
|
|
218
218
|
export const AddToQueueSharp: SvgIconComponent;
|
|
219
219
|
export const AddToQueueTwoTone: SvgIconComponent;
|
|
220
220
|
export const AddTwoTone: SvgIconComponent;
|
|
221
|
+
export const Addchart: SvgIconComponent;
|
|
222
|
+
export const AddchartOutlined: SvgIconComponent;
|
|
223
|
+
export const AddchartRounded: SvgIconComponent;
|
|
224
|
+
export const AddchartSharp: SvgIconComponent;
|
|
225
|
+
export const AddchartTwoTone: SvgIconComponent;
|
|
221
226
|
export const AdfScanner: SvgIconComponent;
|
|
222
227
|
export const AdfScannerOutlined: SvgIconComponent;
|
|
223
228
|
export const AdfScannerRounded: SvgIconComponent;
|
|
@@ -233,18 +238,16 @@ export const AdminPanelSettingsOutlined: SvgIconComponent;
|
|
|
233
238
|
export const AdminPanelSettingsRounded: SvgIconComponent;
|
|
234
239
|
export const AdminPanelSettingsSharp: SvgIconComponent;
|
|
235
240
|
export const AdminPanelSettingsTwoTone: SvgIconComponent;
|
|
236
|
-
export const AdUnits: SvgIconComponent;
|
|
237
|
-
export const AdUnitsOutlined: SvgIconComponent;
|
|
238
|
-
export const AdUnitsRounded: SvgIconComponent;
|
|
239
|
-
export const AdUnitsSharp: SvgIconComponent;
|
|
240
|
-
export const AdUnitsTwoTone: SvgIconComponent;
|
|
241
241
|
export const Agriculture: SvgIconComponent;
|
|
242
242
|
export const AgricultureOutlined: SvgIconComponent;
|
|
243
243
|
export const AgricultureRounded: SvgIconComponent;
|
|
244
244
|
export const AgricultureSharp: SvgIconComponent;
|
|
245
245
|
export const AgricultureTwoTone: SvgIconComponent;
|
|
246
246
|
export const Air: SvgIconComponent;
|
|
247
|
-
export const
|
|
247
|
+
export const AirOutlined: SvgIconComponent;
|
|
248
|
+
export const AirRounded: SvgIconComponent;
|
|
249
|
+
export const AirSharp: SvgIconComponent;
|
|
250
|
+
export const AirTwoTone: SvgIconComponent;
|
|
248
251
|
export const AirlineSeatFlat: SvgIconComponent;
|
|
249
252
|
export const AirlineSeatFlatAngled: SvgIconComponent;
|
|
250
253
|
export const AirlineSeatFlatAngledOutlined: SvgIconComponent;
|
|
@@ -285,16 +288,21 @@ export const AirlineSeatReclineNormalOutlined: SvgIconComponent;
|
|
|
285
288
|
export const AirlineSeatReclineNormalRounded: SvgIconComponent;
|
|
286
289
|
export const AirlineSeatReclineNormalSharp: SvgIconComponent;
|
|
287
290
|
export const AirlineSeatReclineNormalTwoTone: SvgIconComponent;
|
|
288
|
-
export const AirlinesOutlined: SvgIconComponent;
|
|
289
|
-
export const AirlinesRounded: SvgIconComponent;
|
|
290
|
-
export const AirlinesSharp: SvgIconComponent;
|
|
291
291
|
export const AirlineStops: SvgIconComponent;
|
|
292
292
|
export const AirlineStopsOutlined: SvgIconComponent;
|
|
293
293
|
export const AirlineStopsRounded: SvgIconComponent;
|
|
294
294
|
export const AirlineStopsSharp: SvgIconComponent;
|
|
295
295
|
export const AirlineStopsTwoTone: SvgIconComponent;
|
|
296
|
+
export const Airlines: SvgIconComponent;
|
|
297
|
+
export const AirlinesOutlined: SvgIconComponent;
|
|
298
|
+
export const AirlinesRounded: SvgIconComponent;
|
|
299
|
+
export const AirlinesSharp: SvgIconComponent;
|
|
296
300
|
export const AirlinesTwoTone: SvgIconComponent;
|
|
297
|
-
export const
|
|
301
|
+
export const AirplaneTicket: SvgIconComponent;
|
|
302
|
+
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
303
|
+
export const AirplaneTicketRounded: SvgIconComponent;
|
|
304
|
+
export const AirplaneTicketSharp: SvgIconComponent;
|
|
305
|
+
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
298
306
|
export const AirplanemodeActive: SvgIconComponent;
|
|
299
307
|
export const AirplanemodeActiveOutlined: SvgIconComponent;
|
|
300
308
|
export const AirplanemodeActiveRounded: SvgIconComponent;
|
|
@@ -305,11 +313,6 @@ export const AirplanemodeInactiveOutlined: SvgIconComponent;
|
|
|
305
313
|
export const AirplanemodeInactiveRounded: SvgIconComponent;
|
|
306
314
|
export const AirplanemodeInactiveSharp: SvgIconComponent;
|
|
307
315
|
export const AirplanemodeInactiveTwoTone: SvgIconComponent;
|
|
308
|
-
export const AirplaneTicket: SvgIconComponent;
|
|
309
|
-
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
310
|
-
export const AirplaneTicketRounded: SvgIconComponent;
|
|
311
|
-
export const AirplaneTicketSharp: SvgIconComponent;
|
|
312
|
-
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
313
316
|
export const Airplay: SvgIconComponent;
|
|
314
317
|
export const AirplayOutlined: SvgIconComponent;
|
|
315
318
|
export const AirplayRounded: SvgIconComponent;
|
|
@@ -320,9 +323,6 @@ export const AirportShuttleOutlined: SvgIconComponent;
|
|
|
320
323
|
export const AirportShuttleRounded: SvgIconComponent;
|
|
321
324
|
export const AirportShuttleSharp: SvgIconComponent;
|
|
322
325
|
export const AirportShuttleTwoTone: SvgIconComponent;
|
|
323
|
-
export const AirRounded: SvgIconComponent;
|
|
324
|
-
export const AirSharp: SvgIconComponent;
|
|
325
|
-
export const AirTwoTone: SvgIconComponent;
|
|
326
326
|
export const Alarm: SvgIconComponent;
|
|
327
327
|
export const AlarmAdd: SvgIconComponent;
|
|
328
328
|
export const AlarmAddOutlined: SvgIconComponent;
|
|
@@ -393,16 +393,16 @@ export const AllOutOutlined: SvgIconComponent;
|
|
|
393
393
|
export const AllOutRounded: SvgIconComponent;
|
|
394
394
|
export const AllOutSharp: SvgIconComponent;
|
|
395
395
|
export const AllOutTwoTone: SvgIconComponent;
|
|
396
|
-
export const AlternateEmail: SvgIconComponent;
|
|
397
|
-
export const AlternateEmailOutlined: SvgIconComponent;
|
|
398
|
-
export const AlternateEmailRounded: SvgIconComponent;
|
|
399
|
-
export const AlternateEmailSharp: SvgIconComponent;
|
|
400
|
-
export const AlternateEmailTwoTone: SvgIconComponent;
|
|
401
396
|
export const AltRoute: SvgIconComponent;
|
|
402
397
|
export const AltRouteOutlined: SvgIconComponent;
|
|
403
398
|
export const AltRouteRounded: SvgIconComponent;
|
|
404
399
|
export const AltRouteSharp: SvgIconComponent;
|
|
405
400
|
export const AltRouteTwoTone: SvgIconComponent;
|
|
401
|
+
export const AlternateEmail: SvgIconComponent;
|
|
402
|
+
export const AlternateEmailOutlined: SvgIconComponent;
|
|
403
|
+
export const AlternateEmailRounded: SvgIconComponent;
|
|
404
|
+
export const AlternateEmailSharp: SvgIconComponent;
|
|
405
|
+
export const AlternateEmailTwoTone: SvgIconComponent;
|
|
406
406
|
export const Analytics: SvgIconComponent;
|
|
407
407
|
export const AnalyticsOutlined: SvgIconComponent;
|
|
408
408
|
export const AnalyticsRounded: SvgIconComponent;
|
|
@@ -448,18 +448,11 @@ export const AppBlockingOutlined: SvgIconComponent;
|
|
|
448
448
|
export const AppBlockingRounded: SvgIconComponent;
|
|
449
449
|
export const AppBlockingSharp: SvgIconComponent;
|
|
450
450
|
export const AppBlockingTwoTone: SvgIconComponent;
|
|
451
|
-
export const Apple: SvgIconComponent;
|
|
452
451
|
export const AppRegistration: SvgIconComponent;
|
|
453
452
|
export const AppRegistrationOutlined: SvgIconComponent;
|
|
454
453
|
export const AppRegistrationRounded: SvgIconComponent;
|
|
455
454
|
export const AppRegistrationSharp: SvgIconComponent;
|
|
456
455
|
export const AppRegistrationTwoTone: SvgIconComponent;
|
|
457
|
-
export const Approval: SvgIconComponent;
|
|
458
|
-
export const ApprovalOutlined: SvgIconComponent;
|
|
459
|
-
export const ApprovalRounded: SvgIconComponent;
|
|
460
|
-
export const ApprovalSharp: SvgIconComponent;
|
|
461
|
-
export const ApprovalTwoTone: SvgIconComponent;
|
|
462
|
-
export const Apps: SvgIconComponent;
|
|
463
456
|
export const AppSettingsAlt: SvgIconComponent;
|
|
464
457
|
export const AppSettingsAltOutlined: SvgIconComponent;
|
|
465
458
|
export const AppSettingsAltRounded: SvgIconComponent;
|
|
@@ -470,6 +463,13 @@ export const AppShortcutOutlined: SvgIconComponent;
|
|
|
470
463
|
export const AppShortcutRounded: SvgIconComponent;
|
|
471
464
|
export const AppShortcutSharp: SvgIconComponent;
|
|
472
465
|
export const AppShortcutTwoTone: SvgIconComponent;
|
|
466
|
+
export const Apple: SvgIconComponent;
|
|
467
|
+
export const Approval: SvgIconComponent;
|
|
468
|
+
export const ApprovalOutlined: SvgIconComponent;
|
|
469
|
+
export const ApprovalRounded: SvgIconComponent;
|
|
470
|
+
export const ApprovalSharp: SvgIconComponent;
|
|
471
|
+
export const ApprovalTwoTone: SvgIconComponent;
|
|
472
|
+
export const Apps: SvgIconComponent;
|
|
473
473
|
export const AppsOutage: SvgIconComponent;
|
|
474
474
|
export const AppsOutageOutlined: SvgIconComponent;
|
|
475
475
|
export const AppsOutageRounded: SvgIconComponent;
|
|
@@ -579,16 +579,16 @@ export const ArrowUpwardOutlined: SvgIconComponent;
|
|
|
579
579
|
export const ArrowUpwardRounded: SvgIconComponent;
|
|
580
580
|
export const ArrowUpwardSharp: SvgIconComponent;
|
|
581
581
|
export const ArrowUpwardTwoTone: SvgIconComponent;
|
|
582
|
-
export const Article: SvgIconComponent;
|
|
583
|
-
export const ArticleOutlined: SvgIconComponent;
|
|
584
|
-
export const ArticleRounded: SvgIconComponent;
|
|
585
|
-
export const ArticleSharp: SvgIconComponent;
|
|
586
|
-
export const ArticleTwoTone: SvgIconComponent;
|
|
587
582
|
export const ArtTrack: SvgIconComponent;
|
|
588
583
|
export const ArtTrackOutlined: SvgIconComponent;
|
|
589
584
|
export const ArtTrackRounded: SvgIconComponent;
|
|
590
585
|
export const ArtTrackSharp: SvgIconComponent;
|
|
591
586
|
export const ArtTrackTwoTone: SvgIconComponent;
|
|
587
|
+
export const Article: SvgIconComponent;
|
|
588
|
+
export const ArticleOutlined: SvgIconComponent;
|
|
589
|
+
export const ArticleRounded: SvgIconComponent;
|
|
590
|
+
export const ArticleSharp: SvgIconComponent;
|
|
591
|
+
export const ArticleTwoTone: SvgIconComponent;
|
|
592
592
|
export const AspectRatio: SvgIconComponent;
|
|
593
593
|
export const AspectRatioOutlined: SvgIconComponent;
|
|
594
594
|
export const AspectRatioRounded: SvgIconComponent;
|
|
@@ -612,15 +612,15 @@ export const AssignmentLateSharp: SvgIconComponent;
|
|
|
612
612
|
export const AssignmentLateTwoTone: SvgIconComponent;
|
|
613
613
|
export const AssignmentOutlined: SvgIconComponent;
|
|
614
614
|
export const AssignmentReturn: SvgIconComponent;
|
|
615
|
+
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
616
|
+
export const AssignmentReturnRounded: SvgIconComponent;
|
|
617
|
+
export const AssignmentReturnSharp: SvgIconComponent;
|
|
618
|
+
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
615
619
|
export const AssignmentReturned: SvgIconComponent;
|
|
616
620
|
export const AssignmentReturnedOutlined: SvgIconComponent;
|
|
617
621
|
export const AssignmentReturnedRounded: SvgIconComponent;
|
|
618
622
|
export const AssignmentReturnedSharp: SvgIconComponent;
|
|
619
623
|
export const AssignmentReturnedTwoTone: SvgIconComponent;
|
|
620
|
-
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
621
|
-
export const AssignmentReturnRounded: SvgIconComponent;
|
|
622
|
-
export const AssignmentReturnSharp: SvgIconComponent;
|
|
623
|
-
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
624
624
|
export const AssignmentRounded: SvgIconComponent;
|
|
625
625
|
export const AssignmentSharp: SvgIconComponent;
|
|
626
626
|
export const AssignmentTurnedIn: SvgIconComponent;
|
|
@@ -629,6 +629,11 @@ export const AssignmentTurnedInRounded: SvgIconComponent;
|
|
|
629
629
|
export const AssignmentTurnedInSharp: SvgIconComponent;
|
|
630
630
|
export const AssignmentTurnedInTwoTone: SvgIconComponent;
|
|
631
631
|
export const AssignmentTwoTone: SvgIconComponent;
|
|
632
|
+
export const AssistWalker: SvgIconComponent;
|
|
633
|
+
export const AssistWalkerOutlined: SvgIconComponent;
|
|
634
|
+
export const AssistWalkerRounded: SvgIconComponent;
|
|
635
|
+
export const AssistWalkerSharp: SvgIconComponent;
|
|
636
|
+
export const AssistWalkerTwoTone: SvgIconComponent;
|
|
632
637
|
export const Assistant: SvgIconComponent;
|
|
633
638
|
export const AssistantDirection: SvgIconComponent;
|
|
634
639
|
export const AssistantDirectionOutlined: SvgIconComponent;
|
|
@@ -644,11 +649,6 @@ export const AssistantPhotoTwoTone: SvgIconComponent;
|
|
|
644
649
|
export const AssistantRounded: SvgIconComponent;
|
|
645
650
|
export const AssistantSharp: SvgIconComponent;
|
|
646
651
|
export const AssistantTwoTone: SvgIconComponent;
|
|
647
|
-
export const AssistWalker: SvgIconComponent;
|
|
648
|
-
export const AssistWalkerOutlined: SvgIconComponent;
|
|
649
|
-
export const AssistWalkerRounded: SvgIconComponent;
|
|
650
|
-
export const AssistWalkerSharp: SvgIconComponent;
|
|
651
|
-
export const AssistWalkerTwoTone: SvgIconComponent;
|
|
652
652
|
export const AssuredWorkload: SvgIconComponent;
|
|
653
653
|
export const AssuredWorkloadOutlined: SvgIconComponent;
|
|
654
654
|
export const AssuredWorkloadRounded: SvgIconComponent;
|
|
@@ -669,16 +669,16 @@ export const AttachFileOutlined: SvgIconComponent;
|
|
|
669
669
|
export const AttachFileRounded: SvgIconComponent;
|
|
670
670
|
export const AttachFileSharp: SvgIconComponent;
|
|
671
671
|
export const AttachFileTwoTone: SvgIconComponent;
|
|
672
|
-
export const Attachment: SvgIconComponent;
|
|
673
|
-
export const AttachmentOutlined: SvgIconComponent;
|
|
674
|
-
export const AttachmentRounded: SvgIconComponent;
|
|
675
|
-
export const AttachmentSharp: SvgIconComponent;
|
|
676
|
-
export const AttachmentTwoTone: SvgIconComponent;
|
|
677
672
|
export const AttachMoney: SvgIconComponent;
|
|
678
673
|
export const AttachMoneyOutlined: SvgIconComponent;
|
|
679
674
|
export const AttachMoneyRounded: SvgIconComponent;
|
|
680
675
|
export const AttachMoneySharp: SvgIconComponent;
|
|
681
676
|
export const AttachMoneyTwoTone: SvgIconComponent;
|
|
677
|
+
export const Attachment: SvgIconComponent;
|
|
678
|
+
export const AttachmentOutlined: SvgIconComponent;
|
|
679
|
+
export const AttachmentRounded: SvgIconComponent;
|
|
680
|
+
export const AttachmentSharp: SvgIconComponent;
|
|
681
|
+
export const AttachmentTwoTone: SvgIconComponent;
|
|
682
682
|
export const Attractions: SvgIconComponent;
|
|
683
683
|
export const AttractionsOutlined: SvgIconComponent;
|
|
684
684
|
export const AttractionsRounded: SvgIconComponent;
|
|
@@ -734,11 +734,6 @@ export const AutoFixOffOutlined: SvgIconComponent;
|
|
|
734
734
|
export const AutoFixOffRounded: SvgIconComponent;
|
|
735
735
|
export const AutoFixOffSharp: SvgIconComponent;
|
|
736
736
|
export const AutoFixOffTwoTone: SvgIconComponent;
|
|
737
|
-
export const AutofpsSelect: SvgIconComponent;
|
|
738
|
-
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
739
|
-
export const AutofpsSelectRounded: SvgIconComponent;
|
|
740
|
-
export const AutofpsSelectSharp: SvgIconComponent;
|
|
741
|
-
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
742
737
|
export const AutoGraph: SvgIconComponent;
|
|
743
738
|
export const AutoGraphOutlined: SvgIconComponent;
|
|
744
739
|
export const AutoGraphRounded: SvgIconComponent;
|
|
@@ -749,16 +744,21 @@ export const AutoModeOutlined: SvgIconComponent;
|
|
|
749
744
|
export const AutoModeRounded: SvgIconComponent;
|
|
750
745
|
export const AutoModeSharp: SvgIconComponent;
|
|
751
746
|
export const AutoModeTwoTone: SvgIconComponent;
|
|
752
|
-
export const Autorenew: SvgIconComponent;
|
|
753
|
-
export const AutorenewOutlined: SvgIconComponent;
|
|
754
|
-
export const AutorenewRounded: SvgIconComponent;
|
|
755
|
-
export const AutorenewSharp: SvgIconComponent;
|
|
756
|
-
export const AutorenewTwoTone: SvgIconComponent;
|
|
757
747
|
export const AutoStories: SvgIconComponent;
|
|
758
748
|
export const AutoStoriesOutlined: SvgIconComponent;
|
|
759
749
|
export const AutoStoriesRounded: SvgIconComponent;
|
|
760
750
|
export const AutoStoriesSharp: SvgIconComponent;
|
|
761
751
|
export const AutoStoriesTwoTone: SvgIconComponent;
|
|
752
|
+
export const AutofpsSelect: SvgIconComponent;
|
|
753
|
+
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
754
|
+
export const AutofpsSelectRounded: SvgIconComponent;
|
|
755
|
+
export const AutofpsSelectSharp: SvgIconComponent;
|
|
756
|
+
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
757
|
+
export const Autorenew: SvgIconComponent;
|
|
758
|
+
export const AutorenewOutlined: SvgIconComponent;
|
|
759
|
+
export const AutorenewRounded: SvgIconComponent;
|
|
760
|
+
export const AutorenewSharp: SvgIconComponent;
|
|
761
|
+
export const AutorenewTwoTone: SvgIconComponent;
|
|
762
762
|
export const AvTimer: SvgIconComponent;
|
|
763
763
|
export const AvTimerOutlined: SvgIconComponent;
|
|
764
764
|
export const AvTimerRounded: SvgIconComponent;
|
|
@@ -966,6 +966,9 @@ export const BeachAccessSharp: SvgIconComponent;
|
|
|
966
966
|
export const BeachAccessTwoTone: SvgIconComponent;
|
|
967
967
|
export const Bed: SvgIconComponent;
|
|
968
968
|
export const BedOutlined: SvgIconComponent;
|
|
969
|
+
export const BedRounded: SvgIconComponent;
|
|
970
|
+
export const BedSharp: SvgIconComponent;
|
|
971
|
+
export const BedTwoTone: SvgIconComponent;
|
|
969
972
|
export const BedroomBaby: SvgIconComponent;
|
|
970
973
|
export const BedroomBabyOutlined: SvgIconComponent;
|
|
971
974
|
export const BedroomBabyRounded: SvgIconComponent;
|
|
@@ -981,8 +984,6 @@ export const BedroomParentOutlined: SvgIconComponent;
|
|
|
981
984
|
export const BedroomParentRounded: SvgIconComponent;
|
|
982
985
|
export const BedroomParentSharp: SvgIconComponent;
|
|
983
986
|
export const BedroomParentTwoTone: SvgIconComponent;
|
|
984
|
-
export const BedRounded: SvgIconComponent;
|
|
985
|
-
export const BedSharp: SvgIconComponent;
|
|
986
987
|
export const Bedtime: SvgIconComponent;
|
|
987
988
|
export const BedtimeOff: SvgIconComponent;
|
|
988
989
|
export const BedtimeOffOutlined: SvgIconComponent;
|
|
@@ -993,7 +994,6 @@ export const BedtimeOutlined: SvgIconComponent;
|
|
|
993
994
|
export const BedtimeRounded: SvgIconComponent;
|
|
994
995
|
export const BedtimeSharp: SvgIconComponent;
|
|
995
996
|
export const BedtimeTwoTone: SvgIconComponent;
|
|
996
|
-
export const BedTwoTone: SvgIconComponent;
|
|
997
997
|
export const Beenhere: SvgIconComponent;
|
|
998
998
|
export const BeenhereOutlined: SvgIconComponent;
|
|
999
999
|
export const BeenhereRounded: SvgIconComponent;
|
|
@@ -1022,18 +1022,18 @@ export const BlenderTwoTone: SvgIconComponent;
|
|
|
1022
1022
|
export const Blind: SvgIconComponent;
|
|
1023
1023
|
export const BlindOutlined: SvgIconComponent;
|
|
1024
1024
|
export const BlindRounded: SvgIconComponent;
|
|
1025
|
+
export const BlindSharp: SvgIconComponent;
|
|
1026
|
+
export const BlindTwoTone: SvgIconComponent;
|
|
1025
1027
|
export const Blinds: SvgIconComponent;
|
|
1026
1028
|
export const BlindsClosed: SvgIconComponent;
|
|
1027
1029
|
export const BlindsClosedOutlined: SvgIconComponent;
|
|
1028
1030
|
export const BlindsClosedRounded: SvgIconComponent;
|
|
1029
1031
|
export const BlindsClosedSharp: SvgIconComponent;
|
|
1030
1032
|
export const BlindsClosedTwoTone: SvgIconComponent;
|
|
1031
|
-
export const BlindSharp: SvgIconComponent;
|
|
1032
1033
|
export const BlindsOutlined: SvgIconComponent;
|
|
1033
1034
|
export const BlindsRounded: SvgIconComponent;
|
|
1034
1035
|
export const BlindsSharp: SvgIconComponent;
|
|
1035
1036
|
export const BlindsTwoTone: SvgIconComponent;
|
|
1036
|
-
export const BlindTwoTone: SvgIconComponent;
|
|
1037
1037
|
export const Block: SvgIconComponent;
|
|
1038
1038
|
export const BlockOutlined: SvgIconComponent;
|
|
1039
1039
|
export const BlockRounded: SvgIconComponent;
|
|
@@ -1100,17 +1100,26 @@ export const BoltRounded: SvgIconComponent;
|
|
|
1100
1100
|
export const BoltSharp: SvgIconComponent;
|
|
1101
1101
|
export const BoltTwoTone: SvgIconComponent;
|
|
1102
1102
|
export const Book: SvgIconComponent;
|
|
1103
|
+
export const BookOnline: SvgIconComponent;
|
|
1104
|
+
export const BookOnlineOutlined: SvgIconComponent;
|
|
1105
|
+
export const BookOnlineRounded: SvgIconComponent;
|
|
1106
|
+
export const BookOnlineSharp: SvgIconComponent;
|
|
1107
|
+
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1108
|
+
export const BookOutlined: SvgIconComponent;
|
|
1109
|
+
export const BookRounded: SvgIconComponent;
|
|
1110
|
+
export const BookSharp: SvgIconComponent;
|
|
1111
|
+
export const BookTwoTone: SvgIconComponent;
|
|
1103
1112
|
export const Bookmark: SvgIconComponent;
|
|
1104
1113
|
export const BookmarkAdd: SvgIconComponent;
|
|
1114
|
+
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1115
|
+
export const BookmarkAddRounded: SvgIconComponent;
|
|
1116
|
+
export const BookmarkAddSharp: SvgIconComponent;
|
|
1117
|
+
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1105
1118
|
export const BookmarkAdded: SvgIconComponent;
|
|
1106
1119
|
export const BookmarkAddedOutlined: SvgIconComponent;
|
|
1107
1120
|
export const BookmarkAddedRounded: SvgIconComponent;
|
|
1108
1121
|
export const BookmarkAddedSharp: SvgIconComponent;
|
|
1109
1122
|
export const BookmarkAddedTwoTone: SvgIconComponent;
|
|
1110
|
-
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1111
|
-
export const BookmarkAddRounded: SvgIconComponent;
|
|
1112
|
-
export const BookmarkAddSharp: SvgIconComponent;
|
|
1113
|
-
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1114
1123
|
export const BookmarkBorder: SvgIconComponent;
|
|
1115
1124
|
export const BookmarkBorderOutlined: SvgIconComponent;
|
|
1116
1125
|
export const BookmarkBorderRounded: SvgIconComponent;
|
|
@@ -1123,22 +1132,13 @@ export const BookmarkRemoveRounded: SvgIconComponent;
|
|
|
1123
1132
|
export const BookmarkRemoveSharp: SvgIconComponent;
|
|
1124
1133
|
export const BookmarkRemoveTwoTone: SvgIconComponent;
|
|
1125
1134
|
export const BookmarkRounded: SvgIconComponent;
|
|
1126
|
-
export const Bookmarks: SvgIconComponent;
|
|
1127
1135
|
export const BookmarkSharp: SvgIconComponent;
|
|
1136
|
+
export const BookmarkTwoTone: SvgIconComponent;
|
|
1137
|
+
export const Bookmarks: SvgIconComponent;
|
|
1128
1138
|
export const BookmarksOutlined: SvgIconComponent;
|
|
1129
1139
|
export const BookmarksRounded: SvgIconComponent;
|
|
1130
1140
|
export const BookmarksSharp: SvgIconComponent;
|
|
1131
1141
|
export const BookmarksTwoTone: SvgIconComponent;
|
|
1132
|
-
export const BookmarkTwoTone: SvgIconComponent;
|
|
1133
|
-
export const BookOnline: SvgIconComponent;
|
|
1134
|
-
export const BookOnlineOutlined: SvgIconComponent;
|
|
1135
|
-
export const BookOnlineRounded: SvgIconComponent;
|
|
1136
|
-
export const BookOnlineSharp: SvgIconComponent;
|
|
1137
|
-
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1138
|
-
export const BookOutlined: SvgIconComponent;
|
|
1139
|
-
export const BookRounded: SvgIconComponent;
|
|
1140
|
-
export const BookSharp: SvgIconComponent;
|
|
1141
|
-
export const BookTwoTone: SvgIconComponent;
|
|
1142
1142
|
export const BorderAll: SvgIconComponent;
|
|
1143
1143
|
export const BorderAllOutlined: SvgIconComponent;
|
|
1144
1144
|
export const BorderAllRounded: SvgIconComponent;
|
|
@@ -1488,12 +1488,12 @@ export const CameraRollSharp: SvgIconComponent;
|
|
|
1488
1488
|
export const CameraRollTwoTone: SvgIconComponent;
|
|
1489
1489
|
export const CameraRounded: SvgIconComponent;
|
|
1490
1490
|
export const CameraSharp: SvgIconComponent;
|
|
1491
|
+
export const CameraTwoTone: SvgIconComponent;
|
|
1491
1492
|
export const Cameraswitch: SvgIconComponent;
|
|
1492
1493
|
export const CameraswitchOutlined: SvgIconComponent;
|
|
1493
1494
|
export const CameraswitchRounded: SvgIconComponent;
|
|
1494
1495
|
export const CameraswitchSharp: SvgIconComponent;
|
|
1495
1496
|
export const CameraswitchTwoTone: SvgIconComponent;
|
|
1496
|
-
export const CameraTwoTone: SvgIconComponent;
|
|
1497
1497
|
export const Campaign: SvgIconComponent;
|
|
1498
1498
|
export const CampaignOutlined: SvgIconComponent;
|
|
1499
1499
|
export const CampaignRounded: SvgIconComponent;
|
|
@@ -1524,6 +1524,16 @@ export const CarCrashOutlined: SvgIconComponent;
|
|
|
1524
1524
|
export const CarCrashRounded: SvgIconComponent;
|
|
1525
1525
|
export const CarCrashSharp: SvgIconComponent;
|
|
1526
1526
|
export const CarCrashTwoTone: SvgIconComponent;
|
|
1527
|
+
export const CarRental: SvgIconComponent;
|
|
1528
|
+
export const CarRentalOutlined: SvgIconComponent;
|
|
1529
|
+
export const CarRentalRounded: SvgIconComponent;
|
|
1530
|
+
export const CarRentalSharp: SvgIconComponent;
|
|
1531
|
+
export const CarRentalTwoTone: SvgIconComponent;
|
|
1532
|
+
export const CarRepair: SvgIconComponent;
|
|
1533
|
+
export const CarRepairOutlined: SvgIconComponent;
|
|
1534
|
+
export const CarRepairRounded: SvgIconComponent;
|
|
1535
|
+
export const CarRepairSharp: SvgIconComponent;
|
|
1536
|
+
export const CarRepairTwoTone: SvgIconComponent;
|
|
1527
1537
|
export const CardGiftcard: SvgIconComponent;
|
|
1528
1538
|
export const CardGiftcardOutlined: SvgIconComponent;
|
|
1529
1539
|
export const CardGiftcardRounded: SvgIconComponent;
|
|
@@ -1544,16 +1554,6 @@ export const CarpenterOutlined: SvgIconComponent;
|
|
|
1544
1554
|
export const CarpenterRounded: SvgIconComponent;
|
|
1545
1555
|
export const CarpenterSharp: SvgIconComponent;
|
|
1546
1556
|
export const CarpenterTwoTone: SvgIconComponent;
|
|
1547
|
-
export const CarRental: SvgIconComponent;
|
|
1548
|
-
export const CarRentalOutlined: SvgIconComponent;
|
|
1549
|
-
export const CarRentalRounded: SvgIconComponent;
|
|
1550
|
-
export const CarRentalSharp: SvgIconComponent;
|
|
1551
|
-
export const CarRentalTwoTone: SvgIconComponent;
|
|
1552
|
-
export const CarRepair: SvgIconComponent;
|
|
1553
|
-
export const CarRepairOutlined: SvgIconComponent;
|
|
1554
|
-
export const CarRepairRounded: SvgIconComponent;
|
|
1555
|
-
export const CarRepairSharp: SvgIconComponent;
|
|
1556
|
-
export const CarRepairTwoTone: SvgIconComponent;
|
|
1557
1557
|
export const Cases: SvgIconComponent;
|
|
1558
1558
|
export const CasesOutlined: SvgIconComponent;
|
|
1559
1559
|
export const CasesRounded: SvgIconComponent;
|
|
@@ -1575,15 +1575,15 @@ export const CastForEducationOutlined: SvgIconComponent;
|
|
|
1575
1575
|
export const CastForEducationRounded: SvgIconComponent;
|
|
1576
1576
|
export const CastForEducationSharp: SvgIconComponent;
|
|
1577
1577
|
export const CastForEducationTwoTone: SvgIconComponent;
|
|
1578
|
+
export const CastOutlined: SvgIconComponent;
|
|
1579
|
+
export const CastRounded: SvgIconComponent;
|
|
1580
|
+
export const CastSharp: SvgIconComponent;
|
|
1581
|
+
export const CastTwoTone: SvgIconComponent;
|
|
1578
1582
|
export const Castle: SvgIconComponent;
|
|
1579
1583
|
export const CastleOutlined: SvgIconComponent;
|
|
1580
1584
|
export const CastleRounded: SvgIconComponent;
|
|
1581
1585
|
export const CastleSharp: SvgIconComponent;
|
|
1582
1586
|
export const CastleTwoTone: SvgIconComponent;
|
|
1583
|
-
export const CastOutlined: SvgIconComponent;
|
|
1584
|
-
export const CastRounded: SvgIconComponent;
|
|
1585
|
-
export const CastSharp: SvgIconComponent;
|
|
1586
|
-
export const CastTwoTone: SvgIconComponent;
|
|
1587
1587
|
export const CatchingPokemon: SvgIconComponent;
|
|
1588
1588
|
export const CatchingPokemonOutlined: SvgIconComponent;
|
|
1589
1589
|
export const CatchingPokemonRounded: SvgIconComponent;
|
|
@@ -1652,11 +1652,11 @@ export const ChargingStationTwoTone: SvgIconComponent;
|
|
|
1652
1652
|
export const Chat: SvgIconComponent;
|
|
1653
1653
|
export const ChatBubble: SvgIconComponent;
|
|
1654
1654
|
export const ChatBubbleOutline: SvgIconComponent;
|
|
1655
|
-
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1656
1655
|
export const ChatBubbleOutlineOutlined: SvgIconComponent;
|
|
1657
1656
|
export const ChatBubbleOutlineRounded: SvgIconComponent;
|
|
1658
1657
|
export const ChatBubbleOutlineSharp: SvgIconComponent;
|
|
1659
1658
|
export const ChatBubbleOutlineTwoTone: SvgIconComponent;
|
|
1659
|
+
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1660
1660
|
export const ChatBubbleRounded: SvgIconComponent;
|
|
1661
1661
|
export const ChatBubbleSharp: SvgIconComponent;
|
|
1662
1662
|
export const ChatBubbleTwoTone: SvgIconComponent;
|
|
@@ -1677,23 +1677,23 @@ export const CheckBoxSharp: SvgIconComponent;
|
|
|
1677
1677
|
export const CheckBoxTwoTone: SvgIconComponent;
|
|
1678
1678
|
export const CheckCircle: SvgIconComponent;
|
|
1679
1679
|
export const CheckCircleOutline: SvgIconComponent;
|
|
1680
|
-
export const CheckCircleOutlined: SvgIconComponent;
|
|
1681
1680
|
export const CheckCircleOutlineOutlined: SvgIconComponent;
|
|
1682
1681
|
export const CheckCircleOutlineRounded: SvgIconComponent;
|
|
1683
1682
|
export const CheckCircleOutlineSharp: SvgIconComponent;
|
|
1684
1683
|
export const CheckCircleOutlineTwoTone: SvgIconComponent;
|
|
1684
|
+
export const CheckCircleOutlined: SvgIconComponent;
|
|
1685
1685
|
export const CheckCircleRounded: SvgIconComponent;
|
|
1686
1686
|
export const CheckCircleSharp: SvgIconComponent;
|
|
1687
1687
|
export const CheckCircleTwoTone: SvgIconComponent;
|
|
1688
1688
|
export const CheckOutlined: SvgIconComponent;
|
|
1689
|
+
export const CheckRounded: SvgIconComponent;
|
|
1690
|
+
export const CheckSharp: SvgIconComponent;
|
|
1691
|
+
export const CheckTwoTone: SvgIconComponent;
|
|
1689
1692
|
export const Checkroom: SvgIconComponent;
|
|
1690
1693
|
export const CheckroomOutlined: SvgIconComponent;
|
|
1691
1694
|
export const CheckroomRounded: SvgIconComponent;
|
|
1692
1695
|
export const CheckroomSharp: SvgIconComponent;
|
|
1693
1696
|
export const CheckroomTwoTone: SvgIconComponent;
|
|
1694
|
-
export const CheckRounded: SvgIconComponent;
|
|
1695
|
-
export const CheckSharp: SvgIconComponent;
|
|
1696
|
-
export const CheckTwoTone: SvgIconComponent;
|
|
1697
1697
|
export const ChevronLeft: SvgIconComponent;
|
|
1698
1698
|
export const ChevronLeftOutlined: SvgIconComponent;
|
|
1699
1699
|
export const ChevronLeftRounded: SvgIconComponent;
|
|
@@ -1760,8 +1760,17 @@ export const ClearRounded: SvgIconComponent;
|
|
|
1760
1760
|
export const ClearSharp: SvgIconComponent;
|
|
1761
1761
|
export const ClearTwoTone: SvgIconComponent;
|
|
1762
1762
|
export const Close: SvgIconComponent;
|
|
1763
|
-
export const
|
|
1764
|
-
export const
|
|
1763
|
+
export const CloseFullscreen: SvgIconComponent;
|
|
1764
|
+
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1765
|
+
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1766
|
+
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1767
|
+
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1768
|
+
export const CloseOutlined: SvgIconComponent;
|
|
1769
|
+
export const CloseRounded: SvgIconComponent;
|
|
1770
|
+
export const CloseSharp: SvgIconComponent;
|
|
1771
|
+
export const CloseTwoTone: SvgIconComponent;
|
|
1772
|
+
export const ClosedCaption: SvgIconComponent;
|
|
1773
|
+
export const ClosedCaptionDisabled: SvgIconComponent;
|
|
1765
1774
|
export const ClosedCaptionDisabledOutlined: SvgIconComponent;
|
|
1766
1775
|
export const ClosedCaptionDisabledRounded: SvgIconComponent;
|
|
1767
1776
|
export const ClosedCaptionDisabledSharp: SvgIconComponent;
|
|
@@ -1775,15 +1784,6 @@ export const ClosedCaptionOutlined: SvgIconComponent;
|
|
|
1775
1784
|
export const ClosedCaptionRounded: SvgIconComponent;
|
|
1776
1785
|
export const ClosedCaptionSharp: SvgIconComponent;
|
|
1777
1786
|
export const ClosedCaptionTwoTone: SvgIconComponent;
|
|
1778
|
-
export const CloseFullscreen: SvgIconComponent;
|
|
1779
|
-
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1780
|
-
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1781
|
-
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1782
|
-
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1783
|
-
export const CloseOutlined: SvgIconComponent;
|
|
1784
|
-
export const CloseRounded: SvgIconComponent;
|
|
1785
|
-
export const CloseSharp: SvgIconComponent;
|
|
1786
|
-
export const CloseTwoTone: SvgIconComponent;
|
|
1787
1787
|
export const Cloud: SvgIconComponent;
|
|
1788
1788
|
export const CloudCircle: SvgIconComponent;
|
|
1789
1789
|
export const CloudCircleOutlined: SvgIconComponent;
|
|
@@ -1829,6 +1829,11 @@ export const Co2Outlined: SvgIconComponent;
|
|
|
1829
1829
|
export const Co2Rounded: SvgIconComponent;
|
|
1830
1830
|
export const Co2Sharp: SvgIconComponent;
|
|
1831
1831
|
export const Co2TwoTone: SvgIconComponent;
|
|
1832
|
+
export const CoPresent: SvgIconComponent;
|
|
1833
|
+
export const CoPresentOutlined: SvgIconComponent;
|
|
1834
|
+
export const CoPresentRounded: SvgIconComponent;
|
|
1835
|
+
export const CoPresentSharp: SvgIconComponent;
|
|
1836
|
+
export const CoPresentTwoTone: SvgIconComponent;
|
|
1832
1837
|
export const Code: SvgIconComponent;
|
|
1833
1838
|
export const CodeOff: SvgIconComponent;
|
|
1834
1839
|
export const CodeOffOutlined: SvgIconComponent;
|
|
@@ -1859,16 +1864,16 @@ export const CollectionsOutlined: SvgIconComponent;
|
|
|
1859
1864
|
export const CollectionsRounded: SvgIconComponent;
|
|
1860
1865
|
export const CollectionsSharp: SvgIconComponent;
|
|
1861
1866
|
export const CollectionsTwoTone: SvgIconComponent;
|
|
1862
|
-
export const Colorize: SvgIconComponent;
|
|
1863
|
-
export const ColorizeOutlined: SvgIconComponent;
|
|
1864
|
-
export const ColorizeRounded: SvgIconComponent;
|
|
1865
|
-
export const ColorizeSharp: SvgIconComponent;
|
|
1866
|
-
export const ColorizeTwoTone: SvgIconComponent;
|
|
1867
1867
|
export const ColorLens: SvgIconComponent;
|
|
1868
1868
|
export const ColorLensOutlined: SvgIconComponent;
|
|
1869
1869
|
export const ColorLensRounded: SvgIconComponent;
|
|
1870
1870
|
export const ColorLensSharp: SvgIconComponent;
|
|
1871
1871
|
export const ColorLensTwoTone: SvgIconComponent;
|
|
1872
|
+
export const Colorize: SvgIconComponent;
|
|
1873
|
+
export const ColorizeOutlined: SvgIconComponent;
|
|
1874
|
+
export const ColorizeRounded: SvgIconComponent;
|
|
1875
|
+
export const ColorizeSharp: SvgIconComponent;
|
|
1876
|
+
export const ColorizeTwoTone: SvgIconComponent;
|
|
1872
1877
|
export const Comment: SvgIconComponent;
|
|
1873
1878
|
export const CommentBank: SvgIconComponent;
|
|
1874
1879
|
export const CommentBankOutlined: SvgIconComponent;
|
|
@@ -1877,13 +1882,13 @@ export const CommentBankSharp: SvgIconComponent;
|
|
|
1877
1882
|
export const CommentBankTwoTone: SvgIconComponent;
|
|
1878
1883
|
export const CommentOutlined: SvgIconComponent;
|
|
1879
1884
|
export const CommentRounded: SvgIconComponent;
|
|
1885
|
+
export const CommentSharp: SvgIconComponent;
|
|
1886
|
+
export const CommentTwoTone: SvgIconComponent;
|
|
1880
1887
|
export const CommentsDisabled: SvgIconComponent;
|
|
1881
1888
|
export const CommentsDisabledOutlined: SvgIconComponent;
|
|
1882
1889
|
export const CommentsDisabledRounded: SvgIconComponent;
|
|
1883
1890
|
export const CommentsDisabledSharp: SvgIconComponent;
|
|
1884
1891
|
export const CommentsDisabledTwoTone: SvgIconComponent;
|
|
1885
|
-
export const CommentSharp: SvgIconComponent;
|
|
1886
|
-
export const CommentTwoTone: SvgIconComponent;
|
|
1887
1892
|
export const Commit: SvgIconComponent;
|
|
1888
1893
|
export const CommitOutlined: SvgIconComponent;
|
|
1889
1894
|
export const CommitRounded: SvgIconComponent;
|
|
@@ -1924,6 +1929,11 @@ export const ConfirmationNumberOutlined: SvgIconComponent;
|
|
|
1924
1929
|
export const ConfirmationNumberRounded: SvgIconComponent;
|
|
1925
1930
|
export const ConfirmationNumberSharp: SvgIconComponent;
|
|
1926
1931
|
export const ConfirmationNumberTwoTone: SvgIconComponent;
|
|
1932
|
+
export const ConnectWithoutContact: SvgIconComponent;
|
|
1933
|
+
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1934
|
+
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1935
|
+
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1936
|
+
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1927
1937
|
export const ConnectedTv: SvgIconComponent;
|
|
1928
1938
|
export const ConnectedTvOutlined: SvgIconComponent;
|
|
1929
1939
|
export const ConnectedTvRounded: SvgIconComponent;
|
|
@@ -1934,11 +1944,6 @@ export const ConnectingAirportsOutlined: SvgIconComponent;
|
|
|
1934
1944
|
export const ConnectingAirportsRounded: SvgIconComponent;
|
|
1935
1945
|
export const ConnectingAirportsSharp: SvgIconComponent;
|
|
1936
1946
|
export const ConnectingAirportsTwoTone: SvgIconComponent;
|
|
1937
|
-
export const ConnectWithoutContact: SvgIconComponent;
|
|
1938
|
-
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1939
|
-
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1940
|
-
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1941
|
-
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1942
1947
|
export const Construction: SvgIconComponent;
|
|
1943
1948
|
export const ConstructionOutlined: SvgIconComponent;
|
|
1944
1949
|
export const ConstructionRounded: SvgIconComponent;
|
|
@@ -1949,11 +1954,6 @@ export const ContactEmergencyOutlined: SvgIconComponent;
|
|
|
1949
1954
|
export const ContactEmergencyRounded: SvgIconComponent;
|
|
1950
1955
|
export const ContactEmergencySharp: SvgIconComponent;
|
|
1951
1956
|
export const ContactEmergencyTwoTone: SvgIconComponent;
|
|
1952
|
-
export const Contactless: SvgIconComponent;
|
|
1953
|
-
export const ContactlessOutlined: SvgIconComponent;
|
|
1954
|
-
export const ContactlessRounded: SvgIconComponent;
|
|
1955
|
-
export const ContactlessSharp: SvgIconComponent;
|
|
1956
|
-
export const ContactlessTwoTone: SvgIconComponent;
|
|
1957
1957
|
export const ContactMail: SvgIconComponent;
|
|
1958
1958
|
export const ContactMailOutlined: SvgIconComponent;
|
|
1959
1959
|
export const ContactMailRounded: SvgIconComponent;
|
|
@@ -1969,16 +1969,21 @@ export const ContactPhoneOutlined: SvgIconComponent;
|
|
|
1969
1969
|
export const ContactPhoneRounded: SvgIconComponent;
|
|
1970
1970
|
export const ContactPhoneSharp: SvgIconComponent;
|
|
1971
1971
|
export const ContactPhoneTwoTone: SvgIconComponent;
|
|
1972
|
-
export const Contacts: SvgIconComponent;
|
|
1973
|
-
export const ContactsOutlined: SvgIconComponent;
|
|
1974
|
-
export const ContactsRounded: SvgIconComponent;
|
|
1975
|
-
export const ContactsSharp: SvgIconComponent;
|
|
1976
|
-
export const ContactsTwoTone: SvgIconComponent;
|
|
1977
1972
|
export const ContactSupport: SvgIconComponent;
|
|
1978
1973
|
export const ContactSupportOutlined: SvgIconComponent;
|
|
1979
1974
|
export const ContactSupportRounded: SvgIconComponent;
|
|
1980
1975
|
export const ContactSupportSharp: SvgIconComponent;
|
|
1981
1976
|
export const ContactSupportTwoTone: SvgIconComponent;
|
|
1977
|
+
export const Contactless: SvgIconComponent;
|
|
1978
|
+
export const ContactlessOutlined: SvgIconComponent;
|
|
1979
|
+
export const ContactlessRounded: SvgIconComponent;
|
|
1980
|
+
export const ContactlessSharp: SvgIconComponent;
|
|
1981
|
+
export const ContactlessTwoTone: SvgIconComponent;
|
|
1982
|
+
export const Contacts: SvgIconComponent;
|
|
1983
|
+
export const ContactsOutlined: SvgIconComponent;
|
|
1984
|
+
export const ContactsRounded: SvgIconComponent;
|
|
1985
|
+
export const ContactsSharp: SvgIconComponent;
|
|
1986
|
+
export const ContactsTwoTone: SvgIconComponent;
|
|
1982
1987
|
export const ContentCopy: SvgIconComponent;
|
|
1983
1988
|
export const ContentCopyOutlined: SvgIconComponent;
|
|
1984
1989
|
export const ContentCopyRounded: SvgIconComponent;
|
|
@@ -2034,11 +2039,6 @@ export const CookieOutlined: SvgIconComponent;
|
|
|
2034
2039
|
export const CookieRounded: SvgIconComponent;
|
|
2035
2040
|
export const CookieSharp: SvgIconComponent;
|
|
2036
2041
|
export const CookieTwoTone: SvgIconComponent;
|
|
2037
|
-
export const CoPresent: SvgIconComponent;
|
|
2038
|
-
export const CoPresentOutlined: SvgIconComponent;
|
|
2039
|
-
export const CoPresentRounded: SvgIconComponent;
|
|
2040
|
-
export const CoPresentSharp: SvgIconComponent;
|
|
2041
|
-
export const CoPresentTwoTone: SvgIconComponent;
|
|
2042
2042
|
export const CopyAll: SvgIconComponent;
|
|
2043
2043
|
export const CopyAllOutlined: SvgIconComponent;
|
|
2044
2044
|
export const CopyAllRounded: SvgIconComponent;
|
|
@@ -2269,16 +2269,6 @@ export const DataSaverOnOutlined: SvgIconComponent;
|
|
|
2269
2269
|
export const DataSaverOnRounded: SvgIconComponent;
|
|
2270
2270
|
export const DataSaverOnSharp: SvgIconComponent;
|
|
2271
2271
|
export const DataSaverOnTwoTone: SvgIconComponent;
|
|
2272
|
-
export const Dataset: SvgIconComponent;
|
|
2273
|
-
export const DatasetLinked: SvgIconComponent;
|
|
2274
|
-
export const DatasetLinkedOutlined: SvgIconComponent;
|
|
2275
|
-
export const DatasetLinkedRounded: SvgIconComponent;
|
|
2276
|
-
export const DatasetLinkedSharp: SvgIconComponent;
|
|
2277
|
-
export const DatasetLinkedTwoTone: SvgIconComponent;
|
|
2278
|
-
export const DatasetOutlined: SvgIconComponent;
|
|
2279
|
-
export const DatasetRounded: SvgIconComponent;
|
|
2280
|
-
export const DatasetSharp: SvgIconComponent;
|
|
2281
|
-
export const DatasetTwoTone: SvgIconComponent;
|
|
2282
2272
|
export const DataThresholding: SvgIconComponent;
|
|
2283
2273
|
export const DataThresholdingOutlined: SvgIconComponent;
|
|
2284
2274
|
export const DataThresholdingRounded: SvgIconComponent;
|
|
@@ -2289,6 +2279,16 @@ export const DataUsageOutlined: SvgIconComponent;
|
|
|
2289
2279
|
export const DataUsageRounded: SvgIconComponent;
|
|
2290
2280
|
export const DataUsageSharp: SvgIconComponent;
|
|
2291
2281
|
export const DataUsageTwoTone: SvgIconComponent;
|
|
2282
|
+
export const Dataset: SvgIconComponent;
|
|
2283
|
+
export const DatasetLinked: SvgIconComponent;
|
|
2284
|
+
export const DatasetLinkedOutlined: SvgIconComponent;
|
|
2285
|
+
export const DatasetLinkedRounded: SvgIconComponent;
|
|
2286
|
+
export const DatasetLinkedSharp: SvgIconComponent;
|
|
2287
|
+
export const DatasetLinkedTwoTone: SvgIconComponent;
|
|
2288
|
+
export const DatasetOutlined: SvgIconComponent;
|
|
2289
|
+
export const DatasetRounded: SvgIconComponent;
|
|
2290
|
+
export const DatasetSharp: SvgIconComponent;
|
|
2291
|
+
export const DatasetTwoTone: SvgIconComponent;
|
|
2292
2292
|
export const DateRange: SvgIconComponent;
|
|
2293
2293
|
export const DateRangeOutlined: SvgIconComponent;
|
|
2294
2294
|
export const DateRangeRounded: SvgIconComponent;
|
|
@@ -2316,11 +2316,11 @@ export const DeleteForeverRounded: SvgIconComponent;
|
|
|
2316
2316
|
export const DeleteForeverSharp: SvgIconComponent;
|
|
2317
2317
|
export const DeleteForeverTwoTone: SvgIconComponent;
|
|
2318
2318
|
export const DeleteOutline: SvgIconComponent;
|
|
2319
|
-
export const DeleteOutlined: SvgIconComponent;
|
|
2320
2319
|
export const DeleteOutlineOutlined: SvgIconComponent;
|
|
2321
2320
|
export const DeleteOutlineRounded: SvgIconComponent;
|
|
2322
2321
|
export const DeleteOutlineSharp: SvgIconComponent;
|
|
2323
2322
|
export const DeleteOutlineTwoTone: SvgIconComponent;
|
|
2323
|
+
export const DeleteOutlined: SvgIconComponent;
|
|
2324
2324
|
export const DeleteRounded: SvgIconComponent;
|
|
2325
2325
|
export const DeleteSharp: SvgIconComponent;
|
|
2326
2326
|
export const DeleteSweep: SvgIconComponent;
|
|
@@ -2373,6 +2373,7 @@ export const Desk: SvgIconComponent;
|
|
|
2373
2373
|
export const DeskOutlined: SvgIconComponent;
|
|
2374
2374
|
export const DeskRounded: SvgIconComponent;
|
|
2375
2375
|
export const DeskSharp: SvgIconComponent;
|
|
2376
|
+
export const DeskTwoTone: SvgIconComponent;
|
|
2376
2377
|
export const DesktopAccessDisabled: SvgIconComponent;
|
|
2377
2378
|
export const DesktopAccessDisabledOutlined: SvgIconComponent;
|
|
2378
2379
|
export const DesktopAccessDisabledRounded: SvgIconComponent;
|
|
@@ -2388,7 +2389,6 @@ export const DesktopWindowsOutlined: SvgIconComponent;
|
|
|
2388
2389
|
export const DesktopWindowsRounded: SvgIconComponent;
|
|
2389
2390
|
export const DesktopWindowsSharp: SvgIconComponent;
|
|
2390
2391
|
export const DesktopWindowsTwoTone: SvgIconComponent;
|
|
2391
|
-
export const DeskTwoTone: SvgIconComponent;
|
|
2392
2392
|
export const Details: SvgIconComponent;
|
|
2393
2393
|
export const DetailsOutlined: SvgIconComponent;
|
|
2394
2394
|
export const DetailsRounded: SvgIconComponent;
|
|
@@ -2414,6 +2414,16 @@ export const DeviceHubOutlined: SvgIconComponent;
|
|
|
2414
2414
|
export const DeviceHubRounded: SvgIconComponent;
|
|
2415
2415
|
export const DeviceHubSharp: SvgIconComponent;
|
|
2416
2416
|
export const DeviceHubTwoTone: SvgIconComponent;
|
|
2417
|
+
export const DeviceThermostat: SvgIconComponent;
|
|
2418
|
+
export const DeviceThermostatOutlined: SvgIconComponent;
|
|
2419
|
+
export const DeviceThermostatRounded: SvgIconComponent;
|
|
2420
|
+
export const DeviceThermostatSharp: SvgIconComponent;
|
|
2421
|
+
export const DeviceThermostatTwoTone: SvgIconComponent;
|
|
2422
|
+
export const DeviceUnknown: SvgIconComponent;
|
|
2423
|
+
export const DeviceUnknownOutlined: SvgIconComponent;
|
|
2424
|
+
export const DeviceUnknownRounded: SvgIconComponent;
|
|
2425
|
+
export const DeviceUnknownSharp: SvgIconComponent;
|
|
2426
|
+
export const DeviceUnknownTwoTone: SvgIconComponent;
|
|
2417
2427
|
export const Devices: SvgIconComponent;
|
|
2418
2428
|
export const DevicesFold: SvgIconComponent;
|
|
2419
2429
|
export const DevicesFoldOutlined: SvgIconComponent;
|
|
@@ -2429,16 +2439,6 @@ export const DevicesOutlined: SvgIconComponent;
|
|
|
2429
2439
|
export const DevicesRounded: SvgIconComponent;
|
|
2430
2440
|
export const DevicesSharp: SvgIconComponent;
|
|
2431
2441
|
export const DevicesTwoTone: SvgIconComponent;
|
|
2432
|
-
export const DeviceThermostat: SvgIconComponent;
|
|
2433
|
-
export const DeviceThermostatOutlined: SvgIconComponent;
|
|
2434
|
-
export const DeviceThermostatRounded: SvgIconComponent;
|
|
2435
|
-
export const DeviceThermostatSharp: SvgIconComponent;
|
|
2436
|
-
export const DeviceThermostatTwoTone: SvgIconComponent;
|
|
2437
|
-
export const DeviceUnknown: SvgIconComponent;
|
|
2438
|
-
export const DeviceUnknownOutlined: SvgIconComponent;
|
|
2439
|
-
export const DeviceUnknownRounded: SvgIconComponent;
|
|
2440
|
-
export const DeviceUnknownSharp: SvgIconComponent;
|
|
2441
|
-
export const DeviceUnknownTwoTone: SvgIconComponent;
|
|
2442
2442
|
export const DialerSip: SvgIconComponent;
|
|
2443
2443
|
export const DialerSipOutlined: SvgIconComponent;
|
|
2444
2444
|
export const DialerSipRounded: SvgIconComponent;
|
|
@@ -2599,16 +2599,6 @@ export const DnsOutlined: SvgIconComponent;
|
|
|
2599
2599
|
export const DnsRounded: SvgIconComponent;
|
|
2600
2600
|
export const DnsSharp: SvgIconComponent;
|
|
2601
2601
|
export const DnsTwoTone: SvgIconComponent;
|
|
2602
|
-
export const Dock: SvgIconComponent;
|
|
2603
|
-
export const DockOutlined: SvgIconComponent;
|
|
2604
|
-
export const DockRounded: SvgIconComponent;
|
|
2605
|
-
export const DockSharp: SvgIconComponent;
|
|
2606
|
-
export const DockTwoTone: SvgIconComponent;
|
|
2607
|
-
export const DocumentScanner: SvgIconComponent;
|
|
2608
|
-
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2609
|
-
export const DocumentScannerRounded: SvgIconComponent;
|
|
2610
|
-
export const DocumentScannerSharp: SvgIconComponent;
|
|
2611
|
-
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2612
2602
|
export const DoDisturb: SvgIconComponent;
|
|
2613
2603
|
export const DoDisturbAlt: SvgIconComponent;
|
|
2614
2604
|
export const DoDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2629,41 +2619,6 @@ export const DoDisturbOutlined: SvgIconComponent;
|
|
|
2629
2619
|
export const DoDisturbRounded: SvgIconComponent;
|
|
2630
2620
|
export const DoDisturbSharp: SvgIconComponent;
|
|
2631
2621
|
export const DoDisturbTwoTone: SvgIconComponent;
|
|
2632
|
-
export const Domain: SvgIconComponent;
|
|
2633
|
-
export const DomainAdd: SvgIconComponent;
|
|
2634
|
-
export const DomainAddOutlined: SvgIconComponent;
|
|
2635
|
-
export const DomainAddRounded: SvgIconComponent;
|
|
2636
|
-
export const DomainAddSharp: SvgIconComponent;
|
|
2637
|
-
export const DomainAddTwoTone: SvgIconComponent;
|
|
2638
|
-
export const DomainDisabled: SvgIconComponent;
|
|
2639
|
-
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2640
|
-
export const DomainDisabledRounded: SvgIconComponent;
|
|
2641
|
-
export const DomainDisabledSharp: SvgIconComponent;
|
|
2642
|
-
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2643
|
-
export const DomainOutlined: SvgIconComponent;
|
|
2644
|
-
export const DomainRounded: SvgIconComponent;
|
|
2645
|
-
export const DomainSharp: SvgIconComponent;
|
|
2646
|
-
export const DomainTwoTone: SvgIconComponent;
|
|
2647
|
-
export const DomainVerification: SvgIconComponent;
|
|
2648
|
-
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2649
|
-
export const DomainVerificationRounded: SvgIconComponent;
|
|
2650
|
-
export const DomainVerificationSharp: SvgIconComponent;
|
|
2651
|
-
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2652
|
-
export const Done: SvgIconComponent;
|
|
2653
|
-
export const DoneAll: SvgIconComponent;
|
|
2654
|
-
export const DoneAllOutlined: SvgIconComponent;
|
|
2655
|
-
export const DoneAllRounded: SvgIconComponent;
|
|
2656
|
-
export const DoneAllSharp: SvgIconComponent;
|
|
2657
|
-
export const DoneAllTwoTone: SvgIconComponent;
|
|
2658
|
-
export const DoneOutline: SvgIconComponent;
|
|
2659
|
-
export const DoneOutlined: SvgIconComponent;
|
|
2660
|
-
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2661
|
-
export const DoneOutlineRounded: SvgIconComponent;
|
|
2662
|
-
export const DoneOutlineSharp: SvgIconComponent;
|
|
2663
|
-
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2664
|
-
export const DoneRounded: SvgIconComponent;
|
|
2665
|
-
export const DoneSharp: SvgIconComponent;
|
|
2666
|
-
export const DoneTwoTone: SvgIconComponent;
|
|
2667
2622
|
export const DoNotDisturb: SvgIconComponent;
|
|
2668
2623
|
export const DoNotDisturbAlt: SvgIconComponent;
|
|
2669
2624
|
export const DoNotDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2699,6 +2654,51 @@ export const DoNotTouchOutlined: SvgIconComponent;
|
|
|
2699
2654
|
export const DoNotTouchRounded: SvgIconComponent;
|
|
2700
2655
|
export const DoNotTouchSharp: SvgIconComponent;
|
|
2701
2656
|
export const DoNotTouchTwoTone: SvgIconComponent;
|
|
2657
|
+
export const Dock: SvgIconComponent;
|
|
2658
|
+
export const DockOutlined: SvgIconComponent;
|
|
2659
|
+
export const DockRounded: SvgIconComponent;
|
|
2660
|
+
export const DockSharp: SvgIconComponent;
|
|
2661
|
+
export const DockTwoTone: SvgIconComponent;
|
|
2662
|
+
export const DocumentScanner: SvgIconComponent;
|
|
2663
|
+
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2664
|
+
export const DocumentScannerRounded: SvgIconComponent;
|
|
2665
|
+
export const DocumentScannerSharp: SvgIconComponent;
|
|
2666
|
+
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2667
|
+
export const Domain: SvgIconComponent;
|
|
2668
|
+
export const DomainAdd: SvgIconComponent;
|
|
2669
|
+
export const DomainAddOutlined: SvgIconComponent;
|
|
2670
|
+
export const DomainAddRounded: SvgIconComponent;
|
|
2671
|
+
export const DomainAddSharp: SvgIconComponent;
|
|
2672
|
+
export const DomainAddTwoTone: SvgIconComponent;
|
|
2673
|
+
export const DomainDisabled: SvgIconComponent;
|
|
2674
|
+
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2675
|
+
export const DomainDisabledRounded: SvgIconComponent;
|
|
2676
|
+
export const DomainDisabledSharp: SvgIconComponent;
|
|
2677
|
+
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2678
|
+
export const DomainOutlined: SvgIconComponent;
|
|
2679
|
+
export const DomainRounded: SvgIconComponent;
|
|
2680
|
+
export const DomainSharp: SvgIconComponent;
|
|
2681
|
+
export const DomainTwoTone: SvgIconComponent;
|
|
2682
|
+
export const DomainVerification: SvgIconComponent;
|
|
2683
|
+
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2684
|
+
export const DomainVerificationRounded: SvgIconComponent;
|
|
2685
|
+
export const DomainVerificationSharp: SvgIconComponent;
|
|
2686
|
+
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2687
|
+
export const Done: SvgIconComponent;
|
|
2688
|
+
export const DoneAll: SvgIconComponent;
|
|
2689
|
+
export const DoneAllOutlined: SvgIconComponent;
|
|
2690
|
+
export const DoneAllRounded: SvgIconComponent;
|
|
2691
|
+
export const DoneAllSharp: SvgIconComponent;
|
|
2692
|
+
export const DoneAllTwoTone: SvgIconComponent;
|
|
2693
|
+
export const DoneOutline: SvgIconComponent;
|
|
2694
|
+
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2695
|
+
export const DoneOutlineRounded: SvgIconComponent;
|
|
2696
|
+
export const DoneOutlineSharp: SvgIconComponent;
|
|
2697
|
+
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2698
|
+
export const DoneOutlined: SvgIconComponent;
|
|
2699
|
+
export const DoneRounded: SvgIconComponent;
|
|
2700
|
+
export const DoneSharp: SvgIconComponent;
|
|
2701
|
+
export const DoneTwoTone: SvgIconComponent;
|
|
2702
2702
|
export const DonutLarge: SvgIconComponent;
|
|
2703
2703
|
export const DonutLargeOutlined: SvgIconComponent;
|
|
2704
2704
|
export const DonutLargeRounded: SvgIconComponent;
|
|
@@ -2714,11 +2714,6 @@ export const DoorBackOutlined: SvgIconComponent;
|
|
|
2714
2714
|
export const DoorBackRounded: SvgIconComponent;
|
|
2715
2715
|
export const DoorBackSharp: SvgIconComponent;
|
|
2716
2716
|
export const DoorBackTwoTone: SvgIconComponent;
|
|
2717
|
-
export const Doorbell: SvgIconComponent;
|
|
2718
|
-
export const DoorbellOutlined: SvgIconComponent;
|
|
2719
|
-
export const DoorbellRounded: SvgIconComponent;
|
|
2720
|
-
export const DoorbellSharp: SvgIconComponent;
|
|
2721
|
-
export const DoorbellTwoTone: SvgIconComponent;
|
|
2722
2717
|
export const DoorFront: SvgIconComponent;
|
|
2723
2718
|
export const DoorFrontOutlined: SvgIconComponent;
|
|
2724
2719
|
export const DoorFrontRounded: SvgIconComponent;
|
|
@@ -2729,6 +2724,11 @@ export const DoorSlidingOutlined: SvgIconComponent;
|
|
|
2729
2724
|
export const DoorSlidingRounded: SvgIconComponent;
|
|
2730
2725
|
export const DoorSlidingSharp: SvgIconComponent;
|
|
2731
2726
|
export const DoorSlidingTwoTone: SvgIconComponent;
|
|
2727
|
+
export const Doorbell: SvgIconComponent;
|
|
2728
|
+
export const DoorbellOutlined: SvgIconComponent;
|
|
2729
|
+
export const DoorbellRounded: SvgIconComponent;
|
|
2730
|
+
export const DoorbellSharp: SvgIconComponent;
|
|
2731
|
+
export const DoorbellTwoTone: SvgIconComponent;
|
|
2732
2732
|
export const DoubleArrow: SvgIconComponent;
|
|
2733
2733
|
export const DoubleArrowOutlined: SvgIconComponent;
|
|
2734
2734
|
export const DoubleArrowRounded: SvgIconComponent;
|
|
@@ -2750,15 +2750,15 @@ export const DownloadForOfflineOutlined: SvgIconComponent;
|
|
|
2750
2750
|
export const DownloadForOfflineRounded: SvgIconComponent;
|
|
2751
2751
|
export const DownloadForOfflineSharp: SvgIconComponent;
|
|
2752
2752
|
export const DownloadForOfflineTwoTone: SvgIconComponent;
|
|
2753
|
+
export const DownloadOutlined: SvgIconComponent;
|
|
2754
|
+
export const DownloadRounded: SvgIconComponent;
|
|
2755
|
+
export const DownloadSharp: SvgIconComponent;
|
|
2756
|
+
export const DownloadTwoTone: SvgIconComponent;
|
|
2753
2757
|
export const Downloading: SvgIconComponent;
|
|
2754
2758
|
export const DownloadingOutlined: SvgIconComponent;
|
|
2755
2759
|
export const DownloadingRounded: SvgIconComponent;
|
|
2756
2760
|
export const DownloadingSharp: SvgIconComponent;
|
|
2757
2761
|
export const DownloadingTwoTone: SvgIconComponent;
|
|
2758
|
-
export const DownloadOutlined: SvgIconComponent;
|
|
2759
|
-
export const DownloadRounded: SvgIconComponent;
|
|
2760
|
-
export const DownloadSharp: SvgIconComponent;
|
|
2761
|
-
export const DownloadTwoTone: SvgIconComponent;
|
|
2762
2762
|
export const Drafts: SvgIconComponent;
|
|
2763
2763
|
export const DraftsOutlined: SvgIconComponent;
|
|
2764
2764
|
export const DraftsRounded: SvgIconComponent;
|
|
@@ -2824,6 +2824,11 @@ export const DynamicFormOutlined: SvgIconComponent;
|
|
|
2824
2824
|
export const DynamicFormRounded: SvgIconComponent;
|
|
2825
2825
|
export const DynamicFormSharp: SvgIconComponent;
|
|
2826
2826
|
export const DynamicFormTwoTone: SvgIconComponent;
|
|
2827
|
+
export const EMobiledata: SvgIconComponent;
|
|
2828
|
+
export const EMobiledataOutlined: SvgIconComponent;
|
|
2829
|
+
export const EMobiledataRounded: SvgIconComponent;
|
|
2830
|
+
export const EMobiledataSharp: SvgIconComponent;
|
|
2831
|
+
export const EMobiledataTwoTone: SvgIconComponent;
|
|
2827
2832
|
export const Earbuds: SvgIconComponent;
|
|
2828
2833
|
export const EarbudsBattery: SvgIconComponent;
|
|
2829
2834
|
export const EarbudsBatteryOutlined: SvgIconComponent;
|
|
@@ -2894,16 +2899,6 @@ export const EggOutlined: SvgIconComponent;
|
|
|
2894
2899
|
export const EggRounded: SvgIconComponent;
|
|
2895
2900
|
export const EggSharp: SvgIconComponent;
|
|
2896
2901
|
export const EggTwoTone: SvgIconComponent;
|
|
2897
|
-
export const EighteenMp: SvgIconComponent;
|
|
2898
|
-
export const EighteenMpOutlined: SvgIconComponent;
|
|
2899
|
-
export const EighteenMpRounded: SvgIconComponent;
|
|
2900
|
-
export const EighteenMpSharp: SvgIconComponent;
|
|
2901
|
-
export const EighteenMpTwoTone: SvgIconComponent;
|
|
2902
|
-
export const EighteenUpRating: SvgIconComponent;
|
|
2903
|
-
export const EighteenUpRatingOutlined: SvgIconComponent;
|
|
2904
|
-
export const EighteenUpRatingRounded: SvgIconComponent;
|
|
2905
|
-
export const EighteenUpRatingSharp: SvgIconComponent;
|
|
2906
|
-
export const EighteenUpRatingTwoTone: SvgIconComponent;
|
|
2907
2902
|
export const EightK: SvgIconComponent;
|
|
2908
2903
|
export const EightKOutlined: SvgIconComponent;
|
|
2909
2904
|
export const EightKPlus: SvgIconComponent;
|
|
@@ -2919,6 +2914,16 @@ export const EightMpOutlined: SvgIconComponent;
|
|
|
2919
2914
|
export const EightMpRounded: SvgIconComponent;
|
|
2920
2915
|
export const EightMpSharp: SvgIconComponent;
|
|
2921
2916
|
export const EightMpTwoTone: SvgIconComponent;
|
|
2917
|
+
export const EighteenMp: SvgIconComponent;
|
|
2918
|
+
export const EighteenMpOutlined: SvgIconComponent;
|
|
2919
|
+
export const EighteenMpRounded: SvgIconComponent;
|
|
2920
|
+
export const EighteenMpSharp: SvgIconComponent;
|
|
2921
|
+
export const EighteenMpTwoTone: SvgIconComponent;
|
|
2922
|
+
export const EighteenUpRating: SvgIconComponent;
|
|
2923
|
+
export const EighteenUpRatingOutlined: SvgIconComponent;
|
|
2924
|
+
export const EighteenUpRatingRounded: SvgIconComponent;
|
|
2925
|
+
export const EighteenUpRatingSharp: SvgIconComponent;
|
|
2926
|
+
export const EighteenUpRatingTwoTone: SvgIconComponent;
|
|
2922
2927
|
export const EightteenMp: SvgIconComponent;
|
|
2923
2928
|
export const EightteenMpOutlined: SvgIconComponent;
|
|
2924
2929
|
export const EightteenMpRounded: SvgIconComponent;
|
|
@@ -2939,11 +2944,6 @@ export const ElderlyWomanOutlined: SvgIconComponent;
|
|
|
2939
2944
|
export const ElderlyWomanRounded: SvgIconComponent;
|
|
2940
2945
|
export const ElderlyWomanSharp: SvgIconComponent;
|
|
2941
2946
|
export const ElderlyWomanTwoTone: SvgIconComponent;
|
|
2942
|
-
export const ElectricalServices: SvgIconComponent;
|
|
2943
|
-
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
2944
|
-
export const ElectricalServicesRounded: SvgIconComponent;
|
|
2945
|
-
export const ElectricalServicesSharp: SvgIconComponent;
|
|
2946
|
-
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
2947
2947
|
export const ElectricBike: SvgIconComponent;
|
|
2948
2948
|
export const ElectricBikeOutlined: SvgIconComponent;
|
|
2949
2949
|
export const ElectricBikeRounded: SvgIconComponent;
|
|
@@ -2979,6 +2979,11 @@ export const ElectricScooterOutlined: SvgIconComponent;
|
|
|
2979
2979
|
export const ElectricScooterRounded: SvgIconComponent;
|
|
2980
2980
|
export const ElectricScooterSharp: SvgIconComponent;
|
|
2981
2981
|
export const ElectricScooterTwoTone: SvgIconComponent;
|
|
2982
|
+
export const ElectricalServices: SvgIconComponent;
|
|
2983
|
+
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
2984
|
+
export const ElectricalServicesRounded: SvgIconComponent;
|
|
2985
|
+
export const ElectricalServicesSharp: SvgIconComponent;
|
|
2986
|
+
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
2982
2987
|
export const Elevator: SvgIconComponent;
|
|
2983
2988
|
export const ElevatorOutlined: SvgIconComponent;
|
|
2984
2989
|
export const ElevatorRounded: SvgIconComponent;
|
|
@@ -3004,11 +3009,6 @@ export const EmergencyShareOutlined: SvgIconComponent;
|
|
|
3004
3009
|
export const EmergencyShareRounded: SvgIconComponent;
|
|
3005
3010
|
export const EmergencyShareSharp: SvgIconComponent;
|
|
3006
3011
|
export const EmergencyShareTwoTone: SvgIconComponent;
|
|
3007
|
-
export const EMobiledata: SvgIconComponent;
|
|
3008
|
-
export const EMobiledataOutlined: SvgIconComponent;
|
|
3009
|
-
export const EMobiledataRounded: SvgIconComponent;
|
|
3010
|
-
export const EMobiledataSharp: SvgIconComponent;
|
|
3011
|
-
export const EMobiledataTwoTone: SvgIconComponent;
|
|
3012
3012
|
export const EmojiEmotions: SvgIconComponent;
|
|
3013
3013
|
export const EmojiEmotionsOutlined: SvgIconComponent;
|
|
3014
3014
|
export const EmojiEmotionsRounded: SvgIconComponent;
|
|
@@ -3076,11 +3076,11 @@ export const EqualizerSharp: SvgIconComponent;
|
|
|
3076
3076
|
export const EqualizerTwoTone: SvgIconComponent;
|
|
3077
3077
|
export const Error: SvgIconComponent;
|
|
3078
3078
|
export const ErrorOutline: SvgIconComponent;
|
|
3079
|
-
export const ErrorOutlined: SvgIconComponent;
|
|
3080
3079
|
export const ErrorOutlineOutlined: SvgIconComponent;
|
|
3081
3080
|
export const ErrorOutlineRounded: SvgIconComponent;
|
|
3082
3081
|
export const ErrorOutlineSharp: SvgIconComponent;
|
|
3083
3082
|
export const ErrorOutlineTwoTone: SvgIconComponent;
|
|
3083
|
+
export const ErrorOutlined: SvgIconComponent;
|
|
3084
3084
|
export const ErrorRounded: SvgIconComponent;
|
|
3085
3085
|
export const ErrorSharp: SvgIconComponent;
|
|
3086
3086
|
export const ErrorTwoTone: SvgIconComponent;
|
|
@@ -3104,6 +3104,11 @@ export const EuroSymbolRounded: SvgIconComponent;
|
|
|
3104
3104
|
export const EuroSymbolSharp: SvgIconComponent;
|
|
3105
3105
|
export const EuroSymbolTwoTone: SvgIconComponent;
|
|
3106
3106
|
export const EuroTwoTone: SvgIconComponent;
|
|
3107
|
+
export const EvStation: SvgIconComponent;
|
|
3108
|
+
export const EvStationOutlined: SvgIconComponent;
|
|
3109
|
+
export const EvStationRounded: SvgIconComponent;
|
|
3110
|
+
export const EvStationSharp: SvgIconComponent;
|
|
3111
|
+
export const EvStationTwoTone: SvgIconComponent;
|
|
3107
3112
|
export const Event: SvgIconComponent;
|
|
3108
3113
|
export const EventAvailable: SvgIconComponent;
|
|
3109
3114
|
export const EventAvailableOutlined: SvgIconComponent;
|
|
@@ -3134,11 +3139,6 @@ export const EventSeatSharp: SvgIconComponent;
|
|
|
3134
3139
|
export const EventSeatTwoTone: SvgIconComponent;
|
|
3135
3140
|
export const EventSharp: SvgIconComponent;
|
|
3136
3141
|
export const EventTwoTone: SvgIconComponent;
|
|
3137
|
-
export const EvStation: SvgIconComponent;
|
|
3138
|
-
export const EvStationOutlined: SvgIconComponent;
|
|
3139
|
-
export const EvStationRounded: SvgIconComponent;
|
|
3140
|
-
export const EvStationSharp: SvgIconComponent;
|
|
3141
|
-
export const EvStationTwoTone: SvgIconComponent;
|
|
3142
3142
|
export const ExitToApp: SvgIconComponent;
|
|
3143
3143
|
export const ExitToAppOutlined: SvgIconComponent;
|
|
3144
3144
|
export const ExitToAppRounded: SvgIconComponent;
|
|
@@ -3220,11 +3220,6 @@ export const Face6Outlined: SvgIconComponent;
|
|
|
3220
3220
|
export const Face6Rounded: SvgIconComponent;
|
|
3221
3221
|
export const Face6Sharp: SvgIconComponent;
|
|
3222
3222
|
export const Face6TwoTone: SvgIconComponent;
|
|
3223
|
-
export const Facebook: SvgIconComponent;
|
|
3224
|
-
export const FacebookOutlined: SvgIconComponent;
|
|
3225
|
-
export const FacebookRounded: SvgIconComponent;
|
|
3226
|
-
export const FacebookSharp: SvgIconComponent;
|
|
3227
|
-
export const FacebookTwoTone: SvgIconComponent;
|
|
3228
3223
|
export const FaceOutlined: SvgIconComponent;
|
|
3229
3224
|
export const FaceRetouchingNatural: SvgIconComponent;
|
|
3230
3225
|
export const FaceRetouchingNaturalOutlined: SvgIconComponent;
|
|
@@ -3239,6 +3234,11 @@ export const FaceRetouchingOffTwoTone: SvgIconComponent;
|
|
|
3239
3234
|
export const FaceRounded: SvgIconComponent;
|
|
3240
3235
|
export const FaceSharp: SvgIconComponent;
|
|
3241
3236
|
export const FaceTwoTone: SvgIconComponent;
|
|
3237
|
+
export const Facebook: SvgIconComponent;
|
|
3238
|
+
export const FacebookOutlined: SvgIconComponent;
|
|
3239
|
+
export const FacebookRounded: SvgIconComponent;
|
|
3240
|
+
export const FacebookSharp: SvgIconComponent;
|
|
3241
|
+
export const FacebookTwoTone: SvgIconComponent;
|
|
3242
3242
|
export const FactCheck: SvgIconComponent;
|
|
3243
3243
|
export const FactCheckOutlined: SvgIconComponent;
|
|
3244
3244
|
export const FactCheckRounded: SvgIconComponent;
|
|
@@ -3254,11 +3254,6 @@ export const FamilyRestroomOutlined: SvgIconComponent;
|
|
|
3254
3254
|
export const FamilyRestroomRounded: SvgIconComponent;
|
|
3255
3255
|
export const FamilyRestroomSharp: SvgIconComponent;
|
|
3256
3256
|
export const FamilyRestroomTwoTone: SvgIconComponent;
|
|
3257
|
-
export const Fastfood: SvgIconComponent;
|
|
3258
|
-
export const FastfoodOutlined: SvgIconComponent;
|
|
3259
|
-
export const FastfoodRounded: SvgIconComponent;
|
|
3260
|
-
export const FastfoodSharp: SvgIconComponent;
|
|
3261
|
-
export const FastfoodTwoTone: SvgIconComponent;
|
|
3262
3257
|
export const FastForward: SvgIconComponent;
|
|
3263
3258
|
export const FastForwardOutlined: SvgIconComponent;
|
|
3264
3259
|
export const FastForwardRounded: SvgIconComponent;
|
|
@@ -3269,6 +3264,11 @@ export const FastRewindOutlined: SvgIconComponent;
|
|
|
3269
3264
|
export const FastRewindRounded: SvgIconComponent;
|
|
3270
3265
|
export const FastRewindSharp: SvgIconComponent;
|
|
3271
3266
|
export const FastRewindTwoTone: SvgIconComponent;
|
|
3267
|
+
export const Fastfood: SvgIconComponent;
|
|
3268
|
+
export const FastfoodOutlined: SvgIconComponent;
|
|
3269
|
+
export const FastfoodRounded: SvgIconComponent;
|
|
3270
|
+
export const FastfoodSharp: SvgIconComponent;
|
|
3271
|
+
export const FastfoodTwoTone: SvgIconComponent;
|
|
3272
3272
|
export const Favorite: SvgIconComponent;
|
|
3273
3273
|
export const FavoriteBorder: SvgIconComponent;
|
|
3274
3274
|
export const FavoriteBorderOutlined: SvgIconComponent;
|
|
@@ -3295,15 +3295,15 @@ export const FeaturedVideoRounded: SvgIconComponent;
|
|
|
3295
3295
|
export const FeaturedVideoSharp: SvgIconComponent;
|
|
3296
3296
|
export const FeaturedVideoTwoTone: SvgIconComponent;
|
|
3297
3297
|
export const Feed: SvgIconComponent;
|
|
3298
|
+
export const FeedOutlined: SvgIconComponent;
|
|
3299
|
+
export const FeedRounded: SvgIconComponent;
|
|
3300
|
+
export const FeedSharp: SvgIconComponent;
|
|
3301
|
+
export const FeedTwoTone: SvgIconComponent;
|
|
3298
3302
|
export const Feedback: SvgIconComponent;
|
|
3299
3303
|
export const FeedbackOutlined: SvgIconComponent;
|
|
3300
3304
|
export const FeedbackRounded: SvgIconComponent;
|
|
3301
3305
|
export const FeedbackSharp: SvgIconComponent;
|
|
3302
3306
|
export const FeedbackTwoTone: SvgIconComponent;
|
|
3303
|
-
export const FeedOutlined: SvgIconComponent;
|
|
3304
|
-
export const FeedRounded: SvgIconComponent;
|
|
3305
|
-
export const FeedSharp: SvgIconComponent;
|
|
3306
|
-
export const FeedTwoTone: SvgIconComponent;
|
|
3307
3307
|
export const Female: SvgIconComponent;
|
|
3308
3308
|
export const FemaleOutlined: SvgIconComponent;
|
|
3309
3309
|
export const FemaleRounded: SvgIconComponent;
|
|
@@ -3524,21 +3524,26 @@ export const FireHydrantAltOutlined: SvgIconComponent;
|
|
|
3524
3524
|
export const FireHydrantAltRounded: SvgIconComponent;
|
|
3525
3525
|
export const FireHydrantAltSharp: SvgIconComponent;
|
|
3526
3526
|
export const FireHydrantAltTwoTone: SvgIconComponent;
|
|
3527
|
-
export const Fireplace: SvgIconComponent;
|
|
3528
|
-
export const FireplaceOutlined: SvgIconComponent;
|
|
3529
|
-
export const FireplaceRounded: SvgIconComponent;
|
|
3530
|
-
export const FireplaceSharp: SvgIconComponent;
|
|
3531
|
-
export const FireplaceTwoTone: SvgIconComponent;
|
|
3532
3527
|
export const FireTruck: SvgIconComponent;
|
|
3533
3528
|
export const FireTruckOutlined: SvgIconComponent;
|
|
3534
3529
|
export const FireTruckRounded: SvgIconComponent;
|
|
3535
3530
|
export const FireTruckSharp: SvgIconComponent;
|
|
3536
3531
|
export const FireTruckTwoTone: SvgIconComponent;
|
|
3532
|
+
export const Fireplace: SvgIconComponent;
|
|
3533
|
+
export const FireplaceOutlined: SvgIconComponent;
|
|
3534
|
+
export const FireplaceRounded: SvgIconComponent;
|
|
3535
|
+
export const FireplaceSharp: SvgIconComponent;
|
|
3536
|
+
export const FireplaceTwoTone: SvgIconComponent;
|
|
3537
3537
|
export const FirstPage: SvgIconComponent;
|
|
3538
3538
|
export const FirstPageOutlined: SvgIconComponent;
|
|
3539
3539
|
export const FirstPageRounded: SvgIconComponent;
|
|
3540
3540
|
export const FirstPageSharp: SvgIconComponent;
|
|
3541
3541
|
export const FirstPageTwoTone: SvgIconComponent;
|
|
3542
|
+
export const FitScreen: SvgIconComponent;
|
|
3543
|
+
export const FitScreenOutlined: SvgIconComponent;
|
|
3544
|
+
export const FitScreenRounded: SvgIconComponent;
|
|
3545
|
+
export const FitScreenSharp: SvgIconComponent;
|
|
3546
|
+
export const FitScreenTwoTone: SvgIconComponent;
|
|
3542
3547
|
export const Fitbit: SvgIconComponent;
|
|
3543
3548
|
export const FitbitOutlined: SvgIconComponent;
|
|
3544
3549
|
export const FitbitRounded: SvgIconComponent;
|
|
@@ -3549,11 +3554,6 @@ export const FitnessCenterOutlined: SvgIconComponent;
|
|
|
3549
3554
|
export const FitnessCenterRounded: SvgIconComponent;
|
|
3550
3555
|
export const FitnessCenterSharp: SvgIconComponent;
|
|
3551
3556
|
export const FitnessCenterTwoTone: SvgIconComponent;
|
|
3552
|
-
export const FitScreen: SvgIconComponent;
|
|
3553
|
-
export const FitScreenOutlined: SvgIconComponent;
|
|
3554
|
-
export const FitScreenRounded: SvgIconComponent;
|
|
3555
|
-
export const FitScreenSharp: SvgIconComponent;
|
|
3556
|
-
export const FitScreenTwoTone: SvgIconComponent;
|
|
3557
3557
|
export const FiveG: SvgIconComponent;
|
|
3558
3558
|
export const FiveGOutlined: SvgIconComponent;
|
|
3559
3559
|
export const FiveGRounded: SvgIconComponent;
|
|
@@ -3604,16 +3604,6 @@ export const FlashAutoOutlined: SvgIconComponent;
|
|
|
3604
3604
|
export const FlashAutoRounded: SvgIconComponent;
|
|
3605
3605
|
export const FlashAutoSharp: SvgIconComponent;
|
|
3606
3606
|
export const FlashAutoTwoTone: SvgIconComponent;
|
|
3607
|
-
export const FlashlightOff: SvgIconComponent;
|
|
3608
|
-
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3609
|
-
export const FlashlightOffRounded: SvgIconComponent;
|
|
3610
|
-
export const FlashlightOffSharp: SvgIconComponent;
|
|
3611
|
-
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3612
|
-
export const FlashlightOn: SvgIconComponent;
|
|
3613
|
-
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3614
|
-
export const FlashlightOnRounded: SvgIconComponent;
|
|
3615
|
-
export const FlashlightOnSharp: SvgIconComponent;
|
|
3616
|
-
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3617
3607
|
export const FlashOff: SvgIconComponent;
|
|
3618
3608
|
export const FlashOffOutlined: SvgIconComponent;
|
|
3619
3609
|
export const FlashOffRounded: SvgIconComponent;
|
|
@@ -3624,6 +3614,16 @@ export const FlashOnOutlined: SvgIconComponent;
|
|
|
3624
3614
|
export const FlashOnRounded: SvgIconComponent;
|
|
3625
3615
|
export const FlashOnSharp: SvgIconComponent;
|
|
3626
3616
|
export const FlashOnTwoTone: SvgIconComponent;
|
|
3617
|
+
export const FlashlightOff: SvgIconComponent;
|
|
3618
|
+
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3619
|
+
export const FlashlightOffRounded: SvgIconComponent;
|
|
3620
|
+
export const FlashlightOffSharp: SvgIconComponent;
|
|
3621
|
+
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3622
|
+
export const FlashlightOn: SvgIconComponent;
|
|
3623
|
+
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3624
|
+
export const FlashlightOnRounded: SvgIconComponent;
|
|
3625
|
+
export const FlashlightOnSharp: SvgIconComponent;
|
|
3626
|
+
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3627
3627
|
export const Flatware: SvgIconComponent;
|
|
3628
3628
|
export const FlatwareOutlined: SvgIconComponent;
|
|
3629
3629
|
export const FlatwareRounded: SvgIconComponent;
|
|
@@ -3989,6 +3989,16 @@ export const FunctionsOutlined: SvgIconComponent;
|
|
|
3989
3989
|
export const FunctionsRounded: SvgIconComponent;
|
|
3990
3990
|
export const FunctionsSharp: SvgIconComponent;
|
|
3991
3991
|
export const FunctionsTwoTone: SvgIconComponent;
|
|
3992
|
+
export const GMobiledata: SvgIconComponent;
|
|
3993
|
+
export const GMobiledataOutlined: SvgIconComponent;
|
|
3994
|
+
export const GMobiledataRounded: SvgIconComponent;
|
|
3995
|
+
export const GMobiledataSharp: SvgIconComponent;
|
|
3996
|
+
export const GMobiledataTwoTone: SvgIconComponent;
|
|
3997
|
+
export const GTranslate: SvgIconComponent;
|
|
3998
|
+
export const GTranslateOutlined: SvgIconComponent;
|
|
3999
|
+
export const GTranslateRounded: SvgIconComponent;
|
|
4000
|
+
export const GTranslateSharp: SvgIconComponent;
|
|
4001
|
+
export const GTranslateTwoTone: SvgIconComponent;
|
|
3992
4002
|
export const Gamepad: SvgIconComponent;
|
|
3993
4003
|
export const GamepadOutlined: SvgIconComponent;
|
|
3994
4004
|
export const GamepadRounded: SvgIconComponent;
|
|
@@ -4039,17 +4049,12 @@ export const GirlOutlined: SvgIconComponent;
|
|
|
4039
4049
|
export const GirlRounded: SvgIconComponent;
|
|
4040
4050
|
export const GirlSharp: SvgIconComponent;
|
|
4041
4051
|
export const GirlTwoTone: SvgIconComponent;
|
|
4052
|
+
export const GitHub: SvgIconComponent;
|
|
4042
4053
|
export const Gite: SvgIconComponent;
|
|
4043
4054
|
export const GiteOutlined: SvgIconComponent;
|
|
4044
4055
|
export const GiteRounded: SvgIconComponent;
|
|
4045
4056
|
export const GiteSharp: SvgIconComponent;
|
|
4046
4057
|
export const GiteTwoTone: SvgIconComponent;
|
|
4047
|
-
export const GitHub: SvgIconComponent;
|
|
4048
|
-
export const GMobiledata: SvgIconComponent;
|
|
4049
|
-
export const GMobiledataOutlined: SvgIconComponent;
|
|
4050
|
-
export const GMobiledataRounded: SvgIconComponent;
|
|
4051
|
-
export const GMobiledataSharp: SvgIconComponent;
|
|
4052
|
-
export const GMobiledataTwoTone: SvgIconComponent;
|
|
4053
4058
|
export const GolfCourse: SvgIconComponent;
|
|
4054
4059
|
export const GolfCourseOutlined: SvgIconComponent;
|
|
4055
4060
|
export const GolfCourseRounded: SvgIconComponent;
|
|
@@ -4159,6 +4164,13 @@ export const GroupRemoveRounded: SvgIconComponent;
|
|
|
4159
4164
|
export const GroupRemoveSharp: SvgIconComponent;
|
|
4160
4165
|
export const GroupRemoveTwoTone: SvgIconComponent;
|
|
4161
4166
|
export const GroupRounded: SvgIconComponent;
|
|
4167
|
+
export const GroupSharp: SvgIconComponent;
|
|
4168
|
+
export const GroupTwoTone: SvgIconComponent;
|
|
4169
|
+
export const GroupWork: SvgIconComponent;
|
|
4170
|
+
export const GroupWorkOutlined: SvgIconComponent;
|
|
4171
|
+
export const GroupWorkRounded: SvgIconComponent;
|
|
4172
|
+
export const GroupWorkSharp: SvgIconComponent;
|
|
4173
|
+
export const GroupWorkTwoTone: SvgIconComponent;
|
|
4162
4174
|
export const Groups: SvgIconComponent;
|
|
4163
4175
|
export const Groups2: SvgIconComponent;
|
|
4164
4176
|
export const Groups2Outlined: SvgIconComponent;
|
|
@@ -4170,22 +4182,20 @@ export const Groups3Outlined: SvgIconComponent;
|
|
|
4170
4182
|
export const Groups3Rounded: SvgIconComponent;
|
|
4171
4183
|
export const Groups3Sharp: SvgIconComponent;
|
|
4172
4184
|
export const Groups3TwoTone: SvgIconComponent;
|
|
4173
|
-
export const GroupSharp: SvgIconComponent;
|
|
4174
4185
|
export const GroupsOutlined: SvgIconComponent;
|
|
4175
4186
|
export const GroupsRounded: SvgIconComponent;
|
|
4176
4187
|
export const GroupsSharp: SvgIconComponent;
|
|
4177
4188
|
export const GroupsTwoTone: SvgIconComponent;
|
|
4178
|
-
export const
|
|
4179
|
-
export const
|
|
4180
|
-
export const
|
|
4181
|
-
export const
|
|
4182
|
-
export const
|
|
4183
|
-
export const
|
|
4184
|
-
export const
|
|
4185
|
-
export const
|
|
4186
|
-
export const
|
|
4187
|
-
export const
|
|
4188
|
-
export const GTranslateTwoTone: SvgIconComponent;
|
|
4189
|
+
export const HMobiledata: SvgIconComponent;
|
|
4190
|
+
export const HMobiledataOutlined: SvgIconComponent;
|
|
4191
|
+
export const HMobiledataRounded: SvgIconComponent;
|
|
4192
|
+
export const HMobiledataSharp: SvgIconComponent;
|
|
4193
|
+
export const HMobiledataTwoTone: SvgIconComponent;
|
|
4194
|
+
export const HPlusMobiledata: SvgIconComponent;
|
|
4195
|
+
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
4196
|
+
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
4197
|
+
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
4198
|
+
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
4189
4199
|
export const Hail: SvgIconComponent;
|
|
4190
4200
|
export const HailOutlined: SvgIconComponent;
|
|
4191
4201
|
export const HailRounded: SvgIconComponent;
|
|
@@ -4208,6 +4218,9 @@ export const HardwareSharp: SvgIconComponent;
|
|
|
4208
4218
|
export const HardwareTwoTone: SvgIconComponent;
|
|
4209
4219
|
export const Hd: SvgIconComponent;
|
|
4210
4220
|
export const HdOutlined: SvgIconComponent;
|
|
4221
|
+
export const HdRounded: SvgIconComponent;
|
|
4222
|
+
export const HdSharp: SvgIconComponent;
|
|
4223
|
+
export const HdTwoTone: SvgIconComponent;
|
|
4211
4224
|
export const HdrAuto: SvgIconComponent;
|
|
4212
4225
|
export const HdrAutoOutlined: SvgIconComponent;
|
|
4213
4226
|
export const HdrAutoRounded: SvgIconComponent;
|
|
@@ -4243,7 +4256,6 @@ export const HdrOnSelectSharp: SvgIconComponent;
|
|
|
4243
4256
|
export const HdrOnSelectTwoTone: SvgIconComponent;
|
|
4244
4257
|
export const HdrOnSharp: SvgIconComponent;
|
|
4245
4258
|
export const HdrOnTwoTone: SvgIconComponent;
|
|
4246
|
-
export const HdRounded: SvgIconComponent;
|
|
4247
4259
|
export const HdrPlus: SvgIconComponent;
|
|
4248
4260
|
export const HdrPlusOutlined: SvgIconComponent;
|
|
4249
4261
|
export const HdrPlusRounded: SvgIconComponent;
|
|
@@ -4259,8 +4271,6 @@ export const HdrWeakOutlined: SvgIconComponent;
|
|
|
4259
4271
|
export const HdrWeakRounded: SvgIconComponent;
|
|
4260
4272
|
export const HdrWeakSharp: SvgIconComponent;
|
|
4261
4273
|
export const HdrWeakTwoTone: SvgIconComponent;
|
|
4262
|
-
export const HdSharp: SvgIconComponent;
|
|
4263
|
-
export const HdTwoTone: SvgIconComponent;
|
|
4264
4274
|
export const Headphones: SvgIconComponent;
|
|
4265
4275
|
export const HeadphonesBattery: SvgIconComponent;
|
|
4266
4276
|
export const HeadphonesBatteryOutlined: SvgIconComponent;
|
|
@@ -4328,11 +4338,11 @@ export const HelpCenterRounded: SvgIconComponent;
|
|
|
4328
4338
|
export const HelpCenterSharp: SvgIconComponent;
|
|
4329
4339
|
export const HelpCenterTwoTone: SvgIconComponent;
|
|
4330
4340
|
export const HelpOutline: SvgIconComponent;
|
|
4331
|
-
export const HelpOutlined: SvgIconComponent;
|
|
4332
4341
|
export const HelpOutlineOutlined: SvgIconComponent;
|
|
4333
4342
|
export const HelpOutlineRounded: SvgIconComponent;
|
|
4334
4343
|
export const HelpOutlineSharp: SvgIconComponent;
|
|
4335
4344
|
export const HelpOutlineTwoTone: SvgIconComponent;
|
|
4345
|
+
export const HelpOutlined: SvgIconComponent;
|
|
4336
4346
|
export const HelpRounded: SvgIconComponent;
|
|
4337
4347
|
export const HelpSharp: SvgIconComponent;
|
|
4338
4348
|
export const HelpTwoTone: SvgIconComponent;
|
|
@@ -4356,6 +4366,11 @@ export const HideSourceOutlined: SvgIconComponent;
|
|
|
4356
4366
|
export const HideSourceRounded: SvgIconComponent;
|
|
4357
4367
|
export const HideSourceSharp: SvgIconComponent;
|
|
4358
4368
|
export const HideSourceTwoTone: SvgIconComponent;
|
|
4369
|
+
export const HighQuality: SvgIconComponent;
|
|
4370
|
+
export const HighQualityOutlined: SvgIconComponent;
|
|
4371
|
+
export const HighQualityRounded: SvgIconComponent;
|
|
4372
|
+
export const HighQualitySharp: SvgIconComponent;
|
|
4373
|
+
export const HighQualityTwoTone: SvgIconComponent;
|
|
4359
4374
|
export const Highlight: SvgIconComponent;
|
|
4360
4375
|
export const HighlightAlt: SvgIconComponent;
|
|
4361
4376
|
export const HighlightAltOutlined: SvgIconComponent;
|
|
@@ -4369,13 +4384,8 @@ export const HighlightOffSharp: SvgIconComponent;
|
|
|
4369
4384
|
export const HighlightOffTwoTone: SvgIconComponent;
|
|
4370
4385
|
export const HighlightOutlined: SvgIconComponent;
|
|
4371
4386
|
export const HighlightRounded: SvgIconComponent;
|
|
4372
|
-
export const HighlightSharp: SvgIconComponent;
|
|
4373
|
-
export const HighlightTwoTone: SvgIconComponent;
|
|
4374
|
-
export const HighQuality: SvgIconComponent;
|
|
4375
|
-
export const HighQualityOutlined: SvgIconComponent;
|
|
4376
|
-
export const HighQualityRounded: SvgIconComponent;
|
|
4377
|
-
export const HighQualitySharp: SvgIconComponent;
|
|
4378
|
-
export const HighQualityTwoTone: SvgIconComponent;
|
|
4387
|
+
export const HighlightSharp: SvgIconComponent;
|
|
4388
|
+
export const HighlightTwoTone: SvgIconComponent;
|
|
4379
4389
|
export const Hiking: SvgIconComponent;
|
|
4380
4390
|
export const HikingOutlined: SvgIconComponent;
|
|
4381
4391
|
export const HikingRounded: SvgIconComponent;
|
|
@@ -4411,11 +4421,6 @@ export const HlsOutlined: SvgIconComponent;
|
|
|
4411
4421
|
export const HlsRounded: SvgIconComponent;
|
|
4412
4422
|
export const HlsSharp: SvgIconComponent;
|
|
4413
4423
|
export const HlsTwoTone: SvgIconComponent;
|
|
4414
|
-
export const HMobiledata: SvgIconComponent;
|
|
4415
|
-
export const HMobiledataOutlined: SvgIconComponent;
|
|
4416
|
-
export const HMobiledataRounded: SvgIconComponent;
|
|
4417
|
-
export const HMobiledataSharp: SvgIconComponent;
|
|
4418
|
-
export const HMobiledataTwoTone: SvgIconComponent;
|
|
4419
4424
|
export const HolidayVillage: SvgIconComponent;
|
|
4420
4425
|
export const HolidayVillageOutlined: SvgIconComponent;
|
|
4421
4426
|
export const HolidayVillageRounded: SvgIconComponent;
|
|
@@ -4456,16 +4461,16 @@ export const HorizontalSplitOutlined: SvgIconComponent;
|
|
|
4456
4461
|
export const HorizontalSplitRounded: SvgIconComponent;
|
|
4457
4462
|
export const HorizontalSplitSharp: SvgIconComponent;
|
|
4458
4463
|
export const HorizontalSplitTwoTone: SvgIconComponent;
|
|
4459
|
-
export const Hotel: SvgIconComponent;
|
|
4460
|
-
export const HotelOutlined: SvgIconComponent;
|
|
4461
|
-
export const HotelRounded: SvgIconComponent;
|
|
4462
|
-
export const HotelSharp: SvgIconComponent;
|
|
4463
|
-
export const HotelTwoTone: SvgIconComponent;
|
|
4464
4464
|
export const HotTub: SvgIconComponent;
|
|
4465
4465
|
export const HotTubOutlined: SvgIconComponent;
|
|
4466
4466
|
export const HotTubRounded: SvgIconComponent;
|
|
4467
4467
|
export const HotTubSharp: SvgIconComponent;
|
|
4468
4468
|
export const HotTubTwoTone: SvgIconComponent;
|
|
4469
|
+
export const Hotel: SvgIconComponent;
|
|
4470
|
+
export const HotelOutlined: SvgIconComponent;
|
|
4471
|
+
export const HotelRounded: SvgIconComponent;
|
|
4472
|
+
export const HotelSharp: SvgIconComponent;
|
|
4473
|
+
export const HotelTwoTone: SvgIconComponent;
|
|
4469
4474
|
export const HourglassBottom: SvgIconComponent;
|
|
4470
4475
|
export const HourglassBottomOutlined: SvgIconComponent;
|
|
4471
4476
|
export const HourglassBottomRounded: SvgIconComponent;
|
|
@@ -4492,11 +4497,6 @@ export const HourglassTopRounded: SvgIconComponent;
|
|
|
4492
4497
|
export const HourglassTopSharp: SvgIconComponent;
|
|
4493
4498
|
export const HourglassTopTwoTone: SvgIconComponent;
|
|
4494
4499
|
export const House: SvgIconComponent;
|
|
4495
|
-
export const Houseboat: SvgIconComponent;
|
|
4496
|
-
export const HouseboatOutlined: SvgIconComponent;
|
|
4497
|
-
export const HouseboatRounded: SvgIconComponent;
|
|
4498
|
-
export const HouseboatSharp: SvgIconComponent;
|
|
4499
|
-
export const HouseboatTwoTone: SvgIconComponent;
|
|
4500
4500
|
export const HouseOutlined: SvgIconComponent;
|
|
4501
4501
|
export const HouseRounded: SvgIconComponent;
|
|
4502
4502
|
export const HouseSharp: SvgIconComponent;
|
|
@@ -4506,6 +4506,11 @@ export const HouseSidingRounded: SvgIconComponent;
|
|
|
4506
4506
|
export const HouseSidingSharp: SvgIconComponent;
|
|
4507
4507
|
export const HouseSidingTwoTone: SvgIconComponent;
|
|
4508
4508
|
export const HouseTwoTone: SvgIconComponent;
|
|
4509
|
+
export const Houseboat: SvgIconComponent;
|
|
4510
|
+
export const HouseboatOutlined: SvgIconComponent;
|
|
4511
|
+
export const HouseboatRounded: SvgIconComponent;
|
|
4512
|
+
export const HouseboatSharp: SvgIconComponent;
|
|
4513
|
+
export const HouseboatTwoTone: SvgIconComponent;
|
|
4509
4514
|
export const HowToReg: SvgIconComponent;
|
|
4510
4515
|
export const HowToRegOutlined: SvgIconComponent;
|
|
4511
4516
|
export const HowToRegRounded: SvgIconComponent;
|
|
@@ -4516,11 +4521,6 @@ export const HowToVoteOutlined: SvgIconComponent;
|
|
|
4516
4521
|
export const HowToVoteRounded: SvgIconComponent;
|
|
4517
4522
|
export const HowToVoteSharp: SvgIconComponent;
|
|
4518
4523
|
export const HowToVoteTwoTone: SvgIconComponent;
|
|
4519
|
-
export const HPlusMobiledata: SvgIconComponent;
|
|
4520
|
-
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
4521
|
-
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
4522
|
-
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
4523
|
-
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
4524
4524
|
export const Html: SvgIconComponent;
|
|
4525
4525
|
export const HtmlOutlined: SvgIconComponent;
|
|
4526
4526
|
export const HtmlRounded: SvgIconComponent;
|
|
@@ -4529,13 +4529,13 @@ export const HtmlTwoTone: SvgIconComponent;
|
|
|
4529
4529
|
export const Http: SvgIconComponent;
|
|
4530
4530
|
export const HttpOutlined: SvgIconComponent;
|
|
4531
4531
|
export const HttpRounded: SvgIconComponent;
|
|
4532
|
-
export const Https: SvgIconComponent;
|
|
4533
4532
|
export const HttpSharp: SvgIconComponent;
|
|
4533
|
+
export const HttpTwoTone: SvgIconComponent;
|
|
4534
|
+
export const Https: SvgIconComponent;
|
|
4534
4535
|
export const HttpsOutlined: SvgIconComponent;
|
|
4535
4536
|
export const HttpsRounded: SvgIconComponent;
|
|
4536
4537
|
export const HttpsSharp: SvgIconComponent;
|
|
4537
4538
|
export const HttpsTwoTone: SvgIconComponent;
|
|
4538
|
-
export const HttpTwoTone: SvgIconComponent;
|
|
4539
4539
|
export const Hub: SvgIconComponent;
|
|
4540
4540
|
export const HubOutlined: SvgIconComponent;
|
|
4541
4541
|
export const HubRounded: SvgIconComponent;
|
|
@@ -4546,16 +4546,16 @@ export const HvacOutlined: SvgIconComponent;
|
|
|
4546
4546
|
export const HvacRounded: SvgIconComponent;
|
|
4547
4547
|
export const HvacSharp: SvgIconComponent;
|
|
4548
4548
|
export const HvacTwoTone: SvgIconComponent;
|
|
4549
|
-
export const Icecream: SvgIconComponent;
|
|
4550
|
-
export const IcecreamOutlined: SvgIconComponent;
|
|
4551
|
-
export const IcecreamRounded: SvgIconComponent;
|
|
4552
|
-
export const IcecreamSharp: SvgIconComponent;
|
|
4553
|
-
export const IcecreamTwoTone: SvgIconComponent;
|
|
4554
4549
|
export const IceSkating: SvgIconComponent;
|
|
4555
4550
|
export const IceSkatingOutlined: SvgIconComponent;
|
|
4556
4551
|
export const IceSkatingRounded: SvgIconComponent;
|
|
4557
4552
|
export const IceSkatingSharp: SvgIconComponent;
|
|
4558
4553
|
export const IceSkatingTwoTone: SvgIconComponent;
|
|
4554
|
+
export const Icecream: SvgIconComponent;
|
|
4555
|
+
export const IcecreamOutlined: SvgIconComponent;
|
|
4556
|
+
export const IcecreamRounded: SvgIconComponent;
|
|
4557
|
+
export const IcecreamSharp: SvgIconComponent;
|
|
4558
|
+
export const IcecreamTwoTone: SvgIconComponent;
|
|
4559
4559
|
export const Image: SvgIconComponent;
|
|
4560
4560
|
export const ImageAspectRatio: SvgIconComponent;
|
|
4561
4561
|
export const ImageAspectRatioOutlined: SvgIconComponent;
|
|
@@ -4571,21 +4571,16 @@ export const ImageOutlined: SvgIconComponent;
|
|
|
4571
4571
|
export const ImageRounded: SvgIconComponent;
|
|
4572
4572
|
export const ImageSearch: SvgIconComponent;
|
|
4573
4573
|
export const ImageSearchOutlined: SvgIconComponent;
|
|
4574
|
-
export const ImagesearchRoller: SvgIconComponent;
|
|
4575
|
-
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4576
|
-
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4577
|
-
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4578
|
-
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4579
4574
|
export const ImageSearchRounded: SvgIconComponent;
|
|
4580
4575
|
export const ImageSearchSharp: SvgIconComponent;
|
|
4581
4576
|
export const ImageSearchTwoTone: SvgIconComponent;
|
|
4582
4577
|
export const ImageSharp: SvgIconComponent;
|
|
4583
4578
|
export const ImageTwoTone: SvgIconComponent;
|
|
4584
|
-
export const
|
|
4585
|
-
export const
|
|
4586
|
-
export const
|
|
4587
|
-
export const
|
|
4588
|
-
export const
|
|
4579
|
+
export const ImagesearchRoller: SvgIconComponent;
|
|
4580
|
+
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4581
|
+
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4582
|
+
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4583
|
+
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4589
4584
|
export const ImportContacts: SvgIconComponent;
|
|
4590
4585
|
export const ImportContactsOutlined: SvgIconComponent;
|
|
4591
4586
|
export const ImportContactsRounded: SvgIconComponent;
|
|
@@ -4596,6 +4591,11 @@ export const ImportExportOutlined: SvgIconComponent;
|
|
|
4596
4591
|
export const ImportExportRounded: SvgIconComponent;
|
|
4597
4592
|
export const ImportExportSharp: SvgIconComponent;
|
|
4598
4593
|
export const ImportExportTwoTone: SvgIconComponent;
|
|
4594
|
+
export const ImportantDevices: SvgIconComponent;
|
|
4595
|
+
export const ImportantDevicesOutlined: SvgIconComponent;
|
|
4596
|
+
export const ImportantDevicesRounded: SvgIconComponent;
|
|
4597
|
+
export const ImportantDevicesSharp: SvgIconComponent;
|
|
4598
|
+
export const ImportantDevicesTwoTone: SvgIconComponent;
|
|
4599
4599
|
export const Inbox: SvgIconComponent;
|
|
4600
4600
|
export const InboxOutlined: SvgIconComponent;
|
|
4601
4601
|
export const InboxRounded: SvgIconComponent;
|
|
@@ -4762,6 +4762,15 @@ export const KebabDiningRounded: SvgIconComponent;
|
|
|
4762
4762
|
export const KebabDiningSharp: SvgIconComponent;
|
|
4763
4763
|
export const KebabDiningTwoTone: SvgIconComponent;
|
|
4764
4764
|
export const Key: SvgIconComponent;
|
|
4765
|
+
export const KeyOff: SvgIconComponent;
|
|
4766
|
+
export const KeyOffOutlined: SvgIconComponent;
|
|
4767
|
+
export const KeyOffRounded: SvgIconComponent;
|
|
4768
|
+
export const KeyOffSharp: SvgIconComponent;
|
|
4769
|
+
export const KeyOffTwoTone: SvgIconComponent;
|
|
4770
|
+
export const KeyOutlined: SvgIconComponent;
|
|
4771
|
+
export const KeyRounded: SvgIconComponent;
|
|
4772
|
+
export const KeySharp: SvgIconComponent;
|
|
4773
|
+
export const KeyTwoTone: SvgIconComponent;
|
|
4765
4774
|
export const Keyboard: SvgIconComponent;
|
|
4766
4775
|
export const KeyboardAlt: SvgIconComponent;
|
|
4767
4776
|
export const KeyboardAltOutlined: SvgIconComponent;
|
|
@@ -4857,15 +4866,6 @@ export const KeyboardVoiceOutlined: SvgIconComponent;
|
|
|
4857
4866
|
export const KeyboardVoiceRounded: SvgIconComponent;
|
|
4858
4867
|
export const KeyboardVoiceSharp: SvgIconComponent;
|
|
4859
4868
|
export const KeyboardVoiceTwoTone: SvgIconComponent;
|
|
4860
|
-
export const KeyOff: SvgIconComponent;
|
|
4861
|
-
export const KeyOffOutlined: SvgIconComponent;
|
|
4862
|
-
export const KeyOffRounded: SvgIconComponent;
|
|
4863
|
-
export const KeyOffSharp: SvgIconComponent;
|
|
4864
|
-
export const KeyOffTwoTone: SvgIconComponent;
|
|
4865
|
-
export const KeyOutlined: SvgIconComponent;
|
|
4866
|
-
export const KeyRounded: SvgIconComponent;
|
|
4867
|
-
export const KeySharp: SvgIconComponent;
|
|
4868
|
-
export const KeyTwoTone: SvgIconComponent;
|
|
4869
4869
|
export const KingBed: SvgIconComponent;
|
|
4870
4870
|
export const KingBedOutlined: SvgIconComponent;
|
|
4871
4871
|
export const KingBedRounded: SvgIconComponent;
|
|
@@ -4897,6 +4897,10 @@ export const LabelRounded: SvgIconComponent;
|
|
|
4897
4897
|
export const LabelSharp: SvgIconComponent;
|
|
4898
4898
|
export const LabelTwoTone: SvgIconComponent;
|
|
4899
4899
|
export const Lan: SvgIconComponent;
|
|
4900
|
+
export const LanOutlined: SvgIconComponent;
|
|
4901
|
+
export const LanRounded: SvgIconComponent;
|
|
4902
|
+
export const LanSharp: SvgIconComponent;
|
|
4903
|
+
export const LanTwoTone: SvgIconComponent;
|
|
4900
4904
|
export const Landscape: SvgIconComponent;
|
|
4901
4905
|
export const LandscapeOutlined: SvgIconComponent;
|
|
4902
4906
|
export const LandscapeRounded: SvgIconComponent;
|
|
@@ -4912,10 +4916,6 @@ export const LanguageOutlined: SvgIconComponent;
|
|
|
4912
4916
|
export const LanguageRounded: SvgIconComponent;
|
|
4913
4917
|
export const LanguageSharp: SvgIconComponent;
|
|
4914
4918
|
export const LanguageTwoTone: SvgIconComponent;
|
|
4915
|
-
export const LanOutlined: SvgIconComponent;
|
|
4916
|
-
export const LanRounded: SvgIconComponent;
|
|
4917
|
-
export const LanSharp: SvgIconComponent;
|
|
4918
|
-
export const LanTwoTone: SvgIconComponent;
|
|
4919
4919
|
export const Laptop: SvgIconComponent;
|
|
4920
4920
|
export const LaptopChromebook: SvgIconComponent;
|
|
4921
4921
|
export const LaptopChromebookOutlined: SvgIconComponent;
|
|
@@ -5007,6 +5007,15 @@ export const LibraryMusicRounded: SvgIconComponent;
|
|
|
5007
5007
|
export const LibraryMusicSharp: SvgIconComponent;
|
|
5008
5008
|
export const LibraryMusicTwoTone: SvgIconComponent;
|
|
5009
5009
|
export const Light: SvgIconComponent;
|
|
5010
|
+
export const LightMode: SvgIconComponent;
|
|
5011
|
+
export const LightModeOutlined: SvgIconComponent;
|
|
5012
|
+
export const LightModeRounded: SvgIconComponent;
|
|
5013
|
+
export const LightModeSharp: SvgIconComponent;
|
|
5014
|
+
export const LightModeTwoTone: SvgIconComponent;
|
|
5015
|
+
export const LightOutlined: SvgIconComponent;
|
|
5016
|
+
export const LightRounded: SvgIconComponent;
|
|
5017
|
+
export const LightSharp: SvgIconComponent;
|
|
5018
|
+
export const LightTwoTone: SvgIconComponent;
|
|
5010
5019
|
export const Lightbulb: SvgIconComponent;
|
|
5011
5020
|
export const LightbulbCircle: SvgIconComponent;
|
|
5012
5021
|
export const LightbulbCircleOutlined: SvgIconComponent;
|
|
@@ -5017,20 +5026,6 @@ export const LightbulbOutlined: SvgIconComponent;
|
|
|
5017
5026
|
export const LightbulbRounded: SvgIconComponent;
|
|
5018
5027
|
export const LightbulbSharp: SvgIconComponent;
|
|
5019
5028
|
export const LightbulbTwoTone: SvgIconComponent;
|
|
5020
|
-
export const LightMode: SvgIconComponent;
|
|
5021
|
-
export const LightModeOutlined: SvgIconComponent;
|
|
5022
|
-
export const LightModeRounded: SvgIconComponent;
|
|
5023
|
-
export const LightModeSharp: SvgIconComponent;
|
|
5024
|
-
export const LightModeTwoTone: SvgIconComponent;
|
|
5025
|
-
export const LightOutlined: SvgIconComponent;
|
|
5026
|
-
export const LightRounded: SvgIconComponent;
|
|
5027
|
-
export const LightSharp: SvgIconComponent;
|
|
5028
|
-
export const LightTwoTone: SvgIconComponent;
|
|
5029
|
-
export const LinearScale: SvgIconComponent;
|
|
5030
|
-
export const LinearScaleOutlined: SvgIconComponent;
|
|
5031
|
-
export const LinearScaleRounded: SvgIconComponent;
|
|
5032
|
-
export const LinearScaleSharp: SvgIconComponent;
|
|
5033
|
-
export const LinearScaleTwoTone: SvgIconComponent;
|
|
5034
5029
|
export const LineAxis: SvgIconComponent;
|
|
5035
5030
|
export const LineAxisOutlined: SvgIconComponent;
|
|
5036
5031
|
export const LineAxisRounded: SvgIconComponent;
|
|
@@ -5046,13 +5041,12 @@ export const LineWeightOutlined: SvgIconComponent;
|
|
|
5046
5041
|
export const LineWeightRounded: SvgIconComponent;
|
|
5047
5042
|
export const LineWeightSharp: SvgIconComponent;
|
|
5048
5043
|
export const LineWeightTwoTone: SvgIconComponent;
|
|
5044
|
+
export const LinearScale: SvgIconComponent;
|
|
5045
|
+
export const LinearScaleOutlined: SvgIconComponent;
|
|
5046
|
+
export const LinearScaleRounded: SvgIconComponent;
|
|
5047
|
+
export const LinearScaleSharp: SvgIconComponent;
|
|
5048
|
+
export const LinearScaleTwoTone: SvgIconComponent;
|
|
5049
5049
|
export const Link: SvgIconComponent;
|
|
5050
|
-
export const LinkedCamera: SvgIconComponent;
|
|
5051
|
-
export const LinkedCameraOutlined: SvgIconComponent;
|
|
5052
|
-
export const LinkedCameraRounded: SvgIconComponent;
|
|
5053
|
-
export const LinkedCameraSharp: SvgIconComponent;
|
|
5054
|
-
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
5055
|
-
export const LinkedIn: SvgIconComponent;
|
|
5056
5050
|
export const LinkOff: SvgIconComponent;
|
|
5057
5051
|
export const LinkOffOutlined: SvgIconComponent;
|
|
5058
5052
|
export const LinkOffRounded: SvgIconComponent;
|
|
@@ -5062,6 +5056,12 @@ export const LinkOutlined: SvgIconComponent;
|
|
|
5062
5056
|
export const LinkRounded: SvgIconComponent;
|
|
5063
5057
|
export const LinkSharp: SvgIconComponent;
|
|
5064
5058
|
export const LinkTwoTone: SvgIconComponent;
|
|
5059
|
+
export const LinkedCamera: SvgIconComponent;
|
|
5060
|
+
export const LinkedCameraOutlined: SvgIconComponent;
|
|
5061
|
+
export const LinkedCameraRounded: SvgIconComponent;
|
|
5062
|
+
export const LinkedCameraSharp: SvgIconComponent;
|
|
5063
|
+
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
5064
|
+
export const LinkedIn: SvgIconComponent;
|
|
5065
5065
|
export const Liquor: SvgIconComponent;
|
|
5066
5066
|
export const LiquorOutlined: SvgIconComponent;
|
|
5067
5067
|
export const LiquorRounded: SvgIconComponent;
|
|
@@ -5404,11 +5404,11 @@ export const MailLockRounded: SvgIconComponent;
|
|
|
5404
5404
|
export const MailLockSharp: SvgIconComponent;
|
|
5405
5405
|
export const MailLockTwoTone: SvgIconComponent;
|
|
5406
5406
|
export const MailOutline: SvgIconComponent;
|
|
5407
|
-
export const MailOutlined: SvgIconComponent;
|
|
5408
5407
|
export const MailOutlineOutlined: SvgIconComponent;
|
|
5409
5408
|
export const MailOutlineRounded: SvgIconComponent;
|
|
5410
5409
|
export const MailOutlineSharp: SvgIconComponent;
|
|
5411
5410
|
export const MailOutlineTwoTone: SvgIconComponent;
|
|
5411
|
+
export const MailOutlined: SvgIconComponent;
|
|
5412
5412
|
export const MailRounded: SvgIconComponent;
|
|
5413
5413
|
export const MailSharp: SvgIconComponent;
|
|
5414
5414
|
export const MailTwoTone: SvgIconComponent;
|
|
@@ -5433,6 +5433,10 @@ export const Man4Outlined: SvgIconComponent;
|
|
|
5433
5433
|
export const Man4Rounded: SvgIconComponent;
|
|
5434
5434
|
export const Man4Sharp: SvgIconComponent;
|
|
5435
5435
|
export const Man4TwoTone: SvgIconComponent;
|
|
5436
|
+
export const ManOutlined: SvgIconComponent;
|
|
5437
|
+
export const ManRounded: SvgIconComponent;
|
|
5438
|
+
export const ManSharp: SvgIconComponent;
|
|
5439
|
+
export const ManTwoTone: SvgIconComponent;
|
|
5436
5440
|
export const ManageAccounts: SvgIconComponent;
|
|
5437
5441
|
export const ManageAccountsOutlined: SvgIconComponent;
|
|
5438
5442
|
export const ManageAccountsRounded: SvgIconComponent;
|
|
@@ -5448,14 +5452,11 @@ export const ManageSearchOutlined: SvgIconComponent;
|
|
|
5448
5452
|
export const ManageSearchRounded: SvgIconComponent;
|
|
5449
5453
|
export const ManageSearchSharp: SvgIconComponent;
|
|
5450
5454
|
export const ManageSearchTwoTone: SvgIconComponent;
|
|
5451
|
-
export const ManOutlined: SvgIconComponent;
|
|
5452
|
-
export const ManRounded: SvgIconComponent;
|
|
5453
|
-
export const ManSharp: SvgIconComponent;
|
|
5454
|
-
export const ManTwoTone: SvgIconComponent;
|
|
5455
5455
|
export const Map: SvgIconComponent;
|
|
5456
5456
|
export const MapOutlined: SvgIconComponent;
|
|
5457
5457
|
export const MapRounded: SvgIconComponent;
|
|
5458
5458
|
export const MapSharp: SvgIconComponent;
|
|
5459
|
+
export const MapTwoTone: SvgIconComponent;
|
|
5459
5460
|
export const MapsHomeWork: SvgIconComponent;
|
|
5460
5461
|
export const MapsHomeWorkOutlined: SvgIconComponent;
|
|
5461
5462
|
export const MapsHomeWorkRounded: SvgIconComponent;
|
|
@@ -5466,7 +5467,6 @@ export const MapsUgcOutlined: SvgIconComponent;
|
|
|
5466
5467
|
export const MapsUgcRounded: SvgIconComponent;
|
|
5467
5468
|
export const MapsUgcSharp: SvgIconComponent;
|
|
5468
5469
|
export const MapsUgcTwoTone: SvgIconComponent;
|
|
5469
|
-
export const MapTwoTone: SvgIconComponent;
|
|
5470
5470
|
export const Margin: SvgIconComponent;
|
|
5471
5471
|
export const MarginOutlined: SvgIconComponent;
|
|
5472
5472
|
export const MarginRounded: SvgIconComponent;
|
|
@@ -5497,12 +5497,12 @@ export const MarkEmailUnreadOutlined: SvgIconComponent;
|
|
|
5497
5497
|
export const MarkEmailUnreadRounded: SvgIconComponent;
|
|
5498
5498
|
export const MarkEmailUnreadSharp: SvgIconComponent;
|
|
5499
5499
|
export const MarkEmailUnreadTwoTone: SvgIconComponent;
|
|
5500
|
-
export const Markunread: SvgIconComponent;
|
|
5501
5500
|
export const MarkUnreadChatAlt: SvgIconComponent;
|
|
5502
5501
|
export const MarkUnreadChatAltOutlined: SvgIconComponent;
|
|
5503
5502
|
export const MarkUnreadChatAltRounded: SvgIconComponent;
|
|
5504
5503
|
export const MarkUnreadChatAltSharp: SvgIconComponent;
|
|
5505
5504
|
export const MarkUnreadChatAltTwoTone: SvgIconComponent;
|
|
5505
|
+
export const Markunread: SvgIconComponent;
|
|
5506
5506
|
export const MarkunreadMailbox: SvgIconComponent;
|
|
5507
5507
|
export const MarkunreadMailboxOutlined: SvgIconComponent;
|
|
5508
5508
|
export const MarkunreadMailboxRounded: SvgIconComponent;
|
|
@@ -5620,13 +5620,13 @@ export const MicOffSharp: SvgIconComponent;
|
|
|
5620
5620
|
export const MicOffTwoTone: SvgIconComponent;
|
|
5621
5621
|
export const MicOutlined: SvgIconComponent;
|
|
5622
5622
|
export const MicRounded: SvgIconComponent;
|
|
5623
|
+
export const MicSharp: SvgIconComponent;
|
|
5624
|
+
export const MicTwoTone: SvgIconComponent;
|
|
5623
5625
|
export const Microwave: SvgIconComponent;
|
|
5624
5626
|
export const MicrowaveOutlined: SvgIconComponent;
|
|
5625
5627
|
export const MicrowaveRounded: SvgIconComponent;
|
|
5626
5628
|
export const MicrowaveSharp: SvgIconComponent;
|
|
5627
5629
|
export const MicrowaveTwoTone: SvgIconComponent;
|
|
5628
|
-
export const MicSharp: SvgIconComponent;
|
|
5629
|
-
export const MicTwoTone: SvgIconComponent;
|
|
5630
5630
|
export const MilitaryTech: SvgIconComponent;
|
|
5631
5631
|
export const MilitaryTechOutlined: SvgIconComponent;
|
|
5632
5632
|
export const MilitaryTechRounded: SvgIconComponent;
|
|
@@ -5657,11 +5657,6 @@ export const MmsOutlined: SvgIconComponent;
|
|
|
5657
5657
|
export const MmsRounded: SvgIconComponent;
|
|
5658
5658
|
export const MmsSharp: SvgIconComponent;
|
|
5659
5659
|
export const MmsTwoTone: SvgIconComponent;
|
|
5660
|
-
export const MobiledataOff: SvgIconComponent;
|
|
5661
|
-
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5662
|
-
export const MobiledataOffRounded: SvgIconComponent;
|
|
5663
|
-
export const MobiledataOffSharp: SvgIconComponent;
|
|
5664
|
-
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5665
5660
|
export const MobileFriendly: SvgIconComponent;
|
|
5666
5661
|
export const MobileFriendlyOutlined: SvgIconComponent;
|
|
5667
5662
|
export const MobileFriendlyRounded: SvgIconComponent;
|
|
@@ -5677,6 +5672,11 @@ export const MobileScreenShareOutlined: SvgIconComponent;
|
|
|
5677
5672
|
export const MobileScreenShareRounded: SvgIconComponent;
|
|
5678
5673
|
export const MobileScreenShareSharp: SvgIconComponent;
|
|
5679
5674
|
export const MobileScreenShareTwoTone: SvgIconComponent;
|
|
5675
|
+
export const MobiledataOff: SvgIconComponent;
|
|
5676
|
+
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5677
|
+
export const MobiledataOffRounded: SvgIconComponent;
|
|
5678
|
+
export const MobiledataOffSharp: SvgIconComponent;
|
|
5679
|
+
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5680
5680
|
export const Mode: SvgIconComponent;
|
|
5681
5681
|
export const ModeComment: SvgIconComponent;
|
|
5682
5682
|
export const ModeCommentOutlined: SvgIconComponent;
|
|
@@ -5685,11 +5685,11 @@ export const ModeCommentSharp: SvgIconComponent;
|
|
|
5685
5685
|
export const ModeCommentTwoTone: SvgIconComponent;
|
|
5686
5686
|
export const ModeEdit: SvgIconComponent;
|
|
5687
5687
|
export const ModeEditOutline: SvgIconComponent;
|
|
5688
|
-
export const ModeEditOutlined: SvgIconComponent;
|
|
5689
5688
|
export const ModeEditOutlineOutlined: SvgIconComponent;
|
|
5690
5689
|
export const ModeEditOutlineRounded: SvgIconComponent;
|
|
5691
5690
|
export const ModeEditOutlineSharp: SvgIconComponent;
|
|
5692
5691
|
export const ModeEditOutlineTwoTone: SvgIconComponent;
|
|
5692
|
+
export const ModeEditOutlined: SvgIconComponent;
|
|
5693
5693
|
export const ModeEditRounded: SvgIconComponent;
|
|
5694
5694
|
export const ModeEditSharp: SvgIconComponent;
|
|
5695
5695
|
export const ModeEditTwoTone: SvgIconComponent;
|
|
@@ -5698,11 +5698,6 @@ export const ModeFanOffOutlined: SvgIconComponent;
|
|
|
5698
5698
|
export const ModeFanOffRounded: SvgIconComponent;
|
|
5699
5699
|
export const ModeFanOffSharp: SvgIconComponent;
|
|
5700
5700
|
export const ModeFanOffTwoTone: SvgIconComponent;
|
|
5701
|
-
export const ModelTraining: SvgIconComponent;
|
|
5702
|
-
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5703
|
-
export const ModelTrainingRounded: SvgIconComponent;
|
|
5704
|
-
export const ModelTrainingSharp: SvgIconComponent;
|
|
5705
|
-
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5706
5701
|
export const ModeNight: SvgIconComponent;
|
|
5707
5702
|
export const ModeNightOutlined: SvgIconComponent;
|
|
5708
5703
|
export const ModeNightRounded: SvgIconComponent;
|
|
@@ -5722,6 +5717,11 @@ export const ModeStandbyRounded: SvgIconComponent;
|
|
|
5722
5717
|
export const ModeStandbySharp: SvgIconComponent;
|
|
5723
5718
|
export const ModeStandbyTwoTone: SvgIconComponent;
|
|
5724
5719
|
export const ModeTwoTone: SvgIconComponent;
|
|
5720
|
+
export const ModelTraining: SvgIconComponent;
|
|
5721
|
+
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5722
|
+
export const ModelTrainingRounded: SvgIconComponent;
|
|
5723
|
+
export const ModelTrainingSharp: SvgIconComponent;
|
|
5724
|
+
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5725
5725
|
export const MonetizationOn: SvgIconComponent;
|
|
5726
5726
|
export const MonetizationOnOutlined: SvgIconComponent;
|
|
5727
5727
|
export const MonetizationOnRounded: SvgIconComponent;
|
|
@@ -5922,16 +5922,6 @@ export const NavigationOutlined: SvgIconComponent;
|
|
|
5922
5922
|
export const NavigationRounded: SvgIconComponent;
|
|
5923
5923
|
export const NavigationSharp: SvgIconComponent;
|
|
5924
5924
|
export const NavigationTwoTone: SvgIconComponent;
|
|
5925
|
-
export const NearbyError: SvgIconComponent;
|
|
5926
|
-
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5927
|
-
export const NearbyErrorRounded: SvgIconComponent;
|
|
5928
|
-
export const NearbyErrorSharp: SvgIconComponent;
|
|
5929
|
-
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5930
|
-
export const NearbyOff: SvgIconComponent;
|
|
5931
|
-
export const NearbyOffOutlined: SvgIconComponent;
|
|
5932
|
-
export const NearbyOffRounded: SvgIconComponent;
|
|
5933
|
-
export const NearbyOffSharp: SvgIconComponent;
|
|
5934
|
-
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5935
5925
|
export const NearMe: SvgIconComponent;
|
|
5936
5926
|
export const NearMeDisabled: SvgIconComponent;
|
|
5937
5927
|
export const NearMeDisabledOutlined: SvgIconComponent;
|
|
@@ -5942,6 +5932,16 @@ export const NearMeOutlined: SvgIconComponent;
|
|
|
5942
5932
|
export const NearMeRounded: SvgIconComponent;
|
|
5943
5933
|
export const NearMeSharp: SvgIconComponent;
|
|
5944
5934
|
export const NearMeTwoTone: SvgIconComponent;
|
|
5935
|
+
export const NearbyError: SvgIconComponent;
|
|
5936
|
+
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5937
|
+
export const NearbyErrorRounded: SvgIconComponent;
|
|
5938
|
+
export const NearbyErrorSharp: SvgIconComponent;
|
|
5939
|
+
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5940
|
+
export const NearbyOff: SvgIconComponent;
|
|
5941
|
+
export const NearbyOffOutlined: SvgIconComponent;
|
|
5942
|
+
export const NearbyOffRounded: SvgIconComponent;
|
|
5943
|
+
export const NearbyOffSharp: SvgIconComponent;
|
|
5944
|
+
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5945
5945
|
export const NestCamWiredStand: SvgIconComponent;
|
|
5946
5946
|
export const NestCamWiredStandOutlined: SvgIconComponent;
|
|
5947
5947
|
export const NestCamWiredStandRounded: SvgIconComponent;
|
|
@@ -6012,6 +6012,11 @@ export const NfcOutlined: SvgIconComponent;
|
|
|
6012
6012
|
export const NfcRounded: SvgIconComponent;
|
|
6013
6013
|
export const NfcSharp: SvgIconComponent;
|
|
6014
6014
|
export const NfcTwoTone: SvgIconComponent;
|
|
6015
|
+
export const NightShelter: SvgIconComponent;
|
|
6016
|
+
export const NightShelterOutlined: SvgIconComponent;
|
|
6017
|
+
export const NightShelterRounded: SvgIconComponent;
|
|
6018
|
+
export const NightShelterSharp: SvgIconComponent;
|
|
6019
|
+
export const NightShelterTwoTone: SvgIconComponent;
|
|
6015
6020
|
export const Nightlife: SvgIconComponent;
|
|
6016
6021
|
export const NightlifeOutlined: SvgIconComponent;
|
|
6017
6022
|
export const NightlifeRounded: SvgIconComponent;
|
|
@@ -6020,18 +6025,13 @@ export const NightlifeTwoTone: SvgIconComponent;
|
|
|
6020
6025
|
export const Nightlight: SvgIconComponent;
|
|
6021
6026
|
export const NightlightOutlined: SvgIconComponent;
|
|
6022
6027
|
export const NightlightRound: SvgIconComponent;
|
|
6023
|
-
export const NightlightRounded: SvgIconComponent;
|
|
6024
6028
|
export const NightlightRoundOutlined: SvgIconComponent;
|
|
6025
6029
|
export const NightlightRoundRounded: SvgIconComponent;
|
|
6026
6030
|
export const NightlightRoundSharp: SvgIconComponent;
|
|
6027
6031
|
export const NightlightRoundTwoTone: SvgIconComponent;
|
|
6032
|
+
export const NightlightRounded: SvgIconComponent;
|
|
6028
6033
|
export const NightlightSharp: SvgIconComponent;
|
|
6029
6034
|
export const NightlightTwoTone: SvgIconComponent;
|
|
6030
|
-
export const NightShelter: SvgIconComponent;
|
|
6031
|
-
export const NightShelterOutlined: SvgIconComponent;
|
|
6032
|
-
export const NightShelterRounded: SvgIconComponent;
|
|
6033
|
-
export const NightShelterSharp: SvgIconComponent;
|
|
6034
|
-
export const NightShelterTwoTone: SvgIconComponent;
|
|
6035
6035
|
export const NightsStay: SvgIconComponent;
|
|
6036
6036
|
export const NightsStayOutlined: SvgIconComponent;
|
|
6037
6037
|
export const NightsStayRounded: SvgIconComponent;
|
|
@@ -6107,16 +6107,6 @@ export const NoFoodOutlined: SvgIconComponent;
|
|
|
6107
6107
|
export const NoFoodRounded: SvgIconComponent;
|
|
6108
6108
|
export const NoFoodSharp: SvgIconComponent;
|
|
6109
6109
|
export const NoFoodTwoTone: SvgIconComponent;
|
|
6110
|
-
export const NoiseAware: SvgIconComponent;
|
|
6111
|
-
export const NoiseAwareOutlined: SvgIconComponent;
|
|
6112
|
-
export const NoiseAwareRounded: SvgIconComponent;
|
|
6113
|
-
export const NoiseAwareSharp: SvgIconComponent;
|
|
6114
|
-
export const NoiseAwareTwoTone: SvgIconComponent;
|
|
6115
|
-
export const NoiseControlOff: SvgIconComponent;
|
|
6116
|
-
export const NoiseControlOffOutlined: SvgIconComponent;
|
|
6117
|
-
export const NoiseControlOffRounded: SvgIconComponent;
|
|
6118
|
-
export const NoiseControlOffSharp: SvgIconComponent;
|
|
6119
|
-
export const NoiseControlOffTwoTone: SvgIconComponent;
|
|
6120
6110
|
export const NoLuggage: SvgIconComponent;
|
|
6121
6111
|
export const NoLuggageOutlined: SvgIconComponent;
|
|
6122
6112
|
export const NoLuggageRounded: SvgIconComponent;
|
|
@@ -6137,6 +6127,31 @@ export const NoPhotographyOutlined: SvgIconComponent;
|
|
|
6137
6127
|
export const NoPhotographyRounded: SvgIconComponent;
|
|
6138
6128
|
export const NoPhotographySharp: SvgIconComponent;
|
|
6139
6129
|
export const NoPhotographyTwoTone: SvgIconComponent;
|
|
6130
|
+
export const NoSim: SvgIconComponent;
|
|
6131
|
+
export const NoSimOutlined: SvgIconComponent;
|
|
6132
|
+
export const NoSimRounded: SvgIconComponent;
|
|
6133
|
+
export const NoSimSharp: SvgIconComponent;
|
|
6134
|
+
export const NoSimTwoTone: SvgIconComponent;
|
|
6135
|
+
export const NoStroller: SvgIconComponent;
|
|
6136
|
+
export const NoStrollerOutlined: SvgIconComponent;
|
|
6137
|
+
export const NoStrollerRounded: SvgIconComponent;
|
|
6138
|
+
export const NoStrollerSharp: SvgIconComponent;
|
|
6139
|
+
export const NoStrollerTwoTone: SvgIconComponent;
|
|
6140
|
+
export const NoTransfer: SvgIconComponent;
|
|
6141
|
+
export const NoTransferOutlined: SvgIconComponent;
|
|
6142
|
+
export const NoTransferRounded: SvgIconComponent;
|
|
6143
|
+
export const NoTransferSharp: SvgIconComponent;
|
|
6144
|
+
export const NoTransferTwoTone: SvgIconComponent;
|
|
6145
|
+
export const NoiseAware: SvgIconComponent;
|
|
6146
|
+
export const NoiseAwareOutlined: SvgIconComponent;
|
|
6147
|
+
export const NoiseAwareRounded: SvgIconComponent;
|
|
6148
|
+
export const NoiseAwareSharp: SvgIconComponent;
|
|
6149
|
+
export const NoiseAwareTwoTone: SvgIconComponent;
|
|
6150
|
+
export const NoiseControlOff: SvgIconComponent;
|
|
6151
|
+
export const NoiseControlOffOutlined: SvgIconComponent;
|
|
6152
|
+
export const NoiseControlOffRounded: SvgIconComponent;
|
|
6153
|
+
export const NoiseControlOffSharp: SvgIconComponent;
|
|
6154
|
+
export const NoiseControlOffTwoTone: SvgIconComponent;
|
|
6140
6155
|
export const NordicWalking: SvgIconComponent;
|
|
6141
6156
|
export const NordicWalkingOutlined: SvgIconComponent;
|
|
6142
6157
|
export const NordicWalkingRounded: SvgIconComponent;
|
|
@@ -6150,28 +6165,33 @@ export const NorthEastSharp: SvgIconComponent;
|
|
|
6150
6165
|
export const NorthEastTwoTone: SvgIconComponent;
|
|
6151
6166
|
export const NorthOutlined: SvgIconComponent;
|
|
6152
6167
|
export const NorthRounded: SvgIconComponent;
|
|
6153
|
-
export const NorthSharp: SvgIconComponent;
|
|
6154
|
-
export const NorthTwoTone: SvgIconComponent;
|
|
6155
|
-
export const NorthWest: SvgIconComponent;
|
|
6156
|
-
export const NorthWestOutlined: SvgIconComponent;
|
|
6157
|
-
export const NorthWestRounded: SvgIconComponent;
|
|
6158
|
-
export const NorthWestSharp: SvgIconComponent;
|
|
6159
|
-
export const NorthWestTwoTone: SvgIconComponent;
|
|
6160
|
-
export const NoSim: SvgIconComponent;
|
|
6161
|
-
export const NoSimOutlined: SvgIconComponent;
|
|
6162
|
-
export const NoSimRounded: SvgIconComponent;
|
|
6163
|
-
export const NoSimSharp: SvgIconComponent;
|
|
6164
|
-
export const NoSimTwoTone: SvgIconComponent;
|
|
6165
|
-
export const NoStroller: SvgIconComponent;
|
|
6166
|
-
export const NoStrollerOutlined: SvgIconComponent;
|
|
6167
|
-
export const NoStrollerRounded: SvgIconComponent;
|
|
6168
|
-
export const NoStrollerSharp: SvgIconComponent;
|
|
6169
|
-
export const NoStrollerTwoTone: SvgIconComponent;
|
|
6168
|
+
export const NorthSharp: SvgIconComponent;
|
|
6169
|
+
export const NorthTwoTone: SvgIconComponent;
|
|
6170
|
+
export const NorthWest: SvgIconComponent;
|
|
6171
|
+
export const NorthWestOutlined: SvgIconComponent;
|
|
6172
|
+
export const NorthWestRounded: SvgIconComponent;
|
|
6173
|
+
export const NorthWestSharp: SvgIconComponent;
|
|
6174
|
+
export const NorthWestTwoTone: SvgIconComponent;
|
|
6170
6175
|
export const NotAccessible: SvgIconComponent;
|
|
6171
6176
|
export const NotAccessibleOutlined: SvgIconComponent;
|
|
6172
6177
|
export const NotAccessibleRounded: SvgIconComponent;
|
|
6173
6178
|
export const NotAccessibleSharp: SvgIconComponent;
|
|
6174
6179
|
export const NotAccessibleTwoTone: SvgIconComponent;
|
|
6180
|
+
export const NotInterested: SvgIconComponent;
|
|
6181
|
+
export const NotInterestedOutlined: SvgIconComponent;
|
|
6182
|
+
export const NotInterestedRounded: SvgIconComponent;
|
|
6183
|
+
export const NotInterestedSharp: SvgIconComponent;
|
|
6184
|
+
export const NotInterestedTwoTone: SvgIconComponent;
|
|
6185
|
+
export const NotListedLocation: SvgIconComponent;
|
|
6186
|
+
export const NotListedLocationOutlined: SvgIconComponent;
|
|
6187
|
+
export const NotListedLocationRounded: SvgIconComponent;
|
|
6188
|
+
export const NotListedLocationSharp: SvgIconComponent;
|
|
6189
|
+
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
6190
|
+
export const NotStarted: SvgIconComponent;
|
|
6191
|
+
export const NotStartedOutlined: SvgIconComponent;
|
|
6192
|
+
export const NotStartedRounded: SvgIconComponent;
|
|
6193
|
+
export const NotStartedSharp: SvgIconComponent;
|
|
6194
|
+
export const NotStartedTwoTone: SvgIconComponent;
|
|
6175
6195
|
export const Note: SvgIconComponent;
|
|
6176
6196
|
export const NoteAdd: SvgIconComponent;
|
|
6177
6197
|
export const NoteAddOutlined: SvgIconComponent;
|
|
@@ -6185,13 +6205,13 @@ export const NoteAltSharp: SvgIconComponent;
|
|
|
6185
6205
|
export const NoteAltTwoTone: SvgIconComponent;
|
|
6186
6206
|
export const NoteOutlined: SvgIconComponent;
|
|
6187
6207
|
export const NoteRounded: SvgIconComponent;
|
|
6188
|
-
export const Notes: SvgIconComponent;
|
|
6189
6208
|
export const NoteSharp: SvgIconComponent;
|
|
6209
|
+
export const NoteTwoTone: SvgIconComponent;
|
|
6210
|
+
export const Notes: SvgIconComponent;
|
|
6190
6211
|
export const NotesOutlined: SvgIconComponent;
|
|
6191
6212
|
export const NotesRounded: SvgIconComponent;
|
|
6192
6213
|
export const NotesSharp: SvgIconComponent;
|
|
6193
6214
|
export const NotesTwoTone: SvgIconComponent;
|
|
6194
|
-
export const NoteTwoTone: SvgIconComponent;
|
|
6195
6215
|
export const NotificationAdd: SvgIconComponent;
|
|
6196
6216
|
export const NotificationAddOutlined: SvgIconComponent;
|
|
6197
6217
|
export const NotificationAddRounded: SvgIconComponent;
|
|
@@ -6227,26 +6247,6 @@ export const NotificationsPausedTwoTone: SvgIconComponent;
|
|
|
6227
6247
|
export const NotificationsRounded: SvgIconComponent;
|
|
6228
6248
|
export const NotificationsSharp: SvgIconComponent;
|
|
6229
6249
|
export const NotificationsTwoTone: SvgIconComponent;
|
|
6230
|
-
export const NotInterested: SvgIconComponent;
|
|
6231
|
-
export const NotInterestedOutlined: SvgIconComponent;
|
|
6232
|
-
export const NotInterestedRounded: SvgIconComponent;
|
|
6233
|
-
export const NotInterestedSharp: SvgIconComponent;
|
|
6234
|
-
export const NotInterestedTwoTone: SvgIconComponent;
|
|
6235
|
-
export const NotListedLocation: SvgIconComponent;
|
|
6236
|
-
export const NotListedLocationOutlined: SvgIconComponent;
|
|
6237
|
-
export const NotListedLocationRounded: SvgIconComponent;
|
|
6238
|
-
export const NotListedLocationSharp: SvgIconComponent;
|
|
6239
|
-
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
6240
|
-
export const NoTransfer: SvgIconComponent;
|
|
6241
|
-
export const NoTransferOutlined: SvgIconComponent;
|
|
6242
|
-
export const NoTransferRounded: SvgIconComponent;
|
|
6243
|
-
export const NoTransferSharp: SvgIconComponent;
|
|
6244
|
-
export const NoTransferTwoTone: SvgIconComponent;
|
|
6245
|
-
export const NotStarted: SvgIconComponent;
|
|
6246
|
-
export const NotStartedOutlined: SvgIconComponent;
|
|
6247
|
-
export const NotStartedRounded: SvgIconComponent;
|
|
6248
|
-
export const NotStartedSharp: SvgIconComponent;
|
|
6249
|
-
export const NotStartedTwoTone: SvgIconComponent;
|
|
6250
6250
|
export const Numbers: SvgIconComponent;
|
|
6251
6251
|
export const NumbersOutlined: SvgIconComponent;
|
|
6252
6252
|
export const NumbersRounded: SvgIconComponent;
|
|
@@ -6272,22 +6272,17 @@ export const OilBarrelOutlined: SvgIconComponent;
|
|
|
6272
6272
|
export const OilBarrelRounded: SvgIconComponent;
|
|
6273
6273
|
export const OilBarrelSharp: SvgIconComponent;
|
|
6274
6274
|
export const OilBarrelTwoTone: SvgIconComponent;
|
|
6275
|
-
export const OndemandVideo: SvgIconComponent;
|
|
6276
|
-
export const OndemandVideoOutlined: SvgIconComponent;
|
|
6277
|
-
export const OndemandVideoRounded: SvgIconComponent;
|
|
6278
|
-
export const OndemandVideoSharp: SvgIconComponent;
|
|
6279
|
-
export const OndemandVideoTwoTone: SvgIconComponent;
|
|
6280
6275
|
export const OnDeviceTraining: SvgIconComponent;
|
|
6281
6276
|
export const OnDeviceTrainingOutlined: SvgIconComponent;
|
|
6282
6277
|
export const OnDeviceTrainingRounded: SvgIconComponent;
|
|
6283
6278
|
export const OnDeviceTrainingSharp: SvgIconComponent;
|
|
6284
6279
|
export const OnDeviceTrainingTwoTone: SvgIconComponent;
|
|
6280
|
+
export const OndemandVideo: SvgIconComponent;
|
|
6281
|
+
export const OndemandVideoOutlined: SvgIconComponent;
|
|
6282
|
+
export const OndemandVideoRounded: SvgIconComponent;
|
|
6283
|
+
export const OndemandVideoSharp: SvgIconComponent;
|
|
6284
|
+
export const OndemandVideoTwoTone: SvgIconComponent;
|
|
6285
6285
|
export const OneK: SvgIconComponent;
|
|
6286
|
-
export const OneKk: SvgIconComponent;
|
|
6287
|
-
export const OneKkOutlined: SvgIconComponent;
|
|
6288
|
-
export const OneKkRounded: SvgIconComponent;
|
|
6289
|
-
export const OneKkSharp: SvgIconComponent;
|
|
6290
|
-
export const OneKkTwoTone: SvgIconComponent;
|
|
6291
6286
|
export const OneKOutlined: SvgIconComponent;
|
|
6292
6287
|
export const OneKPlus: SvgIconComponent;
|
|
6293
6288
|
export const OneKPlusOutlined: SvgIconComponent;
|
|
@@ -6297,6 +6292,11 @@ export const OneKPlusTwoTone: SvgIconComponent;
|
|
|
6297
6292
|
export const OneKRounded: SvgIconComponent;
|
|
6298
6293
|
export const OneKSharp: SvgIconComponent;
|
|
6299
6294
|
export const OneKTwoTone: SvgIconComponent;
|
|
6295
|
+
export const OneKk: SvgIconComponent;
|
|
6296
|
+
export const OneKkOutlined: SvgIconComponent;
|
|
6297
|
+
export const OneKkRounded: SvgIconComponent;
|
|
6298
|
+
export const OneKkSharp: SvgIconComponent;
|
|
6299
|
+
export const OneKkTwoTone: SvgIconComponent;
|
|
6300
6300
|
export const OnlinePrediction: SvgIconComponent;
|
|
6301
6301
|
export const OnlinePredictionOutlined: SvgIconComponent;
|
|
6302
6302
|
export const OnlinePredictionRounded: SvgIconComponent;
|
|
@@ -6392,6 +6392,16 @@ export const PaletteOutlined: SvgIconComponent;
|
|
|
6392
6392
|
export const PaletteRounded: SvgIconComponent;
|
|
6393
6393
|
export const PaletteSharp: SvgIconComponent;
|
|
6394
6394
|
export const PaletteTwoTone: SvgIconComponent;
|
|
6395
|
+
export const PanTool: SvgIconComponent;
|
|
6396
|
+
export const PanToolAlt: SvgIconComponent;
|
|
6397
|
+
export const PanToolAltOutlined: SvgIconComponent;
|
|
6398
|
+
export const PanToolAltRounded: SvgIconComponent;
|
|
6399
|
+
export const PanToolAltSharp: SvgIconComponent;
|
|
6400
|
+
export const PanToolAltTwoTone: SvgIconComponent;
|
|
6401
|
+
export const PanToolOutlined: SvgIconComponent;
|
|
6402
|
+
export const PanToolRounded: SvgIconComponent;
|
|
6403
|
+
export const PanToolSharp: SvgIconComponent;
|
|
6404
|
+
export const PanToolTwoTone: SvgIconComponent;
|
|
6395
6405
|
export const Panorama: SvgIconComponent;
|
|
6396
6406
|
export const PanoramaFishEye: SvgIconComponent;
|
|
6397
6407
|
export const PanoramaFishEyeOutlined: SvgIconComponent;
|
|
@@ -6442,16 +6452,6 @@ export const PanoramaWideAngleSelectSharp: SvgIconComponent;
|
|
|
6442
6452
|
export const PanoramaWideAngleSelectTwoTone: SvgIconComponent;
|
|
6443
6453
|
export const PanoramaWideAngleSharp: SvgIconComponent;
|
|
6444
6454
|
export const PanoramaWideAngleTwoTone: SvgIconComponent;
|
|
6445
|
-
export const PanTool: SvgIconComponent;
|
|
6446
|
-
export const PanToolAlt: SvgIconComponent;
|
|
6447
|
-
export const PanToolAltOutlined: SvgIconComponent;
|
|
6448
|
-
export const PanToolAltRounded: SvgIconComponent;
|
|
6449
|
-
export const PanToolAltSharp: SvgIconComponent;
|
|
6450
|
-
export const PanToolAltTwoTone: SvgIconComponent;
|
|
6451
|
-
export const PanToolOutlined: SvgIconComponent;
|
|
6452
|
-
export const PanToolRounded: SvgIconComponent;
|
|
6453
|
-
export const PanToolSharp: SvgIconComponent;
|
|
6454
|
-
export const PanToolTwoTone: SvgIconComponent;
|
|
6455
6455
|
export const Paragliding: SvgIconComponent;
|
|
6456
6456
|
export const ParaglidingOutlined: SvgIconComponent;
|
|
6457
6457
|
export const ParaglidingRounded: SvgIconComponent;
|
|
@@ -6485,11 +6485,11 @@ export const PauseCircleFilledRounded: SvgIconComponent;
|
|
|
6485
6485
|
export const PauseCircleFilledSharp: SvgIconComponent;
|
|
6486
6486
|
export const PauseCircleFilledTwoTone: SvgIconComponent;
|
|
6487
6487
|
export const PauseCircleOutline: SvgIconComponent;
|
|
6488
|
-
export const PauseCircleOutlined: SvgIconComponent;
|
|
6489
6488
|
export const PauseCircleOutlineOutlined: SvgIconComponent;
|
|
6490
6489
|
export const PauseCircleOutlineRounded: SvgIconComponent;
|
|
6491
6490
|
export const PauseCircleOutlineSharp: SvgIconComponent;
|
|
6492
6491
|
export const PauseCircleOutlineTwoTone: SvgIconComponent;
|
|
6492
|
+
export const PauseCircleOutlined: SvgIconComponent;
|
|
6493
6493
|
export const PauseCircleRounded: SvgIconComponent;
|
|
6494
6494
|
export const PauseCircleSharp: SvgIconComponent;
|
|
6495
6495
|
export const PauseCircleTwoTone: SvgIconComponent;
|
|
@@ -6505,13 +6505,13 @@ export const PauseTwoTone: SvgIconComponent;
|
|
|
6505
6505
|
export const Payment: SvgIconComponent;
|
|
6506
6506
|
export const PaymentOutlined: SvgIconComponent;
|
|
6507
6507
|
export const PaymentRounded: SvgIconComponent;
|
|
6508
|
-
export const Payments: SvgIconComponent;
|
|
6509
6508
|
export const PaymentSharp: SvgIconComponent;
|
|
6509
|
+
export const PaymentTwoTone: SvgIconComponent;
|
|
6510
|
+
export const Payments: SvgIconComponent;
|
|
6510
6511
|
export const PaymentsOutlined: SvgIconComponent;
|
|
6511
6512
|
export const PaymentsRounded: SvgIconComponent;
|
|
6512
6513
|
export const PaymentsSharp: SvgIconComponent;
|
|
6513
6514
|
export const PaymentsTwoTone: SvgIconComponent;
|
|
6514
|
-
export const PaymentTwoTone: SvgIconComponent;
|
|
6515
6515
|
export const PedalBike: SvgIconComponent;
|
|
6516
6516
|
export const PedalBikeOutlined: SvgIconComponent;
|
|
6517
6517
|
export const PedalBikeRounded: SvgIconComponent;
|
|
@@ -6539,11 +6539,11 @@ export const PeopleAltRounded: SvgIconComponent;
|
|
|
6539
6539
|
export const PeopleAltSharp: SvgIconComponent;
|
|
6540
6540
|
export const PeopleAltTwoTone: SvgIconComponent;
|
|
6541
6541
|
export const PeopleOutline: SvgIconComponent;
|
|
6542
|
-
export const PeopleOutlined: SvgIconComponent;
|
|
6543
6542
|
export const PeopleOutlineOutlined: SvgIconComponent;
|
|
6544
6543
|
export const PeopleOutlineRounded: SvgIconComponent;
|
|
6545
6544
|
export const PeopleOutlineSharp: SvgIconComponent;
|
|
6546
6545
|
export const PeopleOutlineTwoTone: SvgIconComponent;
|
|
6546
|
+
export const PeopleOutlined: SvgIconComponent;
|
|
6547
6547
|
export const PeopleRounded: SvgIconComponent;
|
|
6548
6548
|
export const PeopleSharp: SvgIconComponent;
|
|
6549
6549
|
export const PeopleTwoTone: SvgIconComponent;
|
|
@@ -6628,22 +6628,17 @@ export const PersonAddOutlined: SvgIconComponent;
|
|
|
6628
6628
|
export const PersonAddRounded: SvgIconComponent;
|
|
6629
6629
|
export const PersonAddSharp: SvgIconComponent;
|
|
6630
6630
|
export const PersonAddTwoTone: SvgIconComponent;
|
|
6631
|
-
export const PersonalVideo: SvgIconComponent;
|
|
6632
|
-
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6633
|
-
export const PersonalVideoRounded: SvgIconComponent;
|
|
6634
|
-
export const PersonalVideoSharp: SvgIconComponent;
|
|
6635
|
-
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6636
6631
|
export const PersonOff: SvgIconComponent;
|
|
6637
6632
|
export const PersonOffOutlined: SvgIconComponent;
|
|
6638
6633
|
export const PersonOffRounded: SvgIconComponent;
|
|
6639
6634
|
export const PersonOffSharp: SvgIconComponent;
|
|
6640
6635
|
export const PersonOffTwoTone: SvgIconComponent;
|
|
6641
6636
|
export const PersonOutline: SvgIconComponent;
|
|
6642
|
-
export const PersonOutlined: SvgIconComponent;
|
|
6643
6637
|
export const PersonOutlineOutlined: SvgIconComponent;
|
|
6644
6638
|
export const PersonOutlineRounded: SvgIconComponent;
|
|
6645
6639
|
export const PersonOutlineSharp: SvgIconComponent;
|
|
6646
6640
|
export const PersonOutlineTwoTone: SvgIconComponent;
|
|
6641
|
+
export const PersonOutlined: SvgIconComponent;
|
|
6647
6642
|
export const PersonPin: SvgIconComponent;
|
|
6648
6643
|
export const PersonPinCircle: SvgIconComponent;
|
|
6649
6644
|
export const PersonPinCircleOutlined: SvgIconComponent;
|
|
@@ -6672,6 +6667,11 @@ export const PersonSearchSharp: SvgIconComponent;
|
|
|
6672
6667
|
export const PersonSearchTwoTone: SvgIconComponent;
|
|
6673
6668
|
export const PersonSharp: SvgIconComponent;
|
|
6674
6669
|
export const PersonTwoTone: SvgIconComponent;
|
|
6670
|
+
export const PersonalVideo: SvgIconComponent;
|
|
6671
|
+
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6672
|
+
export const PersonalVideoRounded: SvgIconComponent;
|
|
6673
|
+
export const PersonalVideoSharp: SvgIconComponent;
|
|
6674
|
+
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6675
6675
|
export const PestControl: SvgIconComponent;
|
|
6676
6676
|
export const PestControlOutlined: SvgIconComponent;
|
|
6677
6677
|
export const PestControlRodent: SvgIconComponent;
|
|
@@ -6733,6 +6733,25 @@ export const PhoneIphoneOutlined: SvgIconComponent;
|
|
|
6733
6733
|
export const PhoneIphoneRounded: SvgIconComponent;
|
|
6734
6734
|
export const PhoneIphoneSharp: SvgIconComponent;
|
|
6735
6735
|
export const PhoneIphoneTwoTone: SvgIconComponent;
|
|
6736
|
+
export const PhoneLocked: SvgIconComponent;
|
|
6737
|
+
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6738
|
+
export const PhoneLockedRounded: SvgIconComponent;
|
|
6739
|
+
export const PhoneLockedSharp: SvgIconComponent;
|
|
6740
|
+
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6741
|
+
export const PhoneMissed: SvgIconComponent;
|
|
6742
|
+
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6743
|
+
export const PhoneMissedRounded: SvgIconComponent;
|
|
6744
|
+
export const PhoneMissedSharp: SvgIconComponent;
|
|
6745
|
+
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6746
|
+
export const PhoneOutlined: SvgIconComponent;
|
|
6747
|
+
export const PhonePaused: SvgIconComponent;
|
|
6748
|
+
export const PhonePausedOutlined: SvgIconComponent;
|
|
6749
|
+
export const PhonePausedRounded: SvgIconComponent;
|
|
6750
|
+
export const PhonePausedSharp: SvgIconComponent;
|
|
6751
|
+
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6752
|
+
export const PhoneRounded: SvgIconComponent;
|
|
6753
|
+
export const PhoneSharp: SvgIconComponent;
|
|
6754
|
+
export const PhoneTwoTone: SvgIconComponent;
|
|
6736
6755
|
export const Phonelink: SvgIconComponent;
|
|
6737
6756
|
export const PhonelinkErase: SvgIconComponent;
|
|
6738
6757
|
export const PhonelinkEraseOutlined: SvgIconComponent;
|
|
@@ -6763,25 +6782,6 @@ export const PhonelinkSetupSharp: SvgIconComponent;
|
|
|
6763
6782
|
export const PhonelinkSetupTwoTone: SvgIconComponent;
|
|
6764
6783
|
export const PhonelinkSharp: SvgIconComponent;
|
|
6765
6784
|
export const PhonelinkTwoTone: SvgIconComponent;
|
|
6766
|
-
export const PhoneLocked: SvgIconComponent;
|
|
6767
|
-
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6768
|
-
export const PhoneLockedRounded: SvgIconComponent;
|
|
6769
|
-
export const PhoneLockedSharp: SvgIconComponent;
|
|
6770
|
-
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6771
|
-
export const PhoneMissed: SvgIconComponent;
|
|
6772
|
-
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6773
|
-
export const PhoneMissedRounded: SvgIconComponent;
|
|
6774
|
-
export const PhoneMissedSharp: SvgIconComponent;
|
|
6775
|
-
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6776
|
-
export const PhoneOutlined: SvgIconComponent;
|
|
6777
|
-
export const PhonePaused: SvgIconComponent;
|
|
6778
|
-
export const PhonePausedOutlined: SvgIconComponent;
|
|
6779
|
-
export const PhonePausedRounded: SvgIconComponent;
|
|
6780
|
-
export const PhonePausedSharp: SvgIconComponent;
|
|
6781
|
-
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6782
|
-
export const PhoneRounded: SvgIconComponent;
|
|
6783
|
-
export const PhoneSharp: SvgIconComponent;
|
|
6784
|
-
export const PhoneTwoTone: SvgIconComponent;
|
|
6785
6785
|
export const Photo: SvgIconComponent;
|
|
6786
6786
|
export const PhotoAlbum: SvgIconComponent;
|
|
6787
6787
|
export const PhotoAlbumOutlined: SvgIconComponent;
|
|
@@ -6864,20 +6864,15 @@ export const PictureInPictureSharp: SvgIconComponent;
|
|
|
6864
6864
|
export const PictureInPictureTwoTone: SvgIconComponent;
|
|
6865
6865
|
export const PieChart: SvgIconComponent;
|
|
6866
6866
|
export const PieChartOutline: SvgIconComponent;
|
|
6867
|
-
export const PieChartOutlined: SvgIconComponent;
|
|
6868
6867
|
export const PieChartOutlineOutlined: SvgIconComponent;
|
|
6869
6868
|
export const PieChartOutlineRounded: SvgIconComponent;
|
|
6870
6869
|
export const PieChartOutlineSharp: SvgIconComponent;
|
|
6871
6870
|
export const PieChartOutlineTwoTone: SvgIconComponent;
|
|
6871
|
+
export const PieChartOutlined: SvgIconComponent;
|
|
6872
6872
|
export const PieChartRounded: SvgIconComponent;
|
|
6873
6873
|
export const PieChartSharp: SvgIconComponent;
|
|
6874
6874
|
export const PieChartTwoTone: SvgIconComponent;
|
|
6875
6875
|
export const Pin: SvgIconComponent;
|
|
6876
|
-
export const Pinch: SvgIconComponent;
|
|
6877
|
-
export const PinchOutlined: SvgIconComponent;
|
|
6878
|
-
export const PinchRounded: SvgIconComponent;
|
|
6879
|
-
export const PinchSharp: SvgIconComponent;
|
|
6880
|
-
export const PinchTwoTone: SvgIconComponent;
|
|
6881
6876
|
export const PinDrop: SvgIconComponent;
|
|
6882
6877
|
export const PinDropOutlined: SvgIconComponent;
|
|
6883
6878
|
export const PinDropRounded: SvgIconComponent;
|
|
@@ -6886,8 +6881,13 @@ export const PinDropTwoTone: SvgIconComponent;
|
|
|
6886
6881
|
export const PinOutlined: SvgIconComponent;
|
|
6887
6882
|
export const PinRounded: SvgIconComponent;
|
|
6888
6883
|
export const PinSharp: SvgIconComponent;
|
|
6889
|
-
export const Pinterest: SvgIconComponent;
|
|
6890
6884
|
export const PinTwoTone: SvgIconComponent;
|
|
6885
|
+
export const Pinch: SvgIconComponent;
|
|
6886
|
+
export const PinchOutlined: SvgIconComponent;
|
|
6887
|
+
export const PinchRounded: SvgIconComponent;
|
|
6888
|
+
export const PinchSharp: SvgIconComponent;
|
|
6889
|
+
export const PinchTwoTone: SvgIconComponent;
|
|
6890
|
+
export const Pinterest: SvgIconComponent;
|
|
6891
6891
|
export const PivotTableChart: SvgIconComponent;
|
|
6892
6892
|
export const PivotTableChartOutlined: SvgIconComponent;
|
|
6893
6893
|
export const PivotTableChartRounded: SvgIconComponent;
|
|
@@ -6925,11 +6925,11 @@ export const PlayCircleFilledWhiteRounded: SvgIconComponent;
|
|
|
6925
6925
|
export const PlayCircleFilledWhiteSharp: SvgIconComponent;
|
|
6926
6926
|
export const PlayCircleFilledWhiteTwoTone: SvgIconComponent;
|
|
6927
6927
|
export const PlayCircleOutline: SvgIconComponent;
|
|
6928
|
-
export const PlayCircleOutlined: SvgIconComponent;
|
|
6929
6928
|
export const PlayCircleOutlineOutlined: SvgIconComponent;
|
|
6930
6929
|
export const PlayCircleOutlineRounded: SvgIconComponent;
|
|
6931
6930
|
export const PlayCircleOutlineSharp: SvgIconComponent;
|
|
6932
6931
|
export const PlayCircleOutlineTwoTone: SvgIconComponent;
|
|
6932
|
+
export const PlayCircleOutlined: SvgIconComponent;
|
|
6933
6933
|
export const PlayCircleRounded: SvgIconComponent;
|
|
6934
6934
|
export const PlayCircleSharp: SvgIconComponent;
|
|
6935
6935
|
export const PlayCircleTwoTone: SvgIconComponent;
|
|
@@ -7139,15 +7139,15 @@ export const PublicRounded: SvgIconComponent;
|
|
|
7139
7139
|
export const PublicSharp: SvgIconComponent;
|
|
7140
7140
|
export const PublicTwoTone: SvgIconComponent;
|
|
7141
7141
|
export const Publish: SvgIconComponent;
|
|
7142
|
+
export const PublishOutlined: SvgIconComponent;
|
|
7143
|
+
export const PublishRounded: SvgIconComponent;
|
|
7144
|
+
export const PublishSharp: SvgIconComponent;
|
|
7145
|
+
export const PublishTwoTone: SvgIconComponent;
|
|
7142
7146
|
export const PublishedWithChanges: SvgIconComponent;
|
|
7143
7147
|
export const PublishedWithChangesOutlined: SvgIconComponent;
|
|
7144
7148
|
export const PublishedWithChangesRounded: SvgIconComponent;
|
|
7145
7149
|
export const PublishedWithChangesSharp: SvgIconComponent;
|
|
7146
7150
|
export const PublishedWithChangesTwoTone: SvgIconComponent;
|
|
7147
|
-
export const PublishOutlined: SvgIconComponent;
|
|
7148
|
-
export const PublishRounded: SvgIconComponent;
|
|
7149
|
-
export const PublishSharp: SvgIconComponent;
|
|
7150
|
-
export const PublishTwoTone: SvgIconComponent;
|
|
7151
7151
|
export const PunchClock: SvgIconComponent;
|
|
7152
7152
|
export const PunchClockOutlined: SvgIconComponent;
|
|
7153
7153
|
export const PunchClockRounded: SvgIconComponent;
|
|
@@ -7218,6 +7218,11 @@ export const QuizOutlined: SvgIconComponent;
|
|
|
7218
7218
|
export const QuizRounded: SvgIconComponent;
|
|
7219
7219
|
export const QuizSharp: SvgIconComponent;
|
|
7220
7220
|
export const QuizTwoTone: SvgIconComponent;
|
|
7221
|
+
export const RMobiledata: SvgIconComponent;
|
|
7222
|
+
export const RMobiledataOutlined: SvgIconComponent;
|
|
7223
|
+
export const RMobiledataRounded: SvgIconComponent;
|
|
7224
|
+
export const RMobiledataSharp: SvgIconComponent;
|
|
7225
|
+
export const RMobiledataTwoTone: SvgIconComponent;
|
|
7221
7226
|
export const Radar: SvgIconComponent;
|
|
7222
7227
|
export const RadarOutlined: SvgIconComponent;
|
|
7223
7228
|
export const RadarRounded: SvgIconComponent;
|
|
@@ -7337,11 +7342,11 @@ export const RememberMeTwoTone: SvgIconComponent;
|
|
|
7337
7342
|
export const Remove: SvgIconComponent;
|
|
7338
7343
|
export const RemoveCircle: SvgIconComponent;
|
|
7339
7344
|
export const RemoveCircleOutline: SvgIconComponent;
|
|
7340
|
-
export const RemoveCircleOutlined: SvgIconComponent;
|
|
7341
7345
|
export const RemoveCircleOutlineOutlined: SvgIconComponent;
|
|
7342
7346
|
export const RemoveCircleOutlineRounded: SvgIconComponent;
|
|
7343
7347
|
export const RemoveCircleOutlineSharp: SvgIconComponent;
|
|
7344
7348
|
export const RemoveCircleOutlineTwoTone: SvgIconComponent;
|
|
7349
|
+
export const RemoveCircleOutlined: SvgIconComponent;
|
|
7345
7350
|
export const RemoveCircleRounded: SvgIconComponent;
|
|
7346
7351
|
export const RemoveCircleSharp: SvgIconComponent;
|
|
7347
7352
|
export const RemoveCircleTwoTone: SvgIconComponent;
|
|
@@ -7391,6 +7396,10 @@ export const RepartitionSharp: SvgIconComponent;
|
|
|
7391
7396
|
export const RepartitionTwoTone: SvgIconComponent;
|
|
7392
7397
|
export const Repeat: SvgIconComponent;
|
|
7393
7398
|
export const RepeatOn: SvgIconComponent;
|
|
7399
|
+
export const RepeatOnOutlined: SvgIconComponent;
|
|
7400
|
+
export const RepeatOnRounded: SvgIconComponent;
|
|
7401
|
+
export const RepeatOnSharp: SvgIconComponent;
|
|
7402
|
+
export const RepeatOnTwoTone: SvgIconComponent;
|
|
7394
7403
|
export const RepeatOne: SvgIconComponent;
|
|
7395
7404
|
export const RepeatOneOn: SvgIconComponent;
|
|
7396
7405
|
export const RepeatOneOnOutlined: SvgIconComponent;
|
|
@@ -7401,10 +7410,6 @@ export const RepeatOneOutlined: SvgIconComponent;
|
|
|
7401
7410
|
export const RepeatOneRounded: SvgIconComponent;
|
|
7402
7411
|
export const RepeatOneSharp: SvgIconComponent;
|
|
7403
7412
|
export const RepeatOneTwoTone: SvgIconComponent;
|
|
7404
|
-
export const RepeatOnOutlined: SvgIconComponent;
|
|
7405
|
-
export const RepeatOnRounded: SvgIconComponent;
|
|
7406
|
-
export const RepeatOnSharp: SvgIconComponent;
|
|
7407
|
-
export const RepeatOnTwoTone: SvgIconComponent;
|
|
7408
7413
|
export const RepeatOutlined: SvgIconComponent;
|
|
7409
7414
|
export const RepeatRounded: SvgIconComponent;
|
|
7410
7415
|
export const RepeatSharp: SvgIconComponent;
|
|
@@ -7524,11 +7529,6 @@ export const RingVolumeOutlined: SvgIconComponent;
|
|
|
7524
7529
|
export const RingVolumeRounded: SvgIconComponent;
|
|
7525
7530
|
export const RingVolumeSharp: SvgIconComponent;
|
|
7526
7531
|
export const RingVolumeTwoTone: SvgIconComponent;
|
|
7527
|
-
export const RMobiledata: SvgIconComponent;
|
|
7528
|
-
export const RMobiledataOutlined: SvgIconComponent;
|
|
7529
|
-
export const RMobiledataRounded: SvgIconComponent;
|
|
7530
|
-
export const RMobiledataSharp: SvgIconComponent;
|
|
7531
|
-
export const RMobiledataTwoTone: SvgIconComponent;
|
|
7532
7532
|
export const Rocket: SvgIconComponent;
|
|
7533
7533
|
export const RocketLaunch: SvgIconComponent;
|
|
7534
7534
|
export const RocketLaunchOutlined: SvgIconComponent;
|
|
@@ -7611,14 +7611,14 @@ export const RoundedCornerSharp: SvgIconComponent;
|
|
|
7611
7611
|
export const RoundedCornerTwoTone: SvgIconComponent;
|
|
7612
7612
|
export const Route: SvgIconComponent;
|
|
7613
7613
|
export const RouteOutlined: SvgIconComponent;
|
|
7614
|
-
export const Router: SvgIconComponent;
|
|
7615
7614
|
export const RouteRounded: SvgIconComponent;
|
|
7615
|
+
export const RouteSharp: SvgIconComponent;
|
|
7616
|
+
export const RouteTwoTone: SvgIconComponent;
|
|
7617
|
+
export const Router: SvgIconComponent;
|
|
7616
7618
|
export const RouterOutlined: SvgIconComponent;
|
|
7617
7619
|
export const RouterRounded: SvgIconComponent;
|
|
7618
7620
|
export const RouterSharp: SvgIconComponent;
|
|
7619
7621
|
export const RouterTwoTone: SvgIconComponent;
|
|
7620
|
-
export const RouteSharp: SvgIconComponent;
|
|
7621
|
-
export const RouteTwoTone: SvgIconComponent;
|
|
7622
7622
|
export const Rowing: SvgIconComponent;
|
|
7623
7623
|
export const RowingOutlined: SvgIconComponent;
|
|
7624
7624
|
export const RowingRounded: SvgIconComponent;
|
|
@@ -7705,15 +7705,15 @@ export const SaveAsOutlined: SvgIconComponent;
|
|
|
7705
7705
|
export const SaveAsRounded: SvgIconComponent;
|
|
7706
7706
|
export const SaveAsSharp: SvgIconComponent;
|
|
7707
7707
|
export const SaveAsTwoTone: SvgIconComponent;
|
|
7708
|
+
export const SaveOutlined: SvgIconComponent;
|
|
7709
|
+
export const SaveRounded: SvgIconComponent;
|
|
7710
|
+
export const SaveSharp: SvgIconComponent;
|
|
7711
|
+
export const SaveTwoTone: SvgIconComponent;
|
|
7708
7712
|
export const SavedSearch: SvgIconComponent;
|
|
7709
7713
|
export const SavedSearchOutlined: SvgIconComponent;
|
|
7710
7714
|
export const SavedSearchRounded: SvgIconComponent;
|
|
7711
7715
|
export const SavedSearchSharp: SvgIconComponent;
|
|
7712
7716
|
export const SavedSearchTwoTone: SvgIconComponent;
|
|
7713
|
-
export const SaveOutlined: SvgIconComponent;
|
|
7714
|
-
export const SaveRounded: SvgIconComponent;
|
|
7715
|
-
export const SaveSharp: SvgIconComponent;
|
|
7716
|
-
export const SaveTwoTone: SvgIconComponent;
|
|
7717
7717
|
export const Savings: SvgIconComponent;
|
|
7718
7718
|
export const SavingsOutlined: SvgIconComponent;
|
|
7719
7719
|
export const SavingsRounded: SvgIconComponent;
|
|
@@ -7760,15 +7760,15 @@ export const ScienceRounded: SvgIconComponent;
|
|
|
7760
7760
|
export const ScienceSharp: SvgIconComponent;
|
|
7761
7761
|
export const ScienceTwoTone: SvgIconComponent;
|
|
7762
7762
|
export const Score: SvgIconComponent;
|
|
7763
|
+
export const ScoreOutlined: SvgIconComponent;
|
|
7764
|
+
export const ScoreRounded: SvgIconComponent;
|
|
7765
|
+
export const ScoreSharp: SvgIconComponent;
|
|
7766
|
+
export const ScoreTwoTone: SvgIconComponent;
|
|
7763
7767
|
export const Scoreboard: SvgIconComponent;
|
|
7764
7768
|
export const ScoreboardOutlined: SvgIconComponent;
|
|
7765
7769
|
export const ScoreboardRounded: SvgIconComponent;
|
|
7766
7770
|
export const ScoreboardSharp: SvgIconComponent;
|
|
7767
7771
|
export const ScoreboardTwoTone: SvgIconComponent;
|
|
7768
|
-
export const ScoreOutlined: SvgIconComponent;
|
|
7769
|
-
export const ScoreRounded: SvgIconComponent;
|
|
7770
|
-
export const ScoreSharp: SvgIconComponent;
|
|
7771
|
-
export const ScoreTwoTone: SvgIconComponent;
|
|
7772
7772
|
export const ScreenLockLandscape: SvgIconComponent;
|
|
7773
7773
|
export const ScreenLockLandscapeOutlined: SvgIconComponent;
|
|
7774
7774
|
export const ScreenLockLandscapeRounded: SvgIconComponent;
|
|
@@ -7919,6 +7919,11 @@ export const SensorOccupiedOutlined: SvgIconComponent;
|
|
|
7919
7919
|
export const SensorOccupiedRounded: SvgIconComponent;
|
|
7920
7920
|
export const SensorOccupiedSharp: SvgIconComponent;
|
|
7921
7921
|
export const SensorOccupiedTwoTone: SvgIconComponent;
|
|
7922
|
+
export const SensorWindow: SvgIconComponent;
|
|
7923
|
+
export const SensorWindowOutlined: SvgIconComponent;
|
|
7924
|
+
export const SensorWindowRounded: SvgIconComponent;
|
|
7925
|
+
export const SensorWindowSharp: SvgIconComponent;
|
|
7926
|
+
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7922
7927
|
export const Sensors: SvgIconComponent;
|
|
7923
7928
|
export const SensorsOff: SvgIconComponent;
|
|
7924
7929
|
export const SensorsOffOutlined: SvgIconComponent;
|
|
@@ -7929,11 +7934,6 @@ export const SensorsOutlined: SvgIconComponent;
|
|
|
7929
7934
|
export const SensorsRounded: SvgIconComponent;
|
|
7930
7935
|
export const SensorsSharp: SvgIconComponent;
|
|
7931
7936
|
export const SensorsTwoTone: SvgIconComponent;
|
|
7932
|
-
export const SensorWindow: SvgIconComponent;
|
|
7933
|
-
export const SensorWindowOutlined: SvgIconComponent;
|
|
7934
|
-
export const SensorWindowRounded: SvgIconComponent;
|
|
7935
|
-
export const SensorWindowSharp: SvgIconComponent;
|
|
7936
|
-
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7937
7937
|
export const SentimentDissatisfied: SvgIconComponent;
|
|
7938
7938
|
export const SentimentDissatisfiedOutlined: SvgIconComponent;
|
|
7939
7939
|
export const SentimentDissatisfiedRounded: SvgIconComponent;
|
|
@@ -8126,6 +8126,14 @@ export const Shop2Rounded: SvgIconComponent;
|
|
|
8126
8126
|
export const Shop2Sharp: SvgIconComponent;
|
|
8127
8127
|
export const Shop2TwoTone: SvgIconComponent;
|
|
8128
8128
|
export const ShopOutlined: SvgIconComponent;
|
|
8129
|
+
export const ShopRounded: SvgIconComponent;
|
|
8130
|
+
export const ShopSharp: SvgIconComponent;
|
|
8131
|
+
export const ShopTwo: SvgIconComponent;
|
|
8132
|
+
export const ShopTwoOutlined: SvgIconComponent;
|
|
8133
|
+
export const ShopTwoRounded: SvgIconComponent;
|
|
8134
|
+
export const ShopTwoSharp: SvgIconComponent;
|
|
8135
|
+
export const ShopTwoTone: SvgIconComponent;
|
|
8136
|
+
export const ShopTwoTwoTone: SvgIconComponent;
|
|
8129
8137
|
export const ShoppingBag: SvgIconComponent;
|
|
8130
8138
|
export const ShoppingBagOutlined: SvgIconComponent;
|
|
8131
8139
|
export const ShoppingBagRounded: SvgIconComponent;
|
|
@@ -8146,24 +8154,16 @@ export const ShoppingCartOutlined: SvgIconComponent;
|
|
|
8146
8154
|
export const ShoppingCartRounded: SvgIconComponent;
|
|
8147
8155
|
export const ShoppingCartSharp: SvgIconComponent;
|
|
8148
8156
|
export const ShoppingCartTwoTone: SvgIconComponent;
|
|
8149
|
-
export const ShopRounded: SvgIconComponent;
|
|
8150
|
-
export const ShopSharp: SvgIconComponent;
|
|
8151
|
-
export const ShopTwo: SvgIconComponent;
|
|
8152
|
-
export const ShopTwoOutlined: SvgIconComponent;
|
|
8153
|
-
export const ShopTwoRounded: SvgIconComponent;
|
|
8154
|
-
export const ShopTwoSharp: SvgIconComponent;
|
|
8155
|
-
export const ShopTwoTone: SvgIconComponent;
|
|
8156
|
-
export const ShopTwoTwoTone: SvgIconComponent;
|
|
8157
|
-
export const Shortcut: SvgIconComponent;
|
|
8158
|
-
export const ShortcutOutlined: SvgIconComponent;
|
|
8159
|
-
export const ShortcutRounded: SvgIconComponent;
|
|
8160
|
-
export const ShortcutSharp: SvgIconComponent;
|
|
8161
|
-
export const ShortcutTwoTone: SvgIconComponent;
|
|
8162
8157
|
export const ShortText: SvgIconComponent;
|
|
8163
8158
|
export const ShortTextOutlined: SvgIconComponent;
|
|
8164
8159
|
export const ShortTextRounded: SvgIconComponent;
|
|
8165
8160
|
export const ShortTextSharp: SvgIconComponent;
|
|
8166
8161
|
export const ShortTextTwoTone: SvgIconComponent;
|
|
8162
|
+
export const Shortcut: SvgIconComponent;
|
|
8163
|
+
export const ShortcutOutlined: SvgIconComponent;
|
|
8164
|
+
export const ShortcutRounded: SvgIconComponent;
|
|
8165
|
+
export const ShortcutSharp: SvgIconComponent;
|
|
8166
|
+
export const ShortcutTwoTone: SvgIconComponent;
|
|
8167
8167
|
export const ShowChart: SvgIconComponent;
|
|
8168
8168
|
export const ShowChartOutlined: SvgIconComponent;
|
|
8169
8169
|
export const ShowChartRounded: SvgIconComponent;
|
|
@@ -8194,6 +8194,11 @@ export const SickOutlined: SvgIconComponent;
|
|
|
8194
8194
|
export const SickRounded: SvgIconComponent;
|
|
8195
8195
|
export const SickSharp: SvgIconComponent;
|
|
8196
8196
|
export const SickTwoTone: SvgIconComponent;
|
|
8197
|
+
export const SignLanguage: SvgIconComponent;
|
|
8198
|
+
export const SignLanguageOutlined: SvgIconComponent;
|
|
8199
|
+
export const SignLanguageRounded: SvgIconComponent;
|
|
8200
|
+
export const SignLanguageSharp: SvgIconComponent;
|
|
8201
|
+
export const SignLanguageTwoTone: SvgIconComponent;
|
|
8197
8202
|
export const SignalCellular0Bar: SvgIconComponent;
|
|
8198
8203
|
export const SignalCellular0BarOutlined: SvgIconComponent;
|
|
8199
8204
|
export const SignalCellular0BarRounded: SvgIconComponent;
|
|
@@ -8259,16 +8264,16 @@ export const SignalCellularConnectedNoInternet4BarOutlined: SvgIconComponent;
|
|
|
8259
8264
|
export const SignalCellularConnectedNoInternet4BarRounded: SvgIconComponent;
|
|
8260
8265
|
export const SignalCellularConnectedNoInternet4BarSharp: SvgIconComponent;
|
|
8261
8266
|
export const SignalCellularConnectedNoInternet4BarTwoTone: SvgIconComponent;
|
|
8262
|
-
export const SignalCellularNodata: SvgIconComponent;
|
|
8263
|
-
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
8264
|
-
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
8265
|
-
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
8266
|
-
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
8267
8267
|
export const SignalCellularNoSim: SvgIconComponent;
|
|
8268
8268
|
export const SignalCellularNoSimOutlined: SvgIconComponent;
|
|
8269
8269
|
export const SignalCellularNoSimRounded: SvgIconComponent;
|
|
8270
8270
|
export const SignalCellularNoSimSharp: SvgIconComponent;
|
|
8271
8271
|
export const SignalCellularNoSimTwoTone: SvgIconComponent;
|
|
8272
|
+
export const SignalCellularNodata: SvgIconComponent;
|
|
8273
|
+
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
8274
|
+
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
8275
|
+
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
8276
|
+
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
8272
8277
|
export const SignalCellularNull: SvgIconComponent;
|
|
8273
8278
|
export const SignalCellularNullOutlined: SvgIconComponent;
|
|
8274
8279
|
export const SignalCellularNullRounded: SvgIconComponent;
|
|
@@ -8354,11 +8359,6 @@ export const SignalWifiStatusbarNullOutlined: SvgIconComponent;
|
|
|
8354
8359
|
export const SignalWifiStatusbarNullRounded: SvgIconComponent;
|
|
8355
8360
|
export const SignalWifiStatusbarNullSharp: SvgIconComponent;
|
|
8356
8361
|
export const SignalWifiStatusbarNullTwoTone: SvgIconComponent;
|
|
8357
|
-
export const SignLanguage: SvgIconComponent;
|
|
8358
|
-
export const SignLanguageOutlined: SvgIconComponent;
|
|
8359
|
-
export const SignLanguageRounded: SvgIconComponent;
|
|
8360
|
-
export const SignLanguageSharp: SvgIconComponent;
|
|
8361
|
-
export const SignLanguageTwoTone: SvgIconComponent;
|
|
8362
8362
|
export const Signpost: SvgIconComponent;
|
|
8363
8363
|
export const SignpostOutlined: SvgIconComponent;
|
|
8364
8364
|
export const SignpostRounded: SvgIconComponent;
|
|
@@ -8459,11 +8459,6 @@ export const SmartDisplayOutlined: SvgIconComponent;
|
|
|
8459
8459
|
export const SmartDisplayRounded: SvgIconComponent;
|
|
8460
8460
|
export const SmartDisplaySharp: SvgIconComponent;
|
|
8461
8461
|
export const SmartDisplayTwoTone: SvgIconComponent;
|
|
8462
|
-
export const Smartphone: SvgIconComponent;
|
|
8463
|
-
export const SmartphoneOutlined: SvgIconComponent;
|
|
8464
|
-
export const SmartphoneRounded: SvgIconComponent;
|
|
8465
|
-
export const SmartphoneSharp: SvgIconComponent;
|
|
8466
|
-
export const SmartphoneTwoTone: SvgIconComponent;
|
|
8467
8462
|
export const SmartScreen: SvgIconComponent;
|
|
8468
8463
|
export const SmartScreenOutlined: SvgIconComponent;
|
|
8469
8464
|
export const SmartScreenRounded: SvgIconComponent;
|
|
@@ -8474,6 +8469,11 @@ export const SmartToyOutlined: SvgIconComponent;
|
|
|
8474
8469
|
export const SmartToyRounded: SvgIconComponent;
|
|
8475
8470
|
export const SmartToySharp: SvgIconComponent;
|
|
8476
8471
|
export const SmartToyTwoTone: SvgIconComponent;
|
|
8472
|
+
export const Smartphone: SvgIconComponent;
|
|
8473
|
+
export const SmartphoneOutlined: SvgIconComponent;
|
|
8474
|
+
export const SmartphoneRounded: SvgIconComponent;
|
|
8475
|
+
export const SmartphoneSharp: SvgIconComponent;
|
|
8476
|
+
export const SmartphoneTwoTone: SvgIconComponent;
|
|
8477
8477
|
export const SmokeFree: SvgIconComponent;
|
|
8478
8478
|
export const SmokeFreeOutlined: SvgIconComponent;
|
|
8479
8479
|
export const SmokeFreeRounded: SvgIconComponent;
|
|
@@ -8580,14 +8580,15 @@ export const SouthWestRounded: SvgIconComponent;
|
|
|
8580
8580
|
export const SouthWestSharp: SvgIconComponent;
|
|
8581
8581
|
export const SouthWestTwoTone: SvgIconComponent;
|
|
8582
8582
|
export const Spa: SvgIconComponent;
|
|
8583
|
+
export const SpaOutlined: SvgIconComponent;
|
|
8584
|
+
export const SpaRounded: SvgIconComponent;
|
|
8585
|
+
export const SpaSharp: SvgIconComponent;
|
|
8586
|
+
export const SpaTwoTone: SvgIconComponent;
|
|
8583
8587
|
export const SpaceBar: SvgIconComponent;
|
|
8584
8588
|
export const SpaceBarOutlined: SvgIconComponent;
|
|
8585
8589
|
export const SpaceBarRounded: SvgIconComponent;
|
|
8586
8590
|
export const SpaceBarSharp: SvgIconComponent;
|
|
8587
8591
|
export const SpaceBarTwoTone: SvgIconComponent;
|
|
8588
|
-
export const SpaOutlined: SvgIconComponent;
|
|
8589
|
-
export const SpaRounded: SvgIconComponent;
|
|
8590
|
-
export const SpaSharp: SvgIconComponent;
|
|
8591
8592
|
export const SpatialAudio: SvgIconComponent;
|
|
8592
8593
|
export const SpatialAudioOff: SvgIconComponent;
|
|
8593
8594
|
export const SpatialAudioOffOutlined: SvgIconComponent;
|
|
@@ -8603,7 +8604,6 @@ export const SpatialTrackingOutlined: SvgIconComponent;
|
|
|
8603
8604
|
export const SpatialTrackingRounded: SvgIconComponent;
|
|
8604
8605
|
export const SpatialTrackingSharp: SvgIconComponent;
|
|
8605
8606
|
export const SpatialTrackingTwoTone: SvgIconComponent;
|
|
8606
|
-
export const SpaTwoTone: SvgIconComponent;
|
|
8607
8607
|
export const Speaker: SvgIconComponent;
|
|
8608
8608
|
export const SpeakerGroup: SvgIconComponent;
|
|
8609
8609
|
export const SpeakerGroupOutlined: SvgIconComponent;
|
|
@@ -8801,11 +8801,11 @@ export const StarHalfRounded: SvgIconComponent;
|
|
|
8801
8801
|
export const StarHalfSharp: SvgIconComponent;
|
|
8802
8802
|
export const StarHalfTwoTone: SvgIconComponent;
|
|
8803
8803
|
export const StarOutline: SvgIconComponent;
|
|
8804
|
-
export const StarOutlined: SvgIconComponent;
|
|
8805
8804
|
export const StarOutlineOutlined: SvgIconComponent;
|
|
8806
8805
|
export const StarOutlineRounded: SvgIconComponent;
|
|
8807
8806
|
export const StarOutlineSharp: SvgIconComponent;
|
|
8808
8807
|
export const StarOutlineTwoTone: SvgIconComponent;
|
|
8808
|
+
export const StarOutlined: SvgIconComponent;
|
|
8809
8809
|
export const StarPurple500: SvgIconComponent;
|
|
8810
8810
|
export const StarPurple500Outlined: SvgIconComponent;
|
|
8811
8811
|
export const StarPurple500Rounded: SvgIconComponent;
|
|
@@ -8817,8 +8817,9 @@ export const StarRateRounded: SvgIconComponent;
|
|
|
8817
8817
|
export const StarRateSharp: SvgIconComponent;
|
|
8818
8818
|
export const StarRateTwoTone: SvgIconComponent;
|
|
8819
8819
|
export const StarRounded: SvgIconComponent;
|
|
8820
|
-
export const Stars: SvgIconComponent;
|
|
8821
8820
|
export const StarSharp: SvgIconComponent;
|
|
8821
|
+
export const StarTwoTone: SvgIconComponent;
|
|
8822
|
+
export const Stars: SvgIconComponent;
|
|
8822
8823
|
export const StarsOutlined: SvgIconComponent;
|
|
8823
8824
|
export const StarsRounded: SvgIconComponent;
|
|
8824
8825
|
export const StarsSharp: SvgIconComponent;
|
|
@@ -8828,7 +8829,6 @@ export const StartOutlined: SvgIconComponent;
|
|
|
8828
8829
|
export const StartRounded: SvgIconComponent;
|
|
8829
8830
|
export const StartSharp: SvgIconComponent;
|
|
8830
8831
|
export const StartTwoTone: SvgIconComponent;
|
|
8831
|
-
export const StarTwoTone: SvgIconComponent;
|
|
8832
8832
|
export const StayCurrentLandscape: SvgIconComponent;
|
|
8833
8833
|
export const StayCurrentLandscapeOutlined: SvgIconComponent;
|
|
8834
8834
|
export const StayCurrentLandscapeRounded: SvgIconComponent;
|
|
@@ -8875,11 +8875,6 @@ export const StorageRounded: SvgIconComponent;
|
|
|
8875
8875
|
export const StorageSharp: SvgIconComponent;
|
|
8876
8876
|
export const StorageTwoTone: SvgIconComponent;
|
|
8877
8877
|
export const Store: SvgIconComponent;
|
|
8878
|
-
export const Storefront: SvgIconComponent;
|
|
8879
|
-
export const StorefrontOutlined: SvgIconComponent;
|
|
8880
|
-
export const StorefrontRounded: SvgIconComponent;
|
|
8881
|
-
export const StorefrontSharp: SvgIconComponent;
|
|
8882
|
-
export const StorefrontTwoTone: SvgIconComponent;
|
|
8883
8878
|
export const StoreMallDirectory: SvgIconComponent;
|
|
8884
8879
|
export const StoreMallDirectoryOutlined: SvgIconComponent;
|
|
8885
8880
|
export const StoreMallDirectoryRounded: SvgIconComponent;
|
|
@@ -8889,21 +8884,26 @@ export const StoreOutlined: SvgIconComponent;
|
|
|
8889
8884
|
export const StoreRounded: SvgIconComponent;
|
|
8890
8885
|
export const StoreSharp: SvgIconComponent;
|
|
8891
8886
|
export const StoreTwoTone: SvgIconComponent;
|
|
8887
|
+
export const Storefront: SvgIconComponent;
|
|
8888
|
+
export const StorefrontOutlined: SvgIconComponent;
|
|
8889
|
+
export const StorefrontRounded: SvgIconComponent;
|
|
8890
|
+
export const StorefrontSharp: SvgIconComponent;
|
|
8891
|
+
export const StorefrontTwoTone: SvgIconComponent;
|
|
8892
8892
|
export const Storm: SvgIconComponent;
|
|
8893
8893
|
export const StormOutlined: SvgIconComponent;
|
|
8894
8894
|
export const StormRounded: SvgIconComponent;
|
|
8895
8895
|
export const StormSharp: SvgIconComponent;
|
|
8896
8896
|
export const StormTwoTone: SvgIconComponent;
|
|
8897
8897
|
export const Straight: SvgIconComponent;
|
|
8898
|
+
export const StraightOutlined: SvgIconComponent;
|
|
8899
|
+
export const StraightRounded: SvgIconComponent;
|
|
8900
|
+
export const StraightSharp: SvgIconComponent;
|
|
8901
|
+
export const StraightTwoTone: SvgIconComponent;
|
|
8898
8902
|
export const Straighten: SvgIconComponent;
|
|
8899
8903
|
export const StraightenOutlined: SvgIconComponent;
|
|
8900
8904
|
export const StraightenRounded: SvgIconComponent;
|
|
8901
8905
|
export const StraightenSharp: SvgIconComponent;
|
|
8902
8906
|
export const StraightenTwoTone: SvgIconComponent;
|
|
8903
|
-
export const StraightOutlined: SvgIconComponent;
|
|
8904
|
-
export const StraightRounded: SvgIconComponent;
|
|
8905
|
-
export const StraightSharp: SvgIconComponent;
|
|
8906
|
-
export const StraightTwoTone: SvgIconComponent;
|
|
8907
8907
|
export const Stream: SvgIconComponent;
|
|
8908
8908
|
export const StreamOutlined: SvgIconComponent;
|
|
8909
8909
|
export const StreamRounded: SvgIconComponent;
|
|
@@ -8945,15 +8945,15 @@ export const SubjectRounded: SvgIconComponent;
|
|
|
8945
8945
|
export const SubjectSharp: SvgIconComponent;
|
|
8946
8946
|
export const SubjectTwoTone: SvgIconComponent;
|
|
8947
8947
|
export const Subscript: SvgIconComponent;
|
|
8948
|
+
export const SubscriptOutlined: SvgIconComponent;
|
|
8949
|
+
export const SubscriptRounded: SvgIconComponent;
|
|
8950
|
+
export const SubscriptSharp: SvgIconComponent;
|
|
8951
|
+
export const SubscriptTwoTone: SvgIconComponent;
|
|
8948
8952
|
export const Subscriptions: SvgIconComponent;
|
|
8949
8953
|
export const SubscriptionsOutlined: SvgIconComponent;
|
|
8950
8954
|
export const SubscriptionsRounded: SvgIconComponent;
|
|
8951
8955
|
export const SubscriptionsSharp: SvgIconComponent;
|
|
8952
8956
|
export const SubscriptionsTwoTone: SvgIconComponent;
|
|
8953
|
-
export const SubscriptOutlined: SvgIconComponent;
|
|
8954
|
-
export const SubscriptRounded: SvgIconComponent;
|
|
8955
|
-
export const SubscriptSharp: SvgIconComponent;
|
|
8956
|
-
export const SubscriptTwoTone: SvgIconComponent;
|
|
8957
8957
|
export const Subtitles: SvgIconComponent;
|
|
8958
8958
|
export const SubtitlesOff: SvgIconComponent;
|
|
8959
8959
|
export const SubtitlesOffOutlined: SvgIconComponent;
|
|
@@ -9015,25 +9015,25 @@ export const SwapCallsRounded: SvgIconComponent;
|
|
|
9015
9015
|
export const SwapCallsSharp: SvgIconComponent;
|
|
9016
9016
|
export const SwapCallsTwoTone: SvgIconComponent;
|
|
9017
9017
|
export const SwapHoriz: SvgIconComponent;
|
|
9018
|
+
export const SwapHorizOutlined: SvgIconComponent;
|
|
9019
|
+
export const SwapHorizRounded: SvgIconComponent;
|
|
9020
|
+
export const SwapHorizSharp: SvgIconComponent;
|
|
9021
|
+
export const SwapHorizTwoTone: SvgIconComponent;
|
|
9018
9022
|
export const SwapHorizontalCircle: SvgIconComponent;
|
|
9019
9023
|
export const SwapHorizontalCircleOutlined: SvgIconComponent;
|
|
9020
9024
|
export const SwapHorizontalCircleRounded: SvgIconComponent;
|
|
9021
9025
|
export const SwapHorizontalCircleSharp: SvgIconComponent;
|
|
9022
9026
|
export const SwapHorizontalCircleTwoTone: SvgIconComponent;
|
|
9023
|
-
export const SwapHorizOutlined: SvgIconComponent;
|
|
9024
|
-
export const SwapHorizRounded: SvgIconComponent;
|
|
9025
|
-
export const SwapHorizSharp: SvgIconComponent;
|
|
9026
|
-
export const SwapHorizTwoTone: SvgIconComponent;
|
|
9027
9027
|
export const SwapVert: SvgIconComponent;
|
|
9028
|
+
export const SwapVertOutlined: SvgIconComponent;
|
|
9029
|
+
export const SwapVertRounded: SvgIconComponent;
|
|
9030
|
+
export const SwapVertSharp: SvgIconComponent;
|
|
9031
|
+
export const SwapVertTwoTone: SvgIconComponent;
|
|
9028
9032
|
export const SwapVerticalCircle: SvgIconComponent;
|
|
9029
9033
|
export const SwapVerticalCircleOutlined: SvgIconComponent;
|
|
9030
9034
|
export const SwapVerticalCircleRounded: SvgIconComponent;
|
|
9031
9035
|
export const SwapVerticalCircleSharp: SvgIconComponent;
|
|
9032
9036
|
export const SwapVerticalCircleTwoTone: SvgIconComponent;
|
|
9033
|
-
export const SwapVertOutlined: SvgIconComponent;
|
|
9034
|
-
export const SwapVertRounded: SvgIconComponent;
|
|
9035
|
-
export const SwapVertSharp: SvgIconComponent;
|
|
9036
|
-
export const SwapVertTwoTone: SvgIconComponent;
|
|
9037
9037
|
export const Swipe: SvgIconComponent;
|
|
9038
9038
|
export const SwipeDown: SvgIconComponent;
|
|
9039
9039
|
export const SwipeDownAlt: SvgIconComponent;
|
|
@@ -9175,6 +9175,15 @@ export const SystemUpdateRounded: SvgIconComponent;
|
|
|
9175
9175
|
export const SystemUpdateSharp: SvgIconComponent;
|
|
9176
9176
|
export const SystemUpdateTwoTone: SvgIconComponent;
|
|
9177
9177
|
export const Tab: SvgIconComponent;
|
|
9178
|
+
export const TabOutlined: SvgIconComponent;
|
|
9179
|
+
export const TabRounded: SvgIconComponent;
|
|
9180
|
+
export const TabSharp: SvgIconComponent;
|
|
9181
|
+
export const TabTwoTone: SvgIconComponent;
|
|
9182
|
+
export const TabUnselected: SvgIconComponent;
|
|
9183
|
+
export const TabUnselectedOutlined: SvgIconComponent;
|
|
9184
|
+
export const TabUnselectedRounded: SvgIconComponent;
|
|
9185
|
+
export const TabUnselectedSharp: SvgIconComponent;
|
|
9186
|
+
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
9178
9187
|
export const TableBar: SvgIconComponent;
|
|
9179
9188
|
export const TableBarOutlined: SvgIconComponent;
|
|
9180
9189
|
export const TableBarRounded: SvgIconComponent;
|
|
@@ -9195,6 +9204,11 @@ export const TableRowsOutlined: SvgIconComponent;
|
|
|
9195
9204
|
export const TableRowsRounded: SvgIconComponent;
|
|
9196
9205
|
export const TableRowsSharp: SvgIconComponent;
|
|
9197
9206
|
export const TableRowsTwoTone: SvgIconComponent;
|
|
9207
|
+
export const TableView: SvgIconComponent;
|
|
9208
|
+
export const TableViewOutlined: SvgIconComponent;
|
|
9209
|
+
export const TableViewRounded: SvgIconComponent;
|
|
9210
|
+
export const TableViewSharp: SvgIconComponent;
|
|
9211
|
+
export const TableViewTwoTone: SvgIconComponent;
|
|
9198
9212
|
export const Tablet: SvgIconComponent;
|
|
9199
9213
|
export const TabletAndroid: SvgIconComponent;
|
|
9200
9214
|
export const TabletAndroidOutlined: SvgIconComponent;
|
|
@@ -9210,20 +9224,6 @@ export const TabletOutlined: SvgIconComponent;
|
|
|
9210
9224
|
export const TabletRounded: SvgIconComponent;
|
|
9211
9225
|
export const TabletSharp: SvgIconComponent;
|
|
9212
9226
|
export const TabletTwoTone: SvgIconComponent;
|
|
9213
|
-
export const TableView: SvgIconComponent;
|
|
9214
|
-
export const TableViewOutlined: SvgIconComponent;
|
|
9215
|
-
export const TableViewRounded: SvgIconComponent;
|
|
9216
|
-
export const TableViewSharp: SvgIconComponent;
|
|
9217
|
-
export const TableViewTwoTone: SvgIconComponent;
|
|
9218
|
-
export const TabOutlined: SvgIconComponent;
|
|
9219
|
-
export const TabRounded: SvgIconComponent;
|
|
9220
|
-
export const TabSharp: SvgIconComponent;
|
|
9221
|
-
export const TabTwoTone: SvgIconComponent;
|
|
9222
|
-
export const TabUnselected: SvgIconComponent;
|
|
9223
|
-
export const TabUnselectedOutlined: SvgIconComponent;
|
|
9224
|
-
export const TabUnselectedRounded: SvgIconComponent;
|
|
9225
|
-
export const TabUnselectedSharp: SvgIconComponent;
|
|
9226
|
-
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
9227
9227
|
export const Tag: SvgIconComponent;
|
|
9228
9228
|
export const TagFaces: SvgIconComponent;
|
|
9229
9229
|
export const TagFacesOutlined: SvgIconComponent;
|
|
@@ -9340,16 +9340,16 @@ export const TextRotationNoneOutlined: SvgIconComponent;
|
|
|
9340
9340
|
export const TextRotationNoneRounded: SvgIconComponent;
|
|
9341
9341
|
export const TextRotationNoneSharp: SvgIconComponent;
|
|
9342
9342
|
export const TextRotationNoneTwoTone: SvgIconComponent;
|
|
9343
|
-
export const Textsms: SvgIconComponent;
|
|
9344
|
-
export const TextsmsOutlined: SvgIconComponent;
|
|
9345
|
-
export const TextsmsRounded: SvgIconComponent;
|
|
9346
|
-
export const TextsmsSharp: SvgIconComponent;
|
|
9347
|
-
export const TextsmsTwoTone: SvgIconComponent;
|
|
9348
9343
|
export const TextSnippet: SvgIconComponent;
|
|
9349
9344
|
export const TextSnippetOutlined: SvgIconComponent;
|
|
9350
9345
|
export const TextSnippetRounded: SvgIconComponent;
|
|
9351
9346
|
export const TextSnippetSharp: SvgIconComponent;
|
|
9352
9347
|
export const TextSnippetTwoTone: SvgIconComponent;
|
|
9348
|
+
export const Textsms: SvgIconComponent;
|
|
9349
|
+
export const TextsmsOutlined: SvgIconComponent;
|
|
9350
|
+
export const TextsmsRounded: SvgIconComponent;
|
|
9351
|
+
export const TextsmsSharp: SvgIconComponent;
|
|
9352
|
+
export const TextsmsTwoTone: SvgIconComponent;
|
|
9353
9353
|
export const Texture: SvgIconComponent;
|
|
9354
9354
|
export const TextureOutlined: SvgIconComponent;
|
|
9355
9355
|
export const TextureRounded: SvgIconComponent;
|
|
@@ -9440,11 +9440,6 @@ export const ThumbDownOutlined: SvgIconComponent;
|
|
|
9440
9440
|
export const ThumbDownRounded: SvgIconComponent;
|
|
9441
9441
|
export const ThumbDownSharp: SvgIconComponent;
|
|
9442
9442
|
export const ThumbDownTwoTone: SvgIconComponent;
|
|
9443
|
-
export const ThumbsUpDown: SvgIconComponent;
|
|
9444
|
-
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
9445
|
-
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
9446
|
-
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
9447
|
-
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
9448
9443
|
export const ThumbUp: SvgIconComponent;
|
|
9449
9444
|
export const ThumbUpAlt: SvgIconComponent;
|
|
9450
9445
|
export const ThumbUpAltOutlined: SvgIconComponent;
|
|
@@ -9460,11 +9455,21 @@ export const ThumbUpOutlined: SvgIconComponent;
|
|
|
9460
9455
|
export const ThumbUpRounded: SvgIconComponent;
|
|
9461
9456
|
export const ThumbUpSharp: SvgIconComponent;
|
|
9462
9457
|
export const ThumbUpTwoTone: SvgIconComponent;
|
|
9458
|
+
export const ThumbsUpDown: SvgIconComponent;
|
|
9459
|
+
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
9460
|
+
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
9461
|
+
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
9462
|
+
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
9463
9463
|
export const Thunderstorm: SvgIconComponent;
|
|
9464
9464
|
export const ThunderstormOutlined: SvgIconComponent;
|
|
9465
9465
|
export const ThunderstormRounded: SvgIconComponent;
|
|
9466
9466
|
export const ThunderstormSharp: SvgIconComponent;
|
|
9467
9467
|
export const ThunderstormTwoTone: SvgIconComponent;
|
|
9468
|
+
export const TimeToLeave: SvgIconComponent;
|
|
9469
|
+
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
9470
|
+
export const TimeToLeaveRounded: SvgIconComponent;
|
|
9471
|
+
export const TimeToLeaveSharp: SvgIconComponent;
|
|
9472
|
+
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
9468
9473
|
export const Timelapse: SvgIconComponent;
|
|
9469
9474
|
export const TimelapseOutlined: SvgIconComponent;
|
|
9470
9475
|
export const TimelapseRounded: SvgIconComponent;
|
|
@@ -9510,11 +9515,6 @@ export const TimesOneMobiledataOutlined: SvgIconComponent;
|
|
|
9510
9515
|
export const TimesOneMobiledataRounded: SvgIconComponent;
|
|
9511
9516
|
export const TimesOneMobiledataSharp: SvgIconComponent;
|
|
9512
9517
|
export const TimesOneMobiledataTwoTone: SvgIconComponent;
|
|
9513
|
-
export const TimeToLeave: SvgIconComponent;
|
|
9514
|
-
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
9515
|
-
export const TimeToLeaveRounded: SvgIconComponent;
|
|
9516
|
-
export const TimeToLeaveSharp: SvgIconComponent;
|
|
9517
|
-
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
9518
9518
|
export const TipsAndUpdates: SvgIconComponent;
|
|
9519
9519
|
export const TipsAndUpdatesOutlined: SvgIconComponent;
|
|
9520
9520
|
export const TipsAndUpdatesRounded: SvgIconComponent;
|
|
@@ -9695,16 +9695,6 @@ export const TungstenOutlined: SvgIconComponent;
|
|
|
9695
9695
|
export const TungstenRounded: SvgIconComponent;
|
|
9696
9696
|
export const TungstenSharp: SvgIconComponent;
|
|
9697
9697
|
export const TungstenTwoTone: SvgIconComponent;
|
|
9698
|
-
export const TurnedIn: SvgIconComponent;
|
|
9699
|
-
export const TurnedInNot: SvgIconComponent;
|
|
9700
|
-
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9701
|
-
export const TurnedInNotRounded: SvgIconComponent;
|
|
9702
|
-
export const TurnedInNotSharp: SvgIconComponent;
|
|
9703
|
-
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9704
|
-
export const TurnedInOutlined: SvgIconComponent;
|
|
9705
|
-
export const TurnedInRounded: SvgIconComponent;
|
|
9706
|
-
export const TurnedInSharp: SvgIconComponent;
|
|
9707
|
-
export const TurnedInTwoTone: SvgIconComponent;
|
|
9708
9698
|
export const TurnLeft: SvgIconComponent;
|
|
9709
9699
|
export const TurnLeftOutlined: SvgIconComponent;
|
|
9710
9700
|
export const TurnLeftRounded: SvgIconComponent;
|
|
@@ -9735,6 +9725,16 @@ export const TurnSlightRightOutlined: SvgIconComponent;
|
|
|
9735
9725
|
export const TurnSlightRightRounded: SvgIconComponent;
|
|
9736
9726
|
export const TurnSlightRightSharp: SvgIconComponent;
|
|
9737
9727
|
export const TurnSlightRightTwoTone: SvgIconComponent;
|
|
9728
|
+
export const TurnedIn: SvgIconComponent;
|
|
9729
|
+
export const TurnedInNot: SvgIconComponent;
|
|
9730
|
+
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9731
|
+
export const TurnedInNotRounded: SvgIconComponent;
|
|
9732
|
+
export const TurnedInNotSharp: SvgIconComponent;
|
|
9733
|
+
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9734
|
+
export const TurnedInOutlined: SvgIconComponent;
|
|
9735
|
+
export const TurnedInRounded: SvgIconComponent;
|
|
9736
|
+
export const TurnedInSharp: SvgIconComponent;
|
|
9737
|
+
export const TurnedInTwoTone: SvgIconComponent;
|
|
9738
9738
|
export const Tv: SvgIconComponent;
|
|
9739
9739
|
export const TvOff: SvgIconComponent;
|
|
9740
9740
|
export const TvOffOutlined: SvgIconComponent;
|
|
@@ -9801,6 +9801,16 @@ export const TypeSpecimenOutlined: SvgIconComponent;
|
|
|
9801
9801
|
export const TypeSpecimenRounded: SvgIconComponent;
|
|
9802
9802
|
export const TypeSpecimenSharp: SvgIconComponent;
|
|
9803
9803
|
export const TypeSpecimenTwoTone: SvgIconComponent;
|
|
9804
|
+
export const UTurnLeft: SvgIconComponent;
|
|
9805
|
+
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9806
|
+
export const UTurnLeftRounded: SvgIconComponent;
|
|
9807
|
+
export const UTurnLeftSharp: SvgIconComponent;
|
|
9808
|
+
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9809
|
+
export const UTurnRight: SvgIconComponent;
|
|
9810
|
+
export const UTurnRightOutlined: SvgIconComponent;
|
|
9811
|
+
export const UTurnRightRounded: SvgIconComponent;
|
|
9812
|
+
export const UTurnRightSharp: SvgIconComponent;
|
|
9813
|
+
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9804
9814
|
export const Umbrella: SvgIconComponent;
|
|
9805
9815
|
export const UmbrellaOutlined: SvgIconComponent;
|
|
9806
9816
|
export const UmbrellaRounded: SvgIconComponent;
|
|
@@ -9886,16 +9896,6 @@ export const UsbOutlined: SvgIconComponent;
|
|
|
9886
9896
|
export const UsbRounded: SvgIconComponent;
|
|
9887
9897
|
export const UsbSharp: SvgIconComponent;
|
|
9888
9898
|
export const UsbTwoTone: SvgIconComponent;
|
|
9889
|
-
export const UTurnLeft: SvgIconComponent;
|
|
9890
|
-
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9891
|
-
export const UTurnLeftRounded: SvgIconComponent;
|
|
9892
|
-
export const UTurnLeftSharp: SvgIconComponent;
|
|
9893
|
-
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9894
|
-
export const UTurnRight: SvgIconComponent;
|
|
9895
|
-
export const UTurnRightOutlined: SvgIconComponent;
|
|
9896
|
-
export const UTurnRightRounded: SvgIconComponent;
|
|
9897
|
-
export const UTurnRightSharp: SvgIconComponent;
|
|
9898
|
-
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9899
9899
|
export const Vaccines: SvgIconComponent;
|
|
9900
9900
|
export const VaccinesOutlined: SvgIconComponent;
|
|
9901
9901
|
export const VaccinesRounded: SvgIconComponent;
|
|
@@ -9961,7 +9961,6 @@ export const VideoCallOutlined: SvgIconComponent;
|
|
|
9961
9961
|
export const VideoCallRounded: SvgIconComponent;
|
|
9962
9962
|
export const VideoCallSharp: SvgIconComponent;
|
|
9963
9963
|
export const VideoCallTwoTone: SvgIconComponent;
|
|
9964
|
-
export const Videocam: SvgIconComponent;
|
|
9965
9964
|
export const VideoCameraBack: SvgIconComponent;
|
|
9966
9965
|
export const VideoCameraBackOutlined: SvgIconComponent;
|
|
9967
9966
|
export const VideoCameraBackRounded: SvgIconComponent;
|
|
@@ -9972,15 +9971,6 @@ export const VideoCameraFrontOutlined: SvgIconComponent;
|
|
|
9972
9971
|
export const VideoCameraFrontRounded: SvgIconComponent;
|
|
9973
9972
|
export const VideoCameraFrontSharp: SvgIconComponent;
|
|
9974
9973
|
export const VideoCameraFrontTwoTone: SvgIconComponent;
|
|
9975
|
-
export const VideocamOff: SvgIconComponent;
|
|
9976
|
-
export const VideocamOffOutlined: SvgIconComponent;
|
|
9977
|
-
export const VideocamOffRounded: SvgIconComponent;
|
|
9978
|
-
export const VideocamOffSharp: SvgIconComponent;
|
|
9979
|
-
export const VideocamOffTwoTone: SvgIconComponent;
|
|
9980
|
-
export const VideocamOutlined: SvgIconComponent;
|
|
9981
|
-
export const VideocamRounded: SvgIconComponent;
|
|
9982
|
-
export const VideocamSharp: SvgIconComponent;
|
|
9983
|
-
export const VideocamTwoTone: SvgIconComponent;
|
|
9984
9974
|
export const VideoChat: SvgIconComponent;
|
|
9985
9975
|
export const VideoChatOutlined: SvgIconComponent;
|
|
9986
9976
|
export const VideoChatRounded: SvgIconComponent;
|
|
@@ -9991,16 +9981,6 @@ export const VideoFileOutlined: SvgIconComponent;
|
|
|
9991
9981
|
export const VideoFileRounded: SvgIconComponent;
|
|
9992
9982
|
export const VideoFileSharp: SvgIconComponent;
|
|
9993
9983
|
export const VideoFileTwoTone: SvgIconComponent;
|
|
9994
|
-
export const VideogameAsset: SvgIconComponent;
|
|
9995
|
-
export const VideogameAssetOff: SvgIconComponent;
|
|
9996
|
-
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
9997
|
-
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
9998
|
-
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
9999
|
-
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
10000
|
-
export const VideogameAssetOutlined: SvgIconComponent;
|
|
10001
|
-
export const VideogameAssetRounded: SvgIconComponent;
|
|
10002
|
-
export const VideogameAssetSharp: SvgIconComponent;
|
|
10003
|
-
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
10004
9984
|
export const VideoLabel: SvgIconComponent;
|
|
10005
9985
|
export const VideoLabelOutlined: SvgIconComponent;
|
|
10006
9986
|
export const VideoLabelRounded: SvgIconComponent;
|
|
@@ -10021,6 +10001,26 @@ export const VideoStableOutlined: SvgIconComponent;
|
|
|
10021
10001
|
export const VideoStableRounded: SvgIconComponent;
|
|
10022
10002
|
export const VideoStableSharp: SvgIconComponent;
|
|
10023
10003
|
export const VideoStableTwoTone: SvgIconComponent;
|
|
10004
|
+
export const Videocam: SvgIconComponent;
|
|
10005
|
+
export const VideocamOff: SvgIconComponent;
|
|
10006
|
+
export const VideocamOffOutlined: SvgIconComponent;
|
|
10007
|
+
export const VideocamOffRounded: SvgIconComponent;
|
|
10008
|
+
export const VideocamOffSharp: SvgIconComponent;
|
|
10009
|
+
export const VideocamOffTwoTone: SvgIconComponent;
|
|
10010
|
+
export const VideocamOutlined: SvgIconComponent;
|
|
10011
|
+
export const VideocamRounded: SvgIconComponent;
|
|
10012
|
+
export const VideocamSharp: SvgIconComponent;
|
|
10013
|
+
export const VideocamTwoTone: SvgIconComponent;
|
|
10014
|
+
export const VideogameAsset: SvgIconComponent;
|
|
10015
|
+
export const VideogameAssetOff: SvgIconComponent;
|
|
10016
|
+
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
10017
|
+
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
10018
|
+
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
10019
|
+
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
10020
|
+
export const VideogameAssetOutlined: SvgIconComponent;
|
|
10021
|
+
export const VideogameAssetRounded: SvgIconComponent;
|
|
10022
|
+
export const VideogameAssetSharp: SvgIconComponent;
|
|
10023
|
+
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
10024
10024
|
export const ViewAgenda: SvgIconComponent;
|
|
10025
10025
|
export const ViewAgendaOutlined: SvgIconComponent;
|
|
10026
10026
|
export const ViewAgendaRounded: SvgIconComponent;
|
|
@@ -10146,16 +10146,16 @@ export const VoiceChatOutlined: SvgIconComponent;
|
|
|
10146
10146
|
export const VoiceChatRounded: SvgIconComponent;
|
|
10147
10147
|
export const VoiceChatSharp: SvgIconComponent;
|
|
10148
10148
|
export const VoiceChatTwoTone: SvgIconComponent;
|
|
10149
|
-
export const Voicemail: SvgIconComponent;
|
|
10150
|
-
export const VoicemailOutlined: SvgIconComponent;
|
|
10151
|
-
export const VoicemailRounded: SvgIconComponent;
|
|
10152
|
-
export const VoicemailSharp: SvgIconComponent;
|
|
10153
|
-
export const VoicemailTwoTone: SvgIconComponent;
|
|
10154
10149
|
export const VoiceOverOff: SvgIconComponent;
|
|
10155
10150
|
export const VoiceOverOffOutlined: SvgIconComponent;
|
|
10156
10151
|
export const VoiceOverOffRounded: SvgIconComponent;
|
|
10157
10152
|
export const VoiceOverOffSharp: SvgIconComponent;
|
|
10158
10153
|
export const VoiceOverOffTwoTone: SvgIconComponent;
|
|
10154
|
+
export const Voicemail: SvgIconComponent;
|
|
10155
|
+
export const VoicemailOutlined: SvgIconComponent;
|
|
10156
|
+
export const VoicemailRounded: SvgIconComponent;
|
|
10157
|
+
export const VoicemailSharp: SvgIconComponent;
|
|
10158
|
+
export const VoicemailTwoTone: SvgIconComponent;
|
|
10159
10159
|
export const Volcano: SvgIconComponent;
|
|
10160
10160
|
export const VolcanoOutlined: SvgIconComponent;
|
|
10161
10161
|
export const VolcanoRounded: SvgIconComponent;
|
|
@@ -10257,15 +10257,15 @@ export const WaterDamageOutlined: SvgIconComponent;
|
|
|
10257
10257
|
export const WaterDamageRounded: SvgIconComponent;
|
|
10258
10258
|
export const WaterDamageSharp: SvgIconComponent;
|
|
10259
10259
|
export const WaterDamageTwoTone: SvgIconComponent;
|
|
10260
|
+
export const WaterOutlined: SvgIconComponent;
|
|
10261
|
+
export const WaterRounded: SvgIconComponent;
|
|
10262
|
+
export const WaterSharp: SvgIconComponent;
|
|
10263
|
+
export const WaterTwoTone: SvgIconComponent;
|
|
10260
10264
|
export const WaterfallChart: SvgIconComponent;
|
|
10261
10265
|
export const WaterfallChartOutlined: SvgIconComponent;
|
|
10262
10266
|
export const WaterfallChartRounded: SvgIconComponent;
|
|
10263
10267
|
export const WaterfallChartSharp: SvgIconComponent;
|
|
10264
10268
|
export const WaterfallChartTwoTone: SvgIconComponent;
|
|
10265
|
-
export const WaterOutlined: SvgIconComponent;
|
|
10266
|
-
export const WaterRounded: SvgIconComponent;
|
|
10267
|
-
export const WaterSharp: SvgIconComponent;
|
|
10268
|
-
export const WaterTwoTone: SvgIconComponent;
|
|
10269
10269
|
export const Waves: SvgIconComponent;
|
|
10270
10270
|
export const WavesOutlined: SvgIconComponent;
|
|
10271
10271
|
export const WavesRounded: SvgIconComponent;
|
|
@@ -10322,11 +10322,6 @@ export const WebAssetOutlined: SvgIconComponent;
|
|
|
10322
10322
|
export const WebAssetRounded: SvgIconComponent;
|
|
10323
10323
|
export const WebAssetSharp: SvgIconComponent;
|
|
10324
10324
|
export const WebAssetTwoTone: SvgIconComponent;
|
|
10325
|
-
export const Webhook: SvgIconComponent;
|
|
10326
|
-
export const WebhookOutlined: SvgIconComponent;
|
|
10327
|
-
export const WebhookRounded: SvgIconComponent;
|
|
10328
|
-
export const WebhookSharp: SvgIconComponent;
|
|
10329
|
-
export const WebhookTwoTone: SvgIconComponent;
|
|
10330
10325
|
export const WebOutlined: SvgIconComponent;
|
|
10331
10326
|
export const WebRounded: SvgIconComponent;
|
|
10332
10327
|
export const WebSharp: SvgIconComponent;
|
|
@@ -10336,6 +10331,11 @@ export const WebStoriesRounded: SvgIconComponent;
|
|
|
10336
10331
|
export const WebStoriesSharp: SvgIconComponent;
|
|
10337
10332
|
export const WebStoriesTwoTone: SvgIconComponent;
|
|
10338
10333
|
export const WebTwoTone: SvgIconComponent;
|
|
10334
|
+
export const Webhook: SvgIconComponent;
|
|
10335
|
+
export const WebhookOutlined: SvgIconComponent;
|
|
10336
|
+
export const WebhookRounded: SvgIconComponent;
|
|
10337
|
+
export const WebhookSharp: SvgIconComponent;
|
|
10338
|
+
export const WebhookTwoTone: SvgIconComponent;
|
|
10339
10339
|
export const Weekend: SvgIconComponent;
|
|
10340
10340
|
export const WeekendOutlined: SvgIconComponent;
|
|
10341
10341
|
export const WeekendRounded: SvgIconComponent;
|
|
@@ -10456,16 +10456,16 @@ export const WifiTetheringRounded: SvgIconComponent;
|
|
|
10456
10456
|
export const WifiTetheringSharp: SvgIconComponent;
|
|
10457
10457
|
export const WifiTetheringTwoTone: SvgIconComponent;
|
|
10458
10458
|
export const WifiTwoTone: SvgIconComponent;
|
|
10459
|
-
export const Window: SvgIconComponent;
|
|
10460
|
-
export const WindowOutlined: SvgIconComponent;
|
|
10461
|
-
export const WindowRounded: SvgIconComponent;
|
|
10462
|
-
export const WindowSharp: SvgIconComponent;
|
|
10463
|
-
export const WindowTwoTone: SvgIconComponent;
|
|
10464
10459
|
export const WindPower: SvgIconComponent;
|
|
10465
10460
|
export const WindPowerOutlined: SvgIconComponent;
|
|
10466
10461
|
export const WindPowerRounded: SvgIconComponent;
|
|
10467
10462
|
export const WindPowerSharp: SvgIconComponent;
|
|
10468
10463
|
export const WindPowerTwoTone: SvgIconComponent;
|
|
10464
|
+
export const Window: SvgIconComponent;
|
|
10465
|
+
export const WindowOutlined: SvgIconComponent;
|
|
10466
|
+
export const WindowRounded: SvgIconComponent;
|
|
10467
|
+
export const WindowSharp: SvgIconComponent;
|
|
10468
|
+
export const WindowTwoTone: SvgIconComponent;
|
|
10469
10469
|
export const WineBar: SvgIconComponent;
|
|
10470
10470
|
export const WineBarOutlined: SvgIconComponent;
|
|
10471
10471
|
export const WineBarRounded: SvgIconComponent;
|
|
@@ -10493,13 +10493,14 @@ export const WorkOffRounded: SvgIconComponent;
|
|
|
10493
10493
|
export const WorkOffSharp: SvgIconComponent;
|
|
10494
10494
|
export const WorkOffTwoTone: SvgIconComponent;
|
|
10495
10495
|
export const WorkOutline: SvgIconComponent;
|
|
10496
|
-
export const WorkOutlined: SvgIconComponent;
|
|
10497
10496
|
export const WorkOutlineOutlined: SvgIconComponent;
|
|
10498
10497
|
export const WorkOutlineRounded: SvgIconComponent;
|
|
10499
10498
|
export const WorkOutlineSharp: SvgIconComponent;
|
|
10500
10499
|
export const WorkOutlineTwoTone: SvgIconComponent;
|
|
10500
|
+
export const WorkOutlined: SvgIconComponent;
|
|
10501
10501
|
export const WorkRounded: SvgIconComponent;
|
|
10502
10502
|
export const WorkSharp: SvgIconComponent;
|
|
10503
|
+
export const WorkTwoTone: SvgIconComponent;
|
|
10503
10504
|
export const WorkspacePremium: SvgIconComponent;
|
|
10504
10505
|
export const WorkspacePremiumOutlined: SvgIconComponent;
|
|
10505
10506
|
export const WorkspacePremiumRounded: SvgIconComponent;
|
|
@@ -10510,7 +10511,6 @@ export const WorkspacesOutlined: SvgIconComponent;
|
|
|
10510
10511
|
export const WorkspacesRounded: SvgIconComponent;
|
|
10511
10512
|
export const WorkspacesSharp: SvgIconComponent;
|
|
10512
10513
|
export const WorkspacesTwoTone: SvgIconComponent;
|
|
10513
|
-
export const WorkTwoTone: SvgIconComponent;
|
|
10514
10514
|
export const WrapText: SvgIconComponent;
|
|
10515
10515
|
export const WrapTextOutlined: SvgIconComponent;
|
|
10516
10516
|
export const WrapTextRounded: SvgIconComponent;
|