@quasar/extras 1.11.2 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -13
- package/bootstrap-icons/LICENSE.md +1 -1
- package/bootstrap-icons/bootstrap-icons.css +210 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +153 -2
- package/bootstrap-icons/index.js +175 -24
- package/ionicons-v5/index.d.ts +1 -1
- package/ionicons-v5/index.js +1 -1
- package/ionicons-v6/LICENSE +21 -0
- package/ionicons-v6/index.d.ts +1334 -0
- package/ionicons-v6/index.js +1334 -0
- package/material-icons/index.d.ts +77 -0
- package/material-icons/index.js +79 -2
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/index.d.ts +77 -0
- package/material-icons-outlined/index.js +79 -2
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/index.d.ts +77 -0
- package/material-icons-round/index.js +80 -3
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/index.d.ts +77 -0
- package/material-icons-sharp/index.js +79 -2
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/index.d.ts +201 -1
- package/mdi-v6/index.js +255 -55
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +1201 -2
- package/package.json +9 -6
|
Binary file
|
package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2
CHANGED
|
Binary file
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
export declare const round10k: string;
|
|
4
4
|
export declare const round10mp: string;
|
|
5
5
|
export declare const round11mp: string;
|
|
6
|
+
export declare const round123: string;
|
|
6
7
|
export declare const round12mp: string;
|
|
7
8
|
export declare const round13mp: string;
|
|
8
9
|
export declare const round14mp: string;
|
|
@@ -55,6 +56,7 @@ export declare const round8mp: string;
|
|
|
55
56
|
export declare const round9k: string;
|
|
56
57
|
export declare const round9kPlus: string;
|
|
57
58
|
export declare const round9mp: string;
|
|
59
|
+
export declare const roundAbc: string;
|
|
58
60
|
export declare const roundAccessAlarm: string;
|
|
59
61
|
export declare const roundAccessAlarms: string;
|
|
60
62
|
export declare const roundAccessibility: string;
|
|
@@ -76,6 +78,7 @@ export declare const roundAddAlert: string;
|
|
|
76
78
|
export declare const roundAddAPhoto: string;
|
|
77
79
|
export declare const roundAddBox: string;
|
|
78
80
|
export declare const roundAddBusiness: string;
|
|
81
|
+
export declare const roundAddCard: string;
|
|
79
82
|
export declare const roundAddchart: string;
|
|
80
83
|
export declare const roundAddChart: string;
|
|
81
84
|
export declare const roundAddCircle: string;
|
|
@@ -181,6 +184,7 @@ export declare const roundAssignmentTurnedIn: string;
|
|
|
181
184
|
export declare const roundAssistant: string;
|
|
182
185
|
export declare const roundAssistantDirection: string;
|
|
183
186
|
export declare const roundAssistantPhoto: string;
|
|
187
|
+
export declare const roundAssuredWorkload: string;
|
|
184
188
|
export declare const roundAtm: string;
|
|
185
189
|
export declare const roundAttachEmail: string;
|
|
186
190
|
export declare const roundAttachFile: string;
|
|
@@ -188,6 +192,7 @@ export declare const roundAttachment: string;
|
|
|
188
192
|
export declare const roundAttachMoney: string;
|
|
189
193
|
export declare const roundAttractions: string;
|
|
190
194
|
export declare const roundAttribution: string;
|
|
195
|
+
export declare const roundAudioFile: string;
|
|
191
196
|
export declare const roundAudiotrack: string;
|
|
192
197
|
export declare const roundAutoAwesome: string;
|
|
193
198
|
export declare const roundAutoAwesomeMosaic: string;
|
|
@@ -228,6 +233,7 @@ export declare const roundBedroomBaby: string;
|
|
|
228
233
|
export declare const roundBedroomChild: string;
|
|
229
234
|
export declare const roundBedroomParent: string;
|
|
230
235
|
export declare const roundBedtime: string;
|
|
236
|
+
export declare const roundBedtimeOff: string;
|
|
231
237
|
export declare const roundBeenhere: string;
|
|
232
238
|
export declare const roundBento: string;
|
|
233
239
|
export declare const roundBikeScooter: string;
|
|
@@ -266,6 +272,7 @@ export declare const roundBorderRight: string;
|
|
|
266
272
|
export declare const roundBorderStyle: string;
|
|
267
273
|
export declare const roundBorderTop: string;
|
|
268
274
|
export declare const roundBorderVertical: string;
|
|
275
|
+
export declare const roundBoy: string;
|
|
269
276
|
export declare const roundBrandingWatermark: string;
|
|
270
277
|
export declare const roundBreakfastDining: string;
|
|
271
278
|
export declare const roundBrightness1: string;
|
|
@@ -340,6 +347,7 @@ export declare const roundCastle: string;
|
|
|
340
347
|
export declare const roundCatchingPokemon: string;
|
|
341
348
|
export declare const roundCategory: string;
|
|
342
349
|
export declare const roundCelebration: string;
|
|
350
|
+
export declare const roundCellTower: string;
|
|
343
351
|
export declare const roundCellWifi: string;
|
|
344
352
|
export declare const roundCenterFocusStrong: string;
|
|
345
353
|
export declare const roundCenterFocusWeak: string;
|
|
@@ -454,6 +462,8 @@ export declare const roundCropPortrait: string;
|
|
|
454
462
|
export declare const roundCropRotate: string;
|
|
455
463
|
export declare const roundCropSquare: string;
|
|
456
464
|
export declare const roundCrueltyFree: string;
|
|
465
|
+
export declare const roundCss: string;
|
|
466
|
+
export declare const roundCurrencyExchange: string;
|
|
457
467
|
export declare const roundCurrencyFranc: string;
|
|
458
468
|
export declare const roundCurrencyLira: string;
|
|
459
469
|
export declare const roundCurrencyPound: string;
|
|
@@ -470,8 +480,10 @@ export declare const roundDataExploration: string;
|
|
|
470
480
|
export declare const roundDataObject: string;
|
|
471
481
|
export declare const roundDataSaverOff: string;
|
|
472
482
|
export declare const roundDataSaverOn: string;
|
|
483
|
+
export declare const roundDataThresholding: string;
|
|
473
484
|
export declare const roundDataUsage: string;
|
|
474
485
|
export declare const roundDateRange: string;
|
|
486
|
+
export declare const roundDeblur: string;
|
|
475
487
|
export declare const roundDeck: string;
|
|
476
488
|
export declare const roundDehaze: string;
|
|
477
489
|
export declare const roundDelete: string;
|
|
@@ -479,8 +491,12 @@ export declare const roundDeleteForever: string;
|
|
|
479
491
|
export declare const roundDeleteOutline: string;
|
|
480
492
|
export declare const roundDeleteSweep: string;
|
|
481
493
|
export declare const roundDeliveryDining: string;
|
|
494
|
+
export declare const roundDensityLarge: string;
|
|
495
|
+
export declare const roundDensityMedium: string;
|
|
496
|
+
export declare const roundDensitySmall: string;
|
|
482
497
|
export declare const roundDepartureBoard: string;
|
|
483
498
|
export declare const roundDescription: string;
|
|
499
|
+
export declare const roundDeselect: string;
|
|
484
500
|
export declare const roundDesignServices: string;
|
|
485
501
|
export declare const roundDesktopAccessDisabled: string;
|
|
486
502
|
export declare const roundDesktopMac: string;
|
|
@@ -497,6 +513,7 @@ export declare const roundDeviceUnknown: string;
|
|
|
497
513
|
export declare const roundDialerSip: string;
|
|
498
514
|
export declare const roundDialpad: string;
|
|
499
515
|
export declare const roundDiamond: string;
|
|
516
|
+
export declare const roundDifference: string;
|
|
500
517
|
export declare const roundDining: string;
|
|
501
518
|
export declare const roundDinnerDining: string;
|
|
502
519
|
export declare const roundDirections: string;
|
|
@@ -520,6 +537,7 @@ export declare const roundDirtyLens: string;
|
|
|
520
537
|
export declare const roundDisabledByDefault: string;
|
|
521
538
|
export declare const roundDisabledVisible: string;
|
|
522
539
|
export declare const roundDiscFull: string;
|
|
540
|
+
export declare const roundDisplaySettings: string;
|
|
523
541
|
export declare const roundDns: string;
|
|
524
542
|
export declare const roundDock: string;
|
|
525
543
|
export declare const roundDocumentScanner: string;
|
|
@@ -528,6 +546,7 @@ export declare const roundDoDisturbAlt: string;
|
|
|
528
546
|
export declare const roundDoDisturbOff: string;
|
|
529
547
|
export declare const roundDoDisturbOn: string;
|
|
530
548
|
export declare const roundDomain: string;
|
|
549
|
+
export declare const roundDomainAdd: string;
|
|
531
550
|
export declare const roundDomainDisabled: string;
|
|
532
551
|
export declare const roundDomainVerification: string;
|
|
533
552
|
export declare const roundDone: string;
|
|
@@ -585,6 +604,7 @@ export declare const roundEgg: string;
|
|
|
585
604
|
export declare const roundEggAlt: string;
|
|
586
605
|
export declare const roundEject: string;
|
|
587
606
|
export declare const roundElderly: string;
|
|
607
|
+
export declare const roundElderlyWoman: string;
|
|
588
608
|
export declare const roundElectricalServices: string;
|
|
589
609
|
export declare const roundElectricBike: string;
|
|
590
610
|
export declare const roundElectricCar: string;
|
|
@@ -616,6 +636,7 @@ export declare const roundEvent: string;
|
|
|
616
636
|
export declare const roundEventAvailable: string;
|
|
617
637
|
export declare const roundEventBusy: string;
|
|
618
638
|
export declare const roundEventNote: string;
|
|
639
|
+
export declare const roundEventRepeat: string;
|
|
619
640
|
export declare const roundEventSeat: string;
|
|
620
641
|
export declare const roundEvStation: string;
|
|
621
642
|
export declare const roundExitToApp: string;
|
|
@@ -638,6 +659,7 @@ export declare const roundFace: string;
|
|
|
638
659
|
export declare const roundFaceRetouchingNatural: string;
|
|
639
660
|
export declare const roundFaceRetouchingOff: string;
|
|
640
661
|
export declare const roundFactCheck: string;
|
|
662
|
+
export declare const roundFactory: string;
|
|
641
663
|
export declare const roundFamilyRestroom: string;
|
|
642
664
|
export declare const roundFastfood: string;
|
|
643
665
|
export declare const roundFastForward: string;
|
|
@@ -721,6 +743,7 @@ export declare const roundFmdBad: string;
|
|
|
721
743
|
export declare const roundFmdGood: string;
|
|
722
744
|
export declare const roundFolder: string;
|
|
723
745
|
export declare const roundFolderDelete: string;
|
|
746
|
+
export declare const roundFolderOff: string;
|
|
724
747
|
export declare const roundFolderOpen: string;
|
|
725
748
|
export declare const roundFolderShared: string;
|
|
726
749
|
export declare const roundFolderSpecial: string;
|
|
@@ -730,6 +753,8 @@ export declare const roundFontDownload: string;
|
|
|
730
753
|
export declare const roundFontDownloadOff: string;
|
|
731
754
|
export declare const roundFoodBank: string;
|
|
732
755
|
export declare const roundForest: string;
|
|
756
|
+
export declare const roundForkLeft: string;
|
|
757
|
+
export declare const roundForkRight: string;
|
|
733
758
|
export declare const roundFormatAlignCenter: string;
|
|
734
759
|
export declare const roundFormatAlignJustify: string;
|
|
735
760
|
export declare const roundFormatAlignLeft: string;
|
|
@@ -746,6 +771,7 @@ export declare const roundFormatLineSpacing: string;
|
|
|
746
771
|
export declare const roundFormatListBulleted: string;
|
|
747
772
|
export declare const roundFormatListNumbered: string;
|
|
748
773
|
export declare const roundFormatListNumberedRtl: string;
|
|
774
|
+
export declare const roundFormatOverline: string;
|
|
749
775
|
export declare const roundFormatPaint: string;
|
|
750
776
|
export declare const roundFormatQuote: string;
|
|
751
777
|
export declare const roundFormatShapes: string;
|
|
@@ -777,6 +803,7 @@ export declare const roundGesture: string;
|
|
|
777
803
|
export declare const roundGetApp: string;
|
|
778
804
|
export declare const roundGif: string;
|
|
779
805
|
export declare const roundGifBox: string;
|
|
806
|
+
export declare const roundGirl: string;
|
|
780
807
|
export declare const roundGite: string;
|
|
781
808
|
export declare const roundGMobiledata: string;
|
|
782
809
|
export declare const roundGolfCourse: string;
|
|
@@ -846,6 +873,8 @@ export declare const roundHistory: string;
|
|
|
846
873
|
export declare const roundHistoryEdu: string;
|
|
847
874
|
export declare const roundHistoryToggleOff: string;
|
|
848
875
|
export declare const roundHive: string;
|
|
876
|
+
export declare const roundHls: string;
|
|
877
|
+
export declare const roundHlsOff: string;
|
|
849
878
|
export declare const roundHMobiledata: string;
|
|
850
879
|
export declare const roundHolidayVillage: string;
|
|
851
880
|
export declare const roundHome: string;
|
|
@@ -870,6 +899,7 @@ export declare const roundHouseSiding: string;
|
|
|
870
899
|
export declare const roundHowToReg: string;
|
|
871
900
|
export declare const roundHowToVote: string;
|
|
872
901
|
export declare const roundHPlusMobiledata: string;
|
|
902
|
+
export declare const roundHtml: string;
|
|
873
903
|
export declare const roundHttp: string;
|
|
874
904
|
export declare const roundHttps: string;
|
|
875
905
|
export declare const roundHub: string;
|
|
@@ -899,6 +929,8 @@ export declare const roundInsertLink: string;
|
|
|
899
929
|
export declare const roundInsertPageBreak: string;
|
|
900
930
|
export declare const roundInsertPhoto: string;
|
|
901
931
|
export declare const roundInsights: string;
|
|
932
|
+
export declare const roundInstallDesktop: string;
|
|
933
|
+
export declare const roundInstallMobile: string;
|
|
902
934
|
export declare const roundIntegrationInstructions: string;
|
|
903
935
|
export declare const roundInterests: string;
|
|
904
936
|
export declare const roundInterpreterMode: string;
|
|
@@ -909,6 +941,7 @@ export declare const roundInvertColorsOff: string;
|
|
|
909
941
|
export declare const roundIosShare: string;
|
|
910
942
|
export declare const roundIron: string;
|
|
911
943
|
export declare const roundIso: string;
|
|
944
|
+
export declare const roundJavascript: string;
|
|
912
945
|
export declare const roundJoinFull: string;
|
|
913
946
|
export declare const roundJoinInner: string;
|
|
914
947
|
export declare const roundJoinLeft: string;
|
|
@@ -935,6 +968,7 @@ export declare const roundKeyboardOptionKey: string;
|
|
|
935
968
|
export declare const roundKeyboardReturn: string;
|
|
936
969
|
export declare const roundKeyboardTab: string;
|
|
937
970
|
export declare const roundKeyboardVoice: string;
|
|
971
|
+
export declare const roundKeyOff: string;
|
|
938
972
|
export declare const roundKingBed: string;
|
|
939
973
|
export declare const roundKitchen: string;
|
|
940
974
|
export declare const roundKitesurfing: string;
|
|
@@ -1052,6 +1086,7 @@ export declare const roundMarkChatUnread: string;
|
|
|
1052
1086
|
export declare const roundMarkEmailRead: string;
|
|
1053
1087
|
export declare const roundMarkEmailUnread: string;
|
|
1054
1088
|
export declare const roundMarkunread: string;
|
|
1089
|
+
export declare const roundMarkUnreadChatAlt: string;
|
|
1055
1090
|
export declare const roundMarkunreadMailbox: string;
|
|
1056
1091
|
export declare const roundMasks: string;
|
|
1057
1092
|
export declare const roundMaximize: string;
|
|
@@ -1066,6 +1101,7 @@ export declare const roundMemory: string;
|
|
|
1066
1101
|
export declare const roundMenu: string;
|
|
1067
1102
|
export declare const roundMenuBook: string;
|
|
1068
1103
|
export declare const roundMenuOpen: string;
|
|
1104
|
+
export declare const roundMerge: string;
|
|
1069
1105
|
export declare const roundMergeType: string;
|
|
1070
1106
|
export declare const roundMessage: string;
|
|
1071
1107
|
export declare const roundMic: string;
|
|
@@ -1113,7 +1149,9 @@ export declare const roundMotionPhotosOn: string;
|
|
|
1113
1149
|
export declare const roundMotionPhotosPause: string;
|
|
1114
1150
|
export declare const roundMotionPhotosPaused: string;
|
|
1115
1151
|
export declare const roundMouse: string;
|
|
1152
|
+
export declare const roundMoveDown: string;
|
|
1116
1153
|
export declare const roundMoveToInbox: string;
|
|
1154
|
+
export declare const roundMoveUp: string;
|
|
1117
1155
|
export declare const roundMovie: string;
|
|
1118
1156
|
export declare const roundMovieCreation: string;
|
|
1119
1157
|
export declare const roundMovieFilter: string;
|
|
@@ -1142,6 +1180,7 @@ export declare const roundNetworkLocked: string;
|
|
|
1142
1180
|
export declare const roundNetworkWifi: string;
|
|
1143
1181
|
export declare const roundNewLabel: string;
|
|
1144
1182
|
export declare const roundNewReleases: string;
|
|
1183
|
+
export declare const roundNewspaper: string;
|
|
1145
1184
|
export declare const roundNextPlan: string;
|
|
1146
1185
|
export declare const roundNextWeek: string;
|
|
1147
1186
|
export declare const roundNfc: string;
|
|
@@ -1218,6 +1257,7 @@ export declare const roundPanoramaVerticalSelect: string;
|
|
|
1218
1257
|
export declare const roundPanoramaWideAngle: string;
|
|
1219
1258
|
export declare const roundPanoramaWideAngleSelect: string;
|
|
1220
1259
|
export declare const roundPanTool: string;
|
|
1260
|
+
export declare const roundPanToolAlt: string;
|
|
1221
1261
|
export declare const roundParagliding: string;
|
|
1222
1262
|
export declare const roundPark: string;
|
|
1223
1263
|
export declare const roundPartyMode: string;
|
|
@@ -1292,6 +1332,7 @@ export declare const roundPhotoLibrary: string;
|
|
|
1292
1332
|
export declare const roundPhotoSizeSelectActual: string;
|
|
1293
1333
|
export declare const roundPhotoSizeSelectLarge: string;
|
|
1294
1334
|
export declare const roundPhotoSizeSelectSmall: string;
|
|
1335
|
+
export declare const roundPhp: string;
|
|
1295
1336
|
export declare const roundPiano: string;
|
|
1296
1337
|
export declare const roundPianoOff: string;
|
|
1297
1338
|
export declare const roundPictureAsPdf: string;
|
|
@@ -1320,12 +1361,14 @@ export declare const roundPlaylistAddCheck: string;
|
|
|
1320
1361
|
export declare const roundPlaylistAddCheckCircle: string;
|
|
1321
1362
|
export declare const roundPlaylistAddCircle: string;
|
|
1322
1363
|
export declare const roundPlaylistPlay: string;
|
|
1364
|
+
export declare const roundPlaylistRemove: string;
|
|
1323
1365
|
export declare const roundPlumbing: string;
|
|
1324
1366
|
export declare const roundPlusOne: string;
|
|
1325
1367
|
export declare const roundPodcasts: string;
|
|
1326
1368
|
export declare const roundPointOfSale: string;
|
|
1327
1369
|
export declare const roundPolicy: string;
|
|
1328
1370
|
export declare const roundPoll: string;
|
|
1371
|
+
export declare const roundPolyline: string;
|
|
1329
1372
|
export declare const roundPolymer: string;
|
|
1330
1373
|
export declare const roundPool: string;
|
|
1331
1374
|
export declare const roundPortableWifiOff: string;
|
|
@@ -1360,6 +1403,7 @@ export declare const roundQrCodeScanner: string;
|
|
|
1360
1403
|
export declare const roundQueryBuilder: string;
|
|
1361
1404
|
export declare const roundQueryStats: string;
|
|
1362
1405
|
export declare const roundQuestionAnswer: string;
|
|
1406
|
+
export declare const roundQuestionMark: string;
|
|
1363
1407
|
export declare const roundQueue: string;
|
|
1364
1408
|
export declare const roundQueueMusic: string;
|
|
1365
1409
|
export declare const roundQueuePlayNext: string;
|
|
@@ -1371,6 +1415,8 @@ export declare const roundRadioButtonChecked: string;
|
|
|
1371
1415
|
export declare const roundRadioButtonUnchecked: string;
|
|
1372
1416
|
export declare const roundRailwayAlert: string;
|
|
1373
1417
|
export declare const roundRamenDining: string;
|
|
1418
|
+
export declare const roundRampLeft: string;
|
|
1419
|
+
export declare const roundRampRight: string;
|
|
1374
1420
|
export declare const roundRateReview: string;
|
|
1375
1421
|
export declare const roundRawOff: string;
|
|
1376
1422
|
export declare const roundRawOn: string;
|
|
@@ -1425,6 +1471,8 @@ export declare const roundReviews: string;
|
|
|
1425
1471
|
export declare const roundRiceBowl: string;
|
|
1426
1472
|
export declare const roundRingVolume: string;
|
|
1427
1473
|
export declare const roundRMobiledata: string;
|
|
1474
|
+
export declare const roundRocket: string;
|
|
1475
|
+
export declare const roundRocketLaunch: string;
|
|
1428
1476
|
export declare const roundRoofing: string;
|
|
1429
1477
|
export declare const roundRoom: string;
|
|
1430
1478
|
export declare const roundRoomPreferences: string;
|
|
@@ -1433,6 +1481,8 @@ export declare const roundRotate90DegreesCcw: string;
|
|
|
1433
1481
|
export declare const roundRotate90DegreesCw: string;
|
|
1434
1482
|
export declare const roundRotateLeft: string;
|
|
1435
1483
|
export declare const roundRotateRight: string;
|
|
1484
|
+
export declare const roundRoundaboutLeft: string;
|
|
1485
|
+
export declare const roundRoundaboutRight: string;
|
|
1436
1486
|
export declare const roundRoundedCorner: string;
|
|
1437
1487
|
export declare const roundRoute: string;
|
|
1438
1488
|
export declare const roundRouter: string;
|
|
@@ -1452,8 +1502,10 @@ export declare const roundSatellite: string;
|
|
|
1452
1502
|
export declare const roundSatelliteAlt: string;
|
|
1453
1503
|
export declare const roundSave: string;
|
|
1454
1504
|
export declare const roundSaveAlt: string;
|
|
1505
|
+
export declare const roundSaveAs: string;
|
|
1455
1506
|
export declare const roundSavedSearch: string;
|
|
1456
1507
|
export declare const roundSavings: string;
|
|
1508
|
+
export declare const roundScale: string;
|
|
1457
1509
|
export declare const roundScanner: string;
|
|
1458
1510
|
export declare const roundScatterPlot: string;
|
|
1459
1511
|
export declare const roundSchedule: string;
|
|
@@ -1527,6 +1579,7 @@ export declare const roundShop2: string;
|
|
|
1527
1579
|
export declare const roundShoppingBag: string;
|
|
1528
1580
|
export declare const roundShoppingBasket: string;
|
|
1529
1581
|
export declare const roundShoppingCart: string;
|
|
1582
|
+
export declare const roundShoppingCartCheckout: string;
|
|
1530
1583
|
export declare const roundShopTwo: string;
|
|
1531
1584
|
export declare const roundShortcut: string;
|
|
1532
1585
|
export declare const roundShortText: string;
|
|
@@ -1554,6 +1607,7 @@ export declare const roundSignalWifiOff: string;
|
|
|
1554
1607
|
export declare const roundSignalWifiStatusbar4Bar: string;
|
|
1555
1608
|
export declare const roundSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1556
1609
|
export declare const roundSignalWifiStatusbarNull: string;
|
|
1610
|
+
export declare const roundSignpost: string;
|
|
1557
1611
|
export declare const roundSimCard: string;
|
|
1558
1612
|
export declare const roundSimCardAlert: string;
|
|
1559
1613
|
export declare const roundSimCardDownload: string;
|
|
@@ -1622,8 +1676,10 @@ export declare const roundSportsTennis: string;
|
|
|
1622
1676
|
export declare const roundSportsVolleyball: string;
|
|
1623
1677
|
export declare const roundSquare: string;
|
|
1624
1678
|
export declare const roundSquareFoot: string;
|
|
1679
|
+
export declare const roundSsidChart: string;
|
|
1625
1680
|
export declare const roundStackedBarChart: string;
|
|
1626
1681
|
export declare const roundStackedLineChart: string;
|
|
1682
|
+
export declare const roundStadium: string;
|
|
1627
1683
|
export declare const roundStairs: string;
|
|
1628
1684
|
export declare const roundStar: string;
|
|
1629
1685
|
export declare const roundStarBorder: string;
|
|
@@ -1647,6 +1703,7 @@ export declare const roundStore: string;
|
|
|
1647
1703
|
export declare const roundStorefront: string;
|
|
1648
1704
|
export declare const roundStoreMallDirectory: string;
|
|
1649
1705
|
export declare const roundStorm: string;
|
|
1706
|
+
export declare const roundStraight: string;
|
|
1650
1707
|
export declare const roundStraighten: string;
|
|
1651
1708
|
export declare const roundStream: string;
|
|
1652
1709
|
export declare const roundStreetview: string;
|
|
@@ -1722,6 +1779,7 @@ export declare const roundTaskAlt: string;
|
|
|
1722
1779
|
export declare const roundTaxiAlert: string;
|
|
1723
1780
|
export declare const roundTempleBuddhist: string;
|
|
1724
1781
|
export declare const roundTempleHindu: string;
|
|
1782
|
+
export declare const roundTerminal: string;
|
|
1725
1783
|
export declare const roundTerrain: string;
|
|
1726
1784
|
export declare const roundTextDecrease: string;
|
|
1727
1785
|
export declare const roundTextFields: string;
|
|
@@ -1789,6 +1847,12 @@ export declare const roundTune: string;
|
|
|
1789
1847
|
export declare const roundTungsten: string;
|
|
1790
1848
|
export declare const roundTurnedIn: string;
|
|
1791
1849
|
export declare const roundTurnedInNot: string;
|
|
1850
|
+
export declare const roundTurnLeft: string;
|
|
1851
|
+
export declare const roundTurnRight: string;
|
|
1852
|
+
export declare const roundTurnSharpLeft: string;
|
|
1853
|
+
export declare const roundTurnSharpRight: string;
|
|
1854
|
+
export declare const roundTurnSlightLeft: string;
|
|
1855
|
+
export declare const roundTurnSlightRight: string;
|
|
1792
1856
|
export declare const roundTv: string;
|
|
1793
1857
|
export declare const roundTvOff: string;
|
|
1794
1858
|
export declare const roundTwoWheeler: string;
|
|
@@ -1807,6 +1871,8 @@ export declare const roundUpload: string;
|
|
|
1807
1871
|
export declare const roundUploadFile: string;
|
|
1808
1872
|
export declare const roundUsb: string;
|
|
1809
1873
|
export declare const roundUsbOff: string;
|
|
1874
|
+
export declare const roundUTurnLeft: string;
|
|
1875
|
+
export declare const roundUTurnRight: string;
|
|
1810
1876
|
export declare const roundVaccines: string;
|
|
1811
1877
|
export declare const roundVerified: string;
|
|
1812
1878
|
export declare const roundVerifiedUser: string;
|
|
@@ -1821,6 +1887,7 @@ export declare const roundVideocam: string;
|
|
|
1821
1887
|
export declare const roundVideoCameraBack: string;
|
|
1822
1888
|
export declare const roundVideoCameraFront: string;
|
|
1823
1889
|
export declare const roundVideocamOff: string;
|
|
1890
|
+
export declare const roundVideoFile: string;
|
|
1824
1891
|
export declare const roundVideogameAsset: string;
|
|
1825
1892
|
export declare const roundVideogameAssetOff: string;
|
|
1826
1893
|
export declare const roundVideoLabel: string;
|
|
@@ -1832,15 +1899,20 @@ export declare const roundViewArray: string;
|
|
|
1832
1899
|
export declare const roundViewCarousel: string;
|
|
1833
1900
|
export declare const roundViewColumn: string;
|
|
1834
1901
|
export declare const roundViewComfy: string;
|
|
1902
|
+
export declare const roundViewComfyAlt: string;
|
|
1835
1903
|
export declare const roundViewCompact: string;
|
|
1904
|
+
export declare const roundViewCompactAlt: string;
|
|
1905
|
+
export declare const roundViewCozy: string;
|
|
1836
1906
|
export declare const roundViewDay: string;
|
|
1837
1907
|
export declare const roundViewHeadline: string;
|
|
1838
1908
|
export declare const roundViewInAr: string;
|
|
1909
|
+
export declare const roundViewKanban: string;
|
|
1839
1910
|
export declare const roundViewList: string;
|
|
1840
1911
|
export declare const roundViewModule: string;
|
|
1841
1912
|
export declare const roundViewQuilt: string;
|
|
1842
1913
|
export declare const roundViewSidebar: string;
|
|
1843
1914
|
export declare const roundViewStream: string;
|
|
1915
|
+
export declare const roundViewTimeline: string;
|
|
1844
1916
|
export declare const roundViewWeek: string;
|
|
1845
1917
|
export declare const roundVignette: string;
|
|
1846
1918
|
export declare const roundVilla: string;
|
|
@@ -1855,9 +1927,11 @@ export declare const roundVolumeOff: string;
|
|
|
1855
1927
|
export declare const roundVolumeUp: string;
|
|
1856
1928
|
export declare const roundVolunteerActivism: string;
|
|
1857
1929
|
export declare const roundVpnKey: string;
|
|
1930
|
+
export declare const roundVpnKeyOff: string;
|
|
1858
1931
|
export declare const roundVpnLock: string;
|
|
1859
1932
|
export declare const roundVrpano: string;
|
|
1860
1933
|
export declare const roundWallpaper: string;
|
|
1934
|
+
export declare const roundWarehouse: string;
|
|
1861
1935
|
export declare const roundWarning: string;
|
|
1862
1936
|
export declare const roundWarningAmber: string;
|
|
1863
1937
|
export declare const roundWash: string;
|
|
@@ -1881,6 +1955,7 @@ export declare const roundWc: string;
|
|
|
1881
1955
|
export declare const roundWeb: string;
|
|
1882
1956
|
export declare const roundWebAsset: string;
|
|
1883
1957
|
export declare const roundWebAssetOff: string;
|
|
1958
|
+
export declare const roundWebhook: string;
|
|
1884
1959
|
export declare const roundWeekend: string;
|
|
1885
1960
|
export declare const roundWest: string;
|
|
1886
1961
|
export declare const roundWhatsapp: string;
|
|
@@ -1891,9 +1966,11 @@ export declare const roundWidgets: string;
|
|
|
1891
1966
|
export declare const roundWifi: string;
|
|
1892
1967
|
export declare const roundWifiCalling: string;
|
|
1893
1968
|
export declare const roundWifiCalling3: string;
|
|
1969
|
+
export declare const roundWifiChannel: string;
|
|
1894
1970
|
export declare const roundWifiFind: string;
|
|
1895
1971
|
export declare const roundWifiLock: string;
|
|
1896
1972
|
export declare const roundWifiOff: string;
|
|
1973
|
+
export declare const roundWifiPassword: string;
|
|
1897
1974
|
export declare const roundWifiProtectedSetup: string;
|
|
1898
1975
|
export declare const roundWifiTethering: string;
|
|
1899
1976
|
export declare const roundWifiTetheringError: string;
|