@quasar/extras 1.12.4 → 1.13.1
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 +14 -12
- package/animate/animate-list.mjs +107 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +741 -595
- package/bootstrap-icons/index.d.ts +764 -618
- package/bootstrap-icons/index.js +744 -598
- package/bootstrap-icons/index.mjs +1670 -0
- package/eva-icons/icons.json +245 -245
- package/eva-icons/index.d.ts +245 -245
- package/eva-icons/index.js +245 -245
- package/eva-icons/index.mjs +492 -0
- package/fontawesome-v5/icons.json +226 -226
- package/fontawesome-v5/index.d.ts +225 -225
- package/fontawesome-v5/index.js +226 -226
- package/fontawesome-v5/index.mjs +1613 -0
- package/fontawesome-v6/LICENSE.txt +165 -0
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +7003 -0
- package/fontawesome-v6/icons.json +1750 -0
- package/fontawesome-v6/index.d.ts +1750 -0
- package/fontawesome-v6/index.js +1750 -0
- package/fontawesome-v6/index.mjs +1750 -0
- package/ionicons-v4/index.mjs +698 -0
- package/ionicons-v5/index.mjs +1334 -0
- package/ionicons-v6/icons.json +417 -417
- package/ionicons-v6/index.d.ts +418 -418
- package/ionicons-v6/index.js +418 -418
- package/ionicons-v6/index.mjs +1334 -0
- package/line-awesome/icons.json +204 -204
- package/line-awesome/index.d.ts +204 -204
- package/line-awesome/index.js +204 -204
- package/line-awesome/index.mjs +1546 -0
- package/material-icons/icons.json +516 -490
- package/material-icons/index.d.ts +142 -116
- package/material-icons/index.js +128 -102
- package/material-icons/index.mjs +2077 -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 +530 -504
- package/material-icons-outlined/index.d.ts +142 -116
- package/material-icons-outlined/index.js +128 -102
- package/material-icons-outlined/index.mjs +2077 -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 +448 -422
- package/material-icons-round/index.d.ts +142 -116
- package/material-icons-round/index.js +128 -102
- package/material-icons-round/index.mjs +2077 -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 +428 -402
- package/material-icons-sharp/index.d.ts +142 -116
- package/material-icons-sharp/index.js +128 -102
- package/material-icons-sharp/index.mjs +2077 -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-v4/index.mjs +4997 -0
- package/mdi-v5/LICENSE +20 -20
- package/mdi-v5/index.mjs +5957 -0
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/icons.json +2226 -2226
- package/mdi-v6/index.d.ts +2226 -2226
- package/mdi-v6/index.js +2226 -2226
- package/mdi-v6/index.mjs +6597 -0
- package/mdi-v6/license.md +20 -20
- package/package.json +7 -7
- package/themify/icons.json +65 -65
- package/themify/index.d.ts +64 -64
- package/themify/index.js +65 -65
- package/themify/index.mjs +354 -0
|
@@ -57,29 +57,29 @@ export declare const round9k: string;
|
|
|
57
57
|
export declare const round9kPlus: string;
|
|
58
58
|
export declare const round9mp: string;
|
|
59
59
|
export declare const roundAbc: string;
|
|
60
|
+
export declare const roundAcUnit: string;
|
|
60
61
|
export declare const roundAccessAlarm: string;
|
|
61
62
|
export declare const roundAccessAlarms: string;
|
|
63
|
+
export declare const roundAccessTime: string;
|
|
64
|
+
export declare const roundAccessTimeFilled: string;
|
|
62
65
|
export declare const roundAccessibility: string;
|
|
63
66
|
export declare const roundAccessibilityNew: string;
|
|
64
67
|
export declare const roundAccessible: string;
|
|
65
68
|
export declare const roundAccessibleForward: string;
|
|
66
|
-
export declare const roundAccessTime: string;
|
|
67
|
-
export declare const roundAccessTimeFilled: string;
|
|
68
69
|
export declare const roundAccountBalance: string;
|
|
69
70
|
export declare const roundAccountBalanceWallet: string;
|
|
70
71
|
export declare const roundAccountBox: string;
|
|
71
72
|
export declare const roundAccountCircle: string;
|
|
72
73
|
export declare const roundAccountTree: string;
|
|
73
|
-
export declare const
|
|
74
|
+
export declare const roundAdUnits: string;
|
|
74
75
|
export declare const roundAdb: string;
|
|
75
76
|
export declare const roundAdd: string;
|
|
77
|
+
export declare const roundAddAPhoto: string;
|
|
76
78
|
export declare const roundAddAlarm: string;
|
|
77
79
|
export declare const roundAddAlert: string;
|
|
78
|
-
export declare const roundAddAPhoto: string;
|
|
79
80
|
export declare const roundAddBox: string;
|
|
80
81
|
export declare const roundAddBusiness: string;
|
|
81
82
|
export declare const roundAddCard: string;
|
|
82
|
-
export declare const roundAddchart: string;
|
|
83
83
|
export declare const roundAddChart: string;
|
|
84
84
|
export declare const roundAddCircle: string;
|
|
85
85
|
export declare const roundAddCircleOutline: string;
|
|
@@ -98,14 +98,13 @@ export declare const roundAddToDrive: string;
|
|
|
98
98
|
export declare const roundAddToHomeScreen: string;
|
|
99
99
|
export declare const roundAddToPhotos: string;
|
|
100
100
|
export declare const roundAddToQueue: string;
|
|
101
|
+
export declare const roundAddchart: string;
|
|
101
102
|
export declare const roundAdfScanner: string;
|
|
102
103
|
export declare const roundAdjust: string;
|
|
103
104
|
export declare const roundAdminPanelSettings: string;
|
|
104
105
|
export declare const roundAdsClick: string;
|
|
105
|
-
export declare const roundAdUnits: string;
|
|
106
106
|
export declare const roundAgriculture: string;
|
|
107
107
|
export declare const roundAir: string;
|
|
108
|
-
export declare const roundAirlines: string;
|
|
109
108
|
export declare const roundAirlineSeatFlat: string;
|
|
110
109
|
export declare const roundAirlineSeatFlatAngled: string;
|
|
111
110
|
export declare const roundAirlineSeatIndividualSuite: string;
|
|
@@ -115,9 +114,10 @@ export declare const roundAirlineSeatLegroomReduced: string;
|
|
|
115
114
|
export declare const roundAirlineSeatReclineExtra: string;
|
|
116
115
|
export declare const roundAirlineSeatReclineNormal: string;
|
|
117
116
|
export declare const roundAirlineStops: string;
|
|
117
|
+
export declare const roundAirlines: string;
|
|
118
|
+
export declare const roundAirplaneTicket: string;
|
|
118
119
|
export declare const roundAirplanemodeActive: string;
|
|
119
120
|
export declare const roundAirplanemodeInactive: string;
|
|
120
|
-
export declare const roundAirplaneTicket: string;
|
|
121
121
|
export declare const roundAirplay: string;
|
|
122
122
|
export declare const roundAirportShuttle: string;
|
|
123
123
|
export declare const roundAlarm: string;
|
|
@@ -134,8 +134,8 @@ export declare const roundAlignVerticalTop: string;
|
|
|
134
134
|
export declare const roundAllInbox: string;
|
|
135
135
|
export declare const roundAllInclusive: string;
|
|
136
136
|
export declare const roundAllOut: string;
|
|
137
|
-
export declare const roundAlternateEmail: string;
|
|
138
137
|
export declare const roundAltRoute: string;
|
|
138
|
+
export declare const roundAlternateEmail: string;
|
|
139
139
|
export declare const roundAnalytics: string;
|
|
140
140
|
export declare const roundAnchor: string;
|
|
141
141
|
export declare const roundAndroid: string;
|
|
@@ -146,10 +146,10 @@ export declare const roundApartment: string;
|
|
|
146
146
|
export declare const roundApi: string;
|
|
147
147
|
export declare const roundAppBlocking: string;
|
|
148
148
|
export declare const roundAppRegistration: string;
|
|
149
|
-
export declare const roundApproval: string;
|
|
150
|
-
export declare const roundApps: string;
|
|
151
149
|
export declare const roundAppSettingsAlt: string;
|
|
152
150
|
export declare const roundAppShortcut: string;
|
|
151
|
+
export declare const roundApproval: string;
|
|
152
|
+
export declare const roundApps: string;
|
|
153
153
|
export declare const roundAppsOutage: string;
|
|
154
154
|
export declare const roundArchitecture: string;
|
|
155
155
|
export declare const roundArchive: string;
|
|
@@ -171,8 +171,8 @@ export declare const roundArrowLeft: string;
|
|
|
171
171
|
export declare const roundArrowRight: string;
|
|
172
172
|
export declare const roundArrowRightAlt: string;
|
|
173
173
|
export declare const roundArrowUpward: string;
|
|
174
|
-
export declare const roundArticle: string;
|
|
175
174
|
export declare const roundArtTrack: string;
|
|
175
|
+
export declare const roundArticle: string;
|
|
176
176
|
export declare const roundAspectRatio: string;
|
|
177
177
|
export declare const roundAssessment: string;
|
|
178
178
|
export declare const roundAssignment: string;
|
|
@@ -188,8 +188,8 @@ export declare const roundAssuredWorkload: string;
|
|
|
188
188
|
export declare const roundAtm: string;
|
|
189
189
|
export declare const roundAttachEmail: string;
|
|
190
190
|
export declare const roundAttachFile: string;
|
|
191
|
-
export declare const roundAttachment: string;
|
|
192
191
|
export declare const roundAttachMoney: string;
|
|
192
|
+
export declare const roundAttachment: string;
|
|
193
193
|
export declare const roundAttractions: string;
|
|
194
194
|
export declare const roundAttribution: string;
|
|
195
195
|
export declare const roundAudioFile: string;
|
|
@@ -201,10 +201,11 @@ export declare const roundAutoDelete: string;
|
|
|
201
201
|
export declare const roundAutoFixHigh: string;
|
|
202
202
|
export declare const roundAutoFixNormal: string;
|
|
203
203
|
export declare const roundAutoFixOff: string;
|
|
204
|
-
export declare const roundAutofpsSelect: string;
|
|
205
204
|
export declare const roundAutoGraph: string;
|
|
206
|
-
export declare const
|
|
205
|
+
export declare const roundAutoMode: string;
|
|
207
206
|
export declare const roundAutoStories: string;
|
|
207
|
+
export declare const roundAutofpsSelect: string;
|
|
208
|
+
export declare const roundAutorenew: string;
|
|
208
209
|
export declare const roundAvTimer: string;
|
|
209
210
|
export declare const roundBabyChangingStation: string;
|
|
210
211
|
export declare const roundBackHand: string;
|
|
@@ -246,6 +247,7 @@ export declare const roundBento: string;
|
|
|
246
247
|
export declare const roundBikeScooter: string;
|
|
247
248
|
export declare const roundBiotech: string;
|
|
248
249
|
export declare const roundBlender: string;
|
|
250
|
+
export declare const roundBlindsClosed: string;
|
|
249
251
|
export declare const roundBlock: string;
|
|
250
252
|
export declare const roundBloodtype: string;
|
|
251
253
|
export declare const roundBluetooth: string;
|
|
@@ -260,13 +262,13 @@ export declare const roundBlurOff: string;
|
|
|
260
262
|
export declare const roundBlurOn: string;
|
|
261
263
|
export declare const roundBolt: string;
|
|
262
264
|
export declare const roundBook: string;
|
|
265
|
+
export declare const roundBookOnline: string;
|
|
263
266
|
export declare const roundBookmark: string;
|
|
264
267
|
export declare const roundBookmarkAdd: string;
|
|
265
268
|
export declare const roundBookmarkAdded: string;
|
|
266
269
|
export declare const roundBookmarkBorder: string;
|
|
267
270
|
export declare const roundBookmarkRemove: string;
|
|
268
271
|
export declare const roundBookmarks: string;
|
|
269
|
-
export declare const roundBookOnline: string;
|
|
270
272
|
export declare const roundBorderAll: string;
|
|
271
273
|
export declare const roundBorderBottom: string;
|
|
272
274
|
export declare const roundBorderClear: string;
|
|
@@ -342,12 +344,12 @@ export declare const roundCancelPresentation: string;
|
|
|
342
344
|
export declare const roundCancelScheduleSend: string;
|
|
343
345
|
export declare const roundCandlestickChart: string;
|
|
344
346
|
export declare const roundCarCrash: string;
|
|
347
|
+
export declare const roundCarRental: string;
|
|
348
|
+
export declare const roundCarRepair: string;
|
|
345
349
|
export declare const roundCardGiftcard: string;
|
|
346
350
|
export declare const roundCardMembership: string;
|
|
347
351
|
export declare const roundCardTravel: string;
|
|
348
352
|
export declare const roundCarpenter: string;
|
|
349
|
-
export declare const roundCarRental: string;
|
|
350
|
-
export declare const roundCarRepair: string;
|
|
351
353
|
export declare const roundCases: string;
|
|
352
354
|
export declare const roundCasino: string;
|
|
353
355
|
export declare const roundCast: string;
|
|
@@ -392,10 +394,10 @@ export declare const roundCleaningServices: string;
|
|
|
392
394
|
export declare const roundClear: string;
|
|
393
395
|
export declare const roundClearAll: string;
|
|
394
396
|
export declare const roundClose: string;
|
|
397
|
+
export declare const roundCloseFullscreen: string;
|
|
395
398
|
export declare const roundClosedCaption: string;
|
|
396
399
|
export declare const roundClosedCaptionDisabled: string;
|
|
397
400
|
export declare const roundClosedCaptionOff: string;
|
|
398
|
-
export declare const roundCloseFullscreen: string;
|
|
399
401
|
export declare const roundCloud: string;
|
|
400
402
|
export declare const roundCloudCircle: string;
|
|
401
403
|
export declare const roundCloudDone: string;
|
|
@@ -405,14 +407,15 @@ export declare const roundCloudQueue: string;
|
|
|
405
407
|
export declare const roundCloudSync: string;
|
|
406
408
|
export declare const roundCloudUpload: string;
|
|
407
409
|
export declare const roundCo2: string;
|
|
410
|
+
export declare const roundCoPresent: string;
|
|
408
411
|
export declare const roundCode: string;
|
|
409
412
|
export declare const roundCodeOff: string;
|
|
410
413
|
export declare const roundCoffee: string;
|
|
411
414
|
export declare const roundCoffeeMaker: string;
|
|
412
415
|
export declare const roundCollections: string;
|
|
413
416
|
export declare const roundCollectionsBookmark: string;
|
|
414
|
-
export declare const roundColorize: string;
|
|
415
417
|
export declare const roundColorLens: string;
|
|
418
|
+
export declare const roundColorize: string;
|
|
416
419
|
export declare const roundComment: string;
|
|
417
420
|
export declare const roundCommentBank: string;
|
|
418
421
|
export declare const roundCommentsDisabled: string;
|
|
@@ -425,16 +428,16 @@ export declare const roundCompost: string;
|
|
|
425
428
|
export declare const roundCompress: string;
|
|
426
429
|
export declare const roundComputer: string;
|
|
427
430
|
export declare const roundConfirmationNumber: string;
|
|
431
|
+
export declare const roundConnectWithoutContact: string;
|
|
428
432
|
export declare const roundConnectedTv: string;
|
|
429
433
|
export declare const roundConnectingAirports: string;
|
|
430
|
-
export declare const roundConnectWithoutContact: string;
|
|
431
434
|
export declare const roundConstruction: string;
|
|
432
|
-
export declare const roundContactless: string;
|
|
433
435
|
export declare const roundContactMail: string;
|
|
434
436
|
export declare const roundContactPage: string;
|
|
435
437
|
export declare const roundContactPhone: string;
|
|
436
|
-
export declare const roundContacts: string;
|
|
437
438
|
export declare const roundContactSupport: string;
|
|
439
|
+
export declare const roundContactless: string;
|
|
440
|
+
export declare const roundContacts: string;
|
|
438
441
|
export declare const roundContentCopy: string;
|
|
439
442
|
export declare const roundContentCut: string;
|
|
440
443
|
export declare const roundContentPaste: string;
|
|
@@ -446,7 +449,6 @@ export declare const roundControlCamera: string;
|
|
|
446
449
|
export declare const roundControlPoint: string;
|
|
447
450
|
export declare const roundControlPointDuplicate: string;
|
|
448
451
|
export declare const roundCookie: string;
|
|
449
|
-
export declare const roundCoPresent: string;
|
|
450
452
|
export declare const roundCopyAll: string;
|
|
451
453
|
export declare const roundCopyright: string;
|
|
452
454
|
export declare const roundCoronavirus: string;
|
|
@@ -460,11 +462,11 @@ export declare const roundCreditCardOff: string;
|
|
|
460
462
|
export declare const roundCreditScore: string;
|
|
461
463
|
export declare const roundCrib: string;
|
|
462
464
|
export declare const roundCrisisAlert: string;
|
|
463
|
-
export declare const roundCrop: string;
|
|
464
465
|
export declare const roundCrop169: string;
|
|
465
466
|
export declare const roundCrop32: string;
|
|
466
467
|
export declare const roundCrop54: string;
|
|
467
468
|
export declare const roundCrop75: string;
|
|
469
|
+
export declare const roundCrop: string;
|
|
468
470
|
export declare const roundCropDin: string;
|
|
469
471
|
export declare const roundCropFree: string;
|
|
470
472
|
export declare const roundCropLandscape: string;
|
|
@@ -483,6 +485,8 @@ export declare const roundCurrencyRuble: string;
|
|
|
483
485
|
export declare const roundCurrencyRupee: string;
|
|
484
486
|
export declare const roundCurrencyYen: string;
|
|
485
487
|
export declare const roundCurrencyYuan: string;
|
|
488
|
+
export declare const roundCurtains: string;
|
|
489
|
+
export declare const roundCurtainsClosed: string;
|
|
486
490
|
export declare const roundCyclone: string;
|
|
487
491
|
export declare const roundDangerous: string;
|
|
488
492
|
export declare const roundDarkMode: string;
|
|
@@ -519,11 +523,11 @@ export declare const roundDeveloperBoard: string;
|
|
|
519
523
|
export declare const roundDeveloperBoardOff: string;
|
|
520
524
|
export declare const roundDeveloperMode: string;
|
|
521
525
|
export declare const roundDeviceHub: string;
|
|
526
|
+
export declare const roundDeviceThermostat: string;
|
|
527
|
+
export declare const roundDeviceUnknown: string;
|
|
522
528
|
export declare const roundDevices: string;
|
|
523
529
|
export declare const roundDevicesFold: string;
|
|
524
530
|
export declare const roundDevicesOther: string;
|
|
525
|
-
export declare const roundDeviceThermostat: string;
|
|
526
|
-
export declare const roundDeviceUnknown: string;
|
|
527
531
|
export declare const roundDialerSip: string;
|
|
528
532
|
export declare const roundDialpad: string;
|
|
529
533
|
export declare const roundDiamond: string;
|
|
@@ -554,19 +558,10 @@ export declare const roundDiscFull: string;
|
|
|
554
558
|
export declare const roundDiscount: string;
|
|
555
559
|
export declare const roundDisplaySettings: string;
|
|
556
560
|
export declare const roundDns: string;
|
|
557
|
-
export declare const roundDock: string;
|
|
558
|
-
export declare const roundDocumentScanner: string;
|
|
559
561
|
export declare const roundDoDisturb: string;
|
|
560
562
|
export declare const roundDoDisturbAlt: string;
|
|
561
563
|
export declare const roundDoDisturbOff: string;
|
|
562
564
|
export declare const roundDoDisturbOn: string;
|
|
563
|
-
export declare const roundDomain: string;
|
|
564
|
-
export declare const roundDomainAdd: string;
|
|
565
|
-
export declare const roundDomainDisabled: string;
|
|
566
|
-
export declare const roundDomainVerification: string;
|
|
567
|
-
export declare const roundDone: string;
|
|
568
|
-
export declare const roundDoneAll: string;
|
|
569
|
-
export declare const roundDoneOutline: string;
|
|
570
565
|
export declare const roundDoNotDisturb: string;
|
|
571
566
|
export declare const roundDoNotDisturbAlt: string;
|
|
572
567
|
export declare const roundDoNotDisturbOff: string;
|
|
@@ -574,12 +569,21 @@ export declare const roundDoNotDisturbOn: string;
|
|
|
574
569
|
export declare const roundDoNotDisturbOnTotalSilence: string;
|
|
575
570
|
export declare const roundDoNotStep: string;
|
|
576
571
|
export declare const roundDoNotTouch: string;
|
|
572
|
+
export declare const roundDock: string;
|
|
573
|
+
export declare const roundDocumentScanner: string;
|
|
574
|
+
export declare const roundDomain: string;
|
|
575
|
+
export declare const roundDomainAdd: string;
|
|
576
|
+
export declare const roundDomainDisabled: string;
|
|
577
|
+
export declare const roundDomainVerification: string;
|
|
578
|
+
export declare const roundDone: string;
|
|
579
|
+
export declare const roundDoneAll: string;
|
|
580
|
+
export declare const roundDoneOutline: string;
|
|
577
581
|
export declare const roundDonutLarge: string;
|
|
578
582
|
export declare const roundDonutSmall: string;
|
|
579
583
|
export declare const roundDoorBack: string;
|
|
580
|
-
export declare const roundDoorbell: string;
|
|
581
584
|
export declare const roundDoorFront: string;
|
|
582
585
|
export declare const roundDoorSliding: string;
|
|
586
|
+
export declare const roundDoorbell: string;
|
|
583
587
|
export declare const roundDoubleArrow: string;
|
|
584
588
|
export declare const roundDownhillSkiing: string;
|
|
585
589
|
export declare const roundDownload: string;
|
|
@@ -601,6 +605,7 @@ export declare const roundDuo: string;
|
|
|
601
605
|
export declare const roundDvr: string;
|
|
602
606
|
export declare const roundDynamicFeed: string;
|
|
603
607
|
export declare const roundDynamicForm: string;
|
|
608
|
+
export declare const roundEMobiledata: string;
|
|
604
609
|
export declare const roundEarbuds: string;
|
|
605
610
|
export declare const roundEarbudsBattery: string;
|
|
606
611
|
export declare const roundEast: string;
|
|
@@ -620,18 +625,19 @@ export declare const roundEggAlt: string;
|
|
|
620
625
|
export declare const roundEject: string;
|
|
621
626
|
export declare const roundElderly: string;
|
|
622
627
|
export declare const roundElderlyWoman: string;
|
|
623
|
-
export declare const roundElectricalServices: string;
|
|
624
628
|
export declare const roundElectricBike: string;
|
|
629
|
+
export declare const roundElectricBolt: string;
|
|
625
630
|
export declare const roundElectricCar: string;
|
|
631
|
+
export declare const roundElectricMeter: string;
|
|
626
632
|
export declare const roundElectricMoped: string;
|
|
627
633
|
export declare const roundElectricRickshaw: string;
|
|
628
634
|
export declare const roundElectricScooter: string;
|
|
635
|
+
export declare const roundElectricalServices: string;
|
|
629
636
|
export declare const roundElevator: string;
|
|
630
637
|
export declare const roundEmail: string;
|
|
631
638
|
export declare const roundEmergency: string;
|
|
632
639
|
export declare const roundEmergencyRecording: string;
|
|
633
640
|
export declare const roundEmergencyShare: string;
|
|
634
|
-
export declare const roundEMobiledata: string;
|
|
635
641
|
export declare const roundEmojiEmotions: string;
|
|
636
642
|
export declare const roundEmojiEvents: string;
|
|
637
643
|
export declare const roundEmojiFoodBeverage: string;
|
|
@@ -640,6 +646,7 @@ export declare const roundEmojiObjects: string;
|
|
|
640
646
|
export declare const roundEmojiPeople: string;
|
|
641
647
|
export declare const roundEmojiSymbols: string;
|
|
642
648
|
export declare const roundEmojiTransportation: string;
|
|
649
|
+
export declare const roundEnergySavingsLeaf: string;
|
|
643
650
|
export declare const roundEngineering: string;
|
|
644
651
|
export declare const roundEnhancedEncryption: string;
|
|
645
652
|
export declare const roundEqualizer: string;
|
|
@@ -649,13 +656,13 @@ export declare const roundEscalator: string;
|
|
|
649
656
|
export declare const roundEscalatorWarning: string;
|
|
650
657
|
export declare const roundEuro: string;
|
|
651
658
|
export declare const roundEuroSymbol: string;
|
|
659
|
+
export declare const roundEvStation: string;
|
|
652
660
|
export declare const roundEvent: string;
|
|
653
661
|
export declare const roundEventAvailable: string;
|
|
654
662
|
export declare const roundEventBusy: string;
|
|
655
663
|
export declare const roundEventNote: string;
|
|
656
664
|
export declare const roundEventRepeat: string;
|
|
657
665
|
export declare const roundEventSeat: string;
|
|
658
|
-
export declare const roundEvStation: string;
|
|
659
666
|
export declare const roundExitToApp: string;
|
|
660
667
|
export declare const roundExpand: string;
|
|
661
668
|
export declare const roundExpandCircleDown: string;
|
|
@@ -678,9 +685,9 @@ export declare const roundFaceRetouchingOff: string;
|
|
|
678
685
|
export declare const roundFactCheck: string;
|
|
679
686
|
export declare const roundFactory: string;
|
|
680
687
|
export declare const roundFamilyRestroom: string;
|
|
681
|
-
export declare const roundFastfood: string;
|
|
682
688
|
export declare const roundFastForward: string;
|
|
683
689
|
export declare const roundFastRewind: string;
|
|
690
|
+
export declare const roundFastfood: string;
|
|
684
691
|
export declare const roundFavorite: string;
|
|
685
692
|
export declare const roundFavoriteBorder: string;
|
|
686
693
|
export declare const roundFax: string;
|
|
@@ -703,7 +710,6 @@ export declare const roundFileDownloadOff: string;
|
|
|
703
710
|
export declare const roundFileOpen: string;
|
|
704
711
|
export declare const roundFilePresent: string;
|
|
705
712
|
export declare const roundFileUpload: string;
|
|
706
|
-
export declare const roundFilter: string;
|
|
707
713
|
export declare const roundFilter1: string;
|
|
708
714
|
export declare const roundFilter2: string;
|
|
709
715
|
export declare const roundFilter3: string;
|
|
@@ -714,6 +720,7 @@ export declare const roundFilter7: string;
|
|
|
714
720
|
export declare const roundFilter8: string;
|
|
715
721
|
export declare const roundFilter9: string;
|
|
716
722
|
export declare const roundFilter9Plus: string;
|
|
723
|
+
export declare const roundFilter: string;
|
|
717
724
|
export declare const roundFilterAlt: string;
|
|
718
725
|
export declare const roundFilterAltOff: string;
|
|
719
726
|
export declare const roundFilterBAndW: string;
|
|
@@ -732,18 +739,18 @@ export declare const roundFingerprint: string;
|
|
|
732
739
|
export declare const roundFireExtinguisher: string;
|
|
733
740
|
export declare const roundFireplace: string;
|
|
734
741
|
export declare const roundFirstPage: string;
|
|
742
|
+
export declare const roundFitScreen: string;
|
|
735
743
|
export declare const roundFitbit: string;
|
|
736
744
|
export declare const roundFitnessCenter: string;
|
|
737
|
-
export declare const roundFitScreen: string;
|
|
738
745
|
export declare const roundFlag: string;
|
|
739
746
|
export declare const roundFlagCircle: string;
|
|
740
747
|
export declare const roundFlaky: string;
|
|
741
748
|
export declare const roundFlare: string;
|
|
742
749
|
export declare const roundFlashAuto: string;
|
|
743
|
-
export declare const roundFlashlightOff: string;
|
|
744
|
-
export declare const roundFlashlightOn: string;
|
|
745
750
|
export declare const roundFlashOff: string;
|
|
746
751
|
export declare const roundFlashOn: string;
|
|
752
|
+
export declare const roundFlashlightOff: string;
|
|
753
|
+
export declare const roundFlashlightOn: string;
|
|
747
754
|
export declare const roundFlatware: string;
|
|
748
755
|
export declare const roundFlight: string;
|
|
749
756
|
export declare const roundFlightClass: string;
|
|
@@ -801,10 +808,10 @@ export declare const roundFormatTextdirectionRToL: string;
|
|
|
801
808
|
export declare const roundFormatUnderlined: string;
|
|
802
809
|
export declare const roundFort: string;
|
|
803
810
|
export declare const roundForum: string;
|
|
804
|
-
export declare const roundForward: string;
|
|
805
811
|
export declare const roundForward10: string;
|
|
806
812
|
export declare const roundForward30: string;
|
|
807
813
|
export declare const roundForward5: string;
|
|
814
|
+
export declare const roundForward: string;
|
|
808
815
|
export declare const roundForwardToInbox: string;
|
|
809
816
|
export declare const roundFoundation: string;
|
|
810
817
|
export declare const roundFreeBreakfast: string;
|
|
@@ -813,9 +820,12 @@ export declare const roundFrontHand: string;
|
|
|
813
820
|
export declare const roundFullscreen: string;
|
|
814
821
|
export declare const roundFullscreenExit: string;
|
|
815
822
|
export declare const roundFunctions: string;
|
|
823
|
+
export declare const roundGMobiledata: string;
|
|
824
|
+
export declare const roundGTranslate: string;
|
|
816
825
|
export declare const roundGamepad: string;
|
|
817
826
|
export declare const roundGames: string;
|
|
818
827
|
export declare const roundGarage: string;
|
|
828
|
+
export declare const roundGasMeter: string;
|
|
819
829
|
export declare const roundGavel: string;
|
|
820
830
|
export declare const roundGeneratingTokens: string;
|
|
821
831
|
export declare const roundGesture: string;
|
|
@@ -824,7 +834,6 @@ export declare const roundGif: string;
|
|
|
824
834
|
export declare const roundGifBox: string;
|
|
825
835
|
export declare const roundGirl: string;
|
|
826
836
|
export declare const roundGite: string;
|
|
827
|
-
export declare const roundGMobiledata: string;
|
|
828
837
|
export declare const roundGolfCourse: string;
|
|
829
838
|
export declare const roundGppBad: string;
|
|
830
839
|
export declare const roundGppGood: string;
|
|
@@ -848,9 +857,10 @@ export declare const roundGroup: string;
|
|
|
848
857
|
export declare const roundGroupAdd: string;
|
|
849
858
|
export declare const roundGroupOff: string;
|
|
850
859
|
export declare const roundGroupRemove: string;
|
|
851
|
-
export declare const roundGroups: string;
|
|
852
860
|
export declare const roundGroupWork: string;
|
|
853
|
-
export declare const
|
|
861
|
+
export declare const roundGroups: string;
|
|
862
|
+
export declare const roundHMobiledata: string;
|
|
863
|
+
export declare const roundHPlusMobiledata: string;
|
|
854
864
|
export declare const roundHail: string;
|
|
855
865
|
export declare const roundHandshake: string;
|
|
856
866
|
export declare const roundHandyman: string;
|
|
@@ -876,6 +886,7 @@ export declare const roundHealthAndSafety: string;
|
|
|
876
886
|
export declare const roundHearing: string;
|
|
877
887
|
export declare const roundHearingDisabled: string;
|
|
878
888
|
export declare const roundHeartBroken: string;
|
|
889
|
+
export declare const roundHeatPump: string;
|
|
879
890
|
export declare const roundHeight: string;
|
|
880
891
|
export declare const roundHelp: string;
|
|
881
892
|
export declare const roundHelpCenter: string;
|
|
@@ -884,10 +895,10 @@ export declare const roundHevc: string;
|
|
|
884
895
|
export declare const roundHexagon: string;
|
|
885
896
|
export declare const roundHideImage: string;
|
|
886
897
|
export declare const roundHideSource: string;
|
|
898
|
+
export declare const roundHighQuality: string;
|
|
887
899
|
export declare const roundHighlight: string;
|
|
888
900
|
export declare const roundHighlightAlt: string;
|
|
889
901
|
export declare const roundHighlightOff: string;
|
|
890
|
-
export declare const roundHighQuality: string;
|
|
891
902
|
export declare const roundHiking: string;
|
|
892
903
|
export declare const roundHistory: string;
|
|
893
904
|
export declare const roundHistoryEdu: string;
|
|
@@ -895,7 +906,6 @@ export declare const roundHistoryToggleOff: string;
|
|
|
895
906
|
export declare const roundHive: string;
|
|
896
907
|
export declare const roundHls: string;
|
|
897
908
|
export declare const roundHlsOff: string;
|
|
898
|
-
export declare const roundHMobiledata: string;
|
|
899
909
|
export declare const roundHolidayVillage: string;
|
|
900
910
|
export declare const roundHome: string;
|
|
901
911
|
export declare const roundHomeMax: string;
|
|
@@ -905,35 +915,34 @@ export declare const roundHomeWork: string;
|
|
|
905
915
|
export declare const roundHorizontalDistribute: string;
|
|
906
916
|
export declare const roundHorizontalRule: string;
|
|
907
917
|
export declare const roundHorizontalSplit: string;
|
|
918
|
+
export declare const roundHotTub: string;
|
|
908
919
|
export declare const roundHotel: string;
|
|
909
920
|
export declare const roundHotelClass: string;
|
|
910
|
-
export declare const roundHotTub: string;
|
|
911
921
|
export declare const roundHourglassBottom: string;
|
|
912
922
|
export declare const roundHourglassDisabled: string;
|
|
913
923
|
export declare const roundHourglassEmpty: string;
|
|
914
924
|
export declare const roundHourglassFull: string;
|
|
915
925
|
export declare const roundHourglassTop: string;
|
|
916
926
|
export declare const roundHouse: string;
|
|
917
|
-
export declare const roundHouseboat: string;
|
|
918
927
|
export declare const roundHouseSiding: string;
|
|
928
|
+
export declare const roundHouseboat: string;
|
|
919
929
|
export declare const roundHowToReg: string;
|
|
920
930
|
export declare const roundHowToVote: string;
|
|
921
|
-
export declare const roundHPlusMobiledata: string;
|
|
922
931
|
export declare const roundHtml: string;
|
|
923
932
|
export declare const roundHttp: string;
|
|
924
933
|
export declare const roundHttps: string;
|
|
925
934
|
export declare const roundHub: string;
|
|
926
935
|
export declare const roundHvac: string;
|
|
927
|
-
export declare const roundIcecream: string;
|
|
928
936
|
export declare const roundIceSkating: string;
|
|
937
|
+
export declare const roundIcecream: string;
|
|
929
938
|
export declare const roundImage: string;
|
|
930
939
|
export declare const roundImageAspectRatio: string;
|
|
931
940
|
export declare const roundImageNotSupported: string;
|
|
932
941
|
export declare const roundImageSearch: string;
|
|
933
942
|
export declare const roundImagesearchRoller: string;
|
|
934
|
-
export declare const roundImportantDevices: string;
|
|
935
943
|
export declare const roundImportContacts: string;
|
|
936
944
|
export declare const roundImportExport: string;
|
|
945
|
+
export declare const roundImportantDevices: string;
|
|
937
946
|
export declare const roundInbox: string;
|
|
938
947
|
export declare const roundIncompleteCircle: string;
|
|
939
948
|
export declare const roundIndeterminateCheckBox: string;
|
|
@@ -954,8 +963,8 @@ export declare const roundInstallMobile: string;
|
|
|
954
963
|
export declare const roundIntegrationInstructions: string;
|
|
955
964
|
export declare const roundInterests: string;
|
|
956
965
|
export declare const roundInterpreterMode: string;
|
|
957
|
-
export declare const roundInventory: string;
|
|
958
966
|
export declare const roundInventory2: string;
|
|
967
|
+
export declare const roundInventory: string;
|
|
959
968
|
export declare const roundInvertColors: string;
|
|
960
969
|
export declare const roundInvertColorsOff: string;
|
|
961
970
|
export declare const roundIosShare: string;
|
|
@@ -969,6 +978,7 @@ export declare const roundJoinRight: string;
|
|
|
969
978
|
export declare const roundKayaking: string;
|
|
970
979
|
export declare const roundKebabDining: string;
|
|
971
980
|
export declare const roundKey: string;
|
|
981
|
+
export declare const roundKeyOff: string;
|
|
972
982
|
export declare const roundKeyboard: string;
|
|
973
983
|
export declare const roundKeyboardAlt: string;
|
|
974
984
|
export declare const roundKeyboardArrowDown: string;
|
|
@@ -988,7 +998,6 @@ export declare const roundKeyboardOptionKey: string;
|
|
|
988
998
|
export declare const roundKeyboardReturn: string;
|
|
989
999
|
export declare const roundKeyboardTab: string;
|
|
990
1000
|
export declare const roundKeyboardVoice: string;
|
|
991
|
-
export declare const roundKeyOff: string;
|
|
992
1001
|
export declare const roundKingBed: string;
|
|
993
1002
|
export declare const roundKitchen: string;
|
|
994
1003
|
export declare const roundKitesurfing: string;
|
|
@@ -1018,16 +1027,16 @@ export declare const roundLibraryAddCheck: string;
|
|
|
1018
1027
|
export declare const roundLibraryBooks: string;
|
|
1019
1028
|
export declare const roundLibraryMusic: string;
|
|
1020
1029
|
export declare const roundLight: string;
|
|
1030
|
+
export declare const roundLightMode: string;
|
|
1021
1031
|
export declare const roundLightbulb: string;
|
|
1022
1032
|
export declare const roundLightbulbCircle: string;
|
|
1023
|
-
export declare const roundLightMode: string;
|
|
1024
|
-
export declare const roundLinearScale: string;
|
|
1025
1033
|
export declare const roundLineAxis: string;
|
|
1026
1034
|
export declare const roundLineStyle: string;
|
|
1027
1035
|
export declare const roundLineWeight: string;
|
|
1036
|
+
export declare const roundLinearScale: string;
|
|
1028
1037
|
export declare const roundLink: string;
|
|
1029
|
-
export declare const roundLinkedCamera: string;
|
|
1030
1038
|
export declare const roundLinkOff: string;
|
|
1039
|
+
export declare const roundLinkedCamera: string;
|
|
1031
1040
|
export declare const roundLiquor: string;
|
|
1032
1041
|
export declare const roundList: string;
|
|
1033
1042
|
export declare const roundListAlt: string;
|
|
@@ -1077,11 +1086,11 @@ export declare const roundLockReset: string;
|
|
|
1077
1086
|
export declare const roundLogin: string;
|
|
1078
1087
|
export declare const roundLogoDev: string;
|
|
1079
1088
|
export declare const roundLogout: string;
|
|
1080
|
-
export declare const roundLooks: string;
|
|
1081
1089
|
export declare const roundLooks3: string;
|
|
1082
1090
|
export declare const roundLooks4: string;
|
|
1083
1091
|
export declare const roundLooks5: string;
|
|
1084
1092
|
export declare const roundLooks6: string;
|
|
1093
|
+
export declare const roundLooks: string;
|
|
1085
1094
|
export declare const roundLooksOne: string;
|
|
1086
1095
|
export declare const roundLooksTwo: string;
|
|
1087
1096
|
export declare const roundLoop: string;
|
|
@@ -1092,7 +1101,9 @@ export declare const roundLteMobiledata: string;
|
|
|
1092
1101
|
export declare const roundLtePlusMobiledata: string;
|
|
1093
1102
|
export declare const roundLuggage: string;
|
|
1094
1103
|
export declare const roundLunchDining: string;
|
|
1104
|
+
export declare const roundLyrics: string;
|
|
1095
1105
|
export declare const roundMail: string;
|
|
1106
|
+
export declare const roundMailLock: string;
|
|
1096
1107
|
export declare const roundMailOutline: string;
|
|
1097
1108
|
export declare const roundMale: string;
|
|
1098
1109
|
export declare const roundMan: string;
|
|
@@ -1108,8 +1119,8 @@ export declare const roundMarkChatRead: string;
|
|
|
1108
1119
|
export declare const roundMarkChatUnread: string;
|
|
1109
1120
|
export declare const roundMarkEmailRead: string;
|
|
1110
1121
|
export declare const roundMarkEmailUnread: string;
|
|
1111
|
-
export declare const roundMarkunread: string;
|
|
1112
1122
|
export declare const roundMarkUnreadChatAlt: string;
|
|
1123
|
+
export declare const roundMarkunread: string;
|
|
1113
1124
|
export declare const roundMarkunreadMailbox: string;
|
|
1114
1125
|
export declare const roundMasks: string;
|
|
1115
1126
|
export declare const roundMaximize: string;
|
|
@@ -1140,18 +1151,19 @@ export declare const roundMinorCrash: string;
|
|
|
1140
1151
|
export declare const roundMiscellaneousServices: string;
|
|
1141
1152
|
export declare const roundMissedVideoCall: string;
|
|
1142
1153
|
export declare const roundMms: string;
|
|
1143
|
-
export declare const roundMobiledataOff: string;
|
|
1144
1154
|
export declare const roundMobileFriendly: string;
|
|
1145
1155
|
export declare const roundMobileOff: string;
|
|
1146
1156
|
export declare const roundMobileScreenShare: string;
|
|
1157
|
+
export declare const roundMobiledataOff: string;
|
|
1147
1158
|
export declare const roundMode: string;
|
|
1148
1159
|
export declare const roundModeComment: string;
|
|
1149
1160
|
export declare const roundModeEdit: string;
|
|
1150
1161
|
export declare const roundModeEditOutline: string;
|
|
1151
|
-
export declare const
|
|
1162
|
+
export declare const roundModeFanOff: string;
|
|
1152
1163
|
export declare const roundModeNight: string;
|
|
1153
1164
|
export declare const roundModeOfTravel: string;
|
|
1154
1165
|
export declare const roundModeStandby: string;
|
|
1166
|
+
export declare const roundModelTraining: string;
|
|
1155
1167
|
export declare const roundMonetizationOn: string;
|
|
1156
1168
|
export declare const roundMoney: string;
|
|
1157
1169
|
export declare const roundMoneyOff: string;
|
|
@@ -1195,28 +1207,29 @@ export declare const roundNaturePeople: string;
|
|
|
1195
1207
|
export declare const roundNavigateBefore: string;
|
|
1196
1208
|
export declare const roundNavigateNext: string;
|
|
1197
1209
|
export declare const roundNavigation: string;
|
|
1198
|
-
export declare const roundNearbyError: string;
|
|
1199
|
-
export declare const roundNearbyOff: string;
|
|
1200
1210
|
export declare const roundNearMe: string;
|
|
1201
1211
|
export declare const roundNearMeDisabled: string;
|
|
1212
|
+
export declare const roundNearbyError: string;
|
|
1213
|
+
export declare const roundNearbyOff: string;
|
|
1214
|
+
export declare const roundNestCamWiredStand: string;
|
|
1202
1215
|
export declare const roundNetworkCell: string;
|
|
1203
1216
|
export declare const roundNetworkCheck: string;
|
|
1204
1217
|
export declare const roundNetworkLocked: string;
|
|
1205
1218
|
export declare const roundNetworkPing: string;
|
|
1206
|
-
export declare const roundNetworkWifi: string;
|
|
1207
1219
|
export declare const roundNetworkWifi1Bar: string;
|
|
1208
1220
|
export declare const roundNetworkWifi2Bar: string;
|
|
1209
1221
|
export declare const roundNetworkWifi3Bar: string;
|
|
1222
|
+
export declare const roundNetworkWifi: string;
|
|
1210
1223
|
export declare const roundNewLabel: string;
|
|
1211
1224
|
export declare const roundNewReleases: string;
|
|
1212
1225
|
export declare const roundNewspaper: string;
|
|
1213
1226
|
export declare const roundNextPlan: string;
|
|
1214
1227
|
export declare const roundNextWeek: string;
|
|
1215
1228
|
export declare const roundNfc: string;
|
|
1229
|
+
export declare const roundNightShelter: string;
|
|
1216
1230
|
export declare const roundNightlife: string;
|
|
1217
1231
|
export declare const roundNightlight: string;
|
|
1218
1232
|
export declare const roundNightlightRound: string;
|
|
1219
|
-
export declare const roundNightShelter: string;
|
|
1220
1233
|
export declare const roundNightsStay: string;
|
|
1221
1234
|
export declare const roundNoAccounts: string;
|
|
1222
1235
|
export declare const roundNoBackpack: string;
|
|
@@ -1227,19 +1240,23 @@ export declare const roundNoEncryption: string;
|
|
|
1227
1240
|
export declare const roundNoEncryptionGmailerrorred: string;
|
|
1228
1241
|
export declare const roundNoFlash: string;
|
|
1229
1242
|
export declare const roundNoFood: string;
|
|
1230
|
-
export declare const roundNoiseAware: string;
|
|
1231
|
-
export declare const roundNoiseControlOff: string;
|
|
1232
1243
|
export declare const roundNoLuggage: string;
|
|
1233
1244
|
export declare const roundNoMeals: string;
|
|
1234
1245
|
export declare const roundNoMeetingRoom: string;
|
|
1235
1246
|
export declare const roundNoPhotography: string;
|
|
1247
|
+
export declare const roundNoSim: string;
|
|
1248
|
+
export declare const roundNoStroller: string;
|
|
1249
|
+
export declare const roundNoTransfer: string;
|
|
1250
|
+
export declare const roundNoiseAware: string;
|
|
1251
|
+
export declare const roundNoiseControlOff: string;
|
|
1236
1252
|
export declare const roundNordicWalking: string;
|
|
1237
1253
|
export declare const roundNorth: string;
|
|
1238
1254
|
export declare const roundNorthEast: string;
|
|
1239
1255
|
export declare const roundNorthWest: string;
|
|
1240
|
-
export declare const roundNoSim: string;
|
|
1241
|
-
export declare const roundNoStroller: string;
|
|
1242
1256
|
export declare const roundNotAccessible: string;
|
|
1257
|
+
export declare const roundNotInterested: string;
|
|
1258
|
+
export declare const roundNotListedLocation: string;
|
|
1259
|
+
export declare const roundNotStarted: string;
|
|
1243
1260
|
export declare const roundNote: string;
|
|
1244
1261
|
export declare const roundNoteAdd: string;
|
|
1245
1262
|
export declare const roundNoteAlt: string;
|
|
@@ -1251,16 +1268,13 @@ export declare const roundNotificationsActive: string;
|
|
|
1251
1268
|
export declare const roundNotificationsNone: string;
|
|
1252
1269
|
export declare const roundNotificationsOff: string;
|
|
1253
1270
|
export declare const roundNotificationsPaused: string;
|
|
1254
|
-
export declare const roundNotInterested: string;
|
|
1255
|
-
export declare const roundNotListedLocation: string;
|
|
1256
|
-
export declare const roundNoTransfer: string;
|
|
1257
|
-
export declare const roundNotStarted: string;
|
|
1258
1271
|
export declare const roundNumbers: string;
|
|
1259
1272
|
export declare const roundOfflineBolt: string;
|
|
1260
1273
|
export declare const roundOfflinePin: string;
|
|
1261
1274
|
export declare const roundOfflineShare: string;
|
|
1262
|
-
export declare const
|
|
1275
|
+
export declare const roundOilBarrel: string;
|
|
1263
1276
|
export declare const roundOnDeviceTraining: string;
|
|
1277
|
+
export declare const roundOndemandVideo: string;
|
|
1264
1278
|
export declare const roundOnlinePrediction: string;
|
|
1265
1279
|
export declare const roundOpacity: string;
|
|
1266
1280
|
export declare const roundOpenInBrowser: string;
|
|
@@ -1280,6 +1294,8 @@ export declare const roundPages: string;
|
|
|
1280
1294
|
export declare const roundPageview: string;
|
|
1281
1295
|
export declare const roundPaid: string;
|
|
1282
1296
|
export declare const roundPalette: string;
|
|
1297
|
+
export declare const roundPanTool: string;
|
|
1298
|
+
export declare const roundPanToolAlt: string;
|
|
1283
1299
|
export declare const roundPanorama: string;
|
|
1284
1300
|
export declare const roundPanoramaFishEye: string;
|
|
1285
1301
|
export declare const roundPanoramaHorizontal: string;
|
|
@@ -1290,8 +1306,6 @@ export declare const roundPanoramaVertical: string;
|
|
|
1290
1306
|
export declare const roundPanoramaVerticalSelect: string;
|
|
1291
1307
|
export declare const roundPanoramaWideAngle: string;
|
|
1292
1308
|
export declare const roundPanoramaWideAngleSelect: string;
|
|
1293
|
-
export declare const roundPanTool: string;
|
|
1294
|
-
export declare const roundPanToolAlt: string;
|
|
1295
1309
|
export declare const roundParagliding: string;
|
|
1296
1310
|
export declare const roundPark: string;
|
|
1297
1311
|
export declare const roundPartyMode: string;
|
|
@@ -1322,11 +1336,9 @@ export declare const roundPermPhoneMsg: string;
|
|
|
1322
1336
|
export declare const roundPermScanWifi: string;
|
|
1323
1337
|
export declare const roundPerson: string;
|
|
1324
1338
|
export declare const roundPersonAdd: string;
|
|
1325
|
-
export declare const roundPersonAddAlt: string;
|
|
1326
1339
|
export declare const roundPersonAddAlt1: string;
|
|
1340
|
+
export declare const roundPersonAddAlt: string;
|
|
1327
1341
|
export declare const roundPersonAddDisabled: string;
|
|
1328
|
-
export declare const roundPersonalInjury: string;
|
|
1329
|
-
export declare const roundPersonalVideo: string;
|
|
1330
1342
|
export declare const roundPersonOff: string;
|
|
1331
1343
|
export declare const roundPersonOutline: string;
|
|
1332
1344
|
export declare const roundPersonPin: string;
|
|
@@ -1334,6 +1346,8 @@ export declare const roundPersonPinCircle: string;
|
|
|
1334
1346
|
export declare const roundPersonRemove: string;
|
|
1335
1347
|
export declare const roundPersonRemoveAlt1: string;
|
|
1336
1348
|
export declare const roundPersonSearch: string;
|
|
1349
|
+
export declare const roundPersonalInjury: string;
|
|
1350
|
+
export declare const roundPersonalVideo: string;
|
|
1337
1351
|
export declare const roundPestControl: string;
|
|
1338
1352
|
export declare const roundPestControlRodent: string;
|
|
1339
1353
|
export declare const roundPets: string;
|
|
@@ -1347,15 +1361,15 @@ export declare const roundPhoneEnabled: string;
|
|
|
1347
1361
|
export declare const roundPhoneForwarded: string;
|
|
1348
1362
|
export declare const roundPhoneInTalk: string;
|
|
1349
1363
|
export declare const roundPhoneIphone: string;
|
|
1364
|
+
export declare const roundPhoneLocked: string;
|
|
1365
|
+
export declare const roundPhoneMissed: string;
|
|
1366
|
+
export declare const roundPhonePaused: string;
|
|
1350
1367
|
export declare const roundPhonelink: string;
|
|
1351
1368
|
export declare const roundPhonelinkErase: string;
|
|
1352
1369
|
export declare const roundPhonelinkLock: string;
|
|
1353
1370
|
export declare const roundPhonelinkOff: string;
|
|
1354
1371
|
export declare const roundPhonelinkRing: string;
|
|
1355
1372
|
export declare const roundPhonelinkSetup: string;
|
|
1356
|
-
export declare const roundPhoneLocked: string;
|
|
1357
|
-
export declare const roundPhoneMissed: string;
|
|
1358
|
-
export declare const roundPhonePaused: string;
|
|
1359
1373
|
export declare const roundPhoto: string;
|
|
1360
1374
|
export declare const roundPhotoAlbum: string;
|
|
1361
1375
|
export declare const roundPhotoCamera: string;
|
|
@@ -1375,10 +1389,10 @@ export declare const roundPictureInPictureAlt: string;
|
|
|
1375
1389
|
export declare const roundPieChart: string;
|
|
1376
1390
|
export declare const roundPieChartOutline: string;
|
|
1377
1391
|
export declare const roundPin: string;
|
|
1378
|
-
export declare const roundPinch: string;
|
|
1379
1392
|
export declare const roundPinDrop: string;
|
|
1380
1393
|
export declare const roundPinEnd: string;
|
|
1381
1394
|
export declare const roundPinInvoke: string;
|
|
1395
|
+
export declare const roundPinch: string;
|
|
1382
1396
|
export declare const roundPivotTableChart: string;
|
|
1383
1397
|
export declare const roundPix: string;
|
|
1384
1398
|
export declare const roundPlace: string;
|
|
@@ -1424,6 +1438,8 @@ export declare const roundPriorityHigh: string;
|
|
|
1424
1438
|
export declare const roundPrivacyTip: string;
|
|
1425
1439
|
export declare const roundPrivateConnectivity: string;
|
|
1426
1440
|
export declare const roundProductionQuantityLimits: string;
|
|
1441
|
+
export declare const roundPropane: string;
|
|
1442
|
+
export declare const roundPropaneTank: string;
|
|
1427
1443
|
export declare const roundPsychology: string;
|
|
1428
1444
|
export declare const roundPublic: string;
|
|
1429
1445
|
export declare const roundPublicOff: string;
|
|
@@ -1431,8 +1447,8 @@ export declare const roundPublish: string;
|
|
|
1431
1447
|
export declare const roundPublishedWithChanges: string;
|
|
1432
1448
|
export declare const roundPunchClock: string;
|
|
1433
1449
|
export declare const roundPushPin: string;
|
|
1434
|
-
export declare const roundQrCode: string;
|
|
1435
1450
|
export declare const roundQrCode2: string;
|
|
1451
|
+
export declare const roundQrCode: string;
|
|
1436
1452
|
export declare const roundQrCodeScanner: string;
|
|
1437
1453
|
export declare const roundQueryBuilder: string;
|
|
1438
1454
|
export declare const roundQueryStats: string;
|
|
@@ -1443,6 +1459,7 @@ export declare const roundQueueMusic: string;
|
|
|
1443
1459
|
export declare const roundQueuePlayNext: string;
|
|
1444
1460
|
export declare const roundQuickreply: string;
|
|
1445
1461
|
export declare const roundQuiz: string;
|
|
1462
|
+
export declare const roundRMobiledata: string;
|
|
1446
1463
|
export declare const roundRadar: string;
|
|
1447
1464
|
export declare const roundRadio: string;
|
|
1448
1465
|
export declare const roundRadioButtonChecked: string;
|
|
@@ -1482,10 +1499,10 @@ export declare const roundRepeat: string;
|
|
|
1482
1499
|
export declare const roundRepeatOn: string;
|
|
1483
1500
|
export declare const roundRepeatOne: string;
|
|
1484
1501
|
export declare const roundRepeatOneOn: string;
|
|
1485
|
-
export declare const roundReplay: string;
|
|
1486
1502
|
export declare const roundReplay10: string;
|
|
1487
1503
|
export declare const roundReplay30: string;
|
|
1488
1504
|
export declare const roundReplay5: string;
|
|
1505
|
+
export declare const roundReplay: string;
|
|
1489
1506
|
export declare const roundReplayCircleFilled: string;
|
|
1490
1507
|
export declare const roundReply: string;
|
|
1491
1508
|
export declare const roundReplyAll: string;
|
|
@@ -1505,9 +1522,10 @@ export declare const roundRestorePage: string;
|
|
|
1505
1522
|
export declare const roundReviews: string;
|
|
1506
1523
|
export declare const roundRiceBowl: string;
|
|
1507
1524
|
export declare const roundRingVolume: string;
|
|
1508
|
-
export declare const roundRMobiledata: string;
|
|
1509
1525
|
export declare const roundRocket: string;
|
|
1510
1526
|
export declare const roundRocketLaunch: string;
|
|
1527
|
+
export declare const roundRollerShades: string;
|
|
1528
|
+
export declare const roundRollerShadesClosed: string;
|
|
1511
1529
|
export declare const roundRollerSkating: string;
|
|
1512
1530
|
export declare const roundRoofing: string;
|
|
1513
1531
|
export declare const roundRoom: string;
|
|
@@ -1560,6 +1578,7 @@ export declare const roundScreenRotationAlt: string;
|
|
|
1560
1578
|
export declare const roundScreenSearchDesktop: string;
|
|
1561
1579
|
export declare const roundScreenShare: string;
|
|
1562
1580
|
export declare const roundScreenshot: string;
|
|
1581
|
+
export declare const roundScreenshotMonitor: string;
|
|
1563
1582
|
export declare const roundScubaDiving: string;
|
|
1564
1583
|
export declare const roundSd: string;
|
|
1565
1584
|
export declare const roundSdCard: string;
|
|
@@ -1580,9 +1599,10 @@ export declare const roundSendAndArchive: string;
|
|
|
1580
1599
|
export declare const roundSendTimeExtension: string;
|
|
1581
1600
|
export declare const roundSendToMobile: string;
|
|
1582
1601
|
export declare const roundSensorDoor: string;
|
|
1602
|
+
export declare const roundSensorOccupied: string;
|
|
1603
|
+
export declare const roundSensorWindow: string;
|
|
1583
1604
|
export declare const roundSensors: string;
|
|
1584
1605
|
export declare const roundSensorsOff: string;
|
|
1585
|
-
export declare const roundSensorWindow: string;
|
|
1586
1606
|
export declare const roundSentimentDissatisfied: string;
|
|
1587
1607
|
export declare const roundSentimentNeutral: string;
|
|
1588
1608
|
export declare const roundSentimentSatisfied: string;
|
|
@@ -1615,30 +1635,31 @@ export declare const roundShare: string;
|
|
|
1615
1635
|
export declare const roundShareLocation: string;
|
|
1616
1636
|
export declare const roundShield: string;
|
|
1617
1637
|
export declare const roundShieldMoon: string;
|
|
1618
|
-
export declare const roundShop: string;
|
|
1619
1638
|
export declare const roundShop2: string;
|
|
1639
|
+
export declare const roundShop: string;
|
|
1640
|
+
export declare const roundShopTwo: string;
|
|
1620
1641
|
export declare const roundShoppingBag: string;
|
|
1621
1642
|
export declare const roundShoppingBasket: string;
|
|
1622
1643
|
export declare const roundShoppingCart: string;
|
|
1623
1644
|
export declare const roundShoppingCartCheckout: string;
|
|
1624
|
-
export declare const roundShopTwo: string;
|
|
1625
|
-
export declare const roundShortcut: string;
|
|
1626
1645
|
export declare const roundShortText: string;
|
|
1646
|
+
export declare const roundShortcut: string;
|
|
1627
1647
|
export declare const roundShowChart: string;
|
|
1628
1648
|
export declare const roundShower: string;
|
|
1629
1649
|
export declare const roundShuffle: string;
|
|
1630
1650
|
export declare const roundShuffleOn: string;
|
|
1631
1651
|
export declare const roundShutterSpeed: string;
|
|
1632
1652
|
export declare const roundSick: string;
|
|
1653
|
+
export declare const roundSignLanguage: string;
|
|
1633
1654
|
export declare const roundSignalCellular0Bar: string;
|
|
1634
1655
|
export declare const roundSignalCellular4Bar: string;
|
|
1635
|
-
export declare const roundSignalCellularAlt: string;
|
|
1636
1656
|
export declare const roundSignalCellularAlt1Bar: string;
|
|
1637
1657
|
export declare const roundSignalCellularAlt2Bar: string;
|
|
1658
|
+
export declare const roundSignalCellularAlt: string;
|
|
1638
1659
|
export declare const roundSignalCellularConnectedNoInternet0Bar: string;
|
|
1639
1660
|
export declare const roundSignalCellularConnectedNoInternet4Bar: string;
|
|
1640
|
-
export declare const roundSignalCellularNodata: string;
|
|
1641
1661
|
export declare const roundSignalCellularNoSim: string;
|
|
1662
|
+
export declare const roundSignalCellularNodata: string;
|
|
1642
1663
|
export declare const roundSignalCellularNull: string;
|
|
1643
1664
|
export declare const roundSignalCellularOff: string;
|
|
1644
1665
|
export declare const roundSignalWifi0Bar: string;
|
|
@@ -1650,7 +1671,6 @@ export declare const roundSignalWifiOff: string;
|
|
|
1650
1671
|
export declare const roundSignalWifiStatusbar4Bar: string;
|
|
1651
1672
|
export declare const roundSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1652
1673
|
export declare const roundSignalWifiStatusbarNull: string;
|
|
1653
|
-
export declare const roundSignLanguage: string;
|
|
1654
1674
|
export declare const roundSignpost: string;
|
|
1655
1675
|
export declare const roundSimCard: string;
|
|
1656
1676
|
export declare const roundSimCardAlert: string;
|
|
@@ -1665,9 +1685,9 @@ export declare const roundSlideshow: string;
|
|
|
1665
1685
|
export declare const roundSlowMotionVideo: string;
|
|
1666
1686
|
export declare const roundSmartButton: string;
|
|
1667
1687
|
export declare const roundSmartDisplay: string;
|
|
1668
|
-
export declare const roundSmartphone: string;
|
|
1669
1688
|
export declare const roundSmartScreen: string;
|
|
1670
1689
|
export declare const roundSmartToy: string;
|
|
1690
|
+
export declare const roundSmartphone: string;
|
|
1671
1691
|
export declare const roundSmokeFree: string;
|
|
1672
1692
|
export declare const roundSmokingRooms: string;
|
|
1673
1693
|
export declare const roundSms: string;
|
|
@@ -1679,6 +1699,7 @@ export declare const roundSnowmobile: string;
|
|
|
1679
1699
|
export declare const roundSnowshoeing: string;
|
|
1680
1700
|
export declare const roundSoap: string;
|
|
1681
1701
|
export declare const roundSocialDistance: string;
|
|
1702
|
+
export declare const roundSolarPower: string;
|
|
1682
1703
|
export declare const roundSort: string;
|
|
1683
1704
|
export declare const roundSortByAlpha: string;
|
|
1684
1705
|
export declare const roundSos: string;
|
|
@@ -1749,8 +1770,8 @@ export declare const roundStopCircle: string;
|
|
|
1749
1770
|
export declare const roundStopScreenShare: string;
|
|
1750
1771
|
export declare const roundStorage: string;
|
|
1751
1772
|
export declare const roundStore: string;
|
|
1752
|
-
export declare const roundStorefront: string;
|
|
1753
1773
|
export declare const roundStoreMallDirectory: string;
|
|
1774
|
+
export declare const roundStorefront: string;
|
|
1754
1775
|
export declare const roundStorm: string;
|
|
1755
1776
|
export declare const roundStraight: string;
|
|
1756
1777
|
export declare const roundStraighten: string;
|
|
@@ -1809,15 +1830,15 @@ export declare const roundSystemSecurityUpdateWarning: string;
|
|
|
1809
1830
|
export declare const roundSystemUpdate: string;
|
|
1810
1831
|
export declare const roundSystemUpdateAlt: string;
|
|
1811
1832
|
export declare const roundTab: string;
|
|
1833
|
+
export declare const roundTabUnselected: string;
|
|
1812
1834
|
export declare const roundTableBar: string;
|
|
1813
1835
|
export declare const roundTableChart: string;
|
|
1814
1836
|
export declare const roundTableRestaurant: string;
|
|
1815
1837
|
export declare const roundTableRows: string;
|
|
1838
|
+
export declare const roundTableView: string;
|
|
1816
1839
|
export declare const roundTablet: string;
|
|
1817
1840
|
export declare const roundTabletAndroid: string;
|
|
1818
1841
|
export declare const roundTabletMac: string;
|
|
1819
|
-
export declare const roundTableView: string;
|
|
1820
|
-
export declare const roundTabUnselected: string;
|
|
1821
1842
|
export declare const roundTag: string;
|
|
1822
1843
|
export declare const roundTagFaces: string;
|
|
1823
1844
|
export declare const roundTakeoutDining: string;
|
|
@@ -1840,8 +1861,8 @@ export declare const roundTextRotationAngledown: string;
|
|
|
1840
1861
|
export declare const roundTextRotationAngleup: string;
|
|
1841
1862
|
export declare const roundTextRotationDown: string;
|
|
1842
1863
|
export declare const roundTextRotationNone: string;
|
|
1843
|
-
export declare const roundTextsms: string;
|
|
1844
1864
|
export declare const roundTextSnippet: string;
|
|
1865
|
+
export declare const roundTextsms: string;
|
|
1845
1866
|
export declare const roundTexture: string;
|
|
1846
1867
|
export declare const roundTheaterComedy: string;
|
|
1847
1868
|
export declare const roundTheaters: string;
|
|
@@ -1850,20 +1871,20 @@ export declare const roundThermostatAuto: string;
|
|
|
1850
1871
|
export declare const roundThumbDown: string;
|
|
1851
1872
|
export declare const roundThumbDownAlt: string;
|
|
1852
1873
|
export declare const roundThumbDownOffAlt: string;
|
|
1853
|
-
export declare const roundThumbsUpDown: string;
|
|
1854
1874
|
export declare const roundThumbUp: string;
|
|
1855
1875
|
export declare const roundThumbUpAlt: string;
|
|
1856
1876
|
export declare const roundThumbUpOffAlt: string;
|
|
1877
|
+
export declare const roundThumbsUpDown: string;
|
|
1857
1878
|
export declare const roundThunderstorm: string;
|
|
1879
|
+
export declare const roundTimeToLeave: string;
|
|
1858
1880
|
export declare const roundTimelapse: string;
|
|
1859
1881
|
export declare const roundTimeline: string;
|
|
1860
|
-
export declare const roundTimer: string;
|
|
1861
1882
|
export declare const roundTimer10: string;
|
|
1862
1883
|
export declare const roundTimer10Select: string;
|
|
1863
1884
|
export declare const roundTimer3: string;
|
|
1864
1885
|
export declare const roundTimer3Select: string;
|
|
1886
|
+
export declare const roundTimer: string;
|
|
1865
1887
|
export declare const roundTimerOff: string;
|
|
1866
|
-
export declare const roundTimeToLeave: string;
|
|
1867
1888
|
export declare const roundTipsAndUpdates: string;
|
|
1868
1889
|
export declare const roundTireRepair: string;
|
|
1869
1890
|
export declare const roundTitle: string;
|
|
@@ -1875,6 +1896,7 @@ export declare const roundToken: string;
|
|
|
1875
1896
|
export declare const roundToll: string;
|
|
1876
1897
|
export declare const roundTonality: string;
|
|
1877
1898
|
export declare const roundTopic: string;
|
|
1899
|
+
export declare const roundTornado: string;
|
|
1878
1900
|
export declare const roundTouchApp: string;
|
|
1879
1901
|
export declare const roundTour: string;
|
|
1880
1902
|
export declare const roundToys: string;
|
|
@@ -1897,17 +1919,19 @@ export declare const roundTsunami: string;
|
|
|
1897
1919
|
export declare const roundTty: string;
|
|
1898
1920
|
export declare const roundTune: string;
|
|
1899
1921
|
export declare const roundTungsten: string;
|
|
1900
|
-
export declare const roundTurnedIn: string;
|
|
1901
|
-
export declare const roundTurnedInNot: string;
|
|
1902
1922
|
export declare const roundTurnLeft: string;
|
|
1903
1923
|
export declare const roundTurnRight: string;
|
|
1904
1924
|
export declare const roundTurnSharpLeft: string;
|
|
1905
1925
|
export declare const roundTurnSharpRight: string;
|
|
1906
1926
|
export declare const roundTurnSlightLeft: string;
|
|
1907
1927
|
export declare const roundTurnSlightRight: string;
|
|
1928
|
+
export declare const roundTurnedIn: string;
|
|
1929
|
+
export declare const roundTurnedInNot: string;
|
|
1908
1930
|
export declare const roundTv: string;
|
|
1909
1931
|
export declare const roundTvOff: string;
|
|
1910
1932
|
export declare const roundTwoWheeler: string;
|
|
1933
|
+
export declare const roundUTurnLeft: string;
|
|
1934
|
+
export declare const roundUTurnRight: string;
|
|
1911
1935
|
export declare const roundUmbrella: string;
|
|
1912
1936
|
export declare const roundUnarchive: string;
|
|
1913
1937
|
export declare const roundUndo: string;
|
|
@@ -1923,8 +1947,6 @@ export declare const roundUpload: string;
|
|
|
1923
1947
|
export declare const roundUploadFile: string;
|
|
1924
1948
|
export declare const roundUsb: string;
|
|
1925
1949
|
export declare const roundUsbOff: string;
|
|
1926
|
-
export declare const roundUTurnLeft: string;
|
|
1927
|
-
export declare const roundUTurnRight: string;
|
|
1928
1950
|
export declare const roundVaccines: string;
|
|
1929
1951
|
export declare const roundVapeFree: string;
|
|
1930
1952
|
export declare const roundVapingRooms: string;
|
|
@@ -1934,20 +1956,22 @@ export declare const roundVerticalAlignBottom: string;
|
|
|
1934
1956
|
export declare const roundVerticalAlignCenter: string;
|
|
1935
1957
|
export declare const roundVerticalAlignTop: string;
|
|
1936
1958
|
export declare const roundVerticalDistribute: string;
|
|
1959
|
+
export declare const roundVerticalShades: string;
|
|
1960
|
+
export declare const roundVerticalShadesClosed: string;
|
|
1937
1961
|
export declare const roundVerticalSplit: string;
|
|
1938
1962
|
export declare const roundVibration: string;
|
|
1939
1963
|
export declare const roundVideoCall: string;
|
|
1940
|
-
export declare const roundVideocam: string;
|
|
1941
1964
|
export declare const roundVideoCameraBack: string;
|
|
1942
1965
|
export declare const roundVideoCameraFront: string;
|
|
1943
|
-
export declare const roundVideocamOff: string;
|
|
1944
1966
|
export declare const roundVideoFile: string;
|
|
1945
|
-
export declare const roundVideogameAsset: string;
|
|
1946
|
-
export declare const roundVideogameAssetOff: string;
|
|
1947
1967
|
export declare const roundVideoLabel: string;
|
|
1948
1968
|
export declare const roundVideoLibrary: string;
|
|
1949
1969
|
export declare const roundVideoSettings: string;
|
|
1950
1970
|
export declare const roundVideoStable: string;
|
|
1971
|
+
export declare const roundVideocam: string;
|
|
1972
|
+
export declare const roundVideocamOff: string;
|
|
1973
|
+
export declare const roundVideogameAsset: string;
|
|
1974
|
+
export declare const roundVideogameAssetOff: string;
|
|
1951
1975
|
export declare const roundViewAgenda: string;
|
|
1952
1976
|
export declare const roundViewArray: string;
|
|
1953
1977
|
export declare const roundViewCarousel: string;
|
|
@@ -1973,8 +1997,8 @@ export declare const roundVilla: string;
|
|
|
1973
1997
|
export declare const roundVisibility: string;
|
|
1974
1998
|
export declare const roundVisibilityOff: string;
|
|
1975
1999
|
export declare const roundVoiceChat: string;
|
|
1976
|
-
export declare const roundVoicemail: string;
|
|
1977
2000
|
export declare const roundVoiceOverOff: string;
|
|
2001
|
+
export declare const roundVoicemail: string;
|
|
1978
2002
|
export declare const roundVolcano: string;
|
|
1979
2003
|
export declare const roundVolumeDown: string;
|
|
1980
2004
|
export declare const roundVolumeMute: string;
|
|
@@ -2018,11 +2042,11 @@ export declare const roundWhatshot: string;
|
|
|
2018
2042
|
export declare const roundWheelchairPickup: string;
|
|
2019
2043
|
export declare const roundWhereToVote: string;
|
|
2020
2044
|
export declare const roundWidgets: string;
|
|
2021
|
-
export declare const roundWifi: string;
|
|
2022
2045
|
export declare const roundWifi1Bar: string;
|
|
2023
2046
|
export declare const roundWifi2Bar: string;
|
|
2024
|
-
export declare const
|
|
2047
|
+
export declare const roundWifi: string;
|
|
2025
2048
|
export declare const roundWifiCalling3: string;
|
|
2049
|
+
export declare const roundWifiCalling: string;
|
|
2026
2050
|
export declare const roundWifiChannel: string;
|
|
2027
2051
|
export declare const roundWifiFind: string;
|
|
2028
2052
|
export declare const roundWifiLock: string;
|
|
@@ -2032,10 +2056,12 @@ export declare const roundWifiProtectedSetup: string;
|
|
|
2032
2056
|
export declare const roundWifiTethering: string;
|
|
2033
2057
|
export declare const roundWifiTetheringError: string;
|
|
2034
2058
|
export declare const roundWifiTetheringOff: string;
|
|
2059
|
+
export declare const roundWindPower: string;
|
|
2035
2060
|
export declare const roundWindow: string;
|
|
2036
2061
|
export declare const roundWineBar: string;
|
|
2037
2062
|
export declare const roundWoman: string;
|
|
2038
2063
|
export declare const roundWork: string;
|
|
2064
|
+
export declare const roundWorkHistory: string;
|
|
2039
2065
|
export declare const roundWorkOff: string;
|
|
2040
2066
|
export declare const roundWorkOutline: string;
|
|
2041
2067
|
export declare const roundWorkspacePremium: string;
|