@quasar/extras 1.12.0 → 1.12.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/README.md +12 -12
- package/bootstrap-icons/bootstrap-icons.css +4 -2
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +1524 -0
- package/bootstrap-icons/index.d.ts +4 -3
- package/bootstrap-icons/index.js +114 -113
- package/eva-icons/icons.json +492 -0
- package/fontawesome-v5/icons.json +1613 -0
- package/ionicons-v6/icons.json +1334 -0
- package/line-awesome/icons.json +1546 -0
- package/material-icons/icons.json +2051 -0
- package/material-icons/index.d.ts +57 -0
- package/material-icons/index.js +57 -0
- 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/icons.json +2051 -0
- package/material-icons-outlined/index.d.ts +57 -0
- package/material-icons-outlined/index.js +57 -0
- 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/icons.json +2051 -0
- package/material-icons-round/index.d.ts +57 -0
- package/material-icons-round/index.js +57 -0
- 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/icons.json +2051 -0
- package/material-icons-sharp/index.d.ts +57 -0
- package/material-icons-sharp/index.js +57 -0
- 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/icons.json +6597 -0
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +101 -1
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +401 -2
- package/package.json +5 -5
- package/themify/icons.json +354 -0
|
@@ -221,6 +221,13 @@ export declare const roundBarChart: string;
|
|
|
221
221
|
export declare const roundBatchPrediction: string;
|
|
222
222
|
export declare const roundBathroom: string;
|
|
223
223
|
export declare const roundBathtub: string;
|
|
224
|
+
export declare const roundBattery0Bar: string;
|
|
225
|
+
export declare const roundBattery1Bar: string;
|
|
226
|
+
export declare const roundBattery2Bar: string;
|
|
227
|
+
export declare const roundBattery3Bar: string;
|
|
228
|
+
export declare const roundBattery4Bar: string;
|
|
229
|
+
export declare const roundBattery5Bar: string;
|
|
230
|
+
export declare const roundBattery6Bar: string;
|
|
224
231
|
export declare const roundBatteryAlert: string;
|
|
225
232
|
export declare const roundBatteryChargingFull: string;
|
|
226
233
|
export declare const roundBatteryFull: string;
|
|
@@ -287,6 +294,7 @@ export declare const roundBrightnessHigh: string;
|
|
|
287
294
|
export declare const roundBrightnessLow: string;
|
|
288
295
|
export declare const roundBrightnessMedium: string;
|
|
289
296
|
export declare const roundBrokenImage: string;
|
|
297
|
+
export declare const roundBrowseGallery: string;
|
|
290
298
|
export declare const roundBrowserNotSupported: string;
|
|
291
299
|
export declare const roundBrowserUpdated: string;
|
|
292
300
|
export declare const roundBrunchDining: string;
|
|
@@ -305,6 +313,7 @@ export declare const roundCable: string;
|
|
|
305
313
|
export declare const roundCached: string;
|
|
306
314
|
export declare const roundCake: string;
|
|
307
315
|
export declare const roundCalculate: string;
|
|
316
|
+
export declare const roundCalendarMonth: string;
|
|
308
317
|
export declare const roundCalendarToday: string;
|
|
309
318
|
export declare const roundCalendarViewDay: string;
|
|
310
319
|
export declare const roundCalendarViewMonth: string;
|
|
@@ -332,6 +341,7 @@ export declare const roundCancel: string;
|
|
|
332
341
|
export declare const roundCancelPresentation: string;
|
|
333
342
|
export declare const roundCancelScheduleSend: string;
|
|
334
343
|
export declare const roundCandlestickChart: string;
|
|
344
|
+
export declare const roundCarCrash: string;
|
|
335
345
|
export declare const roundCardGiftcard: string;
|
|
336
346
|
export declare const roundCardMembership: string;
|
|
337
347
|
export declare const roundCardTravel: string;
|
|
@@ -449,6 +459,7 @@ export declare const roundCreditCard: string;
|
|
|
449
459
|
export declare const roundCreditCardOff: string;
|
|
450
460
|
export declare const roundCreditScore: string;
|
|
451
461
|
export declare const roundCrib: string;
|
|
462
|
+
export declare const roundCrisisAlert: string;
|
|
452
463
|
export declare const roundCrop: string;
|
|
453
464
|
export declare const roundCrop169: string;
|
|
454
465
|
export declare const roundCrop32: string;
|
|
@@ -463,6 +474,7 @@ export declare const roundCropRotate: string;
|
|
|
463
474
|
export declare const roundCropSquare: string;
|
|
464
475
|
export declare const roundCrueltyFree: string;
|
|
465
476
|
export declare const roundCss: string;
|
|
477
|
+
export declare const roundCurrencyBitcoin: string;
|
|
466
478
|
export declare const roundCurrencyExchange: string;
|
|
467
479
|
export declare const roundCurrencyFranc: string;
|
|
468
480
|
export declare const roundCurrencyLira: string;
|
|
@@ -471,6 +483,7 @@ export declare const roundCurrencyRuble: string;
|
|
|
471
483
|
export declare const roundCurrencyRupee: string;
|
|
472
484
|
export declare const roundCurrencyYen: string;
|
|
473
485
|
export declare const roundCurrencyYuan: string;
|
|
486
|
+
export declare const roundCyclone: string;
|
|
474
487
|
export declare const roundDangerous: string;
|
|
475
488
|
export declare const roundDarkMode: string;
|
|
476
489
|
export declare const roundDashboard: string;
|
|
@@ -507,6 +520,7 @@ export declare const roundDeveloperBoardOff: string;
|
|
|
507
520
|
export declare const roundDeveloperMode: string;
|
|
508
521
|
export declare const roundDeviceHub: string;
|
|
509
522
|
export declare const roundDevices: string;
|
|
523
|
+
export declare const roundDevicesFold: string;
|
|
510
524
|
export declare const roundDevicesOther: string;
|
|
511
525
|
export declare const roundDeviceThermostat: string;
|
|
512
526
|
export declare const roundDeviceUnknown: string;
|
|
@@ -537,6 +551,7 @@ export declare const roundDirtyLens: string;
|
|
|
537
551
|
export declare const roundDisabledByDefault: string;
|
|
538
552
|
export declare const roundDisabledVisible: string;
|
|
539
553
|
export declare const roundDiscFull: string;
|
|
554
|
+
export declare const roundDiscount: string;
|
|
540
555
|
export declare const roundDisplaySettings: string;
|
|
541
556
|
export declare const roundDns: string;
|
|
542
557
|
export declare const roundDock: string;
|
|
@@ -614,6 +629,8 @@ export declare const roundElectricScooter: string;
|
|
|
614
629
|
export declare const roundElevator: string;
|
|
615
630
|
export declare const roundEmail: string;
|
|
616
631
|
export declare const roundEmergency: string;
|
|
632
|
+
export declare const roundEmergencyRecording: string;
|
|
633
|
+
export declare const roundEmergencyShare: string;
|
|
617
634
|
export declare const roundEMobiledata: string;
|
|
618
635
|
export declare const roundEmojiEmotions: string;
|
|
619
636
|
export declare const roundEmojiEvents: string;
|
|
@@ -737,11 +754,13 @@ export declare const roundFlipCameraAndroid: string;
|
|
|
737
754
|
export declare const roundFlipCameraIos: string;
|
|
738
755
|
export declare const roundFlipToBack: string;
|
|
739
756
|
export declare const roundFlipToFront: string;
|
|
757
|
+
export declare const roundFlood: string;
|
|
740
758
|
export declare const roundFlourescent: string;
|
|
741
759
|
export declare const roundFlutterDash: string;
|
|
742
760
|
export declare const roundFmdBad: string;
|
|
743
761
|
export declare const roundFmdGood: string;
|
|
744
762
|
export declare const roundFolder: string;
|
|
763
|
+
export declare const roundFolderCopy: string;
|
|
745
764
|
export declare const roundFolderDelete: string;
|
|
746
765
|
export declare const roundFolderOff: string;
|
|
747
766
|
export declare const roundFolderOpen: string;
|
|
@@ -833,6 +852,7 @@ export declare const roundGroups: string;
|
|
|
833
852
|
export declare const roundGroupWork: string;
|
|
834
853
|
export declare const roundGTranslate: string;
|
|
835
854
|
export declare const roundHail: string;
|
|
855
|
+
export declare const roundHandshake: string;
|
|
836
856
|
export declare const roundHandyman: string;
|
|
837
857
|
export declare const roundHardware: string;
|
|
838
858
|
export declare const roundHd: string;
|
|
@@ -977,6 +997,7 @@ export declare const roundLabelImportant: string;
|
|
|
977
997
|
export declare const roundLabelOff: string;
|
|
978
998
|
export declare const roundLan: string;
|
|
979
999
|
export declare const roundLandscape: string;
|
|
1000
|
+
export declare const roundLandslide: string;
|
|
980
1001
|
export declare const roundLanguage: string;
|
|
981
1002
|
export declare const roundLaptop: string;
|
|
982
1003
|
export declare const roundLaptopChromebook: string;
|
|
@@ -998,6 +1019,7 @@ export declare const roundLibraryBooks: string;
|
|
|
998
1019
|
export declare const roundLibraryMusic: string;
|
|
999
1020
|
export declare const roundLight: string;
|
|
1000
1021
|
export declare const roundLightbulb: string;
|
|
1022
|
+
export declare const roundLightbulbCircle: string;
|
|
1001
1023
|
export declare const roundLightMode: string;
|
|
1002
1024
|
export declare const roundLinearScale: string;
|
|
1003
1025
|
export declare const roundLineAxis: string;
|
|
@@ -1075,6 +1097,7 @@ export declare const roundMailOutline: string;
|
|
|
1075
1097
|
export declare const roundMale: string;
|
|
1076
1098
|
export declare const roundMan: string;
|
|
1077
1099
|
export declare const roundManageAccounts: string;
|
|
1100
|
+
export declare const roundManageHistory: string;
|
|
1078
1101
|
export declare const roundManageSearch: string;
|
|
1079
1102
|
export declare const roundMap: string;
|
|
1080
1103
|
export declare const roundMapsHomeWork: string;
|
|
@@ -1093,6 +1116,7 @@ export declare const roundMaximize: string;
|
|
|
1093
1116
|
export declare const roundMediaBluetoothOff: string;
|
|
1094
1117
|
export declare const roundMediaBluetoothOn: string;
|
|
1095
1118
|
export declare const roundMediation: string;
|
|
1119
|
+
export declare const roundMedicalInformation: string;
|
|
1096
1120
|
export declare const roundMedicalServices: string;
|
|
1097
1121
|
export declare const roundMedication: string;
|
|
1098
1122
|
export declare const roundMedicationLiquid: string;
|
|
@@ -1112,6 +1136,7 @@ export declare const roundMicOff: string;
|
|
|
1112
1136
|
export declare const roundMicrowave: string;
|
|
1113
1137
|
export declare const roundMilitaryTech: string;
|
|
1114
1138
|
export declare const roundMinimize: string;
|
|
1139
|
+
export declare const roundMinorCrash: string;
|
|
1115
1140
|
export declare const roundMiscellaneousServices: string;
|
|
1116
1141
|
export declare const roundMissedVideoCall: string;
|
|
1117
1142
|
export declare const roundMms: string;
|
|
@@ -1177,7 +1202,11 @@ export declare const roundNearMeDisabled: string;
|
|
|
1177
1202
|
export declare const roundNetworkCell: string;
|
|
1178
1203
|
export declare const roundNetworkCheck: string;
|
|
1179
1204
|
export declare const roundNetworkLocked: string;
|
|
1205
|
+
export declare const roundNetworkPing: string;
|
|
1180
1206
|
export declare const roundNetworkWifi: string;
|
|
1207
|
+
export declare const roundNetworkWifi1Bar: string;
|
|
1208
|
+
export declare const roundNetworkWifi2Bar: string;
|
|
1209
|
+
export declare const roundNetworkWifi3Bar: string;
|
|
1181
1210
|
export declare const roundNewLabel: string;
|
|
1182
1211
|
export declare const roundNewReleases: string;
|
|
1183
1212
|
export declare const roundNewspaper: string;
|
|
@@ -1192,11 +1221,14 @@ export declare const roundNightsStay: string;
|
|
|
1192
1221
|
export declare const roundNoAccounts: string;
|
|
1193
1222
|
export declare const roundNoBackpack: string;
|
|
1194
1223
|
export declare const roundNoCell: string;
|
|
1224
|
+
export declare const roundNoCrash: string;
|
|
1195
1225
|
export declare const roundNoDrinks: string;
|
|
1196
1226
|
export declare const roundNoEncryption: string;
|
|
1197
1227
|
export declare const roundNoEncryptionGmailerrorred: string;
|
|
1198
1228
|
export declare const roundNoFlash: string;
|
|
1199
1229
|
export declare const roundNoFood: string;
|
|
1230
|
+
export declare const roundNoiseAware: string;
|
|
1231
|
+
export declare const roundNoiseControlOff: string;
|
|
1200
1232
|
export declare const roundNoLuggage: string;
|
|
1201
1233
|
export declare const roundNoMeals: string;
|
|
1202
1234
|
export declare const roundNoMeetingRoom: string;
|
|
@@ -1228,6 +1260,7 @@ export declare const roundOfflineBolt: string;
|
|
|
1228
1260
|
export declare const roundOfflinePin: string;
|
|
1229
1261
|
export declare const roundOfflineShare: string;
|
|
1230
1262
|
export declare const roundOndemandVideo: string;
|
|
1263
|
+
export declare const roundOnDeviceTraining: string;
|
|
1231
1264
|
export declare const roundOnlinePrediction: string;
|
|
1232
1265
|
export declare const roundOpacity: string;
|
|
1233
1266
|
export declare const roundOpenInBrowser: string;
|
|
@@ -1241,6 +1274,7 @@ export declare const roundOutbox: string;
|
|
|
1241
1274
|
export declare const roundOutdoorGrill: string;
|
|
1242
1275
|
export declare const roundOutlet: string;
|
|
1243
1276
|
export declare const roundOutlinedFlag: string;
|
|
1277
|
+
export declare const roundOutput: string;
|
|
1244
1278
|
export declare const roundPadding: string;
|
|
1245
1279
|
export declare const roundPages: string;
|
|
1246
1280
|
export declare const roundPageview: string;
|
|
@@ -1441,6 +1475,7 @@ export declare const roundRemoveDone: string;
|
|
|
1441
1475
|
export declare const roundRemoveFromQueue: string;
|
|
1442
1476
|
export declare const roundRemoveModerator: string;
|
|
1443
1477
|
export declare const roundRemoveRedEye: string;
|
|
1478
|
+
export declare const roundRemoveRoad: string;
|
|
1444
1479
|
export declare const roundRemoveShoppingCart: string;
|
|
1445
1480
|
export declare const roundReorder: string;
|
|
1446
1481
|
export declare const roundRepeat: string;
|
|
@@ -1473,6 +1508,7 @@ export declare const roundRingVolume: string;
|
|
|
1473
1508
|
export declare const roundRMobiledata: string;
|
|
1474
1509
|
export declare const roundRocket: string;
|
|
1475
1510
|
export declare const roundRocketLaunch: string;
|
|
1511
|
+
export declare const roundRollerSkating: string;
|
|
1476
1512
|
export declare const roundRoofing: string;
|
|
1477
1513
|
export declare const roundRoom: string;
|
|
1478
1514
|
export declare const roundRoomPreferences: string;
|
|
@@ -1495,6 +1531,7 @@ export declare const roundRuleFolder: string;
|
|
|
1495
1531
|
export declare const roundRunCircle: string;
|
|
1496
1532
|
export declare const roundRunningWithErrors: string;
|
|
1497
1533
|
export declare const roundRvHookup: string;
|
|
1534
|
+
export declare const roundSafetyCheck: string;
|
|
1498
1535
|
export declare const roundSafetyDivider: string;
|
|
1499
1536
|
export declare const roundSailing: string;
|
|
1500
1537
|
export declare const roundSanitizer: string;
|
|
@@ -1514,13 +1551,16 @@ export declare const roundSchema: string;
|
|
|
1514
1551
|
export declare const roundSchool: string;
|
|
1515
1552
|
export declare const roundScience: string;
|
|
1516
1553
|
export declare const roundScore: string;
|
|
1554
|
+
export declare const roundScoreboard: string;
|
|
1517
1555
|
export declare const roundScreenLockLandscape: string;
|
|
1518
1556
|
export declare const roundScreenLockPortrait: string;
|
|
1519
1557
|
export declare const roundScreenLockRotation: string;
|
|
1520
1558
|
export declare const roundScreenRotation: string;
|
|
1559
|
+
export declare const roundScreenRotationAlt: string;
|
|
1521
1560
|
export declare const roundScreenSearchDesktop: string;
|
|
1522
1561
|
export declare const roundScreenShare: string;
|
|
1523
1562
|
export declare const roundScreenshot: string;
|
|
1563
|
+
export declare const roundScubaDiving: string;
|
|
1524
1564
|
export declare const roundSd: string;
|
|
1525
1565
|
export declare const roundSdCard: string;
|
|
1526
1566
|
export declare const roundSdCardAlert: string;
|
|
@@ -1570,6 +1610,7 @@ export declare const roundSettingsRemote: string;
|
|
|
1570
1610
|
export declare const roundSettingsSuggest: string;
|
|
1571
1611
|
export declare const roundSettingsSystemDaydream: string;
|
|
1572
1612
|
export declare const roundSettingsVoice: string;
|
|
1613
|
+
export declare const roundSevereCold: string;
|
|
1573
1614
|
export declare const roundShare: string;
|
|
1574
1615
|
export declare const roundShareLocation: string;
|
|
1575
1616
|
export declare const roundShield: string;
|
|
@@ -1592,6 +1633,8 @@ export declare const roundSick: string;
|
|
|
1592
1633
|
export declare const roundSignalCellular0Bar: string;
|
|
1593
1634
|
export declare const roundSignalCellular4Bar: string;
|
|
1594
1635
|
export declare const roundSignalCellularAlt: string;
|
|
1636
|
+
export declare const roundSignalCellularAlt1Bar: string;
|
|
1637
|
+
export declare const roundSignalCellularAlt2Bar: string;
|
|
1595
1638
|
export declare const roundSignalCellularConnectedNoInternet0Bar: string;
|
|
1596
1639
|
export declare const roundSignalCellularConnectedNoInternet4Bar: string;
|
|
1597
1640
|
export declare const roundSignalCellularNodata: string;
|
|
@@ -1607,6 +1650,7 @@ export declare const roundSignalWifiOff: string;
|
|
|
1607
1650
|
export declare const roundSignalWifiStatusbar4Bar: string;
|
|
1608
1651
|
export declare const roundSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1609
1652
|
export declare const roundSignalWifiStatusbarNull: string;
|
|
1653
|
+
export declare const roundSignLanguage: string;
|
|
1610
1654
|
export declare const roundSignpost: string;
|
|
1611
1655
|
export declare const roundSimCard: string;
|
|
1612
1656
|
export declare const roundSimCardAlert: string;
|
|
@@ -1637,6 +1681,7 @@ export declare const roundSoap: string;
|
|
|
1637
1681
|
export declare const roundSocialDistance: string;
|
|
1638
1682
|
export declare const roundSort: string;
|
|
1639
1683
|
export declare const roundSortByAlpha: string;
|
|
1684
|
+
export declare const roundSos: string;
|
|
1640
1685
|
export declare const roundSoupKitchen: string;
|
|
1641
1686
|
export declare const roundSource: string;
|
|
1642
1687
|
export declare const roundSouth: string;
|
|
@@ -1646,6 +1691,9 @@ export declare const roundSouthWest: string;
|
|
|
1646
1691
|
export declare const roundSpa: string;
|
|
1647
1692
|
export declare const roundSpaceBar: string;
|
|
1648
1693
|
export declare const roundSpaceDashboard: string;
|
|
1694
|
+
export declare const roundSpatialAudio: string;
|
|
1695
|
+
export declare const roundSpatialAudioOff: string;
|
|
1696
|
+
export declare const roundSpatialTracking: string;
|
|
1649
1697
|
export declare const roundSpeaker: string;
|
|
1650
1698
|
export declare const roundSpeakerGroup: string;
|
|
1651
1699
|
export declare const roundSpeakerNotes: string;
|
|
@@ -1663,6 +1711,7 @@ export declare const roundSportsCricket: string;
|
|
|
1663
1711
|
export declare const roundSportsEsports: string;
|
|
1664
1712
|
export declare const roundSportsFootball: string;
|
|
1665
1713
|
export declare const roundSportsGolf: string;
|
|
1714
|
+
export declare const roundSportsGymnastics: string;
|
|
1666
1715
|
export declare const roundSportsHandball: string;
|
|
1667
1716
|
export declare const roundSportsHockey: string;
|
|
1668
1717
|
export declare const roundSportsKabaddi: string;
|
|
@@ -1805,6 +1854,7 @@ export declare const roundThumbsUpDown: string;
|
|
|
1805
1854
|
export declare const roundThumbUp: string;
|
|
1806
1855
|
export declare const roundThumbUpAlt: string;
|
|
1807
1856
|
export declare const roundThumbUpOffAlt: string;
|
|
1857
|
+
export declare const roundThunderstorm: string;
|
|
1808
1858
|
export declare const roundTimelapse: string;
|
|
1809
1859
|
export declare const roundTimeline: string;
|
|
1810
1860
|
export declare const roundTimer: string;
|
|
@@ -1815,6 +1865,7 @@ export declare const roundTimer3Select: string;
|
|
|
1815
1865
|
export declare const roundTimerOff: string;
|
|
1816
1866
|
export declare const roundTimeToLeave: string;
|
|
1817
1867
|
export declare const roundTipsAndUpdates: string;
|
|
1868
|
+
export declare const roundTireRepair: string;
|
|
1818
1869
|
export declare const roundTitle: string;
|
|
1819
1870
|
export declare const roundToc: string;
|
|
1820
1871
|
export declare const roundToday: string;
|
|
@@ -1842,6 +1893,7 @@ export declare const roundTrendingFlat: string;
|
|
|
1842
1893
|
export declare const roundTrendingUp: string;
|
|
1843
1894
|
export declare const roundTripOrigin: string;
|
|
1844
1895
|
export declare const roundTry: string;
|
|
1896
|
+
export declare const roundTsunami: string;
|
|
1845
1897
|
export declare const roundTty: string;
|
|
1846
1898
|
export declare const roundTune: string;
|
|
1847
1899
|
export declare const roundTungsten: string;
|
|
@@ -1874,6 +1926,8 @@ export declare const roundUsbOff: string;
|
|
|
1874
1926
|
export declare const roundUTurnLeft: string;
|
|
1875
1927
|
export declare const roundUTurnRight: string;
|
|
1876
1928
|
export declare const roundVaccines: string;
|
|
1929
|
+
export declare const roundVapeFree: string;
|
|
1930
|
+
export declare const roundVapingRooms: string;
|
|
1877
1931
|
export declare const roundVerified: string;
|
|
1878
1932
|
export declare const roundVerifiedUser: string;
|
|
1879
1933
|
export declare const roundVerticalAlignBottom: string;
|
|
@@ -1921,6 +1975,7 @@ export declare const roundVisibilityOff: string;
|
|
|
1921
1975
|
export declare const roundVoiceChat: string;
|
|
1922
1976
|
export declare const roundVoicemail: string;
|
|
1923
1977
|
export declare const roundVoiceOverOff: string;
|
|
1978
|
+
export declare const roundVolcano: string;
|
|
1924
1979
|
export declare const roundVolumeDown: string;
|
|
1925
1980
|
export declare const roundVolumeMute: string;
|
|
1926
1981
|
export declare const roundVolumeOff: string;
|
|
@@ -1964,6 +2019,8 @@ export declare const roundWheelchairPickup: string;
|
|
|
1964
2019
|
export declare const roundWhereToVote: string;
|
|
1965
2020
|
export declare const roundWidgets: string;
|
|
1966
2021
|
export declare const roundWifi: string;
|
|
2022
|
+
export declare const roundWifi1Bar: string;
|
|
2023
|
+
export declare const roundWifi2Bar: string;
|
|
1967
2024
|
export declare const roundWifiCalling: string;
|
|
1968
2025
|
export declare const roundWifiCalling3: string;
|
|
1969
2026
|
export declare const roundWifiChannel: string;
|