@quasar/extras 1.16.3 → 1.16.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/README.md +65 -60
  2. package/bootstrap-icons/bootstrap-icons.css +0 -44
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/index.d.ts +1 -1
  6. package/bootstrap-icons/index.js +4 -4
  7. package/bootstrap-icons/index.mjs +4 -4
  8. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  9. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  10. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  11. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  12. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  13. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  14. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  15. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  16. package/fontawesome-v6/index.d.ts +1 -1
  17. package/fontawesome-v6/index.js +326 -326
  18. package/fontawesome-v6/index.mjs +326 -326
  19. package/ionicons-v7/index.d.ts +1 -1
  20. package/ionicons-v7/index.js +1 -1
  21. package/ionicons-v7/index.mjs +1 -1
  22. package/material-icons/index.js +2 -2
  23. package/material-icons/index.mjs +2 -2
  24. package/material-icons-outlined/index.js +3 -3
  25. package/material-icons-outlined/index.mjs +3 -3
  26. package/material-icons-round/index.js +4 -4
  27. package/material-icons-round/index.mjs +4 -4
  28. package/material-icons-sharp/index.js +4 -4
  29. package/material-icons-sharp/index.mjs +4 -4
  30. package/material-symbols-outlined/icons.json +182 -38
  31. package/material-symbols-outlined/index.d.ts +182 -38
  32. package/material-symbols-outlined/index.js +3004 -2860
  33. package/material-symbols-outlined/index.mjs +3004 -2860
  34. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  35. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  36. package/material-symbols-rounded/icons.json +182 -38
  37. package/material-symbols-rounded/index.d.ts +182 -38
  38. package/material-symbols-rounded/index.js +3004 -2860
  39. package/material-symbols-rounded/index.mjs +3004 -2860
  40. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  41. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  42. package/material-symbols-sharp/icons.json +182 -38
  43. package/material-symbols-sharp/index.d.ts +182 -38
  44. package/material-symbols-sharp/index.js +3004 -2860
  45. package/material-symbols-sharp/index.mjs +3004 -2860
  46. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  47. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  48. package/mdi-v6/LICENSE +20 -20
  49. package/mdi-v6/license.md +20 -20
  50. package/package.json +7 -7
  51. package/postcss.config.cjs +5 -0
@@ -22,6 +22,7 @@ export declare const symRounded21mp: string;
22
22
  export declare const symRounded22mp: string;
23
23
  export declare const symRounded23mp: string;
24
24
  export declare const symRounded24mp: string;
25
+ export declare const symRounded2d: string;
25
26
  export declare const symRounded2k: string;
26
27
  export declare const symRounded2kPlus: string;
27
28
  export declare const symRounded2mp: string;
@@ -76,11 +77,15 @@ export declare const symRoundedAccountCircleOff: string;
76
77
  export declare const symRoundedAccountTree: string;
77
78
  export declare const symRoundedActivityZone: string;
78
79
  export declare const symRoundedAcute: string;
80
+ export declare const symRoundedAd: string;
81
+ export declare const symRoundedAdGroup: string;
82
+ export declare const symRoundedAdGroupOff: string;
79
83
  export declare const symRoundedAdOff: string;
80
84
  export declare const symRoundedAdUnits: string;
81
85
  export declare const symRoundedAdb: string;
82
86
  export declare const symRoundedAdd: string;
83
87
  export declare const symRoundedAddAPhoto: string;
88
+ export declare const symRoundedAddAd: string;
84
89
  export declare const symRoundedAddAlert: string;
85
90
  export declare const symRoundedAddBox: string;
86
91
  export declare const symRoundedAddBusiness: string;
@@ -189,16 +194,19 @@ export declare const symRoundedApkDocument: string;
189
194
  export declare const symRoundedApkInstall: string;
190
195
  export declare const symRoundedAppBadging: string;
191
196
  export declare const symRoundedAppBlocking: string;
197
+ export declare const symRoundedAppPromo: string;
192
198
  export declare const symRoundedAppRegistration: string;
193
199
  export declare const symRoundedAppShortcut: string;
194
200
  export declare const symRoundedApproval: string;
195
201
  export declare const symRoundedApprovalDelegation: string;
196
202
  export declare const symRoundedApps: string;
197
203
  export declare const symRoundedAppsOutage: string;
204
+ export declare const symRoundedArOnYou: string;
198
205
  export declare const symRoundedArchitecture: string;
199
206
  export declare const symRoundedArchive: string;
200
207
  export declare const symRoundedAreaChart: string;
201
208
  export declare const symRoundedArmingCountdown: string;
209
+ export declare const symRoundedArrowAndEdge: string;
202
210
  export declare const symRoundedArrowBack: string;
203
211
  export declare const symRoundedArrowBackIos: string;
204
212
  export declare const symRoundedArrowBackIosNew: string;
@@ -207,6 +215,7 @@ export declare const symRoundedArrowCircleLeft: string;
207
215
  export declare const symRoundedArrowCircleRight: string;
208
216
  export declare const symRoundedArrowCircleUp: string;
209
217
  export declare const symRoundedArrowDownward: string;
218
+ export declare const symRoundedArrowDownwardAlt: string;
210
219
  export declare const symRoundedArrowDropDown: string;
211
220
  export declare const symRoundedArrowDropDownCircle: string;
212
221
  export declare const symRoundedArrowDropUp: string;
@@ -214,14 +223,18 @@ export declare const symRoundedArrowForward: string;
214
223
  export declare const symRoundedArrowForwardIos: string;
215
224
  export declare const symRoundedArrowInsert: string;
216
225
  export declare const symRoundedArrowLeft: string;
226
+ export declare const symRoundedArrowLeftAlt: string;
227
+ export declare const symRoundedArrowOrEdge: string;
217
228
  export declare const symRoundedArrowOutward: string;
218
229
  export declare const symRoundedArrowRange: string;
219
230
  export declare const symRoundedArrowRight: string;
220
231
  export declare const symRoundedArrowRightAlt: string;
221
232
  export declare const symRoundedArrowSelectorTool: string;
233
+ export declare const symRoundedArrowSplit: string;
222
234
  export declare const symRoundedArrowTopLeft: string;
223
235
  export declare const symRoundedArrowTopRight: string;
224
236
  export declare const symRoundedArrowUpward: string;
237
+ export declare const symRoundedArrowUpwardAlt: string;
225
238
  export declare const symRoundedArrowsMoreDown: string;
226
239
  export declare const symRoundedArrowsMoreUp: string;
227
240
  export declare const symRoundedArrowsOutward: string;
@@ -236,13 +249,10 @@ export declare const symRoundedAssignmentReturn: string;
236
249
  export declare const symRoundedAssignmentReturned: string;
237
250
  export declare const symRoundedAssignmentTurnedIn: string;
238
251
  export declare const symRoundedAssistWalker: string;
239
- export declare const symRoundedAssistant: string;
240
252
  export declare const symRoundedAssistantDirection: string;
241
253
  export declare const symRoundedAssistantNavigation: string;
242
254
  export declare const symRoundedAssistantOnHub: string;
243
255
  export declare const symRoundedAssuredWorkload: string;
244
- export declare const symRoundedAstrophotographyAuto: string;
245
- export declare const symRoundedAstrophotographyOff: string;
246
256
  export declare const symRoundedAtm: string;
247
257
  export declare const symRoundedAtr: string;
248
258
  export declare const symRoundedAttachEmail: string;
@@ -253,28 +263,15 @@ export declare const symRoundedAttachment: string;
253
263
  export declare const symRoundedAttractions: string;
254
264
  export declare const symRoundedAttribution: string;
255
265
  export declare const symRoundedAudioFile: string;
256
- export declare const symRoundedAutoActivityZone: string;
257
- export declare const symRoundedAutoAwesome: string;
266
+ export declare const symRoundedAudioVideoReceiver: string;
258
267
  export declare const symRoundedAutoAwesomeMosaic: string;
259
268
  export declare const symRoundedAutoAwesomeMotion: string;
260
269
  export declare const symRoundedAutoDelete: string;
261
- export declare const symRoundedAutoDetectVoice: string;
262
- export declare const symRoundedAutoFix: string;
263
- export declare const symRoundedAutoFixHigh: string;
264
- export declare const symRoundedAutoFixNormal: string;
265
- export declare const symRoundedAutoFixOff: string;
266
- export declare const symRoundedAutoGraph: string;
267
- export declare const symRoundedAutoLabel: string;
268
- export declare const symRoundedAutoMeetingRoom: string;
269
- export declare const symRoundedAutoMode: string;
270
270
  export declare const symRoundedAutoReadPause: string;
271
271
  export declare const symRoundedAutoReadPlay: string;
272
- export declare const symRoundedAutoSchedule: string;
273
272
  export declare const symRoundedAutoStories: string;
274
- export declare const symRoundedAutoVideocam: string;
275
273
  export declare const symRoundedAutofpsSelect: string;
276
274
  export declare const symRoundedAutopause: string;
277
- export declare const symRoundedAutopay: string;
278
275
  export declare const symRoundedAutoplay: string;
279
276
  export declare const symRoundedAutorenew: string;
280
277
  export declare const symRoundedAutostop: string;
@@ -362,6 +359,8 @@ export declare const symRoundedBedtimeOff: string;
362
359
  export declare const symRoundedBeenhere: string;
363
360
  export declare const symRoundedBento: string;
364
361
  export declare const symRoundedBia: string;
362
+ export declare const symRoundedBidLandscape: string;
363
+ export declare const symRoundedBidLandscapeDisabled: string;
365
364
  export declare const symRoundedBikeScooter: string;
366
365
  export declare const symRoundedBiotech: string;
367
366
  export declare const symRoundedBlanket: string;
@@ -406,12 +405,21 @@ export declare const symRoundedBorderRight: string;
406
405
  export declare const symRoundedBorderStyle: string;
407
406
  export declare const symRoundedBorderTop: string;
408
407
  export declare const symRoundedBorderVertical: string;
408
+ export declare const symRoundedBottomAppBar: string;
409
+ export declare const symRoundedBottomDrawer: string;
410
+ export declare const symRoundedBottomNavigation: string;
409
411
  export declare const symRoundedBottomPanelClose: string;
410
412
  export declare const symRoundedBottomPanelOpen: string;
411
413
  export declare const symRoundedBottomRightClick: string;
414
+ export declare const symRoundedBottomSheets: string;
415
+ export declare const symRoundedBox: string;
416
+ export declare const symRoundedBoxAdd: string;
417
+ export declare const symRoundedBoxEdit: string;
412
418
  export declare const symRoundedBoy: string;
419
+ export declare const symRoundedBrandAwareness: string;
413
420
  export declare const symRoundedBrandingWatermark: string;
414
421
  export declare const symRoundedBreakfastDining: string;
422
+ export declare const symRoundedBreakingNews: string;
415
423
  export declare const symRoundedBreakingNewsAlt1: string;
416
424
  export declare const symRoundedBreastfeeding: string;
417
425
  export declare const symRoundedBrightness1: string;
@@ -421,6 +429,7 @@ export declare const symRoundedBrightness4: string;
421
429
  export declare const symRoundedBrightness5: string;
422
430
  export declare const symRoundedBrightness6: string;
423
431
  export declare const symRoundedBrightness7: string;
432
+ export declare const symRoundedBrightnessAlert: string;
424
433
  export declare const symRoundedBrightnessAuto: string;
425
434
  export declare const symRoundedBrightnessEmpty: string;
426
435
  export declare const symRoundedBrightnessHigh: string;
@@ -430,11 +439,13 @@ export declare const symRoundedBringYourOwnIp: string;
430
439
  export declare const symRoundedBroadcastOnHome: string;
431
440
  export declare const symRoundedBroadcastOnPersonal: string;
432
441
  export declare const symRoundedBrokenImage: string;
442
+ export declare const symRoundedBrowse: string;
433
443
  export declare const symRoundedBrowseActivity: string;
434
444
  export declare const symRoundedBrowseGallery: string;
435
445
  export declare const symRoundedBrowserUpdated: string;
436
446
  export declare const symRoundedBrunchDining: string;
437
447
  export declare const symRoundedBrush: string;
448
+ export declare const symRoundedBubble: string;
438
449
  export declare const symRoundedBubbleChart: string;
439
450
  export declare const symRoundedBubbles: string;
440
451
  export declare const symRoundedBugReport: string;
@@ -445,6 +456,8 @@ export declare const symRoundedBurstMode: string;
445
456
  export declare const symRoundedBusAlert: string;
446
457
  export declare const symRoundedBusinessCenter: string;
447
458
  export declare const symRoundedBusinessChip: string;
459
+ export declare const symRoundedBusinessMessages: string;
460
+ export declare const symRoundedButtonsAlt: string;
448
461
  export declare const symRoundedCabin: string;
449
462
  export declare const symRoundedCable: string;
450
463
  export declare const symRoundedCached: string;
@@ -470,7 +483,6 @@ export declare const symRoundedCallReceived: string;
470
483
  export declare const symRoundedCallSplit: string;
471
484
  export declare const symRoundedCallToAction: string;
472
485
  export declare const symRoundedCamera: string;
473
- export declare const symRoundedCameraEnhance: string;
474
486
  export declare const symRoundedCameraFront: string;
475
487
  export declare const symRoundedCameraIndoor: string;
476
488
  export declare const symRoundedCameraOutdoor: string;
@@ -492,12 +504,15 @@ export declare const symRoundedCarRepair: string;
492
504
  export declare const symRoundedCardMembership: string;
493
505
  export declare const symRoundedCardTravel: string;
494
506
  export declare const symRoundedCardiology: string;
507
+ export declare const symRoundedCards: string;
495
508
  export declare const symRoundedCarpenter: string;
496
509
  export declare const symRoundedCases: string;
497
510
  export declare const symRoundedCasino: string;
498
511
  export declare const symRoundedCast: string;
499
512
  export declare const symRoundedCastConnected: string;
500
513
  export declare const symRoundedCastForEducation: string;
514
+ export declare const symRoundedCastPause: string;
515
+ export declare const symRoundedCastWarning: string;
501
516
  export declare const symRoundedCastle: string;
502
517
  export declare const symRoundedCategory: string;
503
518
  export declare const symRoundedCelebration: string;
@@ -531,11 +546,13 @@ export declare const symRoundedChecklist: string;
531
546
  export declare const symRoundedChecklistRtl: string;
532
547
  export declare const symRoundedCheckroom: string;
533
548
  export declare const symRoundedCheer: string;
549
+ export declare const symRoundedChess: string;
534
550
  export declare const symRoundedChevronLeft: string;
535
551
  export declare const symRoundedChevronRight: string;
536
552
  export declare const symRoundedChildCare: string;
537
553
  export declare const symRoundedChildFriendly: string;
538
554
  export declare const symRoundedChipExtraction: string;
555
+ export declare const symRoundedChips: string;
539
556
  export declare const symRoundedChromeReaderMode: string;
540
557
  export declare const symRoundedChromecast2: string;
541
558
  export declare const symRoundedChromecastDevice: string;
@@ -544,6 +561,8 @@ export declare const symRoundedChurch: string;
544
561
  export declare const symRoundedCinematicBlur: string;
545
562
  export declare const symRoundedCircle: string;
546
563
  export declare const symRoundedCircleNotifications: string;
564
+ export declare const symRoundedCircles: string;
565
+ export declare const symRoundedCirclesExt: string;
547
566
  export declare const symRoundedClarify: string;
548
567
  export declare const symRoundedCleanHands: string;
549
568
  export declare const symRoundedCleaningBucket: string;
@@ -581,13 +600,17 @@ export declare const symRoundedCodeOff: string;
581
600
  export declare const symRoundedCoffee: string;
582
601
  export declare const symRoundedCoffeeMaker: string;
583
602
  export declare const symRoundedCognition: string;
603
+ export declare const symRoundedCollapseAll: string;
584
604
  export declare const symRoundedCollectionsBookmark: string;
585
605
  export declare const symRoundedColorize: string;
606
+ export declare const symRoundedColors: string;
607
+ export declare const symRoundedComicBubble: string;
586
608
  export declare const symRoundedComment: string;
587
609
  export declare const symRoundedCommentBank: string;
588
610
  export declare const symRoundedCommentsDisabled: string;
589
611
  export declare const symRoundedCommit: string;
590
612
  export declare const symRoundedCommunication: string;
613
+ export declare const symRoundedCommunities: string;
591
614
  export declare const symRoundedCommute: string;
592
615
  export declare const symRoundedCompare: string;
593
616
  export declare const symRoundedCompareArrows: string;
@@ -617,6 +640,9 @@ export declare const symRoundedContentPaste: string;
617
640
  export declare const symRoundedContentPasteGo: string;
618
641
  export declare const symRoundedContentPasteOff: string;
619
642
  export declare const symRoundedContentPasteSearch: string;
643
+ export declare const symRoundedContract: string;
644
+ export declare const symRoundedContractDelete: string;
645
+ export declare const symRoundedContractEdit: string;
620
646
  export declare const symRoundedContrast: string;
621
647
  export declare const symRoundedContrastRtlOff: string;
622
648
  export declare const symRoundedControlCamera: string;
@@ -661,8 +687,11 @@ export declare const symRoundedCropLandscape: string;
661
687
  export declare const symRoundedCropPortrait: string;
662
688
  export declare const symRoundedCropRotate: string;
663
689
  export declare const symRoundedCropSquare: string;
690
+ export declare const symRoundedCrossword: string;
691
+ export declare const symRoundedCrowdsource: string;
664
692
  export declare const symRoundedCrueltyFree: string;
665
693
  export declare const symRoundedCss: string;
694
+ export declare const symRoundedCsv: string;
666
695
  export declare const symRoundedCurrencyBitcoin: string;
667
696
  export declare const symRoundedCurrencyExchange: string;
668
697
  export declare const symRoundedCurrencyFranc: string;
@@ -674,6 +703,7 @@ export declare const symRoundedCurrencyYen: string;
674
703
  export declare const symRoundedCurrencyYuan: string;
675
704
  export declare const symRoundedCurtains: string;
676
705
  export declare const symRoundedCurtainsClosed: string;
706
+ export declare const symRoundedCustomTypography: string;
677
707
  export declare const symRoundedCut: string;
678
708
  export declare const symRoundedCycle: string;
679
709
  export declare const symRoundedCyclone: string;
@@ -686,8 +716,10 @@ export declare const symRoundedDataArray: string;
686
716
  export declare const symRoundedDataCheck: string;
687
717
  export declare const symRoundedDataExploration: string;
688
718
  export declare const symRoundedDataInfoAlert: string;
719
+ export declare const symRoundedDataLossPrevention: string;
689
720
  export declare const symRoundedDataObject: string;
690
721
  export declare const symRoundedDataSaverOn: string;
722
+ export declare const symRoundedDataTable: string;
691
723
  export declare const symRoundedDataThresholding: string;
692
724
  export declare const symRoundedDataUsage: string;
693
725
  export declare const symRoundedDatabase: string;
@@ -710,6 +742,9 @@ export declare const symRoundedDensitySmall: string;
710
742
  export declare const symRoundedDentistry: string;
711
743
  export declare const symRoundedDepartureBoard: string;
712
744
  export declare const symRoundedDeployedCode: string;
745
+ export declare const symRoundedDeployedCodeAlert: string;
746
+ export declare const symRoundedDeployedCodeHistory: string;
747
+ export declare const symRoundedDeployedCodeUpdate: string;
713
748
  export declare const symRoundedDermatology: string;
714
749
  export declare const symRoundedDescription: string;
715
750
  export declare const symRoundedDeselect: string;
@@ -730,7 +765,9 @@ export declare const symRoundedDetectorSmoke: string;
730
765
  export declare const symRoundedDetectorStatus: string;
731
766
  export declare const symRoundedDeveloperBoard: string;
732
767
  export declare const symRoundedDeveloperBoardOff: string;
768
+ export declare const symRoundedDeveloperGuide: string;
733
769
  export declare const symRoundedDeveloperMode: string;
770
+ export declare const symRoundedDeveloperModeTv: string;
734
771
  export declare const symRoundedDeviceHub: string;
735
772
  export declare const symRoundedDeviceReset: string;
736
773
  export declare const symRoundedDeviceThermostat: string;
@@ -743,6 +780,7 @@ export declare const symRoundedDevicesWearables: string;
743
780
  export declare const symRoundedDewPoint: string;
744
781
  export declare const symRoundedDiagnosis: string;
745
782
  export declare const symRoundedDialerSip: string;
783
+ export declare const symRoundedDialogs: string;
746
784
  export declare const symRoundedDialpad: string;
747
785
  export declare const symRoundedDiamond: string;
748
786
  export declare const symRoundedDifference: string;
@@ -761,6 +799,7 @@ export declare const symRoundedDirectionsRailway: string;
761
799
  export declare const symRoundedDirectionsRun: string;
762
800
  export declare const symRoundedDirectionsSubway: string;
763
801
  export declare const symRoundedDirectionsWalk: string;
802
+ export declare const symRoundedDirectorySync: string;
764
803
  export declare const symRoundedDirtyLens: string;
765
804
  export declare const symRoundedDisabledByDefault: string;
766
805
  export declare const symRoundedDisabledVisible: string;
@@ -792,6 +831,7 @@ export declare const symRoundedDomainAdd: string;
792
831
  export declare const symRoundedDomainDisabled: string;
793
832
  export declare const symRoundedDomainVerification: string;
794
833
  export declare const symRoundedDomainVerificationOff: string;
834
+ export declare const symRoundedDominoMask: string;
795
835
  export declare const symRoundedDone: string;
796
836
  export declare const symRoundedDoneAll: string;
797
837
  export declare const symRoundedDoneOutline: string;
@@ -824,6 +864,7 @@ export declare const symRoundedDrawCollage: string;
824
864
  export declare const symRoundedDresser: string;
825
865
  export declare const symRoundedDriveFileMove: string;
826
866
  export declare const symRoundedDriveFolderUpload: string;
867
+ export declare const symRoundedDropdown: string;
827
868
  export declare const symRoundedDry: string;
828
869
  export declare const symRoundedDryCleaning: string;
829
870
  export declare const symRoundedDualScreen: string;
@@ -877,6 +918,8 @@ export declare const symRoundedEmergencyHeat: string;
877
918
  export declare const symRoundedEmergencyHome: string;
878
919
  export declare const symRoundedEmergencyRecording: string;
879
920
  export declare const symRoundedEmergencyShare: string;
921
+ export declare const symRoundedEmergencyShareOff: string;
922
+ export declare const symRoundedEmojiEvents: string;
880
923
  export declare const symRoundedEmojiFlags: string;
881
924
  export declare const symRoundedEmojiFoodBeverage: string;
882
925
  export declare const symRoundedEmojiNature: string;
@@ -887,6 +930,7 @@ export declare const symRoundedEmojiTransportation: string;
887
930
  export declare const symRoundedEmoticon: string;
888
931
  export declare const symRoundedEmptyDashboard: string;
889
932
  export declare const symRoundedEnable: string;
933
+ export declare const symRoundedEncrypted: string;
890
934
  export declare const symRoundedEndocrinology: string;
891
935
  export declare const symRoundedEnergyProgramSaving: string;
892
936
  export declare const symRoundedEnergyProgramTimeUsed: string;
@@ -918,7 +962,9 @@ export declare const symRoundedExclamation: string;
918
962
  export declare const symRoundedExercise: string;
919
963
  export declare const symRoundedExitToApp: string;
920
964
  export declare const symRoundedExpand: string;
965
+ export declare const symRoundedExpandAll: string;
921
966
  export declare const symRoundedExpandCircleDown: string;
967
+ export declare const symRoundedExpandCircleUp: string;
922
968
  export declare const symRoundedExpandContent: string;
923
969
  export declare const symRoundedExpandLess: string;
924
970
  export declare const symRoundedExpandMore: string;
@@ -942,13 +988,13 @@ export declare const symRoundedFace4: string;
942
988
  export declare const symRoundedFace5: string;
943
989
  export declare const symRoundedFace6: string;
944
990
  export declare const symRoundedFace: string;
945
- export declare const symRoundedFaceRetouchingNatural: string;
946
991
  export declare const symRoundedFaceRetouchingOff: string;
947
992
  export declare const symRoundedFactCheck: string;
948
993
  export declare const symRoundedFactory: string;
949
994
  export declare const symRoundedFalling: string;
950
995
  export declare const symRoundedFamiliarFaceAndZone: string;
951
996
  export declare const symRoundedFamilyHistory: string;
997
+ export declare const symRoundedFamilyLink: string;
952
998
  export declare const symRoundedFamilyRestroom: string;
953
999
  export declare const symRoundedFastForward: string;
954
1000
  export declare const symRoundedFastRewind: string;
@@ -956,6 +1002,7 @@ export declare const symRoundedFastfood: string;
956
1002
  export declare const symRoundedFaucet: string;
957
1003
  export declare const symRoundedFavorite: string;
958
1004
  export declare const symRoundedFax: string;
1005
+ export declare const symRoundedFeatureSearch: string;
959
1006
  export declare const symRoundedFeaturedPlayList: string;
960
1007
  export declare const symRoundedFeaturedVideo: string;
961
1008
  export declare const symRoundedFeed: string;
@@ -999,6 +1046,7 @@ export declare const symRoundedFilterListOff: string;
999
1046
  export declare const symRoundedFilterNone: string;
1000
1047
  export declare const symRoundedFilterTiltShift: string;
1001
1048
  export declare const symRoundedFilterVintage: string;
1049
+ export declare const symRoundedFinance: string;
1002
1050
  export declare const symRoundedFinanceChip: string;
1003
1051
  export declare const symRoundedFindInPage: string;
1004
1052
  export declare const symRoundedFindReplace: string;
@@ -1011,7 +1059,6 @@ export declare const symRoundedFirstPage: string;
1011
1059
  export declare const symRoundedFitPage: string;
1012
1060
  export declare const symRoundedFitScreen: string;
1013
1061
  export declare const symRoundedFitWidth: string;
1014
- export declare const symRoundedFitbitHourlyActivity: string;
1015
1062
  export declare const symRoundedFitnessCenter: string;
1016
1063
  export declare const symRoundedFlag: string;
1017
1064
  export declare const symRoundedFlagCircle: string;
@@ -1030,6 +1077,7 @@ export declare const symRoundedFlight: string;
1030
1077
  export declare const symRoundedFlightClass: string;
1031
1078
  export declare const symRoundedFlightLand: string;
1032
1079
  export declare const symRoundedFlightTakeoff: string;
1080
+ export declare const symRoundedFlightsmode: string;
1033
1081
  export declare const symRoundedFlip: string;
1034
1082
  export declare const symRoundedFlipCameraAndroid: string;
1035
1083
  export declare const symRoundedFlipCameraIos: string;
@@ -1043,9 +1091,11 @@ export declare const symRoundedFluid: string;
1043
1091
  export declare const symRoundedFluidBalance: string;
1044
1092
  export declare const symRoundedFluidMed: string;
1045
1093
  export declare const symRoundedFluorescent: string;
1094
+ export declare const symRoundedFlutter: string;
1046
1095
  export declare const symRoundedFlutterDash: string;
1047
1096
  export declare const symRoundedFmdBad: string;
1048
1097
  export declare const symRoundedFoggy: string;
1098
+ export declare const symRoundedFoldedHands: string;
1049
1099
  export declare const symRoundedFolder: string;
1050
1100
  export declare const symRoundedFolderCopy: string;
1051
1101
  export declare const symRoundedFolderDelete: string;
@@ -1131,6 +1181,7 @@ export declare const symRoundedFrameSource: string;
1131
1181
  export declare const symRoundedFreeCancellation: string;
1132
1182
  export declare const symRoundedFrontHand: string;
1133
1183
  export declare const symRoundedFrontLoader: string;
1184
+ export declare const symRoundedFullCoverage: string;
1134
1185
  export declare const symRoundedFullStackedBarChart: string;
1135
1186
  export declare const symRoundedFullscreen: string;
1136
1187
  export declare const symRoundedFullscreenExit: string;
@@ -1148,8 +1199,8 @@ export declare const symRoundedGasMeter: string;
1148
1199
  export declare const symRoundedGastroenterology: string;
1149
1200
  export declare const symRoundedGate: string;
1150
1201
  export declare const symRoundedGavel: string;
1151
- export declare const symRoundedGeneratingTokens: string;
1152
1202
  export declare const symRoundedGenetics: string;
1203
+ export declare const symRoundedGenres: string;
1153
1204
  export declare const symRoundedGesture: string;
1154
1205
  export declare const symRoundedGestureSelect: string;
1155
1206
  export declare const symRoundedGif: string;
@@ -1163,6 +1214,7 @@ export declare const symRoundedGlucose: string;
1163
1214
  export declare const symRoundedGlyphs: string;
1164
1215
  export declare const symRoundedGoToLine: string;
1165
1216
  export declare const symRoundedGolfCourse: string;
1217
+ export declare const symRoundedGoogleTvRemote: string;
1166
1218
  export declare const symRoundedGoogleWifi: string;
1167
1219
  export declare const symRoundedGppBad: string;
1168
1220
  export declare const symRoundedGppMaybe: string;
@@ -1195,10 +1247,13 @@ export declare const symRoundedHMobiledataBadge: string;
1195
1247
  export declare const symRoundedHPlusMobiledata: string;
1196
1248
  export declare const symRoundedHPlusMobiledataBadge: string;
1197
1249
  export declare const symRoundedHail: string;
1250
+ export declare const symRoundedHallway: string;
1198
1251
  export declare const symRoundedHandBones: string;
1199
1252
  export declare const symRoundedHandGesture: string;
1200
1253
  export declare const symRoundedHandshake: string;
1201
1254
  export declare const symRoundedHandyman: string;
1255
+ export declare const symRoundedHangoutVideo: string;
1256
+ export declare const symRoundedHangoutVideoOff: string;
1202
1257
  export declare const symRoundedHardDrive2: string;
1203
1258
  export declare const symRoundedHardDrive: string;
1204
1259
  export declare const symRoundedHardware: string;
@@ -1300,6 +1355,7 @@ export declare const symRoundedHumidityPercentage: string;
1300
1355
  export declare const symRoundedHvac: string;
1301
1356
  export declare const symRoundedIceSkating: string;
1302
1357
  export declare const symRoundedIcecream: string;
1358
+ export declare const symRoundedIfl: string;
1303
1359
  export declare const symRoundedIframe: string;
1304
1360
  export declare const symRoundedIframeOff: string;
1305
1361
  export declare const symRoundedImage: string;
@@ -1318,16 +1374,22 @@ export declare const symRoundedInboxCustomize: string;
1318
1374
  export declare const symRoundedIncompleteCircle: string;
1319
1375
  export declare const symRoundedIndeterminateCheckBox: string;
1320
1376
  export declare const symRoundedInfo: string;
1377
+ export declare const symRoundedInfoI: string;
1321
1378
  export declare const symRoundedInfrared: string;
1379
+ export declare const symRoundedInkEraser: string;
1380
+ export declare const symRoundedInkEraserOff: string;
1381
+ export declare const symRoundedInkHighlighter: string;
1382
+ export declare const symRoundedInkMarker: string;
1383
+ export declare const symRoundedInkPen: string;
1322
1384
  export declare const symRoundedInpatient: string;
1323
1385
  export declare const symRoundedInput: string;
1324
1386
  export declare const symRoundedInputCircle: string;
1325
1387
  export declare const symRoundedInsertChart: string;
1326
1388
  export declare const symRoundedInsertPageBreak: string;
1327
1389
  export declare const symRoundedInsertText: string;
1328
- export declare const symRoundedInsights: string;
1329
1390
  export declare const symRoundedInstallDesktop: string;
1330
1391
  export declare const symRoundedInstallMobile: string;
1392
+ export declare const symRoundedInstantMix: string;
1331
1393
  export declare const symRoundedIntegrationInstructions: string;
1332
1394
  export declare const symRoundedInteractiveSpace: string;
1333
1395
  export declare const symRoundedInterests: string;
@@ -1338,12 +1400,14 @@ export declare const symRoundedInvertColors: string;
1338
1400
  export declare const symRoundedInvertColorsOff: string;
1339
1401
  export declare const symRoundedIosShare: string;
1340
1402
  export declare const symRoundedIron: string;
1403
+ export declare const symRoundedJamboardKiosk: string;
1341
1404
  export declare const symRoundedJavascript: string;
1342
1405
  export declare const symRoundedJoin: string;
1343
1406
  export declare const symRoundedJoinFull: string;
1344
1407
  export declare const symRoundedJoinInner: string;
1345
1408
  export declare const symRoundedJoinLeft: string;
1346
1409
  export declare const symRoundedJoinRight: string;
1410
+ export declare const symRoundedJoystick: string;
1347
1411
  export declare const symRoundedJumpToElement: string;
1348
1412
  export declare const symRoundedKayaking: string;
1349
1413
  export declare const symRoundedKebabDining: string;
@@ -1403,6 +1467,7 @@ export declare const symRoundedLanguageGbEnglish: string;
1403
1467
  export declare const symRoundedLanguageInternational: string;
1404
1468
  export declare const symRoundedLanguageKoreanLatin: string;
1405
1469
  export declare const symRoundedLanguagePinyin: string;
1470
+ export declare const symRoundedLanguageSpanish: string;
1406
1471
  export declare const symRoundedLanguageUs: string;
1407
1472
  export declare const symRoundedLanguageUsColemak: string;
1408
1473
  export declare const symRoundedLanguageUsDvorak: string;
@@ -1410,8 +1475,8 @@ export declare const symRoundedLaps: string;
1410
1475
  export declare const symRoundedLaptopChromebook: string;
1411
1476
  export declare const symRoundedLaptopMac: string;
1412
1477
  export declare const symRoundedLaptopWindows: string;
1478
+ export declare const symRoundedLassoSelect: string;
1413
1479
  export declare const symRoundedLastPage: string;
1414
- export declare const symRoundedLauncherAssistantOn: string;
1415
1480
  export declare const symRoundedLaundry: string;
1416
1481
  export declare const symRoundedLayers: string;
1417
1482
  export declare const symRoundedLayersClear: string;
@@ -1460,6 +1525,7 @@ export declare const symRoundedLiquor: string;
1460
1525
  export declare const symRoundedList: string;
1461
1526
  export declare const symRoundedListAlt: string;
1462
1527
  export declare const symRoundedListAltAdd: string;
1528
+ export declare const symRoundedLists: string;
1463
1529
  export declare const symRoundedLiveHelp: string;
1464
1530
  export declare const symRoundedLiveTv: string;
1465
1531
  export declare const symRoundedLiving: string;
@@ -1486,7 +1552,6 @@ export declare const symRoundedLocalPostOffice: string;
1486
1552
  export declare const symRoundedLocalSee: string;
1487
1553
  export declare const symRoundedLocalShipping: string;
1488
1554
  export declare const symRoundedLocalTaxi: string;
1489
- export declare const symRoundedLocationAutomation: string;
1490
1555
  export declare const symRoundedLocationAway: string;
1491
1556
  export declare const symRoundedLocationChip: string;
1492
1557
  export declare const symRoundedLocationCity: string;
@@ -1524,9 +1589,6 @@ export declare const symRoundedLunchDining: string;
1524
1589
  export declare const symRoundedLyrics: string;
1525
1590
  export declare const symRoundedMacroAuto: string;
1526
1591
  export declare const symRoundedMacroOff: string;
1527
- export declare const symRoundedMagicButton: string;
1528
- export declare const symRoundedMagicExchange: string;
1529
- export declare const symRoundedMagicTether: string;
1530
1592
  export declare const symRoundedMagnificationLarge: string;
1531
1593
  export declare const symRoundedMagnificationSmall: string;
1532
1594
  export declare const symRoundedMagnifyDocked: string;
@@ -1541,6 +1603,7 @@ export declare const symRoundedMan: string;
1541
1603
  export declare const symRoundedManageAccounts: string;
1542
1604
  export declare const symRoundedManageHistory: string;
1543
1605
  export declare const symRoundedManageSearch: string;
1606
+ export declare const symRoundedManga: string;
1544
1607
  export declare const symRoundedMap: string;
1545
1608
  export declare const symRoundedMapsUgc: string;
1546
1609
  export declare const symRoundedMargin: string;
@@ -1551,6 +1614,7 @@ export declare const symRoundedMarkEmailRead: string;
1551
1614
  export declare const symRoundedMarkEmailUnread: string;
1552
1615
  export declare const symRoundedMarkUnreadChatAlt: string;
1553
1616
  export declare const symRoundedMarkunreadMailbox: string;
1617
+ export declare const symRoundedMaskedTransitions: string;
1554
1618
  export declare const symRoundedMasks: string;
1555
1619
  export declare const symRoundedMatchCase: string;
1556
1620
  export declare const symRoundedMatchWord: string;
@@ -1578,6 +1642,7 @@ export declare const symRoundedMergeType: string;
1578
1642
  export declare const symRoundedMetabolism: string;
1579
1643
  export declare const symRoundedMfgNestYaleLock: string;
1580
1644
  export declare const symRoundedMic: string;
1645
+ export declare const symRoundedMicDouble: string;
1581
1646
  export declare const symRoundedMicExternalOff: string;
1582
1647
  export declare const symRoundedMicExternalOn: string;
1583
1648
  export declare const symRoundedMicOff: string;
@@ -1585,6 +1650,8 @@ export declare const symRoundedMicrobiology: string;
1585
1650
  export declare const symRoundedMicrowave: string;
1586
1651
  export declare const symRoundedMicrowaveGen: string;
1587
1652
  export declare const symRoundedMilitaryTech: string;
1653
+ export declare const symRoundedMimo: string;
1654
+ export declare const symRoundedMimoDisconnect: string;
1588
1655
  export declare const symRoundedMindfulness: string;
1589
1656
  export declare const symRoundedMinimize: string;
1590
1657
  export declare const symRoundedMinorCrash: string;
@@ -1633,16 +1700,19 @@ export declare const symRoundedMotionBlur: string;
1633
1700
  export declare const symRoundedMotionMode: string;
1634
1701
  export declare const symRoundedMotionPhotosAuto: string;
1635
1702
  export declare const symRoundedMotionPhotosOff: string;
1703
+ export declare const symRoundedMotionPhotosOn: string;
1636
1704
  export declare const symRoundedMotionPhotosPaused: string;
1637
1705
  export declare const symRoundedMotionSensorActive: string;
1638
1706
  export declare const symRoundedMotionSensorAlert: string;
1639
1707
  export declare const symRoundedMotionSensorIdle: string;
1640
1708
  export declare const symRoundedMotionSensorUrgent: string;
1641
1709
  export declare const symRoundedMotorcycle: string;
1710
+ export declare const symRoundedMountainFlag: string;
1642
1711
  export declare const symRoundedMouse: string;
1643
1712
  export declare const symRoundedMove: string;
1644
1713
  export declare const symRoundedMoveDown: string;
1645
1714
  export declare const symRoundedMoveGroup: string;
1715
+ export declare const symRoundedMoveItem: string;
1646
1716
  export declare const symRoundedMoveLocation: string;
1647
1717
  export declare const symRoundedMoveSelectionDown: string;
1648
1718
  export declare const symRoundedMoveSelectionLeft: string;
@@ -1650,9 +1720,10 @@ export declare const symRoundedMoveSelectionRight: string;
1650
1720
  export declare const symRoundedMoveSelectionUp: string;
1651
1721
  export declare const symRoundedMoveToInbox: string;
1652
1722
  export declare const symRoundedMoveUp: string;
1723
+ export declare const symRoundedMovedLocation: string;
1653
1724
  export declare const symRoundedMovie: string;
1654
1725
  export declare const symRoundedMovieEdit: string;
1655
- export declare const symRoundedMovieFilter: string;
1726
+ export declare const symRoundedMovieInfo: string;
1656
1727
  export declare const symRoundedMoving: string;
1657
1728
  export declare const symRoundedMovingBeds: string;
1658
1729
  export declare const symRoundedMovingMinistry: string;
@@ -1665,6 +1736,7 @@ export declare const symRoundedMusicNote: string;
1665
1736
  export declare const symRoundedMusicOff: string;
1666
1737
  export declare const symRoundedMusicVideo: string;
1667
1738
  export declare const symRoundedMyLocation: string;
1739
+ export declare const symRoundedMystery: string;
1668
1740
  export declare const symRoundedNat: string;
1669
1741
  export declare const symRoundedNature: string;
1670
1742
  export declare const symRoundedNaturePeople: string;
@@ -1673,6 +1745,7 @@ export declare const symRoundedNavigateNext: string;
1673
1745
  export declare const symRoundedNavigation: string;
1674
1746
  export declare const symRoundedNearMe: string;
1675
1747
  export declare const symRoundedNearMeDisabled: string;
1748
+ export declare const symRoundedNearby: string;
1676
1749
  export declare const symRoundedNearbyError: string;
1677
1750
  export declare const symRoundedNearbyOff: string;
1678
1751
  export declare const symRoundedNephrology: string;
@@ -1699,14 +1772,15 @@ export declare const symRoundedNestFoundSavings: string;
1699
1772
  export declare const symRoundedNestHeatLinkE: string;
1700
1773
  export declare const symRoundedNestHeatLinkGen3: string;
1701
1774
  export declare const symRoundedNestHelloDoorbell: string;
1702
- export declare const symRoundedNestLocatorTag: string;
1703
1775
  export declare const symRoundedNestMini: string;
1704
1776
  export declare const symRoundedNestMultiRoom: string;
1777
+ export declare const symRoundedNestProtect: string;
1705
1778
  export declare const symRoundedNestRemote: string;
1706
1779
  export declare const symRoundedNestRemoteComfortSensor: string;
1707
1780
  export declare const symRoundedNestSecureAlarm: string;
1708
1781
  export declare const symRoundedNestSunblock: string;
1709
1782
  export declare const symRoundedNestTag: string;
1783
+ export declare const symRoundedNestThermostat: string;
1710
1784
  export declare const symRoundedNestThermostatEEu: string;
1711
1785
  export declare const symRoundedNestThermostatGen3: string;
1712
1786
  export declare const symRoundedNestThermostatSensor: string;
@@ -1716,12 +1790,12 @@ export declare const symRoundedNestTrueRadiant: string;
1716
1790
  export declare const symRoundedNestWakeOnApproach: string;
1717
1791
  export declare const symRoundedNestWakeOnPress: string;
1718
1792
  export declare const symRoundedNestWifiGale: string;
1719
- export declare const symRoundedNestWifiMistral: string;
1720
1793
  export declare const symRoundedNestWifiPoint: string;
1721
- export declare const symRoundedNestWifiPointVento: string;
1722
1794
  export declare const symRoundedNestWifiRouter: string;
1723
1795
  export declare const symRoundedNetworkCell: string;
1724
1796
  export declare const symRoundedNetworkCheck: string;
1797
+ export declare const symRoundedNetworkIntelligenceHistory: string;
1798
+ export declare const symRoundedNetworkIntelligenceUpdate: string;
1725
1799
  export declare const symRoundedNetworkLocked: string;
1726
1800
  export declare const symRoundedNetworkManage: string;
1727
1801
  export declare const symRoundedNetworkPing: string;
@@ -1733,6 +1807,8 @@ export declare const symRoundedNeurology: string;
1733
1807
  export declare const symRoundedNewLabel: string;
1734
1808
  export declare const symRoundedNewReleases: string;
1735
1809
  export declare const symRoundedNewWindow: string;
1810
+ export declare const symRoundedNews: string;
1811
+ export declare const symRoundedNewsmode: string;
1736
1812
  export declare const symRoundedNewspaper: string;
1737
1813
  export declare const symRoundedNextPlan: string;
1738
1814
  export declare const symRoundedNextWeek: string;
@@ -1743,7 +1819,6 @@ export declare const symRoundedNightSightAutoOff: string;
1743
1819
  export declare const symRoundedNightSightMax: string;
1744
1820
  export declare const symRoundedNightlife: string;
1745
1821
  export declare const symRoundedNightlight: string;
1746
- export declare const symRoundedNightlightOff: string;
1747
1822
  export declare const symRoundedNightsStay: string;
1748
1823
  export declare const symRoundedNoAccounts: string;
1749
1824
  export declare const symRoundedNoAdultContent: string;
@@ -1758,6 +1833,7 @@ export declare const symRoundedNoMeals: string;
1758
1833
  export declare const symRoundedNoMeetingRoom: string;
1759
1834
  export declare const symRoundedNoPhotography: string;
1760
1835
  export declare const symRoundedNoSim: string;
1836
+ export declare const symRoundedNoSound: string;
1761
1837
  export declare const symRoundedNoStroller: string;
1762
1838
  export declare const symRoundedNoTransfer: string;
1763
1839
  export declare const symRoundedNoiseAware: string;
@@ -1776,12 +1852,15 @@ export declare const symRoundedNoteAlt: string;
1776
1852
  export declare const symRoundedNotes: string;
1777
1853
  export declare const symRoundedNotificationAdd: string;
1778
1854
  export declare const symRoundedNotificationImportant: string;
1855
+ export declare const symRoundedNotificationMultiple: string;
1779
1856
  export declare const symRoundedNotifications: string;
1780
1857
  export declare const symRoundedNotificationsActive: string;
1781
1858
  export declare const symRoundedNotificationsOff: string;
1782
1859
  export declare const symRoundedNotificationsPaused: string;
1783
1860
  export declare const symRoundedNumbers: string;
1784
1861
  export declare const symRoundedNutrition: string;
1862
+ export declare const symRoundedOds: string;
1863
+ export declare const symRoundedOdt: string;
1785
1864
  export declare const symRoundedOfflineBolt: string;
1786
1865
  export declare const symRoundedOfflinePin: string;
1787
1866
  export declare const symRoundedOfflineShare: string;
@@ -1796,6 +1875,8 @@ export declare const symRoundedOpenInFull: string;
1796
1875
  export declare const symRoundedOpenInNew: string;
1797
1876
  export declare const symRoundedOpenInNewDown: string;
1798
1877
  export declare const symRoundedOpenInNewOff: string;
1878
+ export declare const symRoundedOpenInPhone: string;
1879
+ export declare const symRoundedOpenJam: string;
1799
1880
  export declare const symRoundedOpenWith: string;
1800
1881
  export declare const symRoundedOphthalmology: string;
1801
1882
  export declare const symRoundedOralDisease: string;
@@ -1806,6 +1887,7 @@ export declare const symRoundedOtherAdmission: string;
1806
1887
  export declare const symRoundedOtherHouses: string;
1807
1888
  export declare const symRoundedOutbound: string;
1808
1889
  export declare const symRoundedOutbox: string;
1890
+ export declare const symRoundedOutboxAlt: string;
1809
1891
  export declare const symRoundedOutdoorGarden: string;
1810
1892
  export declare const symRoundedOutdoorGrill: string;
1811
1893
  export declare const symRoundedOutgoingMail: string;
@@ -1822,6 +1904,7 @@ export declare const symRoundedPace: string;
1822
1904
  export declare const symRoundedPacemaker: string;
1823
1905
  export declare const symRoundedPackage: string;
1824
1906
  export declare const symRoundedPadding: string;
1907
+ export declare const symRoundedPageControl: string;
1825
1908
  export declare const symRoundedPageInfo: string;
1826
1909
  export declare const symRoundedPages: string;
1827
1910
  export declare const symRoundedPageview: string;
@@ -1842,6 +1925,7 @@ export declare const symRoundedPark: string;
1842
1925
  export declare const symRoundedPartlyCloudyDay: string;
1843
1926
  export declare const symRoundedPartlyCloudyNight: string;
1844
1927
  export declare const symRoundedPartnerExchange: string;
1928
+ export declare const symRoundedPartnerReports: string;
1845
1929
  export declare const symRoundedPartyMode: string;
1846
1930
  export declare const symRoundedPassword: string;
1847
1931
  export declare const symRoundedPatientList: string;
@@ -1875,16 +1959,20 @@ export declare const symRoundedPerson4: string;
1875
1959
  export declare const symRoundedPerson: string;
1876
1960
  export declare const symRoundedPersonAdd: string;
1877
1961
  export declare const symRoundedPersonAddDisabled: string;
1962
+ export declare const symRoundedPersonApron: string;
1963
+ export declare const symRoundedPersonBook: string;
1878
1964
  export declare const symRoundedPersonCelebrate: string;
1879
1965
  export declare const symRoundedPersonOff: string;
1880
1966
  export declare const symRoundedPersonPin: string;
1881
1967
  export declare const symRoundedPersonPinCircle: string;
1882
1968
  export declare const symRoundedPersonPlay: string;
1969
+ export declare const symRoundedPersonRaisedHand: string;
1883
1970
  export declare const symRoundedPersonRemove: string;
1884
1971
  export declare const symRoundedPersonSearch: string;
1885
1972
  export declare const symRoundedPersonalInjury: string;
1886
1973
  export declare const symRoundedPestControl: string;
1887
1974
  export declare const symRoundedPestControlRodent: string;
1975
+ export declare const symRoundedPetSupplies: string;
1888
1976
  export declare const symRoundedPets: string;
1889
1977
  export declare const symRoundedPhishing: string;
1890
1978
  export declare const symRoundedPhoneAndroid: string;
@@ -1909,9 +1997,9 @@ export declare const symRoundedPhotoAlbum: string;
1909
1997
  export declare const symRoundedPhotoCamera: string;
1910
1998
  export declare const symRoundedPhotoCameraBack: string;
1911
1999
  export declare const symRoundedPhotoCameraFront: string;
1912
- export declare const symRoundedPhotoFilter: string;
1913
2000
  export declare const symRoundedPhotoFrame: string;
1914
2001
  export declare const symRoundedPhotoLibrary: string;
2002
+ export declare const symRoundedPhotoPrints: string;
1915
2003
  export declare const symRoundedPhotoSizeSelectLarge: string;
1916
2004
  export declare const symRoundedPhotoSizeSelectSmall: string;
1917
2005
  export declare const symRoundedPhp: string;
@@ -1936,6 +2024,7 @@ export declare const symRoundedPipExit: string;
1936
2024
  export declare const symRoundedPivotTableChart: string;
1937
2025
  export declare const symRoundedPlaceItem: string;
1938
2026
  export declare const symRoundedPlagiarism: string;
2027
+ export declare const symRoundedPlannerBannerAdPt: string;
1939
2028
  export declare const symRoundedPlayArrow: string;
1940
2029
  export declare const symRoundedPlayCircle: string;
1941
2030
  export declare const symRoundedPlayDisabled: string;
@@ -1943,6 +2032,7 @@ export declare const symRoundedPlayForWork: string;
1943
2032
  export declare const symRoundedPlayLesson: string;
1944
2033
  export declare const symRoundedPlayPause: string;
1945
2034
  export declare const symRoundedPlayShapes: string;
2035
+ export declare const symRoundedPlayingCards: string;
1946
2036
  export declare const symRoundedPlaylistAdd: string;
1947
2037
  export declare const symRoundedPlaylistAddCheck: string;
1948
2038
  export declare const symRoundedPlaylistAddCheckCircle: string;
@@ -1963,6 +2053,7 @@ export declare const symRoundedPortableWifiOff: string;
1963
2053
  export declare const symRoundedPositionBottomLeft: string;
1964
2054
  export declare const symRoundedPositionBottomRight: string;
1965
2055
  export declare const symRoundedPositionTopRight: string;
2056
+ export declare const symRoundedPost: string;
1966
2057
  export declare const symRoundedPostAdd: string;
1967
2058
  export declare const symRoundedPottedPlant: string;
1968
2059
  export declare const symRoundedPower: string;
@@ -1972,6 +2063,7 @@ export declare const symRoundedPowerRounded: string;
1972
2063
  export declare const symRoundedPowerSettingsNew: string;
1973
2064
  export declare const symRoundedPrayerTimes: string;
1974
2065
  export declare const symRoundedPrecisionManufacturing: string;
2066
+ export declare const symRoundedPregnancy: string;
1975
2067
  export declare const symRoundedPregnantWoman: string;
1976
2068
  export declare const symRoundedPreliminary: string;
1977
2069
  export declare const symRoundedPrescriptions: string;
@@ -1996,6 +2088,7 @@ export declare const symRoundedProcedure: string;
1996
2088
  export declare const symRoundedProcessChart: string;
1997
2089
  export declare const symRoundedProductionQuantityLimits: string;
1998
2090
  export declare const symRoundedProductivity: string;
2091
+ export declare const symRoundedProgressActivity: string;
1999
2092
  export declare const symRoundedPropane: string;
2000
2093
  export declare const symRoundedPropaneTank: string;
2001
2094
  export declare const symRoundedPsychiatry: string;
@@ -2064,12 +2157,14 @@ export declare const symRoundedRegularExpression: string;
2064
2157
  export declare const symRoundedRelax: string;
2065
2158
  export declare const symRoundedReleaseAlert: string;
2066
2159
  export declare const symRoundedRememberMe: string;
2160
+ export declare const symRoundedReminder: string;
2067
2161
  export declare const symRoundedRemoteGen: string;
2068
2162
  export declare const symRoundedRemove: string;
2069
2163
  export declare const symRoundedRemoveDone: string;
2070
2164
  export declare const symRoundedRemoveFromQueue: string;
2071
2165
  export declare const symRoundedRemoveModerator: string;
2072
2166
  export declare const symRoundedRemoveRoad: string;
2167
+ export declare const symRoundedRemoveSelection: string;
2073
2168
  export declare const symRoundedRemoveShoppingCart: string;
2074
2169
  export declare const symRoundedReopenWindow: string;
2075
2170
  export declare const symRoundedReorder: string;
@@ -2099,6 +2194,7 @@ export declare const symRoundedRestoreFromTrash: string;
2099
2194
  export declare const symRoundedRestorePage: string;
2100
2195
  export declare const symRoundedResume: string;
2101
2196
  export declare const symRoundedReviews: string;
2197
+ export declare const symRoundedRewardedAds: string;
2102
2198
  export declare const symRoundedRheumatology: string;
2103
2199
  export declare const symRoundedRibCage: string;
2104
2200
  export declare const symRoundedRiceBowl: string;
@@ -2106,6 +2202,8 @@ export declare const symRoundedRightClick: string;
2106
2202
  export declare const symRoundedRightPanelClose: string;
2107
2203
  export declare const symRoundedRightPanelOpen: string;
2108
2204
  export declare const symRoundedRingVolume: string;
2205
+ export declare const symRoundedRipples: string;
2206
+ export declare const symRoundedRobot2: string;
2109
2207
  export declare const symRoundedRobot: string;
2110
2208
  export declare const symRoundedRocket: string;
2111
2209
  export declare const symRoundedRocketLaunch: string;
@@ -2136,6 +2234,7 @@ export declare const symRoundedRunCircle: string;
2136
2234
  export declare const symRoundedRunningWithErrors: string;
2137
2235
  export declare const symRoundedRvHookup: string;
2138
2236
  export declare const symRoundedSafetyCheck: string;
2237
+ export declare const symRoundedSafetyCheckOff: string;
2139
2238
  export declare const symRoundedSafetyDivider: string;
2140
2239
  export declare const symRoundedSailing: string;
2141
2240
  export declare const symRoundedSalinity: string;
@@ -2175,6 +2274,7 @@ export declare const symRoundedScreenshotKeyboard: string;
2175
2274
  export declare const symRoundedScreenshotMonitor: string;
2176
2275
  export declare const symRoundedScreenshotRegion: string;
2177
2276
  export declare const symRoundedScreenshotTablet: string;
2277
+ export declare const symRoundedScrollableHeader: string;
2178
2278
  export declare const symRoundedScubaDiving: string;
2179
2279
  export declare const symRoundedSd: string;
2180
2280
  export declare const symRoundedSdCard: string;
@@ -2190,11 +2290,14 @@ export declare const symRoundedSelect: string;
2190
2290
  export declare const symRoundedSelectAll: string;
2191
2291
  export declare const symRoundedSelectCheckBox: string;
2192
2292
  export declare const symRoundedSelectToSpeak: string;
2293
+ export declare const symRoundedSelectWindow: string;
2294
+ export declare const symRoundedSelectWindowOff: string;
2193
2295
  export declare const symRoundedSelfCare: string;
2194
2296
  export declare const symRoundedSelfImprovement: string;
2195
2297
  export declare const symRoundedSell: string;
2196
2298
  export declare const symRoundedSend: string;
2197
2299
  export declare const symRoundedSendAndArchive: string;
2300
+ export declare const symRoundedSendMoney: string;
2198
2301
  export declare const symRoundedSendTimeExtension: string;
2199
2302
  export declare const symRoundedSendToMobile: string;
2200
2303
  export declare const symRoundedSensorDoor: string;
@@ -2241,13 +2344,13 @@ export declare const symRoundedSettingsPhotoCamera: string;
2241
2344
  export declare const symRoundedSettingsPower: string;
2242
2345
  export declare const symRoundedSettingsRemote: string;
2243
2346
  export declare const symRoundedSettingsSlowMotion: string;
2244
- export declare const symRoundedSettingsSuggest: string;
2245
2347
  export declare const symRoundedSettingsSystemDaydream: string;
2246
2348
  export declare const symRoundedSettingsTimelapse: string;
2247
2349
  export declare const symRoundedSettingsVideoCamera: string;
2248
2350
  export declare const symRoundedSettingsVoice: string;
2249
2351
  export declare const symRoundedSettopComponent: string;
2250
2352
  export declare const symRoundedSevereCold: string;
2353
+ export declare const symRoundedShadow: string;
2251
2354
  export declare const symRoundedShapeLine: string;
2252
2355
  export declare const symRoundedShapes: string;
2253
2356
  export declare const symRoundedShare: string;
@@ -2281,6 +2384,7 @@ export declare const symRoundedShuffle: string;
2281
2384
  export declare const symRoundedShuffleOn: string;
2282
2385
  export declare const symRoundedShutterSpeed: string;
2283
2386
  export declare const symRoundedSick: string;
2387
+ export declare const symRoundedSideNavigation: string;
2284
2388
  export declare const symRoundedSignLanguage: string;
2285
2389
  export declare const symRoundedSignalCellular0Bar: string;
2286
2390
  export declare const symRoundedSignalCellular1Bar: string;
@@ -2296,6 +2400,7 @@ export declare const symRoundedSignalCellularConnectedNoInternet4Bar: string;
2296
2400
  export declare const symRoundedSignalCellularNodata: string;
2297
2401
  export declare const symRoundedSignalCellularNull: string;
2298
2402
  export declare const symRoundedSignalCellularOff: string;
2403
+ export declare const symRoundedSignalCellularPause: string;
2299
2404
  export declare const symRoundedSignalDisconnected: string;
2300
2405
  export declare const symRoundedSignalWifi0Bar: string;
2301
2406
  export declare const symRoundedSignalWifi4Bar: string;
@@ -2315,12 +2420,11 @@ export declare const symRoundedSkipNext: string;
2315
2420
  export declare const symRoundedSkipPrevious: string;
2316
2421
  export declare const symRoundedSkull: string;
2317
2422
  export declare const symRoundedSledding: string;
2318
- export declare const symRoundedSleep: string;
2319
2423
  export declare const symRoundedSleepScore: string;
2320
2424
  export declare const symRoundedSlideLibrary: string;
2425
+ export declare const symRoundedSliders: string;
2321
2426
  export declare const symRoundedSlideshow: string;
2322
2427
  export declare const symRoundedSlowMotionVideo: string;
2323
- export declare const symRoundedSmartButton: string;
2324
2428
  export declare const symRoundedSmartDisplay: string;
2325
2429
  export declare const symRoundedSmartOutlet: string;
2326
2430
  export declare const symRoundedSmartScreen: string;
@@ -2407,6 +2511,8 @@ export declare const symRoundedStack: string;
2407
2511
  export declare const symRoundedStackOff: string;
2408
2512
  export declare const symRoundedStackStar: string;
2409
2513
  export declare const symRoundedStackedBarChart: string;
2514
+ export declare const symRoundedStackedEmail: string;
2515
+ export declare const symRoundedStackedInbox: string;
2410
2516
  export declare const symRoundedStackedLineChart: string;
2411
2517
  export declare const symRoundedStadiaController: string;
2412
2518
  export declare const symRoundedStadium: string;
@@ -2417,6 +2523,12 @@ export declare const symRoundedStarRate: string;
2417
2523
  export declare const symRoundedStarRateHalf: string;
2418
2524
  export declare const symRoundedStars: string;
2419
2525
  export declare const symRoundedStart: string;
2526
+ export declare const symRoundedStat1: string;
2527
+ export declare const symRoundedStat2: string;
2528
+ export declare const symRoundedStat3: string;
2529
+ export declare const symRoundedStatMinus1: string;
2530
+ export declare const symRoundedStatMinus2: string;
2531
+ export declare const symRoundedStatMinus3: string;
2420
2532
  export declare const symRoundedStayCurrentLandscape: string;
2421
2533
  export declare const symRoundedStayCurrentPortrait: string;
2422
2534
  export declare const symRoundedStayPrimaryLandscape: string;
@@ -2425,11 +2537,13 @@ export declare const symRoundedStep: string;
2425
2537
  export declare const symRoundedStepInto: string;
2426
2538
  export declare const symRoundedStepOut: string;
2427
2539
  export declare const symRoundedStepOver: string;
2540
+ export declare const symRoundedSteppers: string;
2428
2541
  export declare const symRoundedSteps: string;
2429
2542
  export declare const symRoundedStethoscope: string;
2430
2543
  export declare const symRoundedStethoscopeArrow: string;
2431
2544
  export declare const symRoundedStethoscopeCheck: string;
2432
2545
  export declare const symRoundedStickyNote2: string;
2546
+ export declare const symRoundedStickyNote: string;
2433
2547
  export declare const symRoundedStop: string;
2434
2548
  export declare const symRoundedStopCircle: string;
2435
2549
  export declare const symRoundedStopScreenShare: string;
@@ -2439,6 +2553,7 @@ export declare const symRoundedStorefront: string;
2439
2553
  export declare const symRoundedStorm: string;
2440
2554
  export declare const symRoundedStraight: string;
2441
2555
  export declare const symRoundedStraighten: string;
2556
+ export declare const symRoundedStrategy: string;
2442
2557
  export declare const symRoundedStream: string;
2443
2558
  export declare const symRoundedStreamApps: string;
2444
2559
  export declare const symRoundedStreetview: string;
@@ -2449,9 +2564,12 @@ export declare const symRoundedStrokePartial: string;
2449
2564
  export declare const symRoundedStroller: string;
2450
2565
  export declare const symRoundedStyle: string;
2451
2566
  export declare const symRoundedStyler: string;
2567
+ export declare const symRoundedStylus: string;
2452
2568
  export declare const symRoundedStylusLaserPointer: string;
2569
+ export declare const symRoundedStylusNote: string;
2453
2570
  export declare const symRoundedSubdirectoryArrowLeft: string;
2454
2571
  export declare const symRoundedSubdirectoryArrowRight: string;
2572
+ export declare const symRoundedSubheader: string;
2455
2573
  export declare const symRoundedSubject: string;
2456
2574
  export declare const symRoundedSubscript: string;
2457
2575
  export declare const symRoundedSubscriptions: string;
@@ -2471,10 +2589,12 @@ export declare const symRoundedSurfing: string;
2471
2589
  export declare const symRoundedSurgical: string;
2472
2590
  export declare const symRoundedSurroundSound: string;
2473
2591
  export declare const symRoundedSwapCalls: string;
2592
+ export declare const symRoundedSwapDrivingAppsWheel: string;
2474
2593
  export declare const symRoundedSwapHoriz: string;
2475
2594
  export declare const symRoundedSwapHorizontalCircle: string;
2476
2595
  export declare const symRoundedSwapVert: string;
2477
2596
  export declare const symRoundedSwapVerticalCircle: string;
2597
+ export declare const symRoundedSweep: string;
2478
2598
  export declare const symRoundedSwipe: string;
2479
2599
  export declare const symRoundedSwipeDown: string;
2480
2600
  export declare const symRoundedSwipeDownAlt: string;
@@ -2494,6 +2614,8 @@ export declare const symRoundedSwitchCamera: string;
2494
2614
  export declare const symRoundedSwitchLeft: string;
2495
2615
  export declare const symRoundedSwitchRight: string;
2496
2616
  export declare const symRoundedSwitchVideo: string;
2617
+ export declare const symRoundedSwitches: string;
2618
+ export declare const symRoundedSwordRose: string;
2497
2619
  export declare const symRoundedSwords: string;
2498
2620
  export declare const symRoundedSymptoms: string;
2499
2621
  export declare const symRoundedSynagogue: string;
@@ -2527,23 +2649,25 @@ export declare const symRoundedTableView: string;
2527
2649
  export declare const symRoundedTablet: string;
2528
2650
  export declare const symRoundedTabletAndroid: string;
2529
2651
  export declare const symRoundedTabletMac: string;
2652
+ export declare const symRoundedTabs: string;
2530
2653
  export declare const symRoundedTag: string;
2531
2654
  export declare const symRoundedTakeoutDining: string;
2532
2655
  export declare const symRoundedTamperDetectionOff: string;
2533
2656
  export declare const symRoundedTamperDetectionOn: string;
2534
2657
  export declare const symRoundedTapAndPlay: string;
2535
2658
  export declare const symRoundedTapas: string;
2659
+ export declare const symRoundedTarget: string;
2536
2660
  export declare const symRoundedTask: string;
2537
2661
  export declare const symRoundedTaskAlt: string;
2538
2662
  export declare const symRoundedTaunt: string;
2539
2663
  export declare const symRoundedTaxiAlert: string;
2540
2664
  export declare const symRoundedTeamDashboard: string;
2541
- export declare const symRoundedTempPreferencesCustom: string;
2542
2665
  export declare const symRoundedTempPreferencesEco: string;
2543
2666
  export declare const symRoundedTempleBuddhist: string;
2544
2667
  export declare const symRoundedTempleHindu: string;
2545
2668
  export declare const symRoundedTenancy: string;
2546
2669
  export declare const symRoundedTerminal: string;
2670
+ export declare const symRoundedTextAd: string;
2547
2671
  export declare const symRoundedTextDecrease: string;
2548
2672
  export declare const symRoundedTextFields: string;
2549
2673
  export declare const symRoundedTextFormat: string;
@@ -2593,9 +2717,9 @@ export declare const symRoundedTimer3Alt1: string;
2593
2717
  export declare const symRoundedTimer3Select: string;
2594
2718
  export declare const symRoundedTimer: string;
2595
2719
  export declare const symRoundedTimerOff: string;
2596
- export declare const symRoundedTipsAndUpdates: string;
2597
2720
  export declare const symRoundedTireRepair: string;
2598
2721
  export declare const symRoundedTitle: string;
2722
+ export declare const symRoundedToast: string;
2599
2723
  export declare const symRoundedToc: string;
2600
2724
  export declare const symRoundedToday: string;
2601
2725
  export declare const symRoundedToggleOff: string;
@@ -2603,6 +2727,7 @@ export declare const symRoundedToggleOn: string;
2603
2727
  export declare const symRoundedToken: string;
2604
2728
  export declare const symRoundedToll: string;
2605
2729
  export declare const symRoundedTonality: string;
2730
+ export declare const symRoundedToolbar: string;
2606
2731
  export declare const symRoundedToolsFlatHead: string;
2607
2732
  export declare const symRoundedToolsInstallationKit: string;
2608
2733
  export declare const symRoundedToolsLadder: string;
@@ -2610,6 +2735,7 @@ export declare const symRoundedToolsLevel: string;
2610
2735
  export declare const symRoundedToolsPhillips: string;
2611
2736
  export declare const symRoundedToolsPliersWireStripper: string;
2612
2737
  export declare const symRoundedToolsPowerDrill: string;
2738
+ export declare const symRoundedTooltip: string;
2613
2739
  export declare const symRoundedTopPanelClose: string;
2614
2740
  export declare const symRoundedTopPanelOpen: string;
2615
2741
  export declare const symRoundedTopic: string;
@@ -2634,13 +2760,17 @@ export declare const symRoundedTransgender: string;
2634
2760
  export declare const symRoundedTransitEnterexit: string;
2635
2761
  export declare const symRoundedTranslate: string;
2636
2762
  export declare const symRoundedTransportation: string;
2763
+ export declare const symRoundedTravel: string;
2637
2764
  export declare const symRoundedTravelExplore: string;
2638
2765
  export declare const symRoundedTrendingDown: string;
2639
2766
  export declare const symRoundedTrendingFlat: string;
2640
2767
  export declare const symRoundedTrendingUp: string;
2641
2768
  export declare const symRoundedTripOrigin: string;
2642
2769
  export declare const symRoundedTrolley: string;
2770
+ export declare const symRoundedTrophy: string;
2771
+ export declare const symRoundedTroubleshoot: string;
2643
2772
  export declare const symRoundedTsunami: string;
2773
+ export declare const symRoundedTsv: string;
2644
2774
  export declare const symRoundedTty: string;
2645
2775
  export declare const symRoundedTune: string;
2646
2776
  export declare const symRoundedTurnLeft: string;
@@ -2651,7 +2781,11 @@ export declare const symRoundedTurnSlightLeft: string;
2651
2781
  export declare const symRoundedTurnSlightRight: string;
2652
2782
  export declare const symRoundedTv: string;
2653
2783
  export declare const symRoundedTvGen: string;
2784
+ export declare const symRoundedTvGuide: string;
2654
2785
  export declare const symRoundedTvOff: string;
2786
+ export declare const symRoundedTvOptionsEditChannels: string;
2787
+ export declare const symRoundedTvRemote: string;
2788
+ export declare const symRoundedTvSignin: string;
2655
2789
  export declare const symRoundedTvWithAssistant: string;
2656
2790
  export declare const symRoundedTwoWheeler: string;
2657
2791
  export declare const symRoundedTypeSpecimen: string;
@@ -2667,6 +2801,9 @@ export declare const symRoundedUnfoldLessDouble: string;
2667
2801
  export declare const symRoundedUnfoldMore: string;
2668
2802
  export declare const symRoundedUnfoldMoreDouble: string;
2669
2803
  export declare const symRoundedUngroup: string;
2804
+ export declare const symRoundedUniversalCurrencyAlt: string;
2805
+ export declare const symRoundedUnknown2: string;
2806
+ export declare const symRoundedUnknown5: string;
2670
2807
  export declare const symRoundedUnknownDocument: string;
2671
2808
  export declare const symRoundedUnknownMed: string;
2672
2809
  export declare const symRoundedUnpublished: string;
@@ -2704,6 +2841,7 @@ export declare const symRoundedVideoChat: string;
2704
2841
  export declare const symRoundedVideoFile: string;
2705
2842
  export declare const symRoundedVideoLabel: string;
2706
2843
  export declare const symRoundedVideoLibrary: string;
2844
+ export declare const symRoundedVideoSearch: string;
2707
2845
  export declare const symRoundedVideoSettings: string;
2708
2846
  export declare const symRoundedVideoStable: string;
2709
2847
  export declare const symRoundedVideocam: string;
@@ -2753,7 +2891,9 @@ export declare const symRoundedVpnKey: string;
2753
2891
  export declare const symRoundedVpnKeyAlert: string;
2754
2892
  export declare const symRoundedVpnKeyOff: string;
2755
2893
  export declare const symRoundedVpnLock: string;
2894
+ export declare const symRoundedVr180Create2d: string;
2756
2895
  export declare const symRoundedVrpano: string;
2896
+ export declare const symRoundedWallArt: string;
2757
2897
  export declare const symRoundedWallLamp: string;
2758
2898
  export declare const symRoundedWallet: string;
2759
2899
  export declare const symRoundedWallpaper: string;
@@ -2783,6 +2923,7 @@ export declare const symRoundedWaterLux: string;
2783
2923
  export declare const symRoundedWaterMedium: string;
2784
2924
  export declare const symRoundedWaterOrp: string;
2785
2925
  export declare const symRoundedWaterPh: string;
2926
+ export declare const symRoundedWaterPump: string;
2786
2927
  export declare const symRoundedWaterVoc: string;
2787
2928
  export declare const symRoundedWaterfallChart: string;
2788
2929
  export declare const symRoundedWaves: string;
@@ -2842,7 +2983,9 @@ export declare const symRoundedWineBar: string;
2842
2983
  export declare const symRoundedWoman2: string;
2843
2984
  export declare const symRoundedWoman: string;
2844
2985
  export declare const symRoundedWork: string;
2986
+ export declare const symRoundedWorkAlert: string;
2845
2987
  export declare const symRoundedWorkHistory: string;
2988
+ export declare const symRoundedWorkUpdate: string;
2846
2989
  export declare const symRoundedWorkspacePremium: string;
2847
2990
  export declare const symRoundedWorkspaces: string;
2848
2991
  export declare const symRoundedWoundsInjuries: string;
@@ -2851,6 +2994,7 @@ export declare const symRoundedWrist: string;
2851
2994
  export declare const symRoundedWrongLocation: string;
2852
2995
  export declare const symRoundedWysiwyg: string;
2853
2996
  export declare const symRoundedYard: string;
2997
+ export declare const symRoundedYourTrips: string;
2854
2998
  export declare const symRoundedYoutubeActivity: string;
2855
2999
  export declare const symRoundedYoutubeSearchedFor: string;
2856
3000
  export declare const symRoundedZonePersonAlert: string;