@quasar/extras 1.11.1 → 1.11.5
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/README.md +13 -13
- package/bootstrap-icons/LICENSE.md +1 -1
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +153 -2
- package/bootstrap-icons/index.js +175 -24
- package/ionicons-v5/index.d.ts +1 -1
- package/ionicons-v5/index.js +1 -1
- package/material-icons/index.d.ts +99 -14
- package/material-icons/index.js +101 -16
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/index.d.ts +99 -14
- package/material-icons-outlined/index.js +101 -16
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/index.d.ts +99 -14
- package/material-icons-round/index.js +102 -17
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/index.d.ts +99 -14
- package/material-icons-sharp/index.js +101 -16
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/index.d.ts +301 -1
- package/mdi-v6/index.js +361 -61
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/package.json +5 -5
package/mdi-v6/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MDI v6.
|
|
1
|
+
/* MDI v6.4.95 */
|
|
2
2
|
|
|
3
3
|
export declare const mdiAbTesting: string;
|
|
4
4
|
export declare const mdiAbacus: string;
|
|
@@ -16,10 +16,14 @@ export declare const mdiAccessPointRemove: string;
|
|
|
16
16
|
export declare const mdiAccessPoint: string;
|
|
17
17
|
export declare const mdiAccountAlertOutline: string;
|
|
18
18
|
export declare const mdiAccountAlert: string;
|
|
19
|
+
export declare const mdiAccountArrowDownOutline: string;
|
|
20
|
+
export declare const mdiAccountArrowDown: string;
|
|
19
21
|
export declare const mdiAccountArrowLeftOutline: string;
|
|
20
22
|
export declare const mdiAccountArrowLeft: string;
|
|
21
23
|
export declare const mdiAccountArrowRightOutline: string;
|
|
22
24
|
export declare const mdiAccountArrowRight: string;
|
|
25
|
+
export declare const mdiAccountArrowUpOutline: string;
|
|
26
|
+
export declare const mdiAccountArrowUp: string;
|
|
23
27
|
export declare const mdiAccountBoxMultipleOutline: string;
|
|
24
28
|
export declare const mdiAccountBoxMultiple: string;
|
|
25
29
|
export declare const mdiAccountBoxOutline: string;
|
|
@@ -101,6 +105,10 @@ export declare const mdiAccountSupervisorOutline: string;
|
|
|
101
105
|
export declare const mdiAccountSupervisor: string;
|
|
102
106
|
export declare const mdiAccountSwitchOutline: string;
|
|
103
107
|
export declare const mdiAccountSwitch: string;
|
|
108
|
+
export declare const mdiAccountSyncOutline: string;
|
|
109
|
+
export declare const mdiAccountSync: string;
|
|
110
|
+
export declare const mdiAccountTieHatOutline: string;
|
|
111
|
+
export declare const mdiAccountTieHat: string;
|
|
104
112
|
export declare const mdiAccountTieOutline: string;
|
|
105
113
|
export declare const mdiAccountTieVoiceOffOutline: string;
|
|
106
114
|
export declare const mdiAccountTieVoiceOff: string;
|
|
@@ -109,8 +117,12 @@ export declare const mdiAccountTieVoice: string;
|
|
|
109
117
|
export declare const mdiAccountTie: string;
|
|
110
118
|
export declare const mdiAccountVoiceOff: string;
|
|
111
119
|
export declare const mdiAccountVoice: string;
|
|
120
|
+
export declare const mdiAccountWrenchOutline: string;
|
|
121
|
+
export declare const mdiAccountWrench: string;
|
|
112
122
|
export declare const mdiAccount: string;
|
|
113
123
|
export declare const mdiAdjust: string;
|
|
124
|
+
export declare const mdiAdvertisementsOff: string;
|
|
125
|
+
export declare const mdiAdvertisements: string;
|
|
114
126
|
export declare const mdiAirConditioner: string;
|
|
115
127
|
export declare const mdiAirFilter: string;
|
|
116
128
|
export declare const mdiAirHorn: string;
|
|
@@ -120,8 +132,19 @@ export declare const mdiAirPurifier: string;
|
|
|
120
132
|
export declare const mdiAirbag: string;
|
|
121
133
|
export declare const mdiAirballoonOutline: string;
|
|
122
134
|
export declare const mdiAirballoon: string;
|
|
135
|
+
export declare const mdiAirplaneAlert: string;
|
|
136
|
+
export declare const mdiAirplaneCheck: string;
|
|
137
|
+
export declare const mdiAirplaneClock: string;
|
|
138
|
+
export declare const mdiAirplaneCog: string;
|
|
139
|
+
export declare const mdiAirplaneEdit: string;
|
|
123
140
|
export declare const mdiAirplaneLanding: string;
|
|
141
|
+
export declare const mdiAirplaneMarker: string;
|
|
142
|
+
export declare const mdiAirplaneMinus: string;
|
|
124
143
|
export declare const mdiAirplaneOff: string;
|
|
144
|
+
export declare const mdiAirplanePlus: string;
|
|
145
|
+
export declare const mdiAirplaneRemove: string;
|
|
146
|
+
export declare const mdiAirplaneSearch: string;
|
|
147
|
+
export declare const mdiAirplaneSettings: string;
|
|
125
148
|
export declare const mdiAirplaneTakeoff: string;
|
|
126
149
|
export declare const mdiAirplane: string;
|
|
127
150
|
export declare const mdiAirport: string;
|
|
@@ -171,6 +194,8 @@ export declare const mdiAlignHorizontalRight: string;
|
|
|
171
194
|
export declare const mdiAlignVerticalBottom: string;
|
|
172
195
|
export declare const mdiAlignVerticalCenter: string;
|
|
173
196
|
export declare const mdiAlignVerticalTop: string;
|
|
197
|
+
export declare const mdiAllInclusiveBoxOutline: string;
|
|
198
|
+
export declare const mdiAllInclusiveBox: string;
|
|
174
199
|
export declare const mdiAllInclusive: string;
|
|
175
200
|
export declare const mdiAllergy: string;
|
|
176
201
|
export declare const mdiAlphaABoxOutline: string;
|
|
@@ -497,6 +522,8 @@ export declare const mdiArrowLeftThinCircleOutline: string;
|
|
|
497
522
|
export declare const mdiArrowLeftTopBold: string;
|
|
498
523
|
export declare const mdiArrowLeftTop: string;
|
|
499
524
|
export declare const mdiArrowLeft: string;
|
|
525
|
+
export declare const mdiArrowProjectileMultiple: string;
|
|
526
|
+
export declare const mdiArrowProjectile: string;
|
|
500
527
|
export declare const mdiArrowRightBoldBoxOutline: string;
|
|
501
528
|
export declare const mdiArrowRightBoldBox: string;
|
|
502
529
|
export declare const mdiArrowRightBoldCircleOutline: string;
|
|
@@ -579,6 +606,9 @@ export declare const mdiAtm: string;
|
|
|
579
606
|
export declare const mdiAtomVariant: string;
|
|
580
607
|
export declare const mdiAtom: string;
|
|
581
608
|
export declare const mdiAttachment: string;
|
|
609
|
+
export declare const mdiAudioInputRca: string;
|
|
610
|
+
export declare const mdiAudioInputStereoMinijack: string;
|
|
611
|
+
export declare const mdiAudioInputXlr: string;
|
|
582
612
|
export declare const mdiAudioVideoOff: string;
|
|
583
613
|
export declare const mdiAudioVideo: string;
|
|
584
614
|
export declare const mdiAugmentedReality: string;
|
|
@@ -588,6 +618,7 @@ export declare const mdiAutoUpload: string;
|
|
|
588
618
|
export declare const mdiAutorenew: string;
|
|
589
619
|
export declare const mdiAvTimer: string;
|
|
590
620
|
export declare const mdiAws: string;
|
|
621
|
+
export declare const mdiAxeBattle: string;
|
|
591
622
|
export declare const mdiAxe: string;
|
|
592
623
|
export declare const mdiAxisArrowInfo: string;
|
|
593
624
|
export declare const mdiAxisArrowLock: string;
|
|
@@ -674,6 +705,8 @@ export declare const mdiBaseballDiamondOutline: string;
|
|
|
674
705
|
export declare const mdiBaseballDiamond: string;
|
|
675
706
|
export declare const mdiBaseball: string;
|
|
676
707
|
export declare const mdiBash: string;
|
|
708
|
+
export declare const mdiBasketCheckOutline: string;
|
|
709
|
+
export declare const mdiBasketCheck: string;
|
|
677
710
|
export declare const mdiBasketFill: string;
|
|
678
711
|
export declare const mdiBasketMinusOutline: string;
|
|
679
712
|
export declare const mdiBasketMinus: string;
|
|
@@ -770,6 +803,8 @@ export declare const mdiBatteryPlus: string;
|
|
|
770
803
|
export declare const mdiBatteryPositive: string;
|
|
771
804
|
export declare const mdiBatteryRemoveOutline: string;
|
|
772
805
|
export declare const mdiBatteryRemove: string;
|
|
806
|
+
export declare const mdiBatterySyncOutline: string;
|
|
807
|
+
export declare const mdiBatterySync: string;
|
|
773
808
|
export declare const mdiBatteryUnknownBluetooth: string;
|
|
774
809
|
export declare const mdiBatteryUnknown: string;
|
|
775
810
|
export declare const mdiBattery: string;
|
|
@@ -834,6 +869,7 @@ export declare const mdiBeta: string;
|
|
|
834
869
|
export declare const mdiBetamax: string;
|
|
835
870
|
export declare const mdiBiathlon: string;
|
|
836
871
|
export declare const mdiBicycleBasket: string;
|
|
872
|
+
export declare const mdiBicycleCargo: string;
|
|
837
873
|
export declare const mdiBicycleElectric: string;
|
|
838
874
|
export declare const mdiBicyclePennyFarthing: string;
|
|
839
875
|
export declare const mdiBicycle: string;
|
|
@@ -1001,6 +1037,7 @@ export declare const mdiBottleTonicSkull: string;
|
|
|
1001
1037
|
export declare const mdiBottleTonic: string;
|
|
1002
1038
|
export declare const mdiBottleWineOutline: string;
|
|
1003
1039
|
export declare const mdiBottleWine: string;
|
|
1040
|
+
export declare const mdiBowArrow: string;
|
|
1004
1041
|
export declare const mdiBowTie: string;
|
|
1005
1042
|
export declare const mdiBowlMixOutline: string;
|
|
1006
1043
|
export declare const mdiBowlMix: string;
|
|
@@ -1085,6 +1122,7 @@ export declare const mdiBusArticulatedEnd: string;
|
|
|
1085
1122
|
export declare const mdiBusArticulatedFront: string;
|
|
1086
1123
|
export declare const mdiBusClock: string;
|
|
1087
1124
|
export declare const mdiBusDoubleDecker: string;
|
|
1125
|
+
export declare const mdiBusElectric: string;
|
|
1088
1126
|
export declare const mdiBusMarker: string;
|
|
1089
1127
|
export declare const mdiBusMultiple: string;
|
|
1090
1128
|
export declare const mdiBusSchool: string;
|
|
@@ -1095,6 +1133,7 @@ export declare const mdiBusStop: string;
|
|
|
1095
1133
|
export declare const mdiBus: string;
|
|
1096
1134
|
export declare const mdiButterflyOutline: string;
|
|
1097
1135
|
export declare const mdiButterfly: string;
|
|
1136
|
+
export declare const mdiCabinAFrame: string;
|
|
1098
1137
|
export declare const mdiCableData: string;
|
|
1099
1138
|
export declare const mdiCached: string;
|
|
1100
1139
|
export declare const mdiCactus: string;
|
|
@@ -1117,9 +1156,11 @@ export declare const mdiCalendarCheckOutline: string;
|
|
|
1117
1156
|
export declare const mdiCalendarCheck: string;
|
|
1118
1157
|
export declare const mdiCalendarClockOutline: string;
|
|
1119
1158
|
export declare const mdiCalendarClock: string;
|
|
1159
|
+
export declare const mdiCalendarCollapseHorizontal: string;
|
|
1120
1160
|
export declare const mdiCalendarCursor: string;
|
|
1121
1161
|
export declare const mdiCalendarEdit: string;
|
|
1122
1162
|
export declare const mdiCalendarEnd: string;
|
|
1163
|
+
export declare const mdiCalendarExpandHorizontal: string;
|
|
1123
1164
|
export declare const mdiCalendarExport: string;
|
|
1124
1165
|
export declare const mdiCalendarHeart: string;
|
|
1125
1166
|
export declare const mdiCalendarImport: string;
|
|
@@ -1163,6 +1204,8 @@ export declare const mdiCamcorder: string;
|
|
|
1163
1204
|
export declare const mdiCameraAccount: string;
|
|
1164
1205
|
export declare const mdiCameraBurst: string;
|
|
1165
1206
|
export declare const mdiCameraControl: string;
|
|
1207
|
+
export declare const mdiCameraDocumentOff: string;
|
|
1208
|
+
export declare const mdiCameraDocument: string;
|
|
1166
1209
|
export declare const mdiCameraEnhanceOutline: string;
|
|
1167
1210
|
export declare const mdiCameraEnhance: string;
|
|
1168
1211
|
export declare const mdiCameraFlipOutline: string;
|
|
@@ -1208,9 +1251,13 @@ export declare const mdiCarBack: string;
|
|
|
1208
1251
|
export declare const mdiCarBattery: string;
|
|
1209
1252
|
export declare const mdiCarBrakeAbs: string;
|
|
1210
1253
|
export declare const mdiCarBrakeAlert: string;
|
|
1254
|
+
export declare const mdiCarBrakeFluidLevel: string;
|
|
1211
1255
|
export declare const mdiCarBrakeHold: string;
|
|
1256
|
+
export declare const mdiCarBrakeLowPressure: string;
|
|
1212
1257
|
export declare const mdiCarBrakeParking: string;
|
|
1213
1258
|
export declare const mdiCarBrakeRetarder: string;
|
|
1259
|
+
export declare const mdiCarBrakeTemperature: string;
|
|
1260
|
+
export declare const mdiCarBrakeWornLinings: string;
|
|
1214
1261
|
export declare const mdiCarChildSeat: string;
|
|
1215
1262
|
export declare const mdiCarClutch: string;
|
|
1216
1263
|
export declare const mdiCarCog: string;
|
|
@@ -1231,6 +1278,7 @@ export declare const mdiCarHatchback: string;
|
|
|
1231
1278
|
export declare const mdiCarInfo: string;
|
|
1232
1279
|
export declare const mdiCarKey: string;
|
|
1233
1280
|
export declare const mdiCarLiftedPickup: string;
|
|
1281
|
+
export declare const mdiCarLightAlert: string;
|
|
1234
1282
|
export declare const mdiCarLightDimmed: string;
|
|
1235
1283
|
export declare const mdiCarLightFog: string;
|
|
1236
1284
|
export declare const mdiCarLightHigh: string;
|
|
@@ -1243,9 +1291,11 @@ export declare const mdiCarPickup: string;
|
|
|
1243
1291
|
export declare const mdiCarSeatCooler: string;
|
|
1244
1292
|
export declare const mdiCarSeatHeater: string;
|
|
1245
1293
|
export declare const mdiCarSeat: string;
|
|
1294
|
+
export declare const mdiCarSelect: string;
|
|
1246
1295
|
export declare const mdiCarSettings: string;
|
|
1247
1296
|
export declare const mdiCarShiftPattern: string;
|
|
1248
1297
|
export declare const mdiCarSide: string;
|
|
1298
|
+
export declare const mdiCarSpeedLimiter: string;
|
|
1249
1299
|
export declare const mdiCarSports: string;
|
|
1250
1300
|
export declare const mdiCarTireAlert: string;
|
|
1251
1301
|
export declare const mdiCarTractionControl: string;
|
|
@@ -1253,6 +1303,7 @@ export declare const mdiCarTurbocharger: string;
|
|
|
1253
1303
|
export declare const mdiCarWash: string;
|
|
1254
1304
|
export declare const mdiCarWindshieldOutline: string;
|
|
1255
1305
|
export declare const mdiCarWindshield: string;
|
|
1306
|
+
export declare const mdiCarWireless: string;
|
|
1256
1307
|
export declare const mdiCarWrench: string;
|
|
1257
1308
|
export declare const mdiCar: string;
|
|
1258
1309
|
export declare const mdiCarabiner: string;
|
|
@@ -1287,12 +1338,32 @@ export declare const mdiCardSearch: string;
|
|
|
1287
1338
|
export declare const mdiCardTextOutline: string;
|
|
1288
1339
|
export declare const mdiCardText: string;
|
|
1289
1340
|
export declare const mdiCard: string;
|
|
1341
|
+
export declare const mdiCardsClubOutline: string;
|
|
1290
1342
|
export declare const mdiCardsClub: string;
|
|
1291
1343
|
export declare const mdiCardsDiamondOutline: string;
|
|
1292
1344
|
export declare const mdiCardsDiamond: string;
|
|
1345
|
+
export declare const mdiCardsHeartOutline: string;
|
|
1293
1346
|
export declare const mdiCardsHeart: string;
|
|
1294
1347
|
export declare const mdiCardsOutline: string;
|
|
1348
|
+
export declare const mdiCardsPlayingClubMultipleOutline: string;
|
|
1349
|
+
export declare const mdiCardsPlayingClubMultiple: string;
|
|
1350
|
+
export declare const mdiCardsPlayingClubOutline: string;
|
|
1351
|
+
export declare const mdiCardsPlayingClub: string;
|
|
1352
|
+
export declare const mdiCardsPlayingDiamondMultipleOutline: string;
|
|
1353
|
+
export declare const mdiCardsPlayingDiamondMultiple: string;
|
|
1354
|
+
export declare const mdiCardsPlayingDiamondOutline: string;
|
|
1355
|
+
export declare const mdiCardsPlayingDiamond: string;
|
|
1356
|
+
export declare const mdiCardsPlayingHeartMultipleOutline: string;
|
|
1357
|
+
export declare const mdiCardsPlayingHeartMultiple: string;
|
|
1358
|
+
export declare const mdiCardsPlayingHeartOutline: string;
|
|
1359
|
+
export declare const mdiCardsPlayingHeart: string;
|
|
1295
1360
|
export declare const mdiCardsPlayingOutline: string;
|
|
1361
|
+
export declare const mdiCardsPlayingSpadeMultipleOutline: string;
|
|
1362
|
+
export declare const mdiCardsPlayingSpadeMultiple: string;
|
|
1363
|
+
export declare const mdiCardsPlayingSpadeOutline: string;
|
|
1364
|
+
export declare const mdiCardsPlayingSpade: string;
|
|
1365
|
+
export declare const mdiCardsPlaying: string;
|
|
1366
|
+
export declare const mdiCardsSpadeOutline: string;
|
|
1296
1367
|
export declare const mdiCardsSpade: string;
|
|
1297
1368
|
export declare const mdiCardsVariant: string;
|
|
1298
1369
|
export declare const mdiCards: string;
|
|
@@ -1301,6 +1372,7 @@ export declare const mdiCartArrowDown: string;
|
|
|
1301
1372
|
export declare const mdiCartArrowRight: string;
|
|
1302
1373
|
export declare const mdiCartArrowUp: string;
|
|
1303
1374
|
export declare const mdiCartCheck: string;
|
|
1375
|
+
export declare const mdiCartHeart: string;
|
|
1304
1376
|
export declare const mdiCartMinus: string;
|
|
1305
1377
|
export declare const mdiCartOff: string;
|
|
1306
1378
|
export declare const mdiCartOutline: string;
|
|
@@ -1311,6 +1383,7 @@ export declare const mdiCart: string;
|
|
|
1311
1383
|
export declare const mdiCaseSensitiveAlt: string;
|
|
1312
1384
|
export declare const mdiCash100: string;
|
|
1313
1385
|
export declare const mdiCashCheck: string;
|
|
1386
|
+
export declare const mdiCashFast: string;
|
|
1314
1387
|
export declare const mdiCashLockOpen: string;
|
|
1315
1388
|
export declare const mdiCashLock: string;
|
|
1316
1389
|
export declare const mdiCashMarker: string;
|
|
@@ -1331,9 +1404,12 @@ export declare const mdiCastVariant: string;
|
|
|
1331
1404
|
export declare const mdiCast: string;
|
|
1332
1405
|
export declare const mdiCastle: string;
|
|
1333
1406
|
export declare const mdiCat: string;
|
|
1407
|
+
export declare const mdiCctvOff: string;
|
|
1334
1408
|
export declare const mdiCctv: string;
|
|
1335
1409
|
export declare const mdiCeilingFanLight: string;
|
|
1336
1410
|
export declare const mdiCeilingFan: string;
|
|
1411
|
+
export declare const mdiCeilingLightMultipleOutline: string;
|
|
1412
|
+
export declare const mdiCeilingLightMultiple: string;
|
|
1337
1413
|
export declare const mdiCeilingLightOutline: string;
|
|
1338
1414
|
export declare const mdiCeilingLight: string;
|
|
1339
1415
|
export declare const mdiCellphoneArrowDown: string;
|
|
@@ -1347,6 +1423,7 @@ export declare const mdiCellphoneKey: string;
|
|
|
1347
1423
|
export declare const mdiCellphoneLinkOff: string;
|
|
1348
1424
|
export declare const mdiCellphoneLink: string;
|
|
1349
1425
|
export declare const mdiCellphoneLock: string;
|
|
1426
|
+
export declare const mdiCellphoneMarker: string;
|
|
1350
1427
|
export declare const mdiCellphoneMessageOff: string;
|
|
1351
1428
|
export declare const mdiCellphoneMessage: string;
|
|
1352
1429
|
export declare const mdiCellphoneNfcOff: string;
|
|
@@ -1397,6 +1474,7 @@ export declare const mdiChartTimelineVariantShimmer: string;
|
|
|
1397
1474
|
export declare const mdiChartTimelineVariant: string;
|
|
1398
1475
|
export declare const mdiChartTimeline: string;
|
|
1399
1476
|
export declare const mdiChartTree: string;
|
|
1477
|
+
export declare const mdiChartWaterfall: string;
|
|
1400
1478
|
export declare const mdiChatAlertOutline: string;
|
|
1401
1479
|
export declare const mdiChatAlert: string;
|
|
1402
1480
|
export declare const mdiChatMinusOutline: string;
|
|
@@ -1437,6 +1515,7 @@ export declare const mdiCheckboxBlankOutline: string;
|
|
|
1437
1515
|
export declare const mdiCheckboxBlank: string;
|
|
1438
1516
|
export declare const mdiCheckboxIntermediate: string;
|
|
1439
1517
|
export declare const mdiCheckboxMarkedCircleOutline: string;
|
|
1518
|
+
export declare const mdiCheckboxMarkedCirclePlusOutline: string;
|
|
1440
1519
|
export declare const mdiCheckboxMarkedCircle: string;
|
|
1441
1520
|
export declare const mdiCheckboxMarkedOutline: string;
|
|
1442
1521
|
export declare const mdiCheckboxMarked: string;
|
|
@@ -1517,6 +1596,7 @@ export declare const mdiCircleMedium: string;
|
|
|
1517
1596
|
export declare const mdiCircleMultipleOutline: string;
|
|
1518
1597
|
export declare const mdiCircleMultiple: string;
|
|
1519
1598
|
export declare const mdiCircleOffOutline: string;
|
|
1599
|
+
export declare const mdiCircleOpacity: string;
|
|
1520
1600
|
export declare const mdiCircleOutline: string;
|
|
1521
1601
|
export declare const mdiCircleSlice1: string;
|
|
1522
1602
|
export declare const mdiCircleSlice2: string;
|
|
@@ -1577,6 +1657,8 @@ export declare const mdiClipboardRemoveOutline: string;
|
|
|
1577
1657
|
export declare const mdiClipboardRemove: string;
|
|
1578
1658
|
export declare const mdiClipboardSearchOutline: string;
|
|
1579
1659
|
export declare const mdiClipboardSearch: string;
|
|
1660
|
+
export declare const mdiClipboardTextClockOutline: string;
|
|
1661
|
+
export declare const mdiClipboardTextClock: string;
|
|
1580
1662
|
export declare const mdiClipboardTextMultipleOutline: string;
|
|
1581
1663
|
export declare const mdiClipboardTextMultiple: string;
|
|
1582
1664
|
export declare const mdiClipboardTextOffOutline: string;
|
|
@@ -1597,8 +1679,14 @@ export declare const mdiClockDigital: string;
|
|
|
1597
1679
|
export declare const mdiClockEnd: string;
|
|
1598
1680
|
export declare const mdiClockFast: string;
|
|
1599
1681
|
export declare const mdiClockIn: string;
|
|
1682
|
+
export declare const mdiClockMinusOutline: string;
|
|
1683
|
+
export declare const mdiClockMinus: string;
|
|
1600
1684
|
export declare const mdiClockOut: string;
|
|
1601
1685
|
export declare const mdiClockOutline: string;
|
|
1686
|
+
export declare const mdiClockPlusOutline: string;
|
|
1687
|
+
export declare const mdiClockPlus: string;
|
|
1688
|
+
export declare const mdiClockRemoveOutline: string;
|
|
1689
|
+
export declare const mdiClockRemove: string;
|
|
1602
1690
|
export declare const mdiClockStart: string;
|
|
1603
1691
|
export declare const mdiClockTimeEightOutline: string;
|
|
1604
1692
|
export declare const mdiClockTimeEight: string;
|
|
@@ -1686,6 +1774,8 @@ export declare const mdiCodeString: string;
|
|
|
1686
1774
|
export declare const mdiCodeTagsCheck: string;
|
|
1687
1775
|
export declare const mdiCodeTags: string;
|
|
1688
1776
|
export declare const mdiCodepen: string;
|
|
1777
|
+
export declare const mdiCoffeeMakerCheckOutline: string;
|
|
1778
|
+
export declare const mdiCoffeeMakerCheck: string;
|
|
1689
1779
|
export declare const mdiCoffeeMakerOutline: string;
|
|
1690
1780
|
export declare const mdiCoffeeMaker: string;
|
|
1691
1781
|
export declare const mdiCoffeeOffOutline: string;
|
|
@@ -1701,8 +1791,14 @@ export declare const mdiCogCounterclockwise: string;
|
|
|
1701
1791
|
export declare const mdiCogOffOutline: string;
|
|
1702
1792
|
export declare const mdiCogOff: string;
|
|
1703
1793
|
export declare const mdiCogOutline: string;
|
|
1794
|
+
export declare const mdiCogPauseOutline: string;
|
|
1795
|
+
export declare const mdiCogPause: string;
|
|
1796
|
+
export declare const mdiCogPlayOutline: string;
|
|
1797
|
+
export declare const mdiCogPlay: string;
|
|
1704
1798
|
export declare const mdiCogRefreshOutline: string;
|
|
1705
1799
|
export declare const mdiCogRefresh: string;
|
|
1800
|
+
export declare const mdiCogStopOutline: string;
|
|
1801
|
+
export declare const mdiCogStop: string;
|
|
1706
1802
|
export declare const mdiCogSyncOutline: string;
|
|
1707
1803
|
export declare const mdiCogSync: string;
|
|
1708
1804
|
export declare const mdiCogTransferOutline: string;
|
|
@@ -1761,6 +1857,7 @@ export declare const mdiCommentTextOutline: string;
|
|
|
1761
1857
|
export declare const mdiCommentText: string;
|
|
1762
1858
|
export declare const mdiComment: string;
|
|
1763
1859
|
export declare const mdiCompareHorizontal: string;
|
|
1860
|
+
export declare const mdiCompareRemove: string;
|
|
1764
1861
|
export declare const mdiCompareVertical: string;
|
|
1765
1862
|
export declare const mdiCompare: string;
|
|
1766
1863
|
export declare const mdiCompassOffOutline: string;
|
|
@@ -1768,6 +1865,8 @@ export declare const mdiCompassOff: string;
|
|
|
1768
1865
|
export declare const mdiCompassOutline: string;
|
|
1769
1866
|
export declare const mdiCompassRose: string;
|
|
1770
1867
|
export declare const mdiCompass: string;
|
|
1868
|
+
export declare const mdiConeOff: string;
|
|
1869
|
+
export declare const mdiCone: string;
|
|
1771
1870
|
export declare const mdiConnection: string;
|
|
1772
1871
|
export declare const mdiConsoleLine: string;
|
|
1773
1872
|
export declare const mdiConsoleNetworkOutline: string;
|
|
@@ -1790,6 +1889,8 @@ export declare const mdiContentSaveAlertOutline: string;
|
|
|
1790
1889
|
export declare const mdiContentSaveAlert: string;
|
|
1791
1890
|
export declare const mdiContentSaveAllOutline: string;
|
|
1792
1891
|
export declare const mdiContentSaveAll: string;
|
|
1892
|
+
export declare const mdiContentSaveCheckOutline: string;
|
|
1893
|
+
export declare const mdiContentSaveCheck: string;
|
|
1793
1894
|
export declare const mdiContentSaveCogOutline: string;
|
|
1794
1895
|
export declare const mdiContentSaveCog: string;
|
|
1795
1896
|
export declare const mdiContentSaveEditOutline: string;
|
|
@@ -1834,6 +1935,7 @@ export declare const mdiCookieSettingsOutline: string;
|
|
|
1834
1935
|
export declare const mdiCookieSettings: string;
|
|
1835
1936
|
export declare const mdiCookie: string;
|
|
1836
1937
|
export declare const mdiCoolantTemperature: string;
|
|
1938
|
+
export declare const mdiCopyleft: string;
|
|
1837
1939
|
export declare const mdiCopyright: string;
|
|
1838
1940
|
export declare const mdiCordova: string;
|
|
1839
1941
|
export declare const mdiCornOff: string;
|
|
@@ -1842,6 +1944,7 @@ export declare const mdiCosineWave: string;
|
|
|
1842
1944
|
export declare const mdiCounter: string;
|
|
1843
1945
|
export declare const mdiCountertopOutline: string;
|
|
1844
1946
|
export declare const mdiCountertop: string;
|
|
1947
|
+
export declare const mdiCowOff: string;
|
|
1845
1948
|
export declare const mdiCow: string;
|
|
1846
1949
|
export declare const mdiCpu32Bit: string;
|
|
1847
1950
|
export declare const mdiCpu64Bit: string;
|
|
@@ -1850,10 +1953,16 @@ export declare const mdiCreation: string;
|
|
|
1850
1953
|
export declare const mdiCreativeCommons: string;
|
|
1851
1954
|
export declare const mdiCreditCardCheckOutline: string;
|
|
1852
1955
|
export declare const mdiCreditCardCheck: string;
|
|
1956
|
+
export declare const mdiCreditCardChipOutline: string;
|
|
1957
|
+
export declare const mdiCreditCardChip: string;
|
|
1853
1958
|
export declare const mdiCreditCardClockOutline: string;
|
|
1854
1959
|
export declare const mdiCreditCardClock: string;
|
|
1855
1960
|
export declare const mdiCreditCardEditOutline: string;
|
|
1856
1961
|
export declare const mdiCreditCardEdit: string;
|
|
1962
|
+
export declare const mdiCreditCardFastOutline: string;
|
|
1963
|
+
export declare const mdiCreditCardFast: string;
|
|
1964
|
+
export declare const mdiCreditCardLockOutline: string;
|
|
1965
|
+
export declare const mdiCreditCardLock: string;
|
|
1857
1966
|
export declare const mdiCreditCardMarkerOutline: string;
|
|
1858
1967
|
export declare const mdiCreditCardMarker: string;
|
|
1859
1968
|
export declare const mdiCreditCardMinusOutline: string;
|
|
@@ -1955,6 +2064,10 @@ export declare const mdiCursorDefault: string;
|
|
|
1955
2064
|
export declare const mdiCursorMove: string;
|
|
1956
2065
|
export declare const mdiCursorPointer: string;
|
|
1957
2066
|
export declare const mdiCursorText: string;
|
|
2067
|
+
export declare const mdiCurtainsClosed: string;
|
|
2068
|
+
export declare const mdiCurtains: string;
|
|
2069
|
+
export declare const mdiCylinderOff: string;
|
|
2070
|
+
export declare const mdiCylinder: string;
|
|
1958
2071
|
export declare const mdiDanceBallroom: string;
|
|
1959
2072
|
export declare const mdiDancePole: string;
|
|
1960
2073
|
export declare const mdiDataMatrixEdit: string;
|
|
@@ -1983,6 +2096,10 @@ export declare const mdiDatabaseEditOutline: string;
|
|
|
1983
2096
|
export declare const mdiDatabaseEdit: string;
|
|
1984
2097
|
export declare const mdiDatabaseExportOutline: string;
|
|
1985
2098
|
export declare const mdiDatabaseExport: string;
|
|
2099
|
+
export declare const mdiDatabaseEyeOffOutline: string;
|
|
2100
|
+
export declare const mdiDatabaseEyeOff: string;
|
|
2101
|
+
export declare const mdiDatabaseEyeOutline: string;
|
|
2102
|
+
export declare const mdiDatabaseEye: string;
|
|
1986
2103
|
export declare const mdiDatabaseImportOutline: string;
|
|
1987
2104
|
export declare const mdiDatabaseImport: string;
|
|
1988
2105
|
export declare const mdiDatabaseLockOutline: string;
|
|
@@ -2107,6 +2224,7 @@ export declare const mdiDistributeHorizontalRight: string;
|
|
|
2107
2224
|
export declare const mdiDistributeVerticalBottom: string;
|
|
2108
2225
|
export declare const mdiDistributeVerticalCenter: string;
|
|
2109
2226
|
export declare const mdiDistributeVerticalTop: string;
|
|
2227
|
+
export declare const mdiDiversify: string;
|
|
2110
2228
|
export declare const mdiDivingFlippers: string;
|
|
2111
2229
|
export declare const mdiDivingHelmet: string;
|
|
2112
2230
|
export declare const mdiDivingScubaFlag: string;
|
|
@@ -2133,6 +2251,7 @@ export declare const mdiDogSide: string;
|
|
|
2133
2251
|
export declare const mdiDog: string;
|
|
2134
2252
|
export declare const mdiDolby: string;
|
|
2135
2253
|
export declare const mdiDolly: string;
|
|
2254
|
+
export declare const mdiDolphin: string;
|
|
2136
2255
|
export declare const mdiDomainOff: string;
|
|
2137
2256
|
export declare const mdiDomainPlus: string;
|
|
2138
2257
|
export declare const mdiDomainRemove: string;
|
|
@@ -2193,6 +2312,10 @@ export declare const mdiDumbbell: string;
|
|
|
2193
2312
|
export declare const mdiDumpTruck: string;
|
|
2194
2313
|
export declare const mdiEarHearingOff: string;
|
|
2195
2314
|
export declare const mdiEarHearing: string;
|
|
2315
|
+
export declare const mdiEarbudsOffOutline: string;
|
|
2316
|
+
export declare const mdiEarbudsOff: string;
|
|
2317
|
+
export declare const mdiEarbudsOutline: string;
|
|
2318
|
+
export declare const mdiEarbuds: string;
|
|
2196
2319
|
export declare const mdiEarthArrowRight: string;
|
|
2197
2320
|
export declare const mdiEarthBoxMinus: string;
|
|
2198
2321
|
export declare const mdiEarthBoxOff: string;
|
|
@@ -2205,6 +2328,7 @@ export declare const mdiEarthPlus: string;
|
|
|
2205
2328
|
export declare const mdiEarthRemove: string;
|
|
2206
2329
|
export declare const mdiEarth: string;
|
|
2207
2330
|
export declare const mdiEggEaster: string;
|
|
2331
|
+
export declare const mdiEggFried: string;
|
|
2208
2332
|
export declare const mdiEggOffOutline: string;
|
|
2209
2333
|
export declare const mdiEggOff: string;
|
|
2210
2334
|
export declare const mdiEggOutline: string;
|
|
@@ -2232,6 +2356,8 @@ export declare const mdiEmailCheckOutline: string;
|
|
|
2232
2356
|
export declare const mdiEmailCheck: string;
|
|
2233
2357
|
export declare const mdiEmailEditOutline: string;
|
|
2234
2358
|
export declare const mdiEmailEdit: string;
|
|
2359
|
+
export declare const mdiEmailFastOutline: string;
|
|
2360
|
+
export declare const mdiEmailFast: string;
|
|
2235
2361
|
export declare const mdiEmailLock: string;
|
|
2236
2362
|
export declare const mdiEmailMarkAsUnread: string;
|
|
2237
2363
|
export declare const mdiEmailMinusOutline: string;
|
|
@@ -2252,6 +2378,8 @@ export declare const mdiEmailReceiveOutline: string;
|
|
|
2252
2378
|
export declare const mdiEmailReceive: string;
|
|
2253
2379
|
export declare const mdiEmailRemoveOutline: string;
|
|
2254
2380
|
export declare const mdiEmailRemove: string;
|
|
2381
|
+
export declare const mdiEmailSealOutline: string;
|
|
2382
|
+
export declare const mdiEmailSeal: string;
|
|
2255
2383
|
export declare const mdiEmailSearchOutline: string;
|
|
2256
2384
|
export declare const mdiEmailSearch: string;
|
|
2257
2385
|
export declare const mdiEmailSendOutline: string;
|
|
@@ -2340,6 +2468,10 @@ export declare const mdiExponentBox: string;
|
|
|
2340
2468
|
export declare const mdiExponent: string;
|
|
2341
2469
|
export declare const mdiExportVariant: string;
|
|
2342
2470
|
export declare const mdiExport: string;
|
|
2471
|
+
export declare const mdiEyeArrowLeftOutline: string;
|
|
2472
|
+
export declare const mdiEyeArrowLeft: string;
|
|
2473
|
+
export declare const mdiEyeArrowRightOutline: string;
|
|
2474
|
+
export declare const mdiEyeArrowRight: string;
|
|
2343
2475
|
export declare const mdiEyeCheckOutline: string;
|
|
2344
2476
|
export declare const mdiEyeCheck: string;
|
|
2345
2477
|
export declare const mdiEyeCircleOutline: string;
|
|
@@ -2395,6 +2527,7 @@ export declare const mdiFanSpeed2: string;
|
|
|
2395
2527
|
export declare const mdiFanSpeed3: string;
|
|
2396
2528
|
export declare const mdiFan: string;
|
|
2397
2529
|
export declare const mdiFastForward10: string;
|
|
2530
|
+
export declare const mdiFastForward15: string;
|
|
2398
2531
|
export declare const mdiFastForward30: string;
|
|
2399
2532
|
export declare const mdiFastForward5: string;
|
|
2400
2533
|
export declare const mdiFastForward60: string;
|
|
@@ -2460,7 +2593,13 @@ export declare const mdiFileGifBox: string;
|
|
|
2460
2593
|
export declare const mdiFileHidden: string;
|
|
2461
2594
|
export declare const mdiFileImageMarkerOutline: string;
|
|
2462
2595
|
export declare const mdiFileImageMarker: string;
|
|
2596
|
+
export declare const mdiFileImageMinusOutline: string;
|
|
2597
|
+
export declare const mdiFileImageMinus: string;
|
|
2463
2598
|
export declare const mdiFileImageOutline: string;
|
|
2599
|
+
export declare const mdiFileImagePlusOutline: string;
|
|
2600
|
+
export declare const mdiFileImagePlus: string;
|
|
2601
|
+
export declare const mdiFileImageRemoveOutline: string;
|
|
2602
|
+
export declare const mdiFileImageRemove: string;
|
|
2464
2603
|
export declare const mdiFileImage: string;
|
|
2465
2604
|
export declare const mdiFileImportOutline: string;
|
|
2466
2605
|
export declare const mdiFileImport: string;
|
|
@@ -2539,6 +2678,8 @@ export declare const mdiFilmstripBoxMultiple: string;
|
|
|
2539
2678
|
export declare const mdiFilmstripBox: string;
|
|
2540
2679
|
export declare const mdiFilmstripOff: string;
|
|
2541
2680
|
export declare const mdiFilmstrip: string;
|
|
2681
|
+
export declare const mdiFilterCheckOutline: string;
|
|
2682
|
+
export declare const mdiFilterCheck: string;
|
|
2542
2683
|
export declare const mdiFilterMenuOutline: string;
|
|
2543
2684
|
export declare const mdiFilterMenu: string;
|
|
2544
2685
|
export declare const mdiFilterMinusOutline: string;
|
|
@@ -2581,9 +2722,13 @@ export declare const mdiFishbowlOutline: string;
|
|
|
2581
2722
|
export declare const mdiFishbowl: string;
|
|
2582
2723
|
export declare const mdiFitToPageOutline: string;
|
|
2583
2724
|
export declare const mdiFitToPage: string;
|
|
2725
|
+
export declare const mdiFitToScreenOutline: string;
|
|
2726
|
+
export declare const mdiFitToScreen: string;
|
|
2584
2727
|
export declare const mdiFlagCheckered: string;
|
|
2585
2728
|
export declare const mdiFlagMinusOutline: string;
|
|
2586
2729
|
export declare const mdiFlagMinus: string;
|
|
2730
|
+
export declare const mdiFlagOffOutline: string;
|
|
2731
|
+
export declare const mdiFlagOff: string;
|
|
2587
2732
|
export declare const mdiFlagOutline: string;
|
|
2588
2733
|
export declare const mdiFlagPlusOutline: string;
|
|
2589
2734
|
export declare const mdiFlagPlus: string;
|
|
@@ -2644,6 +2789,8 @@ export declare const mdiFloorPlan: string;
|
|
|
2644
2789
|
export declare const mdiFloppyVariant: string;
|
|
2645
2790
|
export declare const mdiFloppy: string;
|
|
2646
2791
|
export declare const mdiFlowerOutline: string;
|
|
2792
|
+
export declare const mdiFlowerPollenOutline: string;
|
|
2793
|
+
export declare const mdiFlowerPollen: string;
|
|
2647
2794
|
export declare const mdiFlowerPoppy: string;
|
|
2648
2795
|
export declare const mdiFlowerTulipOutline: string;
|
|
2649
2796
|
export declare const mdiFlowerTulip: string;
|
|
@@ -2736,10 +2883,15 @@ export declare const mdiFoodDrumstickOutline: string;
|
|
|
2736
2883
|
export declare const mdiFoodDrumstick: string;
|
|
2737
2884
|
export declare const mdiFoodForkDrink: string;
|
|
2738
2885
|
export declare const mdiFoodHalal: string;
|
|
2886
|
+
export declare const mdiFoodHotDog: string;
|
|
2739
2887
|
export declare const mdiFoodKosher: string;
|
|
2888
|
+
export declare const mdiFoodOffOutline: string;
|
|
2740
2889
|
export declare const mdiFoodOff: string;
|
|
2890
|
+
export declare const mdiFoodOutline: string;
|
|
2741
2891
|
export declare const mdiFoodSteakOff: string;
|
|
2742
2892
|
export declare const mdiFoodSteak: string;
|
|
2893
|
+
export declare const mdiFoodTakeoutBoxOutline: string;
|
|
2894
|
+
export declare const mdiFoodTakeoutBox: string;
|
|
2743
2895
|
export declare const mdiFoodTurkey: string;
|
|
2744
2896
|
export declare const mdiFoodVariantOff: string;
|
|
2745
2897
|
export declare const mdiFoodVariant: string;
|
|
@@ -2748,6 +2900,7 @@ export declare const mdiFootPrint: string;
|
|
|
2748
2900
|
export declare const mdiFootballAustralian: string;
|
|
2749
2901
|
export declare const mdiFootballHelmet: string;
|
|
2750
2902
|
export declare const mdiFootball: string;
|
|
2903
|
+
export declare const mdiForest: string;
|
|
2751
2904
|
export declare const mdiForklift: string;
|
|
2752
2905
|
export declare const mdiFormDropdown: string;
|
|
2753
2906
|
export declare const mdiFormSelect: string;
|
|
@@ -2799,6 +2952,7 @@ export declare const mdiFormatLetterCaseUpper: string;
|
|
|
2799
2952
|
export declare const mdiFormatLetterCase: string;
|
|
2800
2953
|
export declare const mdiFormatLetterEndsWith: string;
|
|
2801
2954
|
export declare const mdiFormatLetterMatches: string;
|
|
2955
|
+
export declare const mdiFormatLetterSpacing: string;
|
|
2802
2956
|
export declare const mdiFormatLetterStartsWith: string;
|
|
2803
2957
|
export declare const mdiFormatLineSpacing: string;
|
|
2804
2958
|
export declare const mdiFormatLineStyle: string;
|
|
@@ -2809,11 +2963,13 @@ export declare const mdiFormatListBulletedType: string;
|
|
|
2809
2963
|
export declare const mdiFormatListBulleted: string;
|
|
2810
2964
|
export declare const mdiFormatListCheckbox: string;
|
|
2811
2965
|
export declare const mdiFormatListChecks: string;
|
|
2966
|
+
export declare const mdiFormatListGroup: string;
|
|
2812
2967
|
export declare const mdiFormatListNumberedRtl: string;
|
|
2813
2968
|
export declare const mdiFormatListNumbered: string;
|
|
2814
2969
|
export declare const mdiFormatListText: string;
|
|
2815
2970
|
export declare const mdiFormatOverline: string;
|
|
2816
2971
|
export declare const mdiFormatPageBreak: string;
|
|
2972
|
+
export declare const mdiFormatPageSplit: string;
|
|
2817
2973
|
export declare const mdiFormatPaint: string;
|
|
2818
2974
|
export declare const mdiFormatParagraph: string;
|
|
2819
2975
|
export declare const mdiFormatPilcrow: string;
|
|
@@ -2845,6 +3001,7 @@ export declare const mdiFormatTextbox: string;
|
|
|
2845
3001
|
export declare const mdiFormatTextdirectionLToR: string;
|
|
2846
3002
|
export declare const mdiFormatTextdirectionRToL: string;
|
|
2847
3003
|
export declare const mdiFormatTitle: string;
|
|
3004
|
+
export declare const mdiFormatUnderlineWavy: string;
|
|
2848
3005
|
export declare const mdiFormatUnderline: string;
|
|
2849
3006
|
export declare const mdiFormatVerticalAlignBottom: string;
|
|
2850
3007
|
export declare const mdiFormatVerticalAlignCenter: string;
|
|
@@ -2861,6 +3018,7 @@ export declare const mdiFountainPenTip: string;
|
|
|
2861
3018
|
export declare const mdiFountainPen: string;
|
|
2862
3019
|
export declare const mdiFountain: string;
|
|
2863
3020
|
export declare const mdiFreebsd: string;
|
|
3021
|
+
export declare const mdiFrenchFries: string;
|
|
2864
3022
|
export declare const mdiFrequentlyAskedQuestions: string;
|
|
2865
3023
|
export declare const mdiFridgeAlertOutline: string;
|
|
2866
3024
|
export declare const mdiFridgeAlert: string;
|
|
@@ -2890,6 +3048,7 @@ export declare const mdiFruitGrapesOutline: string;
|
|
|
2890
3048
|
export declare const mdiFruitGrapes: string;
|
|
2891
3049
|
export declare const mdiFruitPineapple: string;
|
|
2892
3050
|
export declare const mdiFruitWatermelon: string;
|
|
3051
|
+
export declare const mdiFuelCell: string;
|
|
2893
3052
|
export declare const mdiFuel: string;
|
|
2894
3053
|
export declare const mdiFullscreenExit: string;
|
|
2895
3054
|
export declare const mdiFullscreen: string;
|
|
@@ -2909,6 +3068,7 @@ export declare const mdiGamepadCircleUp: string;
|
|
|
2909
3068
|
export declare const mdiGamepadCircle: string;
|
|
2910
3069
|
export declare const mdiGamepadDown: string;
|
|
2911
3070
|
export declare const mdiGamepadLeft: string;
|
|
3071
|
+
export declare const mdiGamepadOutline: string;
|
|
2912
3072
|
export declare const mdiGamepadRight: string;
|
|
2913
3073
|
export declare const mdiGamepadRoundDown: string;
|
|
2914
3074
|
export declare const mdiGamepadRoundLeft: string;
|
|
@@ -2995,6 +3155,7 @@ export declare const mdiGitlab: string;
|
|
|
2995
3155
|
export declare const mdiGlassCocktailOff: string;
|
|
2996
3156
|
export declare const mdiGlassCocktail: string;
|
|
2997
3157
|
export declare const mdiGlassFlute: string;
|
|
3158
|
+
export declare const mdiGlassFragile: string;
|
|
2998
3159
|
export declare const mdiGlassMugOff: string;
|
|
2999
3160
|
export declare const mdiGlassMugVariantOff: string;
|
|
3000
3161
|
export declare const mdiGlassMugVariant: string;
|
|
@@ -3083,6 +3244,7 @@ export declare const mdiHamburgerPlus: string;
|
|
|
3083
3244
|
export declare const mdiHamburgerRemove: string;
|
|
3084
3245
|
export declare const mdiHamburger: string;
|
|
3085
3246
|
export declare const mdiHammerScrewdriver: string;
|
|
3247
|
+
export declare const mdiHammerSickle: string;
|
|
3086
3248
|
export declare const mdiHammerWrench: string;
|
|
3087
3249
|
export declare const mdiHammer: string;
|
|
3088
3250
|
export declare const mdiHandBackLeftOffOutline: string;
|
|
@@ -3093,6 +3255,11 @@ export declare const mdiHandBackRightOffOutline: string;
|
|
|
3093
3255
|
export declare const mdiHandBackRightOff: string;
|
|
3094
3256
|
export declare const mdiHandBackRightOutline: string;
|
|
3095
3257
|
export declare const mdiHandBackRight: string;
|
|
3258
|
+
export declare const mdiHandClap: string;
|
|
3259
|
+
export declare const mdiHandCoinOutline: string;
|
|
3260
|
+
export declare const mdiHandCoin: string;
|
|
3261
|
+
export declare const mdiHandExtendedOutline: string;
|
|
3262
|
+
export declare const mdiHandExtended: string;
|
|
3096
3263
|
export declare const mdiHandFrontLeftOutline: string;
|
|
3097
3264
|
export declare const mdiHandFrontLeft: string;
|
|
3098
3265
|
export declare const mdiHandFrontRightOutline: string;
|
|
@@ -3225,6 +3392,8 @@ export declare const mdiHomeAlert: string;
|
|
|
3225
3392
|
export declare const mdiHomeAnalytics: string;
|
|
3226
3393
|
export declare const mdiHomeAssistant: string;
|
|
3227
3394
|
export declare const mdiHomeAutomation: string;
|
|
3395
|
+
export declare const mdiHomeBatteryOutline: string;
|
|
3396
|
+
export declare const mdiHomeBattery: string;
|
|
3228
3397
|
export declare const mdiHomeCircleOutline: string;
|
|
3229
3398
|
export declare const mdiHomeCircle: string;
|
|
3230
3399
|
export declare const mdiHomeCityOutline: string;
|
|
@@ -3247,6 +3416,8 @@ export declare const mdiHomeHeart: string;
|
|
|
3247
3416
|
export declare const mdiHomeImportOutline: string;
|
|
3248
3417
|
export declare const mdiHomeLightbulbOutline: string;
|
|
3249
3418
|
export declare const mdiHomeLightbulb: string;
|
|
3419
|
+
export declare const mdiHomeLightningBoltOutline: string;
|
|
3420
|
+
export declare const mdiHomeLightningBolt: string;
|
|
3250
3421
|
export declare const mdiHomeLockOpen: string;
|
|
3251
3422
|
export declare const mdiHomeLock: string;
|
|
3252
3423
|
export declare const mdiHomeMapMarker: string;
|
|
@@ -3275,6 +3446,7 @@ export declare const mdiHops: string;
|
|
|
3275
3446
|
export declare const mdiHorizontalRotateClockwise: string;
|
|
3276
3447
|
export declare const mdiHorizontalRotateCounterclockwise: string;
|
|
3277
3448
|
export declare const mdiHorseHuman: string;
|
|
3449
|
+
export declare const mdiHorseVariantFast: string;
|
|
3278
3450
|
export declare const mdiHorseVariant: string;
|
|
3279
3451
|
export declare const mdiHorse: string;
|
|
3280
3452
|
export declare const mdiHorseshoe: string;
|
|
@@ -3314,6 +3486,7 @@ export declare const mdiHumanMaleHeightVariant: string;
|
|
|
3314
3486
|
export declare const mdiHumanMaleHeight: string;
|
|
3315
3487
|
export declare const mdiHumanMaleMale: string;
|
|
3316
3488
|
export declare const mdiHumanMale: string;
|
|
3489
|
+
export declare const mdiHumanNonBinary: string;
|
|
3317
3490
|
export declare const mdiHumanPregnant: string;
|
|
3318
3491
|
export declare const mdiHumanQueue: string;
|
|
3319
3492
|
export declare const mdiHumanScooter: string;
|
|
@@ -3325,6 +3498,7 @@ export declare const mdiHvac: string;
|
|
|
3325
3498
|
export declare const mdiHydraulicOilLevel: string;
|
|
3326
3499
|
export declare const mdiHydraulicOilTemperature: string;
|
|
3327
3500
|
export declare const mdiHydroPower: string;
|
|
3501
|
+
export declare const mdiHydrogenStation: string;
|
|
3328
3502
|
export declare const mdiIceCreamOff: string;
|
|
3329
3503
|
export declare const mdiIceCream: string;
|
|
3330
3504
|
export declare const mdiIcePop: string;
|
|
@@ -3387,6 +3561,7 @@ export declare const mdiIncognitoCircleOff: string;
|
|
|
3387
3561
|
export declare const mdiIncognitoCircle: string;
|
|
3388
3562
|
export declare const mdiIncognitoOff: string;
|
|
3389
3563
|
export declare const mdiIncognito: string;
|
|
3564
|
+
export declare const mdiInduction: string;
|
|
3390
3565
|
export declare const mdiInfinity: string;
|
|
3391
3566
|
export declare const mdiInformationOffOutline: string;
|
|
3392
3567
|
export declare const mdiInformationOff: string;
|
|
@@ -3395,6 +3570,7 @@ export declare const mdiInformationVariant: string;
|
|
|
3395
3570
|
export declare const mdiInformation: string;
|
|
3396
3571
|
export declare const mdiInstagram: string;
|
|
3397
3572
|
export declare const mdiInstrumentTriangle: string;
|
|
3573
|
+
export declare const mdiIntegratedCircuitChip: string;
|
|
3398
3574
|
export declare const mdiInvertColorsOff: string;
|
|
3399
3575
|
export declare const mdiInvertColors: string;
|
|
3400
3576
|
export declare const mdiIobroker: string;
|
|
@@ -3402,6 +3578,7 @@ export declare const mdiIpNetworkOutline: string;
|
|
|
3402
3578
|
export declare const mdiIpNetwork: string;
|
|
3403
3579
|
export declare const mdiIp: string;
|
|
3404
3580
|
export declare const mdiIpod: string;
|
|
3581
|
+
export declare const mdiIronBoard: string;
|
|
3405
3582
|
export declare const mdiIronOutline: string;
|
|
3406
3583
|
export declare const mdiIron: string;
|
|
3407
3584
|
export declare const mdiIsland: string;
|
|
@@ -3532,6 +3709,7 @@ export declare const mdiLastpass: string;
|
|
|
3532
3709
|
export declare const mdiLatitude: string;
|
|
3533
3710
|
export declare const mdiLaunch: string;
|
|
3534
3711
|
export declare const mdiLavaLamp: string;
|
|
3712
|
+
export declare const mdiLayersEdit: string;
|
|
3535
3713
|
export declare const mdiLayersMinus: string;
|
|
3536
3714
|
export declare const mdiLayersOffOutline: string;
|
|
3537
3715
|
export declare const mdiLayersOff: string;
|
|
@@ -3544,6 +3722,8 @@ export declare const mdiLayersTripleOutline: string;
|
|
|
3544
3722
|
export declare const mdiLayersTriple: string;
|
|
3545
3723
|
export declare const mdiLayers: string;
|
|
3546
3724
|
export declare const mdiLeadPencil: string;
|
|
3725
|
+
export declare const mdiLeafCircleOutline: string;
|
|
3726
|
+
export declare const mdiLeafCircle: string;
|
|
3547
3727
|
export declare const mdiLeafMapleOff: string;
|
|
3548
3728
|
export declare const mdiLeafMaple: string;
|
|
3549
3729
|
export declare const mdiLeafOff: string;
|
|
@@ -3618,6 +3798,7 @@ export declare const mdiLinuxMint: string;
|
|
|
3618
3798
|
export declare const mdiLinux: string;
|
|
3619
3799
|
export declare const mdiLipstick: string;
|
|
3620
3800
|
export declare const mdiLiquidSpot: string;
|
|
3801
|
+
export declare const mdiLiquor: string;
|
|
3621
3802
|
export declare const mdiListStatus: string;
|
|
3622
3803
|
export declare const mdiLitecoin: string;
|
|
3623
3804
|
export declare const mdiLoading: string;
|
|
@@ -3671,11 +3852,14 @@ export declare const mdiLotion: string;
|
|
|
3671
3852
|
export declare const mdiLoupe: string;
|
|
3672
3853
|
export declare const mdiLumx: string;
|
|
3673
3854
|
export declare const mdiLungs: string;
|
|
3855
|
+
export declare const mdiMace: string;
|
|
3674
3856
|
export declare const mdiMagazinePistol: string;
|
|
3675
3857
|
export declare const mdiMagazineRifle: string;
|
|
3858
|
+
export declare const mdiMagicStaff: string;
|
|
3676
3859
|
export declare const mdiMagnetOn: string;
|
|
3677
3860
|
export declare const mdiMagnet: string;
|
|
3678
3861
|
export declare const mdiMagnifyClose: string;
|
|
3862
|
+
export declare const mdiMagnifyExpand: string;
|
|
3679
3863
|
export declare const mdiMagnifyMinusCursor: string;
|
|
3680
3864
|
export declare const mdiMagnifyMinusOutline: string;
|
|
3681
3865
|
export declare const mdiMagnifyMinus: string;
|
|
@@ -3701,6 +3885,8 @@ export declare const mdiMapCheck: string;
|
|
|
3701
3885
|
export declare const mdiMapClockOutline: string;
|
|
3702
3886
|
export declare const mdiMapClock: string;
|
|
3703
3887
|
export declare const mdiMapLegend: string;
|
|
3888
|
+
export declare const mdiMapMarkerAccountOutline: string;
|
|
3889
|
+
export declare const mdiMapMarkerAccount: string;
|
|
3704
3890
|
export declare const mdiMapMarkerAlertOutline: string;
|
|
3705
3891
|
export declare const mdiMapMarkerAlert: string;
|
|
3706
3892
|
export declare const mdiMapMarkerCheckOutline: string;
|
|
@@ -3783,6 +3969,8 @@ export declare const mdiMessageArrowLeftOutline: string;
|
|
|
3783
3969
|
export declare const mdiMessageArrowLeft: string;
|
|
3784
3970
|
export declare const mdiMessageArrowRightOutline: string;
|
|
3785
3971
|
export declare const mdiMessageArrowRight: string;
|
|
3972
|
+
export declare const mdiMessageBadgeOutline: string;
|
|
3973
|
+
export declare const mdiMessageBadge: string;
|
|
3786
3974
|
export declare const mdiMessageBookmarkOutline: string;
|
|
3787
3975
|
export declare const mdiMessageBookmark: string;
|
|
3788
3976
|
export declare const mdiMessageBulletedOff: string;
|
|
@@ -3912,6 +4100,7 @@ export declare const mdiMonitorOff: string;
|
|
|
3912
4100
|
export declare const mdiMonitorScreenshot: string;
|
|
3913
4101
|
export declare const mdiMonitorShare: string;
|
|
3914
4102
|
export declare const mdiMonitorShimmer: string;
|
|
4103
|
+
export declare const mdiMonitorSmall: string;
|
|
3915
4104
|
export declare const mdiMonitorSpeakerOff: string;
|
|
3916
4105
|
export declare const mdiMonitorSpeaker: string;
|
|
3917
4106
|
export declare const mdiMonitorStar: string;
|
|
@@ -4006,6 +4195,7 @@ export declare const mdiMovie: string;
|
|
|
4006
4195
|
export declare const mdiMowerBag: string;
|
|
4007
4196
|
export declare const mdiMower: string;
|
|
4008
4197
|
export declare const mdiMuffin: string;
|
|
4198
|
+
export declare const mdiMulticast: string;
|
|
4009
4199
|
export declare const mdiMultiplicationBox: string;
|
|
4010
4200
|
export declare const mdiMultiplication: string;
|
|
4011
4201
|
export declare const mdiMushroomOffOutline: string;
|
|
@@ -4057,6 +4247,8 @@ export declare const mdiNativescript: string;
|
|
|
4057
4247
|
export declare const mdiNaturePeople: string;
|
|
4058
4248
|
export declare const mdiNature: string;
|
|
4059
4249
|
export declare const mdiNavigationOutline: string;
|
|
4250
|
+
export declare const mdiNavigationVariantOutline: string;
|
|
4251
|
+
export declare const mdiNavigationVariant: string;
|
|
4060
4252
|
export declare const mdiNavigation: string;
|
|
4061
4253
|
export declare const mdiNearMe: string;
|
|
4062
4254
|
export declare const mdiNecklace: string;
|
|
@@ -4072,14 +4264,17 @@ export declare const mdiNetworkStrength2: string;
|
|
|
4072
4264
|
export declare const mdiNetworkStrength3Alert: string;
|
|
4073
4265
|
export declare const mdiNetworkStrength3: string;
|
|
4074
4266
|
export declare const mdiNetworkStrength4Alert: string;
|
|
4267
|
+
export declare const mdiNetworkStrength4Cog: string;
|
|
4075
4268
|
export declare const mdiNetworkStrength4: string;
|
|
4076
4269
|
export declare const mdiNetworkStrengthOffOutline: string;
|
|
4077
4270
|
export declare const mdiNetworkStrengthOff: string;
|
|
4078
4271
|
export declare const mdiNetworkStrengthOutline: string;
|
|
4079
4272
|
export declare const mdiNetwork: string;
|
|
4080
4273
|
export declare const mdiNewBox: string;
|
|
4274
|
+
export declare const mdiNewspaperCheck: string;
|
|
4081
4275
|
export declare const mdiNewspaperMinus: string;
|
|
4082
4276
|
export declare const mdiNewspaperPlus: string;
|
|
4277
|
+
export declare const mdiNewspaperRemove: string;
|
|
4083
4278
|
export declare const mdiNewspaperVariantMultipleOutline: string;
|
|
4084
4279
|
export declare const mdiNewspaperVariantMultiple: string;
|
|
4085
4280
|
export declare const mdiNewspaperVariantOutline: string;
|
|
@@ -4237,8 +4432,12 @@ export declare const mdiOctagonOutline: string;
|
|
|
4237
4432
|
export declare const mdiOctagon: string;
|
|
4238
4433
|
export declare const mdiOctagramOutline: string;
|
|
4239
4434
|
export declare const mdiOctagram: string;
|
|
4435
|
+
export declare const mdiOctahedronOff: string;
|
|
4436
|
+
export declare const mdiOctahedron: string;
|
|
4240
4437
|
export declare const mdiOdnoklassniki: string;
|
|
4241
4438
|
export declare const mdiOffer: string;
|
|
4439
|
+
export declare const mdiOfficeBuildingCogOutline: string;
|
|
4440
|
+
export declare const mdiOfficeBuildingCog: string;
|
|
4242
4441
|
export declare const mdiOfficeBuildingMarkerOutline: string;
|
|
4243
4442
|
export declare const mdiOfficeBuildingMarker: string;
|
|
4244
4443
|
export declare const mdiOfficeBuildingOutline: string;
|
|
@@ -4304,6 +4503,7 @@ export declare const mdiPail: string;
|
|
|
4304
4503
|
export declare const mdiPaletteAdvanced: string;
|
|
4305
4504
|
export declare const mdiPaletteOutline: string;
|
|
4306
4505
|
export declare const mdiPaletteSwatchOutline: string;
|
|
4506
|
+
export declare const mdiPaletteSwatchVariant: string;
|
|
4307
4507
|
export declare const mdiPaletteSwatch: string;
|
|
4308
4508
|
export declare const mdiPalette: string;
|
|
4309
4509
|
export declare const mdiPalmTree: string;
|
|
@@ -4321,8 +4521,11 @@ export declare const mdiPan: string;
|
|
|
4321
4521
|
export declare const mdiPanda: string;
|
|
4322
4522
|
export declare const mdiPandora: string;
|
|
4323
4523
|
export declare const mdiPanoramaFisheye: string;
|
|
4524
|
+
export declare const mdiPanoramaHorizontalOutline: string;
|
|
4324
4525
|
export declare const mdiPanoramaHorizontal: string;
|
|
4526
|
+
export declare const mdiPanoramaVerticalOutline: string;
|
|
4325
4527
|
export declare const mdiPanoramaVertical: string;
|
|
4528
|
+
export declare const mdiPanoramaWideAngleOutline: string;
|
|
4326
4529
|
export declare const mdiPanoramaWideAngle: string;
|
|
4327
4530
|
export declare const mdiPanorama: string;
|
|
4328
4531
|
export declare const mdiPaperCutVertical: string;
|
|
@@ -4470,6 +4673,7 @@ export declare const mdiPinwheelOutline: string;
|
|
|
4470
4673
|
export declare const mdiPinwheel: string;
|
|
4471
4674
|
export declare const mdiPipeDisconnected: string;
|
|
4472
4675
|
export declare const mdiPipeLeak: string;
|
|
4676
|
+
export declare const mdiPipeValve: string;
|
|
4473
4677
|
export declare const mdiPipeWrench: string;
|
|
4474
4678
|
export declare const mdiPipe: string;
|
|
4475
4679
|
export declare const mdiPirate: string;
|
|
@@ -4528,6 +4732,7 @@ export declare const mdiPokerChip: string;
|
|
|
4528
4732
|
export declare const mdiPolaroid: string;
|
|
4529
4733
|
export declare const mdiPoliceBadgeOutline: string;
|
|
4530
4734
|
export declare const mdiPoliceBadge: string;
|
|
4735
|
+
export declare const mdiPoliceStation: string;
|
|
4531
4736
|
export declare const mdiPoll: string;
|
|
4532
4737
|
export declare const mdiPolo: string;
|
|
4533
4738
|
export declare const mdiPolymer: string;
|
|
@@ -4573,6 +4778,8 @@ export declare const mdiPresentation: string;
|
|
|
4573
4778
|
export declare const mdiPretzel: string;
|
|
4574
4779
|
export declare const mdiPrinter3dNozzleAlertOutline: string;
|
|
4575
4780
|
export declare const mdiPrinter3dNozzleAlert: string;
|
|
4781
|
+
export declare const mdiPrinter3dNozzleHeatOutline: string;
|
|
4782
|
+
export declare const mdiPrinter3dNozzleHeat: string;
|
|
4576
4783
|
export declare const mdiPrinter3dNozzleOutline: string;
|
|
4577
4784
|
export declare const mdiPrinter3dNozzle: string;
|
|
4578
4785
|
export declare const mdiPrinter3d: string;
|
|
@@ -4612,6 +4819,7 @@ export declare const mdiProjector: string;
|
|
|
4612
4819
|
export declare const mdiPropaneTankOutline: string;
|
|
4613
4820
|
export declare const mdiPropaneTank: string;
|
|
4614
4821
|
export declare const mdiProtocol: string;
|
|
4822
|
+
export declare const mdiPublishOff: string;
|
|
4615
4823
|
export declare const mdiPublish: string;
|
|
4616
4824
|
export declare const mdiPulse: string;
|
|
4617
4825
|
export declare const mdiPump: string;
|
|
@@ -4634,6 +4842,8 @@ export declare const mdiPuzzleRemove: string;
|
|
|
4634
4842
|
export declare const mdiPuzzleStarOutline: string;
|
|
4635
4843
|
export declare const mdiPuzzleStar: string;
|
|
4636
4844
|
export declare const mdiPuzzle: string;
|
|
4845
|
+
export declare const mdiPyramidOff: string;
|
|
4846
|
+
export declare const mdiPyramid: string;
|
|
4637
4847
|
export declare const mdiQi: string;
|
|
4638
4848
|
export declare const mdiQqchat: string;
|
|
4639
4849
|
export declare const mdiQrcodeEdit: string;
|
|
@@ -4660,6 +4870,8 @@ export declare const mdiRadioHandheld: string;
|
|
|
4660
4870
|
export declare const mdiRadioOff: string;
|
|
4661
4871
|
export declare const mdiRadioTower: string;
|
|
4662
4872
|
export declare const mdiRadio: string;
|
|
4873
|
+
export declare const mdiRadioactiveCircleOutline: string;
|
|
4874
|
+
export declare const mdiRadioactiveCircle: string;
|
|
4663
4875
|
export declare const mdiRadioactiveOff: string;
|
|
4664
4876
|
export declare const mdiRadioactive: string;
|
|
4665
4877
|
export declare const mdiRadioboxBlank: string;
|
|
@@ -4696,6 +4908,7 @@ export declare const mdiRedoVariant: string;
|
|
|
4696
4908
|
export declare const mdiRedo: string;
|
|
4697
4909
|
export declare const mdiReflectHorizontal: string;
|
|
4698
4910
|
export declare const mdiReflectVertical: string;
|
|
4911
|
+
export declare const mdiRefreshAuto: string;
|
|
4699
4912
|
export declare const mdiRefreshCircle: string;
|
|
4700
4913
|
export declare const mdiRefresh: string;
|
|
4701
4914
|
export declare const mdiRegex: string;
|
|
@@ -4771,6 +4984,7 @@ export declare const mdiRestart: string;
|
|
|
4771
4984
|
export declare const mdiRestoreAlert: string;
|
|
4772
4985
|
export declare const mdiRestore: string;
|
|
4773
4986
|
export declare const mdiRewind10: string;
|
|
4987
|
+
export declare const mdiRewind15: string;
|
|
4774
4988
|
export declare const mdiRewind30: string;
|
|
4775
4989
|
export declare const mdiRewind5: string;
|
|
4776
4990
|
export declare const mdiRewind60: string;
|
|
@@ -4888,6 +5102,8 @@ export declare const mdiScannerOff: string;
|
|
|
4888
5102
|
export declare const mdiScanner: string;
|
|
4889
5103
|
export declare const mdiScatterPlotOutline: string;
|
|
4890
5104
|
export declare const mdiScatterPlot: string;
|
|
5105
|
+
export declare const mdiScentOff: string;
|
|
5106
|
+
export declare const mdiScent: string;
|
|
4891
5107
|
export declare const mdiSchoolOutline: string;
|
|
4892
5108
|
export declare const mdiSchool: string;
|
|
4893
5109
|
export declare const mdiScissorsCutting: string;
|
|
@@ -5015,6 +5231,8 @@ export declare const mdiShareVariant: string;
|
|
|
5015
5231
|
export declare const mdiShare: string;
|
|
5016
5232
|
export declare const mdiSharkFinOutline: string;
|
|
5017
5233
|
export declare const mdiSharkFin: string;
|
|
5234
|
+
export declare const mdiSharkOff: string;
|
|
5235
|
+
export declare const mdiShark: string;
|
|
5018
5236
|
export declare const mdiSheep: string;
|
|
5019
5237
|
export declare const mdiShieldAccountOutline: string;
|
|
5020
5238
|
export declare const mdiShieldAccountVariantOutline: string;
|
|
@@ -5031,6 +5249,8 @@ export declare const mdiShieldCheckOutline: string;
|
|
|
5031
5249
|
export declare const mdiShieldCheck: string;
|
|
5032
5250
|
export declare const mdiShieldCrossOutline: string;
|
|
5033
5251
|
export declare const mdiShieldCross: string;
|
|
5252
|
+
export declare const mdiShieldCrownOutline: string;
|
|
5253
|
+
export declare const mdiShieldCrown: string;
|
|
5034
5254
|
export declare const mdiShieldEditOutline: string;
|
|
5035
5255
|
export declare const mdiShieldEdit: string;
|
|
5036
5256
|
export declare const mdiShieldHalfFull: string;
|
|
@@ -5059,11 +5279,14 @@ export declare const mdiShieldStarOutline: string;
|
|
|
5059
5279
|
export declare const mdiShieldStar: string;
|
|
5060
5280
|
export declare const mdiShieldSunOutline: string;
|
|
5061
5281
|
export declare const mdiShieldSun: string;
|
|
5282
|
+
export declare const mdiShieldSwordOutline: string;
|
|
5283
|
+
export declare const mdiShieldSword: string;
|
|
5062
5284
|
export declare const mdiShieldSyncOutline: string;
|
|
5063
5285
|
export declare const mdiShieldSync: string;
|
|
5064
5286
|
export declare const mdiShield: string;
|
|
5065
5287
|
export declare const mdiShimmer: string;
|
|
5066
5288
|
export declare const mdiShipWheel: string;
|
|
5289
|
+
export declare const mdiShippingPallet: string;
|
|
5067
5290
|
export declare const mdiShoeBallet: string;
|
|
5068
5291
|
export declare const mdiShoeCleat: string;
|
|
5069
5292
|
export declare const mdiShoeFormal: string;
|
|
@@ -5084,6 +5307,7 @@ export declare const mdiShuffleDisabled: string;
|
|
|
5084
5307
|
export declare const mdiShuffleVariant: string;
|
|
5085
5308
|
export declare const mdiShuffle: string;
|
|
5086
5309
|
export declare const mdiShuriken: string;
|
|
5310
|
+
export declare const mdiSickle: string;
|
|
5087
5311
|
export declare const mdiSigmaLower: string;
|
|
5088
5312
|
export declare const mdiSigma: string;
|
|
5089
5313
|
export declare const mdiSignCaution: string;
|
|
@@ -5177,14 +5401,19 @@ export declare const mdiSlopeDownhill: string;
|
|
|
5177
5401
|
export declare const mdiSlopeUphill: string;
|
|
5178
5402
|
export declare const mdiSlotMachineOutline: string;
|
|
5179
5403
|
export declare const mdiSlotMachine: string;
|
|
5404
|
+
export declare const mdiSmartCardOffOutline: string;
|
|
5405
|
+
export declare const mdiSmartCardOff: string;
|
|
5180
5406
|
export declare const mdiSmartCardOutline: string;
|
|
5181
5407
|
export declare const mdiSmartCardReaderOutline: string;
|
|
5182
5408
|
export declare const mdiSmartCardReader: string;
|
|
5183
5409
|
export declare const mdiSmartCard: string;
|
|
5184
5410
|
export declare const mdiSmog: string;
|
|
5411
|
+
export declare const mdiSmokeDetectorAlertOutline: string;
|
|
5412
|
+
export declare const mdiSmokeDetectorAlert: string;
|
|
5185
5413
|
export declare const mdiSmokeDetectorOffOutline: string;
|
|
5186
5414
|
export declare const mdiSmokeDetectorOff: string;
|
|
5187
5415
|
export declare const mdiSmokeDetectorOutline: string;
|
|
5416
|
+
export declare const mdiSmokeDetectorVariantAlert: string;
|
|
5188
5417
|
export declare const mdiSmokeDetectorVariantOff: string;
|
|
5189
5418
|
export declare const mdiSmokeDetectorVariant: string;
|
|
5190
5419
|
export declare const mdiSmokeDetector: string;
|
|
@@ -5279,10 +5508,13 @@ export declare const mdiSpeakerMultiple: string;
|
|
|
5279
5508
|
export declare const mdiSpeakerOff: string;
|
|
5280
5509
|
export declare const mdiSpeakerWireless: string;
|
|
5281
5510
|
export declare const mdiSpeaker: string;
|
|
5511
|
+
export declare const mdiSpear: string;
|
|
5282
5512
|
export declare const mdiSpeedometerMedium: string;
|
|
5283
5513
|
export declare const mdiSpeedometerSlow: string;
|
|
5284
5514
|
export declare const mdiSpeedometer: string;
|
|
5285
5515
|
export declare const mdiSpellcheck: string;
|
|
5516
|
+
export declare const mdiSphereOff: string;
|
|
5517
|
+
export declare const mdiSphere: string;
|
|
5286
5518
|
export declare const mdiSpiderThread: string;
|
|
5287
5519
|
export declare const mdiSpiderWeb: string;
|
|
5288
5520
|
export declare const mdiSpider: string;
|
|
@@ -5303,6 +5535,7 @@ export declare const mdiSquareMediumOutline: string;
|
|
|
5303
5535
|
export declare const mdiSquareMedium: string;
|
|
5304
5536
|
export declare const mdiSquareOffOutline: string;
|
|
5305
5537
|
export declare const mdiSquareOff: string;
|
|
5538
|
+
export declare const mdiSquareOpacity: string;
|
|
5306
5539
|
export declare const mdiSquareOutline: string;
|
|
5307
5540
|
export declare const mdiSquareRootBox: string;
|
|
5308
5541
|
export declare const mdiSquareRoot: string;
|
|
@@ -5384,14 +5617,37 @@ export declare const mdiStickerText: string;
|
|
|
5384
5617
|
export declare const mdiSticker: string;
|
|
5385
5618
|
export declare const mdiStocking: string;
|
|
5386
5619
|
export declare const mdiStomach: string;
|
|
5620
|
+
export declare const mdiStoolOutline: string;
|
|
5621
|
+
export declare const mdiStool: string;
|
|
5387
5622
|
export declare const mdiStopCircleOutline: string;
|
|
5388
5623
|
export declare const mdiStopCircle: string;
|
|
5389
5624
|
export declare const mdiStop: string;
|
|
5390
5625
|
export declare const mdiStore24Hour: string;
|
|
5626
|
+
export declare const mdiStoreAlertOutline: string;
|
|
5627
|
+
export declare const mdiStoreAlert: string;
|
|
5628
|
+
export declare const mdiStoreCheckOutline: string;
|
|
5629
|
+
export declare const mdiStoreCheck: string;
|
|
5630
|
+
export declare const mdiStoreClockOutline: string;
|
|
5631
|
+
export declare const mdiStoreClock: string;
|
|
5632
|
+
export declare const mdiStoreCogOutline: string;
|
|
5633
|
+
export declare const mdiStoreCog: string;
|
|
5634
|
+
export declare const mdiStoreEditOutline: string;
|
|
5635
|
+
export declare const mdiStoreEdit: string;
|
|
5636
|
+
export declare const mdiStoreMarkerOutline: string;
|
|
5637
|
+
export declare const mdiStoreMarker: string;
|
|
5638
|
+
export declare const mdiStoreMinusOutline: string;
|
|
5391
5639
|
export declare const mdiStoreMinus: string;
|
|
5640
|
+
export declare const mdiStoreOffOutline: string;
|
|
5641
|
+
export declare const mdiStoreOff: string;
|
|
5392
5642
|
export declare const mdiStoreOutline: string;
|
|
5643
|
+
export declare const mdiStorePlusOutline: string;
|
|
5393
5644
|
export declare const mdiStorePlus: string;
|
|
5645
|
+
export declare const mdiStoreRemoveOutline: string;
|
|
5394
5646
|
export declare const mdiStoreRemove: string;
|
|
5647
|
+
export declare const mdiStoreSearchOutline: string;
|
|
5648
|
+
export declare const mdiStoreSearch: string;
|
|
5649
|
+
export declare const mdiStoreSettingsOutline: string;
|
|
5650
|
+
export declare const mdiStoreSettings: string;
|
|
5395
5651
|
export declare const mdiStore: string;
|
|
5396
5652
|
export declare const mdiStorefrontOutline: string;
|
|
5397
5653
|
export declare const mdiStorefront: string;
|
|
@@ -5411,6 +5667,8 @@ export declare const mdiSubwayVariant: string;
|
|
|
5411
5667
|
export declare const mdiSubway: string;
|
|
5412
5668
|
export declare const mdiSummit: string;
|
|
5413
5669
|
export declare const mdiSunSnowflake: string;
|
|
5670
|
+
export declare const mdiSunThermometerOutline: string;
|
|
5671
|
+
export declare const mdiSunThermometer: string;
|
|
5414
5672
|
export declare const mdiSunWirelessOutline: string;
|
|
5415
5673
|
export declare const mdiSunWireless: string;
|
|
5416
5674
|
export declare const mdiSunglasses: string;
|
|
@@ -5488,6 +5746,7 @@ export declare const mdiTableNetwork: string;
|
|
|
5488
5746
|
export declare const mdiTableOfContents: string;
|
|
5489
5747
|
export declare const mdiTableOff: string;
|
|
5490
5748
|
export declare const mdiTablePicnic: string;
|
|
5749
|
+
export declare const mdiTablePivot: string;
|
|
5491
5750
|
export declare const mdiTablePlus: string;
|
|
5492
5751
|
export declare const mdiTableRefresh: string;
|
|
5493
5752
|
export declare const mdiTableRemove: string;
|
|
@@ -5530,6 +5789,8 @@ export declare const mdiTagPlusOutline: string;
|
|
|
5530
5789
|
export declare const mdiTagPlus: string;
|
|
5531
5790
|
export declare const mdiTagRemoveOutline: string;
|
|
5532
5791
|
export declare const mdiTagRemove: string;
|
|
5792
|
+
export declare const mdiTagSearchOutline: string;
|
|
5793
|
+
export declare const mdiTagSearch: string;
|
|
5533
5794
|
export declare const mdiTagTextOutline: string;
|
|
5534
5795
|
export declare const mdiTagText: string;
|
|
5535
5796
|
export declare const mdiTag: string;
|
|
@@ -5546,6 +5807,7 @@ export declare const mdiTaxi: string;
|
|
|
5546
5807
|
export declare const mdiTeaOutline: string;
|
|
5547
5808
|
export declare const mdiTea: string;
|
|
5548
5809
|
export declare const mdiTeamviewer: string;
|
|
5810
|
+
export declare const mdiTeddyBear: string;
|
|
5549
5811
|
export declare const mdiTelescope: string;
|
|
5550
5812
|
export declare const mdiTelevisionAmbientLight: string;
|
|
5551
5813
|
export declare const mdiTelevisionBox: string;
|
|
@@ -5597,6 +5859,7 @@ export declare const mdiTexture: string;
|
|
|
5597
5859
|
export declare const mdiTheater: string;
|
|
5598
5860
|
export declare const mdiThemeLightDark: string;
|
|
5599
5861
|
export declare const mdiThermometerAlert: string;
|
|
5862
|
+
export declare const mdiThermometerBluetooth: string;
|
|
5600
5863
|
export declare const mdiThermometerChevronDown: string;
|
|
5601
5864
|
export declare const mdiThermometerChevronUp: string;
|
|
5602
5865
|
export declare const mdiThermometerHigh: string;
|
|
@@ -5614,6 +5877,7 @@ export declare const mdiThumbDownOutline: string;
|
|
|
5614
5877
|
export declare const mdiThumbDown: string;
|
|
5615
5878
|
export declare const mdiThumbUpOutline: string;
|
|
5616
5879
|
export declare const mdiThumbUp: string;
|
|
5880
|
+
export declare const mdiThumbsUpDownOutline: string;
|
|
5617
5881
|
export declare const mdiThumbsUpDown: string;
|
|
5618
5882
|
export declare const mdiTicketAccount: string;
|
|
5619
5883
|
export declare const mdiTicketConfirmationOutline: string;
|
|
@@ -5623,6 +5887,7 @@ export declare const mdiTicketPercentOutline: string;
|
|
|
5623
5887
|
export declare const mdiTicketPercent: string;
|
|
5624
5888
|
export declare const mdiTicket: string;
|
|
5625
5889
|
export declare const mdiTie: string;
|
|
5890
|
+
export declare const mdiTildeOff: string;
|
|
5626
5891
|
export declare const mdiTilde: string;
|
|
5627
5892
|
export declare const mdiTimelapse: string;
|
|
5628
5893
|
export declare const mdiTimelineAlertOutline: string;
|
|
@@ -5645,14 +5910,19 @@ export declare const mdiTimelineText: string;
|
|
|
5645
5910
|
export declare const mdiTimeline: string;
|
|
5646
5911
|
export declare const mdiTimer10: string;
|
|
5647
5912
|
export declare const mdiTimer3: string;
|
|
5913
|
+
export declare const mdiTimerCogOutline: string;
|
|
5914
|
+
export declare const mdiTimerCog: string;
|
|
5648
5915
|
export declare const mdiTimerOffOutline: string;
|
|
5649
5916
|
export declare const mdiTimerOff: string;
|
|
5650
5917
|
export declare const mdiTimerOutline: string;
|
|
5651
5918
|
export declare const mdiTimerSandEmpty: string;
|
|
5652
5919
|
export declare const mdiTimerSandFull: string;
|
|
5653
5920
|
export declare const mdiTimerSand: string;
|
|
5921
|
+
export declare const mdiTimerSettingsOutline: string;
|
|
5922
|
+
export declare const mdiTimerSettings: string;
|
|
5654
5923
|
export declare const mdiTimer: string;
|
|
5655
5924
|
export declare const mdiTimetable: string;
|
|
5925
|
+
export declare const mdiTire: string;
|
|
5656
5926
|
export declare const mdiToasterOff: string;
|
|
5657
5927
|
export declare const mdiToasterOven: string;
|
|
5658
5928
|
export declare const mdiToaster: string;
|
|
@@ -5665,6 +5935,7 @@ export declare const mdiToolboxOutline: string;
|
|
|
5665
5935
|
export declare const mdiToolbox: string;
|
|
5666
5936
|
export declare const mdiTools: string;
|
|
5667
5937
|
export declare const mdiTooltipAccount: string;
|
|
5938
|
+
export declare const mdiTooltipCellphone: string;
|
|
5668
5939
|
export declare const mdiTooltipCheckOutline: string;
|
|
5669
5940
|
export declare const mdiTooltipCheck: string;
|
|
5670
5941
|
export declare const mdiTooltipEditOutline: string;
|
|
@@ -5693,6 +5964,7 @@ export declare const mdiTournament: string;
|
|
|
5693
5964
|
export declare const mdiTowTruck: string;
|
|
5694
5965
|
export declare const mdiTowerBeach: string;
|
|
5695
5966
|
export declare const mdiTowerFire: string;
|
|
5967
|
+
export declare const mdiTownHall: string;
|
|
5696
5968
|
export declare const mdiToyBrickMarkerOutline: string;
|
|
5697
5969
|
export declare const mdiToyBrickMarker: string;
|
|
5698
5970
|
export declare const mdiToyBrickMinusOutline: string;
|
|
@@ -5740,6 +6012,8 @@ export declare const mdiTransitionMasked: string;
|
|
|
5740
6012
|
export declare const mdiTransition: string;
|
|
5741
6013
|
export declare const mdiTranslateOff: string;
|
|
5742
6014
|
export declare const mdiTranslate: string;
|
|
6015
|
+
export declare const mdiTransmissionTowerExport: string;
|
|
6016
|
+
export declare const mdiTransmissionTowerImport: string;
|
|
5743
6017
|
export declare const mdiTransmissionTower: string;
|
|
5744
6018
|
export declare const mdiTrashCanOutline: string;
|
|
5745
6019
|
export declare const mdiTrashCan: string;
|
|
@@ -5768,12 +6042,14 @@ export declare const mdiTrophyOutline: string;
|
|
|
5768
6042
|
export declare const mdiTrophyVariantOutline: string;
|
|
5769
6043
|
export declare const mdiTrophyVariant: string;
|
|
5770
6044
|
export declare const mdiTrophy: string;
|
|
6045
|
+
export declare const mdiTruckCargoContainer: string;
|
|
5771
6046
|
export declare const mdiTruckCheckOutline: string;
|
|
5772
6047
|
export declare const mdiTruckCheck: string;
|
|
5773
6048
|
export declare const mdiTruckDeliveryOutline: string;
|
|
5774
6049
|
export declare const mdiTruckDelivery: string;
|
|
5775
6050
|
export declare const mdiTruckFastOutline: string;
|
|
5776
6051
|
export declare const mdiTruckFast: string;
|
|
6052
|
+
export declare const mdiTruckFlatbed: string;
|
|
5777
6053
|
export declare const mdiTruckOutline: string;
|
|
5778
6054
|
export declare const mdiTruckTrailer: string;
|
|
5779
6055
|
export declare const mdiTruck: string;
|
|
@@ -5789,6 +6065,8 @@ export declare const mdiTuneVariant: string;
|
|
|
5789
6065
|
export declare const mdiTuneVerticalVariant: string;
|
|
5790
6066
|
export declare const mdiTuneVertical: string;
|
|
5791
6067
|
export declare const mdiTune: string;
|
|
6068
|
+
export declare const mdiTunnelOutline: string;
|
|
6069
|
+
export declare const mdiTunnel: string;
|
|
5792
6070
|
export declare const mdiTurkey: string;
|
|
5793
6071
|
export declare const mdiTurnstileOutline: string;
|
|
5794
6072
|
export declare const mdiTurnstile: string;
|
|
@@ -5803,6 +6081,8 @@ export declare const mdiUfoOutline: string;
|
|
|
5803
6081
|
export declare const mdiUfo: string;
|
|
5804
6082
|
export declare const mdiUltraHighDefinition: string;
|
|
5805
6083
|
export declare const mdiUmbraco: string;
|
|
6084
|
+
export declare const mdiUmbrellaBeachOutline: string;
|
|
6085
|
+
export declare const mdiUmbrellaBeach: string;
|
|
5806
6086
|
export declare const mdiUmbrellaClosedOutline: string;
|
|
5807
6087
|
export declare const mdiUmbrellaClosedVariant: string;
|
|
5808
6088
|
export declare const mdiUmbrellaClosed: string;
|
|
@@ -5860,6 +6140,7 @@ export declare const mdiVectorIntersection: string;
|
|
|
5860
6140
|
export declare const mdiVectorLine: string;
|
|
5861
6141
|
export declare const mdiVectorLink: string;
|
|
5862
6142
|
export declare const mdiVectorPoint: string;
|
|
6143
|
+
export declare const mdiVectorPolygonVariant: string;
|
|
5863
6144
|
export declare const mdiVectorPolygon: string;
|
|
5864
6145
|
export declare const mdiVectorPolylineEdit: string;
|
|
5865
6146
|
export declare const mdiVectorPolylineMinus: string;
|
|
@@ -5869,6 +6150,12 @@ export declare const mdiVectorPolyline: string;
|
|
|
5869
6150
|
export declare const mdiVectorRadius: string;
|
|
5870
6151
|
export declare const mdiVectorRectangle: string;
|
|
5871
6152
|
export declare const mdiVectorSelection: string;
|
|
6153
|
+
export declare const mdiVectorSquareClose: string;
|
|
6154
|
+
export declare const mdiVectorSquareEdit: string;
|
|
6155
|
+
export declare const mdiVectorSquareMinus: string;
|
|
6156
|
+
export declare const mdiVectorSquareOpen: string;
|
|
6157
|
+
export declare const mdiVectorSquarePlus: string;
|
|
6158
|
+
export declare const mdiVectorSquareRemove: string;
|
|
5872
6159
|
export declare const mdiVectorSquare: string;
|
|
5873
6160
|
export declare const mdiVectorTriangle: string;
|
|
5874
6161
|
export declare const mdiVectorUnion: string;
|
|
@@ -5917,12 +6204,16 @@ export declare const mdiViewComfyOutline: string;
|
|
|
5917
6204
|
export declare const mdiViewComfy: string;
|
|
5918
6205
|
export declare const mdiViewCompactOutline: string;
|
|
5919
6206
|
export declare const mdiViewCompact: string;
|
|
6207
|
+
export declare const mdiViewDashboardEditOutline: string;
|
|
6208
|
+
export declare const mdiViewDashboardEdit: string;
|
|
5920
6209
|
export declare const mdiViewDashboardOutline: string;
|
|
5921
6210
|
export declare const mdiViewDashboardVariantOutline: string;
|
|
5922
6211
|
export declare const mdiViewDashboardVariant: string;
|
|
5923
6212
|
export declare const mdiViewDashboard: string;
|
|
5924
6213
|
export declare const mdiViewDayOutline: string;
|
|
5925
6214
|
export declare const mdiViewDay: string;
|
|
6215
|
+
export declare const mdiViewGalleryOutline: string;
|
|
6216
|
+
export declare const mdiViewGallery: string;
|
|
5926
6217
|
export declare const mdiViewGridOutline: string;
|
|
5927
6218
|
export declare const mdiViewGridPlusOutline: string;
|
|
5928
6219
|
export declare const mdiViewGridPlus: string;
|
|
@@ -5947,6 +6238,8 @@ export declare const mdiViewWeek: string;
|
|
|
5947
6238
|
export declare const mdiVimeo: string;
|
|
5948
6239
|
export declare const mdiViolin: string;
|
|
5949
6240
|
export declare const mdiVirtualReality: string;
|
|
6241
|
+
export declare const mdiVirusOffOutline: string;
|
|
6242
|
+
export declare const mdiVirusOff: string;
|
|
5950
6243
|
export declare const mdiVirusOutline: string;
|
|
5951
6244
|
export declare const mdiVirus: string;
|
|
5952
6245
|
export declare const mdiVlc: string;
|
|
@@ -6014,6 +6307,7 @@ export declare const mdiWaterMinusOutline: string;
|
|
|
6014
6307
|
export declare const mdiWaterMinus: string;
|
|
6015
6308
|
export declare const mdiWaterOffOutline: string;
|
|
6016
6309
|
export declare const mdiWaterOff: string;
|
|
6310
|
+
export declare const mdiWaterOpacity: string;
|
|
6017
6311
|
export declare const mdiWaterOutline: string;
|
|
6018
6312
|
export declare const mdiWaterPercentAlert: string;
|
|
6019
6313
|
export declare const mdiWaterPercent: string;
|
|
@@ -6028,15 +6322,20 @@ export declare const mdiWaterSync: string;
|
|
|
6028
6322
|
export declare const mdiWaterWellOutline: string;
|
|
6029
6323
|
export declare const mdiWaterWell: string;
|
|
6030
6324
|
export declare const mdiWater: string;
|
|
6325
|
+
export declare const mdiWaterfall: string;
|
|
6031
6326
|
export declare const mdiWateringCanOutline: string;
|
|
6032
6327
|
export declare const mdiWateringCan: string;
|
|
6033
6328
|
export declare const mdiWatermark: string;
|
|
6034
6329
|
export declare const mdiWave: string;
|
|
6035
6330
|
export declare const mdiWaveform: string;
|
|
6331
|
+
export declare const mdiWavesArrowLeft: string;
|
|
6332
|
+
export declare const mdiWavesArrowRight: string;
|
|
6333
|
+
export declare const mdiWavesArrowUp: string;
|
|
6036
6334
|
export declare const mdiWaves: string;
|
|
6037
6335
|
export declare const mdiWaze: string;
|
|
6038
6336
|
export declare const mdiWeatherCloudyAlert: string;
|
|
6039
6337
|
export declare const mdiWeatherCloudyArrowRight: string;
|
|
6338
|
+
export declare const mdiWeatherCloudyClock: string;
|
|
6040
6339
|
export declare const mdiWeatherCloudy: string;
|
|
6041
6340
|
export declare const mdiWeatherFog: string;
|
|
6042
6341
|
export declare const mdiWeatherHail: string;
|
|
@@ -6156,6 +6455,7 @@ export declare const mdiWindowShutterAlert: string;
|
|
|
6156
6455
|
export declare const mdiWindowShutterOpen: string;
|
|
6157
6456
|
export declare const mdiWindowShutter: string;
|
|
6158
6457
|
export declare const mdiWindsock: string;
|
|
6458
|
+
export declare const mdiWiperWashAlert: string;
|
|
6159
6459
|
export declare const mdiWiperWash: string;
|
|
6160
6460
|
export declare const mdiWiper: string;
|
|
6161
6461
|
export declare const mdiWizardHat: string;
|