@mui/icons-material 5.14.11 → 5.14.13
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 +147 -0
- package/index.d.ts +716 -716
- 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;
|
|
@@ -238,18 +243,16 @@ export const AdsClickOutlined: SvgIconComponent;
|
|
|
238
243
|
export const AdsClickRounded: SvgIconComponent;
|
|
239
244
|
export const AdsClickSharp: SvgIconComponent;
|
|
240
245
|
export const AdsClickTwoTone: SvgIconComponent;
|
|
241
|
-
export const AdUnits: SvgIconComponent;
|
|
242
|
-
export const AdUnitsOutlined: SvgIconComponent;
|
|
243
|
-
export const AdUnitsRounded: SvgIconComponent;
|
|
244
|
-
export const AdUnitsSharp: SvgIconComponent;
|
|
245
|
-
export const AdUnitsTwoTone: SvgIconComponent;
|
|
246
246
|
export const Agriculture: SvgIconComponent;
|
|
247
247
|
export const AgricultureOutlined: SvgIconComponent;
|
|
248
248
|
export const AgricultureRounded: SvgIconComponent;
|
|
249
249
|
export const AgricultureSharp: SvgIconComponent;
|
|
250
250
|
export const AgricultureTwoTone: SvgIconComponent;
|
|
251
251
|
export const Air: SvgIconComponent;
|
|
252
|
-
export const
|
|
252
|
+
export const AirOutlined: SvgIconComponent;
|
|
253
|
+
export const AirRounded: SvgIconComponent;
|
|
254
|
+
export const AirSharp: SvgIconComponent;
|
|
255
|
+
export const AirTwoTone: SvgIconComponent;
|
|
253
256
|
export const AirlineSeatFlat: SvgIconComponent;
|
|
254
257
|
export const AirlineSeatFlatAngled: SvgIconComponent;
|
|
255
258
|
export const AirlineSeatFlatAngledOutlined: SvgIconComponent;
|
|
@@ -290,16 +293,21 @@ export const AirlineSeatReclineNormalOutlined: SvgIconComponent;
|
|
|
290
293
|
export const AirlineSeatReclineNormalRounded: SvgIconComponent;
|
|
291
294
|
export const AirlineSeatReclineNormalSharp: SvgIconComponent;
|
|
292
295
|
export const AirlineSeatReclineNormalTwoTone: SvgIconComponent;
|
|
293
|
-
export const AirlinesOutlined: SvgIconComponent;
|
|
294
|
-
export const AirlinesRounded: SvgIconComponent;
|
|
295
|
-
export const AirlinesSharp: SvgIconComponent;
|
|
296
296
|
export const AirlineStops: SvgIconComponent;
|
|
297
297
|
export const AirlineStopsOutlined: SvgIconComponent;
|
|
298
298
|
export const AirlineStopsRounded: SvgIconComponent;
|
|
299
299
|
export const AirlineStopsSharp: SvgIconComponent;
|
|
300
300
|
export const AirlineStopsTwoTone: SvgIconComponent;
|
|
301
|
+
export const Airlines: SvgIconComponent;
|
|
302
|
+
export const AirlinesOutlined: SvgIconComponent;
|
|
303
|
+
export const AirlinesRounded: SvgIconComponent;
|
|
304
|
+
export const AirlinesSharp: SvgIconComponent;
|
|
301
305
|
export const AirlinesTwoTone: SvgIconComponent;
|
|
302
|
-
export const
|
|
306
|
+
export const AirplaneTicket: SvgIconComponent;
|
|
307
|
+
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
308
|
+
export const AirplaneTicketRounded: SvgIconComponent;
|
|
309
|
+
export const AirplaneTicketSharp: SvgIconComponent;
|
|
310
|
+
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
303
311
|
export const AirplanemodeActive: SvgIconComponent;
|
|
304
312
|
export const AirplanemodeActiveOutlined: SvgIconComponent;
|
|
305
313
|
export const AirplanemodeActiveRounded: SvgIconComponent;
|
|
@@ -310,11 +318,6 @@ export const AirplanemodeInactiveOutlined: SvgIconComponent;
|
|
|
310
318
|
export const AirplanemodeInactiveRounded: SvgIconComponent;
|
|
311
319
|
export const AirplanemodeInactiveSharp: SvgIconComponent;
|
|
312
320
|
export const AirplanemodeInactiveTwoTone: SvgIconComponent;
|
|
313
|
-
export const AirplaneTicket: SvgIconComponent;
|
|
314
|
-
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
315
|
-
export const AirplaneTicketRounded: SvgIconComponent;
|
|
316
|
-
export const AirplaneTicketSharp: SvgIconComponent;
|
|
317
|
-
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
318
321
|
export const Airplay: SvgIconComponent;
|
|
319
322
|
export const AirplayOutlined: SvgIconComponent;
|
|
320
323
|
export const AirplayRounded: SvgIconComponent;
|
|
@@ -325,9 +328,6 @@ export const AirportShuttleOutlined: SvgIconComponent;
|
|
|
325
328
|
export const AirportShuttleRounded: SvgIconComponent;
|
|
326
329
|
export const AirportShuttleSharp: SvgIconComponent;
|
|
327
330
|
export const AirportShuttleTwoTone: SvgIconComponent;
|
|
328
|
-
export const AirRounded: SvgIconComponent;
|
|
329
|
-
export const AirSharp: SvgIconComponent;
|
|
330
|
-
export const AirTwoTone: SvgIconComponent;
|
|
331
331
|
export const Alarm: SvgIconComponent;
|
|
332
332
|
export const AlarmAdd: SvgIconComponent;
|
|
333
333
|
export const AlarmAddOutlined: SvgIconComponent;
|
|
@@ -398,16 +398,16 @@ export const AllOutOutlined: SvgIconComponent;
|
|
|
398
398
|
export const AllOutRounded: SvgIconComponent;
|
|
399
399
|
export const AllOutSharp: SvgIconComponent;
|
|
400
400
|
export const AllOutTwoTone: 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
401
|
export const AltRoute: SvgIconComponent;
|
|
407
402
|
export const AltRouteOutlined: SvgIconComponent;
|
|
408
403
|
export const AltRouteRounded: SvgIconComponent;
|
|
409
404
|
export const AltRouteSharp: SvgIconComponent;
|
|
410
405
|
export const AltRouteTwoTone: SvgIconComponent;
|
|
406
|
+
export const AlternateEmail: SvgIconComponent;
|
|
407
|
+
export const AlternateEmailOutlined: SvgIconComponent;
|
|
408
|
+
export const AlternateEmailRounded: SvgIconComponent;
|
|
409
|
+
export const AlternateEmailSharp: SvgIconComponent;
|
|
410
|
+
export const AlternateEmailTwoTone: SvgIconComponent;
|
|
411
411
|
export const Analytics: SvgIconComponent;
|
|
412
412
|
export const AnalyticsOutlined: SvgIconComponent;
|
|
413
413
|
export const AnalyticsRounded: SvgIconComponent;
|
|
@@ -453,18 +453,11 @@ export const AppBlockingOutlined: SvgIconComponent;
|
|
|
453
453
|
export const AppBlockingRounded: SvgIconComponent;
|
|
454
454
|
export const AppBlockingSharp: SvgIconComponent;
|
|
455
455
|
export const AppBlockingTwoTone: SvgIconComponent;
|
|
456
|
-
export const Apple: SvgIconComponent;
|
|
457
456
|
export const AppRegistration: SvgIconComponent;
|
|
458
457
|
export const AppRegistrationOutlined: SvgIconComponent;
|
|
459
458
|
export const AppRegistrationRounded: SvgIconComponent;
|
|
460
459
|
export const AppRegistrationSharp: SvgIconComponent;
|
|
461
460
|
export const AppRegistrationTwoTone: SvgIconComponent;
|
|
462
|
-
export const Approval: SvgIconComponent;
|
|
463
|
-
export const ApprovalOutlined: SvgIconComponent;
|
|
464
|
-
export const ApprovalRounded: SvgIconComponent;
|
|
465
|
-
export const ApprovalSharp: SvgIconComponent;
|
|
466
|
-
export const ApprovalTwoTone: SvgIconComponent;
|
|
467
|
-
export const Apps: SvgIconComponent;
|
|
468
461
|
export const AppSettingsAlt: SvgIconComponent;
|
|
469
462
|
export const AppSettingsAltOutlined: SvgIconComponent;
|
|
470
463
|
export const AppSettingsAltRounded: SvgIconComponent;
|
|
@@ -475,6 +468,13 @@ export const AppShortcutOutlined: SvgIconComponent;
|
|
|
475
468
|
export const AppShortcutRounded: SvgIconComponent;
|
|
476
469
|
export const AppShortcutSharp: SvgIconComponent;
|
|
477
470
|
export const AppShortcutTwoTone: SvgIconComponent;
|
|
471
|
+
export const Apple: SvgIconComponent;
|
|
472
|
+
export const Approval: SvgIconComponent;
|
|
473
|
+
export const ApprovalOutlined: SvgIconComponent;
|
|
474
|
+
export const ApprovalRounded: SvgIconComponent;
|
|
475
|
+
export const ApprovalSharp: SvgIconComponent;
|
|
476
|
+
export const ApprovalTwoTone: SvgIconComponent;
|
|
477
|
+
export const Apps: SvgIconComponent;
|
|
478
478
|
export const AppsOutage: SvgIconComponent;
|
|
479
479
|
export const AppsOutageOutlined: SvgIconComponent;
|
|
480
480
|
export const AppsOutageRounded: SvgIconComponent;
|
|
@@ -584,16 +584,16 @@ export const ArrowUpwardOutlined: SvgIconComponent;
|
|
|
584
584
|
export const ArrowUpwardRounded: SvgIconComponent;
|
|
585
585
|
export const ArrowUpwardSharp: SvgIconComponent;
|
|
586
586
|
export const ArrowUpwardTwoTone: 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
587
|
export const ArtTrack: SvgIconComponent;
|
|
593
588
|
export const ArtTrackOutlined: SvgIconComponent;
|
|
594
589
|
export const ArtTrackRounded: SvgIconComponent;
|
|
595
590
|
export const ArtTrackSharp: SvgIconComponent;
|
|
596
591
|
export const ArtTrackTwoTone: SvgIconComponent;
|
|
592
|
+
export const Article: SvgIconComponent;
|
|
593
|
+
export const ArticleOutlined: SvgIconComponent;
|
|
594
|
+
export const ArticleRounded: SvgIconComponent;
|
|
595
|
+
export const ArticleSharp: SvgIconComponent;
|
|
596
|
+
export const ArticleTwoTone: SvgIconComponent;
|
|
597
597
|
export const AspectRatio: SvgIconComponent;
|
|
598
598
|
export const AspectRatioOutlined: SvgIconComponent;
|
|
599
599
|
export const AspectRatioRounded: SvgIconComponent;
|
|
@@ -617,15 +617,15 @@ export const AssignmentLateSharp: SvgIconComponent;
|
|
|
617
617
|
export const AssignmentLateTwoTone: SvgIconComponent;
|
|
618
618
|
export const AssignmentOutlined: SvgIconComponent;
|
|
619
619
|
export const AssignmentReturn: SvgIconComponent;
|
|
620
|
+
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
621
|
+
export const AssignmentReturnRounded: SvgIconComponent;
|
|
622
|
+
export const AssignmentReturnSharp: SvgIconComponent;
|
|
623
|
+
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
620
624
|
export const AssignmentReturned: SvgIconComponent;
|
|
621
625
|
export const AssignmentReturnedOutlined: SvgIconComponent;
|
|
622
626
|
export const AssignmentReturnedRounded: SvgIconComponent;
|
|
623
627
|
export const AssignmentReturnedSharp: SvgIconComponent;
|
|
624
628
|
export const AssignmentReturnedTwoTone: SvgIconComponent;
|
|
625
|
-
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
626
|
-
export const AssignmentReturnRounded: SvgIconComponent;
|
|
627
|
-
export const AssignmentReturnSharp: SvgIconComponent;
|
|
628
|
-
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
629
629
|
export const AssignmentRounded: SvgIconComponent;
|
|
630
630
|
export const AssignmentSharp: SvgIconComponent;
|
|
631
631
|
export const AssignmentTurnedIn: SvgIconComponent;
|
|
@@ -634,6 +634,11 @@ export const AssignmentTurnedInRounded: SvgIconComponent;
|
|
|
634
634
|
export const AssignmentTurnedInSharp: SvgIconComponent;
|
|
635
635
|
export const AssignmentTurnedInTwoTone: SvgIconComponent;
|
|
636
636
|
export const AssignmentTwoTone: SvgIconComponent;
|
|
637
|
+
export const AssistWalker: SvgIconComponent;
|
|
638
|
+
export const AssistWalkerOutlined: SvgIconComponent;
|
|
639
|
+
export const AssistWalkerRounded: SvgIconComponent;
|
|
640
|
+
export const AssistWalkerSharp: SvgIconComponent;
|
|
641
|
+
export const AssistWalkerTwoTone: SvgIconComponent;
|
|
637
642
|
export const Assistant: SvgIconComponent;
|
|
638
643
|
export const AssistantDirection: SvgIconComponent;
|
|
639
644
|
export const AssistantDirectionOutlined: SvgIconComponent;
|
|
@@ -649,11 +654,6 @@ export const AssistantPhotoTwoTone: SvgIconComponent;
|
|
|
649
654
|
export const AssistantRounded: SvgIconComponent;
|
|
650
655
|
export const AssistantSharp: SvgIconComponent;
|
|
651
656
|
export const AssistantTwoTone: SvgIconComponent;
|
|
652
|
-
export const AssistWalker: SvgIconComponent;
|
|
653
|
-
export const AssistWalkerOutlined: SvgIconComponent;
|
|
654
|
-
export const AssistWalkerRounded: SvgIconComponent;
|
|
655
|
-
export const AssistWalkerSharp: SvgIconComponent;
|
|
656
|
-
export const AssistWalkerTwoTone: SvgIconComponent;
|
|
657
657
|
export const AssuredWorkload: SvgIconComponent;
|
|
658
658
|
export const AssuredWorkloadOutlined: SvgIconComponent;
|
|
659
659
|
export const AssuredWorkloadRounded: SvgIconComponent;
|
|
@@ -674,16 +674,16 @@ export const AttachFileOutlined: SvgIconComponent;
|
|
|
674
674
|
export const AttachFileRounded: SvgIconComponent;
|
|
675
675
|
export const AttachFileSharp: SvgIconComponent;
|
|
676
676
|
export const AttachFileTwoTone: 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
677
|
export const AttachMoney: SvgIconComponent;
|
|
683
678
|
export const AttachMoneyOutlined: SvgIconComponent;
|
|
684
679
|
export const AttachMoneyRounded: SvgIconComponent;
|
|
685
680
|
export const AttachMoneySharp: SvgIconComponent;
|
|
686
681
|
export const AttachMoneyTwoTone: SvgIconComponent;
|
|
682
|
+
export const Attachment: SvgIconComponent;
|
|
683
|
+
export const AttachmentOutlined: SvgIconComponent;
|
|
684
|
+
export const AttachmentRounded: SvgIconComponent;
|
|
685
|
+
export const AttachmentSharp: SvgIconComponent;
|
|
686
|
+
export const AttachmentTwoTone: SvgIconComponent;
|
|
687
687
|
export const Attractions: SvgIconComponent;
|
|
688
688
|
export const AttractionsOutlined: SvgIconComponent;
|
|
689
689
|
export const AttractionsRounded: SvgIconComponent;
|
|
@@ -739,11 +739,6 @@ export const AutoFixOffOutlined: SvgIconComponent;
|
|
|
739
739
|
export const AutoFixOffRounded: SvgIconComponent;
|
|
740
740
|
export const AutoFixOffSharp: SvgIconComponent;
|
|
741
741
|
export const AutoFixOffTwoTone: SvgIconComponent;
|
|
742
|
-
export const AutofpsSelect: SvgIconComponent;
|
|
743
|
-
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
744
|
-
export const AutofpsSelectRounded: SvgIconComponent;
|
|
745
|
-
export const AutofpsSelectSharp: SvgIconComponent;
|
|
746
|
-
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
747
742
|
export const AutoGraph: SvgIconComponent;
|
|
748
743
|
export const AutoGraphOutlined: SvgIconComponent;
|
|
749
744
|
export const AutoGraphRounded: SvgIconComponent;
|
|
@@ -754,16 +749,21 @@ export const AutoModeOutlined: SvgIconComponent;
|
|
|
754
749
|
export const AutoModeRounded: SvgIconComponent;
|
|
755
750
|
export const AutoModeSharp: SvgIconComponent;
|
|
756
751
|
export const AutoModeTwoTone: 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
752
|
export const AutoStories: SvgIconComponent;
|
|
763
753
|
export const AutoStoriesOutlined: SvgIconComponent;
|
|
764
754
|
export const AutoStoriesRounded: SvgIconComponent;
|
|
765
755
|
export const AutoStoriesSharp: SvgIconComponent;
|
|
766
756
|
export const AutoStoriesTwoTone: SvgIconComponent;
|
|
757
|
+
export const AutofpsSelect: SvgIconComponent;
|
|
758
|
+
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
759
|
+
export const AutofpsSelectRounded: SvgIconComponent;
|
|
760
|
+
export const AutofpsSelectSharp: SvgIconComponent;
|
|
761
|
+
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
762
|
+
export const Autorenew: SvgIconComponent;
|
|
763
|
+
export const AutorenewOutlined: SvgIconComponent;
|
|
764
|
+
export const AutorenewRounded: SvgIconComponent;
|
|
765
|
+
export const AutorenewSharp: SvgIconComponent;
|
|
766
|
+
export const AutorenewTwoTone: SvgIconComponent;
|
|
767
767
|
export const AvTimer: SvgIconComponent;
|
|
768
768
|
export const AvTimerOutlined: SvgIconComponent;
|
|
769
769
|
export const AvTimerRounded: SvgIconComponent;
|
|
@@ -976,6 +976,9 @@ export const BeachAccessSharp: SvgIconComponent;
|
|
|
976
976
|
export const BeachAccessTwoTone: SvgIconComponent;
|
|
977
977
|
export const Bed: SvgIconComponent;
|
|
978
978
|
export const BedOutlined: SvgIconComponent;
|
|
979
|
+
export const BedRounded: SvgIconComponent;
|
|
980
|
+
export const BedSharp: SvgIconComponent;
|
|
981
|
+
export const BedTwoTone: SvgIconComponent;
|
|
979
982
|
export const BedroomBaby: SvgIconComponent;
|
|
980
983
|
export const BedroomBabyOutlined: SvgIconComponent;
|
|
981
984
|
export const BedroomBabyRounded: SvgIconComponent;
|
|
@@ -991,8 +994,6 @@ export const BedroomParentOutlined: SvgIconComponent;
|
|
|
991
994
|
export const BedroomParentRounded: SvgIconComponent;
|
|
992
995
|
export const BedroomParentSharp: SvgIconComponent;
|
|
993
996
|
export const BedroomParentTwoTone: SvgIconComponent;
|
|
994
|
-
export const BedRounded: SvgIconComponent;
|
|
995
|
-
export const BedSharp: SvgIconComponent;
|
|
996
997
|
export const Bedtime: SvgIconComponent;
|
|
997
998
|
export const BedtimeOff: SvgIconComponent;
|
|
998
999
|
export const BedtimeOffOutlined: SvgIconComponent;
|
|
@@ -1003,7 +1004,6 @@ export const BedtimeOutlined: SvgIconComponent;
|
|
|
1003
1004
|
export const BedtimeRounded: SvgIconComponent;
|
|
1004
1005
|
export const BedtimeSharp: SvgIconComponent;
|
|
1005
1006
|
export const BedtimeTwoTone: SvgIconComponent;
|
|
1006
|
-
export const BedTwoTone: SvgIconComponent;
|
|
1007
1007
|
export const Beenhere: SvgIconComponent;
|
|
1008
1008
|
export const BeenhereOutlined: SvgIconComponent;
|
|
1009
1009
|
export const BeenhereRounded: SvgIconComponent;
|
|
@@ -1032,18 +1032,18 @@ export const BlenderTwoTone: SvgIconComponent;
|
|
|
1032
1032
|
export const Blind: SvgIconComponent;
|
|
1033
1033
|
export const BlindOutlined: SvgIconComponent;
|
|
1034
1034
|
export const BlindRounded: SvgIconComponent;
|
|
1035
|
+
export const BlindSharp: SvgIconComponent;
|
|
1036
|
+
export const BlindTwoTone: SvgIconComponent;
|
|
1035
1037
|
export const Blinds: SvgIconComponent;
|
|
1036
1038
|
export const BlindsClosed: SvgIconComponent;
|
|
1037
1039
|
export const BlindsClosedOutlined: SvgIconComponent;
|
|
1038
1040
|
export const BlindsClosedRounded: SvgIconComponent;
|
|
1039
1041
|
export const BlindsClosedSharp: SvgIconComponent;
|
|
1040
1042
|
export const BlindsClosedTwoTone: SvgIconComponent;
|
|
1041
|
-
export const BlindSharp: SvgIconComponent;
|
|
1042
1043
|
export const BlindsOutlined: SvgIconComponent;
|
|
1043
1044
|
export const BlindsRounded: SvgIconComponent;
|
|
1044
1045
|
export const BlindsSharp: SvgIconComponent;
|
|
1045
1046
|
export const BlindsTwoTone: SvgIconComponent;
|
|
1046
|
-
export const BlindTwoTone: SvgIconComponent;
|
|
1047
1047
|
export const Block: SvgIconComponent;
|
|
1048
1048
|
export const BlockOutlined: SvgIconComponent;
|
|
1049
1049
|
export const BlockRounded: SvgIconComponent;
|
|
@@ -1110,17 +1110,26 @@ export const BoltRounded: SvgIconComponent;
|
|
|
1110
1110
|
export const BoltSharp: SvgIconComponent;
|
|
1111
1111
|
export const BoltTwoTone: SvgIconComponent;
|
|
1112
1112
|
export const Book: SvgIconComponent;
|
|
1113
|
+
export const BookOnline: SvgIconComponent;
|
|
1114
|
+
export const BookOnlineOutlined: SvgIconComponent;
|
|
1115
|
+
export const BookOnlineRounded: SvgIconComponent;
|
|
1116
|
+
export const BookOnlineSharp: SvgIconComponent;
|
|
1117
|
+
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1118
|
+
export const BookOutlined: SvgIconComponent;
|
|
1119
|
+
export const BookRounded: SvgIconComponent;
|
|
1120
|
+
export const BookSharp: SvgIconComponent;
|
|
1121
|
+
export const BookTwoTone: SvgIconComponent;
|
|
1113
1122
|
export const Bookmark: SvgIconComponent;
|
|
1114
1123
|
export const BookmarkAdd: SvgIconComponent;
|
|
1124
|
+
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1125
|
+
export const BookmarkAddRounded: SvgIconComponent;
|
|
1126
|
+
export const BookmarkAddSharp: SvgIconComponent;
|
|
1127
|
+
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1115
1128
|
export const BookmarkAdded: SvgIconComponent;
|
|
1116
1129
|
export const BookmarkAddedOutlined: SvgIconComponent;
|
|
1117
1130
|
export const BookmarkAddedRounded: SvgIconComponent;
|
|
1118
1131
|
export const BookmarkAddedSharp: SvgIconComponent;
|
|
1119
1132
|
export const BookmarkAddedTwoTone: SvgIconComponent;
|
|
1120
|
-
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1121
|
-
export const BookmarkAddRounded: SvgIconComponent;
|
|
1122
|
-
export const BookmarkAddSharp: SvgIconComponent;
|
|
1123
|
-
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1124
1133
|
export const BookmarkBorder: SvgIconComponent;
|
|
1125
1134
|
export const BookmarkBorderOutlined: SvgIconComponent;
|
|
1126
1135
|
export const BookmarkBorderRounded: SvgIconComponent;
|
|
@@ -1133,22 +1142,13 @@ export const BookmarkRemoveRounded: SvgIconComponent;
|
|
|
1133
1142
|
export const BookmarkRemoveSharp: SvgIconComponent;
|
|
1134
1143
|
export const BookmarkRemoveTwoTone: SvgIconComponent;
|
|
1135
1144
|
export const BookmarkRounded: SvgIconComponent;
|
|
1136
|
-
export const Bookmarks: SvgIconComponent;
|
|
1137
1145
|
export const BookmarkSharp: SvgIconComponent;
|
|
1146
|
+
export const BookmarkTwoTone: SvgIconComponent;
|
|
1147
|
+
export const Bookmarks: SvgIconComponent;
|
|
1138
1148
|
export const BookmarksOutlined: SvgIconComponent;
|
|
1139
1149
|
export const BookmarksRounded: SvgIconComponent;
|
|
1140
1150
|
export const BookmarksSharp: SvgIconComponent;
|
|
1141
1151
|
export const BookmarksTwoTone: SvgIconComponent;
|
|
1142
|
-
export const BookmarkTwoTone: SvgIconComponent;
|
|
1143
|
-
export const BookOnline: SvgIconComponent;
|
|
1144
|
-
export const BookOnlineOutlined: SvgIconComponent;
|
|
1145
|
-
export const BookOnlineRounded: SvgIconComponent;
|
|
1146
|
-
export const BookOnlineSharp: SvgIconComponent;
|
|
1147
|
-
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1148
|
-
export const BookOutlined: SvgIconComponent;
|
|
1149
|
-
export const BookRounded: SvgIconComponent;
|
|
1150
|
-
export const BookSharp: SvgIconComponent;
|
|
1151
|
-
export const BookTwoTone: SvgIconComponent;
|
|
1152
1152
|
export const BorderAll: SvgIconComponent;
|
|
1153
1153
|
export const BorderAllOutlined: SvgIconComponent;
|
|
1154
1154
|
export const BorderAllRounded: SvgIconComponent;
|
|
@@ -1498,12 +1498,12 @@ export const CameraRollSharp: SvgIconComponent;
|
|
|
1498
1498
|
export const CameraRollTwoTone: SvgIconComponent;
|
|
1499
1499
|
export const CameraRounded: SvgIconComponent;
|
|
1500
1500
|
export const CameraSharp: SvgIconComponent;
|
|
1501
|
+
export const CameraTwoTone: SvgIconComponent;
|
|
1501
1502
|
export const Cameraswitch: SvgIconComponent;
|
|
1502
1503
|
export const CameraswitchOutlined: SvgIconComponent;
|
|
1503
1504
|
export const CameraswitchRounded: SvgIconComponent;
|
|
1504
1505
|
export const CameraswitchSharp: SvgIconComponent;
|
|
1505
1506
|
export const CameraswitchTwoTone: SvgIconComponent;
|
|
1506
|
-
export const CameraTwoTone: SvgIconComponent;
|
|
1507
1507
|
export const Campaign: SvgIconComponent;
|
|
1508
1508
|
export const CampaignOutlined: SvgIconComponent;
|
|
1509
1509
|
export const CampaignRounded: SvgIconComponent;
|
|
@@ -1534,6 +1534,16 @@ export const CarCrashOutlined: SvgIconComponent;
|
|
|
1534
1534
|
export const CarCrashRounded: SvgIconComponent;
|
|
1535
1535
|
export const CarCrashSharp: SvgIconComponent;
|
|
1536
1536
|
export const CarCrashTwoTone: SvgIconComponent;
|
|
1537
|
+
export const CarRental: SvgIconComponent;
|
|
1538
|
+
export const CarRentalOutlined: SvgIconComponent;
|
|
1539
|
+
export const CarRentalRounded: SvgIconComponent;
|
|
1540
|
+
export const CarRentalSharp: SvgIconComponent;
|
|
1541
|
+
export const CarRentalTwoTone: SvgIconComponent;
|
|
1542
|
+
export const CarRepair: SvgIconComponent;
|
|
1543
|
+
export const CarRepairOutlined: SvgIconComponent;
|
|
1544
|
+
export const CarRepairRounded: SvgIconComponent;
|
|
1545
|
+
export const CarRepairSharp: SvgIconComponent;
|
|
1546
|
+
export const CarRepairTwoTone: SvgIconComponent;
|
|
1537
1547
|
export const CardGiftcard: SvgIconComponent;
|
|
1538
1548
|
export const CardGiftcardOutlined: SvgIconComponent;
|
|
1539
1549
|
export const CardGiftcardRounded: SvgIconComponent;
|
|
@@ -1554,16 +1564,6 @@ export const CarpenterOutlined: SvgIconComponent;
|
|
|
1554
1564
|
export const CarpenterRounded: SvgIconComponent;
|
|
1555
1565
|
export const CarpenterSharp: SvgIconComponent;
|
|
1556
1566
|
export const CarpenterTwoTone: SvgIconComponent;
|
|
1557
|
-
export const CarRental: SvgIconComponent;
|
|
1558
|
-
export const CarRentalOutlined: SvgIconComponent;
|
|
1559
|
-
export const CarRentalRounded: SvgIconComponent;
|
|
1560
|
-
export const CarRentalSharp: SvgIconComponent;
|
|
1561
|
-
export const CarRentalTwoTone: SvgIconComponent;
|
|
1562
|
-
export const CarRepair: SvgIconComponent;
|
|
1563
|
-
export const CarRepairOutlined: SvgIconComponent;
|
|
1564
|
-
export const CarRepairRounded: SvgIconComponent;
|
|
1565
|
-
export const CarRepairSharp: SvgIconComponent;
|
|
1566
|
-
export const CarRepairTwoTone: SvgIconComponent;
|
|
1567
1567
|
export const Cases: SvgIconComponent;
|
|
1568
1568
|
export const CasesOutlined: SvgIconComponent;
|
|
1569
1569
|
export const CasesRounded: SvgIconComponent;
|
|
@@ -1585,15 +1585,15 @@ export const CastForEducationOutlined: SvgIconComponent;
|
|
|
1585
1585
|
export const CastForEducationRounded: SvgIconComponent;
|
|
1586
1586
|
export const CastForEducationSharp: SvgIconComponent;
|
|
1587
1587
|
export const CastForEducationTwoTone: SvgIconComponent;
|
|
1588
|
+
export const CastOutlined: SvgIconComponent;
|
|
1589
|
+
export const CastRounded: SvgIconComponent;
|
|
1590
|
+
export const CastSharp: SvgIconComponent;
|
|
1591
|
+
export const CastTwoTone: SvgIconComponent;
|
|
1588
1592
|
export const Castle: SvgIconComponent;
|
|
1589
1593
|
export const CastleOutlined: SvgIconComponent;
|
|
1590
1594
|
export const CastleRounded: SvgIconComponent;
|
|
1591
1595
|
export const CastleSharp: SvgIconComponent;
|
|
1592
1596
|
export const CastleTwoTone: SvgIconComponent;
|
|
1593
|
-
export const CastOutlined: SvgIconComponent;
|
|
1594
|
-
export const CastRounded: SvgIconComponent;
|
|
1595
|
-
export const CastSharp: SvgIconComponent;
|
|
1596
|
-
export const CastTwoTone: SvgIconComponent;
|
|
1597
1597
|
export const CatchingPokemon: SvgIconComponent;
|
|
1598
1598
|
export const CatchingPokemonOutlined: SvgIconComponent;
|
|
1599
1599
|
export const CatchingPokemonRounded: SvgIconComponent;
|
|
@@ -1662,11 +1662,11 @@ export const ChargingStationTwoTone: SvgIconComponent;
|
|
|
1662
1662
|
export const Chat: SvgIconComponent;
|
|
1663
1663
|
export const ChatBubble: SvgIconComponent;
|
|
1664
1664
|
export const ChatBubbleOutline: SvgIconComponent;
|
|
1665
|
-
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1666
1665
|
export const ChatBubbleOutlineOutlined: SvgIconComponent;
|
|
1667
1666
|
export const ChatBubbleOutlineRounded: SvgIconComponent;
|
|
1668
1667
|
export const ChatBubbleOutlineSharp: SvgIconComponent;
|
|
1669
1668
|
export const ChatBubbleOutlineTwoTone: SvgIconComponent;
|
|
1669
|
+
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1670
1670
|
export const ChatBubbleRounded: SvgIconComponent;
|
|
1671
1671
|
export const ChatBubbleSharp: SvgIconComponent;
|
|
1672
1672
|
export const ChatBubbleTwoTone: SvgIconComponent;
|
|
@@ -1687,14 +1687,18 @@ export const CheckBoxSharp: SvgIconComponent;
|
|
|
1687
1687
|
export const CheckBoxTwoTone: SvgIconComponent;
|
|
1688
1688
|
export const CheckCircle: SvgIconComponent;
|
|
1689
1689
|
export const CheckCircleOutline: SvgIconComponent;
|
|
1690
|
-
export const CheckCircleOutlined: SvgIconComponent;
|
|
1691
1690
|
export const CheckCircleOutlineOutlined: SvgIconComponent;
|
|
1692
1691
|
export const CheckCircleOutlineRounded: SvgIconComponent;
|
|
1693
1692
|
export const CheckCircleOutlineSharp: SvgIconComponent;
|
|
1694
1693
|
export const CheckCircleOutlineTwoTone: SvgIconComponent;
|
|
1694
|
+
export const CheckCircleOutlined: SvgIconComponent;
|
|
1695
1695
|
export const CheckCircleRounded: SvgIconComponent;
|
|
1696
1696
|
export const CheckCircleSharp: SvgIconComponent;
|
|
1697
1697
|
export const CheckCircleTwoTone: SvgIconComponent;
|
|
1698
|
+
export const CheckOutlined: SvgIconComponent;
|
|
1699
|
+
export const CheckRounded: SvgIconComponent;
|
|
1700
|
+
export const CheckSharp: SvgIconComponent;
|
|
1701
|
+
export const CheckTwoTone: SvgIconComponent;
|
|
1698
1702
|
export const Checklist: SvgIconComponent;
|
|
1699
1703
|
export const ChecklistOutlined: SvgIconComponent;
|
|
1700
1704
|
export const ChecklistRounded: SvgIconComponent;
|
|
@@ -1705,15 +1709,11 @@ export const ChecklistRtlSharp: SvgIconComponent;
|
|
|
1705
1709
|
export const ChecklistRtlTwoTone: SvgIconComponent;
|
|
1706
1710
|
export const ChecklistSharp: SvgIconComponent;
|
|
1707
1711
|
export const ChecklistTwoTone: SvgIconComponent;
|
|
1708
|
-
export const CheckOutlined: SvgIconComponent;
|
|
1709
1712
|
export const Checkroom: SvgIconComponent;
|
|
1710
1713
|
export const CheckroomOutlined: SvgIconComponent;
|
|
1711
1714
|
export const CheckroomRounded: SvgIconComponent;
|
|
1712
1715
|
export const CheckroomSharp: SvgIconComponent;
|
|
1713
1716
|
export const CheckroomTwoTone: SvgIconComponent;
|
|
1714
|
-
export const CheckRounded: SvgIconComponent;
|
|
1715
|
-
export const CheckSharp: SvgIconComponent;
|
|
1716
|
-
export const CheckTwoTone: SvgIconComponent;
|
|
1717
1717
|
export const ChevronLeft: SvgIconComponent;
|
|
1718
1718
|
export const ChevronLeftOutlined: SvgIconComponent;
|
|
1719
1719
|
export const ChevronLeftRounded: SvgIconComponent;
|
|
@@ -1780,6 +1780,15 @@ export const ClearRounded: SvgIconComponent;
|
|
|
1780
1780
|
export const ClearSharp: SvgIconComponent;
|
|
1781
1781
|
export const ClearTwoTone: SvgIconComponent;
|
|
1782
1782
|
export const Close: SvgIconComponent;
|
|
1783
|
+
export const CloseFullscreen: SvgIconComponent;
|
|
1784
|
+
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1785
|
+
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1786
|
+
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1787
|
+
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1788
|
+
export const CloseOutlined: SvgIconComponent;
|
|
1789
|
+
export const CloseRounded: SvgIconComponent;
|
|
1790
|
+
export const CloseSharp: SvgIconComponent;
|
|
1791
|
+
export const CloseTwoTone: SvgIconComponent;
|
|
1783
1792
|
export const ClosedCaption: SvgIconComponent;
|
|
1784
1793
|
export const ClosedCaptionDisabled: SvgIconComponent;
|
|
1785
1794
|
export const ClosedCaptionDisabledOutlined: SvgIconComponent;
|
|
@@ -1795,15 +1804,6 @@ export const ClosedCaptionOutlined: SvgIconComponent;
|
|
|
1795
1804
|
export const ClosedCaptionRounded: SvgIconComponent;
|
|
1796
1805
|
export const ClosedCaptionSharp: SvgIconComponent;
|
|
1797
1806
|
export const ClosedCaptionTwoTone: SvgIconComponent;
|
|
1798
|
-
export const CloseFullscreen: SvgIconComponent;
|
|
1799
|
-
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1800
|
-
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1801
|
-
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1802
|
-
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1803
|
-
export const CloseOutlined: SvgIconComponent;
|
|
1804
|
-
export const CloseRounded: SvgIconComponent;
|
|
1805
|
-
export const CloseSharp: SvgIconComponent;
|
|
1806
|
-
export const CloseTwoTone: SvgIconComponent;
|
|
1807
1807
|
export const Cloud: SvgIconComponent;
|
|
1808
1808
|
export const CloudCircle: SvgIconComponent;
|
|
1809
1809
|
export const CloudCircleOutlined: SvgIconComponent;
|
|
@@ -1849,6 +1849,11 @@ export const Co2Outlined: SvgIconComponent;
|
|
|
1849
1849
|
export const Co2Rounded: SvgIconComponent;
|
|
1850
1850
|
export const Co2Sharp: SvgIconComponent;
|
|
1851
1851
|
export const Co2TwoTone: SvgIconComponent;
|
|
1852
|
+
export const CoPresent: SvgIconComponent;
|
|
1853
|
+
export const CoPresentOutlined: SvgIconComponent;
|
|
1854
|
+
export const CoPresentRounded: SvgIconComponent;
|
|
1855
|
+
export const CoPresentSharp: SvgIconComponent;
|
|
1856
|
+
export const CoPresentTwoTone: SvgIconComponent;
|
|
1852
1857
|
export const Code: SvgIconComponent;
|
|
1853
1858
|
export const CodeOff: SvgIconComponent;
|
|
1854
1859
|
export const CodeOffOutlined: SvgIconComponent;
|
|
@@ -1879,16 +1884,16 @@ export const CollectionsOutlined: SvgIconComponent;
|
|
|
1879
1884
|
export const CollectionsRounded: SvgIconComponent;
|
|
1880
1885
|
export const CollectionsSharp: SvgIconComponent;
|
|
1881
1886
|
export const CollectionsTwoTone: SvgIconComponent;
|
|
1882
|
-
export const Colorize: SvgIconComponent;
|
|
1883
|
-
export const ColorizeOutlined: SvgIconComponent;
|
|
1884
|
-
export const ColorizeRounded: SvgIconComponent;
|
|
1885
|
-
export const ColorizeSharp: SvgIconComponent;
|
|
1886
|
-
export const ColorizeTwoTone: SvgIconComponent;
|
|
1887
1887
|
export const ColorLens: SvgIconComponent;
|
|
1888
1888
|
export const ColorLensOutlined: SvgIconComponent;
|
|
1889
1889
|
export const ColorLensRounded: SvgIconComponent;
|
|
1890
1890
|
export const ColorLensSharp: SvgIconComponent;
|
|
1891
1891
|
export const ColorLensTwoTone: SvgIconComponent;
|
|
1892
|
+
export const Colorize: SvgIconComponent;
|
|
1893
|
+
export const ColorizeOutlined: SvgIconComponent;
|
|
1894
|
+
export const ColorizeRounded: SvgIconComponent;
|
|
1895
|
+
export const ColorizeSharp: SvgIconComponent;
|
|
1896
|
+
export const ColorizeTwoTone: SvgIconComponent;
|
|
1892
1897
|
export const Comment: SvgIconComponent;
|
|
1893
1898
|
export const CommentBank: SvgIconComponent;
|
|
1894
1899
|
export const CommentBankOutlined: SvgIconComponent;
|
|
@@ -1897,13 +1902,13 @@ export const CommentBankSharp: SvgIconComponent;
|
|
|
1897
1902
|
export const CommentBankTwoTone: SvgIconComponent;
|
|
1898
1903
|
export const CommentOutlined: SvgIconComponent;
|
|
1899
1904
|
export const CommentRounded: SvgIconComponent;
|
|
1905
|
+
export const CommentSharp: SvgIconComponent;
|
|
1906
|
+
export const CommentTwoTone: SvgIconComponent;
|
|
1900
1907
|
export const CommentsDisabled: SvgIconComponent;
|
|
1901
1908
|
export const CommentsDisabledOutlined: SvgIconComponent;
|
|
1902
1909
|
export const CommentsDisabledRounded: SvgIconComponent;
|
|
1903
1910
|
export const CommentsDisabledSharp: SvgIconComponent;
|
|
1904
1911
|
export const CommentsDisabledTwoTone: SvgIconComponent;
|
|
1905
|
-
export const CommentSharp: SvgIconComponent;
|
|
1906
|
-
export const CommentTwoTone: SvgIconComponent;
|
|
1907
1912
|
export const Commit: SvgIconComponent;
|
|
1908
1913
|
export const CommitOutlined: SvgIconComponent;
|
|
1909
1914
|
export const CommitRounded: SvgIconComponent;
|
|
@@ -1944,6 +1949,11 @@ export const ConfirmationNumberOutlined: SvgIconComponent;
|
|
|
1944
1949
|
export const ConfirmationNumberRounded: SvgIconComponent;
|
|
1945
1950
|
export const ConfirmationNumberSharp: SvgIconComponent;
|
|
1946
1951
|
export const ConfirmationNumberTwoTone: SvgIconComponent;
|
|
1952
|
+
export const ConnectWithoutContact: SvgIconComponent;
|
|
1953
|
+
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1954
|
+
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1955
|
+
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1956
|
+
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1947
1957
|
export const ConnectedTv: SvgIconComponent;
|
|
1948
1958
|
export const ConnectedTvOutlined: SvgIconComponent;
|
|
1949
1959
|
export const ConnectedTvRounded: SvgIconComponent;
|
|
@@ -1954,11 +1964,6 @@ export const ConnectingAirportsOutlined: SvgIconComponent;
|
|
|
1954
1964
|
export const ConnectingAirportsRounded: SvgIconComponent;
|
|
1955
1965
|
export const ConnectingAirportsSharp: SvgIconComponent;
|
|
1956
1966
|
export const ConnectingAirportsTwoTone: SvgIconComponent;
|
|
1957
|
-
export const ConnectWithoutContact: SvgIconComponent;
|
|
1958
|
-
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1959
|
-
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1960
|
-
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1961
|
-
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1962
1967
|
export const Construction: SvgIconComponent;
|
|
1963
1968
|
export const ConstructionOutlined: SvgIconComponent;
|
|
1964
1969
|
export const ConstructionRounded: SvgIconComponent;
|
|
@@ -1969,11 +1974,6 @@ export const ContactEmergencyOutlined: SvgIconComponent;
|
|
|
1969
1974
|
export const ContactEmergencyRounded: SvgIconComponent;
|
|
1970
1975
|
export const ContactEmergencySharp: SvgIconComponent;
|
|
1971
1976
|
export const ContactEmergencyTwoTone: SvgIconComponent;
|
|
1972
|
-
export const Contactless: SvgIconComponent;
|
|
1973
|
-
export const ContactlessOutlined: SvgIconComponent;
|
|
1974
|
-
export const ContactlessRounded: SvgIconComponent;
|
|
1975
|
-
export const ContactlessSharp: SvgIconComponent;
|
|
1976
|
-
export const ContactlessTwoTone: SvgIconComponent;
|
|
1977
1977
|
export const ContactMail: SvgIconComponent;
|
|
1978
1978
|
export const ContactMailOutlined: SvgIconComponent;
|
|
1979
1979
|
export const ContactMailRounded: SvgIconComponent;
|
|
@@ -1989,16 +1989,21 @@ export const ContactPhoneOutlined: SvgIconComponent;
|
|
|
1989
1989
|
export const ContactPhoneRounded: SvgIconComponent;
|
|
1990
1990
|
export const ContactPhoneSharp: SvgIconComponent;
|
|
1991
1991
|
export const ContactPhoneTwoTone: SvgIconComponent;
|
|
1992
|
-
export const Contacts: SvgIconComponent;
|
|
1993
|
-
export const ContactsOutlined: SvgIconComponent;
|
|
1994
|
-
export const ContactsRounded: SvgIconComponent;
|
|
1995
|
-
export const ContactsSharp: SvgIconComponent;
|
|
1996
|
-
export const ContactsTwoTone: SvgIconComponent;
|
|
1997
1992
|
export const ContactSupport: SvgIconComponent;
|
|
1998
1993
|
export const ContactSupportOutlined: SvgIconComponent;
|
|
1999
1994
|
export const ContactSupportRounded: SvgIconComponent;
|
|
2000
1995
|
export const ContactSupportSharp: SvgIconComponent;
|
|
2001
1996
|
export const ContactSupportTwoTone: SvgIconComponent;
|
|
1997
|
+
export const Contactless: SvgIconComponent;
|
|
1998
|
+
export const ContactlessOutlined: SvgIconComponent;
|
|
1999
|
+
export const ContactlessRounded: SvgIconComponent;
|
|
2000
|
+
export const ContactlessSharp: SvgIconComponent;
|
|
2001
|
+
export const ContactlessTwoTone: SvgIconComponent;
|
|
2002
|
+
export const Contacts: SvgIconComponent;
|
|
2003
|
+
export const ContactsOutlined: SvgIconComponent;
|
|
2004
|
+
export const ContactsRounded: SvgIconComponent;
|
|
2005
|
+
export const ContactsSharp: SvgIconComponent;
|
|
2006
|
+
export const ContactsTwoTone: SvgIconComponent;
|
|
2002
2007
|
export const ContentCopy: SvgIconComponent;
|
|
2003
2008
|
export const ContentCopyOutlined: SvgIconComponent;
|
|
2004
2009
|
export const ContentCopyRounded: SvgIconComponent;
|
|
@@ -2054,11 +2059,6 @@ export const CookieOutlined: SvgIconComponent;
|
|
|
2054
2059
|
export const CookieRounded: SvgIconComponent;
|
|
2055
2060
|
export const CookieSharp: SvgIconComponent;
|
|
2056
2061
|
export const CookieTwoTone: SvgIconComponent;
|
|
2057
|
-
export const CoPresent: SvgIconComponent;
|
|
2058
|
-
export const CoPresentOutlined: SvgIconComponent;
|
|
2059
|
-
export const CoPresentRounded: SvgIconComponent;
|
|
2060
|
-
export const CoPresentSharp: SvgIconComponent;
|
|
2061
|
-
export const CoPresentTwoTone: SvgIconComponent;
|
|
2062
2062
|
export const CopyAll: SvgIconComponent;
|
|
2063
2063
|
export const CopyAllOutlined: SvgIconComponent;
|
|
2064
2064
|
export const CopyAllRounded: SvgIconComponent;
|
|
@@ -2289,16 +2289,6 @@ export const DataSaverOnOutlined: SvgIconComponent;
|
|
|
2289
2289
|
export const DataSaverOnRounded: SvgIconComponent;
|
|
2290
2290
|
export const DataSaverOnSharp: SvgIconComponent;
|
|
2291
2291
|
export const DataSaverOnTwoTone: SvgIconComponent;
|
|
2292
|
-
export const Dataset: SvgIconComponent;
|
|
2293
|
-
export const DatasetLinked: SvgIconComponent;
|
|
2294
|
-
export const DatasetLinkedOutlined: SvgIconComponent;
|
|
2295
|
-
export const DatasetLinkedRounded: SvgIconComponent;
|
|
2296
|
-
export const DatasetLinkedSharp: SvgIconComponent;
|
|
2297
|
-
export const DatasetLinkedTwoTone: SvgIconComponent;
|
|
2298
|
-
export const DatasetOutlined: SvgIconComponent;
|
|
2299
|
-
export const DatasetRounded: SvgIconComponent;
|
|
2300
|
-
export const DatasetSharp: SvgIconComponent;
|
|
2301
|
-
export const DatasetTwoTone: SvgIconComponent;
|
|
2302
2292
|
export const DataThresholding: SvgIconComponent;
|
|
2303
2293
|
export const DataThresholdingOutlined: SvgIconComponent;
|
|
2304
2294
|
export const DataThresholdingRounded: SvgIconComponent;
|
|
@@ -2309,6 +2299,16 @@ export const DataUsageOutlined: SvgIconComponent;
|
|
|
2309
2299
|
export const DataUsageRounded: SvgIconComponent;
|
|
2310
2300
|
export const DataUsageSharp: SvgIconComponent;
|
|
2311
2301
|
export const DataUsageTwoTone: SvgIconComponent;
|
|
2302
|
+
export const Dataset: SvgIconComponent;
|
|
2303
|
+
export const DatasetLinked: SvgIconComponent;
|
|
2304
|
+
export const DatasetLinkedOutlined: SvgIconComponent;
|
|
2305
|
+
export const DatasetLinkedRounded: SvgIconComponent;
|
|
2306
|
+
export const DatasetLinkedSharp: SvgIconComponent;
|
|
2307
|
+
export const DatasetLinkedTwoTone: SvgIconComponent;
|
|
2308
|
+
export const DatasetOutlined: SvgIconComponent;
|
|
2309
|
+
export const DatasetRounded: SvgIconComponent;
|
|
2310
|
+
export const DatasetSharp: SvgIconComponent;
|
|
2311
|
+
export const DatasetTwoTone: SvgIconComponent;
|
|
2312
2312
|
export const DateRange: SvgIconComponent;
|
|
2313
2313
|
export const DateRangeOutlined: SvgIconComponent;
|
|
2314
2314
|
export const DateRangeRounded: SvgIconComponent;
|
|
@@ -2336,11 +2336,11 @@ export const DeleteForeverRounded: SvgIconComponent;
|
|
|
2336
2336
|
export const DeleteForeverSharp: SvgIconComponent;
|
|
2337
2337
|
export const DeleteForeverTwoTone: SvgIconComponent;
|
|
2338
2338
|
export const DeleteOutline: SvgIconComponent;
|
|
2339
|
-
export const DeleteOutlined: SvgIconComponent;
|
|
2340
2339
|
export const DeleteOutlineOutlined: SvgIconComponent;
|
|
2341
2340
|
export const DeleteOutlineRounded: SvgIconComponent;
|
|
2342
2341
|
export const DeleteOutlineSharp: SvgIconComponent;
|
|
2343
2342
|
export const DeleteOutlineTwoTone: SvgIconComponent;
|
|
2343
|
+
export const DeleteOutlined: SvgIconComponent;
|
|
2344
2344
|
export const DeleteRounded: SvgIconComponent;
|
|
2345
2345
|
export const DeleteSharp: SvgIconComponent;
|
|
2346
2346
|
export const DeleteSweep: SvgIconComponent;
|
|
@@ -2393,6 +2393,7 @@ export const Desk: SvgIconComponent;
|
|
|
2393
2393
|
export const DeskOutlined: SvgIconComponent;
|
|
2394
2394
|
export const DeskRounded: SvgIconComponent;
|
|
2395
2395
|
export const DeskSharp: SvgIconComponent;
|
|
2396
|
+
export const DeskTwoTone: SvgIconComponent;
|
|
2396
2397
|
export const DesktopAccessDisabled: SvgIconComponent;
|
|
2397
2398
|
export const DesktopAccessDisabledOutlined: SvgIconComponent;
|
|
2398
2399
|
export const DesktopAccessDisabledRounded: SvgIconComponent;
|
|
@@ -2408,7 +2409,6 @@ export const DesktopWindowsOutlined: SvgIconComponent;
|
|
|
2408
2409
|
export const DesktopWindowsRounded: SvgIconComponent;
|
|
2409
2410
|
export const DesktopWindowsSharp: SvgIconComponent;
|
|
2410
2411
|
export const DesktopWindowsTwoTone: SvgIconComponent;
|
|
2411
|
-
export const DeskTwoTone: SvgIconComponent;
|
|
2412
2412
|
export const Details: SvgIconComponent;
|
|
2413
2413
|
export const DetailsOutlined: SvgIconComponent;
|
|
2414
2414
|
export const DetailsRounded: SvgIconComponent;
|
|
@@ -2434,6 +2434,16 @@ export const DeviceHubOutlined: SvgIconComponent;
|
|
|
2434
2434
|
export const DeviceHubRounded: SvgIconComponent;
|
|
2435
2435
|
export const DeviceHubSharp: SvgIconComponent;
|
|
2436
2436
|
export const DeviceHubTwoTone: SvgIconComponent;
|
|
2437
|
+
export const DeviceThermostat: SvgIconComponent;
|
|
2438
|
+
export const DeviceThermostatOutlined: SvgIconComponent;
|
|
2439
|
+
export const DeviceThermostatRounded: SvgIconComponent;
|
|
2440
|
+
export const DeviceThermostatSharp: SvgIconComponent;
|
|
2441
|
+
export const DeviceThermostatTwoTone: SvgIconComponent;
|
|
2442
|
+
export const DeviceUnknown: SvgIconComponent;
|
|
2443
|
+
export const DeviceUnknownOutlined: SvgIconComponent;
|
|
2444
|
+
export const DeviceUnknownRounded: SvgIconComponent;
|
|
2445
|
+
export const DeviceUnknownSharp: SvgIconComponent;
|
|
2446
|
+
export const DeviceUnknownTwoTone: SvgIconComponent;
|
|
2437
2447
|
export const Devices: SvgIconComponent;
|
|
2438
2448
|
export const DevicesFold: SvgIconComponent;
|
|
2439
2449
|
export const DevicesFoldOutlined: SvgIconComponent;
|
|
@@ -2449,16 +2459,6 @@ export const DevicesOutlined: SvgIconComponent;
|
|
|
2449
2459
|
export const DevicesRounded: SvgIconComponent;
|
|
2450
2460
|
export const DevicesSharp: SvgIconComponent;
|
|
2451
2461
|
export const DevicesTwoTone: SvgIconComponent;
|
|
2452
|
-
export const DeviceThermostat: SvgIconComponent;
|
|
2453
|
-
export const DeviceThermostatOutlined: SvgIconComponent;
|
|
2454
|
-
export const DeviceThermostatRounded: SvgIconComponent;
|
|
2455
|
-
export const DeviceThermostatSharp: SvgIconComponent;
|
|
2456
|
-
export const DeviceThermostatTwoTone: SvgIconComponent;
|
|
2457
|
-
export const DeviceUnknown: SvgIconComponent;
|
|
2458
|
-
export const DeviceUnknownOutlined: SvgIconComponent;
|
|
2459
|
-
export const DeviceUnknownRounded: SvgIconComponent;
|
|
2460
|
-
export const DeviceUnknownSharp: SvgIconComponent;
|
|
2461
|
-
export const DeviceUnknownTwoTone: SvgIconComponent;
|
|
2462
2462
|
export const DialerSip: SvgIconComponent;
|
|
2463
2463
|
export const DialerSipOutlined: SvgIconComponent;
|
|
2464
2464
|
export const DialerSipRounded: SvgIconComponent;
|
|
@@ -2619,16 +2619,6 @@ export const DnsOutlined: SvgIconComponent;
|
|
|
2619
2619
|
export const DnsRounded: SvgIconComponent;
|
|
2620
2620
|
export const DnsSharp: SvgIconComponent;
|
|
2621
2621
|
export const DnsTwoTone: SvgIconComponent;
|
|
2622
|
-
export const Dock: SvgIconComponent;
|
|
2623
|
-
export const DockOutlined: SvgIconComponent;
|
|
2624
|
-
export const DockRounded: SvgIconComponent;
|
|
2625
|
-
export const DockSharp: SvgIconComponent;
|
|
2626
|
-
export const DockTwoTone: SvgIconComponent;
|
|
2627
|
-
export const DocumentScanner: SvgIconComponent;
|
|
2628
|
-
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2629
|
-
export const DocumentScannerRounded: SvgIconComponent;
|
|
2630
|
-
export const DocumentScannerSharp: SvgIconComponent;
|
|
2631
|
-
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2632
2622
|
export const DoDisturb: SvgIconComponent;
|
|
2633
2623
|
export const DoDisturbAlt: SvgIconComponent;
|
|
2634
2624
|
export const DoDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2649,41 +2639,6 @@ export const DoDisturbOutlined: SvgIconComponent;
|
|
|
2649
2639
|
export const DoDisturbRounded: SvgIconComponent;
|
|
2650
2640
|
export const DoDisturbSharp: SvgIconComponent;
|
|
2651
2641
|
export const DoDisturbTwoTone: SvgIconComponent;
|
|
2652
|
-
export const Domain: SvgIconComponent;
|
|
2653
|
-
export const DomainAdd: SvgIconComponent;
|
|
2654
|
-
export const DomainAddOutlined: SvgIconComponent;
|
|
2655
|
-
export const DomainAddRounded: SvgIconComponent;
|
|
2656
|
-
export const DomainAddSharp: SvgIconComponent;
|
|
2657
|
-
export const DomainAddTwoTone: SvgIconComponent;
|
|
2658
|
-
export const DomainDisabled: SvgIconComponent;
|
|
2659
|
-
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2660
|
-
export const DomainDisabledRounded: SvgIconComponent;
|
|
2661
|
-
export const DomainDisabledSharp: SvgIconComponent;
|
|
2662
|
-
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2663
|
-
export const DomainOutlined: SvgIconComponent;
|
|
2664
|
-
export const DomainRounded: SvgIconComponent;
|
|
2665
|
-
export const DomainSharp: SvgIconComponent;
|
|
2666
|
-
export const DomainTwoTone: SvgIconComponent;
|
|
2667
|
-
export const DomainVerification: SvgIconComponent;
|
|
2668
|
-
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2669
|
-
export const DomainVerificationRounded: SvgIconComponent;
|
|
2670
|
-
export const DomainVerificationSharp: SvgIconComponent;
|
|
2671
|
-
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2672
|
-
export const Done: SvgIconComponent;
|
|
2673
|
-
export const DoneAll: SvgIconComponent;
|
|
2674
|
-
export const DoneAllOutlined: SvgIconComponent;
|
|
2675
|
-
export const DoneAllRounded: SvgIconComponent;
|
|
2676
|
-
export const DoneAllSharp: SvgIconComponent;
|
|
2677
|
-
export const DoneAllTwoTone: SvgIconComponent;
|
|
2678
|
-
export const DoneOutline: SvgIconComponent;
|
|
2679
|
-
export const DoneOutlined: SvgIconComponent;
|
|
2680
|
-
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2681
|
-
export const DoneOutlineRounded: SvgIconComponent;
|
|
2682
|
-
export const DoneOutlineSharp: SvgIconComponent;
|
|
2683
|
-
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2684
|
-
export const DoneRounded: SvgIconComponent;
|
|
2685
|
-
export const DoneSharp: SvgIconComponent;
|
|
2686
|
-
export const DoneTwoTone: SvgIconComponent;
|
|
2687
2642
|
export const DoNotDisturb: SvgIconComponent;
|
|
2688
2643
|
export const DoNotDisturbAlt: SvgIconComponent;
|
|
2689
2644
|
export const DoNotDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2719,6 +2674,51 @@ export const DoNotTouchOutlined: SvgIconComponent;
|
|
|
2719
2674
|
export const DoNotTouchRounded: SvgIconComponent;
|
|
2720
2675
|
export const DoNotTouchSharp: SvgIconComponent;
|
|
2721
2676
|
export const DoNotTouchTwoTone: SvgIconComponent;
|
|
2677
|
+
export const Dock: SvgIconComponent;
|
|
2678
|
+
export const DockOutlined: SvgIconComponent;
|
|
2679
|
+
export const DockRounded: SvgIconComponent;
|
|
2680
|
+
export const DockSharp: SvgIconComponent;
|
|
2681
|
+
export const DockTwoTone: SvgIconComponent;
|
|
2682
|
+
export const DocumentScanner: SvgIconComponent;
|
|
2683
|
+
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2684
|
+
export const DocumentScannerRounded: SvgIconComponent;
|
|
2685
|
+
export const DocumentScannerSharp: SvgIconComponent;
|
|
2686
|
+
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2687
|
+
export const Domain: SvgIconComponent;
|
|
2688
|
+
export const DomainAdd: SvgIconComponent;
|
|
2689
|
+
export const DomainAddOutlined: SvgIconComponent;
|
|
2690
|
+
export const DomainAddRounded: SvgIconComponent;
|
|
2691
|
+
export const DomainAddSharp: SvgIconComponent;
|
|
2692
|
+
export const DomainAddTwoTone: SvgIconComponent;
|
|
2693
|
+
export const DomainDisabled: SvgIconComponent;
|
|
2694
|
+
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2695
|
+
export const DomainDisabledRounded: SvgIconComponent;
|
|
2696
|
+
export const DomainDisabledSharp: SvgIconComponent;
|
|
2697
|
+
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2698
|
+
export const DomainOutlined: SvgIconComponent;
|
|
2699
|
+
export const DomainRounded: SvgIconComponent;
|
|
2700
|
+
export const DomainSharp: SvgIconComponent;
|
|
2701
|
+
export const DomainTwoTone: SvgIconComponent;
|
|
2702
|
+
export const DomainVerification: SvgIconComponent;
|
|
2703
|
+
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2704
|
+
export const DomainVerificationRounded: SvgIconComponent;
|
|
2705
|
+
export const DomainVerificationSharp: SvgIconComponent;
|
|
2706
|
+
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2707
|
+
export const Done: SvgIconComponent;
|
|
2708
|
+
export const DoneAll: SvgIconComponent;
|
|
2709
|
+
export const DoneAllOutlined: SvgIconComponent;
|
|
2710
|
+
export const DoneAllRounded: SvgIconComponent;
|
|
2711
|
+
export const DoneAllSharp: SvgIconComponent;
|
|
2712
|
+
export const DoneAllTwoTone: SvgIconComponent;
|
|
2713
|
+
export const DoneOutline: SvgIconComponent;
|
|
2714
|
+
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2715
|
+
export const DoneOutlineRounded: SvgIconComponent;
|
|
2716
|
+
export const DoneOutlineSharp: SvgIconComponent;
|
|
2717
|
+
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2718
|
+
export const DoneOutlined: SvgIconComponent;
|
|
2719
|
+
export const DoneRounded: SvgIconComponent;
|
|
2720
|
+
export const DoneSharp: SvgIconComponent;
|
|
2721
|
+
export const DoneTwoTone: SvgIconComponent;
|
|
2722
2722
|
export const DonutLarge: SvgIconComponent;
|
|
2723
2723
|
export const DonutLargeOutlined: SvgIconComponent;
|
|
2724
2724
|
export const DonutLargeRounded: SvgIconComponent;
|
|
@@ -2734,11 +2734,6 @@ export const DoorBackOutlined: SvgIconComponent;
|
|
|
2734
2734
|
export const DoorBackRounded: SvgIconComponent;
|
|
2735
2735
|
export const DoorBackSharp: SvgIconComponent;
|
|
2736
2736
|
export const DoorBackTwoTone: SvgIconComponent;
|
|
2737
|
-
export const Doorbell: SvgIconComponent;
|
|
2738
|
-
export const DoorbellOutlined: SvgIconComponent;
|
|
2739
|
-
export const DoorbellRounded: SvgIconComponent;
|
|
2740
|
-
export const DoorbellSharp: SvgIconComponent;
|
|
2741
|
-
export const DoorbellTwoTone: SvgIconComponent;
|
|
2742
2737
|
export const DoorFront: SvgIconComponent;
|
|
2743
2738
|
export const DoorFrontOutlined: SvgIconComponent;
|
|
2744
2739
|
export const DoorFrontRounded: SvgIconComponent;
|
|
@@ -2749,6 +2744,11 @@ export const DoorSlidingOutlined: SvgIconComponent;
|
|
|
2749
2744
|
export const DoorSlidingRounded: SvgIconComponent;
|
|
2750
2745
|
export const DoorSlidingSharp: SvgIconComponent;
|
|
2751
2746
|
export const DoorSlidingTwoTone: SvgIconComponent;
|
|
2747
|
+
export const Doorbell: SvgIconComponent;
|
|
2748
|
+
export const DoorbellOutlined: SvgIconComponent;
|
|
2749
|
+
export const DoorbellRounded: SvgIconComponent;
|
|
2750
|
+
export const DoorbellSharp: SvgIconComponent;
|
|
2751
|
+
export const DoorbellTwoTone: SvgIconComponent;
|
|
2752
2752
|
export const DoubleArrow: SvgIconComponent;
|
|
2753
2753
|
export const DoubleArrowOutlined: SvgIconComponent;
|
|
2754
2754
|
export const DoubleArrowRounded: SvgIconComponent;
|
|
@@ -2770,15 +2770,15 @@ export const DownloadForOfflineOutlined: SvgIconComponent;
|
|
|
2770
2770
|
export const DownloadForOfflineRounded: SvgIconComponent;
|
|
2771
2771
|
export const DownloadForOfflineSharp: SvgIconComponent;
|
|
2772
2772
|
export const DownloadForOfflineTwoTone: SvgIconComponent;
|
|
2773
|
+
export const DownloadOutlined: SvgIconComponent;
|
|
2774
|
+
export const DownloadRounded: SvgIconComponent;
|
|
2775
|
+
export const DownloadSharp: SvgIconComponent;
|
|
2776
|
+
export const DownloadTwoTone: SvgIconComponent;
|
|
2773
2777
|
export const Downloading: SvgIconComponent;
|
|
2774
2778
|
export const DownloadingOutlined: SvgIconComponent;
|
|
2775
2779
|
export const DownloadingRounded: SvgIconComponent;
|
|
2776
2780
|
export const DownloadingSharp: SvgIconComponent;
|
|
2777
2781
|
export const DownloadingTwoTone: SvgIconComponent;
|
|
2778
|
-
export const DownloadOutlined: SvgIconComponent;
|
|
2779
|
-
export const DownloadRounded: SvgIconComponent;
|
|
2780
|
-
export const DownloadSharp: SvgIconComponent;
|
|
2781
|
-
export const DownloadTwoTone: SvgIconComponent;
|
|
2782
2782
|
export const Drafts: SvgIconComponent;
|
|
2783
2783
|
export const DraftsOutlined: SvgIconComponent;
|
|
2784
2784
|
export const DraftsRounded: SvgIconComponent;
|
|
@@ -2849,6 +2849,11 @@ export const DynamicFormOutlined: SvgIconComponent;
|
|
|
2849
2849
|
export const DynamicFormRounded: SvgIconComponent;
|
|
2850
2850
|
export const DynamicFormSharp: SvgIconComponent;
|
|
2851
2851
|
export const DynamicFormTwoTone: SvgIconComponent;
|
|
2852
|
+
export const EMobiledata: SvgIconComponent;
|
|
2853
|
+
export const EMobiledataOutlined: SvgIconComponent;
|
|
2854
|
+
export const EMobiledataRounded: SvgIconComponent;
|
|
2855
|
+
export const EMobiledataSharp: SvgIconComponent;
|
|
2856
|
+
export const EMobiledataTwoTone: SvgIconComponent;
|
|
2852
2857
|
export const Earbuds: SvgIconComponent;
|
|
2853
2858
|
export const EarbudsBattery: SvgIconComponent;
|
|
2854
2859
|
export const EarbudsBatteryOutlined: SvgIconComponent;
|
|
@@ -2929,16 +2934,6 @@ export const EggOutlined: SvgIconComponent;
|
|
|
2929
2934
|
export const EggRounded: SvgIconComponent;
|
|
2930
2935
|
export const EggSharp: SvgIconComponent;
|
|
2931
2936
|
export const EggTwoTone: SvgIconComponent;
|
|
2932
|
-
export const EighteenMp: SvgIconComponent;
|
|
2933
|
-
export const EighteenMpOutlined: SvgIconComponent;
|
|
2934
|
-
export const EighteenMpRounded: SvgIconComponent;
|
|
2935
|
-
export const EighteenMpSharp: SvgIconComponent;
|
|
2936
|
-
export const EighteenMpTwoTone: SvgIconComponent;
|
|
2937
|
-
export const EighteenUpRating: SvgIconComponent;
|
|
2938
|
-
export const EighteenUpRatingOutlined: SvgIconComponent;
|
|
2939
|
-
export const EighteenUpRatingRounded: SvgIconComponent;
|
|
2940
|
-
export const EighteenUpRatingSharp: SvgIconComponent;
|
|
2941
|
-
export const EighteenUpRatingTwoTone: SvgIconComponent;
|
|
2942
2937
|
export const EightK: SvgIconComponent;
|
|
2943
2938
|
export const EightKOutlined: SvgIconComponent;
|
|
2944
2939
|
export const EightKPlus: SvgIconComponent;
|
|
@@ -2954,6 +2949,16 @@ export const EightMpOutlined: SvgIconComponent;
|
|
|
2954
2949
|
export const EightMpRounded: SvgIconComponent;
|
|
2955
2950
|
export const EightMpSharp: SvgIconComponent;
|
|
2956
2951
|
export const EightMpTwoTone: SvgIconComponent;
|
|
2952
|
+
export const EighteenMp: SvgIconComponent;
|
|
2953
|
+
export const EighteenMpOutlined: SvgIconComponent;
|
|
2954
|
+
export const EighteenMpRounded: SvgIconComponent;
|
|
2955
|
+
export const EighteenMpSharp: SvgIconComponent;
|
|
2956
|
+
export const EighteenMpTwoTone: SvgIconComponent;
|
|
2957
|
+
export const EighteenUpRating: SvgIconComponent;
|
|
2958
|
+
export const EighteenUpRatingOutlined: SvgIconComponent;
|
|
2959
|
+
export const EighteenUpRatingRounded: SvgIconComponent;
|
|
2960
|
+
export const EighteenUpRatingSharp: SvgIconComponent;
|
|
2961
|
+
export const EighteenUpRatingTwoTone: SvgIconComponent;
|
|
2957
2962
|
export const EightteenMp: SvgIconComponent;
|
|
2958
2963
|
export const EightteenMpOutlined: SvgIconComponent;
|
|
2959
2964
|
export const EightteenMpRounded: SvgIconComponent;
|
|
@@ -2974,11 +2979,6 @@ export const ElderlyWomanOutlined: SvgIconComponent;
|
|
|
2974
2979
|
export const ElderlyWomanRounded: SvgIconComponent;
|
|
2975
2980
|
export const ElderlyWomanSharp: SvgIconComponent;
|
|
2976
2981
|
export const ElderlyWomanTwoTone: SvgIconComponent;
|
|
2977
|
-
export const ElectricalServices: SvgIconComponent;
|
|
2978
|
-
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
2979
|
-
export const ElectricalServicesRounded: SvgIconComponent;
|
|
2980
|
-
export const ElectricalServicesSharp: SvgIconComponent;
|
|
2981
|
-
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
2982
2982
|
export const ElectricBike: SvgIconComponent;
|
|
2983
2983
|
export const ElectricBikeOutlined: SvgIconComponent;
|
|
2984
2984
|
export const ElectricBikeRounded: SvgIconComponent;
|
|
@@ -3014,6 +3014,11 @@ export const ElectricScooterOutlined: SvgIconComponent;
|
|
|
3014
3014
|
export const ElectricScooterRounded: SvgIconComponent;
|
|
3015
3015
|
export const ElectricScooterSharp: SvgIconComponent;
|
|
3016
3016
|
export const ElectricScooterTwoTone: SvgIconComponent;
|
|
3017
|
+
export const ElectricalServices: SvgIconComponent;
|
|
3018
|
+
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
3019
|
+
export const ElectricalServicesRounded: SvgIconComponent;
|
|
3020
|
+
export const ElectricalServicesSharp: SvgIconComponent;
|
|
3021
|
+
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
3017
3022
|
export const Elevator: SvgIconComponent;
|
|
3018
3023
|
export const ElevatorOutlined: SvgIconComponent;
|
|
3019
3024
|
export const ElevatorRounded: SvgIconComponent;
|
|
@@ -3039,11 +3044,6 @@ export const EmergencyShareOutlined: SvgIconComponent;
|
|
|
3039
3044
|
export const EmergencyShareRounded: SvgIconComponent;
|
|
3040
3045
|
export const EmergencyShareSharp: SvgIconComponent;
|
|
3041
3046
|
export const EmergencyShareTwoTone: SvgIconComponent;
|
|
3042
|
-
export const EMobiledata: SvgIconComponent;
|
|
3043
|
-
export const EMobiledataOutlined: SvgIconComponent;
|
|
3044
|
-
export const EMobiledataRounded: SvgIconComponent;
|
|
3045
|
-
export const EMobiledataSharp: SvgIconComponent;
|
|
3046
|
-
export const EMobiledataTwoTone: SvgIconComponent;
|
|
3047
3047
|
export const EmojiEmotions: SvgIconComponent;
|
|
3048
3048
|
export const EmojiEmotionsOutlined: SvgIconComponent;
|
|
3049
3049
|
export const EmojiEmotionsRounded: SvgIconComponent;
|
|
@@ -3111,11 +3111,11 @@ export const EqualizerSharp: SvgIconComponent;
|
|
|
3111
3111
|
export const EqualizerTwoTone: SvgIconComponent;
|
|
3112
3112
|
export const Error: SvgIconComponent;
|
|
3113
3113
|
export const ErrorOutline: SvgIconComponent;
|
|
3114
|
-
export const ErrorOutlined: SvgIconComponent;
|
|
3115
3114
|
export const ErrorOutlineOutlined: SvgIconComponent;
|
|
3116
3115
|
export const ErrorOutlineRounded: SvgIconComponent;
|
|
3117
3116
|
export const ErrorOutlineSharp: SvgIconComponent;
|
|
3118
3117
|
export const ErrorOutlineTwoTone: SvgIconComponent;
|
|
3118
|
+
export const ErrorOutlined: SvgIconComponent;
|
|
3119
3119
|
export const ErrorRounded: SvgIconComponent;
|
|
3120
3120
|
export const ErrorSharp: SvgIconComponent;
|
|
3121
3121
|
export const ErrorTwoTone: SvgIconComponent;
|
|
@@ -3139,6 +3139,11 @@ export const EuroSymbolRounded: SvgIconComponent;
|
|
|
3139
3139
|
export const EuroSymbolSharp: SvgIconComponent;
|
|
3140
3140
|
export const EuroSymbolTwoTone: SvgIconComponent;
|
|
3141
3141
|
export const EuroTwoTone: SvgIconComponent;
|
|
3142
|
+
export const EvStation: SvgIconComponent;
|
|
3143
|
+
export const EvStationOutlined: SvgIconComponent;
|
|
3144
|
+
export const EvStationRounded: SvgIconComponent;
|
|
3145
|
+
export const EvStationSharp: SvgIconComponent;
|
|
3146
|
+
export const EvStationTwoTone: SvgIconComponent;
|
|
3142
3147
|
export const Event: SvgIconComponent;
|
|
3143
3148
|
export const EventAvailable: SvgIconComponent;
|
|
3144
3149
|
export const EventAvailableOutlined: SvgIconComponent;
|
|
@@ -3169,11 +3174,6 @@ export const EventSeatSharp: SvgIconComponent;
|
|
|
3169
3174
|
export const EventSeatTwoTone: SvgIconComponent;
|
|
3170
3175
|
export const EventSharp: SvgIconComponent;
|
|
3171
3176
|
export const EventTwoTone: SvgIconComponent;
|
|
3172
|
-
export const EvStation: SvgIconComponent;
|
|
3173
|
-
export const EvStationOutlined: SvgIconComponent;
|
|
3174
|
-
export const EvStationRounded: SvgIconComponent;
|
|
3175
|
-
export const EvStationSharp: SvgIconComponent;
|
|
3176
|
-
export const EvStationTwoTone: SvgIconComponent;
|
|
3177
3177
|
export const ExitToApp: SvgIconComponent;
|
|
3178
3178
|
export const ExitToAppOutlined: SvgIconComponent;
|
|
3179
3179
|
export const ExitToAppRounded: SvgIconComponent;
|
|
@@ -3255,11 +3255,6 @@ export const Face6Outlined: SvgIconComponent;
|
|
|
3255
3255
|
export const Face6Rounded: SvgIconComponent;
|
|
3256
3256
|
export const Face6Sharp: SvgIconComponent;
|
|
3257
3257
|
export const Face6TwoTone: SvgIconComponent;
|
|
3258
|
-
export const Facebook: SvgIconComponent;
|
|
3259
|
-
export const FacebookOutlined: SvgIconComponent;
|
|
3260
|
-
export const FacebookRounded: SvgIconComponent;
|
|
3261
|
-
export const FacebookSharp: SvgIconComponent;
|
|
3262
|
-
export const FacebookTwoTone: SvgIconComponent;
|
|
3263
3258
|
export const FaceOutlined: SvgIconComponent;
|
|
3264
3259
|
export const FaceRetouchingNatural: SvgIconComponent;
|
|
3265
3260
|
export const FaceRetouchingNaturalOutlined: SvgIconComponent;
|
|
@@ -3274,6 +3269,11 @@ export const FaceRetouchingOffTwoTone: SvgIconComponent;
|
|
|
3274
3269
|
export const FaceRounded: SvgIconComponent;
|
|
3275
3270
|
export const FaceSharp: SvgIconComponent;
|
|
3276
3271
|
export const FaceTwoTone: SvgIconComponent;
|
|
3272
|
+
export const Facebook: SvgIconComponent;
|
|
3273
|
+
export const FacebookOutlined: SvgIconComponent;
|
|
3274
|
+
export const FacebookRounded: SvgIconComponent;
|
|
3275
|
+
export const FacebookSharp: SvgIconComponent;
|
|
3276
|
+
export const FacebookTwoTone: SvgIconComponent;
|
|
3277
3277
|
export const FactCheck: SvgIconComponent;
|
|
3278
3278
|
export const FactCheckOutlined: SvgIconComponent;
|
|
3279
3279
|
export const FactCheckRounded: SvgIconComponent;
|
|
@@ -3289,11 +3289,6 @@ export const FamilyRestroomOutlined: SvgIconComponent;
|
|
|
3289
3289
|
export const FamilyRestroomRounded: SvgIconComponent;
|
|
3290
3290
|
export const FamilyRestroomSharp: SvgIconComponent;
|
|
3291
3291
|
export const FamilyRestroomTwoTone: SvgIconComponent;
|
|
3292
|
-
export const Fastfood: SvgIconComponent;
|
|
3293
|
-
export const FastfoodOutlined: SvgIconComponent;
|
|
3294
|
-
export const FastfoodRounded: SvgIconComponent;
|
|
3295
|
-
export const FastfoodSharp: SvgIconComponent;
|
|
3296
|
-
export const FastfoodTwoTone: SvgIconComponent;
|
|
3297
3292
|
export const FastForward: SvgIconComponent;
|
|
3298
3293
|
export const FastForwardOutlined: SvgIconComponent;
|
|
3299
3294
|
export const FastForwardRounded: SvgIconComponent;
|
|
@@ -3304,6 +3299,11 @@ export const FastRewindOutlined: SvgIconComponent;
|
|
|
3304
3299
|
export const FastRewindRounded: SvgIconComponent;
|
|
3305
3300
|
export const FastRewindSharp: SvgIconComponent;
|
|
3306
3301
|
export const FastRewindTwoTone: SvgIconComponent;
|
|
3302
|
+
export const Fastfood: SvgIconComponent;
|
|
3303
|
+
export const FastfoodOutlined: SvgIconComponent;
|
|
3304
|
+
export const FastfoodRounded: SvgIconComponent;
|
|
3305
|
+
export const FastfoodSharp: SvgIconComponent;
|
|
3306
|
+
export const FastfoodTwoTone: SvgIconComponent;
|
|
3307
3307
|
export const Favorite: SvgIconComponent;
|
|
3308
3308
|
export const FavoriteBorder: SvgIconComponent;
|
|
3309
3309
|
export const FavoriteBorderOutlined: SvgIconComponent;
|
|
@@ -3330,15 +3330,15 @@ export const FeaturedVideoRounded: SvgIconComponent;
|
|
|
3330
3330
|
export const FeaturedVideoSharp: SvgIconComponent;
|
|
3331
3331
|
export const FeaturedVideoTwoTone: SvgIconComponent;
|
|
3332
3332
|
export const Feed: SvgIconComponent;
|
|
3333
|
+
export const FeedOutlined: SvgIconComponent;
|
|
3334
|
+
export const FeedRounded: SvgIconComponent;
|
|
3335
|
+
export const FeedSharp: SvgIconComponent;
|
|
3336
|
+
export const FeedTwoTone: SvgIconComponent;
|
|
3333
3337
|
export const Feedback: SvgIconComponent;
|
|
3334
3338
|
export const FeedbackOutlined: SvgIconComponent;
|
|
3335
3339
|
export const FeedbackRounded: SvgIconComponent;
|
|
3336
3340
|
export const FeedbackSharp: SvgIconComponent;
|
|
3337
3341
|
export const FeedbackTwoTone: SvgIconComponent;
|
|
3338
|
-
export const FeedOutlined: SvgIconComponent;
|
|
3339
|
-
export const FeedRounded: SvgIconComponent;
|
|
3340
|
-
export const FeedSharp: SvgIconComponent;
|
|
3341
|
-
export const FeedTwoTone: SvgIconComponent;
|
|
3342
3342
|
export const Female: SvgIconComponent;
|
|
3343
3343
|
export const FemaleOutlined: SvgIconComponent;
|
|
3344
3344
|
export const FemaleRounded: SvgIconComponent;
|
|
@@ -3559,21 +3559,26 @@ export const FireHydrantAltOutlined: SvgIconComponent;
|
|
|
3559
3559
|
export const FireHydrantAltRounded: SvgIconComponent;
|
|
3560
3560
|
export const FireHydrantAltSharp: SvgIconComponent;
|
|
3561
3561
|
export const FireHydrantAltTwoTone: SvgIconComponent;
|
|
3562
|
-
export const Fireplace: SvgIconComponent;
|
|
3563
|
-
export const FireplaceOutlined: SvgIconComponent;
|
|
3564
|
-
export const FireplaceRounded: SvgIconComponent;
|
|
3565
|
-
export const FireplaceSharp: SvgIconComponent;
|
|
3566
|
-
export const FireplaceTwoTone: SvgIconComponent;
|
|
3567
3562
|
export const FireTruck: SvgIconComponent;
|
|
3568
3563
|
export const FireTruckOutlined: SvgIconComponent;
|
|
3569
3564
|
export const FireTruckRounded: SvgIconComponent;
|
|
3570
3565
|
export const FireTruckSharp: SvgIconComponent;
|
|
3571
3566
|
export const FireTruckTwoTone: SvgIconComponent;
|
|
3567
|
+
export const Fireplace: SvgIconComponent;
|
|
3568
|
+
export const FireplaceOutlined: SvgIconComponent;
|
|
3569
|
+
export const FireplaceRounded: SvgIconComponent;
|
|
3570
|
+
export const FireplaceSharp: SvgIconComponent;
|
|
3571
|
+
export const FireplaceTwoTone: SvgIconComponent;
|
|
3572
3572
|
export const FirstPage: SvgIconComponent;
|
|
3573
3573
|
export const FirstPageOutlined: SvgIconComponent;
|
|
3574
3574
|
export const FirstPageRounded: SvgIconComponent;
|
|
3575
3575
|
export const FirstPageSharp: SvgIconComponent;
|
|
3576
3576
|
export const FirstPageTwoTone: SvgIconComponent;
|
|
3577
|
+
export const FitScreen: SvgIconComponent;
|
|
3578
|
+
export const FitScreenOutlined: SvgIconComponent;
|
|
3579
|
+
export const FitScreenRounded: SvgIconComponent;
|
|
3580
|
+
export const FitScreenSharp: SvgIconComponent;
|
|
3581
|
+
export const FitScreenTwoTone: SvgIconComponent;
|
|
3577
3582
|
export const Fitbit: SvgIconComponent;
|
|
3578
3583
|
export const FitbitOutlined: SvgIconComponent;
|
|
3579
3584
|
export const FitbitRounded: SvgIconComponent;
|
|
@@ -3584,11 +3589,6 @@ export const FitnessCenterOutlined: SvgIconComponent;
|
|
|
3584
3589
|
export const FitnessCenterRounded: SvgIconComponent;
|
|
3585
3590
|
export const FitnessCenterSharp: SvgIconComponent;
|
|
3586
3591
|
export const FitnessCenterTwoTone: SvgIconComponent;
|
|
3587
|
-
export const FitScreen: SvgIconComponent;
|
|
3588
|
-
export const FitScreenOutlined: SvgIconComponent;
|
|
3589
|
-
export const FitScreenRounded: SvgIconComponent;
|
|
3590
|
-
export const FitScreenSharp: SvgIconComponent;
|
|
3591
|
-
export const FitScreenTwoTone: SvgIconComponent;
|
|
3592
3592
|
export const FiveG: SvgIconComponent;
|
|
3593
3593
|
export const FiveGOutlined: SvgIconComponent;
|
|
3594
3594
|
export const FiveGRounded: SvgIconComponent;
|
|
@@ -3639,16 +3639,6 @@ export const FlashAutoOutlined: SvgIconComponent;
|
|
|
3639
3639
|
export const FlashAutoRounded: SvgIconComponent;
|
|
3640
3640
|
export const FlashAutoSharp: SvgIconComponent;
|
|
3641
3641
|
export const FlashAutoTwoTone: SvgIconComponent;
|
|
3642
|
-
export const FlashlightOff: SvgIconComponent;
|
|
3643
|
-
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3644
|
-
export const FlashlightOffRounded: SvgIconComponent;
|
|
3645
|
-
export const FlashlightOffSharp: SvgIconComponent;
|
|
3646
|
-
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3647
|
-
export const FlashlightOn: SvgIconComponent;
|
|
3648
|
-
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3649
|
-
export const FlashlightOnRounded: SvgIconComponent;
|
|
3650
|
-
export const FlashlightOnSharp: SvgIconComponent;
|
|
3651
|
-
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3652
3642
|
export const FlashOff: SvgIconComponent;
|
|
3653
3643
|
export const FlashOffOutlined: SvgIconComponent;
|
|
3654
3644
|
export const FlashOffRounded: SvgIconComponent;
|
|
@@ -3659,6 +3649,16 @@ export const FlashOnOutlined: SvgIconComponent;
|
|
|
3659
3649
|
export const FlashOnRounded: SvgIconComponent;
|
|
3660
3650
|
export const FlashOnSharp: SvgIconComponent;
|
|
3661
3651
|
export const FlashOnTwoTone: SvgIconComponent;
|
|
3652
|
+
export const FlashlightOff: SvgIconComponent;
|
|
3653
|
+
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3654
|
+
export const FlashlightOffRounded: SvgIconComponent;
|
|
3655
|
+
export const FlashlightOffSharp: SvgIconComponent;
|
|
3656
|
+
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3657
|
+
export const FlashlightOn: SvgIconComponent;
|
|
3658
|
+
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3659
|
+
export const FlashlightOnRounded: SvgIconComponent;
|
|
3660
|
+
export const FlashlightOnSharp: SvgIconComponent;
|
|
3661
|
+
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3662
3662
|
export const Flatware: SvgIconComponent;
|
|
3663
3663
|
export const FlatwareOutlined: SvgIconComponent;
|
|
3664
3664
|
export const FlatwareRounded: SvgIconComponent;
|
|
@@ -4024,6 +4024,16 @@ export const FunctionsOutlined: SvgIconComponent;
|
|
|
4024
4024
|
export const FunctionsRounded: SvgIconComponent;
|
|
4025
4025
|
export const FunctionsSharp: SvgIconComponent;
|
|
4026
4026
|
export const FunctionsTwoTone: SvgIconComponent;
|
|
4027
|
+
export const GMobiledata: SvgIconComponent;
|
|
4028
|
+
export const GMobiledataOutlined: SvgIconComponent;
|
|
4029
|
+
export const GMobiledataRounded: SvgIconComponent;
|
|
4030
|
+
export const GMobiledataSharp: SvgIconComponent;
|
|
4031
|
+
export const GMobiledataTwoTone: SvgIconComponent;
|
|
4032
|
+
export const GTranslate: SvgIconComponent;
|
|
4033
|
+
export const GTranslateOutlined: SvgIconComponent;
|
|
4034
|
+
export const GTranslateRounded: SvgIconComponent;
|
|
4035
|
+
export const GTranslateSharp: SvgIconComponent;
|
|
4036
|
+
export const GTranslateTwoTone: SvgIconComponent;
|
|
4027
4037
|
export const Gamepad: SvgIconComponent;
|
|
4028
4038
|
export const GamepadOutlined: SvgIconComponent;
|
|
4029
4039
|
export const GamepadRounded: SvgIconComponent;
|
|
@@ -4074,17 +4084,12 @@ export const GirlOutlined: SvgIconComponent;
|
|
|
4074
4084
|
export const GirlRounded: SvgIconComponent;
|
|
4075
4085
|
export const GirlSharp: SvgIconComponent;
|
|
4076
4086
|
export const GirlTwoTone: SvgIconComponent;
|
|
4087
|
+
export const GitHub: SvgIconComponent;
|
|
4077
4088
|
export const Gite: SvgIconComponent;
|
|
4078
4089
|
export const GiteOutlined: SvgIconComponent;
|
|
4079
4090
|
export const GiteRounded: SvgIconComponent;
|
|
4080
4091
|
export const GiteSharp: SvgIconComponent;
|
|
4081
4092
|
export const GiteTwoTone: SvgIconComponent;
|
|
4082
|
-
export const GitHub: SvgIconComponent;
|
|
4083
|
-
export const GMobiledata: SvgIconComponent;
|
|
4084
|
-
export const GMobiledataOutlined: SvgIconComponent;
|
|
4085
|
-
export const GMobiledataRounded: SvgIconComponent;
|
|
4086
|
-
export const GMobiledataSharp: SvgIconComponent;
|
|
4087
|
-
export const GMobiledataTwoTone: SvgIconComponent;
|
|
4088
4093
|
export const GolfCourse: SvgIconComponent;
|
|
4089
4094
|
export const GolfCourseOutlined: SvgIconComponent;
|
|
4090
4095
|
export const GolfCourseRounded: SvgIconComponent;
|
|
@@ -4194,6 +4199,13 @@ export const GroupRemoveRounded: SvgIconComponent;
|
|
|
4194
4199
|
export const GroupRemoveSharp: SvgIconComponent;
|
|
4195
4200
|
export const GroupRemoveTwoTone: SvgIconComponent;
|
|
4196
4201
|
export const GroupRounded: SvgIconComponent;
|
|
4202
|
+
export const GroupSharp: SvgIconComponent;
|
|
4203
|
+
export const GroupTwoTone: SvgIconComponent;
|
|
4204
|
+
export const GroupWork: SvgIconComponent;
|
|
4205
|
+
export const GroupWorkOutlined: SvgIconComponent;
|
|
4206
|
+
export const GroupWorkRounded: SvgIconComponent;
|
|
4207
|
+
export const GroupWorkSharp: SvgIconComponent;
|
|
4208
|
+
export const GroupWorkTwoTone: SvgIconComponent;
|
|
4197
4209
|
export const Groups: SvgIconComponent;
|
|
4198
4210
|
export const Groups2: SvgIconComponent;
|
|
4199
4211
|
export const Groups2Outlined: SvgIconComponent;
|
|
@@ -4205,22 +4217,20 @@ export const Groups3Outlined: SvgIconComponent;
|
|
|
4205
4217
|
export const Groups3Rounded: SvgIconComponent;
|
|
4206
4218
|
export const Groups3Sharp: SvgIconComponent;
|
|
4207
4219
|
export const Groups3TwoTone: SvgIconComponent;
|
|
4208
|
-
export const GroupSharp: SvgIconComponent;
|
|
4209
4220
|
export const GroupsOutlined: SvgIconComponent;
|
|
4210
4221
|
export const GroupsRounded: SvgIconComponent;
|
|
4211
4222
|
export const GroupsSharp: SvgIconComponent;
|
|
4212
4223
|
export const GroupsTwoTone: SvgIconComponent;
|
|
4213
|
-
export const
|
|
4214
|
-
export const
|
|
4215
|
-
export const
|
|
4216
|
-
export const
|
|
4217
|
-
export const
|
|
4218
|
-
export const
|
|
4219
|
-
export const
|
|
4220
|
-
export const
|
|
4221
|
-
export const
|
|
4222
|
-
export const
|
|
4223
|
-
export const GTranslateTwoTone: SvgIconComponent;
|
|
4224
|
+
export const HMobiledata: SvgIconComponent;
|
|
4225
|
+
export const HMobiledataOutlined: SvgIconComponent;
|
|
4226
|
+
export const HMobiledataRounded: SvgIconComponent;
|
|
4227
|
+
export const HMobiledataSharp: SvgIconComponent;
|
|
4228
|
+
export const HMobiledataTwoTone: SvgIconComponent;
|
|
4229
|
+
export const HPlusMobiledata: SvgIconComponent;
|
|
4230
|
+
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
4231
|
+
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
4232
|
+
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
4233
|
+
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
4224
4234
|
export const Hail: SvgIconComponent;
|
|
4225
4235
|
export const HailOutlined: SvgIconComponent;
|
|
4226
4236
|
export const HailRounded: SvgIconComponent;
|
|
@@ -4243,6 +4253,9 @@ export const HardwareSharp: SvgIconComponent;
|
|
|
4243
4253
|
export const HardwareTwoTone: SvgIconComponent;
|
|
4244
4254
|
export const Hd: SvgIconComponent;
|
|
4245
4255
|
export const HdOutlined: SvgIconComponent;
|
|
4256
|
+
export const HdRounded: SvgIconComponent;
|
|
4257
|
+
export const HdSharp: SvgIconComponent;
|
|
4258
|
+
export const HdTwoTone: SvgIconComponent;
|
|
4246
4259
|
export const HdrAuto: SvgIconComponent;
|
|
4247
4260
|
export const HdrAutoOutlined: SvgIconComponent;
|
|
4248
4261
|
export const HdrAutoRounded: SvgIconComponent;
|
|
@@ -4278,7 +4291,6 @@ export const HdrOnSelectSharp: SvgIconComponent;
|
|
|
4278
4291
|
export const HdrOnSelectTwoTone: SvgIconComponent;
|
|
4279
4292
|
export const HdrOnSharp: SvgIconComponent;
|
|
4280
4293
|
export const HdrOnTwoTone: SvgIconComponent;
|
|
4281
|
-
export const HdRounded: SvgIconComponent;
|
|
4282
4294
|
export const HdrPlus: SvgIconComponent;
|
|
4283
4295
|
export const HdrPlusOutlined: SvgIconComponent;
|
|
4284
4296
|
export const HdrPlusRounded: SvgIconComponent;
|
|
@@ -4294,8 +4306,6 @@ export const HdrWeakOutlined: SvgIconComponent;
|
|
|
4294
4306
|
export const HdrWeakRounded: SvgIconComponent;
|
|
4295
4307
|
export const HdrWeakSharp: SvgIconComponent;
|
|
4296
4308
|
export const HdrWeakTwoTone: SvgIconComponent;
|
|
4297
|
-
export const HdSharp: SvgIconComponent;
|
|
4298
|
-
export const HdTwoTone: SvgIconComponent;
|
|
4299
4309
|
export const Headphones: SvgIconComponent;
|
|
4300
4310
|
export const HeadphonesBattery: SvgIconComponent;
|
|
4301
4311
|
export const HeadphonesBatteryOutlined: SvgIconComponent;
|
|
@@ -4363,11 +4373,11 @@ export const HelpCenterRounded: SvgIconComponent;
|
|
|
4363
4373
|
export const HelpCenterSharp: SvgIconComponent;
|
|
4364
4374
|
export const HelpCenterTwoTone: SvgIconComponent;
|
|
4365
4375
|
export const HelpOutline: SvgIconComponent;
|
|
4366
|
-
export const HelpOutlined: SvgIconComponent;
|
|
4367
4376
|
export const HelpOutlineOutlined: SvgIconComponent;
|
|
4368
4377
|
export const HelpOutlineRounded: SvgIconComponent;
|
|
4369
4378
|
export const HelpOutlineSharp: SvgIconComponent;
|
|
4370
4379
|
export const HelpOutlineTwoTone: SvgIconComponent;
|
|
4380
|
+
export const HelpOutlined: SvgIconComponent;
|
|
4371
4381
|
export const HelpRounded: SvgIconComponent;
|
|
4372
4382
|
export const HelpSharp: SvgIconComponent;
|
|
4373
4383
|
export const HelpTwoTone: SvgIconComponent;
|
|
@@ -4391,6 +4401,11 @@ export const HideSourceOutlined: SvgIconComponent;
|
|
|
4391
4401
|
export const HideSourceRounded: SvgIconComponent;
|
|
4392
4402
|
export const HideSourceSharp: SvgIconComponent;
|
|
4393
4403
|
export const HideSourceTwoTone: SvgIconComponent;
|
|
4404
|
+
export const HighQuality: SvgIconComponent;
|
|
4405
|
+
export const HighQualityOutlined: SvgIconComponent;
|
|
4406
|
+
export const HighQualityRounded: SvgIconComponent;
|
|
4407
|
+
export const HighQualitySharp: SvgIconComponent;
|
|
4408
|
+
export const HighQualityTwoTone: SvgIconComponent;
|
|
4394
4409
|
export const Highlight: SvgIconComponent;
|
|
4395
4410
|
export const HighlightAlt: SvgIconComponent;
|
|
4396
4411
|
export const HighlightAltOutlined: SvgIconComponent;
|
|
@@ -4406,11 +4421,6 @@ export const HighlightOutlined: SvgIconComponent;
|
|
|
4406
4421
|
export const HighlightRounded: SvgIconComponent;
|
|
4407
4422
|
export const HighlightSharp: SvgIconComponent;
|
|
4408
4423
|
export const HighlightTwoTone: SvgIconComponent;
|
|
4409
|
-
export const HighQuality: SvgIconComponent;
|
|
4410
|
-
export const HighQualityOutlined: SvgIconComponent;
|
|
4411
|
-
export const HighQualityRounded: SvgIconComponent;
|
|
4412
|
-
export const HighQualitySharp: SvgIconComponent;
|
|
4413
|
-
export const HighQualityTwoTone: SvgIconComponent;
|
|
4414
4424
|
export const Hiking: SvgIconComponent;
|
|
4415
4425
|
export const HikingOutlined: SvgIconComponent;
|
|
4416
4426
|
export const HikingRounded: SvgIconComponent;
|
|
@@ -4446,11 +4456,6 @@ export const HlsOutlined: SvgIconComponent;
|
|
|
4446
4456
|
export const HlsRounded: SvgIconComponent;
|
|
4447
4457
|
export const HlsSharp: SvgIconComponent;
|
|
4448
4458
|
export const HlsTwoTone: SvgIconComponent;
|
|
4449
|
-
export const HMobiledata: SvgIconComponent;
|
|
4450
|
-
export const HMobiledataOutlined: SvgIconComponent;
|
|
4451
|
-
export const HMobiledataRounded: SvgIconComponent;
|
|
4452
|
-
export const HMobiledataSharp: SvgIconComponent;
|
|
4453
|
-
export const HMobiledataTwoTone: SvgIconComponent;
|
|
4454
4459
|
export const HolidayVillage: SvgIconComponent;
|
|
4455
4460
|
export const HolidayVillageOutlined: SvgIconComponent;
|
|
4456
4461
|
export const HolidayVillageRounded: SvgIconComponent;
|
|
@@ -4491,16 +4496,16 @@ export const HorizontalSplitOutlined: SvgIconComponent;
|
|
|
4491
4496
|
export const HorizontalSplitRounded: SvgIconComponent;
|
|
4492
4497
|
export const HorizontalSplitSharp: SvgIconComponent;
|
|
4493
4498
|
export const HorizontalSplitTwoTone: SvgIconComponent;
|
|
4494
|
-
export const Hotel: SvgIconComponent;
|
|
4495
|
-
export const HotelOutlined: SvgIconComponent;
|
|
4496
|
-
export const HotelRounded: SvgIconComponent;
|
|
4497
|
-
export const HotelSharp: SvgIconComponent;
|
|
4498
|
-
export const HotelTwoTone: SvgIconComponent;
|
|
4499
4499
|
export const HotTub: SvgIconComponent;
|
|
4500
4500
|
export const HotTubOutlined: SvgIconComponent;
|
|
4501
4501
|
export const HotTubRounded: SvgIconComponent;
|
|
4502
4502
|
export const HotTubSharp: SvgIconComponent;
|
|
4503
4503
|
export const HotTubTwoTone: SvgIconComponent;
|
|
4504
|
+
export const Hotel: SvgIconComponent;
|
|
4505
|
+
export const HotelOutlined: SvgIconComponent;
|
|
4506
|
+
export const HotelRounded: SvgIconComponent;
|
|
4507
|
+
export const HotelSharp: SvgIconComponent;
|
|
4508
|
+
export const HotelTwoTone: SvgIconComponent;
|
|
4504
4509
|
export const HourglassBottom: SvgIconComponent;
|
|
4505
4510
|
export const HourglassBottomOutlined: SvgIconComponent;
|
|
4506
4511
|
export const HourglassBottomRounded: SvgIconComponent;
|
|
@@ -4527,11 +4532,6 @@ export const HourglassTopRounded: SvgIconComponent;
|
|
|
4527
4532
|
export const HourglassTopSharp: SvgIconComponent;
|
|
4528
4533
|
export const HourglassTopTwoTone: SvgIconComponent;
|
|
4529
4534
|
export const House: SvgIconComponent;
|
|
4530
|
-
export const Houseboat: SvgIconComponent;
|
|
4531
|
-
export const HouseboatOutlined: SvgIconComponent;
|
|
4532
|
-
export const HouseboatRounded: SvgIconComponent;
|
|
4533
|
-
export const HouseboatSharp: SvgIconComponent;
|
|
4534
|
-
export const HouseboatTwoTone: SvgIconComponent;
|
|
4535
4535
|
export const HouseOutlined: SvgIconComponent;
|
|
4536
4536
|
export const HouseRounded: SvgIconComponent;
|
|
4537
4537
|
export const HouseSharp: SvgIconComponent;
|
|
@@ -4541,6 +4541,11 @@ export const HouseSidingRounded: SvgIconComponent;
|
|
|
4541
4541
|
export const HouseSidingSharp: SvgIconComponent;
|
|
4542
4542
|
export const HouseSidingTwoTone: SvgIconComponent;
|
|
4543
4543
|
export const HouseTwoTone: SvgIconComponent;
|
|
4544
|
+
export const Houseboat: SvgIconComponent;
|
|
4545
|
+
export const HouseboatOutlined: SvgIconComponent;
|
|
4546
|
+
export const HouseboatRounded: SvgIconComponent;
|
|
4547
|
+
export const HouseboatSharp: SvgIconComponent;
|
|
4548
|
+
export const HouseboatTwoTone: SvgIconComponent;
|
|
4544
4549
|
export const HowToReg: SvgIconComponent;
|
|
4545
4550
|
export const HowToRegOutlined: SvgIconComponent;
|
|
4546
4551
|
export const HowToRegRounded: SvgIconComponent;
|
|
@@ -4551,11 +4556,6 @@ export const HowToVoteOutlined: SvgIconComponent;
|
|
|
4551
4556
|
export const HowToVoteRounded: SvgIconComponent;
|
|
4552
4557
|
export const HowToVoteSharp: SvgIconComponent;
|
|
4553
4558
|
export const HowToVoteTwoTone: SvgIconComponent;
|
|
4554
|
-
export const HPlusMobiledata: SvgIconComponent;
|
|
4555
|
-
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
4556
|
-
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
4557
|
-
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
4558
|
-
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
4559
4559
|
export const Html: SvgIconComponent;
|
|
4560
4560
|
export const HtmlOutlined: SvgIconComponent;
|
|
4561
4561
|
export const HtmlRounded: SvgIconComponent;
|
|
@@ -4564,13 +4564,13 @@ export const HtmlTwoTone: SvgIconComponent;
|
|
|
4564
4564
|
export const Http: SvgIconComponent;
|
|
4565
4565
|
export const HttpOutlined: SvgIconComponent;
|
|
4566
4566
|
export const HttpRounded: SvgIconComponent;
|
|
4567
|
-
export const Https: SvgIconComponent;
|
|
4568
4567
|
export const HttpSharp: SvgIconComponent;
|
|
4568
|
+
export const HttpTwoTone: SvgIconComponent;
|
|
4569
|
+
export const Https: SvgIconComponent;
|
|
4569
4570
|
export const HttpsOutlined: SvgIconComponent;
|
|
4570
4571
|
export const HttpsRounded: SvgIconComponent;
|
|
4571
4572
|
export const HttpsSharp: SvgIconComponent;
|
|
4572
4573
|
export const HttpsTwoTone: SvgIconComponent;
|
|
4573
|
-
export const HttpTwoTone: SvgIconComponent;
|
|
4574
4574
|
export const Hub: SvgIconComponent;
|
|
4575
4575
|
export const HubOutlined: SvgIconComponent;
|
|
4576
4576
|
export const HubRounded: SvgIconComponent;
|
|
@@ -4581,16 +4581,16 @@ export const HvacOutlined: SvgIconComponent;
|
|
|
4581
4581
|
export const HvacRounded: SvgIconComponent;
|
|
4582
4582
|
export const HvacSharp: SvgIconComponent;
|
|
4583
4583
|
export const HvacTwoTone: SvgIconComponent;
|
|
4584
|
-
export const Icecream: SvgIconComponent;
|
|
4585
|
-
export const IcecreamOutlined: SvgIconComponent;
|
|
4586
|
-
export const IcecreamRounded: SvgIconComponent;
|
|
4587
|
-
export const IcecreamSharp: SvgIconComponent;
|
|
4588
|
-
export const IcecreamTwoTone: SvgIconComponent;
|
|
4589
4584
|
export const IceSkating: SvgIconComponent;
|
|
4590
4585
|
export const IceSkatingOutlined: SvgIconComponent;
|
|
4591
4586
|
export const IceSkatingRounded: SvgIconComponent;
|
|
4592
4587
|
export const IceSkatingSharp: SvgIconComponent;
|
|
4593
4588
|
export const IceSkatingTwoTone: SvgIconComponent;
|
|
4589
|
+
export const Icecream: SvgIconComponent;
|
|
4590
|
+
export const IcecreamOutlined: SvgIconComponent;
|
|
4591
|
+
export const IcecreamRounded: SvgIconComponent;
|
|
4592
|
+
export const IcecreamSharp: SvgIconComponent;
|
|
4593
|
+
export const IcecreamTwoTone: SvgIconComponent;
|
|
4594
4594
|
export const Image: SvgIconComponent;
|
|
4595
4595
|
export const ImageAspectRatio: SvgIconComponent;
|
|
4596
4596
|
export const ImageAspectRatioOutlined: SvgIconComponent;
|
|
@@ -4606,21 +4606,16 @@ export const ImageOutlined: SvgIconComponent;
|
|
|
4606
4606
|
export const ImageRounded: SvgIconComponent;
|
|
4607
4607
|
export const ImageSearch: SvgIconComponent;
|
|
4608
4608
|
export const ImageSearchOutlined: SvgIconComponent;
|
|
4609
|
-
export const ImagesearchRoller: SvgIconComponent;
|
|
4610
|
-
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4611
|
-
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4612
|
-
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4613
|
-
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4614
4609
|
export const ImageSearchRounded: SvgIconComponent;
|
|
4615
4610
|
export const ImageSearchSharp: SvgIconComponent;
|
|
4616
4611
|
export const ImageSearchTwoTone: SvgIconComponent;
|
|
4617
4612
|
export const ImageSharp: SvgIconComponent;
|
|
4618
4613
|
export const ImageTwoTone: SvgIconComponent;
|
|
4619
|
-
export const
|
|
4620
|
-
export const
|
|
4621
|
-
export const
|
|
4622
|
-
export const
|
|
4623
|
-
export const
|
|
4614
|
+
export const ImagesearchRoller: SvgIconComponent;
|
|
4615
|
+
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4616
|
+
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4617
|
+
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4618
|
+
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4624
4619
|
export const ImportContacts: SvgIconComponent;
|
|
4625
4620
|
export const ImportContactsOutlined: SvgIconComponent;
|
|
4626
4621
|
export const ImportContactsRounded: SvgIconComponent;
|
|
@@ -4631,6 +4626,11 @@ export const ImportExportOutlined: SvgIconComponent;
|
|
|
4631
4626
|
export const ImportExportRounded: SvgIconComponent;
|
|
4632
4627
|
export const ImportExportSharp: SvgIconComponent;
|
|
4633
4628
|
export const ImportExportTwoTone: SvgIconComponent;
|
|
4629
|
+
export const ImportantDevices: SvgIconComponent;
|
|
4630
|
+
export const ImportantDevicesOutlined: SvgIconComponent;
|
|
4631
|
+
export const ImportantDevicesRounded: SvgIconComponent;
|
|
4632
|
+
export const ImportantDevicesSharp: SvgIconComponent;
|
|
4633
|
+
export const ImportantDevicesTwoTone: SvgIconComponent;
|
|
4634
4634
|
export const Inbox: SvgIconComponent;
|
|
4635
4635
|
export const InboxOutlined: SvgIconComponent;
|
|
4636
4636
|
export const InboxRounded: SvgIconComponent;
|
|
@@ -4797,6 +4797,15 @@ export const KebabDiningRounded: SvgIconComponent;
|
|
|
4797
4797
|
export const KebabDiningSharp: SvgIconComponent;
|
|
4798
4798
|
export const KebabDiningTwoTone: SvgIconComponent;
|
|
4799
4799
|
export const Key: SvgIconComponent;
|
|
4800
|
+
export const KeyOff: SvgIconComponent;
|
|
4801
|
+
export const KeyOffOutlined: SvgIconComponent;
|
|
4802
|
+
export const KeyOffRounded: SvgIconComponent;
|
|
4803
|
+
export const KeyOffSharp: SvgIconComponent;
|
|
4804
|
+
export const KeyOffTwoTone: SvgIconComponent;
|
|
4805
|
+
export const KeyOutlined: SvgIconComponent;
|
|
4806
|
+
export const KeyRounded: SvgIconComponent;
|
|
4807
|
+
export const KeySharp: SvgIconComponent;
|
|
4808
|
+
export const KeyTwoTone: SvgIconComponent;
|
|
4800
4809
|
export const Keyboard: SvgIconComponent;
|
|
4801
4810
|
export const KeyboardAlt: SvgIconComponent;
|
|
4802
4811
|
export const KeyboardAltOutlined: SvgIconComponent;
|
|
@@ -4892,15 +4901,6 @@ export const KeyboardVoiceOutlined: SvgIconComponent;
|
|
|
4892
4901
|
export const KeyboardVoiceRounded: SvgIconComponent;
|
|
4893
4902
|
export const KeyboardVoiceSharp: SvgIconComponent;
|
|
4894
4903
|
export const KeyboardVoiceTwoTone: SvgIconComponent;
|
|
4895
|
-
export const KeyOff: SvgIconComponent;
|
|
4896
|
-
export const KeyOffOutlined: SvgIconComponent;
|
|
4897
|
-
export const KeyOffRounded: SvgIconComponent;
|
|
4898
|
-
export const KeyOffSharp: SvgIconComponent;
|
|
4899
|
-
export const KeyOffTwoTone: SvgIconComponent;
|
|
4900
|
-
export const KeyOutlined: SvgIconComponent;
|
|
4901
|
-
export const KeyRounded: SvgIconComponent;
|
|
4902
|
-
export const KeySharp: SvgIconComponent;
|
|
4903
|
-
export const KeyTwoTone: SvgIconComponent;
|
|
4904
4904
|
export const KingBed: SvgIconComponent;
|
|
4905
4905
|
export const KingBedOutlined: SvgIconComponent;
|
|
4906
4906
|
export const KingBedRounded: SvgIconComponent;
|
|
@@ -4932,6 +4932,10 @@ export const LabelRounded: SvgIconComponent;
|
|
|
4932
4932
|
export const LabelSharp: SvgIconComponent;
|
|
4933
4933
|
export const LabelTwoTone: SvgIconComponent;
|
|
4934
4934
|
export const Lan: SvgIconComponent;
|
|
4935
|
+
export const LanOutlined: SvgIconComponent;
|
|
4936
|
+
export const LanRounded: SvgIconComponent;
|
|
4937
|
+
export const LanSharp: SvgIconComponent;
|
|
4938
|
+
export const LanTwoTone: SvgIconComponent;
|
|
4935
4939
|
export const Landscape: SvgIconComponent;
|
|
4936
4940
|
export const LandscapeOutlined: SvgIconComponent;
|
|
4937
4941
|
export const LandscapeRounded: SvgIconComponent;
|
|
@@ -4947,10 +4951,6 @@ export const LanguageOutlined: SvgIconComponent;
|
|
|
4947
4951
|
export const LanguageRounded: SvgIconComponent;
|
|
4948
4952
|
export const LanguageSharp: SvgIconComponent;
|
|
4949
4953
|
export const LanguageTwoTone: SvgIconComponent;
|
|
4950
|
-
export const LanOutlined: SvgIconComponent;
|
|
4951
|
-
export const LanRounded: SvgIconComponent;
|
|
4952
|
-
export const LanSharp: SvgIconComponent;
|
|
4953
|
-
export const LanTwoTone: SvgIconComponent;
|
|
4954
4954
|
export const Laptop: SvgIconComponent;
|
|
4955
4955
|
export const LaptopChromebook: SvgIconComponent;
|
|
4956
4956
|
export const LaptopChromebookOutlined: SvgIconComponent;
|
|
@@ -5042,6 +5042,15 @@ export const LibraryMusicRounded: SvgIconComponent;
|
|
|
5042
5042
|
export const LibraryMusicSharp: SvgIconComponent;
|
|
5043
5043
|
export const LibraryMusicTwoTone: SvgIconComponent;
|
|
5044
5044
|
export const Light: SvgIconComponent;
|
|
5045
|
+
export const LightMode: SvgIconComponent;
|
|
5046
|
+
export const LightModeOutlined: SvgIconComponent;
|
|
5047
|
+
export const LightModeRounded: SvgIconComponent;
|
|
5048
|
+
export const LightModeSharp: SvgIconComponent;
|
|
5049
|
+
export const LightModeTwoTone: SvgIconComponent;
|
|
5050
|
+
export const LightOutlined: SvgIconComponent;
|
|
5051
|
+
export const LightRounded: SvgIconComponent;
|
|
5052
|
+
export const LightSharp: SvgIconComponent;
|
|
5053
|
+
export const LightTwoTone: SvgIconComponent;
|
|
5045
5054
|
export const Lightbulb: SvgIconComponent;
|
|
5046
5055
|
export const LightbulbCircle: SvgIconComponent;
|
|
5047
5056
|
export const LightbulbCircleOutlined: SvgIconComponent;
|
|
@@ -5052,20 +5061,6 @@ export const LightbulbOutlined: SvgIconComponent;
|
|
|
5052
5061
|
export const LightbulbRounded: SvgIconComponent;
|
|
5053
5062
|
export const LightbulbSharp: SvgIconComponent;
|
|
5054
5063
|
export const LightbulbTwoTone: SvgIconComponent;
|
|
5055
|
-
export const LightMode: SvgIconComponent;
|
|
5056
|
-
export const LightModeOutlined: SvgIconComponent;
|
|
5057
|
-
export const LightModeRounded: SvgIconComponent;
|
|
5058
|
-
export const LightModeSharp: SvgIconComponent;
|
|
5059
|
-
export const LightModeTwoTone: SvgIconComponent;
|
|
5060
|
-
export const LightOutlined: SvgIconComponent;
|
|
5061
|
-
export const LightRounded: SvgIconComponent;
|
|
5062
|
-
export const LightSharp: SvgIconComponent;
|
|
5063
|
-
export const LightTwoTone: SvgIconComponent;
|
|
5064
|
-
export const LinearScale: SvgIconComponent;
|
|
5065
|
-
export const LinearScaleOutlined: SvgIconComponent;
|
|
5066
|
-
export const LinearScaleRounded: SvgIconComponent;
|
|
5067
|
-
export const LinearScaleSharp: SvgIconComponent;
|
|
5068
|
-
export const LinearScaleTwoTone: SvgIconComponent;
|
|
5069
5064
|
export const LineAxis: SvgIconComponent;
|
|
5070
5065
|
export const LineAxisOutlined: SvgIconComponent;
|
|
5071
5066
|
export const LineAxisRounded: SvgIconComponent;
|
|
@@ -5081,13 +5076,12 @@ export const LineWeightOutlined: SvgIconComponent;
|
|
|
5081
5076
|
export const LineWeightRounded: SvgIconComponent;
|
|
5082
5077
|
export const LineWeightSharp: SvgIconComponent;
|
|
5083
5078
|
export const LineWeightTwoTone: SvgIconComponent;
|
|
5079
|
+
export const LinearScale: SvgIconComponent;
|
|
5080
|
+
export const LinearScaleOutlined: SvgIconComponent;
|
|
5081
|
+
export const LinearScaleRounded: SvgIconComponent;
|
|
5082
|
+
export const LinearScaleSharp: SvgIconComponent;
|
|
5083
|
+
export const LinearScaleTwoTone: SvgIconComponent;
|
|
5084
5084
|
export const Link: SvgIconComponent;
|
|
5085
|
-
export const LinkedCamera: SvgIconComponent;
|
|
5086
|
-
export const LinkedCameraOutlined: SvgIconComponent;
|
|
5087
|
-
export const LinkedCameraRounded: SvgIconComponent;
|
|
5088
|
-
export const LinkedCameraSharp: SvgIconComponent;
|
|
5089
|
-
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
5090
|
-
export const LinkedIn: SvgIconComponent;
|
|
5091
5085
|
export const LinkOff: SvgIconComponent;
|
|
5092
5086
|
export const LinkOffOutlined: SvgIconComponent;
|
|
5093
5087
|
export const LinkOffRounded: SvgIconComponent;
|
|
@@ -5097,6 +5091,12 @@ export const LinkOutlined: SvgIconComponent;
|
|
|
5097
5091
|
export const LinkRounded: SvgIconComponent;
|
|
5098
5092
|
export const LinkSharp: SvgIconComponent;
|
|
5099
5093
|
export const LinkTwoTone: SvgIconComponent;
|
|
5094
|
+
export const LinkedCamera: SvgIconComponent;
|
|
5095
|
+
export const LinkedCameraOutlined: SvgIconComponent;
|
|
5096
|
+
export const LinkedCameraRounded: SvgIconComponent;
|
|
5097
|
+
export const LinkedCameraSharp: SvgIconComponent;
|
|
5098
|
+
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
5099
|
+
export const LinkedIn: SvgIconComponent;
|
|
5100
5100
|
export const Liquor: SvgIconComponent;
|
|
5101
5101
|
export const LiquorOutlined: SvgIconComponent;
|
|
5102
5102
|
export const LiquorRounded: SvgIconComponent;
|
|
@@ -5439,11 +5439,11 @@ export const MailLockRounded: SvgIconComponent;
|
|
|
5439
5439
|
export const MailLockSharp: SvgIconComponent;
|
|
5440
5440
|
export const MailLockTwoTone: SvgIconComponent;
|
|
5441
5441
|
export const MailOutline: SvgIconComponent;
|
|
5442
|
-
export const MailOutlined: SvgIconComponent;
|
|
5443
5442
|
export const MailOutlineOutlined: SvgIconComponent;
|
|
5444
5443
|
export const MailOutlineRounded: SvgIconComponent;
|
|
5445
5444
|
export const MailOutlineSharp: SvgIconComponent;
|
|
5446
5445
|
export const MailOutlineTwoTone: SvgIconComponent;
|
|
5446
|
+
export const MailOutlined: SvgIconComponent;
|
|
5447
5447
|
export const MailRounded: SvgIconComponent;
|
|
5448
5448
|
export const MailSharp: SvgIconComponent;
|
|
5449
5449
|
export const MailTwoTone: SvgIconComponent;
|
|
@@ -5468,6 +5468,10 @@ export const Man4Outlined: SvgIconComponent;
|
|
|
5468
5468
|
export const Man4Rounded: SvgIconComponent;
|
|
5469
5469
|
export const Man4Sharp: SvgIconComponent;
|
|
5470
5470
|
export const Man4TwoTone: SvgIconComponent;
|
|
5471
|
+
export const ManOutlined: SvgIconComponent;
|
|
5472
|
+
export const ManRounded: SvgIconComponent;
|
|
5473
|
+
export const ManSharp: SvgIconComponent;
|
|
5474
|
+
export const ManTwoTone: SvgIconComponent;
|
|
5471
5475
|
export const ManageAccounts: SvgIconComponent;
|
|
5472
5476
|
export const ManageAccountsOutlined: SvgIconComponent;
|
|
5473
5477
|
export const ManageAccountsRounded: SvgIconComponent;
|
|
@@ -5483,14 +5487,11 @@ export const ManageSearchOutlined: SvgIconComponent;
|
|
|
5483
5487
|
export const ManageSearchRounded: SvgIconComponent;
|
|
5484
5488
|
export const ManageSearchSharp: SvgIconComponent;
|
|
5485
5489
|
export const ManageSearchTwoTone: SvgIconComponent;
|
|
5486
|
-
export const ManOutlined: SvgIconComponent;
|
|
5487
|
-
export const ManRounded: SvgIconComponent;
|
|
5488
|
-
export const ManSharp: SvgIconComponent;
|
|
5489
|
-
export const ManTwoTone: SvgIconComponent;
|
|
5490
5490
|
export const Map: SvgIconComponent;
|
|
5491
5491
|
export const MapOutlined: SvgIconComponent;
|
|
5492
5492
|
export const MapRounded: SvgIconComponent;
|
|
5493
5493
|
export const MapSharp: SvgIconComponent;
|
|
5494
|
+
export const MapTwoTone: SvgIconComponent;
|
|
5494
5495
|
export const MapsHomeWork: SvgIconComponent;
|
|
5495
5496
|
export const MapsHomeWorkOutlined: SvgIconComponent;
|
|
5496
5497
|
export const MapsHomeWorkRounded: SvgIconComponent;
|
|
@@ -5501,7 +5502,6 @@ export const MapsUgcOutlined: SvgIconComponent;
|
|
|
5501
5502
|
export const MapsUgcRounded: SvgIconComponent;
|
|
5502
5503
|
export const MapsUgcSharp: SvgIconComponent;
|
|
5503
5504
|
export const MapsUgcTwoTone: SvgIconComponent;
|
|
5504
|
-
export const MapTwoTone: SvgIconComponent;
|
|
5505
5505
|
export const Margin: SvgIconComponent;
|
|
5506
5506
|
export const MarginOutlined: SvgIconComponent;
|
|
5507
5507
|
export const MarginRounded: SvgIconComponent;
|
|
@@ -5532,12 +5532,12 @@ export const MarkEmailUnreadOutlined: SvgIconComponent;
|
|
|
5532
5532
|
export const MarkEmailUnreadRounded: SvgIconComponent;
|
|
5533
5533
|
export const MarkEmailUnreadSharp: SvgIconComponent;
|
|
5534
5534
|
export const MarkEmailUnreadTwoTone: SvgIconComponent;
|
|
5535
|
-
export const Markunread: SvgIconComponent;
|
|
5536
5535
|
export const MarkUnreadChatAlt: SvgIconComponent;
|
|
5537
5536
|
export const MarkUnreadChatAltOutlined: SvgIconComponent;
|
|
5538
5537
|
export const MarkUnreadChatAltRounded: SvgIconComponent;
|
|
5539
5538
|
export const MarkUnreadChatAltSharp: SvgIconComponent;
|
|
5540
5539
|
export const MarkUnreadChatAltTwoTone: SvgIconComponent;
|
|
5540
|
+
export const Markunread: SvgIconComponent;
|
|
5541
5541
|
export const MarkunreadMailbox: SvgIconComponent;
|
|
5542
5542
|
export const MarkunreadMailboxOutlined: SvgIconComponent;
|
|
5543
5543
|
export const MarkunreadMailboxRounded: SvgIconComponent;
|
|
@@ -5654,15 +5654,15 @@ export const MicOffRounded: SvgIconComponent;
|
|
|
5654
5654
|
export const MicOffSharp: SvgIconComponent;
|
|
5655
5655
|
export const MicOffTwoTone: SvgIconComponent;
|
|
5656
5656
|
export const MicOutlined: SvgIconComponent;
|
|
5657
|
-
export const Microsoft: SvgIconComponent;
|
|
5658
5657
|
export const MicRounded: SvgIconComponent;
|
|
5658
|
+
export const MicSharp: SvgIconComponent;
|
|
5659
|
+
export const MicTwoTone: SvgIconComponent;
|
|
5660
|
+
export const Microsoft: SvgIconComponent;
|
|
5659
5661
|
export const Microwave: SvgIconComponent;
|
|
5660
5662
|
export const MicrowaveOutlined: SvgIconComponent;
|
|
5661
5663
|
export const MicrowaveRounded: SvgIconComponent;
|
|
5662
5664
|
export const MicrowaveSharp: SvgIconComponent;
|
|
5663
5665
|
export const MicrowaveTwoTone: SvgIconComponent;
|
|
5664
|
-
export const MicSharp: SvgIconComponent;
|
|
5665
|
-
export const MicTwoTone: SvgIconComponent;
|
|
5666
5666
|
export const MilitaryTech: SvgIconComponent;
|
|
5667
5667
|
export const MilitaryTechOutlined: SvgIconComponent;
|
|
5668
5668
|
export const MilitaryTechRounded: SvgIconComponent;
|
|
@@ -5693,11 +5693,6 @@ export const MmsOutlined: SvgIconComponent;
|
|
|
5693
5693
|
export const MmsRounded: SvgIconComponent;
|
|
5694
5694
|
export const MmsSharp: SvgIconComponent;
|
|
5695
5695
|
export const MmsTwoTone: SvgIconComponent;
|
|
5696
|
-
export const MobiledataOff: SvgIconComponent;
|
|
5697
|
-
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5698
|
-
export const MobiledataOffRounded: SvgIconComponent;
|
|
5699
|
-
export const MobiledataOffSharp: SvgIconComponent;
|
|
5700
|
-
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5701
5696
|
export const MobileFriendly: SvgIconComponent;
|
|
5702
5697
|
export const MobileFriendlyOutlined: SvgIconComponent;
|
|
5703
5698
|
export const MobileFriendlyRounded: SvgIconComponent;
|
|
@@ -5713,6 +5708,11 @@ export const MobileScreenShareOutlined: SvgIconComponent;
|
|
|
5713
5708
|
export const MobileScreenShareRounded: SvgIconComponent;
|
|
5714
5709
|
export const MobileScreenShareSharp: SvgIconComponent;
|
|
5715
5710
|
export const MobileScreenShareTwoTone: SvgIconComponent;
|
|
5711
|
+
export const MobiledataOff: SvgIconComponent;
|
|
5712
|
+
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5713
|
+
export const MobiledataOffRounded: SvgIconComponent;
|
|
5714
|
+
export const MobiledataOffSharp: SvgIconComponent;
|
|
5715
|
+
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5716
5716
|
export const Mode: SvgIconComponent;
|
|
5717
5717
|
export const ModeComment: SvgIconComponent;
|
|
5718
5718
|
export const ModeCommentOutlined: SvgIconComponent;
|
|
@@ -5721,11 +5721,11 @@ export const ModeCommentSharp: SvgIconComponent;
|
|
|
5721
5721
|
export const ModeCommentTwoTone: SvgIconComponent;
|
|
5722
5722
|
export const ModeEdit: SvgIconComponent;
|
|
5723
5723
|
export const ModeEditOutline: SvgIconComponent;
|
|
5724
|
-
export const ModeEditOutlined: SvgIconComponent;
|
|
5725
5724
|
export const ModeEditOutlineOutlined: SvgIconComponent;
|
|
5726
5725
|
export const ModeEditOutlineRounded: SvgIconComponent;
|
|
5727
5726
|
export const ModeEditOutlineSharp: SvgIconComponent;
|
|
5728
5727
|
export const ModeEditOutlineTwoTone: SvgIconComponent;
|
|
5728
|
+
export const ModeEditOutlined: SvgIconComponent;
|
|
5729
5729
|
export const ModeEditRounded: SvgIconComponent;
|
|
5730
5730
|
export const ModeEditSharp: SvgIconComponent;
|
|
5731
5731
|
export const ModeEditTwoTone: SvgIconComponent;
|
|
@@ -5734,11 +5734,6 @@ export const ModeFanOffOutlined: SvgIconComponent;
|
|
|
5734
5734
|
export const ModeFanOffRounded: SvgIconComponent;
|
|
5735
5735
|
export const ModeFanOffSharp: SvgIconComponent;
|
|
5736
5736
|
export const ModeFanOffTwoTone: SvgIconComponent;
|
|
5737
|
-
export const ModelTraining: SvgIconComponent;
|
|
5738
|
-
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5739
|
-
export const ModelTrainingRounded: SvgIconComponent;
|
|
5740
|
-
export const ModelTrainingSharp: SvgIconComponent;
|
|
5741
|
-
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5742
5737
|
export const ModeNight: SvgIconComponent;
|
|
5743
5738
|
export const ModeNightOutlined: SvgIconComponent;
|
|
5744
5739
|
export const ModeNightRounded: SvgIconComponent;
|
|
@@ -5758,6 +5753,11 @@ export const ModeStandbyRounded: SvgIconComponent;
|
|
|
5758
5753
|
export const ModeStandbySharp: SvgIconComponent;
|
|
5759
5754
|
export const ModeStandbyTwoTone: SvgIconComponent;
|
|
5760
5755
|
export const ModeTwoTone: SvgIconComponent;
|
|
5756
|
+
export const ModelTraining: SvgIconComponent;
|
|
5757
|
+
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5758
|
+
export const ModelTrainingRounded: SvgIconComponent;
|
|
5759
|
+
export const ModelTrainingSharp: SvgIconComponent;
|
|
5760
|
+
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5761
5761
|
export const MonetizationOn: SvgIconComponent;
|
|
5762
5762
|
export const MonetizationOnOutlined: SvgIconComponent;
|
|
5763
5763
|
export const MonetizationOnRounded: SvgIconComponent;
|
|
@@ -5958,16 +5958,6 @@ export const NavigationOutlined: SvgIconComponent;
|
|
|
5958
5958
|
export const NavigationRounded: SvgIconComponent;
|
|
5959
5959
|
export const NavigationSharp: SvgIconComponent;
|
|
5960
5960
|
export const NavigationTwoTone: SvgIconComponent;
|
|
5961
|
-
export const NearbyError: SvgIconComponent;
|
|
5962
|
-
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5963
|
-
export const NearbyErrorRounded: SvgIconComponent;
|
|
5964
|
-
export const NearbyErrorSharp: SvgIconComponent;
|
|
5965
|
-
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5966
|
-
export const NearbyOff: SvgIconComponent;
|
|
5967
|
-
export const NearbyOffOutlined: SvgIconComponent;
|
|
5968
|
-
export const NearbyOffRounded: SvgIconComponent;
|
|
5969
|
-
export const NearbyOffSharp: SvgIconComponent;
|
|
5970
|
-
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5971
5961
|
export const NearMe: SvgIconComponent;
|
|
5972
5962
|
export const NearMeDisabled: SvgIconComponent;
|
|
5973
5963
|
export const NearMeDisabledOutlined: SvgIconComponent;
|
|
@@ -5978,6 +5968,16 @@ export const NearMeOutlined: SvgIconComponent;
|
|
|
5978
5968
|
export const NearMeRounded: SvgIconComponent;
|
|
5979
5969
|
export const NearMeSharp: SvgIconComponent;
|
|
5980
5970
|
export const NearMeTwoTone: SvgIconComponent;
|
|
5971
|
+
export const NearbyError: SvgIconComponent;
|
|
5972
|
+
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5973
|
+
export const NearbyErrorRounded: SvgIconComponent;
|
|
5974
|
+
export const NearbyErrorSharp: SvgIconComponent;
|
|
5975
|
+
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5976
|
+
export const NearbyOff: SvgIconComponent;
|
|
5977
|
+
export const NearbyOffOutlined: SvgIconComponent;
|
|
5978
|
+
export const NearbyOffRounded: SvgIconComponent;
|
|
5979
|
+
export const NearbyOffSharp: SvgIconComponent;
|
|
5980
|
+
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5981
5981
|
export const NestCamWiredStand: SvgIconComponent;
|
|
5982
5982
|
export const NestCamWiredStandOutlined: SvgIconComponent;
|
|
5983
5983
|
export const NestCamWiredStandRounded: SvgIconComponent;
|
|
@@ -6048,6 +6048,11 @@ export const NfcOutlined: SvgIconComponent;
|
|
|
6048
6048
|
export const NfcRounded: SvgIconComponent;
|
|
6049
6049
|
export const NfcSharp: SvgIconComponent;
|
|
6050
6050
|
export const NfcTwoTone: SvgIconComponent;
|
|
6051
|
+
export const NightShelter: SvgIconComponent;
|
|
6052
|
+
export const NightShelterOutlined: SvgIconComponent;
|
|
6053
|
+
export const NightShelterRounded: SvgIconComponent;
|
|
6054
|
+
export const NightShelterSharp: SvgIconComponent;
|
|
6055
|
+
export const NightShelterTwoTone: SvgIconComponent;
|
|
6051
6056
|
export const Nightlife: SvgIconComponent;
|
|
6052
6057
|
export const NightlifeOutlined: SvgIconComponent;
|
|
6053
6058
|
export const NightlifeRounded: SvgIconComponent;
|
|
@@ -6056,18 +6061,13 @@ export const NightlifeTwoTone: SvgIconComponent;
|
|
|
6056
6061
|
export const Nightlight: SvgIconComponent;
|
|
6057
6062
|
export const NightlightOutlined: SvgIconComponent;
|
|
6058
6063
|
export const NightlightRound: SvgIconComponent;
|
|
6059
|
-
export const NightlightRounded: SvgIconComponent;
|
|
6060
6064
|
export const NightlightRoundOutlined: SvgIconComponent;
|
|
6061
6065
|
export const NightlightRoundRounded: SvgIconComponent;
|
|
6062
6066
|
export const NightlightRoundSharp: SvgIconComponent;
|
|
6063
6067
|
export const NightlightRoundTwoTone: SvgIconComponent;
|
|
6068
|
+
export const NightlightRounded: SvgIconComponent;
|
|
6064
6069
|
export const NightlightSharp: SvgIconComponent;
|
|
6065
6070
|
export const NightlightTwoTone: SvgIconComponent;
|
|
6066
|
-
export const NightShelter: SvgIconComponent;
|
|
6067
|
-
export const NightShelterOutlined: SvgIconComponent;
|
|
6068
|
-
export const NightShelterRounded: SvgIconComponent;
|
|
6069
|
-
export const NightShelterSharp: SvgIconComponent;
|
|
6070
|
-
export const NightShelterTwoTone: SvgIconComponent;
|
|
6071
6071
|
export const NightsStay: SvgIconComponent;
|
|
6072
6072
|
export const NightsStayOutlined: SvgIconComponent;
|
|
6073
6073
|
export const NightsStayRounded: SvgIconComponent;
|
|
@@ -6143,16 +6143,6 @@ export const NoFoodOutlined: SvgIconComponent;
|
|
|
6143
6143
|
export const NoFoodRounded: SvgIconComponent;
|
|
6144
6144
|
export const NoFoodSharp: SvgIconComponent;
|
|
6145
6145
|
export const NoFoodTwoTone: SvgIconComponent;
|
|
6146
|
-
export const NoiseAware: SvgIconComponent;
|
|
6147
|
-
export const NoiseAwareOutlined: SvgIconComponent;
|
|
6148
|
-
export const NoiseAwareRounded: SvgIconComponent;
|
|
6149
|
-
export const NoiseAwareSharp: SvgIconComponent;
|
|
6150
|
-
export const NoiseAwareTwoTone: SvgIconComponent;
|
|
6151
|
-
export const NoiseControlOff: SvgIconComponent;
|
|
6152
|
-
export const NoiseControlOffOutlined: SvgIconComponent;
|
|
6153
|
-
export const NoiseControlOffRounded: SvgIconComponent;
|
|
6154
|
-
export const NoiseControlOffSharp: SvgIconComponent;
|
|
6155
|
-
export const NoiseControlOffTwoTone: SvgIconComponent;
|
|
6156
6146
|
export const NoLuggage: SvgIconComponent;
|
|
6157
6147
|
export const NoLuggageOutlined: SvgIconComponent;
|
|
6158
6148
|
export const NoLuggageRounded: SvgIconComponent;
|
|
@@ -6173,6 +6163,31 @@ export const NoPhotographyOutlined: SvgIconComponent;
|
|
|
6173
6163
|
export const NoPhotographyRounded: SvgIconComponent;
|
|
6174
6164
|
export const NoPhotographySharp: SvgIconComponent;
|
|
6175
6165
|
export const NoPhotographyTwoTone: SvgIconComponent;
|
|
6166
|
+
export const NoSim: SvgIconComponent;
|
|
6167
|
+
export const NoSimOutlined: SvgIconComponent;
|
|
6168
|
+
export const NoSimRounded: SvgIconComponent;
|
|
6169
|
+
export const NoSimSharp: SvgIconComponent;
|
|
6170
|
+
export const NoSimTwoTone: SvgIconComponent;
|
|
6171
|
+
export const NoStroller: SvgIconComponent;
|
|
6172
|
+
export const NoStrollerOutlined: SvgIconComponent;
|
|
6173
|
+
export const NoStrollerRounded: SvgIconComponent;
|
|
6174
|
+
export const NoStrollerSharp: SvgIconComponent;
|
|
6175
|
+
export const NoStrollerTwoTone: SvgIconComponent;
|
|
6176
|
+
export const NoTransfer: SvgIconComponent;
|
|
6177
|
+
export const NoTransferOutlined: SvgIconComponent;
|
|
6178
|
+
export const NoTransferRounded: SvgIconComponent;
|
|
6179
|
+
export const NoTransferSharp: SvgIconComponent;
|
|
6180
|
+
export const NoTransferTwoTone: SvgIconComponent;
|
|
6181
|
+
export const NoiseAware: SvgIconComponent;
|
|
6182
|
+
export const NoiseAwareOutlined: SvgIconComponent;
|
|
6183
|
+
export const NoiseAwareRounded: SvgIconComponent;
|
|
6184
|
+
export const NoiseAwareSharp: SvgIconComponent;
|
|
6185
|
+
export const NoiseAwareTwoTone: SvgIconComponent;
|
|
6186
|
+
export const NoiseControlOff: SvgIconComponent;
|
|
6187
|
+
export const NoiseControlOffOutlined: SvgIconComponent;
|
|
6188
|
+
export const NoiseControlOffRounded: SvgIconComponent;
|
|
6189
|
+
export const NoiseControlOffSharp: SvgIconComponent;
|
|
6190
|
+
export const NoiseControlOffTwoTone: SvgIconComponent;
|
|
6176
6191
|
export const NordicWalking: SvgIconComponent;
|
|
6177
6192
|
export const NordicWalkingOutlined: SvgIconComponent;
|
|
6178
6193
|
export const NordicWalkingRounded: SvgIconComponent;
|
|
@@ -6186,28 +6201,33 @@ export const NorthEastSharp: SvgIconComponent;
|
|
|
6186
6201
|
export const NorthEastTwoTone: SvgIconComponent;
|
|
6187
6202
|
export const NorthOutlined: SvgIconComponent;
|
|
6188
6203
|
export const NorthRounded: SvgIconComponent;
|
|
6189
|
-
export const NorthSharp: SvgIconComponent;
|
|
6190
|
-
export const NorthTwoTone: SvgIconComponent;
|
|
6191
|
-
export const NorthWest: SvgIconComponent;
|
|
6192
|
-
export const NorthWestOutlined: SvgIconComponent;
|
|
6193
|
-
export const NorthWestRounded: SvgIconComponent;
|
|
6194
|
-
export const NorthWestSharp: SvgIconComponent;
|
|
6195
|
-
export const NorthWestTwoTone: SvgIconComponent;
|
|
6196
|
-
export const NoSim: SvgIconComponent;
|
|
6197
|
-
export const NoSimOutlined: SvgIconComponent;
|
|
6198
|
-
export const NoSimRounded: SvgIconComponent;
|
|
6199
|
-
export const NoSimSharp: SvgIconComponent;
|
|
6200
|
-
export const NoSimTwoTone: SvgIconComponent;
|
|
6201
|
-
export const NoStroller: SvgIconComponent;
|
|
6202
|
-
export const NoStrollerOutlined: SvgIconComponent;
|
|
6203
|
-
export const NoStrollerRounded: SvgIconComponent;
|
|
6204
|
-
export const NoStrollerSharp: SvgIconComponent;
|
|
6205
|
-
export const NoStrollerTwoTone: SvgIconComponent;
|
|
6204
|
+
export const NorthSharp: SvgIconComponent;
|
|
6205
|
+
export const NorthTwoTone: SvgIconComponent;
|
|
6206
|
+
export const NorthWest: SvgIconComponent;
|
|
6207
|
+
export const NorthWestOutlined: SvgIconComponent;
|
|
6208
|
+
export const NorthWestRounded: SvgIconComponent;
|
|
6209
|
+
export const NorthWestSharp: SvgIconComponent;
|
|
6210
|
+
export const NorthWestTwoTone: SvgIconComponent;
|
|
6206
6211
|
export const NotAccessible: SvgIconComponent;
|
|
6207
6212
|
export const NotAccessibleOutlined: SvgIconComponent;
|
|
6208
6213
|
export const NotAccessibleRounded: SvgIconComponent;
|
|
6209
6214
|
export const NotAccessibleSharp: SvgIconComponent;
|
|
6210
6215
|
export const NotAccessibleTwoTone: SvgIconComponent;
|
|
6216
|
+
export const NotInterested: SvgIconComponent;
|
|
6217
|
+
export const NotInterestedOutlined: SvgIconComponent;
|
|
6218
|
+
export const NotInterestedRounded: SvgIconComponent;
|
|
6219
|
+
export const NotInterestedSharp: SvgIconComponent;
|
|
6220
|
+
export const NotInterestedTwoTone: SvgIconComponent;
|
|
6221
|
+
export const NotListedLocation: SvgIconComponent;
|
|
6222
|
+
export const NotListedLocationOutlined: SvgIconComponent;
|
|
6223
|
+
export const NotListedLocationRounded: SvgIconComponent;
|
|
6224
|
+
export const NotListedLocationSharp: SvgIconComponent;
|
|
6225
|
+
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
6226
|
+
export const NotStarted: SvgIconComponent;
|
|
6227
|
+
export const NotStartedOutlined: SvgIconComponent;
|
|
6228
|
+
export const NotStartedRounded: SvgIconComponent;
|
|
6229
|
+
export const NotStartedSharp: SvgIconComponent;
|
|
6230
|
+
export const NotStartedTwoTone: SvgIconComponent;
|
|
6211
6231
|
export const Note: SvgIconComponent;
|
|
6212
6232
|
export const NoteAdd: SvgIconComponent;
|
|
6213
6233
|
export const NoteAddOutlined: SvgIconComponent;
|
|
@@ -6221,13 +6241,13 @@ export const NoteAltSharp: SvgIconComponent;
|
|
|
6221
6241
|
export const NoteAltTwoTone: SvgIconComponent;
|
|
6222
6242
|
export const NoteOutlined: SvgIconComponent;
|
|
6223
6243
|
export const NoteRounded: SvgIconComponent;
|
|
6224
|
-
export const Notes: SvgIconComponent;
|
|
6225
6244
|
export const NoteSharp: SvgIconComponent;
|
|
6245
|
+
export const NoteTwoTone: SvgIconComponent;
|
|
6246
|
+
export const Notes: SvgIconComponent;
|
|
6226
6247
|
export const NotesOutlined: SvgIconComponent;
|
|
6227
6248
|
export const NotesRounded: SvgIconComponent;
|
|
6228
6249
|
export const NotesSharp: SvgIconComponent;
|
|
6229
6250
|
export const NotesTwoTone: SvgIconComponent;
|
|
6230
|
-
export const NoteTwoTone: SvgIconComponent;
|
|
6231
6251
|
export const NotificationAdd: SvgIconComponent;
|
|
6232
6252
|
export const NotificationAddOutlined: SvgIconComponent;
|
|
6233
6253
|
export const NotificationAddRounded: SvgIconComponent;
|
|
@@ -6263,26 +6283,6 @@ export const NotificationsPausedTwoTone: SvgIconComponent;
|
|
|
6263
6283
|
export const NotificationsRounded: SvgIconComponent;
|
|
6264
6284
|
export const NotificationsSharp: SvgIconComponent;
|
|
6265
6285
|
export const NotificationsTwoTone: SvgIconComponent;
|
|
6266
|
-
export const NotInterested: SvgIconComponent;
|
|
6267
|
-
export const NotInterestedOutlined: SvgIconComponent;
|
|
6268
|
-
export const NotInterestedRounded: SvgIconComponent;
|
|
6269
|
-
export const NotInterestedSharp: SvgIconComponent;
|
|
6270
|
-
export const NotInterestedTwoTone: SvgIconComponent;
|
|
6271
|
-
export const NotListedLocation: SvgIconComponent;
|
|
6272
|
-
export const NotListedLocationOutlined: SvgIconComponent;
|
|
6273
|
-
export const NotListedLocationRounded: SvgIconComponent;
|
|
6274
|
-
export const NotListedLocationSharp: SvgIconComponent;
|
|
6275
|
-
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
6276
|
-
export const NoTransfer: SvgIconComponent;
|
|
6277
|
-
export const NoTransferOutlined: SvgIconComponent;
|
|
6278
|
-
export const NoTransferRounded: SvgIconComponent;
|
|
6279
|
-
export const NoTransferSharp: SvgIconComponent;
|
|
6280
|
-
export const NoTransferTwoTone: SvgIconComponent;
|
|
6281
|
-
export const NotStarted: SvgIconComponent;
|
|
6282
|
-
export const NotStartedOutlined: SvgIconComponent;
|
|
6283
|
-
export const NotStartedRounded: SvgIconComponent;
|
|
6284
|
-
export const NotStartedSharp: SvgIconComponent;
|
|
6285
|
-
export const NotStartedTwoTone: SvgIconComponent;
|
|
6286
6286
|
export const Numbers: SvgIconComponent;
|
|
6287
6287
|
export const NumbersOutlined: SvgIconComponent;
|
|
6288
6288
|
export const NumbersRounded: SvgIconComponent;
|
|
@@ -6308,22 +6308,17 @@ export const OilBarrelOutlined: SvgIconComponent;
|
|
|
6308
6308
|
export const OilBarrelRounded: SvgIconComponent;
|
|
6309
6309
|
export const OilBarrelSharp: SvgIconComponent;
|
|
6310
6310
|
export const OilBarrelTwoTone: SvgIconComponent;
|
|
6311
|
-
export const OndemandVideo: SvgIconComponent;
|
|
6312
|
-
export const OndemandVideoOutlined: SvgIconComponent;
|
|
6313
|
-
export const OndemandVideoRounded: SvgIconComponent;
|
|
6314
|
-
export const OndemandVideoSharp: SvgIconComponent;
|
|
6315
|
-
export const OndemandVideoTwoTone: SvgIconComponent;
|
|
6316
6311
|
export const OnDeviceTraining: SvgIconComponent;
|
|
6317
6312
|
export const OnDeviceTrainingOutlined: SvgIconComponent;
|
|
6318
6313
|
export const OnDeviceTrainingRounded: SvgIconComponent;
|
|
6319
6314
|
export const OnDeviceTrainingSharp: SvgIconComponent;
|
|
6320
6315
|
export const OnDeviceTrainingTwoTone: SvgIconComponent;
|
|
6316
|
+
export const OndemandVideo: SvgIconComponent;
|
|
6317
|
+
export const OndemandVideoOutlined: SvgIconComponent;
|
|
6318
|
+
export const OndemandVideoRounded: SvgIconComponent;
|
|
6319
|
+
export const OndemandVideoSharp: SvgIconComponent;
|
|
6320
|
+
export const OndemandVideoTwoTone: SvgIconComponent;
|
|
6321
6321
|
export const OneK: SvgIconComponent;
|
|
6322
|
-
export const OneKk: SvgIconComponent;
|
|
6323
|
-
export const OneKkOutlined: SvgIconComponent;
|
|
6324
|
-
export const OneKkRounded: SvgIconComponent;
|
|
6325
|
-
export const OneKkSharp: SvgIconComponent;
|
|
6326
|
-
export const OneKkTwoTone: SvgIconComponent;
|
|
6327
6322
|
export const OneKOutlined: SvgIconComponent;
|
|
6328
6323
|
export const OneKPlus: SvgIconComponent;
|
|
6329
6324
|
export const OneKPlusOutlined: SvgIconComponent;
|
|
@@ -6333,6 +6328,11 @@ export const OneKPlusTwoTone: SvgIconComponent;
|
|
|
6333
6328
|
export const OneKRounded: SvgIconComponent;
|
|
6334
6329
|
export const OneKSharp: SvgIconComponent;
|
|
6335
6330
|
export const OneKTwoTone: SvgIconComponent;
|
|
6331
|
+
export const OneKk: SvgIconComponent;
|
|
6332
|
+
export const OneKkOutlined: SvgIconComponent;
|
|
6333
|
+
export const OneKkRounded: SvgIconComponent;
|
|
6334
|
+
export const OneKkSharp: SvgIconComponent;
|
|
6335
|
+
export const OneKkTwoTone: SvgIconComponent;
|
|
6336
6336
|
export const OnlinePrediction: SvgIconComponent;
|
|
6337
6337
|
export const OnlinePredictionOutlined: SvgIconComponent;
|
|
6338
6338
|
export const OnlinePredictionRounded: SvgIconComponent;
|
|
@@ -6428,6 +6428,16 @@ export const PaletteOutlined: SvgIconComponent;
|
|
|
6428
6428
|
export const PaletteRounded: SvgIconComponent;
|
|
6429
6429
|
export const PaletteSharp: SvgIconComponent;
|
|
6430
6430
|
export const PaletteTwoTone: SvgIconComponent;
|
|
6431
|
+
export const PanTool: SvgIconComponent;
|
|
6432
|
+
export const PanToolAlt: SvgIconComponent;
|
|
6433
|
+
export const PanToolAltOutlined: SvgIconComponent;
|
|
6434
|
+
export const PanToolAltRounded: SvgIconComponent;
|
|
6435
|
+
export const PanToolAltSharp: SvgIconComponent;
|
|
6436
|
+
export const PanToolAltTwoTone: SvgIconComponent;
|
|
6437
|
+
export const PanToolOutlined: SvgIconComponent;
|
|
6438
|
+
export const PanToolRounded: SvgIconComponent;
|
|
6439
|
+
export const PanToolSharp: SvgIconComponent;
|
|
6440
|
+
export const PanToolTwoTone: SvgIconComponent;
|
|
6431
6441
|
export const Panorama: SvgIconComponent;
|
|
6432
6442
|
export const PanoramaFishEye: SvgIconComponent;
|
|
6433
6443
|
export const PanoramaFishEyeOutlined: SvgIconComponent;
|
|
@@ -6478,16 +6488,6 @@ export const PanoramaWideAngleSelectSharp: SvgIconComponent;
|
|
|
6478
6488
|
export const PanoramaWideAngleSelectTwoTone: SvgIconComponent;
|
|
6479
6489
|
export const PanoramaWideAngleSharp: SvgIconComponent;
|
|
6480
6490
|
export const PanoramaWideAngleTwoTone: SvgIconComponent;
|
|
6481
|
-
export const PanTool: SvgIconComponent;
|
|
6482
|
-
export const PanToolAlt: SvgIconComponent;
|
|
6483
|
-
export const PanToolAltOutlined: SvgIconComponent;
|
|
6484
|
-
export const PanToolAltRounded: SvgIconComponent;
|
|
6485
|
-
export const PanToolAltSharp: SvgIconComponent;
|
|
6486
|
-
export const PanToolAltTwoTone: SvgIconComponent;
|
|
6487
|
-
export const PanToolOutlined: SvgIconComponent;
|
|
6488
|
-
export const PanToolRounded: SvgIconComponent;
|
|
6489
|
-
export const PanToolSharp: SvgIconComponent;
|
|
6490
|
-
export const PanToolTwoTone: SvgIconComponent;
|
|
6491
6491
|
export const Paragliding: SvgIconComponent;
|
|
6492
6492
|
export const ParaglidingOutlined: SvgIconComponent;
|
|
6493
6493
|
export const ParaglidingRounded: SvgIconComponent;
|
|
@@ -6521,11 +6521,11 @@ export const PauseCircleFilledRounded: SvgIconComponent;
|
|
|
6521
6521
|
export const PauseCircleFilledSharp: SvgIconComponent;
|
|
6522
6522
|
export const PauseCircleFilledTwoTone: SvgIconComponent;
|
|
6523
6523
|
export const PauseCircleOutline: SvgIconComponent;
|
|
6524
|
-
export const PauseCircleOutlined: SvgIconComponent;
|
|
6525
6524
|
export const PauseCircleOutlineOutlined: SvgIconComponent;
|
|
6526
6525
|
export const PauseCircleOutlineRounded: SvgIconComponent;
|
|
6527
6526
|
export const PauseCircleOutlineSharp: SvgIconComponent;
|
|
6528
6527
|
export const PauseCircleOutlineTwoTone: SvgIconComponent;
|
|
6528
|
+
export const PauseCircleOutlined: SvgIconComponent;
|
|
6529
6529
|
export const PauseCircleRounded: SvgIconComponent;
|
|
6530
6530
|
export const PauseCircleSharp: SvgIconComponent;
|
|
6531
6531
|
export const PauseCircleTwoTone: SvgIconComponent;
|
|
@@ -6541,13 +6541,13 @@ export const PauseTwoTone: SvgIconComponent;
|
|
|
6541
6541
|
export const Payment: SvgIconComponent;
|
|
6542
6542
|
export const PaymentOutlined: SvgIconComponent;
|
|
6543
6543
|
export const PaymentRounded: SvgIconComponent;
|
|
6544
|
-
export const Payments: SvgIconComponent;
|
|
6545
6544
|
export const PaymentSharp: SvgIconComponent;
|
|
6545
|
+
export const PaymentTwoTone: SvgIconComponent;
|
|
6546
|
+
export const Payments: SvgIconComponent;
|
|
6546
6547
|
export const PaymentsOutlined: SvgIconComponent;
|
|
6547
6548
|
export const PaymentsRounded: SvgIconComponent;
|
|
6548
6549
|
export const PaymentsSharp: SvgIconComponent;
|
|
6549
6550
|
export const PaymentsTwoTone: SvgIconComponent;
|
|
6550
|
-
export const PaymentTwoTone: SvgIconComponent;
|
|
6551
6551
|
export const PedalBike: SvgIconComponent;
|
|
6552
6552
|
export const PedalBikeOutlined: SvgIconComponent;
|
|
6553
6553
|
export const PedalBikeRounded: SvgIconComponent;
|
|
@@ -6575,11 +6575,11 @@ export const PeopleAltRounded: SvgIconComponent;
|
|
|
6575
6575
|
export const PeopleAltSharp: SvgIconComponent;
|
|
6576
6576
|
export const PeopleAltTwoTone: SvgIconComponent;
|
|
6577
6577
|
export const PeopleOutline: SvgIconComponent;
|
|
6578
|
-
export const PeopleOutlined: SvgIconComponent;
|
|
6579
6578
|
export const PeopleOutlineOutlined: SvgIconComponent;
|
|
6580
6579
|
export const PeopleOutlineRounded: SvgIconComponent;
|
|
6581
6580
|
export const PeopleOutlineSharp: SvgIconComponent;
|
|
6582
6581
|
export const PeopleOutlineTwoTone: SvgIconComponent;
|
|
6582
|
+
export const PeopleOutlined: SvgIconComponent;
|
|
6583
6583
|
export const PeopleRounded: SvgIconComponent;
|
|
6584
6584
|
export const PeopleSharp: SvgIconComponent;
|
|
6585
6585
|
export const PeopleTwoTone: SvgIconComponent;
|
|
@@ -6664,22 +6664,17 @@ export const PersonAddOutlined: SvgIconComponent;
|
|
|
6664
6664
|
export const PersonAddRounded: SvgIconComponent;
|
|
6665
6665
|
export const PersonAddSharp: SvgIconComponent;
|
|
6666
6666
|
export const PersonAddTwoTone: SvgIconComponent;
|
|
6667
|
-
export const PersonalVideo: SvgIconComponent;
|
|
6668
|
-
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6669
|
-
export const PersonalVideoRounded: SvgIconComponent;
|
|
6670
|
-
export const PersonalVideoSharp: SvgIconComponent;
|
|
6671
|
-
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6672
6667
|
export const PersonOff: SvgIconComponent;
|
|
6673
6668
|
export const PersonOffOutlined: SvgIconComponent;
|
|
6674
6669
|
export const PersonOffRounded: SvgIconComponent;
|
|
6675
6670
|
export const PersonOffSharp: SvgIconComponent;
|
|
6676
6671
|
export const PersonOffTwoTone: SvgIconComponent;
|
|
6677
6672
|
export const PersonOutline: SvgIconComponent;
|
|
6678
|
-
export const PersonOutlined: SvgIconComponent;
|
|
6679
6673
|
export const PersonOutlineOutlined: SvgIconComponent;
|
|
6680
6674
|
export const PersonOutlineRounded: SvgIconComponent;
|
|
6681
6675
|
export const PersonOutlineSharp: SvgIconComponent;
|
|
6682
6676
|
export const PersonOutlineTwoTone: SvgIconComponent;
|
|
6677
|
+
export const PersonOutlined: SvgIconComponent;
|
|
6683
6678
|
export const PersonPin: SvgIconComponent;
|
|
6684
6679
|
export const PersonPinCircle: SvgIconComponent;
|
|
6685
6680
|
export const PersonPinCircleOutlined: SvgIconComponent;
|
|
@@ -6708,6 +6703,11 @@ export const PersonSearchSharp: SvgIconComponent;
|
|
|
6708
6703
|
export const PersonSearchTwoTone: SvgIconComponent;
|
|
6709
6704
|
export const PersonSharp: SvgIconComponent;
|
|
6710
6705
|
export const PersonTwoTone: SvgIconComponent;
|
|
6706
|
+
export const PersonalVideo: SvgIconComponent;
|
|
6707
|
+
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6708
|
+
export const PersonalVideoRounded: SvgIconComponent;
|
|
6709
|
+
export const PersonalVideoSharp: SvgIconComponent;
|
|
6710
|
+
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6711
6711
|
export const PestControl: SvgIconComponent;
|
|
6712
6712
|
export const PestControlOutlined: SvgIconComponent;
|
|
6713
6713
|
export const PestControlRodent: SvgIconComponent;
|
|
@@ -6769,6 +6769,25 @@ export const PhoneIphoneOutlined: SvgIconComponent;
|
|
|
6769
6769
|
export const PhoneIphoneRounded: SvgIconComponent;
|
|
6770
6770
|
export const PhoneIphoneSharp: SvgIconComponent;
|
|
6771
6771
|
export const PhoneIphoneTwoTone: SvgIconComponent;
|
|
6772
|
+
export const PhoneLocked: SvgIconComponent;
|
|
6773
|
+
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6774
|
+
export const PhoneLockedRounded: SvgIconComponent;
|
|
6775
|
+
export const PhoneLockedSharp: SvgIconComponent;
|
|
6776
|
+
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6777
|
+
export const PhoneMissed: SvgIconComponent;
|
|
6778
|
+
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6779
|
+
export const PhoneMissedRounded: SvgIconComponent;
|
|
6780
|
+
export const PhoneMissedSharp: SvgIconComponent;
|
|
6781
|
+
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6782
|
+
export const PhoneOutlined: SvgIconComponent;
|
|
6783
|
+
export const PhonePaused: SvgIconComponent;
|
|
6784
|
+
export const PhonePausedOutlined: SvgIconComponent;
|
|
6785
|
+
export const PhonePausedRounded: SvgIconComponent;
|
|
6786
|
+
export const PhonePausedSharp: SvgIconComponent;
|
|
6787
|
+
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6788
|
+
export const PhoneRounded: SvgIconComponent;
|
|
6789
|
+
export const PhoneSharp: SvgIconComponent;
|
|
6790
|
+
export const PhoneTwoTone: SvgIconComponent;
|
|
6772
6791
|
export const Phonelink: SvgIconComponent;
|
|
6773
6792
|
export const PhonelinkErase: SvgIconComponent;
|
|
6774
6793
|
export const PhonelinkEraseOutlined: SvgIconComponent;
|
|
@@ -6799,25 +6818,6 @@ export const PhonelinkSetupSharp: SvgIconComponent;
|
|
|
6799
6818
|
export const PhonelinkSetupTwoTone: SvgIconComponent;
|
|
6800
6819
|
export const PhonelinkSharp: SvgIconComponent;
|
|
6801
6820
|
export const PhonelinkTwoTone: SvgIconComponent;
|
|
6802
|
-
export const PhoneLocked: SvgIconComponent;
|
|
6803
|
-
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6804
|
-
export const PhoneLockedRounded: SvgIconComponent;
|
|
6805
|
-
export const PhoneLockedSharp: SvgIconComponent;
|
|
6806
|
-
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6807
|
-
export const PhoneMissed: SvgIconComponent;
|
|
6808
|
-
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6809
|
-
export const PhoneMissedRounded: SvgIconComponent;
|
|
6810
|
-
export const PhoneMissedSharp: SvgIconComponent;
|
|
6811
|
-
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6812
|
-
export const PhoneOutlined: SvgIconComponent;
|
|
6813
|
-
export const PhonePaused: SvgIconComponent;
|
|
6814
|
-
export const PhonePausedOutlined: SvgIconComponent;
|
|
6815
|
-
export const PhonePausedRounded: SvgIconComponent;
|
|
6816
|
-
export const PhonePausedSharp: SvgIconComponent;
|
|
6817
|
-
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6818
|
-
export const PhoneRounded: SvgIconComponent;
|
|
6819
|
-
export const PhoneSharp: SvgIconComponent;
|
|
6820
|
-
export const PhoneTwoTone: SvgIconComponent;
|
|
6821
6821
|
export const Photo: SvgIconComponent;
|
|
6822
6822
|
export const PhotoAlbum: SvgIconComponent;
|
|
6823
6823
|
export const PhotoAlbumOutlined: SvgIconComponent;
|
|
@@ -6900,20 +6900,15 @@ export const PictureInPictureSharp: SvgIconComponent;
|
|
|
6900
6900
|
export const PictureInPictureTwoTone: SvgIconComponent;
|
|
6901
6901
|
export const PieChart: SvgIconComponent;
|
|
6902
6902
|
export const PieChartOutline: SvgIconComponent;
|
|
6903
|
-
export const PieChartOutlined: SvgIconComponent;
|
|
6904
6903
|
export const PieChartOutlineOutlined: SvgIconComponent;
|
|
6905
6904
|
export const PieChartOutlineRounded: SvgIconComponent;
|
|
6906
6905
|
export const PieChartOutlineSharp: SvgIconComponent;
|
|
6907
6906
|
export const PieChartOutlineTwoTone: SvgIconComponent;
|
|
6907
|
+
export const PieChartOutlined: SvgIconComponent;
|
|
6908
6908
|
export const PieChartRounded: SvgIconComponent;
|
|
6909
6909
|
export const PieChartSharp: SvgIconComponent;
|
|
6910
6910
|
export const PieChartTwoTone: SvgIconComponent;
|
|
6911
6911
|
export const Pin: SvgIconComponent;
|
|
6912
|
-
export const Pinch: SvgIconComponent;
|
|
6913
|
-
export const PinchOutlined: SvgIconComponent;
|
|
6914
|
-
export const PinchRounded: SvgIconComponent;
|
|
6915
|
-
export const PinchSharp: SvgIconComponent;
|
|
6916
|
-
export const PinchTwoTone: SvgIconComponent;
|
|
6917
6912
|
export const PinDrop: SvgIconComponent;
|
|
6918
6913
|
export const PinDropOutlined: SvgIconComponent;
|
|
6919
6914
|
export const PinDropRounded: SvgIconComponent;
|
|
@@ -6922,8 +6917,13 @@ export const PinDropTwoTone: SvgIconComponent;
|
|
|
6922
6917
|
export const PinOutlined: SvgIconComponent;
|
|
6923
6918
|
export const PinRounded: SvgIconComponent;
|
|
6924
6919
|
export const PinSharp: SvgIconComponent;
|
|
6925
|
-
export const Pinterest: SvgIconComponent;
|
|
6926
6920
|
export const PinTwoTone: SvgIconComponent;
|
|
6921
|
+
export const Pinch: SvgIconComponent;
|
|
6922
|
+
export const PinchOutlined: SvgIconComponent;
|
|
6923
|
+
export const PinchRounded: SvgIconComponent;
|
|
6924
|
+
export const PinchSharp: SvgIconComponent;
|
|
6925
|
+
export const PinchTwoTone: SvgIconComponent;
|
|
6926
|
+
export const Pinterest: SvgIconComponent;
|
|
6927
6927
|
export const PivotTableChart: SvgIconComponent;
|
|
6928
6928
|
export const PivotTableChartOutlined: SvgIconComponent;
|
|
6929
6929
|
export const PivotTableChartRounded: SvgIconComponent;
|
|
@@ -6961,11 +6961,11 @@ export const PlayCircleFilledWhiteRounded: SvgIconComponent;
|
|
|
6961
6961
|
export const PlayCircleFilledWhiteSharp: SvgIconComponent;
|
|
6962
6962
|
export const PlayCircleFilledWhiteTwoTone: SvgIconComponent;
|
|
6963
6963
|
export const PlayCircleOutline: SvgIconComponent;
|
|
6964
|
-
export const PlayCircleOutlined: SvgIconComponent;
|
|
6965
6964
|
export const PlayCircleOutlineOutlined: SvgIconComponent;
|
|
6966
6965
|
export const PlayCircleOutlineRounded: SvgIconComponent;
|
|
6967
6966
|
export const PlayCircleOutlineSharp: SvgIconComponent;
|
|
6968
6967
|
export const PlayCircleOutlineTwoTone: SvgIconComponent;
|
|
6968
|
+
export const PlayCircleOutlined: SvgIconComponent;
|
|
6969
6969
|
export const PlayCircleRounded: SvgIconComponent;
|
|
6970
6970
|
export const PlayCircleSharp: SvgIconComponent;
|
|
6971
6971
|
export const PlayCircleTwoTone: SvgIconComponent;
|
|
@@ -7175,15 +7175,15 @@ export const PublicRounded: SvgIconComponent;
|
|
|
7175
7175
|
export const PublicSharp: SvgIconComponent;
|
|
7176
7176
|
export const PublicTwoTone: SvgIconComponent;
|
|
7177
7177
|
export const Publish: SvgIconComponent;
|
|
7178
|
+
export const PublishOutlined: SvgIconComponent;
|
|
7179
|
+
export const PublishRounded: SvgIconComponent;
|
|
7180
|
+
export const PublishSharp: SvgIconComponent;
|
|
7181
|
+
export const PublishTwoTone: SvgIconComponent;
|
|
7178
7182
|
export const PublishedWithChanges: SvgIconComponent;
|
|
7179
7183
|
export const PublishedWithChangesOutlined: SvgIconComponent;
|
|
7180
7184
|
export const PublishedWithChangesRounded: SvgIconComponent;
|
|
7181
7185
|
export const PublishedWithChangesSharp: SvgIconComponent;
|
|
7182
7186
|
export const PublishedWithChangesTwoTone: SvgIconComponent;
|
|
7183
|
-
export const PublishOutlined: SvgIconComponent;
|
|
7184
|
-
export const PublishRounded: SvgIconComponent;
|
|
7185
|
-
export const PublishSharp: SvgIconComponent;
|
|
7186
|
-
export const PublishTwoTone: SvgIconComponent;
|
|
7187
7187
|
export const PunchClock: SvgIconComponent;
|
|
7188
7188
|
export const PunchClockOutlined: SvgIconComponent;
|
|
7189
7189
|
export const PunchClockRounded: SvgIconComponent;
|
|
@@ -7254,6 +7254,11 @@ export const QuizOutlined: SvgIconComponent;
|
|
|
7254
7254
|
export const QuizRounded: SvgIconComponent;
|
|
7255
7255
|
export const QuizSharp: SvgIconComponent;
|
|
7256
7256
|
export const QuizTwoTone: SvgIconComponent;
|
|
7257
|
+
export const RMobiledata: SvgIconComponent;
|
|
7258
|
+
export const RMobiledataOutlined: SvgIconComponent;
|
|
7259
|
+
export const RMobiledataRounded: SvgIconComponent;
|
|
7260
|
+
export const RMobiledataSharp: SvgIconComponent;
|
|
7261
|
+
export const RMobiledataTwoTone: SvgIconComponent;
|
|
7257
7262
|
export const Radar: SvgIconComponent;
|
|
7258
7263
|
export const RadarOutlined: SvgIconComponent;
|
|
7259
7264
|
export const RadarRounded: SvgIconComponent;
|
|
@@ -7378,11 +7383,11 @@ export const RememberMeTwoTone: SvgIconComponent;
|
|
|
7378
7383
|
export const Remove: SvgIconComponent;
|
|
7379
7384
|
export const RemoveCircle: SvgIconComponent;
|
|
7380
7385
|
export const RemoveCircleOutline: SvgIconComponent;
|
|
7381
|
-
export const RemoveCircleOutlined: SvgIconComponent;
|
|
7382
7386
|
export const RemoveCircleOutlineOutlined: SvgIconComponent;
|
|
7383
7387
|
export const RemoveCircleOutlineRounded: SvgIconComponent;
|
|
7384
7388
|
export const RemoveCircleOutlineSharp: SvgIconComponent;
|
|
7385
7389
|
export const RemoveCircleOutlineTwoTone: SvgIconComponent;
|
|
7390
|
+
export const RemoveCircleOutlined: SvgIconComponent;
|
|
7386
7391
|
export const RemoveCircleRounded: SvgIconComponent;
|
|
7387
7392
|
export const RemoveCircleSharp: SvgIconComponent;
|
|
7388
7393
|
export const RemoveCircleTwoTone: SvgIconComponent;
|
|
@@ -7432,6 +7437,10 @@ export const RepartitionSharp: SvgIconComponent;
|
|
|
7432
7437
|
export const RepartitionTwoTone: SvgIconComponent;
|
|
7433
7438
|
export const Repeat: SvgIconComponent;
|
|
7434
7439
|
export const RepeatOn: SvgIconComponent;
|
|
7440
|
+
export const RepeatOnOutlined: SvgIconComponent;
|
|
7441
|
+
export const RepeatOnRounded: SvgIconComponent;
|
|
7442
|
+
export const RepeatOnSharp: SvgIconComponent;
|
|
7443
|
+
export const RepeatOnTwoTone: SvgIconComponent;
|
|
7435
7444
|
export const RepeatOne: SvgIconComponent;
|
|
7436
7445
|
export const RepeatOneOn: SvgIconComponent;
|
|
7437
7446
|
export const RepeatOneOnOutlined: SvgIconComponent;
|
|
@@ -7442,10 +7451,6 @@ export const RepeatOneOutlined: SvgIconComponent;
|
|
|
7442
7451
|
export const RepeatOneRounded: SvgIconComponent;
|
|
7443
7452
|
export const RepeatOneSharp: SvgIconComponent;
|
|
7444
7453
|
export const RepeatOneTwoTone: SvgIconComponent;
|
|
7445
|
-
export const RepeatOnOutlined: SvgIconComponent;
|
|
7446
|
-
export const RepeatOnRounded: SvgIconComponent;
|
|
7447
|
-
export const RepeatOnSharp: SvgIconComponent;
|
|
7448
|
-
export const RepeatOnTwoTone: SvgIconComponent;
|
|
7449
7454
|
export const RepeatOutlined: SvgIconComponent;
|
|
7450
7455
|
export const RepeatRounded: SvgIconComponent;
|
|
7451
7456
|
export const RepeatSharp: SvgIconComponent;
|
|
@@ -7565,11 +7570,6 @@ export const RingVolumeOutlined: SvgIconComponent;
|
|
|
7565
7570
|
export const RingVolumeRounded: SvgIconComponent;
|
|
7566
7571
|
export const RingVolumeSharp: SvgIconComponent;
|
|
7567
7572
|
export const RingVolumeTwoTone: SvgIconComponent;
|
|
7568
|
-
export const RMobiledata: SvgIconComponent;
|
|
7569
|
-
export const RMobiledataOutlined: SvgIconComponent;
|
|
7570
|
-
export const RMobiledataRounded: SvgIconComponent;
|
|
7571
|
-
export const RMobiledataSharp: SvgIconComponent;
|
|
7572
|
-
export const RMobiledataTwoTone: SvgIconComponent;
|
|
7573
7573
|
export const Rocket: SvgIconComponent;
|
|
7574
7574
|
export const RocketLaunch: SvgIconComponent;
|
|
7575
7575
|
export const RocketLaunchOutlined: SvgIconComponent;
|
|
@@ -7652,14 +7652,14 @@ export const RoundedCornerSharp: SvgIconComponent;
|
|
|
7652
7652
|
export const RoundedCornerTwoTone: SvgIconComponent;
|
|
7653
7653
|
export const Route: SvgIconComponent;
|
|
7654
7654
|
export const RouteOutlined: SvgIconComponent;
|
|
7655
|
-
export const Router: SvgIconComponent;
|
|
7656
7655
|
export const RouteRounded: SvgIconComponent;
|
|
7656
|
+
export const RouteSharp: SvgIconComponent;
|
|
7657
|
+
export const RouteTwoTone: SvgIconComponent;
|
|
7658
|
+
export const Router: SvgIconComponent;
|
|
7657
7659
|
export const RouterOutlined: SvgIconComponent;
|
|
7658
7660
|
export const RouterRounded: SvgIconComponent;
|
|
7659
7661
|
export const RouterSharp: SvgIconComponent;
|
|
7660
7662
|
export const RouterTwoTone: SvgIconComponent;
|
|
7661
|
-
export const RouteSharp: SvgIconComponent;
|
|
7662
|
-
export const RouteTwoTone: SvgIconComponent;
|
|
7663
7663
|
export const Rowing: SvgIconComponent;
|
|
7664
7664
|
export const RowingOutlined: SvgIconComponent;
|
|
7665
7665
|
export const RowingRounded: SvgIconComponent;
|
|
@@ -7746,15 +7746,15 @@ export const SaveAsOutlined: SvgIconComponent;
|
|
|
7746
7746
|
export const SaveAsRounded: SvgIconComponent;
|
|
7747
7747
|
export const SaveAsSharp: SvgIconComponent;
|
|
7748
7748
|
export const SaveAsTwoTone: SvgIconComponent;
|
|
7749
|
+
export const SaveOutlined: SvgIconComponent;
|
|
7750
|
+
export const SaveRounded: SvgIconComponent;
|
|
7751
|
+
export const SaveSharp: SvgIconComponent;
|
|
7752
|
+
export const SaveTwoTone: SvgIconComponent;
|
|
7749
7753
|
export const SavedSearch: SvgIconComponent;
|
|
7750
7754
|
export const SavedSearchOutlined: SvgIconComponent;
|
|
7751
7755
|
export const SavedSearchRounded: SvgIconComponent;
|
|
7752
7756
|
export const SavedSearchSharp: SvgIconComponent;
|
|
7753
7757
|
export const SavedSearchTwoTone: SvgIconComponent;
|
|
7754
|
-
export const SaveOutlined: SvgIconComponent;
|
|
7755
|
-
export const SaveRounded: SvgIconComponent;
|
|
7756
|
-
export const SaveSharp: SvgIconComponent;
|
|
7757
|
-
export const SaveTwoTone: SvgIconComponent;
|
|
7758
7758
|
export const Savings: SvgIconComponent;
|
|
7759
7759
|
export const SavingsOutlined: SvgIconComponent;
|
|
7760
7760
|
export const SavingsRounded: SvgIconComponent;
|
|
@@ -7801,15 +7801,15 @@ export const ScienceRounded: SvgIconComponent;
|
|
|
7801
7801
|
export const ScienceSharp: SvgIconComponent;
|
|
7802
7802
|
export const ScienceTwoTone: SvgIconComponent;
|
|
7803
7803
|
export const Score: SvgIconComponent;
|
|
7804
|
+
export const ScoreOutlined: SvgIconComponent;
|
|
7805
|
+
export const ScoreRounded: SvgIconComponent;
|
|
7806
|
+
export const ScoreSharp: SvgIconComponent;
|
|
7807
|
+
export const ScoreTwoTone: SvgIconComponent;
|
|
7804
7808
|
export const Scoreboard: SvgIconComponent;
|
|
7805
7809
|
export const ScoreboardOutlined: SvgIconComponent;
|
|
7806
7810
|
export const ScoreboardRounded: SvgIconComponent;
|
|
7807
7811
|
export const ScoreboardSharp: SvgIconComponent;
|
|
7808
7812
|
export const ScoreboardTwoTone: SvgIconComponent;
|
|
7809
|
-
export const ScoreOutlined: SvgIconComponent;
|
|
7810
|
-
export const ScoreRounded: SvgIconComponent;
|
|
7811
|
-
export const ScoreSharp: SvgIconComponent;
|
|
7812
|
-
export const ScoreTwoTone: SvgIconComponent;
|
|
7813
7813
|
export const ScreenLockLandscape: SvgIconComponent;
|
|
7814
7814
|
export const ScreenLockLandscapeOutlined: SvgIconComponent;
|
|
7815
7815
|
export const ScreenLockLandscapeRounded: SvgIconComponent;
|
|
@@ -7960,6 +7960,11 @@ export const SensorOccupiedOutlined: SvgIconComponent;
|
|
|
7960
7960
|
export const SensorOccupiedRounded: SvgIconComponent;
|
|
7961
7961
|
export const SensorOccupiedSharp: SvgIconComponent;
|
|
7962
7962
|
export const SensorOccupiedTwoTone: SvgIconComponent;
|
|
7963
|
+
export const SensorWindow: SvgIconComponent;
|
|
7964
|
+
export const SensorWindowOutlined: SvgIconComponent;
|
|
7965
|
+
export const SensorWindowRounded: SvgIconComponent;
|
|
7966
|
+
export const SensorWindowSharp: SvgIconComponent;
|
|
7967
|
+
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7963
7968
|
export const Sensors: SvgIconComponent;
|
|
7964
7969
|
export const SensorsOff: SvgIconComponent;
|
|
7965
7970
|
export const SensorsOffOutlined: SvgIconComponent;
|
|
@@ -7970,11 +7975,6 @@ export const SensorsOutlined: SvgIconComponent;
|
|
|
7970
7975
|
export const SensorsRounded: SvgIconComponent;
|
|
7971
7976
|
export const SensorsSharp: SvgIconComponent;
|
|
7972
7977
|
export const SensorsTwoTone: SvgIconComponent;
|
|
7973
|
-
export const SensorWindow: SvgIconComponent;
|
|
7974
|
-
export const SensorWindowOutlined: SvgIconComponent;
|
|
7975
|
-
export const SensorWindowRounded: SvgIconComponent;
|
|
7976
|
-
export const SensorWindowSharp: SvgIconComponent;
|
|
7977
|
-
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7978
7978
|
export const SentimentDissatisfied: SvgIconComponent;
|
|
7979
7979
|
export const SentimentDissatisfiedOutlined: SvgIconComponent;
|
|
7980
7980
|
export const SentimentDissatisfiedRounded: SvgIconComponent;
|
|
@@ -8167,6 +8167,14 @@ export const Shop2Rounded: SvgIconComponent;
|
|
|
8167
8167
|
export const Shop2Sharp: SvgIconComponent;
|
|
8168
8168
|
export const Shop2TwoTone: SvgIconComponent;
|
|
8169
8169
|
export const ShopOutlined: SvgIconComponent;
|
|
8170
|
+
export const ShopRounded: SvgIconComponent;
|
|
8171
|
+
export const ShopSharp: SvgIconComponent;
|
|
8172
|
+
export const ShopTwo: SvgIconComponent;
|
|
8173
|
+
export const ShopTwoOutlined: SvgIconComponent;
|
|
8174
|
+
export const ShopTwoRounded: SvgIconComponent;
|
|
8175
|
+
export const ShopTwoSharp: SvgIconComponent;
|
|
8176
|
+
export const ShopTwoTone: SvgIconComponent;
|
|
8177
|
+
export const ShopTwoTwoTone: SvgIconComponent;
|
|
8170
8178
|
export const ShoppingBag: SvgIconComponent;
|
|
8171
8179
|
export const ShoppingBagOutlined: SvgIconComponent;
|
|
8172
8180
|
export const ShoppingBagRounded: SvgIconComponent;
|
|
@@ -8187,24 +8195,16 @@ export const ShoppingCartOutlined: SvgIconComponent;
|
|
|
8187
8195
|
export const ShoppingCartRounded: SvgIconComponent;
|
|
8188
8196
|
export const ShoppingCartSharp: SvgIconComponent;
|
|
8189
8197
|
export const ShoppingCartTwoTone: SvgIconComponent;
|
|
8190
|
-
export const ShopRounded: SvgIconComponent;
|
|
8191
|
-
export const ShopSharp: SvgIconComponent;
|
|
8192
|
-
export const ShopTwo: SvgIconComponent;
|
|
8193
|
-
export const ShopTwoOutlined: SvgIconComponent;
|
|
8194
|
-
export const ShopTwoRounded: SvgIconComponent;
|
|
8195
|
-
export const ShopTwoSharp: SvgIconComponent;
|
|
8196
|
-
export const ShopTwoTone: SvgIconComponent;
|
|
8197
|
-
export const ShopTwoTwoTone: SvgIconComponent;
|
|
8198
|
-
export const Shortcut: SvgIconComponent;
|
|
8199
|
-
export const ShortcutOutlined: SvgIconComponent;
|
|
8200
|
-
export const ShortcutRounded: SvgIconComponent;
|
|
8201
|
-
export const ShortcutSharp: SvgIconComponent;
|
|
8202
|
-
export const ShortcutTwoTone: SvgIconComponent;
|
|
8203
8198
|
export const ShortText: SvgIconComponent;
|
|
8204
8199
|
export const ShortTextOutlined: SvgIconComponent;
|
|
8205
8200
|
export const ShortTextRounded: SvgIconComponent;
|
|
8206
8201
|
export const ShortTextSharp: SvgIconComponent;
|
|
8207
8202
|
export const ShortTextTwoTone: SvgIconComponent;
|
|
8203
|
+
export const Shortcut: SvgIconComponent;
|
|
8204
|
+
export const ShortcutOutlined: SvgIconComponent;
|
|
8205
|
+
export const ShortcutRounded: SvgIconComponent;
|
|
8206
|
+
export const ShortcutSharp: SvgIconComponent;
|
|
8207
|
+
export const ShortcutTwoTone: SvgIconComponent;
|
|
8208
8208
|
export const ShowChart: SvgIconComponent;
|
|
8209
8209
|
export const ShowChartOutlined: SvgIconComponent;
|
|
8210
8210
|
export const ShowChartRounded: SvgIconComponent;
|
|
@@ -8235,6 +8235,11 @@ export const SickOutlined: SvgIconComponent;
|
|
|
8235
8235
|
export const SickRounded: SvgIconComponent;
|
|
8236
8236
|
export const SickSharp: SvgIconComponent;
|
|
8237
8237
|
export const SickTwoTone: SvgIconComponent;
|
|
8238
|
+
export const SignLanguage: SvgIconComponent;
|
|
8239
|
+
export const SignLanguageOutlined: SvgIconComponent;
|
|
8240
|
+
export const SignLanguageRounded: SvgIconComponent;
|
|
8241
|
+
export const SignLanguageSharp: SvgIconComponent;
|
|
8242
|
+
export const SignLanguageTwoTone: SvgIconComponent;
|
|
8238
8243
|
export const SignalCellular0Bar: SvgIconComponent;
|
|
8239
8244
|
export const SignalCellular0BarOutlined: SvgIconComponent;
|
|
8240
8245
|
export const SignalCellular0BarRounded: SvgIconComponent;
|
|
@@ -8300,16 +8305,16 @@ export const SignalCellularConnectedNoInternet4BarOutlined: SvgIconComponent;
|
|
|
8300
8305
|
export const SignalCellularConnectedNoInternet4BarRounded: SvgIconComponent;
|
|
8301
8306
|
export const SignalCellularConnectedNoInternet4BarSharp: SvgIconComponent;
|
|
8302
8307
|
export const SignalCellularConnectedNoInternet4BarTwoTone: SvgIconComponent;
|
|
8303
|
-
export const SignalCellularNodata: SvgIconComponent;
|
|
8304
|
-
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
8305
|
-
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
8306
|
-
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
8307
|
-
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
8308
8308
|
export const SignalCellularNoSim: SvgIconComponent;
|
|
8309
8309
|
export const SignalCellularNoSimOutlined: SvgIconComponent;
|
|
8310
8310
|
export const SignalCellularNoSimRounded: SvgIconComponent;
|
|
8311
8311
|
export const SignalCellularNoSimSharp: SvgIconComponent;
|
|
8312
8312
|
export const SignalCellularNoSimTwoTone: SvgIconComponent;
|
|
8313
|
+
export const SignalCellularNodata: SvgIconComponent;
|
|
8314
|
+
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
8315
|
+
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
8316
|
+
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
8317
|
+
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
8313
8318
|
export const SignalCellularNull: SvgIconComponent;
|
|
8314
8319
|
export const SignalCellularNullOutlined: SvgIconComponent;
|
|
8315
8320
|
export const SignalCellularNullRounded: SvgIconComponent;
|
|
@@ -8395,11 +8400,6 @@ export const SignalWifiStatusbarNullOutlined: SvgIconComponent;
|
|
|
8395
8400
|
export const SignalWifiStatusbarNullRounded: SvgIconComponent;
|
|
8396
8401
|
export const SignalWifiStatusbarNullSharp: SvgIconComponent;
|
|
8397
8402
|
export const SignalWifiStatusbarNullTwoTone: SvgIconComponent;
|
|
8398
|
-
export const SignLanguage: SvgIconComponent;
|
|
8399
|
-
export const SignLanguageOutlined: SvgIconComponent;
|
|
8400
|
-
export const SignLanguageRounded: SvgIconComponent;
|
|
8401
|
-
export const SignLanguageSharp: SvgIconComponent;
|
|
8402
|
-
export const SignLanguageTwoTone: SvgIconComponent;
|
|
8403
8403
|
export const Signpost: SvgIconComponent;
|
|
8404
8404
|
export const SignpostOutlined: SvgIconComponent;
|
|
8405
8405
|
export const SignpostRounded: SvgIconComponent;
|
|
@@ -8500,11 +8500,6 @@ export const SmartDisplayOutlined: SvgIconComponent;
|
|
|
8500
8500
|
export const SmartDisplayRounded: SvgIconComponent;
|
|
8501
8501
|
export const SmartDisplaySharp: SvgIconComponent;
|
|
8502
8502
|
export const SmartDisplayTwoTone: SvgIconComponent;
|
|
8503
|
-
export const Smartphone: SvgIconComponent;
|
|
8504
|
-
export const SmartphoneOutlined: SvgIconComponent;
|
|
8505
|
-
export const SmartphoneRounded: SvgIconComponent;
|
|
8506
|
-
export const SmartphoneSharp: SvgIconComponent;
|
|
8507
|
-
export const SmartphoneTwoTone: SvgIconComponent;
|
|
8508
8503
|
export const SmartScreen: SvgIconComponent;
|
|
8509
8504
|
export const SmartScreenOutlined: SvgIconComponent;
|
|
8510
8505
|
export const SmartScreenRounded: SvgIconComponent;
|
|
@@ -8515,6 +8510,11 @@ export const SmartToyOutlined: SvgIconComponent;
|
|
|
8515
8510
|
export const SmartToyRounded: SvgIconComponent;
|
|
8516
8511
|
export const SmartToySharp: SvgIconComponent;
|
|
8517
8512
|
export const SmartToyTwoTone: SvgIconComponent;
|
|
8513
|
+
export const Smartphone: SvgIconComponent;
|
|
8514
|
+
export const SmartphoneOutlined: SvgIconComponent;
|
|
8515
|
+
export const SmartphoneRounded: SvgIconComponent;
|
|
8516
|
+
export const SmartphoneSharp: SvgIconComponent;
|
|
8517
|
+
export const SmartphoneTwoTone: SvgIconComponent;
|
|
8518
8518
|
export const SmokeFree: SvgIconComponent;
|
|
8519
8519
|
export const SmokeFreeOutlined: SvgIconComponent;
|
|
8520
8520
|
export const SmokeFreeRounded: SvgIconComponent;
|
|
@@ -8621,6 +8621,10 @@ export const SouthWestRounded: SvgIconComponent;
|
|
|
8621
8621
|
export const SouthWestSharp: SvgIconComponent;
|
|
8622
8622
|
export const SouthWestTwoTone: SvgIconComponent;
|
|
8623
8623
|
export const Spa: SvgIconComponent;
|
|
8624
|
+
export const SpaOutlined: SvgIconComponent;
|
|
8625
|
+
export const SpaRounded: SvgIconComponent;
|
|
8626
|
+
export const SpaSharp: SvgIconComponent;
|
|
8627
|
+
export const SpaTwoTone: SvgIconComponent;
|
|
8624
8628
|
export const SpaceBar: SvgIconComponent;
|
|
8625
8629
|
export const SpaceBarOutlined: SvgIconComponent;
|
|
8626
8630
|
export const SpaceBarRounded: SvgIconComponent;
|
|
@@ -8631,9 +8635,6 @@ export const SpaceDashboardOutlined: SvgIconComponent;
|
|
|
8631
8635
|
export const SpaceDashboardRounded: SvgIconComponent;
|
|
8632
8636
|
export const SpaceDashboardSharp: SvgIconComponent;
|
|
8633
8637
|
export const SpaceDashboardTwoTone: SvgIconComponent;
|
|
8634
|
-
export const SpaOutlined: SvgIconComponent;
|
|
8635
|
-
export const SpaRounded: SvgIconComponent;
|
|
8636
|
-
export const SpaSharp: SvgIconComponent;
|
|
8637
8638
|
export const SpatialAudio: SvgIconComponent;
|
|
8638
8639
|
export const SpatialAudioOff: SvgIconComponent;
|
|
8639
8640
|
export const SpatialAudioOffOutlined: SvgIconComponent;
|
|
@@ -8649,7 +8650,6 @@ export const SpatialTrackingOutlined: SvgIconComponent;
|
|
|
8649
8650
|
export const SpatialTrackingRounded: SvgIconComponent;
|
|
8650
8651
|
export const SpatialTrackingSharp: SvgIconComponent;
|
|
8651
8652
|
export const SpatialTrackingTwoTone: SvgIconComponent;
|
|
8652
|
-
export const SpaTwoTone: SvgIconComponent;
|
|
8653
8653
|
export const Speaker: SvgIconComponent;
|
|
8654
8654
|
export const SpeakerGroup: SvgIconComponent;
|
|
8655
8655
|
export const SpeakerGroupOutlined: SvgIconComponent;
|
|
@@ -8847,11 +8847,11 @@ export const StarHalfRounded: SvgIconComponent;
|
|
|
8847
8847
|
export const StarHalfSharp: SvgIconComponent;
|
|
8848
8848
|
export const StarHalfTwoTone: SvgIconComponent;
|
|
8849
8849
|
export const StarOutline: SvgIconComponent;
|
|
8850
|
-
export const StarOutlined: SvgIconComponent;
|
|
8851
8850
|
export const StarOutlineOutlined: SvgIconComponent;
|
|
8852
8851
|
export const StarOutlineRounded: SvgIconComponent;
|
|
8853
8852
|
export const StarOutlineSharp: SvgIconComponent;
|
|
8854
8853
|
export const StarOutlineTwoTone: SvgIconComponent;
|
|
8854
|
+
export const StarOutlined: SvgIconComponent;
|
|
8855
8855
|
export const StarPurple500: SvgIconComponent;
|
|
8856
8856
|
export const StarPurple500Outlined: SvgIconComponent;
|
|
8857
8857
|
export const StarPurple500Rounded: SvgIconComponent;
|
|
@@ -8863,8 +8863,9 @@ export const StarRateRounded: SvgIconComponent;
|
|
|
8863
8863
|
export const StarRateSharp: SvgIconComponent;
|
|
8864
8864
|
export const StarRateTwoTone: SvgIconComponent;
|
|
8865
8865
|
export const StarRounded: SvgIconComponent;
|
|
8866
|
-
export const Stars: SvgIconComponent;
|
|
8867
8866
|
export const StarSharp: SvgIconComponent;
|
|
8867
|
+
export const StarTwoTone: SvgIconComponent;
|
|
8868
|
+
export const Stars: SvgIconComponent;
|
|
8868
8869
|
export const StarsOutlined: SvgIconComponent;
|
|
8869
8870
|
export const StarsRounded: SvgIconComponent;
|
|
8870
8871
|
export const StarsSharp: SvgIconComponent;
|
|
@@ -8874,7 +8875,6 @@ export const StartOutlined: SvgIconComponent;
|
|
|
8874
8875
|
export const StartRounded: SvgIconComponent;
|
|
8875
8876
|
export const StartSharp: SvgIconComponent;
|
|
8876
8877
|
export const StartTwoTone: SvgIconComponent;
|
|
8877
|
-
export const StarTwoTone: SvgIconComponent;
|
|
8878
8878
|
export const StayCurrentLandscape: SvgIconComponent;
|
|
8879
8879
|
export const StayCurrentLandscapeOutlined: SvgIconComponent;
|
|
8880
8880
|
export const StayCurrentLandscapeRounded: SvgIconComponent;
|
|
@@ -8921,11 +8921,6 @@ export const StorageRounded: SvgIconComponent;
|
|
|
8921
8921
|
export const StorageSharp: SvgIconComponent;
|
|
8922
8922
|
export const StorageTwoTone: SvgIconComponent;
|
|
8923
8923
|
export const Store: SvgIconComponent;
|
|
8924
|
-
export const Storefront: SvgIconComponent;
|
|
8925
|
-
export const StorefrontOutlined: SvgIconComponent;
|
|
8926
|
-
export const StorefrontRounded: SvgIconComponent;
|
|
8927
|
-
export const StorefrontSharp: SvgIconComponent;
|
|
8928
|
-
export const StorefrontTwoTone: SvgIconComponent;
|
|
8929
8924
|
export const StoreMallDirectory: SvgIconComponent;
|
|
8930
8925
|
export const StoreMallDirectoryOutlined: SvgIconComponent;
|
|
8931
8926
|
export const StoreMallDirectoryRounded: SvgIconComponent;
|
|
@@ -8935,21 +8930,26 @@ export const StoreOutlined: SvgIconComponent;
|
|
|
8935
8930
|
export const StoreRounded: SvgIconComponent;
|
|
8936
8931
|
export const StoreSharp: SvgIconComponent;
|
|
8937
8932
|
export const StoreTwoTone: SvgIconComponent;
|
|
8933
|
+
export const Storefront: SvgIconComponent;
|
|
8934
|
+
export const StorefrontOutlined: SvgIconComponent;
|
|
8935
|
+
export const StorefrontRounded: SvgIconComponent;
|
|
8936
|
+
export const StorefrontSharp: SvgIconComponent;
|
|
8937
|
+
export const StorefrontTwoTone: SvgIconComponent;
|
|
8938
8938
|
export const Storm: SvgIconComponent;
|
|
8939
8939
|
export const StormOutlined: SvgIconComponent;
|
|
8940
8940
|
export const StormRounded: SvgIconComponent;
|
|
8941
8941
|
export const StormSharp: SvgIconComponent;
|
|
8942
8942
|
export const StormTwoTone: SvgIconComponent;
|
|
8943
8943
|
export const Straight: SvgIconComponent;
|
|
8944
|
+
export const StraightOutlined: SvgIconComponent;
|
|
8945
|
+
export const StraightRounded: SvgIconComponent;
|
|
8946
|
+
export const StraightSharp: SvgIconComponent;
|
|
8947
|
+
export const StraightTwoTone: SvgIconComponent;
|
|
8944
8948
|
export const Straighten: SvgIconComponent;
|
|
8945
8949
|
export const StraightenOutlined: SvgIconComponent;
|
|
8946
8950
|
export const StraightenRounded: SvgIconComponent;
|
|
8947
8951
|
export const StraightenSharp: SvgIconComponent;
|
|
8948
8952
|
export const StraightenTwoTone: SvgIconComponent;
|
|
8949
|
-
export const StraightOutlined: SvgIconComponent;
|
|
8950
|
-
export const StraightRounded: SvgIconComponent;
|
|
8951
|
-
export const StraightSharp: SvgIconComponent;
|
|
8952
|
-
export const StraightTwoTone: SvgIconComponent;
|
|
8953
8953
|
export const Stream: SvgIconComponent;
|
|
8954
8954
|
export const StreamOutlined: SvgIconComponent;
|
|
8955
8955
|
export const StreamRounded: SvgIconComponent;
|
|
@@ -8991,15 +8991,15 @@ export const SubjectRounded: SvgIconComponent;
|
|
|
8991
8991
|
export const SubjectSharp: SvgIconComponent;
|
|
8992
8992
|
export const SubjectTwoTone: SvgIconComponent;
|
|
8993
8993
|
export const Subscript: SvgIconComponent;
|
|
8994
|
+
export const SubscriptOutlined: SvgIconComponent;
|
|
8995
|
+
export const SubscriptRounded: SvgIconComponent;
|
|
8996
|
+
export const SubscriptSharp: SvgIconComponent;
|
|
8997
|
+
export const SubscriptTwoTone: SvgIconComponent;
|
|
8994
8998
|
export const Subscriptions: SvgIconComponent;
|
|
8995
8999
|
export const SubscriptionsOutlined: SvgIconComponent;
|
|
8996
9000
|
export const SubscriptionsRounded: SvgIconComponent;
|
|
8997
9001
|
export const SubscriptionsSharp: SvgIconComponent;
|
|
8998
9002
|
export const SubscriptionsTwoTone: SvgIconComponent;
|
|
8999
|
-
export const SubscriptOutlined: SvgIconComponent;
|
|
9000
|
-
export const SubscriptRounded: SvgIconComponent;
|
|
9001
|
-
export const SubscriptSharp: SvgIconComponent;
|
|
9002
|
-
export const SubscriptTwoTone: SvgIconComponent;
|
|
9003
9003
|
export const Subtitles: SvgIconComponent;
|
|
9004
9004
|
export const SubtitlesOff: SvgIconComponent;
|
|
9005
9005
|
export const SubtitlesOffOutlined: SvgIconComponent;
|
|
@@ -9061,25 +9061,25 @@ export const SwapCallsRounded: SvgIconComponent;
|
|
|
9061
9061
|
export const SwapCallsSharp: SvgIconComponent;
|
|
9062
9062
|
export const SwapCallsTwoTone: SvgIconComponent;
|
|
9063
9063
|
export const SwapHoriz: SvgIconComponent;
|
|
9064
|
+
export const SwapHorizOutlined: SvgIconComponent;
|
|
9065
|
+
export const SwapHorizRounded: SvgIconComponent;
|
|
9066
|
+
export const SwapHorizSharp: SvgIconComponent;
|
|
9067
|
+
export const SwapHorizTwoTone: SvgIconComponent;
|
|
9064
9068
|
export const SwapHorizontalCircle: SvgIconComponent;
|
|
9065
9069
|
export const SwapHorizontalCircleOutlined: SvgIconComponent;
|
|
9066
9070
|
export const SwapHorizontalCircleRounded: SvgIconComponent;
|
|
9067
9071
|
export const SwapHorizontalCircleSharp: SvgIconComponent;
|
|
9068
9072
|
export const SwapHorizontalCircleTwoTone: SvgIconComponent;
|
|
9069
|
-
export const SwapHorizOutlined: SvgIconComponent;
|
|
9070
|
-
export const SwapHorizRounded: SvgIconComponent;
|
|
9071
|
-
export const SwapHorizSharp: SvgIconComponent;
|
|
9072
|
-
export const SwapHorizTwoTone: SvgIconComponent;
|
|
9073
9073
|
export const SwapVert: SvgIconComponent;
|
|
9074
|
+
export const SwapVertOutlined: SvgIconComponent;
|
|
9075
|
+
export const SwapVertRounded: SvgIconComponent;
|
|
9076
|
+
export const SwapVertSharp: SvgIconComponent;
|
|
9077
|
+
export const SwapVertTwoTone: SvgIconComponent;
|
|
9074
9078
|
export const SwapVerticalCircle: SvgIconComponent;
|
|
9075
9079
|
export const SwapVerticalCircleOutlined: SvgIconComponent;
|
|
9076
9080
|
export const SwapVerticalCircleRounded: SvgIconComponent;
|
|
9077
9081
|
export const SwapVerticalCircleSharp: SvgIconComponent;
|
|
9078
9082
|
export const SwapVerticalCircleTwoTone: SvgIconComponent;
|
|
9079
|
-
export const SwapVertOutlined: SvgIconComponent;
|
|
9080
|
-
export const SwapVertRounded: SvgIconComponent;
|
|
9081
|
-
export const SwapVertSharp: SvgIconComponent;
|
|
9082
|
-
export const SwapVertTwoTone: SvgIconComponent;
|
|
9083
9083
|
export const Swipe: SvgIconComponent;
|
|
9084
9084
|
export const SwipeDown: SvgIconComponent;
|
|
9085
9085
|
export const SwipeDownAlt: SvgIconComponent;
|
|
@@ -9221,6 +9221,15 @@ export const SystemUpdateRounded: SvgIconComponent;
|
|
|
9221
9221
|
export const SystemUpdateSharp: SvgIconComponent;
|
|
9222
9222
|
export const SystemUpdateTwoTone: SvgIconComponent;
|
|
9223
9223
|
export const Tab: SvgIconComponent;
|
|
9224
|
+
export const TabOutlined: SvgIconComponent;
|
|
9225
|
+
export const TabRounded: SvgIconComponent;
|
|
9226
|
+
export const TabSharp: SvgIconComponent;
|
|
9227
|
+
export const TabTwoTone: SvgIconComponent;
|
|
9228
|
+
export const TabUnselected: SvgIconComponent;
|
|
9229
|
+
export const TabUnselectedOutlined: SvgIconComponent;
|
|
9230
|
+
export const TabUnselectedRounded: SvgIconComponent;
|
|
9231
|
+
export const TabUnselectedSharp: SvgIconComponent;
|
|
9232
|
+
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
9224
9233
|
export const TableBar: SvgIconComponent;
|
|
9225
9234
|
export const TableBarOutlined: SvgIconComponent;
|
|
9226
9235
|
export const TableBarRounded: SvgIconComponent;
|
|
@@ -9241,6 +9250,11 @@ export const TableRowsOutlined: SvgIconComponent;
|
|
|
9241
9250
|
export const TableRowsRounded: SvgIconComponent;
|
|
9242
9251
|
export const TableRowsSharp: SvgIconComponent;
|
|
9243
9252
|
export const TableRowsTwoTone: SvgIconComponent;
|
|
9253
|
+
export const TableView: SvgIconComponent;
|
|
9254
|
+
export const TableViewOutlined: SvgIconComponent;
|
|
9255
|
+
export const TableViewRounded: SvgIconComponent;
|
|
9256
|
+
export const TableViewSharp: SvgIconComponent;
|
|
9257
|
+
export const TableViewTwoTone: SvgIconComponent;
|
|
9244
9258
|
export const Tablet: SvgIconComponent;
|
|
9245
9259
|
export const TabletAndroid: SvgIconComponent;
|
|
9246
9260
|
export const TabletAndroidOutlined: SvgIconComponent;
|
|
@@ -9256,20 +9270,6 @@ export const TabletOutlined: SvgIconComponent;
|
|
|
9256
9270
|
export const TabletRounded: SvgIconComponent;
|
|
9257
9271
|
export const TabletSharp: SvgIconComponent;
|
|
9258
9272
|
export const TabletTwoTone: SvgIconComponent;
|
|
9259
|
-
export const TableView: SvgIconComponent;
|
|
9260
|
-
export const TableViewOutlined: SvgIconComponent;
|
|
9261
|
-
export const TableViewRounded: SvgIconComponent;
|
|
9262
|
-
export const TableViewSharp: SvgIconComponent;
|
|
9263
|
-
export const TableViewTwoTone: SvgIconComponent;
|
|
9264
|
-
export const TabOutlined: SvgIconComponent;
|
|
9265
|
-
export const TabRounded: SvgIconComponent;
|
|
9266
|
-
export const TabSharp: SvgIconComponent;
|
|
9267
|
-
export const TabTwoTone: SvgIconComponent;
|
|
9268
|
-
export const TabUnselected: SvgIconComponent;
|
|
9269
|
-
export const TabUnselectedOutlined: SvgIconComponent;
|
|
9270
|
-
export const TabUnselectedRounded: SvgIconComponent;
|
|
9271
|
-
export const TabUnselectedSharp: SvgIconComponent;
|
|
9272
|
-
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
9273
9273
|
export const Tag: SvgIconComponent;
|
|
9274
9274
|
export const TagFaces: SvgIconComponent;
|
|
9275
9275
|
export const TagFacesOutlined: SvgIconComponent;
|
|
@@ -9386,16 +9386,16 @@ export const TextRotationNoneOutlined: SvgIconComponent;
|
|
|
9386
9386
|
export const TextRotationNoneRounded: SvgIconComponent;
|
|
9387
9387
|
export const TextRotationNoneSharp: SvgIconComponent;
|
|
9388
9388
|
export const TextRotationNoneTwoTone: SvgIconComponent;
|
|
9389
|
-
export const Textsms: SvgIconComponent;
|
|
9390
|
-
export const TextsmsOutlined: SvgIconComponent;
|
|
9391
|
-
export const TextsmsRounded: SvgIconComponent;
|
|
9392
|
-
export const TextsmsSharp: SvgIconComponent;
|
|
9393
|
-
export const TextsmsTwoTone: SvgIconComponent;
|
|
9394
9389
|
export const TextSnippet: SvgIconComponent;
|
|
9395
9390
|
export const TextSnippetOutlined: SvgIconComponent;
|
|
9396
9391
|
export const TextSnippetRounded: SvgIconComponent;
|
|
9397
9392
|
export const TextSnippetSharp: SvgIconComponent;
|
|
9398
9393
|
export const TextSnippetTwoTone: SvgIconComponent;
|
|
9394
|
+
export const Textsms: SvgIconComponent;
|
|
9395
|
+
export const TextsmsOutlined: SvgIconComponent;
|
|
9396
|
+
export const TextsmsRounded: SvgIconComponent;
|
|
9397
|
+
export const TextsmsSharp: SvgIconComponent;
|
|
9398
|
+
export const TextsmsTwoTone: SvgIconComponent;
|
|
9399
9399
|
export const Texture: SvgIconComponent;
|
|
9400
9400
|
export const TextureOutlined: SvgIconComponent;
|
|
9401
9401
|
export const TextureRounded: SvgIconComponent;
|
|
@@ -9486,11 +9486,6 @@ export const ThumbDownOutlined: SvgIconComponent;
|
|
|
9486
9486
|
export const ThumbDownRounded: SvgIconComponent;
|
|
9487
9487
|
export const ThumbDownSharp: SvgIconComponent;
|
|
9488
9488
|
export const ThumbDownTwoTone: SvgIconComponent;
|
|
9489
|
-
export const ThumbsUpDown: SvgIconComponent;
|
|
9490
|
-
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
9491
|
-
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
9492
|
-
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
9493
|
-
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
9494
9489
|
export const ThumbUp: SvgIconComponent;
|
|
9495
9490
|
export const ThumbUpAlt: SvgIconComponent;
|
|
9496
9491
|
export const ThumbUpAltOutlined: SvgIconComponent;
|
|
@@ -9506,11 +9501,21 @@ export const ThumbUpOutlined: SvgIconComponent;
|
|
|
9506
9501
|
export const ThumbUpRounded: SvgIconComponent;
|
|
9507
9502
|
export const ThumbUpSharp: SvgIconComponent;
|
|
9508
9503
|
export const ThumbUpTwoTone: SvgIconComponent;
|
|
9504
|
+
export const ThumbsUpDown: SvgIconComponent;
|
|
9505
|
+
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
9506
|
+
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
9507
|
+
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
9508
|
+
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
9509
9509
|
export const Thunderstorm: SvgIconComponent;
|
|
9510
9510
|
export const ThunderstormOutlined: SvgIconComponent;
|
|
9511
9511
|
export const ThunderstormRounded: SvgIconComponent;
|
|
9512
9512
|
export const ThunderstormSharp: SvgIconComponent;
|
|
9513
9513
|
export const ThunderstormTwoTone: SvgIconComponent;
|
|
9514
|
+
export const TimeToLeave: SvgIconComponent;
|
|
9515
|
+
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
9516
|
+
export const TimeToLeaveRounded: SvgIconComponent;
|
|
9517
|
+
export const TimeToLeaveSharp: SvgIconComponent;
|
|
9518
|
+
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
9514
9519
|
export const Timelapse: SvgIconComponent;
|
|
9515
9520
|
export const TimelapseOutlined: SvgIconComponent;
|
|
9516
9521
|
export const TimelapseRounded: SvgIconComponent;
|
|
@@ -9556,11 +9561,6 @@ export const TimesOneMobiledataOutlined: SvgIconComponent;
|
|
|
9556
9561
|
export const TimesOneMobiledataRounded: SvgIconComponent;
|
|
9557
9562
|
export const TimesOneMobiledataSharp: SvgIconComponent;
|
|
9558
9563
|
export const TimesOneMobiledataTwoTone: SvgIconComponent;
|
|
9559
|
-
export const TimeToLeave: SvgIconComponent;
|
|
9560
|
-
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
9561
|
-
export const TimeToLeaveRounded: SvgIconComponent;
|
|
9562
|
-
export const TimeToLeaveSharp: SvgIconComponent;
|
|
9563
|
-
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
9564
9564
|
export const TipsAndUpdates: SvgIconComponent;
|
|
9565
9565
|
export const TipsAndUpdatesOutlined: SvgIconComponent;
|
|
9566
9566
|
export const TipsAndUpdatesRounded: SvgIconComponent;
|
|
@@ -9741,16 +9741,6 @@ export const TungstenOutlined: SvgIconComponent;
|
|
|
9741
9741
|
export const TungstenRounded: SvgIconComponent;
|
|
9742
9742
|
export const TungstenSharp: SvgIconComponent;
|
|
9743
9743
|
export const TungstenTwoTone: SvgIconComponent;
|
|
9744
|
-
export const TurnedIn: SvgIconComponent;
|
|
9745
|
-
export const TurnedInNot: SvgIconComponent;
|
|
9746
|
-
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9747
|
-
export const TurnedInNotRounded: SvgIconComponent;
|
|
9748
|
-
export const TurnedInNotSharp: SvgIconComponent;
|
|
9749
|
-
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9750
|
-
export const TurnedInOutlined: SvgIconComponent;
|
|
9751
|
-
export const TurnedInRounded: SvgIconComponent;
|
|
9752
|
-
export const TurnedInSharp: SvgIconComponent;
|
|
9753
|
-
export const TurnedInTwoTone: SvgIconComponent;
|
|
9754
9744
|
export const TurnLeft: SvgIconComponent;
|
|
9755
9745
|
export const TurnLeftOutlined: SvgIconComponent;
|
|
9756
9746
|
export const TurnLeftRounded: SvgIconComponent;
|
|
@@ -9781,6 +9771,16 @@ export const TurnSlightRightOutlined: SvgIconComponent;
|
|
|
9781
9771
|
export const TurnSlightRightRounded: SvgIconComponent;
|
|
9782
9772
|
export const TurnSlightRightSharp: SvgIconComponent;
|
|
9783
9773
|
export const TurnSlightRightTwoTone: SvgIconComponent;
|
|
9774
|
+
export const TurnedIn: SvgIconComponent;
|
|
9775
|
+
export const TurnedInNot: SvgIconComponent;
|
|
9776
|
+
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9777
|
+
export const TurnedInNotRounded: SvgIconComponent;
|
|
9778
|
+
export const TurnedInNotSharp: SvgIconComponent;
|
|
9779
|
+
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9780
|
+
export const TurnedInOutlined: SvgIconComponent;
|
|
9781
|
+
export const TurnedInRounded: SvgIconComponent;
|
|
9782
|
+
export const TurnedInSharp: SvgIconComponent;
|
|
9783
|
+
export const TurnedInTwoTone: SvgIconComponent;
|
|
9784
9784
|
export const Tv: SvgIconComponent;
|
|
9785
9785
|
export const TvOff: SvgIconComponent;
|
|
9786
9786
|
export const TvOffOutlined: SvgIconComponent;
|
|
@@ -9847,6 +9847,16 @@ export const TypeSpecimenOutlined: SvgIconComponent;
|
|
|
9847
9847
|
export const TypeSpecimenRounded: SvgIconComponent;
|
|
9848
9848
|
export const TypeSpecimenSharp: SvgIconComponent;
|
|
9849
9849
|
export const TypeSpecimenTwoTone: SvgIconComponent;
|
|
9850
|
+
export const UTurnLeft: SvgIconComponent;
|
|
9851
|
+
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9852
|
+
export const UTurnLeftRounded: SvgIconComponent;
|
|
9853
|
+
export const UTurnLeftSharp: SvgIconComponent;
|
|
9854
|
+
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9855
|
+
export const UTurnRight: SvgIconComponent;
|
|
9856
|
+
export const UTurnRightOutlined: SvgIconComponent;
|
|
9857
|
+
export const UTurnRightRounded: SvgIconComponent;
|
|
9858
|
+
export const UTurnRightSharp: SvgIconComponent;
|
|
9859
|
+
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9850
9860
|
export const Umbrella: SvgIconComponent;
|
|
9851
9861
|
export const UmbrellaOutlined: SvgIconComponent;
|
|
9852
9862
|
export const UmbrellaRounded: SvgIconComponent;
|
|
@@ -9932,16 +9942,6 @@ export const UsbOutlined: SvgIconComponent;
|
|
|
9932
9942
|
export const UsbRounded: SvgIconComponent;
|
|
9933
9943
|
export const UsbSharp: SvgIconComponent;
|
|
9934
9944
|
export const UsbTwoTone: SvgIconComponent;
|
|
9935
|
-
export const UTurnLeft: SvgIconComponent;
|
|
9936
|
-
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9937
|
-
export const UTurnLeftRounded: SvgIconComponent;
|
|
9938
|
-
export const UTurnLeftSharp: SvgIconComponent;
|
|
9939
|
-
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9940
|
-
export const UTurnRight: SvgIconComponent;
|
|
9941
|
-
export const UTurnRightOutlined: SvgIconComponent;
|
|
9942
|
-
export const UTurnRightRounded: SvgIconComponent;
|
|
9943
|
-
export const UTurnRightSharp: SvgIconComponent;
|
|
9944
|
-
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9945
9945
|
export const Vaccines: SvgIconComponent;
|
|
9946
9946
|
export const VaccinesOutlined: SvgIconComponent;
|
|
9947
9947
|
export const VaccinesRounded: SvgIconComponent;
|
|
@@ -10007,7 +10007,6 @@ export const VideoCallOutlined: SvgIconComponent;
|
|
|
10007
10007
|
export const VideoCallRounded: SvgIconComponent;
|
|
10008
10008
|
export const VideoCallSharp: SvgIconComponent;
|
|
10009
10009
|
export const VideoCallTwoTone: SvgIconComponent;
|
|
10010
|
-
export const Videocam: SvgIconComponent;
|
|
10011
10010
|
export const VideoCameraBack: SvgIconComponent;
|
|
10012
10011
|
export const VideoCameraBackOutlined: SvgIconComponent;
|
|
10013
10012
|
export const VideoCameraBackRounded: SvgIconComponent;
|
|
@@ -10018,15 +10017,6 @@ export const VideoCameraFrontOutlined: SvgIconComponent;
|
|
|
10018
10017
|
export const VideoCameraFrontRounded: SvgIconComponent;
|
|
10019
10018
|
export const VideoCameraFrontSharp: SvgIconComponent;
|
|
10020
10019
|
export const VideoCameraFrontTwoTone: SvgIconComponent;
|
|
10021
|
-
export const VideocamOff: SvgIconComponent;
|
|
10022
|
-
export const VideocamOffOutlined: SvgIconComponent;
|
|
10023
|
-
export const VideocamOffRounded: SvgIconComponent;
|
|
10024
|
-
export const VideocamOffSharp: SvgIconComponent;
|
|
10025
|
-
export const VideocamOffTwoTone: SvgIconComponent;
|
|
10026
|
-
export const VideocamOutlined: SvgIconComponent;
|
|
10027
|
-
export const VideocamRounded: SvgIconComponent;
|
|
10028
|
-
export const VideocamSharp: SvgIconComponent;
|
|
10029
|
-
export const VideocamTwoTone: SvgIconComponent;
|
|
10030
10020
|
export const VideoChat: SvgIconComponent;
|
|
10031
10021
|
export const VideoChatOutlined: SvgIconComponent;
|
|
10032
10022
|
export const VideoChatRounded: SvgIconComponent;
|
|
@@ -10037,16 +10027,6 @@ export const VideoFileOutlined: SvgIconComponent;
|
|
|
10037
10027
|
export const VideoFileRounded: SvgIconComponent;
|
|
10038
10028
|
export const VideoFileSharp: SvgIconComponent;
|
|
10039
10029
|
export const VideoFileTwoTone: SvgIconComponent;
|
|
10040
|
-
export const VideogameAsset: SvgIconComponent;
|
|
10041
|
-
export const VideogameAssetOff: SvgIconComponent;
|
|
10042
|
-
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
10043
|
-
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
10044
|
-
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
10045
|
-
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
10046
|
-
export const VideogameAssetOutlined: SvgIconComponent;
|
|
10047
|
-
export const VideogameAssetRounded: SvgIconComponent;
|
|
10048
|
-
export const VideogameAssetSharp: SvgIconComponent;
|
|
10049
|
-
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
10050
10030
|
export const VideoLabel: SvgIconComponent;
|
|
10051
10031
|
export const VideoLabelOutlined: SvgIconComponent;
|
|
10052
10032
|
export const VideoLabelRounded: SvgIconComponent;
|
|
@@ -10067,6 +10047,26 @@ export const VideoStableOutlined: SvgIconComponent;
|
|
|
10067
10047
|
export const VideoStableRounded: SvgIconComponent;
|
|
10068
10048
|
export const VideoStableSharp: SvgIconComponent;
|
|
10069
10049
|
export const VideoStableTwoTone: SvgIconComponent;
|
|
10050
|
+
export const Videocam: SvgIconComponent;
|
|
10051
|
+
export const VideocamOff: SvgIconComponent;
|
|
10052
|
+
export const VideocamOffOutlined: SvgIconComponent;
|
|
10053
|
+
export const VideocamOffRounded: SvgIconComponent;
|
|
10054
|
+
export const VideocamOffSharp: SvgIconComponent;
|
|
10055
|
+
export const VideocamOffTwoTone: SvgIconComponent;
|
|
10056
|
+
export const VideocamOutlined: SvgIconComponent;
|
|
10057
|
+
export const VideocamRounded: SvgIconComponent;
|
|
10058
|
+
export const VideocamSharp: SvgIconComponent;
|
|
10059
|
+
export const VideocamTwoTone: SvgIconComponent;
|
|
10060
|
+
export const VideogameAsset: SvgIconComponent;
|
|
10061
|
+
export const VideogameAssetOff: SvgIconComponent;
|
|
10062
|
+
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
10063
|
+
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
10064
|
+
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
10065
|
+
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
10066
|
+
export const VideogameAssetOutlined: SvgIconComponent;
|
|
10067
|
+
export const VideogameAssetRounded: SvgIconComponent;
|
|
10068
|
+
export const VideogameAssetSharp: SvgIconComponent;
|
|
10069
|
+
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
10070
10070
|
export const ViewAgenda: SvgIconComponent;
|
|
10071
10071
|
export const ViewAgendaOutlined: SvgIconComponent;
|
|
10072
10072
|
export const ViewAgendaRounded: SvgIconComponent;
|
|
@@ -10192,16 +10192,16 @@ export const VoiceChatOutlined: SvgIconComponent;
|
|
|
10192
10192
|
export const VoiceChatRounded: SvgIconComponent;
|
|
10193
10193
|
export const VoiceChatSharp: SvgIconComponent;
|
|
10194
10194
|
export const VoiceChatTwoTone: SvgIconComponent;
|
|
10195
|
-
export const Voicemail: SvgIconComponent;
|
|
10196
|
-
export const VoicemailOutlined: SvgIconComponent;
|
|
10197
|
-
export const VoicemailRounded: SvgIconComponent;
|
|
10198
|
-
export const VoicemailSharp: SvgIconComponent;
|
|
10199
|
-
export const VoicemailTwoTone: SvgIconComponent;
|
|
10200
10195
|
export const VoiceOverOff: SvgIconComponent;
|
|
10201
10196
|
export const VoiceOverOffOutlined: SvgIconComponent;
|
|
10202
10197
|
export const VoiceOverOffRounded: SvgIconComponent;
|
|
10203
10198
|
export const VoiceOverOffSharp: SvgIconComponent;
|
|
10204
10199
|
export const VoiceOverOffTwoTone: SvgIconComponent;
|
|
10200
|
+
export const Voicemail: SvgIconComponent;
|
|
10201
|
+
export const VoicemailOutlined: SvgIconComponent;
|
|
10202
|
+
export const VoicemailRounded: SvgIconComponent;
|
|
10203
|
+
export const VoicemailSharp: SvgIconComponent;
|
|
10204
|
+
export const VoicemailTwoTone: SvgIconComponent;
|
|
10205
10205
|
export const Volcano: SvgIconComponent;
|
|
10206
10206
|
export const VolcanoOutlined: SvgIconComponent;
|
|
10207
10207
|
export const VolcanoRounded: SvgIconComponent;
|
|
@@ -10308,15 +10308,15 @@ export const WaterDropOutlined: SvgIconComponent;
|
|
|
10308
10308
|
export const WaterDropRounded: SvgIconComponent;
|
|
10309
10309
|
export const WaterDropSharp: SvgIconComponent;
|
|
10310
10310
|
export const WaterDropTwoTone: SvgIconComponent;
|
|
10311
|
+
export const WaterOutlined: SvgIconComponent;
|
|
10312
|
+
export const WaterRounded: SvgIconComponent;
|
|
10313
|
+
export const WaterSharp: SvgIconComponent;
|
|
10314
|
+
export const WaterTwoTone: SvgIconComponent;
|
|
10311
10315
|
export const WaterfallChart: SvgIconComponent;
|
|
10312
10316
|
export const WaterfallChartOutlined: SvgIconComponent;
|
|
10313
10317
|
export const WaterfallChartRounded: SvgIconComponent;
|
|
10314
10318
|
export const WaterfallChartSharp: SvgIconComponent;
|
|
10315
10319
|
export const WaterfallChartTwoTone: SvgIconComponent;
|
|
10316
|
-
export const WaterOutlined: SvgIconComponent;
|
|
10317
|
-
export const WaterRounded: SvgIconComponent;
|
|
10318
|
-
export const WaterSharp: SvgIconComponent;
|
|
10319
|
-
export const WaterTwoTone: SvgIconComponent;
|
|
10320
10320
|
export const Waves: SvgIconComponent;
|
|
10321
10321
|
export const WavesOutlined: SvgIconComponent;
|
|
10322
10322
|
export const WavesRounded: SvgIconComponent;
|
|
@@ -10378,11 +10378,6 @@ export const WebAssetOutlined: SvgIconComponent;
|
|
|
10378
10378
|
export const WebAssetRounded: SvgIconComponent;
|
|
10379
10379
|
export const WebAssetSharp: SvgIconComponent;
|
|
10380
10380
|
export const WebAssetTwoTone: SvgIconComponent;
|
|
10381
|
-
export const Webhook: SvgIconComponent;
|
|
10382
|
-
export const WebhookOutlined: SvgIconComponent;
|
|
10383
|
-
export const WebhookRounded: SvgIconComponent;
|
|
10384
|
-
export const WebhookSharp: SvgIconComponent;
|
|
10385
|
-
export const WebhookTwoTone: SvgIconComponent;
|
|
10386
10381
|
export const WebOutlined: SvgIconComponent;
|
|
10387
10382
|
export const WebRounded: SvgIconComponent;
|
|
10388
10383
|
export const WebSharp: SvgIconComponent;
|
|
@@ -10392,6 +10387,11 @@ export const WebStoriesRounded: SvgIconComponent;
|
|
|
10392
10387
|
export const WebStoriesSharp: SvgIconComponent;
|
|
10393
10388
|
export const WebStoriesTwoTone: SvgIconComponent;
|
|
10394
10389
|
export const WebTwoTone: SvgIconComponent;
|
|
10390
|
+
export const Webhook: SvgIconComponent;
|
|
10391
|
+
export const WebhookOutlined: SvgIconComponent;
|
|
10392
|
+
export const WebhookRounded: SvgIconComponent;
|
|
10393
|
+
export const WebhookSharp: SvgIconComponent;
|
|
10394
|
+
export const WebhookTwoTone: SvgIconComponent;
|
|
10395
10395
|
export const Weekend: SvgIconComponent;
|
|
10396
10396
|
export const WeekendOutlined: SvgIconComponent;
|
|
10397
10397
|
export const WeekendRounded: SvgIconComponent;
|
|
@@ -10512,16 +10512,16 @@ export const WifiTetheringRounded: SvgIconComponent;
|
|
|
10512
10512
|
export const WifiTetheringSharp: SvgIconComponent;
|
|
10513
10513
|
export const WifiTetheringTwoTone: SvgIconComponent;
|
|
10514
10514
|
export const WifiTwoTone: SvgIconComponent;
|
|
10515
|
-
export const Window: SvgIconComponent;
|
|
10516
|
-
export const WindowOutlined: SvgIconComponent;
|
|
10517
|
-
export const WindowRounded: SvgIconComponent;
|
|
10518
|
-
export const WindowSharp: SvgIconComponent;
|
|
10519
|
-
export const WindowTwoTone: SvgIconComponent;
|
|
10520
10515
|
export const WindPower: SvgIconComponent;
|
|
10521
10516
|
export const WindPowerOutlined: SvgIconComponent;
|
|
10522
10517
|
export const WindPowerRounded: SvgIconComponent;
|
|
10523
10518
|
export const WindPowerSharp: SvgIconComponent;
|
|
10524
10519
|
export const WindPowerTwoTone: SvgIconComponent;
|
|
10520
|
+
export const Window: SvgIconComponent;
|
|
10521
|
+
export const WindowOutlined: SvgIconComponent;
|
|
10522
|
+
export const WindowRounded: SvgIconComponent;
|
|
10523
|
+
export const WindowSharp: SvgIconComponent;
|
|
10524
|
+
export const WindowTwoTone: SvgIconComponent;
|
|
10525
10525
|
export const WineBar: SvgIconComponent;
|
|
10526
10526
|
export const WineBarOutlined: SvgIconComponent;
|
|
10527
10527
|
export const WineBarRounded: SvgIconComponent;
|
|
@@ -10549,13 +10549,14 @@ export const WorkOffRounded: SvgIconComponent;
|
|
|
10549
10549
|
export const WorkOffSharp: SvgIconComponent;
|
|
10550
10550
|
export const WorkOffTwoTone: SvgIconComponent;
|
|
10551
10551
|
export const WorkOutline: SvgIconComponent;
|
|
10552
|
-
export const WorkOutlined: SvgIconComponent;
|
|
10553
10552
|
export const WorkOutlineOutlined: SvgIconComponent;
|
|
10554
10553
|
export const WorkOutlineRounded: SvgIconComponent;
|
|
10555
10554
|
export const WorkOutlineSharp: SvgIconComponent;
|
|
10556
10555
|
export const WorkOutlineTwoTone: SvgIconComponent;
|
|
10556
|
+
export const WorkOutlined: SvgIconComponent;
|
|
10557
10557
|
export const WorkRounded: SvgIconComponent;
|
|
10558
10558
|
export const WorkSharp: SvgIconComponent;
|
|
10559
|
+
export const WorkTwoTone: SvgIconComponent;
|
|
10559
10560
|
export const WorkspacePremium: SvgIconComponent;
|
|
10560
10561
|
export const WorkspacePremiumOutlined: SvgIconComponent;
|
|
10561
10562
|
export const WorkspacePremiumRounded: SvgIconComponent;
|
|
@@ -10566,7 +10567,6 @@ export const WorkspacesOutlined: SvgIconComponent;
|
|
|
10566
10567
|
export const WorkspacesRounded: SvgIconComponent;
|
|
10567
10568
|
export const WorkspacesSharp: SvgIconComponent;
|
|
10568
10569
|
export const WorkspacesTwoTone: SvgIconComponent;
|
|
10569
|
-
export const WorkTwoTone: SvgIconComponent;
|
|
10570
10570
|
export const WrapText: SvgIconComponent;
|
|
10571
10571
|
export const WrapTextOutlined: SvgIconComponent;
|
|
10572
10572
|
export const WrapTextRounded: SvgIconComponent;
|