@quasar/extras 1.16.17 → 1.17.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 +10 -9
- package/bootstrap-icons/bootstrap-icons.css +29 -1
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +28 -0
- package/bootstrap-icons/index.d.ts +29 -1
- package/bootstrap-icons/index.js +38 -10
- package/bootstrap-icons/index.mjs +37 -9
- package/ionicons-v8/LICENSE +21 -0
- package/ionicons-v8/icons.json +1359 -0
- package/ionicons-v8/index.d.ts +1359 -0
- package/ionicons-v8/index.js +1359 -0
- package/ionicons-v8/index.mjs +1359 -0
- package/material-symbols-outlined/icons.json +138 -14
- package/material-symbols-outlined/index.d.ts +138 -14
- package/material-symbols-outlined/index.js +189 -65
- package/material-symbols-outlined/index.mjs +189 -65
- 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 +138 -14
- package/material-symbols-rounded/index.d.ts +138 -14
- package/material-symbols-rounded/index.js +190 -66
- package/material-symbols-rounded/index.mjs +190 -66
- 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 +138 -14
- package/material-symbols-sharp/index.d.ts +138 -14
- package/material-symbols-sharp/index.js +189 -65
- package/material-symbols-sharp/index.mjs +189 -65
- 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 +12 -7
|
@@ -30,6 +30,7 @@ export declare const symRounded2mp: string;
|
|
|
30
30
|
export declare const symRounded30fps: string;
|
|
31
31
|
export declare const symRounded30fpsSelect: string;
|
|
32
32
|
export declare const symRounded360: string;
|
|
33
|
+
export declare const symRounded3d: string;
|
|
33
34
|
export declare const symRounded3dRotation: string;
|
|
34
35
|
export declare const symRounded3gMobiledata: string;
|
|
35
36
|
export declare const symRounded3gMobiledataBadge: string;
|
|
@@ -70,6 +71,7 @@ export declare const symRoundedAccessibility: string;
|
|
|
70
71
|
export declare const symRoundedAccessibilityNew: string;
|
|
71
72
|
export declare const symRoundedAccessible: string;
|
|
72
73
|
export declare const symRoundedAccessibleForward: string;
|
|
74
|
+
export declare const symRoundedAccessibleMenu: string;
|
|
73
75
|
export declare const symRoundedAccountBalance: string;
|
|
74
76
|
export declare const symRoundedAccountBalanceWallet: string;
|
|
75
77
|
export declare const symRoundedAccountBox: string;
|
|
@@ -80,6 +82,7 @@ export declare const symRoundedAccountCircleOff: string;
|
|
|
80
82
|
export declare const symRoundedAccountTree: string;
|
|
81
83
|
export declare const symRoundedActionKey: string;
|
|
82
84
|
export declare const symRoundedActivityZone: string;
|
|
85
|
+
export declare const symRoundedAcupuncture: string;
|
|
83
86
|
export declare const symRoundedAcute: string;
|
|
84
87
|
export declare const symRoundedAd: string;
|
|
85
88
|
export declare const symRoundedAdGroup: string;
|
|
@@ -207,12 +210,11 @@ export declare const symRoundedApkDocument: string;
|
|
|
207
210
|
export declare const symRoundedApkInstall: string;
|
|
208
211
|
export declare const symRoundedAppBadging: string;
|
|
209
212
|
export declare const symRoundedAppBlocking: string;
|
|
210
|
-
export declare const symRoundedAppPromo: string;
|
|
211
213
|
export declare const symRoundedAppRegistration: string;
|
|
212
|
-
export declare const symRoundedAppShortcut: string;
|
|
213
214
|
export declare const symRoundedApparel: string;
|
|
214
215
|
export declare const symRoundedApproval: string;
|
|
215
216
|
export declare const symRoundedApprovalDelegation: string;
|
|
217
|
+
export declare const symRoundedApprovalDelegationOff: string;
|
|
216
218
|
export declare const symRoundedApps: string;
|
|
217
219
|
export declare const symRoundedAppsOutage: string;
|
|
218
220
|
export declare const symRoundedAq: string;
|
|
@@ -359,6 +361,20 @@ export declare const symRoundedBattery4Bar: string;
|
|
|
359
361
|
export declare const symRoundedBattery5Bar: string;
|
|
360
362
|
export declare const symRoundedBattery6Bar: string;
|
|
361
363
|
export declare const symRoundedBatteryAlert: string;
|
|
364
|
+
export declare const symRoundedBatteryAndroid0: string;
|
|
365
|
+
export declare const symRoundedBatteryAndroid1: string;
|
|
366
|
+
export declare const symRoundedBatteryAndroid2: string;
|
|
367
|
+
export declare const symRoundedBatteryAndroid3: string;
|
|
368
|
+
export declare const symRoundedBatteryAndroid4: string;
|
|
369
|
+
export declare const symRoundedBatteryAndroid5: string;
|
|
370
|
+
export declare const symRoundedBatteryAndroid6: string;
|
|
371
|
+
export declare const symRoundedBatteryAndroidAlert: string;
|
|
372
|
+
export declare const symRoundedBatteryAndroidBolt: string;
|
|
373
|
+
export declare const symRoundedBatteryAndroidFull: string;
|
|
374
|
+
export declare const symRoundedBatteryAndroidPlus: string;
|
|
375
|
+
export declare const symRoundedBatteryAndroidQuestion: string;
|
|
376
|
+
export declare const symRoundedBatteryAndroidShare: string;
|
|
377
|
+
export declare const symRoundedBatteryAndroidShield: string;
|
|
362
378
|
export declare const symRoundedBatteryChange: string;
|
|
363
379
|
export declare const symRoundedBatteryCharging20: string;
|
|
364
380
|
export declare const symRoundedBatteryCharging30: string;
|
|
@@ -426,7 +442,6 @@ export declare const symRoundedBomb: string;
|
|
|
426
442
|
export declare const symRoundedBook2: string;
|
|
427
443
|
export declare const symRoundedBook3: string;
|
|
428
444
|
export declare const symRoundedBook4: string;
|
|
429
|
-
export declare const symRoundedBook4Spark: string;
|
|
430
445
|
export declare const symRoundedBook5: string;
|
|
431
446
|
export declare const symRoundedBook6: string;
|
|
432
447
|
export declare const symRoundedBook: string;
|
|
@@ -553,9 +568,26 @@ export declare const symRoundedCancelPresentation: string;
|
|
|
553
568
|
export declare const symRoundedCancelScheduleSend: string;
|
|
554
569
|
export declare const symRoundedCandle: string;
|
|
555
570
|
export declare const symRoundedCandlestickChart: string;
|
|
571
|
+
export declare const symRoundedCannabis: string;
|
|
556
572
|
export declare const symRoundedCaptivePortal: string;
|
|
557
573
|
export declare const symRoundedCapture: string;
|
|
558
574
|
export declare const symRoundedCarCrash: string;
|
|
575
|
+
export declare const symRoundedCarDefrostLeft: string;
|
|
576
|
+
export declare const symRoundedCarDefrostLowLeft: string;
|
|
577
|
+
export declare const symRoundedCarDefrostLowRight: string;
|
|
578
|
+
export declare const symRoundedCarDefrostMidLowLeft: string;
|
|
579
|
+
export declare const symRoundedCarDefrostMidRight: string;
|
|
580
|
+
export declare const symRoundedCarDefrostRight: string;
|
|
581
|
+
export declare const symRoundedCarFanLowLeft: string;
|
|
582
|
+
export declare const symRoundedCarFanLowMidLeft: string;
|
|
583
|
+
export declare const symRoundedCarFanLowRight: string;
|
|
584
|
+
export declare const symRoundedCarFanMidLeft: string;
|
|
585
|
+
export declare const symRoundedCarFanMidLowRight: string;
|
|
586
|
+
export declare const symRoundedCarFanMidRight: string;
|
|
587
|
+
export declare const symRoundedCarFanRecirculate: string;
|
|
588
|
+
export declare const symRoundedCarGear: string;
|
|
589
|
+
export declare const symRoundedCarLock: string;
|
|
590
|
+
export declare const symRoundedCarMirrorHeat: string;
|
|
559
591
|
export declare const symRoundedCarRental: string;
|
|
560
592
|
export declare const symRoundedCarRepair: string;
|
|
561
593
|
export declare const symRoundedCarTag: string;
|
|
@@ -616,6 +648,7 @@ export declare const symRoundedChecklist: string;
|
|
|
616
648
|
export declare const symRoundedChecklistRtl: string;
|
|
617
649
|
export declare const symRoundedCheckroom: string;
|
|
618
650
|
export declare const symRoundedCheer: string;
|
|
651
|
+
export declare const symRoundedChefHat: string;
|
|
619
652
|
export declare const symRoundedChess: string;
|
|
620
653
|
export declare const symRoundedChessPawn: string;
|
|
621
654
|
export declare const symRoundedChevronBackward: string;
|
|
@@ -699,6 +732,8 @@ export declare const symRoundedComponentExchange: string;
|
|
|
699
732
|
export declare const symRoundedCompost: string;
|
|
700
733
|
export declare const symRoundedCompress: string;
|
|
701
734
|
export declare const symRoundedComputer: string;
|
|
735
|
+
export declare const symRoundedComputerArrowUp: string;
|
|
736
|
+
export declare const symRoundedComputerCancel: string;
|
|
702
737
|
export declare const symRoundedConcierge: string;
|
|
703
738
|
export declare const symRoundedConditions: string;
|
|
704
739
|
export declare const symRoundedConfirmationNumber: string;
|
|
@@ -874,6 +909,7 @@ export declare const symRoundedDeveloperBoardOff: string;
|
|
|
874
909
|
export declare const symRoundedDeveloperGuide: string;
|
|
875
910
|
export declare const symRoundedDeveloperMode: string;
|
|
876
911
|
export declare const symRoundedDeveloperModeTv: string;
|
|
912
|
+
export declare const symRoundedDeviceBand: string;
|
|
877
913
|
export declare const symRoundedDeviceHub: string;
|
|
878
914
|
export declare const symRoundedDeviceThermostat: string;
|
|
879
915
|
export declare const symRoundedDeviceUnknown: string;
|
|
@@ -890,6 +926,7 @@ export declare const symRoundedDialerSip: string;
|
|
|
890
926
|
export declare const symRoundedDialogs: string;
|
|
891
927
|
export declare const symRoundedDialpad: string;
|
|
892
928
|
export declare const symRoundedDiamond: string;
|
|
929
|
+
export declare const symRoundedDiamondShine: string;
|
|
893
930
|
export declare const symRoundedDictionary: string;
|
|
894
931
|
export declare const symRoundedDifference: string;
|
|
895
932
|
export declare const symRoundedDigitalOutOfHome: string;
|
|
@@ -979,6 +1016,7 @@ export declare const symRoundedDriveExport: string;
|
|
|
979
1016
|
export declare const symRoundedDriveFileMove: string;
|
|
980
1017
|
export declare const symRoundedDriveFolderUpload: string;
|
|
981
1018
|
export declare const symRoundedDropdown: string;
|
|
1019
|
+
export declare const symRoundedDropperEye: string;
|
|
982
1020
|
export declare const symRoundedDry: string;
|
|
983
1021
|
export declare const symRoundedDryCleaning: string;
|
|
984
1022
|
export declare const symRoundedDualScreen: string;
|
|
@@ -990,6 +1028,11 @@ export declare const symRoundedE911Avatar: string;
|
|
|
990
1028
|
export declare const symRoundedE911Emergency: string;
|
|
991
1029
|
export declare const symRoundedEMobiledata: string;
|
|
992
1030
|
export declare const symRoundedEMobiledataBadge: string;
|
|
1031
|
+
export declare const symRoundedEarSound: string;
|
|
1032
|
+
export declare const symRoundedEarbudCase: string;
|
|
1033
|
+
export declare const symRoundedEarbudLeft: string;
|
|
1034
|
+
export declare const symRoundedEarbudRight: string;
|
|
1035
|
+
export declare const symRoundedEarbuds2: string;
|
|
993
1036
|
export declare const symRoundedEarbuds: string;
|
|
994
1037
|
export declare const symRoundedEarbudsBattery: string;
|
|
995
1038
|
export declare const symRoundedEarlyOn: string;
|
|
@@ -1038,7 +1081,6 @@ export declare const symRoundedEmergencyHome: string;
|
|
|
1038
1081
|
export declare const symRoundedEmergencyRecording: string;
|
|
1039
1082
|
export declare const symRoundedEmergencyShare: string;
|
|
1040
1083
|
export declare const symRoundedEmergencyShareOff: string;
|
|
1041
|
-
export declare const symRoundedEmojiEvents: string;
|
|
1042
1084
|
export declare const symRoundedEmojiFoodBeverage: string;
|
|
1043
1085
|
export declare const symRoundedEmojiLanguage: string;
|
|
1044
1086
|
export declare const symRoundedEmojiNature: string;
|
|
@@ -1116,6 +1158,7 @@ export declare const symRoundedExposureZero: string;
|
|
|
1116
1158
|
export declare const symRoundedExtension: string;
|
|
1117
1159
|
export declare const symRoundedExtensionOff: string;
|
|
1118
1160
|
export declare const symRoundedEyeTracking: string;
|
|
1161
|
+
export declare const symRoundedEyeglasses2: string;
|
|
1119
1162
|
export declare const symRoundedEyeglasses: string;
|
|
1120
1163
|
export declare const symRoundedFace2: string;
|
|
1121
1164
|
export declare const symRoundedFace3: string;
|
|
@@ -1139,6 +1182,8 @@ export declare const symRoundedFamilyHome: string;
|
|
|
1139
1182
|
export declare const symRoundedFamilyLink: string;
|
|
1140
1183
|
export declare const symRoundedFamilyRestroom: string;
|
|
1141
1184
|
export declare const symRoundedFamilyStar: string;
|
|
1185
|
+
export declare const symRoundedFanFocus: string;
|
|
1186
|
+
export declare const symRoundedFanIndirect: string;
|
|
1142
1187
|
export declare const symRoundedFarsightDigital: string;
|
|
1143
1188
|
export declare const symRoundedFastForward: string;
|
|
1144
1189
|
export declare const symRoundedFastRewind: string;
|
|
@@ -1351,6 +1396,7 @@ export declare const symRoundedForwardCircle: string;
|
|
|
1351
1396
|
export declare const symRoundedForwardMedia: string;
|
|
1352
1397
|
export declare const symRoundedForwardToInbox: string;
|
|
1353
1398
|
export declare const symRoundedFoundation: string;
|
|
1399
|
+
export declare const symRoundedFragrance: string;
|
|
1354
1400
|
export declare const symRoundedFrameInspect: string;
|
|
1355
1401
|
export declare const symRoundedFramePerson: string;
|
|
1356
1402
|
export declare const symRoundedFramePersonMic: string;
|
|
@@ -1417,6 +1463,7 @@ export declare const symRoundedGraph3: string;
|
|
|
1417
1463
|
export declare const symRoundedGraph4: string;
|
|
1418
1464
|
export declare const symRoundedGraph5: string;
|
|
1419
1465
|
export declare const symRoundedGraph6: string;
|
|
1466
|
+
export declare const symRoundedGraph7: string;
|
|
1420
1467
|
export declare const symRoundedGraphicEq: string;
|
|
1421
1468
|
export declare const symRoundedGrass: string;
|
|
1422
1469
|
export declare const symRoundedGrid3x3: string;
|
|
@@ -1478,6 +1525,7 @@ export declare const symRoundedHeadsetOff: string;
|
|
|
1478
1525
|
export declare const symRoundedHealing: string;
|
|
1479
1526
|
export declare const symRoundedHealthAndBeauty: string;
|
|
1480
1527
|
export declare const symRoundedHealthAndSafety: string;
|
|
1528
|
+
export declare const symRoundedHealthCross: string;
|
|
1481
1529
|
export declare const symRoundedHealthMetrics: string;
|
|
1482
1530
|
export declare const symRoundedHeapSnapshotLarge: string;
|
|
1483
1531
|
export declare const symRoundedHeapSnapshotMultiple: string;
|
|
@@ -1485,6 +1533,8 @@ export declare const symRoundedHeapSnapshotThumbnail: string;
|
|
|
1485
1533
|
export declare const symRoundedHearing: string;
|
|
1486
1534
|
export declare const symRoundedHearingAid: string;
|
|
1487
1535
|
export declare const symRoundedHearingAidDisabled: string;
|
|
1536
|
+
export declare const symRoundedHearingAidDisabledLeft: string;
|
|
1537
|
+
export declare const symRoundedHearingAidLeft: string;
|
|
1488
1538
|
export declare const symRoundedHearingDisabled: string;
|
|
1489
1539
|
export declare const symRoundedHeartBroken: string;
|
|
1490
1540
|
export declare const symRoundedHeartCheck: string;
|
|
@@ -1575,6 +1625,7 @@ export declare const symRoundedHumidityLow: string;
|
|
|
1575
1625
|
export declare const symRoundedHumidityMid: string;
|
|
1576
1626
|
export declare const symRoundedHumidityPercentage: string;
|
|
1577
1627
|
export declare const symRoundedHvac: string;
|
|
1628
|
+
export declare const symRoundedHvacMaxDefrost: string;
|
|
1578
1629
|
export declare const symRoundedIceSkating: string;
|
|
1579
1630
|
export declare const symRoundedIcecream: string;
|
|
1580
1631
|
export declare const symRoundedIdCard: string;
|
|
@@ -1584,6 +1635,7 @@ export declare const symRoundedIfl: string;
|
|
|
1584
1635
|
export declare const symRoundedIframe: string;
|
|
1585
1636
|
export declare const symRoundedIframeOff: string;
|
|
1586
1637
|
export declare const symRoundedImage: string;
|
|
1638
|
+
export declare const symRoundedImageArrowUp: string;
|
|
1587
1639
|
export declare const symRoundedImageAspectRatio: string;
|
|
1588
1640
|
export declare const symRoundedImageSearch: string;
|
|
1589
1641
|
export declare const symRoundedImagesearchRoller: string;
|
|
@@ -1619,7 +1671,6 @@ export declare const symRoundedInsertChart: string;
|
|
|
1619
1671
|
export declare const symRoundedInsertPageBreak: string;
|
|
1620
1672
|
export declare const symRoundedInsertText: string;
|
|
1621
1673
|
export declare const symRoundedInstallDesktop: string;
|
|
1622
|
-
export declare const symRoundedInstallMobile: string;
|
|
1623
1674
|
export declare const symRoundedInstantMix: string;
|
|
1624
1675
|
export declare const symRoundedIntegrationInstructions: string;
|
|
1625
1676
|
export declare const symRoundedInteractiveSpace: string;
|
|
@@ -1691,6 +1742,7 @@ export declare const symRoundedLabelOff: string;
|
|
|
1691
1742
|
export declare const symRoundedLabs: string;
|
|
1692
1743
|
export declare const symRoundedLan: string;
|
|
1693
1744
|
export declare const symRoundedLandscape2: string;
|
|
1745
|
+
export declare const symRoundedLandscape2Edit: string;
|
|
1694
1746
|
export declare const symRoundedLandscape2Off: string;
|
|
1695
1747
|
export declare const symRoundedLandscape: string;
|
|
1696
1748
|
export declare const symRoundedLandslide: string;
|
|
@@ -1871,6 +1923,7 @@ export declare const symRoundedMarkunreadMailbox: string;
|
|
|
1871
1923
|
export declare const symRoundedMaskedTransitions: string;
|
|
1872
1924
|
export declare const symRoundedMaskedTransitionsAdd: string;
|
|
1873
1925
|
export declare const symRoundedMasks: string;
|
|
1926
|
+
export declare const symRoundedMassage: string;
|
|
1874
1927
|
export declare const symRoundedMatchCase: string;
|
|
1875
1928
|
export declare const symRoundedMatchCaseOff: string;
|
|
1876
1929
|
export declare const symRoundedMatchWord: string;
|
|
@@ -1922,9 +1975,54 @@ export declare const symRoundedMist: string;
|
|
|
1922
1975
|
export declare const symRoundedMitre: string;
|
|
1923
1976
|
export declare const symRoundedMixtureMed: string;
|
|
1924
1977
|
export declare const symRoundedMms: string;
|
|
1925
|
-
export declare const
|
|
1978
|
+
export declare const symRoundedMobile2: string;
|
|
1979
|
+
export declare const symRoundedMobile3: string;
|
|
1980
|
+
export declare const symRoundedMobile: string;
|
|
1981
|
+
export declare const symRoundedMobileAlert: string;
|
|
1982
|
+
export declare const symRoundedMobileArrowDown: string;
|
|
1983
|
+
export declare const symRoundedMobileArrowRight: string;
|
|
1984
|
+
export declare const symRoundedMobileArrowUpRight: string;
|
|
1985
|
+
export declare const symRoundedMobileBlock: string;
|
|
1986
|
+
export declare const symRoundedMobileCamera: string;
|
|
1987
|
+
export declare const symRoundedMobileCameraFront: string;
|
|
1988
|
+
export declare const symRoundedMobileCameraRear: string;
|
|
1989
|
+
export declare const symRoundedMobileCancel: string;
|
|
1990
|
+
export declare const symRoundedMobileCast: string;
|
|
1991
|
+
export declare const symRoundedMobileCharge: string;
|
|
1992
|
+
export declare const symRoundedMobileChat: string;
|
|
1993
|
+
export declare const symRoundedMobileCheck: string;
|
|
1994
|
+
export declare const symRoundedMobileCode: string;
|
|
1995
|
+
export declare const symRoundedMobileDots: string;
|
|
1996
|
+
export declare const symRoundedMobileGear: string;
|
|
1997
|
+
export declare const symRoundedMobileHand: string;
|
|
1998
|
+
export declare const symRoundedMobileHandLeft: string;
|
|
1999
|
+
export declare const symRoundedMobileHandLeftOff: string;
|
|
2000
|
+
export declare const symRoundedMobileHandOff: string;
|
|
2001
|
+
export declare const symRoundedMobileInfo: string;
|
|
2002
|
+
export declare const symRoundedMobileLandscape: string;
|
|
2003
|
+
export declare const symRoundedMobileLayout: string;
|
|
2004
|
+
export declare const symRoundedMobileLockLandscape: string;
|
|
2005
|
+
export declare const symRoundedMobileLockPortrait: string;
|
|
2006
|
+
export declare const symRoundedMobileLoupe: string;
|
|
2007
|
+
export declare const symRoundedMobileMenu: string;
|
|
1926
2008
|
export declare const symRoundedMobileOff: string;
|
|
2009
|
+
export declare const symRoundedMobileQuestion: string;
|
|
2010
|
+
export declare const symRoundedMobileRotate: string;
|
|
2011
|
+
export declare const symRoundedMobileRotateLock: string;
|
|
1927
2012
|
export declare const symRoundedMobileScreenShare: string;
|
|
2013
|
+
export declare const symRoundedMobileScreensaver: string;
|
|
2014
|
+
export declare const symRoundedMobileSensorHi: string;
|
|
2015
|
+
export declare const symRoundedMobileSensorLo: string;
|
|
2016
|
+
export declare const symRoundedMobileShare: string;
|
|
2017
|
+
export declare const symRoundedMobileShareStack: string;
|
|
2018
|
+
export declare const symRoundedMobileSound2: string;
|
|
2019
|
+
export declare const symRoundedMobileSound: string;
|
|
2020
|
+
export declare const symRoundedMobileSoundOff: string;
|
|
2021
|
+
export declare const symRoundedMobileSpeaker: string;
|
|
2022
|
+
export declare const symRoundedMobileText2: string;
|
|
2023
|
+
export declare const symRoundedMobileText: string;
|
|
2024
|
+
export declare const symRoundedMobileTicket: string;
|
|
2025
|
+
export declare const symRoundedMobileVibrate: string;
|
|
1928
2026
|
export declare const symRoundedMobiledataOff: string;
|
|
1929
2027
|
export declare const symRoundedModeComment: string;
|
|
1930
2028
|
export declare const symRoundedModeCool: string;
|
|
@@ -1954,6 +2052,7 @@ export declare const symRoundedMonochromePhotos: string;
|
|
|
1954
2052
|
export declare const symRoundedMonorail: string;
|
|
1955
2053
|
export declare const symRoundedMood: string;
|
|
1956
2054
|
export declare const symRoundedMoodBad: string;
|
|
2055
|
+
export declare const symRoundedMoonStars: string;
|
|
1957
2056
|
export declare const symRoundedMop: string;
|
|
1958
2057
|
export declare const symRoundedMoped: string;
|
|
1959
2058
|
export declare const symRoundedMore: string;
|
|
@@ -2006,6 +2105,7 @@ export declare const symRoundedMultipleAirports: string;
|
|
|
2006
2105
|
export declare const symRoundedMultipleStop: string;
|
|
2007
2106
|
export declare const symRoundedMuseum: string;
|
|
2008
2107
|
export declare const symRoundedMusicCast: string;
|
|
2108
|
+
export declare const symRoundedMusicHistory: string;
|
|
2009
2109
|
export declare const symRoundedMusicNote: string;
|
|
2010
2110
|
export declare const symRoundedMusicNoteAdd: string;
|
|
2011
2111
|
export declare const symRoundedMusicOff: string;
|
|
@@ -2042,7 +2142,6 @@ export declare const symRoundedNestDoorbellVisitor: string;
|
|
|
2042
2142
|
export declare const symRoundedNestEcoLeaf: string;
|
|
2043
2143
|
export declare const symRoundedNestFarsightWeather: string;
|
|
2044
2144
|
export declare const symRoundedNestFoundSavings: string;
|
|
2045
|
-
export declare const symRoundedNestGaleWifi: string;
|
|
2046
2145
|
export declare const symRoundedNestHeatLinkE: string;
|
|
2047
2146
|
export declare const symRoundedNestHeatLinkGen3: string;
|
|
2048
2147
|
export declare const symRoundedNestHelloDoorbell: string;
|
|
@@ -2087,7 +2186,6 @@ export declare const symRoundedNetworkWifi: string;
|
|
|
2087
2186
|
export declare const symRoundedNetworkWifiLocked: string;
|
|
2088
2187
|
export declare const symRoundedNeurology: string;
|
|
2089
2188
|
export declare const symRoundedNewLabel: string;
|
|
2090
|
-
export declare const symRoundedNewReleases: string;
|
|
2091
2189
|
export declare const symRoundedNewWindow: string;
|
|
2092
2190
|
export declare const symRoundedNews: string;
|
|
2093
2191
|
export declare const symRoundedNewsmode: string;
|
|
@@ -2140,6 +2238,7 @@ export declare const symRoundedNotificationAdd: string;
|
|
|
2140
2238
|
export declare const symRoundedNotificationImportant: string;
|
|
2141
2239
|
export declare const symRoundedNotificationMultiple: string;
|
|
2142
2240
|
export declare const symRoundedNotificationSettings: string;
|
|
2241
|
+
export declare const symRoundedNotificationSound: string;
|
|
2143
2242
|
export declare const symRoundedNotifications: string;
|
|
2144
2243
|
export declare const symRoundedNotificationsActive: string;
|
|
2145
2244
|
export declare const symRoundedNotificationsOff: string;
|
|
@@ -2165,7 +2264,6 @@ export declare const symRoundedOpenInFull: string;
|
|
|
2165
2264
|
export declare const symRoundedOpenInNew: string;
|
|
2166
2265
|
export declare const symRoundedOpenInNewDown: string;
|
|
2167
2266
|
export declare const symRoundedOpenInNewOff: string;
|
|
2168
|
-
export declare const symRoundedOpenInPhone: string;
|
|
2169
2267
|
export declare const symRoundedOpenJam: string;
|
|
2170
2268
|
export declare const symRoundedOpenRun: string;
|
|
2171
2269
|
export declare const symRoundedOpenWith: string;
|
|
@@ -2235,6 +2333,7 @@ export declare const symRoundedPattern: string;
|
|
|
2235
2333
|
export declare const symRoundedPause: string;
|
|
2236
2334
|
export declare const symRoundedPauseCircle: string;
|
|
2237
2335
|
export declare const symRoundedPausePresentation: string;
|
|
2336
|
+
export declare const symRoundedPaymentArrowDown: string;
|
|
2238
2337
|
export declare const symRoundedPayments: string;
|
|
2239
2338
|
export declare const symRoundedPedalBike: string;
|
|
2240
2339
|
export declare const symRoundedPediatrics: string;
|
|
@@ -2275,6 +2374,7 @@ export declare const symRoundedPersonPlay: string;
|
|
|
2275
2374
|
export declare const symRoundedPersonRaisedHand: string;
|
|
2276
2375
|
export declare const symRoundedPersonRemove: string;
|
|
2277
2376
|
export declare const symRoundedPersonSearch: string;
|
|
2377
|
+
export declare const symRoundedPersonShield: string;
|
|
2278
2378
|
export declare const symRoundedPersonalBag: string;
|
|
2279
2379
|
export declare const symRoundedPersonalBagOff: string;
|
|
2280
2380
|
export declare const symRoundedPersonalBagQuestion: string;
|
|
@@ -2297,8 +2397,6 @@ export declare const symRoundedPhoneLocked: string;
|
|
|
2297
2397
|
export declare const symRoundedPhoneMissed: string;
|
|
2298
2398
|
export declare const symRoundedPhonePaused: string;
|
|
2299
2399
|
export declare const symRoundedPhonelinkErase: string;
|
|
2300
|
-
export declare const symRoundedPhonelinkLock: string;
|
|
2301
|
-
export declare const symRoundedPhonelinkOff: string;
|
|
2302
2400
|
export declare const symRoundedPhonelinkRing: string;
|
|
2303
2401
|
export declare const symRoundedPhonelinkRingOff: string;
|
|
2304
2402
|
export declare const symRoundedPhonelinkSetup: string;
|
|
@@ -2563,6 +2661,7 @@ export declare const symRoundedRoundaboutRight: string;
|
|
|
2563
2661
|
export declare const symRoundedRoundedCorner: string;
|
|
2564
2662
|
export declare const symRoundedRoute: string;
|
|
2565
2663
|
export declare const symRoundedRouter: string;
|
|
2664
|
+
export declare const symRoundedRouterOff: string;
|
|
2566
2665
|
export declare const symRoundedRoutine: string;
|
|
2567
2666
|
export declare const symRoundedRowing: string;
|
|
2568
2667
|
export declare const symRoundedRssFeed: string;
|
|
@@ -2634,6 +2733,12 @@ export declare const symRoundedSearchCheck: string;
|
|
|
2634
2733
|
export declare const symRoundedSearchHandsFree: string;
|
|
2635
2734
|
export declare const symRoundedSearchInsights: string;
|
|
2636
2735
|
export declare const symRoundedSearchOff: string;
|
|
2736
|
+
export declare const symRoundedSeatCoolLeft: string;
|
|
2737
|
+
export declare const symRoundedSeatCoolRight: string;
|
|
2738
|
+
export declare const symRoundedSeatHeatLeft: string;
|
|
2739
|
+
export declare const symRoundedSeatHeatRight: string;
|
|
2740
|
+
export declare const symRoundedSeatVentLeft: string;
|
|
2741
|
+
export declare const symRoundedSeatVentRight: string;
|
|
2637
2742
|
export declare const symRoundedSecurity: string;
|
|
2638
2743
|
export declare const symRoundedSecurityKey: string;
|
|
2639
2744
|
export declare const symRoundedSecurityUpdateGood: string;
|
|
@@ -2731,6 +2836,7 @@ export declare const symRoundedShieldLocked: string;
|
|
|
2731
2836
|
export declare const symRoundedShieldMoon: string;
|
|
2732
2837
|
export declare const symRoundedShieldPerson: string;
|
|
2733
2838
|
export declare const symRoundedShieldQuestion: string;
|
|
2839
|
+
export declare const symRoundedShieldWatch: string;
|
|
2734
2840
|
export declare const symRoundedShieldWithHeart: string;
|
|
2735
2841
|
export declare const symRoundedShieldWithHouse: string;
|
|
2736
2842
|
export declare const symRoundedShift: string;
|
|
@@ -2875,6 +2981,10 @@ export declare const symRoundedSpeed: string;
|
|
|
2875
2981
|
export declare const symRoundedSpeedCamera: string;
|
|
2876
2982
|
export declare const symRoundedSpellcheck: string;
|
|
2877
2983
|
export declare const symRoundedSplitScene: string;
|
|
2984
|
+
export declare const symRoundedSplitSceneDown: string;
|
|
2985
|
+
export declare const symRoundedSplitSceneLeft: string;
|
|
2986
|
+
export declare const symRoundedSplitSceneRight: string;
|
|
2987
|
+
export declare const symRoundedSplitSceneUp: string;
|
|
2878
2988
|
export declare const symRoundedSplitscreen: string;
|
|
2879
2989
|
export declare const symRoundedSplitscreenAdd: string;
|
|
2880
2990
|
export declare const symRoundedSplitscreenBottom: string;
|
|
@@ -2931,6 +3041,8 @@ export declare const symRoundedStar: string;
|
|
|
2931
3041
|
export declare const symRoundedStarHalf: string;
|
|
2932
3042
|
export declare const symRoundedStarRate: string;
|
|
2933
3043
|
export declare const symRoundedStarRateHalf: string;
|
|
3044
|
+
export declare const symRoundedStarShine: string;
|
|
3045
|
+
export declare const symRoundedStars2: string;
|
|
2934
3046
|
export declare const symRoundedStars: string;
|
|
2935
3047
|
export declare const symRoundedStart: string;
|
|
2936
3048
|
export declare const symRoundedStat0: string;
|
|
@@ -2941,9 +3053,7 @@ export declare const symRoundedStatMinus1: string;
|
|
|
2941
3053
|
export declare const symRoundedStatMinus2: string;
|
|
2942
3054
|
export declare const symRoundedStatMinus3: string;
|
|
2943
3055
|
export declare const symRoundedStayCurrentLandscape: string;
|
|
2944
|
-
export declare const
|
|
2945
|
-
export declare const symRoundedStayPrimaryLandscape: string;
|
|
2946
|
-
export declare const symRoundedStayPrimaryPortrait: string;
|
|
3056
|
+
export declare const symRoundedSteeringWheelHeat: string;
|
|
2947
3057
|
export declare const symRoundedStep: string;
|
|
2948
3058
|
export declare const symRoundedStepInto: string;
|
|
2949
3059
|
export declare const symRoundedStepOut: string;
|
|
@@ -2992,6 +3102,7 @@ export declare const symRoundedSubject: string;
|
|
|
2992
3102
|
export declare const symRoundedSubscript: string;
|
|
2993
3103
|
export declare const symRoundedSubscriptions: string;
|
|
2994
3104
|
export declare const symRoundedSubtitles: string;
|
|
3105
|
+
export declare const symRoundedSubtitlesGear: string;
|
|
2995
3106
|
export declare const symRoundedSubtitlesOff: string;
|
|
2996
3107
|
export declare const symRoundedSubway: string;
|
|
2997
3108
|
export declare const symRoundedSummarize: string;
|
|
@@ -3026,6 +3137,7 @@ export declare const symRoundedSwipeUpAlt: string;
|
|
|
3026
3137
|
export declare const symRoundedSwipeVertical: string;
|
|
3027
3138
|
export declare const symRoundedSwitch: string;
|
|
3028
3139
|
export declare const symRoundedSwitchAccess2: string;
|
|
3140
|
+
export declare const symRoundedSwitchAccess3: string;
|
|
3029
3141
|
export declare const symRoundedSwitchAccess: string;
|
|
3030
3142
|
export declare const symRoundedSwitchAccessShortcut: string;
|
|
3031
3143
|
export declare const symRoundedSwitchAccessShortcutAdd: string;
|
|
@@ -3061,6 +3173,7 @@ export declare const symRoundedTabInactive: string;
|
|
|
3061
3173
|
export declare const symRoundedTabMove: string;
|
|
3062
3174
|
export declare const symRoundedTabNewRight: string;
|
|
3063
3175
|
export declare const symRoundedTabRecent: string;
|
|
3176
|
+
export declare const symRoundedTabSearch: string;
|
|
3064
3177
|
export declare const symRoundedTabUnselected: string;
|
|
3065
3178
|
export declare const symRoundedTable: string;
|
|
3066
3179
|
export declare const symRoundedTableBar: string;
|
|
@@ -3178,6 +3291,7 @@ export declare const symRoundedToggleOff: string;
|
|
|
3178
3291
|
export declare const symRoundedToggleOn: string;
|
|
3179
3292
|
export declare const symRoundedToken: string;
|
|
3180
3293
|
export declare const symRoundedToll: string;
|
|
3294
|
+
export declare const symRoundedTonality2: string;
|
|
3181
3295
|
export declare const symRoundedTonality: string;
|
|
3182
3296
|
export declare const symRoundedToolbar: string;
|
|
3183
3297
|
export declare const symRoundedToolsFlatHead: string;
|
|
@@ -3313,6 +3427,7 @@ export declare const symRoundedVariableRemove: string;
|
|
|
3313
3427
|
export declare const symRoundedVariables: string;
|
|
3314
3428
|
export declare const symRoundedVentilator: string;
|
|
3315
3429
|
export declare const symRoundedVerified: string;
|
|
3430
|
+
export declare const symRoundedVerifiedOff: string;
|
|
3316
3431
|
export declare const symRoundedVerifiedUser: string;
|
|
3317
3432
|
export declare const symRoundedVerticalAlignBottom: string;
|
|
3318
3433
|
export declare const symRoundedVerticalAlignCenter: string;
|
|
@@ -3364,6 +3479,7 @@ export declare const symRoundedViewSidebar: string;
|
|
|
3364
3479
|
export declare const symRoundedViewStream: string;
|
|
3365
3480
|
export declare const symRoundedViewTimeline: string;
|
|
3366
3481
|
export declare const symRoundedViewWeek: string;
|
|
3482
|
+
export declare const symRoundedVignette2: string;
|
|
3367
3483
|
export declare const symRoundedVignette: string;
|
|
3368
3484
|
export declare const symRoundedVilla: string;
|
|
3369
3485
|
export declare const symRoundedVisibility: string;
|
|
@@ -3375,6 +3491,7 @@ export declare const symRoundedVoiceChat: string;
|
|
|
3375
3491
|
export declare const symRoundedVoiceOverOff: string;
|
|
3376
3492
|
export declare const symRoundedVoiceSelection: string;
|
|
3377
3493
|
export declare const symRoundedVoiceSelectionOff: string;
|
|
3494
|
+
export declare const symRoundedVoicemail2: string;
|
|
3378
3495
|
export declare const symRoundedVoicemail: string;
|
|
3379
3496
|
export declare const symRoundedVolcano: string;
|
|
3380
3497
|
export declare const symRoundedVolumeDown: string;
|
|
@@ -3387,6 +3504,7 @@ export declare const symRoundedVotingChip: string;
|
|
|
3387
3504
|
export declare const symRoundedVpnKey: string;
|
|
3388
3505
|
export declare const symRoundedVpnKeyAlert: string;
|
|
3389
3506
|
export declare const symRoundedVpnKeyOff: string;
|
|
3507
|
+
export declare const symRoundedVpnLock2: string;
|
|
3390
3508
|
export declare const symRoundedVpnLock: string;
|
|
3391
3509
|
export declare const symRoundedVr180Create2d: string;
|
|
3392
3510
|
export declare const symRoundedVr180Create2dOff: string;
|
|
@@ -3396,12 +3514,15 @@ export declare const symRoundedWallLamp: string;
|
|
|
3396
3514
|
export declare const symRoundedWallet: string;
|
|
3397
3515
|
export declare const symRoundedWallpaper: string;
|
|
3398
3516
|
export declare const symRoundedWallpaperSlideshow: string;
|
|
3517
|
+
export declare const symRoundedWandShine: string;
|
|
3518
|
+
export declare const symRoundedWandStars: string;
|
|
3399
3519
|
export declare const symRoundedWard: string;
|
|
3400
3520
|
export declare const symRoundedWarehouse: string;
|
|
3401
3521
|
export declare const symRoundedWarning: string;
|
|
3402
3522
|
export declare const symRoundedWarningOff: string;
|
|
3403
3523
|
export declare const symRoundedWash: string;
|
|
3404
3524
|
export declare const symRoundedWatch: string;
|
|
3525
|
+
export declare const symRoundedWatchArrow: string;
|
|
3405
3526
|
export declare const symRoundedWatchButtonPress: string;
|
|
3406
3527
|
export declare const symRoundedWatchCheck: string;
|
|
3407
3528
|
export declare const symRoundedWatchOff: string;
|
|
@@ -3482,6 +3603,9 @@ export declare const symRoundedWindow: string;
|
|
|
3482
3603
|
export declare const symRoundedWindowClosed: string;
|
|
3483
3604
|
export declare const symRoundedWindowOpen: string;
|
|
3484
3605
|
export declare const symRoundedWindowSensor: string;
|
|
3606
|
+
export declare const symRoundedWindshieldDefrostFront: string;
|
|
3607
|
+
export declare const symRoundedWindshieldDefrostRear: string;
|
|
3608
|
+
export declare const symRoundedWindshieldHeatFront: string;
|
|
3485
3609
|
export declare const symRoundedWineBar: string;
|
|
3486
3610
|
export declare const symRoundedWoman2: string;
|
|
3487
3611
|
export declare const symRoundedWoman: string;
|