@mui/icons-material 5.2.1 → 5.2.4
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 +72 -0
- package/index.d.ts +645 -645
- package/index.js +1 -1
- package/package.json +1 -1
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;
|
|
@@ -208,6 +208,11 @@ export const AddToQueueRounded: SvgIconComponent;
|
|
|
208
208
|
export const AddToQueueSharp: SvgIconComponent;
|
|
209
209
|
export const AddToQueueTwoTone: SvgIconComponent;
|
|
210
210
|
export const AddTwoTone: SvgIconComponent;
|
|
211
|
+
export const Addchart: SvgIconComponent;
|
|
212
|
+
export const AddchartOutlined: SvgIconComponent;
|
|
213
|
+
export const AddchartRounded: SvgIconComponent;
|
|
214
|
+
export const AddchartSharp: SvgIconComponent;
|
|
215
|
+
export const AddchartTwoTone: SvgIconComponent;
|
|
211
216
|
export const AdfScanner: SvgIconComponent;
|
|
212
217
|
export const AdfScannerOutlined: SvgIconComponent;
|
|
213
218
|
export const AdfScannerRounded: SvgIconComponent;
|
|
@@ -223,18 +228,16 @@ export const AdminPanelSettingsOutlined: SvgIconComponent;
|
|
|
223
228
|
export const AdminPanelSettingsRounded: SvgIconComponent;
|
|
224
229
|
export const AdminPanelSettingsSharp: SvgIconComponent;
|
|
225
230
|
export const AdminPanelSettingsTwoTone: SvgIconComponent;
|
|
226
|
-
export const AdUnits: SvgIconComponent;
|
|
227
|
-
export const AdUnitsOutlined: SvgIconComponent;
|
|
228
|
-
export const AdUnitsRounded: SvgIconComponent;
|
|
229
|
-
export const AdUnitsSharp: SvgIconComponent;
|
|
230
|
-
export const AdUnitsTwoTone: SvgIconComponent;
|
|
231
231
|
export const Agriculture: SvgIconComponent;
|
|
232
232
|
export const AgricultureOutlined: SvgIconComponent;
|
|
233
233
|
export const AgricultureRounded: SvgIconComponent;
|
|
234
234
|
export const AgricultureSharp: SvgIconComponent;
|
|
235
235
|
export const AgricultureTwoTone: SvgIconComponent;
|
|
236
236
|
export const Air: SvgIconComponent;
|
|
237
|
-
export const
|
|
237
|
+
export const AirOutlined: SvgIconComponent;
|
|
238
|
+
export const AirRounded: SvgIconComponent;
|
|
239
|
+
export const AirSharp: SvgIconComponent;
|
|
240
|
+
export const AirTwoTone: SvgIconComponent;
|
|
238
241
|
export const AirlineSeatFlat: SvgIconComponent;
|
|
239
242
|
export const AirlineSeatFlatAngled: SvgIconComponent;
|
|
240
243
|
export const AirlineSeatFlatAngledOutlined: SvgIconComponent;
|
|
@@ -275,16 +278,21 @@ export const AirlineSeatReclineNormalOutlined: SvgIconComponent;
|
|
|
275
278
|
export const AirlineSeatReclineNormalRounded: SvgIconComponent;
|
|
276
279
|
export const AirlineSeatReclineNormalSharp: SvgIconComponent;
|
|
277
280
|
export const AirlineSeatReclineNormalTwoTone: SvgIconComponent;
|
|
278
|
-
export const AirlinesOutlined: SvgIconComponent;
|
|
279
|
-
export const AirlinesRounded: SvgIconComponent;
|
|
280
|
-
export const AirlinesSharp: SvgIconComponent;
|
|
281
281
|
export const AirlineStops: SvgIconComponent;
|
|
282
282
|
export const AirlineStopsOutlined: SvgIconComponent;
|
|
283
283
|
export const AirlineStopsRounded: SvgIconComponent;
|
|
284
284
|
export const AirlineStopsSharp: SvgIconComponent;
|
|
285
285
|
export const AirlineStopsTwoTone: SvgIconComponent;
|
|
286
|
+
export const Airlines: SvgIconComponent;
|
|
287
|
+
export const AirlinesOutlined: SvgIconComponent;
|
|
288
|
+
export const AirlinesRounded: SvgIconComponent;
|
|
289
|
+
export const AirlinesSharp: SvgIconComponent;
|
|
286
290
|
export const AirlinesTwoTone: SvgIconComponent;
|
|
287
|
-
export const
|
|
291
|
+
export const AirplaneTicket: SvgIconComponent;
|
|
292
|
+
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
293
|
+
export const AirplaneTicketRounded: SvgIconComponent;
|
|
294
|
+
export const AirplaneTicketSharp: SvgIconComponent;
|
|
295
|
+
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
288
296
|
export const AirplanemodeActive: SvgIconComponent;
|
|
289
297
|
export const AirplanemodeActiveOutlined: SvgIconComponent;
|
|
290
298
|
export const AirplanemodeActiveRounded: SvgIconComponent;
|
|
@@ -295,11 +303,6 @@ export const AirplanemodeInactiveOutlined: SvgIconComponent;
|
|
|
295
303
|
export const AirplanemodeInactiveRounded: SvgIconComponent;
|
|
296
304
|
export const AirplanemodeInactiveSharp: SvgIconComponent;
|
|
297
305
|
export const AirplanemodeInactiveTwoTone: SvgIconComponent;
|
|
298
|
-
export const AirplaneTicket: SvgIconComponent;
|
|
299
|
-
export const AirplaneTicketOutlined: SvgIconComponent;
|
|
300
|
-
export const AirplaneTicketRounded: SvgIconComponent;
|
|
301
|
-
export const AirplaneTicketSharp: SvgIconComponent;
|
|
302
|
-
export const AirplaneTicketTwoTone: SvgIconComponent;
|
|
303
306
|
export const Airplay: SvgIconComponent;
|
|
304
307
|
export const AirplayOutlined: SvgIconComponent;
|
|
305
308
|
export const AirplayRounded: SvgIconComponent;
|
|
@@ -310,9 +313,6 @@ export const AirportShuttleOutlined: SvgIconComponent;
|
|
|
310
313
|
export const AirportShuttleRounded: SvgIconComponent;
|
|
311
314
|
export const AirportShuttleSharp: SvgIconComponent;
|
|
312
315
|
export const AirportShuttleTwoTone: SvgIconComponent;
|
|
313
|
-
export const AirRounded: SvgIconComponent;
|
|
314
|
-
export const AirSharp: SvgIconComponent;
|
|
315
|
-
export const AirTwoTone: SvgIconComponent;
|
|
316
316
|
export const Alarm: SvgIconComponent;
|
|
317
317
|
export const AlarmAdd: SvgIconComponent;
|
|
318
318
|
export const AlarmAddOutlined: SvgIconComponent;
|
|
@@ -383,16 +383,16 @@ export const AllOutOutlined: SvgIconComponent;
|
|
|
383
383
|
export const AllOutRounded: SvgIconComponent;
|
|
384
384
|
export const AllOutSharp: SvgIconComponent;
|
|
385
385
|
export const AllOutTwoTone: SvgIconComponent;
|
|
386
|
-
export const AlternateEmail: SvgIconComponent;
|
|
387
|
-
export const AlternateEmailOutlined: SvgIconComponent;
|
|
388
|
-
export const AlternateEmailRounded: SvgIconComponent;
|
|
389
|
-
export const AlternateEmailSharp: SvgIconComponent;
|
|
390
|
-
export const AlternateEmailTwoTone: SvgIconComponent;
|
|
391
386
|
export const AltRoute: SvgIconComponent;
|
|
392
387
|
export const AltRouteOutlined: SvgIconComponent;
|
|
393
388
|
export const AltRouteRounded: SvgIconComponent;
|
|
394
389
|
export const AltRouteSharp: SvgIconComponent;
|
|
395
390
|
export const AltRouteTwoTone: SvgIconComponent;
|
|
391
|
+
export const AlternateEmail: SvgIconComponent;
|
|
392
|
+
export const AlternateEmailOutlined: SvgIconComponent;
|
|
393
|
+
export const AlternateEmailRounded: SvgIconComponent;
|
|
394
|
+
export const AlternateEmailSharp: SvgIconComponent;
|
|
395
|
+
export const AlternateEmailTwoTone: SvgIconComponent;
|
|
396
396
|
export const Analytics: SvgIconComponent;
|
|
397
397
|
export const AnalyticsOutlined: SvgIconComponent;
|
|
398
398
|
export const AnalyticsRounded: SvgIconComponent;
|
|
@@ -438,18 +438,11 @@ export const AppBlockingOutlined: SvgIconComponent;
|
|
|
438
438
|
export const AppBlockingRounded: SvgIconComponent;
|
|
439
439
|
export const AppBlockingSharp: SvgIconComponent;
|
|
440
440
|
export const AppBlockingTwoTone: SvgIconComponent;
|
|
441
|
-
export const Apple: SvgIconComponent;
|
|
442
441
|
export const AppRegistration: SvgIconComponent;
|
|
443
442
|
export const AppRegistrationOutlined: SvgIconComponent;
|
|
444
443
|
export const AppRegistrationRounded: SvgIconComponent;
|
|
445
444
|
export const AppRegistrationSharp: SvgIconComponent;
|
|
446
445
|
export const AppRegistrationTwoTone: SvgIconComponent;
|
|
447
|
-
export const Approval: SvgIconComponent;
|
|
448
|
-
export const ApprovalOutlined: SvgIconComponent;
|
|
449
|
-
export const ApprovalRounded: SvgIconComponent;
|
|
450
|
-
export const ApprovalSharp: SvgIconComponent;
|
|
451
|
-
export const ApprovalTwoTone: SvgIconComponent;
|
|
452
|
-
export const Apps: SvgIconComponent;
|
|
453
446
|
export const AppSettingsAlt: SvgIconComponent;
|
|
454
447
|
export const AppSettingsAltOutlined: SvgIconComponent;
|
|
455
448
|
export const AppSettingsAltRounded: SvgIconComponent;
|
|
@@ -460,6 +453,13 @@ export const AppShortcutOutlined: SvgIconComponent;
|
|
|
460
453
|
export const AppShortcutRounded: SvgIconComponent;
|
|
461
454
|
export const AppShortcutSharp: SvgIconComponent;
|
|
462
455
|
export const AppShortcutTwoTone: SvgIconComponent;
|
|
456
|
+
export const Apple: SvgIconComponent;
|
|
457
|
+
export const Approval: SvgIconComponent;
|
|
458
|
+
export const ApprovalOutlined: SvgIconComponent;
|
|
459
|
+
export const ApprovalRounded: SvgIconComponent;
|
|
460
|
+
export const ApprovalSharp: SvgIconComponent;
|
|
461
|
+
export const ApprovalTwoTone: SvgIconComponent;
|
|
462
|
+
export const Apps: SvgIconComponent;
|
|
463
463
|
export const AppsOutage: SvgIconComponent;
|
|
464
464
|
export const AppsOutageOutlined: SvgIconComponent;
|
|
465
465
|
export const AppsOutageRounded: SvgIconComponent;
|
|
@@ -564,16 +564,16 @@ export const ArrowUpwardOutlined: SvgIconComponent;
|
|
|
564
564
|
export const ArrowUpwardRounded: SvgIconComponent;
|
|
565
565
|
export const ArrowUpwardSharp: SvgIconComponent;
|
|
566
566
|
export const ArrowUpwardTwoTone: SvgIconComponent;
|
|
567
|
-
export const Article: SvgIconComponent;
|
|
568
|
-
export const ArticleOutlined: SvgIconComponent;
|
|
569
|
-
export const ArticleRounded: SvgIconComponent;
|
|
570
|
-
export const ArticleSharp: SvgIconComponent;
|
|
571
|
-
export const ArticleTwoTone: SvgIconComponent;
|
|
572
567
|
export const ArtTrack: SvgIconComponent;
|
|
573
568
|
export const ArtTrackOutlined: SvgIconComponent;
|
|
574
569
|
export const ArtTrackRounded: SvgIconComponent;
|
|
575
570
|
export const ArtTrackSharp: SvgIconComponent;
|
|
576
571
|
export const ArtTrackTwoTone: SvgIconComponent;
|
|
572
|
+
export const Article: SvgIconComponent;
|
|
573
|
+
export const ArticleOutlined: SvgIconComponent;
|
|
574
|
+
export const ArticleRounded: SvgIconComponent;
|
|
575
|
+
export const ArticleSharp: SvgIconComponent;
|
|
576
|
+
export const ArticleTwoTone: SvgIconComponent;
|
|
577
577
|
export const AspectRatio: SvgIconComponent;
|
|
578
578
|
export const AspectRatioOutlined: SvgIconComponent;
|
|
579
579
|
export const AspectRatioRounded: SvgIconComponent;
|
|
@@ -597,15 +597,15 @@ export const AssignmentLateSharp: SvgIconComponent;
|
|
|
597
597
|
export const AssignmentLateTwoTone: SvgIconComponent;
|
|
598
598
|
export const AssignmentOutlined: SvgIconComponent;
|
|
599
599
|
export const AssignmentReturn: SvgIconComponent;
|
|
600
|
+
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
601
|
+
export const AssignmentReturnRounded: SvgIconComponent;
|
|
602
|
+
export const AssignmentReturnSharp: SvgIconComponent;
|
|
603
|
+
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
600
604
|
export const AssignmentReturned: SvgIconComponent;
|
|
601
605
|
export const AssignmentReturnedOutlined: SvgIconComponent;
|
|
602
606
|
export const AssignmentReturnedRounded: SvgIconComponent;
|
|
603
607
|
export const AssignmentReturnedSharp: SvgIconComponent;
|
|
604
608
|
export const AssignmentReturnedTwoTone: SvgIconComponent;
|
|
605
|
-
export const AssignmentReturnOutlined: SvgIconComponent;
|
|
606
|
-
export const AssignmentReturnRounded: SvgIconComponent;
|
|
607
|
-
export const AssignmentReturnSharp: SvgIconComponent;
|
|
608
|
-
export const AssignmentReturnTwoTone: SvgIconComponent;
|
|
609
609
|
export const AssignmentRounded: SvgIconComponent;
|
|
610
610
|
export const AssignmentSharp: SvgIconComponent;
|
|
611
611
|
export const AssignmentTurnedIn: SvgIconComponent;
|
|
@@ -649,16 +649,16 @@ export const AttachFileOutlined: SvgIconComponent;
|
|
|
649
649
|
export const AttachFileRounded: SvgIconComponent;
|
|
650
650
|
export const AttachFileSharp: SvgIconComponent;
|
|
651
651
|
export const AttachFileTwoTone: SvgIconComponent;
|
|
652
|
-
export const Attachment: SvgIconComponent;
|
|
653
|
-
export const AttachmentOutlined: SvgIconComponent;
|
|
654
|
-
export const AttachmentRounded: SvgIconComponent;
|
|
655
|
-
export const AttachmentSharp: SvgIconComponent;
|
|
656
|
-
export const AttachmentTwoTone: SvgIconComponent;
|
|
657
652
|
export const AttachMoney: SvgIconComponent;
|
|
658
653
|
export const AttachMoneyOutlined: SvgIconComponent;
|
|
659
654
|
export const AttachMoneyRounded: SvgIconComponent;
|
|
660
655
|
export const AttachMoneySharp: SvgIconComponent;
|
|
661
656
|
export const AttachMoneyTwoTone: SvgIconComponent;
|
|
657
|
+
export const Attachment: SvgIconComponent;
|
|
658
|
+
export const AttachmentOutlined: SvgIconComponent;
|
|
659
|
+
export const AttachmentRounded: SvgIconComponent;
|
|
660
|
+
export const AttachmentSharp: SvgIconComponent;
|
|
661
|
+
export const AttachmentTwoTone: SvgIconComponent;
|
|
662
662
|
export const Attractions: SvgIconComponent;
|
|
663
663
|
export const AttractionsOutlined: SvgIconComponent;
|
|
664
664
|
export const AttractionsRounded: SvgIconComponent;
|
|
@@ -714,26 +714,26 @@ export const AutoFixOffOutlined: SvgIconComponent;
|
|
|
714
714
|
export const AutoFixOffRounded: SvgIconComponent;
|
|
715
715
|
export const AutoFixOffSharp: SvgIconComponent;
|
|
716
716
|
export const AutoFixOffTwoTone: SvgIconComponent;
|
|
717
|
-
export const AutofpsSelect: SvgIconComponent;
|
|
718
|
-
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
719
|
-
export const AutofpsSelectRounded: SvgIconComponent;
|
|
720
|
-
export const AutofpsSelectSharp: SvgIconComponent;
|
|
721
|
-
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
722
717
|
export const AutoGraph: SvgIconComponent;
|
|
723
718
|
export const AutoGraphOutlined: SvgIconComponent;
|
|
724
719
|
export const AutoGraphRounded: SvgIconComponent;
|
|
725
720
|
export const AutoGraphSharp: SvgIconComponent;
|
|
726
721
|
export const AutoGraphTwoTone: SvgIconComponent;
|
|
727
|
-
export const Autorenew: SvgIconComponent;
|
|
728
|
-
export const AutorenewOutlined: SvgIconComponent;
|
|
729
|
-
export const AutorenewRounded: SvgIconComponent;
|
|
730
|
-
export const AutorenewSharp: SvgIconComponent;
|
|
731
|
-
export const AutorenewTwoTone: SvgIconComponent;
|
|
732
722
|
export const AutoStories: SvgIconComponent;
|
|
733
723
|
export const AutoStoriesOutlined: SvgIconComponent;
|
|
734
724
|
export const AutoStoriesRounded: SvgIconComponent;
|
|
735
725
|
export const AutoStoriesSharp: SvgIconComponent;
|
|
736
726
|
export const AutoStoriesTwoTone: SvgIconComponent;
|
|
727
|
+
export const AutofpsSelect: SvgIconComponent;
|
|
728
|
+
export const AutofpsSelectOutlined: SvgIconComponent;
|
|
729
|
+
export const AutofpsSelectRounded: SvgIconComponent;
|
|
730
|
+
export const AutofpsSelectSharp: SvgIconComponent;
|
|
731
|
+
export const AutofpsSelectTwoTone: SvgIconComponent;
|
|
732
|
+
export const Autorenew: SvgIconComponent;
|
|
733
|
+
export const AutorenewOutlined: SvgIconComponent;
|
|
734
|
+
export const AutorenewRounded: SvgIconComponent;
|
|
735
|
+
export const AutorenewSharp: SvgIconComponent;
|
|
736
|
+
export const AutorenewTwoTone: SvgIconComponent;
|
|
737
737
|
export const AvTimer: SvgIconComponent;
|
|
738
738
|
export const AvTimerOutlined: SvgIconComponent;
|
|
739
739
|
export const AvTimerRounded: SvgIconComponent;
|
|
@@ -906,6 +906,9 @@ export const BeachAccessSharp: SvgIconComponent;
|
|
|
906
906
|
export const BeachAccessTwoTone: SvgIconComponent;
|
|
907
907
|
export const Bed: SvgIconComponent;
|
|
908
908
|
export const BedOutlined: SvgIconComponent;
|
|
909
|
+
export const BedRounded: SvgIconComponent;
|
|
910
|
+
export const BedSharp: SvgIconComponent;
|
|
911
|
+
export const BedTwoTone: SvgIconComponent;
|
|
909
912
|
export const BedroomBaby: SvgIconComponent;
|
|
910
913
|
export const BedroomBabyOutlined: SvgIconComponent;
|
|
911
914
|
export const BedroomBabyRounded: SvgIconComponent;
|
|
@@ -921,8 +924,6 @@ export const BedroomParentOutlined: SvgIconComponent;
|
|
|
921
924
|
export const BedroomParentRounded: SvgIconComponent;
|
|
922
925
|
export const BedroomParentSharp: SvgIconComponent;
|
|
923
926
|
export const BedroomParentTwoTone: SvgIconComponent;
|
|
924
|
-
export const BedRounded: SvgIconComponent;
|
|
925
|
-
export const BedSharp: SvgIconComponent;
|
|
926
927
|
export const Bedtime: SvgIconComponent;
|
|
927
928
|
export const BedtimeOff: SvgIconComponent;
|
|
928
929
|
export const BedtimeOffOutlined: SvgIconComponent;
|
|
@@ -933,7 +934,6 @@ export const BedtimeOutlined: SvgIconComponent;
|
|
|
933
934
|
export const BedtimeRounded: SvgIconComponent;
|
|
934
935
|
export const BedtimeSharp: SvgIconComponent;
|
|
935
936
|
export const BedtimeTwoTone: SvgIconComponent;
|
|
936
|
-
export const BedTwoTone: SvgIconComponent;
|
|
937
937
|
export const Beenhere: SvgIconComponent;
|
|
938
938
|
export const BeenhereOutlined: SvgIconComponent;
|
|
939
939
|
export const BeenhereRounded: SvgIconComponent;
|
|
@@ -1025,17 +1025,26 @@ export const BoltRounded: SvgIconComponent;
|
|
|
1025
1025
|
export const BoltSharp: SvgIconComponent;
|
|
1026
1026
|
export const BoltTwoTone: SvgIconComponent;
|
|
1027
1027
|
export const Book: SvgIconComponent;
|
|
1028
|
+
export const BookOnline: SvgIconComponent;
|
|
1029
|
+
export const BookOnlineOutlined: SvgIconComponent;
|
|
1030
|
+
export const BookOnlineRounded: SvgIconComponent;
|
|
1031
|
+
export const BookOnlineSharp: SvgIconComponent;
|
|
1032
|
+
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1033
|
+
export const BookOutlined: SvgIconComponent;
|
|
1034
|
+
export const BookRounded: SvgIconComponent;
|
|
1035
|
+
export const BookSharp: SvgIconComponent;
|
|
1036
|
+
export const BookTwoTone: SvgIconComponent;
|
|
1028
1037
|
export const Bookmark: SvgIconComponent;
|
|
1029
1038
|
export const BookmarkAdd: SvgIconComponent;
|
|
1039
|
+
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1040
|
+
export const BookmarkAddRounded: SvgIconComponent;
|
|
1041
|
+
export const BookmarkAddSharp: SvgIconComponent;
|
|
1042
|
+
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1030
1043
|
export const BookmarkAdded: SvgIconComponent;
|
|
1031
1044
|
export const BookmarkAddedOutlined: SvgIconComponent;
|
|
1032
1045
|
export const BookmarkAddedRounded: SvgIconComponent;
|
|
1033
1046
|
export const BookmarkAddedSharp: SvgIconComponent;
|
|
1034
1047
|
export const BookmarkAddedTwoTone: SvgIconComponent;
|
|
1035
|
-
export const BookmarkAddOutlined: SvgIconComponent;
|
|
1036
|
-
export const BookmarkAddRounded: SvgIconComponent;
|
|
1037
|
-
export const BookmarkAddSharp: SvgIconComponent;
|
|
1038
|
-
export const BookmarkAddTwoTone: SvgIconComponent;
|
|
1039
1048
|
export const BookmarkBorder: SvgIconComponent;
|
|
1040
1049
|
export const BookmarkBorderOutlined: SvgIconComponent;
|
|
1041
1050
|
export const BookmarkBorderRounded: SvgIconComponent;
|
|
@@ -1048,22 +1057,13 @@ export const BookmarkRemoveRounded: SvgIconComponent;
|
|
|
1048
1057
|
export const BookmarkRemoveSharp: SvgIconComponent;
|
|
1049
1058
|
export const BookmarkRemoveTwoTone: SvgIconComponent;
|
|
1050
1059
|
export const BookmarkRounded: SvgIconComponent;
|
|
1051
|
-
export const Bookmarks: SvgIconComponent;
|
|
1052
1060
|
export const BookmarkSharp: SvgIconComponent;
|
|
1061
|
+
export const BookmarkTwoTone: SvgIconComponent;
|
|
1062
|
+
export const Bookmarks: SvgIconComponent;
|
|
1053
1063
|
export const BookmarksOutlined: SvgIconComponent;
|
|
1054
1064
|
export const BookmarksRounded: SvgIconComponent;
|
|
1055
1065
|
export const BookmarksSharp: SvgIconComponent;
|
|
1056
1066
|
export const BookmarksTwoTone: SvgIconComponent;
|
|
1057
|
-
export const BookmarkTwoTone: SvgIconComponent;
|
|
1058
|
-
export const BookOnline: SvgIconComponent;
|
|
1059
|
-
export const BookOnlineOutlined: SvgIconComponent;
|
|
1060
|
-
export const BookOnlineRounded: SvgIconComponent;
|
|
1061
|
-
export const BookOnlineSharp: SvgIconComponent;
|
|
1062
|
-
export const BookOnlineTwoTone: SvgIconComponent;
|
|
1063
|
-
export const BookOutlined: SvgIconComponent;
|
|
1064
|
-
export const BookRounded: SvgIconComponent;
|
|
1065
|
-
export const BookSharp: SvgIconComponent;
|
|
1066
|
-
export const BookTwoTone: SvgIconComponent;
|
|
1067
1067
|
export const BorderAll: SvgIconComponent;
|
|
1068
1068
|
export const BorderAllOutlined: SvgIconComponent;
|
|
1069
1069
|
export const BorderAllRounded: SvgIconComponent;
|
|
@@ -1393,12 +1393,12 @@ export const CameraRollSharp: SvgIconComponent;
|
|
|
1393
1393
|
export const CameraRollTwoTone: SvgIconComponent;
|
|
1394
1394
|
export const CameraRounded: SvgIconComponent;
|
|
1395
1395
|
export const CameraSharp: SvgIconComponent;
|
|
1396
|
+
export const CameraTwoTone: SvgIconComponent;
|
|
1396
1397
|
export const Cameraswitch: SvgIconComponent;
|
|
1397
1398
|
export const CameraswitchOutlined: SvgIconComponent;
|
|
1398
1399
|
export const CameraswitchRounded: SvgIconComponent;
|
|
1399
1400
|
export const CameraswitchSharp: SvgIconComponent;
|
|
1400
1401
|
export const CameraswitchTwoTone: SvgIconComponent;
|
|
1401
|
-
export const CameraTwoTone: SvgIconComponent;
|
|
1402
1402
|
export const Campaign: SvgIconComponent;
|
|
1403
1403
|
export const CampaignOutlined: SvgIconComponent;
|
|
1404
1404
|
export const CampaignRounded: SvgIconComponent;
|
|
@@ -1424,6 +1424,16 @@ export const CandlestickChartOutlined: SvgIconComponent;
|
|
|
1424
1424
|
export const CandlestickChartRounded: SvgIconComponent;
|
|
1425
1425
|
export const CandlestickChartSharp: SvgIconComponent;
|
|
1426
1426
|
export const CandlestickChartTwoTone: SvgIconComponent;
|
|
1427
|
+
export const CarRental: SvgIconComponent;
|
|
1428
|
+
export const CarRentalOutlined: SvgIconComponent;
|
|
1429
|
+
export const CarRentalRounded: SvgIconComponent;
|
|
1430
|
+
export const CarRentalSharp: SvgIconComponent;
|
|
1431
|
+
export const CarRentalTwoTone: SvgIconComponent;
|
|
1432
|
+
export const CarRepair: SvgIconComponent;
|
|
1433
|
+
export const CarRepairOutlined: SvgIconComponent;
|
|
1434
|
+
export const CarRepairRounded: SvgIconComponent;
|
|
1435
|
+
export const CarRepairSharp: SvgIconComponent;
|
|
1436
|
+
export const CarRepairTwoTone: SvgIconComponent;
|
|
1427
1437
|
export const CardGiftcard: SvgIconComponent;
|
|
1428
1438
|
export const CardGiftcardOutlined: SvgIconComponent;
|
|
1429
1439
|
export const CardGiftcardRounded: SvgIconComponent;
|
|
@@ -1444,16 +1454,6 @@ export const CarpenterOutlined: SvgIconComponent;
|
|
|
1444
1454
|
export const CarpenterRounded: SvgIconComponent;
|
|
1445
1455
|
export const CarpenterSharp: SvgIconComponent;
|
|
1446
1456
|
export const CarpenterTwoTone: SvgIconComponent;
|
|
1447
|
-
export const CarRental: SvgIconComponent;
|
|
1448
|
-
export const CarRentalOutlined: SvgIconComponent;
|
|
1449
|
-
export const CarRentalRounded: SvgIconComponent;
|
|
1450
|
-
export const CarRentalSharp: SvgIconComponent;
|
|
1451
|
-
export const CarRentalTwoTone: SvgIconComponent;
|
|
1452
|
-
export const CarRepair: SvgIconComponent;
|
|
1453
|
-
export const CarRepairOutlined: SvgIconComponent;
|
|
1454
|
-
export const CarRepairRounded: SvgIconComponent;
|
|
1455
|
-
export const CarRepairSharp: SvgIconComponent;
|
|
1456
|
-
export const CarRepairTwoTone: SvgIconComponent;
|
|
1457
1457
|
export const Cases: SvgIconComponent;
|
|
1458
1458
|
export const CasesOutlined: SvgIconComponent;
|
|
1459
1459
|
export const CasesRounded: SvgIconComponent;
|
|
@@ -1475,15 +1475,15 @@ export const CastForEducationOutlined: SvgIconComponent;
|
|
|
1475
1475
|
export const CastForEducationRounded: SvgIconComponent;
|
|
1476
1476
|
export const CastForEducationSharp: SvgIconComponent;
|
|
1477
1477
|
export const CastForEducationTwoTone: SvgIconComponent;
|
|
1478
|
+
export const CastOutlined: SvgIconComponent;
|
|
1479
|
+
export const CastRounded: SvgIconComponent;
|
|
1480
|
+
export const CastSharp: SvgIconComponent;
|
|
1481
|
+
export const CastTwoTone: SvgIconComponent;
|
|
1478
1482
|
export const Castle: SvgIconComponent;
|
|
1479
1483
|
export const CastleOutlined: SvgIconComponent;
|
|
1480
1484
|
export const CastleRounded: SvgIconComponent;
|
|
1481
1485
|
export const CastleSharp: SvgIconComponent;
|
|
1482
1486
|
export const CastleTwoTone: SvgIconComponent;
|
|
1483
|
-
export const CastOutlined: SvgIconComponent;
|
|
1484
|
-
export const CastRounded: SvgIconComponent;
|
|
1485
|
-
export const CastSharp: SvgIconComponent;
|
|
1486
|
-
export const CastTwoTone: SvgIconComponent;
|
|
1487
1487
|
export const CatchingPokemon: SvgIconComponent;
|
|
1488
1488
|
export const CatchingPokemonOutlined: SvgIconComponent;
|
|
1489
1489
|
export const CatchingPokemonRounded: SvgIconComponent;
|
|
@@ -1552,11 +1552,11 @@ export const ChargingStationTwoTone: SvgIconComponent;
|
|
|
1552
1552
|
export const Chat: SvgIconComponent;
|
|
1553
1553
|
export const ChatBubble: SvgIconComponent;
|
|
1554
1554
|
export const ChatBubbleOutline: SvgIconComponent;
|
|
1555
|
-
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1556
1555
|
export const ChatBubbleOutlineOutlined: SvgIconComponent;
|
|
1557
1556
|
export const ChatBubbleOutlineRounded: SvgIconComponent;
|
|
1558
1557
|
export const ChatBubbleOutlineSharp: SvgIconComponent;
|
|
1559
1558
|
export const ChatBubbleOutlineTwoTone: SvgIconComponent;
|
|
1559
|
+
export const ChatBubbleOutlined: SvgIconComponent;
|
|
1560
1560
|
export const ChatBubbleRounded: SvgIconComponent;
|
|
1561
1561
|
export const ChatBubbleSharp: SvgIconComponent;
|
|
1562
1562
|
export const ChatBubbleTwoTone: SvgIconComponent;
|
|
@@ -1577,23 +1577,23 @@ export const CheckBoxSharp: SvgIconComponent;
|
|
|
1577
1577
|
export const CheckBoxTwoTone: SvgIconComponent;
|
|
1578
1578
|
export const CheckCircle: SvgIconComponent;
|
|
1579
1579
|
export const CheckCircleOutline: SvgIconComponent;
|
|
1580
|
-
export const CheckCircleOutlined: SvgIconComponent;
|
|
1581
1580
|
export const CheckCircleOutlineOutlined: SvgIconComponent;
|
|
1582
1581
|
export const CheckCircleOutlineRounded: SvgIconComponent;
|
|
1583
1582
|
export const CheckCircleOutlineSharp: SvgIconComponent;
|
|
1584
1583
|
export const CheckCircleOutlineTwoTone: SvgIconComponent;
|
|
1584
|
+
export const CheckCircleOutlined: SvgIconComponent;
|
|
1585
1585
|
export const CheckCircleRounded: SvgIconComponent;
|
|
1586
1586
|
export const CheckCircleSharp: SvgIconComponent;
|
|
1587
1587
|
export const CheckCircleTwoTone: SvgIconComponent;
|
|
1588
1588
|
export const CheckOutlined: SvgIconComponent;
|
|
1589
|
+
export const CheckRounded: SvgIconComponent;
|
|
1590
|
+
export const CheckSharp: SvgIconComponent;
|
|
1591
|
+
export const CheckTwoTone: SvgIconComponent;
|
|
1589
1592
|
export const Checkroom: SvgIconComponent;
|
|
1590
1593
|
export const CheckroomOutlined: SvgIconComponent;
|
|
1591
1594
|
export const CheckroomRounded: SvgIconComponent;
|
|
1592
1595
|
export const CheckroomSharp: SvgIconComponent;
|
|
1593
1596
|
export const CheckroomTwoTone: SvgIconComponent;
|
|
1594
|
-
export const CheckRounded: SvgIconComponent;
|
|
1595
|
-
export const CheckSharp: SvgIconComponent;
|
|
1596
|
-
export const CheckTwoTone: SvgIconComponent;
|
|
1597
1597
|
export const ChevronLeft: SvgIconComponent;
|
|
1598
1598
|
export const ChevronLeftOutlined: SvgIconComponent;
|
|
1599
1599
|
export const ChevronLeftRounded: SvgIconComponent;
|
|
@@ -1660,6 +1660,15 @@ export const ClearRounded: SvgIconComponent;
|
|
|
1660
1660
|
export const ClearSharp: SvgIconComponent;
|
|
1661
1661
|
export const ClearTwoTone: SvgIconComponent;
|
|
1662
1662
|
export const Close: SvgIconComponent;
|
|
1663
|
+
export const CloseFullscreen: SvgIconComponent;
|
|
1664
|
+
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1665
|
+
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1666
|
+
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1667
|
+
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1668
|
+
export const CloseOutlined: SvgIconComponent;
|
|
1669
|
+
export const CloseRounded: SvgIconComponent;
|
|
1670
|
+
export const CloseSharp: SvgIconComponent;
|
|
1671
|
+
export const CloseTwoTone: SvgIconComponent;
|
|
1663
1672
|
export const ClosedCaption: SvgIconComponent;
|
|
1664
1673
|
export const ClosedCaptionDisabled: SvgIconComponent;
|
|
1665
1674
|
export const ClosedCaptionDisabledOutlined: SvgIconComponent;
|
|
@@ -1675,15 +1684,6 @@ export const ClosedCaptionOutlined: SvgIconComponent;
|
|
|
1675
1684
|
export const ClosedCaptionRounded: SvgIconComponent;
|
|
1676
1685
|
export const ClosedCaptionSharp: SvgIconComponent;
|
|
1677
1686
|
export const ClosedCaptionTwoTone: SvgIconComponent;
|
|
1678
|
-
export const CloseFullscreen: SvgIconComponent;
|
|
1679
|
-
export const CloseFullscreenOutlined: SvgIconComponent;
|
|
1680
|
-
export const CloseFullscreenRounded: SvgIconComponent;
|
|
1681
|
-
export const CloseFullscreenSharp: SvgIconComponent;
|
|
1682
|
-
export const CloseFullscreenTwoTone: SvgIconComponent;
|
|
1683
|
-
export const CloseOutlined: SvgIconComponent;
|
|
1684
|
-
export const CloseRounded: SvgIconComponent;
|
|
1685
|
-
export const CloseSharp: SvgIconComponent;
|
|
1686
|
-
export const CloseTwoTone: SvgIconComponent;
|
|
1687
1687
|
export const Cloud: SvgIconComponent;
|
|
1688
1688
|
export const CloudCircle: SvgIconComponent;
|
|
1689
1689
|
export const CloudCircleOutlined: SvgIconComponent;
|
|
@@ -1729,6 +1729,11 @@ export const Co2Outlined: SvgIconComponent;
|
|
|
1729
1729
|
export const Co2Rounded: SvgIconComponent;
|
|
1730
1730
|
export const Co2Sharp: SvgIconComponent;
|
|
1731
1731
|
export const Co2TwoTone: SvgIconComponent;
|
|
1732
|
+
export const CoPresent: SvgIconComponent;
|
|
1733
|
+
export const CoPresentOutlined: SvgIconComponent;
|
|
1734
|
+
export const CoPresentRounded: SvgIconComponent;
|
|
1735
|
+
export const CoPresentSharp: SvgIconComponent;
|
|
1736
|
+
export const CoPresentTwoTone: SvgIconComponent;
|
|
1732
1737
|
export const Code: SvgIconComponent;
|
|
1733
1738
|
export const CodeOff: SvgIconComponent;
|
|
1734
1739
|
export const CodeOffOutlined: SvgIconComponent;
|
|
@@ -1759,16 +1764,16 @@ export const CollectionsOutlined: SvgIconComponent;
|
|
|
1759
1764
|
export const CollectionsRounded: SvgIconComponent;
|
|
1760
1765
|
export const CollectionsSharp: SvgIconComponent;
|
|
1761
1766
|
export const CollectionsTwoTone: SvgIconComponent;
|
|
1762
|
-
export const Colorize: SvgIconComponent;
|
|
1763
|
-
export const ColorizeOutlined: SvgIconComponent;
|
|
1764
|
-
export const ColorizeRounded: SvgIconComponent;
|
|
1765
|
-
export const ColorizeSharp: SvgIconComponent;
|
|
1766
|
-
export const ColorizeTwoTone: SvgIconComponent;
|
|
1767
1767
|
export const ColorLens: SvgIconComponent;
|
|
1768
1768
|
export const ColorLensOutlined: SvgIconComponent;
|
|
1769
1769
|
export const ColorLensRounded: SvgIconComponent;
|
|
1770
1770
|
export const ColorLensSharp: SvgIconComponent;
|
|
1771
1771
|
export const ColorLensTwoTone: SvgIconComponent;
|
|
1772
|
+
export const Colorize: SvgIconComponent;
|
|
1773
|
+
export const ColorizeOutlined: SvgIconComponent;
|
|
1774
|
+
export const ColorizeRounded: SvgIconComponent;
|
|
1775
|
+
export const ColorizeSharp: SvgIconComponent;
|
|
1776
|
+
export const ColorizeTwoTone: SvgIconComponent;
|
|
1772
1777
|
export const Comment: SvgIconComponent;
|
|
1773
1778
|
export const CommentBank: SvgIconComponent;
|
|
1774
1779
|
export const CommentBankOutlined: SvgIconComponent;
|
|
@@ -1777,13 +1782,13 @@ export const CommentBankSharp: SvgIconComponent;
|
|
|
1777
1782
|
export const CommentBankTwoTone: SvgIconComponent;
|
|
1778
1783
|
export const CommentOutlined: SvgIconComponent;
|
|
1779
1784
|
export const CommentRounded: SvgIconComponent;
|
|
1785
|
+
export const CommentSharp: SvgIconComponent;
|
|
1786
|
+
export const CommentTwoTone: SvgIconComponent;
|
|
1780
1787
|
export const CommentsDisabled: SvgIconComponent;
|
|
1781
1788
|
export const CommentsDisabledOutlined: SvgIconComponent;
|
|
1782
1789
|
export const CommentsDisabledRounded: SvgIconComponent;
|
|
1783
1790
|
export const CommentsDisabledSharp: SvgIconComponent;
|
|
1784
1791
|
export const CommentsDisabledTwoTone: SvgIconComponent;
|
|
1785
|
-
export const CommentSharp: SvgIconComponent;
|
|
1786
|
-
export const CommentTwoTone: SvgIconComponent;
|
|
1787
1792
|
export const Commit: SvgIconComponent;
|
|
1788
1793
|
export const CommitOutlined: SvgIconComponent;
|
|
1789
1794
|
export const CommitRounded: SvgIconComponent;
|
|
@@ -1824,6 +1829,11 @@ export const ConfirmationNumberOutlined: SvgIconComponent;
|
|
|
1824
1829
|
export const ConfirmationNumberRounded: SvgIconComponent;
|
|
1825
1830
|
export const ConfirmationNumberSharp: SvgIconComponent;
|
|
1826
1831
|
export const ConfirmationNumberTwoTone: SvgIconComponent;
|
|
1832
|
+
export const ConnectWithoutContact: SvgIconComponent;
|
|
1833
|
+
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1834
|
+
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1835
|
+
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1836
|
+
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1827
1837
|
export const ConnectedTv: SvgIconComponent;
|
|
1828
1838
|
export const ConnectedTvOutlined: SvgIconComponent;
|
|
1829
1839
|
export const ConnectedTvRounded: SvgIconComponent;
|
|
@@ -1834,21 +1844,11 @@ export const ConnectingAirportsOutlined: SvgIconComponent;
|
|
|
1834
1844
|
export const ConnectingAirportsRounded: SvgIconComponent;
|
|
1835
1845
|
export const ConnectingAirportsSharp: SvgIconComponent;
|
|
1836
1846
|
export const ConnectingAirportsTwoTone: SvgIconComponent;
|
|
1837
|
-
export const ConnectWithoutContact: SvgIconComponent;
|
|
1838
|
-
export const ConnectWithoutContactOutlined: SvgIconComponent;
|
|
1839
|
-
export const ConnectWithoutContactRounded: SvgIconComponent;
|
|
1840
|
-
export const ConnectWithoutContactSharp: SvgIconComponent;
|
|
1841
|
-
export const ConnectWithoutContactTwoTone: SvgIconComponent;
|
|
1842
1847
|
export const Construction: SvgIconComponent;
|
|
1843
1848
|
export const ConstructionOutlined: SvgIconComponent;
|
|
1844
1849
|
export const ConstructionRounded: SvgIconComponent;
|
|
1845
1850
|
export const ConstructionSharp: SvgIconComponent;
|
|
1846
1851
|
export const ConstructionTwoTone: SvgIconComponent;
|
|
1847
|
-
export const Contactless: SvgIconComponent;
|
|
1848
|
-
export const ContactlessOutlined: SvgIconComponent;
|
|
1849
|
-
export const ContactlessRounded: SvgIconComponent;
|
|
1850
|
-
export const ContactlessSharp: SvgIconComponent;
|
|
1851
|
-
export const ContactlessTwoTone: SvgIconComponent;
|
|
1852
1852
|
export const ContactMail: SvgIconComponent;
|
|
1853
1853
|
export const ContactMailOutlined: SvgIconComponent;
|
|
1854
1854
|
export const ContactMailRounded: SvgIconComponent;
|
|
@@ -1864,16 +1864,21 @@ export const ContactPhoneOutlined: SvgIconComponent;
|
|
|
1864
1864
|
export const ContactPhoneRounded: SvgIconComponent;
|
|
1865
1865
|
export const ContactPhoneSharp: SvgIconComponent;
|
|
1866
1866
|
export const ContactPhoneTwoTone: SvgIconComponent;
|
|
1867
|
-
export const Contacts: SvgIconComponent;
|
|
1868
|
-
export const ContactsOutlined: SvgIconComponent;
|
|
1869
|
-
export const ContactsRounded: SvgIconComponent;
|
|
1870
|
-
export const ContactsSharp: SvgIconComponent;
|
|
1871
|
-
export const ContactsTwoTone: SvgIconComponent;
|
|
1872
1867
|
export const ContactSupport: SvgIconComponent;
|
|
1873
1868
|
export const ContactSupportOutlined: SvgIconComponent;
|
|
1874
1869
|
export const ContactSupportRounded: SvgIconComponent;
|
|
1875
1870
|
export const ContactSupportSharp: SvgIconComponent;
|
|
1876
1871
|
export const ContactSupportTwoTone: SvgIconComponent;
|
|
1872
|
+
export const Contactless: SvgIconComponent;
|
|
1873
|
+
export const ContactlessOutlined: SvgIconComponent;
|
|
1874
|
+
export const ContactlessRounded: SvgIconComponent;
|
|
1875
|
+
export const ContactlessSharp: SvgIconComponent;
|
|
1876
|
+
export const ContactlessTwoTone: SvgIconComponent;
|
|
1877
|
+
export const Contacts: SvgIconComponent;
|
|
1878
|
+
export const ContactsOutlined: SvgIconComponent;
|
|
1879
|
+
export const ContactsRounded: SvgIconComponent;
|
|
1880
|
+
export const ContactsSharp: SvgIconComponent;
|
|
1881
|
+
export const ContactsTwoTone: SvgIconComponent;
|
|
1877
1882
|
export const ContentCopy: SvgIconComponent;
|
|
1878
1883
|
export const ContentCopyOutlined: SvgIconComponent;
|
|
1879
1884
|
export const ContentCopyRounded: SvgIconComponent;
|
|
@@ -1929,11 +1934,6 @@ export const CookieOutlined: SvgIconComponent;
|
|
|
1929
1934
|
export const CookieRounded: SvgIconComponent;
|
|
1930
1935
|
export const CookieSharp: SvgIconComponent;
|
|
1931
1936
|
export const CookieTwoTone: SvgIconComponent;
|
|
1932
|
-
export const CoPresent: SvgIconComponent;
|
|
1933
|
-
export const CoPresentOutlined: SvgIconComponent;
|
|
1934
|
-
export const CoPresentRounded: SvgIconComponent;
|
|
1935
|
-
export const CoPresentSharp: SvgIconComponent;
|
|
1936
|
-
export const CoPresentTwoTone: SvgIconComponent;
|
|
1937
1937
|
export const CopyAll: SvgIconComponent;
|
|
1938
1938
|
export const CopyAllOutlined: SvgIconComponent;
|
|
1939
1939
|
export const CopyAllRounded: SvgIconComponent;
|
|
@@ -2176,11 +2176,11 @@ export const DeleteForeverRounded: SvgIconComponent;
|
|
|
2176
2176
|
export const DeleteForeverSharp: SvgIconComponent;
|
|
2177
2177
|
export const DeleteForeverTwoTone: SvgIconComponent;
|
|
2178
2178
|
export const DeleteOutline: SvgIconComponent;
|
|
2179
|
-
export const DeleteOutlined: SvgIconComponent;
|
|
2180
2179
|
export const DeleteOutlineOutlined: SvgIconComponent;
|
|
2181
2180
|
export const DeleteOutlineRounded: SvgIconComponent;
|
|
2182
2181
|
export const DeleteOutlineSharp: SvgIconComponent;
|
|
2183
2182
|
export const DeleteOutlineTwoTone: SvgIconComponent;
|
|
2183
|
+
export const DeleteOutlined: SvgIconComponent;
|
|
2184
2184
|
export const DeleteRounded: SvgIconComponent;
|
|
2185
2185
|
export const DeleteSharp: SvgIconComponent;
|
|
2186
2186
|
export const DeleteSweep: SvgIconComponent;
|
|
@@ -2269,16 +2269,6 @@ export const DeviceHubOutlined: SvgIconComponent;
|
|
|
2269
2269
|
export const DeviceHubRounded: SvgIconComponent;
|
|
2270
2270
|
export const DeviceHubSharp: SvgIconComponent;
|
|
2271
2271
|
export const DeviceHubTwoTone: SvgIconComponent;
|
|
2272
|
-
export const Devices: SvgIconComponent;
|
|
2273
|
-
export const DevicesOther: SvgIconComponent;
|
|
2274
|
-
export const DevicesOtherOutlined: SvgIconComponent;
|
|
2275
|
-
export const DevicesOtherRounded: SvgIconComponent;
|
|
2276
|
-
export const DevicesOtherSharp: SvgIconComponent;
|
|
2277
|
-
export const DevicesOtherTwoTone: SvgIconComponent;
|
|
2278
|
-
export const DevicesOutlined: SvgIconComponent;
|
|
2279
|
-
export const DevicesRounded: SvgIconComponent;
|
|
2280
|
-
export const DevicesSharp: SvgIconComponent;
|
|
2281
|
-
export const DevicesTwoTone: SvgIconComponent;
|
|
2282
2272
|
export const DeviceThermostat: SvgIconComponent;
|
|
2283
2273
|
export const DeviceThermostatOutlined: SvgIconComponent;
|
|
2284
2274
|
export const DeviceThermostatRounded: SvgIconComponent;
|
|
@@ -2289,6 +2279,16 @@ export const DeviceUnknownOutlined: SvgIconComponent;
|
|
|
2289
2279
|
export const DeviceUnknownRounded: SvgIconComponent;
|
|
2290
2280
|
export const DeviceUnknownSharp: SvgIconComponent;
|
|
2291
2281
|
export const DeviceUnknownTwoTone: SvgIconComponent;
|
|
2282
|
+
export const Devices: SvgIconComponent;
|
|
2283
|
+
export const DevicesOther: SvgIconComponent;
|
|
2284
|
+
export const DevicesOtherOutlined: SvgIconComponent;
|
|
2285
|
+
export const DevicesOtherRounded: SvgIconComponent;
|
|
2286
|
+
export const DevicesOtherSharp: SvgIconComponent;
|
|
2287
|
+
export const DevicesOtherTwoTone: SvgIconComponent;
|
|
2288
|
+
export const DevicesOutlined: SvgIconComponent;
|
|
2289
|
+
export const DevicesRounded: SvgIconComponent;
|
|
2290
|
+
export const DevicesSharp: SvgIconComponent;
|
|
2291
|
+
export const DevicesTwoTone: SvgIconComponent;
|
|
2292
2292
|
export const DialerSip: SvgIconComponent;
|
|
2293
2293
|
export const DialerSipOutlined: SvgIconComponent;
|
|
2294
2294
|
export const DialerSipRounded: SvgIconComponent;
|
|
@@ -2429,16 +2429,6 @@ export const DnsOutlined: SvgIconComponent;
|
|
|
2429
2429
|
export const DnsRounded: SvgIconComponent;
|
|
2430
2430
|
export const DnsSharp: SvgIconComponent;
|
|
2431
2431
|
export const DnsTwoTone: SvgIconComponent;
|
|
2432
|
-
export const Dock: SvgIconComponent;
|
|
2433
|
-
export const DockOutlined: SvgIconComponent;
|
|
2434
|
-
export const DockRounded: SvgIconComponent;
|
|
2435
|
-
export const DockSharp: SvgIconComponent;
|
|
2436
|
-
export const DockTwoTone: SvgIconComponent;
|
|
2437
|
-
export const DocumentScanner: SvgIconComponent;
|
|
2438
|
-
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2439
|
-
export const DocumentScannerRounded: SvgIconComponent;
|
|
2440
|
-
export const DocumentScannerSharp: SvgIconComponent;
|
|
2441
|
-
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2442
2432
|
export const DoDisturb: SvgIconComponent;
|
|
2443
2433
|
export const DoDisturbAlt: SvgIconComponent;
|
|
2444
2434
|
export const DoDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2459,41 +2449,6 @@ export const DoDisturbOutlined: SvgIconComponent;
|
|
|
2459
2449
|
export const DoDisturbRounded: SvgIconComponent;
|
|
2460
2450
|
export const DoDisturbSharp: SvgIconComponent;
|
|
2461
2451
|
export const DoDisturbTwoTone: SvgIconComponent;
|
|
2462
|
-
export const Domain: SvgIconComponent;
|
|
2463
|
-
export const DomainAdd: SvgIconComponent;
|
|
2464
|
-
export const DomainAddOutlined: SvgIconComponent;
|
|
2465
|
-
export const DomainAddRounded: SvgIconComponent;
|
|
2466
|
-
export const DomainAddSharp: SvgIconComponent;
|
|
2467
|
-
export const DomainAddTwoTone: SvgIconComponent;
|
|
2468
|
-
export const DomainDisabled: SvgIconComponent;
|
|
2469
|
-
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2470
|
-
export const DomainDisabledRounded: SvgIconComponent;
|
|
2471
|
-
export const DomainDisabledSharp: SvgIconComponent;
|
|
2472
|
-
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2473
|
-
export const DomainOutlined: SvgIconComponent;
|
|
2474
|
-
export const DomainRounded: SvgIconComponent;
|
|
2475
|
-
export const DomainSharp: SvgIconComponent;
|
|
2476
|
-
export const DomainTwoTone: SvgIconComponent;
|
|
2477
|
-
export const DomainVerification: SvgIconComponent;
|
|
2478
|
-
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2479
|
-
export const DomainVerificationRounded: SvgIconComponent;
|
|
2480
|
-
export const DomainVerificationSharp: SvgIconComponent;
|
|
2481
|
-
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2482
|
-
export const Done: SvgIconComponent;
|
|
2483
|
-
export const DoneAll: SvgIconComponent;
|
|
2484
|
-
export const DoneAllOutlined: SvgIconComponent;
|
|
2485
|
-
export const DoneAllRounded: SvgIconComponent;
|
|
2486
|
-
export const DoneAllSharp: SvgIconComponent;
|
|
2487
|
-
export const DoneAllTwoTone: SvgIconComponent;
|
|
2488
|
-
export const DoneOutline: SvgIconComponent;
|
|
2489
|
-
export const DoneOutlined: SvgIconComponent;
|
|
2490
|
-
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2491
|
-
export const DoneOutlineRounded: SvgIconComponent;
|
|
2492
|
-
export const DoneOutlineSharp: SvgIconComponent;
|
|
2493
|
-
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2494
|
-
export const DoneRounded: SvgIconComponent;
|
|
2495
|
-
export const DoneSharp: SvgIconComponent;
|
|
2496
|
-
export const DoneTwoTone: SvgIconComponent;
|
|
2497
2452
|
export const DoNotDisturb: SvgIconComponent;
|
|
2498
2453
|
export const DoNotDisturbAlt: SvgIconComponent;
|
|
2499
2454
|
export const DoNotDisturbAltOutlined: SvgIconComponent;
|
|
@@ -2529,6 +2484,51 @@ export const DoNotTouchOutlined: SvgIconComponent;
|
|
|
2529
2484
|
export const DoNotTouchRounded: SvgIconComponent;
|
|
2530
2485
|
export const DoNotTouchSharp: SvgIconComponent;
|
|
2531
2486
|
export const DoNotTouchTwoTone: SvgIconComponent;
|
|
2487
|
+
export const Dock: SvgIconComponent;
|
|
2488
|
+
export const DockOutlined: SvgIconComponent;
|
|
2489
|
+
export const DockRounded: SvgIconComponent;
|
|
2490
|
+
export const DockSharp: SvgIconComponent;
|
|
2491
|
+
export const DockTwoTone: SvgIconComponent;
|
|
2492
|
+
export const DocumentScanner: SvgIconComponent;
|
|
2493
|
+
export const DocumentScannerOutlined: SvgIconComponent;
|
|
2494
|
+
export const DocumentScannerRounded: SvgIconComponent;
|
|
2495
|
+
export const DocumentScannerSharp: SvgIconComponent;
|
|
2496
|
+
export const DocumentScannerTwoTone: SvgIconComponent;
|
|
2497
|
+
export const Domain: SvgIconComponent;
|
|
2498
|
+
export const DomainAdd: SvgIconComponent;
|
|
2499
|
+
export const DomainAddOutlined: SvgIconComponent;
|
|
2500
|
+
export const DomainAddRounded: SvgIconComponent;
|
|
2501
|
+
export const DomainAddSharp: SvgIconComponent;
|
|
2502
|
+
export const DomainAddTwoTone: SvgIconComponent;
|
|
2503
|
+
export const DomainDisabled: SvgIconComponent;
|
|
2504
|
+
export const DomainDisabledOutlined: SvgIconComponent;
|
|
2505
|
+
export const DomainDisabledRounded: SvgIconComponent;
|
|
2506
|
+
export const DomainDisabledSharp: SvgIconComponent;
|
|
2507
|
+
export const DomainDisabledTwoTone: SvgIconComponent;
|
|
2508
|
+
export const DomainOutlined: SvgIconComponent;
|
|
2509
|
+
export const DomainRounded: SvgIconComponent;
|
|
2510
|
+
export const DomainSharp: SvgIconComponent;
|
|
2511
|
+
export const DomainTwoTone: SvgIconComponent;
|
|
2512
|
+
export const DomainVerification: SvgIconComponent;
|
|
2513
|
+
export const DomainVerificationOutlined: SvgIconComponent;
|
|
2514
|
+
export const DomainVerificationRounded: SvgIconComponent;
|
|
2515
|
+
export const DomainVerificationSharp: SvgIconComponent;
|
|
2516
|
+
export const DomainVerificationTwoTone: SvgIconComponent;
|
|
2517
|
+
export const Done: SvgIconComponent;
|
|
2518
|
+
export const DoneAll: SvgIconComponent;
|
|
2519
|
+
export const DoneAllOutlined: SvgIconComponent;
|
|
2520
|
+
export const DoneAllRounded: SvgIconComponent;
|
|
2521
|
+
export const DoneAllSharp: SvgIconComponent;
|
|
2522
|
+
export const DoneAllTwoTone: SvgIconComponent;
|
|
2523
|
+
export const DoneOutline: SvgIconComponent;
|
|
2524
|
+
export const DoneOutlineOutlined: SvgIconComponent;
|
|
2525
|
+
export const DoneOutlineRounded: SvgIconComponent;
|
|
2526
|
+
export const DoneOutlineSharp: SvgIconComponent;
|
|
2527
|
+
export const DoneOutlineTwoTone: SvgIconComponent;
|
|
2528
|
+
export const DoneOutlined: SvgIconComponent;
|
|
2529
|
+
export const DoneRounded: SvgIconComponent;
|
|
2530
|
+
export const DoneSharp: SvgIconComponent;
|
|
2531
|
+
export const DoneTwoTone: SvgIconComponent;
|
|
2532
2532
|
export const DonutLarge: SvgIconComponent;
|
|
2533
2533
|
export const DonutLargeOutlined: SvgIconComponent;
|
|
2534
2534
|
export const DonutLargeRounded: SvgIconComponent;
|
|
@@ -2544,11 +2544,6 @@ export const DoorBackOutlined: SvgIconComponent;
|
|
|
2544
2544
|
export const DoorBackRounded: SvgIconComponent;
|
|
2545
2545
|
export const DoorBackSharp: SvgIconComponent;
|
|
2546
2546
|
export const DoorBackTwoTone: SvgIconComponent;
|
|
2547
|
-
export const Doorbell: SvgIconComponent;
|
|
2548
|
-
export const DoorbellOutlined: SvgIconComponent;
|
|
2549
|
-
export const DoorbellRounded: SvgIconComponent;
|
|
2550
|
-
export const DoorbellSharp: SvgIconComponent;
|
|
2551
|
-
export const DoorbellTwoTone: SvgIconComponent;
|
|
2552
2547
|
export const DoorFront: SvgIconComponent;
|
|
2553
2548
|
export const DoorFrontOutlined: SvgIconComponent;
|
|
2554
2549
|
export const DoorFrontRounded: SvgIconComponent;
|
|
@@ -2559,6 +2554,11 @@ export const DoorSlidingOutlined: SvgIconComponent;
|
|
|
2559
2554
|
export const DoorSlidingRounded: SvgIconComponent;
|
|
2560
2555
|
export const DoorSlidingSharp: SvgIconComponent;
|
|
2561
2556
|
export const DoorSlidingTwoTone: SvgIconComponent;
|
|
2557
|
+
export const Doorbell: SvgIconComponent;
|
|
2558
|
+
export const DoorbellOutlined: SvgIconComponent;
|
|
2559
|
+
export const DoorbellRounded: SvgIconComponent;
|
|
2560
|
+
export const DoorbellSharp: SvgIconComponent;
|
|
2561
|
+
export const DoorbellTwoTone: SvgIconComponent;
|
|
2562
2562
|
export const DoubleArrow: SvgIconComponent;
|
|
2563
2563
|
export const DoubleArrowOutlined: SvgIconComponent;
|
|
2564
2564
|
export const DoubleArrowRounded: SvgIconComponent;
|
|
@@ -2580,15 +2580,15 @@ export const DownloadForOfflineOutlined: SvgIconComponent;
|
|
|
2580
2580
|
export const DownloadForOfflineRounded: SvgIconComponent;
|
|
2581
2581
|
export const DownloadForOfflineSharp: SvgIconComponent;
|
|
2582
2582
|
export const DownloadForOfflineTwoTone: SvgIconComponent;
|
|
2583
|
+
export const DownloadOutlined: SvgIconComponent;
|
|
2584
|
+
export const DownloadRounded: SvgIconComponent;
|
|
2585
|
+
export const DownloadSharp: SvgIconComponent;
|
|
2586
|
+
export const DownloadTwoTone: SvgIconComponent;
|
|
2583
2587
|
export const Downloading: SvgIconComponent;
|
|
2584
2588
|
export const DownloadingOutlined: SvgIconComponent;
|
|
2585
2589
|
export const DownloadingRounded: SvgIconComponent;
|
|
2586
2590
|
export const DownloadingSharp: SvgIconComponent;
|
|
2587
2591
|
export const DownloadingTwoTone: SvgIconComponent;
|
|
2588
|
-
export const DownloadOutlined: SvgIconComponent;
|
|
2589
|
-
export const DownloadRounded: SvgIconComponent;
|
|
2590
|
-
export const DownloadSharp: SvgIconComponent;
|
|
2591
|
-
export const DownloadTwoTone: SvgIconComponent;
|
|
2592
2592
|
export const Drafts: SvgIconComponent;
|
|
2593
2593
|
export const DraftsOutlined: SvgIconComponent;
|
|
2594
2594
|
export const DraftsRounded: SvgIconComponent;
|
|
@@ -2654,6 +2654,11 @@ export const DynamicFormOutlined: SvgIconComponent;
|
|
|
2654
2654
|
export const DynamicFormRounded: SvgIconComponent;
|
|
2655
2655
|
export const DynamicFormSharp: SvgIconComponent;
|
|
2656
2656
|
export const DynamicFormTwoTone: SvgIconComponent;
|
|
2657
|
+
export const EMobiledata: SvgIconComponent;
|
|
2658
|
+
export const EMobiledataOutlined: SvgIconComponent;
|
|
2659
|
+
export const EMobiledataRounded: SvgIconComponent;
|
|
2660
|
+
export const EMobiledataSharp: SvgIconComponent;
|
|
2661
|
+
export const EMobiledataTwoTone: SvgIconComponent;
|
|
2657
2662
|
export const Earbuds: SvgIconComponent;
|
|
2658
2663
|
export const EarbudsBattery: SvgIconComponent;
|
|
2659
2664
|
export const EarbudsBatteryOutlined: SvgIconComponent;
|
|
@@ -2759,11 +2764,6 @@ export const ElderlyWomanOutlined: SvgIconComponent;
|
|
|
2759
2764
|
export const ElderlyWomanRounded: SvgIconComponent;
|
|
2760
2765
|
export const ElderlyWomanSharp: SvgIconComponent;
|
|
2761
2766
|
export const ElderlyWomanTwoTone: SvgIconComponent;
|
|
2762
|
-
export const ElectricalServices: SvgIconComponent;
|
|
2763
|
-
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
2764
|
-
export const ElectricalServicesRounded: SvgIconComponent;
|
|
2765
|
-
export const ElectricalServicesSharp: SvgIconComponent;
|
|
2766
|
-
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
2767
2767
|
export const ElectricBike: SvgIconComponent;
|
|
2768
2768
|
export const ElectricBikeOutlined: SvgIconComponent;
|
|
2769
2769
|
export const ElectricBikeRounded: SvgIconComponent;
|
|
@@ -2789,6 +2789,11 @@ export const ElectricScooterOutlined: SvgIconComponent;
|
|
|
2789
2789
|
export const ElectricScooterRounded: SvgIconComponent;
|
|
2790
2790
|
export const ElectricScooterSharp: SvgIconComponent;
|
|
2791
2791
|
export const ElectricScooterTwoTone: SvgIconComponent;
|
|
2792
|
+
export const ElectricalServices: SvgIconComponent;
|
|
2793
|
+
export const ElectricalServicesOutlined: SvgIconComponent;
|
|
2794
|
+
export const ElectricalServicesRounded: SvgIconComponent;
|
|
2795
|
+
export const ElectricalServicesSharp: SvgIconComponent;
|
|
2796
|
+
export const ElectricalServicesTwoTone: SvgIconComponent;
|
|
2792
2797
|
export const Elevator: SvgIconComponent;
|
|
2793
2798
|
export const ElevatorOutlined: SvgIconComponent;
|
|
2794
2799
|
export const ElevatorRounded: SvgIconComponent;
|
|
@@ -2804,11 +2809,6 @@ export const EmailOutlined: SvgIconComponent;
|
|
|
2804
2809
|
export const EmailRounded: SvgIconComponent;
|
|
2805
2810
|
export const EmailSharp: SvgIconComponent;
|
|
2806
2811
|
export const EmailTwoTone: SvgIconComponent;
|
|
2807
|
-
export const EMobiledata: SvgIconComponent;
|
|
2808
|
-
export const EMobiledataOutlined: SvgIconComponent;
|
|
2809
|
-
export const EMobiledataRounded: SvgIconComponent;
|
|
2810
|
-
export const EMobiledataSharp: SvgIconComponent;
|
|
2811
|
-
export const EMobiledataTwoTone: SvgIconComponent;
|
|
2812
2812
|
export const EmojiEmotions: SvgIconComponent;
|
|
2813
2813
|
export const EmojiEmotionsOutlined: SvgIconComponent;
|
|
2814
2814
|
export const EmojiEmotionsRounded: SvgIconComponent;
|
|
@@ -2871,11 +2871,11 @@ export const EqualizerSharp: SvgIconComponent;
|
|
|
2871
2871
|
export const EqualizerTwoTone: SvgIconComponent;
|
|
2872
2872
|
export const Error: SvgIconComponent;
|
|
2873
2873
|
export const ErrorOutline: SvgIconComponent;
|
|
2874
|
-
export const ErrorOutlined: SvgIconComponent;
|
|
2875
2874
|
export const ErrorOutlineOutlined: SvgIconComponent;
|
|
2876
2875
|
export const ErrorOutlineRounded: SvgIconComponent;
|
|
2877
2876
|
export const ErrorOutlineSharp: SvgIconComponent;
|
|
2878
2877
|
export const ErrorOutlineTwoTone: SvgIconComponent;
|
|
2878
|
+
export const ErrorOutlined: SvgIconComponent;
|
|
2879
2879
|
export const ErrorRounded: SvgIconComponent;
|
|
2880
2880
|
export const ErrorSharp: SvgIconComponent;
|
|
2881
2881
|
export const ErrorTwoTone: SvgIconComponent;
|
|
@@ -2899,6 +2899,11 @@ export const EuroSymbolRounded: SvgIconComponent;
|
|
|
2899
2899
|
export const EuroSymbolSharp: SvgIconComponent;
|
|
2900
2900
|
export const EuroSymbolTwoTone: SvgIconComponent;
|
|
2901
2901
|
export const EuroTwoTone: SvgIconComponent;
|
|
2902
|
+
export const EvStation: SvgIconComponent;
|
|
2903
|
+
export const EvStationOutlined: SvgIconComponent;
|
|
2904
|
+
export const EvStationRounded: SvgIconComponent;
|
|
2905
|
+
export const EvStationSharp: SvgIconComponent;
|
|
2906
|
+
export const EvStationTwoTone: SvgIconComponent;
|
|
2902
2907
|
export const Event: SvgIconComponent;
|
|
2903
2908
|
export const EventAvailable: SvgIconComponent;
|
|
2904
2909
|
export const EventAvailableOutlined: SvgIconComponent;
|
|
@@ -2929,11 +2934,6 @@ export const EventSeatSharp: SvgIconComponent;
|
|
|
2929
2934
|
export const EventSeatTwoTone: SvgIconComponent;
|
|
2930
2935
|
export const EventSharp: SvgIconComponent;
|
|
2931
2936
|
export const EventTwoTone: SvgIconComponent;
|
|
2932
|
-
export const EvStation: SvgIconComponent;
|
|
2933
|
-
export const EvStationOutlined: SvgIconComponent;
|
|
2934
|
-
export const EvStationRounded: SvgIconComponent;
|
|
2935
|
-
export const EvStationSharp: SvgIconComponent;
|
|
2936
|
-
export const EvStationTwoTone: SvgIconComponent;
|
|
2937
2937
|
export const ExitToApp: SvgIconComponent;
|
|
2938
2938
|
export const ExitToAppOutlined: SvgIconComponent;
|
|
2939
2939
|
export const ExitToAppRounded: SvgIconComponent;
|
|
@@ -2990,11 +2990,6 @@ export const ExtensionRounded: SvgIconComponent;
|
|
|
2990
2990
|
export const ExtensionSharp: SvgIconComponent;
|
|
2991
2991
|
export const ExtensionTwoTone: SvgIconComponent;
|
|
2992
2992
|
export const Face: SvgIconComponent;
|
|
2993
|
-
export const Facebook: SvgIconComponent;
|
|
2994
|
-
export const FacebookOutlined: SvgIconComponent;
|
|
2995
|
-
export const FacebookRounded: SvgIconComponent;
|
|
2996
|
-
export const FacebookSharp: SvgIconComponent;
|
|
2997
|
-
export const FacebookTwoTone: SvgIconComponent;
|
|
2998
2993
|
export const FaceOutlined: SvgIconComponent;
|
|
2999
2994
|
export const FaceRetouchingNatural: SvgIconComponent;
|
|
3000
2995
|
export const FaceRetouchingNaturalOutlined: SvgIconComponent;
|
|
@@ -3009,6 +3004,11 @@ export const FaceRetouchingOffTwoTone: SvgIconComponent;
|
|
|
3009
3004
|
export const FaceRounded: SvgIconComponent;
|
|
3010
3005
|
export const FaceSharp: SvgIconComponent;
|
|
3011
3006
|
export const FaceTwoTone: SvgIconComponent;
|
|
3007
|
+
export const Facebook: SvgIconComponent;
|
|
3008
|
+
export const FacebookOutlined: SvgIconComponent;
|
|
3009
|
+
export const FacebookRounded: SvgIconComponent;
|
|
3010
|
+
export const FacebookSharp: SvgIconComponent;
|
|
3011
|
+
export const FacebookTwoTone: SvgIconComponent;
|
|
3012
3012
|
export const FactCheck: SvgIconComponent;
|
|
3013
3013
|
export const FactCheckOutlined: SvgIconComponent;
|
|
3014
3014
|
export const FactCheckRounded: SvgIconComponent;
|
|
@@ -3024,11 +3024,6 @@ export const FamilyRestroomOutlined: SvgIconComponent;
|
|
|
3024
3024
|
export const FamilyRestroomRounded: SvgIconComponent;
|
|
3025
3025
|
export const FamilyRestroomSharp: SvgIconComponent;
|
|
3026
3026
|
export const FamilyRestroomTwoTone: SvgIconComponent;
|
|
3027
|
-
export const Fastfood: SvgIconComponent;
|
|
3028
|
-
export const FastfoodOutlined: SvgIconComponent;
|
|
3029
|
-
export const FastfoodRounded: SvgIconComponent;
|
|
3030
|
-
export const FastfoodSharp: SvgIconComponent;
|
|
3031
|
-
export const FastfoodTwoTone: SvgIconComponent;
|
|
3032
3027
|
export const FastForward: SvgIconComponent;
|
|
3033
3028
|
export const FastForwardOutlined: SvgIconComponent;
|
|
3034
3029
|
export const FastForwardRounded: SvgIconComponent;
|
|
@@ -3039,6 +3034,11 @@ export const FastRewindOutlined: SvgIconComponent;
|
|
|
3039
3034
|
export const FastRewindRounded: SvgIconComponent;
|
|
3040
3035
|
export const FastRewindSharp: SvgIconComponent;
|
|
3041
3036
|
export const FastRewindTwoTone: SvgIconComponent;
|
|
3037
|
+
export const Fastfood: SvgIconComponent;
|
|
3038
|
+
export const FastfoodOutlined: SvgIconComponent;
|
|
3039
|
+
export const FastfoodRounded: SvgIconComponent;
|
|
3040
|
+
export const FastfoodSharp: SvgIconComponent;
|
|
3041
|
+
export const FastfoodTwoTone: SvgIconComponent;
|
|
3042
3042
|
export const Favorite: SvgIconComponent;
|
|
3043
3043
|
export const FavoriteBorder: SvgIconComponent;
|
|
3044
3044
|
export const FavoriteBorderOutlined: SvgIconComponent;
|
|
@@ -3065,15 +3065,15 @@ export const FeaturedVideoRounded: SvgIconComponent;
|
|
|
3065
3065
|
export const FeaturedVideoSharp: SvgIconComponent;
|
|
3066
3066
|
export const FeaturedVideoTwoTone: SvgIconComponent;
|
|
3067
3067
|
export const Feed: SvgIconComponent;
|
|
3068
|
+
export const FeedOutlined: SvgIconComponent;
|
|
3069
|
+
export const FeedRounded: SvgIconComponent;
|
|
3070
|
+
export const FeedSharp: SvgIconComponent;
|
|
3071
|
+
export const FeedTwoTone: SvgIconComponent;
|
|
3068
3072
|
export const Feedback: SvgIconComponent;
|
|
3069
3073
|
export const FeedbackOutlined: SvgIconComponent;
|
|
3070
3074
|
export const FeedbackRounded: SvgIconComponent;
|
|
3071
3075
|
export const FeedbackSharp: SvgIconComponent;
|
|
3072
3076
|
export const FeedbackTwoTone: SvgIconComponent;
|
|
3073
|
-
export const FeedOutlined: SvgIconComponent;
|
|
3074
|
-
export const FeedRounded: SvgIconComponent;
|
|
3075
|
-
export const FeedSharp: SvgIconComponent;
|
|
3076
|
-
export const FeedTwoTone: SvgIconComponent;
|
|
3077
3077
|
export const Female: SvgIconComponent;
|
|
3078
3078
|
export const FemaleOutlined: SvgIconComponent;
|
|
3079
3079
|
export const FemaleRounded: SvgIconComponent;
|
|
@@ -3294,6 +3294,11 @@ export const FirstPageOutlined: SvgIconComponent;
|
|
|
3294
3294
|
export const FirstPageRounded: SvgIconComponent;
|
|
3295
3295
|
export const FirstPageSharp: SvgIconComponent;
|
|
3296
3296
|
export const FirstPageTwoTone: SvgIconComponent;
|
|
3297
|
+
export const FitScreen: SvgIconComponent;
|
|
3298
|
+
export const FitScreenOutlined: SvgIconComponent;
|
|
3299
|
+
export const FitScreenRounded: SvgIconComponent;
|
|
3300
|
+
export const FitScreenSharp: SvgIconComponent;
|
|
3301
|
+
export const FitScreenTwoTone: SvgIconComponent;
|
|
3297
3302
|
export const Fitbit: SvgIconComponent;
|
|
3298
3303
|
export const FitbitOutlined: SvgIconComponent;
|
|
3299
3304
|
export const FitbitRounded: SvgIconComponent;
|
|
@@ -3304,11 +3309,6 @@ export const FitnessCenterOutlined: SvgIconComponent;
|
|
|
3304
3309
|
export const FitnessCenterRounded: SvgIconComponent;
|
|
3305
3310
|
export const FitnessCenterSharp: SvgIconComponent;
|
|
3306
3311
|
export const FitnessCenterTwoTone: SvgIconComponent;
|
|
3307
|
-
export const FitScreen: SvgIconComponent;
|
|
3308
|
-
export const FitScreenOutlined: SvgIconComponent;
|
|
3309
|
-
export const FitScreenRounded: SvgIconComponent;
|
|
3310
|
-
export const FitScreenSharp: SvgIconComponent;
|
|
3311
|
-
export const FitScreenTwoTone: SvgIconComponent;
|
|
3312
3312
|
export const FiveG: SvgIconComponent;
|
|
3313
3313
|
export const FiveGOutlined: SvgIconComponent;
|
|
3314
3314
|
export const FiveGRounded: SvgIconComponent;
|
|
@@ -3359,16 +3359,6 @@ export const FlashAutoOutlined: SvgIconComponent;
|
|
|
3359
3359
|
export const FlashAutoRounded: SvgIconComponent;
|
|
3360
3360
|
export const FlashAutoSharp: SvgIconComponent;
|
|
3361
3361
|
export const FlashAutoTwoTone: SvgIconComponent;
|
|
3362
|
-
export const FlashlightOff: SvgIconComponent;
|
|
3363
|
-
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3364
|
-
export const FlashlightOffRounded: SvgIconComponent;
|
|
3365
|
-
export const FlashlightOffSharp: SvgIconComponent;
|
|
3366
|
-
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3367
|
-
export const FlashlightOn: SvgIconComponent;
|
|
3368
|
-
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3369
|
-
export const FlashlightOnRounded: SvgIconComponent;
|
|
3370
|
-
export const FlashlightOnSharp: SvgIconComponent;
|
|
3371
|
-
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3372
3362
|
export const FlashOff: SvgIconComponent;
|
|
3373
3363
|
export const FlashOffOutlined: SvgIconComponent;
|
|
3374
3364
|
export const FlashOffRounded: SvgIconComponent;
|
|
@@ -3379,6 +3369,16 @@ export const FlashOnOutlined: SvgIconComponent;
|
|
|
3379
3369
|
export const FlashOnRounded: SvgIconComponent;
|
|
3380
3370
|
export const FlashOnSharp: SvgIconComponent;
|
|
3381
3371
|
export const FlashOnTwoTone: SvgIconComponent;
|
|
3372
|
+
export const FlashlightOff: SvgIconComponent;
|
|
3373
|
+
export const FlashlightOffOutlined: SvgIconComponent;
|
|
3374
|
+
export const FlashlightOffRounded: SvgIconComponent;
|
|
3375
|
+
export const FlashlightOffSharp: SvgIconComponent;
|
|
3376
|
+
export const FlashlightOffTwoTone: SvgIconComponent;
|
|
3377
|
+
export const FlashlightOn: SvgIconComponent;
|
|
3378
|
+
export const FlashlightOnOutlined: SvgIconComponent;
|
|
3379
|
+
export const FlashlightOnRounded: SvgIconComponent;
|
|
3380
|
+
export const FlashlightOnSharp: SvgIconComponent;
|
|
3381
|
+
export const FlashlightOnTwoTone: SvgIconComponent;
|
|
3382
3382
|
export const Flatware: SvgIconComponent;
|
|
3383
3383
|
export const FlatwareOutlined: SvgIconComponent;
|
|
3384
3384
|
export const FlatwareRounded: SvgIconComponent;
|
|
@@ -3734,6 +3734,16 @@ export const FunctionsOutlined: SvgIconComponent;
|
|
|
3734
3734
|
export const FunctionsRounded: SvgIconComponent;
|
|
3735
3735
|
export const FunctionsSharp: SvgIconComponent;
|
|
3736
3736
|
export const FunctionsTwoTone: SvgIconComponent;
|
|
3737
|
+
export const GMobiledata: SvgIconComponent;
|
|
3738
|
+
export const GMobiledataOutlined: SvgIconComponent;
|
|
3739
|
+
export const GMobiledataRounded: SvgIconComponent;
|
|
3740
|
+
export const GMobiledataSharp: SvgIconComponent;
|
|
3741
|
+
export const GMobiledataTwoTone: SvgIconComponent;
|
|
3742
|
+
export const GTranslate: SvgIconComponent;
|
|
3743
|
+
export const GTranslateOutlined: SvgIconComponent;
|
|
3744
|
+
export const GTranslateRounded: SvgIconComponent;
|
|
3745
|
+
export const GTranslateSharp: SvgIconComponent;
|
|
3746
|
+
export const GTranslateTwoTone: SvgIconComponent;
|
|
3737
3747
|
export const Gamepad: SvgIconComponent;
|
|
3738
3748
|
export const GamepadOutlined: SvgIconComponent;
|
|
3739
3749
|
export const GamepadRounded: SvgIconComponent;
|
|
@@ -3779,17 +3789,12 @@ export const GirlOutlined: SvgIconComponent;
|
|
|
3779
3789
|
export const GirlRounded: SvgIconComponent;
|
|
3780
3790
|
export const GirlSharp: SvgIconComponent;
|
|
3781
3791
|
export const GirlTwoTone: SvgIconComponent;
|
|
3792
|
+
export const GitHub: SvgIconComponent;
|
|
3782
3793
|
export const Gite: SvgIconComponent;
|
|
3783
3794
|
export const GiteOutlined: SvgIconComponent;
|
|
3784
3795
|
export const GiteRounded: SvgIconComponent;
|
|
3785
3796
|
export const GiteSharp: SvgIconComponent;
|
|
3786
3797
|
export const GiteTwoTone: SvgIconComponent;
|
|
3787
|
-
export const GitHub: SvgIconComponent;
|
|
3788
|
-
export const GMobiledata: SvgIconComponent;
|
|
3789
|
-
export const GMobiledataOutlined: SvgIconComponent;
|
|
3790
|
-
export const GMobiledataRounded: SvgIconComponent;
|
|
3791
|
-
export const GMobiledataSharp: SvgIconComponent;
|
|
3792
|
-
export const GMobiledataTwoTone: SvgIconComponent;
|
|
3793
3798
|
export const GolfCourse: SvgIconComponent;
|
|
3794
3799
|
export const GolfCourseOutlined: SvgIconComponent;
|
|
3795
3800
|
export const GolfCourseRounded: SvgIconComponent;
|
|
@@ -3899,23 +3904,28 @@ export const GroupRemoveRounded: SvgIconComponent;
|
|
|
3899
3904
|
export const GroupRemoveSharp: SvgIconComponent;
|
|
3900
3905
|
export const GroupRemoveTwoTone: SvgIconComponent;
|
|
3901
3906
|
export const GroupRounded: SvgIconComponent;
|
|
3902
|
-
export const Groups: SvgIconComponent;
|
|
3903
3907
|
export const GroupSharp: SvgIconComponent;
|
|
3904
|
-
export const GroupsOutlined: SvgIconComponent;
|
|
3905
|
-
export const GroupsRounded: SvgIconComponent;
|
|
3906
|
-
export const GroupsSharp: SvgIconComponent;
|
|
3907
|
-
export const GroupsTwoTone: SvgIconComponent;
|
|
3908
3908
|
export const GroupTwoTone: SvgIconComponent;
|
|
3909
3909
|
export const GroupWork: SvgIconComponent;
|
|
3910
3910
|
export const GroupWorkOutlined: SvgIconComponent;
|
|
3911
3911
|
export const GroupWorkRounded: SvgIconComponent;
|
|
3912
3912
|
export const GroupWorkSharp: SvgIconComponent;
|
|
3913
3913
|
export const GroupWorkTwoTone: SvgIconComponent;
|
|
3914
|
-
export const
|
|
3915
|
-
export const
|
|
3916
|
-
export const
|
|
3917
|
-
export const
|
|
3918
|
-
export const
|
|
3914
|
+
export const Groups: SvgIconComponent;
|
|
3915
|
+
export const GroupsOutlined: SvgIconComponent;
|
|
3916
|
+
export const GroupsRounded: SvgIconComponent;
|
|
3917
|
+
export const GroupsSharp: SvgIconComponent;
|
|
3918
|
+
export const GroupsTwoTone: SvgIconComponent;
|
|
3919
|
+
export const HMobiledata: SvgIconComponent;
|
|
3920
|
+
export const HMobiledataOutlined: SvgIconComponent;
|
|
3921
|
+
export const HMobiledataRounded: SvgIconComponent;
|
|
3922
|
+
export const HMobiledataSharp: SvgIconComponent;
|
|
3923
|
+
export const HMobiledataTwoTone: SvgIconComponent;
|
|
3924
|
+
export const HPlusMobiledata: SvgIconComponent;
|
|
3925
|
+
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
3926
|
+
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
3927
|
+
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
3928
|
+
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
3919
3929
|
export const Hail: SvgIconComponent;
|
|
3920
3930
|
export const HailOutlined: SvgIconComponent;
|
|
3921
3931
|
export const HailRounded: SvgIconComponent;
|
|
@@ -3933,6 +3943,9 @@ export const HardwareSharp: SvgIconComponent;
|
|
|
3933
3943
|
export const HardwareTwoTone: SvgIconComponent;
|
|
3934
3944
|
export const Hd: SvgIconComponent;
|
|
3935
3945
|
export const HdOutlined: SvgIconComponent;
|
|
3946
|
+
export const HdRounded: SvgIconComponent;
|
|
3947
|
+
export const HdSharp: SvgIconComponent;
|
|
3948
|
+
export const HdTwoTone: SvgIconComponent;
|
|
3936
3949
|
export const HdrAuto: SvgIconComponent;
|
|
3937
3950
|
export const HdrAutoOutlined: SvgIconComponent;
|
|
3938
3951
|
export const HdrAutoRounded: SvgIconComponent;
|
|
@@ -3968,7 +3981,6 @@ export const HdrOnSelectSharp: SvgIconComponent;
|
|
|
3968
3981
|
export const HdrOnSelectTwoTone: SvgIconComponent;
|
|
3969
3982
|
export const HdrOnSharp: SvgIconComponent;
|
|
3970
3983
|
export const HdrOnTwoTone: SvgIconComponent;
|
|
3971
|
-
export const HdRounded: SvgIconComponent;
|
|
3972
3984
|
export const HdrPlus: SvgIconComponent;
|
|
3973
3985
|
export const HdrPlusOutlined: SvgIconComponent;
|
|
3974
3986
|
export const HdrPlusRounded: SvgIconComponent;
|
|
@@ -3984,8 +3996,6 @@ export const HdrWeakOutlined: SvgIconComponent;
|
|
|
3984
3996
|
export const HdrWeakRounded: SvgIconComponent;
|
|
3985
3997
|
export const HdrWeakSharp: SvgIconComponent;
|
|
3986
3998
|
export const HdrWeakTwoTone: SvgIconComponent;
|
|
3987
|
-
export const HdSharp: SvgIconComponent;
|
|
3988
|
-
export const HdTwoTone: SvgIconComponent;
|
|
3989
3999
|
export const Headphones: SvgIconComponent;
|
|
3990
4000
|
export const HeadphonesBattery: SvgIconComponent;
|
|
3991
4001
|
export const HeadphonesBatteryOutlined: SvgIconComponent;
|
|
@@ -4048,11 +4058,11 @@ export const HelpCenterRounded: SvgIconComponent;
|
|
|
4048
4058
|
export const HelpCenterSharp: SvgIconComponent;
|
|
4049
4059
|
export const HelpCenterTwoTone: SvgIconComponent;
|
|
4050
4060
|
export const HelpOutline: SvgIconComponent;
|
|
4051
|
-
export const HelpOutlined: SvgIconComponent;
|
|
4052
4061
|
export const HelpOutlineOutlined: SvgIconComponent;
|
|
4053
4062
|
export const HelpOutlineRounded: SvgIconComponent;
|
|
4054
4063
|
export const HelpOutlineSharp: SvgIconComponent;
|
|
4055
4064
|
export const HelpOutlineTwoTone: SvgIconComponent;
|
|
4065
|
+
export const HelpOutlined: SvgIconComponent;
|
|
4056
4066
|
export const HelpRounded: SvgIconComponent;
|
|
4057
4067
|
export const HelpSharp: SvgIconComponent;
|
|
4058
4068
|
export const HelpTwoTone: SvgIconComponent;
|
|
@@ -4076,6 +4086,11 @@ export const HideSourceOutlined: SvgIconComponent;
|
|
|
4076
4086
|
export const HideSourceRounded: SvgIconComponent;
|
|
4077
4087
|
export const HideSourceSharp: SvgIconComponent;
|
|
4078
4088
|
export const HideSourceTwoTone: SvgIconComponent;
|
|
4089
|
+
export const HighQuality: SvgIconComponent;
|
|
4090
|
+
export const HighQualityOutlined: SvgIconComponent;
|
|
4091
|
+
export const HighQualityRounded: SvgIconComponent;
|
|
4092
|
+
export const HighQualitySharp: SvgIconComponent;
|
|
4093
|
+
export const HighQualityTwoTone: SvgIconComponent;
|
|
4079
4094
|
export const Highlight: SvgIconComponent;
|
|
4080
4095
|
export const HighlightAlt: SvgIconComponent;
|
|
4081
4096
|
export const HighlightAltOutlined: SvgIconComponent;
|
|
@@ -4091,11 +4106,6 @@ export const HighlightOutlined: SvgIconComponent;
|
|
|
4091
4106
|
export const HighlightRounded: SvgIconComponent;
|
|
4092
4107
|
export const HighlightSharp: SvgIconComponent;
|
|
4093
4108
|
export const HighlightTwoTone: SvgIconComponent;
|
|
4094
|
-
export const HighQuality: SvgIconComponent;
|
|
4095
|
-
export const HighQualityOutlined: SvgIconComponent;
|
|
4096
|
-
export const HighQualityRounded: SvgIconComponent;
|
|
4097
|
-
export const HighQualitySharp: SvgIconComponent;
|
|
4098
|
-
export const HighQualityTwoTone: SvgIconComponent;
|
|
4099
4109
|
export const Hiking: SvgIconComponent;
|
|
4100
4110
|
export const HikingOutlined: SvgIconComponent;
|
|
4101
4111
|
export const HikingRounded: SvgIconComponent;
|
|
@@ -4131,11 +4141,6 @@ export const HlsOutlined: SvgIconComponent;
|
|
|
4131
4141
|
export const HlsRounded: SvgIconComponent;
|
|
4132
4142
|
export const HlsSharp: SvgIconComponent;
|
|
4133
4143
|
export const HlsTwoTone: SvgIconComponent;
|
|
4134
|
-
export const HMobiledata: SvgIconComponent;
|
|
4135
|
-
export const HMobiledataOutlined: SvgIconComponent;
|
|
4136
|
-
export const HMobiledataRounded: SvgIconComponent;
|
|
4137
|
-
export const HMobiledataSharp: SvgIconComponent;
|
|
4138
|
-
export const HMobiledataTwoTone: SvgIconComponent;
|
|
4139
4144
|
export const HolidayVillage: SvgIconComponent;
|
|
4140
4145
|
export const HolidayVillageOutlined: SvgIconComponent;
|
|
4141
4146
|
export const HolidayVillageRounded: SvgIconComponent;
|
|
@@ -4176,16 +4181,16 @@ export const HorizontalSplitOutlined: SvgIconComponent;
|
|
|
4176
4181
|
export const HorizontalSplitRounded: SvgIconComponent;
|
|
4177
4182
|
export const HorizontalSplitSharp: SvgIconComponent;
|
|
4178
4183
|
export const HorizontalSplitTwoTone: SvgIconComponent;
|
|
4179
|
-
export const Hotel: SvgIconComponent;
|
|
4180
|
-
export const HotelOutlined: SvgIconComponent;
|
|
4181
|
-
export const HotelRounded: SvgIconComponent;
|
|
4182
|
-
export const HotelSharp: SvgIconComponent;
|
|
4183
|
-
export const HotelTwoTone: SvgIconComponent;
|
|
4184
4184
|
export const HotTub: SvgIconComponent;
|
|
4185
4185
|
export const HotTubOutlined: SvgIconComponent;
|
|
4186
4186
|
export const HotTubRounded: SvgIconComponent;
|
|
4187
4187
|
export const HotTubSharp: SvgIconComponent;
|
|
4188
4188
|
export const HotTubTwoTone: SvgIconComponent;
|
|
4189
|
+
export const Hotel: SvgIconComponent;
|
|
4190
|
+
export const HotelOutlined: SvgIconComponent;
|
|
4191
|
+
export const HotelRounded: SvgIconComponent;
|
|
4192
|
+
export const HotelSharp: SvgIconComponent;
|
|
4193
|
+
export const HotelTwoTone: SvgIconComponent;
|
|
4189
4194
|
export const HourglassBottom: SvgIconComponent;
|
|
4190
4195
|
export const HourglassBottomOutlined: SvgIconComponent;
|
|
4191
4196
|
export const HourglassBottomRounded: SvgIconComponent;
|
|
@@ -4212,11 +4217,6 @@ export const HourglassTopRounded: SvgIconComponent;
|
|
|
4212
4217
|
export const HourglassTopSharp: SvgIconComponent;
|
|
4213
4218
|
export const HourglassTopTwoTone: SvgIconComponent;
|
|
4214
4219
|
export const House: SvgIconComponent;
|
|
4215
|
-
export const Houseboat: SvgIconComponent;
|
|
4216
|
-
export const HouseboatOutlined: SvgIconComponent;
|
|
4217
|
-
export const HouseboatRounded: SvgIconComponent;
|
|
4218
|
-
export const HouseboatSharp: SvgIconComponent;
|
|
4219
|
-
export const HouseboatTwoTone: SvgIconComponent;
|
|
4220
4220
|
export const HouseOutlined: SvgIconComponent;
|
|
4221
4221
|
export const HouseRounded: SvgIconComponent;
|
|
4222
4222
|
export const HouseSharp: SvgIconComponent;
|
|
@@ -4226,6 +4226,11 @@ export const HouseSidingRounded: SvgIconComponent;
|
|
|
4226
4226
|
export const HouseSidingSharp: SvgIconComponent;
|
|
4227
4227
|
export const HouseSidingTwoTone: SvgIconComponent;
|
|
4228
4228
|
export const HouseTwoTone: SvgIconComponent;
|
|
4229
|
+
export const Houseboat: SvgIconComponent;
|
|
4230
|
+
export const HouseboatOutlined: SvgIconComponent;
|
|
4231
|
+
export const HouseboatRounded: SvgIconComponent;
|
|
4232
|
+
export const HouseboatSharp: SvgIconComponent;
|
|
4233
|
+
export const HouseboatTwoTone: SvgIconComponent;
|
|
4229
4234
|
export const HowToReg: SvgIconComponent;
|
|
4230
4235
|
export const HowToRegOutlined: SvgIconComponent;
|
|
4231
4236
|
export const HowToRegRounded: SvgIconComponent;
|
|
@@ -4236,11 +4241,6 @@ export const HowToVoteOutlined: SvgIconComponent;
|
|
|
4236
4241
|
export const HowToVoteRounded: SvgIconComponent;
|
|
4237
4242
|
export const HowToVoteSharp: SvgIconComponent;
|
|
4238
4243
|
export const HowToVoteTwoTone: SvgIconComponent;
|
|
4239
|
-
export const HPlusMobiledata: SvgIconComponent;
|
|
4240
|
-
export const HPlusMobiledataOutlined: SvgIconComponent;
|
|
4241
|
-
export const HPlusMobiledataRounded: SvgIconComponent;
|
|
4242
|
-
export const HPlusMobiledataSharp: SvgIconComponent;
|
|
4243
|
-
export const HPlusMobiledataTwoTone: SvgIconComponent;
|
|
4244
4244
|
export const Html: SvgIconComponent;
|
|
4245
4245
|
export const HtmlOutlined: SvgIconComponent;
|
|
4246
4246
|
export const HtmlRounded: SvgIconComponent;
|
|
@@ -4249,13 +4249,13 @@ export const HtmlTwoTone: SvgIconComponent;
|
|
|
4249
4249
|
export const Http: SvgIconComponent;
|
|
4250
4250
|
export const HttpOutlined: SvgIconComponent;
|
|
4251
4251
|
export const HttpRounded: SvgIconComponent;
|
|
4252
|
-
export const Https: SvgIconComponent;
|
|
4253
4252
|
export const HttpSharp: SvgIconComponent;
|
|
4253
|
+
export const HttpTwoTone: SvgIconComponent;
|
|
4254
|
+
export const Https: SvgIconComponent;
|
|
4254
4255
|
export const HttpsOutlined: SvgIconComponent;
|
|
4255
4256
|
export const HttpsRounded: SvgIconComponent;
|
|
4256
4257
|
export const HttpsSharp: SvgIconComponent;
|
|
4257
4258
|
export const HttpsTwoTone: SvgIconComponent;
|
|
4258
|
-
export const HttpTwoTone: SvgIconComponent;
|
|
4259
4259
|
export const Hub: SvgIconComponent;
|
|
4260
4260
|
export const HubOutlined: SvgIconComponent;
|
|
4261
4261
|
export const HubRounded: SvgIconComponent;
|
|
@@ -4266,16 +4266,16 @@ export const HvacOutlined: SvgIconComponent;
|
|
|
4266
4266
|
export const HvacRounded: SvgIconComponent;
|
|
4267
4267
|
export const HvacSharp: SvgIconComponent;
|
|
4268
4268
|
export const HvacTwoTone: SvgIconComponent;
|
|
4269
|
-
export const Icecream: SvgIconComponent;
|
|
4270
|
-
export const IcecreamOutlined: SvgIconComponent;
|
|
4271
|
-
export const IcecreamRounded: SvgIconComponent;
|
|
4272
|
-
export const IcecreamSharp: SvgIconComponent;
|
|
4273
|
-
export const IcecreamTwoTone: SvgIconComponent;
|
|
4274
4269
|
export const IceSkating: SvgIconComponent;
|
|
4275
4270
|
export const IceSkatingOutlined: SvgIconComponent;
|
|
4276
4271
|
export const IceSkatingRounded: SvgIconComponent;
|
|
4277
4272
|
export const IceSkatingSharp: SvgIconComponent;
|
|
4278
4273
|
export const IceSkatingTwoTone: SvgIconComponent;
|
|
4274
|
+
export const Icecream: SvgIconComponent;
|
|
4275
|
+
export const IcecreamOutlined: SvgIconComponent;
|
|
4276
|
+
export const IcecreamRounded: SvgIconComponent;
|
|
4277
|
+
export const IcecreamSharp: SvgIconComponent;
|
|
4278
|
+
export const IcecreamTwoTone: SvgIconComponent;
|
|
4279
4279
|
export const Image: SvgIconComponent;
|
|
4280
4280
|
export const ImageAspectRatio: SvgIconComponent;
|
|
4281
4281
|
export const ImageAspectRatioOutlined: SvgIconComponent;
|
|
@@ -4291,21 +4291,16 @@ export const ImageOutlined: SvgIconComponent;
|
|
|
4291
4291
|
export const ImageRounded: SvgIconComponent;
|
|
4292
4292
|
export const ImageSearch: SvgIconComponent;
|
|
4293
4293
|
export const ImageSearchOutlined: SvgIconComponent;
|
|
4294
|
-
export const ImagesearchRoller: SvgIconComponent;
|
|
4295
|
-
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4296
|
-
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4297
|
-
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4298
|
-
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4299
4294
|
export const ImageSearchRounded: SvgIconComponent;
|
|
4300
4295
|
export const ImageSearchSharp: SvgIconComponent;
|
|
4301
4296
|
export const ImageSearchTwoTone: SvgIconComponent;
|
|
4302
4297
|
export const ImageSharp: SvgIconComponent;
|
|
4303
4298
|
export const ImageTwoTone: SvgIconComponent;
|
|
4304
|
-
export const
|
|
4305
|
-
export const
|
|
4306
|
-
export const
|
|
4307
|
-
export const
|
|
4308
|
-
export const
|
|
4299
|
+
export const ImagesearchRoller: SvgIconComponent;
|
|
4300
|
+
export const ImagesearchRollerOutlined: SvgIconComponent;
|
|
4301
|
+
export const ImagesearchRollerRounded: SvgIconComponent;
|
|
4302
|
+
export const ImagesearchRollerSharp: SvgIconComponent;
|
|
4303
|
+
export const ImagesearchRollerTwoTone: SvgIconComponent;
|
|
4309
4304
|
export const ImportContacts: SvgIconComponent;
|
|
4310
4305
|
export const ImportContactsOutlined: SvgIconComponent;
|
|
4311
4306
|
export const ImportContactsRounded: SvgIconComponent;
|
|
@@ -4316,6 +4311,11 @@ export const ImportExportOutlined: SvgIconComponent;
|
|
|
4316
4311
|
export const ImportExportRounded: SvgIconComponent;
|
|
4317
4312
|
export const ImportExportSharp: SvgIconComponent;
|
|
4318
4313
|
export const ImportExportTwoTone: SvgIconComponent;
|
|
4314
|
+
export const ImportantDevices: SvgIconComponent;
|
|
4315
|
+
export const ImportantDevicesOutlined: SvgIconComponent;
|
|
4316
|
+
export const ImportantDevicesRounded: SvgIconComponent;
|
|
4317
|
+
export const ImportantDevicesSharp: SvgIconComponent;
|
|
4318
|
+
export const ImportantDevicesTwoTone: SvgIconComponent;
|
|
4319
4319
|
export const Inbox: SvgIconComponent;
|
|
4320
4320
|
export const InboxOutlined: SvgIconComponent;
|
|
4321
4321
|
export const InboxRounded: SvgIconComponent;
|
|
@@ -4482,6 +4482,15 @@ export const KebabDiningRounded: SvgIconComponent;
|
|
|
4482
4482
|
export const KebabDiningSharp: SvgIconComponent;
|
|
4483
4483
|
export const KebabDiningTwoTone: SvgIconComponent;
|
|
4484
4484
|
export const Key: SvgIconComponent;
|
|
4485
|
+
export const KeyOff: SvgIconComponent;
|
|
4486
|
+
export const KeyOffOutlined: SvgIconComponent;
|
|
4487
|
+
export const KeyOffRounded: SvgIconComponent;
|
|
4488
|
+
export const KeyOffSharp: SvgIconComponent;
|
|
4489
|
+
export const KeyOffTwoTone: SvgIconComponent;
|
|
4490
|
+
export const KeyOutlined: SvgIconComponent;
|
|
4491
|
+
export const KeyRounded: SvgIconComponent;
|
|
4492
|
+
export const KeySharp: SvgIconComponent;
|
|
4493
|
+
export const KeyTwoTone: SvgIconComponent;
|
|
4485
4494
|
export const Keyboard: SvgIconComponent;
|
|
4486
4495
|
export const KeyboardAlt: SvgIconComponent;
|
|
4487
4496
|
export const KeyboardAltOutlined: SvgIconComponent;
|
|
@@ -4577,15 +4586,6 @@ export const KeyboardVoiceOutlined: SvgIconComponent;
|
|
|
4577
4586
|
export const KeyboardVoiceRounded: SvgIconComponent;
|
|
4578
4587
|
export const KeyboardVoiceSharp: SvgIconComponent;
|
|
4579
4588
|
export const KeyboardVoiceTwoTone: SvgIconComponent;
|
|
4580
|
-
export const KeyOff: SvgIconComponent;
|
|
4581
|
-
export const KeyOffOutlined: SvgIconComponent;
|
|
4582
|
-
export const KeyOffRounded: SvgIconComponent;
|
|
4583
|
-
export const KeyOffSharp: SvgIconComponent;
|
|
4584
|
-
export const KeyOffTwoTone: SvgIconComponent;
|
|
4585
|
-
export const KeyOutlined: SvgIconComponent;
|
|
4586
|
-
export const KeyRounded: SvgIconComponent;
|
|
4587
|
-
export const KeySharp: SvgIconComponent;
|
|
4588
|
-
export const KeyTwoTone: SvgIconComponent;
|
|
4589
4589
|
export const KingBed: SvgIconComponent;
|
|
4590
4590
|
export const KingBedOutlined: SvgIconComponent;
|
|
4591
4591
|
export const KingBedRounded: SvgIconComponent;
|
|
@@ -4617,6 +4617,10 @@ export const LabelRounded: SvgIconComponent;
|
|
|
4617
4617
|
export const LabelSharp: SvgIconComponent;
|
|
4618
4618
|
export const LabelTwoTone: SvgIconComponent;
|
|
4619
4619
|
export const Lan: SvgIconComponent;
|
|
4620
|
+
export const LanOutlined: SvgIconComponent;
|
|
4621
|
+
export const LanRounded: SvgIconComponent;
|
|
4622
|
+
export const LanSharp: SvgIconComponent;
|
|
4623
|
+
export const LanTwoTone: SvgIconComponent;
|
|
4620
4624
|
export const Landscape: SvgIconComponent;
|
|
4621
4625
|
export const LandscapeOutlined: SvgIconComponent;
|
|
4622
4626
|
export const LandscapeRounded: SvgIconComponent;
|
|
@@ -4627,10 +4631,6 @@ export const LanguageOutlined: SvgIconComponent;
|
|
|
4627
4631
|
export const LanguageRounded: SvgIconComponent;
|
|
4628
4632
|
export const LanguageSharp: SvgIconComponent;
|
|
4629
4633
|
export const LanguageTwoTone: SvgIconComponent;
|
|
4630
|
-
export const LanOutlined: SvgIconComponent;
|
|
4631
|
-
export const LanRounded: SvgIconComponent;
|
|
4632
|
-
export const LanSharp: SvgIconComponent;
|
|
4633
|
-
export const LanTwoTone: SvgIconComponent;
|
|
4634
4634
|
export const Laptop: SvgIconComponent;
|
|
4635
4635
|
export const LaptopChromebook: SvgIconComponent;
|
|
4636
4636
|
export const LaptopChromebookOutlined: SvgIconComponent;
|
|
@@ -4722,11 +4722,6 @@ export const LibraryMusicRounded: SvgIconComponent;
|
|
|
4722
4722
|
export const LibraryMusicSharp: SvgIconComponent;
|
|
4723
4723
|
export const LibraryMusicTwoTone: SvgIconComponent;
|
|
4724
4724
|
export const Light: SvgIconComponent;
|
|
4725
|
-
export const Lightbulb: SvgIconComponent;
|
|
4726
|
-
export const LightbulbOutlined: SvgIconComponent;
|
|
4727
|
-
export const LightbulbRounded: SvgIconComponent;
|
|
4728
|
-
export const LightbulbSharp: SvgIconComponent;
|
|
4729
|
-
export const LightbulbTwoTone: SvgIconComponent;
|
|
4730
4725
|
export const LightMode: SvgIconComponent;
|
|
4731
4726
|
export const LightModeOutlined: SvgIconComponent;
|
|
4732
4727
|
export const LightModeRounded: SvgIconComponent;
|
|
@@ -4736,11 +4731,11 @@ export const LightOutlined: SvgIconComponent;
|
|
|
4736
4731
|
export const LightRounded: SvgIconComponent;
|
|
4737
4732
|
export const LightSharp: SvgIconComponent;
|
|
4738
4733
|
export const LightTwoTone: SvgIconComponent;
|
|
4739
|
-
export const
|
|
4740
|
-
export const
|
|
4741
|
-
export const
|
|
4742
|
-
export const
|
|
4743
|
-
export const
|
|
4734
|
+
export const Lightbulb: SvgIconComponent;
|
|
4735
|
+
export const LightbulbOutlined: SvgIconComponent;
|
|
4736
|
+
export const LightbulbRounded: SvgIconComponent;
|
|
4737
|
+
export const LightbulbSharp: SvgIconComponent;
|
|
4738
|
+
export const LightbulbTwoTone: SvgIconComponent;
|
|
4744
4739
|
export const LineAxis: SvgIconComponent;
|
|
4745
4740
|
export const LineAxisOutlined: SvgIconComponent;
|
|
4746
4741
|
export const LineAxisRounded: SvgIconComponent;
|
|
@@ -4756,13 +4751,12 @@ export const LineWeightOutlined: SvgIconComponent;
|
|
|
4756
4751
|
export const LineWeightRounded: SvgIconComponent;
|
|
4757
4752
|
export const LineWeightSharp: SvgIconComponent;
|
|
4758
4753
|
export const LineWeightTwoTone: SvgIconComponent;
|
|
4754
|
+
export const LinearScale: SvgIconComponent;
|
|
4755
|
+
export const LinearScaleOutlined: SvgIconComponent;
|
|
4756
|
+
export const LinearScaleRounded: SvgIconComponent;
|
|
4757
|
+
export const LinearScaleSharp: SvgIconComponent;
|
|
4758
|
+
export const LinearScaleTwoTone: SvgIconComponent;
|
|
4759
4759
|
export const Link: SvgIconComponent;
|
|
4760
|
-
export const LinkedCamera: SvgIconComponent;
|
|
4761
|
-
export const LinkedCameraOutlined: SvgIconComponent;
|
|
4762
|
-
export const LinkedCameraRounded: SvgIconComponent;
|
|
4763
|
-
export const LinkedCameraSharp: SvgIconComponent;
|
|
4764
|
-
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
4765
|
-
export const LinkedIn: SvgIconComponent;
|
|
4766
4760
|
export const LinkOff: SvgIconComponent;
|
|
4767
4761
|
export const LinkOffOutlined: SvgIconComponent;
|
|
4768
4762
|
export const LinkOffRounded: SvgIconComponent;
|
|
@@ -4772,6 +4766,12 @@ export const LinkOutlined: SvgIconComponent;
|
|
|
4772
4766
|
export const LinkRounded: SvgIconComponent;
|
|
4773
4767
|
export const LinkSharp: SvgIconComponent;
|
|
4774
4768
|
export const LinkTwoTone: SvgIconComponent;
|
|
4769
|
+
export const LinkedCamera: SvgIconComponent;
|
|
4770
|
+
export const LinkedCameraOutlined: SvgIconComponent;
|
|
4771
|
+
export const LinkedCameraRounded: SvgIconComponent;
|
|
4772
|
+
export const LinkedCameraSharp: SvgIconComponent;
|
|
4773
|
+
export const LinkedCameraTwoTone: SvgIconComponent;
|
|
4774
|
+
export const LinkedIn: SvgIconComponent;
|
|
4775
4775
|
export const Liquor: SvgIconComponent;
|
|
4776
4776
|
export const LiquorOutlined: SvgIconComponent;
|
|
4777
4777
|
export const LiquorRounded: SvgIconComponent;
|
|
@@ -5094,11 +5094,11 @@ export const LunchDiningSharp: SvgIconComponent;
|
|
|
5094
5094
|
export const LunchDiningTwoTone: SvgIconComponent;
|
|
5095
5095
|
export const Mail: SvgIconComponent;
|
|
5096
5096
|
export const MailOutline: SvgIconComponent;
|
|
5097
|
-
export const MailOutlined: SvgIconComponent;
|
|
5098
5097
|
export const MailOutlineOutlined: SvgIconComponent;
|
|
5099
5098
|
export const MailOutlineRounded: SvgIconComponent;
|
|
5100
5099
|
export const MailOutlineSharp: SvgIconComponent;
|
|
5101
5100
|
export const MailOutlineTwoTone: SvgIconComponent;
|
|
5101
|
+
export const MailOutlined: SvgIconComponent;
|
|
5102
5102
|
export const MailRounded: SvgIconComponent;
|
|
5103
5103
|
export const MailSharp: SvgIconComponent;
|
|
5104
5104
|
export const MailTwoTone: SvgIconComponent;
|
|
@@ -5108,6 +5108,10 @@ export const MaleRounded: SvgIconComponent;
|
|
|
5108
5108
|
export const MaleSharp: SvgIconComponent;
|
|
5109
5109
|
export const MaleTwoTone: SvgIconComponent;
|
|
5110
5110
|
export const Man: SvgIconComponent;
|
|
5111
|
+
export const ManOutlined: SvgIconComponent;
|
|
5112
|
+
export const ManRounded: SvgIconComponent;
|
|
5113
|
+
export const ManSharp: SvgIconComponent;
|
|
5114
|
+
export const ManTwoTone: SvgIconComponent;
|
|
5111
5115
|
export const ManageAccounts: SvgIconComponent;
|
|
5112
5116
|
export const ManageAccountsOutlined: SvgIconComponent;
|
|
5113
5117
|
export const ManageAccountsRounded: SvgIconComponent;
|
|
@@ -5118,14 +5122,11 @@ export const ManageSearchOutlined: SvgIconComponent;
|
|
|
5118
5122
|
export const ManageSearchRounded: SvgIconComponent;
|
|
5119
5123
|
export const ManageSearchSharp: SvgIconComponent;
|
|
5120
5124
|
export const ManageSearchTwoTone: SvgIconComponent;
|
|
5121
|
-
export const ManOutlined: SvgIconComponent;
|
|
5122
|
-
export const ManRounded: SvgIconComponent;
|
|
5123
|
-
export const ManSharp: SvgIconComponent;
|
|
5124
|
-
export const ManTwoTone: SvgIconComponent;
|
|
5125
5125
|
export const Map: SvgIconComponent;
|
|
5126
5126
|
export const MapOutlined: SvgIconComponent;
|
|
5127
5127
|
export const MapRounded: SvgIconComponent;
|
|
5128
5128
|
export const MapSharp: SvgIconComponent;
|
|
5129
|
+
export const MapTwoTone: SvgIconComponent;
|
|
5129
5130
|
export const MapsHomeWork: SvgIconComponent;
|
|
5130
5131
|
export const MapsHomeWorkOutlined: SvgIconComponent;
|
|
5131
5132
|
export const MapsHomeWorkRounded: SvgIconComponent;
|
|
@@ -5136,7 +5137,6 @@ export const MapsUgcOutlined: SvgIconComponent;
|
|
|
5136
5137
|
export const MapsUgcRounded: SvgIconComponent;
|
|
5137
5138
|
export const MapsUgcSharp: SvgIconComponent;
|
|
5138
5139
|
export const MapsUgcTwoTone: SvgIconComponent;
|
|
5139
|
-
export const MapTwoTone: SvgIconComponent;
|
|
5140
5140
|
export const Margin: SvgIconComponent;
|
|
5141
5141
|
export const MarginOutlined: SvgIconComponent;
|
|
5142
5142
|
export const MarginRounded: SvgIconComponent;
|
|
@@ -5167,12 +5167,12 @@ export const MarkEmailUnreadOutlined: SvgIconComponent;
|
|
|
5167
5167
|
export const MarkEmailUnreadRounded: SvgIconComponent;
|
|
5168
5168
|
export const MarkEmailUnreadSharp: SvgIconComponent;
|
|
5169
5169
|
export const MarkEmailUnreadTwoTone: SvgIconComponent;
|
|
5170
|
-
export const Markunread: SvgIconComponent;
|
|
5171
5170
|
export const MarkUnreadChatAlt: SvgIconComponent;
|
|
5172
5171
|
export const MarkUnreadChatAltOutlined: SvgIconComponent;
|
|
5173
5172
|
export const MarkUnreadChatAltRounded: SvgIconComponent;
|
|
5174
5173
|
export const MarkUnreadChatAltSharp: SvgIconComponent;
|
|
5175
5174
|
export const MarkUnreadChatAltTwoTone: SvgIconComponent;
|
|
5175
|
+
export const Markunread: SvgIconComponent;
|
|
5176
5176
|
export const MarkunreadMailbox: SvgIconComponent;
|
|
5177
5177
|
export const MarkunreadMailboxOutlined: SvgIconComponent;
|
|
5178
5178
|
export const MarkunreadMailboxRounded: SvgIconComponent;
|
|
@@ -5285,13 +5285,13 @@ export const MicOffSharp: SvgIconComponent;
|
|
|
5285
5285
|
export const MicOffTwoTone: SvgIconComponent;
|
|
5286
5286
|
export const MicOutlined: SvgIconComponent;
|
|
5287
5287
|
export const MicRounded: SvgIconComponent;
|
|
5288
|
+
export const MicSharp: SvgIconComponent;
|
|
5289
|
+
export const MicTwoTone: SvgIconComponent;
|
|
5288
5290
|
export const Microwave: SvgIconComponent;
|
|
5289
5291
|
export const MicrowaveOutlined: SvgIconComponent;
|
|
5290
5292
|
export const MicrowaveRounded: SvgIconComponent;
|
|
5291
5293
|
export const MicrowaveSharp: SvgIconComponent;
|
|
5292
5294
|
export const MicrowaveTwoTone: SvgIconComponent;
|
|
5293
|
-
export const MicSharp: SvgIconComponent;
|
|
5294
|
-
export const MicTwoTone: SvgIconComponent;
|
|
5295
5295
|
export const MilitaryTech: SvgIconComponent;
|
|
5296
5296
|
export const MilitaryTechOutlined: SvgIconComponent;
|
|
5297
5297
|
export const MilitaryTechRounded: SvgIconComponent;
|
|
@@ -5317,11 +5317,6 @@ export const MmsOutlined: SvgIconComponent;
|
|
|
5317
5317
|
export const MmsRounded: SvgIconComponent;
|
|
5318
5318
|
export const MmsSharp: SvgIconComponent;
|
|
5319
5319
|
export const MmsTwoTone: SvgIconComponent;
|
|
5320
|
-
export const MobiledataOff: SvgIconComponent;
|
|
5321
|
-
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5322
|
-
export const MobiledataOffRounded: SvgIconComponent;
|
|
5323
|
-
export const MobiledataOffSharp: SvgIconComponent;
|
|
5324
|
-
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5325
5320
|
export const MobileFriendly: SvgIconComponent;
|
|
5326
5321
|
export const MobileFriendlyOutlined: SvgIconComponent;
|
|
5327
5322
|
export const MobileFriendlyRounded: SvgIconComponent;
|
|
@@ -5337,6 +5332,11 @@ export const MobileScreenShareOutlined: SvgIconComponent;
|
|
|
5337
5332
|
export const MobileScreenShareRounded: SvgIconComponent;
|
|
5338
5333
|
export const MobileScreenShareSharp: SvgIconComponent;
|
|
5339
5334
|
export const MobileScreenShareTwoTone: SvgIconComponent;
|
|
5335
|
+
export const MobiledataOff: SvgIconComponent;
|
|
5336
|
+
export const MobiledataOffOutlined: SvgIconComponent;
|
|
5337
|
+
export const MobiledataOffRounded: SvgIconComponent;
|
|
5338
|
+
export const MobiledataOffSharp: SvgIconComponent;
|
|
5339
|
+
export const MobiledataOffTwoTone: SvgIconComponent;
|
|
5340
5340
|
export const Mode: SvgIconComponent;
|
|
5341
5341
|
export const ModeComment: SvgIconComponent;
|
|
5342
5342
|
export const ModeCommentOutlined: SvgIconComponent;
|
|
@@ -5345,19 +5345,14 @@ export const ModeCommentSharp: SvgIconComponent;
|
|
|
5345
5345
|
export const ModeCommentTwoTone: SvgIconComponent;
|
|
5346
5346
|
export const ModeEdit: SvgIconComponent;
|
|
5347
5347
|
export const ModeEditOutline: SvgIconComponent;
|
|
5348
|
-
export const ModeEditOutlined: SvgIconComponent;
|
|
5349
5348
|
export const ModeEditOutlineOutlined: SvgIconComponent;
|
|
5350
5349
|
export const ModeEditOutlineRounded: SvgIconComponent;
|
|
5351
5350
|
export const ModeEditOutlineSharp: SvgIconComponent;
|
|
5352
5351
|
export const ModeEditOutlineTwoTone: SvgIconComponent;
|
|
5352
|
+
export const ModeEditOutlined: SvgIconComponent;
|
|
5353
5353
|
export const ModeEditRounded: SvgIconComponent;
|
|
5354
5354
|
export const ModeEditSharp: SvgIconComponent;
|
|
5355
5355
|
export const ModeEditTwoTone: SvgIconComponent;
|
|
5356
|
-
export const ModelTraining: SvgIconComponent;
|
|
5357
|
-
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5358
|
-
export const ModelTrainingRounded: SvgIconComponent;
|
|
5359
|
-
export const ModelTrainingSharp: SvgIconComponent;
|
|
5360
|
-
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5361
5356
|
export const ModeNight: SvgIconComponent;
|
|
5362
5357
|
export const ModeNightOutlined: SvgIconComponent;
|
|
5363
5358
|
export const ModeNightRounded: SvgIconComponent;
|
|
@@ -5377,6 +5372,11 @@ export const ModeStandbyRounded: SvgIconComponent;
|
|
|
5377
5372
|
export const ModeStandbySharp: SvgIconComponent;
|
|
5378
5373
|
export const ModeStandbyTwoTone: SvgIconComponent;
|
|
5379
5374
|
export const ModeTwoTone: SvgIconComponent;
|
|
5375
|
+
export const ModelTraining: SvgIconComponent;
|
|
5376
|
+
export const ModelTrainingOutlined: SvgIconComponent;
|
|
5377
|
+
export const ModelTrainingRounded: SvgIconComponent;
|
|
5378
|
+
export const ModelTrainingSharp: SvgIconComponent;
|
|
5379
|
+
export const ModelTrainingTwoTone: SvgIconComponent;
|
|
5380
5380
|
export const MonetizationOn: SvgIconComponent;
|
|
5381
5381
|
export const MonetizationOnOutlined: SvgIconComponent;
|
|
5382
5382
|
export const MonetizationOnRounded: SvgIconComponent;
|
|
@@ -5577,16 +5577,6 @@ export const NavigationOutlined: SvgIconComponent;
|
|
|
5577
5577
|
export const NavigationRounded: SvgIconComponent;
|
|
5578
5578
|
export const NavigationSharp: SvgIconComponent;
|
|
5579
5579
|
export const NavigationTwoTone: SvgIconComponent;
|
|
5580
|
-
export const NearbyError: SvgIconComponent;
|
|
5581
|
-
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5582
|
-
export const NearbyErrorRounded: SvgIconComponent;
|
|
5583
|
-
export const NearbyErrorSharp: SvgIconComponent;
|
|
5584
|
-
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5585
|
-
export const NearbyOff: SvgIconComponent;
|
|
5586
|
-
export const NearbyOffOutlined: SvgIconComponent;
|
|
5587
|
-
export const NearbyOffRounded: SvgIconComponent;
|
|
5588
|
-
export const NearbyOffSharp: SvgIconComponent;
|
|
5589
|
-
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5590
5580
|
export const NearMe: SvgIconComponent;
|
|
5591
5581
|
export const NearMeDisabled: SvgIconComponent;
|
|
5592
5582
|
export const NearMeDisabledOutlined: SvgIconComponent;
|
|
@@ -5597,6 +5587,16 @@ export const NearMeOutlined: SvgIconComponent;
|
|
|
5597
5587
|
export const NearMeRounded: SvgIconComponent;
|
|
5598
5588
|
export const NearMeSharp: SvgIconComponent;
|
|
5599
5589
|
export const NearMeTwoTone: SvgIconComponent;
|
|
5590
|
+
export const NearbyError: SvgIconComponent;
|
|
5591
|
+
export const NearbyErrorOutlined: SvgIconComponent;
|
|
5592
|
+
export const NearbyErrorRounded: SvgIconComponent;
|
|
5593
|
+
export const NearbyErrorSharp: SvgIconComponent;
|
|
5594
|
+
export const NearbyErrorTwoTone: SvgIconComponent;
|
|
5595
|
+
export const NearbyOff: SvgIconComponent;
|
|
5596
|
+
export const NearbyOffOutlined: SvgIconComponent;
|
|
5597
|
+
export const NearbyOffRounded: SvgIconComponent;
|
|
5598
|
+
export const NearbyOffSharp: SvgIconComponent;
|
|
5599
|
+
export const NearbyOffTwoTone: SvgIconComponent;
|
|
5600
5600
|
export const NetworkCell: SvgIconComponent;
|
|
5601
5601
|
export const NetworkCellOutlined: SvgIconComponent;
|
|
5602
5602
|
export const NetworkCellRounded: SvgIconComponent;
|
|
@@ -5642,6 +5642,11 @@ export const NfcOutlined: SvgIconComponent;
|
|
|
5642
5642
|
export const NfcRounded: SvgIconComponent;
|
|
5643
5643
|
export const NfcSharp: SvgIconComponent;
|
|
5644
5644
|
export const NfcTwoTone: SvgIconComponent;
|
|
5645
|
+
export const NightShelter: SvgIconComponent;
|
|
5646
|
+
export const NightShelterOutlined: SvgIconComponent;
|
|
5647
|
+
export const NightShelterRounded: SvgIconComponent;
|
|
5648
|
+
export const NightShelterSharp: SvgIconComponent;
|
|
5649
|
+
export const NightShelterTwoTone: SvgIconComponent;
|
|
5645
5650
|
export const Nightlife: SvgIconComponent;
|
|
5646
5651
|
export const NightlifeOutlined: SvgIconComponent;
|
|
5647
5652
|
export const NightlifeRounded: SvgIconComponent;
|
|
@@ -5650,18 +5655,13 @@ export const NightlifeTwoTone: SvgIconComponent;
|
|
|
5650
5655
|
export const Nightlight: SvgIconComponent;
|
|
5651
5656
|
export const NightlightOutlined: SvgIconComponent;
|
|
5652
5657
|
export const NightlightRound: SvgIconComponent;
|
|
5653
|
-
export const NightlightRounded: SvgIconComponent;
|
|
5654
5658
|
export const NightlightRoundOutlined: SvgIconComponent;
|
|
5655
5659
|
export const NightlightRoundRounded: SvgIconComponent;
|
|
5656
5660
|
export const NightlightRoundSharp: SvgIconComponent;
|
|
5657
5661
|
export const NightlightRoundTwoTone: SvgIconComponent;
|
|
5662
|
+
export const NightlightRounded: SvgIconComponent;
|
|
5658
5663
|
export const NightlightSharp: SvgIconComponent;
|
|
5659
5664
|
export const NightlightTwoTone: SvgIconComponent;
|
|
5660
|
-
export const NightShelter: SvgIconComponent;
|
|
5661
|
-
export const NightShelterOutlined: SvgIconComponent;
|
|
5662
|
-
export const NightShelterRounded: SvgIconComponent;
|
|
5663
|
-
export const NightShelterSharp: SvgIconComponent;
|
|
5664
|
-
export const NightShelterTwoTone: SvgIconComponent;
|
|
5665
5665
|
export const NightsStay: SvgIconComponent;
|
|
5666
5666
|
export const NightsStayOutlined: SvgIconComponent;
|
|
5667
5667
|
export const NightsStayRounded: SvgIconComponent;
|
|
@@ -5747,6 +5747,21 @@ export const NoPhotographyOutlined: SvgIconComponent;
|
|
|
5747
5747
|
export const NoPhotographyRounded: SvgIconComponent;
|
|
5748
5748
|
export const NoPhotographySharp: SvgIconComponent;
|
|
5749
5749
|
export const NoPhotographyTwoTone: SvgIconComponent;
|
|
5750
|
+
export const NoSim: SvgIconComponent;
|
|
5751
|
+
export const NoSimOutlined: SvgIconComponent;
|
|
5752
|
+
export const NoSimRounded: SvgIconComponent;
|
|
5753
|
+
export const NoSimSharp: SvgIconComponent;
|
|
5754
|
+
export const NoSimTwoTone: SvgIconComponent;
|
|
5755
|
+
export const NoStroller: SvgIconComponent;
|
|
5756
|
+
export const NoStrollerOutlined: SvgIconComponent;
|
|
5757
|
+
export const NoStrollerRounded: SvgIconComponent;
|
|
5758
|
+
export const NoStrollerSharp: SvgIconComponent;
|
|
5759
|
+
export const NoStrollerTwoTone: SvgIconComponent;
|
|
5760
|
+
export const NoTransfer: SvgIconComponent;
|
|
5761
|
+
export const NoTransferOutlined: SvgIconComponent;
|
|
5762
|
+
export const NoTransferRounded: SvgIconComponent;
|
|
5763
|
+
export const NoTransferSharp: SvgIconComponent;
|
|
5764
|
+
export const NoTransferTwoTone: SvgIconComponent;
|
|
5750
5765
|
export const NordicWalking: SvgIconComponent;
|
|
5751
5766
|
export const NordicWalkingOutlined: SvgIconComponent;
|
|
5752
5767
|
export const NordicWalkingRounded: SvgIconComponent;
|
|
@@ -5767,21 +5782,26 @@ export const NorthWestOutlined: SvgIconComponent;
|
|
|
5767
5782
|
export const NorthWestRounded: SvgIconComponent;
|
|
5768
5783
|
export const NorthWestSharp: SvgIconComponent;
|
|
5769
5784
|
export const NorthWestTwoTone: SvgIconComponent;
|
|
5770
|
-
export const NoSim: SvgIconComponent;
|
|
5771
|
-
export const NoSimOutlined: SvgIconComponent;
|
|
5772
|
-
export const NoSimRounded: SvgIconComponent;
|
|
5773
|
-
export const NoSimSharp: SvgIconComponent;
|
|
5774
|
-
export const NoSimTwoTone: SvgIconComponent;
|
|
5775
|
-
export const NoStroller: SvgIconComponent;
|
|
5776
|
-
export const NoStrollerOutlined: SvgIconComponent;
|
|
5777
|
-
export const NoStrollerRounded: SvgIconComponent;
|
|
5778
|
-
export const NoStrollerSharp: SvgIconComponent;
|
|
5779
|
-
export const NoStrollerTwoTone: SvgIconComponent;
|
|
5780
5785
|
export const NotAccessible: SvgIconComponent;
|
|
5781
5786
|
export const NotAccessibleOutlined: SvgIconComponent;
|
|
5782
5787
|
export const NotAccessibleRounded: SvgIconComponent;
|
|
5783
5788
|
export const NotAccessibleSharp: SvgIconComponent;
|
|
5784
5789
|
export const NotAccessibleTwoTone: SvgIconComponent;
|
|
5790
|
+
export const NotInterested: SvgIconComponent;
|
|
5791
|
+
export const NotInterestedOutlined: SvgIconComponent;
|
|
5792
|
+
export const NotInterestedRounded: SvgIconComponent;
|
|
5793
|
+
export const NotInterestedSharp: SvgIconComponent;
|
|
5794
|
+
export const NotInterestedTwoTone: SvgIconComponent;
|
|
5795
|
+
export const NotListedLocation: SvgIconComponent;
|
|
5796
|
+
export const NotListedLocationOutlined: SvgIconComponent;
|
|
5797
|
+
export const NotListedLocationRounded: SvgIconComponent;
|
|
5798
|
+
export const NotListedLocationSharp: SvgIconComponent;
|
|
5799
|
+
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
5800
|
+
export const NotStarted: SvgIconComponent;
|
|
5801
|
+
export const NotStartedOutlined: SvgIconComponent;
|
|
5802
|
+
export const NotStartedRounded: SvgIconComponent;
|
|
5803
|
+
export const NotStartedSharp: SvgIconComponent;
|
|
5804
|
+
export const NotStartedTwoTone: SvgIconComponent;
|
|
5785
5805
|
export const Note: SvgIconComponent;
|
|
5786
5806
|
export const NoteAdd: SvgIconComponent;
|
|
5787
5807
|
export const NoteAddOutlined: SvgIconComponent;
|
|
@@ -5795,13 +5815,13 @@ export const NoteAltSharp: SvgIconComponent;
|
|
|
5795
5815
|
export const NoteAltTwoTone: SvgIconComponent;
|
|
5796
5816
|
export const NoteOutlined: SvgIconComponent;
|
|
5797
5817
|
export const NoteRounded: SvgIconComponent;
|
|
5798
|
-
export const Notes: SvgIconComponent;
|
|
5799
5818
|
export const NoteSharp: SvgIconComponent;
|
|
5819
|
+
export const NoteTwoTone: SvgIconComponent;
|
|
5820
|
+
export const Notes: SvgIconComponent;
|
|
5800
5821
|
export const NotesOutlined: SvgIconComponent;
|
|
5801
5822
|
export const NotesRounded: SvgIconComponent;
|
|
5802
5823
|
export const NotesSharp: SvgIconComponent;
|
|
5803
5824
|
export const NotesTwoTone: SvgIconComponent;
|
|
5804
|
-
export const NoteTwoTone: SvgIconComponent;
|
|
5805
5825
|
export const NotificationAdd: SvgIconComponent;
|
|
5806
5826
|
export const NotificationAddOutlined: SvgIconComponent;
|
|
5807
5827
|
export const NotificationAddRounded: SvgIconComponent;
|
|
@@ -5837,26 +5857,6 @@ export const NotificationsPausedTwoTone: SvgIconComponent;
|
|
|
5837
5857
|
export const NotificationsRounded: SvgIconComponent;
|
|
5838
5858
|
export const NotificationsSharp: SvgIconComponent;
|
|
5839
5859
|
export const NotificationsTwoTone: SvgIconComponent;
|
|
5840
|
-
export const NotInterested: SvgIconComponent;
|
|
5841
|
-
export const NotInterestedOutlined: SvgIconComponent;
|
|
5842
|
-
export const NotInterestedRounded: SvgIconComponent;
|
|
5843
|
-
export const NotInterestedSharp: SvgIconComponent;
|
|
5844
|
-
export const NotInterestedTwoTone: SvgIconComponent;
|
|
5845
|
-
export const NotListedLocation: SvgIconComponent;
|
|
5846
|
-
export const NotListedLocationOutlined: SvgIconComponent;
|
|
5847
|
-
export const NotListedLocationRounded: SvgIconComponent;
|
|
5848
|
-
export const NotListedLocationSharp: SvgIconComponent;
|
|
5849
|
-
export const NotListedLocationTwoTone: SvgIconComponent;
|
|
5850
|
-
export const NoTransfer: SvgIconComponent;
|
|
5851
|
-
export const NoTransferOutlined: SvgIconComponent;
|
|
5852
|
-
export const NoTransferRounded: SvgIconComponent;
|
|
5853
|
-
export const NoTransferSharp: SvgIconComponent;
|
|
5854
|
-
export const NoTransferTwoTone: SvgIconComponent;
|
|
5855
|
-
export const NotStarted: SvgIconComponent;
|
|
5856
|
-
export const NotStartedOutlined: SvgIconComponent;
|
|
5857
|
-
export const NotStartedRounded: SvgIconComponent;
|
|
5858
|
-
export const NotStartedSharp: SvgIconComponent;
|
|
5859
|
-
export const NotStartedTwoTone: SvgIconComponent;
|
|
5860
5860
|
export const Numbers: SvgIconComponent;
|
|
5861
5861
|
export const NumbersOutlined: SvgIconComponent;
|
|
5862
5862
|
export const NumbersRounded: SvgIconComponent;
|
|
@@ -5883,11 +5883,6 @@ export const OndemandVideoRounded: SvgIconComponent;
|
|
|
5883
5883
|
export const OndemandVideoSharp: SvgIconComponent;
|
|
5884
5884
|
export const OndemandVideoTwoTone: SvgIconComponent;
|
|
5885
5885
|
export const OneK: SvgIconComponent;
|
|
5886
|
-
export const OneKk: SvgIconComponent;
|
|
5887
|
-
export const OneKkOutlined: SvgIconComponent;
|
|
5888
|
-
export const OneKkRounded: SvgIconComponent;
|
|
5889
|
-
export const OneKkSharp: SvgIconComponent;
|
|
5890
|
-
export const OneKkTwoTone: SvgIconComponent;
|
|
5891
5886
|
export const OneKOutlined: SvgIconComponent;
|
|
5892
5887
|
export const OneKPlus: SvgIconComponent;
|
|
5893
5888
|
export const OneKPlusOutlined: SvgIconComponent;
|
|
@@ -5897,6 +5892,11 @@ export const OneKPlusTwoTone: SvgIconComponent;
|
|
|
5897
5892
|
export const OneKRounded: SvgIconComponent;
|
|
5898
5893
|
export const OneKSharp: SvgIconComponent;
|
|
5899
5894
|
export const OneKTwoTone: SvgIconComponent;
|
|
5895
|
+
export const OneKk: SvgIconComponent;
|
|
5896
|
+
export const OneKkOutlined: SvgIconComponent;
|
|
5897
|
+
export const OneKkRounded: SvgIconComponent;
|
|
5898
|
+
export const OneKkSharp: SvgIconComponent;
|
|
5899
|
+
export const OneKkTwoTone: SvgIconComponent;
|
|
5900
5900
|
export const OnlinePrediction: SvgIconComponent;
|
|
5901
5901
|
export const OnlinePredictionOutlined: SvgIconComponent;
|
|
5902
5902
|
export const OnlinePredictionRounded: SvgIconComponent;
|
|
@@ -5987,6 +5987,16 @@ export const PaletteOutlined: SvgIconComponent;
|
|
|
5987
5987
|
export const PaletteRounded: SvgIconComponent;
|
|
5988
5988
|
export const PaletteSharp: SvgIconComponent;
|
|
5989
5989
|
export const PaletteTwoTone: SvgIconComponent;
|
|
5990
|
+
export const PanTool: SvgIconComponent;
|
|
5991
|
+
export const PanToolAlt: SvgIconComponent;
|
|
5992
|
+
export const PanToolAltOutlined: SvgIconComponent;
|
|
5993
|
+
export const PanToolAltRounded: SvgIconComponent;
|
|
5994
|
+
export const PanToolAltSharp: SvgIconComponent;
|
|
5995
|
+
export const PanToolAltTwoTone: SvgIconComponent;
|
|
5996
|
+
export const PanToolOutlined: SvgIconComponent;
|
|
5997
|
+
export const PanToolRounded: SvgIconComponent;
|
|
5998
|
+
export const PanToolSharp: SvgIconComponent;
|
|
5999
|
+
export const PanToolTwoTone: SvgIconComponent;
|
|
5990
6000
|
export const Panorama: SvgIconComponent;
|
|
5991
6001
|
export const PanoramaFishEye: SvgIconComponent;
|
|
5992
6002
|
export const PanoramaFishEyeOutlined: SvgIconComponent;
|
|
@@ -6037,16 +6047,6 @@ export const PanoramaWideAngleSelectSharp: SvgIconComponent;
|
|
|
6037
6047
|
export const PanoramaWideAngleSelectTwoTone: SvgIconComponent;
|
|
6038
6048
|
export const PanoramaWideAngleSharp: SvgIconComponent;
|
|
6039
6049
|
export const PanoramaWideAngleTwoTone: SvgIconComponent;
|
|
6040
|
-
export const PanTool: SvgIconComponent;
|
|
6041
|
-
export const PanToolAlt: SvgIconComponent;
|
|
6042
|
-
export const PanToolAltOutlined: SvgIconComponent;
|
|
6043
|
-
export const PanToolAltRounded: SvgIconComponent;
|
|
6044
|
-
export const PanToolAltSharp: SvgIconComponent;
|
|
6045
|
-
export const PanToolAltTwoTone: SvgIconComponent;
|
|
6046
|
-
export const PanToolOutlined: SvgIconComponent;
|
|
6047
|
-
export const PanToolRounded: SvgIconComponent;
|
|
6048
|
-
export const PanToolSharp: SvgIconComponent;
|
|
6049
|
-
export const PanToolTwoTone: SvgIconComponent;
|
|
6050
6050
|
export const Paragliding: SvgIconComponent;
|
|
6051
6051
|
export const ParaglidingOutlined: SvgIconComponent;
|
|
6052
6052
|
export const ParaglidingRounded: SvgIconComponent;
|
|
@@ -6080,11 +6080,11 @@ export const PauseCircleFilledRounded: SvgIconComponent;
|
|
|
6080
6080
|
export const PauseCircleFilledSharp: SvgIconComponent;
|
|
6081
6081
|
export const PauseCircleFilledTwoTone: SvgIconComponent;
|
|
6082
6082
|
export const PauseCircleOutline: SvgIconComponent;
|
|
6083
|
-
export const PauseCircleOutlined: SvgIconComponent;
|
|
6084
6083
|
export const PauseCircleOutlineOutlined: SvgIconComponent;
|
|
6085
6084
|
export const PauseCircleOutlineRounded: SvgIconComponent;
|
|
6086
6085
|
export const PauseCircleOutlineSharp: SvgIconComponent;
|
|
6087
6086
|
export const PauseCircleOutlineTwoTone: SvgIconComponent;
|
|
6087
|
+
export const PauseCircleOutlined: SvgIconComponent;
|
|
6088
6088
|
export const PauseCircleRounded: SvgIconComponent;
|
|
6089
6089
|
export const PauseCircleSharp: SvgIconComponent;
|
|
6090
6090
|
export const PauseCircleTwoTone: SvgIconComponent;
|
|
@@ -6100,13 +6100,13 @@ export const PauseTwoTone: SvgIconComponent;
|
|
|
6100
6100
|
export const Payment: SvgIconComponent;
|
|
6101
6101
|
export const PaymentOutlined: SvgIconComponent;
|
|
6102
6102
|
export const PaymentRounded: SvgIconComponent;
|
|
6103
|
-
export const Payments: SvgIconComponent;
|
|
6104
6103
|
export const PaymentSharp: SvgIconComponent;
|
|
6104
|
+
export const PaymentTwoTone: SvgIconComponent;
|
|
6105
|
+
export const Payments: SvgIconComponent;
|
|
6105
6106
|
export const PaymentsOutlined: SvgIconComponent;
|
|
6106
6107
|
export const PaymentsRounded: SvgIconComponent;
|
|
6107
6108
|
export const PaymentsSharp: SvgIconComponent;
|
|
6108
6109
|
export const PaymentsTwoTone: SvgIconComponent;
|
|
6109
|
-
export const PaymentTwoTone: SvgIconComponent;
|
|
6110
6110
|
export const PedalBike: SvgIconComponent;
|
|
6111
6111
|
export const PedalBikeOutlined: SvgIconComponent;
|
|
6112
6112
|
export const PedalBikeRounded: SvgIconComponent;
|
|
@@ -6134,11 +6134,11 @@ export const PeopleAltRounded: SvgIconComponent;
|
|
|
6134
6134
|
export const PeopleAltSharp: SvgIconComponent;
|
|
6135
6135
|
export const PeopleAltTwoTone: SvgIconComponent;
|
|
6136
6136
|
export const PeopleOutline: SvgIconComponent;
|
|
6137
|
-
export const PeopleOutlined: SvgIconComponent;
|
|
6138
6137
|
export const PeopleOutlineOutlined: SvgIconComponent;
|
|
6139
6138
|
export const PeopleOutlineRounded: SvgIconComponent;
|
|
6140
6139
|
export const PeopleOutlineSharp: SvgIconComponent;
|
|
6141
6140
|
export const PeopleOutlineTwoTone: SvgIconComponent;
|
|
6141
|
+
export const PeopleOutlined: SvgIconComponent;
|
|
6142
6142
|
export const PeopleRounded: SvgIconComponent;
|
|
6143
6143
|
export const PeopleSharp: SvgIconComponent;
|
|
6144
6144
|
export const PeopleTwoTone: SvgIconComponent;
|
|
@@ -6208,22 +6208,17 @@ export const PersonAddOutlined: SvgIconComponent;
|
|
|
6208
6208
|
export const PersonAddRounded: SvgIconComponent;
|
|
6209
6209
|
export const PersonAddSharp: SvgIconComponent;
|
|
6210
6210
|
export const PersonAddTwoTone: SvgIconComponent;
|
|
6211
|
-
export const PersonalVideo: SvgIconComponent;
|
|
6212
|
-
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6213
|
-
export const PersonalVideoRounded: SvgIconComponent;
|
|
6214
|
-
export const PersonalVideoSharp: SvgIconComponent;
|
|
6215
|
-
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6216
6211
|
export const PersonOff: SvgIconComponent;
|
|
6217
6212
|
export const PersonOffOutlined: SvgIconComponent;
|
|
6218
6213
|
export const PersonOffRounded: SvgIconComponent;
|
|
6219
6214
|
export const PersonOffSharp: SvgIconComponent;
|
|
6220
6215
|
export const PersonOffTwoTone: SvgIconComponent;
|
|
6221
6216
|
export const PersonOutline: SvgIconComponent;
|
|
6222
|
-
export const PersonOutlined: SvgIconComponent;
|
|
6223
6217
|
export const PersonOutlineOutlined: SvgIconComponent;
|
|
6224
6218
|
export const PersonOutlineRounded: SvgIconComponent;
|
|
6225
6219
|
export const PersonOutlineSharp: SvgIconComponent;
|
|
6226
6220
|
export const PersonOutlineTwoTone: SvgIconComponent;
|
|
6221
|
+
export const PersonOutlined: SvgIconComponent;
|
|
6227
6222
|
export const PersonPin: SvgIconComponent;
|
|
6228
6223
|
export const PersonPinCircle: SvgIconComponent;
|
|
6229
6224
|
export const PersonPinCircleOutlined: SvgIconComponent;
|
|
@@ -6252,6 +6247,11 @@ export const PersonSearchSharp: SvgIconComponent;
|
|
|
6252
6247
|
export const PersonSearchTwoTone: SvgIconComponent;
|
|
6253
6248
|
export const PersonSharp: SvgIconComponent;
|
|
6254
6249
|
export const PersonTwoTone: SvgIconComponent;
|
|
6250
|
+
export const PersonalVideo: SvgIconComponent;
|
|
6251
|
+
export const PersonalVideoOutlined: SvgIconComponent;
|
|
6252
|
+
export const PersonalVideoRounded: SvgIconComponent;
|
|
6253
|
+
export const PersonalVideoSharp: SvgIconComponent;
|
|
6254
|
+
export const PersonalVideoTwoTone: SvgIconComponent;
|
|
6255
6255
|
export const PestControl: SvgIconComponent;
|
|
6256
6256
|
export const PestControlOutlined: SvgIconComponent;
|
|
6257
6257
|
export const PestControlRodent: SvgIconComponent;
|
|
@@ -6313,6 +6313,25 @@ export const PhoneIphoneOutlined: SvgIconComponent;
|
|
|
6313
6313
|
export const PhoneIphoneRounded: SvgIconComponent;
|
|
6314
6314
|
export const PhoneIphoneSharp: SvgIconComponent;
|
|
6315
6315
|
export const PhoneIphoneTwoTone: SvgIconComponent;
|
|
6316
|
+
export const PhoneLocked: SvgIconComponent;
|
|
6317
|
+
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6318
|
+
export const PhoneLockedRounded: SvgIconComponent;
|
|
6319
|
+
export const PhoneLockedSharp: SvgIconComponent;
|
|
6320
|
+
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6321
|
+
export const PhoneMissed: SvgIconComponent;
|
|
6322
|
+
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6323
|
+
export const PhoneMissedRounded: SvgIconComponent;
|
|
6324
|
+
export const PhoneMissedSharp: SvgIconComponent;
|
|
6325
|
+
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6326
|
+
export const PhoneOutlined: SvgIconComponent;
|
|
6327
|
+
export const PhonePaused: SvgIconComponent;
|
|
6328
|
+
export const PhonePausedOutlined: SvgIconComponent;
|
|
6329
|
+
export const PhonePausedRounded: SvgIconComponent;
|
|
6330
|
+
export const PhonePausedSharp: SvgIconComponent;
|
|
6331
|
+
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6332
|
+
export const PhoneRounded: SvgIconComponent;
|
|
6333
|
+
export const PhoneSharp: SvgIconComponent;
|
|
6334
|
+
export const PhoneTwoTone: SvgIconComponent;
|
|
6316
6335
|
export const Phonelink: SvgIconComponent;
|
|
6317
6336
|
export const PhonelinkErase: SvgIconComponent;
|
|
6318
6337
|
export const PhonelinkEraseOutlined: SvgIconComponent;
|
|
@@ -6343,25 +6362,6 @@ export const PhonelinkSetupSharp: SvgIconComponent;
|
|
|
6343
6362
|
export const PhonelinkSetupTwoTone: SvgIconComponent;
|
|
6344
6363
|
export const PhonelinkSharp: SvgIconComponent;
|
|
6345
6364
|
export const PhonelinkTwoTone: SvgIconComponent;
|
|
6346
|
-
export const PhoneLocked: SvgIconComponent;
|
|
6347
|
-
export const PhoneLockedOutlined: SvgIconComponent;
|
|
6348
|
-
export const PhoneLockedRounded: SvgIconComponent;
|
|
6349
|
-
export const PhoneLockedSharp: SvgIconComponent;
|
|
6350
|
-
export const PhoneLockedTwoTone: SvgIconComponent;
|
|
6351
|
-
export const PhoneMissed: SvgIconComponent;
|
|
6352
|
-
export const PhoneMissedOutlined: SvgIconComponent;
|
|
6353
|
-
export const PhoneMissedRounded: SvgIconComponent;
|
|
6354
|
-
export const PhoneMissedSharp: SvgIconComponent;
|
|
6355
|
-
export const PhoneMissedTwoTone: SvgIconComponent;
|
|
6356
|
-
export const PhoneOutlined: SvgIconComponent;
|
|
6357
|
-
export const PhonePaused: SvgIconComponent;
|
|
6358
|
-
export const PhonePausedOutlined: SvgIconComponent;
|
|
6359
|
-
export const PhonePausedRounded: SvgIconComponent;
|
|
6360
|
-
export const PhonePausedSharp: SvgIconComponent;
|
|
6361
|
-
export const PhonePausedTwoTone: SvgIconComponent;
|
|
6362
|
-
export const PhoneRounded: SvgIconComponent;
|
|
6363
|
-
export const PhoneSharp: SvgIconComponent;
|
|
6364
|
-
export const PhoneTwoTone: SvgIconComponent;
|
|
6365
6365
|
export const Photo: SvgIconComponent;
|
|
6366
6366
|
export const PhotoAlbum: SvgIconComponent;
|
|
6367
6367
|
export const PhotoAlbumOutlined: SvgIconComponent;
|
|
@@ -6444,20 +6444,15 @@ export const PictureInPictureSharp: SvgIconComponent;
|
|
|
6444
6444
|
export const PictureInPictureTwoTone: SvgIconComponent;
|
|
6445
6445
|
export const PieChart: SvgIconComponent;
|
|
6446
6446
|
export const PieChartOutline: SvgIconComponent;
|
|
6447
|
-
export const PieChartOutlined: SvgIconComponent;
|
|
6448
6447
|
export const PieChartOutlineOutlined: SvgIconComponent;
|
|
6449
6448
|
export const PieChartOutlineRounded: SvgIconComponent;
|
|
6450
6449
|
export const PieChartOutlineSharp: SvgIconComponent;
|
|
6451
6450
|
export const PieChartOutlineTwoTone: SvgIconComponent;
|
|
6451
|
+
export const PieChartOutlined: SvgIconComponent;
|
|
6452
6452
|
export const PieChartRounded: SvgIconComponent;
|
|
6453
6453
|
export const PieChartSharp: SvgIconComponent;
|
|
6454
6454
|
export const PieChartTwoTone: SvgIconComponent;
|
|
6455
6455
|
export const Pin: SvgIconComponent;
|
|
6456
|
-
export const Pinch: SvgIconComponent;
|
|
6457
|
-
export const PinchOutlined: SvgIconComponent;
|
|
6458
|
-
export const PinchRounded: SvgIconComponent;
|
|
6459
|
-
export const PinchSharp: SvgIconComponent;
|
|
6460
|
-
export const PinchTwoTone: SvgIconComponent;
|
|
6461
6456
|
export const PinDrop: SvgIconComponent;
|
|
6462
6457
|
export const PinDropOutlined: SvgIconComponent;
|
|
6463
6458
|
export const PinDropRounded: SvgIconComponent;
|
|
@@ -6466,8 +6461,13 @@ export const PinDropTwoTone: SvgIconComponent;
|
|
|
6466
6461
|
export const PinOutlined: SvgIconComponent;
|
|
6467
6462
|
export const PinRounded: SvgIconComponent;
|
|
6468
6463
|
export const PinSharp: SvgIconComponent;
|
|
6469
|
-
export const Pinterest: SvgIconComponent;
|
|
6470
6464
|
export const PinTwoTone: SvgIconComponent;
|
|
6465
|
+
export const Pinch: SvgIconComponent;
|
|
6466
|
+
export const PinchOutlined: SvgIconComponent;
|
|
6467
|
+
export const PinchRounded: SvgIconComponent;
|
|
6468
|
+
export const PinchSharp: SvgIconComponent;
|
|
6469
|
+
export const PinchTwoTone: SvgIconComponent;
|
|
6470
|
+
export const Pinterest: SvgIconComponent;
|
|
6471
6471
|
export const PivotTableChart: SvgIconComponent;
|
|
6472
6472
|
export const PivotTableChartOutlined: SvgIconComponent;
|
|
6473
6473
|
export const PivotTableChartRounded: SvgIconComponent;
|
|
@@ -6505,11 +6505,11 @@ export const PlayCircleFilledWhiteRounded: SvgIconComponent;
|
|
|
6505
6505
|
export const PlayCircleFilledWhiteSharp: SvgIconComponent;
|
|
6506
6506
|
export const PlayCircleFilledWhiteTwoTone: SvgIconComponent;
|
|
6507
6507
|
export const PlayCircleOutline: SvgIconComponent;
|
|
6508
|
-
export const PlayCircleOutlined: SvgIconComponent;
|
|
6509
6508
|
export const PlayCircleOutlineOutlined: SvgIconComponent;
|
|
6510
6509
|
export const PlayCircleOutlineRounded: SvgIconComponent;
|
|
6511
6510
|
export const PlayCircleOutlineSharp: SvgIconComponent;
|
|
6512
6511
|
export const PlayCircleOutlineTwoTone: SvgIconComponent;
|
|
6512
|
+
export const PlayCircleOutlined: SvgIconComponent;
|
|
6513
6513
|
export const PlayCircleRounded: SvgIconComponent;
|
|
6514
6514
|
export const PlayCircleSharp: SvgIconComponent;
|
|
6515
6515
|
export const PlayCircleTwoTone: SvgIconComponent;
|
|
@@ -6704,15 +6704,15 @@ export const PublicRounded: SvgIconComponent;
|
|
|
6704
6704
|
export const PublicSharp: SvgIconComponent;
|
|
6705
6705
|
export const PublicTwoTone: SvgIconComponent;
|
|
6706
6706
|
export const Publish: SvgIconComponent;
|
|
6707
|
+
export const PublishOutlined: SvgIconComponent;
|
|
6708
|
+
export const PublishRounded: SvgIconComponent;
|
|
6709
|
+
export const PublishSharp: SvgIconComponent;
|
|
6710
|
+
export const PublishTwoTone: SvgIconComponent;
|
|
6707
6711
|
export const PublishedWithChanges: SvgIconComponent;
|
|
6708
6712
|
export const PublishedWithChangesOutlined: SvgIconComponent;
|
|
6709
6713
|
export const PublishedWithChangesRounded: SvgIconComponent;
|
|
6710
6714
|
export const PublishedWithChangesSharp: SvgIconComponent;
|
|
6711
6715
|
export const PublishedWithChangesTwoTone: SvgIconComponent;
|
|
6712
|
-
export const PublishOutlined: SvgIconComponent;
|
|
6713
|
-
export const PublishRounded: SvgIconComponent;
|
|
6714
|
-
export const PublishSharp: SvgIconComponent;
|
|
6715
|
-
export const PublishTwoTone: SvgIconComponent;
|
|
6716
6716
|
export const PunchClock: SvgIconComponent;
|
|
6717
6717
|
export const PunchClockOutlined: SvgIconComponent;
|
|
6718
6718
|
export const PunchClockRounded: SvgIconComponent;
|
|
@@ -6783,6 +6783,11 @@ export const QuizOutlined: SvgIconComponent;
|
|
|
6783
6783
|
export const QuizRounded: SvgIconComponent;
|
|
6784
6784
|
export const QuizSharp: SvgIconComponent;
|
|
6785
6785
|
export const QuizTwoTone: SvgIconComponent;
|
|
6786
|
+
export const RMobiledata: SvgIconComponent;
|
|
6787
|
+
export const RMobiledataOutlined: SvgIconComponent;
|
|
6788
|
+
export const RMobiledataRounded: SvgIconComponent;
|
|
6789
|
+
export const RMobiledataSharp: SvgIconComponent;
|
|
6790
|
+
export const RMobiledataTwoTone: SvgIconComponent;
|
|
6786
6791
|
export const Radar: SvgIconComponent;
|
|
6787
6792
|
export const RadarOutlined: SvgIconComponent;
|
|
6788
6793
|
export const RadarRounded: SvgIconComponent;
|
|
@@ -6902,11 +6907,11 @@ export const RememberMeTwoTone: SvgIconComponent;
|
|
|
6902
6907
|
export const Remove: SvgIconComponent;
|
|
6903
6908
|
export const RemoveCircle: SvgIconComponent;
|
|
6904
6909
|
export const RemoveCircleOutline: SvgIconComponent;
|
|
6905
|
-
export const RemoveCircleOutlined: SvgIconComponent;
|
|
6906
6910
|
export const RemoveCircleOutlineOutlined: SvgIconComponent;
|
|
6907
6911
|
export const RemoveCircleOutlineRounded: SvgIconComponent;
|
|
6908
6912
|
export const RemoveCircleOutlineSharp: SvgIconComponent;
|
|
6909
6913
|
export const RemoveCircleOutlineTwoTone: SvgIconComponent;
|
|
6914
|
+
export const RemoveCircleOutlined: SvgIconComponent;
|
|
6910
6915
|
export const RemoveCircleRounded: SvgIconComponent;
|
|
6911
6916
|
export const RemoveCircleSharp: SvgIconComponent;
|
|
6912
6917
|
export const RemoveCircleTwoTone: SvgIconComponent;
|
|
@@ -6946,6 +6951,10 @@ export const ReorderSharp: SvgIconComponent;
|
|
|
6946
6951
|
export const ReorderTwoTone: SvgIconComponent;
|
|
6947
6952
|
export const Repeat: SvgIconComponent;
|
|
6948
6953
|
export const RepeatOn: SvgIconComponent;
|
|
6954
|
+
export const RepeatOnOutlined: SvgIconComponent;
|
|
6955
|
+
export const RepeatOnRounded: SvgIconComponent;
|
|
6956
|
+
export const RepeatOnSharp: SvgIconComponent;
|
|
6957
|
+
export const RepeatOnTwoTone: SvgIconComponent;
|
|
6949
6958
|
export const RepeatOne: SvgIconComponent;
|
|
6950
6959
|
export const RepeatOneOn: SvgIconComponent;
|
|
6951
6960
|
export const RepeatOneOnOutlined: SvgIconComponent;
|
|
@@ -6956,10 +6965,6 @@ export const RepeatOneOutlined: SvgIconComponent;
|
|
|
6956
6965
|
export const RepeatOneRounded: SvgIconComponent;
|
|
6957
6966
|
export const RepeatOneSharp: SvgIconComponent;
|
|
6958
6967
|
export const RepeatOneTwoTone: SvgIconComponent;
|
|
6959
|
-
export const RepeatOnOutlined: SvgIconComponent;
|
|
6960
|
-
export const RepeatOnRounded: SvgIconComponent;
|
|
6961
|
-
export const RepeatOnSharp: SvgIconComponent;
|
|
6962
|
-
export const RepeatOnTwoTone: SvgIconComponent;
|
|
6963
6968
|
export const RepeatOutlined: SvgIconComponent;
|
|
6964
6969
|
export const RepeatRounded: SvgIconComponent;
|
|
6965
6970
|
export const RepeatSharp: SvgIconComponent;
|
|
@@ -7079,11 +7084,6 @@ export const RingVolumeOutlined: SvgIconComponent;
|
|
|
7079
7084
|
export const RingVolumeRounded: SvgIconComponent;
|
|
7080
7085
|
export const RingVolumeSharp: SvgIconComponent;
|
|
7081
7086
|
export const RingVolumeTwoTone: SvgIconComponent;
|
|
7082
|
-
export const RMobiledata: SvgIconComponent;
|
|
7083
|
-
export const RMobiledataOutlined: SvgIconComponent;
|
|
7084
|
-
export const RMobiledataRounded: SvgIconComponent;
|
|
7085
|
-
export const RMobiledataSharp: SvgIconComponent;
|
|
7086
|
-
export const RMobiledataTwoTone: SvgIconComponent;
|
|
7087
7087
|
export const Rocket: SvgIconComponent;
|
|
7088
7088
|
export const RocketLaunch: SvgIconComponent;
|
|
7089
7089
|
export const RocketLaunchOutlined: SvgIconComponent;
|
|
@@ -7151,14 +7151,14 @@ export const RoundedCornerSharp: SvgIconComponent;
|
|
|
7151
7151
|
export const RoundedCornerTwoTone: SvgIconComponent;
|
|
7152
7152
|
export const Route: SvgIconComponent;
|
|
7153
7153
|
export const RouteOutlined: SvgIconComponent;
|
|
7154
|
-
export const Router: SvgIconComponent;
|
|
7155
7154
|
export const RouteRounded: SvgIconComponent;
|
|
7155
|
+
export const RouteSharp: SvgIconComponent;
|
|
7156
|
+
export const RouteTwoTone: SvgIconComponent;
|
|
7157
|
+
export const Router: SvgIconComponent;
|
|
7156
7158
|
export const RouterOutlined: SvgIconComponent;
|
|
7157
7159
|
export const RouterRounded: SvgIconComponent;
|
|
7158
7160
|
export const RouterSharp: SvgIconComponent;
|
|
7159
7161
|
export const RouterTwoTone: SvgIconComponent;
|
|
7160
|
-
export const RouteSharp: SvgIconComponent;
|
|
7161
|
-
export const RouteTwoTone: SvgIconComponent;
|
|
7162
7162
|
export const Rowing: SvgIconComponent;
|
|
7163
7163
|
export const RowingOutlined: SvgIconComponent;
|
|
7164
7164
|
export const RowingRounded: SvgIconComponent;
|
|
@@ -7240,15 +7240,15 @@ export const SaveAsOutlined: SvgIconComponent;
|
|
|
7240
7240
|
export const SaveAsRounded: SvgIconComponent;
|
|
7241
7241
|
export const SaveAsSharp: SvgIconComponent;
|
|
7242
7242
|
export const SaveAsTwoTone: SvgIconComponent;
|
|
7243
|
+
export const SaveOutlined: SvgIconComponent;
|
|
7244
|
+
export const SaveRounded: SvgIconComponent;
|
|
7245
|
+
export const SaveSharp: SvgIconComponent;
|
|
7246
|
+
export const SaveTwoTone: SvgIconComponent;
|
|
7243
7247
|
export const SavedSearch: SvgIconComponent;
|
|
7244
7248
|
export const SavedSearchOutlined: SvgIconComponent;
|
|
7245
7249
|
export const SavedSearchRounded: SvgIconComponent;
|
|
7246
7250
|
export const SavedSearchSharp: SvgIconComponent;
|
|
7247
7251
|
export const SavedSearchTwoTone: SvgIconComponent;
|
|
7248
|
-
export const SaveOutlined: SvgIconComponent;
|
|
7249
|
-
export const SaveRounded: SvgIconComponent;
|
|
7250
|
-
export const SaveSharp: SvgIconComponent;
|
|
7251
|
-
export const SaveTwoTone: SvgIconComponent;
|
|
7252
7252
|
export const Savings: SvgIconComponent;
|
|
7253
7253
|
export const SavingsOutlined: SvgIconComponent;
|
|
7254
7254
|
export const SavingsRounded: SvgIconComponent;
|
|
@@ -7429,6 +7429,11 @@ export const SensorDoorOutlined: SvgIconComponent;
|
|
|
7429
7429
|
export const SensorDoorRounded: SvgIconComponent;
|
|
7430
7430
|
export const SensorDoorSharp: SvgIconComponent;
|
|
7431
7431
|
export const SensorDoorTwoTone: SvgIconComponent;
|
|
7432
|
+
export const SensorWindow: SvgIconComponent;
|
|
7433
|
+
export const SensorWindowOutlined: SvgIconComponent;
|
|
7434
|
+
export const SensorWindowRounded: SvgIconComponent;
|
|
7435
|
+
export const SensorWindowSharp: SvgIconComponent;
|
|
7436
|
+
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7432
7437
|
export const Sensors: SvgIconComponent;
|
|
7433
7438
|
export const SensorsOff: SvgIconComponent;
|
|
7434
7439
|
export const SensorsOffOutlined: SvgIconComponent;
|
|
@@ -7439,11 +7444,6 @@ export const SensorsOutlined: SvgIconComponent;
|
|
|
7439
7444
|
export const SensorsRounded: SvgIconComponent;
|
|
7440
7445
|
export const SensorsSharp: SvgIconComponent;
|
|
7441
7446
|
export const SensorsTwoTone: SvgIconComponent;
|
|
7442
|
-
export const SensorWindow: SvgIconComponent;
|
|
7443
|
-
export const SensorWindowOutlined: SvgIconComponent;
|
|
7444
|
-
export const SensorWindowRounded: SvgIconComponent;
|
|
7445
|
-
export const SensorWindowSharp: SvgIconComponent;
|
|
7446
|
-
export const SensorWindowTwoTone: SvgIconComponent;
|
|
7447
7447
|
export const SentimentDissatisfied: SvgIconComponent;
|
|
7448
7448
|
export const SentimentDissatisfiedOutlined: SvgIconComponent;
|
|
7449
7449
|
export const SentimentDissatisfiedRounded: SvgIconComponent;
|
|
@@ -7626,6 +7626,14 @@ export const Shop2Rounded: SvgIconComponent;
|
|
|
7626
7626
|
export const Shop2Sharp: SvgIconComponent;
|
|
7627
7627
|
export const Shop2TwoTone: SvgIconComponent;
|
|
7628
7628
|
export const ShopOutlined: SvgIconComponent;
|
|
7629
|
+
export const ShopRounded: SvgIconComponent;
|
|
7630
|
+
export const ShopSharp: SvgIconComponent;
|
|
7631
|
+
export const ShopTwo: SvgIconComponent;
|
|
7632
|
+
export const ShopTwoOutlined: SvgIconComponent;
|
|
7633
|
+
export const ShopTwoRounded: SvgIconComponent;
|
|
7634
|
+
export const ShopTwoSharp: SvgIconComponent;
|
|
7635
|
+
export const ShopTwoTone: SvgIconComponent;
|
|
7636
|
+
export const ShopTwoTwoTone: SvgIconComponent;
|
|
7629
7637
|
export const ShoppingBag: SvgIconComponent;
|
|
7630
7638
|
export const ShoppingBagOutlined: SvgIconComponent;
|
|
7631
7639
|
export const ShoppingBagRounded: SvgIconComponent;
|
|
@@ -7639,31 +7647,23 @@ export const ShoppingBasketTwoTone: SvgIconComponent;
|
|
|
7639
7647
|
export const ShoppingCart: SvgIconComponent;
|
|
7640
7648
|
export const ShoppingCartCheckout: SvgIconComponent;
|
|
7641
7649
|
export const ShoppingCartCheckoutOutlined: SvgIconComponent;
|
|
7642
|
-
export const ShoppingCartCheckoutRounded: SvgIconComponent;
|
|
7643
|
-
export const ShoppingCartCheckoutSharp: SvgIconComponent;
|
|
7644
|
-
export const ShoppingCartCheckoutTwoTone: SvgIconComponent;
|
|
7645
|
-
export const ShoppingCartOutlined: SvgIconComponent;
|
|
7646
|
-
export const ShoppingCartRounded: SvgIconComponent;
|
|
7647
|
-
export const ShoppingCartSharp: SvgIconComponent;
|
|
7648
|
-
export const ShoppingCartTwoTone: SvgIconComponent;
|
|
7649
|
-
export const ShopRounded: SvgIconComponent;
|
|
7650
|
-
export const ShopSharp: SvgIconComponent;
|
|
7651
|
-
export const ShopTwo: SvgIconComponent;
|
|
7652
|
-
export const ShopTwoOutlined: SvgIconComponent;
|
|
7653
|
-
export const ShopTwoRounded: SvgIconComponent;
|
|
7654
|
-
export const ShopTwoSharp: SvgIconComponent;
|
|
7655
|
-
export const ShopTwoTone: SvgIconComponent;
|
|
7656
|
-
export const ShopTwoTwoTone: SvgIconComponent;
|
|
7657
|
-
export const Shortcut: SvgIconComponent;
|
|
7658
|
-
export const ShortcutOutlined: SvgIconComponent;
|
|
7659
|
-
export const ShortcutRounded: SvgIconComponent;
|
|
7660
|
-
export const ShortcutSharp: SvgIconComponent;
|
|
7661
|
-
export const ShortcutTwoTone: SvgIconComponent;
|
|
7650
|
+
export const ShoppingCartCheckoutRounded: SvgIconComponent;
|
|
7651
|
+
export const ShoppingCartCheckoutSharp: SvgIconComponent;
|
|
7652
|
+
export const ShoppingCartCheckoutTwoTone: SvgIconComponent;
|
|
7653
|
+
export const ShoppingCartOutlined: SvgIconComponent;
|
|
7654
|
+
export const ShoppingCartRounded: SvgIconComponent;
|
|
7655
|
+
export const ShoppingCartSharp: SvgIconComponent;
|
|
7656
|
+
export const ShoppingCartTwoTone: SvgIconComponent;
|
|
7662
7657
|
export const ShortText: SvgIconComponent;
|
|
7663
7658
|
export const ShortTextOutlined: SvgIconComponent;
|
|
7664
7659
|
export const ShortTextRounded: SvgIconComponent;
|
|
7665
7660
|
export const ShortTextSharp: SvgIconComponent;
|
|
7666
7661
|
export const ShortTextTwoTone: SvgIconComponent;
|
|
7662
|
+
export const Shortcut: SvgIconComponent;
|
|
7663
|
+
export const ShortcutOutlined: SvgIconComponent;
|
|
7664
|
+
export const ShortcutRounded: SvgIconComponent;
|
|
7665
|
+
export const ShortcutSharp: SvgIconComponent;
|
|
7666
|
+
export const ShortcutTwoTone: SvgIconComponent;
|
|
7667
7667
|
export const ShowChart: SvgIconComponent;
|
|
7668
7668
|
export const ShowChartOutlined: SvgIconComponent;
|
|
7669
7669
|
export const ShowChartRounded: SvgIconComponent;
|
|
@@ -7749,16 +7749,16 @@ export const SignalCellularConnectedNoInternet4BarOutlined: SvgIconComponent;
|
|
|
7749
7749
|
export const SignalCellularConnectedNoInternet4BarRounded: SvgIconComponent;
|
|
7750
7750
|
export const SignalCellularConnectedNoInternet4BarSharp: SvgIconComponent;
|
|
7751
7751
|
export const SignalCellularConnectedNoInternet4BarTwoTone: SvgIconComponent;
|
|
7752
|
-
export const SignalCellularNodata: SvgIconComponent;
|
|
7753
|
-
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
7754
|
-
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
7755
|
-
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
7756
|
-
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
7757
7752
|
export const SignalCellularNoSim: SvgIconComponent;
|
|
7758
7753
|
export const SignalCellularNoSimOutlined: SvgIconComponent;
|
|
7759
7754
|
export const SignalCellularNoSimRounded: SvgIconComponent;
|
|
7760
7755
|
export const SignalCellularNoSimSharp: SvgIconComponent;
|
|
7761
7756
|
export const SignalCellularNoSimTwoTone: SvgIconComponent;
|
|
7757
|
+
export const SignalCellularNodata: SvgIconComponent;
|
|
7758
|
+
export const SignalCellularNodataOutlined: SvgIconComponent;
|
|
7759
|
+
export const SignalCellularNodataRounded: SvgIconComponent;
|
|
7760
|
+
export const SignalCellularNodataSharp: SvgIconComponent;
|
|
7761
|
+
export const SignalCellularNodataTwoTone: SvgIconComponent;
|
|
7762
7762
|
export const SignalCellularNull: SvgIconComponent;
|
|
7763
7763
|
export const SignalCellularNullOutlined: SvgIconComponent;
|
|
7764
7764
|
export const SignalCellularNullRounded: SvgIconComponent;
|
|
@@ -7944,11 +7944,6 @@ export const SmartDisplayOutlined: SvgIconComponent;
|
|
|
7944
7944
|
export const SmartDisplayRounded: SvgIconComponent;
|
|
7945
7945
|
export const SmartDisplaySharp: SvgIconComponent;
|
|
7946
7946
|
export const SmartDisplayTwoTone: SvgIconComponent;
|
|
7947
|
-
export const Smartphone: SvgIconComponent;
|
|
7948
|
-
export const SmartphoneOutlined: SvgIconComponent;
|
|
7949
|
-
export const SmartphoneRounded: SvgIconComponent;
|
|
7950
|
-
export const SmartphoneSharp: SvgIconComponent;
|
|
7951
|
-
export const SmartphoneTwoTone: SvgIconComponent;
|
|
7952
7947
|
export const SmartScreen: SvgIconComponent;
|
|
7953
7948
|
export const SmartScreenOutlined: SvgIconComponent;
|
|
7954
7949
|
export const SmartScreenRounded: SvgIconComponent;
|
|
@@ -7959,6 +7954,11 @@ export const SmartToyOutlined: SvgIconComponent;
|
|
|
7959
7954
|
export const SmartToyRounded: SvgIconComponent;
|
|
7960
7955
|
export const SmartToySharp: SvgIconComponent;
|
|
7961
7956
|
export const SmartToyTwoTone: SvgIconComponent;
|
|
7957
|
+
export const Smartphone: SvgIconComponent;
|
|
7958
|
+
export const SmartphoneOutlined: SvgIconComponent;
|
|
7959
|
+
export const SmartphoneRounded: SvgIconComponent;
|
|
7960
|
+
export const SmartphoneSharp: SvgIconComponent;
|
|
7961
|
+
export const SmartphoneTwoTone: SvgIconComponent;
|
|
7962
7962
|
export const SmokeFree: SvgIconComponent;
|
|
7963
7963
|
export const SmokeFreeOutlined: SvgIconComponent;
|
|
7964
7964
|
export const SmokeFreeRounded: SvgIconComponent;
|
|
@@ -8055,15 +8055,15 @@ export const SouthWestRounded: SvgIconComponent;
|
|
|
8055
8055
|
export const SouthWestSharp: SvgIconComponent;
|
|
8056
8056
|
export const SouthWestTwoTone: SvgIconComponent;
|
|
8057
8057
|
export const Spa: SvgIconComponent;
|
|
8058
|
+
export const SpaOutlined: SvgIconComponent;
|
|
8059
|
+
export const SpaRounded: SvgIconComponent;
|
|
8060
|
+
export const SpaSharp: SvgIconComponent;
|
|
8061
|
+
export const SpaTwoTone: SvgIconComponent;
|
|
8058
8062
|
export const SpaceBar: SvgIconComponent;
|
|
8059
8063
|
export const SpaceBarOutlined: SvgIconComponent;
|
|
8060
8064
|
export const SpaceBarRounded: SvgIconComponent;
|
|
8061
8065
|
export const SpaceBarSharp: SvgIconComponent;
|
|
8062
8066
|
export const SpaceBarTwoTone: SvgIconComponent;
|
|
8063
|
-
export const SpaOutlined: SvgIconComponent;
|
|
8064
|
-
export const SpaRounded: SvgIconComponent;
|
|
8065
|
-
export const SpaSharp: SvgIconComponent;
|
|
8066
|
-
export const SpaTwoTone: SvgIconComponent;
|
|
8067
8067
|
export const Speaker: SvgIconComponent;
|
|
8068
8068
|
export const SpeakerGroup: SvgIconComponent;
|
|
8069
8069
|
export const SpeakerGroupOutlined: SvgIconComponent;
|
|
@@ -8256,11 +8256,11 @@ export const StarHalfRounded: SvgIconComponent;
|
|
|
8256
8256
|
export const StarHalfSharp: SvgIconComponent;
|
|
8257
8257
|
export const StarHalfTwoTone: SvgIconComponent;
|
|
8258
8258
|
export const StarOutline: SvgIconComponent;
|
|
8259
|
-
export const StarOutlined: SvgIconComponent;
|
|
8260
8259
|
export const StarOutlineOutlined: SvgIconComponent;
|
|
8261
8260
|
export const StarOutlineRounded: SvgIconComponent;
|
|
8262
8261
|
export const StarOutlineSharp: SvgIconComponent;
|
|
8263
8262
|
export const StarOutlineTwoTone: SvgIconComponent;
|
|
8263
|
+
export const StarOutlined: SvgIconComponent;
|
|
8264
8264
|
export const StarPurple500: SvgIconComponent;
|
|
8265
8265
|
export const StarPurple500Outlined: SvgIconComponent;
|
|
8266
8266
|
export const StarPurple500Rounded: SvgIconComponent;
|
|
@@ -8272,8 +8272,9 @@ export const StarRateRounded: SvgIconComponent;
|
|
|
8272
8272
|
export const StarRateSharp: SvgIconComponent;
|
|
8273
8273
|
export const StarRateTwoTone: SvgIconComponent;
|
|
8274
8274
|
export const StarRounded: SvgIconComponent;
|
|
8275
|
-
export const Stars: SvgIconComponent;
|
|
8276
8275
|
export const StarSharp: SvgIconComponent;
|
|
8276
|
+
export const StarTwoTone: SvgIconComponent;
|
|
8277
|
+
export const Stars: SvgIconComponent;
|
|
8277
8278
|
export const StarsOutlined: SvgIconComponent;
|
|
8278
8279
|
export const StarsRounded: SvgIconComponent;
|
|
8279
8280
|
export const StarsSharp: SvgIconComponent;
|
|
@@ -8283,7 +8284,6 @@ export const StartOutlined: SvgIconComponent;
|
|
|
8283
8284
|
export const StartRounded: SvgIconComponent;
|
|
8284
8285
|
export const StartSharp: SvgIconComponent;
|
|
8285
8286
|
export const StartTwoTone: SvgIconComponent;
|
|
8286
|
-
export const StarTwoTone: SvgIconComponent;
|
|
8287
8287
|
export const StayCurrentLandscape: SvgIconComponent;
|
|
8288
8288
|
export const StayCurrentLandscapeOutlined: SvgIconComponent;
|
|
8289
8289
|
export const StayCurrentLandscapeRounded: SvgIconComponent;
|
|
@@ -8330,11 +8330,6 @@ export const StorageRounded: SvgIconComponent;
|
|
|
8330
8330
|
export const StorageSharp: SvgIconComponent;
|
|
8331
8331
|
export const StorageTwoTone: SvgIconComponent;
|
|
8332
8332
|
export const Store: SvgIconComponent;
|
|
8333
|
-
export const Storefront: SvgIconComponent;
|
|
8334
|
-
export const StorefrontOutlined: SvgIconComponent;
|
|
8335
|
-
export const StorefrontRounded: SvgIconComponent;
|
|
8336
|
-
export const StorefrontSharp: SvgIconComponent;
|
|
8337
|
-
export const StorefrontTwoTone: SvgIconComponent;
|
|
8338
8333
|
export const StoreMallDirectory: SvgIconComponent;
|
|
8339
8334
|
export const StoreMallDirectoryOutlined: SvgIconComponent;
|
|
8340
8335
|
export const StoreMallDirectoryRounded: SvgIconComponent;
|
|
@@ -8344,21 +8339,26 @@ export const StoreOutlined: SvgIconComponent;
|
|
|
8344
8339
|
export const StoreRounded: SvgIconComponent;
|
|
8345
8340
|
export const StoreSharp: SvgIconComponent;
|
|
8346
8341
|
export const StoreTwoTone: SvgIconComponent;
|
|
8342
|
+
export const Storefront: SvgIconComponent;
|
|
8343
|
+
export const StorefrontOutlined: SvgIconComponent;
|
|
8344
|
+
export const StorefrontRounded: SvgIconComponent;
|
|
8345
|
+
export const StorefrontSharp: SvgIconComponent;
|
|
8346
|
+
export const StorefrontTwoTone: SvgIconComponent;
|
|
8347
8347
|
export const Storm: SvgIconComponent;
|
|
8348
8348
|
export const StormOutlined: SvgIconComponent;
|
|
8349
8349
|
export const StormRounded: SvgIconComponent;
|
|
8350
8350
|
export const StormSharp: SvgIconComponent;
|
|
8351
8351
|
export const StormTwoTone: SvgIconComponent;
|
|
8352
8352
|
export const Straight: SvgIconComponent;
|
|
8353
|
+
export const StraightOutlined: SvgIconComponent;
|
|
8354
|
+
export const StraightRounded: SvgIconComponent;
|
|
8355
|
+
export const StraightSharp: SvgIconComponent;
|
|
8356
|
+
export const StraightTwoTone: SvgIconComponent;
|
|
8353
8357
|
export const Straighten: SvgIconComponent;
|
|
8354
8358
|
export const StraightenOutlined: SvgIconComponent;
|
|
8355
8359
|
export const StraightenRounded: SvgIconComponent;
|
|
8356
8360
|
export const StraightenSharp: SvgIconComponent;
|
|
8357
8361
|
export const StraightenTwoTone: SvgIconComponent;
|
|
8358
|
-
export const StraightOutlined: SvgIconComponent;
|
|
8359
|
-
export const StraightRounded: SvgIconComponent;
|
|
8360
|
-
export const StraightSharp: SvgIconComponent;
|
|
8361
|
-
export const StraightTwoTone: SvgIconComponent;
|
|
8362
8362
|
export const Stream: SvgIconComponent;
|
|
8363
8363
|
export const StreamOutlined: SvgIconComponent;
|
|
8364
8364
|
export const StreamRounded: SvgIconComponent;
|
|
@@ -8400,15 +8400,15 @@ export const SubjectRounded: SvgIconComponent;
|
|
|
8400
8400
|
export const SubjectSharp: SvgIconComponent;
|
|
8401
8401
|
export const SubjectTwoTone: SvgIconComponent;
|
|
8402
8402
|
export const Subscript: SvgIconComponent;
|
|
8403
|
+
export const SubscriptOutlined: SvgIconComponent;
|
|
8404
|
+
export const SubscriptRounded: SvgIconComponent;
|
|
8405
|
+
export const SubscriptSharp: SvgIconComponent;
|
|
8406
|
+
export const SubscriptTwoTone: SvgIconComponent;
|
|
8403
8407
|
export const Subscriptions: SvgIconComponent;
|
|
8404
8408
|
export const SubscriptionsOutlined: SvgIconComponent;
|
|
8405
8409
|
export const SubscriptionsRounded: SvgIconComponent;
|
|
8406
8410
|
export const SubscriptionsSharp: SvgIconComponent;
|
|
8407
8411
|
export const SubscriptionsTwoTone: SvgIconComponent;
|
|
8408
|
-
export const SubscriptOutlined: SvgIconComponent;
|
|
8409
|
-
export const SubscriptRounded: SvgIconComponent;
|
|
8410
|
-
export const SubscriptSharp: SvgIconComponent;
|
|
8411
|
-
export const SubscriptTwoTone: SvgIconComponent;
|
|
8412
8412
|
export const Subtitles: SvgIconComponent;
|
|
8413
8413
|
export const SubtitlesOff: SvgIconComponent;
|
|
8414
8414
|
export const SubtitlesOffOutlined: SvgIconComponent;
|
|
@@ -8470,25 +8470,25 @@ export const SwapCallsRounded: SvgIconComponent;
|
|
|
8470
8470
|
export const SwapCallsSharp: SvgIconComponent;
|
|
8471
8471
|
export const SwapCallsTwoTone: SvgIconComponent;
|
|
8472
8472
|
export const SwapHoriz: SvgIconComponent;
|
|
8473
|
+
export const SwapHorizOutlined: SvgIconComponent;
|
|
8474
|
+
export const SwapHorizRounded: SvgIconComponent;
|
|
8475
|
+
export const SwapHorizSharp: SvgIconComponent;
|
|
8476
|
+
export const SwapHorizTwoTone: SvgIconComponent;
|
|
8473
8477
|
export const SwapHorizontalCircle: SvgIconComponent;
|
|
8474
8478
|
export const SwapHorizontalCircleOutlined: SvgIconComponent;
|
|
8475
8479
|
export const SwapHorizontalCircleRounded: SvgIconComponent;
|
|
8476
8480
|
export const SwapHorizontalCircleSharp: SvgIconComponent;
|
|
8477
8481
|
export const SwapHorizontalCircleTwoTone: SvgIconComponent;
|
|
8478
|
-
export const SwapHorizOutlined: SvgIconComponent;
|
|
8479
|
-
export const SwapHorizRounded: SvgIconComponent;
|
|
8480
|
-
export const SwapHorizSharp: SvgIconComponent;
|
|
8481
|
-
export const SwapHorizTwoTone: SvgIconComponent;
|
|
8482
8482
|
export const SwapVert: SvgIconComponent;
|
|
8483
|
+
export const SwapVertOutlined: SvgIconComponent;
|
|
8484
|
+
export const SwapVertRounded: SvgIconComponent;
|
|
8485
|
+
export const SwapVertSharp: SvgIconComponent;
|
|
8486
|
+
export const SwapVertTwoTone: SvgIconComponent;
|
|
8483
8487
|
export const SwapVerticalCircle: SvgIconComponent;
|
|
8484
8488
|
export const SwapVerticalCircleOutlined: SvgIconComponent;
|
|
8485
8489
|
export const SwapVerticalCircleRounded: SvgIconComponent;
|
|
8486
8490
|
export const SwapVerticalCircleSharp: SvgIconComponent;
|
|
8487
8491
|
export const SwapVerticalCircleTwoTone: SvgIconComponent;
|
|
8488
|
-
export const SwapVertOutlined: SvgIconComponent;
|
|
8489
|
-
export const SwapVertRounded: SvgIconComponent;
|
|
8490
|
-
export const SwapVertSharp: SvgIconComponent;
|
|
8491
|
-
export const SwapVertTwoTone: SvgIconComponent;
|
|
8492
8492
|
export const Swipe: SvgIconComponent;
|
|
8493
8493
|
export const SwipeDown: SvgIconComponent;
|
|
8494
8494
|
export const SwipeDownAlt: SvgIconComponent;
|
|
@@ -8630,6 +8630,15 @@ export const SystemUpdateRounded: SvgIconComponent;
|
|
|
8630
8630
|
export const SystemUpdateSharp: SvgIconComponent;
|
|
8631
8631
|
export const SystemUpdateTwoTone: SvgIconComponent;
|
|
8632
8632
|
export const Tab: SvgIconComponent;
|
|
8633
|
+
export const TabOutlined: SvgIconComponent;
|
|
8634
|
+
export const TabRounded: SvgIconComponent;
|
|
8635
|
+
export const TabSharp: SvgIconComponent;
|
|
8636
|
+
export const TabTwoTone: SvgIconComponent;
|
|
8637
|
+
export const TabUnselected: SvgIconComponent;
|
|
8638
|
+
export const TabUnselectedOutlined: SvgIconComponent;
|
|
8639
|
+
export const TabUnselectedRounded: SvgIconComponent;
|
|
8640
|
+
export const TabUnselectedSharp: SvgIconComponent;
|
|
8641
|
+
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
8633
8642
|
export const TableBar: SvgIconComponent;
|
|
8634
8643
|
export const TableBarOutlined: SvgIconComponent;
|
|
8635
8644
|
export const TableBarRounded: SvgIconComponent;
|
|
@@ -8650,6 +8659,11 @@ export const TableRowsOutlined: SvgIconComponent;
|
|
|
8650
8659
|
export const TableRowsRounded: SvgIconComponent;
|
|
8651
8660
|
export const TableRowsSharp: SvgIconComponent;
|
|
8652
8661
|
export const TableRowsTwoTone: SvgIconComponent;
|
|
8662
|
+
export const TableView: SvgIconComponent;
|
|
8663
|
+
export const TableViewOutlined: SvgIconComponent;
|
|
8664
|
+
export const TableViewRounded: SvgIconComponent;
|
|
8665
|
+
export const TableViewSharp: SvgIconComponent;
|
|
8666
|
+
export const TableViewTwoTone: SvgIconComponent;
|
|
8653
8667
|
export const Tablet: SvgIconComponent;
|
|
8654
8668
|
export const TabletAndroid: SvgIconComponent;
|
|
8655
8669
|
export const TabletAndroidOutlined: SvgIconComponent;
|
|
@@ -8665,20 +8679,6 @@ export const TabletOutlined: SvgIconComponent;
|
|
|
8665
8679
|
export const TabletRounded: SvgIconComponent;
|
|
8666
8680
|
export const TabletSharp: SvgIconComponent;
|
|
8667
8681
|
export const TabletTwoTone: SvgIconComponent;
|
|
8668
|
-
export const TableView: SvgIconComponent;
|
|
8669
|
-
export const TableViewOutlined: SvgIconComponent;
|
|
8670
|
-
export const TableViewRounded: SvgIconComponent;
|
|
8671
|
-
export const TableViewSharp: SvgIconComponent;
|
|
8672
|
-
export const TableViewTwoTone: SvgIconComponent;
|
|
8673
|
-
export const TabOutlined: SvgIconComponent;
|
|
8674
|
-
export const TabRounded: SvgIconComponent;
|
|
8675
|
-
export const TabSharp: SvgIconComponent;
|
|
8676
|
-
export const TabTwoTone: SvgIconComponent;
|
|
8677
|
-
export const TabUnselected: SvgIconComponent;
|
|
8678
|
-
export const TabUnselectedOutlined: SvgIconComponent;
|
|
8679
|
-
export const TabUnselectedRounded: SvgIconComponent;
|
|
8680
|
-
export const TabUnselectedSharp: SvgIconComponent;
|
|
8681
|
-
export const TabUnselectedTwoTone: SvgIconComponent;
|
|
8682
8682
|
export const Tag: SvgIconComponent;
|
|
8683
8683
|
export const TagFaces: SvgIconComponent;
|
|
8684
8684
|
export const TagFacesOutlined: SvgIconComponent;
|
|
@@ -8795,16 +8795,16 @@ export const TextRotationNoneOutlined: SvgIconComponent;
|
|
|
8795
8795
|
export const TextRotationNoneRounded: SvgIconComponent;
|
|
8796
8796
|
export const TextRotationNoneSharp: SvgIconComponent;
|
|
8797
8797
|
export const TextRotationNoneTwoTone: SvgIconComponent;
|
|
8798
|
-
export const Textsms: SvgIconComponent;
|
|
8799
|
-
export const TextsmsOutlined: SvgIconComponent;
|
|
8800
|
-
export const TextsmsRounded: SvgIconComponent;
|
|
8801
|
-
export const TextsmsSharp: SvgIconComponent;
|
|
8802
|
-
export const TextsmsTwoTone: SvgIconComponent;
|
|
8803
8798
|
export const TextSnippet: SvgIconComponent;
|
|
8804
8799
|
export const TextSnippetOutlined: SvgIconComponent;
|
|
8805
8800
|
export const TextSnippetRounded: SvgIconComponent;
|
|
8806
8801
|
export const TextSnippetSharp: SvgIconComponent;
|
|
8807
8802
|
export const TextSnippetTwoTone: SvgIconComponent;
|
|
8803
|
+
export const Textsms: SvgIconComponent;
|
|
8804
|
+
export const TextsmsOutlined: SvgIconComponent;
|
|
8805
|
+
export const TextsmsRounded: SvgIconComponent;
|
|
8806
|
+
export const TextsmsSharp: SvgIconComponent;
|
|
8807
|
+
export const TextsmsTwoTone: SvgIconComponent;
|
|
8808
8808
|
export const Texture: SvgIconComponent;
|
|
8809
8809
|
export const TextureOutlined: SvgIconComponent;
|
|
8810
8810
|
export const TextureRounded: SvgIconComponent;
|
|
@@ -8895,11 +8895,6 @@ export const ThumbDownOutlined: SvgIconComponent;
|
|
|
8895
8895
|
export const ThumbDownRounded: SvgIconComponent;
|
|
8896
8896
|
export const ThumbDownSharp: SvgIconComponent;
|
|
8897
8897
|
export const ThumbDownTwoTone: SvgIconComponent;
|
|
8898
|
-
export const ThumbsUpDown: SvgIconComponent;
|
|
8899
|
-
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
8900
|
-
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
8901
|
-
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
8902
|
-
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
8903
8898
|
export const ThumbUp: SvgIconComponent;
|
|
8904
8899
|
export const ThumbUpAlt: SvgIconComponent;
|
|
8905
8900
|
export const ThumbUpAltOutlined: SvgIconComponent;
|
|
@@ -8915,6 +8910,16 @@ export const ThumbUpOutlined: SvgIconComponent;
|
|
|
8915
8910
|
export const ThumbUpRounded: SvgIconComponent;
|
|
8916
8911
|
export const ThumbUpSharp: SvgIconComponent;
|
|
8917
8912
|
export const ThumbUpTwoTone: SvgIconComponent;
|
|
8913
|
+
export const ThumbsUpDown: SvgIconComponent;
|
|
8914
|
+
export const ThumbsUpDownOutlined: SvgIconComponent;
|
|
8915
|
+
export const ThumbsUpDownRounded: SvgIconComponent;
|
|
8916
|
+
export const ThumbsUpDownSharp: SvgIconComponent;
|
|
8917
|
+
export const ThumbsUpDownTwoTone: SvgIconComponent;
|
|
8918
|
+
export const TimeToLeave: SvgIconComponent;
|
|
8919
|
+
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
8920
|
+
export const TimeToLeaveRounded: SvgIconComponent;
|
|
8921
|
+
export const TimeToLeaveSharp: SvgIconComponent;
|
|
8922
|
+
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
8918
8923
|
export const Timelapse: SvgIconComponent;
|
|
8919
8924
|
export const TimelapseOutlined: SvgIconComponent;
|
|
8920
8925
|
export const TimelapseRounded: SvgIconComponent;
|
|
@@ -8960,11 +8965,6 @@ export const TimesOneMobiledataOutlined: SvgIconComponent;
|
|
|
8960
8965
|
export const TimesOneMobiledataRounded: SvgIconComponent;
|
|
8961
8966
|
export const TimesOneMobiledataSharp: SvgIconComponent;
|
|
8962
8967
|
export const TimesOneMobiledataTwoTone: SvgIconComponent;
|
|
8963
|
-
export const TimeToLeave: SvgIconComponent;
|
|
8964
|
-
export const TimeToLeaveOutlined: SvgIconComponent;
|
|
8965
|
-
export const TimeToLeaveRounded: SvgIconComponent;
|
|
8966
|
-
export const TimeToLeaveSharp: SvgIconComponent;
|
|
8967
|
-
export const TimeToLeaveTwoTone: SvgIconComponent;
|
|
8968
8968
|
export const TipsAndUpdates: SvgIconComponent;
|
|
8969
8969
|
export const TipsAndUpdatesOutlined: SvgIconComponent;
|
|
8970
8970
|
export const TipsAndUpdatesRounded: SvgIconComponent;
|
|
@@ -9120,16 +9120,6 @@ export const TungstenOutlined: SvgIconComponent;
|
|
|
9120
9120
|
export const TungstenRounded: SvgIconComponent;
|
|
9121
9121
|
export const TungstenSharp: SvgIconComponent;
|
|
9122
9122
|
export const TungstenTwoTone: SvgIconComponent;
|
|
9123
|
-
export const TurnedIn: SvgIconComponent;
|
|
9124
|
-
export const TurnedInNot: SvgIconComponent;
|
|
9125
|
-
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9126
|
-
export const TurnedInNotRounded: SvgIconComponent;
|
|
9127
|
-
export const TurnedInNotSharp: SvgIconComponent;
|
|
9128
|
-
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9129
|
-
export const TurnedInOutlined: SvgIconComponent;
|
|
9130
|
-
export const TurnedInRounded: SvgIconComponent;
|
|
9131
|
-
export const TurnedInSharp: SvgIconComponent;
|
|
9132
|
-
export const TurnedInTwoTone: SvgIconComponent;
|
|
9133
9123
|
export const TurnLeft: SvgIconComponent;
|
|
9134
9124
|
export const TurnLeftOutlined: SvgIconComponent;
|
|
9135
9125
|
export const TurnLeftRounded: SvgIconComponent;
|
|
@@ -9160,6 +9150,16 @@ export const TurnSlightRightOutlined: SvgIconComponent;
|
|
|
9160
9150
|
export const TurnSlightRightRounded: SvgIconComponent;
|
|
9161
9151
|
export const TurnSlightRightSharp: SvgIconComponent;
|
|
9162
9152
|
export const TurnSlightRightTwoTone: SvgIconComponent;
|
|
9153
|
+
export const TurnedIn: SvgIconComponent;
|
|
9154
|
+
export const TurnedInNot: SvgIconComponent;
|
|
9155
|
+
export const TurnedInNotOutlined: SvgIconComponent;
|
|
9156
|
+
export const TurnedInNotRounded: SvgIconComponent;
|
|
9157
|
+
export const TurnedInNotSharp: SvgIconComponent;
|
|
9158
|
+
export const TurnedInNotTwoTone: SvgIconComponent;
|
|
9159
|
+
export const TurnedInOutlined: SvgIconComponent;
|
|
9160
|
+
export const TurnedInRounded: SvgIconComponent;
|
|
9161
|
+
export const TurnedInSharp: SvgIconComponent;
|
|
9162
|
+
export const TurnedInTwoTone: SvgIconComponent;
|
|
9163
9163
|
export const Tv: SvgIconComponent;
|
|
9164
9164
|
export const TvOff: SvgIconComponent;
|
|
9165
9165
|
export const TvOffOutlined: SvgIconComponent;
|
|
@@ -9221,6 +9221,16 @@ export const TwoWheelerOutlined: SvgIconComponent;
|
|
|
9221
9221
|
export const TwoWheelerRounded: SvgIconComponent;
|
|
9222
9222
|
export const TwoWheelerSharp: SvgIconComponent;
|
|
9223
9223
|
export const TwoWheelerTwoTone: SvgIconComponent;
|
|
9224
|
+
export const UTurnLeft: SvgIconComponent;
|
|
9225
|
+
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9226
|
+
export const UTurnLeftRounded: SvgIconComponent;
|
|
9227
|
+
export const UTurnLeftSharp: SvgIconComponent;
|
|
9228
|
+
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9229
|
+
export const UTurnRight: SvgIconComponent;
|
|
9230
|
+
export const UTurnRightOutlined: SvgIconComponent;
|
|
9231
|
+
export const UTurnRightRounded: SvgIconComponent;
|
|
9232
|
+
export const UTurnRightSharp: SvgIconComponent;
|
|
9233
|
+
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9224
9234
|
export const Umbrella: SvgIconComponent;
|
|
9225
9235
|
export const UmbrellaOutlined: SvgIconComponent;
|
|
9226
9236
|
export const UmbrellaRounded: SvgIconComponent;
|
|
@@ -9296,16 +9306,6 @@ export const UsbOutlined: SvgIconComponent;
|
|
|
9296
9306
|
export const UsbRounded: SvgIconComponent;
|
|
9297
9307
|
export const UsbSharp: SvgIconComponent;
|
|
9298
9308
|
export const UsbTwoTone: SvgIconComponent;
|
|
9299
|
-
export const UTurnLeft: SvgIconComponent;
|
|
9300
|
-
export const UTurnLeftOutlined: SvgIconComponent;
|
|
9301
|
-
export const UTurnLeftRounded: SvgIconComponent;
|
|
9302
|
-
export const UTurnLeftSharp: SvgIconComponent;
|
|
9303
|
-
export const UTurnLeftTwoTone: SvgIconComponent;
|
|
9304
|
-
export const UTurnRight: SvgIconComponent;
|
|
9305
|
-
export const UTurnRightOutlined: SvgIconComponent;
|
|
9306
|
-
export const UTurnRightRounded: SvgIconComponent;
|
|
9307
|
-
export const UTurnRightSharp: SvgIconComponent;
|
|
9308
|
-
export const UTurnRightTwoTone: SvgIconComponent;
|
|
9309
9309
|
export const Vaccines: SvgIconComponent;
|
|
9310
9310
|
export const VaccinesOutlined: SvgIconComponent;
|
|
9311
9311
|
export const VaccinesRounded: SvgIconComponent;
|
|
@@ -9351,7 +9351,6 @@ export const VideoCallOutlined: SvgIconComponent;
|
|
|
9351
9351
|
export const VideoCallRounded: SvgIconComponent;
|
|
9352
9352
|
export const VideoCallSharp: SvgIconComponent;
|
|
9353
9353
|
export const VideoCallTwoTone: SvgIconComponent;
|
|
9354
|
-
export const Videocam: SvgIconComponent;
|
|
9355
9354
|
export const VideoCameraBack: SvgIconComponent;
|
|
9356
9355
|
export const VideoCameraBackOutlined: SvgIconComponent;
|
|
9357
9356
|
export const VideoCameraBackRounded: SvgIconComponent;
|
|
@@ -9362,30 +9361,11 @@ export const VideoCameraFrontOutlined: SvgIconComponent;
|
|
|
9362
9361
|
export const VideoCameraFrontRounded: SvgIconComponent;
|
|
9363
9362
|
export const VideoCameraFrontSharp: SvgIconComponent;
|
|
9364
9363
|
export const VideoCameraFrontTwoTone: SvgIconComponent;
|
|
9365
|
-
export const VideocamOff: SvgIconComponent;
|
|
9366
|
-
export const VideocamOffOutlined: SvgIconComponent;
|
|
9367
|
-
export const VideocamOffRounded: SvgIconComponent;
|
|
9368
|
-
export const VideocamOffSharp: SvgIconComponent;
|
|
9369
|
-
export const VideocamOffTwoTone: SvgIconComponent;
|
|
9370
|
-
export const VideocamOutlined: SvgIconComponent;
|
|
9371
|
-
export const VideocamRounded: SvgIconComponent;
|
|
9372
|
-
export const VideocamSharp: SvgIconComponent;
|
|
9373
|
-
export const VideocamTwoTone: SvgIconComponent;
|
|
9374
9364
|
export const VideoFile: SvgIconComponent;
|
|
9375
9365
|
export const VideoFileOutlined: SvgIconComponent;
|
|
9376
9366
|
export const VideoFileRounded: SvgIconComponent;
|
|
9377
9367
|
export const VideoFileSharp: SvgIconComponent;
|
|
9378
9368
|
export const VideoFileTwoTone: SvgIconComponent;
|
|
9379
|
-
export const VideogameAsset: SvgIconComponent;
|
|
9380
|
-
export const VideogameAssetOff: SvgIconComponent;
|
|
9381
|
-
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
9382
|
-
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
9383
|
-
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
9384
|
-
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
9385
|
-
export const VideogameAssetOutlined: SvgIconComponent;
|
|
9386
|
-
export const VideogameAssetRounded: SvgIconComponent;
|
|
9387
|
-
export const VideogameAssetSharp: SvgIconComponent;
|
|
9388
|
-
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
9389
9369
|
export const VideoLabel: SvgIconComponent;
|
|
9390
9370
|
export const VideoLabelOutlined: SvgIconComponent;
|
|
9391
9371
|
export const VideoLabelRounded: SvgIconComponent;
|
|
@@ -9406,6 +9386,26 @@ export const VideoStableOutlined: SvgIconComponent;
|
|
|
9406
9386
|
export const VideoStableRounded: SvgIconComponent;
|
|
9407
9387
|
export const VideoStableSharp: SvgIconComponent;
|
|
9408
9388
|
export const VideoStableTwoTone: SvgIconComponent;
|
|
9389
|
+
export const Videocam: SvgIconComponent;
|
|
9390
|
+
export const VideocamOff: SvgIconComponent;
|
|
9391
|
+
export const VideocamOffOutlined: SvgIconComponent;
|
|
9392
|
+
export const VideocamOffRounded: SvgIconComponent;
|
|
9393
|
+
export const VideocamOffSharp: SvgIconComponent;
|
|
9394
|
+
export const VideocamOffTwoTone: SvgIconComponent;
|
|
9395
|
+
export const VideocamOutlined: SvgIconComponent;
|
|
9396
|
+
export const VideocamRounded: SvgIconComponent;
|
|
9397
|
+
export const VideocamSharp: SvgIconComponent;
|
|
9398
|
+
export const VideocamTwoTone: SvgIconComponent;
|
|
9399
|
+
export const VideogameAsset: SvgIconComponent;
|
|
9400
|
+
export const VideogameAssetOff: SvgIconComponent;
|
|
9401
|
+
export const VideogameAssetOffOutlined: SvgIconComponent;
|
|
9402
|
+
export const VideogameAssetOffRounded: SvgIconComponent;
|
|
9403
|
+
export const VideogameAssetOffSharp: SvgIconComponent;
|
|
9404
|
+
export const VideogameAssetOffTwoTone: SvgIconComponent;
|
|
9405
|
+
export const VideogameAssetOutlined: SvgIconComponent;
|
|
9406
|
+
export const VideogameAssetRounded: SvgIconComponent;
|
|
9407
|
+
export const VideogameAssetSharp: SvgIconComponent;
|
|
9408
|
+
export const VideogameAssetTwoTone: SvgIconComponent;
|
|
9409
9409
|
export const ViewAgenda: SvgIconComponent;
|
|
9410
9410
|
export const ViewAgendaOutlined: SvgIconComponent;
|
|
9411
9411
|
export const ViewAgendaRounded: SvgIconComponent;
|
|
@@ -9531,16 +9531,16 @@ export const VoiceChatOutlined: SvgIconComponent;
|
|
|
9531
9531
|
export const VoiceChatRounded: SvgIconComponent;
|
|
9532
9532
|
export const VoiceChatSharp: SvgIconComponent;
|
|
9533
9533
|
export const VoiceChatTwoTone: SvgIconComponent;
|
|
9534
|
-
export const Voicemail: SvgIconComponent;
|
|
9535
|
-
export const VoicemailOutlined: SvgIconComponent;
|
|
9536
|
-
export const VoicemailRounded: SvgIconComponent;
|
|
9537
|
-
export const VoicemailSharp: SvgIconComponent;
|
|
9538
|
-
export const VoicemailTwoTone: SvgIconComponent;
|
|
9539
9534
|
export const VoiceOverOff: SvgIconComponent;
|
|
9540
9535
|
export const VoiceOverOffOutlined: SvgIconComponent;
|
|
9541
9536
|
export const VoiceOverOffRounded: SvgIconComponent;
|
|
9542
9537
|
export const VoiceOverOffSharp: SvgIconComponent;
|
|
9543
9538
|
export const VoiceOverOffTwoTone: SvgIconComponent;
|
|
9539
|
+
export const Voicemail: SvgIconComponent;
|
|
9540
|
+
export const VoicemailOutlined: SvgIconComponent;
|
|
9541
|
+
export const VoicemailRounded: SvgIconComponent;
|
|
9542
|
+
export const VoicemailSharp: SvgIconComponent;
|
|
9543
|
+
export const VoicemailTwoTone: SvgIconComponent;
|
|
9544
9544
|
export const VolumeDown: SvgIconComponent;
|
|
9545
9545
|
export const VolumeDownOutlined: SvgIconComponent;
|
|
9546
9546
|
export const VolumeDownRounded: SvgIconComponent;
|
|
@@ -9632,15 +9632,15 @@ export const WaterDamageOutlined: SvgIconComponent;
|
|
|
9632
9632
|
export const WaterDamageRounded: SvgIconComponent;
|
|
9633
9633
|
export const WaterDamageSharp: SvgIconComponent;
|
|
9634
9634
|
export const WaterDamageTwoTone: SvgIconComponent;
|
|
9635
|
+
export const WaterOutlined: SvgIconComponent;
|
|
9636
|
+
export const WaterRounded: SvgIconComponent;
|
|
9637
|
+
export const WaterSharp: SvgIconComponent;
|
|
9638
|
+
export const WaterTwoTone: SvgIconComponent;
|
|
9635
9639
|
export const WaterfallChart: SvgIconComponent;
|
|
9636
9640
|
export const WaterfallChartOutlined: SvgIconComponent;
|
|
9637
9641
|
export const WaterfallChartRounded: SvgIconComponent;
|
|
9638
9642
|
export const WaterfallChartSharp: SvgIconComponent;
|
|
9639
9643
|
export const WaterfallChartTwoTone: SvgIconComponent;
|
|
9640
|
-
export const WaterOutlined: SvgIconComponent;
|
|
9641
|
-
export const WaterRounded: SvgIconComponent;
|
|
9642
|
-
export const WaterSharp: SvgIconComponent;
|
|
9643
|
-
export const WaterTwoTone: SvgIconComponent;
|
|
9644
9644
|
export const Waves: SvgIconComponent;
|
|
9645
9645
|
export const WavesOutlined: SvgIconComponent;
|
|
9646
9646
|
export const WavesRounded: SvgIconComponent;
|
|
@@ -9697,15 +9697,15 @@ export const WebAssetOutlined: SvgIconComponent;
|
|
|
9697
9697
|
export const WebAssetRounded: SvgIconComponent;
|
|
9698
9698
|
export const WebAssetSharp: SvgIconComponent;
|
|
9699
9699
|
export const WebAssetTwoTone: SvgIconComponent;
|
|
9700
|
+
export const WebOutlined: SvgIconComponent;
|
|
9701
|
+
export const WebRounded: SvgIconComponent;
|
|
9702
|
+
export const WebSharp: SvgIconComponent;
|
|
9703
|
+
export const WebTwoTone: SvgIconComponent;
|
|
9700
9704
|
export const Webhook: SvgIconComponent;
|
|
9701
9705
|
export const WebhookOutlined: SvgIconComponent;
|
|
9702
9706
|
export const WebhookRounded: SvgIconComponent;
|
|
9703
9707
|
export const WebhookSharp: SvgIconComponent;
|
|
9704
9708
|
export const WebhookTwoTone: SvgIconComponent;
|
|
9705
|
-
export const WebOutlined: SvgIconComponent;
|
|
9706
|
-
export const WebRounded: SvgIconComponent;
|
|
9707
|
-
export const WebSharp: SvgIconComponent;
|
|
9708
|
-
export const WebTwoTone: SvgIconComponent;
|
|
9709
9709
|
export const Weekend: SvgIconComponent;
|
|
9710
9710
|
export const WeekendOutlined: SvgIconComponent;
|
|
9711
9711
|
export const WeekendRounded: SvgIconComponent;
|
|
@@ -9827,13 +9827,14 @@ export const WorkOffRounded: SvgIconComponent;
|
|
|
9827
9827
|
export const WorkOffSharp: SvgIconComponent;
|
|
9828
9828
|
export const WorkOffTwoTone: SvgIconComponent;
|
|
9829
9829
|
export const WorkOutline: SvgIconComponent;
|
|
9830
|
-
export const WorkOutlined: SvgIconComponent;
|
|
9831
9830
|
export const WorkOutlineOutlined: SvgIconComponent;
|
|
9832
9831
|
export const WorkOutlineRounded: SvgIconComponent;
|
|
9833
9832
|
export const WorkOutlineSharp: SvgIconComponent;
|
|
9834
9833
|
export const WorkOutlineTwoTone: SvgIconComponent;
|
|
9834
|
+
export const WorkOutlined: SvgIconComponent;
|
|
9835
9835
|
export const WorkRounded: SvgIconComponent;
|
|
9836
9836
|
export const WorkSharp: SvgIconComponent;
|
|
9837
|
+
export const WorkTwoTone: SvgIconComponent;
|
|
9837
9838
|
export const WorkspacePremium: SvgIconComponent;
|
|
9838
9839
|
export const WorkspacePremiumOutlined: SvgIconComponent;
|
|
9839
9840
|
export const WorkspacePremiumRounded: SvgIconComponent;
|
|
@@ -9844,7 +9845,6 @@ export const WorkspacesOutlined: SvgIconComponent;
|
|
|
9844
9845
|
export const WorkspacesRounded: SvgIconComponent;
|
|
9845
9846
|
export const WorkspacesSharp: SvgIconComponent;
|
|
9846
9847
|
export const WorkspacesTwoTone: SvgIconComponent;
|
|
9847
|
-
export const WorkTwoTone: SvgIconComponent;
|
|
9848
9848
|
export const WrapText: SvgIconComponent;
|
|
9849
9849
|
export const WrapTextOutlined: SvgIconComponent;
|
|
9850
9850
|
export const WrapTextRounded: SvgIconComponent;
|