@quasar/extras 1.16.9 → 1.16.11
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 +15 -15
- package/bootstrap-icons/LICENSE +1 -1
- package/bootstrap-icons/bootstrap-icons.css +2 -2
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1 -1
- package/bootstrap-icons/index.js +1129 -1129
- package/bootstrap-icons/index.mjs +1129 -1129
- 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 +10 -1
- package/fontawesome-v6/icons.json +3 -0
- package/fontawesome-v6/index.d.ts +4 -1
- package/fontawesome-v6/index.js +9 -6
- package/fontawesome-v6/index.mjs +9 -6
- package/ionicons-v7/icons.json +17 -0
- package/ionicons-v7/index.d.ts +18 -1
- package/ionicons-v7/index.js +26 -9
- package/ionicons-v7/index.mjs +26 -9
- package/material-symbols-outlined/icons.json +74 -4
- package/material-symbols-outlined/index.d.ts +74 -4
- package/material-symbols-outlined/index.js +156 -86
- package/material-symbols-outlined/index.mjs +156 -86
- package/material-symbols-outlined/update.sh +0 -0
- 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 +74 -4
- package/material-symbols-rounded/index.d.ts +74 -4
- package/material-symbols-rounded/index.js +544 -474
- package/material-symbols-rounded/index.mjs +544 -474
- package/material-symbols-rounded/update.sh +0 -0
- 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 +74 -4
- package/material-symbols-sharp/index.d.ts +74 -4
- package/material-symbols-sharp/index.js +155 -85
- package/material-symbols-sharp/index.mjs +155 -85
- package/material-symbols-sharp/update.sh +0 -0
- 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/mdi-v3/materialdesignicons-webfont.woff +0 -0
- package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/license.md +20 -20
- package/mdi-v7/icons.json +80 -0
- package/mdi-v7/index.d.ts +81 -1
- package/mdi-v7/index.js +85 -5
- package/mdi-v7/index.mjs +85 -5
- package/mdi-v7/materialdesignicons-webfont.woff +0 -0
- package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v7/mdi-v7.css +321 -1
- package/package.json +11 -11
- package/themify/themify.css +0 -0
|
@@ -85,6 +85,8 @@ export declare const symRoundedAdGroup: string;
|
|
|
85
85
|
export declare const symRoundedAdGroupOff: string;
|
|
86
86
|
export declare const symRoundedAdOff: string;
|
|
87
87
|
export declare const symRoundedAdUnits: string;
|
|
88
|
+
export declare const symRoundedAdaptiveAudioMic: string;
|
|
89
|
+
export declare const symRoundedAdaptiveAudioMicOff: string;
|
|
88
90
|
export declare const symRoundedAdb: string;
|
|
89
91
|
export declare const symRoundedAdd: string;
|
|
90
92
|
export declare const symRoundedAddAPhoto: string;
|
|
@@ -97,6 +99,7 @@ export declare const symRoundedAddCard: string;
|
|
|
97
99
|
export declare const symRoundedAddChart: string;
|
|
98
100
|
export declare const symRoundedAddCircle: string;
|
|
99
101
|
export declare const symRoundedAddComment: string;
|
|
102
|
+
export declare const symRoundedAddDiamond: string;
|
|
100
103
|
export declare const symRoundedAddHome: string;
|
|
101
104
|
export declare const symRoundedAddHomeWork: string;
|
|
102
105
|
export declare const symRoundedAddLink: string;
|
|
@@ -221,6 +224,7 @@ export declare const symRoundedArrowCircleDown: string;
|
|
|
221
224
|
export declare const symRoundedArrowCircleLeft: string;
|
|
222
225
|
export declare const symRoundedArrowCircleRight: string;
|
|
223
226
|
export declare const symRoundedArrowCircleUp: string;
|
|
227
|
+
export declare const symRoundedArrowCoolDown: string;
|
|
224
228
|
export declare const symRoundedArrowDownward: string;
|
|
225
229
|
export declare const symRoundedArrowDownwardAlt: string;
|
|
226
230
|
export declare const symRoundedArrowDropDown: string;
|
|
@@ -242,6 +246,7 @@ export declare const symRoundedArrowTopLeft: string;
|
|
|
242
246
|
export declare const symRoundedArrowTopRight: string;
|
|
243
247
|
export declare const symRoundedArrowUpward: string;
|
|
244
248
|
export declare const symRoundedArrowUpwardAlt: string;
|
|
249
|
+
export declare const symRoundedArrowWarmUp: string;
|
|
245
250
|
export declare const symRoundedArrowsMoreDown: string;
|
|
246
251
|
export declare const symRoundedArrowsMoreUp: string;
|
|
247
252
|
export declare const symRoundedArrowsOutward: string;
|
|
@@ -269,6 +274,7 @@ export declare const symRoundedAtr: string;
|
|
|
269
274
|
export declare const symRoundedAttachEmail: string;
|
|
270
275
|
export declare const symRoundedAttachFile: string;
|
|
271
276
|
export declare const symRoundedAttachFileAdd: string;
|
|
277
|
+
export declare const symRoundedAttachFileOff: string;
|
|
272
278
|
export declare const symRoundedAttachMoney: string;
|
|
273
279
|
export declare const symRoundedAttachment: string;
|
|
274
280
|
export declare const symRoundedAttractions: string;
|
|
@@ -289,7 +295,9 @@ export declare const symRoundedAutopause: string;
|
|
|
289
295
|
export declare const symRoundedAutoplay: string;
|
|
290
296
|
export declare const symRoundedAutorenew: string;
|
|
291
297
|
export declare const symRoundedAutostop: string;
|
|
298
|
+
export declare const symRoundedAv1: string;
|
|
292
299
|
export declare const symRoundedAvTimer: string;
|
|
300
|
+
export declare const symRoundedAvc: string;
|
|
293
301
|
export declare const symRoundedAvgPace: string;
|
|
294
302
|
export declare const symRoundedAvgTime: string;
|
|
295
303
|
export declare const symRoundedAwardStar: string;
|
|
@@ -302,6 +310,7 @@ export declare const symRoundedBackgroundDotSmall: string;
|
|
|
302
310
|
export declare const symRoundedBackgroundGridSmall: string;
|
|
303
311
|
export declare const symRoundedBackgroundReplace: string;
|
|
304
312
|
export declare const symRoundedBacklightHigh: string;
|
|
313
|
+
export declare const symRoundedBacklightHighOff: string;
|
|
305
314
|
export declare const symRoundedBacklightLow: string;
|
|
306
315
|
export declare const symRoundedBackpack: string;
|
|
307
316
|
export declare const symRoundedBackspace: string;
|
|
@@ -429,6 +438,7 @@ export declare const symRoundedBoxAdd: string;
|
|
|
429
438
|
export declare const symRoundedBoxEdit: string;
|
|
430
439
|
export declare const symRoundedBoy: string;
|
|
431
440
|
export declare const symRoundedBrandAwareness: string;
|
|
441
|
+
export declare const symRoundedBrandFamily: string;
|
|
432
442
|
export declare const symRoundedBrandingWatermark: string;
|
|
433
443
|
export declare const symRoundedBreakfastDining: string;
|
|
434
444
|
export declare const symRoundedBreakingNews: string;
|
|
@@ -473,6 +483,7 @@ export declare const symRoundedButtonsAlt: string;
|
|
|
473
483
|
export declare const symRoundedCabin: string;
|
|
474
484
|
export declare const symRoundedCable: string;
|
|
475
485
|
export declare const symRoundedCached: string;
|
|
486
|
+
export declare const symRoundedCadence: string;
|
|
476
487
|
export declare const symRoundedCake: string;
|
|
477
488
|
export declare const symRoundedCakeAdd: string;
|
|
478
489
|
export declare const symRoundedCalculate: string;
|
|
@@ -515,8 +526,10 @@ export declare const symRoundedCapture: string;
|
|
|
515
526
|
export declare const symRoundedCarCrash: string;
|
|
516
527
|
export declare const symRoundedCarRental: string;
|
|
517
528
|
export declare const symRoundedCarRepair: string;
|
|
529
|
+
export declare const symRoundedCarTag: string;
|
|
518
530
|
export declare const symRoundedCardMembership: string;
|
|
519
531
|
export declare const symRoundedCardTravel: string;
|
|
532
|
+
export declare const symRoundedCardioLoad: string;
|
|
520
533
|
export declare const symRoundedCardiology: string;
|
|
521
534
|
export declare const symRoundedCards: string;
|
|
522
535
|
export declare const symRoundedCarpenter: string;
|
|
@@ -605,6 +618,7 @@ export declare const symRoundedClose: string;
|
|
|
605
618
|
export declare const symRoundedCloseFullscreen: string;
|
|
606
619
|
export declare const symRoundedCloseSmall: string;
|
|
607
620
|
export declare const symRoundedClosedCaption: string;
|
|
621
|
+
export declare const symRoundedClosedCaptionAdd: string;
|
|
608
622
|
export declare const symRoundedClosedCaptionDisabled: string;
|
|
609
623
|
export declare const symRoundedCloud: string;
|
|
610
624
|
export declare const symRoundedCloudCircle: string;
|
|
@@ -627,6 +641,7 @@ export declare const symRoundedCollapseContent: string;
|
|
|
627
641
|
export declare const symRoundedCollectionsBookmark: string;
|
|
628
642
|
export declare const symRoundedColorize: string;
|
|
629
643
|
export declare const symRoundedColors: string;
|
|
644
|
+
export declare const symRoundedComedyMask: string;
|
|
630
645
|
export declare const symRoundedComicBubble: string;
|
|
631
646
|
export declare const symRoundedComment: string;
|
|
632
647
|
export declare const symRoundedCommentBank: string;
|
|
@@ -669,7 +684,9 @@ export declare const symRoundedContract: string;
|
|
|
669
684
|
export declare const symRoundedContractDelete: string;
|
|
670
685
|
export declare const symRoundedContractEdit: string;
|
|
671
686
|
export declare const symRoundedContrast: string;
|
|
687
|
+
export declare const symRoundedContrastCircle: string;
|
|
672
688
|
export declare const symRoundedContrastRtlOff: string;
|
|
689
|
+
export declare const symRoundedContrastSquare: string;
|
|
673
690
|
export declare const symRoundedControlCamera: string;
|
|
674
691
|
export declare const symRoundedControlPointDuplicate: string;
|
|
675
692
|
export declare const symRoundedControllerGen: string;
|
|
@@ -950,6 +967,7 @@ export declare const symRoundedElectricalServices: string;
|
|
|
950
967
|
export declare const symRoundedElevation: string;
|
|
951
968
|
export declare const symRoundedElevator: string;
|
|
952
969
|
export declare const symRoundedEmergency: string;
|
|
970
|
+
export declare const symRoundedEmergencyHeat2: string;
|
|
953
971
|
export declare const symRoundedEmergencyHeat: string;
|
|
954
972
|
export declare const symRoundedEmergencyHome: string;
|
|
955
973
|
export declare const symRoundedEmergencyRecording: string;
|
|
@@ -958,6 +976,7 @@ export declare const symRoundedEmergencyShareOff: string;
|
|
|
958
976
|
export declare const symRoundedEmojiEvents: string;
|
|
959
977
|
export declare const symRoundedEmojiFlags: string;
|
|
960
978
|
export declare const symRoundedEmojiFoodBeverage: string;
|
|
979
|
+
export declare const symRoundedEmojiLanguage: string;
|
|
961
980
|
export declare const symRoundedEmojiNature: string;
|
|
962
981
|
export declare const symRoundedEmojiObjects: string;
|
|
963
982
|
export declare const symRoundedEmojiPeople: string;
|
|
@@ -1025,6 +1044,7 @@ export declare const symRoundedExposurePlus2: string;
|
|
|
1025
1044
|
export declare const symRoundedExposureZero: string;
|
|
1026
1045
|
export declare const symRoundedExtension: string;
|
|
1027
1046
|
export declare const symRoundedExtensionOff: string;
|
|
1047
|
+
export declare const symRoundedEyeTracking: string;
|
|
1028
1048
|
export declare const symRoundedEyeglasses: string;
|
|
1029
1049
|
export declare const symRoundedFace2: string;
|
|
1030
1050
|
export declare const symRoundedFace3: string;
|
|
@@ -1067,6 +1087,7 @@ export declare const symRoundedFiberNew: string;
|
|
|
1067
1087
|
export declare const symRoundedFiberPin: string;
|
|
1068
1088
|
export declare const symRoundedFiberSmartRecord: string;
|
|
1069
1089
|
export declare const symRoundedFileCopy: string;
|
|
1090
|
+
export declare const symRoundedFileCopyOff: string;
|
|
1070
1091
|
export declare const symRoundedFileDownloadDone: string;
|
|
1071
1092
|
export declare const symRoundedFileDownloadOff: string;
|
|
1072
1093
|
export declare const symRoundedFileMap: string;
|
|
@@ -1105,6 +1126,7 @@ export declare const symRoundedFinanceMode: string;
|
|
|
1105
1126
|
export declare const symRoundedFindInPage: string;
|
|
1106
1127
|
export declare const symRoundedFindReplace: string;
|
|
1107
1128
|
export declare const symRoundedFingerprint: string;
|
|
1129
|
+
export declare const symRoundedFingerprintOff: string;
|
|
1108
1130
|
export declare const symRoundedFireExtinguisher: string;
|
|
1109
1131
|
export declare const symRoundedFireHydrant: string;
|
|
1110
1132
|
export declare const symRoundedFireTruck: string;
|
|
@@ -1155,6 +1177,7 @@ export declare const symRoundedFolder: string;
|
|
|
1155
1177
|
export declare const symRoundedFolderCopy: string;
|
|
1156
1178
|
export declare const symRoundedFolderData: string;
|
|
1157
1179
|
export declare const symRoundedFolderDelete: string;
|
|
1180
|
+
export declare const symRoundedFolderLimited: string;
|
|
1158
1181
|
export declare const symRoundedFolderManaged: string;
|
|
1159
1182
|
export declare const symRoundedFolderOff: string;
|
|
1160
1183
|
export declare const symRoundedFolderOpen: string;
|
|
@@ -1216,6 +1239,7 @@ export declare const symRoundedFormatTextOverflow: string;
|
|
|
1216
1239
|
export declare const symRoundedFormatTextWrap: string;
|
|
1217
1240
|
export declare const symRoundedFormatTextdirectionLToR: string;
|
|
1218
1241
|
export declare const symRoundedFormatTextdirectionRToL: string;
|
|
1242
|
+
export declare const symRoundedFormatTextdirectionVertical: string;
|
|
1219
1243
|
export declare const symRoundedFormatUnderlined: string;
|
|
1220
1244
|
export declare const symRoundedFormatUnderlinedSquiggle: string;
|
|
1221
1245
|
export declare const symRoundedFormsAddOn: string;
|
|
@@ -1232,6 +1256,7 @@ export declare const symRoundedForwardToInbox: string;
|
|
|
1232
1256
|
export declare const symRoundedFoundation: string;
|
|
1233
1257
|
export declare const symRoundedFrameInspect: string;
|
|
1234
1258
|
export declare const symRoundedFramePerson: string;
|
|
1259
|
+
export declare const symRoundedFramePersonMic: string;
|
|
1235
1260
|
export declare const symRoundedFramePersonOff: string;
|
|
1236
1261
|
export declare const symRoundedFrameReload: string;
|
|
1237
1262
|
export declare const symRoundedFrameSource: string;
|
|
@@ -1304,6 +1329,7 @@ export declare const symRoundedGroupedBarChart: string;
|
|
|
1304
1329
|
export declare const symRoundedGroups2: string;
|
|
1305
1330
|
export declare const symRoundedGroups3: string;
|
|
1306
1331
|
export declare const symRoundedGroups: string;
|
|
1332
|
+
export declare const symRoundedGuardian: string;
|
|
1307
1333
|
export declare const symRoundedGynecology: string;
|
|
1308
1334
|
export declare const symRoundedHMobiledata: string;
|
|
1309
1335
|
export declare const symRoundedHMobiledataBadge: string;
|
|
@@ -1313,6 +1339,7 @@ export declare const symRoundedHail: string;
|
|
|
1313
1339
|
export declare const symRoundedHallway: string;
|
|
1314
1340
|
export declare const symRoundedHandBones: string;
|
|
1315
1341
|
export declare const symRoundedHandGesture: string;
|
|
1342
|
+
export declare const symRoundedHandheldController: string;
|
|
1316
1343
|
export declare const symRoundedHandshake: string;
|
|
1317
1344
|
export declare const symRoundedHandyman: string;
|
|
1318
1345
|
export declare const symRoundedHangoutVideo: string;
|
|
@@ -1332,6 +1359,7 @@ export declare const symRoundedHdrPlus: string;
|
|
|
1332
1359
|
export declare const symRoundedHdrPlusOff: string;
|
|
1333
1360
|
export declare const symRoundedHdrStrong: string;
|
|
1334
1361
|
export declare const symRoundedHdrWeak: string;
|
|
1362
|
+
export declare const symRoundedHeadMountedDevice: string;
|
|
1335
1363
|
export declare const symRoundedHeadphones: string;
|
|
1336
1364
|
export declare const symRoundedHeadphonesBattery: string;
|
|
1337
1365
|
export declare const symRoundedHeadsetMic: string;
|
|
@@ -1378,6 +1406,7 @@ export declare const symRoundedHighlighterSize5: string;
|
|
|
1378
1406
|
export declare const symRoundedHiking: string;
|
|
1379
1407
|
export declare const symRoundedHistory: string;
|
|
1380
1408
|
export declare const symRoundedHistoryEdu: string;
|
|
1409
|
+
export declare const symRoundedHistoryOff: string;
|
|
1381
1410
|
export declare const symRoundedHistoryToggleOff: string;
|
|
1382
1411
|
export declare const symRoundedHive: string;
|
|
1383
1412
|
export declare const symRoundedHls: string;
|
|
@@ -1429,6 +1458,7 @@ export declare const symRoundedHumidityPercentage: string;
|
|
|
1429
1458
|
export declare const symRoundedHvac: string;
|
|
1430
1459
|
export declare const symRoundedIceSkating: string;
|
|
1431
1460
|
export declare const symRoundedIcecream: string;
|
|
1461
|
+
export declare const symRoundedIdCard: string;
|
|
1432
1462
|
export declare const symRoundedIfl: string;
|
|
1433
1463
|
export declare const symRoundedIframe: string;
|
|
1434
1464
|
export declare const symRoundedIframeOff: string;
|
|
@@ -1486,6 +1516,9 @@ export declare const symRoundedJoystick: string;
|
|
|
1486
1516
|
export declare const symRoundedJumpToElement: string;
|
|
1487
1517
|
export declare const symRoundedKayaking: string;
|
|
1488
1518
|
export declare const symRoundedKebabDining: string;
|
|
1519
|
+
export declare const symRoundedKeep: string;
|
|
1520
|
+
export declare const symRoundedKeepOff: string;
|
|
1521
|
+
export declare const symRoundedKeepPublic: string;
|
|
1489
1522
|
export declare const symRoundedKettle: string;
|
|
1490
1523
|
export declare const symRoundedKey: string;
|
|
1491
1524
|
export declare const symRoundedKeyOff: string;
|
|
@@ -1517,7 +1550,6 @@ export declare const symRoundedKeyboardPreviousLanguage: string;
|
|
|
1517
1550
|
export declare const symRoundedKeyboardReturn: string;
|
|
1518
1551
|
export declare const symRoundedKeyboardTab: string;
|
|
1519
1552
|
export declare const symRoundedKeyboardTabRtl: string;
|
|
1520
|
-
export declare const symRoundedKeyboardVoice: string;
|
|
1521
1553
|
export declare const symRoundedKidStar: string;
|
|
1522
1554
|
export declare const symRoundedKingBed: string;
|
|
1523
1555
|
export declare const symRoundedKitchen: string;
|
|
@@ -1530,6 +1562,8 @@ export declare const symRoundedLabelImportant: string;
|
|
|
1530
1562
|
export declare const symRoundedLabelOff: string;
|
|
1531
1563
|
export declare const symRoundedLabs: string;
|
|
1532
1564
|
export declare const symRoundedLan: string;
|
|
1565
|
+
export declare const symRoundedLandscape2: string;
|
|
1566
|
+
export declare const symRoundedLandscape2Off: string;
|
|
1533
1567
|
export declare const symRoundedLandscape: string;
|
|
1534
1568
|
export declare const symRoundedLandslide: string;
|
|
1535
1569
|
export declare const symRoundedLanguage: string;
|
|
@@ -1710,6 +1744,8 @@ export declare const symRoundedMeasuringTape: string;
|
|
|
1710
1744
|
export declare const symRoundedMediaBluetoothOff: string;
|
|
1711
1745
|
export declare const symRoundedMediaBluetoothOn: string;
|
|
1712
1746
|
export declare const symRoundedMediaLink: string;
|
|
1747
|
+
export declare const symRoundedMediaOutput: string;
|
|
1748
|
+
export declare const symRoundedMediaOutputOff: string;
|
|
1713
1749
|
export declare const symRoundedMediation: string;
|
|
1714
1750
|
export declare const symRoundedMedicalInformation: string;
|
|
1715
1751
|
export declare const symRoundedMedicalMask: string;
|
|
@@ -1946,7 +1982,6 @@ export declare const symRoundedNotAccessible: string;
|
|
|
1946
1982
|
export declare const symRoundedNotAccessibleForward: string;
|
|
1947
1983
|
export declare const symRoundedNotListedLocation: string;
|
|
1948
1984
|
export declare const symRoundedNotStarted: string;
|
|
1949
|
-
export declare const symRoundedNote: string;
|
|
1950
1985
|
export declare const symRoundedNoteAdd: string;
|
|
1951
1986
|
export declare const symRoundedNoteAlt: string;
|
|
1952
1987
|
export declare const symRoundedNoteStack: string;
|
|
@@ -1966,6 +2001,7 @@ export declare const symRoundedOds: string;
|
|
|
1966
2001
|
export declare const symRoundedOdt: string;
|
|
1967
2002
|
export declare const symRoundedOfflineBolt: string;
|
|
1968
2003
|
export declare const symRoundedOfflinePin: string;
|
|
2004
|
+
export declare const symRoundedOfflinePinOff: string;
|
|
1969
2005
|
export declare const symRoundedOfflineShare: string;
|
|
1970
2006
|
export declare const symRoundedOilBarrel: string;
|
|
1971
2007
|
export declare const symRoundedOnDeviceTraining: string;
|
|
@@ -1981,6 +2017,7 @@ export declare const symRoundedOpenInNewDown: string;
|
|
|
1981
2017
|
export declare const symRoundedOpenInNewOff: string;
|
|
1982
2018
|
export declare const symRoundedOpenInPhone: string;
|
|
1983
2019
|
export declare const symRoundedOpenJam: string;
|
|
2020
|
+
export declare const symRoundedOpenRun: string;
|
|
1984
2021
|
export declare const symRoundedOpenWith: string;
|
|
1985
2022
|
export declare const symRoundedOphthalmology: string;
|
|
1986
2023
|
export declare const symRoundedOralDisease: string;
|
|
@@ -2037,6 +2074,8 @@ export declare const symRoundedPartnerExchange: string;
|
|
|
2037
2074
|
export declare const symRoundedPartnerReports: string;
|
|
2038
2075
|
export declare const symRoundedPartyMode: string;
|
|
2039
2076
|
export declare const symRoundedPasskey: string;
|
|
2077
|
+
export declare const symRoundedPassword2: string;
|
|
2078
|
+
export declare const symRoundedPassword2Off: string;
|
|
2040
2079
|
export declare const symRoundedPassword: string;
|
|
2041
2080
|
export declare const symRoundedPatientList: string;
|
|
2042
2081
|
export declare const symRoundedPattern: string;
|
|
@@ -2075,6 +2114,7 @@ export declare const symRoundedPersonBook: string;
|
|
|
2075
2114
|
export declare const symRoundedPersonCancel: string;
|
|
2076
2115
|
export declare const symRoundedPersonCelebrate: string;
|
|
2077
2116
|
export declare const symRoundedPersonCheck: string;
|
|
2117
|
+
export declare const symRoundedPersonEdit: string;
|
|
2078
2118
|
export declare const symRoundedPersonOff: string;
|
|
2079
2119
|
export declare const symRoundedPersonPin: string;
|
|
2080
2120
|
export declare const symRoundedPersonPinCircle: string;
|
|
@@ -2156,7 +2196,6 @@ export declare const symRoundedPlayDisabled: string;
|
|
|
2156
2196
|
export declare const symRoundedPlayForWork: string;
|
|
2157
2197
|
export declare const symRoundedPlayLesson: string;
|
|
2158
2198
|
export declare const symRoundedPlayPause: string;
|
|
2159
|
-
export declare const symRoundedPlayShapes: string;
|
|
2160
2199
|
export declare const symRoundedPlayingCards: string;
|
|
2161
2200
|
export declare const symRoundedPlaylistAdd: string;
|
|
2162
2201
|
export declare const symRoundedPlaylistAddCheck: string;
|
|
@@ -2170,6 +2209,7 @@ export declare const symRoundedPodiatry: string;
|
|
|
2170
2209
|
export declare const symRoundedPodium: string;
|
|
2171
2210
|
export declare const symRoundedPointOfSale: string;
|
|
2172
2211
|
export declare const symRoundedPointScan: string;
|
|
2212
|
+
export declare const symRoundedPokerChip: string;
|
|
2173
2213
|
export declare const symRoundedPolicy: string;
|
|
2174
2214
|
export declare const symRoundedPolyline: string;
|
|
2175
2215
|
export declare const symRoundedPolymer: string;
|
|
@@ -2213,6 +2253,7 @@ export declare const symRoundedProcessChart: string;
|
|
|
2213
2253
|
export declare const symRoundedProductionQuantityLimits: string;
|
|
2214
2254
|
export declare const symRoundedProductivity: string;
|
|
2215
2255
|
export declare const symRoundedProgressActivity: string;
|
|
2256
|
+
export declare const symRoundedPromptSuggestion: string;
|
|
2216
2257
|
export declare const symRoundedPropane: string;
|
|
2217
2258
|
export declare const symRoundedPropaneTank: string;
|
|
2218
2259
|
export declare const symRoundedPsychiatry: string;
|
|
@@ -2225,7 +2266,6 @@ export declare const symRoundedPublishedWithChanges: string;
|
|
|
2225
2266
|
export declare const symRoundedPulmonology: string;
|
|
2226
2267
|
export declare const symRoundedPulseAlert: string;
|
|
2227
2268
|
export declare const symRoundedPunchClock: string;
|
|
2228
|
-
export declare const symRoundedPushPin: string;
|
|
2229
2269
|
export declare const symRoundedQrCode2: string;
|
|
2230
2270
|
export declare const symRoundedQrCode2Add: string;
|
|
2231
2271
|
export declare const symRoundedQrCode: string;
|
|
@@ -2273,6 +2313,7 @@ export declare const symRoundedReceipt: string;
|
|
|
2273
2313
|
export declare const symRoundedReceiptLong: string;
|
|
2274
2314
|
export declare const symRoundedRecentActors: string;
|
|
2275
2315
|
export declare const symRoundedRecentPatient: string;
|
|
2316
|
+
export declare const symRoundedRecenter: string;
|
|
2276
2317
|
export declare const symRoundedRecommend: string;
|
|
2277
2318
|
export declare const symRoundedRecordVoiceOver: string;
|
|
2278
2319
|
export declare const symRoundedRectangle: string;
|
|
@@ -2415,6 +2456,7 @@ export declare const symRoundedSdk: string;
|
|
|
2415
2456
|
export declare const symRoundedSearch: string;
|
|
2416
2457
|
export declare const symRoundedSearchCheck: string;
|
|
2417
2458
|
export declare const symRoundedSearchHandsFree: string;
|
|
2459
|
+
export declare const symRoundedSearchInsights: string;
|
|
2418
2460
|
export declare const symRoundedSearchOff: string;
|
|
2419
2461
|
export declare const symRoundedSecurity: string;
|
|
2420
2462
|
export declare const symRoundedSecurityKey: string;
|
|
@@ -2425,6 +2467,7 @@ export declare const symRoundedSelect: string;
|
|
|
2425
2467
|
export declare const symRoundedSelectAll: string;
|
|
2426
2468
|
export declare const symRoundedSelectCheckBox: string;
|
|
2427
2469
|
export declare const symRoundedSelectToSpeak: string;
|
|
2470
|
+
export declare const symRoundedSelectWindow2: string;
|
|
2428
2471
|
export declare const symRoundedSelectWindow: string;
|
|
2429
2472
|
export declare const symRoundedSelectWindowOff: string;
|
|
2430
2473
|
export declare const symRoundedSelfCare: string;
|
|
@@ -2455,6 +2498,7 @@ export declare const symRoundedSentimentStressed: string;
|
|
|
2455
2498
|
export declare const symRoundedSentimentVeryDissatisfied: string;
|
|
2456
2499
|
export declare const symRoundedSentimentVerySatisfied: string;
|
|
2457
2500
|
export declare const symRoundedSentimentWorried: string;
|
|
2501
|
+
export declare const symRoundedSerif: string;
|
|
2458
2502
|
export declare const symRoundedServiceToolbox: string;
|
|
2459
2503
|
export declare const symRoundedSetMeal: string;
|
|
2460
2504
|
export declare const symRoundedSettings: string;
|
|
@@ -2519,6 +2563,7 @@ export declare const symRoundedShoppingBag: string;
|
|
|
2519
2563
|
export declare const symRoundedShoppingBasket: string;
|
|
2520
2564
|
export declare const symRoundedShoppingCart: string;
|
|
2521
2565
|
export declare const symRoundedShoppingCartCheckout: string;
|
|
2566
|
+
export declare const symRoundedShoppingCartOff: string;
|
|
2522
2567
|
export declare const symRoundedShoppingmode: string;
|
|
2523
2568
|
export declare const symRoundedShortStay: string;
|
|
2524
2569
|
export declare const symRoundedShortText: string;
|
|
@@ -2567,12 +2612,15 @@ export declare const symRoundedSkilletCooktop: string;
|
|
|
2567
2612
|
export declare const symRoundedSkipNext: string;
|
|
2568
2613
|
export declare const symRoundedSkipPrevious: string;
|
|
2569
2614
|
export declare const symRoundedSkull: string;
|
|
2615
|
+
export declare const symRoundedSlabSerif: string;
|
|
2570
2616
|
export declare const symRoundedSledding: string;
|
|
2571
2617
|
export declare const symRoundedSleepScore: string;
|
|
2572
2618
|
export declare const symRoundedSlideLibrary: string;
|
|
2573
2619
|
export declare const symRoundedSliders: string;
|
|
2574
2620
|
export declare const symRoundedSlideshow: string;
|
|
2575
2621
|
export declare const symRoundedSlowMotionVideo: string;
|
|
2622
|
+
export declare const symRoundedSmartCardReader: string;
|
|
2623
|
+
export declare const symRoundedSmartCardReaderOff: string;
|
|
2576
2624
|
export declare const symRoundedSmartDisplay: string;
|
|
2577
2625
|
export declare const symRoundedSmartOutlet: string;
|
|
2578
2626
|
export declare const symRoundedSmartScreen: string;
|
|
@@ -2612,6 +2660,7 @@ export declare const symRoundedSpaceBar: string;
|
|
|
2612
2660
|
export declare const symRoundedSpaceDashboard: string;
|
|
2613
2661
|
export declare const symRoundedSpatialAudio: string;
|
|
2614
2662
|
export declare const symRoundedSpatialAudioOff: string;
|
|
2663
|
+
export declare const symRoundedSpatialSpeaker: string;
|
|
2615
2664
|
export declare const symRoundedSpatialTracking: string;
|
|
2616
2665
|
export declare const symRoundedSpeaker: string;
|
|
2617
2666
|
export declare const symRoundedSpeakerGroup: string;
|
|
@@ -2621,13 +2670,23 @@ export declare const symRoundedSpeakerPhone: string;
|
|
|
2621
2670
|
export declare const symRoundedSpecialCharacter: string;
|
|
2622
2671
|
export declare const symRoundedSpecificGravity: string;
|
|
2623
2672
|
export declare const symRoundedSpeechToText: string;
|
|
2673
|
+
export declare const symRoundedSpeed025: string;
|
|
2674
|
+
export declare const symRoundedSpeed05: string;
|
|
2675
|
+
export declare const symRoundedSpeed075: string;
|
|
2676
|
+
export declare const symRoundedSpeed125: string;
|
|
2677
|
+
export declare const symRoundedSpeed12: string;
|
|
2678
|
+
export declare const symRoundedSpeed15: string;
|
|
2679
|
+
export declare const symRoundedSpeed175: string;
|
|
2680
|
+
export declare const symRoundedSpeed2x: string;
|
|
2624
2681
|
export declare const symRoundedSpeed: string;
|
|
2625
2682
|
export declare const symRoundedSpellcheck: string;
|
|
2626
2683
|
export declare const symRoundedSplitscreen: string;
|
|
2684
|
+
export declare const symRoundedSplitscreenAdd: string;
|
|
2627
2685
|
export declare const symRoundedSplitscreenBottom: string;
|
|
2628
2686
|
export declare const symRoundedSplitscreenLeft: string;
|
|
2629
2687
|
export declare const symRoundedSplitscreenRight: string;
|
|
2630
2688
|
export declare const symRoundedSplitscreenTop: string;
|
|
2689
|
+
export declare const symRoundedSplitscreenVerticalAdd: string;
|
|
2631
2690
|
export declare const symRoundedSpo2: string;
|
|
2632
2691
|
export declare const symRoundedSpoke: string;
|
|
2633
2692
|
export declare const symRoundedSports: string;
|
|
@@ -2847,6 +2906,7 @@ export declare const symRoundedTextSelectMoveUp: string;
|
|
|
2847
2906
|
export declare const symRoundedTextSelectStart: string;
|
|
2848
2907
|
export declare const symRoundedTextSnippet: string;
|
|
2849
2908
|
export declare const symRoundedTextToSpeech: string;
|
|
2909
|
+
export declare const symRoundedTextUp: string;
|
|
2850
2910
|
export declare const symRoundedTexture: string;
|
|
2851
2911
|
export declare const symRoundedTextureAdd: string;
|
|
2852
2912
|
export declare const symRoundedTextureMinus: string;
|
|
@@ -2861,6 +2921,7 @@ export declare const symRoundedThermostat: string;
|
|
|
2861
2921
|
export declare const symRoundedThermostatAuto: string;
|
|
2862
2922
|
export declare const symRoundedThermostatCarbon: string;
|
|
2863
2923
|
export declare const symRoundedThingsToDo: string;
|
|
2924
|
+
export declare const symRoundedThreadUnread: string;
|
|
2864
2925
|
export declare const symRoundedThumbDown: string;
|
|
2865
2926
|
export declare const symRoundedThumbUp: string;
|
|
2866
2927
|
export declare const symRoundedThumbnailBar: string;
|
|
@@ -2877,8 +2938,12 @@ export declare const symRoundedTimer10Select: string;
|
|
|
2877
2938
|
export declare const symRoundedTimer3: string;
|
|
2878
2939
|
export declare const symRoundedTimer3Alt1: string;
|
|
2879
2940
|
export declare const symRoundedTimer3Select: string;
|
|
2941
|
+
export declare const symRoundedTimer5: string;
|
|
2942
|
+
export declare const symRoundedTimer5Shutter: string;
|
|
2880
2943
|
export declare const symRoundedTimer: string;
|
|
2881
2944
|
export declare const symRoundedTimerOff: string;
|
|
2945
|
+
export declare const symRoundedTimerPause: string;
|
|
2946
|
+
export declare const symRoundedTimerPlay: string;
|
|
2882
2947
|
export declare const symRoundedTireRepair: string;
|
|
2883
2948
|
export declare const symRoundedTitle: string;
|
|
2884
2949
|
export declare const symRoundedToast: string;
|
|
@@ -2905,11 +2970,13 @@ export declare const symRoundedTornado: string;
|
|
|
2905
2970
|
export declare const symRoundedTotalDissolvedSolids: string;
|
|
2906
2971
|
export declare const symRoundedTouchApp: string;
|
|
2907
2972
|
export declare const symRoundedTouchpadMouse: string;
|
|
2973
|
+
export declare const symRoundedTouchpadMouseOff: string;
|
|
2908
2974
|
export declare const symRoundedTour: string;
|
|
2909
2975
|
export declare const symRoundedToys: string;
|
|
2910
2976
|
export declare const symRoundedToysAndGames: string;
|
|
2911
2977
|
export declare const symRoundedToysFan: string;
|
|
2912
2978
|
export declare const symRoundedTrackChanges: string;
|
|
2979
|
+
export declare const symRoundedTrackpadInput: string;
|
|
2913
2980
|
export declare const symRoundedTraffic: string;
|
|
2914
2981
|
export declare const symRoundedTrailLength: string;
|
|
2915
2982
|
export declare const symRoundedTrailLengthMedium: string;
|
|
@@ -2978,6 +3045,7 @@ export declare const symRoundedUniversalCurrencyAlt: string;
|
|
|
2978
3045
|
export declare const symRoundedUniversalLocal: string;
|
|
2979
3046
|
export declare const symRoundedUnknown2: string;
|
|
2980
3047
|
export declare const symRoundedUnknown5: string;
|
|
3048
|
+
export declare const symRoundedUnknown7: string;
|
|
2981
3049
|
export declare const symRoundedUnknownDocument: string;
|
|
2982
3050
|
export declare const symRoundedUnknownMed: string;
|
|
2983
3051
|
export declare const symRoundedUnlicense: string;
|
|
@@ -3047,6 +3115,7 @@ export declare const symRoundedViewKanban: string;
|
|
|
3047
3115
|
export declare const symRoundedViewList: string;
|
|
3048
3116
|
export declare const symRoundedViewModule: string;
|
|
3049
3117
|
export declare const symRoundedViewQuilt: string;
|
|
3118
|
+
export declare const symRoundedViewRealSize: string;
|
|
3050
3119
|
export declare const symRoundedViewSidebar: string;
|
|
3051
3120
|
export declare const symRoundedViewStream: string;
|
|
3052
3121
|
export declare const symRoundedViewTimeline: string;
|
|
@@ -3057,6 +3126,7 @@ export declare const symRoundedVisibility: string;
|
|
|
3057
3126
|
export declare const symRoundedVisibilityLock: string;
|
|
3058
3127
|
export declare const symRoundedVisibilityOff: string;
|
|
3059
3128
|
export declare const symRoundedVitalSigns: string;
|
|
3129
|
+
export declare const symRoundedVo2Max: string;
|
|
3060
3130
|
export declare const symRoundedVoiceChat: string;
|
|
3061
3131
|
export declare const symRoundedVoiceOverOff: string;
|
|
3062
3132
|
export declare const symRoundedVoiceSelection: string;
|