@quasar/extras 1.11.5 → 1.12.3
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 -12
- package/bootstrap-icons/bootstrap-icons.css +212 -0
- 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/LICENSE +21 -0
- package/ionicons-v6/icons.json +1334 -0
- package/ionicons-v6/index.d.ts +1334 -0
- package/ionicons-v6/index.js +1334 -0
- package/line-awesome/icons.json +1546 -0
- package/material-icons/icons.json +2048 -0
- package/material-icons/index.d.ts +84 -0
- package/material-icons/index.js +84 -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 +2048 -0
- package/material-icons-outlined/index.d.ts +84 -0
- package/material-icons-outlined/index.js +84 -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 +2048 -0
- package/material-icons-round/index.d.ts +84 -0
- package/material-icons-round/index.js +84 -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 +2048 -0
- package/material-icons-sharp/index.d.ts +84 -0
- package/material-icons-sharp/index.js +84 -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 +1603 -5
- package/package.json +10 -7
- package/themify/icons.json +354 -0
|
@@ -221,6 +221,13 @@ export declare const sharpBarChart: string;
|
|
|
221
221
|
export declare const sharpBatchPrediction: string;
|
|
222
222
|
export declare const sharpBathroom: string;
|
|
223
223
|
export declare const sharpBathtub: string;
|
|
224
|
+
export declare const sharpBattery0Bar: string;
|
|
225
|
+
export declare const sharpBattery1Bar: string;
|
|
226
|
+
export declare const sharpBattery2Bar: string;
|
|
227
|
+
export declare const sharpBattery3Bar: string;
|
|
228
|
+
export declare const sharpBattery4Bar: string;
|
|
229
|
+
export declare const sharpBattery5Bar: string;
|
|
230
|
+
export declare const sharpBattery6Bar: string;
|
|
224
231
|
export declare const sharpBatteryAlert: string;
|
|
225
232
|
export declare const sharpBatteryChargingFull: string;
|
|
226
233
|
export declare const sharpBatteryFull: string;
|
|
@@ -287,6 +294,7 @@ export declare const sharpBrightnessHigh: string;
|
|
|
287
294
|
export declare const sharpBrightnessLow: string;
|
|
288
295
|
export declare const sharpBrightnessMedium: string;
|
|
289
296
|
export declare const sharpBrokenImage: string;
|
|
297
|
+
export declare const sharpBrowseGallery: string;
|
|
290
298
|
export declare const sharpBrowserNotSupported: string;
|
|
291
299
|
export declare const sharpBrowserUpdated: string;
|
|
292
300
|
export declare const sharpBrunchDining: string;
|
|
@@ -305,6 +313,7 @@ export declare const sharpCable: string;
|
|
|
305
313
|
export declare const sharpCached: string;
|
|
306
314
|
export declare const sharpCake: string;
|
|
307
315
|
export declare const sharpCalculate: string;
|
|
316
|
+
export declare const sharpCalendarMonth: string;
|
|
308
317
|
export declare const sharpCalendarToday: string;
|
|
309
318
|
export declare const sharpCalendarViewDay: string;
|
|
310
319
|
export declare const sharpCalendarViewMonth: string;
|
|
@@ -332,6 +341,7 @@ export declare const sharpCancel: string;
|
|
|
332
341
|
export declare const sharpCancelPresentation: string;
|
|
333
342
|
export declare const sharpCancelScheduleSend: string;
|
|
334
343
|
export declare const sharpCandlestickChart: string;
|
|
344
|
+
export declare const sharpCarCrash: string;
|
|
335
345
|
export declare const sharpCardGiftcard: string;
|
|
336
346
|
export declare const sharpCardMembership: string;
|
|
337
347
|
export declare const sharpCardTravel: string;
|
|
@@ -347,6 +357,7 @@ export declare const sharpCastle: string;
|
|
|
347
357
|
export declare const sharpCatchingPokemon: string;
|
|
348
358
|
export declare const sharpCategory: string;
|
|
349
359
|
export declare const sharpCelebration: string;
|
|
360
|
+
export declare const sharpCellTower: string;
|
|
350
361
|
export declare const sharpCellWifi: string;
|
|
351
362
|
export declare const sharpCenterFocusStrong: string;
|
|
352
363
|
export declare const sharpCenterFocusWeak: string;
|
|
@@ -448,6 +459,7 @@ export declare const sharpCreditCard: string;
|
|
|
448
459
|
export declare const sharpCreditCardOff: string;
|
|
449
460
|
export declare const sharpCreditScore: string;
|
|
450
461
|
export declare const sharpCrib: string;
|
|
462
|
+
export declare const sharpCrisisAlert: string;
|
|
451
463
|
export declare const sharpCrop: string;
|
|
452
464
|
export declare const sharpCrop169: string;
|
|
453
465
|
export declare const sharpCrop32: string;
|
|
@@ -462,6 +474,7 @@ export declare const sharpCropRotate: string;
|
|
|
462
474
|
export declare const sharpCropSquare: string;
|
|
463
475
|
export declare const sharpCrueltyFree: string;
|
|
464
476
|
export declare const sharpCss: string;
|
|
477
|
+
export declare const sharpCurrencyBitcoin: string;
|
|
465
478
|
export declare const sharpCurrencyExchange: string;
|
|
466
479
|
export declare const sharpCurrencyFranc: string;
|
|
467
480
|
export declare const sharpCurrencyLira: string;
|
|
@@ -470,6 +483,7 @@ export declare const sharpCurrencyRuble: string;
|
|
|
470
483
|
export declare const sharpCurrencyRupee: string;
|
|
471
484
|
export declare const sharpCurrencyYen: string;
|
|
472
485
|
export declare const sharpCurrencyYuan: string;
|
|
486
|
+
export declare const sharpCyclone: string;
|
|
473
487
|
export declare const sharpDangerous: string;
|
|
474
488
|
export declare const sharpDarkMode: string;
|
|
475
489
|
export declare const sharpDashboard: string;
|
|
@@ -479,6 +493,7 @@ export declare const sharpDataExploration: string;
|
|
|
479
493
|
export declare const sharpDataObject: string;
|
|
480
494
|
export declare const sharpDataSaverOff: string;
|
|
481
495
|
export declare const sharpDataSaverOn: string;
|
|
496
|
+
export declare const sharpDataThresholding: string;
|
|
482
497
|
export declare const sharpDataUsage: string;
|
|
483
498
|
export declare const sharpDateRange: string;
|
|
484
499
|
export declare const sharpDeblur: string;
|
|
@@ -489,8 +504,12 @@ export declare const sharpDeleteForever: string;
|
|
|
489
504
|
export declare const sharpDeleteOutline: string;
|
|
490
505
|
export declare const sharpDeleteSweep: string;
|
|
491
506
|
export declare const sharpDeliveryDining: string;
|
|
507
|
+
export declare const sharpDensityLarge: string;
|
|
508
|
+
export declare const sharpDensityMedium: string;
|
|
509
|
+
export declare const sharpDensitySmall: string;
|
|
492
510
|
export declare const sharpDepartureBoard: string;
|
|
493
511
|
export declare const sharpDescription: string;
|
|
512
|
+
export declare const sharpDeselect: string;
|
|
494
513
|
export declare const sharpDesignServices: string;
|
|
495
514
|
export declare const sharpDesktopAccessDisabled: string;
|
|
496
515
|
export declare const sharpDesktopMac: string;
|
|
@@ -501,6 +520,7 @@ export declare const sharpDeveloperBoardOff: string;
|
|
|
501
520
|
export declare const sharpDeveloperMode: string;
|
|
502
521
|
export declare const sharpDeviceHub: string;
|
|
503
522
|
export declare const sharpDevices: string;
|
|
523
|
+
export declare const sharpDevicesFold: string;
|
|
504
524
|
export declare const sharpDevicesOther: string;
|
|
505
525
|
export declare const sharpDeviceThermostat: string;
|
|
506
526
|
export declare const sharpDeviceUnknown: string;
|
|
@@ -531,6 +551,8 @@ export declare const sharpDirtyLens: string;
|
|
|
531
551
|
export declare const sharpDisabledByDefault: string;
|
|
532
552
|
export declare const sharpDisabledVisible: string;
|
|
533
553
|
export declare const sharpDiscFull: string;
|
|
554
|
+
export declare const sharpDiscount: string;
|
|
555
|
+
export declare const sharpDisplaySettings: string;
|
|
534
556
|
export declare const sharpDns: string;
|
|
535
557
|
export declare const sharpDock: string;
|
|
536
558
|
export declare const sharpDocumentScanner: string;
|
|
@@ -607,6 +629,8 @@ export declare const sharpElectricScooter: string;
|
|
|
607
629
|
export declare const sharpElevator: string;
|
|
608
630
|
export declare const sharpEmail: string;
|
|
609
631
|
export declare const sharpEmergency: string;
|
|
632
|
+
export declare const sharpEmergencyRecording: string;
|
|
633
|
+
export declare const sharpEmergencyShare: string;
|
|
610
634
|
export declare const sharpEMobiledata: string;
|
|
611
635
|
export declare const sharpEmojiEmotions: string;
|
|
612
636
|
export declare const sharpEmojiEvents: string;
|
|
@@ -652,6 +676,7 @@ export declare const sharpFace: string;
|
|
|
652
676
|
export declare const sharpFaceRetouchingNatural: string;
|
|
653
677
|
export declare const sharpFaceRetouchingOff: string;
|
|
654
678
|
export declare const sharpFactCheck: string;
|
|
679
|
+
export declare const sharpFactory: string;
|
|
655
680
|
export declare const sharpFamilyRestroom: string;
|
|
656
681
|
export declare const sharpFastfood: string;
|
|
657
682
|
export declare const sharpFastForward: string;
|
|
@@ -729,11 +754,13 @@ export declare const sharpFlipCameraAndroid: string;
|
|
|
729
754
|
export declare const sharpFlipCameraIos: string;
|
|
730
755
|
export declare const sharpFlipToBack: string;
|
|
731
756
|
export declare const sharpFlipToFront: string;
|
|
757
|
+
export declare const sharpFlood: string;
|
|
732
758
|
export declare const sharpFlourescent: string;
|
|
733
759
|
export declare const sharpFlutterDash: string;
|
|
734
760
|
export declare const sharpFmdBad: string;
|
|
735
761
|
export declare const sharpFmdGood: string;
|
|
736
762
|
export declare const sharpFolder: string;
|
|
763
|
+
export declare const sharpFolderCopy: string;
|
|
737
764
|
export declare const sharpFolderDelete: string;
|
|
738
765
|
export declare const sharpFolderOff: string;
|
|
739
766
|
export declare const sharpFolderOpen: string;
|
|
@@ -745,6 +772,8 @@ export declare const sharpFontDownload: string;
|
|
|
745
772
|
export declare const sharpFontDownloadOff: string;
|
|
746
773
|
export declare const sharpFoodBank: string;
|
|
747
774
|
export declare const sharpForest: string;
|
|
775
|
+
export declare const sharpForkLeft: string;
|
|
776
|
+
export declare const sharpForkRight: string;
|
|
748
777
|
export declare const sharpFormatAlignCenter: string;
|
|
749
778
|
export declare const sharpFormatAlignJustify: string;
|
|
750
779
|
export declare const sharpFormatAlignLeft: string;
|
|
@@ -823,6 +852,7 @@ export declare const sharpGroups: string;
|
|
|
823
852
|
export declare const sharpGroupWork: string;
|
|
824
853
|
export declare const sharpGTranslate: string;
|
|
825
854
|
export declare const sharpHail: string;
|
|
855
|
+
export declare const sharpHandshake: string;
|
|
826
856
|
export declare const sharpHandyman: string;
|
|
827
857
|
export declare const sharpHardware: string;
|
|
828
858
|
export declare const sharpHd: string;
|
|
@@ -967,6 +997,7 @@ export declare const sharpLabelImportant: string;
|
|
|
967
997
|
export declare const sharpLabelOff: string;
|
|
968
998
|
export declare const sharpLan: string;
|
|
969
999
|
export declare const sharpLandscape: string;
|
|
1000
|
+
export declare const sharpLandslide: string;
|
|
970
1001
|
export declare const sharpLanguage: string;
|
|
971
1002
|
export declare const sharpLaptop: string;
|
|
972
1003
|
export declare const sharpLaptopChromebook: string;
|
|
@@ -1065,6 +1096,7 @@ export declare const sharpMailOutline: string;
|
|
|
1065
1096
|
export declare const sharpMale: string;
|
|
1066
1097
|
export declare const sharpMan: string;
|
|
1067
1098
|
export declare const sharpManageAccounts: string;
|
|
1099
|
+
export declare const sharpManageHistory: string;
|
|
1068
1100
|
export declare const sharpManageSearch: string;
|
|
1069
1101
|
export declare const sharpMap: string;
|
|
1070
1102
|
export declare const sharpMapsHomeWork: string;
|
|
@@ -1076,12 +1108,14 @@ export declare const sharpMarkChatUnread: string;
|
|
|
1076
1108
|
export declare const sharpMarkEmailRead: string;
|
|
1077
1109
|
export declare const sharpMarkEmailUnread: string;
|
|
1078
1110
|
export declare const sharpMarkunread: string;
|
|
1111
|
+
export declare const sharpMarkUnreadChatAlt: string;
|
|
1079
1112
|
export declare const sharpMarkunreadMailbox: string;
|
|
1080
1113
|
export declare const sharpMasks: string;
|
|
1081
1114
|
export declare const sharpMaximize: string;
|
|
1082
1115
|
export declare const sharpMediaBluetoothOff: string;
|
|
1083
1116
|
export declare const sharpMediaBluetoothOn: string;
|
|
1084
1117
|
export declare const sharpMediation: string;
|
|
1118
|
+
export declare const sharpMedicalInformation: string;
|
|
1085
1119
|
export declare const sharpMedicalServices: string;
|
|
1086
1120
|
export declare const sharpMedication: string;
|
|
1087
1121
|
export declare const sharpMedicationLiquid: string;
|
|
@@ -1090,6 +1124,7 @@ export declare const sharpMemory: string;
|
|
|
1090
1124
|
export declare const sharpMenu: string;
|
|
1091
1125
|
export declare const sharpMenuBook: string;
|
|
1092
1126
|
export declare const sharpMenuOpen: string;
|
|
1127
|
+
export declare const sharpMerge: string;
|
|
1093
1128
|
export declare const sharpMergeType: string;
|
|
1094
1129
|
export declare const sharpMessage: string;
|
|
1095
1130
|
export declare const sharpMic: string;
|
|
@@ -1100,6 +1135,7 @@ export declare const sharpMicOff: string;
|
|
|
1100
1135
|
export declare const sharpMicrowave: string;
|
|
1101
1136
|
export declare const sharpMilitaryTech: string;
|
|
1102
1137
|
export declare const sharpMinimize: string;
|
|
1138
|
+
export declare const sharpMinorCrash: string;
|
|
1103
1139
|
export declare const sharpMiscellaneousServices: string;
|
|
1104
1140
|
export declare const sharpMissedVideoCall: string;
|
|
1105
1141
|
export declare const sharpMms: string;
|
|
@@ -1165,7 +1201,11 @@ export declare const sharpNearMeDisabled: string;
|
|
|
1165
1201
|
export declare const sharpNetworkCell: string;
|
|
1166
1202
|
export declare const sharpNetworkCheck: string;
|
|
1167
1203
|
export declare const sharpNetworkLocked: string;
|
|
1204
|
+
export declare const sharpNetworkPing: string;
|
|
1168
1205
|
export declare const sharpNetworkWifi: string;
|
|
1206
|
+
export declare const sharpNetworkWifi1Bar: string;
|
|
1207
|
+
export declare const sharpNetworkWifi2Bar: string;
|
|
1208
|
+
export declare const sharpNetworkWifi3Bar: string;
|
|
1169
1209
|
export declare const sharpNewLabel: string;
|
|
1170
1210
|
export declare const sharpNewReleases: string;
|
|
1171
1211
|
export declare const sharpNewspaper: string;
|
|
@@ -1180,11 +1220,14 @@ export declare const sharpNightsStay: string;
|
|
|
1180
1220
|
export declare const sharpNoAccounts: string;
|
|
1181
1221
|
export declare const sharpNoBackpack: string;
|
|
1182
1222
|
export declare const sharpNoCell: string;
|
|
1223
|
+
export declare const sharpNoCrash: string;
|
|
1183
1224
|
export declare const sharpNoDrinks: string;
|
|
1184
1225
|
export declare const sharpNoEncryption: string;
|
|
1185
1226
|
export declare const sharpNoEncryptionGmailerrorred: string;
|
|
1186
1227
|
export declare const sharpNoFlash: string;
|
|
1187
1228
|
export declare const sharpNoFood: string;
|
|
1229
|
+
export declare const sharpNoiseAware: string;
|
|
1230
|
+
export declare const sharpNoiseControlOff: string;
|
|
1188
1231
|
export declare const sharpNoLuggage: string;
|
|
1189
1232
|
export declare const sharpNoMeals: string;
|
|
1190
1233
|
export declare const sharpNoMeetingRoom: string;
|
|
@@ -1229,6 +1272,7 @@ export declare const sharpOutbox: string;
|
|
|
1229
1272
|
export declare const sharpOutdoorGrill: string;
|
|
1230
1273
|
export declare const sharpOutlet: string;
|
|
1231
1274
|
export declare const sharpOutlinedFlag: string;
|
|
1275
|
+
export declare const sharpOutput: string;
|
|
1232
1276
|
export declare const sharpPadding: string;
|
|
1233
1277
|
export declare const sharpPages: string;
|
|
1234
1278
|
export declare const sharpPageview: string;
|
|
@@ -1245,6 +1289,7 @@ export declare const sharpPanoramaVerticalSelect: string;
|
|
|
1245
1289
|
export declare const sharpPanoramaWideAngle: string;
|
|
1246
1290
|
export declare const sharpPanoramaWideAngleSelect: string;
|
|
1247
1291
|
export declare const sharpPanTool: string;
|
|
1292
|
+
export declare const sharpPanToolAlt: string;
|
|
1248
1293
|
export declare const sharpParagliding: string;
|
|
1249
1294
|
export declare const sharpPark: string;
|
|
1250
1295
|
export declare const sharpPartyMode: string;
|
|
@@ -1355,6 +1400,7 @@ export declare const sharpPodcasts: string;
|
|
|
1355
1400
|
export declare const sharpPointOfSale: string;
|
|
1356
1401
|
export declare const sharpPolicy: string;
|
|
1357
1402
|
export declare const sharpPoll: string;
|
|
1403
|
+
export declare const sharpPolyline: string;
|
|
1358
1404
|
export declare const sharpPolymer: string;
|
|
1359
1405
|
export declare const sharpPool: string;
|
|
1360
1406
|
export declare const sharpPortableWifiOff: string;
|
|
@@ -1401,6 +1447,8 @@ export declare const sharpRadioButtonChecked: string;
|
|
|
1401
1447
|
export declare const sharpRadioButtonUnchecked: string;
|
|
1402
1448
|
export declare const sharpRailwayAlert: string;
|
|
1403
1449
|
export declare const sharpRamenDining: string;
|
|
1450
|
+
export declare const sharpRampLeft: string;
|
|
1451
|
+
export declare const sharpRampRight: string;
|
|
1404
1452
|
export declare const sharpRateReview: string;
|
|
1405
1453
|
export declare const sharpRawOff: string;
|
|
1406
1454
|
export declare const sharpRawOn: string;
|
|
@@ -1455,6 +1503,9 @@ export declare const sharpReviews: string;
|
|
|
1455
1503
|
export declare const sharpRiceBowl: string;
|
|
1456
1504
|
export declare const sharpRingVolume: string;
|
|
1457
1505
|
export declare const sharpRMobiledata: string;
|
|
1506
|
+
export declare const sharpRocket: string;
|
|
1507
|
+
export declare const sharpRocketLaunch: string;
|
|
1508
|
+
export declare const sharpRollerSkating: string;
|
|
1458
1509
|
export declare const sharpRoofing: string;
|
|
1459
1510
|
export declare const sharpRoom: string;
|
|
1460
1511
|
export declare const sharpRoomPreferences: string;
|
|
@@ -1463,6 +1514,8 @@ export declare const sharpRotate90DegreesCcw: string;
|
|
|
1463
1514
|
export declare const sharpRotate90DegreesCw: string;
|
|
1464
1515
|
export declare const sharpRotateLeft: string;
|
|
1465
1516
|
export declare const sharpRotateRight: string;
|
|
1517
|
+
export declare const sharpRoundaboutLeft: string;
|
|
1518
|
+
export declare const sharpRoundaboutRight: string;
|
|
1466
1519
|
export declare const sharpRoundedCorner: string;
|
|
1467
1520
|
export declare const sharpRoute: string;
|
|
1468
1521
|
export declare const sharpRouter: string;
|
|
@@ -1475,6 +1528,7 @@ export declare const sharpRuleFolder: string;
|
|
|
1475
1528
|
export declare const sharpRunCircle: string;
|
|
1476
1529
|
export declare const sharpRunningWithErrors: string;
|
|
1477
1530
|
export declare const sharpRvHookup: string;
|
|
1531
|
+
export declare const sharpSafetyCheck: string;
|
|
1478
1532
|
export declare const sharpSafetyDivider: string;
|
|
1479
1533
|
export declare const sharpSailing: string;
|
|
1480
1534
|
export declare const sharpSanitizer: string;
|
|
@@ -1494,13 +1548,16 @@ export declare const sharpSchema: string;
|
|
|
1494
1548
|
export declare const sharpSchool: string;
|
|
1495
1549
|
export declare const sharpScience: string;
|
|
1496
1550
|
export declare const sharpScore: string;
|
|
1551
|
+
export declare const sharpScoreboard: string;
|
|
1497
1552
|
export declare const sharpScreenLockLandscape: string;
|
|
1498
1553
|
export declare const sharpScreenLockPortrait: string;
|
|
1499
1554
|
export declare const sharpScreenLockRotation: string;
|
|
1500
1555
|
export declare const sharpScreenRotation: string;
|
|
1556
|
+
export declare const sharpScreenRotationAlt: string;
|
|
1501
1557
|
export declare const sharpScreenSearchDesktop: string;
|
|
1502
1558
|
export declare const sharpScreenShare: string;
|
|
1503
1559
|
export declare const sharpScreenshot: string;
|
|
1560
|
+
export declare const sharpScubaDiving: string;
|
|
1504
1561
|
export declare const sharpSd: string;
|
|
1505
1562
|
export declare const sharpSdCard: string;
|
|
1506
1563
|
export declare const sharpSdCardAlert: string;
|
|
@@ -1550,6 +1607,7 @@ export declare const sharpSettingsRemote: string;
|
|
|
1550
1607
|
export declare const sharpSettingsSuggest: string;
|
|
1551
1608
|
export declare const sharpSettingsSystemDaydream: string;
|
|
1552
1609
|
export declare const sharpSettingsVoice: string;
|
|
1610
|
+
export declare const sharpSevereCold: string;
|
|
1553
1611
|
export declare const sharpShare: string;
|
|
1554
1612
|
export declare const sharpShareLocation: string;
|
|
1555
1613
|
export declare const sharpShield: string;
|
|
@@ -1572,6 +1630,8 @@ export declare const sharpSick: string;
|
|
|
1572
1630
|
export declare const sharpSignalCellular0Bar: string;
|
|
1573
1631
|
export declare const sharpSignalCellular4Bar: string;
|
|
1574
1632
|
export declare const sharpSignalCellularAlt: string;
|
|
1633
|
+
export declare const sharpSignalCellularAlt1Bar: string;
|
|
1634
|
+
export declare const sharpSignalCellularAlt2Bar: string;
|
|
1575
1635
|
export declare const sharpSignalCellularConnectedNoInternet0Bar: string;
|
|
1576
1636
|
export declare const sharpSignalCellularConnectedNoInternet4Bar: string;
|
|
1577
1637
|
export declare const sharpSignalCellularNodata: string;
|
|
@@ -1587,6 +1647,7 @@ export declare const sharpSignalWifiOff: string;
|
|
|
1587
1647
|
export declare const sharpSignalWifiStatusbar4Bar: string;
|
|
1588
1648
|
export declare const sharpSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1589
1649
|
export declare const sharpSignalWifiStatusbarNull: string;
|
|
1650
|
+
export declare const sharpSignLanguage: string;
|
|
1590
1651
|
export declare const sharpSignpost: string;
|
|
1591
1652
|
export declare const sharpSimCard: string;
|
|
1592
1653
|
export declare const sharpSimCardAlert: string;
|
|
@@ -1617,6 +1678,7 @@ export declare const sharpSoap: string;
|
|
|
1617
1678
|
export declare const sharpSocialDistance: string;
|
|
1618
1679
|
export declare const sharpSort: string;
|
|
1619
1680
|
export declare const sharpSortByAlpha: string;
|
|
1681
|
+
export declare const sharpSos: string;
|
|
1620
1682
|
export declare const sharpSoupKitchen: string;
|
|
1621
1683
|
export declare const sharpSource: string;
|
|
1622
1684
|
export declare const sharpSouth: string;
|
|
@@ -1626,6 +1688,9 @@ export declare const sharpSouthWest: string;
|
|
|
1626
1688
|
export declare const sharpSpa: string;
|
|
1627
1689
|
export declare const sharpSpaceBar: string;
|
|
1628
1690
|
export declare const sharpSpaceDashboard: string;
|
|
1691
|
+
export declare const sharpSpatialAudio: string;
|
|
1692
|
+
export declare const sharpSpatialAudioOff: string;
|
|
1693
|
+
export declare const sharpSpatialTracking: string;
|
|
1629
1694
|
export declare const sharpSpeaker: string;
|
|
1630
1695
|
export declare const sharpSpeakerGroup: string;
|
|
1631
1696
|
export declare const sharpSpeakerNotes: string;
|
|
@@ -1643,6 +1708,7 @@ export declare const sharpSportsCricket: string;
|
|
|
1643
1708
|
export declare const sharpSportsEsports: string;
|
|
1644
1709
|
export declare const sharpSportsFootball: string;
|
|
1645
1710
|
export declare const sharpSportsGolf: string;
|
|
1711
|
+
export declare const sharpSportsGymnastics: string;
|
|
1646
1712
|
export declare const sharpSportsHandball: string;
|
|
1647
1713
|
export declare const sharpSportsHockey: string;
|
|
1648
1714
|
export declare const sharpSportsKabaddi: string;
|
|
@@ -1683,6 +1749,7 @@ export declare const sharpStore: string;
|
|
|
1683
1749
|
export declare const sharpStorefront: string;
|
|
1684
1750
|
export declare const sharpStoreMallDirectory: string;
|
|
1685
1751
|
export declare const sharpStorm: string;
|
|
1752
|
+
export declare const sharpStraight: string;
|
|
1686
1753
|
export declare const sharpStraighten: string;
|
|
1687
1754
|
export declare const sharpStream: string;
|
|
1688
1755
|
export declare const sharpStreetview: string;
|
|
@@ -1784,6 +1851,7 @@ export declare const sharpThumbsUpDown: string;
|
|
|
1784
1851
|
export declare const sharpThumbUp: string;
|
|
1785
1852
|
export declare const sharpThumbUpAlt: string;
|
|
1786
1853
|
export declare const sharpThumbUpOffAlt: string;
|
|
1854
|
+
export declare const sharpThunderstorm: string;
|
|
1787
1855
|
export declare const sharpTimelapse: string;
|
|
1788
1856
|
export declare const sharpTimeline: string;
|
|
1789
1857
|
export declare const sharpTimer: string;
|
|
@@ -1794,6 +1862,7 @@ export declare const sharpTimer3Select: string;
|
|
|
1794
1862
|
export declare const sharpTimerOff: string;
|
|
1795
1863
|
export declare const sharpTimeToLeave: string;
|
|
1796
1864
|
export declare const sharpTipsAndUpdates: string;
|
|
1865
|
+
export declare const sharpTireRepair: string;
|
|
1797
1866
|
export declare const sharpTitle: string;
|
|
1798
1867
|
export declare const sharpToc: string;
|
|
1799
1868
|
export declare const sharpToday: string;
|
|
@@ -1821,11 +1890,18 @@ export declare const sharpTrendingFlat: string;
|
|
|
1821
1890
|
export declare const sharpTrendingUp: string;
|
|
1822
1891
|
export declare const sharpTripOrigin: string;
|
|
1823
1892
|
export declare const sharpTry: string;
|
|
1893
|
+
export declare const sharpTsunami: string;
|
|
1824
1894
|
export declare const sharpTty: string;
|
|
1825
1895
|
export declare const sharpTune: string;
|
|
1826
1896
|
export declare const sharpTungsten: string;
|
|
1827
1897
|
export declare const sharpTurnedIn: string;
|
|
1828
1898
|
export declare const sharpTurnedInNot: string;
|
|
1899
|
+
export declare const sharpTurnLeft: string;
|
|
1900
|
+
export declare const sharpTurnRight: string;
|
|
1901
|
+
export declare const sharpTurnSharpLeft: string;
|
|
1902
|
+
export declare const sharpTurnSharpRight: string;
|
|
1903
|
+
export declare const sharpTurnSlightLeft: string;
|
|
1904
|
+
export declare const sharpTurnSlightRight: string;
|
|
1829
1905
|
export declare const sharpTv: string;
|
|
1830
1906
|
export declare const sharpTvOff: string;
|
|
1831
1907
|
export declare const sharpTwoWheeler: string;
|
|
@@ -1844,7 +1920,11 @@ export declare const sharpUpload: string;
|
|
|
1844
1920
|
export declare const sharpUploadFile: string;
|
|
1845
1921
|
export declare const sharpUsb: string;
|
|
1846
1922
|
export declare const sharpUsbOff: string;
|
|
1923
|
+
export declare const sharpUTurnLeft: string;
|
|
1924
|
+
export declare const sharpUTurnRight: string;
|
|
1847
1925
|
export declare const sharpVaccines: string;
|
|
1926
|
+
export declare const sharpVapeFree: string;
|
|
1927
|
+
export declare const sharpVapingRooms: string;
|
|
1848
1928
|
export declare const sharpVerified: string;
|
|
1849
1929
|
export declare const sharpVerifiedUser: string;
|
|
1850
1930
|
export declare const sharpVerticalAlignBottom: string;
|
|
@@ -1892,6 +1972,7 @@ export declare const sharpVisibilityOff: string;
|
|
|
1892
1972
|
export declare const sharpVoiceChat: string;
|
|
1893
1973
|
export declare const sharpVoicemail: string;
|
|
1894
1974
|
export declare const sharpVoiceOverOff: string;
|
|
1975
|
+
export declare const sharpVolcano: string;
|
|
1895
1976
|
export declare const sharpVolumeDown: string;
|
|
1896
1977
|
export declare const sharpVolumeMute: string;
|
|
1897
1978
|
export declare const sharpVolumeOff: string;
|
|
@@ -1902,6 +1983,7 @@ export declare const sharpVpnKeyOff: string;
|
|
|
1902
1983
|
export declare const sharpVpnLock: string;
|
|
1903
1984
|
export declare const sharpVrpano: string;
|
|
1904
1985
|
export declare const sharpWallpaper: string;
|
|
1986
|
+
export declare const sharpWarehouse: string;
|
|
1905
1987
|
export declare const sharpWarning: string;
|
|
1906
1988
|
export declare const sharpWarningAmber: string;
|
|
1907
1989
|
export declare const sharpWash: string;
|
|
@@ -1934,6 +2016,8 @@ export declare const sharpWheelchairPickup: string;
|
|
|
1934
2016
|
export declare const sharpWhereToVote: string;
|
|
1935
2017
|
export declare const sharpWidgets: string;
|
|
1936
2018
|
export declare const sharpWifi: string;
|
|
2019
|
+
export declare const sharpWifi1Bar: string;
|
|
2020
|
+
export declare const sharpWifi2Bar: string;
|
|
1937
2021
|
export declare const sharpWifiCalling: string;
|
|
1938
2022
|
export declare const sharpWifiCalling3: string;
|
|
1939
2023
|
export declare const sharpWifiChannel: string;
|