@quasar/extras 1.13.5 → 1.14.1
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 +19 -13
- package/bootstrap-icons/bootstrap-icons.css +149 -0
- 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 +9 -9
- package/bootstrap-icons/index.mjs +9 -9
- package/ionicons-v6/index.d.ts +1 -1
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v6/index.mjs +1 -1
- package/material-icons/icons.json +142 -105
- package/material-icons/index.d.ts +38 -1
- package/material-icons/index.js +44 -7
- package/material-icons/index.mjs +44 -7
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +144 -107
- package/material-icons-outlined/index.d.ts +38 -1
- package/material-icons-outlined/index.js +44 -7
- package/material-icons-outlined/index.mjs +44 -7
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +145 -108
- package/material-icons-round/index.d.ts +38 -1
- package/material-icons-round/index.js +44 -7
- package/material-icons-round/index.mjs +44 -7
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +142 -105
- package/material-icons-sharp/index.d.ts +38 -1
- package/material-icons-sharp/index.js +45 -8
- package/material-icons-sharp/index.mjs +45 -8
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/material-symbols-outlined/LICENSE +202 -0
- package/material-symbols-outlined/icons.json +2238 -0
- package/material-symbols-outlined/index.d.ts +2238 -0
- package/material-symbols-outlined/index.js +2238 -0
- package/material-symbols-outlined/index.mjs +2238 -0
- package/material-symbols-outlined/material-symbols-outlined.css +31 -0
- package/material-symbols-outlined/update.sh +31 -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/LICENSE +202 -0
- package/material-symbols-rounded/icons.json +2238 -0
- package/material-symbols-rounded/index.d.ts +2238 -0
- package/material-symbols-rounded/index.js +2238 -0
- package/material-symbols-rounded/index.mjs +2238 -0
- package/material-symbols-rounded/material-symbols-rounded.css +31 -0
- package/material-symbols-rounded/update.sh +31 -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/LICENSE +202 -0
- package/material-symbols-sharp/icons.json +2238 -0
- package/material-symbols-sharp/index.d.ts +2238 -0
- package/material-symbols-sharp/index.js +2238 -0
- package/material-symbols-sharp/index.mjs +2238 -0
- package/material-symbols-sharp/material-symbols-sharp.css +31 -0
- package/material-symbols-sharp/update.sh +31 -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-v5/LICENSE +20 -20
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/icons.json +100 -0
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +103 -3
- package/mdi-v6/index.mjs +103 -3
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +402 -0
- package/package.json +8 -8
|
@@ -0,0 +1,2238 @@
|
|
|
1
|
+
[
|
|
2
|
+
"symRounded10k",
|
|
3
|
+
"symRounded10mp",
|
|
4
|
+
"symRounded11mp",
|
|
5
|
+
"symRounded123",
|
|
6
|
+
"symRounded12mp",
|
|
7
|
+
"symRounded13mp",
|
|
8
|
+
"symRounded14mp",
|
|
9
|
+
"symRounded15mp",
|
|
10
|
+
"symRounded16mp",
|
|
11
|
+
"symRounded17mp",
|
|
12
|
+
"symRounded18mp",
|
|
13
|
+
"symRounded18UpRating",
|
|
14
|
+
"symRounded19mp",
|
|
15
|
+
"symRounded1k",
|
|
16
|
+
"symRounded1kPlus",
|
|
17
|
+
"symRounded1xMobiledata",
|
|
18
|
+
"symRounded20mp",
|
|
19
|
+
"symRounded21mp",
|
|
20
|
+
"symRounded22mp",
|
|
21
|
+
"symRounded23mp",
|
|
22
|
+
"symRounded24mp",
|
|
23
|
+
"symRounded2k",
|
|
24
|
+
"symRounded2kPlus",
|
|
25
|
+
"symRounded2mp",
|
|
26
|
+
"symRounded30fps",
|
|
27
|
+
"symRounded30fpsSelect",
|
|
28
|
+
"symRounded360",
|
|
29
|
+
"symRounded3dRotation",
|
|
30
|
+
"symRounded3gMobiledata",
|
|
31
|
+
"symRounded3k",
|
|
32
|
+
"symRounded3kPlus",
|
|
33
|
+
"symRounded3mp",
|
|
34
|
+
"symRounded3p",
|
|
35
|
+
"symRounded4gMobiledata",
|
|
36
|
+
"symRounded4gPlusMobiledata",
|
|
37
|
+
"symRounded4k",
|
|
38
|
+
"symRounded4kPlus",
|
|
39
|
+
"symRounded4mp",
|
|
40
|
+
"symRounded5g",
|
|
41
|
+
"symRounded5k",
|
|
42
|
+
"symRounded5kPlus",
|
|
43
|
+
"symRounded5mp",
|
|
44
|
+
"symRounded60fps",
|
|
45
|
+
"symRounded60fpsSelect",
|
|
46
|
+
"symRounded6FtApart",
|
|
47
|
+
"symRounded6k",
|
|
48
|
+
"symRounded6kPlus",
|
|
49
|
+
"symRounded6mp",
|
|
50
|
+
"symRounded7k",
|
|
51
|
+
"symRounded7kPlus",
|
|
52
|
+
"symRounded7mp",
|
|
53
|
+
"symRounded8k",
|
|
54
|
+
"symRounded8kPlus",
|
|
55
|
+
"symRounded8mp",
|
|
56
|
+
"symRounded9k",
|
|
57
|
+
"symRounded9kPlus",
|
|
58
|
+
"symRounded9mp",
|
|
59
|
+
"symRoundedAbc",
|
|
60
|
+
"symRoundedAccessibility",
|
|
61
|
+
"symRoundedAccessibilityNew",
|
|
62
|
+
"symRoundedAccessible",
|
|
63
|
+
"symRoundedAccessibleForward",
|
|
64
|
+
"symRoundedAccountBalance",
|
|
65
|
+
"symRoundedAccountBalanceWallet",
|
|
66
|
+
"symRoundedAccountBox",
|
|
67
|
+
"symRoundedAccountCircle",
|
|
68
|
+
"symRoundedAccountTree",
|
|
69
|
+
"symRoundedActivityZone",
|
|
70
|
+
"symRoundedAcUnit",
|
|
71
|
+
"symRoundedAdb",
|
|
72
|
+
"symRoundedAdd",
|
|
73
|
+
"symRoundedAddAlert",
|
|
74
|
+
"symRoundedAddAPhoto",
|
|
75
|
+
"symRoundedAddBox",
|
|
76
|
+
"symRoundedAddBusiness",
|
|
77
|
+
"symRoundedAddCall",
|
|
78
|
+
"symRoundedAddCard",
|
|
79
|
+
"symRoundedAddChart",
|
|
80
|
+
"symRoundedAddCircle",
|
|
81
|
+
"symRoundedAddComment",
|
|
82
|
+
"symRoundedAddHome",
|
|
83
|
+
"symRoundedAddHomeWork",
|
|
84
|
+
"symRoundedAddLink",
|
|
85
|
+
"symRoundedAddLocation",
|
|
86
|
+
"symRoundedAddLocationAlt",
|
|
87
|
+
"symRoundedAddModerator",
|
|
88
|
+
"symRoundedAddPhotoAlternate",
|
|
89
|
+
"symRoundedAddReaction",
|
|
90
|
+
"symRoundedAddRoad",
|
|
91
|
+
"symRoundedAddShoppingCart",
|
|
92
|
+
"symRoundedAddTask",
|
|
93
|
+
"symRoundedAddToDrive",
|
|
94
|
+
"symRoundedAddToHomeScreen",
|
|
95
|
+
"symRoundedAddToPhotos",
|
|
96
|
+
"symRoundedAddToQueue",
|
|
97
|
+
"symRoundedAdfScanner",
|
|
98
|
+
"symRoundedAdjust",
|
|
99
|
+
"symRoundedAdminPanelSettings",
|
|
100
|
+
"symRoundedAdsClick",
|
|
101
|
+
"symRoundedAdUnits",
|
|
102
|
+
"symRoundedAgriculture",
|
|
103
|
+
"symRoundedAir",
|
|
104
|
+
"symRoundedAirFreshener",
|
|
105
|
+
"symRoundedAirlines",
|
|
106
|
+
"symRoundedAirlineSeatFlat",
|
|
107
|
+
"symRoundedAirlineSeatFlatAngled",
|
|
108
|
+
"symRoundedAirlineSeatIndividualSuite",
|
|
109
|
+
"symRoundedAirlineSeatLegroomExtra",
|
|
110
|
+
"symRoundedAirlineSeatLegroomNormal",
|
|
111
|
+
"symRoundedAirlineSeatLegroomReduced",
|
|
112
|
+
"symRoundedAirlineSeatReclineExtra",
|
|
113
|
+
"symRoundedAirlineSeatReclineNormal",
|
|
114
|
+
"symRoundedAirlineStops",
|
|
115
|
+
"symRoundedAirplanemodeActive",
|
|
116
|
+
"symRoundedAirplanemodeInactive",
|
|
117
|
+
"symRoundedAirplaneTicket",
|
|
118
|
+
"symRoundedAirplay",
|
|
119
|
+
"symRoundedAirportShuttle",
|
|
120
|
+
"symRoundedAirPurifierGen",
|
|
121
|
+
"symRoundedAirware",
|
|
122
|
+
"symRoundedAirwave",
|
|
123
|
+
"symRoundedAlarm",
|
|
124
|
+
"symRoundedAlarmAdd",
|
|
125
|
+
"symRoundedAlarmOff",
|
|
126
|
+
"symRoundedAlarmOn",
|
|
127
|
+
"symRoundedAlbum",
|
|
128
|
+
"symRoundedAlignHorizontalCenter",
|
|
129
|
+
"symRoundedAlignHorizontalLeft",
|
|
130
|
+
"symRoundedAlignHorizontalRight",
|
|
131
|
+
"symRoundedAlignVerticalBottom",
|
|
132
|
+
"symRoundedAlignVerticalCenter",
|
|
133
|
+
"symRoundedAlignVerticalTop",
|
|
134
|
+
"symRoundedAllInbox",
|
|
135
|
+
"symRoundedAllInclusive",
|
|
136
|
+
"symRoundedAllOut",
|
|
137
|
+
"symRoundedAlternateEmail",
|
|
138
|
+
"symRoundedAltRoute",
|
|
139
|
+
"symRoundedAmpStories",
|
|
140
|
+
"symRoundedAnalytics",
|
|
141
|
+
"symRoundedAnchor",
|
|
142
|
+
"symRoundedAndroid",
|
|
143
|
+
"symRoundedAnimation",
|
|
144
|
+
"symRoundedAod",
|
|
145
|
+
"symRoundedAodTablet",
|
|
146
|
+
"symRoundedApartment",
|
|
147
|
+
"symRoundedApi",
|
|
148
|
+
"symRoundedAppBlocking",
|
|
149
|
+
"symRoundedAppRegistration",
|
|
150
|
+
"symRoundedApproval",
|
|
151
|
+
"symRoundedApps",
|
|
152
|
+
"symRoundedAppShortcut",
|
|
153
|
+
"symRoundedAppsOutage",
|
|
154
|
+
"symRoundedArchitecture",
|
|
155
|
+
"symRoundedArchive",
|
|
156
|
+
"symRoundedAreaChart",
|
|
157
|
+
"symRoundedArmingCountdown",
|
|
158
|
+
"symRoundedArrowBack",
|
|
159
|
+
"symRoundedArrowBackIos",
|
|
160
|
+
"symRoundedArrowBackIosNew",
|
|
161
|
+
"symRoundedArrowCircleDown",
|
|
162
|
+
"symRoundedArrowCircleLeft",
|
|
163
|
+
"symRoundedArrowCircleRight",
|
|
164
|
+
"symRoundedArrowCircleUp",
|
|
165
|
+
"symRoundedArrowDownward",
|
|
166
|
+
"symRoundedArrowDropDown",
|
|
167
|
+
"symRoundedArrowDropDownCircle",
|
|
168
|
+
"symRoundedArrowDropUp",
|
|
169
|
+
"symRoundedArrowForward",
|
|
170
|
+
"symRoundedArrowForwardIos",
|
|
171
|
+
"symRoundedArrowLeft",
|
|
172
|
+
"symRoundedArrowOutward",
|
|
173
|
+
"symRoundedArrowRight",
|
|
174
|
+
"symRoundedArrowRightAlt",
|
|
175
|
+
"symRoundedArrowsMoreDown",
|
|
176
|
+
"symRoundedArrowsMoreUp",
|
|
177
|
+
"symRoundedArrowUpward",
|
|
178
|
+
"symRoundedArticle",
|
|
179
|
+
"symRoundedArtTrack",
|
|
180
|
+
"symRoundedAspectRatio",
|
|
181
|
+
"symRoundedAssignment",
|
|
182
|
+
"symRoundedAssignmentInd",
|
|
183
|
+
"symRoundedAssignmentLate",
|
|
184
|
+
"symRoundedAssignmentReturn",
|
|
185
|
+
"symRoundedAssignmentReturned",
|
|
186
|
+
"symRoundedAssignmentTurnedIn",
|
|
187
|
+
"symRoundedAssistant",
|
|
188
|
+
"symRoundedAssistantDirection",
|
|
189
|
+
"symRoundedAssistantNavigation",
|
|
190
|
+
"symRoundedAssistWalker",
|
|
191
|
+
"symRoundedAssuredWorkload",
|
|
192
|
+
"symRoundedAstrophotographyAuto",
|
|
193
|
+
"symRoundedAstrophotographyOff",
|
|
194
|
+
"symRoundedAtm",
|
|
195
|
+
"symRoundedAtr",
|
|
196
|
+
"symRoundedAttachEmail",
|
|
197
|
+
"symRoundedAttachFile",
|
|
198
|
+
"symRoundedAttachment",
|
|
199
|
+
"symRoundedAttachMoney",
|
|
200
|
+
"symRoundedAttractions",
|
|
201
|
+
"symRoundedAttribution",
|
|
202
|
+
"symRoundedAudioFile",
|
|
203
|
+
"symRoundedAutoActivityZone",
|
|
204
|
+
"symRoundedAutoAwesome",
|
|
205
|
+
"symRoundedAutoAwesomeMosaic",
|
|
206
|
+
"symRoundedAutoAwesomeMotion",
|
|
207
|
+
"symRoundedAutoDelete",
|
|
208
|
+
"symRoundedAutofpsSelect",
|
|
209
|
+
"symRoundedAutoGraph",
|
|
210
|
+
"symRoundedAutoMode",
|
|
211
|
+
"symRoundedAutoReadPause",
|
|
212
|
+
"symRoundedAutoReadPlay",
|
|
213
|
+
"symRoundedAutorenew",
|
|
214
|
+
"symRoundedAutoSchedule",
|
|
215
|
+
"symRoundedAutoStories",
|
|
216
|
+
"symRoundedAvTimer",
|
|
217
|
+
"symRoundedBabyChangingStation",
|
|
218
|
+
"symRoundedBackgroundReplace",
|
|
219
|
+
"symRoundedBackHand",
|
|
220
|
+
"symRoundedBackpack",
|
|
221
|
+
"symRoundedBackspace",
|
|
222
|
+
"symRoundedBackup",
|
|
223
|
+
"symRoundedBackupTable",
|
|
224
|
+
"symRoundedBadge",
|
|
225
|
+
"symRoundedBadgeCriticalBattery",
|
|
226
|
+
"symRoundedBakeryDining",
|
|
227
|
+
"symRoundedBalance",
|
|
228
|
+
"symRoundedBalcony",
|
|
229
|
+
"symRoundedBallot",
|
|
230
|
+
"symRoundedBarChart",
|
|
231
|
+
"symRoundedBarcode",
|
|
232
|
+
"symRoundedBarcodeScanner",
|
|
233
|
+
"symRoundedBatchPrediction",
|
|
234
|
+
"symRoundedBathroom",
|
|
235
|
+
"symRoundedBathtub",
|
|
236
|
+
"symRoundedBattery0Bar",
|
|
237
|
+
"symRoundedBattery1Bar",
|
|
238
|
+
"symRoundedBattery20",
|
|
239
|
+
"symRoundedBattery2Bar",
|
|
240
|
+
"symRoundedBattery30",
|
|
241
|
+
"symRoundedBattery3Bar",
|
|
242
|
+
"symRoundedBattery4Bar",
|
|
243
|
+
"symRoundedBattery50",
|
|
244
|
+
"symRoundedBattery5Bar",
|
|
245
|
+
"symRoundedBattery60",
|
|
246
|
+
"symRoundedBattery6Bar",
|
|
247
|
+
"symRoundedBattery80",
|
|
248
|
+
"symRoundedBattery90",
|
|
249
|
+
"symRoundedBatteryAlert",
|
|
250
|
+
"symRoundedBatteryCharging20",
|
|
251
|
+
"symRoundedBatteryCharging30",
|
|
252
|
+
"symRoundedBatteryCharging50",
|
|
253
|
+
"symRoundedBatteryCharging60",
|
|
254
|
+
"symRoundedBatteryCharging80",
|
|
255
|
+
"symRoundedBatteryCharging90",
|
|
256
|
+
"symRoundedBatteryChargingFull",
|
|
257
|
+
"symRoundedBatteryFull",
|
|
258
|
+
"symRoundedBatteryFullAlt",
|
|
259
|
+
"symRoundedBatteryHoriz000",
|
|
260
|
+
"symRoundedBatteryHoriz050",
|
|
261
|
+
"symRoundedBatteryHoriz075",
|
|
262
|
+
"symRoundedBatteryLow",
|
|
263
|
+
"symRoundedBatteryProfile",
|
|
264
|
+
"symRoundedBatterySaver",
|
|
265
|
+
"symRoundedBatteryUnknown",
|
|
266
|
+
"symRoundedBatteryVert005",
|
|
267
|
+
"symRoundedBatteryVert020",
|
|
268
|
+
"symRoundedBatteryVert050",
|
|
269
|
+
"symRoundedBatteryVeryLow",
|
|
270
|
+
"symRoundedBeachAccess",
|
|
271
|
+
"symRoundedBed",
|
|
272
|
+
"symRoundedBedroomBaby",
|
|
273
|
+
"symRoundedBedroomChild",
|
|
274
|
+
"symRoundedBedroomParent",
|
|
275
|
+
"symRoundedBedtime",
|
|
276
|
+
"symRoundedBedtimeOff",
|
|
277
|
+
"symRoundedBeenhere",
|
|
278
|
+
"symRoundedBento",
|
|
279
|
+
"symRoundedBikeScooter",
|
|
280
|
+
"symRoundedBiotech",
|
|
281
|
+
"symRoundedBlanket",
|
|
282
|
+
"symRoundedBlender",
|
|
283
|
+
"symRoundedBlind",
|
|
284
|
+
"symRoundedBlinds",
|
|
285
|
+
"symRoundedBlindsClosed",
|
|
286
|
+
"symRoundedBlock",
|
|
287
|
+
"symRoundedBloodtype",
|
|
288
|
+
"symRoundedBluetooth",
|
|
289
|
+
"symRoundedBluetoothConnected",
|
|
290
|
+
"symRoundedBluetoothDisabled",
|
|
291
|
+
"symRoundedBluetoothDrive",
|
|
292
|
+
"symRoundedBluetoothSearching",
|
|
293
|
+
"symRoundedBlurCircular",
|
|
294
|
+
"symRoundedBlurLinear",
|
|
295
|
+
"symRoundedBlurMedium",
|
|
296
|
+
"symRoundedBlurOff",
|
|
297
|
+
"symRoundedBlurOn",
|
|
298
|
+
"symRoundedBlurShort",
|
|
299
|
+
"symRoundedBolt",
|
|
300
|
+
"symRoundedBook",
|
|
301
|
+
"symRoundedBookmark",
|
|
302
|
+
"symRoundedBookmarkAdd",
|
|
303
|
+
"symRoundedBookmarkAdded",
|
|
304
|
+
"symRoundedBookmarkRemove",
|
|
305
|
+
"symRoundedBookmarks",
|
|
306
|
+
"symRoundedBookOnline",
|
|
307
|
+
"symRoundedBorderAll",
|
|
308
|
+
"symRoundedBorderBottom",
|
|
309
|
+
"symRoundedBorderClear",
|
|
310
|
+
"symRoundedBorderColor",
|
|
311
|
+
"symRoundedBorderHorizontal",
|
|
312
|
+
"symRoundedBorderInner",
|
|
313
|
+
"symRoundedBorderLeft",
|
|
314
|
+
"symRoundedBorderOuter",
|
|
315
|
+
"symRoundedBorderRight",
|
|
316
|
+
"symRoundedBorderStyle",
|
|
317
|
+
"symRoundedBorderTop",
|
|
318
|
+
"symRoundedBorderVertical",
|
|
319
|
+
"symRoundedBoy",
|
|
320
|
+
"symRoundedBrandingWatermark",
|
|
321
|
+
"symRoundedBreakfastDining",
|
|
322
|
+
"symRoundedBreakingNewsAlt1",
|
|
323
|
+
"symRoundedBrightness1",
|
|
324
|
+
"symRoundedBrightness2",
|
|
325
|
+
"symRoundedBrightness3",
|
|
326
|
+
"symRoundedBrightness4",
|
|
327
|
+
"symRoundedBrightness5",
|
|
328
|
+
"symRoundedBrightness6",
|
|
329
|
+
"symRoundedBrightness7",
|
|
330
|
+
"symRoundedBrightnessAuto",
|
|
331
|
+
"symRoundedBrightnessHigh",
|
|
332
|
+
"symRoundedBrightnessLow",
|
|
333
|
+
"symRoundedBrightnessMedium",
|
|
334
|
+
"symRoundedBringYourOwnIp",
|
|
335
|
+
"symRoundedBroadcastOnHome",
|
|
336
|
+
"symRoundedBroadcastOnPersonal",
|
|
337
|
+
"symRoundedBrokenImage",
|
|
338
|
+
"symRoundedBrowseActivity",
|
|
339
|
+
"symRoundedBrowseGallery",
|
|
340
|
+
"symRoundedBrowserUpdated",
|
|
341
|
+
"symRoundedBrunchDining",
|
|
342
|
+
"symRoundedBrush",
|
|
343
|
+
"symRoundedBubbleChart",
|
|
344
|
+
"symRoundedBugReport",
|
|
345
|
+
"symRoundedBuild",
|
|
346
|
+
"symRoundedBuildCircle",
|
|
347
|
+
"symRoundedBungalow",
|
|
348
|
+
"symRoundedBurstMode",
|
|
349
|
+
"symRoundedBusAlert",
|
|
350
|
+
"symRoundedBusinessCenter",
|
|
351
|
+
"symRoundedCabin",
|
|
352
|
+
"symRoundedCable",
|
|
353
|
+
"symRoundedCached",
|
|
354
|
+
"symRoundedCake",
|
|
355
|
+
"symRoundedCalculate",
|
|
356
|
+
"symRoundedCalendarAddOn",
|
|
357
|
+
"symRoundedCalendarAppsScript",
|
|
358
|
+
"symRoundedCalendarMonth",
|
|
359
|
+
"symRoundedCalendarToday",
|
|
360
|
+
"symRoundedCalendarViewDay",
|
|
361
|
+
"symRoundedCalendarViewMonth",
|
|
362
|
+
"symRoundedCalendarViewWeek",
|
|
363
|
+
"symRoundedCall",
|
|
364
|
+
"symRoundedCallEnd",
|
|
365
|
+
"symRoundedCallMade",
|
|
366
|
+
"symRoundedCallMerge",
|
|
367
|
+
"symRoundedCallMissed",
|
|
368
|
+
"symRoundedCallMissedOutgoing",
|
|
369
|
+
"symRoundedCallReceived",
|
|
370
|
+
"symRoundedCallSplit",
|
|
371
|
+
"symRoundedCallToAction",
|
|
372
|
+
"symRoundedCamera",
|
|
373
|
+
"symRoundedCameraEnhance",
|
|
374
|
+
"symRoundedCameraFront",
|
|
375
|
+
"symRoundedCameraIndoor",
|
|
376
|
+
"symRoundedCameraOutdoor",
|
|
377
|
+
"symRoundedCameraRear",
|
|
378
|
+
"symRoundedCameraRoll",
|
|
379
|
+
"symRoundedCameraswitch",
|
|
380
|
+
"symRoundedCampaign",
|
|
381
|
+
"symRoundedCamping",
|
|
382
|
+
"symRoundedCancel",
|
|
383
|
+
"symRoundedCancelPresentation",
|
|
384
|
+
"symRoundedCancelScheduleSend",
|
|
385
|
+
"symRoundedCandlestickChart",
|
|
386
|
+
"symRoundedCarCrash",
|
|
387
|
+
"symRoundedCardMembership",
|
|
388
|
+
"symRoundedCardTravel",
|
|
389
|
+
"symRoundedCarpenter",
|
|
390
|
+
"symRoundedCarRental",
|
|
391
|
+
"symRoundedCarRepair",
|
|
392
|
+
"symRoundedCases",
|
|
393
|
+
"symRoundedCasino",
|
|
394
|
+
"symRoundedCast",
|
|
395
|
+
"symRoundedCastConnected",
|
|
396
|
+
"symRoundedCastForEducation",
|
|
397
|
+
"symRoundedCastle",
|
|
398
|
+
"symRoundedCategory",
|
|
399
|
+
"symRoundedCelebration",
|
|
400
|
+
"symRoundedCellTower",
|
|
401
|
+
"symRoundedCellWifi",
|
|
402
|
+
"symRoundedCenterFocusStrong",
|
|
403
|
+
"symRoundedCenterFocusWeak",
|
|
404
|
+
"symRoundedChair",
|
|
405
|
+
"symRoundedChairAlt",
|
|
406
|
+
"symRoundedChalet",
|
|
407
|
+
"symRoundedChangeCircle",
|
|
408
|
+
"symRoundedChangeHistory",
|
|
409
|
+
"symRoundedCharger",
|
|
410
|
+
"symRoundedChargingStation",
|
|
411
|
+
"symRoundedChat",
|
|
412
|
+
"symRoundedChatAddOn",
|
|
413
|
+
"symRoundedChatAppsScript",
|
|
414
|
+
"symRoundedChatBubble",
|
|
415
|
+
"symRoundedCheck",
|
|
416
|
+
"symRoundedCheckBox",
|
|
417
|
+
"symRoundedCheckBoxOutlineBlank",
|
|
418
|
+
"symRoundedCheckCircle",
|
|
419
|
+
"symRoundedChecklist",
|
|
420
|
+
"symRoundedChecklistRtl",
|
|
421
|
+
"symRoundedCheckroom",
|
|
422
|
+
"symRoundedChevronLeft",
|
|
423
|
+
"symRoundedChevronRight",
|
|
424
|
+
"symRoundedChildCare",
|
|
425
|
+
"symRoundedChildFriendly",
|
|
426
|
+
"symRoundedChromecast2",
|
|
427
|
+
"symRoundedChromecastDevice",
|
|
428
|
+
"symRoundedChromeReaderMode",
|
|
429
|
+
"symRoundedChurch",
|
|
430
|
+
"symRoundedCircle",
|
|
431
|
+
"symRoundedCircleNotifications",
|
|
432
|
+
"symRoundedClarify",
|
|
433
|
+
"symRoundedCleanHands",
|
|
434
|
+
"symRoundedCleaningBucket",
|
|
435
|
+
"symRoundedCleaningServices",
|
|
436
|
+
"symRoundedClearAll",
|
|
437
|
+
"symRoundedClearDay",
|
|
438
|
+
"symRoundedClearNight",
|
|
439
|
+
"symRoundedClimateMiniSplit",
|
|
440
|
+
"symRoundedClose",
|
|
441
|
+
"symRoundedClosedCaption",
|
|
442
|
+
"symRoundedClosedCaptionDisabled",
|
|
443
|
+
"symRoundedCloseFullscreen",
|
|
444
|
+
"symRoundedCloud",
|
|
445
|
+
"symRoundedCloudCircle",
|
|
446
|
+
"symRoundedCloudDone",
|
|
447
|
+
"symRoundedCloudDownload",
|
|
448
|
+
"symRoundedCloudOff",
|
|
449
|
+
"symRoundedCloudQueue",
|
|
450
|
+
"symRoundedCloudSync",
|
|
451
|
+
"symRoundedCloudUpload",
|
|
452
|
+
"symRoundedCloudy",
|
|
453
|
+
"symRoundedCloudyFilled",
|
|
454
|
+
"symRoundedCloudySnowing",
|
|
455
|
+
"symRoundedCo2",
|
|
456
|
+
"symRoundedCode",
|
|
457
|
+
"symRoundedCodeOff",
|
|
458
|
+
"symRoundedCoffee",
|
|
459
|
+
"symRoundedCoffeeMaker",
|
|
460
|
+
"symRoundedCollectionsBookmark",
|
|
461
|
+
"symRoundedColorize",
|
|
462
|
+
"symRoundedComment",
|
|
463
|
+
"symRoundedCommentBank",
|
|
464
|
+
"symRoundedCommentsDisabled",
|
|
465
|
+
"symRoundedCommit",
|
|
466
|
+
"symRoundedCommunication",
|
|
467
|
+
"symRoundedCommute",
|
|
468
|
+
"symRoundedCompare",
|
|
469
|
+
"symRoundedCompareArrows",
|
|
470
|
+
"symRoundedCompassCalibration",
|
|
471
|
+
"symRoundedComponentExchange",
|
|
472
|
+
"symRoundedCompost",
|
|
473
|
+
"symRoundedCompress",
|
|
474
|
+
"symRoundedComputer",
|
|
475
|
+
"symRoundedConfirmationNumber",
|
|
476
|
+
"symRoundedConnectedTv",
|
|
477
|
+
"symRoundedConnectingAirports",
|
|
478
|
+
"symRoundedConnectWithoutContact",
|
|
479
|
+
"symRoundedConstruction",
|
|
480
|
+
"symRoundedContactEmergency",
|
|
481
|
+
"symRoundedContactless",
|
|
482
|
+
"symRoundedContactMail",
|
|
483
|
+
"symRoundedContactPage",
|
|
484
|
+
"symRoundedContactPhone",
|
|
485
|
+
"symRoundedContacts",
|
|
486
|
+
"symRoundedContactSupport",
|
|
487
|
+
"symRoundedContentCopy",
|
|
488
|
+
"symRoundedContentCut",
|
|
489
|
+
"symRoundedContentPaste",
|
|
490
|
+
"symRoundedContentPasteGo",
|
|
491
|
+
"symRoundedContentPasteOff",
|
|
492
|
+
"symRoundedContentPasteSearch",
|
|
493
|
+
"symRoundedContrast",
|
|
494
|
+
"symRoundedControlCamera",
|
|
495
|
+
"symRoundedControllerGen",
|
|
496
|
+
"symRoundedControlPointDuplicate",
|
|
497
|
+
"symRoundedConversionPath",
|
|
498
|
+
"symRoundedCookie",
|
|
499
|
+
"symRoundedCooking",
|
|
500
|
+
"symRoundedCoolToDry",
|
|
501
|
+
"symRoundedCoPresent",
|
|
502
|
+
"symRoundedCopyAll",
|
|
503
|
+
"symRoundedCopyright",
|
|
504
|
+
"symRoundedCoronavirus",
|
|
505
|
+
"symRoundedCorporateFare",
|
|
506
|
+
"symRoundedCottage",
|
|
507
|
+
"symRoundedCountertops",
|
|
508
|
+
"symRoundedCreateNewFolder",
|
|
509
|
+
"symRoundedCreditCard",
|
|
510
|
+
"symRoundedCreditCardOff",
|
|
511
|
+
"symRoundedCreditScore",
|
|
512
|
+
"symRoundedCrib",
|
|
513
|
+
"symRoundedCrisisAlert",
|
|
514
|
+
"symRoundedCrop",
|
|
515
|
+
"symRoundedCrop169",
|
|
516
|
+
"symRoundedCrop32",
|
|
517
|
+
"symRoundedCrop54",
|
|
518
|
+
"symRoundedCrop75",
|
|
519
|
+
"symRoundedCropFree",
|
|
520
|
+
"symRoundedCropLandscape",
|
|
521
|
+
"symRoundedCropPortrait",
|
|
522
|
+
"symRoundedCropRotate",
|
|
523
|
+
"symRoundedCropSquare",
|
|
524
|
+
"symRoundedCrueltyFree",
|
|
525
|
+
"symRoundedCss",
|
|
526
|
+
"symRoundedCurrencyBitcoin",
|
|
527
|
+
"symRoundedCurrencyExchange",
|
|
528
|
+
"symRoundedCurrencyFranc",
|
|
529
|
+
"symRoundedCurrencyLira",
|
|
530
|
+
"symRoundedCurrencyPound",
|
|
531
|
+
"symRoundedCurrencyRuble",
|
|
532
|
+
"symRoundedCurrencyRupee",
|
|
533
|
+
"symRoundedCurrencyYen",
|
|
534
|
+
"symRoundedCurrencyYuan",
|
|
535
|
+
"symRoundedCurtains",
|
|
536
|
+
"symRoundedCurtainsClosed",
|
|
537
|
+
"symRoundedCut",
|
|
538
|
+
"symRoundedCyclone",
|
|
539
|
+
"symRoundedDangerous",
|
|
540
|
+
"symRoundedDarkMode",
|
|
541
|
+
"symRoundedDashboard",
|
|
542
|
+
"symRoundedDashboardCustomize",
|
|
543
|
+
"symRoundedDataArray",
|
|
544
|
+
"symRoundedDatabase",
|
|
545
|
+
"symRoundedDataExploration",
|
|
546
|
+
"symRoundedDataObject",
|
|
547
|
+
"symRoundedDataSaverOn",
|
|
548
|
+
"symRoundedDataset",
|
|
549
|
+
"symRoundedDatasetLinked",
|
|
550
|
+
"symRoundedDataThresholding",
|
|
551
|
+
"symRoundedDataUsage",
|
|
552
|
+
"symRoundedDateRange",
|
|
553
|
+
"symRoundedDeblur",
|
|
554
|
+
"symRoundedDeck",
|
|
555
|
+
"symRoundedDehaze",
|
|
556
|
+
"symRoundedDelete",
|
|
557
|
+
"symRoundedDeleteForever",
|
|
558
|
+
"symRoundedDeleteSweep",
|
|
559
|
+
"symRoundedDensityLarge",
|
|
560
|
+
"symRoundedDensityMedium",
|
|
561
|
+
"symRoundedDensitySmall",
|
|
562
|
+
"symRoundedDepartureBoard",
|
|
563
|
+
"symRoundedDescription",
|
|
564
|
+
"symRoundedDeselect",
|
|
565
|
+
"symRoundedDesignServices",
|
|
566
|
+
"symRoundedDesk",
|
|
567
|
+
"symRoundedDesktopAccessDisabled",
|
|
568
|
+
"symRoundedDesktopMac",
|
|
569
|
+
"symRoundedDesktopWindows",
|
|
570
|
+
"symRoundedDetails",
|
|
571
|
+
"symRoundedDetectionAndZone",
|
|
572
|
+
"symRoundedDetector",
|
|
573
|
+
"symRoundedDetectorAlarm",
|
|
574
|
+
"symRoundedDetectorBattery",
|
|
575
|
+
"symRoundedDetectorCo",
|
|
576
|
+
"symRoundedDetectorOffline",
|
|
577
|
+
"symRoundedDetectorSmoke",
|
|
578
|
+
"symRoundedDetectorStatus",
|
|
579
|
+
"symRoundedDeveloperBoard",
|
|
580
|
+
"symRoundedDeveloperBoardOff",
|
|
581
|
+
"symRoundedDeveloperMode",
|
|
582
|
+
"symRoundedDeviceHub",
|
|
583
|
+
"symRoundedDeviceReset",
|
|
584
|
+
"symRoundedDevices",
|
|
585
|
+
"symRoundedDevicesFold",
|
|
586
|
+
"symRoundedDevicesOther",
|
|
587
|
+
"symRoundedDeviceThermostat",
|
|
588
|
+
"symRoundedDeviceUnknown",
|
|
589
|
+
"symRoundedDialerSip",
|
|
590
|
+
"symRoundedDialpad",
|
|
591
|
+
"symRoundedDiamond",
|
|
592
|
+
"symRoundedDifference",
|
|
593
|
+
"symRoundedDigitalOutOfHome",
|
|
594
|
+
"symRoundedDining",
|
|
595
|
+
"symRoundedDinnerDining",
|
|
596
|
+
"symRoundedDirections",
|
|
597
|
+
"symRoundedDirectionsBike",
|
|
598
|
+
"symRoundedDirectionsBoat",
|
|
599
|
+
"symRoundedDirectionsBus",
|
|
600
|
+
"symRoundedDirectionsCar",
|
|
601
|
+
"symRoundedDirectionsOff",
|
|
602
|
+
"symRoundedDirectionsRailway",
|
|
603
|
+
"symRoundedDirectionsRun",
|
|
604
|
+
"symRoundedDirectionsSubway",
|
|
605
|
+
"symRoundedDirectionsWalk",
|
|
606
|
+
"symRoundedDirtyLens",
|
|
607
|
+
"symRoundedDisabledByDefault",
|
|
608
|
+
"symRoundedDisabledVisible",
|
|
609
|
+
"symRoundedDiscFull",
|
|
610
|
+
"symRoundedDiscoverTune",
|
|
611
|
+
"symRoundedDishwasherGen",
|
|
612
|
+
"symRoundedDisplaySettings",
|
|
613
|
+
"symRoundedDiversity1",
|
|
614
|
+
"symRoundedDiversity2",
|
|
615
|
+
"symRoundedDiversity3",
|
|
616
|
+
"symRoundedDns",
|
|
617
|
+
"symRoundedDock",
|
|
618
|
+
"symRoundedDocsAddOn",
|
|
619
|
+
"symRoundedDocsAppsScript",
|
|
620
|
+
"symRoundedDocumentScanner",
|
|
621
|
+
"symRoundedDomain",
|
|
622
|
+
"symRoundedDomainAdd",
|
|
623
|
+
"symRoundedDomainDisabled",
|
|
624
|
+
"symRoundedDomainVerification",
|
|
625
|
+
"symRoundedDone",
|
|
626
|
+
"symRoundedDoneAll",
|
|
627
|
+
"symRoundedDoneOutline",
|
|
628
|
+
"symRoundedDoNotDisturbOff",
|
|
629
|
+
"symRoundedDoNotDisturbOn",
|
|
630
|
+
"symRoundedDoNotDisturbOnTotalSilence",
|
|
631
|
+
"symRoundedDoNotStep",
|
|
632
|
+
"symRoundedDoNotTouch",
|
|
633
|
+
"symRoundedDonutLarge",
|
|
634
|
+
"symRoundedDonutSmall",
|
|
635
|
+
"symRoundedDoorBack",
|
|
636
|
+
"symRoundedDoorbell",
|
|
637
|
+
"symRoundedDoorbell3p",
|
|
638
|
+
"symRoundedDoorbellChime",
|
|
639
|
+
"symRoundedDoorFront",
|
|
640
|
+
"symRoundedDoorOpen",
|
|
641
|
+
"symRoundedDoorSensor",
|
|
642
|
+
"symRoundedDoorSliding",
|
|
643
|
+
"symRoundedDoubleArrow",
|
|
644
|
+
"symRoundedDownhillSkiing",
|
|
645
|
+
"symRoundedDownload",
|
|
646
|
+
"symRoundedDownloadDone",
|
|
647
|
+
"symRoundedDownloadForOffline",
|
|
648
|
+
"symRoundedDownloading",
|
|
649
|
+
"symRoundedDraft",
|
|
650
|
+
"symRoundedDrafts",
|
|
651
|
+
"symRoundedDragHandle",
|
|
652
|
+
"symRoundedDragIndicator",
|
|
653
|
+
"symRoundedDraw",
|
|
654
|
+
"symRoundedDresser",
|
|
655
|
+
"symRoundedDriveFileMove",
|
|
656
|
+
"symRoundedDriveFileMoveOutline",
|
|
657
|
+
"symRoundedDriveFileMoveRtl",
|
|
658
|
+
"symRoundedDriveFileRenameOutline",
|
|
659
|
+
"symRoundedDriveFolderUpload",
|
|
660
|
+
"symRoundedDry",
|
|
661
|
+
"symRoundedDryCleaning",
|
|
662
|
+
"symRoundedDuo",
|
|
663
|
+
"symRoundedDvr",
|
|
664
|
+
"symRoundedDynamicFeed",
|
|
665
|
+
"symRoundedDynamicForm",
|
|
666
|
+
"symRoundedE911Avatar",
|
|
667
|
+
"symRoundedE911Emergency",
|
|
668
|
+
"symRoundedEarbuds",
|
|
669
|
+
"symRoundedEarbudsBattery",
|
|
670
|
+
"symRoundedEarlyOn",
|
|
671
|
+
"symRoundedEast",
|
|
672
|
+
"symRoundedEco",
|
|
673
|
+
"symRoundedEdgesensorHigh",
|
|
674
|
+
"symRoundedEdgesensorLow",
|
|
675
|
+
"symRoundedEdit",
|
|
676
|
+
"symRoundedEditAttributes",
|
|
677
|
+
"symRoundedEditCalendar",
|
|
678
|
+
"symRoundedEditLocation",
|
|
679
|
+
"symRoundedEditLocationAlt",
|
|
680
|
+
"symRoundedEditNote",
|
|
681
|
+
"symRoundedEditNotifications",
|
|
682
|
+
"symRoundedEditOff",
|
|
683
|
+
"symRoundedEditRoad",
|
|
684
|
+
"symRoundedEgg",
|
|
685
|
+
"symRoundedEggAlt",
|
|
686
|
+
"symRoundedEject",
|
|
687
|
+
"symRoundedElderly",
|
|
688
|
+
"symRoundedElderlyWoman",
|
|
689
|
+
"symRoundedElectricalServices",
|
|
690
|
+
"symRoundedElectricBike",
|
|
691
|
+
"symRoundedElectricBolt",
|
|
692
|
+
"symRoundedElectricCar",
|
|
693
|
+
"symRoundedElectricMeter",
|
|
694
|
+
"symRoundedElectricMoped",
|
|
695
|
+
"symRoundedElectricRickshaw",
|
|
696
|
+
"symRoundedElectricScooter",
|
|
697
|
+
"symRoundedElevator",
|
|
698
|
+
"symRoundedEmergency",
|
|
699
|
+
"symRoundedEmergencyHeat",
|
|
700
|
+
"symRoundedEmergencyHome",
|
|
701
|
+
"symRoundedEmergencyRecording",
|
|
702
|
+
"symRoundedEmergencyShare",
|
|
703
|
+
"symRoundedEMobiledata",
|
|
704
|
+
"symRoundedEmojiFlags",
|
|
705
|
+
"symRoundedEmojiFoodBeverage",
|
|
706
|
+
"symRoundedEmojiNature",
|
|
707
|
+
"symRoundedEmojiObjects",
|
|
708
|
+
"symRoundedEmojiPeople",
|
|
709
|
+
"symRoundedEmojiSymbols",
|
|
710
|
+
"symRoundedEmojiTransportation",
|
|
711
|
+
"symRoundedEnable",
|
|
712
|
+
"symRoundedEnergyProgramSaving",
|
|
713
|
+
"symRoundedEnergyProgramTimeUsed",
|
|
714
|
+
"symRoundedEnergySavingsLeaf",
|
|
715
|
+
"symRoundedEngineering",
|
|
716
|
+
"symRoundedEnhancedEncryption",
|
|
717
|
+
"symRoundedEqualizer",
|
|
718
|
+
"symRoundedError",
|
|
719
|
+
"symRoundedErrorCircleRounded",
|
|
720
|
+
"symRoundedEscalator",
|
|
721
|
+
"symRoundedEscalatorWarning",
|
|
722
|
+
"symRoundedEuro",
|
|
723
|
+
"symRoundedEuroSymbol",
|
|
724
|
+
"symRoundedEvCharger",
|
|
725
|
+
"symRoundedEvent",
|
|
726
|
+
"symRoundedEventAvailable",
|
|
727
|
+
"symRoundedEventBusy",
|
|
728
|
+
"symRoundedEventNote",
|
|
729
|
+
"symRoundedEventRepeat",
|
|
730
|
+
"symRoundedEventSeat",
|
|
731
|
+
"symRoundedEventUpcoming",
|
|
732
|
+
"symRoundedEvShadow",
|
|
733
|
+
"symRoundedEvStation",
|
|
734
|
+
"symRoundedExclamation",
|
|
735
|
+
"symRoundedExitToApp",
|
|
736
|
+
"symRoundedExpand",
|
|
737
|
+
"symRoundedExpandCircleDown",
|
|
738
|
+
"symRoundedExpandLess",
|
|
739
|
+
"symRoundedExpandMore",
|
|
740
|
+
"symRoundedExplicit",
|
|
741
|
+
"symRoundedExplore",
|
|
742
|
+
"symRoundedExploreOff",
|
|
743
|
+
"symRoundedExposure",
|
|
744
|
+
"symRoundedExposureNeg1",
|
|
745
|
+
"symRoundedExposureNeg2",
|
|
746
|
+
"symRoundedExposurePlus1",
|
|
747
|
+
"symRoundedExposurePlus2",
|
|
748
|
+
"symRoundedExposureZero",
|
|
749
|
+
"symRoundedExtension",
|
|
750
|
+
"symRoundedExtensionOff",
|
|
751
|
+
"symRoundedFace",
|
|
752
|
+
"symRoundedFace2",
|
|
753
|
+
"symRoundedFace3",
|
|
754
|
+
"symRoundedFace4",
|
|
755
|
+
"symRoundedFace5",
|
|
756
|
+
"symRoundedFace6",
|
|
757
|
+
"symRoundedFaceRetouchingNatural",
|
|
758
|
+
"symRoundedFaceRetouchingOff",
|
|
759
|
+
"symRoundedFactCheck",
|
|
760
|
+
"symRoundedFactory",
|
|
761
|
+
"symRoundedFamiliarFaceAndZone",
|
|
762
|
+
"symRoundedFamilyRestroom",
|
|
763
|
+
"symRoundedFastfood",
|
|
764
|
+
"symRoundedFastForward",
|
|
765
|
+
"symRoundedFastRewind",
|
|
766
|
+
"symRoundedFaucet",
|
|
767
|
+
"symRoundedFavorite",
|
|
768
|
+
"symRoundedFax",
|
|
769
|
+
"symRoundedFeaturedPlayList",
|
|
770
|
+
"symRoundedFeaturedVideo",
|
|
771
|
+
"symRoundedFeed",
|
|
772
|
+
"symRoundedFemale",
|
|
773
|
+
"symRoundedFence",
|
|
774
|
+
"symRoundedFestival",
|
|
775
|
+
"symRoundedFiberDvr",
|
|
776
|
+
"symRoundedFiberManualRecord",
|
|
777
|
+
"symRoundedFiberNew",
|
|
778
|
+
"symRoundedFiberPin",
|
|
779
|
+
"symRoundedFiberSmartRecord",
|
|
780
|
+
"symRoundedFileCopy",
|
|
781
|
+
"symRoundedFileDownload",
|
|
782
|
+
"symRoundedFileDownloadDone",
|
|
783
|
+
"symRoundedFileDownloadOff",
|
|
784
|
+
"symRoundedFileOpen",
|
|
785
|
+
"symRoundedFilePresent",
|
|
786
|
+
"symRoundedFileUpload",
|
|
787
|
+
"symRoundedFilter",
|
|
788
|
+
"symRoundedFilter1",
|
|
789
|
+
"symRoundedFilter2",
|
|
790
|
+
"symRoundedFilter3",
|
|
791
|
+
"symRoundedFilter4",
|
|
792
|
+
"symRoundedFilter5",
|
|
793
|
+
"symRoundedFilter6",
|
|
794
|
+
"symRoundedFilter7",
|
|
795
|
+
"symRoundedFilter8",
|
|
796
|
+
"symRoundedFilter9",
|
|
797
|
+
"symRoundedFilter9Plus",
|
|
798
|
+
"symRoundedFilterAlt",
|
|
799
|
+
"symRoundedFilterAltOff",
|
|
800
|
+
"symRoundedFilterBAndW",
|
|
801
|
+
"symRoundedFilterCenterFocus",
|
|
802
|
+
"symRoundedFilterDrama",
|
|
803
|
+
"symRoundedFilterFrames",
|
|
804
|
+
"symRoundedFilterHdr",
|
|
805
|
+
"symRoundedFilterList",
|
|
806
|
+
"symRoundedFilterListOff",
|
|
807
|
+
"symRoundedFilterNone",
|
|
808
|
+
"symRoundedFilterTiltShift",
|
|
809
|
+
"symRoundedFilterVintage",
|
|
810
|
+
"symRoundedFindInPage",
|
|
811
|
+
"symRoundedFindReplace",
|
|
812
|
+
"symRoundedFingerprint",
|
|
813
|
+
"symRoundedFireExtinguisher",
|
|
814
|
+
"symRoundedFireHydrant",
|
|
815
|
+
"symRoundedFireplace",
|
|
816
|
+
"symRoundedFireTruck",
|
|
817
|
+
"symRoundedFirstPage",
|
|
818
|
+
"symRoundedFitnessCenter",
|
|
819
|
+
"symRoundedFitScreen",
|
|
820
|
+
"symRoundedFlag",
|
|
821
|
+
"symRoundedFlagCircle",
|
|
822
|
+
"symRoundedFlaky",
|
|
823
|
+
"symRoundedFlare",
|
|
824
|
+
"symRoundedFlashAuto",
|
|
825
|
+
"symRoundedFlashlightOff",
|
|
826
|
+
"symRoundedFlashlightOn",
|
|
827
|
+
"symRoundedFlashOff",
|
|
828
|
+
"symRoundedFlashOn",
|
|
829
|
+
"symRoundedFlatware",
|
|
830
|
+
"symRoundedFlight",
|
|
831
|
+
"symRoundedFlightClass",
|
|
832
|
+
"symRoundedFlightLand",
|
|
833
|
+
"symRoundedFlightTakeoff",
|
|
834
|
+
"symRoundedFlip",
|
|
835
|
+
"symRoundedFlipCameraAndroid",
|
|
836
|
+
"symRoundedFlipCameraIos",
|
|
837
|
+
"symRoundedFlipToBack",
|
|
838
|
+
"symRoundedFlipToFront",
|
|
839
|
+
"symRoundedFlood",
|
|
840
|
+
"symRoundedFloorLamp",
|
|
841
|
+
"symRoundedFluorescent",
|
|
842
|
+
"symRoundedFlutterDash",
|
|
843
|
+
"symRoundedFmdBad",
|
|
844
|
+
"symRoundedFoggy",
|
|
845
|
+
"symRoundedFolder",
|
|
846
|
+
"symRoundedFolderCopy",
|
|
847
|
+
"symRoundedFolderDelete",
|
|
848
|
+
"symRoundedFolderOff",
|
|
849
|
+
"symRoundedFolderOpen",
|
|
850
|
+
"symRoundedFolderShared",
|
|
851
|
+
"symRoundedFolderSpecial",
|
|
852
|
+
"symRoundedFolderZip",
|
|
853
|
+
"symRoundedFollowTheSigns",
|
|
854
|
+
"symRoundedFontDownload",
|
|
855
|
+
"symRoundedFontDownloadOff",
|
|
856
|
+
"symRoundedFoodBank",
|
|
857
|
+
"symRoundedForest",
|
|
858
|
+
"symRoundedForkLeft",
|
|
859
|
+
"symRoundedForkRight",
|
|
860
|
+
"symRoundedFormatAlignCenter",
|
|
861
|
+
"symRoundedFormatAlignJustify",
|
|
862
|
+
"symRoundedFormatAlignLeft",
|
|
863
|
+
"symRoundedFormatAlignRight",
|
|
864
|
+
"symRoundedFormatBold",
|
|
865
|
+
"symRoundedFormatClear",
|
|
866
|
+
"symRoundedFormatColorFill",
|
|
867
|
+
"symRoundedFormatColorReset",
|
|
868
|
+
"symRoundedFormatColorText",
|
|
869
|
+
"symRoundedFormatIndentDecrease",
|
|
870
|
+
"symRoundedFormatIndentIncrease",
|
|
871
|
+
"symRoundedFormatItalic",
|
|
872
|
+
"symRoundedFormatLineSpacing",
|
|
873
|
+
"symRoundedFormatListBulleted",
|
|
874
|
+
"symRoundedFormatListNumbered",
|
|
875
|
+
"symRoundedFormatListNumberedRtl",
|
|
876
|
+
"symRoundedFormatOverline",
|
|
877
|
+
"symRoundedFormatPaint",
|
|
878
|
+
"symRoundedFormatQuote",
|
|
879
|
+
"symRoundedFormatShapes",
|
|
880
|
+
"symRoundedFormatSize",
|
|
881
|
+
"symRoundedFormatStrikethrough",
|
|
882
|
+
"symRoundedFormatTextdirectionLToR",
|
|
883
|
+
"symRoundedFormatTextdirectionRToL",
|
|
884
|
+
"symRoundedFormatUnderlined",
|
|
885
|
+
"symRoundedFormsAddOn",
|
|
886
|
+
"symRoundedFormsAppsScript",
|
|
887
|
+
"symRoundedFort",
|
|
888
|
+
"symRoundedForum",
|
|
889
|
+
"symRoundedForward",
|
|
890
|
+
"symRoundedForward10",
|
|
891
|
+
"symRoundedForward30",
|
|
892
|
+
"symRoundedForward5",
|
|
893
|
+
"symRoundedForwardToInbox",
|
|
894
|
+
"symRoundedFoundation",
|
|
895
|
+
"symRoundedFramePerson",
|
|
896
|
+
"symRoundedFreeCancellation",
|
|
897
|
+
"symRoundedFrontHand",
|
|
898
|
+
"symRoundedFullscreen",
|
|
899
|
+
"symRoundedFullscreenExit",
|
|
900
|
+
"symRoundedFullStackedBarChart",
|
|
901
|
+
"symRoundedFunctions",
|
|
902
|
+
"symRoundedGarage",
|
|
903
|
+
"symRoundedGarageHome",
|
|
904
|
+
"symRoundedGardenCart",
|
|
905
|
+
"symRoundedGasMeter",
|
|
906
|
+
"symRoundedGate",
|
|
907
|
+
"symRoundedGavel",
|
|
908
|
+
"symRoundedGeneratingTokens",
|
|
909
|
+
"symRoundedGesture",
|
|
910
|
+
"symRoundedGif",
|
|
911
|
+
"symRoundedGifBox",
|
|
912
|
+
"symRoundedGirl",
|
|
913
|
+
"symRoundedGite",
|
|
914
|
+
"symRoundedGlyphs",
|
|
915
|
+
"symRoundedGMobiledata",
|
|
916
|
+
"symRoundedGolfCourse",
|
|
917
|
+
"symRoundedGooglePlusReshare",
|
|
918
|
+
"symRoundedGoogleWifi",
|
|
919
|
+
"symRoundedGppBad",
|
|
920
|
+
"symRoundedGppMaybe",
|
|
921
|
+
"symRoundedGrade",
|
|
922
|
+
"symRoundedGradient",
|
|
923
|
+
"symRoundedGrading",
|
|
924
|
+
"symRoundedGrain",
|
|
925
|
+
"symRoundedGraphicEq",
|
|
926
|
+
"symRoundedGrass",
|
|
927
|
+
"symRoundedGrid3x3",
|
|
928
|
+
"symRoundedGrid4x4",
|
|
929
|
+
"symRoundedGridGoldenratio",
|
|
930
|
+
"symRoundedGridOff",
|
|
931
|
+
"symRoundedGridOn",
|
|
932
|
+
"symRoundedGridView",
|
|
933
|
+
"symRoundedGroup",
|
|
934
|
+
"symRoundedGroupAdd",
|
|
935
|
+
"symRoundedGroupedBarChart",
|
|
936
|
+
"symRoundedGroupOff",
|
|
937
|
+
"symRoundedGroupRemove",
|
|
938
|
+
"symRoundedGroups",
|
|
939
|
+
"symRoundedGroups2",
|
|
940
|
+
"symRoundedGroups3",
|
|
941
|
+
"symRoundedGroupWork",
|
|
942
|
+
"symRoundedGTranslate",
|
|
943
|
+
"symRoundedHail",
|
|
944
|
+
"symRoundedHandGesture",
|
|
945
|
+
"symRoundedHandshake",
|
|
946
|
+
"symRoundedHandyman",
|
|
947
|
+
"symRoundedHardware",
|
|
948
|
+
"symRoundedHd",
|
|
949
|
+
"symRoundedHdrAuto",
|
|
950
|
+
"symRoundedHdrAutoSelect",
|
|
951
|
+
"symRoundedHdrEnhancedSelect",
|
|
952
|
+
"symRoundedHdrOff",
|
|
953
|
+
"symRoundedHdrOffSelect",
|
|
954
|
+
"symRoundedHdrOn",
|
|
955
|
+
"symRoundedHdrOnSelect",
|
|
956
|
+
"symRoundedHdrPlus",
|
|
957
|
+
"symRoundedHdrStrong",
|
|
958
|
+
"symRoundedHdrWeak",
|
|
959
|
+
"symRoundedHeadphones",
|
|
960
|
+
"symRoundedHeadphonesBattery",
|
|
961
|
+
"symRoundedHeadsetMic",
|
|
962
|
+
"symRoundedHeadsetOff",
|
|
963
|
+
"symRoundedHealing",
|
|
964
|
+
"symRoundedHealthAndSafety",
|
|
965
|
+
"symRoundedHearing",
|
|
966
|
+
"symRoundedHearingDisabled",
|
|
967
|
+
"symRoundedHeartBroken",
|
|
968
|
+
"symRoundedHeatPump",
|
|
969
|
+
"symRoundedHeatPumpBalance",
|
|
970
|
+
"symRoundedHeight",
|
|
971
|
+
"symRoundedHelp",
|
|
972
|
+
"symRoundedHelpCenter",
|
|
973
|
+
"symRoundedHevc",
|
|
974
|
+
"symRoundedHexagon",
|
|
975
|
+
"symRoundedHide",
|
|
976
|
+
"symRoundedHideImage",
|
|
977
|
+
"symRoundedHideSource",
|
|
978
|
+
"symRoundedHighlight",
|
|
979
|
+
"symRoundedHighQuality",
|
|
980
|
+
"symRoundedHiking",
|
|
981
|
+
"symRoundedHistory",
|
|
982
|
+
"symRoundedHistoryEdu",
|
|
983
|
+
"symRoundedHistoryToggleOff",
|
|
984
|
+
"symRoundedHive",
|
|
985
|
+
"symRoundedHls",
|
|
986
|
+
"symRoundedHlsOff",
|
|
987
|
+
"symRoundedHMobiledata",
|
|
988
|
+
"symRoundedHolidayVillage",
|
|
989
|
+
"symRoundedHome",
|
|
990
|
+
"symRoundedHomeAppLogo",
|
|
991
|
+
"symRoundedHomeIotDevice",
|
|
992
|
+
"symRoundedHomeMax",
|
|
993
|
+
"symRoundedHomeMaxDots",
|
|
994
|
+
"symRoundedHomeMini",
|
|
995
|
+
"symRoundedHomePin",
|
|
996
|
+
"symRoundedHomeRepairService",
|
|
997
|
+
"symRoundedHomeSpeaker",
|
|
998
|
+
"symRoundedHomeWork",
|
|
999
|
+
"symRoundedHorizontalDistribute",
|
|
1000
|
+
"symRoundedHorizontalRule",
|
|
1001
|
+
"symRoundedHorizontalSplit",
|
|
1002
|
+
"symRoundedHotel",
|
|
1003
|
+
"symRoundedHotelClass",
|
|
1004
|
+
"symRoundedHotTub",
|
|
1005
|
+
"symRoundedHourglassBottom",
|
|
1006
|
+
"symRoundedHourglassDisabled",
|
|
1007
|
+
"symRoundedHourglassEmpty",
|
|
1008
|
+
"symRoundedHourglassFull",
|
|
1009
|
+
"symRoundedHourglassTop",
|
|
1010
|
+
"symRoundedHouse",
|
|
1011
|
+
"symRoundedHouseboat",
|
|
1012
|
+
"symRoundedHouseSiding",
|
|
1013
|
+
"symRoundedHouseWithShield",
|
|
1014
|
+
"symRoundedHowToReg",
|
|
1015
|
+
"symRoundedHowToVote",
|
|
1016
|
+
"symRoundedHPlusMobiledata",
|
|
1017
|
+
"symRoundedHtml",
|
|
1018
|
+
"symRoundedHttp",
|
|
1019
|
+
"symRoundedHub",
|
|
1020
|
+
"symRoundedHumidityHigh",
|
|
1021
|
+
"symRoundedHumidityLow",
|
|
1022
|
+
"symRoundedHumidityMid",
|
|
1023
|
+
"symRoundedHvac",
|
|
1024
|
+
"symRoundedIcecream",
|
|
1025
|
+
"symRoundedIceSkating",
|
|
1026
|
+
"symRoundedImage",
|
|
1027
|
+
"symRoundedImageAspectRatio",
|
|
1028
|
+
"symRoundedImageNotSupported",
|
|
1029
|
+
"symRoundedImageSearch",
|
|
1030
|
+
"symRoundedImagesearchRoller",
|
|
1031
|
+
"symRoundedImagesmode",
|
|
1032
|
+
"symRoundedImportantDevices",
|
|
1033
|
+
"symRoundedImportContacts",
|
|
1034
|
+
"symRoundedInbox",
|
|
1035
|
+
"symRoundedIncompleteCircle",
|
|
1036
|
+
"symRoundedIndeterminateCheckBox",
|
|
1037
|
+
"symRoundedInfo",
|
|
1038
|
+
"symRoundedInHomeMode",
|
|
1039
|
+
"symRoundedInput",
|
|
1040
|
+
"symRoundedInsertChart",
|
|
1041
|
+
"symRoundedInsertPageBreak",
|
|
1042
|
+
"symRoundedInsights",
|
|
1043
|
+
"symRoundedInstallDesktop",
|
|
1044
|
+
"symRoundedInstallMobile",
|
|
1045
|
+
"symRoundedIntegrationInstructions",
|
|
1046
|
+
"symRoundedInterests",
|
|
1047
|
+
"symRoundedInterpreterMode",
|
|
1048
|
+
"symRoundedInventory",
|
|
1049
|
+
"symRoundedInventory2",
|
|
1050
|
+
"symRoundedInvertColors",
|
|
1051
|
+
"symRoundedInvertColorsOff",
|
|
1052
|
+
"symRoundedIosShare",
|
|
1053
|
+
"symRoundedIron",
|
|
1054
|
+
"symRoundedJavascript",
|
|
1055
|
+
"symRoundedJoinFull",
|
|
1056
|
+
"symRoundedJoinInner",
|
|
1057
|
+
"symRoundedJoinLeft",
|
|
1058
|
+
"symRoundedJoinRight",
|
|
1059
|
+
"symRoundedKayaking",
|
|
1060
|
+
"symRoundedKebabDining",
|
|
1061
|
+
"symRoundedKettle",
|
|
1062
|
+
"symRoundedKey",
|
|
1063
|
+
"symRoundedKeyboard",
|
|
1064
|
+
"symRoundedKeyboardAlt",
|
|
1065
|
+
"symRoundedKeyboardArrowDown",
|
|
1066
|
+
"symRoundedKeyboardArrowLeft",
|
|
1067
|
+
"symRoundedKeyboardArrowRight",
|
|
1068
|
+
"symRoundedKeyboardArrowUp",
|
|
1069
|
+
"symRoundedKeyboardBackspace",
|
|
1070
|
+
"symRoundedKeyboardCapslock",
|
|
1071
|
+
"symRoundedKeyboardCommandKey",
|
|
1072
|
+
"symRoundedKeyboardControlKey",
|
|
1073
|
+
"symRoundedKeyboardDoubleArrowDown",
|
|
1074
|
+
"symRoundedKeyboardDoubleArrowLeft",
|
|
1075
|
+
"symRoundedKeyboardDoubleArrowRight",
|
|
1076
|
+
"symRoundedKeyboardDoubleArrowUp",
|
|
1077
|
+
"symRoundedKeyboardHide",
|
|
1078
|
+
"symRoundedKeyboardOptionKey",
|
|
1079
|
+
"symRoundedKeyboardReturn",
|
|
1080
|
+
"symRoundedKeyboardTab",
|
|
1081
|
+
"symRoundedKeyboardVoice",
|
|
1082
|
+
"symRoundedKeyOff",
|
|
1083
|
+
"symRoundedKeyVisualizer",
|
|
1084
|
+
"symRoundedKingBed",
|
|
1085
|
+
"symRoundedKitchen",
|
|
1086
|
+
"symRoundedKitesurfing",
|
|
1087
|
+
"symRoundedLabel",
|
|
1088
|
+
"symRoundedLabelImportant",
|
|
1089
|
+
"symRoundedLabelOff",
|
|
1090
|
+
"symRoundedLan",
|
|
1091
|
+
"symRoundedLandscape",
|
|
1092
|
+
"symRoundedLandslide",
|
|
1093
|
+
"symRoundedLanguage",
|
|
1094
|
+
"symRoundedLaptopChromebook",
|
|
1095
|
+
"symRoundedLaptopMac",
|
|
1096
|
+
"symRoundedLaptopWindows",
|
|
1097
|
+
"symRoundedLastPage",
|
|
1098
|
+
"symRoundedLaundry",
|
|
1099
|
+
"symRoundedLayers",
|
|
1100
|
+
"symRoundedLayersClear",
|
|
1101
|
+
"symRoundedLeaderboard",
|
|
1102
|
+
"symRoundedLeakAdd",
|
|
1103
|
+
"symRoundedLeakRemove",
|
|
1104
|
+
"symRoundedLegendToggle",
|
|
1105
|
+
"symRoundedLens",
|
|
1106
|
+
"symRoundedLensBlur",
|
|
1107
|
+
"symRoundedLibraryAdd",
|
|
1108
|
+
"symRoundedLibraryAddCheck",
|
|
1109
|
+
"symRoundedLibraryBooks",
|
|
1110
|
+
"symRoundedLibraryMusic",
|
|
1111
|
+
"symRoundedLiftToTalk",
|
|
1112
|
+
"symRoundedLight",
|
|
1113
|
+
"symRoundedLightbulb",
|
|
1114
|
+
"symRoundedLightbulbCircle",
|
|
1115
|
+
"symRoundedLightGroup",
|
|
1116
|
+
"symRoundedLightMode",
|
|
1117
|
+
"symRoundedLinearScale",
|
|
1118
|
+
"symRoundedLineAxis",
|
|
1119
|
+
"symRoundedLineStyle",
|
|
1120
|
+
"symRoundedLineWeight",
|
|
1121
|
+
"symRoundedLink",
|
|
1122
|
+
"symRoundedLinkedCamera",
|
|
1123
|
+
"symRoundedLinkOff",
|
|
1124
|
+
"symRoundedLiquor",
|
|
1125
|
+
"symRoundedList",
|
|
1126
|
+
"symRoundedListAlt",
|
|
1127
|
+
"symRoundedLiveHelp",
|
|
1128
|
+
"symRoundedLiveTv",
|
|
1129
|
+
"symRoundedLiving",
|
|
1130
|
+
"symRoundedLocalActivity",
|
|
1131
|
+
"symRoundedLocalAtm",
|
|
1132
|
+
"symRoundedLocalBar",
|
|
1133
|
+
"symRoundedLocalCafe",
|
|
1134
|
+
"symRoundedLocalCarWash",
|
|
1135
|
+
"symRoundedLocalConvenienceStore",
|
|
1136
|
+
"symRoundedLocalDining",
|
|
1137
|
+
"symRoundedLocalDrink",
|
|
1138
|
+
"symRoundedLocalFireDepartment",
|
|
1139
|
+
"symRoundedLocalFlorist",
|
|
1140
|
+
"symRoundedLocalGasStation",
|
|
1141
|
+
"symRoundedLocalHospital",
|
|
1142
|
+
"symRoundedLocalLaundryService",
|
|
1143
|
+
"symRoundedLocalLibrary",
|
|
1144
|
+
"symRoundedLocalMall",
|
|
1145
|
+
"symRoundedLocalParking",
|
|
1146
|
+
"symRoundedLocalPharmacy",
|
|
1147
|
+
"symRoundedLocalPizza",
|
|
1148
|
+
"symRoundedLocalPolice",
|
|
1149
|
+
"symRoundedLocalPostOffice",
|
|
1150
|
+
"symRoundedLocalSee",
|
|
1151
|
+
"symRoundedLocalShipping",
|
|
1152
|
+
"symRoundedLocalTaxi",
|
|
1153
|
+
"symRoundedLocationAutomation",
|
|
1154
|
+
"symRoundedLocationAway",
|
|
1155
|
+
"symRoundedLocationCity",
|
|
1156
|
+
"symRoundedLocationDisabled",
|
|
1157
|
+
"symRoundedLocationHome",
|
|
1158
|
+
"symRoundedLocationOff",
|
|
1159
|
+
"symRoundedLocationSearching",
|
|
1160
|
+
"symRoundedLock",
|
|
1161
|
+
"symRoundedLockClock",
|
|
1162
|
+
"symRoundedLockOpen",
|
|
1163
|
+
"symRoundedLockPerson",
|
|
1164
|
+
"symRoundedLockReset",
|
|
1165
|
+
"symRoundedLogin",
|
|
1166
|
+
"symRoundedLogoDev",
|
|
1167
|
+
"symRoundedLogout",
|
|
1168
|
+
"symRoundedLooks",
|
|
1169
|
+
"symRoundedLooks3",
|
|
1170
|
+
"symRoundedLooks4",
|
|
1171
|
+
"symRoundedLooks5",
|
|
1172
|
+
"symRoundedLooks6",
|
|
1173
|
+
"symRoundedLooksOne",
|
|
1174
|
+
"symRoundedLooksTwo",
|
|
1175
|
+
"symRoundedLoupe",
|
|
1176
|
+
"symRoundedLowPriority",
|
|
1177
|
+
"symRoundedLoyalty",
|
|
1178
|
+
"symRoundedLteMobiledata",
|
|
1179
|
+
"symRoundedLtePlusMobiledata",
|
|
1180
|
+
"symRoundedLuggage",
|
|
1181
|
+
"symRoundedLunchDining",
|
|
1182
|
+
"symRoundedLyrics",
|
|
1183
|
+
"symRoundedMacroOff",
|
|
1184
|
+
"symRoundedMagicButton",
|
|
1185
|
+
"symRoundedMail",
|
|
1186
|
+
"symRoundedMailLock",
|
|
1187
|
+
"symRoundedMale",
|
|
1188
|
+
"symRoundedMan",
|
|
1189
|
+
"symRoundedMan2",
|
|
1190
|
+
"symRoundedMan3",
|
|
1191
|
+
"symRoundedMan4",
|
|
1192
|
+
"symRoundedManageAccounts",
|
|
1193
|
+
"symRoundedManageHistory",
|
|
1194
|
+
"symRoundedManageSearch",
|
|
1195
|
+
"symRoundedMap",
|
|
1196
|
+
"symRoundedMapsUgc",
|
|
1197
|
+
"symRoundedMargin",
|
|
1198
|
+
"symRoundedMarkAsUnread",
|
|
1199
|
+
"symRoundedMarkChatRead",
|
|
1200
|
+
"symRoundedMarkChatUnread",
|
|
1201
|
+
"symRoundedMarkEmailRead",
|
|
1202
|
+
"symRoundedMarkEmailUnread",
|
|
1203
|
+
"symRoundedMarkUnreadChatAlt",
|
|
1204
|
+
"symRoundedMarkunreadMailbox",
|
|
1205
|
+
"symRoundedMasks",
|
|
1206
|
+
"symRoundedMatter",
|
|
1207
|
+
"symRoundedMaximize",
|
|
1208
|
+
"symRoundedMediaBluetoothOff",
|
|
1209
|
+
"symRoundedMediaBluetoothOn",
|
|
1210
|
+
"symRoundedMediation",
|
|
1211
|
+
"symRoundedMedicalInformation",
|
|
1212
|
+
"symRoundedMedicalServices",
|
|
1213
|
+
"symRoundedMedication",
|
|
1214
|
+
"symRoundedMedicationLiquid",
|
|
1215
|
+
"symRoundedMeetingRoom",
|
|
1216
|
+
"symRoundedMemory",
|
|
1217
|
+
"symRoundedMenu",
|
|
1218
|
+
"symRoundedMenuBook",
|
|
1219
|
+
"symRoundedMenuOpen",
|
|
1220
|
+
"symRoundedMerge",
|
|
1221
|
+
"symRoundedMergeType",
|
|
1222
|
+
"symRoundedMfgNestYaleLock",
|
|
1223
|
+
"symRoundedMic",
|
|
1224
|
+
"symRoundedMicExternalOff",
|
|
1225
|
+
"symRoundedMicExternalOn",
|
|
1226
|
+
"symRoundedMicOff",
|
|
1227
|
+
"symRoundedMicrowave",
|
|
1228
|
+
"symRoundedMicrowaveGen",
|
|
1229
|
+
"symRoundedMilitaryTech",
|
|
1230
|
+
"symRoundedMinimize",
|
|
1231
|
+
"symRoundedMinorCrash",
|
|
1232
|
+
"symRoundedMissedVideoCall",
|
|
1233
|
+
"symRoundedMms",
|
|
1234
|
+
"symRoundedMobiledataOff",
|
|
1235
|
+
"symRoundedMobileFriendly",
|
|
1236
|
+
"symRoundedMobileOff",
|
|
1237
|
+
"symRoundedMobileScreenShare",
|
|
1238
|
+
"symRoundedModeComment",
|
|
1239
|
+
"symRoundedModeCool",
|
|
1240
|
+
"symRoundedModeCoolOff",
|
|
1241
|
+
"symRoundedModeFan",
|
|
1242
|
+
"symRoundedModeFanOff",
|
|
1243
|
+
"symRoundedModeHeat",
|
|
1244
|
+
"symRoundedModeHeatCool",
|
|
1245
|
+
"symRoundedModeHeatOff",
|
|
1246
|
+
"symRoundedModelTraining",
|
|
1247
|
+
"symRoundedModeNight",
|
|
1248
|
+
"symRoundedModeOffOn",
|
|
1249
|
+
"symRoundedModeOfTravel",
|
|
1250
|
+
"symRoundedModeStandby",
|
|
1251
|
+
"symRoundedMonetizationOn",
|
|
1252
|
+
"symRoundedMoney",
|
|
1253
|
+
"symRoundedMoneyOff",
|
|
1254
|
+
"symRoundedMonitor",
|
|
1255
|
+
"symRoundedMonitorHeart",
|
|
1256
|
+
"symRoundedMonitoring",
|
|
1257
|
+
"symRoundedMonitorWeight",
|
|
1258
|
+
"symRoundedMonochromePhotos",
|
|
1259
|
+
"symRoundedMood",
|
|
1260
|
+
"symRoundedMoodBad",
|
|
1261
|
+
"symRoundedMop",
|
|
1262
|
+
"symRoundedMore",
|
|
1263
|
+
"symRoundedMoreDown",
|
|
1264
|
+
"symRoundedMoreHoriz",
|
|
1265
|
+
"symRoundedMoreTime",
|
|
1266
|
+
"symRoundedMoreUp",
|
|
1267
|
+
"symRoundedMoreVert",
|
|
1268
|
+
"symRoundedMosque",
|
|
1269
|
+
"symRoundedMotionBlur",
|
|
1270
|
+
"symRoundedMotionPhotosAuto",
|
|
1271
|
+
"symRoundedMotionPhotosOff",
|
|
1272
|
+
"symRoundedMotionPhotosPaused",
|
|
1273
|
+
"symRoundedMotionSensorActive",
|
|
1274
|
+
"symRoundedMotionSensorAlert",
|
|
1275
|
+
"symRoundedMotionSensorIdle",
|
|
1276
|
+
"symRoundedMotionSensorUrgent",
|
|
1277
|
+
"symRoundedMotorcycle",
|
|
1278
|
+
"symRoundedMouse",
|
|
1279
|
+
"symRoundedMoveDown",
|
|
1280
|
+
"symRoundedMoveToInbox",
|
|
1281
|
+
"symRoundedMoveUp",
|
|
1282
|
+
"symRoundedMovie",
|
|
1283
|
+
"symRoundedMovieFilter",
|
|
1284
|
+
"symRoundedMoving",
|
|
1285
|
+
"symRoundedMp",
|
|
1286
|
+
"symRoundedMulticooker",
|
|
1287
|
+
"symRoundedMultilineChart",
|
|
1288
|
+
"symRoundedMultipleStop",
|
|
1289
|
+
"symRoundedMuseum",
|
|
1290
|
+
"symRoundedMusicNote",
|
|
1291
|
+
"symRoundedMusicOff",
|
|
1292
|
+
"symRoundedMusicVideo",
|
|
1293
|
+
"symRoundedMyLocation",
|
|
1294
|
+
"symRoundedNat",
|
|
1295
|
+
"symRoundedNature",
|
|
1296
|
+
"symRoundedNaturePeople",
|
|
1297
|
+
"symRoundedNavigateBefore",
|
|
1298
|
+
"symRoundedNavigateNext",
|
|
1299
|
+
"symRoundedNavigation",
|
|
1300
|
+
"symRoundedNearbyError",
|
|
1301
|
+
"symRoundedNearbyOff",
|
|
1302
|
+
"symRoundedNearMe",
|
|
1303
|
+
"symRoundedNearMeDisabled",
|
|
1304
|
+
"symRoundedNestAudio",
|
|
1305
|
+
"symRoundedNestCamFloodlight",
|
|
1306
|
+
"symRoundedNestCamIndoor",
|
|
1307
|
+
"symRoundedNestCamIq",
|
|
1308
|
+
"symRoundedNestCamIqOutdoor",
|
|
1309
|
+
"symRoundedNestCamMagnetMount",
|
|
1310
|
+
"symRoundedNestCamOutdoor",
|
|
1311
|
+
"symRoundedNestCamStand",
|
|
1312
|
+
"symRoundedNestCamWallMount",
|
|
1313
|
+
"symRoundedNestCamWiredStand",
|
|
1314
|
+
"symRoundedNestClockFarsightAnalog",
|
|
1315
|
+
"symRoundedNestClockFarsightDigital",
|
|
1316
|
+
"symRoundedNestConnect",
|
|
1317
|
+
"symRoundedNestDetect",
|
|
1318
|
+
"symRoundedNestDisplay",
|
|
1319
|
+
"symRoundedNestDisplayMax",
|
|
1320
|
+
"symRoundedNestDoorbellVisitor",
|
|
1321
|
+
"symRoundedNestEcoLeaf",
|
|
1322
|
+
"symRoundedNestFarsightWeather",
|
|
1323
|
+
"symRoundedNestFoundSavings",
|
|
1324
|
+
"symRoundedNestHeatLinkE",
|
|
1325
|
+
"symRoundedNestHeatLinkGen3",
|
|
1326
|
+
"symRoundedNestHelloDoorbell",
|
|
1327
|
+
"symRoundedNestLocatorTag",
|
|
1328
|
+
"symRoundedNestMini",
|
|
1329
|
+
"symRoundedNestMultiRoom",
|
|
1330
|
+
"symRoundedNestRemote",
|
|
1331
|
+
"symRoundedNestRemoteComfortSensor",
|
|
1332
|
+
"symRoundedNestSecureAlarm",
|
|
1333
|
+
"symRoundedNestSunblock",
|
|
1334
|
+
"symRoundedNestTag",
|
|
1335
|
+
"symRoundedNestThermostatEEu",
|
|
1336
|
+
"symRoundedNestThermostatGen3",
|
|
1337
|
+
"symRoundedNestThermostatSensor",
|
|
1338
|
+
"symRoundedNestThermostatSensorEu",
|
|
1339
|
+
"symRoundedNestThermostatZirconiumEu",
|
|
1340
|
+
"symRoundedNestTrueRadiant",
|
|
1341
|
+
"symRoundedNestWakeOnApproach",
|
|
1342
|
+
"symRoundedNestWakeOnPress",
|
|
1343
|
+
"symRoundedNestWifiGale",
|
|
1344
|
+
"symRoundedNestWifiMistral",
|
|
1345
|
+
"symRoundedNestWifiPoint",
|
|
1346
|
+
"symRoundedNestWifiPointVento",
|
|
1347
|
+
"symRoundedNestWifiRouter",
|
|
1348
|
+
"symRoundedNetworkCell",
|
|
1349
|
+
"symRoundedNetworkCheck",
|
|
1350
|
+
"symRoundedNetworkLocked",
|
|
1351
|
+
"symRoundedNetworkPing",
|
|
1352
|
+
"symRoundedNetworkWifi",
|
|
1353
|
+
"symRoundedNetworkWifi1Bar",
|
|
1354
|
+
"symRoundedNetworkWifi2Bar",
|
|
1355
|
+
"symRoundedNetworkWifi3Bar",
|
|
1356
|
+
"symRoundedNewLabel",
|
|
1357
|
+
"symRoundedNewReleases",
|
|
1358
|
+
"symRoundedNewspaper",
|
|
1359
|
+
"symRoundedNextPlan",
|
|
1360
|
+
"symRoundedNextWeek",
|
|
1361
|
+
"symRoundedNfc",
|
|
1362
|
+
"symRoundedNightlife",
|
|
1363
|
+
"symRoundedNightlight",
|
|
1364
|
+
"symRoundedNightShelter",
|
|
1365
|
+
"symRoundedNightSightAuto",
|
|
1366
|
+
"symRoundedNightSightAutoOff",
|
|
1367
|
+
"symRoundedNightsStay",
|
|
1368
|
+
"symRoundedNoAccounts",
|
|
1369
|
+
"symRoundedNoAdultContent",
|
|
1370
|
+
"symRoundedNoBackpack",
|
|
1371
|
+
"symRoundedNoCrash",
|
|
1372
|
+
"symRoundedNoDrinks",
|
|
1373
|
+
"symRoundedNoEncryption",
|
|
1374
|
+
"symRoundedNoFlash",
|
|
1375
|
+
"symRoundedNoFood",
|
|
1376
|
+
"symRoundedNoiseAware",
|
|
1377
|
+
"symRoundedNoiseControlOff",
|
|
1378
|
+
"symRoundedNoiseControlOn",
|
|
1379
|
+
"symRoundedNoLuggage",
|
|
1380
|
+
"symRoundedNoMeals",
|
|
1381
|
+
"symRoundedNoMeetingRoom",
|
|
1382
|
+
"symRoundedNoPhotography",
|
|
1383
|
+
"symRoundedNordicWalking",
|
|
1384
|
+
"symRoundedNorth",
|
|
1385
|
+
"symRoundedNorthEast",
|
|
1386
|
+
"symRoundedNorthWest",
|
|
1387
|
+
"symRoundedNoSim",
|
|
1388
|
+
"symRoundedNoStroller",
|
|
1389
|
+
"symRoundedNotAccessible",
|
|
1390
|
+
"symRoundedNote",
|
|
1391
|
+
"symRoundedNoteAdd",
|
|
1392
|
+
"symRoundedNoteAlt",
|
|
1393
|
+
"symRoundedNotes",
|
|
1394
|
+
"symRoundedNotificationAdd",
|
|
1395
|
+
"symRoundedNotificationImportant",
|
|
1396
|
+
"symRoundedNotifications",
|
|
1397
|
+
"symRoundedNotificationsActive",
|
|
1398
|
+
"symRoundedNotificationsOff",
|
|
1399
|
+
"symRoundedNotificationsPaused",
|
|
1400
|
+
"symRoundedNotListedLocation",
|
|
1401
|
+
"symRoundedNoTransfer",
|
|
1402
|
+
"symRoundedNotStarted",
|
|
1403
|
+
"symRoundedNumbers",
|
|
1404
|
+
"symRoundedOfflineBolt",
|
|
1405
|
+
"symRoundedOfflinePin",
|
|
1406
|
+
"symRoundedOfflineShare",
|
|
1407
|
+
"symRoundedOilBarrel",
|
|
1408
|
+
"symRoundedOnDeviceTraining",
|
|
1409
|
+
"symRoundedOnlinePrediction",
|
|
1410
|
+
"symRoundedOpacity",
|
|
1411
|
+
"symRoundedOpenInBrowser",
|
|
1412
|
+
"symRoundedOpenInFull",
|
|
1413
|
+
"symRoundedOpenInNew",
|
|
1414
|
+
"symRoundedOpenInNewOff",
|
|
1415
|
+
"symRoundedOpenWith",
|
|
1416
|
+
"symRoundedOtherHouses",
|
|
1417
|
+
"symRoundedOutbound",
|
|
1418
|
+
"symRoundedOutbox",
|
|
1419
|
+
"symRoundedOutdoorGarden",
|
|
1420
|
+
"symRoundedOutdoorGrill",
|
|
1421
|
+
"symRoundedOutgoingMail",
|
|
1422
|
+
"symRoundedOutlet",
|
|
1423
|
+
"symRoundedOutput",
|
|
1424
|
+
"symRoundedOvenGen",
|
|
1425
|
+
"symRoundedPadding",
|
|
1426
|
+
"symRoundedPages",
|
|
1427
|
+
"symRoundedPageview",
|
|
1428
|
+
"symRoundedPaid",
|
|
1429
|
+
"symRoundedPalette",
|
|
1430
|
+
"symRoundedPanorama",
|
|
1431
|
+
"symRoundedPanoramaFishEye",
|
|
1432
|
+
"symRoundedPanoramaHorizontal",
|
|
1433
|
+
"symRoundedPanoramaPhotosphere",
|
|
1434
|
+
"symRoundedPanoramaVertical",
|
|
1435
|
+
"symRoundedPanoramaWideAngle",
|
|
1436
|
+
"symRoundedPanTool",
|
|
1437
|
+
"symRoundedPanToolAlt",
|
|
1438
|
+
"symRoundedParagliding",
|
|
1439
|
+
"symRoundedPark",
|
|
1440
|
+
"symRoundedPartlyCloudyDay",
|
|
1441
|
+
"symRoundedPartlyCloudyNight",
|
|
1442
|
+
"symRoundedPartyMode",
|
|
1443
|
+
"symRoundedPassword",
|
|
1444
|
+
"symRoundedPattern",
|
|
1445
|
+
"symRoundedPause",
|
|
1446
|
+
"symRoundedPauseCircle",
|
|
1447
|
+
"symRoundedPausePresentation",
|
|
1448
|
+
"symRoundedPayments",
|
|
1449
|
+
"symRoundedPedalBike",
|
|
1450
|
+
"symRoundedPending",
|
|
1451
|
+
"symRoundedPendingActions",
|
|
1452
|
+
"symRoundedPentagon",
|
|
1453
|
+
"symRoundedPercent",
|
|
1454
|
+
"symRoundedPergola",
|
|
1455
|
+
"symRoundedPermCameraMic",
|
|
1456
|
+
"symRoundedPermContactCalendar",
|
|
1457
|
+
"symRoundedPermDataSetting",
|
|
1458
|
+
"symRoundedPermDeviceInformation",
|
|
1459
|
+
"symRoundedPermMedia",
|
|
1460
|
+
"symRoundedPermPhoneMsg",
|
|
1461
|
+
"symRoundedPermScanWifi",
|
|
1462
|
+
"symRoundedPerson",
|
|
1463
|
+
"symRoundedPerson2",
|
|
1464
|
+
"symRoundedPerson3",
|
|
1465
|
+
"symRoundedPerson4",
|
|
1466
|
+
"symRoundedPersonAdd",
|
|
1467
|
+
"symRoundedPersonAddDisabled",
|
|
1468
|
+
"symRoundedPersonalInjury",
|
|
1469
|
+
"symRoundedPersonFilled",
|
|
1470
|
+
"symRoundedPersonOff",
|
|
1471
|
+
"symRoundedPersonPin",
|
|
1472
|
+
"symRoundedPersonPinCircle",
|
|
1473
|
+
"symRoundedPersonRemove",
|
|
1474
|
+
"symRoundedPersonSearch",
|
|
1475
|
+
"symRoundedPestControl",
|
|
1476
|
+
"symRoundedPestControlRodent",
|
|
1477
|
+
"symRoundedPets",
|
|
1478
|
+
"symRoundedPhishing",
|
|
1479
|
+
"symRoundedPhoneAndroid",
|
|
1480
|
+
"symRoundedPhoneBluetoothSpeaker",
|
|
1481
|
+
"symRoundedPhoneCallback",
|
|
1482
|
+
"symRoundedPhoneDisabled",
|
|
1483
|
+
"symRoundedPhoneEnabled",
|
|
1484
|
+
"symRoundedPhoneForwarded",
|
|
1485
|
+
"symRoundedPhoneInTalk",
|
|
1486
|
+
"symRoundedPhoneIphone",
|
|
1487
|
+
"symRoundedPhonelinkErase",
|
|
1488
|
+
"symRoundedPhonelinkLock",
|
|
1489
|
+
"symRoundedPhonelinkOff",
|
|
1490
|
+
"symRoundedPhonelinkRing",
|
|
1491
|
+
"symRoundedPhonelinkSetup",
|
|
1492
|
+
"symRoundedPhoneLocked",
|
|
1493
|
+
"symRoundedPhoneMissed",
|
|
1494
|
+
"symRoundedPhonePaused",
|
|
1495
|
+
"symRoundedPhoto",
|
|
1496
|
+
"symRoundedPhotoAlbum",
|
|
1497
|
+
"symRoundedPhotoCamera",
|
|
1498
|
+
"symRoundedPhotoCameraBack",
|
|
1499
|
+
"symRoundedPhotoCameraFront",
|
|
1500
|
+
"symRoundedPhotoFilter",
|
|
1501
|
+
"symRoundedPhotoFrame",
|
|
1502
|
+
"symRoundedPhotoLibrary",
|
|
1503
|
+
"symRoundedPhotoSizeSelectLarge",
|
|
1504
|
+
"symRoundedPhotoSizeSelectSmall",
|
|
1505
|
+
"symRoundedPhp",
|
|
1506
|
+
"symRoundedPiano",
|
|
1507
|
+
"symRoundedPianoOff",
|
|
1508
|
+
"symRoundedPictureAsPdf",
|
|
1509
|
+
"symRoundedPictureInPicture",
|
|
1510
|
+
"symRoundedPictureInPictureAlt",
|
|
1511
|
+
"symRoundedPieChart",
|
|
1512
|
+
"symRoundedPin",
|
|
1513
|
+
"symRoundedPinch",
|
|
1514
|
+
"symRoundedPinchZoomIn",
|
|
1515
|
+
"symRoundedPinchZoomOut",
|
|
1516
|
+
"symRoundedPinDrop",
|
|
1517
|
+
"symRoundedPinEnd",
|
|
1518
|
+
"symRoundedPinInvoke",
|
|
1519
|
+
"symRoundedPivotTableChart",
|
|
1520
|
+
"symRoundedPlaceItem",
|
|
1521
|
+
"symRoundedPlagiarism",
|
|
1522
|
+
"symRoundedPlayArrow",
|
|
1523
|
+
"symRoundedPlayCircle",
|
|
1524
|
+
"symRoundedPlayDisabled",
|
|
1525
|
+
"symRoundedPlayForWork",
|
|
1526
|
+
"symRoundedPlayLesson",
|
|
1527
|
+
"symRoundedPlaylistAdd",
|
|
1528
|
+
"symRoundedPlaylistAddCheck",
|
|
1529
|
+
"symRoundedPlaylistAddCheckCircle",
|
|
1530
|
+
"symRoundedPlaylistAddCircle",
|
|
1531
|
+
"symRoundedPlaylistPlay",
|
|
1532
|
+
"symRoundedPlaylistRemove",
|
|
1533
|
+
"symRoundedPlayPause",
|
|
1534
|
+
"symRoundedPlumbing",
|
|
1535
|
+
"symRoundedPodcasts",
|
|
1536
|
+
"symRoundedPointOfSale",
|
|
1537
|
+
"symRoundedPolicy",
|
|
1538
|
+
"symRoundedPolyline",
|
|
1539
|
+
"symRoundedPolymer",
|
|
1540
|
+
"symRoundedPool",
|
|
1541
|
+
"symRoundedPortableWifiOff",
|
|
1542
|
+
"symRoundedPostAdd",
|
|
1543
|
+
"symRoundedPottedPlant",
|
|
1544
|
+
"symRoundedPower",
|
|
1545
|
+
"symRoundedPowerInput",
|
|
1546
|
+
"symRoundedPowerOff",
|
|
1547
|
+
"symRoundedPowerRounded",
|
|
1548
|
+
"symRoundedPowerSettingsNew",
|
|
1549
|
+
"symRoundedPrecisionManufacturing",
|
|
1550
|
+
"symRoundedPregnantWoman",
|
|
1551
|
+
"symRoundedPresentToAll",
|
|
1552
|
+
"symRoundedPreview",
|
|
1553
|
+
"symRoundedPriceChange",
|
|
1554
|
+
"symRoundedPriceCheck",
|
|
1555
|
+
"symRoundedPrint",
|
|
1556
|
+
"symRoundedPrintDisabled",
|
|
1557
|
+
"symRoundedPriority",
|
|
1558
|
+
"symRoundedPriorityHigh",
|
|
1559
|
+
"symRoundedPrivacy",
|
|
1560
|
+
"symRoundedPrivacyTip",
|
|
1561
|
+
"symRoundedPrivateConnectivity",
|
|
1562
|
+
"symRoundedProductionQuantityLimits",
|
|
1563
|
+
"symRoundedProductivity",
|
|
1564
|
+
"symRoundedPropane",
|
|
1565
|
+
"symRoundedPropaneTank",
|
|
1566
|
+
"symRoundedPsychology",
|
|
1567
|
+
"symRoundedPsychologyAlt",
|
|
1568
|
+
"symRoundedPublic",
|
|
1569
|
+
"symRoundedPublicOff",
|
|
1570
|
+
"symRoundedPublish",
|
|
1571
|
+
"symRoundedPublishedWithChanges",
|
|
1572
|
+
"symRoundedPunchClock",
|
|
1573
|
+
"symRoundedPushPin",
|
|
1574
|
+
"symRoundedQrCode",
|
|
1575
|
+
"symRoundedQrCode2",
|
|
1576
|
+
"symRoundedQrCodeScanner",
|
|
1577
|
+
"symRoundedQueryStats",
|
|
1578
|
+
"symRoundedQuestionMark",
|
|
1579
|
+
"symRoundedQueueMusic",
|
|
1580
|
+
"symRoundedQueuePlayNext",
|
|
1581
|
+
"symRoundedQuickPhrases",
|
|
1582
|
+
"symRoundedQuickreply",
|
|
1583
|
+
"symRoundedQuietTime",
|
|
1584
|
+
"symRoundedQuietTimeActive",
|
|
1585
|
+
"symRoundedQuiz",
|
|
1586
|
+
"symRoundedRadar",
|
|
1587
|
+
"symRoundedRadio",
|
|
1588
|
+
"symRoundedRadioButtonChecked",
|
|
1589
|
+
"symRoundedRadioButtonUnchecked",
|
|
1590
|
+
"symRoundedRailwayAlert",
|
|
1591
|
+
"symRoundedRainy",
|
|
1592
|
+
"symRoundedRamenDining",
|
|
1593
|
+
"symRoundedRampLeft",
|
|
1594
|
+
"symRoundedRampRight",
|
|
1595
|
+
"symRoundedRangeHood",
|
|
1596
|
+
"symRoundedRateReview",
|
|
1597
|
+
"symRoundedRawOff",
|
|
1598
|
+
"symRoundedRawOn",
|
|
1599
|
+
"symRoundedReadMore",
|
|
1600
|
+
"symRoundedRealEstateAgent",
|
|
1601
|
+
"symRoundedReceipt",
|
|
1602
|
+
"symRoundedReceiptLong",
|
|
1603
|
+
"symRoundedRecentActors",
|
|
1604
|
+
"symRoundedRecommend",
|
|
1605
|
+
"symRoundedRecordVoiceOver",
|
|
1606
|
+
"symRoundedRectangle",
|
|
1607
|
+
"symRoundedRecycling",
|
|
1608
|
+
"symRoundedRedeem",
|
|
1609
|
+
"symRoundedRedo",
|
|
1610
|
+
"symRoundedReduceCapacity",
|
|
1611
|
+
"symRoundedRefresh",
|
|
1612
|
+
"symRoundedRememberMe",
|
|
1613
|
+
"symRoundedRemoteGen",
|
|
1614
|
+
"symRoundedRemove",
|
|
1615
|
+
"symRoundedRemoveDone",
|
|
1616
|
+
"symRoundedRemoveFromQueue",
|
|
1617
|
+
"symRoundedRemoveModerator",
|
|
1618
|
+
"symRoundedRemoveRoad",
|
|
1619
|
+
"symRoundedRemoveShoppingCart",
|
|
1620
|
+
"symRoundedReorder",
|
|
1621
|
+
"symRoundedRepartition",
|
|
1622
|
+
"symRoundedRepeat",
|
|
1623
|
+
"symRoundedRepeatOn",
|
|
1624
|
+
"symRoundedRepeatOne",
|
|
1625
|
+
"symRoundedRepeatOneOn",
|
|
1626
|
+
"symRoundedReplay",
|
|
1627
|
+
"symRoundedReplay10",
|
|
1628
|
+
"symRoundedReplay30",
|
|
1629
|
+
"symRoundedReplay5",
|
|
1630
|
+
"symRoundedReplayCircleFilled",
|
|
1631
|
+
"symRoundedReply",
|
|
1632
|
+
"symRoundedReplyAll",
|
|
1633
|
+
"symRoundedReport",
|
|
1634
|
+
"symRoundedReportOff",
|
|
1635
|
+
"symRoundedRequestPage",
|
|
1636
|
+
"symRoundedRequestQuote",
|
|
1637
|
+
"symRoundedResetTv",
|
|
1638
|
+
"symRoundedRestartAlt",
|
|
1639
|
+
"symRoundedRestaurant",
|
|
1640
|
+
"symRoundedRestaurantMenu",
|
|
1641
|
+
"symRoundedRestoreFromTrash",
|
|
1642
|
+
"symRoundedRestorePage",
|
|
1643
|
+
"symRoundedReviews",
|
|
1644
|
+
"symRoundedRiceBowl",
|
|
1645
|
+
"symRoundedRingVolume",
|
|
1646
|
+
"symRoundedRMobiledata",
|
|
1647
|
+
"symRoundedRocket",
|
|
1648
|
+
"symRoundedRocketLaunch",
|
|
1649
|
+
"symRoundedRollerShades",
|
|
1650
|
+
"symRoundedRollerShadesClosed",
|
|
1651
|
+
"symRoundedRollerSkating",
|
|
1652
|
+
"symRoundedRoofing",
|
|
1653
|
+
"symRoundedRoomPreferences",
|
|
1654
|
+
"symRoundedRoomService",
|
|
1655
|
+
"symRoundedRotate90DegreesCcw",
|
|
1656
|
+
"symRoundedRotate90DegreesCw",
|
|
1657
|
+
"symRoundedRotateLeft",
|
|
1658
|
+
"symRoundedRotateRight",
|
|
1659
|
+
"symRoundedRoundaboutLeft",
|
|
1660
|
+
"symRoundedRoundaboutRight",
|
|
1661
|
+
"symRoundedRoundedCorner",
|
|
1662
|
+
"symRoundedRoute",
|
|
1663
|
+
"symRoundedRouter",
|
|
1664
|
+
"symRoundedRoutine",
|
|
1665
|
+
"symRoundedRowing",
|
|
1666
|
+
"symRoundedRssFeed",
|
|
1667
|
+
"symRoundedRsvp",
|
|
1668
|
+
"symRoundedRtt",
|
|
1669
|
+
"symRoundedRule",
|
|
1670
|
+
"symRoundedRuleFolder",
|
|
1671
|
+
"symRoundedRunCircle",
|
|
1672
|
+
"symRoundedRunningWithErrors",
|
|
1673
|
+
"symRoundedRvHookup",
|
|
1674
|
+
"symRoundedSafetyCheck",
|
|
1675
|
+
"symRoundedSafetyDivider",
|
|
1676
|
+
"symRoundedSailing",
|
|
1677
|
+
"symRoundedSanitizer",
|
|
1678
|
+
"symRoundedSatellite",
|
|
1679
|
+
"symRoundedSatelliteAlt",
|
|
1680
|
+
"symRoundedSave",
|
|
1681
|
+
"symRoundedSaveAs",
|
|
1682
|
+
"symRoundedSavedSearch",
|
|
1683
|
+
"symRoundedSavings",
|
|
1684
|
+
"symRoundedScale",
|
|
1685
|
+
"symRoundedScanner",
|
|
1686
|
+
"symRoundedScatterPlot",
|
|
1687
|
+
"symRoundedScene",
|
|
1688
|
+
"symRoundedSchedule",
|
|
1689
|
+
"symRoundedScheduleSend",
|
|
1690
|
+
"symRoundedSchema",
|
|
1691
|
+
"symRoundedSchool",
|
|
1692
|
+
"symRoundedScience",
|
|
1693
|
+
"symRoundedScore",
|
|
1694
|
+
"symRoundedScoreboard",
|
|
1695
|
+
"symRoundedScreenLockLandscape",
|
|
1696
|
+
"symRoundedScreenLockPortrait",
|
|
1697
|
+
"symRoundedScreenLockRotation",
|
|
1698
|
+
"symRoundedScreenRotation",
|
|
1699
|
+
"symRoundedScreenRotationAlt",
|
|
1700
|
+
"symRoundedScreenSearchDesktop",
|
|
1701
|
+
"symRoundedScreenShare",
|
|
1702
|
+
"symRoundedScreenshot",
|
|
1703
|
+
"symRoundedScreenshotMonitor",
|
|
1704
|
+
"symRoundedScubaDiving",
|
|
1705
|
+
"symRoundedSd",
|
|
1706
|
+
"symRoundedSdCard",
|
|
1707
|
+
"symRoundedSdCardAlert",
|
|
1708
|
+
"symRoundedSearch",
|
|
1709
|
+
"symRoundedSearchOff",
|
|
1710
|
+
"symRoundedSecurity",
|
|
1711
|
+
"symRoundedSecurityUpdateGood",
|
|
1712
|
+
"symRoundedSecurityUpdateWarning",
|
|
1713
|
+
"symRoundedSegment",
|
|
1714
|
+
"symRoundedSelectAll",
|
|
1715
|
+
"symRoundedSelectCheckBox",
|
|
1716
|
+
"symRoundedSelfImprovement",
|
|
1717
|
+
"symRoundedSell",
|
|
1718
|
+
"symRoundedSend",
|
|
1719
|
+
"symRoundedSendAndArchive",
|
|
1720
|
+
"symRoundedSendTimeExtension",
|
|
1721
|
+
"symRoundedSendToMobile",
|
|
1722
|
+
"symRoundedSensorDoor",
|
|
1723
|
+
"symRoundedSensorOccupied",
|
|
1724
|
+
"symRoundedSensors",
|
|
1725
|
+
"symRoundedSensorsOff",
|
|
1726
|
+
"symRoundedSensorWindow",
|
|
1727
|
+
"symRoundedSentimentDissatisfied",
|
|
1728
|
+
"symRoundedSentimentExtremelyDissatisfied",
|
|
1729
|
+
"symRoundedSentimentNeutral",
|
|
1730
|
+
"symRoundedSentimentSatisfied",
|
|
1731
|
+
"symRoundedSentimentVeryDissatisfied",
|
|
1732
|
+
"symRoundedSentimentVerySatisfied",
|
|
1733
|
+
"symRoundedSetMeal",
|
|
1734
|
+
"symRoundedSettings",
|
|
1735
|
+
"symRoundedSettingsAccessibility",
|
|
1736
|
+
"symRoundedSettingsAlert",
|
|
1737
|
+
"symRoundedSettingsApplications",
|
|
1738
|
+
"symRoundedSettingsBackupRestore",
|
|
1739
|
+
"symRoundedSettingsBluetooth",
|
|
1740
|
+
"symRoundedSettingsBrightness",
|
|
1741
|
+
"symRoundedSettingsCell",
|
|
1742
|
+
"symRoundedSettingsEthernet",
|
|
1743
|
+
"symRoundedSettingsInputAntenna",
|
|
1744
|
+
"symRoundedSettingsInputComponent",
|
|
1745
|
+
"symRoundedSettingsInputHdmi",
|
|
1746
|
+
"symRoundedSettingsInputSvideo",
|
|
1747
|
+
"symRoundedSettingsOverscan",
|
|
1748
|
+
"symRoundedSettingsPhone",
|
|
1749
|
+
"symRoundedSettingsPower",
|
|
1750
|
+
"symRoundedSettingsRemote",
|
|
1751
|
+
"symRoundedSettingsSuggest",
|
|
1752
|
+
"symRoundedSettingsSystemDaydream",
|
|
1753
|
+
"symRoundedSettingsVoice",
|
|
1754
|
+
"symRoundedSettopComponent",
|
|
1755
|
+
"symRoundedSevereCold",
|
|
1756
|
+
"symRoundedShapeLine",
|
|
1757
|
+
"symRoundedShare",
|
|
1758
|
+
"symRoundedShareLocation",
|
|
1759
|
+
"symRoundedShareReviews",
|
|
1760
|
+
"symRoundedShield",
|
|
1761
|
+
"symRoundedShieldMoon",
|
|
1762
|
+
"symRoundedShieldWithHeart",
|
|
1763
|
+
"symRoundedShieldWithHouse",
|
|
1764
|
+
"symRoundedShop",
|
|
1765
|
+
"symRoundedShoppingBag",
|
|
1766
|
+
"symRoundedShoppingBasket",
|
|
1767
|
+
"symRoundedShoppingCart",
|
|
1768
|
+
"symRoundedShoppingCartCheckout",
|
|
1769
|
+
"symRoundedShopTwo",
|
|
1770
|
+
"symRoundedShortText",
|
|
1771
|
+
"symRoundedShowChart",
|
|
1772
|
+
"symRoundedShower",
|
|
1773
|
+
"symRoundedShuffle",
|
|
1774
|
+
"symRoundedShuffleOn",
|
|
1775
|
+
"symRoundedShutterSpeed",
|
|
1776
|
+
"symRoundedSick",
|
|
1777
|
+
"symRoundedSignalCellular0Bar",
|
|
1778
|
+
"symRoundedSignalCellular1Bar",
|
|
1779
|
+
"symRoundedSignalCellular2Bar",
|
|
1780
|
+
"symRoundedSignalCellular3Bar",
|
|
1781
|
+
"symRoundedSignalCellular4Bar",
|
|
1782
|
+
"symRoundedSignalCellularAlt",
|
|
1783
|
+
"symRoundedSignalCellularAlt1Bar",
|
|
1784
|
+
"symRoundedSignalCellularAlt2Bar",
|
|
1785
|
+
"symRoundedSignalCellularConnectedNoInternet0Bar",
|
|
1786
|
+
"symRoundedSignalCellularConnectedNoInternet4Bar",
|
|
1787
|
+
"symRoundedSignalCellularNodata",
|
|
1788
|
+
"symRoundedSignalCellularNull",
|
|
1789
|
+
"symRoundedSignalCellularOff",
|
|
1790
|
+
"symRoundedSignalDisconnected",
|
|
1791
|
+
"symRoundedSignalWifi0Bar",
|
|
1792
|
+
"symRoundedSignalWifi4Bar",
|
|
1793
|
+
"symRoundedSignalWifiBad",
|
|
1794
|
+
"symRoundedSignalWifiOff",
|
|
1795
|
+
"symRoundedSignalWifiStatusbarNotConnected",
|
|
1796
|
+
"symRoundedSignalWifiStatusbarNull",
|
|
1797
|
+
"symRoundedSignLanguage",
|
|
1798
|
+
"symRoundedSignpost",
|
|
1799
|
+
"symRoundedSimCard",
|
|
1800
|
+
"symRoundedSimCardDownload",
|
|
1801
|
+
"symRoundedSingleBed",
|
|
1802
|
+
"symRoundedSip",
|
|
1803
|
+
"symRoundedSkateboarding",
|
|
1804
|
+
"symRoundedSkipNext",
|
|
1805
|
+
"symRoundedSkipPrevious",
|
|
1806
|
+
"symRoundedSledding",
|
|
1807
|
+
"symRoundedSlideshow",
|
|
1808
|
+
"symRoundedSlowMotionVideo",
|
|
1809
|
+
"symRoundedSmartButton",
|
|
1810
|
+
"symRoundedSmartDisplay",
|
|
1811
|
+
"symRoundedSmartOutlet",
|
|
1812
|
+
"symRoundedSmartphone",
|
|
1813
|
+
"symRoundedSmartScreen",
|
|
1814
|
+
"symRoundedSmartToy",
|
|
1815
|
+
"symRoundedSmokeFree",
|
|
1816
|
+
"symRoundedSmokingRooms",
|
|
1817
|
+
"symRoundedSms",
|
|
1818
|
+
"symRoundedSmsFailed",
|
|
1819
|
+
"symRoundedSnippetFolder",
|
|
1820
|
+
"symRoundedSnooze",
|
|
1821
|
+
"symRoundedSnowboarding",
|
|
1822
|
+
"symRoundedSnowing",
|
|
1823
|
+
"symRoundedSnowmobile",
|
|
1824
|
+
"symRoundedSnowshoeing",
|
|
1825
|
+
"symRoundedSoap",
|
|
1826
|
+
"symRoundedSocialDistance",
|
|
1827
|
+
"symRoundedSolarPower",
|
|
1828
|
+
"symRoundedSort",
|
|
1829
|
+
"symRoundedSortByAlpha",
|
|
1830
|
+
"symRoundedSos",
|
|
1831
|
+
"symRoundedSoundDetectionDogBarking",
|
|
1832
|
+
"symRoundedSoundDetectionGlassBreak",
|
|
1833
|
+
"symRoundedSoundDetectionLoudSound",
|
|
1834
|
+
"symRoundedSoupKitchen",
|
|
1835
|
+
"symRoundedSouth",
|
|
1836
|
+
"symRoundedSouthAmerica",
|
|
1837
|
+
"symRoundedSouthEast",
|
|
1838
|
+
"symRoundedSouthWest",
|
|
1839
|
+
"symRoundedSpa",
|
|
1840
|
+
"symRoundedSpaceBar",
|
|
1841
|
+
"symRoundedSpaceDashboard",
|
|
1842
|
+
"symRoundedSpatialAudio",
|
|
1843
|
+
"symRoundedSpatialAudioOff",
|
|
1844
|
+
"symRoundedSpatialTracking",
|
|
1845
|
+
"symRoundedSpeaker",
|
|
1846
|
+
"symRoundedSpeakerGroup",
|
|
1847
|
+
"symRoundedSpeakerNotes",
|
|
1848
|
+
"symRoundedSpeakerNotesOff",
|
|
1849
|
+
"symRoundedSpeakerPhone",
|
|
1850
|
+
"symRoundedSpeechToText",
|
|
1851
|
+
"symRoundedSpeed",
|
|
1852
|
+
"symRoundedSpellcheck",
|
|
1853
|
+
"symRoundedSplitscreen",
|
|
1854
|
+
"symRoundedSpoke",
|
|
1855
|
+
"symRoundedSports",
|
|
1856
|
+
"symRoundedSportsBar",
|
|
1857
|
+
"symRoundedSportsBaseball",
|
|
1858
|
+
"symRoundedSportsBasketball",
|
|
1859
|
+
"symRoundedSportsCricket",
|
|
1860
|
+
"symRoundedSportsEsports",
|
|
1861
|
+
"symRoundedSportsFootball",
|
|
1862
|
+
"symRoundedSportsGolf",
|
|
1863
|
+
"symRoundedSportsGymnastics",
|
|
1864
|
+
"symRoundedSportsHandball",
|
|
1865
|
+
"symRoundedSportsHockey",
|
|
1866
|
+
"symRoundedSportsKabaddi",
|
|
1867
|
+
"symRoundedSportsMartialArts",
|
|
1868
|
+
"symRoundedSportsMma",
|
|
1869
|
+
"symRoundedSportsMotorsports",
|
|
1870
|
+
"symRoundedSportsRugby",
|
|
1871
|
+
"symRoundedSportsScore",
|
|
1872
|
+
"symRoundedSportsSoccer",
|
|
1873
|
+
"symRoundedSportsTennis",
|
|
1874
|
+
"symRoundedSportsVolleyball",
|
|
1875
|
+
"symRoundedSprinkler",
|
|
1876
|
+
"symRoundedSquare",
|
|
1877
|
+
"symRoundedSquareFoot",
|
|
1878
|
+
"symRoundedSsidChart",
|
|
1879
|
+
"symRoundedStackedBarChart",
|
|
1880
|
+
"symRoundedStackedLineChart",
|
|
1881
|
+
"symRoundedStadiaController",
|
|
1882
|
+
"symRoundedStadium",
|
|
1883
|
+
"symRoundedStairs",
|
|
1884
|
+
"symRoundedStar",
|
|
1885
|
+
"symRoundedStarHalf",
|
|
1886
|
+
"symRoundedStars",
|
|
1887
|
+
"symRoundedStart",
|
|
1888
|
+
"symRoundedStayCurrentLandscape",
|
|
1889
|
+
"symRoundedStayCurrentPortrait",
|
|
1890
|
+
"symRoundedStayPrimaryLandscape",
|
|
1891
|
+
"symRoundedStayPrimaryPortrait",
|
|
1892
|
+
"symRoundedStickyNote2",
|
|
1893
|
+
"symRoundedStop",
|
|
1894
|
+
"symRoundedStopCircle",
|
|
1895
|
+
"symRoundedStopScreenShare",
|
|
1896
|
+
"symRoundedStorage",
|
|
1897
|
+
"symRoundedStore",
|
|
1898
|
+
"symRoundedStorefront",
|
|
1899
|
+
"symRoundedStorm",
|
|
1900
|
+
"symRoundedStraight",
|
|
1901
|
+
"symRoundedStraighten",
|
|
1902
|
+
"symRoundedStream",
|
|
1903
|
+
"symRoundedStreetview",
|
|
1904
|
+
"symRoundedStrikethroughS",
|
|
1905
|
+
"symRoundedStroller",
|
|
1906
|
+
"symRoundedStyle",
|
|
1907
|
+
"symRoundedStyler",
|
|
1908
|
+
"symRoundedSubdirectoryArrowLeft",
|
|
1909
|
+
"symRoundedSubdirectoryArrowRight",
|
|
1910
|
+
"symRoundedSubject",
|
|
1911
|
+
"symRoundedSubscript",
|
|
1912
|
+
"symRoundedSubscriptions",
|
|
1913
|
+
"symRoundedSubtitles",
|
|
1914
|
+
"symRoundedSubtitlesOff",
|
|
1915
|
+
"symRoundedSubway",
|
|
1916
|
+
"symRoundedSummarize",
|
|
1917
|
+
"symRoundedSunny",
|
|
1918
|
+
"symRoundedSunnySnowing",
|
|
1919
|
+
"symRoundedSuperscript",
|
|
1920
|
+
"symRoundedSupervisedUserCircle",
|
|
1921
|
+
"symRoundedSupervisorAccount",
|
|
1922
|
+
"symRoundedSupport",
|
|
1923
|
+
"symRoundedSupportAgent",
|
|
1924
|
+
"symRoundedSurfing",
|
|
1925
|
+
"symRoundedSurroundSound",
|
|
1926
|
+
"symRoundedSwapCalls",
|
|
1927
|
+
"symRoundedSwapHoriz",
|
|
1928
|
+
"symRoundedSwapHorizontalCircle",
|
|
1929
|
+
"symRoundedSwapVert",
|
|
1930
|
+
"symRoundedSwapVerticalCircle",
|
|
1931
|
+
"symRoundedSwipe",
|
|
1932
|
+
"symRoundedSwipeDown",
|
|
1933
|
+
"symRoundedSwipeDownAlt",
|
|
1934
|
+
"symRoundedSwipeLeft",
|
|
1935
|
+
"symRoundedSwipeLeftAlt",
|
|
1936
|
+
"symRoundedSwipeRight",
|
|
1937
|
+
"symRoundedSwipeRightAlt",
|
|
1938
|
+
"symRoundedSwipeUp",
|
|
1939
|
+
"symRoundedSwipeUpAlt",
|
|
1940
|
+
"symRoundedSwipeVertical",
|
|
1941
|
+
"symRoundedSwitch",
|
|
1942
|
+
"symRoundedSwitchAccessShortcut",
|
|
1943
|
+
"symRoundedSwitchAccessShortcutAdd",
|
|
1944
|
+
"symRoundedSwitchAccount",
|
|
1945
|
+
"symRoundedSwitchCamera",
|
|
1946
|
+
"symRoundedSwitchLeft",
|
|
1947
|
+
"symRoundedSwitchRight",
|
|
1948
|
+
"symRoundedSwitchVideo",
|
|
1949
|
+
"symRoundedSynagogue",
|
|
1950
|
+
"symRoundedSync",
|
|
1951
|
+
"symRoundedSyncAlt",
|
|
1952
|
+
"symRoundedSyncDisabled",
|
|
1953
|
+
"symRoundedSyncLock",
|
|
1954
|
+
"symRoundedSyncProblem",
|
|
1955
|
+
"symRoundedSystemUpdate",
|
|
1956
|
+
"symRoundedSystemUpdateAlt",
|
|
1957
|
+
"symRoundedTab",
|
|
1958
|
+
"symRoundedTable",
|
|
1959
|
+
"symRoundedTableBar",
|
|
1960
|
+
"symRoundedTableChart",
|
|
1961
|
+
"symRoundedTableRestaurant",
|
|
1962
|
+
"symRoundedTableRows",
|
|
1963
|
+
"symRoundedTablet",
|
|
1964
|
+
"symRoundedTabletAndroid",
|
|
1965
|
+
"symRoundedTabletMac",
|
|
1966
|
+
"symRoundedTableView",
|
|
1967
|
+
"symRoundedTabUnselected",
|
|
1968
|
+
"symRoundedTag",
|
|
1969
|
+
"symRoundedTakeoutDining",
|
|
1970
|
+
"symRoundedTamperDetectionOff",
|
|
1971
|
+
"symRoundedTamperDetectionOn",
|
|
1972
|
+
"symRoundedTapAndPlay",
|
|
1973
|
+
"symRoundedTapas",
|
|
1974
|
+
"symRoundedTask",
|
|
1975
|
+
"symRoundedTaskAlt",
|
|
1976
|
+
"symRoundedTaxiAlert",
|
|
1977
|
+
"symRoundedTeamDashboard",
|
|
1978
|
+
"symRoundedTempleBuddhist",
|
|
1979
|
+
"symRoundedTempleHindu",
|
|
1980
|
+
"symRoundedTempPreferencesCustom",
|
|
1981
|
+
"symRoundedTempPreferencesEco",
|
|
1982
|
+
"symRoundedTenancy",
|
|
1983
|
+
"symRoundedTerminal",
|
|
1984
|
+
"symRoundedTextDecrease",
|
|
1985
|
+
"symRoundedTextFields",
|
|
1986
|
+
"symRoundedTextFormat",
|
|
1987
|
+
"symRoundedTextIncrease",
|
|
1988
|
+
"symRoundedTextRotateUp",
|
|
1989
|
+
"symRoundedTextRotateVertical",
|
|
1990
|
+
"symRoundedTextRotationAngledown",
|
|
1991
|
+
"symRoundedTextRotationAngleup",
|
|
1992
|
+
"symRoundedTextRotationDown",
|
|
1993
|
+
"symRoundedTextRotationNone",
|
|
1994
|
+
"symRoundedTextSnippet",
|
|
1995
|
+
"symRoundedTextToSpeech",
|
|
1996
|
+
"symRoundedTexture",
|
|
1997
|
+
"symRoundedTheaterComedy",
|
|
1998
|
+
"symRoundedTheaters",
|
|
1999
|
+
"symRoundedThermometer",
|
|
2000
|
+
"symRoundedThermostat",
|
|
2001
|
+
"symRoundedThermostatAuto",
|
|
2002
|
+
"symRoundedThermostatCarbon",
|
|
2003
|
+
"symRoundedThumbDown",
|
|
2004
|
+
"symRoundedThumbDownOff",
|
|
2005
|
+
"symRoundedThumbsUpDown",
|
|
2006
|
+
"symRoundedThumbUp",
|
|
2007
|
+
"symRoundedThumbUpOff",
|
|
2008
|
+
"symRoundedThunderstorm",
|
|
2009
|
+
"symRoundedTimeAuto",
|
|
2010
|
+
"symRoundedTimelapse",
|
|
2011
|
+
"symRoundedTimeline",
|
|
2012
|
+
"symRoundedTimer",
|
|
2013
|
+
"symRoundedTimer10",
|
|
2014
|
+
"symRoundedTimer10Alt1",
|
|
2015
|
+
"symRoundedTimer10Select",
|
|
2016
|
+
"symRoundedTimer3",
|
|
2017
|
+
"symRoundedTimer3Alt1",
|
|
2018
|
+
"symRoundedTimer3Select",
|
|
2019
|
+
"symRoundedTimerOff",
|
|
2020
|
+
"symRoundedTipsAndUpdates",
|
|
2021
|
+
"symRoundedTireRepair",
|
|
2022
|
+
"symRoundedTitle",
|
|
2023
|
+
"symRoundedToc",
|
|
2024
|
+
"symRoundedToday",
|
|
2025
|
+
"symRoundedToggleOff",
|
|
2026
|
+
"symRoundedToggleOn",
|
|
2027
|
+
"symRoundedToken",
|
|
2028
|
+
"symRoundedToll",
|
|
2029
|
+
"symRoundedTonality",
|
|
2030
|
+
"symRoundedToolsFlatHead",
|
|
2031
|
+
"symRoundedToolsInstallationKit",
|
|
2032
|
+
"symRoundedToolsLadder",
|
|
2033
|
+
"symRoundedToolsLevel",
|
|
2034
|
+
"symRoundedToolsPhillips",
|
|
2035
|
+
"symRoundedToolsPliersWireStripper",
|
|
2036
|
+
"symRoundedToolsPowerDrill",
|
|
2037
|
+
"symRoundedToolsWrench",
|
|
2038
|
+
"symRoundedTopic",
|
|
2039
|
+
"symRoundedTornado",
|
|
2040
|
+
"symRoundedTouchApp",
|
|
2041
|
+
"symRoundedTour",
|
|
2042
|
+
"symRoundedToys",
|
|
2043
|
+
"symRoundedTrackChanges",
|
|
2044
|
+
"symRoundedTraffic",
|
|
2045
|
+
"symRoundedTrailLength",
|
|
2046
|
+
"symRoundedTrailLengthMedium",
|
|
2047
|
+
"symRoundedTrailLengthShort",
|
|
2048
|
+
"symRoundedTrain",
|
|
2049
|
+
"symRoundedTram",
|
|
2050
|
+
"symRoundedTranscribe",
|
|
2051
|
+
"symRoundedTransferWithinAStation",
|
|
2052
|
+
"symRoundedTransform",
|
|
2053
|
+
"symRoundedTransgender",
|
|
2054
|
+
"symRoundedTransitEnterexit",
|
|
2055
|
+
"symRoundedTranslate",
|
|
2056
|
+
"symRoundedTransportation",
|
|
2057
|
+
"symRoundedTravelExplore",
|
|
2058
|
+
"symRoundedTrendingDown",
|
|
2059
|
+
"symRoundedTrendingFlat",
|
|
2060
|
+
"symRoundedTrendingUp",
|
|
2061
|
+
"symRoundedTripOrigin",
|
|
2062
|
+
"symRoundedTsunami",
|
|
2063
|
+
"symRoundedTty",
|
|
2064
|
+
"symRoundedTune",
|
|
2065
|
+
"symRoundedTurnLeft",
|
|
2066
|
+
"symRoundedTurnRight",
|
|
2067
|
+
"symRoundedTurnSharpLeft",
|
|
2068
|
+
"symRoundedTurnSharpRight",
|
|
2069
|
+
"symRoundedTurnSlightLeft",
|
|
2070
|
+
"symRoundedTurnSlightRight",
|
|
2071
|
+
"symRoundedTv",
|
|
2072
|
+
"symRoundedTvGen",
|
|
2073
|
+
"symRoundedTvOff",
|
|
2074
|
+
"symRoundedTvWithAssistant",
|
|
2075
|
+
"symRoundedTwoWheeler",
|
|
2076
|
+
"symRoundedTypeSpecimen",
|
|
2077
|
+
"symRoundedUmbrella",
|
|
2078
|
+
"symRoundedUnarchive",
|
|
2079
|
+
"symRoundedUndo",
|
|
2080
|
+
"symRoundedUnfoldLess",
|
|
2081
|
+
"symRoundedUnfoldLessDouble",
|
|
2082
|
+
"symRoundedUnfoldMore",
|
|
2083
|
+
"symRoundedUnfoldMoreDouble",
|
|
2084
|
+
"symRoundedUnpublished",
|
|
2085
|
+
"symRoundedUnsubscribe",
|
|
2086
|
+
"symRoundedUpcoming",
|
|
2087
|
+
"symRoundedUpdate",
|
|
2088
|
+
"symRoundedUpdateDisabled",
|
|
2089
|
+
"symRoundedUpgrade",
|
|
2090
|
+
"symRoundedUpload",
|
|
2091
|
+
"symRoundedUploadFile",
|
|
2092
|
+
"symRoundedUsb",
|
|
2093
|
+
"symRoundedUsbOff",
|
|
2094
|
+
"symRoundedUTurnLeft",
|
|
2095
|
+
"symRoundedUTurnRight",
|
|
2096
|
+
"symRoundedVaccines",
|
|
2097
|
+
"symRoundedValve",
|
|
2098
|
+
"symRoundedVapeFree",
|
|
2099
|
+
"symRoundedVapingRooms",
|
|
2100
|
+
"symRoundedVerified",
|
|
2101
|
+
"symRoundedVerifiedUser",
|
|
2102
|
+
"symRoundedVerticalAlignBottom",
|
|
2103
|
+
"symRoundedVerticalAlignCenter",
|
|
2104
|
+
"symRoundedVerticalAlignTop",
|
|
2105
|
+
"symRoundedVerticalDistribute",
|
|
2106
|
+
"symRoundedVerticalShades",
|
|
2107
|
+
"symRoundedVerticalShadesClosed",
|
|
2108
|
+
"symRoundedVerticalSplit",
|
|
2109
|
+
"symRoundedVibration",
|
|
2110
|
+
"symRoundedVideoCall",
|
|
2111
|
+
"symRoundedVideocam",
|
|
2112
|
+
"symRoundedVideoCameraBack",
|
|
2113
|
+
"symRoundedVideoCameraFront",
|
|
2114
|
+
"symRoundedVideocamOff",
|
|
2115
|
+
"symRoundedVideoChat",
|
|
2116
|
+
"symRoundedVideoFile",
|
|
2117
|
+
"symRoundedVideogameAsset",
|
|
2118
|
+
"symRoundedVideogameAssetOff",
|
|
2119
|
+
"symRoundedVideoLabel",
|
|
2120
|
+
"symRoundedVideoLibrary",
|
|
2121
|
+
"symRoundedVideoSettings",
|
|
2122
|
+
"symRoundedVideoStable",
|
|
2123
|
+
"symRoundedViewAgenda",
|
|
2124
|
+
"symRoundedViewArray",
|
|
2125
|
+
"symRoundedViewCarousel",
|
|
2126
|
+
"symRoundedViewColumn",
|
|
2127
|
+
"symRoundedViewComfy",
|
|
2128
|
+
"symRoundedViewComfyAlt",
|
|
2129
|
+
"symRoundedViewCompact",
|
|
2130
|
+
"symRoundedViewCompactAlt",
|
|
2131
|
+
"symRoundedViewCozy",
|
|
2132
|
+
"symRoundedViewDay",
|
|
2133
|
+
"symRoundedViewHeadline",
|
|
2134
|
+
"symRoundedViewInAr",
|
|
2135
|
+
"symRoundedViewInArNew",
|
|
2136
|
+
"symRoundedViewKanban",
|
|
2137
|
+
"symRoundedViewList",
|
|
2138
|
+
"symRoundedViewModule",
|
|
2139
|
+
"symRoundedViewQuilt",
|
|
2140
|
+
"symRoundedViewSidebar",
|
|
2141
|
+
"symRoundedViewStream",
|
|
2142
|
+
"symRoundedViewTimeline",
|
|
2143
|
+
"symRoundedViewWeek",
|
|
2144
|
+
"symRoundedVignette",
|
|
2145
|
+
"symRoundedVilla",
|
|
2146
|
+
"symRoundedVisibility",
|
|
2147
|
+
"symRoundedVisibilityOff",
|
|
2148
|
+
"symRoundedVoiceChat",
|
|
2149
|
+
"symRoundedVoicemail",
|
|
2150
|
+
"symRoundedVoiceOverOff",
|
|
2151
|
+
"symRoundedVolcano",
|
|
2152
|
+
"symRoundedVolumeDown",
|
|
2153
|
+
"symRoundedVolumeDownAlt",
|
|
2154
|
+
"symRoundedVolumeMute",
|
|
2155
|
+
"symRoundedVolumeOff",
|
|
2156
|
+
"symRoundedVolumeUp",
|
|
2157
|
+
"symRoundedVolunteerActivism",
|
|
2158
|
+
"symRoundedVpnKey",
|
|
2159
|
+
"symRoundedVpnKeyOff",
|
|
2160
|
+
"symRoundedVpnLock",
|
|
2161
|
+
"symRoundedVrpano",
|
|
2162
|
+
"symRoundedWallet",
|
|
2163
|
+
"symRoundedWallpaper",
|
|
2164
|
+
"symRoundedWarehouse",
|
|
2165
|
+
"symRoundedWarning",
|
|
2166
|
+
"symRoundedWash",
|
|
2167
|
+
"symRoundedWatch",
|
|
2168
|
+
"symRoundedWatchOff",
|
|
2169
|
+
"symRoundedWater",
|
|
2170
|
+
"symRoundedWaterDamage",
|
|
2171
|
+
"symRoundedWaterDrop",
|
|
2172
|
+
"symRoundedWaterfallChart",
|
|
2173
|
+
"symRoundedWaterHeater",
|
|
2174
|
+
"symRoundedWaves",
|
|
2175
|
+
"symRoundedWavingHand",
|
|
2176
|
+
"symRoundedWbAuto",
|
|
2177
|
+
"symRoundedWbIncandescent",
|
|
2178
|
+
"symRoundedWbIridescent",
|
|
2179
|
+
"symRoundedWbShade",
|
|
2180
|
+
"symRoundedWbSunny",
|
|
2181
|
+
"symRoundedWbTwilight",
|
|
2182
|
+
"symRoundedWc",
|
|
2183
|
+
"symRoundedWeatherSnowy",
|
|
2184
|
+
"symRoundedWeb",
|
|
2185
|
+
"symRoundedWebAsset",
|
|
2186
|
+
"symRoundedWebAssetOff",
|
|
2187
|
+
"symRoundedWebhook",
|
|
2188
|
+
"symRoundedWebStories",
|
|
2189
|
+
"symRoundedWeekend",
|
|
2190
|
+
"symRoundedWest",
|
|
2191
|
+
"symRoundedWhatshot",
|
|
2192
|
+
"symRoundedWheelchairPickup",
|
|
2193
|
+
"symRoundedWhereToVote",
|
|
2194
|
+
"symRoundedWidgets",
|
|
2195
|
+
"symRoundedWidthFull",
|
|
2196
|
+
"symRoundedWidthNormal",
|
|
2197
|
+
"symRoundedWidthWide",
|
|
2198
|
+
"symRoundedWifi",
|
|
2199
|
+
"symRoundedWifi1Bar",
|
|
2200
|
+
"symRoundedWifi2Bar",
|
|
2201
|
+
"symRoundedWifiCalling",
|
|
2202
|
+
"symRoundedWifiCalling1",
|
|
2203
|
+
"symRoundedWifiCalling2",
|
|
2204
|
+
"symRoundedWifiCalling3",
|
|
2205
|
+
"symRoundedWifiChannel",
|
|
2206
|
+
"symRoundedWifiFind",
|
|
2207
|
+
"symRoundedWifiLock",
|
|
2208
|
+
"symRoundedWifiOff",
|
|
2209
|
+
"symRoundedWifiPassword",
|
|
2210
|
+
"symRoundedWifiProtectedSetup",
|
|
2211
|
+
"symRoundedWifiTethering",
|
|
2212
|
+
"symRoundedWifiTetheringError",
|
|
2213
|
+
"symRoundedWifiTetheringOff",
|
|
2214
|
+
"symRoundedWindow",
|
|
2215
|
+
"symRoundedWindowClosed",
|
|
2216
|
+
"symRoundedWindowOpen",
|
|
2217
|
+
"symRoundedWindowSensor",
|
|
2218
|
+
"symRoundedWindPower",
|
|
2219
|
+
"symRoundedWineBar",
|
|
2220
|
+
"symRoundedWoman",
|
|
2221
|
+
"symRoundedWoman2",
|
|
2222
|
+
"symRoundedWork",
|
|
2223
|
+
"symRoundedWorkHistory",
|
|
2224
|
+
"symRoundedWorkspacePremium",
|
|
2225
|
+
"symRoundedWorkspaces",
|
|
2226
|
+
"symRoundedWrapText",
|
|
2227
|
+
"symRoundedWrongLocation",
|
|
2228
|
+
"symRoundedWysiwyg",
|
|
2229
|
+
"symRoundedYard",
|
|
2230
|
+
"symRoundedYoutubeSearchedFor",
|
|
2231
|
+
"symRoundedZonePersonAlert",
|
|
2232
|
+
"symRoundedZonePersonIdle",
|
|
2233
|
+
"symRoundedZonePersonUrgent",
|
|
2234
|
+
"symRoundedZoomIn",
|
|
2235
|
+
"symRoundedZoomInMap",
|
|
2236
|
+
"symRoundedZoomOut",
|
|
2237
|
+
"symRoundedZoomOutMap"
|
|
2238
|
+
]
|