@quasar/extras 1.15.6 → 1.15.8
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 +6 -6
- package/material-symbols-outlined/icons.json +82 -0
- package/material-symbols-outlined/index.d.ts +82 -0
- package/material-symbols-outlined/index.js +93 -11
- package/material-symbols-outlined/index.mjs +93 -11
- 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 +82 -0
- package/material-symbols-rounded/index.d.ts +82 -0
- package/material-symbols-rounded/index.js +99 -17
- package/material-symbols-rounded/index.mjs +99 -17
- 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 +82 -0
- package/material-symbols-sharp/index.d.ts +82 -0
- package/material-symbols-sharp/index.js +93 -11
- package/material-symbols-sharp/index.mjs +93 -11
- 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 +2 -2
package/README.md
CHANGED
|
@@ -27,9 +27,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
27
27
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v108 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
28
28
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v107 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
29
29
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v108 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
30
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
31
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN
|
|
32
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
30
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v75 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
31
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v75 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
32
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v74 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
33
33
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
34
34
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
35
35
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
@@ -57,9 +57,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
57
57
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v108 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
58
58
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v107 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
59
59
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v108 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
60
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
61
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN
|
|
62
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
60
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v75 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
61
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v75 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
62
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v74 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
63
63
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
64
64
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
65
65
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"symOutlinedAccountTree",
|
|
69
69
|
"symOutlinedActivityZone",
|
|
70
70
|
"symOutlinedAcUnit",
|
|
71
|
+
"symOutlinedAcute",
|
|
71
72
|
"symOutlinedAdb",
|
|
72
73
|
"symOutlinedAdd",
|
|
73
74
|
"symOutlinedAddAlert",
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
"symOutlinedAddLocation",
|
|
86
87
|
"symOutlinedAddLocationAlt",
|
|
87
88
|
"symOutlinedAddModerator",
|
|
89
|
+
"symOutlinedAddNotes",
|
|
88
90
|
"symOutlinedAddPhotoAlternate",
|
|
89
91
|
"symOutlinedAddReaction",
|
|
90
92
|
"symOutlinedAddRoad",
|
|
@@ -96,6 +98,7 @@
|
|
|
96
98
|
"symOutlinedAddToQueue",
|
|
97
99
|
"symOutlinedAdfScanner",
|
|
98
100
|
"symOutlinedAdjust",
|
|
101
|
+
"symOutlinedAdminMeds",
|
|
99
102
|
"symOutlinedAdminPanelSettings",
|
|
100
103
|
"symOutlinedAdsClick",
|
|
101
104
|
"symOutlinedAdUnits",
|
|
@@ -132,12 +135,14 @@
|
|
|
132
135
|
"symOutlinedAlignVerticalBottom",
|
|
133
136
|
"symOutlinedAlignVerticalCenter",
|
|
134
137
|
"symOutlinedAlignVerticalTop",
|
|
138
|
+
"symOutlinedAllergies",
|
|
135
139
|
"symOutlinedAllInbox",
|
|
136
140
|
"symOutlinedAllInclusive",
|
|
137
141
|
"symOutlinedAllOut",
|
|
138
142
|
"symOutlinedAlternateEmail",
|
|
139
143
|
"symOutlinedAltitude",
|
|
140
144
|
"symOutlinedAltRoute",
|
|
145
|
+
"symOutlinedAmend",
|
|
141
146
|
"symOutlinedAmpStories",
|
|
142
147
|
"symOutlinedAnalytics",
|
|
143
148
|
"symOutlinedAnchor",
|
|
@@ -228,6 +233,7 @@
|
|
|
228
233
|
"symOutlinedAutorenew",
|
|
229
234
|
"symOutlinedAutoSchedule",
|
|
230
235
|
"symOutlinedAutoStories",
|
|
236
|
+
"symOutlinedAvgTime",
|
|
231
237
|
"symOutlinedAvTimer",
|
|
232
238
|
"symOutlinedBabyChangingStation",
|
|
233
239
|
"symOutlinedBackgroundReplace",
|
|
@@ -313,6 +319,7 @@
|
|
|
313
319
|
"symOutlinedBlurOff",
|
|
314
320
|
"symOutlinedBlurOn",
|
|
315
321
|
"symOutlinedBlurShort",
|
|
322
|
+
"symOutlinedBodyFat",
|
|
316
323
|
"symOutlinedBolt",
|
|
317
324
|
"symOutlinedBook",
|
|
318
325
|
"symOutlinedBookmark",
|
|
@@ -429,6 +436,7 @@
|
|
|
429
436
|
"symOutlinedChangeHistory",
|
|
430
437
|
"symOutlinedCharger",
|
|
431
438
|
"symOutlinedChargingStation",
|
|
439
|
+
"symOutlinedChartData",
|
|
432
440
|
"symOutlinedChat",
|
|
433
441
|
"symOutlinedChatAddOn",
|
|
434
442
|
"symOutlinedChatAppsScript",
|
|
@@ -462,6 +470,7 @@
|
|
|
462
470
|
"symOutlinedClearDay",
|
|
463
471
|
"symOutlinedClearNight",
|
|
464
472
|
"symOutlinedClimateMiniSplit",
|
|
473
|
+
"symOutlinedClinicalNotes",
|
|
465
474
|
"symOutlinedClose",
|
|
466
475
|
"symOutlinedClosedCaption",
|
|
467
476
|
"symOutlinedClosedCaptionDisabled",
|
|
@@ -483,6 +492,7 @@
|
|
|
483
492
|
"symOutlinedCodeOff",
|
|
484
493
|
"symOutlinedCoffee",
|
|
485
494
|
"symOutlinedCoffeeMaker",
|
|
495
|
+
"symOutlinedCognition",
|
|
486
496
|
"symOutlinedCollectionsBookmark",
|
|
487
497
|
"symOutlinedColorize",
|
|
488
498
|
"symOutlinedComment",
|
|
@@ -498,6 +508,7 @@
|
|
|
498
508
|
"symOutlinedCompost",
|
|
499
509
|
"symOutlinedCompress",
|
|
500
510
|
"symOutlinedComputer",
|
|
511
|
+
"symOutlinedConditions",
|
|
501
512
|
"symOutlinedConfirmationNumber",
|
|
502
513
|
"symOutlinedConnectedTv",
|
|
503
514
|
"symOutlinedConnectingAirports",
|
|
@@ -587,11 +598,13 @@
|
|
|
587
598
|
"symOutlinedDelete",
|
|
588
599
|
"symOutlinedDeleteForever",
|
|
589
600
|
"symOutlinedDeleteSweep",
|
|
601
|
+
"symOutlinedDemography",
|
|
590
602
|
"symOutlinedDensityLarge",
|
|
591
603
|
"symOutlinedDensityMedium",
|
|
592
604
|
"symOutlinedDensitySmall",
|
|
593
605
|
"symOutlinedDentistry",
|
|
594
606
|
"symOutlinedDepartureBoard",
|
|
607
|
+
"symOutlinedDermatology",
|
|
595
608
|
"symOutlinedDescription",
|
|
596
609
|
"symOutlinedDeselect",
|
|
597
610
|
"symOutlinedDesignServices",
|
|
@@ -619,6 +632,7 @@
|
|
|
619
632
|
"symOutlinedDeviceThermostat",
|
|
620
633
|
"symOutlinedDeviceUnknown",
|
|
621
634
|
"symOutlinedDewPoint",
|
|
635
|
+
"symOutlinedDiagnosis",
|
|
622
636
|
"symOutlinedDialerSip",
|
|
623
637
|
"symOutlinedDialpad",
|
|
624
638
|
"symOutlinedDiamond",
|
|
@@ -683,6 +697,7 @@
|
|
|
683
697
|
"symOutlinedDownloadForOffline",
|
|
684
698
|
"symOutlinedDownloading",
|
|
685
699
|
"symOutlinedDraft",
|
|
700
|
+
"symOutlinedDraftOrders",
|
|
686
701
|
"symOutlinedDrafts",
|
|
687
702
|
"symOutlinedDragHandle",
|
|
688
703
|
"symOutlinedDragIndicator",
|
|
@@ -753,9 +768,11 @@
|
|
|
753
768
|
"symOutlinedEnergySavingsLeaf",
|
|
754
769
|
"symOutlinedEngineering",
|
|
755
770
|
"symOutlinedEnhancedEncryption",
|
|
771
|
+
"symOutlinedEnt",
|
|
756
772
|
"symOutlinedEqualizer",
|
|
757
773
|
"symOutlinedError",
|
|
758
774
|
"symOutlinedErrorCircleRounded",
|
|
775
|
+
"symOutlinedErrorMed",
|
|
759
776
|
"symOutlinedEscalator",
|
|
760
777
|
"symOutlinedEscalatorWarning",
|
|
761
778
|
"symOutlinedEuro",
|
|
@@ -780,6 +797,7 @@
|
|
|
780
797
|
"symOutlinedExplicit",
|
|
781
798
|
"symOutlinedExplore",
|
|
782
799
|
"symOutlinedExploreOff",
|
|
800
|
+
"symOutlinedExportNotes",
|
|
783
801
|
"symOutlinedExposure",
|
|
784
802
|
"symOutlinedExposureNeg1",
|
|
785
803
|
"symOutlinedExposureNeg2",
|
|
@@ -799,6 +817,7 @@
|
|
|
799
817
|
"symOutlinedFactCheck",
|
|
800
818
|
"symOutlinedFactory",
|
|
801
819
|
"symOutlinedFamiliarFaceAndZone",
|
|
820
|
+
"symOutlinedFamilyHistory",
|
|
802
821
|
"symOutlinedFamilyRestroom",
|
|
803
822
|
"symOutlinedFastfood",
|
|
804
823
|
"symOutlinedFastForward",
|
|
@@ -880,6 +899,10 @@
|
|
|
880
899
|
"symOutlinedFlipToFront",
|
|
881
900
|
"symOutlinedFlood",
|
|
882
901
|
"symOutlinedFloorLamp",
|
|
902
|
+
"symOutlinedFlowsheet",
|
|
903
|
+
"symOutlinedFluid",
|
|
904
|
+
"symOutlinedFluidBalance",
|
|
905
|
+
"symOutlinedFluidMed",
|
|
883
906
|
"symOutlinedFluorescent",
|
|
884
907
|
"symOutlinedFlutterDash",
|
|
885
908
|
"symOutlinedFmdBad",
|
|
@@ -962,18 +985,22 @@
|
|
|
962
985
|
"symOutlinedFunction",
|
|
963
986
|
"symOutlinedFunctions",
|
|
964
987
|
"symOutlinedGalleryThumbnail",
|
|
988
|
+
"symOutlinedGamepad",
|
|
965
989
|
"symOutlinedGarage",
|
|
966
990
|
"symOutlinedGarageHome",
|
|
967
991
|
"symOutlinedGardenCart",
|
|
968
992
|
"symOutlinedGasMeter",
|
|
993
|
+
"symOutlinedGastroenterology",
|
|
969
994
|
"symOutlinedGate",
|
|
970
995
|
"symOutlinedGavel",
|
|
971
996
|
"symOutlinedGeneratingTokens",
|
|
997
|
+
"symOutlinedGenetics",
|
|
972
998
|
"symOutlinedGesture",
|
|
973
999
|
"symOutlinedGif",
|
|
974
1000
|
"symOutlinedGifBox",
|
|
975
1001
|
"symOutlinedGirl",
|
|
976
1002
|
"symOutlinedGite",
|
|
1003
|
+
"symOutlinedGlucose",
|
|
977
1004
|
"symOutlinedGlyphs",
|
|
978
1005
|
"symOutlinedGMobiledata",
|
|
979
1006
|
"symOutlinedGolfCourse",
|
|
@@ -1008,6 +1035,7 @@
|
|
|
1008
1035
|
"symOutlinedHandGesture",
|
|
1009
1036
|
"symOutlinedHandshake",
|
|
1010
1037
|
"symOutlinedHandyman",
|
|
1038
|
+
"symOutlinedHardDrive",
|
|
1011
1039
|
"symOutlinedHardware",
|
|
1012
1040
|
"symOutlinedHd",
|
|
1013
1041
|
"symOutlinedHdrAuto",
|
|
@@ -1036,6 +1064,8 @@
|
|
|
1036
1064
|
"symOutlinedHeight",
|
|
1037
1065
|
"symOutlinedHelp",
|
|
1038
1066
|
"symOutlinedHelpCenter",
|
|
1067
|
+
"symOutlinedHelpClinic",
|
|
1068
|
+
"symOutlinedHematology",
|
|
1039
1069
|
"symOutlinedHevc",
|
|
1040
1070
|
"symOutlinedHexagon",
|
|
1041
1071
|
"symOutlinedHide",
|
|
@@ -1054,6 +1084,7 @@
|
|
|
1054
1084
|
"symOutlinedHolidayVillage",
|
|
1055
1085
|
"symOutlinedHome",
|
|
1056
1086
|
"symOutlinedHomeAppLogo",
|
|
1087
|
+
"symOutlinedHomeHealth",
|
|
1057
1088
|
"symOutlinedHomeIotDevice",
|
|
1058
1089
|
"symOutlinedHomeMax",
|
|
1059
1090
|
"symOutlinedHomeMaxDots",
|
|
@@ -1099,8 +1130,10 @@
|
|
|
1099
1130
|
"symOutlinedImageSearch",
|
|
1100
1131
|
"symOutlinedImagesearchRoller",
|
|
1101
1132
|
"symOutlinedImagesmode",
|
|
1133
|
+
"symOutlinedImmunology",
|
|
1102
1134
|
"symOutlinedImportantDevices",
|
|
1103
1135
|
"symOutlinedImportContacts",
|
|
1136
|
+
"symOutlinedInactiveOrder",
|
|
1104
1137
|
"symOutlinedInbox",
|
|
1105
1138
|
"symOutlinedInboxCustomize",
|
|
1106
1139
|
"symOutlinedIncompleteCircle",
|
|
@@ -1108,6 +1141,7 @@
|
|
|
1108
1141
|
"symOutlinedInfo",
|
|
1109
1142
|
"symOutlinedInfrared",
|
|
1110
1143
|
"symOutlinedInHomeMode",
|
|
1144
|
+
"symOutlinedInpatient",
|
|
1111
1145
|
"symOutlinedInput",
|
|
1112
1146
|
"symOutlinedInsertChart",
|
|
1113
1147
|
"symOutlinedInsertPageBreak",
|
|
@@ -1161,6 +1195,10 @@
|
|
|
1161
1195
|
"symOutlinedLabel",
|
|
1162
1196
|
"symOutlinedLabelImportant",
|
|
1163
1197
|
"symOutlinedLabelOff",
|
|
1198
|
+
"symOutlinedLabPanel",
|
|
1199
|
+
"symOutlinedLabProfile",
|
|
1200
|
+
"symOutlinedLabResearch",
|
|
1201
|
+
"symOutlinedLabs",
|
|
1164
1202
|
"symOutlinedLan",
|
|
1165
1203
|
"symOutlinedLandscape",
|
|
1166
1204
|
"symOutlinedLandslide",
|
|
@@ -1172,6 +1210,7 @@
|
|
|
1172
1210
|
"symOutlinedLaundry",
|
|
1173
1211
|
"symOutlinedLayers",
|
|
1174
1212
|
"symOutlinedLayersClear",
|
|
1213
|
+
"symOutlinedLda",
|
|
1175
1214
|
"symOutlinedLeaderboard",
|
|
1176
1215
|
"symOutlinedLeakAdd",
|
|
1177
1216
|
"symOutlinedLeakRemove",
|
|
@@ -1300,6 +1339,7 @@
|
|
|
1300
1339
|
"symOutlinedMediaLink",
|
|
1301
1340
|
"symOutlinedMediation",
|
|
1302
1341
|
"symOutlinedMedicalInformation",
|
|
1342
|
+
"symOutlinedMedicalMask",
|
|
1303
1343
|
"symOutlinedMedicalServices",
|
|
1304
1344
|
"symOutlinedMedication",
|
|
1305
1345
|
"symOutlinedMedicationLiquid",
|
|
@@ -1315,12 +1355,14 @@
|
|
|
1315
1355
|
"symOutlinedMicExternalOff",
|
|
1316
1356
|
"symOutlinedMicExternalOn",
|
|
1317
1357
|
"symOutlinedMicOff",
|
|
1358
|
+
"symOutlinedMicrobiology",
|
|
1318
1359
|
"symOutlinedMicrowave",
|
|
1319
1360
|
"symOutlinedMicrowaveGen",
|
|
1320
1361
|
"symOutlinedMilitaryTech",
|
|
1321
1362
|
"symOutlinedMinimize",
|
|
1322
1363
|
"symOutlinedMinorCrash",
|
|
1323
1364
|
"symOutlinedMissedVideoCall",
|
|
1365
|
+
"symOutlinedMixtureMed",
|
|
1324
1366
|
"symOutlinedMms",
|
|
1325
1367
|
"symOutlinedMobiledataOff",
|
|
1326
1368
|
"symOutlinedMobileFriendly",
|
|
@@ -1375,6 +1417,8 @@
|
|
|
1375
1417
|
"symOutlinedMovieEdit",
|
|
1376
1418
|
"symOutlinedMovieFilter",
|
|
1377
1419
|
"symOutlinedMoving",
|
|
1420
|
+
"symOutlinedMovingBeds",
|
|
1421
|
+
"symOutlinedMovingMinistry",
|
|
1378
1422
|
"symOutlinedMp",
|
|
1379
1423
|
"symOutlinedMulticooker",
|
|
1380
1424
|
"symOutlinedMultilineChart",
|
|
@@ -1394,6 +1438,7 @@
|
|
|
1394
1438
|
"symOutlinedNearbyOff",
|
|
1395
1439
|
"symOutlinedNearMe",
|
|
1396
1440
|
"symOutlinedNearMeDisabled",
|
|
1441
|
+
"symOutlinedNephrology",
|
|
1397
1442
|
"symOutlinedNestAudio",
|
|
1398
1443
|
"symOutlinedNestCamFloodlight",
|
|
1399
1444
|
"symOutlinedNestCamIndoor",
|
|
@@ -1494,10 +1539,12 @@
|
|
|
1494
1539
|
"symOutlinedNoTransfer",
|
|
1495
1540
|
"symOutlinedNotStarted",
|
|
1496
1541
|
"symOutlinedNumbers",
|
|
1542
|
+
"symOutlinedNutrition",
|
|
1497
1543
|
"symOutlinedOfflineBolt",
|
|
1498
1544
|
"symOutlinedOfflinePin",
|
|
1499
1545
|
"symOutlinedOfflineShare",
|
|
1500
1546
|
"symOutlinedOilBarrel",
|
|
1547
|
+
"symOutlinedOncology",
|
|
1501
1548
|
"symOutlinedOnDeviceTraining",
|
|
1502
1549
|
"symOutlinedOnlinePrediction",
|
|
1503
1550
|
"symOutlinedOpacity",
|
|
@@ -1506,7 +1553,12 @@
|
|
|
1506
1553
|
"symOutlinedOpenInNew",
|
|
1507
1554
|
"symOutlinedOpenInNewOff",
|
|
1508
1555
|
"symOutlinedOpenWith",
|
|
1556
|
+
"symOutlinedOphthalmology",
|
|
1557
|
+
"symOutlinedOralDisease",
|
|
1558
|
+
"symOutlinedOrderApprove",
|
|
1559
|
+
"symOutlinedOrderPlay",
|
|
1509
1560
|
"symOutlinedOrthopedics",
|
|
1561
|
+
"symOutlinedOtherAdmission",
|
|
1510
1562
|
"symOutlinedOtherHouses",
|
|
1511
1563
|
"symOutlinedOutbound",
|
|
1512
1564
|
"symOutlinedOutbox",
|
|
@@ -1514,8 +1566,12 @@
|
|
|
1514
1566
|
"symOutlinedOutdoorGrill",
|
|
1515
1567
|
"symOutlinedOutgoingMail",
|
|
1516
1568
|
"symOutlinedOutlet",
|
|
1569
|
+
"symOutlinedOutpatient",
|
|
1570
|
+
"symOutlinedOutpatientMed",
|
|
1517
1571
|
"symOutlinedOutput",
|
|
1518
1572
|
"symOutlinedOvenGen",
|
|
1573
|
+
"symOutlinedOverview",
|
|
1574
|
+
"symOutlinedPacemaker",
|
|
1519
1575
|
"symOutlinedPackage",
|
|
1520
1576
|
"symOutlinedPadding",
|
|
1521
1577
|
"symOutlinedPages",
|
|
@@ -1537,12 +1593,14 @@
|
|
|
1537
1593
|
"symOutlinedPartlyCloudyNight",
|
|
1538
1594
|
"symOutlinedPartyMode",
|
|
1539
1595
|
"symOutlinedPassword",
|
|
1596
|
+
"symOutlinedPatientList",
|
|
1540
1597
|
"symOutlinedPattern",
|
|
1541
1598
|
"symOutlinedPause",
|
|
1542
1599
|
"symOutlinedPauseCircle",
|
|
1543
1600
|
"symOutlinedPausePresentation",
|
|
1544
1601
|
"symOutlinedPayments",
|
|
1545
1602
|
"symOutlinedPedalBike",
|
|
1603
|
+
"symOutlinedPediatrics",
|
|
1546
1604
|
"symOutlinedPending",
|
|
1547
1605
|
"symOutlinedPendingActions",
|
|
1548
1606
|
"symOutlinedPentagon",
|
|
@@ -1630,6 +1688,7 @@
|
|
|
1630
1688
|
"symOutlinedPlayPause",
|
|
1631
1689
|
"symOutlinedPlumbing",
|
|
1632
1690
|
"symOutlinedPodcasts",
|
|
1691
|
+
"symOutlinedPodiatry",
|
|
1633
1692
|
"symOutlinedPointOfSale",
|
|
1634
1693
|
"symOutlinedPolicy",
|
|
1635
1694
|
"symOutlinedPolyline",
|
|
@@ -1646,6 +1705,8 @@
|
|
|
1646
1705
|
"symOutlinedPrayerTimes",
|
|
1647
1706
|
"symOutlinedPrecisionManufacturing",
|
|
1648
1707
|
"symOutlinedPregnantWoman",
|
|
1708
|
+
"symOutlinedPreliminary",
|
|
1709
|
+
"symOutlinedPrescriptions",
|
|
1649
1710
|
"symOutlinedPresentToAll",
|
|
1650
1711
|
"symOutlinedPreview",
|
|
1651
1712
|
"symOutlinedPriceChange",
|
|
@@ -1657,17 +1718,20 @@
|
|
|
1657
1718
|
"symOutlinedPrivacy",
|
|
1658
1719
|
"symOutlinedPrivacyTip",
|
|
1659
1720
|
"symOutlinedPrivateConnectivity",
|
|
1721
|
+
"symOutlinedProblem",
|
|
1660
1722
|
"symOutlinedProcessChart",
|
|
1661
1723
|
"symOutlinedProductionQuantityLimits",
|
|
1662
1724
|
"symOutlinedProductivity",
|
|
1663
1725
|
"symOutlinedPropane",
|
|
1664
1726
|
"symOutlinedPropaneTank",
|
|
1727
|
+
"symOutlinedPsychiatry",
|
|
1665
1728
|
"symOutlinedPsychology",
|
|
1666
1729
|
"symOutlinedPsychologyAlt",
|
|
1667
1730
|
"symOutlinedPublic",
|
|
1668
1731
|
"symOutlinedPublicOff",
|
|
1669
1732
|
"symOutlinedPublish",
|
|
1670
1733
|
"symOutlinedPublishedWithChanges",
|
|
1734
|
+
"symOutlinedPulmonology",
|
|
1671
1735
|
"symOutlinedPunchClock",
|
|
1672
1736
|
"symOutlinedPushPin",
|
|
1673
1737
|
"symOutlinedQrCode",
|
|
@@ -1678,6 +1742,8 @@
|
|
|
1678
1742
|
"symOutlinedQueueMusic",
|
|
1679
1743
|
"symOutlinedQueuePlayNext",
|
|
1680
1744
|
"symOutlinedQuickPhrases",
|
|
1745
|
+
"symOutlinedQuickReference",
|
|
1746
|
+
"symOutlinedQuickReferenceAll",
|
|
1681
1747
|
"symOutlinedQuickreply",
|
|
1682
1748
|
"symOutlinedQuietTime",
|
|
1683
1749
|
"symOutlinedQuietTimeActive",
|
|
@@ -1703,6 +1769,7 @@
|
|
|
1703
1769
|
"symOutlinedReceipt",
|
|
1704
1770
|
"symOutlinedReceiptLong",
|
|
1705
1771
|
"symOutlinedRecentActors",
|
|
1772
|
+
"symOutlinedRecentPatient",
|
|
1706
1773
|
"symOutlinedRecommend",
|
|
1707
1774
|
"symOutlinedRecordVoiceOver",
|
|
1708
1775
|
"symOutlinedRectangle",
|
|
@@ -1813,6 +1880,7 @@
|
|
|
1813
1880
|
"symOutlinedSdCard",
|
|
1814
1881
|
"symOutlinedSdCardAlert",
|
|
1815
1882
|
"symOutlinedSearch",
|
|
1883
|
+
"symOutlinedSearchCheck",
|
|
1816
1884
|
"symOutlinedSearchOff",
|
|
1817
1885
|
"symOutlinedSecurity",
|
|
1818
1886
|
"symOutlinedSecurityUpdateGood",
|
|
@@ -1883,6 +1951,7 @@
|
|
|
1883
1951
|
"symOutlinedShoppingCart",
|
|
1884
1952
|
"symOutlinedShoppingCartCheckout",
|
|
1885
1953
|
"symOutlinedShopTwo",
|
|
1954
|
+
"symOutlinedShortStay",
|
|
1886
1955
|
"symOutlinedShortText",
|
|
1887
1956
|
"symOutlinedShowChart",
|
|
1888
1957
|
"symOutlinedShower",
|
|
@@ -1951,6 +2020,7 @@
|
|
|
1951
2020
|
"symOutlinedSoundDetectionGlassBreak",
|
|
1952
2021
|
"symOutlinedSoundDetectionLoudSound",
|
|
1953
2022
|
"symOutlinedSoupKitchen",
|
|
2023
|
+
"symOutlinedSourceNotes",
|
|
1954
2024
|
"symOutlinedSouth",
|
|
1955
2025
|
"symOutlinedSouthAmerica",
|
|
1956
2026
|
"symOutlinedSouthEast",
|
|
@@ -2012,6 +2082,9 @@
|
|
|
2012
2082
|
"symOutlinedStayCurrentPortrait",
|
|
2013
2083
|
"symOutlinedStayPrimaryLandscape",
|
|
2014
2084
|
"symOutlinedStayPrimaryPortrait",
|
|
2085
|
+
"symOutlinedStethoscope",
|
|
2086
|
+
"symOutlinedStethoscopeArrow",
|
|
2087
|
+
"symOutlinedStethoscopeCheck",
|
|
2015
2088
|
"symOutlinedStickyNote2",
|
|
2016
2089
|
"symOutlinedStop",
|
|
2017
2090
|
"symOutlinedStopCircle",
|
|
@@ -2077,6 +2150,7 @@
|
|
|
2077
2150
|
"symOutlinedSyncLock",
|
|
2078
2151
|
"symOutlinedSyncProblem",
|
|
2079
2152
|
"symOutlinedSyncSavedLocally",
|
|
2153
|
+
"symOutlinedSyringe",
|
|
2080
2154
|
"symOutlinedSystemUpdate",
|
|
2081
2155
|
"symOutlinedSystemUpdateAlt",
|
|
2082
2156
|
"symOutlinedTab",
|
|
@@ -2214,6 +2288,8 @@
|
|
|
2214
2288
|
"symOutlinedUnfoldLessDouble",
|
|
2215
2289
|
"symOutlinedUnfoldMore",
|
|
2216
2290
|
"symOutlinedUnfoldMoreDouble",
|
|
2291
|
+
"symOutlinedUnknownDocument",
|
|
2292
|
+
"symOutlinedUnknownMed",
|
|
2217
2293
|
"symOutlinedUnpublished",
|
|
2218
2294
|
"symOutlinedUnsubscribe",
|
|
2219
2295
|
"symOutlinedUpcoming",
|
|
@@ -2222,6 +2298,7 @@
|
|
|
2222
2298
|
"symOutlinedUpgrade",
|
|
2223
2299
|
"symOutlinedUpload",
|
|
2224
2300
|
"symOutlinedUploadFile",
|
|
2301
|
+
"symOutlinedUrology",
|
|
2225
2302
|
"symOutlinedUsb",
|
|
2226
2303
|
"symOutlinedUsbOff",
|
|
2227
2304
|
"symOutlinedUTurnLeft",
|
|
@@ -2231,6 +2308,7 @@
|
|
|
2231
2308
|
"symOutlinedVapeFree",
|
|
2232
2309
|
"symOutlinedVapingRooms",
|
|
2233
2310
|
"symOutlinedVariables",
|
|
2311
|
+
"symOutlinedVentilator",
|
|
2234
2312
|
"symOutlinedVerified",
|
|
2235
2313
|
"symOutlinedVerifiedUser",
|
|
2236
2314
|
"symOutlinedVerticalAlignBottom",
|
|
@@ -2281,6 +2359,8 @@
|
|
|
2281
2359
|
"symOutlinedVilla",
|
|
2282
2360
|
"symOutlinedVisibility",
|
|
2283
2361
|
"symOutlinedVisibilityOff",
|
|
2362
|
+
"symOutlinedVitals",
|
|
2363
|
+
"symOutlinedVitalSigns",
|
|
2284
2364
|
"symOutlinedVoiceChat",
|
|
2285
2365
|
"symOutlinedVoicemail",
|
|
2286
2366
|
"symOutlinedVoiceOverOff",
|
|
@@ -2299,6 +2379,7 @@
|
|
|
2299
2379
|
"symOutlinedWallet",
|
|
2300
2380
|
"symOutlinedWallLamp",
|
|
2301
2381
|
"symOutlinedWallpaper",
|
|
2382
|
+
"symOutlinedWard",
|
|
2302
2383
|
"symOutlinedWarehouse",
|
|
2303
2384
|
"symOutlinedWarning",
|
|
2304
2385
|
"symOutlinedWash",
|
|
@@ -2368,6 +2449,7 @@
|
|
|
2368
2449
|
"symOutlinedWorkHistory",
|
|
2369
2450
|
"symOutlinedWorkspacePremium",
|
|
2370
2451
|
"symOutlinedWorkspaces",
|
|
2452
|
+
"symOutlinedWoundsInjuries",
|
|
2371
2453
|
"symOutlinedWrapText",
|
|
2372
2454
|
"symOutlinedWrongLocation",
|
|
2373
2455
|
"symOutlinedWysiwyg",
|