purgetss 6.2.21 → 6.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/assets/fonts/FontAwesome6Brands-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Regular.ttf +0 -0
- package/assets/fonts/FontAwesome6Free-Solid.ttf +0 -0
- package/assets/fonts/MaterialSymbolsOutlined-Regular.ttf +0 -0
- package/assets/fonts/MaterialSymbolsRounded-Regular.ttf +0 -0
- package/assets/fonts/MaterialSymbolsSharp-Regular.ttf +0 -0
- package/bin/purgetss +7 -7
- package/dist/fontawesome.js +3 -1
- package/dist/fontawesome.tss +3 -1
- package/dist/materialsymbols.js +356 -94
- package/dist/materialsymbols.tss +356 -94
- package/dist/purgetss.ui.js +1 -0
- package/dist/tailwind.tss +1 -1
- package/index.js +6 -5
- package/lib/templates/fontawesome/free-template.js +1 -1
- package/lib/templates/fontawesome/free-template.tss +1 -1
- package/lib/templates/materialsymbols/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].codepoints +355 -94
- package/lib/templates/materialsymbols/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].codepoints +355 -94
- package/lib/templates/materialsymbols/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].codepoints +355 -94
- package/lib/templates/materialsymbols/template.js +1 -0
- package/lib/templates/materialsymbols/template.tss +1 -0
- package/lib/templates/tailwind/template.tss +1 -1
- package/package.json +3 -3
package/dist/materialsymbols.js
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Material Symbols is the official icon set from Google. https://fonts.google.com/icons?icon.set=Material+Symbols
|
|
4
4
|
* Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
|
|
5
5
|
* Symbols are available in three styles and four adjustable variable font styles (fill, weight, grade, and optical size).
|
|
6
|
+
* Update Material Symbols [12/02/22]
|
|
6
7
|
*/
|
|
7
8
|
|
|
8
9
|
exports.getIcon = function getIcon(selector) {
|
|
@@ -101,8 +102,9 @@ const icons = {
|
|
|
101
102
|
'accountBox': '\ue851',
|
|
102
103
|
'accountCircle': '\uefd7',
|
|
103
104
|
'accountCircleFilled': '\uefd7',
|
|
104
|
-
'accountCircleFull': '\uf20b',
|
|
105
105
|
'accountTree': '\ue97a',
|
|
106
|
+
'activityZone': '\ue1e6',
|
|
107
|
+
'acute': '\ue4cb',
|
|
106
108
|
'adUnits': '\uef39',
|
|
107
109
|
'adb': '\ue60e',
|
|
108
110
|
'add': '\ue145',
|
|
@@ -117,16 +119,18 @@ const icons = {
|
|
|
117
119
|
'addCircle': '\ue3ba',
|
|
118
120
|
'addCircleOutline': '\ue3ba',
|
|
119
121
|
'addComment': '\ue266',
|
|
122
|
+
'addHome': '\uf8eb',
|
|
123
|
+
'addHomeWork': '\uf8ed',
|
|
120
124
|
'addIcCall': '\uf0b7',
|
|
121
125
|
'addLink': '\ue178',
|
|
122
126
|
'addLocation': '\ue567',
|
|
123
127
|
'addLocationAlt': '\uef3a',
|
|
124
128
|
'addModerator': '\ue97d',
|
|
129
|
+
'addNotes': '\ue091',
|
|
125
130
|
'addPhotoAlternate': '\ue43e',
|
|
126
131
|
'addReaction': '\ue1d3',
|
|
127
132
|
'addRoad': '\uef3b',
|
|
128
133
|
'addShoppingCart': '\ue854',
|
|
129
|
-
'addShortcutToDrive': '\uf0b8',
|
|
130
134
|
'addTask': '\uf23a',
|
|
131
135
|
'addToDrive': '\ue65c',
|
|
132
136
|
'addToHomeScreen': '\ue1fe',
|
|
@@ -135,8 +139,10 @@ const icons = {
|
|
|
135
139
|
'addchart': '\uef3c',
|
|
136
140
|
'adfScanner': '\ueada',
|
|
137
141
|
'adjust': '\ue39e',
|
|
142
|
+
'adminMeds': '\ue48d',
|
|
138
143
|
'adminPanelSettings': '\uef3d',
|
|
139
144
|
'adsClick': '\ue762',
|
|
145
|
+
'agender': '\uf888',
|
|
140
146
|
'agriculture': '\uea79',
|
|
141
147
|
'air': '\uefd8',
|
|
142
148
|
'airFreshener': '\ue2ca',
|
|
@@ -157,6 +163,7 @@ const icons = {
|
|
|
157
163
|
'airplay': '\ue055',
|
|
158
164
|
'airportShuttle': '\ueb3c',
|
|
159
165
|
'airware': '\uf154',
|
|
166
|
+
'airwave': '\ue29c',
|
|
160
167
|
'alarm': '\ue855',
|
|
161
168
|
'alarmAdd': '\ue856',
|
|
162
169
|
'alarmOff': '\ue857',
|
|
@@ -171,41 +178,35 @@ const icons = {
|
|
|
171
178
|
'allInbox': '\ue97f',
|
|
172
179
|
'allInclusive': '\ueb3d',
|
|
173
180
|
'allOut': '\ue90b',
|
|
181
|
+
'allergies': '\ue094',
|
|
174
182
|
'altRoute': '\uf184',
|
|
175
183
|
'alternateEmail': '\ue0e6',
|
|
176
|
-
'
|
|
184
|
+
'altitude': '\uf873',
|
|
185
|
+
'amend': '\uf802',
|
|
177
186
|
'ampStories': '\uea13',
|
|
178
187
|
'analytics': '\uef3e',
|
|
179
188
|
'anchor': '\uf1cd',
|
|
180
189
|
'android': '\ue859',
|
|
181
|
-
'androidCalculator': '\uea82',
|
|
182
|
-
'androidCamera': '\uea8c',
|
|
183
|
-
'androidChat': '\uea97',
|
|
184
|
-
'androidContacts': '\uea8f',
|
|
185
|
-
'androidDialer': '\uea7f',
|
|
186
|
-
'androidEmergencyLocationService': '\ueb89',
|
|
187
|
-
'androidFamilyLink': '\ueaa1',
|
|
188
|
-
'androidFindMyDevice': '\uea8b',
|
|
189
|
-
'androidGoogleHome': '\uea92',
|
|
190
|
-
'androidMessages': '\uea9e',
|
|
191
|
-
'androidNowPlaying': '\uea8a',
|
|
192
|
-
'androidRecorder': '\uea95',
|
|
193
|
-
'androidSafety': '\uea6a',
|
|
194
190
|
'animation': '\ue71c',
|
|
195
191
|
'announcement': '\ue87f',
|
|
196
192
|
'aod': '\uefda',
|
|
193
|
+
'aodTablet': '\uf89f',
|
|
197
194
|
'apartment': '\uea40',
|
|
198
195
|
'api': '\uf1b7',
|
|
196
|
+
'apkDocument': '\uf88e',
|
|
197
|
+
'apkInstall': '\uf88f',
|
|
199
198
|
'appBlocking': '\uef3f',
|
|
200
199
|
'appRegistration': '\uef40',
|
|
201
200
|
'appSettingsAlt': '\uef41',
|
|
202
201
|
'appShortcut': '\ueae4',
|
|
203
202
|
'approval': '\ue982',
|
|
203
|
+
'approvalDelegation': '\uf84a',
|
|
204
204
|
'apps': '\ue5c3',
|
|
205
205
|
'appsOutage': '\ue7cc',
|
|
206
206
|
'architecture': '\uea3b',
|
|
207
207
|
'archive': '\ue149',
|
|
208
208
|
'areaChart': '\ue770',
|
|
209
|
+
'armingCountdown': '\ue78a',
|
|
209
210
|
'arrowBack': '\ue5c4',
|
|
210
211
|
'arrowBackIos': '\ue5e0',
|
|
211
212
|
'arrowBackIosNew': '\ue2ea',
|
|
@@ -219,20 +220,27 @@ const icons = {
|
|
|
219
220
|
'arrowDropUp': '\ue5c7',
|
|
220
221
|
'arrowForward': '\ue5c8',
|
|
221
222
|
'arrowForwardIos': '\ue5e1',
|
|
223
|
+
'arrowInsert': '\uf837',
|
|
222
224
|
'arrowLeft': '\ue5de',
|
|
225
|
+
'arrowOutward': '\uf8ce',
|
|
223
226
|
'arrowRight': '\ue5df',
|
|
224
227
|
'arrowRightAlt': '\ue941',
|
|
228
|
+
'arrowSelectorTool': '\uf82f',
|
|
225
229
|
'arrowUpward': '\ue5d8',
|
|
230
|
+
'arrowsMoreDown': '\uf8ab',
|
|
231
|
+
'arrowsMoreUp': '\uf8ac',
|
|
226
232
|
'artTrack': '\ue060',
|
|
227
233
|
'article': '\uef42',
|
|
228
234
|
'aspectRatio': '\ue85b',
|
|
229
235
|
'assessment': '\ue85c',
|
|
230
236
|
'assignment': '\ue85d',
|
|
237
|
+
'assignmentAdd': '\uf848',
|
|
231
238
|
'assignmentInd': '\ue85e',
|
|
232
239
|
'assignmentLate': '\ue85f',
|
|
233
240
|
'assignmentReturn': '\ue860',
|
|
234
241
|
'assignmentReturned': '\ue861',
|
|
235
242
|
'assignmentTurnedIn': '\ue862',
|
|
243
|
+
'assistWalker': '\uf8d5',
|
|
236
244
|
'assistant': '\ue39f',
|
|
237
245
|
'assistantDirection': '\ue988',
|
|
238
246
|
'assistantNavigation': '\ue989',
|
|
@@ -244,25 +252,34 @@ const icons = {
|
|
|
244
252
|
'atr': '\uebc7',
|
|
245
253
|
'attachEmail': '\uea5e',
|
|
246
254
|
'attachFile': '\ue226',
|
|
255
|
+
'attachFileAdd': '\uf841',
|
|
247
256
|
'attachMoney': '\ue227',
|
|
248
257
|
'attachment': '\ue2bc',
|
|
249
258
|
'attractions': '\uea52',
|
|
250
259
|
'attribution': '\uefdb',
|
|
251
260
|
'audioFile': '\ueb82',
|
|
252
261
|
'audiotrack': '\ue405',
|
|
253
|
-
'
|
|
262
|
+
'autoActivityZone': '\uf8ad',
|
|
254
263
|
'autoAwesome': '\ue65f',
|
|
255
264
|
'autoAwesomeMosaic': '\ue660',
|
|
256
265
|
'autoAwesomeMotion': '\ue661',
|
|
257
266
|
'autoDelete': '\uea4c',
|
|
267
|
+
'autoDetectVoice': '\uf83e',
|
|
268
|
+
'autoFix': '\ue663',
|
|
269
|
+
'autoFixHigh': '\ue663',
|
|
270
|
+
'autoFixNormal': '\ue664',
|
|
271
|
+
'autoFixOff': '\ue665',
|
|
258
272
|
'autoGraph': '\ue4fb',
|
|
259
273
|
'autoMode': '\uec20',
|
|
260
274
|
'autoReadPause': '\uf219',
|
|
261
275
|
'autoReadPlay': '\uf216',
|
|
276
|
+
'autoSchedule': '\ue214',
|
|
262
277
|
'autoStories': '\ue666',
|
|
263
278
|
'autofpsSelect': '\uefdc',
|
|
279
|
+
'autopay': '\uf84b',
|
|
264
280
|
'autorenew': '\ue863',
|
|
265
281
|
'avTimer': '\ue01b',
|
|
282
|
+
'avgTime': '\uf813',
|
|
266
283
|
'babyChangingStation': '\uf19b',
|
|
267
284
|
'backHand': '\ue764',
|
|
268
285
|
'backgroundReplace': '\uf20a',
|
|
@@ -271,12 +288,16 @@ const icons = {
|
|
|
271
288
|
'backup': '\ue864',
|
|
272
289
|
'backupTable': '\uef43',
|
|
273
290
|
'badge': '\uea67',
|
|
274
|
-
'badgeCriticalBattery': '\
|
|
291
|
+
'badgeCriticalBattery': '\uf156',
|
|
275
292
|
'bakeryDining': '\uea53',
|
|
276
293
|
'balance': '\ueaf6',
|
|
277
294
|
'balcony': '\ue58f',
|
|
278
295
|
'ballot': '\ue172',
|
|
279
296
|
'barChart': '\ue26b',
|
|
297
|
+
'barcode': '\ue70b',
|
|
298
|
+
'barcodeReader': '\uf85c',
|
|
299
|
+
'barcodeScanner': '\ue70c',
|
|
300
|
+
'barefoot': '\uf871',
|
|
280
301
|
'batchPrediction': '\uf0f5',
|
|
281
302
|
'bathroom': '\uefdd',
|
|
282
303
|
'bathtub': '\uea41',
|
|
@@ -303,10 +324,17 @@ const icons = {
|
|
|
303
324
|
'batteryChargingFull': '\uf0a7',
|
|
304
325
|
'batteryFull': '\uf0a1',
|
|
305
326
|
'batteryFullAlt': '\uf13b',
|
|
327
|
+
'batteryHoriz000': '\uf8ae',
|
|
328
|
+
'batteryHoriz050': '\uf8af',
|
|
329
|
+
'batteryHoriz075': '\uf8b0',
|
|
306
330
|
'batteryLow': '\uf155',
|
|
331
|
+
'batteryProfile': '\ue206',
|
|
307
332
|
'batterySaver': '\uefde',
|
|
308
333
|
'batteryStd': '\uf0a1',
|
|
309
334
|
'batteryUnknown': '\ue1a6',
|
|
335
|
+
'batteryVert005': '\uf8b1',
|
|
336
|
+
'batteryVert020': '\uf8b2',
|
|
337
|
+
'batteryVert050': '\uf8b3',
|
|
310
338
|
'batteryVeryLow': '\uf156',
|
|
311
339
|
'beachAccess': '\ueb3e',
|
|
312
340
|
'bed': '\uefdf',
|
|
@@ -321,11 +349,11 @@ const icons = {
|
|
|
321
349
|
'biotech': '\uea3a',
|
|
322
350
|
'blanket': '\ue828',
|
|
323
351
|
'blender': '\uefe3',
|
|
352
|
+
'blind': '\uf8d6',
|
|
324
353
|
'blinds': '\ue286',
|
|
325
354
|
'blindsClosed': '\uec1f',
|
|
326
355
|
'block': '\uf326',
|
|
327
356
|
'bloodtype': '\uefe4',
|
|
328
|
-
'bluenote': '\ue054',
|
|
329
357
|
'bluetooth': '\ue1a7',
|
|
330
358
|
'bluetoothAudio': '\ue1aa',
|
|
331
359
|
'bluetoothConnected': '\ue1a8',
|
|
@@ -338,7 +366,7 @@ const icons = {
|
|
|
338
366
|
'blurOff': '\ue3a4',
|
|
339
367
|
'blurOn': '\ue3a5',
|
|
340
368
|
'blurShort': '\ue8cf',
|
|
341
|
-
'
|
|
369
|
+
'bodyFat': '\ue098',
|
|
342
370
|
'bolt': '\uea0b',
|
|
343
371
|
'book': '\ue865',
|
|
344
372
|
'bookOnline': '\uf217',
|
|
@@ -364,6 +392,7 @@ const icons = {
|
|
|
364
392
|
'brandingWatermark': '\ue06b',
|
|
365
393
|
'breakfastDining': '\uea54',
|
|
366
394
|
'breakingNewsAlt1': '\uf0ba',
|
|
395
|
+
'breastfeeding': '\uf856',
|
|
367
396
|
'brightness1': '\ue3fa',
|
|
368
397
|
'brightness2': '\uf036',
|
|
369
398
|
'brightness3': '\ue3a8',
|
|
@@ -379,6 +408,7 @@ const icons = {
|
|
|
379
408
|
'broadcastOnHome': '\uf8f8',
|
|
380
409
|
'broadcastOnPersonal': '\uf8f9',
|
|
381
410
|
'brokenImage': '\ue3ad',
|
|
411
|
+
'browseActivity': '\uf8a5',
|
|
382
412
|
'browseGallery': '\uebd1',
|
|
383
413
|
'browserNotSupported': '\uef47',
|
|
384
414
|
'browserUpdated': '\ue7cf',
|
|
@@ -393,10 +423,12 @@ const icons = {
|
|
|
393
423
|
'busAlert': '\ue98f',
|
|
394
424
|
'business': '\ue7ee',
|
|
395
425
|
'businessCenter': '\ueb3f',
|
|
426
|
+
'businessChip': '\uf84c',
|
|
396
427
|
'cabin': '\ue589',
|
|
397
428
|
'cable': '\uefe6',
|
|
398
429
|
'cached': '\ue86a',
|
|
399
430
|
'cake': '\ue7e9',
|
|
431
|
+
'cakeAdd': '\uf85b',
|
|
400
432
|
'calculate': '\uea5f',
|
|
401
433
|
'calendarAddOn': '\uef85',
|
|
402
434
|
'calendarAppsScript': '\uf0bb',
|
|
@@ -425,6 +457,7 @@ const icons = {
|
|
|
425
457
|
'cameraRoll': '\ue3b3',
|
|
426
458
|
'cameraswitch': '\uefeb',
|
|
427
459
|
'campaign': '\uef49',
|
|
460
|
+
'camping': '\uf8a2',
|
|
428
461
|
'cancel': '\ue888',
|
|
429
462
|
'cancelPresentation': '\ue0e9',
|
|
430
463
|
'cancelScheduleSend': '\uea39',
|
|
@@ -444,6 +477,7 @@ const icons = {
|
|
|
444
477
|
'castle': '\ueab1',
|
|
445
478
|
'category': '\ue574',
|
|
446
479
|
'celebration': '\uea65',
|
|
480
|
+
'cellMerge': '\uf82e',
|
|
447
481
|
'cellTower': '\uebba',
|
|
448
482
|
'cellWifi': '\ue0ec',
|
|
449
483
|
'centerFocusStrong': '\ue3b4',
|
|
@@ -455,6 +489,7 @@ const icons = {
|
|
|
455
489
|
'changeHistory': '\ue86b',
|
|
456
490
|
'charger': '\ue2ae',
|
|
457
491
|
'chargingStation': '\uf19d',
|
|
492
|
+
'chartData': '\ue473',
|
|
458
493
|
'chat': '\ue0c9',
|
|
459
494
|
'chatAddOn': '\uf0f3',
|
|
460
495
|
'chatAppsScript': '\uf0bd',
|
|
@@ -466,6 +501,8 @@ const icons = {
|
|
|
466
501
|
'checkCircle': '\ue86c',
|
|
467
502
|
'checkCircleFilled': '\ue86c',
|
|
468
503
|
'checkCircleOutline': '\ue86c',
|
|
504
|
+
'checkIndeterminateSmall': '\uf88a',
|
|
505
|
+
'checkSmall': '\uf88b',
|
|
469
506
|
'checklist': '\ue6b1',
|
|
470
507
|
'checklistRtl': '\ue6b3',
|
|
471
508
|
'checkroom': '\uf19e',
|
|
@@ -473,20 +510,25 @@ const icons = {
|
|
|
473
510
|
'chevronRight': '\ue5cc',
|
|
474
511
|
'childCare': '\ueb41',
|
|
475
512
|
'childFriendly': '\ueb42',
|
|
513
|
+
'chipExtraction': '\uf821',
|
|
476
514
|
'chromeReaderMode': '\ue86d',
|
|
477
515
|
'chromecast2': '\uf17b',
|
|
478
516
|
'chromecastDevice': '\ue83c',
|
|
479
517
|
'church': '\ueaae',
|
|
518
|
+
'cinematicBlur': '\uf853',
|
|
480
519
|
'circle': '\uef4a',
|
|
481
520
|
'circleNotifications': '\ue994',
|
|
482
521
|
'clarify': '\uf0bf',
|
|
483
522
|
'class': '\ue865',
|
|
484
523
|
'cleanHands': '\uf21f',
|
|
524
|
+
'cleaningBucket': '\uf8b4',
|
|
485
525
|
'cleaningServices': '\uf0ff',
|
|
486
526
|
'clear': '\ue5cd',
|
|
487
527
|
'clearAll': '\ue0b8',
|
|
488
528
|
'clearDay': '\uf157',
|
|
489
529
|
'clearNight': '\uf159',
|
|
530
|
+
'climateMiniSplit': '\uf8b5',
|
|
531
|
+
'clinicalNotes': '\ue09e',
|
|
490
532
|
'close': '\ue5cd',
|
|
491
533
|
'closeFullscreen': '\uf1cf',
|
|
492
534
|
'closedCaption': '\ue996',
|
|
@@ -494,20 +536,19 @@ const icons = {
|
|
|
494
536
|
'closedCaptionOff': '\ue996',
|
|
495
537
|
'cloud': '\uf15c',
|
|
496
538
|
'cloudCircle': '\ue2be',
|
|
497
|
-
'cloudDomains': '\uf214',
|
|
498
539
|
'cloudDone': '\ue2bf',
|
|
499
540
|
'cloudDownload': '\ue2c0',
|
|
500
541
|
'cloudOff': '\ue2c1',
|
|
501
542
|
'cloudQueue': '\uf15c',
|
|
502
543
|
'cloudSync': '\ueb5a',
|
|
503
544
|
'cloudUpload': '\ue2c3',
|
|
504
|
-
'cloudbuild': '\uf208',
|
|
505
545
|
'cloudy': '\uf15c',
|
|
506
546
|
'cloudyFilled': '\uf15c',
|
|
507
547
|
'cloudySnowing': '\ue810',
|
|
508
548
|
'co2': '\ue7b0',
|
|
509
549
|
'coPresent': '\ueaf0',
|
|
510
550
|
'code': '\ue86f',
|
|
551
|
+
'codeBlocks': '\uf84d',
|
|
511
552
|
'codeOff': '\ue4f3',
|
|
512
553
|
'coffee': '\uefef',
|
|
513
554
|
'coffeeMaker': '\ueff0',
|
|
@@ -533,12 +574,14 @@ const icons = {
|
|
|
533
574
|
'connectedTv': '\ue998',
|
|
534
575
|
'connectingAirports': '\ue7c9',
|
|
535
576
|
'construction': '\uea3c',
|
|
577
|
+
'contactEmergency': '\uf8d1',
|
|
536
578
|
'contactMail': '\ue0d0',
|
|
537
579
|
'contactPage': '\uf22e',
|
|
538
580
|
'contactPhone': '\uf0c0',
|
|
539
581
|
'contactPhoneFilled': '\uf0c0',
|
|
540
582
|
'contactSupport': '\ue94c',
|
|
541
583
|
'contactless': '\uea71',
|
|
584
|
+
'contactlessOff': '\uf858',
|
|
542
585
|
'contacts': '\ue0ba',
|
|
543
586
|
'contentCopy': '\ue14d',
|
|
544
587
|
'contentCut': '\ue14e',
|
|
@@ -552,8 +595,10 @@ const icons = {
|
|
|
552
595
|
'controlPointDuplicate': '\ue3bb',
|
|
553
596
|
'controllerGen': '\ue83d',
|
|
554
597
|
'conversionPath': '\uf0c1',
|
|
598
|
+
'conveyorBelt': '\uf867',
|
|
555
599
|
'cookie': '\ueaac',
|
|
556
600
|
'cooking': '\ue2b6',
|
|
601
|
+
'coolToDry': '\ue276',
|
|
557
602
|
'copyAll': '\ue2ec',
|
|
558
603
|
'copyright': '\ue90c',
|
|
559
604
|
'coronavirus': '\uf221',
|
|
@@ -593,6 +638,7 @@ const icons = {
|
|
|
593
638
|
'curtains': '\uec1e',
|
|
594
639
|
'curtainsClosed': '\uec1d',
|
|
595
640
|
'cut': '\uf08b',
|
|
641
|
+
'cycle': '\uf854',
|
|
596
642
|
'cyclone': '\uebd5',
|
|
597
643
|
'dangerous': '\ue99a',
|
|
598
644
|
'darkMode': '\ue51c',
|
|
@@ -610,15 +656,19 @@ const icons = {
|
|
|
610
656
|
'datasetLinked': '\uf8ef',
|
|
611
657
|
'dateRange': '\ue916',
|
|
612
658
|
'deblur': '\ueb77',
|
|
659
|
+
'decimalDecrease': '\uf82d',
|
|
660
|
+
'decimalIncrease': '\uf82c',
|
|
613
661
|
'deck': '\uea42',
|
|
614
662
|
'dehaze': '\ue3c7',
|
|
615
663
|
'delete': '\ue872',
|
|
616
664
|
'deleteForever': '\ue92b',
|
|
617
665
|
'deleteOutline': '\ue872',
|
|
618
666
|
'deleteSweep': '\ue16c',
|
|
667
|
+
'demography': '\ue489',
|
|
619
668
|
'densityLarge': '\ueba9',
|
|
620
669
|
'densityMedium': '\ueb9e',
|
|
621
670
|
'densitySmall': '\ueba8',
|
|
671
|
+
'dentistry': '\ue0a6',
|
|
622
672
|
'departureBoard': '\ue576',
|
|
623
673
|
'description': '\ue873',
|
|
624
674
|
'deselect': '\uebb6',
|
|
@@ -628,16 +678,26 @@ const icons = {
|
|
|
628
678
|
'desktopMac': '\ue30b',
|
|
629
679
|
'desktopWindows': '\ue30c',
|
|
630
680
|
'details': '\ue3c8',
|
|
681
|
+
'detectionAndZone': '\ue29f',
|
|
682
|
+
'detector': '\ue282',
|
|
683
|
+
'detectorAlarm': '\ue1f7',
|
|
684
|
+
'detectorBattery': '\ue204',
|
|
685
|
+
'detectorCo': '\ue2af',
|
|
686
|
+
'detectorOffline': '\ue223',
|
|
631
687
|
'detectorSmoke': '\ue285',
|
|
688
|
+
'detectorStatus': '\ue1e8',
|
|
632
689
|
'developerBoard': '\ue30d',
|
|
633
690
|
'developerBoardOff': '\ue4ff',
|
|
634
691
|
'developerMode': '\ue1b0',
|
|
635
692
|
'deviceHub': '\ue335',
|
|
693
|
+
'deviceReset': '\ue8b3',
|
|
636
694
|
'deviceThermostat': '\ue1ff',
|
|
637
695
|
'deviceUnknown': '\ue339',
|
|
638
696
|
'devices': '\ue326',
|
|
639
697
|
'devicesFold': '\uebde',
|
|
640
698
|
'devicesOther': '\ue337',
|
|
699
|
+
'dewPoint': '\uf879',
|
|
700
|
+
'diagnosis': '\ue0a8',
|
|
641
701
|
'dialerSip': '\ue0bb',
|
|
642
702
|
'dialpad': '\ue0bc',
|
|
643
703
|
'diamond': '\uead5',
|
|
@@ -646,6 +706,8 @@ const icons = {
|
|
|
646
706
|
'dining': '\ueff4',
|
|
647
707
|
'dinnerDining': '\uea57',
|
|
648
708
|
'directions': '\ue52e',
|
|
709
|
+
'directionsAlt': '\uf880',
|
|
710
|
+
'directionsAltOff': '\uf881',
|
|
649
711
|
'directionsBike': '\ue52f',
|
|
650
712
|
'directionsBoat': '\ueff5',
|
|
651
713
|
'directionsBoatFilled': '\ueff5',
|
|
@@ -669,6 +731,10 @@ const icons = {
|
|
|
669
731
|
'discoverTune': '\ue018',
|
|
670
732
|
'dishwasherGen': '\ue832',
|
|
671
733
|
'displaySettings': '\ueb97',
|
|
734
|
+
'diversity1': '\uf8d7',
|
|
735
|
+
'diversity2': '\uf8d8',
|
|
736
|
+
'diversity3': '\uf8d9',
|
|
737
|
+
'diversity4': '\uf857',
|
|
672
738
|
'dns': '\ue875',
|
|
673
739
|
'doDisturb': '\uf326',
|
|
674
740
|
'doDisturbAlt': '\uf08d',
|
|
@@ -682,7 +748,6 @@ const icons = {
|
|
|
682
748
|
'doNotStep': '\uf19f',
|
|
683
749
|
'doNotTouch': '\uf1b0',
|
|
684
750
|
'dock': '\ue30e',
|
|
685
|
-
'docs': '\uea7d',
|
|
686
751
|
'docsAddOn': '\uf0c2',
|
|
687
752
|
'docsAppsScript': '\uf0c3',
|
|
688
753
|
'documentScanner': '\ue5fa',
|
|
@@ -697,9 +762,12 @@ const icons = {
|
|
|
697
762
|
'donutSmall': '\ue918',
|
|
698
763
|
'doorBack': '\ueffc',
|
|
699
764
|
'doorFront': '\ueffd',
|
|
765
|
+
'doorOpen': '\ue77c',
|
|
766
|
+
'doorSensor': '\ue28a',
|
|
700
767
|
'doorSliding': '\ueffe',
|
|
701
768
|
'doorbell': '\uefff',
|
|
702
769
|
'doorbell3p': '\ue1e7',
|
|
770
|
+
'doorbellChime': '\ue1f3',
|
|
703
771
|
'doubleArrow': '\uea50',
|
|
704
772
|
'downhillSkiing': '\ue509',
|
|
705
773
|
'download': '\uf090',
|
|
@@ -707,18 +775,18 @@ const icons = {
|
|
|
707
775
|
'downloadForOffline': '\uf000',
|
|
708
776
|
'downloading': '\uf001',
|
|
709
777
|
'draft': '\ue66d',
|
|
778
|
+
'draftOrders': '\ue7b3',
|
|
710
779
|
'drafts': '\ue151',
|
|
711
780
|
'dragHandle': '\ue25d',
|
|
712
781
|
'dragIndicator': '\ue945',
|
|
713
782
|
'draw': '\ue746',
|
|
714
783
|
'dresser': '\ue210',
|
|
715
784
|
'driveEta': '\ueff7',
|
|
716
|
-
'driveFileMove': '\
|
|
717
|
-
'driveFileMoveOutline': '\
|
|
785
|
+
'driveFileMove': '\ue675',
|
|
786
|
+
'driveFileMoveOutline': '\ue675',
|
|
718
787
|
'driveFileMoveRtl': '\ue76d',
|
|
719
788
|
'driveFileRenameOutline': '\ue9a2',
|
|
720
789
|
'driveFolderUpload': '\ue9a3',
|
|
721
|
-
'driveShortcut': '\uf105',
|
|
722
790
|
'dry': '\uf1b3',
|
|
723
791
|
'dryCleaning': '\uea58',
|
|
724
792
|
'duo': '\ue9a5',
|
|
@@ -730,6 +798,7 @@ const icons = {
|
|
|
730
798
|
'eMobiledata': '\uf002',
|
|
731
799
|
'earbuds': '\uf003',
|
|
732
800
|
'earbudsBattery': '\uf004',
|
|
801
|
+
'earlyOn': '\ue2ba',
|
|
733
802
|
'east': '\uf1df',
|
|
734
803
|
'eco': '\uea35',
|
|
735
804
|
'edgesensorHigh': '\uf005',
|
|
@@ -737,12 +806,14 @@ const icons = {
|
|
|
737
806
|
'edit': '\uf345',
|
|
738
807
|
'editAttributes': '\ue578',
|
|
739
808
|
'editCalendar': '\ue742',
|
|
809
|
+
'editDocument': '\uf88c',
|
|
740
810
|
'editLocation': '\ue568',
|
|
741
811
|
'editLocationAlt': '\ue1c5',
|
|
742
812
|
'editNote': '\ue745',
|
|
743
813
|
'editNotifications': '\ue525',
|
|
744
814
|
'editOff': '\ue950',
|
|
745
815
|
'editRoad': '\uef4d',
|
|
816
|
+
'editSquare': '\uf88d',
|
|
746
817
|
'egg': '\ueacc',
|
|
747
818
|
'eggAlt': '\ueac8',
|
|
748
819
|
'eject': '\ue8fb',
|
|
@@ -771,6 +842,7 @@ const icons = {
|
|
|
771
842
|
'emojiPeople': '\uea1d',
|
|
772
843
|
'emojiSymbols': '\uea1e',
|
|
773
844
|
'emojiTransportation': '\uea1f',
|
|
845
|
+
'emptyDashboard': '\uf844',
|
|
774
846
|
'enable': '\uf188',
|
|
775
847
|
'energyProgramSaving': '\uf15f',
|
|
776
848
|
'energyProgramTimeUsed': '\uf161',
|
|
@@ -779,11 +851,14 @@ const icons = {
|
|
|
779
851
|
'enhancedEncryption': '\ue63f',
|
|
780
852
|
'equalizer': '\ue01d',
|
|
781
853
|
'error': '\ue001',
|
|
854
|
+
'errorCircleRounded': '\uf8b6',
|
|
855
|
+
'errorMed': '\ue49b',
|
|
782
856
|
'errorOutline': '\ue001',
|
|
783
857
|
'escalator': '\uf1a1',
|
|
784
858
|
'escalatorWarning': '\uf1ac',
|
|
785
859
|
'euro': '\uea15',
|
|
786
860
|
'euroSymbol': '\ue926',
|
|
861
|
+
'evCharger': '\ue56d',
|
|
787
862
|
'evShadow': '\uef8f',
|
|
788
863
|
'evStation': '\ue56d',
|
|
789
864
|
'event': '\ue878',
|
|
@@ -797,11 +872,13 @@ const icons = {
|
|
|
797
872
|
'exitToApp': '\ue879',
|
|
798
873
|
'expand': '\ue94f',
|
|
799
874
|
'expandCircleDown': '\ue7cd',
|
|
875
|
+
'expandContent': '\uf830',
|
|
800
876
|
'expandLess': '\ue5ce',
|
|
801
877
|
'expandMore': '\ue5cf',
|
|
802
878
|
'explicit': '\ue01e',
|
|
803
879
|
'explore': '\ue87a',
|
|
804
880
|
'exploreOff': '\ue9a8',
|
|
881
|
+
'exportNotes': '\ue0ac',
|
|
805
882
|
'exposure': '\ue3f6',
|
|
806
883
|
'exposureNeg1': '\ue3cb',
|
|
807
884
|
'exposureNeg2': '\ue3cc',
|
|
@@ -811,11 +888,18 @@ const icons = {
|
|
|
811
888
|
'extension': '\ue87b',
|
|
812
889
|
'extensionOff': '\ue4f5',
|
|
813
890
|
'face': '\uf008',
|
|
891
|
+
'face2': '\uf8da',
|
|
892
|
+
'face3': '\uf8db',
|
|
893
|
+
'face4': '\uf8dc',
|
|
894
|
+
'face5': '\uf8dd',
|
|
895
|
+
'face6': '\uf8de',
|
|
814
896
|
'faceRetouchingNatural': '\uef4e',
|
|
815
897
|
'faceRetouchingOff': '\uf007',
|
|
816
898
|
'faceUnlock': '\uf008',
|
|
817
899
|
'factCheck': '\uf0c5',
|
|
818
900
|
'factory': '\uebbc',
|
|
901
|
+
'familiarFaceAndZone': '\ue21c',
|
|
902
|
+
'familyHistory': '\ue0ad',
|
|
819
903
|
'familyRestroom': '\uf1a2',
|
|
820
904
|
'fastForward': '\ue01f',
|
|
821
905
|
'fastRewind': '\ue020',
|
|
@@ -829,6 +913,8 @@ const icons = {
|
|
|
829
913
|
'feed': '\uf009',
|
|
830
914
|
'feedback': '\ue87f',
|
|
831
915
|
'female': '\ue590',
|
|
916
|
+
'femur': '\uf891',
|
|
917
|
+
'femurAlt': '\uf892',
|
|
832
918
|
'fence': '\uf1f6',
|
|
833
919
|
'festival': '\uea68',
|
|
834
920
|
'fiberDvr': '\ue05d',
|
|
@@ -843,7 +929,7 @@ const icons = {
|
|
|
843
929
|
'fileOpen': '\ueaf3',
|
|
844
930
|
'filePresent': '\uea0e',
|
|
845
931
|
'fileUpload': '\uf09b',
|
|
846
|
-
'
|
|
932
|
+
'fileUploadOff': '\uf886',
|
|
847
933
|
'filter': '\ue3d3',
|
|
848
934
|
'filter1': '\ue3d0',
|
|
849
935
|
'filter2': '\ue3d1',
|
|
@@ -868,6 +954,7 @@ const icons = {
|
|
|
868
954
|
'filterNone': '\ue3e0',
|
|
869
955
|
'filterTiltShift': '\ue3e2',
|
|
870
956
|
'filterVintage': '\ue3e3',
|
|
957
|
+
'financeChip': '\uf84e',
|
|
871
958
|
'findInPage': '\ue880',
|
|
872
959
|
'findReplace': '\ue881',
|
|
873
960
|
'fingerprint': '\ue90d',
|
|
@@ -876,7 +963,6 @@ const icons = {
|
|
|
876
963
|
'fireTruck': '\uf8f2',
|
|
877
964
|
'fireplace': '\uea43',
|
|
878
965
|
'firstPage': '\ue5dc',
|
|
879
|
-
'fishfood': '\ue6d9',
|
|
880
966
|
'fitScreen': '\uea10',
|
|
881
967
|
'fitnessCenter': '\ueb43',
|
|
882
968
|
'flag': '\uea1a',
|
|
@@ -900,10 +986,16 @@ const icons = {
|
|
|
900
986
|
'flipToBack': '\ue882',
|
|
901
987
|
'flipToFront': '\ue883',
|
|
902
988
|
'flood': '\uebe6',
|
|
989
|
+
'floorLamp': '\ue21e',
|
|
903
990
|
'flourescent': '\uf00d',
|
|
904
|
-
'
|
|
991
|
+
'flowsheet': '\ue0ae',
|
|
992
|
+
'fluid': '\ue483',
|
|
993
|
+
'fluidBalance': '\uf80d',
|
|
994
|
+
'fluidMed': '\uf80c',
|
|
995
|
+
'fluorescent': '\uf00d',
|
|
905
996
|
'flutterDash': '\ue00b',
|
|
906
997
|
'fmdBad': '\uf00e',
|
|
998
|
+
'fmdGood': '\ue55f',
|
|
907
999
|
'foggy': '\ue818',
|
|
908
1000
|
'folder': '\ue2c7',
|
|
909
1001
|
'folderCopy': '\uebbd',
|
|
@@ -917,9 +1009,12 @@ const icons = {
|
|
|
917
1009
|
'fontDownload': '\ue167',
|
|
918
1010
|
'fontDownloadOff': '\ue4f9',
|
|
919
1011
|
'foodBank': '\uf1f2',
|
|
1012
|
+
'footBones': '\uf893',
|
|
1013
|
+
'footprint': '\uf87d',
|
|
920
1014
|
'forest': '\uea99',
|
|
921
1015
|
'forkLeft': '\ueba0',
|
|
922
1016
|
'forkRight': '\uebac',
|
|
1017
|
+
'forklift': '\uf868',
|
|
923
1018
|
'formatAlignCenter': '\ue234',
|
|
924
1019
|
'formatAlignJustify': '\ue235',
|
|
925
1020
|
'formatAlignLeft': '\ue236',
|
|
@@ -929,22 +1024,37 @@ const icons = {
|
|
|
929
1024
|
'formatColorFill': '\ue23a',
|
|
930
1025
|
'formatColorReset': '\ue23b',
|
|
931
1026
|
'formatColorText': '\ue23c',
|
|
1027
|
+
'formatH1': '\uf85d',
|
|
1028
|
+
'formatH2': '\uf85e',
|
|
1029
|
+
'formatH3': '\uf85f',
|
|
1030
|
+
'formatH4': '\uf860',
|
|
1031
|
+
'formatH5': '\uf861',
|
|
1032
|
+
'formatH6': '\uf862',
|
|
1033
|
+
'formatImageLeft': '\uf863',
|
|
1034
|
+
'formatImageRight': '\uf864',
|
|
932
1035
|
'formatIndentDecrease': '\ue23d',
|
|
933
1036
|
'formatIndentIncrease': '\ue23e',
|
|
1037
|
+
'formatInkHighlighter': '\uf82b',
|
|
934
1038
|
'formatItalic': '\ue23f',
|
|
935
1039
|
'formatLineSpacing': '\ue240',
|
|
936
1040
|
'formatListBulleted': '\ue241',
|
|
1041
|
+
'formatListBulletedAdd': '\uf849',
|
|
937
1042
|
'formatListNumbered': '\ue242',
|
|
938
1043
|
'formatListNumberedRtl': '\ue267',
|
|
939
1044
|
'formatOverline': '\ueb65',
|
|
940
1045
|
'formatPaint': '\ue243',
|
|
1046
|
+
'formatParagraph': '\uf865',
|
|
941
1047
|
'formatQuote': '\ue244',
|
|
942
1048
|
'formatShapes': '\ue25e',
|
|
943
1049
|
'formatSize': '\ue245',
|
|
944
1050
|
'formatStrikethrough': '\ue246',
|
|
1051
|
+
'formatTextClip': '\uf82a',
|
|
1052
|
+
'formatTextOverflow': '\uf829',
|
|
1053
|
+
'formatTextWrap': '\uf828',
|
|
945
1054
|
'formatTextdirectionLToR': '\ue247',
|
|
946
1055
|
'formatTextdirectionRToL': '\ue248',
|
|
947
1056
|
'formatUnderlined': '\ue249',
|
|
1057
|
+
'formatUnderlinedSquiggle': '\uf885',
|
|
948
1058
|
'formsAddOn': '\uf0c7',
|
|
949
1059
|
'formsAppsScript': '\uf0c8',
|
|
950
1060
|
'fort': '\ueaad',
|
|
@@ -955,53 +1065,47 @@ const icons = {
|
|
|
955
1065
|
'forward5': '\ue058',
|
|
956
1066
|
'forwardToInbox': '\uf187',
|
|
957
1067
|
'foundation': '\uf200',
|
|
1068
|
+
'framePerson': '\uf8a6',
|
|
958
1069
|
'freeBreakfast': '\ueb44',
|
|
959
1070
|
'freeCancellation': '\ue748',
|
|
960
1071
|
'frontHand': '\ue769',
|
|
1072
|
+
'frontLoader': '\uf869',
|
|
961
1073
|
'fullStackedBarChart': '\uf212',
|
|
962
1074
|
'fullscreen': '\ue5d0',
|
|
963
1075
|
'fullscreenExit': '\ue5d1',
|
|
1076
|
+
'function': '\uf866',
|
|
964
1077
|
'functions': '\ue24a',
|
|
965
1078
|
'gMobiledata': '\uf010',
|
|
966
1079
|
'gTranslate': '\ue927',
|
|
1080
|
+
'galleryThumbnail': '\uf86f',
|
|
967
1081
|
'gamepad': '\ue30f',
|
|
968
1082
|
'games': '\ue30f',
|
|
969
1083
|
'garage': '\uf011',
|
|
970
1084
|
'garageHome': '\ue82d',
|
|
1085
|
+
'gardenCart': '\uf8a9',
|
|
971
1086
|
'gasMeter': '\uec19',
|
|
1087
|
+
'gastroenterology': '\ue0f1',
|
|
972
1088
|
'gate': '\ue277',
|
|
973
1089
|
'gavel': '\ue90e',
|
|
974
|
-
'gbadge': '\uf1fd',
|
|
975
|
-
'gboard': '\uea7b',
|
|
976
1090
|
'generatingTokens': '\ue749',
|
|
1091
|
+
'genetics': '\ue0f3',
|
|
977
1092
|
'gesture': '\ue155',
|
|
978
1093
|
'getApp': '\uf090',
|
|
979
|
-
'gfitHealth': '\uea7a',
|
|
980
1094
|
'gif': '\ue908',
|
|
981
1095
|
'gifBox': '\ue7a3',
|
|
982
1096
|
'girl': '\ueb68',
|
|
983
1097
|
'gite': '\ue58b',
|
|
984
|
-
'
|
|
985
|
-
'gmailAddOn': '\uf0c9',
|
|
986
|
-
'gmailAppsScript': '\uf0ca',
|
|
987
|
-
'gmailRooms': '\uf193',
|
|
1098
|
+
'glyphs': '\uf8a3',
|
|
988
1099
|
'golfCourse': '\ueb45',
|
|
989
|
-
'googleFi': '\uea86',
|
|
990
|
-
'googleGuarantee': '\uf231',
|
|
991
1100
|
'googlePlusReshare': '\uf060',
|
|
992
|
-
'googleTravel': '\uf110',
|
|
993
|
-
'googleTravelOutline': '\uf113',
|
|
994
|
-
'googleTv': '\uea6f',
|
|
995
1101
|
'googleWifi': '\ue840',
|
|
996
|
-
'googlerTravel': '\uef96',
|
|
997
|
-
'gpay': '\uea91',
|
|
998
1102
|
'gppBad': '\uf012',
|
|
999
1103
|
'gppGood': '\uf013',
|
|
1000
1104
|
'gppMaybe': '\uf014',
|
|
1001
1105
|
'gpsFixed': '\ue55c',
|
|
1002
1106
|
'gpsNotFixed': '\ue1b7',
|
|
1003
1107
|
'gpsOff': '\ue1b6',
|
|
1004
|
-
'grade': '\
|
|
1108
|
+
'grade': '\ue885',
|
|
1005
1109
|
'gradient': '\ue3e9',
|
|
1006
1110
|
'grading': '\uea4f',
|
|
1007
1111
|
'grain': '\ue3ea',
|
|
@@ -1019,9 +1123,13 @@ const icons = {
|
|
|
1019
1123
|
'groupRemove': '\ue7ad',
|
|
1020
1124
|
'groupWork': '\ue886',
|
|
1021
1125
|
'groupedBarChart': '\uf211',
|
|
1126
|
+
'groups': '\uf233',
|
|
1127
|
+
'groups2': '\uf8df',
|
|
1128
|
+
'groups3': '\uf8e0',
|
|
1022
1129
|
'hMobiledata': '\uf018',
|
|
1023
1130
|
'hPlusMobiledata': '\uf019',
|
|
1024
1131
|
'hail': '\ue9b1',
|
|
1132
|
+
'handBones': '\uf894',
|
|
1025
1133
|
'handGesture': '\uef9c',
|
|
1026
1134
|
'handshake': '\uebcb',
|
|
1027
1135
|
'handyman': '\uf10b',
|
|
@@ -1047,10 +1155,14 @@ const icons = {
|
|
|
1047
1155
|
'hearing': '\ue023',
|
|
1048
1156
|
'hearingDisabled': '\uf104',
|
|
1049
1157
|
'heartBroken': '\ueac2',
|
|
1158
|
+
'heartMinus': '\uf883',
|
|
1159
|
+
'heartPlus': '\uf884',
|
|
1050
1160
|
'heatPump': '\uec18',
|
|
1161
|
+
'heatPumpBalance': '\ue27e',
|
|
1051
1162
|
'height': '\uea16',
|
|
1052
1163
|
'help': '\ue8fd',
|
|
1053
1164
|
'helpCenter': '\uf1c0',
|
|
1165
|
+
'helpClinic': '\uf810',
|
|
1054
1166
|
'helpOutline': '\ue8fd',
|
|
1055
1167
|
'hevc': '\uf021',
|
|
1056
1168
|
'hexagon': '\ueb39',
|
|
@@ -1071,6 +1183,7 @@ const icons = {
|
|
|
1071
1183
|
'home': '\ue88a',
|
|
1072
1184
|
'homeAppLogo': '\ue295',
|
|
1073
1185
|
'homeFilled': '\ue88a',
|
|
1186
|
+
'homeHealth': '\ue4b9',
|
|
1074
1187
|
'homeIotDevice': '\ue283',
|
|
1075
1188
|
'homeMax': '\uf024',
|
|
1076
1189
|
'homeMaxDots': '\ue849',
|
|
@@ -1078,6 +1191,7 @@ const icons = {
|
|
|
1078
1191
|
'homePin': '\uf14d',
|
|
1079
1192
|
'homeRepairService': '\uf100',
|
|
1080
1193
|
'homeSpeaker': '\uf11c',
|
|
1194
|
+
'homeStorage': '\uf86c',
|
|
1081
1195
|
'homeWork': '\uf030',
|
|
1082
1196
|
'horizontalDistribute': '\ue014',
|
|
1083
1197
|
'horizontalRule': '\uf108',
|
|
@@ -1092,20 +1206,23 @@ const icons = {
|
|
|
1092
1206
|
'hourglassTop': '\uea5b',
|
|
1093
1207
|
'house': '\uea44',
|
|
1094
1208
|
'houseSiding': '\uf202',
|
|
1209
|
+
'houseWithShield': '\ue786',
|
|
1095
1210
|
'houseboat': '\ue584',
|
|
1096
1211
|
'howToReg': '\ue174',
|
|
1097
1212
|
'howToVote': '\ue175',
|
|
1098
1213
|
'html': '\ueb7e',
|
|
1099
1214
|
'http': '\ue902',
|
|
1100
|
-
'https': '\
|
|
1215
|
+
'https': '\ue88d',
|
|
1101
1216
|
'hub': '\ue9f4',
|
|
1217
|
+
'humerus': '\uf895',
|
|
1218
|
+
'humerusAlt': '\uf896',
|
|
1102
1219
|
'humidityHigh': '\uf163',
|
|
1103
1220
|
'humidityLow': '\uf164',
|
|
1104
1221
|
'humidityMid': '\uf165',
|
|
1222
|
+
'humidityPercentage': '\uf87e',
|
|
1105
1223
|
'hvac': '\uf10e',
|
|
1106
1224
|
'iceSkating': '\ue50b',
|
|
1107
1225
|
'icecream': '\uea69',
|
|
1108
|
-
'identityPlatform': '\uebb7',
|
|
1109
1226
|
'image': '\ue3f4',
|
|
1110
1227
|
'imageAspectRatio': '\ue3f5',
|
|
1111
1228
|
'imageNotSupported': '\uf116',
|
|
@@ -1116,10 +1233,14 @@ const icons = {
|
|
|
1116
1233
|
'importExport': '\ue8d5',
|
|
1117
1234
|
'importantDevices': '\ue912',
|
|
1118
1235
|
'inHomeMode': '\ue833',
|
|
1236
|
+
'inactiveOrder': '\ue0fc',
|
|
1119
1237
|
'inbox': '\ue156',
|
|
1238
|
+
'inboxCustomize': '\uf859',
|
|
1120
1239
|
'incompleteCircle': '\ue79b',
|
|
1121
1240
|
'indeterminateCheckBox': '\ue909',
|
|
1122
1241
|
'info': '\ue88e',
|
|
1242
|
+
'infrared': '\uf87c',
|
|
1243
|
+
'inpatient': '\ue0fe',
|
|
1123
1244
|
'input': '\ue890',
|
|
1124
1245
|
'insertChart': '\ue85c',
|
|
1125
1246
|
'insertChartFilled': '\ue85c',
|
|
@@ -1131,6 +1252,7 @@ const icons = {
|
|
|
1131
1252
|
'insertLink': '\ue250',
|
|
1132
1253
|
'insertPageBreak': '\ueaca',
|
|
1133
1254
|
'insertPhoto': '\ue3f4',
|
|
1255
|
+
'insertText': '\uf827',
|
|
1134
1256
|
'insights': '\uf092',
|
|
1135
1257
|
'installDesktop': '\ueb71',
|
|
1136
1258
|
'installMobile': '\ueb72',
|
|
@@ -1145,6 +1267,7 @@ const icons = {
|
|
|
1145
1267
|
'iron': '\ue583',
|
|
1146
1268
|
'iso': '\ue3f6',
|
|
1147
1269
|
'javascript': '\ueb7c',
|
|
1270
|
+
'join': '\uf84f',
|
|
1148
1271
|
'joinFull': '\ueaeb',
|
|
1149
1272
|
'joinInner': '\ueaf4',
|
|
1150
1273
|
'joinLeft': '\ueaf2',
|
|
@@ -1177,12 +1300,15 @@ const icons = {
|
|
|
1177
1300
|
'kingBed': '\uea45',
|
|
1178
1301
|
'kitchen': '\ueb47',
|
|
1179
1302
|
'kitesurfing': '\ue50d',
|
|
1180
|
-
'
|
|
1303
|
+
'labPanel': '\ue103',
|
|
1304
|
+
'labProfile': '\ue104',
|
|
1305
|
+
'labResearch': '\uf80b',
|
|
1181
1306
|
'label': '\ue893',
|
|
1182
1307
|
'labelImportant': '\ue948',
|
|
1183
1308
|
'labelImportantOutline': '\ue948',
|
|
1184
1309
|
'labelOff': '\ue9b6',
|
|
1185
1310
|
'labelOutline': '\ue893',
|
|
1311
|
+
'labs': '\ue105',
|
|
1186
1312
|
'lan': '\ueb2f',
|
|
1187
1313
|
'landscape': '\ue564',
|
|
1188
1314
|
'landslide': '\uebd7',
|
|
@@ -1193,8 +1319,10 @@ const icons = {
|
|
|
1193
1319
|
'laptopWindows': '\ue321',
|
|
1194
1320
|
'lastPage': '\ue5dd',
|
|
1195
1321
|
'launch': '\ue89e',
|
|
1322
|
+
'laundry': '\ue2a8',
|
|
1196
1323
|
'layers': '\ue53b',
|
|
1197
1324
|
'layersClear': '\ue53c',
|
|
1325
|
+
'lda': '\ue106',
|
|
1198
1326
|
'leaderboard': '\uf20c',
|
|
1199
1327
|
'leakAdd': '\ue3f8',
|
|
1200
1328
|
'leakRemove': '\ue3f9',
|
|
@@ -1207,11 +1335,24 @@ const icons = {
|
|
|
1207
1335
|
'libraryMusic': '\ue030',
|
|
1208
1336
|
'liftToTalk': '\uefa3',
|
|
1209
1337
|
'light': '\uf02a',
|
|
1338
|
+
'lightGroup': '\ue28b',
|
|
1210
1339
|
'lightMode': '\ue518',
|
|
1211
1340
|
'lightbulb': '\ue90f',
|
|
1212
1341
|
'lightbulbCircle': '\uebfe',
|
|
1213
1342
|
'lightbulbOutline': '\ue90f',
|
|
1214
1343
|
'lineAxis': '\uea9a',
|
|
1344
|
+
'lineEnd': '\uf826',
|
|
1345
|
+
'lineEndArrow': '\uf81d',
|
|
1346
|
+
'lineEndArrowNotch': '\uf81c',
|
|
1347
|
+
'lineEndCircle': '\uf81b',
|
|
1348
|
+
'lineEndDiamond': '\uf81a',
|
|
1349
|
+
'lineEndSquare': '\uf819',
|
|
1350
|
+
'lineStart': '\uf825',
|
|
1351
|
+
'lineStartArrow': '\uf818',
|
|
1352
|
+
'lineStartArrowNotch': '\uf817',
|
|
1353
|
+
'lineStartCircle': '\uf816',
|
|
1354
|
+
'lineStartDiamond': '\uf815',
|
|
1355
|
+
'lineStartSquare': '\uf814',
|
|
1215
1356
|
'lineStyle': '\ue919',
|
|
1216
1357
|
'lineWeight': '\ue91a',
|
|
1217
1358
|
'linearScale': '\ue260',
|
|
@@ -1257,15 +1398,18 @@ const icons = {
|
|
|
1257
1398
|
'localTaxi': '\ue559',
|
|
1258
1399
|
'locationAutomation': '\uf14f',
|
|
1259
1400
|
'locationAway': '\uf150',
|
|
1401
|
+
'locationChip': '\uf850',
|
|
1260
1402
|
'locationCity': '\ue7f1',
|
|
1261
1403
|
'locationDisabled': '\ue1b6',
|
|
1262
1404
|
'locationHome': '\uf152',
|
|
1263
1405
|
'locationOff': '\ue0c7',
|
|
1406
|
+
'locationOn': '\ue55f',
|
|
1407
|
+
'locationPin': '\ue55f',
|
|
1264
1408
|
'locationSearching': '\ue1b7',
|
|
1265
|
-
'lock': '\
|
|
1409
|
+
'lock': '\ue88d',
|
|
1266
1410
|
'lockClock': '\uef57',
|
|
1267
1411
|
'lockOpen': '\ue898',
|
|
1268
|
-
'lockOutline': '\
|
|
1412
|
+
'lockOutline': '\ue88d',
|
|
1269
1413
|
'lockPerson': '\uf8f3',
|
|
1270
1414
|
'lockReset': '\ueade',
|
|
1271
1415
|
'login': '\uea77',
|
|
@@ -1287,13 +1431,18 @@ const icons = {
|
|
|
1287
1431
|
'luggage': '\uf235',
|
|
1288
1432
|
'lunchDining': '\uea61',
|
|
1289
1433
|
'lyrics': '\uec0b',
|
|
1290
|
-
'
|
|
1434
|
+
'macroOff': '\uf8d2',
|
|
1291
1435
|
'magicButton': '\uf136',
|
|
1436
|
+
'magnificationLarge': '\uf83d',
|
|
1437
|
+
'magnificationSmall': '\uf83c',
|
|
1292
1438
|
'mail': '\ue159',
|
|
1293
1439
|
'mailLock': '\uec0a',
|
|
1294
1440
|
'mailOutline': '\ue159',
|
|
1295
1441
|
'male': '\ue58e',
|
|
1296
1442
|
'man': '\ue4eb',
|
|
1443
|
+
'man2': '\uf8e1',
|
|
1444
|
+
'man3': '\uf8e2',
|
|
1445
|
+
'man4': '\uf8e3',
|
|
1297
1446
|
'manageAccounts': '\uf02e',
|
|
1298
1447
|
'manageHistory': '\uebe7',
|
|
1299
1448
|
'manageSearch': '\uf02f',
|
|
@@ -1314,6 +1463,7 @@ const icons = {
|
|
|
1314
1463
|
'maximize': '\ue930',
|
|
1315
1464
|
'mediaBluetoothOff': '\uf031',
|
|
1316
1465
|
'mediaBluetoothOn': '\uf032',
|
|
1466
|
+
'mediaLink': '\uf83f',
|
|
1317
1467
|
'mediation': '\uefa7',
|
|
1318
1468
|
'medicalInformation': '\uebed',
|
|
1319
1469
|
'medicalServices': '\uf109',
|
|
@@ -1340,6 +1490,7 @@ const icons = {
|
|
|
1340
1490
|
'minorCrash': '\uebf1',
|
|
1341
1491
|
'missedVideoCall': '\uf0ce',
|
|
1342
1492
|
'missedVideoCallFilled': '\uf0ce',
|
|
1493
|
+
'mixtureMed': '\ue4c8',
|
|
1343
1494
|
'mms': '\ue618',
|
|
1344
1495
|
'mobileFriendly': '\ue200',
|
|
1345
1496
|
'mobileOff': '\ue201',
|
|
@@ -1381,11 +1532,15 @@ const icons = {
|
|
|
1381
1532
|
'moreVert': '\ue5d4',
|
|
1382
1533
|
'mosque': '\ueab2',
|
|
1383
1534
|
'motionBlur': '\uf0d0',
|
|
1535
|
+
'motionMode': '\uf842',
|
|
1384
1536
|
'motionPhotosAuto': '\uf03a',
|
|
1385
1537
|
'motionPhotosOff': '\ue9c0',
|
|
1386
1538
|
'motionPhotosPause': '\uf349',
|
|
1387
1539
|
'motionPhotosPaused': '\uf349',
|
|
1388
|
-
'
|
|
1540
|
+
'motionSensorActive': '\ue792',
|
|
1541
|
+
'motionSensorAlert': '\ue784',
|
|
1542
|
+
'motionSensorIdle': '\ue783',
|
|
1543
|
+
'motionSensorUrgent': '\ue78e',
|
|
1389
1544
|
'motorcycle': '\ue91b',
|
|
1390
1545
|
'mouse': '\ue323',
|
|
1391
1546
|
'moveDown': '\ueb61',
|
|
@@ -1393,8 +1548,11 @@ const icons = {
|
|
|
1393
1548
|
'moveUp': '\ueb64',
|
|
1394
1549
|
'movie': '\ue404',
|
|
1395
1550
|
'movieCreation': '\ue404',
|
|
1551
|
+
'movieEdit': '\uf840',
|
|
1396
1552
|
'movieFilter': '\ue43a',
|
|
1397
1553
|
'moving': '\ue501',
|
|
1554
|
+
'movingBeds': '\ue73d',
|
|
1555
|
+
'movingMinistry': '\ue73e',
|
|
1398
1556
|
'mp': '\ue9c3',
|
|
1399
1557
|
'multicooker': '\ue293',
|
|
1400
1558
|
'multilineChart': '\ue6df',
|
|
@@ -1414,31 +1572,46 @@ const icons = {
|
|
|
1414
1572
|
'nearMeDisabled': '\uf1ef',
|
|
1415
1573
|
'nearbyError': '\uf03b',
|
|
1416
1574
|
'nearbyOff': '\uf03c',
|
|
1417
|
-
'
|
|
1575
|
+
'nephrology': '\ue10d',
|
|
1418
1576
|
'nestAudio': '\uebbf',
|
|
1577
|
+
'nestCamFloodlight': '\uf8b7',
|
|
1419
1578
|
'nestCamIndoor': '\uf11e',
|
|
1420
1579
|
'nestCamIq': '\uf11f',
|
|
1421
1580
|
'nestCamIqOutdoor': '\uf120',
|
|
1581
|
+
'nestCamMagnetMount': '\uf8b8',
|
|
1422
1582
|
'nestCamOutdoor': '\uf121',
|
|
1583
|
+
'nestCamStand': '\uf8b9',
|
|
1584
|
+
'nestCamWallMount': '\uf8ba',
|
|
1423
1585
|
'nestCamWiredStand': '\uec16',
|
|
1586
|
+
'nestClockFarsightAnalog': '\uf8bb',
|
|
1587
|
+
'nestClockFarsightDigital': '\uf8bc',
|
|
1424
1588
|
'nestConnect': '\uf122',
|
|
1425
1589
|
'nestDetect': '\uf123',
|
|
1426
1590
|
'nestDisplay': '\uf124',
|
|
1427
1591
|
'nestDisplayMax': '\uf125',
|
|
1428
|
-
'
|
|
1592
|
+
'nestDoorbellVisitor': '\uf8bd',
|
|
1593
|
+
'nestEcoLeaf': '\uf8be',
|
|
1594
|
+
'nestFarsightWeather': '\uf8bf',
|
|
1595
|
+
'nestFoundSavings': '\uf8c0',
|
|
1429
1596
|
'nestHeatLinkE': '\uf126',
|
|
1430
1597
|
'nestHeatLinkGen3': '\uf127',
|
|
1431
1598
|
'nestHelloDoorbell': '\ue82c',
|
|
1599
|
+
'nestLocatorTag': '\uf8c1',
|
|
1432
1600
|
'nestMini': '\ue789',
|
|
1601
|
+
'nestMultiRoom': '\uf8c2',
|
|
1433
1602
|
'nestRemote': '\uf129',
|
|
1434
1603
|
'nestRemoteComfortSensor': '\uf12a',
|
|
1435
1604
|
'nestSecureAlarm': '\uf12b',
|
|
1605
|
+
'nestSunblock': '\uf8c3',
|
|
1436
1606
|
'nestTag': '\uf12c',
|
|
1437
1607
|
'nestThermostatEEu': '\uf12d',
|
|
1438
1608
|
'nestThermostatGen3': '\uf12e',
|
|
1439
1609
|
'nestThermostatSensor': '\uf12f',
|
|
1440
1610
|
'nestThermostatSensorEu': '\uf130',
|
|
1441
1611
|
'nestThermostatZirconiumEu': '\uf131',
|
|
1612
|
+
'nestTrueRadiant': '\uf8c4',
|
|
1613
|
+
'nestWakeOnApproach': '\uf8c5',
|
|
1614
|
+
'nestWakeOnPress': '\uf8c6',
|
|
1442
1615
|
'nestWifiGale': '\uf132',
|
|
1443
1616
|
'nestWifiMistral': '\uf133',
|
|
1444
1617
|
'nestWifiPoint': '\ue83f',
|
|
@@ -1446,7 +1619,6 @@ const icons = {
|
|
|
1446
1619
|
'nestWifiRouter': '\ue841',
|
|
1447
1620
|
'networkCell': '\ue1b9',
|
|
1448
1621
|
'networkCheck': '\ue640',
|
|
1449
|
-
'networkIntelligence': '\uefac',
|
|
1450
1622
|
'networkLocked': '\ue61a',
|
|
1451
1623
|
'networkPing': '\uebca',
|
|
1452
1624
|
'networkWifi': '\ue1ba',
|
|
@@ -1484,6 +1656,7 @@ const icons = {
|
|
|
1484
1656
|
'noTransfer': '\uf1d5',
|
|
1485
1657
|
'noiseAware': '\uebec',
|
|
1486
1658
|
'noiseControlOff': '\uebf3',
|
|
1659
|
+
'noiseControlOn': '\uf8a8',
|
|
1487
1660
|
'nordicWalking': '\ue50e',
|
|
1488
1661
|
'north': '\uf1e0',
|
|
1489
1662
|
'northEast': '\uf1e1',
|
|
@@ -1504,11 +1677,13 @@ const icons = {
|
|
|
1504
1677
|
'notificationsOff': '\ue7f6',
|
|
1505
1678
|
'notificationsPaused': '\ue7f8',
|
|
1506
1679
|
'numbers': '\ueac7',
|
|
1680
|
+
'nutrition': '\ue110',
|
|
1507
1681
|
'offlineBolt': '\ue932',
|
|
1508
1682
|
'offlinePin': '\ue90a',
|
|
1509
1683
|
'offlineShare': '\ue9c5',
|
|
1510
1684
|
'oilBarrel': '\uec15',
|
|
1511
1685
|
'onDeviceTraining': '\uebfd',
|
|
1686
|
+
'oncology': '\ue114',
|
|
1512
1687
|
'ondemandVideo': '\ue63b',
|
|
1513
1688
|
'onlinePrediction': '\uf0eb',
|
|
1514
1689
|
'opacity': '\ue91c',
|
|
@@ -1517,6 +1692,11 @@ const icons = {
|
|
|
1517
1692
|
'openInNew': '\ue89e',
|
|
1518
1693
|
'openInNewOff': '\ue4f6',
|
|
1519
1694
|
'openWith': '\ue89f',
|
|
1695
|
+
'oralDisease': '\ue116',
|
|
1696
|
+
'orderApprove': '\uf812',
|
|
1697
|
+
'orderPlay': '\uf811',
|
|
1698
|
+
'orthopedics': '\uf897',
|
|
1699
|
+
'otherAdmission': '\ue47b',
|
|
1520
1700
|
'otherHouses': '\ue58c',
|
|
1521
1701
|
'outbound': '\ue1ca',
|
|
1522
1702
|
'outbox': '\uef5f',
|
|
@@ -1525,14 +1705,19 @@ const icons = {
|
|
|
1525
1705
|
'outgoingMail': '\uf0d2',
|
|
1526
1706
|
'outlet': '\uf1d4',
|
|
1527
1707
|
'outlinedFlag': '\uea1a',
|
|
1708
|
+
'outpatient': '\ue118',
|
|
1709
|
+
'outpatientMed': '\ue119',
|
|
1528
1710
|
'output': '\uebbe',
|
|
1529
1711
|
'ovenGen': '\ue843',
|
|
1530
|
-
'
|
|
1712
|
+
'overview': '\ue4a7',
|
|
1713
|
+
'pacemaker': '\ue656',
|
|
1714
|
+
'package': '\ue48f',
|
|
1531
1715
|
'padding': '\ue9c8',
|
|
1532
1716
|
'pages': '\ue7f9',
|
|
1533
1717
|
'pageview': '\ue8a0',
|
|
1534
1718
|
'paid': '\uf041',
|
|
1535
1719
|
'palette': '\ue40a',
|
|
1720
|
+
'pallet': '\uf86a',
|
|
1536
1721
|
'panTool': '\ue925',
|
|
1537
1722
|
'panToolAlt': '\uebb9',
|
|
1538
1723
|
'panorama': '\ue40b',
|
|
@@ -1573,6 +1758,9 @@ const icons = {
|
|
|
1573
1758
|
'permPhoneMsg': '\ue8a8',
|
|
1574
1759
|
'permScanWifi': '\ue8a9',
|
|
1575
1760
|
'person': '\uf0d3',
|
|
1761
|
+
'person2': '\uf8e4',
|
|
1762
|
+
'person3': '\uf8e5',
|
|
1763
|
+
'person4': '\uf8e6',
|
|
1576
1764
|
'personAdd': '\uea4d',
|
|
1577
1765
|
'personAddAlt': '\uea4d',
|
|
1578
1766
|
'personAddDisabled': '\ue9cb',
|
|
@@ -1585,7 +1773,6 @@ const icons = {
|
|
|
1585
1773
|
'personSearch': '\uf106',
|
|
1586
1774
|
'personalInjury': '\ue6da',
|
|
1587
1775
|
'personalVideo': '\ue333',
|
|
1588
|
-
'personalizedRecommendations': '\ueb6c',
|
|
1589
1776
|
'pestControl': '\uf0fa',
|
|
1590
1777
|
'pestControlRodent': '\uf0fd',
|
|
1591
1778
|
'pets': '\ue91d',
|
|
@@ -1599,6 +1786,7 @@ const icons = {
|
|
|
1599
1786
|
'phoneEnabled': '\ue9cd',
|
|
1600
1787
|
'phoneForwarded': '\ue61c',
|
|
1601
1788
|
'phoneInTalk': '\ue61d',
|
|
1789
|
+
'phoneInTalkWatchfaceIndicator': '\uf843',
|
|
1602
1790
|
'phoneIphone': '\ue325',
|
|
1603
1791
|
'phoneLocked': '\ue61e',
|
|
1604
1792
|
'phoneMissed': '\ue61f',
|
|
@@ -1626,10 +1814,10 @@ const icons = {
|
|
|
1626
1814
|
'pictureAsPdf': '\ue415',
|
|
1627
1815
|
'pictureInPicture': '\ue8aa',
|
|
1628
1816
|
'pictureInPictureAlt': '\ue911',
|
|
1629
|
-
'pieChart': '\
|
|
1630
|
-
'pieChartFilled': '\
|
|
1631
|
-
'pieChartOutline': '\
|
|
1632
|
-
'pieChartOutlined': '\
|
|
1817
|
+
'pieChart': '\uf044',
|
|
1818
|
+
'pieChartFilled': '\uf044',
|
|
1819
|
+
'pieChartOutline': '\uf044',
|
|
1820
|
+
'pieChartOutlined': '\uf044',
|
|
1633
1821
|
'pin': '\uf045',
|
|
1634
1822
|
'pinDrop': '\ue55e',
|
|
1635
1823
|
'pinEnd': '\ue767',
|
|
@@ -1647,7 +1835,6 @@ const icons = {
|
|
|
1647
1835
|
'playForWork': '\ue906',
|
|
1648
1836
|
'playLesson': '\uf047',
|
|
1649
1837
|
'playPause': '\uf137',
|
|
1650
|
-
'playServices': '\uea93',
|
|
1651
1838
|
'playlistAdd': '\ue03b',
|
|
1652
1839
|
'playlistAddCheck': '\ue065',
|
|
1653
1840
|
'playlistAddCheckCircle': '\ue7e6',
|
|
@@ -1657,7 +1844,6 @@ const icons = {
|
|
|
1657
1844
|
'plumbing': '\uf107',
|
|
1658
1845
|
'plusOne': '\ue800',
|
|
1659
1846
|
'podcasts': '\uf048',
|
|
1660
|
-
'podcastsApp': '\uea89',
|
|
1661
1847
|
'pointOfSale': '\uf17e',
|
|
1662
1848
|
'policy': '\uea17',
|
|
1663
1849
|
'poll': '\ue85c',
|
|
@@ -1667,12 +1853,17 @@ const icons = {
|
|
|
1667
1853
|
'portableWifiOff': '\uf087',
|
|
1668
1854
|
'portrait': '\ue851',
|
|
1669
1855
|
'postAdd': '\uea20',
|
|
1856
|
+
'pottedPlant': '\uf8aa',
|
|
1670
1857
|
'power': '\ue63c',
|
|
1671
1858
|
'powerInput': '\ue336',
|
|
1672
1859
|
'powerOff': '\ue646',
|
|
1860
|
+
'powerRounded': '\uf8c7',
|
|
1673
1861
|
'powerSettingsNew': '\ue8ac',
|
|
1862
|
+
'prayerTimes': '\uf838',
|
|
1674
1863
|
'precisionManufacturing': '\uf049',
|
|
1675
1864
|
'pregnantWoman': '\ue91e',
|
|
1865
|
+
'preliminary': '\ue7d8',
|
|
1866
|
+
'prescriptions': '\ue121',
|
|
1676
1867
|
'presentToAll': '\ue0df',
|
|
1677
1868
|
'preview': '\uf1c5',
|
|
1678
1869
|
'priceChange': '\uf04a',
|
|
@@ -1684,15 +1875,21 @@ const icons = {
|
|
|
1684
1875
|
'privacy': '\uf148',
|
|
1685
1876
|
'privacyTip': '\uf0dc',
|
|
1686
1877
|
'privateConnectivity': '\ue744',
|
|
1878
|
+
'problem': '\ue122',
|
|
1879
|
+
'processChart': '\uf855',
|
|
1687
1880
|
'productionQuantityLimits': '\ue1d1',
|
|
1881
|
+
'productivity': '\ue296',
|
|
1688
1882
|
'propane': '\uec14',
|
|
1689
1883
|
'propaneTank': '\uec13',
|
|
1690
1884
|
'psychology': '\uea4a',
|
|
1885
|
+
'psychologyAlt': '\uf8ea',
|
|
1691
1886
|
'public': '\ue80b',
|
|
1692
1887
|
'publicOff': '\uf1ca',
|
|
1693
1888
|
'publish': '\ue255',
|
|
1694
1889
|
'publishedWithChanges': '\uf232',
|
|
1890
|
+
'pulmonology': '\ue124',
|
|
1695
1891
|
'punchClock': '\ueaa8',
|
|
1892
|
+
'pushPin': '\uf10d',
|
|
1696
1893
|
'qrCode': '\uef6b',
|
|
1697
1894
|
'qrCode2': '\ue00a',
|
|
1698
1895
|
'qrCodeScanner': '\uf206',
|
|
@@ -1705,12 +1902,15 @@ const icons = {
|
|
|
1705
1902
|
'queuePlayNext': '\ue066',
|
|
1706
1903
|
'quickPhrases': '\ue7d1',
|
|
1707
1904
|
'quickreply': '\uef6c',
|
|
1905
|
+
'quietTime': '\ue1f9',
|
|
1906
|
+
'quietTimeActive': '\ue291',
|
|
1708
1907
|
'quiz': '\uf04c',
|
|
1709
1908
|
'rMobiledata': '\uf04d',
|
|
1710
1909
|
'radar': '\uf04e',
|
|
1711
1910
|
'radio': '\ue03e',
|
|
1712
1911
|
'radioButtonChecked': '\ue837',
|
|
1713
1912
|
'radioButtonUnchecked': '\ue836',
|
|
1913
|
+
'radiology': '\ue125',
|
|
1714
1914
|
'railwayAlert': '\ue9d1',
|
|
1715
1915
|
'rainy': '\uf176',
|
|
1716
1916
|
'ramenDining': '\uea64',
|
|
@@ -1722,6 +1922,8 @@ const icons = {
|
|
|
1722
1922
|
'rawOn': '\uf050',
|
|
1723
1923
|
'readMore': '\uef6d',
|
|
1724
1924
|
'realEstateAgent': '\ue73a',
|
|
1925
|
+
'rebase': '\uf845',
|
|
1926
|
+
'rebaseEdit': '\uf846',
|
|
1725
1927
|
'receipt': '\ue8b0',
|
|
1726
1928
|
'receiptLong': '\uef6e',
|
|
1727
1929
|
'recentActors': '\ue03f',
|
|
@@ -1745,6 +1947,7 @@ const icons = {
|
|
|
1745
1947
|
'removeRoad': '\uebfc',
|
|
1746
1948
|
'removeShoppingCart': '\ue928',
|
|
1747
1949
|
'reorder': '\ue8fe',
|
|
1950
|
+
'repartition': '\uf8e8',
|
|
1748
1951
|
'repeat': '\ue040',
|
|
1749
1952
|
'repeatOn': '\ue9d6',
|
|
1750
1953
|
'repeatOne': '\ue041',
|
|
@@ -1762,6 +1965,7 @@ const icons = {
|
|
|
1762
1965
|
'reportProblem': '\uf083',
|
|
1763
1966
|
'requestPage': '\uf22c',
|
|
1764
1967
|
'requestQuote': '\uf1b6',
|
|
1968
|
+
'resetImage': '\uf824',
|
|
1765
1969
|
'resetTv': '\ue9d9',
|
|
1766
1970
|
'restartAlt': '\uf053',
|
|
1767
1971
|
'restaurant': '\ue56c',
|
|
@@ -1769,17 +1973,20 @@ const icons = {
|
|
|
1769
1973
|
'restore': '\ue8b3',
|
|
1770
1974
|
'restoreFromTrash': '\ue938',
|
|
1771
1975
|
'restorePage': '\ue929',
|
|
1772
|
-
'retention': '\uf215',
|
|
1773
1976
|
'reviews': '\uf07c',
|
|
1977
|
+
'rheumatology': '\ue128',
|
|
1978
|
+
'ribCage': '\uf898',
|
|
1774
1979
|
'riceBowl': '\uf1f5',
|
|
1775
1980
|
'ringVolume': '\uf0dd',
|
|
1776
1981
|
'ringVolumeFilled': '\uf0dd',
|
|
1982
|
+
'robot': '\uf882',
|
|
1777
1983
|
'rocket': '\ueba5',
|
|
1778
1984
|
'rocketLaunch': '\ueb9b',
|
|
1779
1985
|
'rollerShades': '\uec12',
|
|
1780
1986
|
'rollerShadesClosed': '\uec11',
|
|
1781
1987
|
'rollerSkating': '\uebcd',
|
|
1782
1988
|
'roofing': '\uf201',
|
|
1989
|
+
'room': '\ue55f',
|
|
1783
1990
|
'roomPreferences': '\uf1b8',
|
|
1784
1991
|
'roomService': '\ueb49',
|
|
1785
1992
|
'rotate90DegreesCcw': '\ue418',
|
|
@@ -1804,6 +2011,7 @@ const icons = {
|
|
|
1804
2011
|
'safetyCheck': '\uebef',
|
|
1805
2012
|
'safetyDivider': '\ue1cc',
|
|
1806
2013
|
'sailing': '\ue502',
|
|
2014
|
+
'salinity': '\uf876',
|
|
1807
2015
|
'sanitizer': '\uf21d',
|
|
1808
2016
|
'satellite': '\ue562',
|
|
1809
2017
|
'satelliteAlt': '\ueb3a',
|
|
@@ -1823,8 +2031,6 @@ const icons = {
|
|
|
1823
2031
|
'science': '\uea4b',
|
|
1824
2032
|
'score': '\ue269',
|
|
1825
2033
|
'scoreboard': '\uebd0',
|
|
1826
|
-
'screenAttention': '\uf1ed',
|
|
1827
|
-
'screenAttentionOff': '\uf1ee',
|
|
1828
2034
|
'screenLockLandscape': '\ue1be',
|
|
1829
2035
|
'screenLockPortrait': '\ue1bf',
|
|
1830
2036
|
'screenLockRotation': '\ue1c0',
|
|
@@ -1840,15 +2046,16 @@ const icons = {
|
|
|
1840
2046
|
'sdCardAlert': '\uf057',
|
|
1841
2047
|
'sdStorage': '\ue623',
|
|
1842
2048
|
'search': '\ue8b6',
|
|
2049
|
+
'searchCheck': '\uf800',
|
|
1843
2050
|
'searchOff': '\uea76',
|
|
1844
2051
|
'security': '\ue32a',
|
|
1845
|
-
'securityProMonitoring': '\uf142',
|
|
1846
2052
|
'securityUpdate': '\uf072',
|
|
1847
2053
|
'securityUpdateGood': '\uf073',
|
|
1848
2054
|
'securityUpdateWarning': '\uf074',
|
|
1849
2055
|
'segment': '\ue94b',
|
|
1850
2056
|
'selectAll': '\ue162',
|
|
1851
2057
|
'selectCheckBox': '\uf1fe',
|
|
2058
|
+
'selfCare': '\uf86d',
|
|
1852
2059
|
'selfImprovement': '\uea78',
|
|
1853
2060
|
'sell': '\uf05b',
|
|
1854
2061
|
'send': '\ue163',
|
|
@@ -1867,10 +2074,11 @@ const icons = {
|
|
|
1867
2074
|
'sentimentSatisfiedAlt': '\ue813',
|
|
1868
2075
|
'sentimentVeryDissatisfied': '\ue814',
|
|
1869
2076
|
'sentimentVerySatisfied': '\ue815',
|
|
1870
|
-
'serviceDirectory': '\uf1cb',
|
|
1871
2077
|
'setMeal': '\uf1ea',
|
|
1872
2078
|
'settings': '\ue8b8',
|
|
1873
2079
|
'settingsAccessibility': '\uf05d',
|
|
2080
|
+
'settingsAccountBox': '\uf835',
|
|
2081
|
+
'settingsAlert': '\uf143',
|
|
1874
2082
|
'settingsApplications': '\ue8b9',
|
|
1875
2083
|
'settingsBackupRestore': '\ue8ba',
|
|
1876
2084
|
'settingsBluetooth': '\ue8bb',
|
|
@@ -1882,8 +2090,12 @@ const icons = {
|
|
|
1882
2090
|
'settingsInputComposite': '\ue8c0',
|
|
1883
2091
|
'settingsInputHdmi': '\ue8c2',
|
|
1884
2092
|
'settingsInputSvideo': '\ue8c3',
|
|
2093
|
+
'settingsMotionMode': '\uf833',
|
|
2094
|
+
'settingsNightSight': '\uf832',
|
|
1885
2095
|
'settingsOverscan': '\ue8c4',
|
|
2096
|
+
'settingsPanorama': '\uf831',
|
|
1886
2097
|
'settingsPhone': '\ue8c5',
|
|
2098
|
+
'settingsPhotoCamera': '\uf834',
|
|
1887
2099
|
'settingsPower': '\ue8c6',
|
|
1888
2100
|
'settingsRemote': '\ue8c7',
|
|
1889
2101
|
'settingsSuggest': '\uf05e',
|
|
@@ -1891,13 +2103,17 @@ const icons = {
|
|
|
1891
2103
|
'settingsVoice': '\ue8c8',
|
|
1892
2104
|
'settopComponent': '\ue2ac',
|
|
1893
2105
|
'severeCold': '\uebd3',
|
|
2106
|
+
'shapeLine': '\uf8d3',
|
|
2107
|
+
'shapes': '\ue602',
|
|
1894
2108
|
'share': '\ue80d',
|
|
1895
2109
|
'shareLocation': '\uf05f',
|
|
1896
|
-
'
|
|
1897
|
-
'
|
|
1898
|
-
'
|
|
2110
|
+
'shareReviews': '\uf8a4',
|
|
2111
|
+
'sheetsRtl': '\uf823',
|
|
2112
|
+
'shelves': '\uf86e',
|
|
1899
2113
|
'shield': '\ue9e0',
|
|
1900
2114
|
'shieldMoon': '\ueaa9',
|
|
2115
|
+
'shieldWithHeart': '\ue78f',
|
|
2116
|
+
'shieldWithHouse': '\ue78d',
|
|
1901
2117
|
'shop': '\ue8c9',
|
|
1902
2118
|
'shop2': '\ue8ca',
|
|
1903
2119
|
'shopTwo': '\ue8ca',
|
|
@@ -1905,6 +2121,7 @@ const icons = {
|
|
|
1905
2121
|
'shoppingBasket': '\ue8cb',
|
|
1906
2122
|
'shoppingCart': '\ue8cc',
|
|
1907
2123
|
'shoppingCartCheckout': '\ueb88',
|
|
2124
|
+
'shortStay': '\ue4d0',
|
|
1908
2125
|
'shortText': '\ue261',
|
|
1909
2126
|
'shortcut': '\uf060',
|
|
1910
2127
|
'showChart': '\ue6e1',
|
|
@@ -1945,12 +2162,12 @@ const icons = {
|
|
|
1945
2162
|
'singleBed': '\uea48',
|
|
1946
2163
|
'sip': '\uf069',
|
|
1947
2164
|
'skateboarding': '\ue511',
|
|
2165
|
+
'skeleton': '\uf899',
|
|
1948
2166
|
'skipNext': '\ue044',
|
|
1949
2167
|
'skipPrevious': '\ue045',
|
|
2168
|
+
'skull': '\uf89a',
|
|
1950
2169
|
'sledding': '\ue512',
|
|
1951
|
-
'
|
|
1952
|
-
'slidesAddOn': '\uf0e0',
|
|
1953
|
-
'slidesAppsScript': '\uf0e1',
|
|
2170
|
+
'slideLibrary': '\uf822',
|
|
1954
2171
|
'slideshow': '\ue41b',
|
|
1955
2172
|
'slowMotionVideo': '\ue068',
|
|
1956
2173
|
'smartButton': '\uf1c1',
|
|
@@ -1978,8 +2195,8 @@ const icons = {
|
|
|
1978
2195
|
'soundDetectionDogBarking': '\uf149',
|
|
1979
2196
|
'soundDetectionGlassBreak': '\uf14a',
|
|
1980
2197
|
'soundDetectionLoudSound': '\uf14b',
|
|
1981
|
-
'soundSensing': '\uf146',
|
|
1982
2198
|
'soupKitchen': '\ue7d3',
|
|
2199
|
+
'source': '\uf1c8',
|
|
1983
2200
|
'south': '\uf1e3',
|
|
1984
2201
|
'southAmerica': '\ue7e4',
|
|
1985
2202
|
'southEast': '\uf1e4',
|
|
@@ -1995,6 +2212,8 @@ const icons = {
|
|
|
1995
2212
|
'speakerNotes': '\ue8cd',
|
|
1996
2213
|
'speakerNotesOff': '\ue92a',
|
|
1997
2214
|
'speakerPhone': '\ue0d2',
|
|
2215
|
+
'specificGravity': '\uf872',
|
|
2216
|
+
'speechToText': '\uf8a7',
|
|
1998
2217
|
'speed': '\ue9e4',
|
|
1999
2218
|
'spellcheck': '\ue8ce',
|
|
2000
2219
|
'splitscreen': '\uf06d',
|
|
@@ -2020,32 +2239,32 @@ const icons = {
|
|
|
2020
2239
|
'sportsTennis': '\uea32',
|
|
2021
2240
|
'sportsVolleyball': '\uea31',
|
|
2022
2241
|
'sprinkler': '\ue29a',
|
|
2242
|
+
'sprint': '\uf81f',
|
|
2023
2243
|
'square': '\ueb36',
|
|
2024
2244
|
'squareFoot': '\uea49',
|
|
2025
2245
|
'ssidChart': '\ueb66',
|
|
2026
|
-
'stabilization': '\uf1d3',
|
|
2027
|
-
'stabilizationAction': '\uf226',
|
|
2028
|
-
'stabilizationLock': '\uf1eb',
|
|
2029
|
-
'stabilizationPan': '\uf1ec',
|
|
2030
2246
|
'stackedBarChart': '\ue9e6',
|
|
2031
2247
|
'stackedLineChart': '\uf22b',
|
|
2032
2248
|
'stadiaController': '\uf135',
|
|
2033
2249
|
'stadium': '\ueb90',
|
|
2034
2250
|
'stairs': '\uf1a9',
|
|
2035
|
-
'star': '\
|
|
2036
|
-
'starBorder': '\
|
|
2037
|
-
'starBorderPurple500': '\
|
|
2251
|
+
'star': '\ue838',
|
|
2252
|
+
'starBorder': '\ue885',
|
|
2253
|
+
'starBorderPurple500': '\ue885',
|
|
2038
2254
|
'starHalf': '\ue839',
|
|
2039
|
-
'starOutline': '\
|
|
2040
|
-
'starPurple500': '\
|
|
2255
|
+
'starOutline': '\ue885',
|
|
2256
|
+
'starPurple500': '\ue838',
|
|
2041
2257
|
'starRate': '\uf0ec',
|
|
2258
|
+
'starRateHalf': '\uec45',
|
|
2042
2259
|
'stars': '\ue8d0',
|
|
2043
2260
|
'start': '\ue089',
|
|
2044
|
-
'stateful': '\uf19a',
|
|
2045
2261
|
'stayCurrentLandscape': '\ue0d3',
|
|
2046
2262
|
'stayCurrentPortrait': '\ue0d4',
|
|
2047
2263
|
'stayPrimaryLandscape': '\ue0d5',
|
|
2048
2264
|
'stayPrimaryPortrait': '\ue0d6',
|
|
2265
|
+
'stethoscope': '\uf805',
|
|
2266
|
+
'stethoscopeArrow': '\uf807',
|
|
2267
|
+
'stethoscopeCheck': '\uf806',
|
|
2049
2268
|
'stickyNote2': '\uf1fc',
|
|
2050
2269
|
'stop': '\ue047',
|
|
2051
2270
|
'stopCircle': '\uef71',
|
|
@@ -2104,12 +2323,14 @@ const icons = {
|
|
|
2104
2323
|
'switchLeft': '\uf1d1',
|
|
2105
2324
|
'switchRight': '\uf1d2',
|
|
2106
2325
|
'switchVideo': '\ue41f',
|
|
2326
|
+
'swords': '\uf889',
|
|
2107
2327
|
'synagogue': '\ueab0',
|
|
2108
2328
|
'sync': '\ue627',
|
|
2109
2329
|
'syncAlt': '\uea18',
|
|
2110
2330
|
'syncDisabled': '\ue628',
|
|
2111
2331
|
'syncLock': '\ueaee',
|
|
2112
2332
|
'syncProblem': '\ue629',
|
|
2333
|
+
'syncSavedLocally': '\uf820',
|
|
2113
2334
|
'systemSecurityUpdate': '\uf072',
|
|
2114
2335
|
'systemSecurityUpdateGood': '\uf073',
|
|
2115
2336
|
'systemSecurityUpdateWarning': '\uf074',
|
|
@@ -2120,6 +2341,7 @@ const icons = {
|
|
|
2120
2341
|
'table': '\uf191',
|
|
2121
2342
|
'tableBar': '\uead2',
|
|
2122
2343
|
'tableChart': '\ue265',
|
|
2344
|
+
'tableLamp': '\ue1f2',
|
|
2123
2345
|
'tableRestaurant': '\ueac6',
|
|
2124
2346
|
'tableRows': '\uf101',
|
|
2125
2347
|
'tableView': '\uf1be',
|
|
@@ -2130,12 +2352,15 @@ const icons = {
|
|
|
2130
2352
|
'tagFaces': '\uea22',
|
|
2131
2353
|
'takeoutDining': '\uea74',
|
|
2132
2354
|
'tamperDetectionOff': '\ue82e',
|
|
2355
|
+
'tamperDetectionOn': '\uf8c8',
|
|
2133
2356
|
'tapAndPlay': '\ue62b',
|
|
2134
2357
|
'tapas': '\uf1e9',
|
|
2135
2358
|
'task': '\uf075',
|
|
2136
2359
|
'taskAlt': '\ue2e6',
|
|
2137
2360
|
'taxiAlert': '\uef74',
|
|
2138
2361
|
'teamDashboard': '\ue013',
|
|
2362
|
+
'tempPreferencesCustom': '\uf8c9',
|
|
2363
|
+
'tempPreferencesEco': '\uf8ca',
|
|
2139
2364
|
'templeBuddhist': '\ueab3',
|
|
2140
2365
|
'templeHindu': '\ueaaf',
|
|
2141
2366
|
'tenancy': '\uf0e3',
|
|
@@ -2161,7 +2386,6 @@ const icons = {
|
|
|
2161
2386
|
'thermostat': '\uf076',
|
|
2162
2387
|
'thermostatAuto': '\uf077',
|
|
2163
2388
|
'thermostatCarbon': '\uf178',
|
|
2164
|
-
'threatIntelligence': '\ueaed',
|
|
2165
2389
|
'thumbDown': '\ue8db',
|
|
2166
2390
|
'thumbDownAlt': '\ue8db',
|
|
2167
2391
|
'thumbDownFilled': '\ue8db',
|
|
@@ -2174,6 +2398,8 @@ const icons = {
|
|
|
2174
2398
|
'thumbUpOffAlt': '\uf079',
|
|
2175
2399
|
'thumbsUpDown': '\ue8dd',
|
|
2176
2400
|
'thunderstorm': '\uebdb',
|
|
2401
|
+
'tibia': '\uf89b',
|
|
2402
|
+
'tibiaAlt': '\uf89c',
|
|
2177
2403
|
'timeAuto': '\uf0e4',
|
|
2178
2404
|
'timeToLeave': '\ueff7',
|
|
2179
2405
|
'timelapse': '\ue422',
|
|
@@ -2196,11 +2422,21 @@ const icons = {
|
|
|
2196
2422
|
'token': '\uea25',
|
|
2197
2423
|
'toll': '\ue8e0',
|
|
2198
2424
|
'tonality': '\ue427',
|
|
2425
|
+
'toolsFlatHead': '\uf8cb',
|
|
2426
|
+
'toolsInstallationKit': '\ue2ab',
|
|
2427
|
+
'toolsLadder': '\ue2cb',
|
|
2428
|
+
'toolsLevel': '\ue77b',
|
|
2429
|
+
'toolsPhillips': '\uf8cc',
|
|
2430
|
+
'toolsPliersWireStripper': '\ue2aa',
|
|
2431
|
+
'toolsPowerDrill': '\ue1e9',
|
|
2432
|
+
'toolsWrench': '\uf8cd',
|
|
2199
2433
|
'topic': '\uf1c8',
|
|
2200
2434
|
'tornado': '\ue199',
|
|
2435
|
+
'totalDissolvedSolids': '\uf877',
|
|
2201
2436
|
'touchApp': '\ue913',
|
|
2202
2437
|
'tour': '\uef75',
|
|
2203
2438
|
'toys': '\ue332',
|
|
2439
|
+
'toysFan': '\uf887',
|
|
2204
2440
|
'trackChanges': '\ue8e1',
|
|
2205
2441
|
'traffic': '\ue565',
|
|
2206
2442
|
'trailLength': '\ueb5e',
|
|
@@ -2208,6 +2444,7 @@ const icons = {
|
|
|
2208
2444
|
'trailLengthShort': '\ueb6d',
|
|
2209
2445
|
'train': '\ue570',
|
|
2210
2446
|
'tram': '\ue571',
|
|
2447
|
+
'transcribe': '\uf8ec',
|
|
2211
2448
|
'transferWithinAStation': '\ue572',
|
|
2212
2449
|
'transform': '\ue428',
|
|
2213
2450
|
'transgender': '\ue58d',
|
|
@@ -2219,6 +2456,7 @@ const icons = {
|
|
|
2219
2456
|
'trendingFlat': '\ue8e4',
|
|
2220
2457
|
'trendingUp': '\ue8e5',
|
|
2221
2458
|
'tripOrigin': '\ue57b',
|
|
2459
|
+
'trolley': '\uf86b',
|
|
2222
2460
|
'try': '\uf07c',
|
|
2223
2461
|
'tsunami': '\uebd8',
|
|
2224
2462
|
'tty': '\uf1aa',
|
|
@@ -2240,13 +2478,16 @@ const icons = {
|
|
|
2240
2478
|
'typeSpecimen': '\uf8f0',
|
|
2241
2479
|
'uTurnLeft': '\ueba1',
|
|
2242
2480
|
'uTurnRight': '\ueba2',
|
|
2481
|
+
'ulnaRadius': '\uf89d',
|
|
2482
|
+
'ulnaRadiusAlt': '\uf89e',
|
|
2243
2483
|
'umbrella': '\uf1ad',
|
|
2244
2484
|
'unarchive': '\ue169',
|
|
2245
|
-
'unblockFlipped': '\uefc4',
|
|
2246
2485
|
'undo': '\ue166',
|
|
2247
2486
|
'unfoldLess': '\ue5d6',
|
|
2487
|
+
'unfoldLessDouble': '\uf8cf',
|
|
2248
2488
|
'unfoldMore': '\ue5d7',
|
|
2249
|
-
'
|
|
2489
|
+
'unfoldMoreDouble': '\uf8d0',
|
|
2490
|
+
'unknownMed': '\ueabd',
|
|
2250
2491
|
'unpublished': '\uf236',
|
|
2251
2492
|
'unsubscribe': '\ue0eb',
|
|
2252
2493
|
'upcoming': '\uf07e',
|
|
@@ -2255,12 +2496,14 @@ const icons = {
|
|
|
2255
2496
|
'upgrade': '\uf0fb',
|
|
2256
2497
|
'upload': '\uf09b',
|
|
2257
2498
|
'uploadFile': '\ue9fc',
|
|
2499
|
+
'urology': '\ue137',
|
|
2258
2500
|
'usb': '\ue1e0',
|
|
2259
2501
|
'usbOff': '\ue4fa',
|
|
2260
2502
|
'vaccines': '\ue138',
|
|
2261
2503
|
'valve': '\ue224',
|
|
2262
2504
|
'vapeFree': '\uebc6',
|
|
2263
2505
|
'vapingRooms': '\uebcf',
|
|
2506
|
+
'variables': '\uf851',
|
|
2264
2507
|
'verified': '\uef76',
|
|
2265
2508
|
'verifiedUser': '\uf013',
|
|
2266
2509
|
'verticalAlignBottom': '\ue258',
|
|
@@ -2271,10 +2514,11 @@ const icons = {
|
|
|
2271
2514
|
'verticalShadesClosed': '\uec0d',
|
|
2272
2515
|
'verticalSplit': '\ue949',
|
|
2273
2516
|
'vibration': '\ue62d',
|
|
2274
|
-
'videoAudioCall': '\uf183',
|
|
2275
2517
|
'videoCall': '\ue070',
|
|
2276
2518
|
'videoCameraBack': '\uf07f',
|
|
2277
2519
|
'videoCameraFront': '\uf080',
|
|
2520
|
+
'videoCameraFrontOff': '\uf83b',
|
|
2521
|
+
'videoChat': '\uf8a0',
|
|
2278
2522
|
'videoFile': '\ueb87',
|
|
2279
2523
|
'videoLabel': '\ue071',
|
|
2280
2524
|
'videoLibrary': '\ue04a',
|
|
@@ -2288,6 +2532,7 @@ const icons = {
|
|
|
2288
2532
|
'viewArray': '\ue8ea',
|
|
2289
2533
|
'viewCarousel': '\ue8eb',
|
|
2290
2534
|
'viewColumn': '\ue8ec',
|
|
2535
|
+
'viewColumn2': '\uf847',
|
|
2291
2536
|
'viewComfy': '\ue42a',
|
|
2292
2537
|
'viewComfyAlt': '\ueb73',
|
|
2293
2538
|
'viewCompact': '\ue42b',
|
|
@@ -2295,7 +2540,7 @@ const icons = {
|
|
|
2295
2540
|
'viewCozy': '\ueb75',
|
|
2296
2541
|
'viewDay': '\ue8ed',
|
|
2297
2542
|
'viewHeadline': '\ue8ee',
|
|
2298
|
-
'viewInAr': '\
|
|
2543
|
+
'viewInAr': '\uefc9',
|
|
2299
2544
|
'viewInArNew': '\uefc9',
|
|
2300
2545
|
'viewKanban': '\ueb7f',
|
|
2301
2546
|
'viewList': '\ue8ef',
|
|
@@ -2309,6 +2554,8 @@ const icons = {
|
|
|
2309
2554
|
'villa': '\ue586',
|
|
2310
2555
|
'visibility': '\ue8f4',
|
|
2311
2556
|
'visibilityOff': '\ue8f5',
|
|
2557
|
+
'vitalSigns': '\ue650',
|
|
2558
|
+
'vitals': '\ue13b',
|
|
2312
2559
|
'voiceChat': '\ue62e',
|
|
2313
2560
|
'voiceOverOff': '\ue94a',
|
|
2314
2561
|
'voicemail': '\ue0d9',
|
|
@@ -2319,13 +2566,15 @@ const icons = {
|
|
|
2319
2566
|
'volumeOff': '\ue04f',
|
|
2320
2567
|
'volumeUp': '\ue050',
|
|
2321
2568
|
'volunteerActivism': '\uea70',
|
|
2322
|
-
'
|
|
2569
|
+
'votingChip': '\uf852',
|
|
2323
2570
|
'vpnKey': '\ue0da',
|
|
2324
2571
|
'vpnKeyOff': '\ueb7a',
|
|
2325
2572
|
'vpnLock': '\ue62f',
|
|
2326
2573
|
'vrpano': '\uf082',
|
|
2574
|
+
'wallLamp': '\ue2b4',
|
|
2327
2575
|
'wallet': '\uf8ff',
|
|
2328
2576
|
'wallpaper': '\ue1bc',
|
|
2577
|
+
'ward': '\ue13c',
|
|
2329
2578
|
'warehouse': '\uebb8',
|
|
2330
2579
|
'warning': '\uf083',
|
|
2331
2580
|
'warningAmber': '\uf083',
|
|
@@ -2335,8 +2584,14 @@ const icons = {
|
|
|
2335
2584
|
'watchOff': '\ueae3',
|
|
2336
2585
|
'water': '\uf084',
|
|
2337
2586
|
'waterDamage': '\uf203',
|
|
2587
|
+
'waterDo': '\uf870',
|
|
2338
2588
|
'waterDrop': '\ue798',
|
|
2589
|
+
'waterEc': '\uf875',
|
|
2339
2590
|
'waterHeater': '\ue284',
|
|
2591
|
+
'waterLux': '\uf874',
|
|
2592
|
+
'waterOrp': '\uf878',
|
|
2593
|
+
'waterPh': '\uf87a',
|
|
2594
|
+
'waterVoc': '\uf87b',
|
|
2340
2595
|
'waterfallChart': '\uea00',
|
|
2341
2596
|
'waves': '\ue176',
|
|
2342
2597
|
'wavingHand': '\ue766',
|
|
@@ -2348,17 +2603,18 @@ const icons = {
|
|
|
2348
2603
|
'wbSunny': '\ue430',
|
|
2349
2604
|
'wbTwilight': '\ue1c6',
|
|
2350
2605
|
'wc': '\ue63d',
|
|
2606
|
+
'weatherSnowy': '\ue2cd',
|
|
2351
2607
|
'web': '\ue051',
|
|
2352
2608
|
'webAsset': '\ue069',
|
|
2353
2609
|
'webAssetOff': '\uef47',
|
|
2354
2610
|
'webStories': '\ue595',
|
|
2355
2611
|
'webhook': '\ueb92',
|
|
2356
2612
|
'weekend': '\ue16b',
|
|
2613
|
+
'weight': '\ue13d',
|
|
2357
2614
|
'west': '\uf1e6',
|
|
2358
2615
|
'whatshot': '\ue80e',
|
|
2359
2616
|
'wheelchairPickup': '\uf1ab',
|
|
2360
2617
|
'whereToVote': '\ue177',
|
|
2361
|
-
'whiteboard': '\uf213',
|
|
2362
2618
|
'widgets': '\ue1bd',
|
|
2363
2619
|
'widthFull': '\uf8f5',
|
|
2364
2620
|
'widthNormal': '\uf8f6',
|
|
@@ -2381,23 +2637,29 @@ const icons = {
|
|
|
2381
2637
|
'wifiTetheringOff': '\uf087',
|
|
2382
2638
|
'windPower': '\uec0c',
|
|
2383
2639
|
'window': '\uf088',
|
|
2640
|
+
'windowClosed': '\ue77e',
|
|
2641
|
+
'windowOpen': '\ue78c',
|
|
2642
|
+
'windowSensor': '\ue2bb',
|
|
2384
2643
|
'wineBar': '\uf1e8',
|
|
2385
2644
|
'woman': '\ue13e',
|
|
2645
|
+
'woman2': '\uf8e7',
|
|
2386
2646
|
'work': '\ue943',
|
|
2387
2647
|
'workHistory': '\uec09',
|
|
2388
2648
|
'workOff': '\ue942',
|
|
2389
2649
|
'workOutline': '\ue943',
|
|
2390
|
-
'workbench': '\ueb6e',
|
|
2391
2650
|
'workspacePremium': '\ue7af',
|
|
2392
2651
|
'workspaces': '\ue1a0',
|
|
2393
2652
|
'workspacesOutline': '\ue1a0',
|
|
2653
|
+
'woundsInjuries': '\ue13f',
|
|
2394
2654
|
'wrapText': '\ue25b',
|
|
2395
2655
|
'wrongLocation': '\uef78',
|
|
2396
2656
|
'wysiwyg': '\uf1c3',
|
|
2397
2657
|
'yard': '\uf089',
|
|
2398
|
-
'
|
|
2658
|
+
'youtubeActivity': '\uf85a',
|
|
2399
2659
|
'youtubeSearchedFor': '\ue8fa',
|
|
2400
|
-
'
|
|
2660
|
+
'zonePersonAlert': '\ue781',
|
|
2661
|
+
'zonePersonIdle': '\ue77a',
|
|
2662
|
+
'zonePersonUrgent': '\ue788',
|
|
2401
2663
|
'zoomIn': '\ue8ff',
|
|
2402
2664
|
'zoomInMap': '\ueb2d',
|
|
2403
2665
|
'zoomOut': '\ue900',
|