@quasar/extras 1.16.12 → 1.16.13
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 +10 -10
- 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 +105 -259
- package/fontawesome-v6/icons.json +5 -0
- package/fontawesome-v6/index.d.ts +6 -1
- package/fontawesome-v6/index.js +1319 -1314
- package/fontawesome-v6/index.mjs +1319 -1314
- package/material-symbols-outlined/icons.json +111 -4
- package/material-symbols-outlined/index.d.ts +111 -4
- package/material-symbols-outlined/index.js +154 -47
- package/material-symbols-outlined/index.mjs +154 -47
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +111 -4
- package/material-symbols-rounded/index.d.ts +111 -4
- package/material-symbols-rounded/index.js +159 -52
- package/material-symbols-rounded/index.mjs +159 -52
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +111 -4
- package/material-symbols-sharp/index.d.ts +111 -4
- package/material-symbols-sharp/index.js +155 -48
- package/material-symbols-sharp/index.mjs +155 -48
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/package.json +4 -4
- package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
|
@@ -21,6 +21,7 @@ export declare const symRounded20mp: string;
|
|
|
21
21
|
export declare const symRounded21mp: string;
|
|
22
22
|
export declare const symRounded22mp: string;
|
|
23
23
|
export declare const symRounded23mp: string;
|
|
24
|
+
export declare const symRounded24fpsSelect: string;
|
|
24
25
|
export declare const symRounded24mp: string;
|
|
25
26
|
export declare const symRounded2d: string;
|
|
26
27
|
export declare const symRounded2k: string;
|
|
@@ -88,6 +89,7 @@ export declare const symRoundedAdUnits: string;
|
|
|
88
89
|
export declare const symRoundedAdaptiveAudioMic: string;
|
|
89
90
|
export declare const symRoundedAdaptiveAudioMicOff: string;
|
|
90
91
|
export declare const symRoundedAdb: string;
|
|
92
|
+
export declare const symRoundedAdd2: string;
|
|
91
93
|
export declare const symRoundedAdd: string;
|
|
92
94
|
export declare const symRoundedAddAPhoto: string;
|
|
93
95
|
export declare const symRoundedAddAd: string;
|
|
@@ -225,6 +227,7 @@ export declare const symRoundedArrowAndEdge: string;
|
|
|
225
227
|
export declare const symRoundedArrowBack2: string;
|
|
226
228
|
export declare const symRoundedArrowBack: string;
|
|
227
229
|
export declare const symRoundedArrowBackIos: string;
|
|
230
|
+
export declare const symRoundedArrowBackIosNew: string;
|
|
228
231
|
export declare const symRoundedArrowCircleDown: string;
|
|
229
232
|
export declare const symRoundedArrowCircleLeft: string;
|
|
230
233
|
export declare const symRoundedArrowCircleRight: string;
|
|
@@ -240,6 +243,8 @@ export declare const symRoundedArrowForwardIos: string;
|
|
|
240
243
|
export declare const symRoundedArrowInsert: string;
|
|
241
244
|
export declare const symRoundedArrowLeft: string;
|
|
242
245
|
export declare const symRoundedArrowLeftAlt: string;
|
|
246
|
+
export declare const symRoundedArrowMenuClose: string;
|
|
247
|
+
export declare const symRoundedArrowMenuOpen: string;
|
|
243
248
|
export declare const symRoundedArrowOrEdge: string;
|
|
244
249
|
export declare const symRoundedArrowOutward: string;
|
|
245
250
|
export declare const symRoundedArrowRange: string;
|
|
@@ -249,6 +254,8 @@ export declare const symRoundedArrowSelectorTool: string;
|
|
|
249
254
|
export declare const symRoundedArrowSplit: string;
|
|
250
255
|
export declare const symRoundedArrowTopLeft: string;
|
|
251
256
|
export declare const symRoundedArrowTopRight: string;
|
|
257
|
+
export declare const symRoundedArrowUploadProgress: string;
|
|
258
|
+
export declare const symRoundedArrowUploadReady: string;
|
|
252
259
|
export declare const symRoundedArrowUpward: string;
|
|
253
260
|
export declare const symRoundedArrowUpwardAlt: string;
|
|
254
261
|
export declare const symRoundedArrowWarmUp: string;
|
|
@@ -330,6 +337,7 @@ export declare const symRoundedBalcony: string;
|
|
|
330
337
|
export declare const symRoundedBallot: string;
|
|
331
338
|
export declare const symRoundedBarChart4Bars: string;
|
|
332
339
|
export declare const symRoundedBarChart: string;
|
|
340
|
+
export declare const symRoundedBarChartOff: string;
|
|
333
341
|
export declare const symRoundedBarcode: string;
|
|
334
342
|
export declare const symRoundedBarcodeReader: string;
|
|
335
343
|
export declare const symRoundedBarcodeScanner: string;
|
|
@@ -413,12 +421,16 @@ export declare const symRoundedBomb: string;
|
|
|
413
421
|
export declare const symRoundedBook2: string;
|
|
414
422
|
export declare const symRoundedBook3: string;
|
|
415
423
|
export declare const symRoundedBook4: string;
|
|
424
|
+
export declare const symRoundedBook4Spark: string;
|
|
416
425
|
export declare const symRoundedBook5: string;
|
|
426
|
+
export declare const symRoundedBook6: string;
|
|
417
427
|
export declare const symRoundedBook: string;
|
|
418
428
|
export declare const symRoundedBookOnline: string;
|
|
429
|
+
export declare const symRoundedBookRibbon: string;
|
|
419
430
|
export declare const symRoundedBookmark: string;
|
|
420
431
|
export declare const symRoundedBookmarkAdd: string;
|
|
421
432
|
export declare const symRoundedBookmarkAdded: string;
|
|
433
|
+
export declare const symRoundedBookmarkBag: string;
|
|
422
434
|
export declare const symRoundedBookmarkCheck: string;
|
|
423
435
|
export declare const symRoundedBookmarkFlag: string;
|
|
424
436
|
export declare const symRoundedBookmarkHeart: string;
|
|
@@ -426,6 +438,7 @@ export declare const symRoundedBookmarkManager: string;
|
|
|
426
438
|
export declare const symRoundedBookmarkRemove: string;
|
|
427
439
|
export declare const symRoundedBookmarkStar: string;
|
|
428
440
|
export declare const symRoundedBookmarks: string;
|
|
441
|
+
export declare const symRoundedBooksMoviesAndMusic: string;
|
|
429
442
|
export declare const symRoundedBorderAll: string;
|
|
430
443
|
export declare const symRoundedBorderBottom: string;
|
|
431
444
|
export declare const symRoundedBorderClear: string;
|
|
@@ -438,6 +451,7 @@ export declare const symRoundedBorderRight: string;
|
|
|
438
451
|
export declare const symRoundedBorderStyle: string;
|
|
439
452
|
export declare const symRoundedBorderTop: string;
|
|
440
453
|
export declare const symRoundedBorderVertical: string;
|
|
454
|
+
export declare const symRoundedBorg: string;
|
|
441
455
|
export declare const symRoundedBottomAppBar: string;
|
|
442
456
|
export declare const symRoundedBottomDrawer: string;
|
|
443
457
|
export declare const symRoundedBottomNavigation: string;
|
|
@@ -580,6 +594,7 @@ export declare const symRoundedChatAppsScript: string;
|
|
|
580
594
|
export declare const symRoundedChatBubble: string;
|
|
581
595
|
export declare const symRoundedChatError: string;
|
|
582
596
|
export declare const symRoundedChatInfo: string;
|
|
597
|
+
export declare const symRoundedChatPasteGo2: string;
|
|
583
598
|
export declare const symRoundedChatPasteGo: string;
|
|
584
599
|
export declare const symRoundedCheck: string;
|
|
585
600
|
export declare const symRoundedCheckBox: string;
|
|
@@ -596,6 +611,7 @@ export declare const symRoundedChecklistRtl: string;
|
|
|
596
611
|
export declare const symRoundedCheckroom: string;
|
|
597
612
|
export declare const symRoundedCheer: string;
|
|
598
613
|
export declare const symRoundedChess: string;
|
|
614
|
+
export declare const symRoundedChessPawn: string;
|
|
599
615
|
export declare const symRoundedChevronBackward: string;
|
|
600
616
|
export declare const symRoundedChevronForward: string;
|
|
601
617
|
export declare const symRoundedChevronLeft: string;
|
|
@@ -636,6 +652,7 @@ export declare const symRoundedClosedCaption: string;
|
|
|
636
652
|
export declare const symRoundedClosedCaptionAdd: string;
|
|
637
653
|
export declare const symRoundedClosedCaptionDisabled: string;
|
|
638
654
|
export declare const symRoundedCloud: string;
|
|
655
|
+
export declare const symRoundedCloudAlert: string;
|
|
639
656
|
export declare const symRoundedCloudCircle: string;
|
|
640
657
|
export declare const symRoundedCloudDone: string;
|
|
641
658
|
export declare const symRoundedCloudDownload: string;
|
|
@@ -650,6 +667,7 @@ export declare const symRoundedCodeBlocks: string;
|
|
|
650
667
|
export declare const symRoundedCodeOff: string;
|
|
651
668
|
export declare const symRoundedCoffee: string;
|
|
652
669
|
export declare const symRoundedCoffeeMaker: string;
|
|
670
|
+
export declare const symRoundedCognition2: string;
|
|
653
671
|
export declare const symRoundedCognition: string;
|
|
654
672
|
export declare const symRoundedCollapseAll: string;
|
|
655
673
|
export declare const symRoundedCollapseContent: string;
|
|
@@ -710,6 +728,7 @@ export declare const symRoundedControlPointDuplicate: string;
|
|
|
710
728
|
export declare const symRoundedControllerGen: string;
|
|
711
729
|
export declare const symRoundedConversionPath: string;
|
|
712
730
|
export declare const symRoundedConversionPathOff: string;
|
|
731
|
+
export declare const symRoundedConvertToText: string;
|
|
713
732
|
export declare const symRoundedConveyorBelt: string;
|
|
714
733
|
export declare const symRoundedCookie: string;
|
|
715
734
|
export declare const symRoundedCookieOff: string;
|
|
@@ -773,6 +792,7 @@ export declare const symRoundedCycle: string;
|
|
|
773
792
|
export declare const symRoundedCyclone: string;
|
|
774
793
|
export declare const symRoundedDangerous: string;
|
|
775
794
|
export declare const symRoundedDarkMode: string;
|
|
795
|
+
export declare const symRoundedDashboard2: string;
|
|
776
796
|
export declare const symRoundedDashboard: string;
|
|
777
797
|
export declare const symRoundedDashboardCustomize: string;
|
|
778
798
|
export declare const symRoundedDataAlert: string;
|
|
@@ -787,6 +807,8 @@ export declare const symRoundedDataTable: string;
|
|
|
787
807
|
export declare const symRoundedDataThresholding: string;
|
|
788
808
|
export declare const symRoundedDataUsage: string;
|
|
789
809
|
export declare const symRoundedDatabase: string;
|
|
810
|
+
export declare const symRoundedDatabaseOff: string;
|
|
811
|
+
export declare const symRoundedDatabaseUpload: string;
|
|
790
812
|
export declare const symRoundedDataset: string;
|
|
791
813
|
export declare const symRoundedDatasetLinked: string;
|
|
792
814
|
export declare const symRoundedDateRange: string;
|
|
@@ -818,6 +840,8 @@ export declare const symRoundedDesignServices: string;
|
|
|
818
840
|
export declare const symRoundedDesk: string;
|
|
819
841
|
export declare const symRoundedDeskphone: string;
|
|
820
842
|
export declare const symRoundedDesktopAccessDisabled: string;
|
|
843
|
+
export declare const symRoundedDesktopCloud: string;
|
|
844
|
+
export declare const symRoundedDesktopCloudStack: string;
|
|
821
845
|
export declare const symRoundedDesktopLandscape: string;
|
|
822
846
|
export declare const symRoundedDesktopLandscapeAdd: string;
|
|
823
847
|
export declare const symRoundedDesktopMac: string;
|
|
@@ -842,6 +866,7 @@ export declare const symRoundedDeviceHub: string;
|
|
|
842
866
|
export declare const symRoundedDeviceThermostat: string;
|
|
843
867
|
export declare const symRoundedDeviceUnknown: string;
|
|
844
868
|
export declare const symRoundedDevices: string;
|
|
869
|
+
export declare const symRoundedDevicesFold2: string;
|
|
845
870
|
export declare const symRoundedDevicesFold: string;
|
|
846
871
|
export declare const symRoundedDevicesOff: string;
|
|
847
872
|
export declare const symRoundedDevicesOther: string;
|
|
@@ -897,6 +922,7 @@ export declare const symRoundedDock: string;
|
|
|
897
922
|
export declare const symRoundedDockToBottom: string;
|
|
898
923
|
export declare const symRoundedDockToLeft: string;
|
|
899
924
|
export declare const symRoundedDockToRight: string;
|
|
925
|
+
export declare const symRoundedDocs: string;
|
|
900
926
|
export declare const symRoundedDocsAddOn: string;
|
|
901
927
|
export declare const symRoundedDocsAppsScript: string;
|
|
902
928
|
export declare const symRoundedDocumentScanner: string;
|
|
@@ -1025,13 +1051,17 @@ export declare const symRoundedEnterprise: string;
|
|
|
1025
1051
|
export declare const symRoundedEnterpriseOff: string;
|
|
1026
1052
|
export declare const symRoundedEqual: string;
|
|
1027
1053
|
export declare const symRoundedEqualizer: string;
|
|
1054
|
+
export declare const symRoundedEraserSize1: string;
|
|
1055
|
+
export declare const symRoundedEraserSize2: string;
|
|
1056
|
+
export declare const symRoundedEraserSize3: string;
|
|
1057
|
+
export declare const symRoundedEraserSize4: string;
|
|
1058
|
+
export declare const symRoundedEraserSize5: string;
|
|
1028
1059
|
export declare const symRoundedError: string;
|
|
1029
1060
|
export declare const symRoundedErrorMed: string;
|
|
1030
1061
|
export declare const symRoundedEscalator: string;
|
|
1031
1062
|
export declare const symRoundedEscalatorWarning: string;
|
|
1032
1063
|
export declare const symRoundedEuro: string;
|
|
1033
1064
|
export declare const symRoundedEuroSymbol: string;
|
|
1034
|
-
export declare const symRoundedEvCharger: string;
|
|
1035
1065
|
export declare const symRoundedEvMobiledataBadge: string;
|
|
1036
1066
|
export declare const symRoundedEvShadow: string;
|
|
1037
1067
|
export declare const symRoundedEvShadowAdd: string;
|
|
@@ -1054,6 +1084,7 @@ export declare const symRoundedExpandCircleDown: string;
|
|
|
1054
1084
|
export declare const symRoundedExpandCircleRight: string;
|
|
1055
1085
|
export declare const symRoundedExpandCircleUp: string;
|
|
1056
1086
|
export declare const symRoundedExpandContent: string;
|
|
1087
|
+
export declare const symRoundedExpansionPanels: string;
|
|
1057
1088
|
export declare const symRoundedExperiment: string;
|
|
1058
1089
|
export declare const symRoundedExplicit: string;
|
|
1059
1090
|
export declare const symRoundedExplore: string;
|
|
@@ -1077,7 +1108,13 @@ export declare const symRoundedFace4: string;
|
|
|
1077
1108
|
export declare const symRoundedFace5: string;
|
|
1078
1109
|
export declare const symRoundedFace6: string;
|
|
1079
1110
|
export declare const symRoundedFace: string;
|
|
1111
|
+
export declare const symRoundedFaceDown: string;
|
|
1112
|
+
export declare const symRoundedFaceLeft: string;
|
|
1113
|
+
export declare const symRoundedFaceNod: string;
|
|
1080
1114
|
export declare const symRoundedFaceRetouchingOff: string;
|
|
1115
|
+
export declare const symRoundedFaceRight: string;
|
|
1116
|
+
export declare const symRoundedFaceShake: string;
|
|
1117
|
+
export declare const symRoundedFaceUp: string;
|
|
1081
1118
|
export declare const symRoundedFactCheck: string;
|
|
1082
1119
|
export declare const symRoundedFactory: string;
|
|
1083
1120
|
export declare const symRoundedFalling: string;
|
|
@@ -1113,12 +1150,17 @@ export declare const symRoundedFiberSmartRecord: string;
|
|
|
1113
1150
|
export declare const symRoundedFileCopy: string;
|
|
1114
1151
|
export declare const symRoundedFileCopyOff: string;
|
|
1115
1152
|
export declare const symRoundedFileDownloadOff: string;
|
|
1153
|
+
export declare const symRoundedFileExport: string;
|
|
1154
|
+
export declare const symRoundedFileJson: string;
|
|
1116
1155
|
export declare const symRoundedFileMap: string;
|
|
1156
|
+
export declare const symRoundedFileMapStack: string;
|
|
1117
1157
|
export declare const symRoundedFileOpen: string;
|
|
1158
|
+
export declare const symRoundedFilePng: string;
|
|
1118
1159
|
export declare const symRoundedFilePresent: string;
|
|
1119
1160
|
export declare const symRoundedFileSave: string;
|
|
1120
1161
|
export declare const symRoundedFileSaveOff: string;
|
|
1121
1162
|
export declare const symRoundedFileUploadOff: string;
|
|
1163
|
+
export declare const symRoundedFiles: string;
|
|
1122
1164
|
export declare const symRoundedFilter1: string;
|
|
1123
1165
|
export declare const symRoundedFilter2: string;
|
|
1124
1166
|
export declare const symRoundedFilter3: string;
|
|
@@ -1132,6 +1174,7 @@ export declare const symRoundedFilter9Plus: string;
|
|
|
1132
1174
|
export declare const symRoundedFilter: string;
|
|
1133
1175
|
export declare const symRoundedFilterAlt: string;
|
|
1134
1176
|
export declare const symRoundedFilterAltOff: string;
|
|
1177
|
+
export declare const symRoundedFilterArrowRight: string;
|
|
1135
1178
|
export declare const symRoundedFilterBAndW: string;
|
|
1136
1179
|
export declare const symRoundedFilterCenterFocus: string;
|
|
1137
1180
|
export declare const symRoundedFilterDrama: string;
|
|
@@ -1160,7 +1203,9 @@ export declare const symRoundedFitScreen: string;
|
|
|
1160
1203
|
export declare const symRoundedFitWidth: string;
|
|
1161
1204
|
export declare const symRoundedFitnessCenter: string;
|
|
1162
1205
|
export declare const symRoundedFitnessTracker: string;
|
|
1206
|
+
export declare const symRoundedFlag2: string;
|
|
1163
1207
|
export declare const symRoundedFlag: string;
|
|
1208
|
+
export declare const symRoundedFlagCheck: string;
|
|
1164
1209
|
export declare const symRoundedFlagCircle: string;
|
|
1165
1210
|
export declare const symRoundedFlaky: string;
|
|
1166
1211
|
export declare const symRoundedFlare: string;
|
|
@@ -1200,11 +1245,16 @@ export declare const symRoundedFmdBad: string;
|
|
|
1200
1245
|
export declare const symRoundedFoggy: string;
|
|
1201
1246
|
export declare const symRoundedFoldedHands: string;
|
|
1202
1247
|
export declare const symRoundedFolder: string;
|
|
1248
|
+
export declare const symRoundedFolderCheck2: string;
|
|
1249
|
+
export declare const symRoundedFolderCheck: string;
|
|
1250
|
+
export declare const symRoundedFolderCode: string;
|
|
1203
1251
|
export declare const symRoundedFolderCopy: string;
|
|
1204
1252
|
export declare const symRoundedFolderData: string;
|
|
1205
1253
|
export declare const symRoundedFolderDelete: string;
|
|
1254
|
+
export declare const symRoundedFolderEye: string;
|
|
1206
1255
|
export declare const symRoundedFolderLimited: string;
|
|
1207
1256
|
export declare const symRoundedFolderManaged: string;
|
|
1257
|
+
export declare const symRoundedFolderMatch: string;
|
|
1208
1258
|
export declare const symRoundedFolderOff: string;
|
|
1209
1259
|
export declare const symRoundedFolderOpen: string;
|
|
1210
1260
|
export declare const symRoundedFolderShared: string;
|
|
@@ -1221,6 +1271,7 @@ export declare const symRoundedForYou: string;
|
|
|
1221
1271
|
export declare const symRoundedForest: string;
|
|
1222
1272
|
export declare const symRoundedForkLeft: string;
|
|
1223
1273
|
export declare const symRoundedForkRight: string;
|
|
1274
|
+
export declare const symRoundedForkSpoon: string;
|
|
1224
1275
|
export declare const symRoundedForklift: string;
|
|
1225
1276
|
export declare const symRoundedFormatAlignCenter: string;
|
|
1226
1277
|
export declare const symRoundedFormatAlignJustify: string;
|
|
@@ -1257,6 +1308,7 @@ export declare const symRoundedFormatOverline: string;
|
|
|
1257
1308
|
export declare const symRoundedFormatPaint: string;
|
|
1258
1309
|
export declare const symRoundedFormatParagraph: string;
|
|
1259
1310
|
export declare const symRoundedFormatQuote: string;
|
|
1311
|
+
export declare const symRoundedFormatQuoteOff: string;
|
|
1260
1312
|
export declare const symRoundedFormatShapes: string;
|
|
1261
1313
|
export declare const symRoundedFormatSize: string;
|
|
1262
1314
|
export declare const symRoundedFormatStrikethrough: string;
|
|
@@ -1316,6 +1368,7 @@ export declare const symRoundedGenetics: string;
|
|
|
1316
1368
|
export declare const symRoundedGenres: string;
|
|
1317
1369
|
export declare const symRoundedGesture: string;
|
|
1318
1370
|
export declare const symRoundedGestureSelect: string;
|
|
1371
|
+
export declare const symRoundedGif2: string;
|
|
1319
1372
|
export declare const symRoundedGif: string;
|
|
1320
1373
|
export declare const symRoundedGifBox: string;
|
|
1321
1374
|
export declare const symRoundedGirl: string;
|
|
@@ -1323,6 +1376,7 @@ export declare const symRoundedGite: string;
|
|
|
1323
1376
|
export declare const symRoundedGlassCup: string;
|
|
1324
1377
|
export declare const symRoundedGlobe: string;
|
|
1325
1378
|
export declare const symRoundedGlobeAsia: string;
|
|
1379
|
+
export declare const symRoundedGlobeBook: string;
|
|
1326
1380
|
export declare const symRoundedGlobeUk: string;
|
|
1327
1381
|
export declare const symRoundedGlucose: string;
|
|
1328
1382
|
export declare const symRoundedGlyphs: string;
|
|
@@ -1334,7 +1388,6 @@ export declare const symRoundedGoogleTvRemote: string;
|
|
|
1334
1388
|
export declare const symRoundedGoogleWifi: string;
|
|
1335
1389
|
export declare const symRoundedGppBad: string;
|
|
1336
1390
|
export declare const symRoundedGppMaybe: string;
|
|
1337
|
-
export declare const symRoundedGrade: string;
|
|
1338
1391
|
export declare const symRoundedGradient: string;
|
|
1339
1392
|
export declare const symRoundedGrading: string;
|
|
1340
1393
|
export declare const symRoundedGrain: string;
|
|
@@ -1353,6 +1406,7 @@ export declare const symRoundedGroup: string;
|
|
|
1353
1406
|
export declare const symRoundedGroupAdd: string;
|
|
1354
1407
|
export declare const symRoundedGroupOff: string;
|
|
1355
1408
|
export declare const symRoundedGroupRemove: string;
|
|
1409
|
+
export declare const symRoundedGroupSearch: string;
|
|
1356
1410
|
export declare const symRoundedGroupWork: string;
|
|
1357
1411
|
export declare const symRoundedGroupedBarChart: string;
|
|
1358
1412
|
export declare const symRoundedGroups2: string;
|
|
@@ -1368,11 +1422,13 @@ export declare const symRoundedHail: string;
|
|
|
1368
1422
|
export declare const symRoundedHallway: string;
|
|
1369
1423
|
export declare const symRoundedHandBones: string;
|
|
1370
1424
|
export declare const symRoundedHandGesture: string;
|
|
1425
|
+
export declare const symRoundedHandGestureOff: string;
|
|
1371
1426
|
export declare const symRoundedHandheldController: string;
|
|
1372
1427
|
export declare const symRoundedHandshake: string;
|
|
1373
1428
|
export declare const symRoundedHandyman: string;
|
|
1374
1429
|
export declare const symRoundedHangoutVideo: string;
|
|
1375
1430
|
export declare const symRoundedHangoutVideoOff: string;
|
|
1431
|
+
export declare const symRoundedHardDisk: string;
|
|
1376
1432
|
export declare const symRoundedHardDrive2: string;
|
|
1377
1433
|
export declare const symRoundedHardDrive: string;
|
|
1378
1434
|
export declare const symRoundedHardware: string;
|
|
@@ -1402,6 +1458,7 @@ export declare const symRoundedHeapSnapshotMultiple: string;
|
|
|
1402
1458
|
export declare const symRoundedHeapSnapshotThumbnail: string;
|
|
1403
1459
|
export declare const symRoundedHearing: string;
|
|
1404
1460
|
export declare const symRoundedHearingAid: string;
|
|
1461
|
+
export declare const symRoundedHearingAidDisabled: string;
|
|
1405
1462
|
export declare const symRoundedHearingDisabled: string;
|
|
1406
1463
|
export declare const symRoundedHeartBroken: string;
|
|
1407
1464
|
export declare const symRoundedHeartCheck: string;
|
|
@@ -1434,6 +1491,7 @@ export declare const symRoundedHighlighterSize3: string;
|
|
|
1434
1491
|
export declare const symRoundedHighlighterSize4: string;
|
|
1435
1492
|
export declare const symRoundedHighlighterSize5: string;
|
|
1436
1493
|
export declare const symRoundedHiking: string;
|
|
1494
|
+
export declare const symRoundedHistory2: string;
|
|
1437
1495
|
export declare const symRoundedHistory: string;
|
|
1438
1496
|
export declare const symRoundedHistoryEdu: string;
|
|
1439
1497
|
export declare const symRoundedHistoryOff: string;
|
|
@@ -1459,6 +1517,7 @@ export declare const symRoundedHomeWork: string;
|
|
|
1459
1517
|
export declare const symRoundedHorizontalDistribute: string;
|
|
1460
1518
|
export declare const symRoundedHorizontalRule: string;
|
|
1461
1519
|
export declare const symRoundedHorizontalSplit: string;
|
|
1520
|
+
export declare const symRoundedHost: string;
|
|
1462
1521
|
export declare const symRoundedHotTub: string;
|
|
1463
1522
|
export declare const symRoundedHotel: string;
|
|
1464
1523
|
export declare const symRoundedHotelClass: string;
|
|
@@ -1490,6 +1549,8 @@ export declare const symRoundedHvac: string;
|
|
|
1490
1549
|
export declare const symRoundedIceSkating: string;
|
|
1491
1550
|
export declare const symRoundedIcecream: string;
|
|
1492
1551
|
export declare const symRoundedIdCard: string;
|
|
1552
|
+
export declare const symRoundedIdentityAwareProxy: string;
|
|
1553
|
+
export declare const symRoundedIdentityPlatform: string;
|
|
1493
1554
|
export declare const symRoundedIfl: string;
|
|
1494
1555
|
export declare const symRoundedIframe: string;
|
|
1495
1556
|
export declare const symRoundedIframeOff: string;
|
|
@@ -1517,6 +1578,7 @@ export declare const symRoundedInkHighlighter: string;
|
|
|
1517
1578
|
export declare const symRoundedInkHighlighterMove: string;
|
|
1518
1579
|
export declare const symRoundedInkMarker: string;
|
|
1519
1580
|
export declare const symRoundedInkPen: string;
|
|
1581
|
+
export declare const symRoundedInkSelection: string;
|
|
1520
1582
|
export declare const symRoundedInpatient: string;
|
|
1521
1583
|
export declare const symRoundedInput: string;
|
|
1522
1584
|
export declare const symRoundedInputCircle: string;
|
|
@@ -1617,6 +1679,7 @@ export declare const symRoundedLanguageUs: string;
|
|
|
1617
1679
|
export declare const symRoundedLanguageUsColemak: string;
|
|
1618
1680
|
export declare const symRoundedLanguageUsDvorak: string;
|
|
1619
1681
|
export declare const symRoundedLaps: string;
|
|
1682
|
+
export declare const symRoundedLaptopCar: string;
|
|
1620
1683
|
export declare const symRoundedLaptopChromebook: string;
|
|
1621
1684
|
export declare const symRoundedLaptopMac: string;
|
|
1622
1685
|
export declare const symRoundedLaptopWindows: string;
|
|
@@ -1645,6 +1708,7 @@ export declare const symRoundedLight: string;
|
|
|
1645
1708
|
export declare const symRoundedLightGroup: string;
|
|
1646
1709
|
export declare const symRoundedLightMode: string;
|
|
1647
1710
|
export declare const symRoundedLightOff: string;
|
|
1711
|
+
export declare const symRoundedLightbulb2: string;
|
|
1648
1712
|
export declare const symRoundedLightbulb: string;
|
|
1649
1713
|
export declare const symRoundedLightbulbCircle: string;
|
|
1650
1714
|
export declare const symRoundedLightningStand: string;
|
|
@@ -1673,6 +1737,7 @@ export declare const symRoundedLiquor: string;
|
|
|
1673
1737
|
export declare const symRoundedList: string;
|
|
1674
1738
|
export declare const symRoundedListAlt: string;
|
|
1675
1739
|
export declare const symRoundedListAltAdd: string;
|
|
1740
|
+
export declare const symRoundedListAltCheck: string;
|
|
1676
1741
|
export declare const symRoundedLists: string;
|
|
1677
1742
|
export declare const symRoundedLiveHelp: string;
|
|
1678
1743
|
export declare const symRoundedLiveTv: string;
|
|
@@ -1756,6 +1821,7 @@ export declare const symRoundedManageSearch: string;
|
|
|
1756
1821
|
export declare const symRoundedManga: string;
|
|
1757
1822
|
export declare const symRoundedManufacturing: string;
|
|
1758
1823
|
export declare const symRoundedMap: string;
|
|
1824
|
+
export declare const symRoundedMapSearch: string;
|
|
1759
1825
|
export declare const symRoundedMapsUgc: string;
|
|
1760
1826
|
export declare const symRoundedMargin: string;
|
|
1761
1827
|
export declare const symRoundedMarkAsUnread: string;
|
|
@@ -1838,7 +1904,9 @@ export declare const symRoundedModeOfTravel: string;
|
|
|
1838
1904
|
export declare const symRoundedModeOffOn: string;
|
|
1839
1905
|
export declare const symRoundedModeStandby: string;
|
|
1840
1906
|
export declare const symRoundedModelTraining: string;
|
|
1907
|
+
export declare const symRoundedModeling: string;
|
|
1841
1908
|
export declare const symRoundedMoney: string;
|
|
1909
|
+
export declare const symRoundedMoneyBag: string;
|
|
1842
1910
|
export declare const symRoundedMoneyOff: string;
|
|
1843
1911
|
export declare const symRoundedMonitor: string;
|
|
1844
1912
|
export declare const symRoundedMonitorHeart: string;
|
|
@@ -1851,6 +1919,7 @@ export declare const symRoundedMonorail: string;
|
|
|
1851
1919
|
export declare const symRoundedMood: string;
|
|
1852
1920
|
export declare const symRoundedMoodBad: string;
|
|
1853
1921
|
export declare const symRoundedMop: string;
|
|
1922
|
+
export declare const symRoundedMoped: string;
|
|
1854
1923
|
export declare const symRoundedMore: string;
|
|
1855
1924
|
export declare const symRoundedMoreDown: string;
|
|
1856
1925
|
export declare const symRoundedMoreHoriz: string;
|
|
@@ -1864,6 +1933,7 @@ export declare const symRoundedMotionPhotosAuto: string;
|
|
|
1864
1933
|
export declare const symRoundedMotionPhotosOff: string;
|
|
1865
1934
|
export declare const symRoundedMotionPhotosOn: string;
|
|
1866
1935
|
export declare const symRoundedMotionPhotosPaused: string;
|
|
1936
|
+
export declare const symRoundedMotionPlay: string;
|
|
1867
1937
|
export declare const symRoundedMotionSensorActive: string;
|
|
1868
1938
|
export declare const symRoundedMotionSensorAlert: string;
|
|
1869
1939
|
export declare const symRoundedMotionSensorIdle: string;
|
|
@@ -1895,6 +1965,8 @@ export declare const symRoundedMovingMinistry: string;
|
|
|
1895
1965
|
export declare const symRoundedMp: string;
|
|
1896
1966
|
export declare const symRoundedMulticooker: string;
|
|
1897
1967
|
export declare const symRoundedMultilineChart: string;
|
|
1968
|
+
export declare const symRoundedMultimodalHandEye: string;
|
|
1969
|
+
export declare const symRoundedMultipleAirports: string;
|
|
1898
1970
|
export declare const symRoundedMultipleStop: string;
|
|
1899
1971
|
export declare const symRoundedMuseum: string;
|
|
1900
1972
|
export declare const symRoundedMusicCast: string;
|
|
@@ -1960,6 +2032,7 @@ export declare const symRoundedNestWifiPro: string;
|
|
|
1960
2032
|
export declare const symRoundedNestWifiRouter: string;
|
|
1961
2033
|
export declare const symRoundedNetworkCell: string;
|
|
1962
2034
|
export declare const symRoundedNetworkCheck: string;
|
|
2035
|
+
export declare const symRoundedNetworkIntelligence: string;
|
|
1963
2036
|
export declare const symRoundedNetworkIntelligenceHistory: string;
|
|
1964
2037
|
export declare const symRoundedNetworkIntelligenceUpdate: string;
|
|
1965
2038
|
export declare const symRoundedNetworkLocked: string;
|
|
@@ -2080,6 +2153,7 @@ export declare const symRoundedOven: string;
|
|
|
2080
2153
|
export declare const symRoundedOvenGen: string;
|
|
2081
2154
|
export declare const symRoundedOverview: string;
|
|
2082
2155
|
export declare const symRoundedOverviewKey: string;
|
|
2156
|
+
export declare const symRoundedOwl: string;
|
|
2083
2157
|
export declare const symRoundedOxygenSaturation: string;
|
|
2084
2158
|
export declare const symRoundedP2p: string;
|
|
2085
2159
|
export declare const symRoundedPace: string;
|
|
@@ -2217,6 +2291,8 @@ export declare const symRoundedPin: string;
|
|
|
2217
2291
|
export declare const symRoundedPinDrop: string;
|
|
2218
2292
|
export declare const symRoundedPinEnd: string;
|
|
2219
2293
|
export declare const symRoundedPinInvoke: string;
|
|
2294
|
+
export declare const symRoundedPinboard: string;
|
|
2295
|
+
export declare const symRoundedPinboardUnread: string;
|
|
2220
2296
|
export declare const symRoundedPinch: string;
|
|
2221
2297
|
export declare const symRoundedPinchZoomIn: string;
|
|
2222
2298
|
export declare const symRoundedPinchZoomOut: string;
|
|
@@ -2248,6 +2324,7 @@ export declare const symRoundedPointOfSale: string;
|
|
|
2248
2324
|
export declare const symRoundedPointScan: string;
|
|
2249
2325
|
export declare const symRoundedPokerChip: string;
|
|
2250
2326
|
export declare const symRoundedPolicy: string;
|
|
2327
|
+
export declare const symRoundedPolicyAlert: string;
|
|
2251
2328
|
export declare const symRoundedPolyline: string;
|
|
2252
2329
|
export declare const symRoundedPolymer: string;
|
|
2253
2330
|
export declare const symRoundedPool: string;
|
|
@@ -2261,6 +2338,7 @@ export declare const symRoundedPottedPlant: string;
|
|
|
2261
2338
|
export declare const symRoundedPower: string;
|
|
2262
2339
|
export declare const symRoundedPowerInput: string;
|
|
2263
2340
|
export declare const symRoundedPowerOff: string;
|
|
2341
|
+
export declare const symRoundedPowerSettingsCircle: string;
|
|
2264
2342
|
export declare const symRoundedPowerSettingsNew: string;
|
|
2265
2343
|
export declare const symRoundedPrayerTimes: string;
|
|
2266
2344
|
export declare const symRoundedPrecisionManufacturing: string;
|
|
@@ -2347,6 +2425,7 @@ export declare const symRoundedRebase: string;
|
|
|
2347
2425
|
export declare const symRoundedRebaseEdit: string;
|
|
2348
2426
|
export declare const symRoundedReceipt: string;
|
|
2349
2427
|
export declare const symRoundedReceiptLong: string;
|
|
2428
|
+
export declare const symRoundedReceiptLongOff: string;
|
|
2350
2429
|
export declare const symRoundedRecentActors: string;
|
|
2351
2430
|
export declare const symRoundedRecentPatient: string;
|
|
2352
2431
|
export declare const symRoundedRecenter: string;
|
|
@@ -2406,7 +2485,6 @@ export declare const symRoundedRespiratoryRate: string;
|
|
|
2406
2485
|
export declare const symRoundedResponsiveLayout: string;
|
|
2407
2486
|
export declare const symRoundedRestartAlt: string;
|
|
2408
2487
|
export declare const symRoundedRestaurant: string;
|
|
2409
|
-
export declare const symRoundedRestaurantMenu: string;
|
|
2410
2488
|
export declare const symRoundedRestoreFromTrash: string;
|
|
2411
2489
|
export declare const symRoundedRestorePage: string;
|
|
2412
2490
|
export declare const symRoundedResume: string;
|
|
@@ -2433,6 +2511,7 @@ export declare const symRoundedRoomPreferences: string;
|
|
|
2433
2511
|
export declare const symRoundedRoomService: string;
|
|
2434
2512
|
export declare const symRoundedRotate90DegreesCcw: string;
|
|
2435
2513
|
export declare const symRoundedRotate90DegreesCw: string;
|
|
2514
|
+
export declare const symRoundedRotateAuto: string;
|
|
2436
2515
|
export declare const symRoundedRotateLeft: string;
|
|
2437
2516
|
export declare const symRoundedRotateRight: string;
|
|
2438
2517
|
export declare const symRoundedRoundaboutLeft: string;
|
|
@@ -2503,6 +2582,7 @@ export declare const symRoundedSdCard: string;
|
|
|
2503
2582
|
export declare const symRoundedSdCardAlert: string;
|
|
2504
2583
|
export declare const symRoundedSdk: string;
|
|
2505
2584
|
export declare const symRoundedSearch: string;
|
|
2585
|
+
export declare const symRoundedSearchActivity: string;
|
|
2506
2586
|
export declare const symRoundedSearchCheck2: string;
|
|
2507
2587
|
export declare const symRoundedSearchCheck: string;
|
|
2508
2588
|
export declare const symRoundedSearchHandsFree: string;
|
|
@@ -2549,6 +2629,7 @@ export declare const symRoundedSentimentVeryDissatisfied: string;
|
|
|
2549
2629
|
export declare const symRoundedSentimentVerySatisfied: string;
|
|
2550
2630
|
export declare const symRoundedSentimentWorried: string;
|
|
2551
2631
|
export declare const symRoundedSerif: string;
|
|
2632
|
+
export declare const symRoundedServerPerson: string;
|
|
2552
2633
|
export declare const symRoundedServiceToolbox: string;
|
|
2553
2634
|
export declare const symRoundedSetMeal: string;
|
|
2554
2635
|
export declare const symRoundedSettings: string;
|
|
@@ -2589,6 +2670,7 @@ export declare const symRoundedShadowMinus: string;
|
|
|
2589
2670
|
export declare const symRoundedShapeLine: string;
|
|
2590
2671
|
export declare const symRoundedShapes: string;
|
|
2591
2672
|
export declare const symRoundedShare: string;
|
|
2673
|
+
export declare const symRoundedShareEta: string;
|
|
2592
2674
|
export declare const symRoundedShareLocation: string;
|
|
2593
2675
|
export declare const symRoundedShareOff: string;
|
|
2594
2676
|
export declare const symRoundedShareReviews: string;
|
|
@@ -2654,6 +2736,7 @@ export declare const symRoundedSignature: string;
|
|
|
2654
2736
|
export declare const symRoundedSignpost: string;
|
|
2655
2737
|
export declare const symRoundedSimCard: string;
|
|
2656
2738
|
export declare const symRoundedSimCardDownload: string;
|
|
2739
|
+
export declare const symRoundedSimulation: string;
|
|
2657
2740
|
export declare const symRoundedSingleBed: string;
|
|
2658
2741
|
export declare const symRoundedSip: string;
|
|
2659
2742
|
export declare const symRoundedSkateboarding: string;
|
|
@@ -2739,6 +2822,7 @@ export declare const symRoundedSpeed2x: string;
|
|
|
2739
2822
|
export declare const symRoundedSpeed: string;
|
|
2740
2823
|
export declare const symRoundedSpeedCamera: string;
|
|
2741
2824
|
export declare const symRoundedSpellcheck: string;
|
|
2825
|
+
export declare const symRoundedSplitScene: string;
|
|
2742
2826
|
export declare const symRoundedSplitscreen: string;
|
|
2743
2827
|
export declare const symRoundedSplitscreenAdd: string;
|
|
2744
2828
|
export declare const symRoundedSplitscreenBottom: string;
|
|
@@ -2774,9 +2858,11 @@ export declare const symRoundedSportsVolleyball: string;
|
|
|
2774
2858
|
export declare const symRoundedSprinkler: string;
|
|
2775
2859
|
export declare const symRoundedSprint: string;
|
|
2776
2860
|
export declare const symRoundedSquare: string;
|
|
2861
|
+
export declare const symRoundedSquareDot: string;
|
|
2777
2862
|
export declare const symRoundedSquareFoot: string;
|
|
2778
2863
|
export declare const symRoundedSsidChart: string;
|
|
2779
2864
|
export declare const symRoundedStack: string;
|
|
2865
|
+
export declare const symRoundedStackHexagon: string;
|
|
2780
2866
|
export declare const symRoundedStackOff: string;
|
|
2781
2867
|
export declare const symRoundedStackStar: string;
|
|
2782
2868
|
export declare const symRoundedStackedBarChart: string;
|
|
@@ -2897,6 +2983,7 @@ export declare const symRoundedSymptoms: string;
|
|
|
2897
2983
|
export declare const symRoundedSynagogue: string;
|
|
2898
2984
|
export declare const symRoundedSync: string;
|
|
2899
2985
|
export declare const symRoundedSyncAlt: string;
|
|
2986
|
+
export declare const symRoundedSyncDesktop: string;
|
|
2900
2987
|
export declare const symRoundedSyncDisabled: string;
|
|
2901
2988
|
export declare const symRoundedSyncLock: string;
|
|
2902
2989
|
export declare const symRoundedSyncProblem: string;
|
|
@@ -2906,6 +2993,7 @@ export declare const symRoundedSystemUpdate: string;
|
|
|
2906
2993
|
export declare const symRoundedSystemUpdateAlt: string;
|
|
2907
2994
|
export declare const symRoundedTab: string;
|
|
2908
2995
|
export declare const symRoundedTabClose: string;
|
|
2996
|
+
export declare const symRoundedTabCloseInactive: string;
|
|
2909
2997
|
export declare const symRoundedTabCloseRight: string;
|
|
2910
2998
|
export declare const symRoundedTabDuplicate: string;
|
|
2911
2999
|
export declare const symRoundedTabGroup: string;
|
|
@@ -2918,6 +3006,8 @@ export declare const symRoundedTable: string;
|
|
|
2918
3006
|
export declare const symRoundedTableBar: string;
|
|
2919
3007
|
export declare const symRoundedTableChart: string;
|
|
2920
3008
|
export declare const symRoundedTableChartView: string;
|
|
3009
|
+
export declare const symRoundedTableConvert: string;
|
|
3010
|
+
export declare const symRoundedTableEdit: string;
|
|
2921
3011
|
export declare const symRoundedTableEye: string;
|
|
2922
3012
|
export declare const symRoundedTableLamp: string;
|
|
2923
3013
|
export declare const symRoundedTableRestaurant: string;
|
|
@@ -2948,6 +3038,7 @@ export declare const symRoundedTempleHindu: string;
|
|
|
2948
3038
|
export declare const symRoundedTenancy: string;
|
|
2949
3039
|
export declare const symRoundedTerminal: string;
|
|
2950
3040
|
export declare const symRoundedTextAd: string;
|
|
3041
|
+
export declare const symRoundedTextCompare: string;
|
|
2951
3042
|
export declare const symRoundedTextDecrease: string;
|
|
2952
3043
|
export declare const symRoundedTextFields: string;
|
|
2953
3044
|
export declare const symRoundedTextFieldsAlt: string;
|
|
@@ -2987,6 +3078,7 @@ export declare const symRoundedThermostatAuto: string;
|
|
|
2987
3078
|
export declare const symRoundedThermostatCarbon: string;
|
|
2988
3079
|
export declare const symRoundedThingsToDo: string;
|
|
2989
3080
|
export declare const symRoundedThreadUnread: string;
|
|
3081
|
+
export declare const symRoundedThreatIntelligence: string;
|
|
2990
3082
|
export declare const symRoundedThumbDown: string;
|
|
2991
3083
|
export declare const symRoundedThumbUp: string;
|
|
2992
3084
|
export declare const symRoundedThumbnailBar: string;
|
|
@@ -2994,6 +3086,9 @@ export declare const symRoundedThumbsUpDown: string;
|
|
|
2994
3086
|
export declare const symRoundedThunderstorm: string;
|
|
2995
3087
|
export declare const symRoundedTibia: string;
|
|
2996
3088
|
export declare const symRoundedTibiaAlt: string;
|
|
3089
|
+
export declare const symRoundedTileLarge: string;
|
|
3090
|
+
export declare const symRoundedTileMedium: string;
|
|
3091
|
+
export declare const symRoundedTileSmall: string;
|
|
2997
3092
|
export declare const symRoundedTimeAuto: string;
|
|
2998
3093
|
export declare const symRoundedTimelapse: string;
|
|
2999
3094
|
export declare const symRoundedTimeline: string;
|
|
@@ -3028,6 +3123,7 @@ export declare const symRoundedToolsLevel: string;
|
|
|
3028
3123
|
export declare const symRoundedToolsPhillips: string;
|
|
3029
3124
|
export declare const symRoundedToolsPliersWireStripper: string;
|
|
3030
3125
|
export declare const symRoundedToolsPowerDrill: string;
|
|
3126
|
+
export declare const symRoundedTooltip2: string;
|
|
3031
3127
|
export declare const symRoundedTooltip: string;
|
|
3032
3128
|
export declare const symRoundedTopPanelClose: string;
|
|
3033
3129
|
export declare const symRoundedTopPanelOpen: string;
|
|
@@ -3042,6 +3138,8 @@ export declare const symRoundedToys: string;
|
|
|
3042
3138
|
export declare const symRoundedToysAndGames: string;
|
|
3043
3139
|
export declare const symRoundedToysFan: string;
|
|
3044
3140
|
export declare const symRoundedTrackChanges: string;
|
|
3141
|
+
export declare const symRoundedTrackpadInput2: string;
|
|
3142
|
+
export declare const symRoundedTrackpadInput3: string;
|
|
3045
3143
|
export declare const symRoundedTrackpadInput: string;
|
|
3046
3144
|
export declare const symRoundedTraffic: string;
|
|
3047
3145
|
export declare const symRoundedTrafficJam: string;
|
|
@@ -3055,6 +3153,7 @@ export declare const symRoundedTransferWithinAStation: string;
|
|
|
3055
3153
|
export declare const symRoundedTransform: string;
|
|
3056
3154
|
export declare const symRoundedTransgender: string;
|
|
3057
3155
|
export declare const symRoundedTransitEnterexit: string;
|
|
3156
|
+
export declare const symRoundedTransitTicket: string;
|
|
3058
3157
|
export declare const symRoundedTransitionChop: string;
|
|
3059
3158
|
export declare const symRoundedTransitionDissolve: string;
|
|
3060
3159
|
export declare const symRoundedTransitionFade: string;
|
|
@@ -3085,8 +3184,10 @@ export declare const symRoundedTurnSharpRight: string;
|
|
|
3085
3184
|
export declare const symRoundedTurnSlightLeft: string;
|
|
3086
3185
|
export declare const symRoundedTurnSlightRight: string;
|
|
3087
3186
|
export declare const symRoundedTv: string;
|
|
3187
|
+
export declare const symRoundedTvDisplays: string;
|
|
3088
3188
|
export declare const symRoundedTvGen: string;
|
|
3089
3189
|
export declare const symRoundedTvGuide: string;
|
|
3190
|
+
export declare const symRoundedTvNext: string;
|
|
3090
3191
|
export declare const symRoundedTvOff: string;
|
|
3091
3192
|
export declare const symRoundedTvOptionsEditChannels: string;
|
|
3092
3193
|
export declare const symRoundedTvOptionsInputSettings: string;
|
|
@@ -3094,6 +3195,7 @@ export declare const symRoundedTvRemote: string;
|
|
|
3094
3195
|
export declare const symRoundedTvSignin: string;
|
|
3095
3196
|
export declare const symRoundedTvWithAssistant: string;
|
|
3096
3197
|
export declare const symRoundedTwoPager: string;
|
|
3198
|
+
export declare const symRoundedTwoPagerStore: string;
|
|
3097
3199
|
export declare const symRoundedTwoWheeler: string;
|
|
3098
3200
|
export declare const symRoundedTypeSpecimen: string;
|
|
3099
3201
|
export declare const symRoundedUTurnLeft: string;
|
|
@@ -3124,6 +3226,7 @@ export declare const symRoundedUpcoming: string;
|
|
|
3124
3226
|
export declare const symRoundedUpdate: string;
|
|
3125
3227
|
export declare const symRoundedUpdateDisabled: string;
|
|
3126
3228
|
export declare const symRoundedUpgrade: string;
|
|
3229
|
+
export declare const symRoundedUpiPay: string;
|
|
3127
3230
|
export declare const symRoundedUpload2: string;
|
|
3128
3231
|
export declare const symRoundedUpload: string;
|
|
3129
3232
|
export declare const symRoundedUploadFile: string;
|
|
@@ -3154,6 +3257,7 @@ export declare const symRoundedVerticalSplit: string;
|
|
|
3154
3257
|
export declare const symRoundedVibration: string;
|
|
3155
3258
|
export declare const symRoundedVideoCall: string;
|
|
3156
3259
|
export declare const symRoundedVideoCameraBack: string;
|
|
3260
|
+
export declare const symRoundedVideoCameraBackAdd: string;
|
|
3157
3261
|
export declare const symRoundedVideoCameraFront: string;
|
|
3158
3262
|
export declare const symRoundedVideoCameraFrontOff: string;
|
|
3159
3263
|
export declare const symRoundedVideoChat: string;
|
|
@@ -3201,6 +3305,7 @@ export declare const symRoundedVo2Max: string;
|
|
|
3201
3305
|
export declare const symRoundedVoiceChat: string;
|
|
3202
3306
|
export declare const symRoundedVoiceOverOff: string;
|
|
3203
3307
|
export declare const symRoundedVoiceSelection: string;
|
|
3308
|
+
export declare const symRoundedVoiceSelectionOff: string;
|
|
3204
3309
|
export declare const symRoundedVoicemail: string;
|
|
3205
3310
|
export declare const symRoundedVolcano: string;
|
|
3206
3311
|
export declare const symRoundedVolumeDown: string;
|
|
@@ -3276,8 +3381,10 @@ export declare const symRoundedWest: string;
|
|
|
3276
3381
|
export declare const symRoundedWhatshot: string;
|
|
3277
3382
|
export declare const symRoundedWheelchairPickup: string;
|
|
3278
3383
|
export declare const symRoundedWhereToVote: string;
|
|
3384
|
+
export declare const symRoundedWidgetMedium: string;
|
|
3385
|
+
export declare const symRoundedWidgetSmall: string;
|
|
3386
|
+
export declare const symRoundedWidgetWidth: string;
|
|
3279
3387
|
export declare const symRoundedWidgets: string;
|
|
3280
|
-
export declare const symRoundedWidth: string;
|
|
3281
3388
|
export declare const symRoundedWidthFull: string;
|
|
3282
3389
|
export declare const symRoundedWidthNormal: string;
|
|
3283
3390
|
export declare const symRoundedWidthWide: string;
|